@charset "UTF-8";
/* =========================================================

Qieto 1day Color

========================================================= */
#qieto1daycolor * {
	font-family: "Zen Kaku Gothic New", "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
}
#qieto1daycolor {
	color: #636363;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

#qieto1daycolor div,
#qieto1daycolor p,
#qieto1daycolor h1,
#qieto1daycolor h2,
#qieto1daycolor h3,
#qieto1daycolor ul,
#qieto1daycolor li,
#qieto1daycolor a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
#qieto1daycolor em {
	font-style: normal;
}

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

SP ここから

========================================================= */
	/* メイン
	--------------------------------------- */
	#qieto1daycolor .main-visual {
		position: relative;
	}
	#qieto1daycolor .main-logo {
		z-index: 90;
		position: absolute;
		top: 14%;
		left: 5%;
		width: 37%;
	}

	#qieto1daycolor .main-catch {
		z-index: 90;
		position: absolute;
		top: 37%;
		left: 5%;
		color: #fff;
		font-weight: 500;
		font-size: min(5.1vw, 30px);
	}

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

	#qieto1daycolor .main-lens a {
		display: block;
		max-width: 100%;
		width: calc(33% - 60px / 3);
		margin: 0 auto;
	}
	#qieto1daycolor .swiper-container {
		width: 100%;
		margin: 0 auto;
	}
	#qieto1daycolor .swiper-container img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#qieto1daycolor .swiper-button-next,
#qieto1daycolor .swiper-container-rtl .swiper-button-prev {
		-webkit-transform: rotate(45deg);
		right: 5%;
		left: auto;
		width: 30px;
		height: 30px;
						transform: rotate(45deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		background-image: none;
	}
	#qieto1daycolor .swiper-button-prev,
#qieto1daycolor .swiper-container-rtl .swiper-button-next {
		-webkit-transform: rotate(-135deg);
		right: auto;
		left: 5%;
		width: 30px;
		height: 30px;
						transform: rotate(-135deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		background-image: none;
	}
	#qieto1daycolor .swiper-slide-active .slide-img,
#qieto1daycolor .swiper-slide-duplicate-active .slide-img,
#qieto1daycolor .swiper-slide-prev .slide-img {
		-webkit-animation: zoomup 10s linear 0s 1 normal both;
						animation: zoomup 10s linear 0s 1 normal both;
	}
	#qieto1daycolor .slide-img img {
		display: block;
	}
	#qieto1daycolor .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px;
	}
	#qieto1daycolor .swiper-pagination-bullet {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: solid 1px #fff;
		border-radius: 100%;
		background: transparent;
		opacity: 1;
	}
	#qieto1daycolor .swiper-pagination-bullet-active {
		background: #fff;
		opacity: 1;
	}

	@-webkit-keyframes zoomup {
		0% {
			-webkit-transform: scale(1);
							transform: scale(1);
		}
		100% {
			-webkit-transform: scale(1.1);
							transform: scale(1.1);
		}
	}

	@keyframes zoomup {
		0% {
			-webkit-transform: scale(1);
							transform: scale(1);
		}
		100% {
			-webkit-transform: scale(1.1);
							transform: scale(1.1);
		}
	}
	/* キャッチ部分
	--------------------------------------- */
	#qieto1daycolor .catch_area {
		position: relative;
		padding: 15% 0 0;
	}
	#qieto1daycolor .catch_wrap {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	#qieto1daycolor .catch_title {
		width: 90%;
		margin: 0 10% 0 8%;
		color: #24272a;
		font-size: min(5vw, 20px);
		letter-spacing: 0.17em;
		text-align: center;
	}
	#qieto1daycolor .catch_text {
		margin: 10% auto 0;
		font-weight: 500;
		font-size: min(4.3vw, 18px);
		line-height: 2;
		text-align: center;
	}
		#qieto1daycolor .catch_img {
			margin: 9% 2% 0 7%;
			width: 98%;
		}
	#qieto1daycolor .catch_img img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	#qieto1daycolor .catch_wrap .dot01 {
		position: absolute;
		top: 88%;
		left: -2%;
		width: 3%;
	}
	#qieto1daycolor .catch_wrap .dot02 {
		position: absolute;
		top: 100%;
		left: 15%;
		width: 3%;
	}
	#qieto1daycolor .catch_wrap .dot03 {
		position: absolute;
		top: 60%;
		right: 17%;
		width: 3%;
	}
	#qieto1daycolor .catch_wrap .dot04 {
		position: absolute;
		top: 96%;
		right: 8%;
		width: 3%;
	}
	#qieto1daycolor .catch_wrap .dot05 {
		position: absolute;
		top: 76%;
		right: -1%;
		width: 3%;
	}
	#qieto1daycolor .catch_wrap .line01 {
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: -17%;
		left: 0;
		width: 1px;
		height: 4em;
		margin: 0 auto;
		background: #e5bd54;
	}
	#qieto1daycolor .bar1 {
		width: 90%;
		height: 60px;
		margin: 15% 0 0 auto;
		background: #eff5f9;
	}

	/* 共通パーツ
	--------------------------------------- */
	#qieto1daycolor .contents_area {
		width: 100%;
		margin: 20% auto 0;
	}
	#qieto1daycolor .contents_area.bg_be {
		position: relative;
		margin: 32% auto 0;
	}
	#qieto1daycolor .contents_area.bg_be::before {
		display: block;
		position: absolute;
		left: 0;
		top: 5%;
		width: 95%;
		height: auto;
		padding: 218% 0 0;
		background: #faf9f8;
		content: "";
	}
	#qieto1daycolor .contents_area.bg_se {
		position: relative;
		margin: 10% auto 0;
	}
	#qieto1daycolor .contents_area.bg_se::before {
		display: block;
		position: absolute;
		right: 0;
		top: 5%;
		width: 95%;
		height: auto;
		padding: 210% 0 0;
		background: #fefbf1;
		content: "";
	}
	#qieto1daycolor .contents_area.bg_le {
		position: relative;
		margin: 10% auto 11%;
	}
	#qieto1daycolor .contents_area.bg_le::before {
		display: block;
		position: absolute;
		left: 0;
		top: 5%;
		width: 95%;
		height: auto;
		padding: 218% 0 0;
		background: #faf6f6;
		content: "";
	}
	#qieto1daycolor .contents_inner {
		width: auto;
		margin: 0 auto;
	}
	#qieto1daycolor .contents_title {
		width: 30%;
		margin: 0 auto;
	}
	#qieto1daycolor .contents_title img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	#qieto1daycolor .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: 70%;
		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;
	}

		#qieto1daycolor .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: "";
		}

		#qieto1daycolor .product_btn.left {
			right: 0;
			bottom: 0;
			margin: 10% auto 0;
		}

		#qieto1daycolor .bnr_wrap {
				margin-top: 60px;
				display: block;
				text-align: center;
				margin-bottom: 60px;
		}

		#qieto1daycolor .bnr_wrap p {
				font-size: 5vw;
				font-weight: bold;
				color: #000;
				margin-bottom: 20px;
		}

		#qieto1daycolor .marker {
				background: linear-gradient(transparent 75%, #ffe063 75%);
		}


	/* LINE UP
	--------------------------------------- */
	#qieto1daycolor .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;
	}
	#qieto1daycolor .lineup_list li {
		width: auto;
		margin: 0 auto;
	}
	#qieto1daycolor .lineup_list img {
		display: block;
		width: 80%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	/* 各レンズメインイメージ
	--------------------------------------- */
	#qieto1daycolor .product_main_img {
		width: 90%;
	}

	#qieto1daycolor .product_main_img.se {
		margin: 0 0 0 auto;
	}
	/* LINE UP 紹介部分 brillianteyes
	--------------------------------------- */
	#qieto1daycolor #brilliant_eyes {
		position: relative;
		margin: -50px 0 0;
		padding: 50px 0 30%;
	}
	#qieto1daycolor #brilliant_eyes .product_sec {
		position: relative;
	}
	#qieto1daycolor #brilliant_eyes .product_wrap {
		z-index: 2;
		position: relative;
		top: -57px;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#qieto1daycolor #brilliant_eyes .product_square01 {
		display: block;
		z-index: 1;
		position: absolute;
		top: 47%;
		right: 0;
		left: inherit;
		width: 58%;
		height: 38%;
		background: #61483b;
	}
	#qieto1daycolor #brilliant_eyes .product_name {
		display: none;
	}
	#qieto1daycolor #brilliant_eyes .product_color {
		position: absolute;
		top: 117%;
		right: 0;
		left: 1%;
		width: 65%;
		margin: 0 0 0 4%;
		background: url(/special/qieto1daycolor/img/sp_border1.png) no-repeat bottom center;
		background-size: contain;
		color: #24272a;
		font-weight: 600;
		font-size: min(4.1vw, 18px);
		letter-spacing: 0.05em;
		text-align: center;
	}
	#qieto1daycolor #brilliant_eyes .product_text {
		position: absolute;
		top: 133%;
		right: 0;
		left: 0;
		margin: 0 0 0 5%;
		color: #636363;
		font-weight: 500;
		font-size: min(3vw, 14px);
		letter-spacing: 0.1em;
	}
	#qieto1daycolor #brilliant_eyes .product_sample {
		position: relative;
		width: auto;
		margin: 37% 13% 0 4%;
	}
	#qieto1daycolor #brilliant_eyes .product_spec_wrap {
		display: block;
		width: auto;
		margin: 5% auto 0;
	}
	#qieto1daycolor #brilliant_eyes .product_lens_wrap {
		padding: 0;
	}
	#qieto1daycolor #brilliant_eyes .product_lens {
		width: 70%;
		margin: 13% 0 0 5%;
	}
	#qieto1daycolor #brilliant_eyes .product_img {
		position: relative;
	}
	#qieto1daycolor #brilliant_eyes .product_person {
		z-index: 2;
		position: relative;
		top: 0;
		left: 0;
		width: 56%;
		margin: 9% 0 0 28%;
	}
	#qieto1daycolor #brilliant_eyes .dot01 {
		position: absolute;
		top: -24%;
		right: -6%;
		left: inherit;
		width: 3%;
	}
	#qieto1daycolor #brilliant_eyes .dot02 {
		position: absolute;
		top: 107%;
		left: -1%;
		width: 3%;
	}
	#qieto1daycolor #brilliant_eyes .dot03 {
		position: absolute;
		top: 99%;
		left: 8%;
		width: 3%;
	}
	#qieto1daycolor #brilliant_eyes .dot04 {
		position: absolute;
		top: -26%;
		right: 14%;
		width: 3%;
	}
	#qieto1daycolor #brilliant_eyes .dot05 {
		position: absolute;
		top: -20%;
		right: 7%;
		width: 3%;
	}
	#qieto1daycolor #brilliant_eyes .product_square02 {
		z-index: 1;
		position: absolute;
		top: 54%;
		left: 24%;
		width: 66%;
		height: 28%;
		background: #89766c;
	}
	#qieto1daycolor #brilliant_eyes .product_square03 {
		z-index: 1;
		position: absolute;
		top: -49%;
		left: 88%;
		width: 10%;
		height: 17%;
		background: #705a4e;
	}

	/* LINE UP 紹介部分 shinyeyes
	--------------------------------------- */
	#qieto1daycolor #shiny_eyes {
		position: relative;
		margin: -50px 0 0;
		padding: 50px 0 30%;
	}
	#qieto1daycolor #shiny_eyes .product_sec {
		position: relative;
	}
	#qieto1daycolor #shiny_eyes .product_wrap {
		z-index: 2;
		position: relative;
		top: -57px;
		width: auto;
		height: auto;
		margin: 0 0 0 auto;
	}
	#qieto1daycolor #shiny_eyes .product_square01 {
		display: block;
		z-index: 1;
		position: absolute;
		top: 47%;
		right: 8%;
		left: inherit;
		width: 90%;
		height: 38%;
		background: #f7dd8e;
	}
	#qieto1daycolor #shiny_eyes .product_name {
		display: none;
	}
	#qieto1daycolor #shiny_eyes .product_color {
		position: absolute;
		top: 117%;
		right: 0;
		left: 0;
		width: 45%;
		margin: 0 0 0 46%;
		background: url(/special/qieto1daycolor/img/sp_border2.png) no-repeat bottom center;
		background-size: contain;
		color: #24272a;
		font-weight: 600;
		font-size: min(4.1vw, 18px);
		letter-spacing: 0.05em;
		text-align: center;
	}
	#qieto1daycolor #shiny_eyes .product_text {
		position: absolute;
		top: 133%;
		right: 0;
		left: 2%;
		width: 87%;
		margin: 0 0 0 5%;
		color: #636363;
		font-weight: 500;
		font-size: min(3vw, 14px);
		letter-spacing: 0.1em;
		text-align: right;
	}
	#qieto1daycolor #shiny_eyes .product_sample {
		position: relative;
		width: auto;
		margin: 37% 6% 0 10%;
	}
	#qieto1daycolor #shiny_eyes .product_spec_wrap {
		display: block;
		width: auto;
		margin: 5% auto 0;
	}
	#qieto1daycolor #shiny_eyes .product_lens_wrap {
		padding: 0;
	}
	#qieto1daycolor #shiny_eyes .product_lens {
		width: 68%;
		margin: 11% 0 0 29%;
	}
	#qieto1daycolor #shiny_eyes .product_img {
		position: relative;
	}
	#qieto1daycolor #shiny_eyes .product_person {
		z-index: 2;
		position: relative;
		top: 0;
		left: -11%;
		width: 48%;
		margin: 9% 0 0 28%;
	}
	#qieto1daycolor #shiny_eyes .dot01 {
		position: absolute;
		top: -28%;
		left: 11%;
		width: 3%;
	}
	#qieto1daycolor #shiny_eyes .dot02 {
		position: absolute;
		top: -40%;
		left: 20%;
		width: 3%;
	}
	#qieto1daycolor #shiny_eyes .dot03 {
		position: absolute;
		top: 99%;
		right: 4%;
		width: 3%;
	}
	#qieto1daycolor #shiny_eyes .dot04 {
		position: absolute;
		top: 105%;
		right: -3%;
		width: 3%;
	}
	#qieto1daycolor #shiny_eyes .dot05 {
		position: absolute;
		top: -34%;
		right: 98%;
		width: 3%;
	}
	#qieto1daycolor #shiny_eyes .product_square02 {
		z-index: 1;
		position: absolute;
		top: 54%;
		left: 10.3%;
		width: 58%;
		height: 28%;
		background: #f8e097;
	}
	#qieto1daycolor #shiny_eyes .product_square03 {
		z-index: 1;
		position: absolute;
		top: -52%;
		left: 3%;
		width: 10%;
		height: 19%;
		background: #f8e099;
	}

	/* LINE UP 紹介部分 lustereyes
	--------------------------------------- */
	#qieto1daycolor #luster_eyes {
		position: relative;
		margin: -50px 0 0;
		padding: 50px 0 10%;
	}
	#qieto1daycolor #luster_eyes .product_sec {
		position: relative;
	}
	#qieto1daycolor #luster_eyes .product_wrap {
		z-index: 2;
		position: relative;
		top: -57px;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#qieto1daycolor #luster_eyes .product_square01 {
		display: block;
		z-index: 1;
		position: absolute;
		top: 47%;
		right: 0;
		left: inherit;
		width: 58%;
		height: 38%;
		background: #944d4d;
	}
	#qieto1daycolor #luster_eyes .product_name {
		display: none;
	}
	#qieto1daycolor #luster_eyes .product_color {
		position: absolute;
		top: 117%;
		right: 0;
		left: 0;
		width: 59%;
		margin: 0 0 0 3%;
		background: url(/special/qieto1daycolor/img/sp_border3.png) no-repeat bottom center;
		background-size: contain;
		color: #24272a;
		font-weight: 600;
		font-size: min(4.1vw, 18px);
		letter-spacing: 0.05em;
		text-align: center;
	}
	#qieto1daycolor #luster_eyes .product_text {
		position: absolute;
		top: 133%;
		right: 0;
		left: 0;
		margin: 0 0 0 5%;
		color: #636363;
		font-weight: 500;
		font-size: min(3vw, 14px);
		letter-spacing: 0.1em;
	}
	#qieto1daycolor #luster_eyes .product_sample {
		position: relative;
		width: auto;
		margin: 37% 13% 0 4%;
	}
	#qieto1daycolor #luster_eyes .product_spec_wrap {
		display: block;
		width: auto;
		margin: 5% auto 0;
	}
	#qieto1daycolor #luster_eyes .product_lens_wrap {
		padding: 0;
	}
	#qieto1daycolor #luster_eyes .product_lens {
		width: 70%;
		margin: 13% 0 0 5%;
	}
	#qieto1daycolor #luster_eyes .product_img {
		position: relative;
	}
	#qieto1daycolor #luster_eyes .product_person {
		z-index: 2;
		position: relative;
		top: 0;
		left: 0;
		width: 56%;
		margin: 9% 0 0 28%;
	}
	#qieto1daycolor #luster_eyes .dot01 {
		position: absolute;
		top: -25%;
		right: -5%;
		left: inherit;
		width: 3%;
	}
	#qieto1daycolor #luster_eyes .dot02 {
		position: absolute;
		top: 107%;
		left: -1%;
		width: 3%;
	}
	#qieto1daycolor #luster_eyes .dot03 {
		position: absolute;
		top: 99%;
		left: 8%;
		width: 3%;
	}
	#qieto1daycolor #luster_eyes .dot04 {
		position: absolute;
		top: -28%;
		right: 16%;
		width: 3%;
	}
	#qieto1daycolor #luster_eyes .dot05 {
		position: absolute;
		top: -20%;
		right: 9%;
		width: 3%;
	}
	#qieto1daycolor #luster_eyes .product_square02 {
		z-index: 1;
		position: absolute;
		top: 54%;
		left: 24%;
		width: 66%;
		height: 28%;
		background: #ae7777;
	}
	#qieto1daycolor #luster_eyes .product_square03 {
		z-index: 1;
		position: absolute;
		top: -51%;
		left: 87%;
		width: 10%;
		height: 17%;
		background: #9e5e5e;
	}

	/* FEATURE feature
	--------------------------------------- */
	#qieto1daycolor .feature_wrap {
		position: relative;
		margin: 15% 0 0;
	}
	#qieto1daycolor .feature_wrap::after {
		display: block;
		z-index: -1;
		position: absolute;
		top: 0;
		width: 100%;
		height: 115%;
		background: #eff5f9;
		content: "";
	}
	#qieto1daycolor .feature_title {
		position: relative;
		top: -6px;
		width: 27%;
		margin: 0 auto;
	}
	#qieto1daycolor .feature_title img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	#qieto1daycolor .feature_icons {
		width: 85%;
		margin: 7% auto 0;
		padding: 5%;
		background: #fff;
	}
	#qieto1daycolor .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;
	}
	#qieto1daycolor .feature_iconslist li {
		width: 26.8%;
		margin: 0 3%;
	}

	/* SPEC spec
	--------------------------------------- */
	#qieto1daycolor .spec_wrap {
		position: relative;
		width: auto;
		margin: 15% auto 0;
		padding: 15% 0 5%;
	}
	#qieto1daycolor .spec_title {
		z-index: 3;
		position: relative;
		top: 0;
		width: 15%;
		margin: 0 auto;
	}
	#qieto1daycolor .spec_title img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	#qieto1daycolor .spec_list {
		z-index: 2;
		position: relative;
		top: -32px;
		left: 20px;
		width: 90%;
		height: auto;
		margin: 0;
		padding: 5% 5% 0 0;
		background: #fff;
	}
	#qieto1daycolor .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;
	}
	#qieto1daycolor .spec_list dt {
		width: 39%;
		color: #24272a;
		font-weight: 500;
		font-size: min(2.9vw, 12px);
	}
	#qieto1daycolor .spec_list dd {
		width: 56%;
		font-size: min(2.9vw, 12px);
		letter-spacing: 0.07em;
	}
	#qieto1daycolor .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;
	}
	#scroll-pagetop {
		position: fixed;
		bottom: 55px;
		right: 10px;
		width: 100%;
		box-sizing: border-box;
		width: 50px;
		height: 50px;
		z-index: 997;
		filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.8));
	}

/* BUY
--------------------------------------- */
#qieto1daycolor .setprice_wrap {
	display: flex;
	justify-content: center;
	position: relative;
}

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

#qieto1daycolor .set_price.is_active {
	position: relative;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
}
#qieto1daycolor .buy_area {
	width: 100%;
	margin: 7% auto 0;
}

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

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

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

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

#qieto1daycolor .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;
}

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

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

#qieto1daycolor .buy_list li img {
	display: block;
	width: auto;
	margin: 0 auto;
}

#qieto1daycolor .buy_bg {
	position: relative;
}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qieto1daycolor .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;
}

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

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

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

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

#qieto1daycolor .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;
}

#qieto1daycolor .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;
}

#qieto1daycolor .buy_btn:hover {
	opacity: 1;
}

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

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

#qieto1daycolor .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;
}

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

/* スペック
--------------------------------------- */
#qieto1daycolor .goods_inner {
	max-width: 610px;
	margin: 0 auto;
}

#qieto1daycolor .goods_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: none;
}

#qieto1daycolor .goods_data_title_blank {
	width: 88px;
}

#qieto1daycolor .goods_data_title {
	width: 240px;
	font-size: 1.3rem;
	margin: 0 5px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	background: #848080;
	font-weight: 400;
}

#qieto1daycolor .goods_flex:last-of-type {
	border-bottom: none;
}

#qieto1daycolor .goods_flex .th {
	width: 95px;
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1;
}

#qieto1daycolor .goods_flex .th.bc {
	width: 95px;
	padding: 21px 0;
}

#qieto1daycolor .goods_flex .td_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 498px;
}

#qieto1daycolor .goods_flex .td {
	width: 240px;
	padding: 0;
	font-size: 1.3rem;
}

#qieto1daycolor .goods_flex .r_eye,
#qieto1daycolor .goods_flex .l_eye {
	font-size: 1.4rem;
}

#qieto1daycolor .goods_flex .goods_select_wrap {
	position: relative;
	z-index: 2;
	border-radius: 0;
	background: #F6F6F6;
	width: 240px;
	margin: 0;
}

#qieto1daycolor .goods_flex .goods_select_wrap::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 1;
}

#qieto1daycolor .goods_flex select {
	height: 40px;
	background: transparent;
	border-radius: 5px;
	width: 100%;
	padding: 0 12px;
	color: #000000;
	font-size: 1.3rem;
	letter-spacing: 0.02em;
	appearance: none;
	outline: 0;
	z-index: 1;
	border: none;
}

#qieto1daycolor .goods_flex select::-ms-expand {
	display: none;
}

#qieto1daycolor .goods_flex select.err_msg {
	color: #F54141;
	background: #FFF2F2;
}

#qieto1daycolor .goods_flex .goods_data_value {
	text-align: center;
	display: block;
	padding: 26px 12px;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}

#qieto1daycolor .goods_err_msg {
	color: #F54141;
	font-size: 1.4rem;
	display: block;
}

#qieto1daycolor .goods_btn_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#qieto1daycolor .goods_cart_btn {
	margin: 0 auto;
}

#qieto1daycolor .org-btn {
	display: block;
	width: 300px;
	height: 50px;
	background: #fff;
	margin: 10% auto 15%;
	border: solid 1px #524f4a;
	color: #24272a;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
}
.pop_select select {
	border: none;
}
/*# sourceMappingURL=../maps/css/page.css.map */
/* PRODUCT LINE-UP
--------------------------------------- */
#qieto1daycolor .product_area {
	background: #f8f5f1;
	padding: 8% 0;
	line-height: 2;
}
#qieto1daycolor .product_area .ttl_box {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(5vw, 23px);
	font-weight: 400;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 60%;
}
#qieto1daycolor .product_inner {
	align-items: center;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 5% 0 0;
}

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

#qieto1daycolor .product_box {
	width: 47%;
}

#qieto1daycolor .product_boximg {
	margin: 1% auto 0;
}

#qieto1daycolor .product_name {
	display: block;
	font-size: min(3.7vw, 18px);
	text-align: center;
	/* font-weight: 700; */
	margin-top: 5px;
	letter-spacing: 0;
	line-height: 1.5;
}

#qieto1daycolor .product_text {
	width: 100%;
	margin-inline: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	font-weight: 500;
	font-size: min(2.8vw, 12px);
	text-align: center;
	letter-spacing: 0;
	line-height: 1.8;
}

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

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

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