@charset "utf-8";
html{
	scroll-behavior: smooth;
}

.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: #fff url(../images/mv_background.png) center top / 100% no-repeat;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow: hidden;
}

#mainimage .mv{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#mainimage .mv_logo{
	max-width: 935px;
	width: 100%;
	margin: -4.5rem auto 0;
}
#mainimage .mv img{
	width: 100%;
	height: auto;
}

#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;
}


/*---------------------------------------------------------------------   content02	----*/
#content02{
	padding-top: 6.25rem;
	padding-bottom: 9.375rem;
	padding-right: 0px;
	padding-left: 0px;
	background: linear-gradient(-10deg,rgba(245, 237, 254, 1) 0%, rgba(215, 240, 255, 1) 100%);
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

#content02 .info_title{
	max-width: 425px;
	width: 100%;
	margin: 0 auto 2.5rem;
}

#content02 .info_dayarea{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 2.5rem;
}
.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 : #fff;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1.25rem;
}
#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: #2266ae;}
#content02 .info_txtbox:nth-child(2) .intro_dayttl{background: #2266ae;}

#content02 .intro_day{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #161616;
	display: inline-block;
	margin: 0 auto 1.25rem;
	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 h4{background: #2266ae;}
.detailtxt {
	margin-bottom: 2.5rem;
}

.detailtxt:nth-last-child(1) {
	margin-bottom: 0;
}


.detailtxt h4{
	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 #2266ae;
	border-radius: 0  0 10px 10px;
}
.detailtxt ul .__btn{
	background: #2266ae;
	max-width: 20rem;
	margin: 1.5rem auto 0;
	padding: 0;
	text-align: center;
	border-radius: 50px;
}
.detailtxt ul .__btn a{
	color: #fff;
	display: block;
	padding: .5rem 0;
}
.detailtxt ul .__btn a:hover{
	text-decoration: none;
}
.detailtxt li{
	font-size: 1rem;
	font-weight: 700;
	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;
	display: none;
}
.detailtxt li small{
	font-weight: 700;
}
/* .detailtxt:nth-child(1) li::before{
	content: none;
} */
/* .detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
} */
.detailtxt:nth-child(3) li::before{
	content: "\02022";
	padding-right: .5rem;
}
.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;
	display: block;
}

.detailtxt h4.acc_open + ul > li span{
	font-weight: 700;
}

/*---------------------------------------------------------------------   special	----*/
#special{
	background: #e7f5fd url(../images/special_back.png) center top / 100% no-repeat;
	padding: 6.25rem 0 9.4rem;
}
#special .inner{
	max-width: 62.5rem;
	margin: 0 auto;
}
#special .inner .inner__box{
	max-width: 1000px;
	margin: 0 auto;
}
#special .inner .inner__ttl{
	max-width: 16.25rem;
	margin: 0 auto;
}
#special .inner .inner__ttl img{
	width: 100%;
}
#special .inner .__gooodsList {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	padding: 0;
	margin-bottom: .625rem;
}
#special .inner .__gooodsList li {
	width: calc((100% - 14px * 3) / 4);
	box-sizing: border-box;
	list-style-type: none;
}
#special .inner .__gooodsList li img{
	width: 100%;
}
#special .inner .inner_box {
	margin: 3.75rem 0 0 0;
}
#special .inner .inner_box#tmsshop {
	margin: 6.25rem 0 0 0;
}
#special .inner #comiket .__ttl {max-width: 430px;}
#special .inner #tmsshop .__ttl {max-width: 500px;}
#special .inner .inner_box .__ttl {margin: 0 auto 30px;}
#special .inner .inner_box .__ttl img {width: 100%;}
#special .inner .inner_box .__caption {
	color: #000;
	font-size: .75rem;
	font-weight: 600;
	text-align: right;
	margin-bottom: 1.75rem;
}
#special .inner .inner_box .__strong {
	max-width: 420px;
	margin: 0 auto;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	padding: .45rem 0;
	border-radius: 50px;
}
#special .inner #comiket .__strong {background: #b38cff;}
#special .inner #tmsshop .__strong {background: #328eff;}

#special .inner .inner_box .__text {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	margin-bottom: 0;
	margin-top: 1.25rem;
}
/*---------------------------------------------------------------------   content03	----*/

#content03{
	padding-top: 6rem;
	/* padding-bottom: 6.25rem; */
	padding-right: 0px;
	padding-left: 0px;
	background: #f5edfe url('../images/special_back.png') 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{
	max-width: 240px;
	width: 100%;
	/* font-family: 'Zen Kurenaido', sans-serif;
	font-size: 2.625rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff; */
	margin: 0 auto 20px;
}
main > *[id] .container .__bnr {
	max-width: 62.5rem;
	margin: 0 auto;
}
main > *[id] .container .__bnr .__text {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing:calc((80 / 1000) * 1em);
	text-align: center;
	margin: 1.875rem 0 2.5rem;
}
main > *[id] .container .__bnr .__btn {
	background: #fff;
	max-width: 23.125rem;
	margin: 0 auto;
	border-radius: 50px;
	position: relative;
}
main > *[id] .container .__bnr .__btn a {
	display: block;
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 1.4rem 0;
}
main > *[id] .container .__bnr .__btn ::after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
	right: 2.5rem;
    width: 9px;
    height: 9px;
    margin-right: 15px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg) translateY(-50%);
}
main > *[id] .container .__subttl{
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-style: italic;
}
main > *[id] .container .__goodsList{
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	padding: 0;

}
main > *[id] .container .__goodsList li{
	list-style-type: none;
}
main > *[id] .container .__goodsList li a img{
	width: 100%;
}

/*---------------------------------------------------------------------   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;
}
/* .container .goods_iiner{
	margin-top: 100px;
} */
.container .goods_iiner .__ttl{
	max-width: 17.3rem;
	margin: 0 auto 1.5rem;
}
.container .goods_iiner .__ttl img{
	width: 100%;
}


/*---------------------------------------------------------------------   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 .flex-box{
	max-width: 1000px;
	margin: 1.875rem auto 0;
}
#itemlist .row > div{
	/* background: #ffffff;
	padding: 1rem; */
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 490px;
}

#itemlist .item__ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #161616;
	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: #161616;
	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: #161616;
	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: #161616;
	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: #161616;
}
.formbox > .flex-box span[class^="form__"]{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((130 / 1000) * 1rem);
	color: #161616;
	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{background: #b38cff;}

.formbox .form__btn button{
	max-width: 405px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #fff;
}

.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;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
	/* filter: invert(100); */
}

#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}

.bnr_event {
	padding: 6.25rem 1rem;
	box-sizing: border-box;
	background: #fff1e8;
}
.bnr_event .__ttl {
	max-width: 590px;
	margin: 0 auto 40px;
}
.bnr_event .__ttl img {
	width: 100%;
}
.bnr_event .__inner {
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 55px;
	text-align: left;
}
.bnr_event .__inner .__subttl {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: calc(80 / 1000 * 1em);
	margin: 30px 0 20px;
	position: relative;
}
.bnr_event .__inner .__subttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	width: 8px;
	height: 30px;
	background: #ff8a3e;
}
.bnr_event .__inner .__subttl:nth-of-type(1) {
	margin-top: 0;
}
.bnr_event .__inner .__text {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}
.bnr_event .__inner .__text span {
	color: #ff8a3e;
	font-weight: 700;
}
.bnr_event .__inner .__text a {
	color: #44b8f8;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.bnr_event .__inner .__imgae {
	margin: 1rem 0 1.2rem;
	max-width: 430px;
}
.bnr_event .__inner .__imgae img{
	width: 100%;
}

.bnr_sale {
	padding: 6.25rem 1rem;
	box-sizing: border-box;
	background: #fffdf5;
}
.bnr_sale .__ttl{
	max-width: 580px;
	margin: 0 auto 30px;
}
.bnr_sale .__ttl img{
	width: 100%;
}
.bnr_sale .__text {
	color: #000;
	font-size: 1rem;
	letter-spacing: calc(80 / 1000 * 1em);
	margin: 0 auto 30px;
}
.bnr_block{
	/*background: url(../images/bnr_background.jpg) center top / 100% repeat;*/
	padding: 6.25rem 1rem;
	box-sizing: border-box;
	background: #effff8;
}


.bnr{
	max-width: 960px;
	margin: 0 auto;
}

.bnr img{
	width: 100%;
}




@media only screen and (max-width: 1366px){
	#mainimage{
		/* padding-left: 1rem; */
		/* padding-right: 1rem; */
	}
}


@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: 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%;
	}
	#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%;
	}
	main > *[id] .container .__bnr .__text{
		font-size: 12px;
	}
}


@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){
	#mainimage .mv {
		max-width: 100vw;
	}
}
@media only screen and (max-width: 1000px){
	#special{
		padding: 6.25rem 1rem 7.68rem;
	}
}
@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-top: 1rem;
	}
	#mainimage {
		padding: 0;
	}

	#mainimage .mv_copy{
		font-size: 3vw;
	}

	#mainimage .mv_logo{
		margin-top: -0.3rem;
		display: none;
	}

	#mainimage .mv_logo img {
		width: 100%;
	}

	#itemlist{
		padding: 0;
	}
	#content02 , #content03{
		padding: 2.5rem 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 .intro_txt {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}
	#content02 .intro_dayttl{
		font-size: 1rem;
	}
	#content02 .intro_day {
		font-size: 1.2rem;
		line-height: 1.35;
	}
	#content02 .intro_day span{
		font-size: medium;
	}
	.intro_day_subtext{
		font-size: 1.1rem;
		line-height: 1.35;
	}
	.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: 0;
	}


	main > *[id] .container h2{
		max-width: 72vw;
	}

	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.225rem;
        
	}
	#itemlist .item__size{
		font-size: .935rem;
       
	}
	#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_event,.bnr_sale,.bnr_block{
	padding: 2rem 1rem;
}
.bnr_sale .__ttl {
	max-width: 75.6vw;
}
.bnr_sale .__text {
	font-size: 12px;
}
.bnr_event .__inner {
	padding: 7.82vw 7.1vw;
}
.bnr_event .__ttl {
	max-width: 76.9vw;
}
.bnr_event .__inner .__subttl {
	font-size: 1.2rem;
}
.bnr_event .__inner .__subttl::after{
	height: 25px;
}

#special .inner .inner__ttl {
	max-width: 33.8vw;
}
/* #special .inner .__gooodsList li {
	width: calc((100% - 14px) / 2);
} */
#special .inner .inner_box .__text{
	font-size: 12px;
}
main > *[id] .container .__bnr .__btn a{
	font-size: 1rem;
	padding: 1rem 0;
}
.detailtxt {
	margin-bottom: 1.25rem;
}
#special {
	padding: 13vw 1rem 15vw;
}
#special .inner .inner_box {
	margin: 7.82vw 0 0 0;
}
#special .inner .inner_box#tmsshop {
	margin: 13vw 0 0 0;
}
#special .inner #comiket .__ttl{
	max-width: 56vw;
}
#special .inner #tmsshop .__ttl{
	max-width: 60vw;
}

.container .goods_iiner .__ttl{
	max-width: 34.9vw;
}
#special .inner .inner_box .__strong {
	font-size: 1rem;
}
.bnr_event .__inner .__text {
	font-size: 14px;
}
}
@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}