@charset "utf-8";

html{
	color:#000;
	background:#FFF;
	scroll-behavior: smooth;
}

/* ----------------- CLEAR FIX ------------------ */

:root{
	--sakamotoColorA: #007130;
	--sakamotoColorB: #FFF;
	--sakamotoColorC: #000;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

 /* for IE 7*/
.clearfix{
	display: inline-block;
	min-height:1%;
}

 /* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	width: 100%;
}

.clearfix {
	display: block;
	overflow:hidden;
}

/* main *[id] div, */
main *[id] dl,
main *[id] dt,
main *[id] dd,
main *[id] ul,
main *[id] ol,
main *[id] li,
main *[id] h1,
main *[id] h2,
main *[id] h3,
main *[id] h4,
main *[id] h5,
main *[id] h6,
main *[id] pre,
main *[id] code,
main *[id] form,
main *[id] fieldset,
main *[id] legend,
main *[id] input,
main *[id] iframe,
main *[id] textarea,
main *[id] p,
main *[id] figure,
main *[id] blockquote,
main *[id] th,
main *[id] td {
	margin:0;
	padding:0;
}
main *[id] table {
	border-collapse:collapse;
	border-spacing:0;
}
main *[id] fieldset,
main *[id] img {
	border:0;
	vertical-align:top;
}

main *[id] address,
main *[id] caption,
main *[id] cite,
main *[id] code,
main *[id] dfn,
main *[id] em,
main *[id] strong,
main *[id] th,
main *[id] var {
	font-style:normal;
	font-weight:normal;
}

main *[id] ol,
main *[id] ul {
	list-style:none;
}

main *[id] caption,
main *[id] th {
	text-align:left;
}
main *[id] h1,
main *[id] h2,
main *[id] h3,
main *[id] h4,
main *[id] h5,
main *[id] h6 {
	font-size:100%;
	font-weight:normal;
}
main *[id] q:before,
main *[id] q:after {
	content:'';
}
main *[id] abbr,
main *[id] acronym {
	border:0;
	font-variant:normal;
}

main *[id] sup {
	vertical-align:text-top;
}
main *[id] sub {
	vertical-align:text-bottom;
}
main *[id] input,
main *[id] textarea,
main *[id] select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/*to enable resizing for IE*/
main *[id] input,
main *[id] textarea,
main *[id] select {
	*font-size:100%;
}

main *[id] legend {
	color:#000;
}

main *[id] img {
	max-width: 100%;
	width: 100%;
}

main *[id] a{
	text-decoration: none;
}
main *[id] a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



.sp_br , .smp_br , .sp_img{
	display: none;
}
.pc_br{
	display: block;
}
.flex-box{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
*[id^="content"] .container{
	margin: 0 auto;
}



/* MV
-------------------------------------*/

#mainimage {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	/* background: #01a1d3;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto; */
}
#mainimage .mv{
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#mainimage .mv_logo{
	max-width: 442px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 4.375em;
	transform: translateX(-50%);
}
#mainimage .mv__positon{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 1.25em;
	transform: translateX(-50%);
}
#mainimage .mv_img{
	width: 100%;
	margin: 0 auto;
}
#mainimage .event_logo{
	max-width: 884px;
	width: 100%;
	margin: 0 auto 4rem;
}
#mainimage .event_date{
	max-width: calc(450px + 490px + (7px * 2));
	width: 100%;
	margin: 0 auto 2.8125rem;
}
#mainimage .event_date figure:nth-child(1){max-width: 450px;margin-right: 7px;}
#mainimage .event_date figure:nth-child(2){max-width: 490px;margin-left: 7px;}

#mainimage .event_date img{max-width: 100%; width: 100%;}
#mainimage .mv_copy{
	width: 100%;
	margin: auto;
}
#mainimage .mv_copy p{
	clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((10 / 1000) * 1em);
	text-align: center;
	color : #282828;
	/* text-shadow:
	2px 2px 0 #ffffff,
	-2px -2px 0 #ffffff,
	-2px 2px 0 #ffffff,
	2px -2px 0 #ffffff,
	0px 2px 0 #ffffff,
	0 -2px 0 #ffffff,
	-2px 0 0 #ffffff,
	2px 0 0 #ffffff; */
}


/*---------------------------------------------------------------------   content__all	----*/

*[id^="content"] .content__ttl{
	text-align: center;
	display: block;
	margin-bottom: 3.5625rem;
}
*[id^="content"] .content__ttl span{
	font-size: 2.625rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	display: inline-block;
	position: relative;
	z-index: 2;
}
*[id^="content"] .content__ttl span::after{
	content: "";
	background: url('../images/ttl_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 3.625rem;
	height: 5.3125rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-75% , -25%);
	z-index: -1;
}

*[id^="content"] > div[id^="content"]:not(:last-child){
	margin-bottom: 3.9375rem;
}

*[id^="content"] .container{
	/* max-width: none; */
	width: 100%;
	margin: auto;
}

/*---------------------------------------------------------------------   content01	----*/
#content01{
	/* padding-top: 2.625rem; */
	/* padding-bottom: 7.125rem; */
	box-sizing: border-box;
	/* background: #fff; */
}


/*---------------------------------------------------------------------   content01__nav	----*/


#nav__menu{
	padding: 2.4rem 0;
	box-sizing: border-box;
	background: var(--sakamotoColorA);
}

#nav__menu ul{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	transform: translateX(11px);
	flex-wrap: nowrap;
}

#nav__menu li{
	display: inline-block;
}

#nav__menu li{
	width: calc(100% / 2 - 13px);
}

#nav__menu li a{
	font-size: 2.6rem;
	color: var(--sakamotoColorA);
	letter-spacing: calc(80 / 1000 * 1em);
	font-weight: 800;
	display: block;
	position: relative;
	z-index: 2;
	background: var(--sakamotoColorB);
	text-align: center;
	transition: 0.3s;
	padding: .6rem 0;
}


#nav__menu p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: calc((100 / 1000)* 1em);
	text-align: center;
	color: #fff;
	margin-top: 2rem;
}

#nav__menu p a{
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
}



/*---------------------------------------------------------------------   content_special	----*/

#content_special{
	padding: 6.25rem 0 8.375rem;
	margin-bottom: 0;
	box-sizing: border-box;
	/* background: url(../images/background01.jpg) center top / auto no-repeat; */
}

#content_special .content__ttl{
	max-width: 510px;
	width: 100%;
	margin: 0 auto 2.75rem;
}

#content_special .tokuten .tokuten__img{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 1.6875rem;
}
#content_special .tokuten .tokuten__box {
    display: flex;
    flex-wrap: wrap; /* ラップして次の行に配置する */
    gap: 10px; /* アイテム間のスペース */
    justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

#content_special .tokuten .tokuten__box li {
    box-sizing: border-box;
}

/* @media (min-width: 768px) {
    #content_special .tokuten .tokuten__box li {
        flex: 0 1 calc(20% - 10px);
    }
} */


#content_special .tokuten .tokuten__ttl{
	max-width: 25rem;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : var(--sakamotoColorB);
	padding: .5625rem;
	box-sizing: border-box;
	border-radius: 1.25rem;
	background: var(--sakamotoColorA);
	margin: 0 auto;
	margin-bottom: 1.25rem;
}

#content_special .tokuten .tokuten__txt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #111111;
}

#content_special .tokuten .tokuten_Xcontainer{
	max-width: 880px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 1024px){
	#content_special .tokuten .tokuten_Xcontainer{
		max-width: 85.9vw;
        gap: 6.25vw;
		margin-top: 5.85vw;
	}

}

/*---------------------------------------------------------------------   content_goods	----*/

#content_goods{
	padding: 8.375rem 0 9rem;
	margin-bottom: 0;
	box-sizing: border-box;
	background: url(../images/goods_background.png) center top / 100% repeat;
}

#content_goods .content__ttl{
	max-width: 380px;
	width: 100%;
	margin: 0 auto 2.75rem;
}

#content_goods .content_goods_Box:not(:last-child){
	margin-bottom: 1.25rem;
}

#content_goods .content_goods_Box_list{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	/* -ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between; */
	-ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 767px){
	#content_goods .content_goods_Box_list{
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#content_goods .content_goods_Box_list[data-column="2"]{gap: 1.25rem;}
#content_goods .content_goods_Box_list[data-column="3"]{gap: .4375rem;}

#content_goods .content_goods_Box_listitem{
	border-radius: 1.25rem;
	box-sizing: border-box;
	/* box-shadow: 0 0 10px 0px #addbd866; */
}

#content_goods .content_goods_Box_listitem_txtContents{
	height: 1px;
	clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
}


/*---------------------------------------------------------------------   content_speed	----*/

#content_speed{
	padding: 8.375rem 0 9rem;
	margin-bottom: 0;
	box-sizing: border-box;
	background: url(../images/speed_background.png) center top / 100% repeat;
	/* background-blend-mode: soft-light; */
}

#content_speed .content__ttl{
	max-width: 770px;
	width: 100%;
	margin: 0 auto 2.75rem;
}

#content_speed .content_speed_Box:not(:last-child){
	margin-bottom: 1.25rem;
}

#content_speed .content_speed_Box_list{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	/* -ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between; */
	-ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 767px){
	#content_speed .content_speed_Box_list{
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/* #content_speed .content_speed_Box_list[data-column="2"]{gap: 1.25rem;} */

#content_speed .content_speed_Box_listitem{
	border-radius: 1.25rem;
	box-sizing: border-box;
}

#content_speed .content_speed_Box_listitem_txtContents{
	height: 1px;
	clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
}



#animejapan{
	background: #e5f1f7;
	padding: 70px 0;
}
#animejapan .container{
	max-width: 800px;
	margin: 0 auto;
}
#animejapan .container .container_ttl{
	max-width: 580px;
	margin: 0 auto;
}
#animejapan .container .container_logo{
    display: flex;
    max-width: 750px;
    margin: 0 auto 15px;
    justify-content: space-between;
	align-items: center;
}
#animejapan .container .container_logo li{
	width: calc((100% - 15px) / 2);
}
#animejapan .container .container_strong{
	margin: 20px auto 30px;
	max-width: 768px;
}
#animejapan .container .container_bigsite{
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: calc(80/1000*1em);
}
#animejapan .container .container_booth{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 8px 0 15px;
}
#animejapan .container .container_booth .__number{
	color: #fff;
	font-size: 1.2rem;
	background: #0074af;
	padding: .2rem;
	font-weight: 600;
}
#animejapan .container .container_booth .__place{
	font-size: 1.2rem;
	letter-spacing: calc(80/1000*1em);
	font-weight: 700;
}
#animejapan .container .container_popupImg{
	max-width: 750px;
	margin: 0 auto;
}
#animejapan .container .container_shop{
	max-width: 550px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	letter-spacing: calc(80/1000*1em);
	font-weight: 800;
	margin: 15px auto 0;
}
#animejapan .container .container_shop small{
	font-weight: 600;
}
#animejapan .container .container_welcome{
	color: #c20813;
	text-align: center;
	font-size: 30px;
	margin: 40px 0;
}
#animejapan .container .container_btn{
	max-width: 680px;
	margin: 0 auto;
}


@media only screen and (max-width: 767px) {
	#animejapan{
		padding: 10vw 0;
	}
	#animejapan .container .container_ttl{
		max-width: 75.6vw;
	}
	#animejapan .container .container_strong{
		max-width: 90.1vw;
	}
	#animejapan .container .container_bigsite{
		font-size: 3.12vw;
	}
	#animejapan .container .container_booth .__place{
		font-size: 2.5vw;
	}
	#animejapan .container .container_booth .__number{
		font-size: 2.8vw;
	}
	#animejapan .container .container_popupImg{
		max-width: 97.7vw;
	}
	#animejapan .container .container_shop{
		max-width: 90.7vw;
		font-size: 3.1vw;
	}
	#animejapan .container .container_welcome{
		font-size: 3.91vw;
		margin: 20px 0 20px;
	}
	#animejapan .container .container_btn{
		max-width: 88.6vw;
	}
	#animejapan .container .container_logo{
		max-width: 97.7vw;
	}
}












/*---------------------------------------------------------------------   content02	----*/

#content02{
	padding-top: 6.25rem;
	padding-bottom: 9.375rem;
	box-sizing: border-box;
	background: #ffffff;
}
#content02 .content_box{
	max-width: 1118px;
	width: 100%;
	margin: 0 auto;
}
#content02 .content_box:not(:last-child){
	margin-bottom: 5.25rem;
}

/*---------------------------------------------------------------------   content02__ttl	----*/

#content02 .content__ttl{
	max-width: 510px;
	width: 100%;
	margin: 0 auto 2.75rem;
}

#content02 .content__ttl_undertxt{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: center;
	color : #000000;
	margin-top: 2rem;
	margin-bottom: 3.5625rem;
}


/*---------------------------------------------------------------------   content02__venue	----*/


#content02 .venueBox{
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	counter-reset: number 0;
	margin-bottom: 1.875rem;
}
#content02 .venueBox .venue--shibuya .venue__ttl{
	color: var(--sakamotoColorB);
}
#content02 .venueBox .venue--shibuya .venue__undertxt{
	color: var(--sakamotoColorB);
}
#content02 .venue{
	max-width: calc((100% - 8px * 1) / 2);
	width: 100%;
	border-radius: .625rem;
	overflow: hidden;
	text-align: center;
}
#content02 .venue--shibuya{border: 2px solid #c30a14;position: relative;}
#content02 .venue--shibuya::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000000a6;
}
#content02 .venue--shibuya::after{
	content: "終了しました";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    font-size: 2rem;
    font-weight: 800;
    /* background: #cccccc; */
    transform: translate(-50%, -50%);
	color: #FFF;
}
#content02 .venue--umeda{border: 2px solid #ffd200;}
#content02 .venue--nagoya{border: 2px solid #4b7dff;}
#content02 .venue__ttl{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : var(--sakamotoColorC);
	padding: .8125rem 3.25rem 1.0625rem;
	box-sizing: border-box;
	/* border-radius: .625rem .625rem 0 0; */
}
#content02 .venue--shibuya .venue__ttl{background: #c30a14;}
#content02 .venue--umeda .venue__ttl{background: #ffd200;}
#content02 .venue--nagoya .venue__ttl{background: #4b7dff;}

#content02 .venue__ttl::before {
	counter-increment: number 1;
	content: counter(number) "\2E\00a0";
}
#content02 .venue__undertxt{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : var(--sakamotoColorC);
	font-feature-settings: "palt" 1;
	padding: .625rem 1.5rem;
	box-sizing: border-box;
	display: inline-block;
	width:calc(100% - 1rem * 2);
	margin: .75rem auto .35rem;
}
#content02 .venue__txt a{color : #000000;}
#content02 .venue--shibuya .venue__undertxt{background: #c30a14;}
#content02 .venue--umeda .venue__undertxt{background: #ffd200;}
#content02 .venue--nagoya .venue__undertxt{background: #4b7dff;}

#content02 .venue__txt {
	font-size: 1rem;
	font-weight: 600;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
	font-feature-settings: "palt" 1;
	padding: 0 0 1.375rem 1rem;
	box-sizing: border-box;
}

#content02 .venue__txt small{
	font-size: 80%;
	font-weight: inherit;
}

#content02 .venue__txt span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
#content02 .venue__time{
	font-size: .875rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
	padding: 0 2.1875rem 1.5625rem;
	box-sizing: border-box;
}
#content02 .venue__time__link{
	color : #d20000;
	position: relative;
}
#content02 .venue__time__link::after{
	content : "";
	position: absolute;
	bottom: -.125rem;
	left: -.125rem;
	width : calc(100% + .25rem);
	height: 1px;
	background: #d20000;
	display: block;
}

#content02 .other__order{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: center;
	color : #000000;
}


/*---------------------------------------------------------------------   content02__description	----*/


#content02 .descriptionBox{
	padding: 2.1875rem;
	box-sizing: border-box;
	border-radius: .625rem;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
#content02 .descriptionBox:not(:last-child){
	margin-bottom: 3.875rem;
}
#content02 .description__ttl{
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
	font-feature-settings: "palt" 1;
	margin-bottom: 1.6875rem;
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
}
#content02 .description__ttl::before{
	content: "";
	width: .5rem;
	height: 2rem;
	background: #000000;
	margin-right: 1.25rem;
	display: inline-block;
}

#content02 .description__txt{
	font-size: .9rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
}

#content02 .txt_color--red{color: #d20000;}
#content02 .txt_color--lightblue{color : #1da1f2;}

#content02 .line--under{
	position: relative;
}
#content02 .line--under::after{
	content : "";
	position: absolute;
	bottom: -.125rem;
	left: -.125rem;
	width : calc(100% + .25rem);
	height: 1px;
	display: block;
}
#content02 .txt_color--red.line--under::after{background: #d20000;}
#content02 .txt_color--lightblue.line--under::after{background: #1da1f2;}



/*---------------------------------------------------------------------   content02__description[dl]	----*/

#content02 .descriptionBox dl{
	margin-top: 2rem;
	margin-bottom: 1.875rem;
}
#content02 .descriptionBox dl > .flex-box{
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	margin-bottom: .25rem;
}
/* #content02 .descriptionBox dl > .flex-box:nth-child(2){
	margin-bottom: 1rem;
} */
#content02 .descriptionBox dl > .flex-box:last-child{
	margin-bottom: 0;
}
#content02 .descriptionBox dl dt{
	width: 15.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	background: #000000;
	border-radius: .8125rem;
	margin-right: .8125rem;
	margin-bottom: .5rem;
}
#content02 .descriptionBox dl.limit dt{
	width: auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
	border-radius: 0;
	background: none;
	margin-right: 0;
}
#content02 .descriptionBox dl.limit dt::after{
	content: "...";
	margin: 0 .15rem;
	display: inline-block;
	font-weight: 400;
}
#content02 .descriptionBox dl dd{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
	margin-bottom: .5rem;
}


/*---------------------------------------------------------------------   content02__lottery	----*/


#content02 .lottery{
	border-radius: .625rem;
	background: #eaeaea;
	overflow: hidden;
}
#content02 .lottery:not(:last-child){
	margin-bottom: 1.875rem;
}

#content02 .lottery__ttl{
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
	font-feature-settings: "palt" 1;
	padding: 1.25rem 2.1875rem;
	box-sizing: border-box;
	position: relative;
}
#content02 .lottery__ttl::after{
	content: "";
	background: url('../images/acc_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: .8125rem;
	height: .4375rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	transform: translateY(-50%) scale(1, -1);
	transition: all .4s;
}
#content02 .lottery__txtBox{
	width: 100%;
	padding: 0 1.875rem;
	margin: 0;
	box-sizing: border-box;
	transition: all .4s;
}
#content02 .lottery__txtBox .lottery__txt{
	font-size: .935rem;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #000000;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	transition: opacity .2s , all .4s;
}


#content02 .lottery__txtBox li.lottery__txt::before{
	content: "\02022";
	padding-right: .5rem;
}
#content02 .lottery:first-of-type .lottery__txtBox ul:first-of-type li.lottery__txt::before{
	content: none;
	padding-right: 0;
}

#content02 .lottery__ttl.acc_open::after{
	transform: translateY(-50%);
}
#content02 .lottery__ttl.acc_open + .lottery__txtBox{
	border-top: 1px dotted #000000;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
#content02 .lottery__ttl.acc_open + .lottery__txtBox .lottery__txt{
	line-height: 1.6875;
	height: auto;
	opacity: 1;
}
#content02 .lottery:first-of-type .acc_open + .lottery__txtBox ul:first-of-type{
	margin-bottom: 1.5rem;
}

/*---------------------------------------------------------------------   content02__description[ul]	----*/

#content02 .descriptionBox > ul.flex-box{
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	margin-top: 2.25rem;
}
#content02 .descriptionBox > ul.flex-box li{
	position: relative;
}
#content02 .descriptionBox > ul.flex-box li:not(:last-child){
	padding-right: 1.6875rem;
	box-sizing: border-box;
	margin-right: 1.6875rem;
}
#content02 .descriptionBox > ul.flex-box li:not(:last-child)::after{
	content: "";
	width: 1px;
	display: block;
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: 0;
	margin: auto;
	background: #000000;
}

#content02 .descriptionBox > ul.flex-box li a{
	width: 15.625rem;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	background: #000000;
	border-radius: 1.25rem;
	display: block;
	transition: all .4s;
	position: relative;
}
#content02 .descriptionBox > ul.flex-box li a[target*="_blank"]::after{
	content: "";
	background: url('../images/blank_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: .875rem;
	height: .6875rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
}


/*---------------------------------------------------------------------   content02__description__visit	----*/

#content02 .descriptionBox .visit{
	margin-top: 2rem;
}
#content02 .descriptionBox .visit li.description__txt::before{
	content: "\02022";
	padding-right: .5rem;
}







@media only screen and (max-width: 1500px) {
	#content_special{
		background-size: cover;
	}
	#content_goods .content_goods_Box_list , 
	#content_speed .content_speed_Box_list{
		padding: 0 2%;
		box-sizing: border-box;
	}

	#content_goods .content_goods_Box_listitem_txtContents{
		width: 1px;
	}

	/* #content_goods .content_goods_Box [data-column="2"] .content_goods_Box_listitem:nth-child(1){
		max-width: 36vw;
		width: 100%;
	} */
	/* #content_goods .content_goods_Box [data-column="2"] .content_goods_Box_listitem:nth-child(2){
		max-width: 55vw;
		width: 100%;
	} */

	/* #content_goods .content_goods_Box [data-column="3"] .content_goods_Box_listitem{
		max-width: 29.8vw;
		width: 100%;
	} */

	/* #content_goods .content_goods_Box:not(:nth-child(2)) [data-column="2"] .content_goods_Box_listitem:nth-child(1){
		max-width: 45vw;
		width: 100%;
	} */
	/* #content_goods .content_goods_Box:not(:nth-child(2)) [data-column="2"] .content_goods_Box_listitem:nth-child(2){
		max-width: 45vw;
		width: 100%;
	} */

	#content_goods .content_goods_Box:nth-last-child(2) [data-column="2"] .content_goods_Box_listitem:nth-child(1) , 
	#content_goods .content_goods_Box:nth-last-child(2) [data-column="2"] .content_goods_Box_listitem:nth-child(2) , 
	
	/* #content_speed .content_speed_Box:nth-child(2) [data-column="2"] .content_speed_Box_listitem:nth-child(1) ,
	#content_speed .content_speed_Box:nth-child(2) [data-column="2"] .content_speed_Box_listitem:nth-child(2){
		max-width: 45.5vw;
		width: 100%; */
	}

	#mainimage .mv_logo{
		max-width: 25vw;
	}

	#mainimage .event_logo{
		max-width: 46vw;
		margin-bottom: 2rem;
	}

	#mainimage .event_date figure:nth-child(1){max-width: 30vw;}
	#mainimage .event_date figure:nth-child(2){max-width: 31vw;}
}




























@media only screen and (max-width: 1200px) {/* 1100pxまで */

	#nav__menu , *[id^="content"] .container{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(1) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(2){
		max-width: calc(429px * .95);
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(2) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(1){
		max-width: calc(679px * .95);
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(2) .item__list li{
		max-width: calc(367px * .95);
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(4) .item__list li{
		max-width: calc(554px * .95);
	}
	*[id^="content"] > div[id^="content"] .item__list li:last-child{transform: none;}

	*[id^="content"] > #content_goods .item__list li {
		padding: 1.5rem 1rem 1.25rem;
	}
	*[id^="content"] > div[id^="content"] .item__img{
		margin-bottom: .5rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li{
		max-width: calc(549px * .95);
		padding-bottom: 1rem;
	}


	*[id^="content"] > #content_speed .item__listBox:not(:nth-of-type(1)) .item__list li{
		max-width: calc(1110px * .98);
		padding-bottom: 1rem;
	}

	*[id^="content"] > #content_speed [class^="item__name"]{
		margin-bottom: 1.5rem;
	}

	#content_goods .content_goods_Box_list, #content_speed .content_speed_Box_list{
		padding: 0;
	}

}


@media only screen and (max-width: 1100px) {/* 1000pxまで */

	*[id^="content"] > #content_goods .item__list li{
		padding: 1.25rem 1rem;
	}
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(1) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(2){
		max-width: calc(429px * .86);
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(2) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(1){
		max-width: calc(679px * .86);
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(2) .item__list li{
		max-width: calc(367px * .86);
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(4) .item__list li{
		max-width: calc(554px * .86);
	}

	*[id^="content"] > div[id^="content"] .item__img img{
		max-width: 90%;
		width: 100%;
	}
	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(1) .item__list li:nth-child(2) .item__img img{
		max-width: 80%;
	}

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(2) .item__list li:nth-child(1) .item__img img{
		max-width: 58%;
	}
	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(2) .item__list li:nth-child(n + 2) .item__img img{
		max-width: 73%;
	}

	/* *[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(3) .item__list li:nth-child(1) .item__img img{
		max-width: 89%;
	} */

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(3) .item__list li:nth-child(2) .item__img img{
		max-width: 64%;
	}

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(4) .item__list li .item__img img{
		max-width: 52.5%;
	}

	*[id^="content"] > div[id^="content"] [class^="item__name02"]{
		font-size: 1.125rem;
	}

	*[id^="content"] > div[id^="content"] .item__caution:empty{
		height: 0;
	}



	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li{
		max-width: calc(549px * .87);
		padding-bottom: 1rem;
	}


	*[id^="content"] > #content_speed .item__listBox:not(:nth-of-type(1)) .item__list li{
		max-width: calc(1110px * .9);
		padding-bottom: 1rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li:nth-child(1) .item__img img{
		max-width: 76%;
	}
	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li:nth-child(2) .item__img img{
		max-width: 90%;
	}

	*[id^="content"] > #content_speed .item__listBox:not(:nth-of-type(1)) .item__img img{
		max-width: 70%;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(3) .item__img img{
		max-width: 60%;
	}

	#content02 .venue__undertxt {
		font-size: 1rem;
	}
	#content02 .venue__txt{
		font-size: .875rem;
	}

	#nav__menu ul {transform: translateX(11px) scale(.9);}


}

@media only screen and (max-width: 1000px) {/* 820pxまで */
	.smp_br{
		display: block;
	}
	*[id^="content"] > #content_goods .item__list li{
		padding: 1rem;
	}
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(1) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(2){
		max-width: calc(100vw * .36);
		height: 31vw;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(2) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(1){
		max-width: calc(100vw * .57);
		height: 31vw;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(2) .item__list li{
		max-width: calc(100vw * .31);
		height: 31vw;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(4) .item__list li{
		max-width: calc(100vw * .47);
		height: 34vw;
	}

	*[id^="content"] > div[id^="content"] [class^="item__name"]{
		font-size: 2vw;
		margin-bottom: .75rem;
	}
	*[id^="content"] > div[id^="content"] [class^="item__name02"]{
		font-size: 1.7vw;
	}
	*[id^="content"] > div[id^="content"] .item__price {
		font-size: .75rem;
	}
	*[id^="content"] > div[id^="content"] .item__caution {
		font-size: .5rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li{
		max-width: calc(100vw * .47);
		height: 44vw;
	}


	*[id^="content"] > #content_speed .item__listBox:not(:nth-of-type(1)) .item__list li{
		max-width: calc(1110px * .9);
		height: 35vw;
	}

	*[id^="content"] > #content_speed [class^="item__name"]{
		margin: 1rem .75rem;
	}


	*[id^="content"] > #content_speed .item__listBox:nth-of-type(2) .item__list li .item__caution {
		margin-right: 7rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(3) .item__list li .item__caution {
		margin-right: 9.3rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(4) .item__list li .item__caution {
		margin-right: 7rem;
	}

	#content02 .venue__undertxt {
		font-size: .8rem;
	}


	#content02 .venue__txt{
		font-size: .75rem;
		padding: 0 0 1rem calc(.75rem + .625rem);
	}

	#content02 .lottery__txtBox .lottery__txt{
		font-size: .875rem;
	}


	#content02 .descriptionBox > ul.flex-box li a {
		width: 100%;
		font-size: .875rem;
		padding: 0.3rem 2.5rem;
	}

	#content02 .descriptionBox > ul.flex-box li:not(:last-child) {
	padding-right: 1rem;
	margin-right: 1rem;
	}

	#nav__menu ul {
		transform: translateX(11px) scale(.85);
	}


	/* #content_goods .content_goods_Box [data-column="2"] .content_goods_Box_listitem:nth-child(1){
		max-width: 35.5vw;
		width: 100%;
	}
	#content_goods .content_goods_Box [data-column="3"] .content_goods_Box_listitem{
		max-width: 30vw;
		width: 100%;
	}

	#content_goods .content_goods_Box:not(:nth-child(2)) [data-column="2"] .content_goods_Box_listitem:nth-child(2){
		max-width: 36vw;
		width: 100%;
	}

	#content_goods .content_goods_Box:nth-last-child(2) [data-column="2"] .content_goods_Box_listitem:nth-child(1) , 
	#content_goods .content_goods_Box:nth-last-child(2) [data-column="2"] .content_goods_Box_listitem:nth-child(2) , 
	
	#content_speed .content_speed_Box:nth-child(2) [data-column="2"] .content_speed_Box_listitem:nth-child(1) , 
	#content_speed .content_speed_Box:nth-child(2) [data-column="2"] .content_speed_Box_listitem:nth-child(2){
		max-width: 46.5vw;
		width: 100%;
	} */

	#content02 .description__ttl {
		font-size: 1.2rem;
	}
}

























@media only screen and (max-width: 820px) {/* 768pxまで */
	.smp_br{
		display: block;
	}
	*[id^="content"] > #content_goods .item__list li{
		padding: 1rem;
	}
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(1) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(2){
		max-width: calc(429px * .66);
		height: auto;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(1) .item__list li:nth-child(2) ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(3) .item__list li:nth-child(1){
		max-width: calc(679px * .66);
		height: auto;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(2) .item__list li{
		max-width: calc(367px * .66);
		height: auto;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(4) .item__list li{
		max-width: calc(554px * .66);
		height: auto;
	}

	*[id^="content"] > div[id^="content"] [class^="item__name"]{
		font-size: 2vw;
		margin-bottom: .75rem;
	}
	*[id^="content"] > div[id^="content"] [class^="item__name02"]{
		font-size: 1.7vw;
	}
	*[id^="content"] > div[id^="content"] .item__price {
		font-size: .75rem;
	}
	*[id^="content"] > div[id^="content"] .item__caution {
		font-size: .5rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li{
		max-width: calc(549px * .66);
		height: auto;
	}


	*[id^="content"] > #content_speed .item__listBox:not(:nth-of-type(1)) .item__list li{
		max-width: calc(1110px * .9);
		height: auto;
	}

	*[id^="content"] > #content_speed [class^="item__name"]{
		margin: 1rem .75rem;
	}


	*[id^="content"] > #content_speed .item__listBox:nth-of-type(2) .item__list li .item__caution {
		margin-right: 7rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(3) .item__list li .item__caution {
		margin-right: 9.3rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(4) .item__list li .item__caution {
		margin-right: 7rem;
	}


	#content_goods .content_goods_Box [data-column="2"] .content_goods_Box_listitem:nth-child(1){
		max-width: 35vw;
		width: 100%;
	}
	#content_goods .content_goods_Box:not(:nth-child(2)) [data-column="2"] .content_goods_Box_listitem:nth-child(2){
		max-width: 45vw;
		width: 100%;
	}

	#content_goods .content_goods_Box:nth-last-child(2) [data-column="2"] .content_goods_Box_listitem:nth-child(1) , 
	#content_goods .content_goods_Box:nth-last-child(2) [data-column="2"] .content_goods_Box_listitem:nth-child(2) , 
	
	#content_speed .content_speed_Box:nth-child(2) [data-column="2"] .content_speed_Box_listitem:nth-child(1) , 
	#content_speed .content_speed_Box:nth-child(2) [data-column="2"] .content_speed_Box_listitem:nth-child(2){
		max-width: 45vw;
		width: 100%;
	}

	#mainimage .mv_logo{
		top: 2rem;
	}

	#mainimage .event_date {
		max-width: calc(450px + 490px + (7px * 2));
		width: 100%;
		margin: 0px auto 1rem;
	}
}























@media only screen and (max-width: 767px) {/* 375pxまで */
	*[id^="content"] > div[id^="content"] .item__list .item__detail {
		margin-right: 0;
	}
	.sp_br , .sp_img{display: block;}
	.pc_br{display: none;}

	#mainimage .mv_logo {
		top: 1rem;
	}
	
	#mainimage .mv__positon{
		bottom: .5rem;
	}
	#mainimage .event_date figure{
		max-width: calc((100% - (5rem * 1)) / 2)!important;
	}

	#mainimage .event_logo {
		max-width: 56vw;
		margin-bottom: .5rem;
	}

	#mainimage .mv_copy p{
		font-size: .625rem;
		text-shadow:
		1px 1px 0 #ffffff,
		-1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px -1px 0 #ffffff,
		0px 1px 0 #ffffff,
		0 -1px 0 #ffffff,
		-1px 0 0 #ffffff,
		1px 0 0 #ffffff;
	}


	#nav__menu{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	*[id^="content"] > div[id^="content"] {
		margin-top: 0;
	}

	#nav__menu ul{
		-ms-align-items: inherit;
		-webkit-align-items: inherit;
		align-items: inherit;
	}

	#nav__menu li{
		max-width: 45%;
		margin: 0 auto;
	}

	#nav__menu li:not(:last-child){
		margin-bottom: 0;
	}

	/* #nav__menu li a {
		font-size: 3.08vw;
		text-align: center;
	} */

	#nav__menu li:first-child img{
		width: 45%;
	}

	#nav__menu li:nth-child(2) img{
		width: 78%;
	}

	#nav__menu li:nth-child(3) img{
		width: 58%;
	}

	#nav__menu li::before {
		width: calc(23.8125rem * .45);
		height: calc(9rem * .45);
	}

	#nav__menu ul{
		transform: none;
	}


	#content_special {
		padding-top: 3rem;
		padding-bottom: 3rem;

	}


	.smp_br , .pc_img{display: none;}




	*[id^="content"] > div[id^="content"]:not(:last-child) {
		margin-bottom: 0;
	}

	*[id^="content"] .content__ttl span {
		font-size: 2rem;
	}
	*[id^="content"] .content__ttl span::after {
		width: calc(3.625rem * .8);
		height: calc(5.3125rem * .8);
	}
	*[id^="content"] .content__ttl {
		margin-bottom: 2.5rem;
	}
	#content_special .content__ttl {
		margin-bottom: 2rem;
	}

	#content_special .content__ttl img{width: 70%;}


	#content_special .tokuten .tokuten__ttl{
		font-size: 1rem;
		line-height: 1.5;
	}
	#content_special .tokuten .tokuten__txt{
		font-size: .85rem;
	}

	main *[id^="content"] > *:is(#content_goods , #content_speed) .item__listBox .item__list li{
		max-width: 100%!important;
		background: url(../images/item__01_l.png) center top / 100% no-repeat!important;
	}

	*[id^="content"] > div[id^="content"] [class^="item__name"] {
		font-size: 4.65vw;
		/* margin-bottom: 0.75rem; */
		margin-bottom: 0;
	}
	*[id^="content"] > div[id^="content"] .item__img img {
		max-width: 75%!important;
		width: 100%!important;
		margin: 0 auto;
	}

	*[id^="content"] > #content_goods .item__listBox:nth-of-type(2) .item__list li:nth-child(1) .item__img img ,
	*[id^="content"] > #content_goods .item__listBox:nth-of-type(2) .item__list li:nth-child(2) .item__img img{
		max-width: 70%!important;
	}

	*[id^="content"] > #content_speed .item__img img {
		max-width: 64%!important;
		width: 100%!important;
		margin: 0 auto;
	}

	*[id^="content"] > div[id^="content"] .item__img{
		text-align: center;
		margin-bottom: 0;
	}
	*[id^="content"] > div[id^="content"] .item__caution:empty {
		height: calc(0.2rem + 0.6875rem);
	}
/*
	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(2) .item__list li:nth-child(1) .item__img img{
		max-width: 66%!important;
	}

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(2) .item__list li:nth-child(2) .item__img img{
		max-width: 83%!important;
	}

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(2) .item__list li:nth-child(3) .item__img img{
		max-width: 75%!important;
	}

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(3) .item__list li:nth-child(2) .item__img img ,
	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(4) .item__list li:nth-child(2) .item__img img{
		max-width: 72%!important;
	}

	*[id^="content"] > div[id^="content"] .item__listBox:nth-of-type(4) .item__list li:nth-child(1) .item__img img{
		max-width: 66%!important;
	} */

	*[id^="content"] > div[id^="content"] .item__price {
		font-size: .875rem;
	}
	*[id^="content"] > div[id^="content"] .item__caution {
		font-size: .75rem;
	}
	#content_goods {
		padding: 3rem 0;
		background-size: 100%,110%;
		background-position: center top,left top -0.5%;
	}

	#content_goods .content__ttl img , 
	#content_speed .content__ttl img{
		width: 75%;
	}
	
	#content02 .content__ttl img{
		width: 80%;
	}

	#content_goods .width60{
		width: 65%;
	}

	#content_goods .content_goods_Box [data-column] .content_goods_Box_listitem , 
	#content_speed .content_speed_Box [data-column] .content_speed_Box_listitem{
		max-width: 100%!important;
		width: 100%;
	}















	#content_speed , #content_birthday{
		padding-top: 3rem;
		padding-bottom: 3rem;
		background-position: right top, left top 1rem, center top;
    background-size: 50%, 35%, 100%;
	}

	/* *[id^="content"] > #content_speed .item__listBox:nth-of-type(2) .item__list li,
	*[id^="content"] > #content_speed .item__listBox:nth-of-type(3) .item__list li,
	*[id^="content"] > #content_speed .item__listBox:nth-of-type(4) .item__list li{
		background: url(../images/item__01_ss.png) center top / 100% no-repeat!important;
		height: 59vw;
		padding-top: .5rem;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li:nth-child(1) .item__img img{
		max-width: 66%!important;
	}
	*[id^="content"] > #content_speed .item__listBox:nth-of-type(1) .item__list li:nth-child(2) .item__img img{
		max-width: 81.5%!important;
	}
	*[id^="content"] > #content_speed .item__listBox:nth-of-type(2) .item__list li .item__img img{
		max-width: 86%!important;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(3) .item__list li .item__img img{
		max-width: 86%!important;
	}

	*[id^="content"] > #content_speed .item__listBox:nth-of-type(4) .item__list li .item__img img{
		max-width: 86%!important;
	} */
	*[id^="content"] > #content_speed .item__caution{
		margin-bottom: 0;
	}

	*[id^="content"] > #content_speed .item__listBox:not(:nth-of-type(1)) [class^="item__name"] {
		padding: 0.75rem 0;
		display: block;
		font-size: 4.2vw;
	}

	*[id^="content"] > #content_speed .item__listBox:last-of-type [class^="item__name"] {
			font-size: 3.5vw;
	}

	*[id^="content"] > #content_speed .item__listBox .item__list li .item__caution {
		margin-right: 1.5rem!important;
	}

	*[id^="content"] > div[id^="content"] .item__list li {
		max-width: calc((100% - (.625rem)) / 2);
	}
	*[id^="content"] > div[id^="content"] .item__list li:not(:nth-child(4n)):not(:last-child) {
		margin-right: 0;
	}
	*[id^="content"] > div[id^="content"] .item__list li:nth-child(n + 5) {
		margin-top: 0;
	}

	*[id^="content"] > div[id^="content"] .item__list li:not(:nth-child(2n)):not(:last-child) {
		margin-right: 0;
	}
	*[id^="content"] > div[id^="content"] .item__list li:nth-child(n + 2) {
		margin-top: .625rem;
	}
	*[id^="content"] > div[id^="content"] .item__list .item__ttl{
		font-size: 1rem;
		line-height: 1.5;
	}


	#content_speed .content__ttl_undertxt {
		font-size: 1.25rem;
		margin-bottom: 2.5rem;

	}

	#content_birthday .birthday .birthday__txt {
		font-size: .875em;
	}


	#content02 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	#content02 .content_box:not(:last-child) {
		margin-bottom: 2.5rem;
}

	#content02 .content__ttl_undertxt {
		margin-top: 1.25rem;
		margin-bottom: 2.25rem;
	}

	#content02 .venue{
		max-width: 100%;
	}
	#content02 .venue:not(:last-child){
		margin-bottom: 1.35rem;
	}

	#content02 .venue__undertxt {
		font-size: 1rem;
		padding-left: 3%;
		padding-right: 3%;
	}
	#content02 .venueBox {
		margin-bottom: 2rem;
		padding: 0 1rem;
	}
	#content02 #shibuya_lottery .description__ttl {
		font-size: 3.85vw;
		position: relative;
		padding-left: 1em;
	}
	#content02 #shibuya_lottery  + .description .description__ttl {
		font-size: 3.85vw;
		position: relative;
		padding-left: 1em;
	}
	#content02 #shibuya_lottery .lottery__ttl{
		font-size: 3.85vw;
		position: relative;
	}

	#content02 #shibuya_lottery .description__ttl::before , 
	#content02 #shibuya_lottery  + .description .description__ttl::before{
		position: absolute;
		left: 0;
	}
	#content02 #umeda_lottery .description__ttl {
		font-size: 3.85vw;
		position: relative;
		/* padding-left: 1em; */
	}
	#content02 #umeda_lottery .lottery__ttl{
		font-size: 3.85vw;
		position: relative;
	}

	#content02 #umeda_lottery .description__ttl::before , 
	#content02 #umeda_lottery  + .description .description__ttl::before{
		/* position: absolute; */
		left: 0;
	}


















	#content02 .venue__ttl {
		font-size: 1.25rem;
		padding: .8125rem 1rem 1.0625rem;
	}
	#content02 .venue__txt {
		font-size: .875rem;
		padding: 0.5rem 1rem 1rem;
	}
	#content02 .venue__time {
		font-size: .875rem;
		line-height: 1.25;
		padding: 0 1rem 1.25rem;
	}
	#content02 .other__order {
		line-height: 1.5;
	}


	#content02 .descriptionBox {
		padding: 1rem;
	}

	#content02 .description__ttl {
		font-size: 1.125rem;
		line-height: 1.25;
		letter-spacing: calc((0 / 1000) * 1em);
		margin-bottom: 1rem;
	}
		#content02 .description__ttl::before {
			margin-right: .5rem;
	}
	#content02 .description__txt {
		font-size: .75rem;
	}

	#content02 .line--under{
		text-decoration: underline;
	}
	#content02 .line--under::after{
		content: none;
	}


	#content02 .descriptionBox dl {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
#content02 .descriptionBox dl > .flex-box{
	margin-bottom: .5rem;
}
	#content02 .descriptionBox dl.limit dt {
		font-size: .875rem;
		line-height: 1.8;
		margin-bottom: .25rem;
	}
	#content02 .descriptionBox dl dd {
		font-size: .875rem;
	}


	#content02 .lottery__ttl {
		font-size: 1.25rem;
		padding: 1.25rem 1rem;
	}
	#content02 .lottery__ttl::after {
		right: 1rem;
	}
	#content02 .lottery__txtBox {
		padding: 0 1rem;
	}
	#content02 .lottery__txtBox .lottery__txt {
		font-size: .75rem;
		text-indent: 0rem;
		padding-left: 0rem;
	}
	#content02 .lottery:not(:last-child) {
		margin-bottom: 1rem;
	}
	#content02 .lottery__txtBox li.lottery__txt {
		text-indent: -1rem;
		padding-left: 1rem;
	}

	#content02 .descriptionBox > ul.flex-box li {
		margin-left: 0!important;
		margin-right: 0!important;
		max-width: 100%;
		width: 100%;
		padding-right: 0!important;
	}
	#content02 .descriptionBox > ul.flex-box li:not(:last-child){
		margin-bottom: .875rem;
	}

	#content02 .descriptionBox > ul.flex-box li a {
		font-size: 3.8vw;
		padding: .5rem;
	}

	#content02 .descriptionBox > ul.flex-box li::after ,
	#content02 .descriptionBox > ul.flex-box li:not(:last-child)::after{
		content: none;
	}

	#content02 .descriptionBox .visit {
		margin-top: 1.25rem;
	}
	#content02 .descriptionBox dl.limit dt{
		width: 100%;
		margin-left: 0;
	}
	#content02 .descriptionBox dl.limit dt::after{
		content: none;
	}


	#content02 .descriptionBox > ul.flex-box {
		margin-top: 2rem;
	}




	#content03 .newinfo__txt{
		font-size: .875rem;
	}

	#content03 .newinfo__button{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	#content03 .newinfo__button a{
		font-size: 1.25rem;
		border-radius: 0.625rem;
		padding: 1.5rem 0 1.65rem;
	}

	#content03 {
		margin-bottom: 7.5rem;
	}

	#nav__menu p{
		font-size: 2.08vw;
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 900px) {
	#nav__menu li a{
		font-size: 5.6vw;
	}
}

.content_limited{
	background: #9ed8f6;
}
.content_limited .content_limited_box{
	max-width: 1200px;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.content_limited .content_limited_box li{
	width: calc((100% - 15px) / 2);
}

/* @media only screen and (max-width: 767px) {
	.content_limited .content_limited_box{
		padding: 13vw 0;
	}
} */


#info_content{
	padding-bottom: 6.5rem;
	box-sizing: border-box;
	background: url(../images/background01.jpg) center / 100% no-repeat;
	text-align: center;
	position: relative;
}

#info_content .info_title{
    color: #C30A14;
    font-size: 2.25rem;
	font-weight: 600;
    letter-spacing: calc(90 / 1000 * 1rem);
    max-width: 674px;
    width: 100%;
    margin: 6.5rem auto 2rem;
}
#info_content .info_title span{
	font-size: 80%;
}
#info_content .info_dayarea{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 2.5rem;
}
#info_content .info_txtbox:not(:last-child){
	margin-bottom: 2.5rem;
}
#info_content .intro_dayttl{
	height: 3.75rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 3.5rem;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
#info_content .info_txtbox:nth-child(1) .intro_dayttl{background: var(--sakamotoColorA);}

#info_content .intro_day{
	font-size: 1.75rem;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : var(--sakamotoColorA);
	display: inline-block;
	margin: 0 auto;
}

#info_content .intro_day span{
	font-size: 80%;
	font-weight: inherit;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : inherit;
	display: block;
	margin: .875rem auto 0;
}


#info_content .intro_day span.txt-small{
	font-size: 80%;
	display: inline-block;
	margin: 0;
	/* transform: translateY(-15%); */
}


#info_content .intro_txt{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	margin: 0 auto 1.75rem;
}

#detail{
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.detailtxt{
	display: inline-block;
	max-width: 1000px;
	width : 100%;
	margin: 0;
	border-radius: 10px;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt:not(:last-child){
	margin-bottom: 2.5rem;
}
.detailtxt h4{
	width: 100%;
	font-size: 1.375rem !important;
	font-weight: 500 !important;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color:#ffffff;
    padding: 1rem 1.875rem 1.25rem !important;
	box-sizing: border-box;
	background-color: var(--sakamotoColorA);
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.detailtxt h4::after{
	content: "";
	background: url('https://www.tmsshop.jp/dp/yowapeda_summerdays_ec/images/acc_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: .8125rem;
	height: .4375rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	transform: translateY(-50%) scale(1, -1);
	transition: all .4s;
}

.detailtxt ul , .detailtxt li{list-style: none;}
.detailtxt ul{
	width: 100%;
	padding: 0 1.875rem;
	margin: 0;
	box-sizing: border-box;
	transition: all .4s;
	background: #fafafa;
}

.detailtxt li{
	font-size: 1rem;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #000000;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	transition: opacity .2s , all .4s;
}
.detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
}
.color-463f8c{color: #C30A14;}


.detailtxt h4.acc_open::after{
	transform: translateY(-50%);
}
.detailtxt h4.acc_open + ul{
	padding: 1.5rem 1.875rem;
}
.detailtxt h4.acc_open + ul > li{
	line-height: 1.6875;
	height: auto;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	#info_content{
		padding: 0 15px 4rem;
	}
	#info_content .info_title{
		font-size: 4.69vw;
		margin: 2.5rem 0 1rem;
	}
	#info_content .intro_dayttl{
		font-size: 1.25rem;
	}
	#info_content .intro_day{
		font-size: 1.2rem;
        line-height: 1.5;
        text-align: left;
	}
	.detailtxt h4{
		font-size: 1.125rem !important;
        padding: .86rem 1rem 1rem !important;
	}
	.detailtxt li{
		font-size: .9rem;
	}
	#info_content .intro_dayttl{
		height: 2.75rem;
		line-height: 2.5rem;
	}
}


#content_chanceW{
	padding: 0;
    background: none;
    max-width: 1118px;
    width: 100%;
    margin: 0 auto;
}
#speed_conditions{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#speed_conditions .description{
	background: #ffffff;
    padding: 1.875rem 0;
    border-radius: .625rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
#speed_conditions .descriptionBox{
	padding: 0 2.8125rem;
    box-sizing: border-box;
}
#speed_conditions .description__ttl{
	font-size: 1.375rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
    font-feature-settings: "palt" 1;
    margin-bottom: 1.25rem;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    justify-content: start;
}
#speed_conditions .description__ttl::before{
	content: "";
    width: .5rem;
    height: 2rem;
    background: #000000;
    margin-right: 1.25rem;
    display: inline-block;
}
#speed_conditions .description__txt{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}
#speed_conditions .txt_color--orange{
	color: #C30A14;
}
#content_speed #content_chanceW .content_chanceW__Box[data="speed"]{
	max-width: 665px;
    width: 100%;
    margin: 0 auto 6.25rem;
}
#content_speed #speed_conditions{
	margin-bottom: 1.875rem;
}
#content_speed #content_chanceW .content_chanceW__Box[data="speed"] a{
	width: 100%;
    height: 8.125rem;
    font-size: 1.625rem;
    font-weight: 500;
    font-feature-settings: "palt" 1;
    line-height: 8.125rem;
    letter-spacing: calc((100 / 1000) * 1em);
    text-align: center;
    color: #fff;
    background: #C30A14;
    display: block;
    position: relative;
}
#content_speed #content_chanceW .content_chanceW__Box[data="speed"] a::after{
	content: "";
    width: 53px;
    height: 11px;
    background: url(https://www.tmsshop.jp/dp/yowapeda_summerdays_ec/images/arrow.png) center / 100% no-repeat;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1000px){
	#content_chanceW{
		padding: 0 1rem;
	}
	#speed_conditions .description{
		padding: 1.5rem 0;
	}
	#speed_conditions .description__ttl{
		font-size: 1rem;
	}
	#speed_conditions .description__ttl::before{
		margin-right: .75rem;
	}
	#speed_conditions .description__txt{
		font-size: .75rem;
	}
	#content_speed #content_chanceW .content_chanceW__Box[data="speed"]{
		margin-bottom: 3rem;
	}
	#content_speed #content_chanceW .content_chanceW__Box[data="speed"] a{
		height: 4.5rem;
        font-size: 1rem;
        line-height: 4.5rem;
	}
	#content_speed #content_chanceW .content_chanceW__Box[data="speed"] a::after{
		width: 1.5rem;
        background: url(https://www.tmsshop.jp/dp/yowapeda_summerdays_ec/images/arrow.png) right / cover no-repeat;
        right: .5rem;
	}
}

#speed_caution{
	max-width: 1030px;
    width: 100%;
    margin: 6.25rem auto 0;
	padding: 0 15px;
}
#speed_caution .description{
	background: #ffffff;
    border-radius: .625rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
#speed_caution .descriptionBox{
	padding: 2.1875rem calc(2.1875rem - 15px) 4.25rem;
    box-sizing: border-box;
}
#speed_caution .description__ttl{
	font-size: 1.375rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
    font-feature-settings: "palt" 1;
    margin-bottom: 1.6875rem;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    justify-content: start;
}
#speed_caution .description__ttl::before{
	content: "";
    width: .5rem;
    height: 2rem;
    background: #000000;
    margin-right: 1.25rem;
    display: inline-block;
}
#speed_caution .description__txt{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc((20 / 1000) * 1em);
    text-align: left;
    color: #000000;
	margin-bottom: 1rem;
}
#speed_caution .txt_color--orange{
	color: #C30A14;
}

@media only screen and (max-width: 767px) {
	#speed_caution .descriptionBox {
        padding: 2rem 1rem;
    }
	#speed_caution .description__ttl{
		font-size: 1rem;
	}
	#speed_caution .description__ttl::before{
		margin-right: .75rem;
	}
	#speed_caution .description__txt{
		font-size: .75rem;
	}
}


/*---------------------------------------------------------------------   content03_item	----*/

#itemlist .carousel-control-prev-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	transform: scale(-1, 1);
	background-size: contain;
	background-position: center;
}
#itemlist .carousel-control-next-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	background-size: contain;
	background-position: center;
}

#itemlist > .row {
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#itemlist > .row > div {
	/* background: #ffffff; */
	/* border-radius: 10px; */
	/* padding: 0 0 1.5rem;
	box-sizing: border-box; */
	max-width: calc((100% - 1.6875rem) / 2);
	overflow: hidden;
}

#itemlist > .row > div:nth-child(n + 3){
	margin-top: 5rem;
}

.carousel-inner{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.carousel-inner .img-thumbnail {
	border: none;
	border-radius: 0;
}
.carousel-item{overflow: hidden;}

#itemlist .item__ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.fav{
	width: 10%;
	max-width: 40px;
}


#itemlist .item__size{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000;
	margin-bottom: 1rem;
	text-align: left;
}
#itemlist .item__size span::before{
	content: "\3010";
	display: inline-block;
	margin: 0 0 0.25rem;
}
#itemlist .item__size span::after{
	content: "\3011";
	display: inline-block;
	margin: 0 .25rem 0 0;
}

#itemlist .item__txt{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000;
	margin-bottom: 1.25rem;
	text-align: left;
}
#itemlist .item__price{
	font-size: 1.5rem;
	font-weight:700;
	font-feature-settings: "palt" 1;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000;
	margin-bottom: 2.1875rem;
	text-align: left;
}
#itemlist .item__price span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
	transform: translateY(-5%);
}
#itemlist .item__price small{
	font-size: 80%;
	font-weight: inherit;
}

.formbox div.flex-box{
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
}

.formwname +  input::placeholder{
	color : #000000;
}
.formbox > .flex-box [class^="form__"]{
	margin: 0;
}
.formbox > .flex-box span[class^="form__"]{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((130 / 1000) * 1rem);
	color: #000000;
	text-align: left;
}
.form__quantity span{
	color: #000000;
}
.formbox > .flex-box span[class^="form__"]::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}

.formbox div.flex-box .form__select{
	margin: 0;
	margin-right: 1.5625rem;
}
.formbox div.flex-box .form__select select{
	width: 11.4375rem;
	/* appearance: none; */
	border : 1px solid #cccccc;
	padding: .15rem 9px .15rem 0;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
}
.formbox div.flex-box .form__quantity input{
	max-width: 3.9375rem;
	width: 100%;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	color : #000000;
	height: 30px;
}

.formbox > .form__tokuten {
	margin-bottom: 1.25rem;
}
.formbox > .form__tokuten span.form__tokuten_txt{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: .5rem;
}
.formbox > .form__tokuten span.form__tokuten_txt::after{
	content: none;
}
.formbox > .form__tokuten select{
	width: 11.4375rem;
	appearance: auto;
	border : 1px solid #cccccc;
	padding: .15rem 9px .15rem 0;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
}

.formbox .form__btn{
	margin-bottom: 0;
}

.formbox .form__btn + .form__btn{
	margin-top: .625rem;
}


.formbox .form__btn button{
	max-width: 405px;
	width: 100%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background: #c30a14;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 10px;
}

.formbox .form__btn a{
	max-width: 405px;
	width: 100%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #000;
}

.formbox .form__btn a i{
	line-height: .5;
	padding-right: 10px;
}

#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}
.formbox div.flex-box .form__select select{
	width: 11.4375rem;
    /* appearance: none; */
    border: 1px solid #cccccc;
    padding: .15rem 9px .15rem 0;
    box-sizing: border-box;
    outline: none;
    background: #ffffff;
    font-size: .9375rem;
    color: #000000;
    height: 30px;
}
@media only screen and (max-width: 767px){
	#itemlist > .row {
        margin-left: 0;
        margin-right: 0;
    }
	*[id^="content"] .container{
		max-width: 100%;
		width: 100%;
		margin: auto;
	}
	#itemlist > .row > div {
        max-width: 100%;
        padding: 0;
        margin-bottom: 1.125rem !important;
    }
	#itemlist .item__ttl{
		font-size: 1.25rem;
	}
	#itemlist .item__price{
		font-size: 1.25rem;
        margin-bottom: 1.25rem;
	}
	#itemlist > .row > div:nth-child(n + 3){
		margin-top: 2rem;
	}
	.formbox div.flex-box{
		flex-direction: column;
		justify-content: center;
	}
	.formbox div.flex-box .form__select{
		margin: 0 auto;
		text-align: center;
        margin-bottom: 1rem;
        width: 100%;
	}
}