@charset "UTF-8";
/*---	全体	---------------------------*/
html {
}
html p{
	font-weight:100;
	 font-family: "M PLUS Rounded 1c", sans-serif;
}
.ro{
	 font-family: "M PLUS Rounded 1c", sans-serif !important;
}.sans{
	 font-family: "Noto Sans JP", sans-serif !important;
}
body{
	min-width:var(--fullsize);
	font-size:19px;
	line-height:2.0;
}
body:before{
	content: "";
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url("../img/fair2025/back.webp");
	background-size: cover;
	background-position: center;
	opacity: 0.6;
	z-index: -1;
	pointer-events:none;

	z-index:2;
    mix-blend-mode: color-burn;
	opacity:0.22;

}
#main_area{
	overflow:hidden;
}
#contents_area section{
	padding-top:90px;
/*	padding-bottom:60px;*/
}
/*
#contents_area section#fv{			background-color:#8ACED2cc;	}
#contents_area section#about{		background-color:#FAD2C0cc;	}
#contents_area section#lineup{		background-color:#8ACED2cc;	}
#contents_area section#sumo{		background-color:#8ACED2cc;	}
#contents_area section#note{		background-color:#8ACED2cc;	}
#contents_area section#brand{		background-color:#8ACED2cc;	}
#contents_area section#questionary{	background-color:#8ACED2cc;	}
#contents_area section#calendar{	background-color:#FAD2C0cc;	}
*/

#contents_area section#fv{			background-color:#8ACED2;	padding-top:50px;}
#contents_area section#about{		background-color:#FAD2C0;	padding-top:20px;padding-bottom:220px;}
#contents_area section#lineup{		background-color:#8ACED2;	padding-top:240px;padding-bottom: 90px;}
#contents_area section#sumo{		background-color:#8ACED2;	}
#contents_area section#note{		background-color:#8ACED2;	}
#contents_area section#brand{		background-color:#8ACED2;	}
#contents_area section#questionary{	background-color:#8ACED2;	padding-bottom:180px;}
#contents_area section#calendar{	background-color:#FAD2C0;	padding-top:20px;}

#contents_area section.last-section{	padding-bottom:200px;	}

.wave_r,.wave_b{
	padding-bottom:120px;
	position:relative;
}.wave_r:before,.wave_b:before{
	content:"";
	position:absolute;
	bottom:-2px;	left:50%;
	transform: translateX(-50%);
	width:105%;
	height:0px;
	padding-bottom:30%;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.wave_r:before{
	background-image:url('../img/fair2025/wave_r.svg');
}.wave_b:before{
	background-image:url('../img/fair2025/wave_b.svg');
}


.inner{
	width:var(--fullsize);
	margin:0 auto;

    position: relative;
    z-index: 3;

}

mark{
	background: linear-gradient(transparent 60%, rgba(178, 222, 224, 0.6) 60%);
}

.unreleased{
	width:100%;
	height:300px;
	text-align:center;
	border:1px solid #ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:40px 0;
	overflow:hidden;
	position:relative;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #ffffff, transparent calc(50% + 1px));
}
.unreleased p{
	display:inline-block;
	background:#ffffff;
	color:#724994;
	font-weight:500;
	font-size:1.4rem;
	padding:18px 36px;
	z-index:1;
}

.btn_area{
	text-align:center;
	width:100%;
}
.btn_area a.btn{
	position:relative;
	background:#FAD2C0;
	color:#83539E;
	border-radius:100px;
	padding:21px 85px 21px 75px;
	margin:0 auto;
	transition: all 0.5s ease;
}
.btn_area a.btn .kami{
	position:absolute;
	height:92%;
	top:50%;	left:-55px;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.btn_area a.btn:before{
	content:"";
	position:absolute;
	top:50%;
	right:25px;
	width:30px;
	height:2px;
    transform: translateY(-50%);
	background:#83539E;
	transition: all 0.5s ease;
}
.btn_area a.btn:after{
	content:"";
	position:absolute;
    top: 50%;
    right: 25px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #83539E;
    border-top: 2px solid #83539E;
	transition: all 0.5s ease;
}
.btn_area a.btn:hover,
.btn_area a.btn:focus-visible{
	opacity:1;
	background:#83539E;
	color:#ffffff;
}

.btn_area a.btn:hover:before,
.btn_area a.btn:focus-visible:before{
	background:#ffffff;
}
.btn_area a.btn:hover:after,
.btn_area a.btn:focus-visible:after{
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.btn_area a.btn:hover .kami,
.btn_area a.btn:focus-visible .kami{
	transform: translateY(-50%) translateX(15px) rotate(-75deg);
}

/*---	ヘッダー	---------------------------*/
.page_title_area{
}
header{
	position:fixed;
	top:0;	left:0;
	width:100%;
	min-width:var(--fullsize);
	z-index:100000;
	min-width:unset;
    width: fit-content;
}
header .head_links{
	display:flex;
    margin-left: 50px;
}header .head_links .head_btn{
	width:85px;
	height:85px;
	margin-right:15px;
	background:#ffffff;
}header .head_links .head_btn a{
	text-align:center;
	width:100%;	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:1;
}header .head_links .head_btn a img{
	width:82%;
	margin:0 auto;
	position:relative;
	z-index:1;
}header .head_links .head_btn a.daido img{
	width:60%;
}
header .head_links .head_btn a:before,
header .head_links .head_btn a:after{
	content:"";
	position:absolute;
	background:#ffffff;
	z-index:0;
	width:70%;
	height:30px;
	bottom:-6px;
}
header .head_links .head_btn a:before{
	left:0;
    transform: skewY(-12deg);
}header .head_links .head_btn a:after{
	right:0.1px;
    transform: skewY(12deg);
}

header .head_links .head_btn a:hover,
header .head_links .head_btn a:focus,
header .head_links .head_btn a:focus-visible{
	opacity:1;
    transform: translateY(10px);
}


/*---	フッター	---------------------------*/
footer{
	
}
footer .foot_main{
	padding-bottom:130px;
	background:#ffffff;
}footer .foot_main:after{
	content:"";
	position:absolute;
	background:#ffffff;
	bottom:47%;	left:50%;
	transform: translateX(-50%);
    width: 118%;
    height: 70%;
    border-radius: 200% 200% 0 0;
	z-index:0;
}


footer .foot_main .inner{
	display:flex;
    justify-content: space-between;
}
footer .foot_main .foot_info{
	width:600px;
	margin-top:30px;
	text-align:center;
	position:relative;
	z-index:1;
}
footer .foot_main .foot_links{
	width:330px;
	margin-top:45px;
	position:relative;
	z-index:1;
}

footer .foot_main .foot_info .foot_title{
	margin-bottom:40px;
}footer .foot_main .foot_info .foot_date{
	width:80%;
	margin:0 auto;
}footer .foot_main .foot_info .foot_date .date{
	margin-bottom:28px;
}footer .foot_main .foot_info .foot_date .place{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:left;
}
footer .foot_main .foot_info .foot_date .place .placename{
	font-size:1.4rem;
	font-weight:500;
}footer .foot_main .foot_info .foot_date .place .place_title{
	margin-right:10px;
}footer .foot_main .foot_info .foot_date .place p{
	font-size:0.9rem;
    line-height: 1.6;
}footer .foot_main .foot_info .foot_date .place a{
	color:#83539e;
}

footer .foot_main .foot_links{
	display:flex;
	flex-wrap:wrap;
}footer .foot_main .foot_links .links_balloon{
	margin-bottom:16px;
}footer .foot_main .foot_links .foot_btns{
	width:100%;
}footer .foot_main .foot_links .foot_btns a{
	width:100%;
	font-size:1.3rem;
	display:block;
	margin-bottom:12px;
	background:#83539e;
	color:#ffffff;
	text-align:left;
	padding:12px 26px;
	border-radius:12.4px;
    line-height: 1.4;
	position:relative;
}footer .foot_main .foot_links .foot_btns a:after{
	content:"";
	position:absolute;
	background-image:url('../img/fair2025/btn_arrow.svg');
	width:43px;	height:43px;
	top:50%;	right:26px;
	transform: translateY(-50%);
}


.foot_sns{
	display:flex;
    margin-left: auto;
	margin-top:28px;
}.foot_sns a{
	margin-left:32px;
}.foot_sns a:first-child{
	margin-left:0;
}.foot_sns a img{
	display:inline-block;
	max-height:30px;
}


footer .copy_area{
	background:#FAD2C0cc;
	background:#FAD2C0;
    margin-top: -20px;
}footer .copy_area p{
	text-align:center;
	font-size:0.75rem;
	padding:0 0 32px;
	position:relative;
	z-index:3;
}


/*---	FV	---------------------------*/
#contents_area section#fv{
	position:relative;
	text-align:center;
}

#contents_area section#fv .inner{
	position:relative;
}
#contents_area section#fv .inner .backimg{
	position:absolute;
	z-index:1;
}
#contents_area section#fv .inner .backimg.hirahira_l{
	top:50px;
	right:85%;
}#contents_area section#fv .inner .backimg.hirahira_r{
	top:-110px;
	left:85%;
}

#contents_area section#fv h1.fair_title{
	width:80%;
	margin:0 auto;
}#contents_area section#fv h1.fair_title img{
	margin:0 auto;
}
#contents_area section#fv .title_hirahira{
	position:absolute;
    top: 200px;
    left: calc(50% + 260px);
    width: 170px;
}#contents_area section#fv .date{
	width:50%;
	margin:34px auto 0;
}#contents_area section#fv .date .place{
	margin-top:16px;
	font-size:1.4rem;
}

/*---	about	---------------------------*/
#contents_area section#about{
	position:relative;
	text-align:center;
}
h2.about_title img{
	margin:0 auto 32px;
}
#contents_area section#about .inner{
	position:relative;
}
#contents_area section#about .photo_list{
	position:absolute;
	width:115%;
	top:100%;	left:50%;
	transform: translateX(-50%) translateY(70px);
	display:flex;
}

/*---	lineup	---------------------------*/
#contents_area section#lineup{
}


h2.lineup_title{
	color:#83539E;
	font-size:1.9rem;
	text-align:center;
	margin:0 auto;
	line-height:1.4;
	font-weight:bold;
}h2.lineup_title .en{
	display:block;
	font-size:2.9rem;
	font-weight:500;
}

.lineup_list{
	display:flex;
	justify-content: space-between;
	margin-top:86px;
}
.lineup_list a{
	width:22%;
	background:#83539E;
	height:0;
	padding-bottom:22%;
	border-radius:50%;
	color:#ffffff;
	text-decoration:none !important;
	position:relative;
}
.lineup_list a .lineup_btn_in{
	position:absolute;
	top:0;	left:0;
	width:100%;	height:100%;
	display:flex;
	/*align-items:center;*/
	justify-content:center;
	text-align:center;
}.lineup_list a .lineup_btn_in .img_area{
	position:absolute;
	left:50%;	top:-45px;
	transform: translateX(-50%);
	width:100%;
	text-align:center;
}.lineup_list a .lineup_btn_in .img_area img.normal{
	width:65%;
	margin:0 auto;
    transition: all 0.4s ease;
}.lineup_list a .lineup_btn_in .img_area img.change{
	width:75%;
	margin:0 auto;
	position:absolute;
	left:50%;	bottom:0;
	transform: translateX(-50%);
	opacity:0;
    transition: all 0.6s ease 0.05s;
}
.lineup_list a:hover,
.lineup_list a:focus,
.lineup_list a:focus-visible{
	opacity:1;
}
.lineup_list a:hover .lineup_btn_in .img_area img.normal,
.lineup_list a:focus-visible .lineup_btn_in .img_area img.normal{
	transform:rotate(-75deg);
	opacity:0;
}
.lineup_list a:hover .lineup_btn_in .img_area img.change,
.lineup_list a:focus-visible .lineup_btn_in .img_area img.change{
	opacity:1;
}
.lineup_list a .lineup_btn_in p{
	padding-top:45%;
	line-height:1.6;
	font-size:1.2rem;
	font-weight:500;
    width: 100%;
}.lineup_list a .lineup_btn_in p .stationeries{
	width:8em;
	margin:0 auto;
}
.lineup_list a .lineup_btn_in .arrow_area{
	position:absolute;
	left:50%;	bottom:-50px;
	transform: translateX(-50%);
	width:25px;
    transition: all 0.5s ease;
}.lineup_list a .lineup_btn_in .arrow_area img{
	margin:0 auto;
}
.lineup_list a:hover .lineup_btn_in .arrow_area,
.lineup_list a:focus-visible .lineup_btn_in .arrow_area{
	bottom:-60px;
}


/*---	sumo	---------------------------*/
#contents_area section#sumo{
}
h2.sumo_title{
	width:100%;
	position:relative;
}h2.sumo_title img{
	width:100%;
    pointer-events: none;
}
h2.sumo_title img.mainimg{
	width:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:-20px;
}h2.sumo_title img.backimg{
	width:100%;
}

.sumo_area{
	position:relative;
	width:100%;
}
.balloon_area{
	position:absolute;
	top:-140px;
	left:calc(50% + 240px);
	width:205px;
}

.sumo_process{
	display:flex;
}

.sumo_process .process_box{
	padding:16px 21px;
	background:#ffffff;
	color:#724994;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px;
	position:relative;
	margin:50px 0 12px;
	flex-grow: 1;
}.sumo_process .process_box.point{
	background:#724994;
	color:#ffffff;
	font-size:1.5rem;
}
.sumo_process .process_box p{
	font-weight:500;
}

.sumo_process .process_box.point:first-child{
	margin-right:10px;
}
.sumo_process .process_box:not(.point){
	margin-right:20px;
	font-weight:bold;
}
.sumo_process .process_box:not(.point):after{
	content:"";
	position:absolute;
	top:50%;	left:calc(100% - 10px);
	transform: translateY(-50%) scaleX(1.3) rotate(45deg);
	width:20px;	height:20px;
	background:#ffffff;
}


/*---	note	---------------------------*/
#contents_area section#note{
}
h2.note_title{
	text-align:center;

}h2.note_title img{
	width:530px;
	margin:0 auto;
}

.note_img_area{
	text-align:center;
	margin-top:70px;
}.note_img_area img{
	margin:0 auto;
}

.note_process{
	width:70%;
	margin:50px auto 30px;
	display:flex;
}
.note_process .process_box{
	background:#ffffff;
	color:#83539E;
	padding:6px 12px;
	font-weight:bold;
	flex-grow: 1;
	margin-right:60px;
	position:relative;
	text-align:center;
	border-radius:100px;
}.note_process .process_box:last-child{
	margin-right:0;
}
.note_process .process_box p{
	font-weight:500;
    font-size: 1.3rem;
}
.note_process .process_box:before,
.note_process .process_box:after{
	content:"";
	position:absolute;
	top:50%;	left:calc(100% + 10px);
	width:40px;	height:3px;
	border-radius:10px;
	background:#ffffff;
	transform: translateY(-50%);
}.note_process .process_box:after{
	transform: translateY(-50%) rotate(90deg);
}
.note_process .process_box:last-child:before,
.note_process .process_box:last-child:after{
	content:none;
}


h3.detail_title{
	text-align:center;
	font-weight:500;
	color:#83539E;
	margin-top:40px;
	margin-bottom:30px;
}

.note_detail_box{
	text-align:center;
}

.note_detail .type_box{
	width:fit-content;
	display:flex;
	margin:0 auto;
}.note_detail .type{
	display:flex;
	align-items:center;
}.note_detail .type img{
	display:inline-block;
	width:30px;
	margin-right:8px;
}
.note_detail .type_box .type{
	margin-right:20px;
}.note_detail .type_box .type:last-child{
	margin-right:0;
}


.note_detail_box button{
	display: block;
	background:#ffffff;
	border-radius:100px;
	color:#83539E;
	border:none;
    font-size: 1.3rem;
	font-weight:500;
    cursor: pointer;
    padding: 6px 21px;
	min-width:320px;
	text-align:left;
	margin:40px auto 0;
	position:relative;
}
.note_detail_box button.close_btn{
	background:none;
	color: var(--font-color);
	font-size:1rem;
	font-weight:normal;
	margin-top:30px;
	border-radius:unset;
	border-bottom:1px solid #83539E;
	min-width:unset;
	padding:6px;
	padding-right:50px;
	position:relative;
}
.note_detail_box button .toggle_mark,
.note_detail_box button .close_mark{
	display:block;
	background:#83539E;
	position:absolute;
	top:50%;	right:12px;
	transform: translateY(-50%);
	height:32px;
	width:32px;
	border-radius:50%;
    transition: all 0.3s ease;
}
.note_detail_box button .close_mark{
	height:29px;	width:29px;
	right:3px;
}

.note_detail_box button .toggle_mark:before,
.note_detail_box button .toggle_mark:after,
.note_detail_box button .close_mark:before,
.note_detail_box button .close_mark:after{
	content:"";
	position:absolute;
	width:15px;
	height:1px;
	background:#ffffff;
	top:50%;	left:50%;
	transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s ease;
}.note_detail_box button .toggle_mark:after{
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all 0.3s ease;
}

.note_detail_box button .close_mark:before,
.note_detail_box button .close_mark:after{
	width:14px;
}
.note_detail_box button .close_mark:before{
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.note_detail_box button .close_mark:after{
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.note_detail_box button:hover .toggle_mark,
.note_detail_box button:focus-visible .toggle_mark{
	transform: translateY(-50%) scale(1.08);
}

.note_detail_box button[aria-expanded="true"] .toggle_mark:before{
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
}.note_detail_box button[aria-expanded="true"] .toggle_mark:after{
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
}


.open_area{
	padding:30px 0 0;
	display: none;
}


table{
	border-collapse:separate;
	border-spacing: 16px 0;
	width:100%;
}
table thead{
	margin-bottom:0;
}

table th,
table td{
	border-bottom:1px solid var(--font-color);
	text-align:left;
	margin-right:16px;
}table tr th:last-child,
table tr td:last-child{
	margin-right:0;
}

table td{
	padding:16px 2px;
}table th{
	padding:16px 12px;
}

table thead th{
	text-align:center;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
table .w5{	width:5%;	}
table .w10{	width:10%;	}	table .w15{	width:15%;	}
table .w20{	width:20%;	}	table .w25{	width:25%;	}
table .w30{	width:27%;	}	table .w35{	width:35%;	}
table .w40{	width:40%;	}	table .w45{	width:45%;	}
table .w50{	width:50%;	}	table .w55{	width:55%;	}
table .w60{	width:60%;	}	table .w65{	width:65%;	}
table .w70{	width:70%;	}	table .w75{	width:75%;	}
table .w80{	width:80%;	}	table .w85{	width:85%;	}


/*---	brand	---------------------------*/
/*---	questionary	---------------------------*/

#contents_area section#brand{
}
#contents_area section#questionary{
}
#contents_area section.halving{
}

.halving_area{
	display:flex;
	position:relative;
	width:85%;
	margin:0 auto;
}.halving_area:before{
	content:"";
	position:absolute;
	width:80%;
	height:104px;
	background-image:url('../img/fair2025/field.png');
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	z-index:0;
	bottom:20px;
	left:50%;
	transform: translateX(-50%);
}
.halving_area .img_area{
	width:35%;
	z-index:1;
	text-align:center;
}
.halving_area .text_area{
	width:65%;
	z-index:1;
	text-align:center;
}.halving_area .text_area p{
	margin:50px auto;
}

#contents_area section#brand .img_area{
	
}#contents_area section#brand .text_area{
	
}
#contents_area section#questionary .img_area{
	
}#contents_area section#questionary .text_area{
	
}
#contents_area section#brand .text_area h2.halving_title,
#contents_area section#questionary .text_area h2.halving_title{
	text-align:center;
}
#contents_area section#brand .text_area h2.halving_title img{
	width:420px;
	margin:0 auto;
}
#contents_area section#questionary .text_area h2.halving_title img{
	width:520px;
	margin:0 auto;

}


.btn_area a.btn.shopbtn{
	text-align:center;
	line-height:1.4;
    padding: 14px 75px 14px 65px;
}

/*---	calendar	---------------------------*/
#contents_area section#calendar{
}

h2.calendar_title{
	width:100%;
	text-align:center;
	position:relative;
	z-index:0;
}h2.calendar_title img{
	width:60%;
	margin:0 auto -15px;
}

ul.calendar_list_ul{
	width:740px;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	margin:0 auto;
	border-left:2px solid #84CCCC;
	border-top:2px solid #84CCCC;
	position:relative;
	z-index:1;
}
ul.calendar_list_ul li{
	width:25%;
}
ul.calendar_list_ul li:not(.ex){
	background:#ffffff;
	border-right:2px solid #84CCCC;
	border-bottom:2px solid #84CCCC;
}

ul.calendar_list_ul li .days{
	background:#EFF8F8;
	border-bottom:1px solid #84CCCC;
	font-weight:bold;
	font-size:1.4rem;
}ul.calendar_list_ul li .days span.w{
	display:inline-block;
	margin-left:12px;
	font-size:0.8em;
}
ul.calendar_list_ul li .days.b{	color:#036EB8;	}
ul.calendar_list_ul li .days.r{	color:#E9473F;	}

ul.calendar_list_ul li .cel{
	min-height:110px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	z-index:2;
}ul.calendar_list_ul li .maru:after,
ul.calendar_list_ul li .san:after{
	content:"";
	position:absolute;
	top:50%;	left:50%;
	transform: translateX(-50%) translateY(-50%);
	z-index:0;
}ul.calendar_list_ul li .maru:after{
	width:76px;	height:76px;
	background:#F3A298;
	border-radius:50%;
}ul.calendar_list_ul li .san:after{
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-bottom: calc(36px * 1.732) solid #A2D7D8; /* 高さ＝辺の長さ × √3 / 2 ≒ 50 * 1.732 */
}
ul.calendar_list_ul li .cel p,
ul.calendar_list_ul li .cel span{
	position:relative;
	z-index:1;
	line-height:1.3;
}
ul.calendar_list_ul li .cel span.st_ed{
	font-size:1.4rem;
	color:#6F4590;
	font-weight:bold;
}ul.calendar_list_ul li .cel span.st_ed.st{
	margin-bottom:-11px;
}

ul.calendar_list_ul li.ex{
	border-right:none;
	border-bottom:none;
	display:flex;
	flex-wrap:wrap;
}ul.calendar_list_ul li.ex .held{
	text-align:left;
	line-height:1.4;
	width:100%;
	height:50%;
	display:flex;
	position:relative;
	flex-direction: column;
}ul.calendar_list_ul li.ex .held p{
	margin-left:60px;
	margin-top:auto;
	display:inline-block;
	position:relative;
	width:fit-content;
}
ul.calendar_list_ul li.ex .held:before{
	content:"";
	position:absolute;
	bottom:0;	left:0;
	transform: translateX(38%);
	z-index:0;
}ul.calendar_list_ul li.ex .held_all:before{
	width:64px;	height:64px;
	background:#F3A298;
	border-radius:50%;
}ul.calendar_list_ul li.ex .held_harf:before{
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-bottom: calc(32px * 1.732) solid #A2D7D8; /* 高さ＝辺の長さ × √3 / 2 ≒ 50 * 1.732 */
}



@media (max-width: 640px){

	body{
		min-width:300px;
		font-size:14.5px;
	}
	#main_area{
		overflow:hidden;
	}

	.inner{
		width:92%;
		margin-left:auto;
		margin-right:auto;
	}

	#contents_area section{
        margin-bottom: -1px;
	}
	#contents_area section#fv{			padding-top:80px;padding-bottom:60px;}
	#contents_area section#about{		padding-top:30px;padding-bottom:250px;}
	#contents_area section#lineup{		padding-top:250px;padding-bottom: 20px;}
	#contents_area section#sumo{		padding-top:30px;}
	#contents_area section#note{		}
	#contents_area section#brand{		}
	#contents_area section#questionary{	padding-bottom:90px;}
	#contents_area section#calendar{	padding-top:20px;}

	#contents_area section.last-section{	padding-bottom:120px;	}


	.btn_area a.btn{
		padding: 15px 85px 15px 75px;
	}


	.unreleased{
		height: 130px;
	}.unreleased p{
		font-size: 1.2rem;
    	padding: 8px 30px;
	}.btn_area a.btn .kami{
	    height: 108%;
		left: -35px;
	}




	/*---	ヘッダー	---------------------------*/
	header{
		min-width:unset;
	}
	header .head_links{
		margin-left:5%;
	}
	header .head_links .head_btn{
	    width: 55px;
	    height: 55px;
		margin-right:10px;
	}

	/*---	フッター	---------------------------*/
	footer .foot_main{
		padding-bottom: 40px;
	}
	footer .foot_main:after{
	    width: 200%;
	    height: 60%;
	}
	footer .foot_main .inner{
		flex-wrap:wrap;
	}footer .foot_main .foot_info{
		width:100%;
		margin-top:12px;
	}footer .foot_main .foot_links{
		width:100%;
	}

	footer .foot_main .foot_info .foot_title{
		margin-bottom:30px;
	}footer .foot_main .foot_info .foot_date{
		width:100%;
	}footer .foot_main .foot_info .foot_date .date{
		width:94%;
		margin:0 auto 16px;
	}footer .foot_main .foot_info .foot_date .place .place_title{
		margin-right:6px;
	    white-space: nowrap;
	}

	footer .foot_main .foot_links{
		width:80%;
		margin:30px auto 0;
	}footer .foot_main .foot_links .links_balloon{
		width:94%;
		margin:0 auto 16px;
	}footer .foot_main .foot_links .foot_btns a{
		font-size:1.1rem;
		padding: 10px 22px;
	}

	.foot_sns{
		margin-right:auto;
	}

	footer .copy_area p{
		padding-top:20px;
		padding-bottom:20px;
		font-size:0.65rem;
	}footer .foot_main .foot_info .foot_date .place .placename{
		font-size:1.1rem;
	}


	/*---	FV	---------------------------*/
	#contents_area section#fv h1.fair_title{
		width:92%;
	}
	#contents_area section#fv .title_hirahira{
        top: 65px;
        left: unset;
        right: -12px;
        width: 80px;
	}

	#contents_area section#fv .date{
		width:90%;
	}
	#contents_area section#fv .date .place{
		font-size: 1.2rem;
		text-align:left;
		text-indent:-4em;
		padding-left:4em;
		display:block;
		width:fit-content;
		margin:16px auto 0;
        line-height: 1.4;
	}

	.sp_hirahira{
		position:absolute;
		z-index:-1;
	}
	.sp_hirahira.hirahira_01{	top: 16px;		left: -33px;	transform: scale(0.75);	}
	.sp_hirahira.hirahira_02{	bottom: -140px;	right: -40px;	transform: scale(0.6);	}
	.sp_hirahira.hirahira_03{	top:-66px;		right:25px;		transform: scale(0.9);	}
	.sp_hirahira.hirahira_04{	top: 115px;		right: -40px;	transform: scale(0.6);	display:none;	}
	.sp_hirahira.hirahira_05{	top: 245px;		left: -74px;	transform: scale(0.6);	}
	.sp_hirahira.hirahira_06{	bottom: -80px;	left: -77px;	transform: scale(0.9);	}
	.sp_hirahira.hirahira_07{	top: 250px;		right: -60px;	transform: scale(0.9);	}
	.sp_hirahira.hirahira_08{	top: 360px;		left: -50px;	transform: scale(0.8);	}



	/*---	lineup	---------------------------*/

	h2.lineup_title{
		font-size:1.4rem;
		font-weight:500;
	}h2.lineup_title .en{
		font-size:2rem;
		font-weight:500;
	}

	.lineup_list{
		margin-top:70px;
		flex-wrap:wrap;
	}.lineup_list a{
		width:48%;
		padding-bottom: 48%;
		margin-bottom:40px;
	}
	.lineup_list a .lineup_btn_in p{
		padding-top:45%;
		font-size:1.1rem;
	    line-height: 1.45;
	}
	.lineup_list a .lineup_btn_in .img_area{
		top:unset;	bottom:52%;
	}
	.lineup_list a .lineup_btn_in .img_area img.normal{
		display:none;
	}
	.lineup_list a .lineup_btn_in .img_area img.change{
		opacity:1;
	}

	.lineup_list a .lineup_btn_in .arrow_area{
		display:none;
	}

	#contents_area section#about .photo_list{
		width:95%;
		flex-wrap:wrap;
        top: calc(100% + 200px);
	    transform: translateX(-50%) translateY(-40%);
	}#contents_area section#about .photo_list .photobox{
		width:50%;
	}#contents_area section#about .photo_list .photobox:nth-child(odd) {
		padding-bottom:14px;
	}#contents_area section#about .photo_list .photobox:nth-child(even) {
		padding-top:14px;
	}



	/*---	sumo	---------------------------*/

	h2.sumo_title img.mainimg{
		position:relative;
		top:unset;
		bottom:20px;
		left:0;
	}
	h2.sumo_title img.backimg{
		position:absolute;
		bottom:0;
        left: 0;
		z-index:1;
	}

	.sumo_process{
		flex-wrap:wrap;
	    margin: 40px 0 0;
	}.sumo_process .process_box{
		margin:0 0 18px;
		padding:8px 0;
		width:100%;
	}.sumo_process .process_box:not(.point){
		margin-right:10px;
		margin-left:10px;
	}.sumo_process .process_box:not(.point):after{
		left:50%;
		top:100%;
	    transform: translateX(-50%) translateY(-50%) scaleX(1.3) rotate(45deg);
	}.sumo_process .process_box.point{
		font-size:1.3rem;
	}.sumo_process .process_box.point:first-child{
		margin-right:0;
	}


	/*---	note	---------------------------*/

	.note_img_area{
		width:90%;
		margin:40px auto 0;
	}
	.note_process{
		flex-wrap:wrap;
		margin:40px auto 16px;
	}
	.note_process .process_box{
		margin-right: 0;
		margin-bottom:40px;
		width:100%;
	}.note_process .process_box:last-child{
		margin-bottom:0;
	}
	.note_process .process_box:before,
	.note_process .process_box:after{
	    width: 28px;
	    top: calc(100% + 18px);
	    left: 50%;
	    transform: translateX(-50%)
	}.note_process .process_box:after {
	    transform: translateX(-50%) rotate(90deg);
	}
	.note_process .process_box p{
		font-size:1.2rem;
		line-height:1.4;
	}


	.note_detail .type.sp-min{
		letter-spacing: -0.2em;
        font-size: 0.95em;
	}
	table, thead, tbody, th, td, tr {
		display: block;
	}
	table thead {
		display: none; /* 見出し行を非表示に */
	}
	table tr {
		margin-bottom: 1em;
		padding: 0.5em;
	}
	table td,table th {
		display: flex;
		justify-content: space-between;
		padding: 0.5em 0;
		padding-left:0;
		margin-right:0;
	}
	table td::before,table th::before {
		content: attr(data-label);
		font-weight: bold;
		margin-right: 1em;
		flex-shrink: 0;
	}
	table tr > th:first-child {
	  display: block;
	  font-size: 1.1em;
	  font-weight: bold;
	  text-align:center;
	}
	table tr > th:first-child::before {
	  content: none; /* data-labelは非表示 */
	}



	/*---	brand	---------------------------*/
	/*---	questionary	---------------------------*/
	.halving_area{
		width:100%;
		
	}.halving_area:before{
		width:90%;
	    bottom: 60px;
	}#contents_area section#questionary .halving_area:before{
		bottom:-20px;
	}
	#contents_area section .halving_area .img_area{
		display:none;
	}#contents_area section .halving_area .text_area{
		width:100%;
	}.halving_area .text_area p{
		margin:26px auto;
	}

	#contents_area section .text_area .sp_set_img{
		margin-top:30px;
		width:60%;
	}#contents_area section#questionary .text_area .sp_set_img{
		margin-bottom:-40px;
	}




	/*---	calendar	---------------------------*/
	h2.calendar_title img{
		width:100%;
		margin:0 auto -5px;
	}
	ul.calendar_list_ul{
		width:100%;
		border-left:none;
	}
	ul.calendar_list_ul li{
		width:100%
	}

	ul.calendar_list_ul li:not(.ex){
		display:flex;
		border-left:2px solid #84CCCC;
	}
	ul.calendar_list_ul li .days{
		border-bottom:none;
		border-right:1px solid #84CCCC;
		display:flex;
		align-items:center;
		justify-content:center;
		width:115px;
		font-size:1.2rem;
	}ul.calendar_list_ul li .days span.w{
		margin-left:8px;
	}
	ul.calendar_list_ul li .cel{
		min-height:auto;
		width: 100%;
		padding: 12px 0;
	}ul.calendar_list_ul li .cel span.st_ed{
		position:absolute;
		font-size:1.1rem;
		left:10px;
	}ul.calendar_list_ul li .cel span.st_ed.st{
		margin-bottom:0;
	}ul.calendar_list_ul li .cel p,
	ul.calendar_list_ul li .cel span{
		text-align:left;
	}ul.calendar_list_ul li .cel p{
		padding-left:20px;
	}
	ul.calendar_list_ul li .maru,
	ul.calendar_list_ul li .san{
		min-height:58px;
	}
	ul.calendar_list_ul li .maru:after,
	ul.calendar_list_ul li .san:after{
		left:unset;	right:50%;
		transform: translateX(-50%) translateY(-50%);
	}ul.calendar_list_ul li .maru:after{
		width:40px;	height:40px;
	}ul.calendar_list_ul li .san:after{
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-bottom: calc(22px * 1.732) solid #A2D7D8; /* 高さ＝辺の長さ × √3 / 2 ≒ 50 * 1.732 */
	}


	ul.calendar_list_ul li.ex{
		flex-wrap:unset;
        margin-top: 20px;
	}ul.calendar_list_ul li.ex .held:before{
		bottom:50%;
		left:12px;
		transform: translateY(60%);
	}ul.calendar_list_ul li.ex .held p{
		margin-left:50px;
	}

}

