@charset "utf-8";


.sp_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.6875rem;
	padding-bottom: 1.625rem;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background: url('../images/background.jpg');
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
}
#mainimage .mv{
	max-width: 1121px;
	width: 100%;
	margin: 0 auto;
}
#mainimage .mv_img{
	width: 100%;
	margin: 0 auto .875rem;
}
#mainimage .mv_copy{
	max-width: 1139px;
	width: 100%;
	margin: 0 auto;
}
#mainimage .mv_copy p{
	font-size: .75rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((10 / 1000) * 1em);
	text-align: right;
	color: #4d7319;
	margin-bottom: 0;
}


/*---------------------------------------------------------------------   content02	----*/
#content02{
	padding-top: 4.5rem;
	padding-bottom: 4.375rem;
	box-sizing: border-box;
	background: url('../images/background_info.jpg');
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	text-align: center;
	position: relative;
}

#content02 .intro_ttl{
	max-width: 571px;
	width : 100%;
	margin: 0 auto 1.25rem;
}
#content02 .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;
}
#content02 .intro_day{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #d04229;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-bottom: .825rem;
}
#content02 .intro_day small{
	font-size: 71.42%;
}
#content02 .intro_day::after{
	content : "";
	position: absolute;
	bottom: 0;
	left: -.5rem;
	width : calc(100% + 1rem);
	height: 1px;
	background: #d04229;
	display: block;
}
#detail{
	margin-top: 2.3125rem;
}
.detailtxt{
	display: inline-block;
	max-width: 820px;
	width : 100%;
	margin: 0;
	border-radius: 10px;
	border: 1px solid #f3ad17;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt h4{
	width: 100%;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	padding: .86rem 1.875rem 1rem;
	box-sizing: border-box;
	background: #f3ad17;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}

.detailtxt:not(.caution){border: 1px solid #704528;}
.detailtxt:not(.caution) h4{background: #704528;}
.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;
}
.detailtxt li{
	font-size: 1rem;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #121b25;
	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 : #121b25;
}
.color-d04229{color: #d04229;}


.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;
}


/*---------------------------------------------------------------------   content03	----*/

#content03{
	max-width: 100%;
	padding-top: 6.125rem;
	padding-bottom: 13.125rem;
	box-sizing: border-box;
	background: url('../images/background_item.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-size: auto;
	text-align: center;
	position: relative;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
}
main > *[id] .container h2{
	margin-bottom: 1.875rem;
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
}
main > *[id] .container h2{
	transform: translateX(calc((6rem + 3rem) / 2 * -1));
}
main > *[id] .container h2.iconnone{
	transform: translateX(0);
}
main > *[id] .container h2 i.limited_icon{
	margin-right: 3rem;
	max-width: 6rem;
}
main > *[id] .container h2 span{
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((60 / 1000) * 1em);
	text-align: center;
	color: #704528;
	/* padding-bottom: .9375rem; */
	position: relative;
}

main > *[id] .container h2 span::after{
	content: "";
	background: url('../images/ttl_01_i.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 169px;
	height: 37px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
}
main > *[id] .container.tokuten h2 span::after{
	background: url('../images/ttl_01_i.png') no-repeat;
	transform: translate(-50% , 17.5%);
}
main > *[id] .container:not(.tokuten) h2 span{padding-bottom: .875rem;}
main > *[id] .container:not(.tokuten) h2 span::after{
	background: url('../images/ttl_02_i.png') no-repeat;
	transform: translate(-50% , 100%);
}


/*---------------------------------------------------------------------   content03_tokuten	----*/

#content03 > div > .tokuten{margin-bottom: 6.25rem;}
#content03 .tokuten > .tokuten__img{
	margin-bottom: 1.625rem;
}
#content03 .tokuten .tokuten__ttl{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	padding: .625rem 5.125rem .75rem;
	box-sizing: border-box;
	background: #f3ad17;
	border-radius: 99rem;
	margin-bottom: .875rem;
}

#content03 .tokuten ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content03 .tokuten .tokuten__txt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	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: #d04229;
	margin-bottom: 0;
}
#content03 .tokuten .tokuten__limit p span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}


/*---------------------------------------------------------------------   content03_item	----*/

#itemlist{
	margin-top: calc(6.25rem - 1.875rem);
}
#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 .item__ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #704528;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
}
#itemlist .item__size{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.35;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-bottom: 1rem;
	text-align: left;
}
#itemlist .item__size span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
#itemlist .item__txt{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-bottom: 1.25rem;
	text-align: left;
}
#itemlist .item__caution{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #d04229;
	margin-bottom: 1.25rem;
	text-align: left;
}


.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;
}
.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{
	margin-bottom: 0;
}

.formbox .form__btn button{
	max-width: 25.3125rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #704528;
	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: 4px;
}

#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}




/*---------------------------------------------------------------------   content04	----*/

#content04{
	max-width: 100%;
	padding-top: 4.375rem;
	padding-bottom: 4.75rem;
	box-sizing: border-box;
	background: #ffffff;
	/* background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto; */
	position: relative;
	text-align: center;
}
#content04 .content_box{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.illust_staff_ttl{
	max-width: 41.25rem;
	width: 100%;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: center;
	color : #704528;
	padding: 1rem .5rem;
	box-sizing: border-box;
	margin-bottom: 1.875rem;
	outline: 2px solid #704528;
	display: inline-block;
}
.illust_direct{
	margin-bottom: 2.125rem;
}
.illust_direct p{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: center;
	color : #704528;
	margin-bottom: 0;
	display: inline-block;
}
.illust_direct p:not(:last-child){
	margin-right: 5rem;
}
.illust_direct p span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
.content_box ul , .content_box li{list-style: none;padding: 0;margin: 0;}
.content_box .content_boxlist{
	max-width: 60%;
	width: 100%;
	margin: auto;
}
.content_box li{
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
}
.chara__name{
	width: 8.5rem;
	margin-right: 1rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: right;
	color : #704528;
}
.chara__name::before{
	content: "\03010";
	display: inline-block;
}
.chara__name::after{
	content: "\03011";
	display: inline-block;
}
.chara__direct{
	width: auto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color : #704528;
}
.chara__direct span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}























@media only screen and (max-width: 1200px) {
	#mainimage {
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}
}


@media only screen and (max-width: 1100px) {/*768‚Ü‚Å*/
	.img-thumbnail {width: 100%;}

	main > [id] .container{max-width: 100%;}

	.formbox .form__btn button{
		max-width: 100%;
	}
	#content04{
		background-size: 100%;
	}
	#content04 .content_box {
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}

	#itemlist{
		padding-left: 0;
		padding-right: 0;
	}
	#itemlist .row{
		margin-left: 0;
		margin-right: 0;
	}
	#itemlist .col-12{
		max-width: calc((100% - 0rem) / 2);
	}
}


@media only screen and (max-width: 900px) {
	#mainimage .logoarea{
		max-width: 100%;
	}
	#mainimage .logoarea .mv_logo.up{
		max-width: 40vw;
	}
	#mainimage .logoarea .mv_logo.un{
		max-width: 50vw;
	}

	#content03 .tokuten .tokuten__ttl {
		font-size: 3vw;
		padding: .625rem 0 .75rem;
		width: 100%;
	}

	.content_box .content_boxlist {
		max-width: 85%;
	}
}


@media only screen and (max-width: 767px) {/* 375‚Ü‚Å */
	/* html{font-size: 50%;} */
	.sp_br{display: block;}

	/* MV	-------------------------------------*/

	#mainimage {
		padding-top: 1rem;
		background-size: cover;
	}
	#mainimage .mv_img {
		margin: 0 auto 1rem;
	}
	#mainimage .mv_copy {
		margin-top: .8rem;
	}


	#content02 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		overflow-x: hidden;
	}
	#content02::before, #content02::after {
		width: calc(17.6875rem / 2);
		height: 100%;/*calc(49.0625rem / 2);*/
		background-repeat: repeat-y;
	}
	#content02::before {left: -10%;}
	#content02::after {right: -10%;}

	#content02 .intro_ttl {
		margin: 0 auto 1rem;
	}
	#content02 .intro_txt {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}
	#content02 .intro_day {
		font-size: 1.75rem;
		line-height: 1.35;
		padding-bottom: .825rem;
	}
	#content02 .intro_day::after {
		left: 0;
		width: 100%;
	}

	#detail {
		margin-top: 2rem;
	}
	.detailtxt h4{
		font-size: 1.125rem;
		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;
	}


	#content03 {
		padding-top: 2.5rem;
		padding-bottom: 0;
	}

	main > [id] .container h2 i.limited_icon {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	main > [id] .container h2 {
		margin-bottom: 1.5rem;
	}
	main > [id] .container h2 {
		transform: none;
	}
	main > [id] .container .container {
	padding-left: 0;
	padding-right: 0;
	}
	main > *[id] .container.tokuten h2 span::after {
	transform: translate(-50% , 0);
	}


	#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 .col-12 {
	max-width: 100%;
	}

	#itemlist .item__ttl {
		font-size: 1.25rem;
	}
	#itemlist .item__size{
		font-size: .935rem;
	}
	#itemlist .item__txt{
		font-size: .935rem;
	}
	#itemlist .item__caution{
		font-size: .935rem;
	}
	.formbox > .flex-box span[class^="form__"] {
		font-size: .935rem;
	}



	#content04 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.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 .content_boxlist {
		max-width: 100%;
	}

	.chara__name {
	width: 100%;
	font-size: 1rem;
	margin-right: 0;
	text-align: center;
	}

	.chara__direct {
		width: 100%;
		font-size: 1rem;
		text-align: center;
		line-height: 1.35;
	}

.formbox div.flex-box .form__select{
	margin-right: 0;
	margin-bottom: 1rem;
	width: 100%;
}






}






































@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
