@charset "UTF-8";
@font-face {
    font-family: 'SourceHanSansJP';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../font/SourceHanSansJP/SourceHanSansJP-Regular.otf") format("opentype");
}


/*　共通設定
----------------------------------------------- */

body {
    font-family: 'SourceHanSansJP', 'Hirakaku', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 2.1;
    overflow-x: hidden;
}

main{
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 15px;
    }
}

.body-wrapper {
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}

p{
    font-size: 1.4rem;
}

/*　レイアウト系
----------------------------------------------- */

.d-block {
    display: block;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.font-weight-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.position-relative {
    position: relative;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.line-2 {
    line-height: 2.2;
}


@media screen and (max-width: 768px) {
	.fixedbtn {
		right: 10px;
		bottom:10px;
		width: 95px;
	}
	
}

/* SPのみ表示用 */

.sp {
    display: block;
}

.pc,
.sp-hide {
    display: none;
}

@media screen and (min-width: 600px) {
    .sp-show {
        display: none;
    }
    .sp-hide {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    /* PCのみ表示用 */
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}

/********************************************
********************* mv ********************
********************************************/

.dsWrap .wrap{
	width: 980px;
	margin: 0 auto;
}
.dsWrap .mv .intro{
	background: #00025C;
	text-align: center;
	line-height: 1.0;
	padding: 25px 0;
}
.dsWrap .mv .block{
	display: flex;
	align-items: center;
	height: 850px;
	background: url(../img/bg_mv.jpg) center center no-repeat;
	background-size: cover;
	margin: 0;
}
.dsWrap .mv .block .inner{
	text-align: right;
}
.dsWrap .mv .name{
	background: #00025C;
}
.dsWrap .mv .name div{
	position: relative;
	width: 1010px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.dsWrap .mv .name .img{
	position: absolute;
	bottom: -20px;
	right: -100px;
}

@media screen and (max-width: 768px) {

	.dsWrap .wrap{
		width: auto;
	}
	.dsWrap .mv .intro{
		padding: 0;
	}
	.dsWrap .mv .block{
		height: auto;
	}
	.dsWrap .mv .block .inner{
		line-height: 1.0;
		font-size: 0;
		padding: 0;
	}
	.dsWrap .mv .name h1{
		line-height: 1.0;
		font-size: 0;
		margin: -14vw 0 -6vw;
	}
	.dsWrap .mv .name div{
		width: auto;
		padding: 0;
	}

}

/********************************************
******************* timer *******************
********************************************/

.dsWrap .timer{
	background: #000040;
	padding: 80px 0 70px;
}
.dsWrap .timer .block{
	display: flex;
	justify-content: center;
	align-items: center;
}
.dsWrap .timer .block picture{
  line-height: 1.0;
}
.dsWrap .timer h2{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 35px;
}
.dsWrap .timer #timer .yycountdown-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3.3rem;
	color: #B19800;
	line-height: 1.0;
	font-weight: bold;
	margin-left: 50px;
}
.dsWrap .timer #timer .yyc-day-text,
.dsWrap .timer #timer .yyc-hou-text,
.dsWrap .timer #timer .yyc-min-text,
.dsWrap .timer #timer .yyc-sec-text{
	font-size: 2.2rem;
	margin: 0 0.2em;
}

@media screen and (max-width: 768px) {

	.dsWrap .timer{
		padding: 13vw 13vw 10vw;
	}
	.dsWrap .timer h2{
		line-height: 1.0;
		font-size: 0;
		margin-bottom: 4vw;
	}
	.dsWrap .timer .block{
		display: block;
		line-height: 1.0;
	}
	.dsWrap .timer #timer .yycountdown-box{
		justify-content: center;
		font-size: 1.6rem;
		margin: 0;
	}
	.dsWrap .timer #timer .yyc-day-text,
	.dsWrap .timer #timer .yyc-hou-text,
	.dsWrap .timer #timer .yyc-min-text,
	.dsWrap .timer #timer .yyc-sec-text{
		font-size: 1.2rem;
	}

}

/********************************************
******************* movie *******************
********************************************/

.dsWrap .movie{
	background: url(../img/bg_movie_pc.png) center 0 no-repeat;
	padding: 130px 0 145px;
}
.dsWrap .movie h2{
	text-align: center;
	margin-bottom: 65px;
}
.dsWrap .movie .movieWrap{
	line-height: 1.0;
	text-align: center;
}
.dsWrap .movie .movieWrap iframe{
	border: 0;
}
.dsWrap .movie .movieWrap p{
	font-size: 0.9rem;
	text-align: left;
	margin: 1em 0 0;
}
.dsWrap .movie .balloon{
	margin: 150px auto 0;
}
.dsWrap .movie .balloon img{
	display: block;
}
.dsWrap .movie .balloon .left{
	margin-left: -175px;
}
.dsWrap .movie .balloon .right{
	margin: 0 -175px 0 auto;
}
.dsWrap .movie .balloon p{
	font-size: 0.9em;
	margin: 55px 0 0;
}

@media screen and (max-width: 768px) {

	.dsWrap .movie{
		background: url(../img/bg_movie_sp.png) center 0 no-repeat;
		background-size: cover;
		padding: 12vw 0;
	}
	.dsWrap .movie h2{
		line-height: 1.0;
		margin-bottom: 8vw;
		padding: 0 7.3vw;
	}
	.dsWrap .movie .movieWrap{
		margin: 0 7.3vw;
	}
	.dsWrap .movie .movieWrap iframe{
		width: 100%;
		height: 50vw;
	}
	.dsWrap .movie .movieWrap p{
		font-size: 0.6rem;
		line-height: 1.5;
	}
	.dsWrap .movie .balloon{
		margin-top: 13vw;
	}
	.dsWrap .movie .balloon .left{
		margin: 0;
	}
	.dsWrap .movie .balloon .right{
		margin: 5vw 0;
	}
	.dsWrap .movie .balloon p{
		font-size: 0.6rem;
		margin: 10vw 7.3vw 0;
	}

}

/********************************************
****************** reading ******************
********************************************/

.dsWrap .reading p{
	font-size: 1.1rem;
	line-height: 2.3;
}
.dsWrap .reading .intro{
	position: relative;
	background: #000040;
	padding: 130px 0 0;
}
.dsWrap .reading .intro::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: #fff;
}
.dsWrap .reading .intro h2{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 90px;
}
.dsWrap .reading .intro p{
	font-size: 1.1rem;
	color: #fff;
	margin: 75px 0;
}
.dsWrap .reading .intro .img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 1305px;
	min-width: 980px;
	margin: 0 auto;
	z-index: 2;
}
.dsWrap .reading .overview{
	padding: 65px 0 0;
}
.dsWrap .reading .overview .icon{
	text-align: center;
	margin-bottom: 60px;
}
.dsWrap .reading .overview h3{
	text-align: center;
	line-height: 1.0;
	margin: 120px 0 75px;
}
.dsWrap .reading .overview .work{
	max-width: inherit;
	margin: 40px 0 35px -157px;
}
.dsWrap .reading .overview .list{
	background: #EBE4BD;
	padding: 65px 40px 75px;
}
.dsWrap .reading .overview .listWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.dsWrap .reading .overview .list h4{
	width: 100%;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 35px;
}
.dsWrap .reading .overview .list ol li{
	position: relative;
	line-height: 2.0;
	font-size: 0.9rem;
	padding-left: 2.5em;
}
.dsWrap .reading .overview .list ol li:before{
	position: absolute;
	top: 0;
	left: 0;
}
.dsWrap .reading .overview .list .count01 {
	counter-reset: count 0;
}
.dsWrap .reading .overview .list .count01 li:before {
	content: counter(count) ".";
	counter-increment: count 1;
}
.dsWrap .reading .overview .list .count02 {
	counter-reset: count2 18;
}
.dsWrap .reading .overview .list .count02 li:before {
	content: counter(count2) ".";
	counter-increment: count2 1;
}
.dsWrap .reading .overview .list .count03 {
	counter-reset: count3 34;
}
.dsWrap .reading .overview .list .count03 li:before {
	content: counter(count3) ".";
	counter-increment: count3 1;
}
.dsWrap .reading .overview .notes{
	font-size: 0.9rem;
	line-height: 2;
	margin: 1em 0 0;
}
.dsWrap .reading .overview .kotoba{
	margin-top: 65px;
}
.dsWrap .reading .overview .list .toggle{
	display: none;
}

@media screen and (max-width: 768px) {

	.dsWrap .reading .intro::after{
		content: none;
	}
	.dsWrap .reading .intro{
		padding: 13vw 7.3vw 0;
	}
	.dsWrap .reading .intro h2{
		margin-bottom: 5vw;
	}
	.dsWrap .reading p{
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.dsWrap .reading .intro p{
		font-size: 0.9rem;
		line-height: 1.5;
		margin: 5vw 0 7vw;
	}
	.dsWrap .reading .intro .img{
		width: 100vw;
		max-width: inherit;
		min-width: inherit;
		margin: 0 -7.3vw -10vw;
	}
	.dsWrap .reading .overview{
		padding: 15vw 7.3vw 0;
	}
	.dsWrap .reading .overview h3{
		margin: 10vw 0 5vw;
	}
	.dsWrap .reading .overview .icon{
		margin: 5vw 4vw;
	}
	.dsWrap .reading .overview .list{
		position: relative;
		display: block;
		padding: 10vw 7.3vw 20vw;
		margin: 5vw 0 0;
	}
	.dsWrap .reading .overview .list ol li{
		font-size: 0.78em;
		line-height: 1.7;
	}
	.dsWrap .reading .overview .list h4{
		margin-bottom: 5vw;
	}
	.dsWrap .reading .overview .notes{
		font-size: 0.6rem;
		line-height: 1.5;
	}
	.dsWrap .reading .overview .kotoba{
		margin: 5vw 0 0;
	}
	.dsWrap .reading .overview .list .toggle{
		position: absolute;
		bottom: 5vw;
		left: 7.3vw;
		display: block;
		width: calc(100% - 14.6vw);
		line-height: 1.0;
	}
	.dsWrap .reading .overview .list .toggle div{
		position: relative;
	}
	.dsWrap .reading .overview .list .toggle img+img{
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	.dsWrap .reading .overview .list .toggle.is-show img{
		opacity: 0;
	}
	.dsWrap .reading .overview .list .toggle.is-show img+img{
		opacity: 1;
	}
	.dsWrap .reading .overview .listWrap{
		position: relative;
		overflow: hidden;
	}
	.dsWrap .reading .overview .listWrap.is-hide{
		height: 110px;
	}
	.dsWrap .reading .overview .listWrap::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: linear-gradient(to bottom, rgba(236,229,190,0) 0%,rgba(236,229,190,1) 100%);
	}
	.dsWrap .reading .overview .list .toggle.is-show + .listWrap::after{
		content: none;
	}
}

/********************************************
***************** recommend *****************
********************************************/

.dsWrap .recommend{
	margin-top: 170px;
}
.dsWrap .recommend h2{
	line-height: 1.0;
	text-align: center;
	margin: 0 0 70px;
}
.dsWrap .recommend .imgBlockWrap{
	display: none;
}
.dsWrap .recommend .imgBlock{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dsWrap .recommend .imgBlock.reverse{
	flex-flow: row-reverse;
}
.dsWrap .recommend .imgBlock img{
	align-self: flex-start;
	flex-shrink: 0;
}
.dsWrap .recommend .imgBlock .txt{
	padding-left: 70px;
}
.dsWrap .recommend .imgBlock.reverse .txt{
	padding: 0 70px 0 0;
}
.dsWrap .recommend .imgBlock .txt .ttl{
	line-height: 1.0;
	margin-top: 0;
}
.dsWrap .recommend .imgBlock .txt p{
	font-size: 1.1rem;
	line-height: 2.3;
	margin-top: 1em;
}
.dsWrap .recommend .wrap > .toggle{
	position: relative;
	line-height: 1.0;
	margin-top: 45px;
	transition: 0.2s;
	cursor: pointer;
}
.dsWrap .recommend .wrap > .toggle:hover{
	opacity: 0.65;
}
.dsWrap .recommend .wrap > .toggle img+img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.dsWrap .recommend .wrap > .toggle.open img{
	opacity: 0;
}
.dsWrap .recommend .wrap > .toggle.open img+img{
	opacity: 1;
}
.dsWrap .recommend .imgBlock .toggle{
	display: none;
}

@media screen and (max-width: 768px) {

	.dsWrap .recommend{
		margin-top: 10vw;
	}
	.dsWrap .recommend h2{
		padding: 0 7.3vw;
		margin: 0 0 8vw;
	}
	.dsWrap .recommend .imgBlock{
		display: block;
		padding: 0 7.3vw;
	}
	.dsWrap .recommend .imgBlock + .imgBlock{
		margin-top: 7vw;
	}
	.dsWrap .recommend .imgBlock .txt,
	.dsWrap .recommend .imgBlock.reverse .txt{
		padding: 0;
	}
	.dsWrap .recommend .imgBlock .toggle{
		position: relative;
		display: block;
		line-height: 1.0;
		margin-top: 5vw;
	}
	.dsWrap .recommend .imgBlock .toggle img+img{
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	.dsWrap .recommend .imgBlock .toggle.open img{
		opacity: 0;
	}
	.dsWrap .recommend .imgBlock .toggle.open img+img{
		opacity: 1;
	}
	.dsWrap .recommend .imgBlock .txt .content{
		display: none;
		padding: 5vw 0 0;
	}
	.dsWrap .recommend .imgBlock .txt .content img{
		display: block;
		width: 50vw;
		margin: 0 auto 5vw;
	}
	.dsWrap .recommend .imgBlock .txt p{
		font-size: 0.9rem;
		line-height: 1.5;
		margin-top: 0;
	}
	.dsWrap .recommend .imgBlock .txt .ttl{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.dsWrap .recommend .imgBlock .txt .ttl > img{
		width: 40vw;
	}
	.dsWrap .recommend .imgBlock .txt .ttl .keyword{
		width: 100%;
		/*
		width: 40vw;
		*/
	}
	.dsWrap .recommend .imgBlock:first-of-type .txt .ttl{
		display: block;
	}
	.dsWrap .recommend .imgBlock:first-of-type .txt .ttl > img,
	.dsWrap .recommend .imgBlock:first-of-type .txt .ttl .keyword{
		width: 100%;
	}
	.dsWrap .recommend .imgBlock:first-of-type .txt .ttl .keyword{
		margin-top: 5vw;
	}
	.dsWrap .recommend .wrap > .toggle{
		display: none;
	}
	.dsWrap .recommend .imgBlockWrap{
		display: block;
	}
}

/********************************************
******************* detail ******************
********************************************/

.dsWrap .detail{
	margin-top: 130px;
	padding: 0 0 130px;
}
.dsWrap .detail h2{
	background: #B19800;
	line-height: 1.0;
	text-align: center;
	padding: 60px 0;
	margin: 0 0 80px;
}
.dsWrap .detail h3{
	line-height: 1.0;
	text-align: center;
	margin: 85px 0 40px;
}
.dsWrap .detail p{
	font-size: 1.1rem;
	line-height: 2.3;
}

@media screen and (max-width: 768px) {

	.dsWrap .detail{
		margin-top: 10vw;
		padding-bottom: 10vw;
	}
	.dsWrap .detail h2{
		margin: 0 0 7vw;
		padding: 7vw 7.3vw;
	}
	.dsWrap .detail .wrap{
		padding: 0 7.3vw;
	}
	.dsWrap .detail h3{
		margin: 10vw 0 5vw;
	}
	.dsWrap .detail p{
		font-size: 0.9rem;
		line-height: 1.5;
	}

}

/********************************************
******************* item ********************
********************************************/

.dsWrap .item{
	background: #00025C;
	text-align: center;
	padding: 60px 0 40px;
}

@media screen and (max-width: 768px) {

	.dsWrap .item{
		padding: 10vw 0;
	}

}

/********************************************
***************** booking *******************
********************************************/

.dsWrap .booking{
	padding: 135px 0 35px;
}
.dsWrap .booking h2,
.dsWrap .booking h3{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 70px;
}
.dsWrap .booking .bnr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dsWrap .booking .bnr li{
	line-height: 1.0;
	margin-top: 30px;
}
.dsWrap .booking .bnr li:nth-child(-n+2){
	margin-top: 0;
}
.dsWrap .booking .bnr+h3{
	margin-top: 80px;
}
.dsWrap .booking .copy {
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.5;
	margin: 1.5em 0 0;
}

@media screen and (max-width: 768px) {

	.dsWrap .booking{
		padding: 10vw 7.3vw;
	}
	.dsWrap .booking h2,
	.dsWrap .booking h3{
		margin-bottom: 5vw;
	}
	.dsWrap .booking .bnr li{
		line-height: 1.0;
		margin-top: 3vw;
	}
	.dsWrap .booking .bnr li:nth-child(-n+2){
		margin-top: 3vw;
	}
	.dsWrap .booking .bnr li:first-child{
		margin-top: 0;
	}
	.dsWrap .booking .bnr+h3{
		margin-top: 10vw;
	}
	.dsWrap .booking .copy{
		font-size: 0.8em;
	}

}

.dsWrap .ds_fixed{
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 0;
	z-index: 1000;
}
@media screen and (max-width: 768px) {
	.dsWrap .ds_fixed{
		width: 95px;
		bottom: 5vw;
		right: 5vw;
	}
}
