@charset "utf-8";
html {
	scroll-behavior: smooth;
}
:root {
    --sakamotoColorA: #c74d56;
    --sakamotoColorB: #FFF;
    --sakamotoColorC: #000;
	--sakamotoColorD: #42b1d5;
}
.sp_br , 
.tab_br{
	display: none;
}
.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;
}


/* MV
-------------------------------------*/

#mainimage {
	/* padding-top: 1.875rem; */
	/* padding-bottom: 1.25rem; */
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/back.jpg) center top / cover no-repeat;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow: hidden;
}

#mainimage .mv{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

#mainimage .mv_logo{
	max-width: 914px;
	width: 100%;
	margin: 2.5rem auto 0;
}

#mainimage .mv_copy{
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: calc((0 / 1000) * 1em);
	text-align: center;
	color : #161616;
	margin-bottom: 0;
}
#nav__menu {
	padding: 2.2rem 1.5rem;
    background: #850100;
}
#nav__menu .flex-box {
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
#nav__menu .flex-box li {
	width: calc((100% - 40px) / 2);
    background: #fff;
    text-align: center;
    padding: 10px 0;
    list-style-type: none;
}
#nav__menu .flex-box li a {
	color: #850100;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: calc(80 / 1000 * 1em);
    text-align: center;
    display: block;
}
#nav__menu .flex-box li a:hover {
	text-decoration: none;
	opacity: .8;
}

/*---------------------------------------------------------------------   content02	----*/
#content02{
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/intro_bk.jpg) center top / cover no-repeat;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
#content02 .strong{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: calc(200 / 1000 * 1em);
	margin-bottom: 40px;
}

#content02 .info_title{
	max-width: 425px;
	width: 100%;
	margin: 0 auto 2.5rem;
}

#content02 .info_dayarea{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.info_txtbox{
	display: flex;
	flex-direction: column;
}
#content02 .info_txtbox:not(:last-child){
	margin-bottom: 2.5rem;
}
#content02 .intro_dayttl{
	height: 3.75rem;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 3.65rem;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #bd1e34;
	display: block;
	box-sizing: border-box;
}
#content02 .intro_dayttl span{
	display: inline-block;
	font-size: 60%;
	font-weight: inherit;
	transform: translateY(-0.15em);
}
#content02 .info_txtbox:nth-child(1) .intro_dayttl{background: #fff;}
#content02 .info_txtbox:nth-child(2) .intro_dayttl{background: #c30a14;}

#content02 .intro_day{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #fff;
	display: inline-block;
	margin: 30px auto;
	position: relative;
}

#content02 .intro_day span{
	font-size: x-large;
}

.intro_day_subtext{
	margin: 0 auto;
	color : #00a6ff;
	font-size: 1.45rem;
	text-decoration: none !important;
}

.intro_day_subtext small{
	font-weight: 500;
}

#content02 .intro_day small{
	font-size: 80%;
	font-weight: inherit;
}
#content02 .intro_day > div{
	width: 100%;
}

#content02 .intro_day > div > div{
	display: inline-block;
}
#content02 .intro_day > div:not(:last-child){
	margin-bottom: 1.5rem;
}

/* #content02 .info_txtbox:first-child .intro_day > div::after{
	content: "";
	background: #398acb;
	width: calc(100% + .5em);
	height: 2px;
	position: absolute;
	bottom: -.85rem;
	left: 50%;
	transform: translateX(-50%);
} */

.limittxt ul , .limittxt li{list-style: none;}
.limittxt ul{
	width: 100%;
	padding: 0 1.875rem;
	margin: 0;
	box-sizing: border-box;
	transition: all .4s;
	background: #ffffff;
}
.limittxt li{
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #fff;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
}
/* .limittxt:nth-child(1) li::before{
	content: none;
} */
.limittxt li::before{
	content: "\02022";
	padding-right: .5rem;
}

.limitcolor{
	color: #e70336;
}


#detail{}
.detailtxt{
	display: inline-block;
	max-width: 1000px;
	width : 100%;
	border-radius: 10px;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt:nth-child(1) h4{background: #850100;}
.detailtxt:nth-child(2) h4{background: #850100;}

.detailtxt:not(:last-child){
	margin-bottom: 2.5rem;
}


.detailtxt h4{
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #fff;
	padding: 1rem 1.875rem 1.25rem;
	box-sizing: border-box;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.detailtxt h4::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;
}

.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: #ffffff;
	border: 1px solid #850100;
	border-radius: 0  0 10px 10px;
}
.detailtxt li{
	font-size: 1rem;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #3a3024;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	transition: opacity .2s , all .4s;
}
.detailtxt li a {
	color: #b71c22;
}
.detailtxt:nth-child(1) li::before{
	content: none;
}
.detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
}
/* .detailtxt:nth-child(2) li::before{
	content: none;
} */
.color-d7281b{color: #d7281b;}


.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;
}


#benefits{
	background:
	url(../images/tokuten_bg-02.png) center top -8.42vw / 100% no-repeat,
	url(../images/content_02_bk.jpg) center top / cover no-repeat;
	padding: 139px 0 108px;
	position: relative;
}
#benefits::before{
	content: "";
	background: url('../images/balloon_left.png') center top / 100% no-repeat;
	width: 24vw;
	height: 36.5vw;
	position: absolute;
	bottom: -20px;
	left: 14.3vw;
}
#benefits::after{
	content: "";
	background: url('../images/balloon_right.png') center top / 100% no-repeat;
	width: 18.5vw;
	height: 40vw;
	position: absolute;
	bottom: 0;
	right: 20.5vw;
}
#benefits .container{
	max-width: 1000px;
	margin: 0 auto;
}
#benefits .container .__ttl{
	max-width: 460px;
	margin: 0 auto 60px;
}
#benefits .container .__img {
	max-width: 380px;
	margin: 0 auto 30px;
}
#benefits .container .__img img{
	width: 100%;
}
#benefits .container .__img figcaption{
	text-align: right;
	padding: 10px 0 0;
}
#benefits .container .__subttl{
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: calc(80 / 1000 * 1em);
	max-width: 510px;
	margin: 0 auto 30px;
	text-align: center;
	padding: .5rem 0;
	border-radius: 50px;
}
#benefits .container .__subttl#shibuya{background: #ee267e;}
#benefits .container .__subttl#osaka{background: #368045;}
#benefits .container .__subttl#tms{background: #bd1e34;}

#benefits .container .__text{
	font-family: "Noto Sans JP", sans-serif;
	color: #161616;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc(80 / 1000 * 1em);
	text-align: center;
}
#benefits .container .__text span {
	font-size: 80%;
}
/*---------------------------------------------------------------------   content03	----*/

#content03{
	padding-top: 6rem;
	/* padding-bottom: 6.25rem; */
	padding-right: 0px;
	padding-left: 0px;
	background: #9b0302 url(../images/item-back.jpg) center top / 100% no-repeat;
	text-align: center;
	position: relative;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
	padding-top: 0!important;
}
main > *[id] .container h2 {
    width: 100%;
    font-size: 3.625rem;
    font-weight: bold;
    line-height: 1;
    color: #ffcf15;
    margin: 0 auto 3.75rem;
    text-align: center;
	display: flex;
	justify-content: space-between;
}
main > *[id] .container h2 span {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
	display: flex;
	align-items: center;
    text-align: center;
	justify-content: center;
    color: #fff;
    margin-right: 5px;
	padding: 20px;
    font-weight: bold;
}

main > *[id] .container h2 span:nth-of-type(4) {
	margin-right: 0;
}

/* Background colors using pseudo-elements */
main > *[id] .container h2 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Background color for odd elements */
main > *[id] .container h2 span::before {
    background-color: #bd1e34; /* Red for odd items */
}
main #content03 .container h2 {
	justify-content: space-between;
}
main #content03 .container h2 span {
	color: #bd1e34;
}
main #content03 .container h2 span::before {
	background-color: #fff;
}
#content03 .container h2 {
	max-width: 460px;
	margin: 0 auto 60px;
}
/*---------------------------------------------------------------------   content03_tokuten	----*/

#content03 > div > .tokuten{margin-bottom: 6.25rem;}
#content03 .tokuten > .tokuten__img{
	margin-bottom: 3.125rem;
}
#content03 .tokuten .tokuten__ttl{
	max-width: 700px;
	width: 100%;
	margin: 0 auto 1rem;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	padding: .75rem 0 .85rem;
	box-sizing: border-box;
	background: #d68e6a;
	border-radius: 99rem;
}

#content03 .tokuten ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content03 .tokuten .tokuten__txt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5875;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #111111;
}

#content03 .tokuten .tokuten__limit{
	margin-top: 1.25rem;
}
#content03 .tokuten .tokuten__limit p{
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1rem);
	text-align: center;
	color : #e60012;
}
#content03 .tokuten .tokuten__limit p span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}


/*---------------------------------------------------------------------   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;
}


.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{
	max-width: calc(544px * 2 + 22px);
	width: 100%;
	padding: 0;
}
#itemlist .row{
	width: 100%;
	margin: 0;
	-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;
	padding: 1rem; */
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 544px;
}

#itemlist .item__ttl{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #fff;
	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: #fff;
	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__size .item__padding{
	padding-left: 5.5rem;
}
#itemlist .item__size .item__padding::before{
	content: none;
}

#itemlist .item__size .item__padding::after{
	content: none;
}
#itemlist .item__txt{
	font-size: .9rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #fff;
	margin-bottom: 1.25rem;
	text-align: left;
}
#itemlist .item__txt_red{
	color: #d7281b;
}
#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: #fff;
	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{
	width: 100%;
}

.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;
}
.form__quantity span{
	color: #fff;
}
.formbox > .flex-box span[class^="form__"]{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((130 / 1000) * 1rem);
	color: #fff;
	text-align: left;
}
.formbox > .flex-box span[class^="form__"]
.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: 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 .form__btn button{
	max-width: 405px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #efc451;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #bd1e34;
	padding: 15px;
}

.formbox .form__btn a{
	max-width: 405px;
	width: 100%;
	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;
	padding: 15px;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
	/* filter: invert(100); */
}

#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}

.bnr_block{
	/*background: url(../images/bnr_background.jpg) center top / 100% repeat;*/
	background: #C31713;
	padding: 6.25rem 1rem 6.25rem;
	box-sizing: border-box;
}

.bnr{
	max-width: 960px;
	margin: 0 auto;
}
.yoyaku_br {
	display: none;
}


#content04{
	padding-top: 6.25rem;
	padding-bottom: 9.375rem;
	box-sizing: border-box;
	background: #ffffff;
}
#content04 .content_box{
	max-width: 1118px;
	width: 100%;
	margin: 0 auto;
}
#content04 .content_box:not(:last-child){
	margin-bottom: 5.25rem;
}
#content04 .container h2.title {
	max-width: 460px;
    margin: 0 auto 60px;
}

/*---------------------------------------------------------------------   content03__ttl	----*/

#content04 .content__ttl{
	font-weight: 600;
	letter-spacing: calc((100 / 1000) * 1em);
	font-size: 3.125rem;
	margin: 0 auto 2.75rem;
}


#content04 .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;
}


/*---------------------------------------------------------------------   content03__venue	----*/


#content04 .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;
}
#content04 .venueBox .venue--shibuya .venue__ttl{
	color: var(--sakamotoColorB);
}
#content04 .venueBox .venue--shibuya .venue__undertxt{
	color: var(--sakamotoColorB);
}
#content04 .venue{
	max-width: calc((100% - 20px * 1) / 2);
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#content04 .venue--shibuya{border: 4px solid var(--sakamotoColorA);position: relative;}
/* #content04 .venue--shibuya::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000000a6;
}
#content04 .venue--shibuya::after{
	content: "終了しました";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    font-size: 2rem;
    font-weight: 800;
    transform: translate(-50%, -50%);
	color: #FFF;
} */
#content04 .venue--umeda{border: 4px solid var(--sakamotoColorD);}
#content04 .venue--nagoya{border: 2px solid #4b7dff;}
#content04 .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 1rem 1.0625rem;
	box-sizing: border-box;
	/* border-radius: .625rem .625rem 0 0; */
}
#content04 .venue--shibuya .venue__ttl{background: var(--sakamotoColorA);}
#content04 .venue--umeda .venue__ttl{background: var(--sakamotoColorD);color: #fff;}
#content04 .venue--nagoya .venue__ttl{background: #4b7dff;}

#content04 .venue__ttl::before {
	counter-increment: number 1;
	content: counter(number) "\2E\00a0";
}
#content04 .venue__undertxt{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : var(--sakamotoColorC);
	font-feature-settings: "palt" 1;
	padding: .625rem 1.5rem;
	box-sizing: border-box;
	display: inline-block;
	max-width: 500px;
	width: 100%;
	margin: .75rem auto .35rem;
}
#content04 .venue__txt a{color : #000000;}
#content04 .venue--shibuya .venue__undertxt{background: var(--sakamotoColorA);}
#content04 .venue--umeda .venue__undertxt{background: var(--sakamotoColorD);color: #fff;}
#content04 .venue--nagoya .venue__undertxt{background: #4b7dff;}

#content04 .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;
}
#content04 .venue__txt p {
	margin-bottom: 2px;
}
#content04 .venue__txt small{
	font-size: 80%;
	font-weight: inherit;
}

#content04 .venue__txt span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
#content04 .venue__txt p .__textindet::after {
	content: none;
}

#content04 .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;
}
#content04 .venue__time__link{
	color : #d20000;
	position: relative;
}
#content04 .venue__time__link::after{
	content : "";
	position: absolute;
	bottom: -.125rem;
	left: -.125rem;
	width : calc(100% + .25rem);
	height: 1px;
	background: #d20000;
	display: block;
}

#content04 .other__order{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: center;
	color : #000000;
}


/*---------------------------------------------------------------------   content03__description	----*/


#content04 .descriptionBox{
	padding: 2.1875rem;
	box-sizing: border-box;
	border-radius: .625rem;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}
#content04 .descriptionBox:not(:last-child){
	margin-bottom: 3.875rem;
}
#content04 .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;
}
#content04 .description__ttl::before{
	content: "";
	width: .5rem;
	height: 2rem;
	background: #000000;
	margin-right: 1.25rem;
	display: inline-block;
}

#content04 .description__txt{
	font-size: .9rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: left;
	color : #000000;
}

#content04 .txt_color--red{color: #d20000;}
#content04 .txt_color--lightblue{color : #1da1f2;}

#content04 .line--under{
	position: relative;
}
#content04 .line--under::after{
	content : "";
	position: absolute;
	bottom: -.125rem;
	left: -.125rem;
	width : calc(100% + .25rem);
	height: 1px;
	display: block;
}
#content04 .txt_color--red.line--under::after{background: #d20000;}
#content04 .txt_color--lightblue.line--under::after{background: #1da1f2;}



/*---------------------------------------------------------------------   content03__description[dl]	----*/

#content04 .descriptionBox dl{
	margin-top: 2rem;
	margin-bottom: 1.875rem;
}
#content04 .descriptionBox dl > .flex-box{
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	margin-bottom: .25rem;
}
/* #content04 .descriptionBox dl > .flex-box:nth-child(2){
	margin-bottom: 1rem;
} */
#content04 .descriptionBox dl > .flex-box:last-child{
	margin-bottom: 0;
}
#content04 .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;
}
#content04 .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;
}
#content04 .descriptionBox dl.limit dt::after{
	content: "...";
	margin: 0 .15rem;
	display: inline-block;
	font-weight: 400;
}
#content04 .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;
}


/*---------------------------------------------------------------------   content03__lottery	----*/


#content04 .lottery{
	border-radius: .625rem;
	background: #eaeaea;
	overflow: hidden;
}
#content04 .lottery:not(:last-child){
	margin-bottom: 1.875rem;
}

#content04 .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;
}
#content04 .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;
}
#content04 .lottery__txtBox{
	width: 100%;
	padding: 0 1.875rem;
	margin: 0;
	box-sizing: border-box;
	transition: all .4s;
}
#content04 .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;
}


#content04 .lottery__txtBox li.lottery__txt::before{
	content: "\02022";
	padding-right: .5rem;
}
#content04 .lottery:first-of-type .lottery__txtBox ul:first-of-type li.lottery__txt::before{
	content: none;
	padding-right: 0;
}

#content04 .lottery__ttl.acc_open::after{
	transform: translateY(-50%);
}
#content04 .lottery__ttl.acc_open + .lottery__txtBox{
	border-top: 1px dotted #000000;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
#content04 .lottery__ttl.acc_open + .lottery__txtBox .lottery__txt{
	line-height: 1.6875;
	height: auto;
	opacity: 1;
}
#content04 .lottery:first-of-type .acc_open + .lottery__txtBox ul:first-of-type{
	margin-bottom: 1.5rem;
}

/*---------------------------------------------------------------------   content03__description[ul]	----*/

#content04 .descriptionBox > ul.flex-box{
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	margin-top: 2.25rem;
}
#content04 .descriptionBox > ul.flex-box li{
	position: relative;
}
#content04 .descriptionBox > ul.flex-box li:not(:last-child){
	padding-right: 1.6875rem;
	box-sizing: border-box;
	margin-right: 1.6875rem;
}
#content04 .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;
}

#content04 .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;
}
#content04 .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%);
}

.__textindet {
	text-indent: -1em;
	padding-left: 3em;
}

/*---------------------------------------------------------------------   content03__description__visit	----*/

#content04 .descriptionBox .visit{
	margin-top: 2rem;
}
#content04 .descriptionBox .visit li.description__txt::before{
	content: "\02022";
	padding-right: .5rem;
}



@media only screen and (max-width: 1120px) {
	#itemlist{
		max-width: calc(100%);
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}
	#itemlist .row > div {
		max-width: 49%;
	}

}
@media only screen and (max-width: 1000px) {
	.yoyaku_br {
		display: block;
	}


}


@media only screen and (max-width: 1100px) {/*768*/
	#mainimage, .pickupItem__inner__item__txtBox{
		/* padding: 2rem; */
	}
	.img-thumbnail {width: 100%;}

	main > [id] .container{max-width: 100%;}

	.formbox .form__btn button{
		max-width: 100%;
	}
	.formbox .form__btn a {
		max-width: 100%;
	}
	#content02 .intro_day{
		font-size: 1.5rem;
	}


	.content_box .content_boxlist{
		max-width: 90%;
	}

	#mainimage .mv_logo {
		max-width: 75vw;
	}

	/* main > *[id] .container h2{
		max-width: 34vw;
	} */

	/* main > *[id] .container h2 img{
		width: 100%;
	} */
}


@media only screen and (max-width: 900px) {
	#mainimage .mv_img{
		max-width: 100vw;
	}
	#mainimage .prev.slick-arrow::after{
		left: 2vw;
		transform: translateY(-50%);
	}
	#mainimage .next.slick-arrow::after{
		right: 2vw;
		transform: translateY(-50%) scale(-1, 1);
	}

}


@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 767px) {/* 375 */
	/* html{font-size: 50%;} */
	.sp_br{display: block;font-size: 0;}
	.pc_br{display: none;}

	#mainimage {
		padding: 0;
	}
	#mainimage .mv_copy{
		font-size: 3vw;
	}

	#mainimage .mv_logo{
		margin-top: -0.3rem;
	}

	#mainimage .mv_logo img {
		width: 100%;
	}
	#nav__menu {
		padding: 4.5vw 1.5rem;
	}
	#nav__menu .flex-box li a {
		font-size: 4.6vw;
	}

	#itemlist{
		padding: 0;
	}
	#benefits{
		padding: 20vw 0 9.12vw;
		background: url(../images/tokuten_bg-sp.jpg) center top / cover no-repeat;
	}
	#benefits::before,#benefits::after {
		content: none;
	}
	#benefits .container .__ttl, #content03 .container h2 , #content04 .container h2.title{
		max-width: 85%;
		margin: 0 auto 7.8vw;
	}
	#benefits .container .__img {
		max-width: 61%;
	}
	#benefits .container .__img figcaption{
		font-size: 12px;
	}
	#benefits .container .__subttl{
		max-width: 80.9vw;
		font-size: .8rem;
	}
	#benefits .container .__text{
		font-size: .8rem;
		margin-bottom: 0;
	}
	/* #content02 , #content03{
		padding-top: 1rem;
		padding-bottom: 2.5rem;
	} */
	 #content02 {
		padding: 3rem 0;
	 }
	#content03{
		padding-bottom: 0;
	}

	#content02 .info_title{
		margin-bottom: 1.5rem;
	}

	/* #content02 .intro_dayttl {
		margin-bottom: 1rem;
	} */

	.limittxt:nth-child(1) {
		margin-bottom: 1.25rem;
	}

	.detailtxt:nth-child(1) {
		margin-bottom: 1.25rem;
	}


	#content02 .intro_ttl {
		margin: 0 auto 1rem;
	}
	#content02 .strong{
		font-size: 4vw;
		margin-bottom: 5.2vw;
	}
	#content02 .intro_txt {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}
	#content02 .intro_dayttl{
		font-size: 1rem;
		height: 2.75rem;
		line-height: 2.65rem;
	}
	#content02 .intro_day {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#content02 .intro_day span{
		font-size: medium;
	}
	.intro_day_subtext{
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.intro_day_note_red{
		margin: 0.475rem auto 0;
	}

	#content02 .info_txtbox:first-child .intro_day > div::after {
		bottom: -0.45em;
	}

	.intro_day_note{
		margin-top: .5rem;
	}

	#content02 .intro_day small{
		font-size: 75%;
	}

	.intro_day_note{
		font-size: 72%;
	}
	/* #content02 .info_dayarea{
		margin-bottom: 2rem;
	} */
	#content02 .info_txtbox:not(:last-child){
		margin-bottom: 1.5rem;
	}
	#content02 .info_delivery_txt{
		font-size: 1rem;
	}
	#content02 .info_delivery{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
		margin-bottom: 2.5rem;
	}
	#content02 .info_delivery_txt span{
		line-height: 1.35;
	}

	.limittxt ul{
		padding: 0 1rem;
	}
	.limittxt li {
		font-size: 1rem;
		padding-left: 0;
	}


	.detailtxt h4{
		font-size: 1rem;
		padding: .86rem 1rem 1rem;
	}
	.detailtxt h4::after {
		right: 1rem;
	}
	.detailtxt ul{
		padding: 0 1rem;
	}
	.detailtxt li {
		font-size: .75rem;
	}

	.detailtxt h4.acc_open + ul{
		padding: 1rem;
	}
	.title img{
		width: 80%;
	}


	#content03 {
		/* background-size: 250%; */
		padding-top: 2.2rem;
		/* padding-bottom: 1.5rem; */
	}


	main > *[id] .container h2{
		font-size: 9.55vw;
	}
	main > *[id] .container h2 span{
		height: 18.7vw;
		width: 18.7vw;
	}

	main > [id] .container h2  , #content03 .tokuten > .tokuten__img{
		margin-bottom: 2rem;
	}
	
	main > [id] .container h2 img{
		width: 60%;
	}


	#content03 > div > .tokuten {
		margin-bottom: 3.5rem;
	}

	#content03 .tokuten .tokuten__ttl {
		font-size: 1.25rem;
		line-height: 1.35;
	}
	#content03 .tokuten .tokuten__txt {
		font-size: .935rem;
		font-feature-settings: "palt" 1;
	}

#itemlist .row > div{
	max-width: 100%;
}


	#itemlist .item__ttl {
		font-size: 1.1rem;
        
	}
	#itemlist .item__size{
		font-size: .935rem;
	}
	#itemlist .item__size .item__padding{
		padding-left: 5rem;
	}
	#itemlist .item__txt{
		font-size: .935rem;
 
	}
	.formbox > .flex-box span[class^="form__"] {
		font-size: .935rem;
	}



	#content04 {
		padding-top: 2.5rem;
		padding-bottom: 6rem;
	}

	.illust_staff_ttl {
		max-width: 100%;
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}



	.illust_direct {
		margin-bottom: 1.5rem;
	}
	.illust_direct p {
		font-size: 1.25rem;
		display: block;
		width: 100%;
	}
	.illust_direct p:not(:last-child) {
		margin-right: 0;
		margin-bottom: .85rem;
	}

	.content_box ul {
		max-width: 100%;
	}

	.chara__name {
	width: calc(100% - 52% - 1rem);
	font-size: .935rem;
	}

	.chara__direct {
		width: calc(100% - 48%);
		font-size: .935rem;
	}

.formbox div.flex-box .form__select{
	margin-right: 0;
	margin-bottom: 1rem;
	width: 100%;
}


#itemlist .item__price{
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

#pickupItem {
	padding: 0 1rem;
	box-sizing: border-box;
}

.pickupItem__inner__item {
	padding: 2rem 1rem;
}



.pickupItem__inner__item__imgBox li{
	max-width: calc(100% / 3.25);
}

#pickupItem .pickupItem__inner__item__imgBox li:nth-child(n + 4){
	margin-top: .75rem;
}
	
.pickupItem__inner__item__imgBox li:nth-child(n + 7){
	max-width: calc(100% / 2.35);
}
.pickupItem__inner__item__txtBox{
	padding: 0;
}


#content04 .content_box{
	padding: 0 1rem;
}


.content_box .content_boxlist {
	max-width: inherit;
	width: 100%;
	display: block;
}



#content04::before, #content04::after {
	width: calc(256px * .45);
	height: calc(302px * .65);
}


.pickupItem__inner__item__img__ttl{
	font-size: 1rem;
	line-height: 1.25;
	margin-bottom: .5rem;
}

.pickupItem__inner__item__imgBoxContents{
	margin-bottom: 1.5rem;
}
#pickupItem .pickupItem__inner__item__imgBox li{
	margin: 0 1.5rem;
}
.pickupItem__inner__item__imgBox{
	margin-bottom: 2rem;
}

.bnr_block{
	padding: 2rem 1rem;
}

#content04 {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}
#content04 .container {
	padding: 0;
}
	#content04 .content_box:not(:last-child) {
		margin-bottom: 2.5rem;
}
	#content04 .content__ttl {
		font-size: 8.5vw;
	}

	#content04 .content__ttl_undertxt {
		margin-top: 1.25rem;
		margin-bottom: 2.25rem;
	}

	#content04 .venue{
		max-width: 100%;
	}
	#content04 .venue:not(:last-child){
		margin-bottom: 1.35rem;
	}

	#content04 .venue__undertxt {
		font-size: 1rem;
		padding-left: 3%;
		padding-right: 3%;
		width: 85%;
	}
	#content04 .venueBox {
		padding: 0 0 2rem;
	}
	#content04 #shibuya_lottery .description__ttl {
		font-size: 3.85vw;
		position: relative;
		padding-left: 1em;
	}
	#content04 #shibuya_lottery  + .description .description__ttl {
		font-size: 3.85vw;
		position: relative;
		padding-left: 1em;
	}
	#content04 #shibuya_lottery .lottery__ttl{
		font-size: 3.85vw;
		position: relative;
	}

	#content04 #shibuya_lottery .description__ttl::before , 
	#content04 #shibuya_lottery  + .description .description__ttl::before{
		position: absolute;
		left: 0;
	}
	#content04 #umeda_lottery .description__ttl {
		font-size: 3.85vw;
		position: relative;
		/* padding-left: 1em; */
	}
	#content04 #umeda_lottery .lottery__ttl{
		font-size: 3.85vw;
		position: relative;
	}

	#content04 #umeda_lottery .description__ttl::before , 
	#content04 #umeda_lottery  + .description .description__ttl::before{
		/* position: absolute; */
		left: 0;
	}

	#content04 .content_box.description {
		padding: 0 1rem;
	}
	#content04 .venue__ttl {
		font-size: 1.25rem;
		padding: .8125rem 1rem 1.0625rem;
	}
	#content04 .venue__txt {
		font-size: .875rem;
		padding: 0.5rem 1rem 1rem;
	}
	#content04 .venue__time {
		font-size: .875rem;
		line-height: 1.25;
		padding: 0 1rem 1.25rem;
	}
	#content04 .other__order {
		line-height: 1.5;
	}


	#content04 .descriptionBox {
		padding: 1rem;
	}

	#content04 .description__ttl {
		font-size: 1.125rem;
		line-height: 1.25;
		letter-spacing: calc((0 / 1000) * 1em);
		margin-bottom: 1rem;
	}
		#content04 .description__ttl::before {
			margin-right: .5rem;
	}
	#content04 .description__txt {
		font-size: .75rem;
	}

	#content04 .line--under{
		text-decoration: underline;
	}
	#content04 .line--under::after{
		content: none;
	}


	#content04 .descriptionBox dl {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
#content04 .descriptionBox dl > .flex-box{
	margin-bottom: .5rem;
}
	#content04 .descriptionBox dl.limit dt {
		font-size: .875rem;
		line-height: 1.8;
		margin-bottom: .25rem;
	}
	#content04 .descriptionBox dl dd {
		font-size: .875rem;
	}


	#content04 .lottery__ttl {
		font-size: 1.25rem;
		padding: 1.25rem 1rem;
	}
	#content04 .lottery__ttl::after {
		right: 1rem;
	}
	#content04 .lottery__txtBox {
		padding: 0 1rem;
	}
	#content04 .lottery__txtBox .lottery__txt {
		font-size: .75rem;
		text-indent: 0rem;
		padding-left: 0rem;
	}
	#content04 .lottery:not(:last-child) {
		margin-bottom: 1rem;
	}
	#content04 .lottery__txtBox li.lottery__txt {
		text-indent: -1rem;
		padding-left: 1rem;
	}

	#content04 .descriptionBox > ul.flex-box li {
		margin-left: 0!important;
		margin-right: 0!important;
		max-width: 100%;
		width: 100%;
		padding-right: 0!important;
	}
	#content04 .descriptionBox > ul.flex-box li:not(:last-child){
		margin-bottom: .875rem;
	}

	#content04 .descriptionBox > ul.flex-box li a {
		font-size: 3.8vw;
		padding: .5rem;
	}

	#content04 .descriptionBox > ul.flex-box li::after ,
	#content04 .descriptionBox > ul.flex-box li:not(:last-child)::after{
		content: none;
	}

	#content04 .descriptionBox .visit {
		margin-top: 1.25rem;
	}
	#content04 .descriptionBox dl.limit dt{
		width: 100%;
		margin-left: 0;
	}
	#content04 .descriptionBox dl.limit dt::after{
		content: none;
	}


	#content04 .descriptionBox > ul.flex-box {
		margin-top: 2rem;
	}




	#content04 .newinfo__txt{
		font-size: .875rem;
	}

	#content04 .newinfo__button{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	#content04 .newinfo__button a{
		font-size: 1.25rem;
		border-radius: 0.625rem;
		padding: 1.5rem 0 1.65rem;
	}

	#content03 .container h2 {
		margin: 0 auto 7.8vw;
	}
	.venue--shibuya .__textindet {
		text-indent:unset;
		padding-left: unset;
	}

}


@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}