@charset "UTF-8";

#pagetop_pc,
#pagetop_sp{display:none!important;}
#smp_footer {margin-top: 0!important;}
.btn.btn01 a:link,
.btn.btn02 a:link,
.btn.btn01 a:visited,
.btn.btn02 a:visited {color: #FFF;}

h1, h2, h3, h4, h5, h6 {font-weight: unset;}
#movieplay_off{display:none;}
#smp_footer a:link {color: #0065d6;}

.btn01 span.btnLink,
.btn02 span.btnLink {cursor:pointer;}
.btn01 span.btnLink:hover,
.btn02 span.btnLink:hover {
	color: #fff;
    background-color: #af1918;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight:bold;
    font-size:16px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
}
img{
    max-width: 100%;
    height: auto;
}
main header{
    width:100%;
    background-color:#1b1d1e;
    background-image: url("../images/intro/bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding:15px 0 50px;
}
.baseContainer{
    margin: 0 auto;
    max-width:960px;
    padding: 0 15px;
	width:100%;
	overflow: hidden;
}
@media screen and (max-width:960px) {
.baseContainer {
    padding: 0 10px;
}
}

/*イントロ*/
.introCatch{
    margin:10px auto 0;
    display: grid;
    gap:0;
    grid-template-columns:1fr;
	overflow:hidden;
}
.catch01{
    text-align: left;
}
.catch02{
    text-align: right;
	margin-top: -60px;
}
.catch01 img{
    max-width:570px;
}
.catch02 img{
    max-width:526px;
}
.introCast{
    margin: 30px;
    display: grid;
    gap:30px;
    grid-template-columns:repeat(3, 1fr);
}
.introCastItem{
    text-align:right;
}
.introCastItem img{
    width:90%;
    filter: drop-shadow(-10px 10px 3px #333333);
}
.introCastItem .castPic{
    position: relative;
}
.introCastItem .castPic::before{
    position: absolute;
    bottom: 40px;
    left: -15px;
    z-index: 1;
    height:auto;
}
.introCastItem:nth-child(3) .castPic::before{
    content: url(../images/intro/name-plate-02.svg);
    width: 116px;
}
.introCastItem:nth-child(1) .castPic::before{
    content: url(../images/intro/name-plate-03.svg);
    width: 128px;
}
.introCastItem:nth-child(2) .castPic::before{
    content: url(../images/intro/name-plate-01.svg);
    width: 134px;
}
.tourTitle{
    text-align:center;
	overflow: hidden;
}
.tourTitle img{
    max-width:860px;
}
.introSchedule{
    max-width: 860px;
    margin: 30px auto;
    display: grid;
    gap:15px;
    grid-template-columns:1.8fr 6fr;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.introScheduleItem{
    text-align: center;
}
.introScheduleItem:nth-child(1) img{
    max-width:300px;
	padding-top:3px;
}
.introScheduleItem:nth-child(2) img{
    max-width:650px;
}
.introScheduleItem:nth-child(3) img{
    max-width:150px;
}
.introNote{
	margin-top:10px;
	font-size:1.2rem;
	font-weight:normal;
	color:#ffffff;
	line-height:1.2;
}
.btn{
    margin: 30px auto;
    text-align: center;
}
.btnLink{
    color:#ffffff;
    font-size:1.8rem;
    background-color:#af1918;
    padding:10px 70px;
    transition: all 0.6s ease;
    display: inline-block;
    transform: skewX(-18deg);
	position:relative;
}
.btnLink span {
	display: inline-block;
	transform: skew(18deg);
    transition: transform 0.6s ease;
}
.btnLink i {
    transition: transform 0.6s ease;
}
.btnLink:hover{
    color:#ffffff;
    background-color: #1b1b1b;
}
.btnLink:hover span i{
    transform: translateX(20px);
}
/*.btn .btnLink:before{
	content:'';
	background-repeat: no-repeat;
	background-size:contain;
	width:96px;
	height:33px;
	position:absolute;
	top:12px;
	left:-60px;
    transform: skew(18deg);
}
.btn01 .btnLink:before{
	background-image: url("../images/intro/narita.svg");
}
.btn02 .btnLink:before{
	background-image: url("../images/intro/kanku.svg");
}*/

 /* レスポンシブ */
@media screen and (max-width:750px){
.introCatch, .introCast{
    grid-template-columns:1fr;
}
.catch01{
    text-align: center;
}
.catch02{
    text-align: center;
	margin-top: 0;
}
.introCastItem{
    padding:0 70px;
}
.introSchedule{
    grid-template-columns:1fr;
	gap:10px;
}
.introScheduleItem:nth-child(1) img{
    max-width:200px;
	padding-top:0;
}
.introScheduleItem:nth-child(3) img{
    max-width:180px;
}
}
@media screen and (max-width:600px){
.btnLink{
    font-size:1.4rem;
    padding:10px 60px;
}
.btn .btnLink:before{
	top:5px;
}
}
@media screen and (max-width:500px){
.introCastItem{
    padding:0 20px;
}
.btnLink{
    padding:10px 40px;
}
.btn .btnLink:before{
	width:78px;
	height:28px;
	top: -17px;
    left: -30px;
}
}
@media screen and (max-width:450px){
.introCastItem{
    padding:0 5px;
}
.introScheduleItem:nth-child(1) img{
    max-width:130px;
}
.introScheduleItem:nth-child(3) img{
    max-width:150px;
}
.btnLink{
    font-size:1.2rem;
}
}
/*@media screen and (max-width:400px){
.introNote{
	font-size:0.9rem;
}
}*/
@media screen and (max-width:350px){
.introSchedule{
	gap:18px;
}
/*.introNote{
	font-size:0.8rem;
}*/
.btn .btnLink:before{
	width:64px;
	height:22px;
    left: -10px;
}
.btnLink{
    font-size:1rem;
}
}
/*インターミッション*/
.intermissionSection{
    width:100%;
    background-color:#161818;
    padding:30px 0;    
}
.imCatch{
    margin:30px auto 40px;
    display: grid;
    gap:30px;
    grid-template-columns:1fr 1fr;
	background-image: url("../images/point/mongol-map.jpg");
	background-size: 70%;
	background-position:right top;
	background-repeat: no-repeat;
}
.imCatchItem{
    text-align: center;
}
.imCatchItem:nth-child(1) img{
    max-width: 340px;
    width: 95%;
	filter: drop-shadow(5px 5px 3px #333333);
}
/*レスポンシブ*/
@media screen and (max-width:600px){
.imCatch{
    grid-template-columns:1fr;
	background-size: contain;
	background-position:bottom center;
	padding-bottom:100px;
}
}

/*ポイント*/
.pointSection01,.pointSection02,.pointSection03{
    width:100%;
    background-color:#1b1d1e;
    padding:0 0 70px;
}
.pointSection01 .baseContainer,.pointSection02 .baseContainer,.pointSection03 .baseContainer{
    background-image: url("../images/point/bg-point.svg");
    background-size:45% auto;
    background-repeat: no-repeat;
    background-position: left top;
    padding:0 15px;
}
.pointHeader{
    display: grid;
    gap:20px;
    grid-template-columns:1.3fr 1fr;
}
.pointHeaderItem:nth-child(1){
    padding-top: 20px;
}
.pointHeaderItem:nth-child(2){
    padding-top: 50px;
}
.pointSection03{
    padding-bottom:0;
}
.pointSection03 .pointHeader {
    padding-bottom: 80px;
}
.pointSection03 .pointHeaderItem:nth-child(2) .pointTopic{
    text-align: center;
}
.pointSection03 .pointHeaderItem:nth-child(2) .pointTopic ul{
    margin-top:30px;
}
.pointSection03 .pointHeaderItem:nth-child(2) .pointTopic ul li{
    font-size:1.2rem;
    list-style:none;
}
.pointSection03 .pointHeaderItem:nth-child(2) .pointTopic ul li:nth-child(1){
    padding:5px 20px;
    border-radius:10px 10px 0 0;
    color:#ffffff;
    background-color:#BA141B;
}
.pointSection03 .pointHeaderItem:nth-child(2) .pointTopic ul li:nth-child(2){
    padding:10px 20px;
    border-radius:0 0 10px 10px;
    color:#231815;
    background-color:#F9E2D5;
    text-align: left;
}
.pointHeaderItem:nth-child(2) h3{
	text-align: center;
}
.pointHeaderItem:nth-child(2) h3 img{
	max-width: 392px;
	width:95%;
}

.headingPoint img{
    max-width:504px;
    padding-top:40px;
}
.pointNum {
    padding: 30px 0 10px 5px;
}
.pointNum img{
    width:218px;
}
.pointSection01 h1,.pointSection02 h1,.pointSection03 h1{
    color:#ffffff;
    font-weight: 900;
    font-size:2.3rem;
    line-height:1.4;
}
.pointSection01 p,.pointSection02 p,.pointSection03 p{
    color:#ffffff;
    font-weight: 600;
    font-size:1rem;
    line-height:1.5;    
}
.pointSection01 p span,.pointSection02 p span,.pointSection03 p span{
    color:#fff000;
}
.pointTopic{
    position: relative;
}
.headingBand {
    position: absolute;
    top: -20px;
    left: -40px;
    z-index: 2;
    overflow: hidden;
}

.headingBand::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d70c18;
    z-index: 2;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100%  100%, 0% 100%);
}
.pointTopic .withCaption {
    z-index: 1;
}
.pointTopic h2 {
    position: relative;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.15rem;
    padding:3px 30px 5px 5px;
    z-index: 3;
}

.pointBlock{
    margin:30px auto 60px;
}
.pointInfo{
    max-width:860px;
    margin:0 auto;
    display: grid;
    gap:20px;
    grid-template-columns:1.5fr 1fr; 
}
.pointInfoItem:nth-child(1){
}
.pointInfoItem:nth-child(2){
    align-self:flex-end;
    justify-self: end;
}
/*キャプション付き*/
.withCaption {
    position: relative;
    display: inline-block;
}
.caption {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: white;
    padding: 5px;
    font-size: 0.8rem;
}
.bubbleBox{
    display: inline-block;
    position:relative;
    background:#231815;
    padding:5px 10px 8px;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size:16px;
    margin-bottom:5px;
}
.bubbleBox:after, .bubbleBox:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50px;
}
.bubbleBox:after{
    border-color: rgba(35, 24, 21, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:7px;
    border-right-width:7px;
    margin-left: -7px;
    border-top-color:#231815;
}
.bubbleBox:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:8px;
    border-right-width:8px;
    margin-left: -8px;
    margin-top: 1px;
    border-top-color:#FFFFFF;
}
.label{
    display: flex;
    list-style: none;
	position:absolute;
	top:0;
	right:0;
}
.label li{
    font-size:1.2rem;
    font-weight:600;
    list-style: none;
    padding:3px 10px;
    margin:0;
}
.label li:nth-child(1){
    color:#ffffff;
    background-color:#BA141B;
}
.label li:nth-child(2){
    color:#231815;
    background-color:#F9E2D5;
}

.pointInfo h1{
    font-size:1.8rem;
    font-weight:900;
    color:#ffffff;
}
.pointContents01{
    max-width:860px;
    display: grid;
    gap:5px 15px;
    grid-template-columns:3fr 1fr;
    margin:10px auto;
}
.pointContents01 .pointContentsItem:nth-child(1){
    text-align: center;
}
.pointContents02{
    max-width:860px;
    display: grid;
    gap:5px 15px;
    grid-template-columns:2fr 3fr;
    margin:10px auto;
}
.pointContents02 .pointContentsItem:nth-child(2){
    text-align: center;
}

.flashbackBox{
    padding: 15px;
    border-radius:8px;
    background-color:#E3F3FC;
}
.flashbackBox img{
    max-width:160px;
    margin-bottom:10px;
}
.flashbackBox p{
    font-size:1rem;
    font-weight:600;
    color:#231815;
}
.flashbackBox p span{
    color:#0069AC;
}
.contentsNote{
    font-size:1rem;
    font-weight:600;
    color:#231815;    
}
.contentsNote span{
    color:#fff000;    
}
.pointNote{
	margin-top:10px;
	margin-bottom:20px;
	font-size:0.9rem!important;
	text-indent:-1em;
	padding-left: 1em;
}

/*レスポンシブ*/
@media screen and (min-width:801px) and (max-width:900px){
.pointTopic h2{
	font-size:1rem;
}
.pointSection01 h1,.pointSection02 h1,.pointSection03 h1{
    color:#ffffff;
    font-size:2rem;
}
.pointSection03 h1{
	letter-spacing: -0.03em;
}
}
@media screen and (max-width:800px){
.pointHeader{
    grid-template-columns:1fr;
}
.pointHeaderItem:nth-child(2){
    padding-top: 20px;
}
/*pointSection01*/
.headingBand{
    left: 0;
}
.pointSection01 .pointHeaderItem:nth-child(2) .pointTopic{
		text-align: center;
}
.pointSection01 .pointHeaderItem:nth-child(2) .pointTopic p{
		text-align: left;
}
/*pointSection03*/
.pointSection03 .pointHeader{
	gap:0;
}
.pointSection03 .pointHeaderItem:nth-child(2){
    padding-top: 0;
    text-align: center;
}
.pointSection03 .pointHeaderItem:nth-child(2) p{
    text-align: left;
}
.pointInfo{
    grid-template-columns:1fr;
}
}
@media screen and (max-width:750px){
.pointSection01 .baseContainer,.pointSection02 .baseContainer,.pointSection03 .baseContainer{
    background-size:65% auto;
 }
.pointContents01, .pointContents02{
    grid-template-columns:1fr;
	gap:10px;
}
.pointSection01 .pointContents01 .pointContentsItem:nth-child(1){
    order:1;
}
.pointSection01 .pointContents01 .pointContentsItem:nth-child(2){
    order:3;
}
.pointSection01 .pointContents01 .pointContentsItem:nth-child(3){
    order:2;
}
.pointSection01 .pointContents02 .pointContentsItem:nth-child(1){
    order:2;
}
.pointSection01 .pointContents02 .pointContentsItem:nth-child(2){
    order:1;
}
.pointSection02 .pointContents02 .pointContentsItem:nth-child(1){
    order:2;
}
.pointSection02 .pointContents02 .pointContentsItem:nth-child(2){
    order:1;
}
}
@media screen and (max-width:600px){
.pointInfo h1 {
    font-size: 1.6rem!important;
}
.pointSection01 h1, .pointSection02 h1, .pointSection03 h1 {
    font-size: 2rem;
}
}
@media screen and (max-width:500px){
.pointTopic h2{
	font-size:1rem;
	text-align: left;
}
.label li{
    font-size:0.9rem;
}
}
@media screen and (max-width: 400px){
.pointInfo h1 {
    font-size: 1.5rem!important;
}
.pointSection01 h1, .pointSection02 h1, .pointSection03 h1 {
    font-size: 1.8rem;
}
.pointTopic h2{
	font-size:0.9rem;
}
}
@media screen and (max-width: 350px){
.pointInfo h1 {
    font-size: 1.4rem!important;
}
.pointSection01 h1, .pointSection02 h1, .pointSection03 h1 {
    font-size: 1.6rem;
}
.pointTopic h2{
	font-size:0.8rem;
}
}
/*ハイライト*/
.highlightSection{
    width:100%;
    background-color:#303233;
    padding:0 0 40px;
}
.highlightSection .baseContainer{
    background-image: url("../images/highlight/bg-highllight.svg");
    background-size:45% auto;
    background-repeat: no-repeat;
    background-position: left top;
    padding:0 15px;
}
.highlightHeader{
    padding-top:80px;
    display: grid;
    gap:10px;
    grid-template-columns:3fr 1fr;
}
.highlightHeaderItem:nth-child(2){
    align-self:flex-end;
}
.highlightHeaderItem:nth-child(2) p{
    font-size:1rem;
    color:#fff000;
}
.headingHighlight img{
    max-width:504px;
}
.highlightSection h1{
    color:#ffffff;
    font-weight: 900;
    font-size:2.3rem;
    line-height:1.4;
}
.highlightCast{
    margin:60px auto 40px;
    display: grid;
    gap:40px;
    grid-template-columns:repeat(3, 1fr);
}
.highlightCastSub{
    display: grid;
    gap:10px;
    grid-template-columns:1fr 1.2fr;
    margin-bottom:5px;
}
.highlightCastSubItem{
    text-align:center;
}
.highlightCastSubItem:nth-child(2){
    padding-top: 40px;
}

.highlightCastSubItem p{
    font-size:0.8rem;
    font-weight:bold;
    color:#ffffff;
}
.highlightCastItem{
    text-align: center;
}
.highlightCastItem h2{
    font-size:0.9rem;
    font-weight:bold;
    color:#ffffff;    
}
.highlightCastItem h2 span{
    font-size:0.8rem;
}
.highlightNote{
    margin:60px auto 30px;
    display: grid;
    gap:30px;
    grid-template-columns:1fr 1.5fr;
}
.highlightNoteItem:nth-child(1){
    text-align: center;
}
.highlightNoteItem:nth-child(1) h2{
    color:#ffffff;
    font-size:1.3rem;
    line-height:1.3;
    padding: 30px 60px;
    background-color:#d70c18;
    border-radius:50%;
	display:inline-block;
}
.highlightNoteItem:nth-child(2){
    text-align: left;
    font-size:1rem;
    color:#ffffff;
}
.highlightRemarks{
    margin-top:15px;
    padding:15px;
    background-color:#ffffff;
}
.highlightRemarks p{
    color:#009fe8;
    font-size:0.9rem;
    padding-left:1em;
    text-indent: -1em;
}

/*レスポンシブ*/
@media screen and (min-width:801px) and (max-width:900px){
.highlightSection h1{
    color:#ffffff;
    font-size:2rem;
}
}
@media screen and (max-width:900px){
.highlightCast{
    grid-template-columns:1fr;
    padding:0 40px;
    gap:80px;
}
.highlightCastItem h2{
    font-size:1rem;
}
}
@media screen and (max-width:800px){
.highlightHeader{
    grid-template-columns:1fr;
}
.highlightNote{
    grid-template-columns:1fr;
}
.highlightSection h1{
    letter-spacing:-0.03em;
}
}
@media screen and (max-width:750px){
.highlightSection .baseContainer{
    background-size:65% auto;
}
}
@media screen and (max-width:600px){
.highlightSection h1 {
    font-size: 2rem;
}
}
@media screen and (max-width: 500px){
.highlightSection h1 {
    font-size: 1.8rem;
}
.highlightCast {
    padding: 0 10px;
}
}
@media screen and (max-width: 400px){
.highlightCast {
    padding: 0 0;
}
}
@media screen and (max-width: 350px){
.highlightSection h1 {
    font-size: 1.6rem;
}
}
/*その他*/
.othersSection{
    width:100%;
    background-color:#161818;
    padding:20px 0 10px;
}
.othersSection .baseContainer{
    padding:40px 10px;
}
.othersInfo {
    margin:0 auto;
    max-width:800px;
    background-image: url("../images/others/bg-top.png"), url("../images/others/bg-bottom.png"), url("../images/others/bg-middle.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, 100% auto, 100% 45%;
    -webkit-background-size: 100% auto, 100% auto, 100% 45%;
    -moz-background-size: 100% auto, 100% auto, 100% 45%;
    -ms-background-size: 100% auto, 100% auto, 100% 45%;
    background-position: center top, center bottom, center center;
    -webkit-background-position: center top, center bottom, center center;
    -moz-background-position: center top, center bottom, center center;
    -ms-background-position: center top, center bottom, center center;	
}
.othersInfo h2{
    padding:50px 0 30px;
    margin:0 auto;
    text-align: center;
    font-size:2.5rem;
    color:#006934;
    line-height: 1.2;
    font-family: "Sawarabi Mincho";
    font-weight:bold;
}
.othersContents01{
    padding: 0 80px 50px;
    display: grid;
    gap:20px;
    grid-template-columns:2.5fr 1fr;
}
.othersContents02{
    padding: 0 80px 50px;
    display: grid;
    gap:20px;
    grid-template-columns:1fr 2.5fr;
}
.othersContentsItem p{
    font-size:1.2rem;
}
.othersContentsItem p span{
    color:#e50012;
}
.othersRemarks{
    margin-top:5px;
    font-size:0.8rem!important;
    font-weight:normal;
}
.othersContents01 .withCaption .caption{
    position: absolute;
    bottom: 3px;
    left: 3px;
    color: white;
    padding: 5px;
    font-size: 0.8rem;
}
.othersPics{
	display: flex;
}
.othersPics .withCaption:nth-child(2){
	transform: rotate(5deg) translate(-20px, -8px);
}
.othersPics .withCaption:nth-child(2) .caption{
    position: absolute;
    top: -2px;
    right: 3px;
    color: white;
    padding: 5px;
    font-size: 0.8rem;
}

/*レスポンシブ*/
@media screen and (max-width:800px){
.othersInfo {
    background-size: 100% auto, 100% auto, 100% 65%;
    -webkit-background-size: 100% auto, 100% auto, 100% 65%;
    -moz-background-size: 100% auto, 100% auto, 100% 65%;
    -ms-background-size: 100% auto, 100% auto, 100% 65%;
}
.othersContents01, .othersContents02{
    grid-template-columns:1fr;
	gap:5px;
}
.othersContents02 .othersContentsItem:nth-child(1){
	order:2;
}
.othersContents02 .othersContentsItem:nth-child(2){
	order:1;
}
}
@media screen and (max-width:600px){
.othersInfo {
    background-size: 100% auto, 100% auto, 100% 70%;
    -webkit-background-size: 100% auto, 100% auto, 100% 70%;
    -moz-background-size: 100% auto, 100% auto, 100% 70%;
    -ms-background-size: 100% auto, 100% auto, 100% 70%;
}
.othersContents01, .othersContents02{
    padding: 0 40px 50px;
}
.othersPics .withCaption:nth-child(2) {
    transform: rotate(5deg) translate(-5px, -8px);
}
}
@media screen and (max-width:500px){
.othersInfo {
    background-size: 100% auto, 100% auto, 100% 75%;
    -webkit-background-size: 100% auto, 100% auto, 100% 75%;
    -moz-background-size: 100% auto, 100% auto, 100% 75%;
    -ms-background-size: 100% auto, 100% auto, 100% 75%;
}
.othersInfo h2{
    font-size:2rem;
}
.othersContents01, .othersContents02{
    padding: 0 20px 50px;
}
}
@media screen and (max-width:400px){
.othersContentsItem p{
    font-size:1rem;
}
.othersContents01 .withCaption .caption{
    font-size: 0.65rem;		
}
.othersPics .withCaption .caption{
    font-size: 0.65rem;
}
.othersPics .withCaption:nth-child(2) .caption{
    right: 1px;
    font-size: 0.65rem;
}
}
@media screen and (max-width:350px){
.othersInfo {
    background-size: 100% auto, 100% auto, 100% 82%;
    -webkit-background-size: 100% auto, 100% auto, 100% 82%;
    -moz-background-size: 100% auto, 100% auto, 100% 82%;
    -ms-background-size: 100% auto, 100% auto, 100% 82%;
}
.othersInfo h2{
    font-size:1.8rem;
}
}

/*レスポンシブ表示調整*/
.displayPc01{
	display: block;
}
.displaySp01{
	display: none;
}
.displayPc02{
	display: block;
}
.displaySp02{
	display: none;
}
.displayPc03{
	display: block;
}
.displaySp03{
	display: none;
}
.displayPc04{
	display: block;
}
.displaySp04{
	display: none;
}
.displayPc05{
	display: block;
}
.displaySp05{
	display: none;
}
@media screen and (min-width:801px){
.displayPc05{
	display: none;
}
.displaySp05{
	display: block;
}
}
@media screen and (max-width:800px){
.displayPc04{
	display: none;
}	
.displaySp04{
	display: block;
}
}
@media screen and (max-width:600px){
.displayPc01{
	display: none;
}	
.displaySp01{
	display: block;
}
}
@media screen and (max-width:500px){
.displayPc02{
	display: none;
}
.displaySp02{
	display: block;
}
}
@media screen and (max-width:400px){
.displayPc03{
	display: none;
}
.displaySp03{
	display: block;
}
.displayPc05{
	display: none;
}
.displaySp05{
	display: block;
}
}


/*マージン調整*/
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}

/*ローディング*/
body.noScroll {
    overflow: hidden;
    height: 100%;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: transform 1s, opacity 2s;
}
#overlayA {
	background: linear-gradient(180deg, rgba(229,19,25,1) 0%, rgba(158,7,11,1) 100%);
    z-index: 3;
}
#overlayB {
    background-color: #161818;
    z-index: 1;
    opacity: 1;
}
.content {
    opacity: 1;
    transition: opacity 2s;
    z-index: 0;
}

/* 番組サイトリンク */
#popupBlock{
  position: fixed;
  bottom: 30px;
  right: 25px;
}
#popupBox{
  position: relative;
}
#popupLink {
	font-size: 1.2rem;
	padding: 5px 15px;
	color: #1b1d1e;
	background-color: #af1918;
	transition: all 0.6s ease-in-out;
	position:relative;
    display: inline-block;
    transform: skewX(-18deg);
}
#popupLink span {
	display: inline-block;
	transform: skew(18deg);
    transition: transform 0.6s ease;
}
#closeButton {
  position: absolute;
  top: -10px;
  right: -15px;
  color: #ffffff;
  background-color: #1b1d1e;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 10;
}
#closeButton i{
	font-size:1rem;
}
#popupLink:hover {
  background-color: #1b1d1e;
	color:#ffffff;
}

.pointIntro{
    display: grid;
    gap:20px;
    grid-template-columns:1.8fr 1fr;
	margin:50px auto;
}
@media screen and (max-width:750px){
.pointIntro{
    grid-template-columns:1fr;
	margin:30px auto 50px;
}
}
@media screen and (max-width:500px){
.pointIntro{
    grid-template-columns:1fr;
	margin:0 auto 50px;
}
}
.pointOption{
	margin:0px auto 80px;
}
.pointOption .pointTopic{
	max-width:550px;
	margin: 0 auto;
}

.othersInfo{
	position: relative;
}
.moreCatch{
	position: absolute;
	top:0;
	left:20px;
	width:100%;
	z-index:2;
}
.moreCatch img{
	max-width:150px;
}
.invitation{
	margin-top:50px;
	text-align: center;
}
.invitation img{
	max-width: 550px;
	width: 95%;
}
@media screen and (max-width:750px){
.moreCatch{
	top:-20px;
}
}
@media screen and (max-width:500px){
.moreCatch img{
	max-width:120px;
}
}
/*テキストアニメーション*/
.overlayContents {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.openingText {
    font-size: 2.8rem;
    color: #ffffff;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
.typed-cursor {
    color: white;
    font-size: 2.8rem;
	margin-top:-10px;
}
#overlayB {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#overlayB h2 {
    color: white;
    font-size: 2.8rem;
    text-align: center;
    font-family:"Noto Serif JP", serif;
    font-weight: bold;
}
#overlayB img {
    max-width: 63%;
	margin-top:10px;
}
@keyframes delayDisplay {
  0%, 75% {
    opacity: 0;
	transform:translateY(10px);
}
  85%, 100% {
    opacity: 1;
	transform:translateY(0);
  }
}
.overlayBtext02 {
  margin-top: 5px;
  animation: delayDisplay 8s ease;
}
.copyRight{
	text-align: center;
}
.copyRight p{
	color:#ffffff;
	font-size:0.8rem;
}
@media screen and (max-width:800px){
.openingText, .typed-cursor, #overlayB h2{
    font-size: 2.2rem;
}
}
@media screen and (max-width:600px){
.openingText, .typed-cursor, #overlayB h2{
    font-size: 2rem;
}
}
@media screen and (max-width:500px){
.openingText, .typed-cursor, #overlayB h2{
    font-size: 1.8rem;
}
}
@media screen and (max-width:450px){
.openingText, .typed-cursor, #overlayB h2{
    font-size: 1.5rem;
}
}
@media screen and (max-width:400px){
#overlayB h2{
    font-size: 1.3rem;
}
}
@media screen and (max-width:350px){
#overlayB h2{
    font-size: 1.1rem;
}
}

.cooperate{
	margin-top:20px;
}
.cooperate img{
	max-width:150px;
}
.introScheduleItem h2{
	font-family: "Inter", sans-serif;
	font-size:2.2rem;
	font-weight:700;
	color:#ffffff;
	padding-bottom:0;
	/*border-bottom:2px #ffffff solid;*/
	line-height: 1.2;
	position: relative;
}
.btn.btn01,.btn.btn02 {
    border-bottom: 1px dashed #FFF;
    padding: 0 0 30px;
	margin-bottom:30px;
}
.introScheduleItem h2 span{
	font-size:5.7rem;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
}
.introScheduleItem h2:before{
	content:'';
	background-repeat: no-repeat;
	background-size:contain;
	width:96px;
	height:33px;
	position:absolute;
	top:12px;
	left:0;
}
.introScheduleItem h2.depatureDate02{
	margin-top: 30px;
}
.introScheduleItem h2.depatureDate01:before{
	background-image: url("../images/intro/narita.svg");
}
.introScheduleItem h2.depatureDate02:before{
	background-image: url("../images/intro/kanku.svg");
}
@media screen and (max-width:900px){
.introScheduleItem h2 span{
	font-size:5.2rem;
}
.introScheduleItem h2:before{
	top:8px;
}
}
@media screen and (max-width:850px){
.introScheduleItem h2 span{
	font-size:4.9rem;
}
.introScheduleItem h2:before{
	top:5px;
}
}
@media screen and (max-width:800px){
.introScheduleItem h2 span{
	font-size:4.2rem;
}
.introScheduleItem h2:before{
	top:-5px;
}
}
@media screen and (max-width:750px){
.introScheduleItem h2{
	width:  90%;
}
.introScheduleItem h2.depatureDate01,
.introScheduleItem h2.depatureDate02{
	margin: 0 auto;
}
}
@media screen and (max-width:650px){
.introScheduleItem h2{
	width:  95%;
}
}
@media screen and (max-width:600px){
.introScheduleItem h2{
	font-size:2.2rem;
}
}
@media screen and (max-width:550px){
.introScheduleItem h2{
	font-size:2rem;
}
.introScheduleItem h2 span{
	font-size:3.8rem;
}
}
@media screen and (max-width:500px){
.cooperate img{
	max-width:100px;
}
.introScheduleItem h2{
	font-size:1.5rem;
}
.introScheduleItem h2 span{
	font-size:3.5rem;
}
.introScheduleItem h2:before{
	width:78px;
	height:28px;
}
}
@media screen and (max-width:450px){
.introScheduleItem h2 span{
	font-size:3rem;
}
.introScheduleItem h2:before{
	top:-8px;
}
}
@media screen and (max-width:400px){
.introScheduleItem h2{
	font-size:1.4rem;
}
.introScheduleItem h2 span{
	font-size:2.4rem;
}
.introScheduleItem h2:before{
	width:64px;
	height:22px;
	top:-12px;
}
}
@media screen and (max-width:350px){
.introScheduleItem h2{
	font-size:1.2rem;
}
.introScheduleItem h2 span{
	font-size:2.2rem;
}
.introScheduleItem h2:before{
	top:-15px;
}
}
/*スクロールダウン*/
.scrollButton {
    position: fixed;
    right: 20px;
    top: calc(50% + 180px);
    transform: translateY(-50%);
    cursor: pointer;
    animation: arrowmove 1s ease-in-out infinite, moveUpDown 1.5s ease-in-out infinite;
    opacity: 1;
    transition: opacity 0.3s;
	z-index:0;
}
.scrollButton a{
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}
.scrollButton:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -6px;
    width: 2px;
    height: 20px;
    background: #ffffff;
    transform: skewX(-31deg);
}
.scrollButton:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 2px;
  height: 85px;
  background:#ffffff;
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
}

/*-----youtube-----*/
@media screen and (max-width: 759.9px) {
div#youtube__movie {
	aspect-ratio: 5 / 3;
}
div#youtube__movie iframe {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
}
}
@media screen and (min-width: 760px) ,print {
div#youtube__movie {
	width: 100%;
	height: 583px;
}
div#youtube__movie iframe {
	width: 100%;
	height: 583px;
	margin: auto;
	display: block;
}
}
/*-----youtube-----*/

/*不具合調整*/
@media screen and (max-width: 759.9px) {
.introCatch .aos-init.aos-animate,
.introCatch .aos-init.aos-animate img {
    width: 340px;
}
}