@charset 'UTF-8';

/* =========================================================

Qieto 1day Color

========================================================= */
#qieto1day-color {
	display: block;
	color: #636363;
	font-family: "Zen Kaku Gothic New", "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
	background-color: #ffffff;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 20px;
}

#qieto1day-color p,
#qieto1day-color a,
#qieto1day-color span,
#qieto1day-color div,
#qieto1day-color ul,
#qieto1day-color li {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qieto1day-color a {
	text-decoration: none;
}

#qieto1day-color img {
	width: 100%;
}

#qieto1day-color .header_box {
	text-align: center;
}

#qieto1day-color .header_img {
	text-align: center;
	width: 100%;
}

/* メイン
--------------------------------------- */
#qieto1day-color .main-visual {
	position: relative;
}

#qieto1day-color .main-logo {
	z-index: 90;
	position: absolute;
	top: 9%;
	left: 5%;
	width: 37%;
}

#qieto1day-color .main-catch {
	z-index: 90;
	position: absolute;
	top: 27%;
	left: 5%;
	color: #8d8d95;
	font-weight: 500;
	font-size: min(5.1vw, 25px);
}

#qieto1day-color .main-lens {
	z-index: 5;
	position: absolute;
	top: 69%;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#qieto1day-color .main-lens a {
	display: block;
	max-width: 100%;
	width: calc(33% - 60px / 3);
	margin: 0 auto;
}

#qieto1day-color .swiper-container {
	width: 100%;
	margin: 0 auto;
}

#qieto1day-color .swiper-container img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* キャッチ部分
--------------------------------------- */
#qieto1day-color .catch_area {
	position: relative;
	padding: 15% 0 0;
}

#qieto1day-color .catch_wrap {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

#qieto1day-color .catch_title {
	margin: 0 15% 0 20%;
	color: #24272a;
	font-size: min(5vw, 20px);
	letter-spacing: 0.17em;
	text-align: center;
}

#qieto1day-color .catch_text {
	margin: 8% auto 0;
	font-weight: 500;
	font-size: min(4.3vw, 18px);
	line-height: 2;
	text-align: center;
}

#qieto1day-color .catch_img {
	margin: 9% 0 0;
}

#qieto1day-color .catch_img img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .catch_wrap .dot01 {
	position: absolute;
	top: 88%;
	left: 0;
	width: 3%;
}

#qieto1day-color .catch_wrap .dot02 {
	position: absolute;
	top: 100%;
	left: 15%;
	width: 3%;
}

#qieto1day-color .catch_wrap .dot03 {
	position: absolute;
	top: 61%;
	right: 14%;
	width: 3%;
}

#qieto1day-color .catch_wrap .dot04 {
	position: absolute;
	top: 96%;
	right: 8%;
	width: 3%;
}

#qieto1day-color .catch_wrap .dot05 {
	position: absolute;
	top: 80%;
	right: 0%;
	width: 3%;
}

#qieto1day-color .catch_wrap .line01 {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -17%;
	left: 0;
	width: 1px;
	height: 4em;
	margin: 0 auto;
	background: #e5bd54;
}

#qieto1day-color .bar1 {
	width: 90%;
	height: 60px;
	margin: 15% 0 0 auto;
	background: #eff5f9;
}

/* 共通パーツ
--------------------------------------- */
#qieto1day-color .contents_area {
	width: 100%;
	margin: 20% auto 0;
}

#qieto1day-color .contents_area.bg_be {
	position: relative;
	margin: 35% auto 0;
}

#qieto1day-color .contents_area.bg_be::before {
	display: block;
	position: absolute;
	left: 0;
	width: 95%;
	height: auto;
	padding: 142% 0 0;
	background: #faf9f8;
	content: "";
}

#qieto1day-color .contents_area.bg_se {
	position: relative;
	margin: 10% auto 0;
}

#qieto1day-color .contents_area.bg_se::before {
	display: block;
	position: absolute;
	right: 0;
	width: 95%;
	height: auto;
	padding: 142% 0 0;
	background: #fffdf7;
	content: "";
}

#qieto1day-color .contents_area.bg_le {
	position: relative;
	margin: 10% auto 11%;
}

#qieto1day-color .contents_area.bg_le::before {
	display: block;
	position: absolute;
	left: 0;
	width: 95%;
	height: auto;
	padding: 142% 0 0;
	background: #faf6f6;
	content: "";
}

#qieto1day-color .contents_inner {
	width: auto;
	margin: 0 auto;
}

#qieto1day-color .contents_title {
	width: 30%;
	margin: 0 auto;
}

#qieto1day-color .contents_title img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .product_btn {
	-webkit-box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: all 0.6s;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	right: inherit;
	bottom: inherit;
	align-items: center;
	justify-content: center;
	width: 65%;
	height: 50px;
	margin: 10% auto 0;
	border: solid 1px #524f4a;
	background-color: transparent;
	color: inherit;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.6s;
}

#qieto1day-color .qui_btn_arrow {
	-webkit-transition: all 0.3s;
	display: block;
	position: absolute;
	top: 29%;
	right: -6%;
	width: 30px;
	height: 11px;
	transition: all 0.3s;
}

.qui_btn_arrow::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #333;
	content: "";
}

.qui_btn_arrow::after {
	-webkit-transform: rotate(49deg);
	position: absolute;
	right: -5.6%;
	bottom: 38%;
	width: 10px;
	height: 1px;
	transform: rotate(49deg);
	background: #333;
	content: "";
}

#qieto1day-color .product_btn.left {
	right: 0;
	bottom: 0;
	margin: 10% auto 0;
}

#qieto1day-color .qui_btn_arrow {
	-webkit-transition: all 0.3s;
	display: block;
	position: absolute;
	top: 29%;
	right: -6%;
	width: 30px;
	height: 11px;
	transition: all 0.3s;
}

/* LINE UP
--------------------------------------- */
#qieto1day-color .lineup_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 15% auto 0;
}

#qieto1day-color .lineup_list img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* 各レンズメインイメージ
--------------------------------------- */
#qieto1day-color .product_main_img {
	position: absolute;
	width: 90%;
	top: 0;
}

#qieto1day-color .product_main_img.se {
	margin: 0 0 0 auto;
	right: 0;
}

/* LINE UP 紹介部分 brillianteyes
--------------------------------------- */
#qieto1day-color #brilliant_eyes {
	position: relative;
	margin: -100px 0 0;
	padding: 100px 0 30%;
}

#qieto1day-color #brilliant_eyes .product_sec {
	position: relative;
}

#qieto1day-color #brilliant_eyes .product_wrap {
	z-index: 2;
	position: relative;
	top: -57px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 75% 0 0;
	background: url(../img/sp_be_background.png) no-repeat center left;
	background-size: 90%;
}

#qieto1day-color #brilliant_eyes .product_square01 {
	display: block;
	z-index: 1;
	position: absolute;
	top: -27%;
	right: 0;
	left: inherit;
	width: 54%;
	height: 32%;
	background: #61483b;
}

#qieto1day-color #brilliant_eyes .product_name {
	display: none;
}

#qieto1day-color #brilliant_eyes .product_color {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0.6%;
	width: 70%;
	margin: 0 0 0 4%;
	background: none;
	background-size: contain;
	color: #24272a;
	font-weight: 600;
	font-size: min(4.1vw, 18px);
	letter-spacing: 0.05em;
	text-align: center;
}

#qieto1day-color #brilliant_eyes .product_text {
	position: absolute;
	top: 54%;
	right: 0;
	left: 1%;
	margin: 0 0 0 5%;
	color: #636363;
	font-weight: 500;
	font-size: min(3vw, 14px);
	letter-spacing: 0.1em;
}

#qieto1day-color #brilliant_eyes .product_sample {
	z-index: 5;
	position: absolute;
	top: 35%;
	right: 0;
	left: -10%;
	width: 83%;
	margin: 8% auto 0;
}

#qieto1day-color #brilliant_eyes .product_spec_wrap {
	display: block;
	width: auto;
	margin: 5% auto 0;
}

#qieto1day-color #brilliant_eyes .product_lens_wrap {
	padding: 0;
}

#qieto1day-color #brilliant_eyes .product_lens {
	width: 64%;
	margin: 18% 0 0 6%;
}

#qieto1day-color #brilliant_eyes .product_img {
	position: absolute;
	top: 5%;
	right: 0;
	width: 100%;
}

#qieto1day-color #brilliant_eyes .product_person {
	z-index: 2;
	position: relative;
	top: 0;
	left: 0;
	width: 56%;
	margin: 9% 0 0 28%;
}

#qieto1day-color #brilliant_eyes .dot01 {
	position: absolute;
	top: -36%;
	right: -5%;
	left: 108%;
	width: 3%;
}

#qieto1day-color #brilliant_eyes .dot02 {
	position: absolute;
	top: 98%;
	left: -1%;
	width: 3%;
}

#qieto1day-color #brilliant_eyes .dot03 {
	position: absolute;
	top: 90%;
	left: 8%;
	width: 3%;
}

#qieto1day-color #brilliant_eyes .dot04 {
	position: absolute;
	top: -36%;
	right: 14%;
	width: 3%;
}

#qieto1day-color #brilliant_eyes .dot05 {
	position: absolute;
	top: -30%;
	right: 4%;
	width: 3%;
}

#qieto1day-color #brilliant_eyes .product_square02 {
	display: none;
}

#qieto1day-color #brilliant_eyes .product_square03 {
	display: block;
	z-index: 1;
	position: absolute;
	top: 380px;
	left: 86%;
	width: auto;
	height: auto;
	padding: 5.3%;
	background: #705a4e;
}

/* LINE UP 紹介部分 shinyeyes
--------------------------------------- */
#qieto1day-color #shiny_eyes {
	position: relative;
	margin: -100px 0 0;
	padding: 100px 0 30%;
}

#qieto1day-color #shiny_eyes .product_sec {
	position: relative;
}

#qieto1day-color #shiny_eyes .product_wrap {
	z-index: 2;
	position: relative;
	top: -57px;
	width: auto;
	height: auto;
	margin: 0 0 0 auto;
	padding: 75% 0 0;
	background: url(../img/sp_se_background.png) no-repeat center right;
	background-size: 90%;
}

#qieto1day-color #shiny_eyes .product_square01 {
	display: block;
	z-index: 1;
	position: absolute;
	top: -27%;
	right: inherit;
	left: 0;
	width: 54%;
	height: 32%;
	background: #f7dd8e;
}

#qieto1day-color #shiny_eyes .product_name {
	display: none;
}

#qieto1day-color #shiny_eyes .product_color {
	position: absolute;
	top: 40.1%;
	right: 0;
	left: 39.6%;
	width: 56%;
	margin: 0 0 0 4%;
	background: none;
	background-size: contain;
	color: #24272a;
	font-weight: 600;
	font-size: min(4.1vw, 18px);
	letter-spacing: 0.05em;
	text-align: center;
}

#qieto1day-color #shiny_eyes .product_text {
	position: absolute;
	top: 54%;
	right: inherit;
	left: 5%;
	width: 87%;
	margin: 0 0 0 5%;
	color: #636363;
	font-weight: 500;
	font-size: min(3vw, 14px);
	letter-spacing: 0.1em;
	text-align: right;
}

#qieto1day-color #shiny_eyes .product_sample {
	z-index: 5;
	position: absolute;
	top: 34%;
	right: 0;
	left: 9%;
	width: 80%;
	margin: 8% auto 0;
}

#qieto1day-color #shiny_eyes .product_spec_wrap {
	display: block;
	width: auto;
	margin: 5% auto 0;
}

#qieto1day-color #shiny_eyes .product_lens_wrap {
	padding: 0;
}

#qieto1day-color #shiny_eyes .product_lens {
	width: 83%;
	margin: 0 0 0 11%;
	padding: 10% 0 0 16%;
}

#qieto1day-color #shiny_eyes .product_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

#qieto1day-color #shiny_eyes .product_person {
	z-index: 2;
	position: relative;
	top: 0;
	left: -11%;
	width: 48%;
	margin: 9% 0 0 28%;
}

#qieto1day-color #shiny_eyes .dot01 {
	position: absolute;
	top: -28%;
	left: 11%;
	width: 3%;
}

#qieto1day-color #shiny_eyes .dot02 {
	position: absolute;
	top: -40%;
	left: 20%;
	width: 3%;
}

#qieto1day-color #shiny_eyes .dot03 {
	position: absolute;
	top: 99%;
	right: 4%;
	width: 3%;
}

#qieto1day-color #shiny_eyes .dot04 {
	position: absolute;
	top: 105%;
	right: -5%;
	width: 3%;
}

#qieto1day-color #shiny_eyes .dot05 {
	position: absolute;
	top: -34%;
	right: 104%;
	width: 3%;
}

#qieto1day-color #shiny_eyes .product_square02 {
	display: none;
}

#qieto1day-color #shiny_eyes .product_square03 {
	display: block;
	z-index: 1;
	position: absolute;
	top: 410px;
	right: inherit;
	bottom: inherit;
	left: 6%;
	width: 5%;
	height: 5%;
	padding: 5.3%;
	background: #f8e099;
}

/* LINE UP 紹介部分 lustereyes
--------------------------------------- */
#qieto1day-color #luster_eyes {
	position: relative;
	margin: -100px 0 0;
	padding: 100px 0 10%;
}

#qieto1day-color #luster_eyes .product_sec {
	position: relative;
}

#qieto1day-color #luster_eyes .product_wrap {
	z-index: 2;
	position: relative;
	top: -57px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 75% 0 0;
	background: url(../img/sp_le_background.png) no-repeat center left;
	background-size: 90%;
}

#qieto1day-color #luster_eyes .product_square01 {
	display: block;
	z-index: 1;
	position: absolute;
	top: -27%;
	right: 0;
	left: inherit;
	width: 54%;
	height: 32%;
	background: #944d4d;
}

#qieto1day-color #luster_eyes .product_name {
	display: none;
}

#qieto1day-color #luster_eyes .product_color {
	position: absolute;
	top: 40%;
	right: 0;
	left: -1%;
	width: 65%;
	margin: 0 0 0 4%;
	background: none;
	background-size: contain;
	color: #24272a;
	font-weight: 600;
	font-size: min(4.1vw, 18px);
	letter-spacing: 0.05em;
	text-align: center;
}

#qieto1day-color #luster_eyes .product_text {
	position: absolute;
	top: 54%;
	right: 0;
	left: 2%;
	margin: 0 0 0 5%;
	color: #636363;
	font-weight: 500;
	font-size: min(3vw, 14px);
	letter-spacing: 0.1em;
}

#qieto1day-color #luster_eyes .product_sample {
	z-index: 5;
	position: absolute;
	top: 39%;
	right: 0;
	left: -10%;
	width: 81%;
	margin: 8% auto 0;
}

#qieto1day-color #luster_eyes .product_spec_wrap {
	display: block;
	width: auto;
	margin: 5% auto 0;
}

#qieto1day-color #luster_eyes .product_lens_wrap {
	padding: 0;
}

#qieto1day-color #luster_eyes .product_lens {
	width: 65%;
	margin: 18% 0 0 6%;
}

#qieto1day-color #luster_eyes .product_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

#qieto1day-color #luster_eyes .product_person {
	z-index: 2;
	position: relative;
	top: 0;
	left: 0;
	width: 56%;
	margin: 9% 0 0 28%;
}

#qieto1day-color #luster_eyes .dot01 {
	position: absolute;
	top: -36%;
	right: 14%;
	width: 3%;
}

#qieto1day-color #luster_eyes .dot02 {
	position: absolute;
	top: 92%;
	left: -1%;
	width: 3%;
}

#qieto1day-color #luster_eyes .dot03 {
	position: absolute;
	top: 86%;
	left: 8%;
	width: 3%;
}

#qieto1day-color #luster_eyes .dot04 {
	position: absolute;
	top: -36%;
	right: -5%;
	left: 108%;
	width: 3%;
}

#qieto1day-color #luster_eyes .dot05 {
	position: absolute;
	top: -30%;
	right: 4%;
	width: 3%;
}

#qieto1day-color #luster_eyes .product_square02 {
	display: none;
}

#qieto1day-color #luster_eyes .product_square03 {
	display: block;
	z-index: 1;
	position: absolute;
	top: 420px;
	left: 85%;
	width: auto;
	height: auto;
	padding: 5.3%;
	background: #9e5e5e;
}

/* FEATURE feature
--------------------------------------- */
#qieto1day-color .feature_wrap {
	position: relative;
	margin: 15% 0 0;
}

#qieto1day-color .feature_wrap_inner {
	z-index: 2;
	position: relative;
}

#qieto1day-color .feature_wrap::after {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	width: 100%;
	height: 115%;
	padding: 20;
	background: #eff5f9;
	content: "";
}

#qieto1day-color .feature_title {
	position: relative;
	top: -6px;
	width: 27%;
	margin: 0 auto;
}

#qieto1day-color .feature_title img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .feature_icons {
	width: 85%;
	margin: 7% auto 0;
	padding: 5%;
	background: #fff;
}

#qieto1day-color .feature_iconslist {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

#qieto1day-color .feature_iconslist li {
	width: 26.8%;
	margin: 0 3%;
}

/* SPEC spec
--------------------------------------- */
#qieto1day-color .spec_wrap {
	position: relative;
	width: auto;
	margin: 15% auto 0;
	padding: 15% 0 5%;
}

#qieto1day-color .spec_title {
	z-index: 3;
	position: relative;
	top: 0;
	width: 15%;
	margin: 0 auto;
}

#qieto1day-color .spec_title img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .spec_list {
	z-index: 2;
	position: relative;
	top: -32px;
	left: 12px;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 5%;
	background: #fff;
}

#qieto1day-color .spec_list dl {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 2;
}

#qieto1day-color .spec_list dt {
	width: 39%;
	color: #24272a;
	font-weight: 500;
	font-size: min(2.9vw, 12px);
}

#qieto1day-color .spec_list dd {
	width: 56%;
	font-size: min(2.9vw, 12px);
	letter-spacing: 0.07em;
}

#qieto1day-color .spec_img {
	z-index: 1;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 70%;
	height: auto;
	margin: 9% 0 0 auto;
}

/* fadeinアニメーション
--------------------------------------- */
.fade-in {
	-webkit-transition-duration: 1s;
	-webkit-transition-property: opacity, -webkit-transform;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.scroll-in {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.delay100ms {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.delay200ms {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.delay300ms {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.delay400ms {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.delay500ms {
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

/* BUY
--------------------------------------- */
#qieto1day-color .buy_area {
	width: 100%;
	margin: 7% auto 0;
}

#qieto1day-color .buy_title {
	z-index: 3;
	position: relative;
	top: 0;
	width: 15%;
	margin: 0 auto;
}

#qieto1day-color .buy_title img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .buy_subtitle {
	z-index: 3;
	position: relative;
	top: 0;
	width: 15%;
	margin: 57px auto 0;
}

#qieto1day-color .buy_subtitle img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .buy_list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	max-width: 670px;
	width: 93%;
	margin: 5% auto 0;
}

#qieto1day-color .buy_list li {
	width: calc(33% - 30px / 3);
	padding: 13px 10px;
	margin: 0 auto;
	transition: all .3s;
}

#qieto1day-color .buy_list li.is_active {
	box-shadow: 9px 9px 36px -12px #cbc8c8;
	border-radius: 10px;
	margin: 0 auto;
}

#qieto1day-color .buy_list li img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#qieto1day-color .buy_bg {
	position: relative;
}

#qieto1day-color .buy_bg::after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 62px;
	background: #eff5f9;
}

#qieto1day-color .buy_contentswrap {
	position: relative;
	max-width: 980px;
	margin: 8% auto 0;
	border: solid 1px #524f4a;
	width: 90%;
	background: #fff;
}

#qieto1day-color .buy_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	transition: all .3s;
}

#qieto1day-color .buy_content.is_active {
	position: relative;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
}

/* BUY set
--------------------------------------- */
#qieto1day-color .buy_imgwrap {
	position: relative;
	max-width: 980px;
	margin: 8% auto 0;
	width: 90%;
	background: #fff;
}

#qieto1day-color .buy_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 85%;
	margin: 0 auto;
	opacity: 0;
	transition: all .3s;
}

#qieto1day-color .buy_img.is_active {
	position: relative;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
}

#qieto1day-color .buy_img img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

#qieto1day-color .buy_data {
	position: relative;
	max-width: 980px;
	margin: 8% auto 0;
	width: 90%;
	background: #fff;
}

#qieto1day-color .buy_cart {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	transition: all .3s;
}

#qieto1day-color .buy_cart.is_active {
	position: relative;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
}

#qieto1day-color .buy_name {
	margin: 5% auto 0;
	text-align: center;
	color: #24272a;
	font-size: .8rem;
	letter-spacing: .13em;
}

#qieto1day-color .sm_cellbox {
	font-size: 25px;
	font-weight: 700;
	color: #fe5757;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 15px;
}

#qieto1day-color .sm_box_name {
	font-size: 13px;
	color: #24272a;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

#qieto1day-color .sm_devide {
	font-size: 23px;
	font-weight: bold;
	color: #fe5757;
	font-weight: 400;
}

#qieto1day-color .sm_color {
	color: #dbb03f;
	font-weight: 500;
}

#qieto1day-color .buy_pointwrap {
	display: flex;
	justify-content: center;
	position: relative;
}

#qieto1day-color .buy_point {
	display: inline-block;
	max-width: 100%;
	width: auto;
	margin: 10px auto 0;
	padding: 5px 8px;
	font-size: .7rem;
	letter-spacing: .18em;
	font-weight: 500;
	border: solid 1px #24272a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

#qieto1day-color .buy_point.is_active {
	position: relative;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
}

#qieto1day-color .buy_point span:first-of-type {
	margin: 0;
	white-space: nowrap;
}

#qieto1day-color .buy_point span:nth-child(2) {
	margin: 0;
	white-space: nowrap;
}

#qieto1day-color .setprice_wrap {
	display: flex;
	justify-content: center;
	position: relative;
}

#qieto1day-color .set_price {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	transition: all .3s;
	line-height: 1;
}

#qieto1day-color .set_price.is_active {
	position: relative;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
}

/* BUY
--------------------------------------- */
#qieto1day-color .buy_btnwrap {
	display: none;
	position: relative;
	margin-bottom: 40px;
	max-width: 610px;
	width: 80%;
	margin: 0 auto;
	padding: 8% 0;
	background: #f6f6f6;
}

#qieto1day-color .buy_btn {
	display: block;
	position: relative;
	max-width: 610px;
	width: 80%;
	height: auto;
	margin: 10% auto 0;
	padding: 4% 0;
	border: solid 1px #524f4a;
	background: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	text-align: center;
	cursor: pointer;
}

#qieto1day-color .buy_btn::after {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	-webkit-transition: all 0.3s;
	position: absolute;
	top: 45%;
	right: 20px;
	width: 8px;
	height: 8px;
	transform: translate(0, -50%) rotate(135deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
	transition: all 0.3s;
}

#qieto1day-color .buy_btn:hover {
	opacity: 1;
}

#qieto1day-color .buy_btn.open::after {
	-webkit-transform: translate(0, -50%) rotate(315deg);
	top: 55%;
	transform: translate(0, -50%) rotate(315deg);
}

#qieto1day-color .togglecontent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 540px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#qieto1day-color .togglecontent span {
	display: block;
	width: calc(50% - 13px / 2);
	color: #24272a;
	background: #fff;
	font-size: 1rem;
	color: #24272a;
	text-align: center;
	padding: 5% 0;
	border: solid 1px #524f4a;
	margin: 20px 0 0;
	cursor: pointer;
}

#qieto1day-color .togglecontent span:first-child {
	display: block;
	max-width: 540px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
}

/*商品詳細ページ プルダウン*/
#qieto1day-color .selectbox {
	margin-top: 0;
}

#qieto1day-color .selectbox input,
#qieto1day-color .selectbox option {
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.8;
}

#qieto1day-color .selectbox .ttl_bg {
	display: block;
	text-align: center;
	background-color: #444444;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qieto1day-color .selectbox .pulldown_tr {
	display: table;
	font-size: 14px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

#qieto1day-color .selectbox .pulldown_tr th {
	display: table-cell;
	width: 30%;
}

#qieto1day-color .selectbox .pulldown_tr td {
	display: table-cell;
	width: 70%;
}

#qieto1day-color .selectbox .pulldown_tr td select {
	width: 100%;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 2px solid #e1e1e1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qieto1day-color .selectbox .pulldown_tr td select::-ms-expand {
	display: none;
}

#qieto1day-color .selectbox .pulldown_tr td {
	position: relative;
}

#qieto1day-color .selectbox .pulldown_tr td.pldwn::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 2px;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #545454 transparent transparent transparent;
}

#qieto1day-color .selectbox .pulldown_tr td.pldwn::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

#qieto1day-color .selectbox .ttl_bg .ttl_txt {
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qieto1day-color .selectbox table {
	width: 100%;
}

#qieto1day-color .selectbox .pulldown {
	width: 225px;
}

#qieto1day-color .selectbox .pulldown_ttl {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #444444;
	padding: 4px 10px;
	text-align: center;
}

#qieto1day-color .selectbox .pulldown_body {}

#qieto1day-color .selectbox .pulldown_body .ttl {
	display: inline-block;
	width: 80px;
	padding: 4px 10px;
	margin-top: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#qieto1day-color .selectbox .pulldown_body .data {}

#qieto1day-color .selectbox .tbl .right_eye .pulldown_ttl,
#qieto1day-color .selectbox .tbl .right_eye .pulldown_body {
	margin-right: 5px;
}

#qieto1day-color .selectbox .tbl .left_eye .pulldown_ttl,
#qieto1day-color .selectbox .tbl .left_eye .pulldown_body {
	margin-left: 5px;
}

#qieto1day-color .cart_btn {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #01b06b url(/sp/img/common/sp_cartbtn_bg.png) no-repeat 20% center;
	background-size: 24px;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/* PRODUCT LINE-UP
--------------------------------------- */
#qieto1day-color .product_area {
	background: #f8f5f1;
	padding: 8% 0;
	line-height: 2;
}

#qieto1day-color .product_area .ttl_box {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(5vw, 32px);
	font-weight: 400;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 60%;
}

#qieto1day-color .product_inner {
	align-items: center;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 5% 0 0;
}

#qieto1day-color .product_inner+.product_inner {
	align-items: center;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}

#qieto1day-color .product_box {
	width: 47%;
}

#qieto1day-color .product_boximg {
	margin: 1% auto 0;
}

#qieto1day-color .product_name {
	display: block;
	font-size: min(3.7vw, 18px);
	text-align: center;
}

#qieto1day-color .product_text {
	font-size: min(2.4vw, 15px);
	text-align: center;
}

#qieto1day-color .product_price {
	font-size: min(3vw, 16px);
	text-align: center;
}

#qieto1day-color .product_price span {
	font-size: min(4.5vw, 25px);
	text-align: center;
}

#qieto1day-color .product_btn {
	display: block;
	margin: 5% auto 0;
	width: 65%;
	border: unset;
}
