@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@600;900&display=swap');
/*-------------カスタムプロパティ------------*/
:root {
	--max-width: min(85vw, 1300px);
	--color-light_pink: #ed9dbc;
	--color-dark_pink: #ce356f;
	--color-light_purple: #cc87dd;
	--color-dark_purple: #864396;
	--color-light_yellow: #fff476;
	--color-dark_yellow: #514c15;/*#736a14*/
	--color-black: #414141;
	--max-width-contents: 800px;
	--font-sub: "Italiana", sans-serif;
}
/*--------------------------------------------------------*/
/*リセット*/
html{margin:0px;padding:0px;border:0px;}
*{margin:0px;padding:0px;border:0px;}
body{line-height:1;}
h1,h2,h3,h4,h5,h6,p,span,table,a,img,dl,dt,dd,ul,li,ol,iframe,nav{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	background:transparent;
	vertical-align:bottom;
	border:none;
	word-break: break-word;
}
ol, ul{list-style:none; list-style-type:none;}
.cleartext{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.mx_menu_all{margin-bottom:0px !important;min-width: initial !important;min-width: auto !important;}
.pc_ad_head{text-align:center;}
.banner_bg{margin-bottom:0px !important;}
/*-------------スクリーンリーダー専用（非表示）------------*/
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
/*--------------------------------------------------------*/
.span{
	display: inline-block;
}
small {
	line-height: 1.2em;
	font-size: min(2vw, 18px);
	display: block;
	margin-top: 0.5em;
	text-align: center;
}
body{
	background-image: url(../img/bg_all.png);
	text-align:center;
	font-family: "M PLUS 1", sans-serif;
}
a:link{color: var(--color-dark_purple); text-decoration:underline;}
a:visited{color: var(--color-dark_purple); text-decoration:underline;}
a:hover{color:#000; text-decoration:underline;transition-duration: 0.2s;}
#page_all {
	text-align: left;
	word-wrap: break-word;
	line-height: 160%;
	border-bottom: solid 12vw #ffffff;
}
#right_side {
	min-width: 300px;
	padding: 10px 0px 0px 30px;
	align-self: flex-start;
}
/*-- Pan_box ----------------------*/
#pan_box{
background: var(--color-black);
border-top: solid 0.05em rgba(255, 255, 255, 0.5);
color:#fff;
font-size: 0.8em;
min-height: 24px;
padding: 8px 0 8px 10px;
width: auto;
}
#pan_box .in {
color: #fff;
display: flex;
gap: 0.5em;
margin: 0 auto;
max-width: 1400px;
white-space: nowrap;
}
#pan_box .in li + li::before {
content: ">";
padding-right: 0.5em;
}
#pan_box a{
color:#fff;
text-decoration:none;
}
#pan_box a:hover{color: #fffd4b;}
/*--------------------------------------------------------*/
/*--SNS--*/
#sns_button{
	text-align: center;
	margin: 1%;
}
#sns_button img{
	width: 40px !important;
	height: 40px !important;
	margin: 0.5%;
}
/*--------------------------------------------------------*/
/*--フッター--*/
#footer{margin:0 auto;padding:1px 0 10px; padding:1%; line-height:200%;text-align:center;}
.mx_copyright{ color:#09397a; line-height:1.5; }
.mx_copyright a:link,
.mx_copyright a:visited{ color:#09397a; text-decoration:none; }
.mx_copyright a:hover{ color:#ffffff; text-decoration:underline; }
/*-----------------------------------*/
/*-- 緊急テキスト ----------------------*/
#rp_textbox .txt_text{
border: rgb(255 255 255 / 50%) solid 0.25em;
border-radius: 0.5em;
background: rgba(255,255,255,0.6);
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
#rp_textbox .pop_text{
-webkit-border-radius: 2px;-moz-border-radius: 2px;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 .eme_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .eme_img img{
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a{
color:#d00;
text-decoration:underline;
}
.txt_title {
border-left: solid 0.5em #333333;
font-weight: bold;
font-size: 1.2em;
text-align: left;
padding: 0.3em;
margin-bottom: 0.5em;
}
#right_side {
float: right;
}
/*-----------------------------------*/
/*google翻訳*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link,.goog-logo-link:link{color:#09397a;text-align:center;}
/*-- ローディング ----------------------*/
#loader{background-color:#fff; position:fixed;width:100%;height:100%;z-index: 1000;}/*背景*/
.loader,.loader:before,.loader:after {
background: #aaa;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
height: 4em;
width: 1em;
top: 50%;
}
.loader {
color: #ccc;
text-indent: -9999em;
margin: auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);
-webkit-animation-delay: -0.16s;animation-delay: -0.16s;
position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
}
.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;
	}
}
/*-----------------------------------*/
/* nav */
nav {
	background-color: var(--color-light_yellow);
	position: sticky;
	padding: min(1vw, 0.5em) min(0.1vw, 5%);
	top: 0;
	z-index: 998;
}
#box_menu {
	box-shadow: min(0.4vw, 0.1em) min(0.4vw, 0.1em) min(2vw, 0.6em) rgba(0, 0, 0, 0.2);
	font-size: clamp(12px, 3.2vw, 1.2em);
	position: sticky;
	top: 0;
	z-index: 998;
	color: #414141;
	font-weight: bold;
}
#box_menu ul {
	display: flex;
	flex-wrap: wrap;
	font-weight: inherit;
	gap: min(2vw, 0.8em);
	width: min(92vw, 1200px);
	justify-content: space-evenly;
	margin: auto;
	align-items: center;
}
#box_menu li {
	position: relative;
}

#box_menu li::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 134.42 127.62'%3E%3Cpath fill='%23fffef2' d='M18.25 114.77c-1.31-1.89 16.95-40.09 16.4-42.81-.55-2.72-28.2-29.58-27.45-31.5.75-1.92 41.91-3.03 43.43-4.15 1.53-1.11 14.74-32.22 17.06-31.98 2.32.24 14.68 35.64 17.29 37.78s42.17 7.44 42.21 10.17-34.01 27.77-34.5 29.42c-.49 1.64 1.34 41.18-.96 42.58-2.3 1.4-29.95-26-32.02-26.52-2.07-.51-40.14 18.9-41.45 17.01Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(15vw, 5em);
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    left: calc(50% - 3em);
}
#box_menu img {
	width: 100%;
}
#box_menu ul li {
	font-weight: inherit;
	position: relative;
	width: min(18%, 6em);
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_about::before { transform: rotate(10deg); }
.btn_guest::before { transform: rotate(124deg); }
.btn_streaming::before { transform: rotate(80deg); }
.btn_sns::before { transform: rotate(50deg); }
.btn_spot::before { transform: rotate(70deg); }

.btn_about a,
.btn_guest a,
.btn_streaming a,
.btn_sns a,
.btn_spot a
{
	color: var(--color-black);
	font-weight: inherit;
	text-align: center;
	display: block;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	text-decoration: none;
}

.btn_about span,
.btn_guest span,
.btn_streaming span,
.btn_sns span,
.btn_spot span {
	font-weight: inherit;
	font-size: 0.6em;
	line-height: 1em;
	display: block;
}

.btn_about small,
.btn_guest small,
.btn_streaming small,
.btn_sns small,
.btn_spot small {
	display: block;
	font-size: 0.6em;
	font-family: var(--font-sub);
	margin-top: 0.25em;
	transform: rotate(0.05deg);
	/* position: absolute; */
	/* bottom: 0; */
	width: 100%;
	font-weight: bold !important;
	padding-top: 0.25em;
	letter-spacing: 0.1em;
}
/* index */
#all {
	color: var(--color-black);
	font-size: min(4vw, 1.4em);
	line-height: min(6vw, 1.6em);
}
/* -- main ------------------------------------------------------*/
.title {
	background: url(../img/bg_ttl_pc.jpg) center center / cover;
	overflow: hidden;
}
.kv {
    width: 70%;
    margin: auto;
    position: relative;
    text-align: center;
}
.time {
    text-align: center;
    margin: -3% auto 2em;
}
time {
    margin: 0.5em;
    display: inline-block;
}
.kv img {
	max-width: 100%;
	max-height: 100vh;
	height: auto;
	width: auto;
}
@keyframes kvImgFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.oa_time {
	font-size: min(8vw, 2em);
	font-weight: bold;
}
.oa_note {
	margin-top: 0.5em;
	font-size: min(8vw, 2em);
	font-weight: bold;
	background-color: var(--color-black);
	display: inline-block;
	padding: 0.5em 0.2em 0.5em 0.5em;
	border-radius: 3em;
}
.contents .oa_time {
	font-size: min(5vw, 1.2em);
}
.oa_note {
	margin-top: 0.5em;
	font-size: min(6vw, 1.6em);
	line-height: 1em;
	font-weight: bold;
	background-color: var(--color-black);
	display: inline-block;
	padding: 0.5em 0.2em 0.5em 0.6em;
	border-radius: 3em;
}
.oa_note span {
	letter-spacing: 0.1em;
}
.oa_note span:nth-child(1) { color: #f9c539; }
.oa_note span:nth-child(2) { color: #fe6b6b; }
.oa_note span:nth-child(3) { color: #6bc5ff; }
.oa_note span:nth-child(4) { color: #9be564; }
.oa_note span:nth-child(5) { color: #f9c539; }
.oa_note span:nth-child(6) { color: #fe6b6b; }
.oa_note span:nth-child(7) { color: #6bc5ff; }
.contents h2 {
	font-size: clamp(26px, 8vw, 1.8em);
	font-weight: bold;
	position: relative;
}
.contents h2 span {
	font-weight: inherit;
	z-index: 1;
	position: relative;
}
.contents h2 small {
	font-size: 0.6em;
	vertical-align: baseline;
	display: inline-block;
	margin-left: 0.5em;
	z-index: 1;
	position: relative;
}
.contents h2::before {
	display: block;
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 134.42 127.62'%3E%3Cpath fill='%23fffef2' d='M18.25 114.77c-1.31-1.89 16.95-40.09 16.4-42.81-.55-2.72-28.2-29.58-27.45-31.5.75-1.92 41.91-3.03 43.43-4.15 1.53-1.11 14.74-32.22 17.06-31.98 2.32.24 14.68 35.64 17.29 37.78s42.17 7.44 42.21 10.17-34.01 27.77-34.5 29.42c-.49 1.64 1.34 41.18-.96 42.58-2.3 1.4-29.95-26-32.02-26.52-2.07-.51-40.14 18.9-41.45 17.01Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 18vw;
	opacity: 0.75;
	pointer-events: none;
	z-index: 0;
	aspect-ratio: 4 / 3;
	top: max(-6vw, -3em);
	left: max(-6vw, -3em);
}
#box_about,
#box_streaming,
#box_spot {
	--dot: 10px;
	--gap: 56px;
	--bg: #b1f3ff;
	--color: #c6f6ff;
	background-color: var(--bg);
	background-image: radial-gradient(var(--color) var(--dot), transparent var(--dot) 10px), radial-gradient(var(--color) var(--dot), transparent var(--dot));
	background-size: var(--gap) var(--gap);
	background-position: 0 0, calc(var(--gap) / 2) calc(var(--gap) / 2);
}
#box_guest,
#box_sns {
	--color1: #dfffec;
	--color2: #d0ffe3;
	background: repeating-linear-gradient(45deg, var(--color1) 0px, var(--color1) 40px, var(--color2) 40px, var(--color2) 80px);
}
* {
.box_1{
	height: min(80vw, 40em) !important;
}
.box_2 {
	height: min(100vw, 50em) !important;
}
.box_cmn img{
	width: 100%;
}
.contents {
	margin: auto;
	padding: min(7vw, 12%);
	width: min(85vw, 1200px);
}
#box_guest .contents {
	padding-bottom: 0;
}
.detail {
	margin: min(5vw, 2em) auto 0;
	position: relative;
	z-index: 2;
}
.text_pink {
	color: #d14c4e;
}
.text_blue {
	color: #0076a2;
}
.set_oa {
	background-color: #fff;
	box-shadow: 0.05em 0.1em 0.2em rgba(0, 0, 0, 0.1);
	width: min(80vw, 46%);
	padding: 3%;
	position: relative !important;
	margin-bottom: min(10vw, 3em);
}
.set_num1, .set_num3 {
	right: -52%;
}
.set_num1 {
	transform: rotate(2deg);
	top: -7em;
}
.set_num2 {
	top: -26em;
	transform: rotate(-2deg);
	left: -4%;
}
.set_num3 {
	top: -36em;
	transform: rotate(6deg);
}
.num_oa {
	justify-content: center;
	width: min(12vw, 2em);
	position: absolute;
	top: max(-6vw, -1em);
	left: calc(50% - min(6vw, 1em));
	background-color: var(--color-light_yellow);
	display: flex;
	align-items: center;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	font-size: 1.6em;
	font-weight: bold;
}
.date_oa {
	text-align: center;
	margin: 2em 0.6em 0.6em;
	font-size: min(5vw,1.4em);
	font-weight: bold;
}
.text_oa {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0.6em;
}
.num1, .num2, .num3 {
	display: block;
	position: absolute;
	bottom: -0.8em;
	right: 1em;
	background-color: var(--color-black);
	text-decoration: none !important;
	color: #fff !important;
	text-align: center;
	border-radius: 0.1em;
	padding: 0.4em 0.6em;
	font-size: min(8vw, 1.4em);
}
.num1 span, .num2 span {
    margin-left: 0.2em;
    font-weight: bold;
}
#box_guest .detail {
 /*
	height: 50em;
	min-height: 48em;
	overflow: hidden;*/
	width: min(95vw, 85%);
	padding: min(12vw, 7em) min(6vw, 3em);
	position: relative;
	height: min(45vw, 28em);
}
.detail_oa {
	color: var(--color-black);
	margin: min(5vw, 2em);
}
.modaal-content-container .ph_oa {
	min-width: 24em;
	max-width: 1280px;
	max-height: 50vh;
	aspect-ratio: 16 / 9;
	margin: auto;
}
.modaal-content-container .text_oa {
	margin: 0.6em;
	font-size: min(3.6vw, 1.1em);
	line-height: min(6vw, 2em);
}
.photo_oa {
	margin: min(2vw, 1em) 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px
}
.photo_oa img:only-child {
	grid-column: 1 / -1;
	max-width: 50%;
	margin: 0 auto;
}
.photo_oa img {
	width: 100%;
	height: auto;
	display: block;
}
.text_comment {
	margin: min(3vw, 1em) 0;
	border: solid min(2vw, 0.5em) var(--color-light_purple);
	padding: min(4vw, 1.5em);
	overflow: hidden;
}
.text_comment h3 {
	text-align: center;
	font-weight: bold;
	font-size: min(3.4vw, 1.2em);
	position: relative;
}
.text_comment h3::before {
	display: block;
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 134.42 127.62'%3E%3Cpath fill='%23cc87dd' d='M18.25 114.77c-1.31-1.89 16.95-40.09 16.4-42.81-.55-2.72-28.2-29.58-27.45-31.5.75-1.92 41.91-3.03 43.43-4.15 1.53-1.11 14.74-32.22 17.06-31.98 2.32.24 14.68 35.64 17.29 37.78s42.17 7.44 42.21 10.17-34.01 27.77-34.5 29.42c-.49 1.64 1.34 41.18-.96 42.58-2.3 1.4-29.95-26-32.02-26.52-2.07-.51-40.14 18.9-41.45 17.01Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 28vw;
	opacity: 0.2;
	pointer-events: none;
	z-index: 0;
	aspect-ratio: 4 / 3;
	top: max(-6vw, -3em);
	right: max(-6vw, -3em);
}
.text_comment dt {
	font-weight: bold;
	margin-top: 1em;
	border-left: solid 0.5em var(--color-dark_purple);
	padding-left: 0.5em;
}
/*-YouTube埋め込みここから-*/
.box_movie {
	position: relative;
	width : 100%;
	margin: min(2vw, 1em) auto;
}
.box_movie:before {
	content:"";
	display: block;
	padding-top: 56%; /* 高さを幅の56%に固定 */
}
.box_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
/*-YouTube埋め込みここまで-*/
#box_streaming .detail {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#tver, #youtube, #rCh {
	margin-bottom: 2%;
	width: min(48%, 24em);
}
#youtube {
    border: solid 0.1em var(--color-black);
    width: 45%;
}
.sns_set {
	display: flex;
	justify-content: space-evenly;
	width: 80%;
	align-items: center;
	gap: 2%;
}
.tl {
	overflow: auto;
	width: min(90vw, 20em);
	height: 16em;
}
.btn {
	min-width: 16em;
	width: 45%;
}
.btn a{
	display: block;
	margin-bottom: 1em;
}
.bnr_x {
	background-color: #222222;
	padding: 1em;
	text-decoration: none !important;
	color: #fff !important;
}
.bnr_x img {
    width: 2em;
    position: relative;
    margin-right: 1em;
}
.logo_spot {
	text-align: center;
}
.logo_spot img {
	max-width: 427px;
}
.logo_spot a {
	display: block;
	max-width: 50%;
	text-align: center;
}
.name_spot {
	font-size: min(5vw, 1.2em);
	margin-bottom: 1em;
	display: block;
}
.link_spot {
	margin-top: 0.5em;
	display: block;
}
.link_spot a {
	display: inline-block;
}
.copylight {
	display: block;
	padding: 0 0 min(7vw, 12%);
}
.photo_spot {
	display: flex;
	gap: 0.5em;
	margin-top: 1em;
}
.photo_spot img {
	width: 100%;
}
.present {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3%;
}
.pre_end {
    position: relative;
    display: block;
}
.pre_end::after {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 900 !important;
	content: '応募受付は終了しました';
	display: block;
	top: 0;
	left: 0;
	width: 99%;
	height: 55%;
	border-radius: min(3vw, 0.6em);
	margin: min(0.1vw, 0.1em) min(0.2vw, 0.2em) min(0.1vw, 0.1em) min(0.1vw, 0.1em) !important;
	color: #fff;
	text-align: center;
	padding-top: calc(24% - min(8vw, 1.6em)) !important;
	font-size: min(6vw, 1.4em);
}
@media screen and (max-width: 800px) {
	.onlySp{
		display: inline;
	}
	#pan_box {
		overflow-x: auto;
	}
	#all {
		font-size: 0.9em;
	}
	#page_all {
		border-bottom: solid 25vw #ffffff;
	}
	#box_guest {
		height: auto !important;
	}
	.contents h3 {
		position: relative;
		left: -5vw;
	}
	#box_guest .detail {
		height: auto;
		top: -3em;
		padding-bottom: 1em;
		width: 100%;
		left: -10%;
	}
	.set_num1, .set_num2, .set_num3 {
		top: 1em;
		left: initial;
		float: unset;
		width: 100%;
	}
	.set_num1, .set_num3 {
		right: 0;
		margin-bottom: 15vw;
	}
	.set_num3 {
		transform: rotate(2deg);
	}
	.detail_oa {
		flex-wrap: wrap;
		margin: 0;
	}
	.modaal-content-container .ph_oa {
		min-width: unset;
		max-width: unset;
		width: 100%;
	}
	.modaal-content-container .text_oa {
		width: auto;
	}
	.photo_oa {
		grid-template-columns: 1fr;
	}
	small {
		font-size: min(3.6vw,16px);
	}
	#tver, #youtube, #rCh {
		width: 100% !important;
	}
	.sns_set {
		display: block;
		width: 100%;
	}
	.btn {
		margin-top: 5%;
		width: 100%;
	}
	.tl {
		width: 100%;
	}
	.photo_spot {
		flex-wrap: wrap;
	}
	.photo_spot span {
		width: calc(50% - 0.5em);
	}
}