@charset "UTF-8";

/*HEADER
================================================= */
header{
	position: relative;
	width: 100%;
	height: 64vw;
	max-height: 800px;
	margin-top: 2%;
	overflow: hidden;
}

header h1{
	width: 104%;
	max-width: 1280px;
	margin: 0 auto 0 -2%;
}
header h2{
	position: absolute;
	width: 62vw;
	max-width: 720px;
	top: 48vw;
	right: 2vw;
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media print, screen and (min-width: 768px) {
header h1{
	width: 100%;
	margin: 0 auto;
}
header h2{
	width: 56vw;
	top: 44vw;
	right: 1vw;
}
}	

@media print, screen and (min-width: 1280px) {
header { margin-top: 20px;
	background-image: url("../image/back_title.png");
	background-repeat: no-repeat;
	background-size: auto 800px ;
	background-position: center top;}
header h2{
	width: 650px;
	top: 580px;
	right: calc( 50% -  580px);
}
}

/* main : intro
================================================= */
.intro{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: clamp(24px, 8%, 88px) ;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.catch_box{ width: 90%; }
.trailer_box{ width: 100%; max-width: 640px;}
.catch {
	margin: 0 auto;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.8rem, 2.2vw, 2.6rem);
	text-align: center;
}
.catch span {
	display: inline-block;
}
.trailer{
	max-width: 720px;
	margin: clamp(16px ,4% , 32px) auto 0;	
}

.trailer img{ display: none; }

@media screen and (min-width: 960px) {
.intro {justify-content: space-between;}
.catch_box,
.trailer_box{ width:48.5%; }
.trailer { margin: 0 auto 0; }
.catch { font-size: clamp(1.8rem, 1.8vw, 2.2rem);text-align: left; }
.trailer img{ display: block; }
}

/* main : area > section
================================================= */
.area_story section { 
	padding: clamp(24px ,8% ,88px) 0;
}

.back_dotte { background-image: url("../image/back_topic_dotte.png");}
.back_st { background-image: url("../image/back_topic_st.png");}

.area_story .story_box{
	width: 92%;
	max-width: 1280px;
	margin: 0 auto;
}

/*topics title*/
.story_title  {
	margin-bottom: clamp(16px,4%,32px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.story_title h2 {
	background-image: url("../image/h_topic_back.svg");
	background-repeat: no-repeat;
	background-size: 100% auto; 
	width: clamp(80px,20vw,160px);
	height: clamp(58px,16vw,120px);
	padding-top: clamp(16px,4vw,30px); 
	color: #23651c;
	font-size: clamp(1.6rem,3.8vw,3.4rem);
	text-align: center;
	position: relative;
	z-index: 2;
}
.story_title h3 {
	width: clamp(200px,76vw,1080px);
	align-self: flex-start;
	padding-top: clamp(16px,4vw,32px);
	padding-left: clamp(16px,4vw,32px);
	position: relative;
	z-index: 2;
	font-size: clamp(2.0rem , 4vw , 3.8rem);
	line-height: 1.2;
}
.story_title h3 span { display: inline-block; }

/*topics main*/
.story_main{  }

.highlight {
	width: 100%;
	margin: 0 auto 4%;
	font-weight: 500;
}
.highlight p + p {
	margin-top: 1em;
}

/*swiper*/
.story_swiper{ 
	width: 100%;
	max-width: 800px;
	margin: 0 auto 24px;
	position: relative;
}
.swiper-button-prev,
.swiper-button-next{ margin-top: -15px; height: 24px; width: 24px;background-size: 100% auto;}
.swiper-button-prev{ background-image:url("../image/arrow_left.svg"); }
.swiper-button-next{ background-image:url("../image/arrow_right.svg"); }
.swiper-pagination-bullet-active {  background: #23651c;}
.swiper-pagination { width: 100%; }
.swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 768px) {
.story_main{ display: flex; }
.highlight {width: 42%; margin: 0 auto 0; font-size: 1.8rem;}
.story_swiper{ width: 53%; }
.story_swiper .swiper-button-next ,
.story_swiper .swiper-button-prev { height: 36px; width: 36px; }
}
@media screen and (min-width: 960px) {
.highlight {width: 36%; }
.story_swiper{ width: 60%; }
}

/* cast
================================================= */
.cast{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.cast h3{
	margin: 0;
	font-size: clamp(2rem,3.8vw,3.4rem);
}
.cast ul{
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
	font-size: clamp(1.6rem,2.8vw,2.2rem);
}
.cast ul span{font-size: clamp(1.2rem,2.0vw,1.8rem);}