/* ==================================
common
================================== */
.sales_outer {
	background-color: #F9F5ED;
}

.sales img {
	width: 100%;
}

.sales .pr {
	position: relative;
}

/* ==================================
page
================================== */
.sales {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 131px;
	box-shadow: 10px 0px 10px -10px rgba(0 0 0 / 20%), -10px 0px 10px -10px rgba(0 0 0 / 20%);
	background-color: #fff;
}

.sales .mv {
	width: 100%;
	position: relative;
}


/* ----------- coupon ----------- */
.sales .coupon {
	position: relative;
}

.sales .dcrt-g01 {
	width: 90%;
    margin: 0 auto;
	cursor: pointer;
}

.sales .coupon .modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.3s;
}

.sales .coupon .modal img.modal-content{
	width: 88%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.sales .coupon .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sales .coupon .modal.show .modal-content {
	opacity: 1; 
	/* transition: all ; */
}

.sales .coupon .close {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -460%);
	-webkit-transform: translate(-50%, -460%);
	-ms-transform: translate(-50%, -460%);
	width: 60px;
	right: calc(50% - 375px);
	transition: all 0.3s;
}

.sales .coupon .close:hover,
.sales .coupon .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width:750px){
	.sales .coupon .modal {
		padding-top: 10%;
	}
	.sales .coupon .close {
		position: absolute;
		right: 3%;
		width: 8.4%;
	}
}
/* ----------- coupon end ----------- */

/* ----------- coupon scroll ----------- */
.sales .coupon-use {
    margin: auto;
    width: 86.667%;
}

.sales .pr{
	position: relative;
}

.sales .trg{
	cursor: pointer;
}

.sales .trg::before, .sales .trg::after{
	content: '';
    width: 20px;
    height: 2px;
    display: block;
    border-top: solid 2px #666666;
    position: absolute;
    right: 6%;
    top: 50%;
}

.sales .trg::after{
	transition: transform 0.4s;
    transform: rotate(-90deg);
}

.sales .acc::after{
	transition: transform 0.4s 0.1s ease-in-out;
    transform: rotate(90deg);
}
.sales .dn{
	display: none;
}
/* ----------- coupon scroll end ----------- */

/* ----------------------------
	acc
---------------------------- */

.sales .acc-wrap.coupon {
	border: 1px solid #616060;
	width: 89.33%;
	max-width: 670px;
	margin: 2% auto 8%;
}

.sales .acc-wrap .acc::before,
.sales .acc-wrap .acc::after {
	transition: transform 0.5s;
	content: "";
	display: block;
	background: #756c67;
	width: 3%;
	height: 4%;
	position: absolute;
	right: 5%;
	top: 50%;
}

.sales .acc-wrap .acc::after {
	transition: transform 0.5s;
	transform: rotate(90deg);
}
  
.sales .acc-wrap .acc.active::after {
	transition: transform 0.5s;
	transform: rotate(0deg);
}

.sales .trg.active::after	{
	transition:transform 0.4s; transform:rotate(  0deg); 
   }
/* ----------- acc end ----------- */


/* ----------------------------
	tab
---------------------------- */
.sales .btn-sales {
	width: 100%;
	position: absolute;
	bottom: -6px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	gap: 11px;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	align-items: flex-end;
}

.sales .btn-sales li {
	width: 100%;
}

.sales .btn-sales li:last-child {
	margin-right: 0;
}

.sales .btn-sales li a {
	width: 100%;
	height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: 2px solid #dddddd;
	border-bottom: none;
    border-radius: 14px 14px 0 0;
	text-decoration: none;
}

.sales .btn-sales li a.active {
    height: 119px;
}

.sales .btn-sales li a img {
	display: block;
    margin: 0 auto;
}

/* ========= 個別 アクティブなし ========= */
.sales .btn-sales li a.fmate {
	color: #fa7798;
}

.sales .btn-sales li a.fmate img {
	width: 77%;
}

.sales .btn-sales li a.fbaby {
	color: #659ed6;
}

.sales .btn-sales li a.fbaby img {
	width: 67%;
}

.sales .btn-sales li a.fkids {
	color: #ffa203;
}

.sales .btn-sales li a.fkids img {
	width: 78%;
}

.sales .btn-sales li a.fbasic {
	color: #8dd388;
}

.sales .btn-sales li a.fbasic img {
    width: 77%;
}

/* ========= 個別 アクティブあり ========= */
.sales .btn-sales li a.fmate.active {
	background-color: #ffeaef;
	border-color: #fa7798;
}

.sales .btn-sales li a.fbaby.active {
	background-color: #eff7ff;
	border-color: #659ed6;
}

.sales .btn-sales li a.fkids.active {
	background-color: #fff7e8;
	border-color: #ffa203;
}

.sales .btn-sales li a.fbasic.active {
	background-color: #fbfffb;
	border-color: #8dd388;
}
/* ----------- tab end ----------- */

/* ----------------------------
	QA
---------------------------- */
.sales .qa dl {
    padding: 0 9%;
    margin-bottom: 3rem;
}

.sales .qa dl dt {
    background: url(/img/items/mk/uv_qa_icon.png) no-repeat left top;
    background-size: 5.9rem;
    padding-top: 1.2rem;
    text-align: left;
    padding-left: 8rem;
    font-size: 1.9rem;
    line-height: 4rem;
    min-height: 5.9rem;
    border-bottom: 4px dotted #6bdae9;
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
}

.sales .qa dl dd {
    text-align: left;
    font-size: 1.7rem;
}

.sales .qa .title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.sales .qa .title::before,
.sales .qa .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}

.sales .qa .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}

.sales .qa .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
    transition: 0.5s;
}

.sales .qa .title.close::before{
	/* transform: rotate(45deg); */
}

.sales .qa .title.close::after{
	transform: rotate(0deg);
}

.sales .qa .box {
    display: none;
    background: #f3f3f3;
    margin:0 0 3%;
    padding: 3%;
    letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
	.sales .qa dl {
		margin-bottom: 1rem;
	}

	.sales .qa dl dt {
		background-size: 31px;
		padding-top: 7px;
		padding-left: 39px;
		padding-right: 36px;
		font-size: 14px;
		line-height: 1.4;
		min-height: 49px;
		padding-bottom: 9px;
		margin-bottom: 20px;
		border-bottom: 2px dotted #6bdae9;
	}

	.sales .qa dl dd {
		font-size: 14px;
	}

	.sales .qa .title::before,
	.sales .qa .title::after{
		width: 15px;
		height: 2px;
	}

	.sales .qa .box {
		padding: 6%;
	}
}
/* ----------- qa end ----------- */


/* ========= 個別ページ用 ========= */
/* p250204 */
.p250204 .sales {
	padding-bottom: 4%;
}

.p250204 .sales .mv .fv_btn {
	position: absolute;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 74%;
}

.p250204 .sales .acc-wrap.coupon {
	margin-bottom: 0;
}

.p250204 .sales .set {
	padding-top: 5%;
}

.p250204 .sales .set:last-child {
	margin-bottom: 0;
}

.p250204 .sales .set .bg {
	width: 90%;
    margin: 0 auto;
    margin-right: 7%;
}

.p250204 .sales .set .btn_c,
.p250204 .sales .set .btn_m {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.p250204 .sales .set .btn_c {
    width: 78.13%;
}

.p250204 .sales .set .btn_m {
    width: 56%
}

.p250204 .sales .set .btn_m {
    width: 56%
}

.p250204 .sales .brand_tx {
	margin-top: 12%;
}

.p250204 .sales .uvlineup {
	width: 88%;
    margin: 0 auto 9%;
	position: relative;
}

.p250204 .sales .uvlineup .lb {
	width: 33%;
    position: absolute;
    bottom: 4%;
}

.p250204 .sales .uvlineup .lb.btn01 {
	left: 0;
}

.p250204 .sales .uvlineup .lb.btn02 {
	left: 33.5%;
}

.p250204 .sales .uvlineup .lb.btn03 {
    right: 0;
}

.p250204 .sales .uvlineup .lb a {
	position: relative;
    display: block;
    width: 84%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.p250204 .sales {
		padding-bottom: 10%;
	}
}
/* p250204 end */