@charset "UTF-8";
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
article,aside,figcaption,figure,footer,header,hgroup,menu,nav,section,time{
	display: block;
}
li{
	list-style: none;
}
ol li{
	list-style: decimal;
}
img{
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	border: 0;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
caption,th{
	text-align: left;
}
hr{
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input,select{
	vertical-align: middle;
}
input,textarea{
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%!important;
	height: 100%;
}
body{
	font-family: 'Noto Sans JP', BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem!important;
	font-weight: 500;
	line-height: 26px;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body.is_fixed{
	overflow: hidden;
}
@media (max-width: 639px){
	body{
	font-size: 1.3rem;
	}
}
a{
	font-weight: 500;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	color: #333;
}
a:hover{
	opacity: .75;
}
img{
	vertical-align: bottom;
}
button{
	border: none;
	background-color: transparent;
}
label{
	white-space: nowrap;
	}
input{
	border: none;
}
.fadeIn{
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
	opacity: 0;
}
.fadeIn.is-show{
	opacity: 1;
}
.fadeIn-2{
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
	opacity: 0;
}
.fadeIn-2.is-show{
	opacity: 1;
}
.l-container{
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
}
@media (max-width: 1023px){
	.l-container{
		width: 96vw;
	}
}
.l-container-mini{
	width: 94%;
	max-width: 730px;
	margin: 0 auto;
}
@media (max-width: 1023px){
	.l-container-mini{
		width: 92vw;
	}
}
.c-button{
	font-size: 1.8rem;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	max-width: 410px;
	height: 66px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 4px;
	color: #fff;
	border-radius: 50px;
	background-color: #00a9ea;
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.15);
	box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.c-button:hover{
	color: #00a9ea;
	border: 1px solid #00a9ea;
	background-color: #fff;
}
.c-button.c-button--outline{
	color: #00a9ea;
	border: 1px solid #00a9ea;
	background-color: #fff;
}
.c-button.c-button--outline:hover{
	opacity: .75;
}
.c-button.c-button--mini{
	font-size: 1.4rem;
	height: 50px;
	padding: 1rem;
}
.c-button-text{
	font-size: 1.4rem;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 1rem 0;
	color: #00a9ea;
	gap: 1rem;
}
.c-button-toggle{
	display: none;
}
.c-button-title-toggle{
	font-weight: 700;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 100%;
	margin-left: auto;
	padding: 1rem;
	cursor: pointer;
	text-align: right;
	color: #00a9ea;
}
.c-button-swiper-prev{
	position: absolute;
	top: initial;
	right: 51%;
	bottom: 0;
	left: initial;
	width: 40px;
	height: 40px;
}
.c-button-swiper-prev::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border-radius: 50%;
	background-color: #00a9ea;
}
.c-button-swiper-prev::after{
	width: .8rem;
	height: .8rem;
	content: '';
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border: solid #fff;
	border-width: 2px 2px 0 0;
}
.c-button-swiper-next{
	position: absolute;
	top: initial;
	bottom: 0;
	left: 51%;
	width: 40px;
	height: 40px;
}
.c-button-swiper-next::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border-radius: 50%;
	background-color: #00a9ea;
}
.c-button-swiper-next::after{
	width: .8rem;
	height: .8rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 2px 2px 0 0;
}
@media (max-width: 639px){
	.c-button-toggle{
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		margin-left: auto;
		cursor: pointer;
		border-radius: 50px;
		background-color: #00a9ea;
	}
	.c-button-toggle img{
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.c-button{
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.c-button-title-toggle{
		top: 0;
		padding: .5rem;
	}
	.c-button-title-toggle.c-button-title-toggle--br{
		top: 16px;
	}
}
.c-event-title{
	font-size: 2rem;
	position: relative;
	margin-bottom: 2rem;
	padding: 1.5rem;
	text-align: left;
	color: #00a9ea;
	border-radius: 5px;
	background-color: rgba(0,169,234,.1);
}
.c-event-title::before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	content: '';
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #00a9ea;
}
.c-event-title .inline{
	display: inline-block;
}
.c-schedule-title{
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #00a9ea;
	border-bottom: 2px dotted #00a9ea;
}
@media (max-width: 639px){
	.c-event-title{
		font-size: 1.6rem;
		margin-bottom: 1rem;
		padding: 1rem;
	}
	.c-schedule-title{
		font-size: 1.5rem;
		line-height: 1.5;
		padding: .8rem;
	}
	.c-schedule-title span{
		display: block;
	}
}
.c-tab{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .5rem;
	border-bottom: 2px dotted #00a9ea;
	gap: 1rem;
}
.c-tab .c-tab__item{
	font-size: 2.3rem;
	font-weight: 700;
	width: 33%;
	padding: 2rem 2rem 1rem 2rem;
	cursor: pointer;
	text-align: center;
	letter-spacing: 2px;
	color: #00a9ea;
	border-top: 2px solid #00a9ea;
	border-right: 2px solid #00a9ea;
	border-left: 2px solid #00a9ea;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #fff;
}
.c-tab .c-tab__item.is-active{
	color: #fff;
	background-color: #00a9ea;
}
.c-tab .c-tab__item .deco{
	font-family: 'Nothing You Could Do',cursive;
	font-size: 1.1rem;
	display: block;
	margin-top: .5rem;
}
.c-tab .c-tab__item .date{
	font-family: 'Nothing You Could Do',cursive;
	font-size: 1.8rem;
	line-height: 1;
	display: block;
	margin-bottom: 1rem;
}
@media (max-width: 639px){
	.c-tab{
		gap: .5rem;
	}
	.c-tab .c-tab__item{
		font-size: 1.5rem;
		padding: 1rem .5rem;
	}
	.c-tab .c-tab__item .text{
		font-size: 1.4rem;
		line-height: 1.4;
		display: inline;
		letter-spacing: .02em;
	}
	.c-tab .c-tab__item .text span{
		display: block;
	}
	.c-tab .c-tab__item .deco{
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .1em;
	}
	.c-tab .c-tab__item .date{
	font-size: 1rem;
	margin-bottom: 0;
	letter-spacing: .1em;
	}
}
.p-modal{
position: fixed;
z-index: 1000;
top: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
height: 100vh;
padding: 30px;
-webkit-transition: opacity .3s;
transition: opacity .3s;
pointer-events: none;
opacity: 0;
background-color: rgba(120,123,131,.8);
}
.p-modal.is-active{
pointer-events: auto;
opacity: 1;
}
.p-modal .swiper-button-next.swiper-button-disabled,.p-modal .swiper-button-prev.swiper-button-disabled{
display: none;
}
.p-modal__overlay{
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
}
.p-modal__content{
position: relative;
width: 100%;
max-width: 900px;
max-height: 97vh;
padding: 1rem;
background-color: #fff;
}
.p-modal__close-btn{
position: absolute;
z-index: 10;
top: 0;
right: 0;
width: 40px;
height: 40px;
cursor: pointer;
border: 1px solid #ccc;
background: #fff;
}
.p-modal__slider{
max-height: 96vh;
}
.p-modal__slider .p-modal__slide{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
max-height: 96vh;
}
.p-modal__slider .p-modal__slide img{
max-width: 100%;
max-height: 96vh;
}
.p-modal-iframe{
position: fixed;
z-index: 1000;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100vh;
-webkit-transition: opacity .4s ease-in;
transition: opacity .4s ease-in;
opacity: 0;
background-color: rgba(0,0,0,.6);
}
.p-modal-iframe.is-show-modal{
opacity: 1;
}
.is-show-modal{
display: block;
}
.p-modal-iframe__inner{
position: absolute;
top: 50%;
left: 50%;
width: 84%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.p-modal-iframe__inner::before{
display: block;
padding-top: 56.25%;
content: '';
}
.p-modal-iframe__inner iframe{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.p-modal-iframe__close{
position: absolute;
top: 5rem;
right: 5rem;
}
.p-modal-iframe__close::after{
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 30px;
height: 2px;
content: '';
-webkit-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
background-color: #fff;
}
.p-modal-iframe__close::before{
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 30px;
height: 2px;
content: '';
-webkit-transform: translate(-50%,-50%) rotate(-45deg);
transform: translate(-50%,-50%) rotate(-45deg);
background-color: #fff;
}
@media (max-width: 639px){
.p-modal{
padding: 1rem;
}
.p-modal__content{
padding: 0;
}
.p-modal__slider .p-modal__slide img{
max-width: 100%;
}
.p-modal .swiper-button-prev{
left: 0;
}
.p-modal .swiper-button-next{
right: 0;
}
.p-modal .swiper-button-next::after,.p-modal .swiper-button-prev::after{
font-size: 2rem;
}
.p-modal-iframe__inner{
width: 90%;
}
.p-modal-iframe__close{
top: 3rem;
right: 3rem;
}
;
}
.p-top-firstview{
	position: relative;
	margin: -65px auto -50px;
}
.p-top-firstview__img{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.p-top-firstview__img figure{
	margin: 0 -50px;
}
.p-top-firstview__img img{
	width: 100%;
}
.p-top-firstview__ttl{
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 10% 0;
}
.p-top-firstview__ttl img{
	width: 80%;
	max-width: 542px;
}
.p-top-firstview__floating{
	position: absolute;
	z-index: 1;
	right: 7vw;
	bottom: -2rem;
	-webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
	animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}
@-webkit-keyframes fuwafuwa{
0%{
-webkit-transform: translate(0,0) rotate(-1deg);
transform: translate(0,0) rotate(-1deg);
}
50%{
-webkit-transform: translate(0,-7px) rotate(0);
transform: translate(0,-7px) rotate(0);
}
100%{
-webkit-transform: translate(0,0) rotate(1deg);
transform: translate(0,0) rotate(1deg);
}
;
}
@keyframes fuwafuwa{
	0%{
		-webkit-transform: translate(0,0) rotate(-1deg);
		transform: translate(0,0) rotate(-1deg);
	}
	50%{
		-webkit-transform: translate(0,-7px) rotate(0);
		transform: translate(0,-7px) rotate(0);
	}
	100%{
		-webkit-transform: translate(0,0) rotate(1deg);
		transform: translate(0,0) rotate(1deg);
	}
}
@media (max-width: 639px){
	.p-top-firstview{margin: -5px 0 -10px}
	.p-top-firstview__img figure{margin: 0 -20px;}
}
.p-top-about{
	position: relative;
	width: 100%;
	padding: 8rem 0 10%;
	background-image: url(../img/2023/front-sec1-bg@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	z-index: 1;
}
.p-top-about .p-top-about__inner{
	text-align: center;
}
.p-top-about .p-top-about__text{
	margin-bottom: 4rem;
	text-align: center;
	font-size: 20px;
	color: rgb(48, 48, 48);
	line-height: 2.5;
	text-align: center;
	font-weight: bold;
}
.p-top-about__text + .p-top-about__text .shadow{
	text-shadow: 0px 0px 10.8px rgba(230,230, 230, 0.9), 0px 0px 10.8px rgba(230,230, 230, 0.9),0px 0px 10.8px rgba(230,230, 230, 0.9),0px 0px 10.8px rgba(230,230, 230, 0.9),0px 0px 10.8px rgba(230,230, 230, 0.9),0px 0px 10.8px rgba(230,230, 230, 0.9);
}
.p-top-about .p-top-about__text span{
display: block;
}
.p-top-about .p-top-about__title{
font-size: 3.2rem;
font-weight: 700;
line-height: 1.8;
text-align: center;
}
@media (max-width: 639px){
	.p-top-about{
		padding: 0 0 4rem;
	}
	.p-top-about .p-top-about__inner{
		padding: 4rem .5rem 8rem;
	}
	.p-top-about .p-top-about__title{
	font-size: 1.8rem;
	}
	.p-top-about .p-top-about__text{
	font-size: 3vw;
	margin-bottom: 3rem;
	letter-spacing: -.04em;
	}
	.p-top-about__text + .p-top-about__text .shadow{
		text-shadow: none;
	}
}
.p-top-navigator{
position: relative;
padding: 6.5rem 0 12rem 0;
text-align: center;
}
.p-top-navigator .p-top-navigator__back{
position: absolute;
top: -10rem;
left: -30rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 17vw;
}
.p-top-navigator__title .text{
font-family: 'Nothing You Could Do',cursive;
font-size: 2.4rem;
margin-top: 1rem;
color: #00a9ea;
}
.p-top-navigator__title h2{
font-size: 3.4rem;
line-height: 1.8;
margin-bottom: 3rem;
}
.p-top-navigator__text{
font-size: 1.4rem;
margin-bottom: 4.2rem;
letter-spacing: -.01em;
}
.p-top-navigator__movie{
position: relative;
cursor: pointer;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.p-top-navigator__movie:hover{
opacity: .75;
}
.p-top-navigator__movie::before{
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 60px;
height: 60px;
content: '';
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
background-image: url(../img/2022/component/youtube_button.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.p-top-navigator__movie .movie{
width: 100%;
height: auto;
}
.p-top-navigator__movie .back-1{
position: absolute;
z-index: -1;
top: -2rem;
left: -5rem;
}
.p-top-navigator__movie .back-2{
position: absolute;
z-index: -1;
right: -5rem;
bottom: -2rem;
}
@media (max-width: 639px){
.p-top-navigator{
padding: 6rem 0 5rem 0;
}
.p-top-navigator__movie .back-1{
top: -5rem;
left: -1rem;
width: 100px;
}
.p-top-navigator__movie .back-2{
right: -1rem;
bottom: -5rem;
width: 100px;
}
.p-top-navigator__title h2{
font-size: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
}
.p-top-navigator__text{
font-size: 1.3rem;
margin-bottom: 4rem;
}
;
}
.p-top-special{
margin-bottom: 5.7rem;
}
.p-top-special h2{
font-size: 3.4rem;
line-height: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
margin-bottom: 1rem;
letter-spacing: 1.8;
gap: 2rem;
}
.p-top-special h2 .deco{
font-family: 'Nothing You Could Do',cursive;
font-size: 1.9rem;
color: #00a9ea;
}
.p-top-special__list{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
gap: 1rem;
}
.p-top-special__article{
width: 33.33333%;
border-radius: 20px;
background-color: #fff;
}
.p-top-special__article .p-top-special__article-img{
overflow: hidden;
border-radius: 20px;
}
.p-top-special__article .p-top-special__article-img img{
width: 100%;
-webkit-transition: -webkit-transform .6s;
transition: -webkit-transform .6s;
transition: transform .6s;
transition: transform .6s,-webkit-transform .6s;
border-radius: 20px;
}
.p-top-special__article .p-top-special__article-img img:hover{
-webkit-transform: scale(1.2,1.2);
transform: scale(1.2,1.2);
}
.p-top-special__article .p-top-special__article-bottom{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.p-top-special__article .p-top-special__article-bottom h3{
font-size: 1.6rem;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
margin: 1rem 0;
-webkit-line-clamp: 2;
}
.p-top-special__article .p-top-special__article-bottom .p-top-special__article-text{
font-size: 1.4rem;
display: -webkit-box;
overflow: hidden;
-webkit-box-flex: 1;
-webkit-box-orient: vertical;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-line-clamp: 3;
}
@media (max-width: 639px){
.p-top-special{
overflow-x: hidden;
}
.p-top-special h2{
font-size: 2rem;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-ms-flex-align: start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
gap: 0;
}
.p-top-special h2 .deco{
font-size: 1.4rem;
}
.p-top-special__article{
width: 100%;
}
.p-top-special__article .p-top-special__article-bottom h3{
font-size: 1.6rem;
}
.p-top-special__list{
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
gap: 0;
}
;
}
.p-top-news{
	position: relative;
	padding: 9rem 0;
	background-image: url(../img/2023/front-sec2-bg@2x.png);
	background-size: cover;
}
.p-top-news .p-top-news__back-1{
position: absolute;
top: -10rem;
right: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 17vw;
min-height: 170px;
}
.p-top-news .p-top-news__inner{
	display: flex;
	align-items: center;
	background: #fff;
}
.p-top-news .p-top-news__title{
	font-size: 2.4rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 270px;
	font-weight: bold;
	padding: 4rem 0;
}
.p-top-news__list-wrap{
	position: relative;
	z-index: 10;
	width: calc(100% - 270px);
	padding: 2rem;
}
/* お知らせが増えた時用 */
.p-top-news__list{
overflow-y: scroll;
/*height: 220px;*/
height: 180px;
}
.p-top-news__list .p-top-news__list-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .9rem 1.4rem;
	border-bottom: 1px solid #efefef;
	gap: 5rem;
}
.p-top-news__list li:last-child .p-top-news__list-item{
	border:0;
}
@media (max-width: 1023px){
.p-top-news .p-top-news__inner{
	flex-direction: column;
}
.p-top-news__list-wrap{
	width: 100%;
	padding: 0 2rem 4rem
}
;
}
@media (max-width: 767px){
.p-top-news .p-top-news__back-1{
display: none;
}
;
}
@media (max-width: 639px){
	.p-top-news{
		padding: 4rem 0;
	}
	.p-top-news .p-top-news__title{
		width: 100%;
		padding-bottom: 0;
	}
	.p-top-news__list-wrap{
		width: 100%;
		padding: 1rem 2rem 2rem 2rem;
	}
	/* お知らせが増えた時用 */
	/* .p-top-news__list{
		height: 220px;
	} */
	.p-top-news__list .p-top-news__list-item{
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		align-items: baseline;
		-ms-flex-align: baseline;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1rem 0;
		gap: 0;
	}
	.p-top-news__list .p-top-news__list-item .date{
		margin-bottom: .5rem;
	}
	.p-top-news__list .p-top-news__list-item .text{
		line-height: 1.5;
	}
}
.p-top-event{
position: relative;
padding: 4rem 0 5rem 0;
background-color: #eef8fd;
}
.p-top-event .p-top-event__inner{
position: relative;
z-index: 10;
padding: 10rem 5rem 4rem;
border-radius: 30px;
background-color: #fff;
}
.p-top-event .p-top-event__back-1{
position: absolute;
top: -5rem;
left: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 24vw;
}
.p-top-event .p-top-event__back-2{
position: absolute;
top: 30rem;
right: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 14vw;
}
.p-top-event .p-top-event__back-3{
position: absolute;
right: 10rem;
bottom: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 14vw;
}
.p-top-event .p-top-event__back-4{
position: absolute;
bottom: 0;
left: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 14vw;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.p-top-event .p-top-event__back-5{
position: absolute;
top: 50%;
left: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 14vw;
}
.p-top-event .p-top-event__back-6{
position: absolute;
top: 50rem;
right: 4rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 14vw;
}
.p-top-event__title{
text-align: center;
}
.p-top-event__title .p-top-event__title-en{
font-family: 'Nothing You Could Do',cursive;
font-size: 7rem;
line-height: 1;
color: #00a9ea;
}
.p-top-event__title .p-top-event__title-ja{
font-size: 1.8rem;
color: #00a9ea;
}
.p-top-event__name{
font-size: 3.7rem;
line-height: 1;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
padding-top: 7rem;
text-align: center;
}
.p-top-event__name-en{
font-family: 'Nothing You Could Do',cursive;
position: relative;
margin-top: 2.4rem;
padding-top: 2.4rem;
text-align: center;
color: #00a9ea;
}
.p-top-event__name-en::before{
position: absolute;
top: 0;
left: 50%;
display: block;
width: 40%;
height: 8px;
content: '';
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-image: url(../img/2022/component/dot.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-event__text{
line-height: 2;
margin: 4rem 0;
text-align: center;
}
.p-top-event__text .p-top-event__text-item{
font-size: 1.4rem;
margin-bottom: 1rem;
}
.p-top-event__text .p-top-event__text-item span{
display: block;
}
.p-top-event__text .p-top-event__text-item.small{
font-size: 1.2rem;
}
.p-top-event__image{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.p-top-event__image .p-top-event__image-item{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 30%;
gap: 1rem;
}
.p-top-event__image .p-top-event__image-item .img img{
width: 100%;
height: auto;
}
.p-top-event__present{
position: relative;
margin: 10rem 4rem;
padding: 4.5rem;
border-radius: 30px;
background-color: #f8f8f8;
}
.p-top-event__present::before{
position: absolute;
top: -80px;
left: -40px;
display: block;
width: 286px;
height: 94px;
content: '';
background-image: url(../img/2022/present-text.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-event__present .p-top-event__present-text{
line-height: 2;
}
.p-top-event__present .p-top-event__present-text span{
display: block;
}
.p-top-event__present .p-top-event__present-img{
position: absolute;
top: -3rem;
right: 0;
max-width: 340px;
}
.p-top-event__campaign{
position: relative;
margin: 10rem 4rem;
padding: 4.5rem;
border-radius: 30px;
background-color: #f8f8f8;
}
.p-top-event__campaign::before{
position: absolute;
top: -80px;
left: -40px;
display: block;
width: 356px;
height: 110px;
content: '';
background-image: url(../img/2022/campaign-text.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-event__campaign .p-top-event__campaign-list{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
gap: 3rem;
}
.p-top-event__campaign .p-top-event__campaign-list img{
width: 100%;
height: auto;
}
.p-top-event__campaign .p-top-event__campaign-list .small{
font-size: 1.1rem;
line-height: 1.5;
display: block;
padding-left: 3rem;
}
.p-top-event__contents{
margin-top: 2rem;
}
.p-top-event__contents h2{
font-size: 3rem;
line-height: 1.8;
position: relative;
padding-top: 1rem;
padding-bottom: 2rem;
}
.p-top-event__contents h2::before{
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 40%;
height: 8px;
content: '';
background-image: url(../img/2022/component/dot.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-event__contents .p-top-event__schedule{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: 5rem 0;
gap: 0;
}
.p-top-event__contents .p-top-event__schedule iframe{
width: 46%;
height: 100%;
aspect-ratio: 1/1;
}
.p-top-event__contents .p-top-event__schedule.p-top-event__schedule--center{
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-title-wrap{
width: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-title-wrap .p-top-event__schedule-title{
font-size: 2rem;
margin-bottom: 2rem;
padding: 1rem;
background-color: #f0f0f0;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-title-wrap .p-top-event__schedule-title-read{
margin-bottom: 2rem;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail{
width: 50%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail.full{
width: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row{
font-size: 1.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 1.5rem;
border-bottom: 1px solid #efefef;
gap: 2.8rem;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dt{
width: 110px;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dd{
line-height: 2;
width: calc(100% - 110px);
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dd a{
color: #00a9ea;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dd span{
padding-right: 1rem;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dd span.title{
display: inline-block;
width: 160px;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dd .small{
font-size: 1.1rem;
line-height: 1.4;
display: block;
padding-top: 1rem;
padding-right: 0;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img{
position: relative;
width: 46%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img.start-event::after{
position: absolute;
top: -5rem;
right: 0;
display: block;
width: 187px;
height: 83px;
content: '';
background-image: url(../img/2022/activity-text-photo.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img.week-event::after{
position: absolute;
top: -5rem;
left: 0;
display: block;
width: 132px;
height: 66px;
content: '';
background-image: url(../img/2022/clean-text-photo.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img img{
width: 100%;
height: auto;
}
.p-top-event__contents .p-top-event__contents-cancel{
margin: 3rem 0;
padding: 2rem;
color: #ee0808;
border: 3px solid #ee0808;
}
.p-top-event__contents .p-top-event__contents-cancel .title{
font-size: 2rem;
font-weight: 700;
margin-bottom: 1rem;
}
.p-top-event__incentive{
margin-bottom: 2rem;
padding: 0 2rem 1rem 2rem;
border-radius: 20px;
}
.p-top-event__incentive .p-top-event__incentive-title{
font-size: 1.3rem;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
padding: 0 1vw;
gap: 2rem;
}
.p-top-event__incentive .p-top-event__incentive-title>img{
max-width: 150px;
height: auto;
}
.p-top-event__incentive .p-top-event__incentive-title--bottom{
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
-ms-flex-align: end;
}
.p-top-event__incentive .p-top-event__incentive-sub-title{
font-size: 1.8rem;
font-weight: 700;
position: relative;
margin: 0 1.5vw 2rem;
padding: 1rem;
color: #00a9ea;
border-bottom: 2px dotted #00a9ea;
}
.p-top-event__incentive .p-top-event__incentive-text{
font-size: 1.2rem;
margin: 2rem 1.5vw;
}
.p-top-event__incentive .p-top-event__incentive-content{
margin: 2rem 1.5vw;
}
.p-top-event__incentive .p-top-event__incentive-content--flex{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
gap: 5rem;
}
.p-top-event__incentive .p-top-event__incentive-content-detail{
width: 50%;
}
.p-top-event__incentive .p-top-event__incentive-content-list dt{
font-weight: 700;
margin-bottom: .2rem;
color: #00a9ea;
}
.p-top-event__incentive .p-top-event__incentive-content-list dd{
margin-bottom: 1rem;
}
.p-top-event__incentive .p-top-event__incentive-content-img{
width: 46%;
}
.p-top-event__incentive .p-top-event__incentive-content-img img{
width: 100%;
height: auto;
}
.p-top-event__incentive .p-top-event__incentive-list{
display: grid;
margin: 2rem auto 1rem auto;
grid-template-columns: 1fr 1fr 1fr;
gap: 1rem;
}
.p-top-event__incentive .p-top-event__incentive-list.top{
grid-template-columns: 1fr 1fr;
}
.p-top-event__incentive .p-top-event__incentive-list li img{
width: 100%;
}
.p-top-event__incentive .p-top-event__incentive-list li .small{
font-size: 1rem;
line-height: 1.6;
display: block;
padding: 0 1.5rem;
}
.p-top-event__place .p-top-event__place-title{
font-size: 2rem;
font-weight: 700;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
margin-bottom: 2rem;
color: #00a9ea;
gap: 1rem;
}
.p-top-event__place .calendar-img{
display: block;
width: 100%;
margin-bottom: 5rem;
}
.p-top-event__place .calendar-img img{
width: 100%;
height: auto;
}
.p-top-event__place-list{
margin-bottom: 5rem;
}
.p-top-event__place-list .p-top-event__place-item{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
height: 100%;
margin-bottom: 1rem;
padding: 2rem 3rem;
border-radius: 10px;
background-color: #f9f9f9;
gap: 1rem;
}
.p-top-event__place-list .p-top-event__place-item .p-top-event__place-item-inner{
width: 50%;
}
.p-top-event__place-list .p-top-event__place-item .title{
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 2rem;
}
.p-top-event__place-list .p-top-event__place-item .p-top-event__place-item-row{
font-size: 1.3rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 2rem 1rem;
border-bottom: 1px solid #fff;
gap: 2.8rem;
}
.p-top-event__place-list .p-top-event__place-item .p-top-event__place-item-row dt{
width: 70px;
}
.p-top-event__place-list .p-top-event__place-item .p-top-event__place-item-row dd{
width: calc(100% - 9.8rem);
}
.p-top-event__place-list .p-top-event__place-item iframe{
width: 50%;
height: 100%;
aspect-ratio: 1/1;
}
.p-top-event__button .p-top-event__button-text{
display: block;
margin-top: 2rem;
text-align: center;
}
@media (max-width: 1023px){
.p-top-event__present .p-top-event__present-img{
top: 2rem;
}
.p-top-event__present .p-top-event__present-img img{
width: 100%;
max-width: 200px;
}
;
}
@media (max-width: 767px){
.p-top-event .p-top-event__back-1,.p-top-event .p-top-event__back-2,.p-top-event .p-top-event__back-3,.p-top-event .p-top-event__back-4{
display: none;
}
.p-top-event__present{
margin: 7rem 0 1rem 0;
padding: 2.5rem 2rem;
}
.p-top-event__present::before{
top: -60px;
left: 0;
width: 200px;
}
.p-top-event__present .p-top-event__present-text{
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 2rem;
text-align: center;
}
.p-top-event__present .p-top-event__present-img{
position: initial;
margin: 0 auto;
text-align: center;
}
.p-top-event__present .p-top-event__present-img img{
max-width: 80%;
}
.p-top-event__incentive .p-top-event__incentive-list{
grid-template-columns: 1fr;
}
.p-top-event__campaign{
margin: 7rem 0 1rem 0;
padding: 2.5rem 5rem;
}
.p-top-event__campaign::before{
top: -60px;
left: 0;
width: 250px;
}
.p-top-event__campaign .p-top-event__campaign-list{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.p-top-event__campaign .p-top-event__campaign-list img{
max-width: 340px;
}
.p-top-event__campaign .p-top-event__campaign-list .small{
font-size: 1rem;
}
;
}
@media (max-width: 639px){
.p-top-event .p-top-event__inner{
padding: 6rem 1.5rem 4rem;
border-radius: 20px;
}
.p-top-event .p-top-event__name-en{
padding-top: 3rem;
}
.p-top-event .p-top-event__back{
display: none;
}
.p-top-event__title .p-top-event__title-en{
font-size: 5rem;
}
.p-top-event__name{
font-size: 2rem;
line-height: 2;
padding-top: 5rem;
}
.p-top-event__name-en::before{
width: 80%;
}
.p-top-event__image .p-top-event__image-item{
width: 32%;
}
.p-top-event__image .p-top-event__image-item .text img{
width: 100%;
height: 30px;
}
.p-top-event__text .p-top-event__text-item{
font-size: 1.3rem;
text-align: initial;
}
.p-top-event__text .p-top-event__text-item span{
display: inline;
}
.p-top-event__contents{
margin-top: 5rem;
}
.p-top-event__contents .p-top-event__contents-title-img{
text-align: center;
}
.p-top-event__contents h2{
font-size: 2rem;
margin-top: 1rem;
text-align: center;
}
.p-top-event__contents h2::before{
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.p-top-event__contents .p-top-event__schedule{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 2rem 0;
}
.p-top-event__contents .p-top-event__schedule iframe{
width: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail{
width: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row{
font-size: 1.3rem;
display: block;
padding: 1.5rem .7rem;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dt{
font-weight: 700;
width: 100%;
margin-bottom: .3rem;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row dd{
width: 100%;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-detail .p-top-event__schedule-detail-row .block{
display: block;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img{
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
width: 100%;
margin-top: 2rem;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img.start-event::after{
content: none;
}
.p-top-event__contents .p-top-event__schedule .p-top-event__schedule-img.week-event::after{
content: none;
}
.p-top-event__contents .p-top-event__contents-inner .p-top-event__contents-inner-text{
font-size: 1.3rem;
}
.p-top-event__place{
margin-top: 1rem;
}
.p-top-event__place .calendar-img{
display: none;
}
.p-top-event__place .p-top-event__place-title{
font-size: 1.4rem;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px dotted #00a9ea;
}
.p-top-event__place-list{
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 2rem;
}
.p-top-event__place-list .p-top-event__place-item{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 2rem 1.5rem;
}
.p-top-event__place-list .p-top-event__place-item .p-top-event__place-item-inner{
width: 100%;
}
.p-top-event__place-list .p-top-event__place-item .p-top-event__place-item-row{
font-size: 1.3rem;
padding: 2rem 0;
}
.p-top-event__place-list .p-top-event__place-item iframe{
width: 100%;
}
.p-top-event__incentive{
margin-bottom: 0;
padding: 0 1rem 2rem 1rem;
}
.p-top-event__incentive .p-top-event__incentive-title{
font-size: 1.1rem;
padding-bottom: 1rem;
border-bottom: 1px dotted #00a9ea;
}
.p-top-event__incentive .p-top-event__incentive-title>img{
max-width: 110px;
}
.p-top-event__incentive .p-top-event__incentive-sub-title{
font-size: 1.5rem;
line-height: 1.5;
padding: .8rem;
}
.p-top-event__incentive .p-top-event__incentive-content--flex{
-webkit-flex-flow: column;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
gap: 0;
}
.p-top-event__incentive .p-top-event__incentive-content-detail{
width: 100%;
}
.p-top-event__incentive .p-top-event__incentive-content-img{
width: 100%;
margin-top: 1rem;
}
.p-top-event__incentive .p-top-event__incentive-list{
margin-bottom: 1rem;
}
.p-top-event__incentive .p-top-event__incentive-list.top{
grid-template-columns: 1fr;
}
.p-top-event__incentive .p-top-event__incentive-list.top li{
width: 100%;
}
.p-top-event__incentive .p-top-event__incentive-list .sp-last{
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.p-top-event__incentive-inner{
display: none;
}
.p-top-event__button{
margin-top: 1rem;
}
;
}
.p-top-past{
position: relative;
width: 100%;
height: auto;
padding: 5rem 0 10rem;
background-image: url(../img/2022/past-back.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.p-top-past::before{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
content: '';
background-image: url(../img/2022/past-back-filter.png);
background-size: cover;
}
.p-top-past .p-top-past__title{
font-size: 3rem;
position: relative;
z-index: 100;
margin-bottom: 4rem;
text-align: center;
color: #fff;
}
.p-top-past .p-top-past__list{
position: relative;
z-index: 100;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.p-top-past .p-top-past__list-item{
display: block;
padding: 6rem 1rem;
text-align: center;
color: #00a9ea;
border-radius: 20px;
background-color: rgba(255,255,255,.9);
}
.p-top-past .p-top-past__list-item .title{
font-size: 2.2rem;
font-weight: 700;
}
.p-top-past .p-top-past__list-item .deco{
font-family: 'Nothing You Could Do',cursive;
}
@media (max-width: 639px){
.p-top-past .p-top-past__list{
grid-template-columns: 1fr;
}
;
}
.p-top-comingsoon{
position: relative;
padding: 0 0 10rem 0;
text-align: center;
background-color: #eef8fd;
}
.p-top-comingsoon .p-top-comingsoon__inner{
position: relative;
z-index: 10;
padding: 5rem 3rem 4rem;
border-radius: 30px;
background-color: #fff;
}
.p-top-comingsoon .p-top-comingsoon__inner .en{
font-family: 'Nothing You Could Do',cursive;
font-size: 5rem;
line-height: 1;
margin-top: 4rem;
color: #00a9ea;
}
.p-top-comingsoon .p-top-comingsoon__text{
margin-top: 3rem;
}
.p-top-comingsoon .p-top-comingsoon__text .text{
margin-bottom: 2rem;
}
.p-top-comingsoon .p-top-comingsoon__ul{
font-weight: 700;
}
@media (max-width: 639px){
.p-top-comingsoon .p-top-comingsoon__inner{
padding: 5rem 1.5rem 4rem;
border-radius: 20px;
}
.p-top-comingsoon .p-top-comingsoon__inner .ja{
font-size: 1.4rem;
}
.p-top-comingsoon .p-top-comingsoon__inner .en{
font-size: 4rem;
margin-top: 2rem;
}
;
}
.p-special-top{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
height: 200px;
background-image: url(../img/2022/special/title-back.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.p-special-top h2{
font-size: 2.4rem;
line-height: 2;
margin-top: 1rem;
color: #fff;
}
.p-special-top .p-special-top__logo{
width: 100px;
}
.p-special-top .p-special-top__logo img{
width: 100%;
}
.p-special{
font-size: 1.6rem;
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 3rem 1.5vw;
}
.p-special .p-special__title{
margin-bottom: 3rem;
padding-bottom: 2rem;
border-bottom: 1px solid #d6d6d6;
}
.p-special .p-special__title h1{
font-size: 2.4rem;
line-height: 2;
margin-top: 2rem;
margin-bottom: 1rem;
}
.p-special .p-special__title img{
width: 100%;
max-height: 500px;
-o-object-fit: cover;
object-fit: cover;
}
.p-special h3{
font-size: 2rem;
margin: 6rem 0 3rem 0;
}
.p-special h4{
font-weight: 700;
margin: 6rem auto 3rem;
}
.p-special figure{
max-width: 700px;
margin: 5rem auto;
}
.p-special figure figcaption{
font-size: 1.2rem;
line-height: 2;
}
.p-special img{
border-radius: 20px;
}
.p-special p{
line-height: 1.8;
margin-bottom: 3rem;
}
.p-special p span{
font-weight: 700;
}
.p-special .inline{
display: inline-block;
}
.p-special .p-special__caption-top{
padding-bottom: .5rem;
text-align: center;
}
.p-special__swiper.is-caption-top figure{
margin-top: 0;
}
.p-special-button{
margin: 3rem auto 10rem auto;
}
.p-special__swiper{
margin-bottom: 5rem;
}
.p-special__box{
font-size: 1.4rem;
margin: 6rem 0;
padding: 2rem;
background-color: #fafafa;
}
.p-special-company{
font-size: 1.6rem;
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 3rem 1.5vw;
}
.p-special-company__item{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 1.6rem;
padding: 2rem 2.4rem 2.2rem;
border-radius: 2px;
background: #f9f9f9;
gap: 4%;
}
.p-special-company__item:last-of-type{
margin-bottom: 0;
}
.p-special-company__name{
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1.2rem;
padding-bottom: 1.2rem;
border-bottom: 1px solid #fff;
}
.p-special-company__text{
font-size: 1.4rem;
}
.p-special-company__image{
width: 30%;
}
.p-special-company__image img{
width: 100%;
height: 142px;
-o-object-fit: cover;
object-fit: cover;
}
.p-special-company__right{
width: 66%;
}
.p-special-copmpany__link{
font-size: 1.4rem;
display: inline-block;
margin-top: 1.2rem;
color: #00a9ea;
}
.p-special-copmpany__link.p-special-copmpany__link--mt-none{
margin-top: 0;
}
@media (max-width: 639px){
.p-special-top{
background-position: 40%;
}
.p-special{
font-size: 1.4rem;
padding: 3rem 2vw;
}
.p-special .p-special__title h1{
font-size: 2rem;
line-height: 1.8;
}
.p-special figure{
margin: 3rem auto;
padding: 0 1rem;
}
.p-special h3{
font-size: 1.8rem;
margin: 4rem 0 2rem 0;
}
.p-special h4{
margin: 4rem auto 3rem;
}
.p-special p{
margin-bottom: 2rem;
}
.p-special-button{
max-width: 360px;
}
.p-special__swiper{
padding-bottom: 2rem;
}
.p-special__box{
font-size: 1.2rem;
margin: 4rem 0;
}
.p-special-company{
font-size: 1.4rem;
padding: 3rem 2vw;
}
.p-special-company__item{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 1.2rem;
padding: 2rem 1.6rem;
}
.p-special-company__name{
font-size: 1.6rem;
margin-top: 1.2rem;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.p-special-company__image{
width: 100%;
}
.p-special-company__image img{
height: 56.41vw;
}
.p-special-company__right{
width: 100%;
}
.p-special-company__text{
font-size: 1.3rem;
}
.p-special-copmpany__link{
font-size: 1.3rem;
margin-top: 1rem;
}
;
}
.p-top-detail{
display: none;
margin-top: 2rem;
}
.p-top-detail.is-active{
display: block;
}
.p-top-detail .p-top-detail__title-wrap{
display: grid;
margin-bottom: 3rem;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.p-top-detail .p-top-detail__title-wrap figure img{
border-radius: 25px;
}
.p-top-detail .p-top-detail__title{
font-size: 3rem;
line-height: 1.8;
position: relative;
padding-top: 1rem;
padding-bottom: 2rem;
}
.p-top-detail .p-top-detail__title::before{
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 40%;
height: 8px;
content: '';
background-image: url(../img/2022/component/dot.svg);
background-repeat: no-repeat;
background-size: 100%;
}
.p-top-detail__schedule .p-top-detail__schedule-img{
display: block;
width: 100%;
}
.p-top-detail__schedule .p-top-detail__schedule-img img{
width: 100%;
}
.p-top-detail__schedule .p-top-detail__schedule-btn{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
max-width: 700px;
margin: 0 auto;
gap: 1rem;
}
.p-top-detail__schedule .p-top-detail__schedule-text-btn{
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
@media (max-width: 639px){
.p-top-detail{
margin-top: 2rem;
}
.p-top-detail .p-top-detail__title-img img{
width: auto;
height: 40px;
}
.p-top-detail .p-top-detail__title{
font-size: 2rem;
}
.p-top-detail .p-top-detail__title-wrap{
grid-template-columns: 1fr;
}
.p-top-detail__schedule .p-top-detail__schedule-btn{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
;
}
.p-schedule{
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 2rem;
gap: 0;
}
.p-schedule .p-schedule__title-wrap{
width: 100%;
}
.p-schedule .p-schedule__title-read a{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
color: #00a9ea;
gap: .5rem;
}
.p-schedule .p-schedule__title-read a img{
width: 15px;
}
.p-schedule .p-schedule-inner{
display: none;
}
.p-schedule .p-schedule__detail-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.p-schedule .p-schedule__detail{
width: 50%;
}
.p-schedule .p-schedule__detail.full{
width: 100%;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row{
font-size: 1.4rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 1.5rem;
border-bottom: 1px solid #efefef;
gap: 2.8rem;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dt{
width: 110px;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dd{
line-height: 2;
width: calc(100% - 110px);
word-break: break-all;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dd a{
color: #00a9ea;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dd span{
padding-right: 1rem;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dd span.title{
display: inline-block;
width: 160px;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dd .small{
font-size: 1.1rem;
line-height: 1.4;
display: block;
padding-top: 1rem;
padding-right: 0;
}
.p-schedule .p-schedule__detail-img{
position: relative;
width: 46%;
}
.p-schedule .p-schedule__detail-img img{
width: 100%;
height: auto;
border-radius: 20px;
}
@media (max-width: 639px){
.p-schedule{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 1rem;
}
.p-schedule .p-schedule__detail{
width: 100%;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row{
font-size: 1.3rem;
display: block;
padding: 1.5rem .7rem;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dt{
font-weight: 700;
width: 100%;
margin-bottom: .3rem;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row dd{
width: 100%;
}
.p-schedule .p-schedule__detail .p-schedule__detail-row .block{
display: block;
}
.p-schedule .p-schedule__detail-img{
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
width: 100%;
margin-top: 2rem;
}
;
}
.p-top-report{
position: relative;
padding: 5rem 0;
text-align: center;
background-color: #eef8fd;
}
.p-top-report .p-top-report__inner{
position: relative;
z-index: 10;
padding: 8rem 3rem 4rem;
border-radius: 30px;
background-color: #fff;
}
.p-top-report .p-top-report__title-en{
font-family: 'Nothing You Could Do',cursive;
font-size: 5rem;
line-height: 1;
color: #00a9ea;
}
.p-top-report .p-top-report__title-ja{
display: block;
margin-top: 3rem;
color: #00a9ea;
}
.p-top-report__list-item{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 3rem 0;
padding-bottom: 3rem;
text-align: left;
border-bottom: 1px solid #ddd;
gap: 2rem;
}
.p-top-report__list-item figure{
max-width: calc(36% - 2rem);
}
.p-top-report__list-item figure img{
border-radius: 20px;
-o-object-fit: cover;
object-fit: cover;
}
.p-top-report__list-item .p-top-report__list-item-text{
max-width: 64%;
}
.p-top-report__list-item .p-top-report__list-item-text .title{
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1rem;
}
.p-top-report__list-item .p-top-report__list-item-text .deco{
font-weight: 700;
display: block;
margin-top: 2rem;
text-align: right;
color: #00a9ea;
}
.p-top-report__list-item .p-top-report__list-item-btn{
font-weight: 700;
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
width: 100%;
margin-top: 2rem;
text-align: right;
color: #00a9ea;
gap: 2rem;
}
@media (max-width: 639px){
.p-top-report{
padding: 4rem 0 0;
}
.p-top-report .p-top-report__inner{
padding: 5rem 1.5rem 4rem;
}
.p-top-report .p-top-report__title-en{
font-size: 4rem;
}
.p-top-report .p-top-report__title-ja{
margin-top: 1rem;
}
.p-top-report__list-item{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.p-top-report__list-item figure{
width: 100%;
max-width: inherit;
height: auto;
}
.p-top-report__list-item .p-top-report__list-item-text{
max-width: 100%;
}
.p-top-report__list-item .p-top-report__list-item-text .title{
font-size: 1.6rem;
}
;
}
.p-plan{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 2rem;
gap: 1rem;
}
.p-plan .p-plan__item{
position: relative;
}
.p-plan .p-plan__item.p-plan__item--a .p-plan__item-inner{
background-color: rgba(31,54,134,.1);
}
.p-plan .p-plan__item.p-plan__item--a .p-plan__title{
background-color: #1f3686;
}
.p-plan .p-plan__item.p-plan__item--b .p-plan__item-inner{
background-color: rgba(242,153,74,.1);
}
.p-plan .p-plan__item.p-plan__item--b .p-plan__title{
background-color: #f2994a;
}
.p-plan .p-plan__item.p-plan__item--c .p-plan__item-inner{
background-color: rgba(39,174,96,.1);
}
.p-plan .p-plan__item.p-plan__item--c .p-plan__title{
background-color: #27ae60;
}
.p-plan .p-plan__item-inner{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
align-items: center;
-ms-flex-align: center;
height: 110px;
padding: 1rem;
border-radius: 10px;
gap: 1rem;
}
.p-plan .p-plan__title{
font-size: 1.8rem;
font-weight: 700;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 210px;
height: 100%;
padding: 1rem;
color: #fff;
border-radius: 5px;
}
.p-plan .p-plan__title .number{
font-size: 1.4rem;
}
.p-plan__list{
font-size: 1.3rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: calc(100% - 210px);
}
.p-plan__list .p-plan__list-item{
font-weight: 700;
line-height: 1.4;
position: relative;
width: 20%;
text-align: center;
}
.p-plan__list .p-plan__list-item.p-plan__list-item--none::after{
content: none;
}
.p-plan__list .p-plan__list-item.small{
font-size: 1.3rem;
padding-right: 1rem;
}
.p-plan__list .p-plan__list-item::after{
position: absolute;
top: 50%;
right: 0;
display: block;
width: 10px;
height: 14px;
content: '';
background-image: url(../img/2022/component/plan-arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}
.p-plan__list .p-plan__list-item.is-last::after{
content: none;
}
.p-plan__item-inner-table{
display: none;
}
.p-plan__table{
font-size: 1.2rem;
width: 100%;
margin-top: 1rem;
}
.p-plan__table th{
padding: 1rem;
border-collapse: collapse;
border: 1px solid #fff;
background-color: #efefef;
}
.p-plan__table td{
padding: 1rem;
border-collapse: collapse;
border: 1px solid #efefef;
}
.p-plan__table-btn{
font-size: 1.2rem;
font-weight: 700;
position: absolute;
top: 70px;
left: 70px;
display: block;
width: 90px;
cursor: pointer;
text-align: center;
text-decoration: underline;
color: #fff;
}
@media (max-width: 767px){
	.p-plan .p-plan__item{
	position: relative;
	width: 100%;
	}
	.p-plan .p-plan__item-inner{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0;
	gap: 1rem;
	}
	.p-plan .p-plan__title{
	font-size: 1.4rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 100px;
	height: 50px;
	padding: .5rem;
	padding-left: 1rem;
	gap: 1rem;
	}
	.p-plan__table-btn{
	position: absolute;
	top: 12px;
	right: 10px;
	left: auto;
	display: block;
	width: 100%;
	text-align: right;
	text-decoration: none;
	color: #fff;
	}
	.p-plan__list{
	font-size: 1.1rem;
	width: 100%;
	}
	.p-plan__list .p-plan__list-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 20%;
	height: 80px;
	}
	.p-plan__list .p-plan__list-item::after{
	right: -2px;
	width: 5px;
	}
	.p-plan__list .p-plan__list-item.small{
	font-size: 1rem;
	width: 25%;
	padding-right: 0;
	}
	.p-plan__table th{
	padding: .5rem;
	}
	.p-plan__table td{
	line-height: 1.5;
	padding: .5rem;
	}
	.p-plan__table .date{
	width: 10%;
	}
	.p-plan__table .program{
	width: 24%;
	}
	.p-plan__table .time{
	width: 24%;
	}

	.u-mt-3{
	margin-top: 3rem;
	}
	.u-mb-1{
	margin-bottom: 1rem;
	}
	.u-mgb-0{
	margin-bottom: 0!important;
	}
	.u-mb-xs{
	margin-bottom: 1rem;
	}
	.u-mb-s{
	margin-bottom: 2rem;
	}
	.u-mb-m{
	margin-bottom: 5rem;
	}
	.u-mb-l{
	margin-bottom: 8rem;
	}
	.u-mt-xs{
	margin-top: 1rem;
	}
	.u-mt-s{
	margin-top: 2rem;
	}
	.u-mt-m{
	margin-top: 5rem;
	}
	.u-mt-l{
	margin-top: 8rem;
	}
}
@media (max-width: 639px){
	.u-mb-xs{
	margin-bottom: .5rem;
	}
	.u-mb-s{
	margin-bottom: 1rem;
	}
	.u-mb-m{
	margin-bottom: 3rem;
	}
	.u-mb-l{
	margin-bottom: 5rem;
	}
	.u-mt-xs{
	margin-top: .5rem;
	}
	.u-mt-s{
	margin-top: 1rem;
	}
	.u-mt-m{
	margin-top: 3rem;
	}
	.u-mt-l{
	margin-top: 5rem;
	}
	.u-display-sp{
	display: none;
	}
	.u-display-inline{
	display: inline-block;
	}
}
@media (max-width: 639px){
	.u-display-sp{
	display: block;
	}
	.u-display-pc{
	display: none;
	}
	.u-text-more{
	font-size: 1.1rem;
	}
}

.anchor{
	scroll-margin-top: 60px!important;
    padding-top: 60px!important;
    margin-top: -60px!important;
}


/* 2024 */
@media all {
	.p-special img {max-width: 100%;}

	.btn {
		position: relative;
		display: inline-block;
		padding: .9em 1.25em .95em 3.05em;
		border: 2px solid #000;
		background: #fff;
		font-weight: bold;
		color: #000;
		text-align: center;
		cursor: pointer;
		transition: color .3s, background .3s;
	}
	.btn::before {
		content: '';
		position: absolute;
		top: calc(50% - 1.85rem);
		left: 1em;
		display: block;
		width: 3.7rem;
		height: 3.7rem;
		background: center / cover no-repeat url(../img/btn-arrow-b.svg);
		transition: all .3s;
	}
	.btn:hover {
		background: #000;
		color: #fff;
	}
	.btn:hover::before {
		background-image: url(../img/btn-arrow-w.svg);
	}

	.totop-section {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #0bb6ff;
	}
	.btn-totop .btn {
		border-color: #0bb6ff;
		color: #0bb6ff;
	}
	.btn-totop .btn:hover {
		border-color: #fff;
		background-color: #0bb6ff;
		color: #fff;
	}
	.btn-totop .btn::before {
		background-image: url(../img/btn-arrow-blue.svg);
	}
	.btn-totop .btn:hover::before {
		background-image: url(../img/btn-arrow-w.svg);
	}

	.reg {
		display: inline-block;
		transform: translateY(.4em);
		font-size: 1.25em;
		line-height: 1;
	}
	
	.notice-box {
		padding: 1em;
		border: 1px solid #aaa;
	}
	.notice-box p {margin: 0;}
	.slide-notice {
		margin-top: -4rem;
		font-size: 85%;
		text-align: center;
	}

	/* sp */
	@media (max-width: 767px) {
		.btn {font-size: 2rem;}
		.btn {font-size: 1.5rem;}
		.btn::before {
			top: calc(50% - 1.25rem);
			width: 2.5rem;
			height: 2.5rem;
		}
		.totop-section {
			margin-top: 8rem;
			height: 20rem;
		}
	}

	/* pc & tab */
	@media (min-width: 768px) {
		.btn {font-size: 2rem;}
		.totop-section {
			margin-top: 10rem;
			height: 31rem;
		}
	}
}


/* 2025.3.5 */
@media all {
	.report-notice {
		position: relative;
		display: block;
		padding-left: 1em;
		font-size: 95%;
		color: #a6a6a6;
	}
	.report-notice::before {
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* sp */
	@media (max-width: 767px) {}
	
	/* pc & tab */
	@media (min-width: 768px) {
	}
}