.m-min {
	font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body {
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
/* ------------------------------
	.p-mv
------------------------------ */
.p-mv {
	position: relative;
}

.p-mv .item {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.p-mv .item picture {
	width: 100%;
	height: 100%;
}

.p-mv .item img {
	width: 100%;
	/* height: 100%; */
	-o-object-fit: cover;
	object-fit: cover;
}

.p-mv .inn {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p-mv .inn picture img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.l-online-btn-link{
	background: #132064;
	color: #fff;
}

.l-scrollbar{
	display: none;
}
@media screen and (max-width: 767px) {
	.l-scrollbar{
		display: block;
		position: absolute;
		top: 58%;
		right: -14px;
		transform: rotate( 90deg );
	}
	.l-scrollbar p{
		color: #132064;
		font-size: 1.2rem;
		font-family: "Avenir Next", "Lato", sans-serif;
		position: relative;
		width: 78px;
		letter-spacing: 1px;
	}
	.l-scrollbar p::before{
		content: '';
		/*絶対配置で下線の位置を決める*/
		position: absolute;
		top:50%;
		right:0%;
		transform: translateY(-50%);

		/*下線の形状*/    
		width: 37px;
		height: 1px;
	  	background:#132064;
	}
	
	.l-scrollbar p::after{
		content: '';
		/*絶対配置で矢印の位置を決める*/
	  	position: absolute;
		bottom: 14px;
		right:0;
		/*矢印の形状*/    
		width: 9px;
		height:1px;
	  	background:#132064;
		transform: rotate(35deg);
	}
	
}

/* ------------------------------
	.p-sec01
------------------------------ */
.p-sec01 {
	padding-top: 200px;
	padding-bottom: 122px;
	background-image: url(../images/2025ss_powder/bg_sec01.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.p-sec01 .l-content-inner{
	width: 100%;
}
.p-sec01-box{
	background: linear-gradient(rgba(255,255,255,1),rgba(0255,255,255,0.73));
	position: relative;
}
.p-sec01-imgtxt{
	width: 789px;
	position: absolute;
	top: 196px;
	left: calc(50% - 220px);
	z-index: 1;
}
.p-sec01-img-box{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 75px;
	left: 0;
	background-image: url(../images/2025ss_powder/sec01_img.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.p-sec01-txt-box{
	padding-left: calc(50% + 46px);
	padding-top: 352px;
	padding-bottom: 138px;
}
.p-sec01-txt-box .p-sec01-ttl {
	font-size: 3.2rem;
	color: #132064;
	line-height: 1.8;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 2px solid #132064;
	max-width: 524px;
}
.p-sec01 .c-buy_btn{
	margin-top: 256px;
}


@media screen and (max-width: 767px) {
	.p-sec01 {
		padding: 219px 0 80px;
	}
	.p-sec01-box{
		background: none;
		padding: none;
	}
	.p-sec01-imgtxt{
		width: auto;
		position: absolute;
		top: -90px;
		left: initial;
	}
	.p-sec01-img-box{
		position: relative;
		width: 100vw;
		height: 300px;
		top: initial;
		left: initial;
	}
	.p-sec01-txt-box{
		padding: 63px 18px 0;
	}
	.p-sec01-txt-box .p-sec01-ttl {
		font-size: 2.1rem;
		line-height: 1.9;
		padding-bottom: 37px;
		margin-bottom: 37px;
		border-bottom: 2px solid #132064;
		max-width: 100%;
	}
	.p-sec01-txt-box .p-sec01-txt {
		width: 221px;
	}
	
	.p-sec01 .c-buy_btn{
		margin-top: 60px;
	}	
}

/* ------------------------------
	.product_list
------------------------------ */
.product_list
{
	padding: 146px 0 139px;
	background-image: url(../images/2025ss_powder/bg_product_list.png); 
	background-size: cover;
}
.product_list .l-content-inner{
	width: 1119px;
}
.product_list_area{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: row-reverse;
	padding: 0 80px 0;
}
.product_list_dtl_box{
	width: 36%;
	padding-left: 30px;
}
.product_list_img_box{
	width: 64%;
	position: relative;
}
.product_list_img_box .item-text{
	position: absolute;
	bottom: 23px;
	left: 22px;
	font-size: 1.5rem;
	line-height: 1.67;
	color: #707070;
}
.product_list .c-buy_btn{
	margin-top: 113px;
}
@media screen and (max-width: 767px) {
	.product_list
	{
		padding: 46px 0 80px;
	}
	.product_list_area{
		display: block;
		padding: 0;
	}
	.product_list_dtl_box{
		width: 100%;
		padding-left: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.product_list_dtl_box picture{
		width: calc(50% - 4px);
	}
	.product_list_img_box{
		width: 100%;
	}
	.product_list_img_box .item-img{
		width: 100vw;
		margin-top: 70px;
		margin-bottom: 70px;
		margin-left: calc(50% - 50vw);
	}
	.product_list_img_box .item-text{
		position: relative;
		bottom: initial;
		left: initial;
		font-size: 1.3rem;
		line-height: 1.53;
		color: #132064;
		background-color: #ffffff;
		padding: 17px 23px;
		width: 296px;
		margin: 0 auto;
		filter: drop-shadow(2px 3px 3px rgba(25, 40, 105, 0.16));
	}
	.product_list .c-buy_btn{
		margin-top: 113px;
	}
}

/* ------------------------------
	.featuer
------------------------------ */
.feature{
	padding: 117px 0 74px;
	background-image: url(../images/2025ss_powder/bg_feature.png); 
	background-size: cover;
}
.feature .l-content-inner{
	width: 944px;
}
.feature_ttl{
	text-align: center;
	font-size: 3.2rem;
	padding-bottom: 18px;
	margin-bottom: 18px;
	position: relative;
	color: #132064;
	font-weight: 500;
}
.feature_ttl::after{
	position: absolute;
	content: '';
	width: 415px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #132064;
}
.feature_subttl{
	text-align: center;
}
.feature_area{
	margin-top: 78px;
	display: flex;
	justify-content: flex-start;
}
.feature_img_wrap{
	width: 348px;
}
.feature_txt_wrap{
	width: calc(100% - 348px);
	padding-left: 40px;
}
.feature_txt_wrap li{
	margin-bottom: 35px;
}
.feature_txt_wrap .feature_item03{
	margin-bottom: 80px;
}
.feature_txt_wrap .feature_item_ttl{
	font-size: 1.7rem;
	color: #132064;
	background-image: url(../images/2025ss_powder/bg_feature_item_ttl.png); 
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 9px;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
}
.feature_txt_wrap .feature_item_ttl::before{
	position: absolute;
	left: 38px;
	bottom: 9px;
}
.feature_txt_wrap .feature_item_ttl::after{
	position: absolute;
	bottom: 9px;
}
.feature_txt_wrap .feature_item01 .feature_item_ttl{
	padding-left:188px;
}
.feature_txt_wrap .feature_item01 .feature_item_ttl::before{
	content: '';
	width: 123px;
	height: 43px;
	background-image: url(../images/2025ss_powder/feature_item_ttl01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.feature_txt_wrap .feature_item01 .feature_item_ttl::after{
	content: '';
	width: 53px;
	height: 40px;
	background-image: url(../images/2025ss_powder/feature_item_icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 336px;
}
.feature_txt_wrap .feature_item02 .feature_item_ttl{
	padding-left:188px;
}
.feature_txt_wrap .feature_item02 .feature_item_ttl::before{
	content: '';
	width: 137px;
	height: 54px;
	background-image: url(../images/2025ss_powder/feature_item_ttl02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
}
.feature_txt_wrap .feature_item02 .feature_item_ttl::after{
	content: '';
	width: 70px;
	height: 37px;
	background-image: url(../images/2025ss_powder/feature_item_icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 356px;
}
.feature_txt_wrap .feature_item03 .feature_item_ttl{
	padding-left:172px;
}
.feature_txt_wrap .feature_item03 .feature_item_ttl::before{
	content: '';
	width: 111px;
	height: 43px;
	background-image: url(../images/2025ss_powder/feature_item_ttl03.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.feature_txt_wrap .feature_item03 .feature_item_ttl::after{
	content: '';
	width: 70px;
	height: 40px;
	background-image: url(../images/2025ss_powder/feature_item_icon03.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 327px;
}
.feature_txt_wrap .feature_item_dtl{
	padding-left: 38px;
	font-size: 21px;
}
.feature_txt_wrap .annotation{
	font-size: 1.4rem;
	color: #707070;
	padding-left: 337px;
}
.feature_txt_wrap .feature_item02 .annotation,
.feature_txt_wrap .feature_item03 .annotation{
	padding-left: 0px;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.feature{
		padding: 70px 0 18px;
	}
	.feature_ttl{
		font-size: 2.1rem;
		padding-bottom: 16px;
		margin-bottom: 23px;
	}
	.feature_ttl::after{
		width: 298px;
	}
	.feature_subttl{
		width: 252px;
		margin: 0 auto;
	}
	.feature_area{
		margin-top: 71px;
		display: block;
	}
	.feature_img_wrap{
		width: 65%;
		margin: 0 auto 76px;
	}
	.feature_txt_wrap{
		width: 100%;
		padding-left: 0;
	}
	.feature_txt_wrap li{
		margin-bottom: 50px;
	}
	.feature_txt_wrap .feature_item03{
		margin-bottom: 85px;
	}
	.feature_txt_wrap .feature_item_ttl{
		font-size: 1.4rem;
		position: relative;
		line-height: 1;
		margin-bottom: 17px;
	}
	.feature_txt_wrap .feature_item_ttl::before{
		position: absolute;
		left: 18px;
		bottom: 9px;
	}
	.feature_txt_wrap .feature_item_ttl::after{
		position: absolute;
		bottom: 9px;
	}
	.feature_txt_wrap .feature_item01 .feature_item_ttl{
		padding-left: 120px;
	}
	.feature_txt_wrap .feature_item01 .feature_item_ttl::before{
		width: 82px;
		height: 29px;
	}
	.feature_txt_wrap .feature_item01 .feature_item_ttl::after{
		content: '';
		width: 45px;
		height: 33px;
		left: 261px;
	}
	.feature_txt_wrap .feature_item02 .feature_item_ttl{
		padding-left:125px;
	}
	.feature_txt_wrap .feature_item02 .feature_item_ttl::before{
		width: 91.5px;
		height: 36px;
		bottom: 5px;
	}
	.feature_txt_wrap .feature_item02 .feature_item_ttl::after{
		width: 62px;
		height: 32px;
		left: 284px;
	}
	.feature_txt_wrap .feature_item03 .feature_item_ttl{
		padding-left:102px;
	}
	.feature_txt_wrap .feature_item03 .feature_item_ttl::before{
		width: 74px;
		height: 29px;
	}
	.feature_txt_wrap .feature_item03 .feature_item_ttl::after{
		width: 60px;
		height: 34px;
		left: 240px;
	}
	.feature_txt_wrap .feature_item_dtl{
		padding-left: 20px;
		font-size: 1.7rem;
	}
	.feature_txt_wrap .annotation{
		font-size: 0.8rem;
		padding-left: 0;
		text-align: right;
	}
	.feature_txt_wrap .feature_item02 .annotation,
	.feature_txt_wrap .feature_item03 .annotation{
		padding-left: 0px;
		vertical-align: top;
	}
}
/* ------------------------------
	.effect
------------------------------ */
.effect{
	padding: 150px 0 188px
}
.effect .annotation{
	font-size: 1.4rem;
	color: #707070;
	font-weight: normal;
}
.effect_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.effect_content{
	width: calc(50% - 13px);
	border: 3px solid #132064;
	border-radius: 19px;
	padding: 0 65px 40px 67px;
	height: 490px;
	position: relative;
}
.effect_ttl{
	background-color: #FFFFFF;
	display: inline-block;
	position: relative;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	font-size: 2.6rem;
	color: #132064;
	text-align: center;
}
.effect_dtl_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.effect_dtl_item{
	width: calc(50% - 35px);
}
.effect_dtl_item .img_wrap{
	height: 158px;
	margin-bottom: 45px;
	text-align: center;
}
.effect_dtl_item .img_wrap img{
	height: 100%;
	width: auto;
}
.effect_dtl_item .txt_wrap .label{
	background-color: #132064;
	border-radius: 17px;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	padding: 7px 0;
	line-height: 1;
}
.effect_dtl_item .txt_wrap .label .annotation{
	color: #ffffff;
	vertical-align: top;
}
.effect_dtl_item .txt_wrap .txt{
	font-size: 1.8rem;
	line-height: 1.55;
}
.effect_dtl_item .txt_wrap .txt .bold{
	font-weight: bold;
}
.effect_dtl_item .txt_wrap .txt .annotation{
	vertical-align: top;
}
.effect .btn_wrap{
	margin: 189px auto 0;
}
.effect .btn_wrap .effect_btn{
	position: relative;
	display: flex;
	align-items: center;
	width: 609px;
	height: 130px;
	margin: 0 auto;
	background-color: #132064;
	border-radius: 65px;
	padding-left: 232px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.effect .btn_wrap .effect_btn:hover{
	opacity: 0.7;
}
.effect .btn_wrap .effect_btn span{
	font-size: 2.3rem;
	color: #ffffff;
	line-height: 1.7;
}
.effect .btn_wrap .effect_btn::before{
	content: '';
	width: 297px;
	height: 254px;
	background-image: url(../images/2025ss_powder/effect_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -141px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.effect{
		padding: 80px 0 134px
	}
	.effect .annotation{
		font-size: .8rem;
		line-height: 1.55;
	}
	.effect_wrap{
		display: block;
		margin-bottom: 10px;
	}
	.effect_content{
		width: 100%;
		border: 2px solid #132064;
		padding: 0 18px 40px;
		height: auto;
	}
	.effect_content:first-of-type{
		margin-bottom: 70px;
	}
	.effect_ttl{
		top: -22px;
		padding: 0 10px;
		font-size: 1.6rem;
	}
	.effect_dtl_wrap{
		margin-top: 0px;
	}
	.effect_dtl_item{
		width: calc(50% - 9px);
	}
	.effect_dtl_item .img_wrap{
		height: 100px;
		margin-bottom: 30px;		
	}
	.effect_dtl_item .txt_wrap .label{
		border-radius: 13px;
		font-size: 1.5rem;
		margin-bottom: 19px;
		padding: 6px 0;
	}
	.effect_dtl_item .txt_wrap .txt{
		font-size: 1.3rem;
		line-height: 1.53;
	}
	.effect .btn_wrap{
		margin: 106px auto 0;
	}
	.effect .btn_wrap .effect_btn{
		width: 90%;
		height: 73px;
		margin: 0 0 0 auto;
		padding-left: 138px;
	}
	.effect .btn_wrap .effect_btn span{
		font-size: 1.3rem;
		line-height: 1.54;
		min-width: 163px;
		width: 50%;
	}
	.effect .btn_wrap .effect_btn::before{
		width: 166px;
		height: 143px;
		left: -12%;
	}
}

/* ------------------------------
	.product
------------------------------ */
.product{
	position: relative;
	padding-top: 183px;
	padding-bottom: 284px;
}
.product.matte_clear{
	margin-top: 0;
	background-image: url(../images/2025ss_powder/bg_product_matteclear.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 4px solid #73C6DC;
}
.product.sheer_glow{
	margin-top: 0;
	margin-bottom: 236px;
	background-image: url(../images/2025ss_powder/bg_product_sheerglow.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 240px;
	border-top: 4px solid #F29E84;
}
.product-content{
	position: relative;
	min-height: 875px;
	margin-bottom: 100px;
}
.product-content .ttl_box{
	position: absolute;
    top: 44px;
    right: 0;
	z-index: 1;
}
.product-content .img_box {
	position: relative;
	width: 840px;
}
.product-content .img_box .item_img{
	position: absolute;
	top: 95%;
	left: 0;
	width: 310px;
	z-index: 1;
}
.product-content .img_box .item_img_bg{
	position: absolute;
	top: 71%;
	left: 22%;
	width: 454px;
	z-index: 0;
}
.product-content .btm_img_box{
	position: absolute;
	width: 510px;
	right:0;
	top: 384px;
}
.product-content .annotation_wrap{
	position: absolute;
	right: 0;
	top: calc(384px + 447px + 16px);
}
.product-content .annotation_wrap .annotation{
	font-size: 1.4rem;
	text-align: right;
	color: #707070;
}
.product-content .subttl_box{
	position: absolute;
	right: calc(1280px - 840px);
	top: 650px;
	z-index: 2;
}

.product .before-after-content{
	width: 904px;
	margin: 0 auto 109px;
}
.product .before-after-content .content-wrap{
	background-color: rgba(0255,255,255,0.5);
	padding: 65px 72px 37px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.product .before-after-content .before-content,
.product .before-after-content .after-content{
	width: calc(50% - 70px);
	position: relative;
}
.product .before-after-content .before-content::after{
	content: '';
	width: 40px;
	height: 76px;
	background-image: url(../images/2025ss_powder/product_matte_clear_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 182px;
	right: -94px;
}
.product.sheer_glow .before-after-content .before-content::after{
	background-image: url(../images/2025ss_powder/product_sheer_glow_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.product .before-after-content .label{
	text-align: center;
	padding: 6px 0;
	font-size: 2.2rem;
	font-family: "Avenir Next", "Lato", sans-serif;
	color: #FFFFFF;
	line-height: 1;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
}
.product .before-after-content .before-content .label{
	background-color: #ACACAC;
}
.product .before-after-content .after-content .label{
	background-color: #73C6DC;
}
.product.sheer_glow .before-after-content .after-content .label{
	background-color: #F29E84;
}
.product .before-after-content .after-content .annotation{
	margin-top: 13px;
	text-align: right;
	font-size: 1.4rem;
	color: #707070;
}
.product .howto-content{
	width: 904px;
	margin: 0 auto;
}
.product .howto-content .ttl_box{
	border-bottom: 3px solid #73C6DC;
	margin-bottom: 64px;
}
.product.sheer_glow .howto-content .ttl_box{
	border-bottom: 3px solid #F29E84;
}
.product .howto-content .text_box{
	font-size: 2.1rem;
	line-height: 1.9;
	margin-bottom: 65px;
}
.product .howto-content .text_box{
	font-size: 2.1rem;
	line-height: 1.9;
}
.product .howto-content .text_box .annotation{
	font-size: 1.4rem;
	color: #707070;
	vertical-align: top;
}
.product .howto-content .img_box{
	width: 668px;
	margin: 0 auto;
}
.product .howto-content .img_box .annotation{
	font-size: 1.4rem;
	color: #707070;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.product{
		padding-top: 205px;
		padding-bottom: 119px;
	}
	.product.sheer_glow{
		padding-bottom: 103px;
		margin-bottom: 163px;
	}
	.product-content{
		min-height: 465px;
		margin-bottom: 46px;
	}
	.product-content .ttl_box{
		top: -19%;
		right: initial;
		left: 0;
		width: 55%;
		z-index: 1;
	}
	.product-content .img_box {
		width: 100%;
		margin-left: 18px;
		margin-bottom: 0;
	}
	.product-content .img_box .item_img{
		top: -60%;
		right: 8px;
		left: initial;
		width: 45%;
		z-index: 1;
	}
	.product-content .img_box .item_img_bg{
		top: initial;
		left: 65%;
		transform: translateX(-50%);
		bottom: -217px;
		width: 70%;
		z-index: 1;
	}
	.product-content .btm_img_box{
		width: 50vw;
		right:initial;
		left: -3.5046728972vw;
		top: 233px;
	}
	.product-content .annotation_wrap{
		right: 0;
		top: initial;
		bottom: -18px;
	}
	.product-content .annotation_wrap .annotation{
		font-size: .8rem;
		text-align: right;
		color: #707070;
	}
	.product-content .subttl_box{
		right: 0;
		top: 357px;
		width: 65%;
	}
	
	.product .before-after-content{
		width: 100%;
		margin: 0 auto 93px;
	}
	.product .before-after-content .content-wrap{
		padding: 29px 31px 30px;
	}
	.product .before-after-content .before-content,
	.product .before-after-content .after-content{
		width: calc(50% - 30px);
		position: relative;
	}
	.product .before-after-content .before-content::after{
		width: 18px;
		height: 33px;
		top: 65px;
		right: -41px;
	}
	.product .before-after-content .label{
		padding: 1.5px 0;
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	.product .before-after-content .after-content .annotation{
		margin-top: 5px;
		font-size: .8rem;
	}
	.product .howto-content{
		width: 100%;
		margin: 0 auto;
	}
	.product .howto-content .ttl_box{
		border-bottom: 2px solid #73C6DC;
		margin-bottom: 23px;
	}
	.product.sheer_glow .howto-content .ttl_box{
		border-bottom: 2px solid #F29E84;
	}
	.product .howto-content .ttl_box h3{
		width: 151px;
		line-height: 1;
	}
	.product .howto-content .text_box{
		font-size: 1.3rem;
		line-height:  1.5;
		margin-bottom: 36px;
	}
	.product .howto-content .text_box .annotation{
		font-size: .8rem;
	}
	.product .howto-content .img_box{
		width: 90%;
		margin: 0 auto;
	}
	.product .howto-content .img_box .annotation{
		font-size: .8rem;
	}
}

/* ------------------------------
	.c-buy_btn
------------------------------ */
.c-buy_btn{
	width: 879px;
	margin: 114px auto 0;
	background: #fff;
}
.c-buy_btn .c-buy_btn_inner{
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
.c-buy_btn .c-buy_btn_inner .btn_txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.1rem;
	color: #fff;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.c-buy_btn{
		width: 100%;
		margin: 17.523364485981308vw auto 0;
	}
	.c-buy_btn .c-buy_btn_inner .btn_txt{
		font-size: 3.5046728971962615vw;
	}
}/*20240603*/
.mb40 {
  margin-bottom: 40px !important
}
@media screen and (max-width: 767px) {
  .mb40{
    margin-top: 11.6822429907vw !important;
  }
}