@charset "utf-8";

/**=====================================
* html5-doctor-reset-stylesheet.min.css
======================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul li{list-style:none}
img{vertical-align:bottom;}

input, textarea{
	line-height: 120%;
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	/*font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-size: 100%;
	line-height: 1.7;
	color: #111;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #3e3a39;
	text-decoration: none;
	transition: opacity .3s;
}
a:hover{
	opacity: 0.7;
	transition: opacity .3s;
}

/*￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/* font size
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

@media screen and (min-width: 750px) {
	html{
		font-size: 20px;
	}
	body{
		font-size: 0.7rem;
	}
}
@media screen and (max-width: 750px) {
	html{
		font-size: 3.3vw;
	}
	body{
		font-size: 1rem;
	}
}


.wrapper{
	overflow: hidden;
	position: relative;
}

/*￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/* common
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

img{
	max-width: 100%;
}

@media screen and (min-width: 750px) {
	.forsp{
		display: none;
	}
	.forpc{
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.forsp{
		display: block;
	}
	.forpc{
		display: none;
	}
}

/*￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
/* common
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

header{
	display: none;
}
header .trigger{
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 3rem;
	z-index: 100;
	display: none;
}
header ul{
	display: none;
}

.main-visual{
	position: relative;
}
.main-visual h1{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
}
.main-visual ._logo{
	position: absolute;
	z-index: 5;
}
.slick-list,
.slick-track,
.main-visual ._bg,
.main-visual ul,
.main-visual li{
	width: 100%;
	height: 100%;
}
.main-visual .slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
@media screen and (min-width: 750px){
	.main-visual{
		height: 110vh;
		min-height: 600px;
	}
	.main-visual h1{
		transform: translate(-50%, -50%);
		width: 50%;
		margin-left: 3%;
		max-width: 700px;
	}
	.main-visual ._logo{
		top: 1rem;
		left: 1rem;
		width: 5rem;
	}
}
@media screen and (max-width: 750px){
	.main-visual h1{
		transform: translate(-50%, 0);
		width: 82%;
		margin-left: 5%;
	}
	.main-visual ._logo{
		top: 50%;
		left: 50%;
		width: 20%;
		transform: translate(-50%, -50%);
	}
}

.inner{
	margin: 0 auto;
}
.btn a{
	display: block;
	color: #fff;
	border-radius: .8rem;
	padding: 1.7rem;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
}
@media screen and (min-width: 750px){
	.btn{
		width: 80%;
		max-width: 700px;
		margin: 3rem auto 0;
	}
	.btn a{
		background: url(../img/btn_arrow.png) no-repeat calc(100% - 2rem) center / 1rem auto #D02634;
	}

}
@media screen and (max-width: 750px){
	.btn{
		margin: 2rem auto 0;
	}
	.btn a{
		font-size: 1.5rem;
		background: url(../img/btn_arrow.png) no-repeat calc(100% - 2rem) center / 1.5rem auto #D02634;
	}
}

.sec2{
	padding: 5rem 0 9rem;
	text-align: center;
}
.sec2 .inner{
	width: fit-content;
	max-width: 750px;
}
.sec2 h2{
	font-weight: 700;
	position: relative;
	line-height: 1;
	margin-bottom: 2rem;
}
.sec2 h2::after{
	content: '';
	display: block;
	aspect-ratio: 213 / 234;
	background: url(../img/tsubame_img1.png) no-repeat 0 0 / 100% auto;
	position: absolute;
}
.sec2 .inner p{
	font-weight: 500;
	line-height: 2.5;
}
.sec2 ._img{
	margin-top: 3rem;
}
@media screen and (min-width: 750px){
	.sec2{
		background: url(../img/sec2_bg.jpg) no-repeat 0 0 / cover;
	}
	.sec2 h2{
		font-size: 3rem;
	}
	.sec2 .inner p{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 750px){
	.sec2{
		background: url(../img/sec2_bg_sp.jpg) no-repeat 0 0 / cover;
	}
	.sec2 .inner{
		padding: 1rem;
	}
	.sec2 h2{
		font-size: 2.2rem;
	}
	.sec2 .inner p{
		font-size: .9rem;
	}
}

/* sec3  */

.sec3{
	padding: 5rem 0 8rem;
}
.sec3 h2{
	max-width: 1000px;
	margin: -6rem auto 0;
	position: relative;
	text-align: right;
	line-height: 1;
	font-size: 1.2rem;
	font-weight: 500;
}
.sec3 h2 img{
	height: 3rem;
	margin-bottom: 2rem;
}
.sec3 h2::after{
	content: '';
	display: block;
	aspect-ratio: 592 / 392;
	background: url(../img/tsubame_img2.png) no-repeat 0 0 / 100% auto;
	position: absolute;
}

@media screen and (min-width: 750px){
	.sec3{
		background: url(../img/sec3_bg.jpg) no-repeat 0 0 / cover;
	}
	.slick-slide .card{
	  transform: scale(.65);
	}
}
@media screen and (max-width: 750px){
	.sec3{
		background: url(../img/sec3_bg_sp.jpg) no-repeat 0 0 / cover;
	}
	.sec3 h2{
		padding: 0 1rem;
		margin-bottom: 5rem;
	}
	.slick-slide .card{
	  transform: scale(.8);
	}

/*/*/* 1枚だけのときに左へ飛ばす指定を無効化 */*/*/
	  .slick-slide:only-child{
	    transform: none !important;
	  }

	  /* 1枚だけの時は中央寄せ（保険） */
	  #DIARY .slick-track{
	    display: flex !important;
	    justify-content: center !important;
	  }
	  #DIARY .slick-slide{
	    float: none !important;
	  }
	 #DIARY .slick-slide{
         transform: scale(0.88);
         }
        #DIARY .slick-center{
        transform: scale(1.08); /* スマホは少し大きめ */
        }


}

.slick-slide:only-child{
	transform: translateX(-100%);
}
.slick-slide .card{
  transition: transform 0.6s;
}
.slick-current .card {
  transform: scale(1);
  z-index: 1;
  margin-bottom: 1rem;
  padding: 1.5rem;
  position: relative;
}
.slick-slide .card ._txt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	padding: 1rem;
	font-size: 1.25rem;
}
.slick-slide .card img{
	width: 100%;
}
.sec3 .card + p{
	margin: 1rem;
}
.slick-current .card + p{
	margin-top: 2rem;
}

/* sec4 NEWS */

.sec4{
	background: url(../img/sec4_bg.jpg) no-repeat 0 0 / cover;
	text-align: center;
}
.sec4 .inner{
	max-width: 900px;
}
.sec4 h2{
	margin-top: -5.5rem;
	position: relative;
}
.sec4 h2 img{
	height: 3rem;
	margin-bottom: 2rem;
}
.sec4 h3{
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
}
.sec4 dl{
	max-width: 700px;
	margin: 2rem auto 4rem;
	font-size: 1.1rem;
}
.sec4 dd{
	text-align: left;
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 5;
}
.modal-inner{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-inner img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 5;
}
.modal iframe{
	aspect-ratio: 5 / 3;
	width: 100%;
	max-width: 700px;
}
.news-movie{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}
.news-movie p{
	margin-top: .5rem;
	color: #fff;
	font-size: 1rem;
}
@media screen and (min-width: 750px){
	.sec4{
		background: url(../img/sec4_bg.jpg) no-repeat 0 0 / cover;
		padding: 5rem 0 7rem;
	}
	.sec4 dl{
		display: grid;
		grid-template-columns: 5rem 1fr;
		gap: .5rem;
	}	
}
@media screen and (max-width: 750px){
	.sec4{
		background: url(../img/sec4_bg_sp.jpg) no-repeat 0 0 / cover;
		padding: 5rem 0 10rem;
	}
	.sec4 .inner{
		padding: 0 1.5rem;
	}
	.news-movie{
		grid-template-columns: 1fr;
	}
}

/* sec5 SUPPORTER */

.sec5{
	background: url(../img/sec5_bg.jpg) no-repeat 0 0 / cover;
	padding: 5rem 0;
}
.sec5{
	display: none;
}
.sec5 h2{
	margin: -5.5rem auto 0;
	max-width: 1000px;
	line-height: 1;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
}
.sec5 h2::after{
	content: '';
	display: block;
}
.sec5 h2 img{
	height: 3rem;
	margin-bottom: 2rem;
}
.sec5 h3 img{
	height: 4rem;
}
.sec5-sec1,
.sec5-sec2{
	background-color: #fff;
	padding: 0 3rem 5rem;
}
.sec5-sec1{
	margin-top: 4rem;
	border-radius: 1rem 0 0 1rem;
}
.sec5-sec1 h3{
	position: absolute;
	top: -1.5rem;
	right: 0;
}
.sec5-sec2{
	border-radius: 0 1rem 1rem 0;
}
.sec5-sec2 h3{
	position: absolute;
	top: -1.5rem;
	left: 0;
}
.sec5 .inner{
	max-width: 1000px;
	padding-right: 1rem;
	position: relative;
}
.sec5 .content{
	padding-top: 5rem;
	font-size: 1rem;
}
.sec5 .content ._txt{
	flex: 1;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 750px){
	.sec5{
		background: url(../img/sec5_bg.jpg) no-repeat 0 0 / cover;
	}
	.sec5-sec1{
		margin-left: 3rem;
	}
	.sec5-sec2{
		margin-right: 3rem;
	}
	.sec5 .content{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sec5 .content h4{
		border-bottom: 1px solid #000;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		font-size: 1.1rem;
	}
	.sec5 .content ._img{
		width: 45%;
	}
	.sec5-sec1 .content:nth-of-type(even) ._txt,
	.sec5-sec2 .content:nth-of-type(odd) ._txt{
		order: 2;
		text-align: right;
	}
	.sec5-sec1 .content:nth-of-type(odd) ._img,
	.sec5-sec2 .content:nth-of-type(even) ._img{
		margin-left: -2rem;
	}
	.sec5-sec1 .content:nth-of-type(even) ._img,
	.sec5-sec2 .content:nth-of-type(odd) ._img{
		order: 1;
		margin-right: -2rem;
	}
	.sec5-sec2{
		margin-top: 10rem;
	}
}
@media screen and (max-width: 750px){
	.sec4{
		background: url(../img/sec4_bg_sp.jpg) no-repeat 0 0 / cover;
	}
	.sec5 h2{
		padding: 0 1rem;
		margin-bottom: 9rem;
	}
	.sec5-sec1{
		margin-left: 1rem;
	}
	.sec5-sec2{
		margin-right: 1rem;
	}
	.sec5 .content h4{
		font-size: 1.6rem;
		padding: 3rem 1rem;
		margin-top: -2rem;
	}
	.sec5-sec1 .content:nth-of-type(odd) h4,
	.sec5-sec2 .content:nth-of-type(even) h4{
		background: url(../img/sec5_title_bg1.png) no-repeat 0 0 / 100% auto;
	}
	.sec5-sec1 .content:nth-of-type(even),
	.sec5-sec2 .content:nth-of-type(odd){
		text-align: right;
	}
	.sec5-sec1 .content:nth-of-type(even) h4,
	.sec5-sec2 .content:nth-of-type(odd) h4{
		background: url(../img/sec5_title_bg2.png) no-repeat 0 0 / 100% auto;
	}
	.sec5-sec1,
	.sec5-sec2{
		padding: 0 1.5rem 5rem;
	}
	.sec5 .content{
		display: flex;
		flex-direction: column;
		font-size: 1.2rem;
	}
	.sec5 ._img{
		order: 1;
	}
	.sec5 ._txt{
		order: 2;
	}
	.sec5-sec2{
		margin-top: 5rem;
	}
}

footer{
	text-align: center;
	padding-top: 3rem;
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
}

.comingsoon{
	text-align: center;
}
.comingsoon .inner{
	max-width: 700px;
	padding: 5rem 2rem;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
}
.comingsoon p{
	margin: 1rem 0;
}
.comingsoon span{
	display: inline-block;
	padding-bottom: .1rem;
	/*border-bottom: 1px solid #000;*/
}
@media screen and (min-width: 750px){
	.comingsoon{
		background: url(../img/comingsoon_bg.jpg) no-repeat 0 0 / cover;
		padding: 6rem 1rem;
	}
	.comingsoon .coming{
		width: 60%;
		margin: 0 auto 1rem;
	}
	.comingsoon .arrow{
		width: 3%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 750px){
	.comingsoon{
		background: url(../img/comingsoon_bg_sp.jpg) no-repeat 0 0 / cover;
		padding: 10rem 1rem;
	}
	.comingsoon .coming{
		width: 100%;
	}
	.comingsoon .arrow{
		width: 2rem;
		margin: 0 auto;
	}
}

/*/*/*/* 赤色・太字の強調テキスト */*/*/*/
.attention-text{
  color: #e60012;        /* 赤色（JR系に合う赤） */
  font-weight: bold;
  font-size: 16px;
  text-align: center;   /* 必要なければ削除 */
  margin: 0 0 15px 0;   /* ← 下に余白を作るポイント */
}
.attention-text{
  font-size: 16px;
  color: #e60012;
}
.main-text{
  font-size: 18px;
}
@media screen and (max-width: 750px){

  .attention-text{
    font-size: 14px;   /* PCより小さく */
    color: #e60012;
  }

  .main-text{
    font-size: 16px;   /* PC:18px → SP:16px */
    color: #e60012;
  }

}
@media screen and (max-width: 375px){
  .attention-text{
    font-size: 13px;
    color: #e60012;
  }
  .main-text{
    font-size: 15px;
  }
}



/* animation */

.fade-up{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.is-inview{
  opacity: 1;
  transform: translateY(0);
}

.pin-down{
  transform: translateY(-140px) scaleY(.92);
  transform-origin: 50% 100%;
}

.pin-down.is-inview{
  animation: pinStab .9s linear both;
}

@keyframes pinStab{
  0%   { transform: translateY(-140px) scaleY(.92); }
  58%  { transform: translateY(14px)   scaleY(1.18); }
  66%  { transform: translateY(-6px)   scaleY(.98); }
  74%  { transform: translateY(3px)    scaleY(1.05); }
  80%  { transform: translateY(-2px)   scaleY(1.00); }
  100% { transform: translateY(0)      scaleY(1.00); }
}

.sec2 h2::after,
.sec3 h2::after,
.sec5 h2::after{
  opacity: 0;
  pointer-events: none;
}
.sec2 h2.is-inview::after,
.sec3 h2.is-inview::after,
.sec5 h2.is-inview::after{
  opacity: 1;
}
.sec2 h2.is-inview::after{
  animation: tsubameFly 1s ease-out both;
}
.sec3 h2.is-inview::after{
  animation: tsubameFly2 1s ease-out both;
}
.sec5 h2.is-inview::after{
  animation: tsubameFly3 1s ease-out both;
}
@media screen and (min-width: 750px){
	.sec2 h2::after{
		right: 0;
		top: 0;
		transform: translate(100%, -50%);
		width: 5rem;
	}
	@keyframes tsubameFly{
	  0%   { transform: translateX(0)     translateY(0) rotate(-10deg); }
	  100% { transform: translateX(100%) translateY(-50%)    rotate(0deg); }
	}
	.sec3 h2::after{
		left: 50%;
		top: -4rem;
		transform: translateX(-200%);
		width: 12rem;
	}
	@keyframes tsubameFly2{
	  0%   { transform: translateX(-150%) translateY(4rem) rotate(-20deg); }
	  100% { transform: translateX(-200%) translateY(0)    rotate(0); }
	}
	.sec5 h2::after{
		position: absolute;
		right: 0;
		top: -4rem;
		width: 12rem;
		aspect-ratio: 593 / 411;
		background: url(../img/tsubame_img3.png) no-repeat 0 0 / 100% auto;
	}
	@keyframes tsubameFly3{
	  0%   { transform: translateX(-70%) translateY(3rem) rotate(10deg); }
	  100% { transform: translateX(0) translateY(0)    rotate(0); }
	}
}
@media screen and (max-width: 750px){
	.sec2 h2::after{
		right: 0;
		top: 0;
		width: 4rem;
	}
	@keyframes tsubameFly{
	  0%   { transform: translateX(-30%) translateY(-50%) rotate(10deg); }
	  100% { transform: translateX(0) translateY(-100%)    rotate(0deg); }
	}
	.sec3 h2::after{
		left: 1.5rem;
		top: 0;
		width: 11rem;
	}
	@keyframes tsubameFly2{
	  0%   { transform: translateX(50%) translateY(4rem) rotate(-20deg); }
	  100% { transform: translateX(0) translateY(0)    rotate(0); }
	}
	.sec5 h2::after{
		position: absolute;
		right: 1.5rem;
		top: 80%;
		width: 15rem;
		aspect-ratio: 617 / 224;
		background: url(../img/tsubame_img3_sp.png) no-repeat 0 0 / 100% auto;
	}
	@keyframes tsubameFly3{
	  0%   { transform: translateX(-40%) translateY(60%) rotate(5deg); }
	  100% { transform: translateX(0) translateY(0)    rotate(0); }
	}
}


@media screen and (max-width: 750px){

  /* センターに来たカードをもう少し大きく（スマホだけ） */
  #DIARY .slick-current .card,
  #DIARY .slick-center .card{
    transform: scale(1.15); /* ←ここを 1.05〜1.15 で調整 */
  }

}
@media screen and (max-width: 750px){
  #DIARY .slick-list{
    overflow: visible;
  }
}