@charset "UTF-8";

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

キエ得

========================================================= */
#qietoku {
	word-wrap: normal;
	/* 改行指定を初期化（MD） */
	width: 100%;
	max-width: 755px;
	margin: 0 auto;
	background: #FFF;

	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		font-family: "Noto Sans JP","YakuHanJP_Noto", "Roboto", sans-serif;
	}

	*::before,
	*::after {
		box-sizing: border-box;
	}

	em {
		font-style: normal;
	}

	a {
		text-decoration: none;
	}

	img {
		max-width: 100%;
		vertical-align: bottom;
	}

	table {
		border-collapse: collapse;
	}

	/* ヘッダー
	------------------------------------ */
	.header {
		display: block;
		width: 100%;
		max-width: 755px;
		height: auto;
	}

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

	.time_inner {
		position: relative;
		background: #deecff;
		background-size: cover;
		padding: 10% 0 0;
	}

	.to_end {
		position: absolute;
		top: 15%;
		left: 0;
		right: 0;
		color: #0b1567;
		font-weight: bold;
		font-size: min(4.4vw, 22px);
		line-height: 1.8;
		letter-spacing: 1px;
		width: 90%;
		text-align: center;
		padding: 1.8% 6% 0%;
		margin: 0 auto;
		border-radius: 1em 1em 0 0;
	}

	.to_end span{
		background: #deecff;
		padding: 0 5%;
	}

	.to_end span::before {
		-webkit-transform: rotate(-28deg);
		left: -0.9em;
		transform: rotate(-28deg);
	}

	.to_end span::after {
		-webkit-transform: rotate(28deg);
		right: -0.9em;
		transform: rotate(28deg);
	}

	.header_shita {
		position: relative;
		margin-bottom: 5%;
		color: #0080b3;
		font-weight: bold;
		font-size: min(5vw, 16px);
		line-height: 1.8;
		letter-spacing: 1px;
		text-align: center;
	}

	.catch_wrap {
		padding-bottom: 10%;
	}

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

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

	.non_period {
		padding: 5% 0 ;
		font-weight: bold;
		font-size: min(4.5vw, 23px);
		color: #ffff;
		letter-spacing: 1px;
		text-align: center;
		background: #725fbe;
	}

	/* カウントダウン
	------------------------------------ */
	#Timer {
		color: #0b1567;
		text-align: center;
		margin-bottom: 20px;
		border: 2px solid #0b1567;
		background: #deecff;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		padding: 5% 6% 3%;
		border-radius: 0.7em;
		font-size: min(4.5vw, 23px);
		font-weight: 900;
	}

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

	#Timer ul li {
		font-size: min(11vw, 58px);
		line-height: 1;
		color: #0b1567;
		width: 19%;
		font-weight: 700;
		font-family: cursive;
	}

	#Timer ul li.time_knm {
		width: 4%;
	}

	#Timer ul li .time_main_no {
		display: block;
		width: 100%;
		text-align: center;
		letter-spacing: .1em;
		position: relative;
	}

	#Timer ul li .time_main_no::after {
		content: ":";
		position: absolute;
		top: -7%;
		width: unset;
		display: block;
		right: -37%;
	}

	.to_end {
		position: absolute;
		top: 12%;
		left: 0;
		right: 0;
		color: #0b1567;
		font-weight: bold;
		font-size: min(4.4vw, 22px);
		line-height: 1.8;
		letter-spacing: 1px;
		width: 90%;
		text-align: center;
		padding: 1.8% 6% 0%;
		margin: 0 auto;
		border-radius: 1em 1em 0 0;
	}

	#Timer ul li:last-child .time_main_no::after {
		display: none;
	}

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

	.btn_qietoku_wrap{
		padding: 0 0 5%;
		background: #fff;
	}
	.btn_qietoku_wrap.bottom{
        background: #deecff;
		margin: 10% 0 0;
	}
	.btn_qietoku {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80%;
		margin: 5% auto 0;
		padding: 3% 0;
		color: #fff;
		font-size: min(3.8vw, 20px);
		letter-spacing: .05em;
		font-weight: 700;
		text-decoration: none;
		border-radius: 9999px;
		background: linear-gradient(to bottom, #b19be7 0%, #9178d6 45%, #6c57c8 100%);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25), inset 0 2px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 0 rgba(0, 0, 0, 0.15);
		position: relative;
		transition: 0.2s;
		border: solid 2px #fff;
		&::before {
			content: "▶";
			font-size: min(2.6vw, 14px);
			position: absolute;
			right: 7%;
			top: 33%;
		}
		&:hover {
			opacity: .8;
		}
	}

	.product_contents {
		margin-top: 0;			
		position: relative; 
		z-index: 0;
	}

	.product_contents .product.is_active {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.product_area:not(:has(.color_selector_wrap)) .product {
		border-radius: 1.5em; 
	}

	/* プロモーションセクション全体 */
	.inner_wrap {
		padding: 0 0 10%;
		background: #deecff;
	}

	.product_promo {
		margin: 0 auto ;
		padding: 10% 3% 15%;
		max-width:100%;
		border-bottom: solid 3px #fff;
	}

	.promo_card {
		position: relative;
		background: #ffffff;
		border-radius: 1em;
		margin: 6% auto 0;
		padding: 6.8% 2% 8%;
		text-align: center;
		width: 93%;
	}

	.promo_card.w2 {
		padding: 4.7% 0 8% 4%;
	}

	/* キャッチコピー */
	.promo_catch {
		font-size: min(3.8vw, 18.9px);
		font-weight: 700;
		color: #0b1567;
		line-height: 1.7;
		width: 90%;
		margin: 0 auto;
	}

	/* 商品情報エリア（横並び） */
	.product_info_box {
		display: flex;
		align-items: end;
		justify-content: space-around;
		gap: 20px;
		width: 100%;
		margin-bottom: 5%;
		text-align: left;
	}

	.product_image{
		width: 34%;
		margin-left: 9%;
	}

	.product_image img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.product_details {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 50%;
		margin-left: 1%;
	}

	.w2 {
		.product_info_box {
			display: flex;
			align-items: end;
			justify-content: center;
			gap: 0;
			width: 100%;
			margin-bottom: 5%;
			margin-left: 0%;
		}

		.product_image {
			width: 45%;
			margin-left: 0;
		}

		.product_image img {
			display: block;
			max-width: 100%;
			width: auto;
			height: auto;
		}

		.product_details{
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			width: 49%;
			margin-left: 0;
		}
	}

	.product_name {
		font-size: min(4vw, 20px);
		font-weight: 900;
		margin: 0 0 2%;
		text-align: center;
		letter-spacing: 0.05em;
		color: #0b1567;
	}

	/* 価格表示 */
	.price_area {
		/* margin-top: 7%; */
	}

	.price_amount {
		display: block;
		margin: 7% 0 0;
		color: #f4369d;
		font-size: min(6.9vw, 32px);
		font-weight: 900;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.price_label_wrap{
		margin: 1% 0 0;
		text-align: center;
	}

	.price_label {
		display: inline-block;
		justify-content: center;
		background: #0b1567;
		color: #fff;
		font-size: min(3.4vw, 14px);
		padding: 0% 4%;
		line-height: 1.5;
		margin-top: 2%;
		text-align: center;
		letter-spacing: .1em;
		width: auto;
		margin: 0 auto;
		font-weight: 700;
	}

	/* コンバージョンボタン */
	.cv_button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #06bc53;
		color: white;
		text-decoration: none;
		font-size: min(3.6vw, 18px);
		font-weight: bold;
		padding: 2.9% 0 4.1%;
		border-radius: 50px;
		position: absolute;
		max-width: 100%;
		margin: 10% auto 0;
		transition: opacity 0.3s;
		letter-spacing: .17em;
		&.inbox{
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #725fbe;
			color: white;
			text-decoration: none;
			font-size: min(3.6vw, 18px);
			font-weight: bold;
			padding: 3% 0;
			border-radius: 2em;
			position: absolute;
			bottom: -13%;
			left: 0;
			right: 0;
			max-width: 100%;
			width: 76%;
			margin: 8% auto 0;
			letter-spacing: .1em;
		}
	}

	/* 
	.cv_button::before{
		width: 1.1rem;
		height: 1.1rem;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
	} */

	.cv_button::after{
		content: "▶";
		font-size: min(2.6vw, 11px);
		position: absolute;
		right: 7%;
		top: 33%;
	}

	.cv_button:hover {
		opacity: 0.9;
	}

	/* 商品グリッド */
	.product_grid {
		padding: 7% 0 ;
		background: #ffffff;
	}

	.grid_container {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
		gap: 18px;
		width: 90%;
		margin: 0 auto;
		.product_card {
			background: #fff;
			border: min(1.5vw, 7px) solid #deecff;
			border-radius: 1.1em;
			padding: 7% 2% ;
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}

		.product_info_box{
			display: flex;
			align-items: end;
			justify-content: space-around;
		}

		.card_title {
			font-size: min(3.3vw, 17px);
			font-weight: 900;
			display: flex;
			align-items: center;
			line-height: 1.3;
			color: #0b1567;
		}

		.box_price_box {
			display: flex;
			align-items: center;
			justify-content: space-around;
			width: 95%;
			margin: 5% auto 0;
		}

		.card_img { 
			display: flex; 
			align-items: center;
			margin: 6% auto 0;
			width: 80%;
			height: auto;
		}
		.card_img.square { 
			width: 60%;
		}
		.card_img img {
			max-width: 100%;
			max-height: 100%;
		}

		.price_box.is-small { 
			margin-bottom: 15px;
		}

		.price_box.is-small .price_value { 
			font-size: 1.6rem; 
		}

		.btn_cart {
			background: #725fbe;
			color: #fff;
			text-decoration: none;
			width: 97%;
			margin: 8% 0 0;
			padding: 2% 0 2.8%;
			border-radius: 2em;
			font-weight: 700;
			font-size: min(2.8vw, 13px);
		}

		.box_price_label {
			background: #0b1567;
            color: #fff;
			font-size: min(2vw, 9.4px);
            padding: 0 2%;
            margin-top: 1.7%;
            letter-spacing: .1em;
            font-weight: 700;
		}

		.box_price_value {
			color: #f4369d;
			font-size: min(5.3vw, 26px);
			font-weight: 900;
			line-height: 1;
			letter-spacing: 0.02em;
		}

		.box_price_unit {
			color: #ff9900;
			font-size: min(3.7vw, 15px);
			font-weight: 900;
			line-height: 1;
			letter-spacing: 0.02em;
		}
	}
}

/************************************

モーダル

************************************/

.remodal {
	background: rgba(52, 52, 52, 0.9) !important;
	color: #fff !important;
	font-family: "Zen Kaku Gothic New", "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
	padding: 1% 1% 2%;
	max-width: 400px;
}

.sm_modal {
	width: 90%;
	padding: 30px 0 5px 0;
	background-color: #E3EBFC;
}

.modal_product_title {
	font-size: 18px;
	line-height: 1.5;
}

.modal_product_title span {
	font-size: min(4.8vw, 20px);
}

.modal_product_img {
	width: 50%;
	margin: 2% auto 0;
}

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

.modal_set_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: auto;
	margin: 23px auto 0;
}

.modal_set_list.center {
	justify-content: center;
}

.modal_set_list li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
	margin-bottom: 15px;
	display: block;
	color: #fff;
	text-align: center;
	margin-right: 0;
	padding: 10px 0;
	font-size: 12px;
	border: solid 2px #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: all .3s;
}

.modal_set_list li.is_active {
	display: block;
	color: #fff;
	background: #e8c568;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	border: solid 2px #e8c568;
	text-decoration: none;
	border-radius: 5px;
}

.modal_set_list li:hover {
	display: block;
	color: #fff;
	background: #e8c568;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	border: solid 2px #e8c568;
	text-decoration: none;
	border-radius: 5px;
}

.modal_set_list li+li {
	margin-left: 0;
}

.modal_set_list li:nth-child(5n) {
	margin-left: 0;
}

.modal_content_area {
	position: relative;
	margin-top: 15px;
}

.modal_content_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

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

.modal_content_wrap form {
	width: auto;
	margin: 5% auto 0;
	padding: 15% 0 8%;
	background: #fff;
	color: #24272a;
}

.sm_modal_close {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 0 0 22px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}

.sm_modal_close:before {
	display: none;
}

.sm_pname {
	margin: 15px 10px 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.sm_cellbox_po {
	font-size: min(5vw, 20px);
	font-weight: bold;
	line-height: 1;
	display: block;		
	letter-spacing: .05em;
	margin: 2% auto 2%;		
}

.sm_cellbox {
	font-size: min(7.2vw, 36px);
	font-weight: bold;
	line-height: 1;
	display: contents;		
	letter-spacing: .05em;
}

.sm_box_name {
	font-size: 22px;
	font-weight: bold;
}

.sm_devide {
	font-size: min(3.8vw, 18px);
	font-weight: normal;
}

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

.cell_point .red{
	color: #dbb03f !important;
	font-weight: bold;
}

.sm_colorb {
	color: #dbb03f;
	font-weight: bold;
}

.helper_gdt_select {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.selectbox {
	display: flex;
	width: 430px;
	margin: 0 auto;
	flex-direction: row-reverse;
}

.select-label{
	margin-left: 14%;
}

.custom-dropdown {
	position: absolute;
	width: 80%;
	top: 22.7%;
	margin: 0 auto;
	z-index: 5;
	right: 0;
	left: 0;
}

.custom-select {
	background-color: #725fbe;
	color: white;
	padding: 3%;
	border: none;
	font-size: min(3.6vw, 15px);
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between; 
	align-items: center;
	width: 100%;
}

.custom-select::after {
	content: "";
	width: 0;
	height: 0;
	margin-right: 4%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
}

.custom-options {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute; 
	top: 100%; 
	left: 0;
	right: 0;
	background-color: white; 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	z-index: 10; 
	display: none; 
}

.custom-options.open {
	display: block; 
}

.custom-options li {
	padding: 10px;
	color: black; 
	cursor: pointer;
}

.custom-options li:hover {
	background-color: #f0f0f0; 
}

.custom-options li.active {
	background-color: #007bff; 
	color: white;
}

.modal_product_img {
	position: relative; /* To position the badge relative to the image */
}

.set-badge {
	display: none;
	position: absolute;
	top: 10px;
	left: -10%;
	z-index: 1;
}

.set-badge img {
	width: 40%;
	margin: 0 ;
}

.modal_all_wrap {
	position: relative;
}

.accordion01_body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

/************************************

スペック

************************************/

.selectbox {
	display: flex;
	width: auto;
	margin: 5% auto;
	flex-direction: row-reverse;
	flex-direction: column-reverse;
}

.selectbox input,
.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;
}

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

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

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

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

.selectbox .pulldown_tr td select {
	width: 95%;
	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;
}

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

.selectbox .pulldown_tr td {
	position: relative;
}

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

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

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

.selectbox table {
	width: auto;
}

.selectbox .pulldown {
	width: 225px;
}

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

.selectbox .pulldown_body {}

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

.selectbox .right_eye {
	background: #fff;
}

.selectbox .left_eye {
	background: #fff;
}

.selectbox .pulldown_body .data {}

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

.selectbox .tbl .left_eye .pulldown_ttl,
.selectbox .tbl .left_eye .pulldown_body {
	margin-left: 5px;
}
.cart_btn {
	display: inline-block;
    width: 80%;
    height: auto;
    padding: 0.8em 1em;
    border-radius: 100vh;
    background: #725fbe !important;
    color: #ffffff;
    font-size: min(3vw, 18px);
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    border: none;
    text-indent: 0;
}