@charset "utf-8";

.sp_br{
	display: none;
}
.tb_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;
}


main{
	background: #1f2123;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

/* MV
-------------------------------------*/

#mainimage {
	padding-top: 1.25rem;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background: url('../images/mv_background.jpg') #bba482;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#mainimage .mv{
	max-width: 1384px;
	width: 100%;
	margin: 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
	box-sizing: border-box;
	position: relative;
}
#mainimage .mv_logoBox{
	margin-bottom: .625rem;
}
#mainimage .mv_logoBox .mv_logo01{
	max-width: 222px;
	width: 100%;
	margin: 0 auto .625rem 0;
}
#mainimage .mv_logoBox .mv_logo02{
	max-width: 459px;
	width: 100%;
	margin: 0 auto 0 0;
}
#mainimage .mv_img{
	max-width: 491px;
	width: 100%;
	margin: 0 auto 0 0;
}
#mainimage .mv_copy{
	position: absolute;
	bottom: 1.25rem;
	right: 1rem;
	max-width: calc(100% - 1rem * 2);
	width: 100%;
	margin: 0 auto;
}
#mainimage .mv_copy p{
	font-size: .8125rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: right;
	font-feature-settings: "palt" 1;
	color : #ffffff;
	margin: 0 auto;
}


/*---------------------------------------------------------------------   content01	----*/

#content01{
	padding-top: 4.625rem;
	padding-bottom: 2.75rem;
	box-sizing: border-box;
	background: url('../images/bg_o.png');
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	position: relative;
}

#content01::before{
	content: "";
	position: absolute;
	top: 2.3125rem;
	left: 50%;
	background: url('../images/icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 59px;
	height: 21px;
	display: block;
	transform: translate(-50% , 0);
}

#content01 p{
	font-size: 1rem;
	font-weight: normal;
	line-height: 2;
	letter-spacing: calc((100 / 1000) * 1em);
	text-align: center;
	font-feature-settings: "palt" 1;
	color : #ffffff;
	margin: 0 auto;
}


/*---------------------------------------------------------------------   content02	----*/

#content02{
	padding-top: 5.5rem;
	padding-bottom: 6.25rem;
	box-sizing: border-box;
	text-align: center;
	background: url('../images/bg_e.png');
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
}

#content02 .detail_ttl span{
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #3c2e24;
	width: auto;
	display: inline-block;
	margin: 0 auto 1.875rem;
}
#content02 .detail_ttl::before ,
#content02 .detail_ttl::after{
	content: "";
	display: inline-block;
	width: 50px;
	height: 17px;
	background: url('../images/icon_brown.png');
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: content-box;
	transform: translateY(-50%);
}
#content02 .detail_ttl::before{
	padding-right: 1rem;
	background-position: left;
}
#content02 .detail_ttl::after{
	padding-right: 1rem;
	background-position: left;
	transform: scale(-1 , 1) translateY(-50%);
}


#detail{
	margin-top: 6.5625rem;
}

#content02 .detail_day__inner{
	width: 100%;
	margin-bottom: 4.5rem;
}
#content02 .detail_day{
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc((100 / 1000) * 1em);
	text-align: center;
	color : #3c2e24;
	font-feature-settings: "palt" 1;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-bottom: .825rem;
}
#content02 .detail_day small{
	font-size: 71.42%;
}
#content02 .detail_day::after{
	content : "";
	position: absolute;
	bottom: 0;
	left: -.5rem;
	width : calc(100% + 1rem);
	height: 1px;
	background: #3c2e24;
	display: block;
	box-shadow: 0 0 26px #ffffff;
}


.detail_item{
	width: 100%;
	margin-bottom: 3.75rem;
}

.detail_item .item__img{
	max-width: 588px;
	width: 100%;
	margin: 0 auto 2.25rem;
}

.detail_item .item__price{
	font-size: 2.875rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color : #3c2e24;
	font-feature-settings: "palt" 1;
	margin-bottom: 0;
	margin-right: 1.09375rem;
}
.detail_item .item__price span{
	font-size: 80%;
	font-weight: 500;
}
.detail_item .item__price span small{
	font-size: 60%;
	font-weight: 500;
}
.detail_item form{
	max-width: 300px;
	width: 100%;
	margin-left: 1.09375rem;
}
.detail_item .formbox .form__btn button{
	max-width: 100%;
}



.detailtxt{
	display: inline-block;
	max-width: 820px;
	width : 100%;
	margin: 0;
	border-radius: 10px;
	border: 1px solid #3c2e24;
	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: #3c2e24;
	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 : #3c2e24;
	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-ff0000{color: #ff0000;}
.color-4160ff{color: #4160ff;}


.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{
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	background: url('../images/bg_o.png');
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	text-align: center;
	position: relative;
}


main .contents_ttl span{
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color: #3c2e24;
	width: auto;
	display: inline-block;
	margin: 0 auto 3.875rem;
}
main .contents_ttl::before ,
main .contents_ttl::after{
	content: "";
	display: inline-block;
	width: 50px;
	height: 17px;
	background: url('../images/icon_brown.png');
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: content-box;
	transform: translateY(-50%);
}
main .contents_ttl::before{
	padding-right: 1rem;
	background-position: left;
}
main .contents_ttl::after{
	padding-right: 1rem;
	background-position: left;
	transform: scale(-1 , 1) translateY(-50%);
}

#content03 .contents_ttl span{
	color: #ffffff;
}
#content03 .contents_ttl::before ,
#content03 .contents_ttl::after{
	background: url('../images/icon_white.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#content03 .content03__inner:not(:last-child){
	margin-bottom: 6.25rem;
}

.image_contents{
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.image_contents:not(:last-child){
	margin-bottom:1.875rem;
}

.image_contents ul , .image_contents li{list-style: none;}
.image_contents__list{
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 0 auto 1.875rem;
}
.image_contents__list.list-1col{
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.image_contents__list li:nth-child(n + 4){
	margin-top: .46875rem;
}
.image_contents p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((100 / 1000) * 1em);
	text-align: center;
	font-feature-settings: "palt" 1;
	color : #3c2c21;
	margin: 1.875rem auto 0;
}

.image_contents .image_contents__text{
	font-size: 1rem;
	font-weight: normal;
	line-height: 2;
	letter-spacing: calc((100 / 1000) * 1em);
	text-align: center;
	font-feature-settings: "palt" 1;
	color : #ffffff;
	margin: 0 auto;
}

#content03 .content03__inner:last-child .image_contents::after{
	content: "";
	position: absolute;
	bottom: calc(-4.5625rem + 6.25rem * -1);
	right: 0;
	width: 186px;
	height: 723px;
	background: url('../images/card_matsuda.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 999;
}



/*---------------------------------------------------------------------   content04	----*/

#content04{
	max-width: 100%;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	background: url('../images/bg_e.png');
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	text-align: center;
	position: relative;
}

#content04 .content04__inner:not(:last-child){
	margin-bottom: 6.25rem;
}

main > *[id] .container{
	position: relative;
	z-index: 3;
	padding-left: 0;
	padding-right: 0;
}

.item__content{
	max-width: 1112px;
	width: 100%;
	margin: 0 auto;
}


.item__content .item__content__inner{
	width: 100%;
	margin: 0 auto;
	-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;
}

.item__content .carousel{
	max-width: 33.75rem;
	width: 100%;
	position: relative;
}
.item__content .carousel-indicators{
	display: none;
}
.item__content .carousel .img-thumbnail{
	background-color: transparent;
	padding: 0;
}
.item__content .item__txtBox{
	max-width: calc(100% - 33.75rem - 1.875rem);
	width: 100%;
}
.item__content .item__name{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color : #3c2e24;
	font-feature-settings: "palt" 1;
	margin-bottom: 1.875rem;
}
.item__content .item__size{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color: #3c2e24;
	margin-bottom: 1.875rem;
}
.item__content .item__size span::before{
	content: "\3010";
	display: inline-block;
	margin: 0 .25rem 0 0;
}
.item__content .item__size span::after{
	content: "\3011";
	display: inline-block;
	margin: 0 .25rem;
}
.item__content .item__txt{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color: #3c2e24;
	margin-bottom: 1.85rem;
}

.item__content .item__txtBox > div.flex-box{
	margin-top: 3.75rem;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.item__content .carousel-control-prev-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	transform: scale(-1, 1);
	background-size: contain;
	background-position: center;
}
.item__content .carousel-control-next-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	background-size: contain;
	background-position: center;
}
.item__content .carousel-control-next ,
.item__content .carousel-control-prev{
	width: 8%;
}


.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;}

#content04 .item__price{
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: left;
	color : #3c2e24;
	font-feature-settings: "palt" 1;
	margin-bottom: 0;
	margin-right: 3.6875rem;
}
#content04 .item__price span{
	font-size: 80%;
	font-weight: 500;
}
#content04 .item__price span small{
	font-size: 60%;
	font-weight: 500;
}

.formbox div.flex-box{
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
	box-sizing: border-box;
	-ms-align-items: end;
    -webkit-align-items: end;
    align-items: end;
}
.formwname +  input::placeholder{
	color : #ffffff;
}
.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: #3c2e24;
	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 : #3c2e24;
	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 : #3c2e24;
	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 : #3c2e24;
	height: 30px;
}

.formbox .form__btn{
	max-width: 405px;
	margin-bottom: 0;
}

.formbox .form__btn button{
	width: 100%;
	background: #3c2e24;
	font-size: 1rem;
	font-weight:400;
	line-height: 2;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
}
.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
}
.formbox > .flex-box [class^="form__"]{
	color: #3c2e24;
}




/*---------------------------------------------------------------------   content05	----*/

#content05{
	max-width: 100%;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	background: url('../images/bg_o.png');
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	text-align: center;
	position: relative;
}

#content05 .contents_ttl span{
	color: #ffffff;
}
#content05 .contents_ttl::before ,
#content05 .contents_ttl::after{
	background: url('../images/icon_white.png');
	background-repeat: no-repeat;
	background-size: contain;
}



@media only screen and (max-width: 1450px) {/*1000*/
	.image_contents , .item__content{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	.image_contents__list li{
		max-width: calc((100% - .9375rem) / 3);
		width: 100%;
	}
	.image_contents__list.list-1col li{
		max-width: calc(560px * .8);
		width: 100%;
	}
	.image_contents__list li img{
		width: 100%;
	}

	#content03 .content03__inner:last-child .image_contents::after {
		width: calc(186px * .8);
		height: calc(723px * .8);
		right: 2.5rem;
	}

	main .contents_ttl span ,
	#content02 .detail_ttl span{
		font-size: 2rem;
		line-height: 1.5;
	}

	#content02 .detail_ttl::before ,
	#content03 .contents_ttl::before ,
	#content04 .contents_ttl::before ,
	#content05 .contents_ttl::before{
		transform: translateY(-20%);
	}
	#content02 .detail_ttl::after ,
	#content03 .contents_ttl::after ,
	#content04 .contents_ttl::after ,
	#content05 .contents_ttl::after{
		transform: scale(-1 , 1) translateY(-20%);
	}

	#content04 .content04__inner:first-child .contents_ttl::before{
		transform: translateY(-100%);
	}
	#content04 .content04__inner:first-child .contents_ttl::after{
		transform: scale(-1 , 1) translateY(-100%);
	}
	.image_contents p {
		font-size: .8275rem;
	}


}


@media only screen and (max-width: 1000px) {/*768*/
	/* html{font-size: 70%;} */
	.tb_br{display: block;font-size: 0;}
	.img-thumbnail {width: 100%;}

	#mainimage .mv_logoBox .mv_logo01{
		max-width: calc(222px * .7);
	}
	#mainimage .mv_logoBox .mv_logo02{
		max-width: calc(459px * .7);
	}
	#mainimage .mv_img{
		max-width: calc(491px * .7);
	}

	#content03 .content03__inner:last-child .image_contents::after {
		width: calc(186px * .6);
		height: calc(723px * .6);
		right: 2.5rem;
	}

	.item__content .carousel {
		max-width: 100%;
	}

	.item__content .item__txtBox {
		max-width: 100%;
		width: 100%;
		margin-top: 2rem;
	}
	.item__content .item__txtBox > div.flex-box{
		display: block;
	}
	.formbox .form__btn {
		max-width: 100%;
	}
}



@media only screen and (max-width: 767px) {/* 375 */
	html{font-size: 100%;}
	.sp_br{display: block;font-size: 0;}
	.pc_br{display: none;}

	#mainimage .mv_logoBox .mv_logo01{
		max-width: calc(222px * .4);
	}
	#mainimage .mv_logoBox .mv_logo02{
		max-width: calc(459px * .4);
	}
	#mainimage .mv_img{
		max-width: calc(491px * .4);
	}
	#mainimage .mv_copy p{
		font-size: .75rem;
	}


	#content01{
		padding-top: 2.5rem;
		padding-bottom: 1.5rem;
	}
	#content01::before{
		top: 1rem;
		width: calc(59px * .8);
		height: calc(21px * .8);
	}
	#content01 p{
		font-size: .875rem;
	}

	#content02 ,
	#content03 ,
	#content04 ,
	#content05 {
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}

	main .contents_ttl span ,
	#content02 .detail_ttl span{
		font-size: 1.75rem;
		line-height: 1.5;
	}

	#content02 .detail_ttl::before ,
	#content02 .detail_ttl::after ,
	#content03 .contents_ttl::before ,
	#content03 .contents_ttl::after{
		width: calc(50px * .75);
		height: calc(17px * .75);
	}
	#content02 .detail_day{
		line-height: 1.5;
	}
	#content02 .detail_day__inner{
		margin-bottom: 2.5rem;
	}

	.detail_item .item__img{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}
	.detail_item .item__img img{
		width: 100%;
	}

	.detail_item .item__price{
		font-size: 2.35rem;
		text-align: center;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	.detail_item form{
		max-width: calc(100% - 1rem * 2);
		margin-left: 0;
	}
	.detail_item {
		margin-bottom: 1.75rem;
	}


	.detailtxt {
		max-width: calc(100% - 1rem * 2);
	}
	.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;
	}


	main .contents_ttl span{
		font-size: 5.85vw;
		margin-bottom: 2rem;
	}

	main [id]:is(#content03 , #content04 , #content05) .contents_ttl::before{
		transform: translateY(-100%);
	}
	main [id]:is(#content03 , #content04 , #content05) .contents_ttl::after{
		transform: scale(-1 , 1) translateY(-100%);
	}

	.image_contents .image_contents__text{
		font-size: .875rem;
	}

	#content03 .content03__inner:not(:last-child) ,
	#content04 .content04__inner:not(:last-child){
		margin-bottom: 3rem;
	}

	.image_contents__list.list-1col li img{
		width: 70%;
	}

	#content03 .content03__inner:last-child .image_contents::after {
		width: calc(186px * .4);
		height: calc(723px * .4);
		right: .5rem;
		bottom: -3rem;
	}
	.image_contents__list{
		margin-bottom: 1.25rem;
	}
	.image_contents p{
		font-size: .875rem;
		margin-top: 1rem;
	}
	#content04 .image_contents p br{
		display: none;
	}
	#content04 .image_contents__list li{
		max-width: calc((100% - .9375rem) / 2);
	}

	#content04 .image_contents__list li:nth-child(n + 3){
		margin-top: .9375rem;
	}

	.item__content .item__size{
		font-size: .935rem;
		padding: 0;
		margin-bottom: 1.25rem;
	}
	.item__content .item__txt{
		font-size: .935rem;
		padding: 0;
	}
	.item__content .item__price{
		font-size: 1.5rem;
	}
	.formbox > .flex-box span[class^="form__"] {
		font-size: .935rem;
	}
	.item__content .item__txtBox > div.flex-box{
		margin-top: 1.5rem;
	}
	#content04 .item__price{
		text-align: center;
		width: 100%;
		margin: 0 auto 1.25rem;
	}

	#content04 .content04__inner:first-child .contents_ttl::before{
		transform: translateY(-180%);
	}
	#content04 .content04__inner:first-child .contents_ttl::after{
		transform: scale(-1 , 1) translateY(-180%);
	}

	#content03 .content03__inner:last-child .contents_ttl::before ,
	#content04 .content04__inner:last-child .contents_ttl::before ,
	main [id]#content05 .contents_ttl::before{
		transform: translateY(0);
	}
	#content03 .content03__inner:last-child .contents_ttl::after ,
	#content04 .content04__inner:last-child .contents_ttl::after ,
	main [id]#content05 .contents_ttl::after{
		transform: scale(-1 , 1) translateY(0);
	}
}






































@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
