@charset "utf-8";
/*-------------------------*/
/*Reset*/
html{margin:0; padding:0; border:0; overflow-y:scroll;}
*{border:0; box-sizing: border-box; margin:0; padding:0;}
body{background: white url(../img/bg.webp) repeat-y center / 100%;
line-height:1; -webkit-text-size-adjust:100%; width:100%;}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav,small{margin:0; padding:0; font-size:100%; font-weight:normal; background:transparent;vertical-align:baseline; border:none;}
img{vertical-align:top;}
ol, ul{list-style:none; list-style-type:none;}
a:link{color:#fff; text-decoration:none;}
a:visited{color:#fff; text-decoration:none;}
a:hover{color:#f00; text-decoration:none;opacity: 0.6;}
.onlyPc{}
.onlySp{display: none;}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
position: absolute;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
white-space: nowrap;
width: 1px;
}
/*-------------------------*/
.ZenAntiqueSoft_R{
font-family: "zen-antique-soft", sans-serif;
font-weight: 400;
font-style: normal;
}
.FOT-SeuratProN_DB{
font-family: "fot-seurat-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.biz-udpmincho-regular {
font-family: "BIZ UDPMincho", serif;
font-weight: 400;
font-style: normal;
}
#wrapper {
color: #6a5656;
font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
text-align: center;
}

/*-------------------------*/
#sns_button_pc{display: flex; margin: 15px auto;min-height: 50px; width: 120px;}
#sns_button_pc .btn_sns img{height: 50px;width: 50px;margin: 0 5px;}

/*-- header -----------------------*/
#header{min-height: 94px;}

/*パンくずリスト----------------------------------*/
nav.panlist{
background-color: #fbb6b8;
padding: 4px 0;
width: 100%;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color:#484848;
display: flex;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
white-space: nowrap;
max-width: 1270px;
width: 98%;
}
nav.panlist a{
color:#484848;
}
nav.panlist li + li::before {
content: ">";
margin: 0 0.5em;
}

/*-- SNS ----------------------*/
.sns{
display:flex;
flex-wrap:wrap;
height:40px;
justify-content:space-between;
margin: 20px auto;
width:30%;
}
.sns a{
display:block;
margin:0 !important;
height:40px;
width:40px;
}
.sns img{
margin:0 !important;
height:40px !important;
width:40px !important;
}
#sns_button_pc .btn_sns img{
height: 50px; width: 50px;
}

/*-- Contents all ----------------------*/

.page-header {
background: url(../img/bg_title.jpg) top center / 100%;
margin: 0 auto;
padding: 0 !important;
width: 100%;
}
.page-title{
height: auto;
margin: 0 auto;
max-width: 1200px;
width: 100%;
}
.page-title img{
aspect-ratio: 1240 / 800;
height: auto;
width: 100%;
}
article{
margin: 0 auto;
}
#wrapper section{
padding: 4rem 0;
}
a:hover img{
opacity: 0.6;
}

h2 {
color: #0f1010;
font-family: "zen-antique-soft", sans-serif;
font-size: min(2.5em, 5.0vw);
margin: 0 auto 3%;
padding: 0.5em 0 0.6em;
position: relative;
text-align: center;
text-shadow: 0 0 6px #fff, 0 0 12px #fff;
max-width: 1200px;
}
h2::before,
h2::after {
background: #0f1010;
box-shadow:0 0 6px #fff,0 0 12px #fff;
content: "";
left: 0;
height: 2px;
position: absolute;
width: 100%;
}
h2::before {
top: 0;
}
h2::after {
bottom: 0;
}

.intro{}
.intro > p{
color: #0f1010;
font-family: "zen-antique-soft", sans-serif;
font-size: min(1.5em,4.0vw);
line-height: 1.5;
}
.intro .meta{
background-color: #7f5924;
border-radius: 8px;
color: white;
font-family: "BIZ UDPMincho", serif;
font-size: min(1.5em, 4.0vw);
margin: 2% auto 0;
min-width: 300px;
padding: 12px 0;
width: 30%;
}

.schedule ul {
font-family: "fot-seurat-pron", sans-serif;
margin: 4% auto;
text-align: left;
max-height: 10em;
overflow: auto;
max-width: 90%;
width: 800px;
}
.schedule ul::-webkit-scrollbar {
width: 20px;
}
.schedule ul::-webkit-scrollbar-track {
background-color: white;
border: 2px solid white;
}
.schedule ul::-webkit-scrollbar-thumb {
background-image: linear-gradient(135deg, #e9646f 10%, #b33643 100%);
}
.schedule ul li {
color: #0f1010;
display: flex;
font-size: min(1.3em, 4.0vw);
line-height: 1.6;
}
.schedule ul li span:nth-child(1){
padding: 0 4% 0 0;
}

.watch{
background: rgba(255, 185, 185, 0.8);
}
.watch ul{
display: flex;
flex-wrap: wrap;
margin: 2rem auto;
max-width: 1200px;
}
.watch ul li{
width: 25%;
}
.watch ul li a {
background: white;
border: solid;
border-radius: 10px;
border-width: 5px;
display: block;
margin: 0 auto;
padding: 15px 0;
width: 95%;
}
.watch ul li a img {
height: auto;
width: 85%;
}
.watch ul li:nth-child(1) a{
border-color: #000;
}
.watch ul li:nth-child(2) a{
border-color: #02a460;
}
.watch ul li:nth-child(3) a{
border-color: #7832b0;
}
.watch ul li:nth-child(4) a{
border-color: #00a7e9;
}

.snsBox {
padding: 4rem 0 0 !important;
}
.snsBox .inbox {
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin: 0 auto;
width: 30%;
}
.snsBox .inbox > div {
margin: 0 10px;
width: 100px;
}
.snsBox a {
aspect-ratio: 1;
display: block;
min-width: 100px;
width: 10%;
}
.snsBox a span img {
height: auto;
width: 100%;
}
.snsBox #X a.xIn span {
background: black;
border-radius: 15px;
display: block;
padding: 20%;
}

.form {
padding: 4rem 0 1rem !important;
}
.form h3 a {
background: #fff;
border: 1px solid #000;
color: #ae0005;
display: block;
font-family: "BIZ UDPMincho", serif;
font-size: min(1.5em, 4.0vw);
margin: 0 auto;
padding: 1.5% 1%;
text-align: center;
user-select: none;
min-width: 640px;
width: 30%;
}
.form h3 a:hover{
background: #ae0005;
border: 1px solid white;
color: white;
transition : 0.5s;
}

.presents h2{
align-items: center;
display: flex;
gap: 0.2em;
justify-content: center;
line-height: 1;
}
.presents h2 img {
display: block;
margin: 10px 0 0 0;
max-height: 40px;
width: auto;
}
.presents .about{
font-family: "fot-seurat-pron", sans-serif;
font-size: min(1.3em, 3.5vw);
line-height: 1.5;
margin: 0 auto;
text-align: left;
max-width: 900px;
width: 90%;
}
.presents .link{
margin: 2% auto 0 !important;
max-width: 820px;
}
.presents .link img{
height: auto;
width: 100%;
}

/*-- footer/PC  -----------------
footer{
background: #333;
clear: both;
font-size: 0.9em;
line-height: 1.5em;
margin-top: 30px;
min-height: 640px;
text-align: center;
}
footer a{
color: #d00;
text-decoration: none;
}--*/

/*-- 緊急テキスト ----------------------*/
#rp_textbox{
background: rgba(255,255,255,0.7);
border: #928484 solid 1px;
font-size: 0.9em;
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
background:#fff;
border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size:0.9em;
line-height:1.5em;
margin:0 auto;
padding:20px;
text-align:left;
max-width: 900px;
word-break: break-all;
width:75%;
}
#rp_textbox .pop_text .popup_title{
border-bottom: #999 dotted 1px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
margin:0 0 15px 0;
padding-bottom:5px;
text-align:center;
width:100%;
}
#rp_textbox .ema_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .ema_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}

/* 動画囲いタグ ----------------------*/
.movie iframe {
aspect-ratio: 16 / 9;
border: none;
height: auto;
width: 100%;
}

/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,a.goog-logo-link{color:#fff !important;}

/*-- ローディング ----------------------*/
#loader {
align-items: center;
background: #fff;
display: flex;
inset: 0;
justify-content: center;
position: fixed;
z-index: 9999;
}
.loader,.loader:before,.loader:after {
-webkit-animation: load1 1s infinite ease-in-out;animation: load1 1s infinite ease-in-out;
background: #aaa;
height: 4em;
width: 1em;
top: 50%;
}
.loader {
-webkit-animation-delay: -0.16s;animation-delay: -0.16s;
color: #ccc;
font-size: 11px;
margin: auto;
position: relative;
-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);
text-indent: -9999em;
}
.loader:before,.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,80%,100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
	}
	@keyframes load1 {
	0%,80%,100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
}
/*--------------------------------------------------------*/

/* TAB  -------------------------------------------------- */
@media (max-width: 900px) {
	#header{min-height: 70px;}
	.onlyPc{display: none;}
	.onlySp{display: block;}
	#wrapper section {
    padding: 5% 0;
	}
	#sns_button_pc{
	display: none;
	}
	.page-title img{
	aspect-ratio: 640 / 455;
	}
	.intro > p {
	margin: 0 auto;
    width: 90%;
    word-break: auto-phrase;
	}
	.intro .meta {
	padding: 2% 0;
	min-width: 70%;
    width: 25%;
	}
	.watch ul {
	margin: 2rem auto 0;
    max-width: none;
    width: 90%;
	}
	.watch ul li {
    width: 50%;
	}
	.watch ul li a {
	margin: 0 auto 5%;
	}
	.form {
    padding: 6% 0 2% !important;
	}
    .form h3 a {
	padding: 4%;
	min-width: unset;
	max-width: 300px;
	width: 80%;
	}
	.presents .link{
	width: 90%;
	}

	/*-- 緊急テキスト ----------------------*/
	#rp_textbox{
	margin: 10px auto;
	max-width:640px;
	width:85%;
	}
	#rp_textbox .pop_text{}
	#rp_textbox .popup_title{
	margin-bottom:10px;
	}

	/*-- SNS -----------------------*/
	.snsBox{
	padding: 5% 0 3% !important;
	}
	.snsBox a{
/*	min-width: unset;
	max-width: 50px;
	width: 5%;*/
	min-width: 60px;
	}
	#sns_button_sp{
	padding: 15px 0;
	text-align: center;
	}
	#sns_button_sp .btn_sns{
	margin: 0 2px;
	}
	#sns_button_sp .btn_sns img{
	height: 50px; width: 50px;
	}

}
/* SP  -------------------------------------------------- */
@media (max-width: 640px) {

}