@charset "UTF-8";
:root{
	--color1:#9a3236;
	--color2:#b69437;
	--color3:#fff;
	}

.new {
	margin-bottom: 5%;
	display: flex;
    justify-content: center;
    position: relative;
    max-width: 500px;
    margin-bottom: 15px;
    padding: 0.2em 1.2em;
    border: 1px solid var(--color1);
    border-radius: 5px;
    background-color: #f7f7f7;
    color: var(--color1);
	text-align: center;
}
.new::before, .new::after{
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(22% 0%, 78% 0%, 50% 100%);
    content: '';
}
.new::before{
	background-color: var(--color1);
}
.new::after{
    bottom: -13px;
    background-color: #f7f7f7;
}

.marura_r {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 3vw 2vw;
	margin-top: 3vw;
}
.marura_r div {
	width: 80%;
}
.r_txt {
	font-size: 3vw;
}
.step3 {
	font-size: 4vw;
	margin-bottom: 2.6vw;
	line-height: 1;
}


/*CP用ここから*/

.new1 {
	margin-bottom: 5%;
	display: flex;
    justify-content: center;
    position: relative;
    max-width: 500px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f1e8d6;
    color: #000;
	text-align: center;
	font-size: 4.0vw;
}
.new1::before, .new1::after{
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(22% 0%, 78% 0%, 50% 100%);
    content: '';
}
.new1::before{
	background-color: #f1e8d6;
}
.new1::after{
    bottom: -13px;
    background-color: #f1e8d6;
}
.new1 span{
	font-weight: 700;
}
.catch1 {
	color: var(--color1);
	text-align: center;
	margin-bottom: 3vw;
	font-size: 3.5vw;
}
.catch1 span {
	font-size: 5.5vw;
}

.box_y {
	background: var(--color2);
	color: #fff !important;
	padding: 0 2%;
}
.cart-btn.cart-btn-single button {
	/*background: var(--color2);
	border: 0;
	color: #fff;
	font-weight: 700;*/
}
.cart-btn.cart-btn-regular button {
	font-weight: 700;
}
.cart-btn svg {
	/*fill: white;*/
}
.item-wrapper .cartbox .cart-detail .product-tags2 {
	flex-wrap: wrap;
    gap: 1vw;
    margin-bottom: 5.3vw;
}
.item-wrapper .cartbox .cart-detail .product-tags2 li {
	border: 1px solid #000;
    color: #000;
    border-radius: 100px;
    font-size: 2.66666vw;
    padding: 0 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-wrapper .cartbox .cart-detail .product-tags2 li span {
    line-height: 26px;
}
.annotation {
	display: none;
}
.Label {
	display: block;
	color: #000;
	text-align: right;
	padding-right: 5%;
	font-size: 0.7em;
	position: absolute;
    top: 14px;
    right: 10px;
}

.annotation:checked + .Label + .content {
	height: auto;
	padding-top:10px;
	transition: all .3s;
}
.annotation:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 5px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	overflow: hidden;
}
.annotation:checked + .Label + .content {
	height: auto;
	padding-top:10px;
	transition: all .3s;
}
.annotation:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.item-wrapper .cartbox {
	padding-bottom: 13%;
}
.ship{
	font-size: 3.8vw;
}

.ofr01 {
	padding: 2% 1%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3%;
}

.ofr01 .set {
	font-size: 5.5vw;
	margin-bottom: 2%;
}
.ofr01 .price {
	display: flex;
	align-items: center;
}
.ofr01 .price>div:first-child {
	width: 30%;
}
.ofr01 .price>div:last-child {
	width: 70%;
}
.ofr01 .ofr {
	display: flex;
	align-items: center;
	margin-bottom: 1%;
}
.ofr01 .ofr>div:first-child {
	width: 62%;
}
.ofr01 .ship {
	width: 35%;
	text-align: center;
	padding: 2% 0;
	background: var(--color2);
	color: var(--color3);
	font-size: 3vw;
}

.ofr01 .one {
	font-size: 4vw;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 2%;
}
.ofr01 .one span {
	font-size: 6vw;
}
.ofr_btn>span {
	font-size: 3.5vw;
	padding-right: 2.5%;
}
.ofr_btn span span {
	border: 1px solid #fff;
	padding: 1% 2%;
	border-radius: 20px;
	margin: 0 1%;
}

.item-wrapper .cartbox .cart-detail .product-price1 {
    font-size: 9vw;
    font-family: "tt-commons-pro-thin", sans-serif;
    font-weight: 600;
}

.item-fragrance-section-img li {
    width: 18.7vw;
}

@media screen and (max-width: 750px) {
    .item-wrapper .cartbox .cart-detail .product-price1 {
        font-family: "tt-commons-pro", sans-serif;
        font-weight: 300;
		line-height: 2.0rem;
    }
}


.off1 {
		width: 90%;
		background: var(--color2);
		border-radius: 50%;
		color: #fff;
	}
.off1 span {
	font-size: 6.0vw;
	}
.off2 {
		position: relative;
		padding: 50%;
		height: 0;
	}
.off2 p {
		position: absolute;
		top: calc((100% - 0.5em)/4);
		left: 0;
		right: 0;
		margin: 0;
		text-align: center;
		line-height: 1.0em;
		font-family: "tt-commons-pro", sans-serif;
	}


.off1a {
		width: 90%;
		background: var(--color2);
		border-radius: 50%;
		color: #fff;
	}
.off1a span {
	font-size: 4.5vw;
	}
.off2a {
		position: relative;
		padding: 50%;
		height: 0;
	}
.off2a p {
		position: absolute;
		top: calc((100% - 0.5em)/4);
		left: 0;
		right: 0;
		margin: 0;
		text-align: center;
		line-height: 1.0em;
		font-family: "tt-commons-pro", sans-serif;
	font-size: 3.5vw;
	}

.off1b {
		width: 90%;
		background: var(--color1);
		border-radius: 50%;
		color: #fff;
	}
.off1b span {
	font-size: 4.5vw;
	color: #fff!important;
	}
.off2b {
		position: relative;
		padding: 50%;
		height: 0;
	}
.off2b p {
		position: absolute;
		top: calc((100% - 0em)/4);
		left: 0;
		right: 0;
		margin: 0;
		text-align: center;
		line-height: 1.0em;
		font-family: "tt-commons-pro", sans-serif;
	font-size: 3.5vw;
	}





.ofr02 {
	display: flex;
	gap: 4%;
	margin-bottom: 3%;
	position: relative;
	padding-bottom: 2%;
}

.ofr02>div {
	width: 48%;
	/*border: 1px dashed #ccc;*/
	border-radius: 5px;
	padding: 2% 1%;
}
.ofr02>div:first-child::after {
	position: absolute;
	top: 0;
	left: 45.5%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 95%;
	background-color: #ccc;
}
.ofr02 .item {
	display: flex;
}
.ofr02 .item>div:first-child {
	width: 30%;
}
.ofr02 .item>div:lst-child {
	width: 70%;
}
.ofr02 .set {
	font-size: 5.0vw;
	margin-bottom: 2%;
}
.ofr02 .ofr {
	display: flex;
	align-items: center;
}
.ofr02 .ofr>div:first-child {
	width: 30%;
}
.ofr02 .ofr>div:lst-child {
	width: 70%;
}
.ofr02 .b1 {
	margin-bottom: 3%;
}
.ofr02 .stan {
	font-size: 3.5vw;
	line-height: 3.8vw;
}
.ofr02 .one {
	font-size: 3.0vw;
	text-align: center;
	border: 1px solid #ccc;
	margin: 2% 0 4%;
}
.ofr02 .one span {
	font-size: 4.0vw;
}


.ofr02 .ofr_btn1>span {
	font-size: 3.5vw;
	display: block;
	line-height: 6vw;
}
.cart-btn.cart-btn-single .ofr_btn1 {
	font-size: 4.5vw;
	height: 15vw;
	color: var(--color2);
	background: none;
	border: 1px solid var(--color2);
}
.ofr_btn1 svg {
    fill: var(--color2);
}
.ofr_btn1 span span {
    border: 1px solid var(--color2);
    padding: 1% 2%;
    border-radius: 20px;
    margin: 0 1%;
}



.item-wrapper .cartbox .cart-detail .product-price2 {
    font-size: 6vw;
    font-family: "tt-commons-pro-thin", sans-serif;
    font-weight: 600;
}


@media screen and (max-width: 750px) {
    .item-wrapper .cartbox .cart-detail .product-price2 {
        font-family: "tt-commons-pro", sans-serif;
        font-weight: 300;
    }
}
.item-wrapper .cartbox .cart-detail .product-price-tax1 {
    font-size: 2.6vw;
}
.item-wrapper .cartbox .cart-detail .product-price-tax2 {
    font-size: 3.0vw;
}









.teiki {
	display: flex;
	align-items: center;
}
.teiki>div:first-child {
	width: 20%;
}
.teiki>div:last-child {
	width: 80%;
}
.teiki .set {
	font-size: 5.5vw;
	margin-bottom: 1%;
	padding-left: 20%;
}
.teiki .teiki_off {
	display: flex;
	align-items: center;
}
.teiki .teiki_off>div {
	width: 20%;
}
.cart-btn button {
	font-size: 5.1vw;
}
.item-review {
	/*height: 110vw;
    overflow-y: auto;*/
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: #fff;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 10px;
  background: #fff;
  border-radius: 5px;
  top: 0;
}
/*CP用ここまで*/


/*セットの「一番人気」非表示*/
.page-set-item__img.has-ico01:after{
	display: none;
}




@media screen and (min-width:768px) and ( max-width:960px) {
	.catch1 span {
        font-size: 20px;
    }
.off1 p {
    font-size: 15px;
}	
.off1 span {
    font-size: 24px;
}	
.off2 p {
	top:calc((100% - -0.5em)/4);
	}
.item-wrapper .cartbox .cart-detail .product-price1 {
    font-size: 30px;
}
.ofr01 .ofr>div:first-child {
    width: 60px;
}	
.ofr01 .one {
    font-size: 16px;
    margin-bottom: 10px;
}	
.ofr01 .one span {
    font-size: 23px;
}	
.ofr_btn>span {
    font-size: 12px;
    padding-right: 10px;
}	
.ofr02 .item>div:first-child {
    width: 45px;
}
.ofr02 .set {
    font-size: 14px;
    margin-bottom: 5px;
}
.ofr02 .stan {
    font-size: 12px;
    line-height: 16px;
}
.item-wrapper .cartbox .cart-detail .product-price-tax1 {
    font-size: 8px;
}
.ofr02 .ofr>div:first-child {
    width: 40px;
}
.item-wrapper .cartbox .cart-detail .product-price2 {
    font-size: 20px;
}
.item-wrapper .cartbox .cart-detail .product-price-tax2 {
    font-size: 9px;
}
.off2a p {
	font-size: 10px;
	top: calc((100% - -0.5em) / 4);
}
.off1a span {
    font-size: 17px;
}
.ofr02 .one {
    font-size: 10px;
}
.ofr02 .one span {
    font-size: 16px;
}
.cart-btn.cart-btn-single .ofr_btn1 {
    font-size: 15px;
	height: 55px;
}
.ofr02 .ofr_btn1>span {
    font-size: 12px;
	line-height: 20px;
}
.ofr01 .set {
    font-size: 20px;
    margin-bottom: 5px;
}
.teiki .set {
    font-size: 20px;
    margin-bottom: 0px;
	padding-left: 45px;
}
.teiki .teiki_off>div {
    width: 54px;
}
.off2b p {
    font-size: 15px;
}
.off1b span {
    font-size: 24px;
}
    .item-wrapper .cartbox .cart-detail .product-price-type {
        font-size: 15px;
}
    .item-wrapper .cartbox .cart-detail .product-price {
        font-size: 30px;
    }
.teiki>div:first-child {
    width: 60px;
}
.item-wrapper .cartbox .cart-detail .product-price-tax {
        font-size: 12px;
    }
.ofr01 .pd_l1 {
	padding-left:50px; 
}
    .Label {
        top: 28px;
    }
	.ship{
		margin-bottom: 12px;
	}
}

@media screen and (min-width: 960px), print {
.catch1 span {
    font-size: 25px;
}
.off1 p {
    font-size: 20px;
}	
.off1 span {
    font-size: 30px;
}	
.off2 p {
	top:calc((100% - 0em)/4);
	}
.item-wrapper .cartbox .cart-detail .product-price1 {
    font-size: 42px;
}
.ofr01 .ofr>div:first-child {
    width: 200px;
}
.ofr01 .ship {
	width: 150px;
	padding: 5px 0;
	font-size: 16px;
}

.ofr01 .one {
    font-size: 20px;
    margin-bottom: 10px;
}	
.ofr01 .one span {
    font-size: 30px;
}	
.ofr_btn>span {
    font-size: 15px;
    padding-right: 10px;
}	
.ofr02 .item>div:first-child {
    width: 80px;
}
.ofr02 .set {
    font-size: 25px;
    margin-bottom: 10px;
}
.ofr02 .stan {
    font-size: 17px;
    line-height: 20px;
}
.item-wrapper .cartbox .cart-detail .product-price-tax1 {
    font-size: 12px;
}
.ofr02 .ofr>div:first-child {
    width: 70px;
}
.item-wrapper .cartbox .cart-detail .product-price2 {
    font-size: 35px;
}
.item-wrapper .cartbox .cart-detail .product-price-tax2 {
    font-size: 12px;
}
.off2a p {
	font-size: 18px;
	top: calc((100% - -0.5em) / 4);
}
.off1a span {
    font-size: 30px;
}
.ofr02 .one {
    font-size: 15px;
}
.ofr02 .one span {
    font-size: 25px;
}
.cart-btn.cart-btn-single .ofr_btn1 {
    font-size: 20px;
	height: 65px;
}
.ofr02 .ofr_btn1>span {
    font-size: 15px;
	line-height: 28px;
}
.ofr01 .set {
    font-size: 25px;
    margin-bottom: 5px;
}
.teiki .set {
    font-size: 25px;
    margin-bottom: 10px;
}
.teiki .teiki_off>div {
    width: 80px;
}
.off2b p {
    font-size: 20px;
}
.off1b span {
    font-size: 30px;
}
    .item-wrapper .cartbox .cart-detail .product-price-type {
        font-size: 22px;
}
.item-wrapper .cartbox .cart-detail .product-price-tax {
        font-size: 16px;
    }
  .Label {
    top: 18px;
}

	
}

/* ブレークポイントはmin-width: 750px */
@media screen and (min-width: 750px), print {
	.r_txt {
	font-size: 12px;
}
.marura_r {
	padding: 20px 15px;
}


/*CP用ここから*/
	.new1 {
	font-size: 20px;
	}
.item-wrapper .cartbox .cart-detail .product-tags2 li {
	font-size: 16px;
	}
    .item-wrapper .cartbox .cart-detail .product-tags2 {
        margin-bottom: 24px;
    }
    .df_p {
        align-items: center;
    }
.ship{
	font-size: 15px;
}

	
.catch1 {
    margin-bottom: 15px;
    font-size: 18px;
}
.ofr01 {
    padding: 10px 5px;
    margin-bottom: 10px;
}
.ofr01 .price>div:first-child {
	width: 110px;
}
.ofr01 .price>div:last-child {
	width: 350px;
}
.cart-btn button {
	font-size: 20px;
}
.ofr_btn span span {
    padding: 3px 8px;
    margin: 0 5px;
}
.cart-btn-in {
    max-width: 500px;
}	

.ofr02>div {
    width: 48%;
    padding: 10px 5px;
}
.ofr02 .b1 {
    margin-bottom: 10px;
}

.ofr02>div:first-child::after {
	left: 47%;
}

.step3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.item-review {
	/*height: 600px;*/
}
	
/*CP用ここまで*/
    .df_p {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (max-width: 749px) {
.item-description {
	padding-bottom: 0;
}
	
/*CP用ここから*/
.item-wrapper .cartbox .cart-detail .product-tags2  li span {
	line-height: calc(35* 100vw / 750);
}
/*CP用ここまで*/

}

