@charset "utf-8";

main{
	/* background: linear-gradient(to right,#ffcdd7 0%, #d3dffe 100%); */
	position: relative;
}
/* main::before , main::after{
	content: "";
	background-image: url('../images/texture.png');
	background-size: 100%;
	background-repeat: repeat-y;
	width: 12rem;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 10;
}
main::before{
	left: 0;
	transform: scale(-1, 1);
}
main::after{
	right: 0;
} */

/* main > div[id]{
	position: relative;
	z-index: 11;
} */
.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: 3.4375rem; */
	/* padding-bottom: 4.125rem; */
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow: hidden;
}
#mainimage .mv{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;

}
#mainimage .mv_img{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
#mainimage .mv_img img{
	width: 100%;
}
#mainimage .logoarea{
	max-width: calc(644px);
	width: 100%;
	margin: 0 auto;
}

.mv_copy{
	font-size: 1rem;
	font-weight: 600;
	color: #574142;
	text-align: center;
	background: url('../images/background.jpg') repeat-y;
	background-position: center top;
	background-size: auto;
	padding-top: 2rem;
}

#mainimage .slick-dots {
	position: absolute;
	bottom: -2rem;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 1;
}

#mainimage .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
#mainimage .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #8e8e8e;
	border-radius: 99.99rem;
	opacity: .5;
	transition: all .4s;
}
#mainimage .slick-dots li.slick-active button {
	opacity: 1;
}
#mainimage .slick-dots li button:before {
	content: none;
}


#mainimage .prev.slick-arrow::after ,
#mainimage .next.slick-arrow::after{
	content :"";
	background: url('../images/arrow.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 999;
	/* opacity: .7; */
	transition: all .4s;
}

#mainimage .prev.slick-arrow::after{
	left: -5.75rem;
	transform: translateY(-50%);
}
#mainimage .next.slick-arrow::after{
	right: -5.75rem;
	transform: translateY(-50%) scale(-1, 1);
}

#mainimage .prev.slick-arrow:hover::after ,
#mainimage .next.slick-arrow:hover::after{
	cursor: pointer;
	opacity: .85;
}


/*---------------------------------------------------------------------   bkg_sakura	----*/
.bkg_sakura{
	padding-top: 0;
	padding-bottom: 0;
	background: url('../images/background.jpg') #fee4d7 no-repeat;
	background-position: center top;
	background-size: auto;
	box-sizing: border-box;
	text-align: center;
}


/*---------------------------------------------------------------------   content02	----*/
#content02{
	padding-top: 4rem;
	padding-bottom: 8rem;
	box-sizing: border-box;
	text-align: center;
	/* margin-bottom: 4.1875rem; */
	background: url('../images/background.jpg') repeat-y;
	background-position: center top;
	background-size: auto;
}

#content02 .info_logo{
	max-width: 918px;
	width: 100%;
	margin: 0 auto 4rem;
}

#content02 .info_dayarea{
	max-width: 820px;
	width: 100%;
	margin: 0 auto 3rem;
}
#content02 .info_txtbox:not(:last-child){
	margin-bottom: 3.125rem;
}
#content02 .intro_dayttl{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	display: block;
	padding: .75rem 0 .75rem;
	box-sizing: border-box;
	margin-bottom: 2rem;
}
#content02 .info_txtbox:nth-child(1) .intro_dayttl{background: #ff75ac;}
#content02 .info_txtbox:nth-child(2) .intro_dayttl{background: #ff75ac;}

#content02 .intro_day_wrap{
	text-align: left;
}

#content02 .intro_day{
	font-size: 1.340rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #5e3022;
	display: inline-block;
	margin: 0 auto;
}
#content02 .intro_day span{
	font-size: 57%;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #5e3022;
	display: block;
	margin: .875rem auto 0;
}

#content02 .intro_day span.txt-small{
	font-size: 71%;
	display: inline-block;
	margin: 0;
}

#content02 .info_delivery{
	max-width: 820px;
	width: 100%;
	padding: 1.875rem 0 2.125rem;
	box-sizing: border-box;
	background: #ffffff50;
	border: 1px solid #fc708c;
	border-radius: 10px;
	margin: 0 auto 4.4375rem;
}
#content02 .info_delivery_ttl{
	font-size: 1.375rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #f94367;
	margin-bottom: 1.125rem;
}
#content02 .info_delivery_txt{
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 1.22;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #000000;
	margin-bottom: 0;
}
#content02 .info_delivery_txt span{
	font-size: 72.72%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #000000;
	display: block;
	margin-top: .5rem;
}

#detail{}
.detailtxt{
	display: inline-block;
	max-width: 820px;
	width : 100%;
	border-radius: 10px;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt:nth-child(1){margin-bottom: 3rem;}
.detailtxt:nth-child(1) h4{background: #ff75ac;}
.detailtxt:nth-child(2) h4{background: #ff75ac;}
.detailtxt h4{
	width: 100%;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	padding: 1rem 1.875rem 1rem;
	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;
}
.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:nth-child(1) li::before{
	content: none;
}
.detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
}
/* .color-ff0000{color: #ff0000;} */


.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: 5rem;
	padding-bottom: 5rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background: url('../images/background.jpg') repeat-y;
	background-position: center top;
	background-size: auto;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
	padding-top: 0!important;
}
main > *[id] .container h2{
	max-width: 248px;
	width: 100%;
	text-align: center;
	color : #000000;
	margin: 0 auto 5.5rem;
}

.title_01{
	margin-bottom: 4rem;
}
.title_02{
	margin-bottom: 3rem;
}
#content03 .txt-small{
	font-size: 71%;
	display: inline-block;
	margin: 0;
}

/*---------------------------------------------------------------------   content02-2	----*/

#content02-2{
	background: url('../images/background_02.jpg') repeat-y;
	background-position:center top;
	background-size: 120%;
	padding-top: 5rem;
	padding-bottom: 1rem;
	position: relative;
}
#content02-2::before{
	content: '';
	display: inline-block;
	background: url('../images/sakura_left.png') no-repeat;
	background-size: cover;
	width: 20%;
	aspect-ratio: 381/296;
	z-index: 100;
	position: absolute;
	top: -10rem;
	left: 0;
}

#content02-2::after{
	content: '';
	display: inline-block;
	background: url('../images/sakura_right.png') no-repeat;
	background-size: cover;
	width: 20%;
	aspect-ratio: 367/257;
	z-index: 100;
	position: absolute;
	top: -6rem;
	right: 0;
}

#content02-2 > div > .tokuten{
	margin-bottom: 5.875rem;
}
#content02-2 .tokuten > .tokuten__img{
	margin-bottom: 3.125rem;
}
#content02-2 .tokuten .tokuten__ttl{
	max-width: 700px;
	width: 100%;
	margin: 0 auto 1rem;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	padding: .65rem 0;
	box-sizing: border-box;
	background: #ff75ac;
	border-radius: 99rem;
}

#content02-2 .tokuten ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content02-2 .tokuten .tokuten__txt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5875;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #111111;
}

#content02-2 .tokuten .tokuten__limit{
	margin-top: 1.25rem;
}
#content02-2 .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;
}
#content02-2 .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(538px * 2 + 34px);
	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: 538px; */
}

#itemlist .item__ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
}
#itemlist .item__size{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-bottom: 1rem;
	text-align: left;
}
#itemlist .item__size span::before{
	content: "\3010";
	display: inline-block;
	margin: 0 .25rem;
}
#itemlist .item__size span::after{
	content: "\3011";
	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__price{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	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: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #ff75ac;
	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;
}



@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 {
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}
	#mainimage .mv_img{
		max-width: 100vw;
	}
	.img-thumbnail {width: 100%;}

	main > [id] .container{max-width: 100%;}

	.formbox .form__btn button{
		max-width: 100%;
	}
	#content02-2::before{
		width: 24%;
		top: -4rem;
		left: 0;
	}
	
	#content02-2::after{
		width: 24%;
		top: -3rem;
		right: 0;
	}
}


@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) {/* 375縺ｾ縺ｧ */
	/* html{font-size: 50%;} */
	.sp_br{display: block;font-size: 0;}
	.pc_br{display: none;}
	main::before, main::after {
		width: calc(12rem / 3);
	}

	/* MV	-------------------------------------*/

	.mv_copy{
		font-size: .7rem;
		padding-top: 1rem;
	}

	#mainimage .prev.slick-arrow::after ,
	#mainimage .next.slick-arrow::after{
	width: 40px;
	height: 40px;
	}

	.detailtxt:nth-child(1){margin-bottom: 2rem;}


	#content02{
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	#content02 .intro_ttl {
		margin: 0 auto 1rem;
	}
	#content02 .info_logo{
		margin-bottom: 2rem;
	}
	#content02 .intro_txt {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}
	#content02 .intro_dayttl{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	#content02 .intro_day_wrap{
		text-align: center;
	}
	#content02 .intro_day {
		font-size: 1.1rem;
		line-height: 1.5;
		text-align: center;
	}
	#content02 .intro_day span{
		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;
	}
	.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;
	}
	.title_01{
		margin-bottom: 2rem;
	}
	.title_01 img{
		width: 50%;
	}
	.title_02{
		margin-bottom: 1rem;
	}
	.title_02 img{
		width: 50%;
	}
	#content02-2{
		padding-top: 3rem;
		padding-bottom: .5rem;
	}
	#content02-2::before{
		width: 24%;
		top: -2rem;
		left: 0;
	}
	
	#content02-2::after{
		width: 24%;
		top: -1.4rem;
		right: 0;
	}
	
	#content02-2 > div > .tokuten{
		margin-bottom: 2rem;;
	}

	#content02-2 .tokuten .tokuten__ttl{
		font-size: 1rem;
		line-height: 1.5;
		padding: .5rem;
	}
	#content02-2 .tokuten > .tokuten__img{
		margin-bottom: 1rem;
	}

	main > [id] .container h2 {
		margin-bottom: 1.5rem;
	}
	#content03 {
		padding-top: 2rem;
	}

	#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%;
	padding: 0;
}


	#itemlist .item__ttl {
		font-size: 1.25rem;
	}
	#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: 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 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%;
}






}






































@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
