/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/prove-core-pr/
Description:MYTREX PROVE
Version: 1.0
*/

html{
	scroll-behavior: smooth;
}

img{
	width: 100%!important;
}

.wrapper main {
	margin-top: 0 !important;
}

.pvcpr_cnt01,
.pvcpr_cpn01,
.pvcpr_cpn02,
.pvcpr_cnt03,
.timer-wrap{
	position: relative;
}
.pvcpr_cpn01_01,
.pvcpr_cpn01_02{
	position: absolute;
}
.timer-container {
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
}
#countdown-timer {
	font-weight: bold;
	color: #fff;
}
.pvcpr_bnr {
	position: fixed;
	bottom: -1vw;
	z-index: 5;
	width: 100%;
	left: 0vw;
}
.cpn-cmp-cpn-box {
	position: absolute;
	width: 100%;
}
.pvcpr_cnt03a {
	width: 85%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* modal */
.openModal {
	border: none;
	background: none;
	padding: 0;
}
.modal {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transform: scale(0.3);
	transition: opacity 0.5s ease, transform 0.5s ease;
	pointer-events: none;
	overflow-y: auto;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal.show {
	display: block;
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.modal-cnt {
	max-height: 90vh;
	overflow-y: auto;
	transform: none;
	position: relative;
}
@media screen and (min-width:768px){
	.modal-cnt{
		width: 50%;
	}
	.closeModal {
		width: fit-content;
		margin: 0 auto;
		font-size: 1vw;
		padding: .5vw 2vw;
		border: 1px solid;
		border-radius: 3vw;
	}
}

@media screen and (max-width:767px){
	.closeModal {
		width: fit-content;
		margin: 0 auto;
		font-size: 2.5vw;
		padding: 1.3vw 4vw;
		border: 1px solid;
		border-radius: 3vw;
	}
}

.pvcpr_cnt02 {
	background: #000;
}
#image-carousel {
	background: #fff;
}
#image-carousel .splide__arrow{
	background: none;
	border-radius: 0;
}
#image-carousel .splide__arrow svg{
	display: none;
}
#image-carousel .splide__arrow--prev {
	transform: rotate(-135deg);
}
#image-carousel .splide__arrow--next {
	transform: rotate(45deg);
}
#image-carousel .splide__pagination__page {
	background: #808080;
	opacity: 1;
}
#image-carousel .splide__pagination__page.is-active{
	background: #333;
	transform: none;
}

@media screen and (min-width: 768px){
	#countdown-timer {
		font-size: 5vw;
	}
	.pvcpr_cpn01_01 {
		width: 18.5vw;
		top: 44vw;
		right: 5.5vw;
	}
	.pvcpr_bnr{
		left: 50%;
		transform: translateX(-50%);
		width: 50.2%;
	}
	.pvcpr_cpn01 .cpn-cmp-cpn-box {
		padding: 0 5vw;
		bottom: 10.7vw;
	}
	.pvcpr_cpn02 .cpn-cmp-cpn-box {
		bottom: 9vw;
	}
	.cpn-cmp-cpn-box-inner {
		width: auto;
		margin: 0 auto;
	}
	button.copy-clink {
		width: 100%;
		background: none !important;
		color: #fff;
		padding: 2.3vw 0vw;
		font-size: 2.2vw;
		letter-spacing: 0.05vw;
		border: none !important;
		border-radius: unset !important;
		box-shadow: unset !important;
	}
	.copy-clink .code{
		color: #fff;
	}
	.pvcpr_cnt03a {
		bottom: 1vw;
	}
	#image-carousel {
		margin: 0 2.1vw;
		padding: 0 8vw 5vw;
	}
	#image-carousel .splide__arrow--prev,
	#image-carousel .splide__arrow--next {
		border-top: .2vw solid #333;
		border-right: .2vw solid #333;
		height: 2.3vw;
		width: 2.3vw;
	}
	#image-carousel .splide__arrow--prev {
		left: 4vw!important;
	}
	#image-carousel .splide__arrow--next {
		right: 4vw!important;
	}
	#image-carousel .splide__pagination {
		gap: .5vw;
	}
}

@media screen and (max-width: 767px) {
	#countdown-timer {
		font-size: 10vw;
	}
	.pvcpr_cpn01_01 {
		width: 38vw;
		top: 88vw;
		right: 11vw;
	}
	#pd_t_30day{
		padding: 0;
	}
	.pvcpr_cpn01 .cpn-cmp-cpn-box {
		padding: 0 10vw;
		bottom: 23vw;
	}
	button.copy-clink {
		background:unset !important;
		color: #fff;
		border: unset !important;
		padding: 3vw 0;
		font-size: 4.5vw;
		letter-spacing: .1vw;
		width: 100% !important;
		transition: 1.0s;
		box-shadow: unset !important;
	}
	.copy-clink .code{
		color: #fff;
	}
	
	#image-carousel {
		margin: 0 4.2vw;
		padding: 0 15vw 15vw;
	}
	#image-carousel .splide__arrow--prev,
	#image-carousel .splide__arrow--next {
		border-top: .5vw solid #333;
		border-right: .5vw solid #333;
		height: 3.8vw;
		width: 3.8vw;
	}
	#image-carousel .splide__arrow--prev {
		left: 6vw!important;
	}
	#image-carousel .splide__arrow--next {
		right: 6vw!important;
	}
	#image-carousel .splide__pagination {
		bottom: 8vw !important;
		gap: 1vw;
	}
	
	.pvcpr_cpn02 .cpn-cmp-cpn-box {
		padding: 0 10vw;
		bottom: 20vw;
	}
	.pvcpr_cnt03a {
		bottom: 2vw;
	}
	
	.sup_re_guarantee_icon {
		width: 15vw!important;
	}
	.sup_re_guarantee_ttl1a{
		width: 55vw!important;
	}
	
}

.pvc_g_box3b1:nth-child(2){
	flex-direction: row-reverse;
}
.pvc_g_box3b1a {
	width: 63%;
}
.pvc_g_box3b1b {
	width: 47%;
	position: absolute;
	top: 3vw;
	right: 5vw;
}
.pvc_g_box3b1:nth-child(2) .pvc_g_box3b1b {
	width: 45%;
	top: 20%;
	left: 8vw;
}
.pvc_g_box3b1b1 {
	font-size: 4.8vw;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: 0 0 2vw 9vw;
	border-bottom: 1px solid #606060;
	margin-bottom: 2vw;
}
.pvc_g_box3b1:nth-child(2) .pvc_g_box3b1b1 {
	padding: 0 0 2vw;
}
.pvc_g_box3b1b2 {
	font-size: 3.2vw;
	letter-spacing: .03em;
	line-height: 1.7;
	padding-left: 9vw;
}
.pvc_g_box3b1:nth-child(2) .pvc_g_box3b1b2{
	padding-left: 0;
	padding-right: 3vw;
}
.pvc_g_box3c {
	color: #707070;
	font-size: 2.1vw;
	line-height: 1.6;
	padding: 5vw 0 0 5vw;
}
.pvc_g_box4a {
	font-size: 6.3vw;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
	padding: 7vw 0 6vw;
}



/* cart set list */
@media screen and (max-width: 767px) {
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.dropdown-button {
		background-color: #fff;
		border: 2px solid #4c4c4c;
		padding: 3.5vw 2.5vw;
		border-radius: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 2vw;
		justify-content: space-between;
		transition: background-color 0.2s;
		width: 100%;
	}
	.dropdown-button:hover {
		background-color: #f8f8f8;
	}
	.dropdown-label{
		width: 100%;
	}
	.dropdown-icon {
		font-size: 2.5vw;
		color: #4c4c4c;
		transition: transform 0.3s ease;
		position: absolute;
		right: 3.5%;
		transform: rotate(0deg) scale(1.0, 1.0);
		font-weight: 800;
	}
	.dropdown.open .dropdown-icon {
		font-size: 2.5vw;
		color: #4c4c4c;
		transform: rotate(-60deg) scale(1.0, 1.0);
	}
	.dropdown-menu {
		position: absolute;
		top: calc(100% + 0px);
		left: 0;
		background: #fff;
		border: 1px solid #4c4c4c;
		border-radius: 0px;
		overflow: hidden;
		transform-origin: top;
		max-height: 0;
		opacity: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease;
		width: 100%;
	}
	.dropdown-menu.show {
		max-height: 100vw;
		opacity: 1;
		width: 100%;
		background: #f6f6f6;
	}
	.dropdown-menu li {
		list-style: none;
		padding: 2.5vw 2.5vw;
		cursor: pointer;
		transition: background-color 0.2s;
		border-bottom: 1px solid #4c4c4c;
	}
	.dropdown-menu li:last-child {
		border-bottom: unset;
	}
	.dropdown-menu li:hover {
		background-color: #f0f0f0;
	}
	.content {
		margin-top: 24px;
	}
	.content-item {
		display: none;
		animation: fadein 0.4s ease;
		padding-top: 4vw;
	}
	#cart-item-select select{
		background: #fff !important;
		border: 1px solid #000;
		padding: 0.5vw;
	}
	.cart_item_select_list{
		display: grid;
		grid-template-columns: 1.42fr 1fr;
		column-gap: 1vw;
	}
	.cart_item_select_ttl{
		display: flex;
		align-items: center;
		font-size: 2.4vw;
		line-height: 1.3;
		text-align: left;
		letter-spacing: 0.1em;
	}
	.cart_item_select_ttl span{
		font-size: 1.7vw;
		padding-left: 0.4vw;
		display: contents;
	}
	.cart_item_select_price{
		line-height: 1;
		padding-left: 3vw;
	}
	.cart_item_select_price1{
		display: table;
		font-size: 1.7vw;
		transform: scale(1,1) !important;
		padding-bottom: 0.5vw;
	}
	.cart_item_select_price2{
		display: table;
		float: left;
		font-size: 5.5vw;
		font-weight: 700;
		transform: scale(1,0.95);
	}
	.cart_item_select_price2a{
		position: relative;
		font-size: 2.5vw;
		transform: scale(1,0.9);
		letter-spacing: -0.2vw;
	}
	.cart_item_select_price2a::after {
		content: '';
		transform: rotate(7deg);
		width: 106%;
		border-top: 1px solid #f00;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.cart_item_select_price3{
		font-size: 1.5vw;
		display: flex;
		padding-top: 2.8vw;
		padding-left: 0.5vw;
	}
	.cart_item_select_set{
		border: 1.3px solid #d35c53;
		color: #d35c53;
		font-size: 2.3vw;
		text-align: center;
		line-height: 1.2;
		padding: 1.2vw 1.2vw;
		position: absolute;
		right: 39%;
	}
	.w2_cart {
		padding: 0 0vw;
		margin-top: 0vw !important;
	}
	.fs_pay_tab {
		padding: 2vw 0vw 0 !important;
	}
	.fs_pay_tab_item:nth-child(2n+1) {
		margin-right: 0%;
	}
	.fs_pay_tab_item {
		margin-bottom: 0%;
	}
}
@media screen and (min-width: 768px) {
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.dropdown-button {
		background-color: #fff;
		border: 2px solid #4c4c4c;
		padding: 0.5vw 1vw;
		border-radius: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 2vw;
		justify-content: space-between;
		transition: background-color 0.2s;
		width: 100%;
	}
	.dropdown-button:hover {
		background-color: #f8f8f8;
	}
	.dropdown-icon {
		font-size: 1vw;
		color: #4c4c4c;
		transition: transform 0.3s ease;
		position: absolute;
		transform: rotate(0deg) scale(1.0, 1.0);
		/*		right: 1.2vw;
		top: 25%;  */
		right: 4%;
		font-weight: 900;
	}
	.dropdown.open .dropdown-icon {
		font-size: 1vw;
		color: #4c4c4c;
		transform: rotate(60deg) scale(1.0, 1);
	}
	.dropdown-menu {
		position: absolute;
		top: calc(100% + 0px);
		left: 0;
		background: #fff;
		border: 1px solid #4c4c4c;
		border-radius: 0px;
		overflow: hidden;
		transform-origin: top;
		max-height: 0;
		opacity: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease;
		width: 100%;
	}
	.dropdown-menu.show {
		max-height: 100vw;
		opacity: 1;
		width: 100%;
		background: #f6f6f6;
	}
	.dropdown-menu li {
		list-style: none;
		padding: 0.5vw 1vw;
		cursor: pointer;
		transition: background-color 0.2s;
		border-bottom: 1px solid #4c4c4c;
	}
	.dropdown-menu li:last-child {
		border-bottom: unset;
	}
	.dropdown-label{
		width: 100%;
	}
	.dropdown-menu li:hover {
		background-color: #E4E4E4;
	}
	.content {
		margin-top: 24px;
	}
	.content-item {
		display: none;
		animation: fadein 0.4s ease;
		padding-top: 1vw;
		min-height: 17vw;
	}
	#cart-item-select select{
		background: #fff !important;
		border: 1px solid #000;
		padding: 0.5vw;
	}
	.cart_item_select_list{
		display: grid;
		grid-template-columns: 1.95fr 1fr;
		column-gap: 1vw;
	}
	.cart_item_select_ttl{
		display: flex;
		align-items: center;
		font-size: 1vw;
		line-height: 1.2;
		text-align: left;
		letter-spacing: 0.1em;
	}
	.cart_item_select_ttl span{
		font-size: 0.85vw;
		padding-left: 0.4vw;
		display: contents;
	}
	.cart_item_select_price{
		line-height: 1;
	}
	.cart_item_select_price1{
		display: table;
		font-size: 0.5vw;
		transform: scale(1,1) !important;
		padding-bottom: 0.2vw;
	}
	.cart_item_select_price2{
		display: table;
		float: left;
		font-size: 2vw;
		font-weight: 800;
		transform: scale(1,0.9);
	}
	.cart_item_select_price2a{
		position: relative;
		font-size: 1.0vw;
		transform: scale(1,0.9);
	}
	.cart_item_select_price2a::after {
		content: '';
		transform: rotate(7deg);
		width: 106%;
		border-top: 1px solid #f00;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.cart_item_select_price3{
		font-size: 0.7vw;
		display: flex;
		padding-top: 1vw;
		padding-left: 0.3vw;
	}
	.cart_item_select_set{
		border: 1.3px solid #d35c53;
		color: #d35c53;
		font-size: 0.9vw;
		text-align: center;
		line-height: 1.2;
		padding: 0.4vw 0.5vw;
		position: absolute;
		right: 36%;
	}
	.w2_cart {
		margin-bottom: 1vw;
		margin-top: 0vw !important;
	}
	.fs_pay_tab_item {
		width: 49%;
	}
}
@keyframes fadein {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}
/* cart set list */	


@media screen and (max-width: 767px) {
	.pdct_event_area_ev {
		padding: 0vw 0vw 2vw;
	}
	.pdct_event_area_ev2 {
		padding: 0vw 0vw 1vw;
	}
	.bnr_8th{
		display: none;
	}
	#pd_review {
		margin-bottom: 9% !important;
	}
}

@media screen and (min-width: 768px) {
	#pd_review {
		margin-bottom: 10% !important;
	}
}

/* sale price */
@media screen and (min-width: 768px){
	.fs_pay_tab_price.set_point1 {
		position: unset !important;
		width: 100% !important;
		padding-bottom: 1vw;
	}
	.fs_pay_tab_price.set1 {
		width: 100% !important;
	}
	.fs_pay_tab_price {
		padding-top: 0vw;
		display: block;
	}
	.pd_point_pre_set_bnr {
		border: unset !important;
		position: unset !important;
		width: 100%;
		padding-bottom: 1vw;
	}
	.item_sale_price0{
		padding: 0.9vw 0vw 0.94vw;
	}
	.pd_c_text{
		margin-bottom: 2vw;
	}
	.item_sale_price {
		display: flex;
		gap: 2vw;
		padding: 0.5vw 0vw 0vw 0vw;
	}
	.item_sale_price1 {
		color: #777;
		position: relative;
	}
	.item_sale_price1a {
		color: #333;
		font-size: 1vw;
		font-weight: bold;
		margin-bottom: .5vw;
	}
	.item_sale_price1b {
		font-size: .7vw;
		padding-top: 0.2vw;
	}
	.item_sale_price1c {
		font-size: 1.8vw;
		font-weight: bold;
		position: relative;
	}
	.item_sale_price1d {
		font-size: .6vw;
		text-align: right;
	}
	.item_sale_price1::before {
		display: inline-block;
		content: '';
		height: .5vw;
		width: 7vw;
		border-top: .1vw solid #ddd;
		position: absolute;
		bottom: 1vw;
		transform: rotate(-25deg);
	}
	.item_sale_price1c::after {
		display: inline-block;
		content: '';
		height: .7vw;
		width: .7vw;
		border-top: .15vw solid;
		border-right: .15vw solid;
		position: absolute;
		top: 50%;
		right: -1vw;
		transform: translateY(-50%) rotate(45deg);
	}
	.item_sale_price2a {
		width: fit-content;
		color: #fff;
		background: #333;
		padding: .25vw .75vw;
		font-size: .75vw;
		letter-spacing: .05vw;
		font-weight: bold;
		margin-bottom: .1vw;
	}
	.item_sale_price2aa {
		font-size: 1.25vw;
	}
	.item_sale_price2ab {
		font-size: 1vw;
	}
	.item_sale_price2b {
		font-size: 2.75vw;
		font-weight: bold;
	}
	.item_sale_price2b span {
		font-size: 1vw;
	}
	.pdct_st_item_info3 {
		padding: 0vw 0vw 1vw !important;
	}
}
@media screen and (max-width: 767px){
	
	.fs_pay_tab_price.set_point1 {
		position: unset !important;
		width: 100% !important;
	}
	.fs_pay_tab_price.set1 {
		width: 100% !important;
	}
	.fs_pay_tab_price {
		padding-top: 0vw;
	}
	.pd_point_pre_set_bnr {
		border: unset !important;
		position: unset !important;
		margin-bottom: 4vw;
		width: 100%;
		padding-bottom: 1vw;
	}
	.item_sale_price0{
		padding: 2.6vw 0vw 1.6vw;
	}
	
	.pd_c_text{
		padding: 0 0vw 7vw;
	}
	.pdct_st_item_info3{
		padding: 0vw 4vw 0vw;
	}
	.item_sale_price {
		padding: 2vw 4vw 5vw;
		display: flex;
		gap: 5vw;
	}
	.item_sale_price1 {
		color: #777;
		position: relative;
	}
	.item_sale_price1a {
		color: #333;
		font-size: 3vw;
		margin-bottom: .8vw;
	}
	.item_sale_price1b {
		font-size: 2.3vw;
		letter-spacing: .1vw;
		margin-bottom: .5vw;
		padding-top: 1.5vw;
	}
	.item_sale_price1c {
		font-size: 6vw;
		font-weight: bold;
		margin-bottom: .5vw;
		position: relative;
	}
	.item_sale_price1d {
		font-size: 2vw;
		text-align: right;
	}
	.item_sale_price1::before {
		display: inline-block;
		content: '';
		height: .5vw;
		width: 24vw;
		border-top: .1vw solid;
		position: absolute;
		bottom: 5vw;
		transform: rotate(-25deg);
	}
	.item_sale_price1c::after {
		display: inline-block;
		content: '';
		height: 2.5vw;
		width: 2.5vw;
		border-top: .5vw solid #333;
		border-right: .5vw solid #333;
		position: absolute;
		top: 50%;
		right: -3vw;
		transform: translateY(-50%) rotate(45deg);
	}
	.item_sale_price2a {
		width: fit-content;
		font-size: 2.75vw;
		letter-spacing: .1vw;
		color: #fff;
		background: #333;
		padding: 1.25vw;
	}
	.item_sale_price2aa {
		font-size: 5vw;
		font-weight: bold;
	}
	.item_sale_price2ab {
		font-size: 4vw;
		font-weight: bold;
	}
	.item_sale_price2b {
		font-size: 10vw;
		font-weight: bold;
	}
	.item_sale_price2b span {
		font-size: 3vw;
		font-weight: normal;
	}
}

/* atc sale price */
.fs_pay_tab_price {
	/*	display: none; */
}
.fs_pay_tab_price.is-show-price {
	display: block;
}
.pay-img {
	display: none;
}
.pay-img.is-show {
	display: block;
}
@media screen and (min-width: 768px){
	.item2_sale_price {
		display: flex;
		gap: 2vw;
		padding: 0.5vw 0vw 0vw 0vw;
	}
	.item2_sale_price1 {
		color: #777;
		position: relative;
	}
	.item2_sale_price1a {
		color: #333;
		font-size: 0.8vw;
		font-weight: normal;
		margin-bottom: .5vw;
	}
	.item2_sale_price1b {
		font-size: .6vw;
		padding-top: 0vw;
	}
	.item2_sale_price1c {
		font-size: 1.4vw;
		font-weight: bold;
		position: relative;
		padding-top: 0.2vw;
	}
	.item2_sale_price1d {
		font-size: .6vw;
		text-align: right;
		padding-top: 0.1vw;
	}
	.item2_sale_price1::before {
		display: inline-block;
		content: '';
		height: .5vw;
		width: 6.5vw;
		border-top: .1vw solid #939393;
		position: absolute;
		bottom: 1vw;
		transform: rotate(-20deg);
	}
	.item2_sale_price1c::after {
		display: inline-block;
		content: '';
		height: .7vw;
		width: .7vw;
		border-top: .15vw solid;
		border-right: .15vw solid;
		position: absolute;
		top: 50%;
		right: -1vw;
		transform: translateY(-50%) rotate(45deg);
	}
	.item2_sale_price2a {
		width: fit-content;
		color: #fff;
		background: #333;
		padding: .25vw .75vw;
		font-size: .6vw;
		letter-spacing: .01vw;
		font-weight: bold;
		margin-bottom: .1vw;
	}
	.item2_sale_price2aa {
		font-size: 0.9vw;
	}
	.item2_sale_price2ab {
		font-size: 0.8vw;
	}
	.item2_sale_price2b {
		font-size: 2.2vw;
		font-weight: bold;
	}
	.item2_sale_price2b span {
		font-size: 0.7vw;
	}
	.cart_item_select_ttl_def {
		display: flex;
		align-items: center;
		font-size: 1vw;
		line-height: 1.2;
		text-align: left;
		letter-spacing: 0.1em;
		color: #000;
		padding: 1vw 0vw;
	}
	.js_w2_cart_item_img{
		padding-bottom: 1vw;
	}
}
@media screen and (max-width: 767px){
	.item2_sale_price {
		padding: 2vw 0vw 3vw;
		display: flex;
		gap: 5vw;
	}
	.item2_sale_price1 {
		color: #777;
		position: relative;
	}
	.item2_sale_price1a {
		color: #333;
		font-size: 2.6vw;
		margin-bottom: .2vw;
	}
	.item2_sale_price1b {
		font-size: 2.0vw;
		letter-spacing: .1vw;
		margin-bottom: 1.0vw;
		padding-top: 1.0vw;
	}
	.item2_sale_price1c {
		font-size: 3.5vw;
		font-weight: bold;
		margin-bottom: .4vw;
		position: relative;
	}
	.item2_sale_price1d {
		font-size: 1.5vw;
		text-align: right;
	}
	.item2_sale_price1::before {
		display: inline-block;
		content: '';
		height: .5vw;
		width: 15vw;
		border-top: .1vw solid;
		position: absolute;
		bottom: 3vw;
		transform: rotate(-25deg);
	}
	.item2_sale_price1c::after {
		display: inline-block;
		content: '';
		height: 2.5vw;
		width: 2.5vw;
		border-top: .5vw solid #333;
		border-right: .5vw solid #333;
		position: absolute;
		top: 50%;
		right: -3vw;
		transform: translateY(-50%) rotate(45deg);
	}
	.item2_sale_price2a {
		width: fit-content;
		font-size: 2.0vw;
		letter-spacing: .0vw;
		color: #fff;
		background: #333;
		padding: 1.25vw;
	}
	.item2_sale_price2aa {
		font-size: 3.5vw;
		font-weight: bold;
	}
	.item2_sale_price2ab {
		font-size: 2.5vw;
		font-weight: bold;
	}
	.item2_sale_price2b {
		font-size: 6vw;
		font-weight: bold;
	}
	.item2_sale_price2b span {
		font-size: 1.8vw;
		font-weight: normal;
	}
	.fs_pay_tab_price {
		padding: 1vw 0vw 2vw;
		display: block;
	}
	.fs_pay_tab.item_select span {
		font-size: 3.0vw;
		height: 10vw;
	}
	.fs_pay_tab_item span {
		margin-bottom: 2vw;
	}
	.fs_pay_tab_content {
		padding-top: 2vw;
	}
	.js_w2_cart_item_img{
		padding-bottom: 4vw;
	}
	.cart_item_select_ttl_def {
		display: flex;
		align-items: center;
		font-size: 3.5vw;
		line-height: 1.3;
		text-align: left;
		letter-spacing: 0.1em;
		width: 78vw;
		padding: 0.8vw 0vw;
	}
}

/* atc sale price */
@keyframes fadein {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}
/* cart set list */	

@media screen and (min-width: 768px) {
	.fs_pay_tab_price {
		width: 100%;
		display: block;
	}
}

/* 26/3/31 EF+RFP
======================================*/
iframe {
    height: 100%;
    width: 100%;
}
@media screen and (min-width:768px){
    .cmp_cnt1 {
        padding: 7vw 3vw 9vw;
    }
    .openModal:last-child {
        margin-top: 2vw;
    }
    .page_txt {
        font-size: 1.9vw;
        letter-spacing: .04em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .page_txt:not(:first-child) {
        padding-top: 11vw;
    }
    .page_txt2 {
        font-size: 3.2vw;
        letter-spacing: .04em;
        line-height: 1.5;
        text-align: center;
    }
    .page_txt2 span {
        font-weight: 600;
    }
    .rfp_ttl {
        font-size: 2.1vw;
        letter-spacing: .02em;
        line-height: 2.3;
        text-align: center;
        background: #d4483b;
        color: #fff;
    }
    .rfp_txt {
        font-size: 2.4vw;
        font-weight: 600;
        letter-spacing: .04em;
        line-height: 1.5;
        text-align: center;
        padding: 3vw 0;
        background: #efefef;
    }
    .rfp_ttl_sub {
        font-size: 1.6vw;
        letter-spacing: .02em;
        line-height: 3;
        text-align: center;
    }
    .rfp_ttl_sub span {
        font-weight: 600;
    }
    .rfp_bg {
        background: #efefef;
        padding-top: 4vw;
    }
    .rfp_bg2 {
        padding-top: 6vw;
    }
    .rfp_ttl_sub2 {
        font-size: 2.4vw;
        line-height: 3;
        text-align: center;
    }
    .rfp_ttl_sub2 span {
        display: block;
        width: 26vw;
        margin: 0 auto;
        font-size: 1.9vw;
        letter-spacing: .02em;
        line-height: 1.7;
        background: #353535;
        color: #fff;
        border-bottom: .2vw solid #e54839;
    }
    .rfp_mv {
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .rfp_ttl_sub3 {
        font-size: 2.55vw;
        letter-spacing: .04em;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 2.5vw;
    }
    .rfp_mv2 {
        width: 76%;
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .ef_ttl {
        font-size: 2.1vw;
        letter-spacing: .02em;
        line-height: 2.3;
        text-align: center;
        background: #195591;
        color: #fff;
    }
    .cmp_cnt2 {
        padding: 0 3vw;
    }
    .cmp_item1,
    .cmp_item2 {
        position: relative;
    }
    .item_page {
        display: block;
        width: 87%;
        font-size: 1.6vw;
        letter-spacing: .04em;
        line-height: 4;
        text-align: center;
        border: .1vw solid;
        position: absolute;
        left: 7%;
    }
    .cmp_item1 .item_page {
        bottom: 4%;
    }
    .cmp_item2 .item_page {
        bottom: 2%;
    }
    .item_page::after {
        display: inline-block;
        content: '';
        height: 1.2vw;
        width: 1.2vw;
        border-top: .15vw solid;
        border-right: .15vw solid;
        position: absolute;
        top: 39%;
        right: 7%;
        transform: rotate(45deg);
    }
}
@media screen and (max-width: 767px) {
    .col-sm-3 {
        min-height: 0;
    }
    .cmp_cnt1 {
        padding: 14vw 6vw 17vw;
    }
    .openModal:last-child {
        margin-top: 5vw;
    }
    .page_txt {
        font-size: 3.7vw;
        letter-spacing: .04em;
        text-align: center;
        margin-bottom: 5vw;
    }
    .page_txt:not(:first-child) {
        padding-top: 21vw;
    }
    .page_txt2 {
        font-size: 6.3vw;
        letter-spacing: .06em;
        line-height: 1.5;
        text-align: center;
    }
    .page_txt2 span {
        font-weight: 600;
    }
    .rfp_ttl {
        font-size: 4.2vw;
        letter-spacing: .04em;
        line-height: 2.3;
        text-align: center;
        background: #d4483b;
        color: #fff;
    }
    .rfp_txt {
        font-size: 4.7vw;
        font-weight: 600;
        letter-spacing: .08em;
        line-height: 1.6;
        text-align: center;
        padding: 5vw 0;
        background: #efefef;
    }
    .rfp_ttl_sub {
        font-size: 3.4vw;
        letter-spacing: .02em;
        line-height: 3.3;
        text-align: center;
    }
    .rfp_ttl_sub span {
        font-weight: 600;
    }
    .rfp_bg {
        background: #efefef;
        padding-top: 6vw;
    }
    .rfp_ttl_sub2 {
        font-size: 4.5vw;
        line-height: 3;
        text-align: center;
    }
    .rfp_ttl_sub2 span {
        display: block;
        width: 54vw;
        margin: 0 auto;
        font-size: 3.6vw;
        letter-spacing: .02em;
        line-height: 1.8;
        background: #353535;
        color: #fff;
        border-bottom: 2px solid #e54839;
    }
    .rfp_mv {
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .rfp_bg2 {
        padding-top: 11vw;
    }
    .rfp_ttl_sub3 {
        font-size: 5.2vw;
        letter-spacing: .04em;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 5vw;
    }
    .rfp_mv2 {
        width: 76%;
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .ef_ttl {
        font-size: 4.2vw;
        letter-spacing: .04em;
        line-height: 2.3;
        text-align: center;
        background: #195591;
        color: #fff;
    }
    .cmp_cnt2 {
        padding: 0 6vw;
    }
    .cmp_item1,
    .cmp_item2 {
        position: relative;
    }
    .item_page {
        display: block;
        width: 88%;
        font-size: 3vw;
        letter-spacing: .02em;
        line-height: 4;
        text-align: center;
        border: 1px solid #808080;
        position: absolute;
        left: 6%;
    }
    .cmp_item1 .item_page {
        bottom: 4%;
    }
    .cmp_item2 .item_page {
        bottom: 2%;
    }
    #pd_t_30day {
        padding-top: 21vw;
    }
}