@charset "utf-8";

html{
	scroll-behavior: smooth;
}

figcaption{
	width: 0;
	height: 1px;
	clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
}

.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;
}
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.bkg{
	padding: 1.875rem 0 6.375rem;
	box-sizing: border-box;
	background: url(../images/background_dot.png) , linear-gradient(180deg, rgba(228, 0, 19, 1), rgba(114, 19, 86, 1)) center bottom / auto no-repeat;
	position: relative;
}

/* .bkg::after{
	content: "";
	background: linear-gradient(180deg, #441a7100 0%, #441a71FF 50% , #1f2088FF 100%);
	width: 100%;
	height: 11.25%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
} */

.bkg > [id]{
	position: relative;
	z-index: 10;
}


/* MV
-------------------------------------*/

#mainimage{
	padding: 0;
	margin: 0 auto 4rem;
}

#mainimage .mv{
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#mainimage .mv_img{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
}

#mainimage .mv_logo{
	max-width: 956px;
	width: 100%;
	margin: 2.875rem auto 0;
}

/*---------------------------------------------------------------------   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: 1000px;
	width : 100%;
	border-radius: 10px;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt:nth-child(1){margin-bottom: 3rem;}
.detailtxt:nth-child(1) h4{background: #1d2088;}
.detailtxt:nth-child(2) h4{background: #1d2088;}
.detailtxt h4{
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	padding: 1.2rem 1.875rem 1.2rem;
	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: 1.2rem;
	font-weight: 500;
	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 .detailtxt_delivery{
	text-indent: 0;
	padding-left: 0;
}

.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;
}


/*---------------------------------------------------------------------   nav	----*/

#nav__menu{
	padding: .875rem 1rem .625rem;
	box-sizing: border-box;
}
#nav__menu > ul{
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}
#nav__menu li{
	max-width: 460px;
	width: 100%;
	list-style: none;
}
#nav__menu li a{
	display: block;
	transition: all .4s;
}
#nav__menu li a img{
	width: 100%;
}

#nav__menu li a:hover{
	transform: scale(1.02);
	opacity: 1;
}

/*---------------------------------------------------------------------   content__all	----*/

*[id^="content"] .content__ttl{
	text-align: center;
	display: block;
	margin-bottom: 5.25rem;
}

.itemList__ttl{
	text-align: center;
	margin-bottom: 3.75rem;
}


/*---------------------------------------------------------------------   content03	----*/

#content03{
	max-width: 100%;
	background: #1d2088;
	text-align: center;
	position: relative;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
}

#content03 #item_undeadunluck{
	width: 100%;
	background: url(../images/paint_over.png) , url(../images/paint_under.png) center top , center bottom / 100% no-repeat , linear-gradient(180deg, rgba(95, 22, 98, 1), rgba(33, 31, 133, 1)) center bottom / auto no-repeat;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top, bottom;
	background-color: #1d2088;
	padding: 6.25rem 1rem 10.625rem;
	box-sizing: border-box;
}

#content03 #item_drstone{
	width: 100%;
	background: url(../images/background_dr.jpg) #1d2088 center top / 100% repeat;
	padding: 12.5rem 1rem 6.25rem;
	margin-top: -8rem;
	box-sizing: border-box;
	/* clip-path: polygon(0 calc(5.44% - .625rem), 100% 0%, 100% 100%, 0% 100%); */
	clip-path: polygon(0 calc((100 / 1500) * 100vw), 100% 0%, 100% 100%, 0% 100%);
	position: relative;
	overflow: hidden;
}

#content03 #item_drstone::before{
	content: "";
	background: #e60012;
	width: 100%;
	height: calc((108 / 1500) * 100vw);
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0%, 100% calc(0% + .625rem), 0% 100%);
}






/*---------------------------------------------------------------------   content03_item	----*/

#itemlist{
	padding: 0;
	max-width: 1118px;
}

#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;
}

#itemlist > .row {
	-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;
	margin: 0;
}


#itemlist > .row > div {
	/* background: #ffffff; */
	/* border-radius: 10px; */
	padding: 0;
	box-sizing: border-box;
	max-width: calc((100% - 1.875rem) / 2);
	overflow: hidden;
}

#itemlist > .row > div:nth-child(n + 3){
	margin-top: 5rem;
}

.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: #fff;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: left;
box-sizing: border-box;
}
#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;
box-sizing: border-box;
}
#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: #fff;
	margin-bottom: 1.25rem;
	text-align: left;
box-sizing: border-box;
}

#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: 2rem;
	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 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: #fff;
	text-align: left;
}
.form__quantity span{
	color: #fff;
}
.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:calc(100% - 2rem * 2);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #e60012;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.9;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 10px;
}

#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}

.color-red{
	color: #e80106;
}

a:hover{
	text-decoration: none;
}





/*---------------------------------------------------------------------   content03	----*/

#content04{
	width: 100%;
	background: #e7e7e7;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 9.375rem;
	box-sizing: border-box	;
	position: relative;
}

#content04 .content04__img{
	margin-bottom: 6.25rem;
}

#content04 .boothButton{
	margin-bottom: 6.25rem;
}

#content04 .content04__list__group:not(:last-child){
	margin-bottom: 3.75rem;
}

#content04 .content04__list__group[data="jump"] dt{
	max-width: 351px;
	width: 100%;
	margin: 0 auto 1.875rem;
	display: block;
}

#content04 .content04__list__group[data="tms"] dt{
	max-width: 467px;
	width: 100%;
	margin: 0 auto 1.875rem;
	display: block;
}

#content04 .content04__list__group[data] dt img{width: 100%;}

#content04 .content04__list__group[data] dd{
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	margin: 0;
}











@media only screen and (max-width: 1500px) {
	#mainimage{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
		margin: 0 auto 3rem;
	}

	#mainimage .mv_logo{
		max-width: 63.7vw;
		margin: -3% auto 0;
	}

	#mainimage .mv_logo img{
		width: 100%;
		margin: 9% auto 0;
	}

	#content02{
		/* padding-left: 1rem; */
		/* padding-right: 1rem; */
		box-sizing: border-box;
	}
}


@media only screen and (max-width: 1200px) {
	#content02 img{
		width: 100%;
	}

	#content02 .info__text{
		font-size: 3rem;
	}

	#item_undeadunluck .content__ttl{
		max-width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}

	#item_drstone .content__ttl{
		max-width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}

	#content03 .itemList__ttl{
		max-width: 341px;
		margin-left: auto;
		margin-right: auto;
	}

	#content03 img{
		width: 100%;
	}

	#content04 img{
		width: 100%;
	}

	#content04 .content04__img{
		max-width: 589px;
		margin-left: auto;
		margin-right: auto;
	}

	#content04 .content04__list__group[data] dd span{
		max-width: calc((100vw - 1.25rem * 2) / 3);
	}

	#content03 #item_drstone::before{
		height: calc((77 / 1000) * 100vw);
	}
}


@media only screen and (max-width: 1000px) {/*768まで*/
	.img-thumbnail {width: 100%;}
	main > [id] .container{max-width: 100%;}
}

@media only screen and (max-width: 767px) {/* 375まで */
	.sp_br{display: block;}

	.bkg{
		padding: 1rem 0 3.6875rem;
	}

	#mainimage{
		margin-bottom: 2.125rem;
	}

	#mainimage .mv_img{
		flex-wrap: wrap;
	}

	#mainimage .mv_logo{
		max-width: 100%;
		margin: 6% auto 0;
	}

	.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;
	}

	#content03 #item_undeadunluck{
		background: url(../images/paint_over.png) , url(../images/paint_under.png) center top , center bottom / 100% no-repeat , linear-gradient(180deg, rgba(95, 22, 98, 1), rgba(33, 31, 133, 1)) center bottom / auto no-repeat;
	background-size: 100%;
		background-repeat: no-repeat;
		background-position: top, bottom;
		background-color: #1d2088;
		padding: 3.125rem 1rem 5rem;
	}

	#item_undeadunluck .content__ttl{
		max-width: 60vw;
		margin-bottom: 0.625rem;
	}

	#content03 .itemList__ttl{
		max-width: 50vw;
		margin-bottom: 1.875rem;
	}

	#content03 #item_drstone{
		width: 100%;
		background: url(../images/background_dr.jpg) center top / 100% repeat;
		padding: 6.25rem 1rem 3.125rem;
		margin-top: -1.625rem;
	}

	#content03 #item_drstone::before{
		height: calc((80 / 1000) * 100vw);
		clip-path: polygon(0 0, 100% 0%, 100% calc(0% + 0.35rem), 0% 100%);
	}

	#item_drstone .content__ttl{
		max-width: 60vw;
		margin-bottom: 0.625rem;
	}

	main > [id] .container h2 {
		margin-bottom: 1.5rem;
	}

	#itemlist > .row > div{
		max-width: 100%;
		padding: 0;
		margin-bottom: 0!important;
	}
	#itemlist > .row > div:nth-child(n + 2){
		margin-top: 5rem;
	}


	#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;
	}
	#itemlist .item__price{
		font-size: 1.25rem;
	}

	.formbox div.flex-box .form__select{
		margin-right: 0;
		margin-bottom: 1rem;
		width: 100%;
	}

	.formbox .form__btn button{
		max-width: 100%;
	}

	#content04{
		padding-bottom: 4.6875rem;
	}

	#content04 .content04__img{
		max-width: 73.43%;
		margin-bottom: 1.875rem;
	}

	#content04 .boothButton{
		margin-bottom: 3.25rem;
	}

	#content04 .content04__list__group[data="jump"] dt{
		max-width: 43.87%;
		margin: 0 auto 0.9375rem;
	}

	#content04 .content04__list__group[data="tms"] dt{
		max-width: 58.37%;
		margin: 0 auto 0.9375rem;
	}

	#content04 .content04__list__group[data] dd{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#content04 .content04__list__group[data] dd span{
		max-width: calc((100% - 1.25rem * 1) / 2);
	}

	#content04 .content04__list__group:not(:last-child){
		margin-bottom: 1.875rem;
	}
}






































@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
