@charset "UTF-8";
/* CSS Document */
/* Qietoの日 2026/06 */

#qieto-day {
	background-color: #fdfaf7;
	color: #2d2d2d;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto 40px;
	max-width: 640px;
	width: 100%;

	/* 全体リセット・共通設定 */
	p,
	a,
	span,
	div,
	ul,
	li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;
	}

	h1 {
		text-align: center;
	}

	/* メインビジュアル */
	.main_visual {
		position: relative;
		width: 100%;
		text-align: center;
		background: url(/special/qieto-day/img/main_bg.png) no-repeat center top;
		background-size: 100%;
		padding: 70% 0 50%;
	}

	.main_title {
		position: absolute;
        width: 45%;
        margin: 0 auto;
        top: 5%;
        left: 10%;
	}

	.main_date_img {
		position: absolute;
		width: 56%;
		margin: 0 auto;
		top: 26%;
		left: 5%;
	}

	.inner.is-period,
	.inner.is-noperiod {
		background-size: 100%;
		padding: 6.7% 0 6.2%;
		position: absolute;
		width: 90%;
		margin: 0 auto;
		top: 70%;
		left: 0;
		right: 0;
	}

	.inner.is-period {
		background: url(/special/qieto-day/img/cd_01.png) no-repeat center top;
		background-size: contain;
	}

	.inner.is-noperiod {
		background: url(/special/qieto-day/img/cd_02.png) no-repeat center top;
		background-size: contain;
	}

	/* 各セクションタイトル */
	.a_title{
		display: block;
		margin: 0 auto;
		width: 70%;
	}

	.b_title {
		display: block;
		margin: 0 auto;
		width: 52%;
	}

	.c_title {
		display: block;
		margin: 0 auto;
		width: 60%;
	}

	.a_title img,
	.b_title img,
	.c_title img {
		display: block;
		max-width: 100%;
		width: auto;
	}

	.block {
		margin: 0 auto ;
	}

	.block + .block {
		margin: 8% auto 0;
	}


	/* 特典 */
	.bonus_inner {
		margin: 7% auto 0;
	}

	.bonus_img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	.bonus_img + .bonus_img {
		display: block;
		margin: 5% auto 0;
	}

	/* カウントダウンタイマー */
	#Timer {
		color: #866d09;
		text-align: center;
		width: 85%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
		border-radius: 1em;
		position: relative;

		ul {
			display: flex;
			justify-content: space-between;
			width: 100%;

			li {
				font-size: min(11vw, 55px);
				line-height: 1;
				color: #866d09;
				width: 20%;
				font-weight: 700;

				&.time_knm {
					width: 4%;
				}

				.time_main_no {
					display: block;
					width: 100%;
					text-align: center;
					letter-spacing: .05em;
					position: relative;

					&::after {
						content: ":";
						position: absolute;
						top: -7%;
						width: unset;
						display: block;
						right: -37%;
					}
				}

				&:last-child .time_main_no::after {
					display: none;
				}

				.time_text {
					display: block;
					font-size: 0.24em;
					letter-spacing: 0.1em;
					color: #866d09;
					font-weight: 700;
					text-align: center;
					position: relative;
					background-size: contain;
					background-repeat: no-repeat;
					width: 100%;
					background-position: center;
					margin: 10% 0 0;
				}
			}
		}
	}

	/* タブ・ナビゲーション */
	.tab_nav {
		display: flex;
		justify-content: center;
		gap: 3%;
		margin: 5% auto 0;
		padding: 0 4%;
	}

	.tab_btn {
		flex: 1;
		background: none;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		padding: 0;
		opacity: 1;
		transition: opacity 0.2s;

		img {
			width: 100%;
			display: block;
		}

		span {
			font-size: 2.6vw;
			color: #1a6fa0;
			font-weight: 700;
			text-decoration: underline;
			letter-spacing: 0.05em;
		}

		&:hover {
			opacity: .6;
		}
	}



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

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

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

		img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
		}
	}

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

	.buy_cart {
		left: 0;
		margin: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: all 0.3s;
		width: 100%;

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

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

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

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

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

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

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

	.buy_point {
		border: solid 1px #24272a;
		display: inline-block;
		font-size: min(4.2vw, 18px);
		font-weight: 500;
		left: 0;
		letter-spacing: 0.18em;
		margin: 10px auto 0;
		max-width: 100%;
		opacity: 0;
		padding: 5px 8px;
		position: absolute;
		right: 0;
		top: 0;
		width: 90%;
		text-align: center;

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

		span:first-of-type,
		span:nth-child(2) {
			margin: 0;
			white-space: nowrap;
		}
	}

	.qieto_pointwrap {
		display: flex;
		justify-content: center;
		position: relative;
		margin: 2% auto 0;
	}

	.qieto_point {
		background: #fff;
		display: inline-block;
		font-size: min(3vw, 16px);
		font-weight: 500;
		left: 0;
		letter-spacing: 0.18em;
		margin: 10px auto 0;
		max-width: 100%;
		padding: 1% 8%;
		position: absolute;
		right: 0;
		top: 0;
		width: 90%;
	}

	.qieto_point em {
		font-style: normal;
	}

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

	.set_price {
		left: 0;
		line-height: 1;
		margin: 5% 0 0;
		opacity: 0;
		position: absolute;
		right: 0;
		width: 100%;

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

	/* BUY ボタン・トグル */
	.buy_btn {
		background: #fff;
		border: solid 1px #524f4a;
		cursor: pointer;
		display: block;
		font-size: min(4.2vw, 20px);
		font-weight: 500;
		height: auto;
		letter-spacing: 0.15em;
		margin: 5% auto 0;
		max-width: 610px;
		padding: 2% 0;
		position: relative;
		text-align: center;
		width: 90%;

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

		&:hover {
			opacity: 1;
		}

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

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

		span {
			background: #fff;
			border: solid 1px #524f4a;
			color: #24272a;
			cursor: pointer;
			display: block;
			font-size: min(3.5vw, 16px);
			margin: 20px 0 0;
			padding: 5% 0;
			text-align: center;
			width: calc(50% - 6.5px);

		}
	}

	.buy_btnwrap {
		background: #f8f5f1;
		display: none;
		margin: 0 auto;
		max-width: 610px;
		padding: 8% 0;
		position: relative;
		width: auto;
	}

	.bnr_cart {
		display: block;
		margin: 0 auto 3%;
		max-width: 610px;
		width: auto;
	}

	.area_txt {
		font-size: min(3.5vw, 22px);
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 2;
		margin-top: 2%;

		&+.area_txt {
			margin-top: 1%;
		}
	}

	.concept_img {
		margin-top: 10%;
	}

	/* 商品詳細（Qietoボックス） */
	.qieto_box_wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 5% auto 0;
		width: 90%;
		justify-content: center;
	}

	.qieto_box {
		margin: 10% auto 0;
		padding: 10% 0 0;
		width: auto;
		background: #f8f5f1;
	}

	.qieto_box + .qieto_box {
		margin: 0 auto ;
		padding: 7% 0 5%;
		width: auto;
		background: #f8f5f1;
	}

	.qieto_name {
		color: #24272a;
		font-size: min(3.5vw, 22px);
		letter-spacing: 0.15em;
		text-align: center;
	}

	.qieto_img {
		margin: 0 auto ;
		max-width: 350px;
		width: auto;

		img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
		}
	}

	.qieto_box_num {
		color: #24272a;
		font-size: 2rem;
		letter-spacing: 0.15em;
		margin: 20px auto 0;
		text-align: center;
		font-weight: 500;
	}

	.qieto_box_pricewrap {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px auto 0;
	}

	.qieto_box_price1 {
		background: #3b3b3b;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1;
		padding: 5px 15px 6px;
		margin: 0 10px 0 0;
		text-align: center;
	}

	.qieto_box_price2 {
		color: #fe5757;
		font-size: 4rem;
		font-weight: 700;
	}

	.qieto_box_price_devide {
		color: #727272;
		font-size: 1.4rem;
		margin: 3% auto 0;
		text-align: center;
	}

	/* スペック・注文手続き */
	.goods_inner {
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}

	.goods_flex {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;

		&:last-of-type {
			border-bottom: none;
		}

		.th {
			width: 100%;
			padding: 10% 0 0;
			font-size: min(3vw, 18px);
			font-weight: normal;
			text-align: center;
			vertical-align: middle;
			white-space: nowrap;
			line-height: 1;

			&.bc {
				width: auto;
				padding: 7% 0 0;
			}
		}

		.td_wrap {
			display: flex;
			justify-content: space-between;
			margin: 3% auto 0;
			max-width: 100%;
			width: 100%;
		}

		.td {
			max-width: 240px;
			width: 48%;
			font-size: 1vw;
			padding: 0;
		}

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

		.goods_flex .goods_select_wrap {
			position: relative;
			z-index: 2;
			border-radius: 0;
			background: transparent;
			width: auto;
			margin: 5px 0;
			border: solid 1px #524f4a;
		}

		.goods_select_wrap::after {
			display: none;
		}

		select {
			height: 40px;
			background: #fff;
			-webkit-appearance: none;
			appearance: none;
			text-align: center;
			text-align-last: center;
			border-radius: 0;
			width: 100%;
			padding: 0;
			color: #000000;
			font-size: min(3.5vw, 18px);
			letter-spacing: 0.02em;
			appearance: none;
			outline: 0;
			z-index: 1;
			border: solid 1px #524f4a;

			&::-ms-expand {
				display: none;
			}

			&.err_msg {
				background: #fff2f2;
				color: #f54141;
			}
		}

		.goods_data_value {
			text-align: center;
			display: block;
			padding: 10% 5%;
			line-height: 1;
			font-size: min(4.2vw, 18px);
			letter-spacing: 0.02em;
			background: #fff;
		}
	}

	.goods_data_title_blank {
		width: 100%;
	}

	.goods_data_title {
		max-width: 240px;
		width: 48%;
		color: #fff;
		font-size: min(4.2vw, 18px);
		margin: 0;
		padding: 6px 0;
		text-align: center;
		background: #848080;
		font-weight: 400;
	}

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

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

	.goods_cart_btn {
		margin: 0 auto;
		width: 100%;
	}

	.org-btn {
		background: #888888;
		border: none;
		border-radius: 0;
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: 400;
		height: 50px;
		margin: 5% auto 0;
		text-align: center;
		width: 100%;
	}

	.qieto_note {
		color: #727272;
		font-size: 2.6vw;
		margin: 2% auto 8%;
		text-align: center;
	}
}

/* メディアクエリ（タイマー調整） */
@media screen and (min-width:540px) {
	#qieto-day {
		#Timer ul li .time_main_no::after {
			content: ":";
			position: absolute;
			top: -7%;
			width: unset;
			display: block;
			right: -26px;
		}
	}
}