@charset "utf-8";

.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: 2.5rem;
	padding-bottom: 7.5rem;
	padding-right: 0px;
	background: url(../images/main_bk.jpg) center top / auto no-repeat;
	box-sizing: border-box;
	position: relative;
} */

#mainimage .mv{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

#mainimage .mv_img {
	width: 100%;
}

#mainimage .mv_logo {
	max-width: 408px;
	width: 100%;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
}

#mainimage .mv img{
	width: 100%;
}

.about {
	padding: 5rem 0;
	padding-right: 0px;
	background: url(../images/about-bk.jpg) center top / cover no-repeat;
	box-sizing: border-box;
	position: relative;
}
.about p {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((150 / 1000) * 1em);
	text-align: center;
	margin-bottom: 0;
}

/*---------------------------------------------------------------------   content02	----*/
#content02{
	padding-top: 6.25rem;
	padding-bottom: 9.375rem;
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/intro_bk.jpg) center top / 100% repeat-y;
	text-align: center;
	position: relative;
}

#content02 .info_dayarea{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 3.75rem;
}

#content02 .intro_dayttl{
	max-width: 1000px;
	width: 100%;
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	display: block;
	padding: 0;
	box-sizing: border-box;
	margin: 3.25rem auto 3.125rem;
	font-feature-settings: "palt" 1;
}

#content02 .intro_dayttl mark {
	font-weight: inherit;
	color: inherit;
	background: none;
	border-bottom: 4px double #fff;
	padding: 0 0 .05em;
}

#content02 .info_txtbox:nth-child(1) .intro_dayttl{
	font-size: 1.75rem;
	font-weight: 600;
	background: #0086cd;
	padding: .85rem 1rem 1rem;
	margin-bottom: 1.875rem;
}
#content02 .info_txtbox:nth-child(2) .intro_dayttl{background: #0086cd;}

#content02 .intro_day{
	font-size: 1.75rem;
	font-weight: normal;
	font-feature-settings: "palt" 1;
	line-height: 1;
	letter-spacing: calc((20 / 1000) * 1em);
	text-align: center;
	color : #fff;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#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 .intro_day span{
	font-size: 70%;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #fff;
	display: block;
	margin: .875rem auto 0;
}

#content02 .intro_day span.txt-small{
	font-size: 80%;
	display: inline-block;
	margin: 0;
	transform: translateY(-10%);
}



#detail{}
.detailtxt{
	display: inline-block;
	max-width: 1000px;
	width : 100%;
	border-radius: 10px;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt + .detailtxt {margin-top: 2.5rem;}
.detailtxt:nth-child(1) h3{background: #0086cd;}
.detailtxt:nth-child(2) h3{background: #0086cd;}
.detailtxt h3{
	width: 100%;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	padding: 1rem 2.5rem 1.25rem;
	box-sizing: border-box;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.detailtxt h3::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 2.5rem;
	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 : #161616;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	transition: opacity .2s , all .4s;
}
.detailtxt:nth-child(1):has( + .detailtxt) li::before{
	content: none;
}
.detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
}
.color-d7281b{color: #d7281b;}


.detailtxt h3.acc_open::after{
	transform: translateY(-50%);
}
.detailtxt h3.acc_open + ul{
	padding: 1.5rem 2.5rem 2.5rem;
}
.detailtxt h3.acc_open + ul > li{
	line-height: 1.6875;
	height: auto;
	opacity: 1;
}


/*---------------------------------------------------------------------   content03	----*/

#content03{
	padding-top: 6.25rem;
	padding-bottom: 9.375rem;
	padding-right: 0px;
	padding-left: 0px;
	background:
		url(../images/premium_bg_top.png) top left / 100% no-repeat, url(../images/premium_bg_bottom.png) bottom right / 100% no-repeat,
		url(../images/premium_bg_02.png) center center / 100% no-repeat,
		url(../images/premium_bg_01.png) center top / 100% no-repeat,
		#301d10
	;
	text-align: center;
	position: relative;
}
#itemsection{
	padding-top: 6.25rem;
	padding-right: 0px;
	padding-left: 0px;
	background: 
		url('../images/item_section_bk.jpg') center top / 100% repeat,
		#546984
	;
	text-align: center;
	position: relative;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
	padding-top: 0!important;
}
main > *[id] .container h2{
	max-width: 805px;
	width: 100%;
	/* font-size: 2.625rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff; */
	margin: 0 auto 3.75rem;
}


/*---------------------------------------------------------------------   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) * 1em);
	text-align: center;
	color : #e60012;
}
#content03 .tokuten .tokuten__limit p span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
#content03 .container h2 {
	margin: 64px auto 3.75rem;
}
#content03 .container .__text {
	color : #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: calc((150 / 1000) * 1em);
	margin-bottom: 70px;
}



/*---------------------------------------------------------------------   content03_item	----*/

.carousel-control-prev-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	transform: scale(-1, 1);
	background-size: contain;
	background-position: center;
}
.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);
	background: linear-gradient(0deg, #b79671, #bca271, #fff3dc, #b08d68);
	padding: 4px;
}
.carousel-inner .img-thumbnail {border: none;border-radius: 0;}
.carousel-item{overflow: hidden;}

#itemlist{
	max-width: calc(490px * 2 + 20px);
	width: 100%;
	padding: 0;
}
.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;
}
.row > div{
	/* background: #ffffff;
	padding: 1rem; */
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 490px;
}

.item__ttl{
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	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;
}


.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;
}
.item__size span::before{
	content: "\3010";
	display: inline-block;
	margin: 0 0 0.25rem;
}
.item__size span::after{
	content: "\3011";
	display: inline-block;
	margin: 0 .25rem 0 0;
}
.item__size i {
	font-style: normal;
	display: flex;
	align-items: baseline;
}
.item__size i > span {
	width: 6em;
	flex-shrink: 0;
}

.item__txt{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #fff;
	margin-bottom: 1.25rem;
	text-align: left;
}
.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;
}
.item__price span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
	transform: translateY(-5%);
}
.item__price small{
	font-size: 80%;
	font-weight: inherit;
}

.formbox{
	width: 100%;
	color: #fff;
}

.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;
	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__"]::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 : #ffffff;
	height: 30px;
}

.formbox .form__btn button{
	max-width: 405px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #c20000;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
}
#itemsection .formbox .form__btn button {
	background: #333333;
}
.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: #000000;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
}

.row:not(:last-child) {
	margin-bottom: 2rem;
}

.content03_bnr{
	max-width: 1140px;
	margin: 0 auto;
}

.content03_bnr img{
	margin-bottom: 2rem;
	padding-left: 15px;
	padding-right: 15px;
}

#deformed {
	padding: 9rem 0 7.5rem;
	background: url(../images/deformed_bg01.png) top left / 100% no-repeat, url(../images/deformed_bg02.png) bottom right / 100% no-repeat , #fff;
}
#deformed .container h2 {
	color: #0f0f0f;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc((150 / 1000) * 1rem);
	text-align: center;
	margin-bottom: 50px;
}
#deformed .container p {
	color: #000000;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: calc((150 / 1000) * 1rem);
	text-align: center;
	margin-bottom: 60px;
}
#deformed .container ul {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#deformed .container ul li {
	width: calc((100% - 20px) / 2);
}
#deformed .container ul li:nth-of-type(n+3) {
	margin-top: 10px;
}
#deformed .container ul li img {
	width: 100%;
}

@media only screen and (max-width: 1140px){

	#mainimage{
		background-size: auto;
	}
	#mainimage .mv{
		max-width: 100%;
	}
	#mainimage .mv_logo{
		max-width: 35.78%;
	}
}


@media only screen and (max-width: 1120px) {
	#itemlist{
		max-width: calc(100%);
		padding-right: 1rem;
		padding-left: 1rem;
		box-sizing: border-box;
	}
	.row > div {
		max-width: 49%;
	}

	.formbox .form__btn a {
		max-width: 100%;
	}

	#pickupItem{
		padding: 0 2rem;
		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%;
	}
	#content02 .intro_day{
		font-size: 1.5rem;
	}
	#content03 .deco img {
	width: 100%;
	max-width: 90%;
	height: auto;
	}
	#content03 .container h2 {
		max-width: 79.3vw;
		margin: 11vw auto 5vw;
	}
	#content03 .container h2 img {
		width: 100%;
	}
	.about {
		padding: 7.27vw 0;
	}
	.about p {
		font-size: 2.72vw;
	}
	#content03 .container .__text {
		font-size: 2.9vw;
		margin-bottom: 6.36vw;
	}
}

@media only screen and (max-width: 767px) {/* 375 */
	/* html{font-size: 50%;} */
	.sp_br{display: block;font-size: 0;}
	.pc_br{display: none;}


	#itemlist{
		padding: 0;
	}
	#content02 , #content03{
		background-size: 100%;
		padding-top: 3rem;
		padding-bottom: 5rem;
	}

	#content02 .intro_dayttl {
		margin: .5rem 0 3rem;
	}

	.limittxt:nth-child(1) {
		margin-bottom: 1.25rem;
	}

	.detailtxt:nth-child(1) {
		margin-bottom: 1.25rem;
	}

	#content02 .info_txtbox:nth-child(1) .intro_dayttl {
		margin-bottom: 1rem;
	}

	.detailtxt + .detailtxt {
		margin: 0;
	}

	#content02 .intro_ttl {
		margin: 0 auto 1rem;
	}
	#content02 .intro_txt {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}
	#content02 .intro_dayttl, 
	#content02 .info_txtbox:nth-child(1) .intro_dayttl {
		font-size: 1rem;
	}
	#content02 .intro_day {
		font-size: 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: 60%;
	}
	#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 h3{
		font-size: 1rem;
		padding: .86rem 1rem 1rem;
	}
	.detailtxt h3::after {
		right: 1rem;
	}
	.detailtxt ul{
		padding: 0 1rem;
	}
	.detailtxt li {
		font-size: .75rem;
		text-indent: 0;
		padding-left:0;
	}

	.detailtxt h3.acc_open + ul{
		padding: 1rem;
	}
	.title img{
		width: 80%;
	}


	#content03 {
		padding-top: 2.2rem;
		padding-bottom: 1.5rem;
	}

	main > [id] .container h2  , #content03 .tokuten > .tokuten__img{
		margin-bottom: 2rem;
	}
	
	main > [id] .container h2 img{
		width: 100%;
	}


	#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;
	}

.row > div{
	max-width: 100%;
}


	.item__ttl {
		font-size: 1.25rem;
	}
	.item__size{
		font-size: .935rem;
	}
	.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%;
	}

.formbox div.flex-box .form__select{
	margin-right: 0;
	margin-bottom: 1rem;
	width: 100%;
}


.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;
}



.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;
}
#deformed {
	padding: 18.7vw 0 15.6vw;
}
#deformed .container h2 {
	font-size: 7.8vw;
	margin-bottom: 25px;
}
#deformed .container p {
	font-size: 4.17vw;
	margin-bottom: 30px;
}

}







@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}



.bnr_area {
	background: url(../images/back.jpg) center / 100% repeat;
	padding: 6.25rem 1rem;
	box-sizing: border-box;
}

.bnr_area div {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}

.bnr_area img {
	width: 100%;
	height: auto;
}
.bnr_area ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 55px;
}
.bnr_area ul li {
	list-style-type: none;
	width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 767px) {
	.bnr_area {
		padding: 2.5rem 1rem;
	}
	.bnr_area ul {
		margin-bottom: 25px;
	}
}



/*---------------------------------------------------------------------   content04	----*/

#content04{
	max-width: 1100px;
	width: 100%;
	padding-top: 8.75rem;
	padding-bottom: 8.75rem;
	box-sizing: border-box;
	background: #ffffff;
	/* background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto; */
	position: relative;
	margin: 0 auto;
	text-align: center;
}


#content04::after{
	right: 0;
	transform: scaleX(-1);
}

#content04 .content_box{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.illust_staff_ttl{
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: calc((150 / 1000) * 1em);
	text-align: center;
	color : #212121;
	padding: 1rem .5rem;
	box-sizing: border-box;
	margin-bottom: 5.6rem;
	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 : #546984;
	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 ul {
	width: 100%;
}
.content_box .content_boxlist{
	max-width: 100%;
	width: 100%;
	margin: auto;
}

.content_box li {
	display: grid;
	grid-template-columns: 240px 1fr;
	column-gap: 10px;
	align-items: center;
	justify-content: start;
}


.chara__name {
	font-family: "Noto Serif JP", serif;
	justify-self: end;
	width: auto;
	min-width: unset;
	white-space: nowrap;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: center;
	background: #333;
	color: #fff;
	padding: 18px 14px;
}

.chara__direct {
	width: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color: #3a3a3a;
}

#photogallery {
	padding: 140px 0;
	background: url(../images/gallery_back.jpg) center top / cover no-repeat;
}
#photogallery h2 {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-weight: 600;
    line-height: 1;
    letter-spacing: calc((150 / 1000) * 1rem);
    text-align: center;
    margin-bottom: 25px;
}
#photogallery .__textPC {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
    line-height: 1;
    letter-spacing: calc((150 / 1000) * 1rem);
    text-align: center;
	margin-bottom: 1.5rem;
}
#photogallery .__textSP {
	display: none;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
    line-height: 1;
    letter-spacing: calc((150 / 1000) * 1rem);
    text-align: center;
	margin-bottom: 1.5rem;
}
#photogallery ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
#photogallery ul li {
	list-style-type: none;
	width: calc((100% - 20px) / 2);
}
#photogallery ul li:nth-of-type(n+3) {
	margin-top: 20px;
}
#photogallery ul li img {
	width: 100%;
}
.__attention {
	background: #fff000;
	text-align: center;
	padding: 15px 0;
	color: #893430;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: calc((50 / 1000) * 1rem);
}



@media only screen and (max-width: 767px){
	#mainimage .mv {
		max-width: 100%;
	}


	#mainimage{
		/* padding: 1rem 1rem 3rem; */
		background-size: cover;
	}
	#content04 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.illust_staff_ttl {
		max-width: 100%;
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}

	/* #content02::before ,
	#content02::after{
		width: calc(479px * .3);
		height: calc(555px * .3);
	} */



	.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: .8rem;
		text-align: center;
		line-height: 1.35;
	}

	.pickupItem__inner__item__ttl{
		font-size: 1.25rem;
		margin-bottom: 1.125rem;
	}

	.pickupItem__inner__item__name{
		font-size: 1.125rem;
		line-height: 1.35;
		margin-bottom: 1rem;
	}

	.pickupItem__inner__item__size{
		font-size: .935rem;
		margin-bottom: 1rem;
	}

	.pickupItem__inner__item__txt{
		font-size: .935rem;
		margin-bottom: 1rem;
	}

	.pickupItem__inner__item__price{
		font-size: 1.25rem;
	}

	.pickupItem__inner__item__price small{
		font-size: 80%;
	}

	.pickupItem__inner__item__txtBox{
		margin-bottom: 1.125rem;
	}
	
	.pickupItem__inner__item:not(:last-of-type){
		margin-bottom: 2rem;
	}

	#pickupItem{
		margin: 0 auto 2.5rem;
	}
	#itemsection h2 {
		max-width: 46.5vw;
	}
	#itemsection h2 img{
		width: 100%;
	}
}


@media only screen and (max-width: 767px) {/* 375 */
	#content04 {
		padding-top: 2.5rem;
		padding-bottom: 6rem;
	}

	.illust_staff_ttl {
		max-width: 100%;
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
		background: #fff;
	}



	.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%;
	}

	#content04 .content_box{
		padding: 0 1rem;
	}


	.content_box .content_boxlist {
		max-width: inherit;
		width: 100%;
		display: block;
	}


	#content04 {
		overflow: hidden;
		padding-bottom: 2.5rem;
	}

	#content04::after {
		bottom: 0;
		transform: translateY(10%) scale(-1 , 1);
	}
	#photogallery h2 {
	font-size: 7.8vw;
	}
	#photogallery {
		padding: 18.25vw 0;
	}
	.__attention {
		font-size: 17px;
		padding: 7.5px 0;
	}
	#deformed .container ul {
		flex-direction: column;
	}
	#deformed .container ul li {
		width: 100%;
	}

	#photogallery .__textPC {
	display: none;
	}
	#photogallery .__textSP {
		display: block;
		color: #fff;
		font-family: "Noto Serif JP", serif;
		font-size: 3.12vw;
		font-weight: 600;
		line-height: 1;
		letter-spacing: calc((150 / 1000) * 1rem);
		text-align: center;
		margin-bottom: 1.5rem;
	}

}

@media only screen and (max-width: 1230px) {
	.content_box li {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
}



#carouselIndicators01-2 .carousel-inner {
	position: relative;
}

