@charset "UTF-8";

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

GWセール

========================================================= */
#gwsale {
	word-wrap: normal;
	/* 改行指定を初期化（MD） */
}

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

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

#gwsale em {
	font-style: normal;
}

#gwsale a {
	text-decoration: none;
}

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

#gwsale table {
	border-collapse: collapse;
}

/* ヘッダー
------------------------------------ */
#gwsale {
	.header {
		position: relative;
		display: block;
		width: auto;
		max-width: 960px;
		height: auto;
		margin: 0 auto;
	}

	.mainvisual {
		margin: 6% 0 0;
		padding: 0;    
	}

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

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

	.inner {
		position: absolute;
		top: 79%;
		left: 0;
		right: 0;
		width: 90%;
		margin: 6% auto 0;
		padding: 0;    
	}

	.header_shita {
		position: relative;
		margin: 6% 0 0;
		color: #fff;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
		line-height: 1.8;
		letter-spacing: 2px;
		text-align: center;
	}

	.backiro {
		display: inline-block;
		padding: 2px 8px 0;
		background: #fdff68;
		color: #0a1241;
		line-height: 1.2;
	}

	.iro_price {
		color: #b91030;
	}

	.accordion01_body {
		padding: 0 0;
		background: #FFF;
	}

	.anchor_ttl {
		margin-bottom: 0;
		padding: 4% 0 3%;
		background: #009743;
		color: #ffffff;
		font-weight: bold;
		font-size: min(5.5vw, 25px);
		letter-spacing: 2px;
		text-align: center;
		position: relative;
		line-height: 0.9;
	}

	.comingsoon {
		position: absolute;
		display: block;
		z-index: 2;
		top: 7%;
		width: 19%;
		margin: 0;
		/* left: 0; */
		right: 2%;
	}

	.app_otoku {
		position: absolute;
		z-index: 2;
		top: 45%;
		left: 0;
		right: 0;
		&.bottom{
			margin: 0 auto;
			background: #b2c313;
			position: relative;
		}
	}

	.app_otoku_img {
		display: block;
		width: auto;
		margin: 9% auto 0;
		padding:  5%;
		&.bottom{
			padding: 8% 4%;
			margin: 0 auto ;
		}
	}

	.app_otoku_btn{
		position: absolute;
		z-index: 2;
		top: 71.5%;
		left: 0;
		right: 0;
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	/* カウントダウン
	------------------------------------ */
	#Timer {
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		padding: 3%;
		border-radius: 0.5em;
	}

	#Timer * {
		/* font-family: Futura, 'Century Gothic' */
		font-family: "Oswald", sans-serif;
	}

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

	#Timer ul li {
		font-size: min(11vw, 58px);
		line-height: 1;
		color: #fff;
		width: 19%;
		font-weight: 700;
		font-family: "Oswald", sans-serif;
	}

	#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;
		/* height: .2em; */
		top: -7%;
		width: unset;
		/* left: 0; */
		display: block;
		right: -37%;
		font-family: "Oswald", sans-serif;
	}

	.to_end {
		color: #fff;
		font-weight: bold;
		font-size: min(4.4vw, 21px);
		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 .deco{
		position: relative;
		display: inline-block;
		position: relative;
		
	}

	.to_end .deco::before,
	.to_end .deco::after {
		display: block;
		position: absolute;
		bottom: 0.1em;
		width: 1em;
		height: 1em;
		content: "";
		font-weight: normal;
	}

	.to_end .deco::before {
		left: -1.4em;
		top: 0.4em;
		background: url(/special/gwsale/img/left_slash.png) no-repeat center center;
	}

	.to_end .deco::after {
		right: -1.4em;
		top: 0.4em;
		background: url(/special/gwsale/img/right_slash.png) no-repeat center center;
	}
}

@media screen and (min-width:540px) {
	#gwsale #Timer ul li .time_main_no::after {
		content: ":";
		position: absolute;
		/* height: .2em; */
		top: -7%;
		width: unset;
		/* left: 0; */
		display: block;
		right: -26px;
	}
}

#gwsale {
	#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: #fff;
		/* height: 0.7em; */
		font-weight: 700;
		text-align: center;
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		background-position: center;
		margin: 10% 0 0;
	}

	/* アンカーリンク
	------------------------------------ */
	.anchor {
		margin: 0% auto 0;
	}

	.anchor_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 84%;
		margin: 6% auto 10%;
	}

	.anchor_list li {
		position: relative;
		width: 44%;
		margin-bottom: 10%;
		text-align: center;
		transition: all .3s;
	}

	.anchor_list li a {
		display: block;
		padding-bottom: 30px;
		color: #000000;
	}

	.anchor_list li a:hover {
		opacity: .7;
	}

	.anchor_arrow{
		display: block;
		margin-top: 8%;
	}

	.anchor_list li a::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='48px' height='48px' viewBox='0 0 24 24' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter' fill='none' color='%23FFFFFF'%3E%3Cpolyline points='6 10 12 16 18 10'/%3E%3C/svg%3E");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #c00000;
		content: "";
		transition: all .3s;
		padding: 8% 5%;
		/*box-shadow: 0px 3px 0px 0px #c04f00;*/
		border-radius: 2em;
	}

	.anchor_link {
		display: block;
	}

	.anchor_name {
		margin-bottom: 0%;
		font-weight: bold;
		font-size: min(3.3vw, 16px);
		letter-spacing: 1.3px;
		text-align: center;
	}

	.anchor_img {
		display: block;
	}

	.anchor_img img {
		height: auto;
	}

	.anchor_price {
		display: block;
	}


	/* 商品ボックス
	------------------------------------ */
	.product_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0 0.8em;
		background: #ebeea6;
		padding: 3% 2% 2%;
		&::after {
			content: "";
			display: block;
			width: calc(50% - 5px); /* .itemと同じ幅 */
		}
	}
	.product_area {
		padding: 5% 0 0%;
		width: calc(49% - 3px);
		max-width: 755px;
		margin: 0 auto;

	}
	.product_area.last {
		padding: 7% 5% 7%;
	}

	.product {
		position: relative;
		margin: 0 auto;
		margin-bottom: 16px;
		padding: 7% 2.2% 3%;
		background: #fff;
		border-radius: 1.5em;
		box-shadow: 2px 3px 0px 0px #d3e19a;
	}

	.product:last-child {
		margin-bottom: 0;
	}

	.product_name {
		position: relative;
		width: 80%;
		margin: 0 auto 1%;
		color: #1b1b1b;
		font-weight: 700;
		font-size: min(2.5vw, 13px);
		letter-spacing: 0.01em;
		text-align: center;
		line-height: 1.2;
	}

	.product_off {
		position: absolute;
		right: .5%;
		width: 20%;
		top: 2%;
	}

	.panel_top .product_off {
		top: 2%;
	}

	.product_inner {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 5%;
	}

	.product_intab {
		margin: 0px auto 42%;
	}

	.product_img {
		display: flex;
		align-items: center;
		width: 90%;
		margin: 0 auto 1%;
		text-align: center;
	}

	/* アプリをインストールボタン
	------------------------------------ */
	.install_btn {
		position: relative;
		width: 100%;
		background-color: #ff6a00;
		color: #fff;
		border: none;
		border-radius: 0.8em;
		padding: 2.9% 5%;
		font-size: 12px;
		font-size: min(2.4vw, 12px);
		font-weight: 500;
		/* cursor: pointer; */
		display: inline-flex;
		margin: 4% 0 0;
		align-items: center;
		justify-content: center;
		gap: 10px;
		box-shadow: 1px 4px 0 0 #c04f00;
		&::before {
			content: '';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 5px 0 5px 8px;
			border-color: transparent transparent transparent #fff;
			position: absolute;
			top: 0;
			right: 5%;
			bottom: 0;
			margin: auto;
		}
	}

	/* ホバー時の変化（任意） */
	.install_btn:hover {
		background-color: #e65c00;
	}

	/* 矢印部分 */
	.install_btn .arrow {
		font-size: min(2.1vw, 12px);
	}


	/* 商品一覧はこちら */
	.cta_area {
		background: #ebeea6;
		padding: 5% 2% 2%;
		margin: 0;
	}

	.cta_button{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		max-width: 700px;
		margin: 0 auto;
		padding: 2% 0;
		border: none;
		border-radius: 5em;
		background-color: #0a8f3c;
		color: #fff;
		font-size: min(4vw, 19px);
		font-weight: bold;
		letter-spacing: .2em;
		cursor: pointer;
		position: relative;
		box-shadow: 1px 4px 0 0 #005024;
	}

	.cta_button::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 0;
		right: 24%;
		bottom: 0;
		margin: auto;
	}

	.color_comingsoon {
		background: #ebeea6;
	}

	.color_comingsoon_img {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 8% 0;
	}

	/* おすすめ */
	.column_zone{
		margin: 0 auto;
		padding: 0 0 3%;
		background: #FFF;
	}

	.column_zone .column_zone_ttl{
		margin-bottom: 0;
		padding: 2% 0;
		background: #009743;
		color: #fff;
		font-weight: bold;
		font-size: min(5.5vw, 25px);
		letter-spacing: 2px;
		text-align: center;
		position: relative;
	}

	.column_main{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 7% 4%;
		background: #ebeea6;
	}

	.column_wr{
		position: relative;
		justify-content: space-between;
		width: calc(49% - 3px);
		margin: 0%;
		padding: 0;
		border-radius: 1.5rem;
	}



























	.product_single_btn {
		display: block;
		padding: 8px 5px;
		border-radius: 5px;
		background-color: #ff90a8;
		box-shadow: 2px 2px 0px 0px #f56482;
		color: #ffffff;
		font-weight: 500;
		font-size: min(3.8vw, 14px);
		line-height: 1;
		letter-spacing: 0.04em;
		text-align: center;
		cursor: pointer;
	}

	.product_single_btn .price {
		display: inline-block;
		font-size: 1.6em;
	}

	.product_single_btn .price::first-letter {
		margin: 0 .1em 0 .4em;
		font-size: 0.7em;
	}

	.product_single_btn:hover {
		opacity: 0.7;
	}

	.product_set_btn_list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 5%;
		gap: 8px 8px;
	}

	.product_set_btn_list>li {
		box-sizing: border-box;
		width: calc((99.9999% - 16px) / 3);
	}

	.product_set_btn_list>li.big_size {
		width: 100%;
	}

	.product_set_btn {
		display: block;
		padding: 12% 0;
		border-radius: 3px;
		background-color: #009743;
		/*box-shadow: 2px 2px 0px 0px #f88ca2;*/
		color: #FFF;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.04em;
		text-align: center;
		cursor: pointer;
	}

	.only_set {}

	.only_set em {
		margin-left: 5%;
	}

	.only_set .product_set_btn {
		display: block;
		padding: 5% 0;
		border-radius: 3px;
		background-color: #009743;
		color: #FFF;
		font-weight: 500;
		font-size: min(3.8vw, 14px);
		line-height: 1;
		letter-spacing: 0.04em;
		text-align: center;
		cursor: pointer;
	}

	.product_set_btn .num {
		display: block;
		font-weight: 700;
		font-size: min(3.8vw, 14px);
		color: #FFF;
	}

	.product_set_btn .price {
		display: block;
		color: #FFF;
		font-weight: 700;
		font-size: min(3.8vw, 14px);
		line-height: 1.6;
		margin: 2% auto;
	}

	.product_set_btn .price em {
		display: inline-block;
		font-size: min(5.5vw, 22px);
	}

	.product_set_btn .price em::first-letter {
		font-size: min(3.8vw, 14px);
	}

	.product_set_btn .divide {
		display: block;
		font-size: min(3.8vw, 11px);
	}

	.product_set_btn .divide em {
		display: inline-block;
		font-weight: 700;
		font-size: min(3.8vw, 14px);
		margin-left: 5%;
	}

	.product_set_btn .divide em::first-letter {
		font-size: min(3.8vw, 14px);
	}

	.product_set_btn:hover {
		opacity: 0.7;
	}

	.product_muryou {
		display: block;
		line-height: 1.5;
		position: relative;
		letter-spacing: 1px;
		text-align: center;
		font-size: min(3.8vw, 14px);
		color: #000000;
		font-weight: bold;
		margin: 6% auto;
	}

	.product_muryou:after,
	.product_muryou:before {
		background-color: currentColor;
		bottom: 0;
		content: "";
		display: block;
		height: 1.5em;
		position: absolute;
		width: 0.4vw;
	}

	.product_muryou:before {
		left: 18%;
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg)
	}

	.product_muryou:after {
		right: 18%;
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg)
	}

	.big_size .product_set_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2.5% 0;
	}

	.big_size .product_set_btn .price {
		margin-left: 0.5em;
		padding-bottom: 0.1em;
	}

	.big_size .product_set_btn .divide {
		margin-left: 0.5em;
	}

	.product_leftside {
		max-width: 785px;
		margin: 0 auto;
	}

	.product_icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 68%;
		max-width: 600px;
		margin: 0 auto 4%;
	}

	.product_icons li {
		width: 18.7%;
	}

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

	.product_icons_4ver {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 55.18%;
		max-width: 600px;
		margin: 0 auto 2%;
	}

	.product_icons_4ver li {
		width: 23.7%;
	}

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

	.product_review {
		margin: 0 0 10%;
		text-align: center;
	}

	.product_rightside {
		max-width: 785px;
		margin: 0 auto;
	}

	.product_text {
		width: 89.2%;
		margin: 0 auto 4%;
		font-size: min(3.8vw, 14px);
		line-height: 2;
		letter-spacing: .05em;
		text-align: center;
	}

	.product_text span {
		background: linear-gradient(transparent 60%, #fdff68 60%);
		font-weight: 500;
	}

	.product_price {
		position: relative;
		margin: 0 auto 7.5%;
		text-align: center;
	}

	.product_price::after {
		display: block;
		position: absolute;
		top: 34%;
		left: 46%;
		width: 3%;
		height: 5%;
		padding-top: 5%;
		background: url(/special/gwsale/img/sp_arrow.png) no-repeat center center;
		background-size: contain;
		content: '';
	}

	.product_ori_pri {
		color: #1b1b1b;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
	}

	.product_ori_pri .roboto {
		color: #1b1b1b;
		font-weight: 700;
		font-size: min(3.8vw, 14px);
	}

	.product_off_pri {
		margin: 0 0 0 8%;
		color: #e00000;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
	}

	.product_off_pri .roboto {
		color: #e00000;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
	}

	.product_btn {
		width: 89.2%;
		margin: 0 auto;
	}

	.product_btn a {
		display: block;
		padding: 4.8% 0;
		background: #b91030;
		color: #FFF;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
		letter-spacing: 2px;
		text-align: center;
	}

	.product_btn a span {
		color: #FFF;
	}

	.ore {
		width: 89.2%;
		margin: 0 auto;
	}

	.ore a {
		display: block;
		padding: 4.8% 0;
		border: solid 1px #ffa200;
		background: #ffa200;
		color: #FFF;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
		letter-spacing: 2px;
		text-align: center;
	}

	.ore a span {
		color: #FFF;
	}

	.shiro {
		width: 89.2%;
		margin: 0 auto;
	}

	.shiro a {
		display: block;
		padding: 4.8% 0;
		border: solid 2px #3e3e3e;
		color: #3e3e3e;
		font-weight: bold;
		font-size: min(3.8vw, 14px);
		letter-spacing: 1px;
		text-align: center;
	}

	.shiro a span {
		color: #3e3e3e;
	}

	.roboto {
		font-family: "arial", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	}

	.roboto_pt {
		color: #1b1b1b;
		font-family: "arial", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	}
}

@media screen and (max-width: 640px) {
	#gwsale .anchor_list_3ver li::after {
		-webkit-transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 113%;
		right: 46%;
		width: 0.5em;
		height: 0.5em;
		margin-top: -.25em;
		transform: rotate(45deg);
		border-right: .2em solid #c7122b;
		border-bottom: .2em solid #c7122b;
		content: "";
		transition: all .3s;
	}
}

#gwsale .tab-ab {
	position: absolute;
	top: 45%;
	font-size: min(2.8vw, 14px);
	margin: 0 auto !important;
	right: 0;
	width: 92%;
	font-weight: bold;
	left: 0;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
	#gwsale .tab-ab {
		position: absolute;
		top: 42%;
	}
}

#gwsale {
	.tab-group {
		display: flex;
		justify-content: center;
	}

	.tab-group2 {
		display: flex;
		justify-content: center;
	}

	.tab {
		flex-grow: 1;
		list-style: none;
		border: solid 1px #aa0081;
		text-align: center;
		border-radius: 1vw;
		background: #aa0081;
		padding: 2% 0;
		margin: 1% !important;
		flex: 1;
		color: #FFF;
	}

	.panel-group {
		height: auto;

	}

	.panel {
		display: none;
	}

	.tab.is-active {
		background: #FFF;
		color: #aa0081;
		transition: all 0.2s ease-out;
	}

	.panel.is-show {
		display: block;
	}

	.panel_top {}

	.panel_MV {}

	.panel_MS {
		border: solid 1px #e9450c;
		background: #e9450c;
	}

	.panel_MS.is-active {
		color: #e9450c;
	}

	.panel_MH {
		border: solid 1px #ab002b;
		background: #ab002b;
	}

	.panel_MH.is-active {
		color: #ab002b;
	}

	.panel_MR {
		border: solid 1px #ef8ba6;
		background: #ef8ba6;
	}

	.panel_MR.is-active {
		color: #ef8ba6;
	}

	.panel_MB {
		border: solid 1px #fabe00;
		background: #fabe00;
	}

	.panel_MB.is-active {
		color: #fabe00;
	}

	.panel_MC {
		border: solid 1px #00b0a9;
		background: #00b0a9;
	}

	.panel_MC.is-active {
		color: #00b0a9;
	}

	.panel_MD {
		border: solid 1px #241e7b;
		background: #241e7b;
	}

	.panel_MD.is-active {
		color: #241e7b;
	}

	.product_otoku {
		display: block;
		line-height: 1.5;
		position: relative;
		letter-spacing: 0.4px;
		text-align: center;
		font-size: min(3.8vw, 14px);
		color: #d12d2a;
		font-weight: bold;
		margin: 0 auto 6%;
	}

	.product_otoku:after,
	.product_otoku:before {
		background-color: currentColor;
		bottom: 0;
		content: "";
		display: block;
		height: 1.5em;
		position: absolute;
		width: 0.4vw;
	}

	.product_otoku:before {
		left: 10%;
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg)
	}

	.product_otoku:after {
		right: 10%;
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg)
	}


	.banner_mida {
		margin: 8% auto 4%;
		text-align: center;
		font-size: min(3.8vw, 14px);
		color: #000;
		font-weight: bold;
		font-family: "YakuHanJP_Noto", "Noto Sans JP", "Roboto", sans-serif !important;
	}
	.banner_area {
		width: 100%;
		margin: 0 auto;
		padding: 5% 0;
		background: #dae124;    
		text-align: center;
	}

	.banner_box {
		margin: 0 auto;
		padding: 2% 0 5%;
		width: 90%;
	}

	.banner {
		margin: 3% auto 0;
	}

	.banner_inner{
		margin: 7% auto 0;
	}

	.cate_wrap {
		display: flex;
		margin: 7% auto 0;
	}

	.cate_wrap a {
		display: block;
		width: 31%;
		letter-spacing: 0.02em;
		margin: 0 1%;
		padding: 1% 0;
		background: #fff;
		color: #45b4f0;
		border-radius: 2em;
		font-size: min(4.3vw, 21px);
		font-weight: bold;
	}

	.catch_ttl {
		width: max-content;
		margin: 0 auto 3%;
		color: #111111;
		font-weight: bold;
		font-size: min(4.3vw, 21px);
		letter-spacing: 0.04em;
		line-height: 2;
		text-align: center;
	}
	.catch_ttl .line {
		background: linear-gradient(transparent 70%, #fff770 60%);
	}
	.catch_ttl .deco {
		display: inline-block;
		position: relative;
	}

	.catch_ttl .deco::before,
	.catch_ttl .deco::after {
		display: block;
		position: absolute;
		bottom: 0.1em;
		width: 0.1em;
		height: 1.2em;
		background: #111111;
		content: "";
		font-weight: normal;
	}

	.catch_ttl .deco::before {
		-webkit-transform: rotate(-28deg);
		left: -0.8em;
		top: 0.5em;
		transform: rotate(-28deg);
	}

	.catch_ttl .deco::after {
		-webkit-transform: rotate(28deg);
		right: -0.8em;
		top: 0.5em;
		transform: rotate(28deg);
	}
	.content_area {
		position: relative;
		max-width: 960px;
		height: auto;
		margin: 0 auto ;
		padding: 0 0 ;
		background: #009743;
	}

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

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

	.recommend_bnr_wrap {
		width: 95%;
		margin: auto;
		padding: 5% 0;
		text-align: center;
	}
	.recommend_bnr_title {
		margin-bottom: 2%;
	}

	.aui_product_box_v{
		position: relative;
		justify-content: space-between;
		width: calc(73% / 2);
		margin: 0 0 5%;
		padding: 3%;
		border-radius: 1.5rem;
		background: #fff;
	}

	.empty-box {
		width: calc(92% / 2); 
		margin-bottom: 5%; 
		visibility: hidden;
	}
	.aui_product_box_v .aui_product_imgbox {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding: 0;
		background-color: none;
		/* background-color: #f2f4fb; */
	}
	.cont_care .aui_product_box_v .aui_product_imgbox {
		margin: 0 0 20%;
		padding: 42% 0;
	}
	.aui_product_box_v .aui_product_imgbox img{
		top: 70%;
	}

	.aui_product_box_v .aui_product_imgbox.img_color{
		position: relative;
		width: auto;
		margin: 0 0 10px;
		padding: 50% 0 ;
	}

	.aui_product_box_v .aui_product_imgbox.img_color img{
		top: 0;
		left: 0;
		transform: translate(0);
		max-width: 100%;
	}

	.aui_product_brand{
		position: absolute;
		left: 0;
		right: 0;
		top: 5%;
		z-index: 5;
	}

	.aui_product_brand img{
		display: block;
		margin: 0 auto;
		width: auto;
		height: 18px;
		top: 10%;
	}

	.aui_product_name{
		font-size: min(3.4vw, 15px);
		font-weight: 500;
		text-align: center;
		margin: 5% 0 5%;
		color: #000;
		line-height: 1.6;
	}

	.aui_product_price{
		margin: 0 0 5%;
		font-size: min(2.6vw, 12px);
		text-align: center;
		font-weight: 500;
		line-height: 1.3;
		color: #000;
	}

	.aui_product_price b{
		font-size: min(3.4vw, 14px);
	}

	.aui_product_price span{
		display: contents;
		font-size: min(4.7vw, 20px);
		font-weight: 900;
		font-family: Roboto;
		color: #ff6b03;
	}

	.content_area_btn {
		background-color: #FFF;
		border-radius: 100vh;
		color: #009743;
		display: block;
		font-size: min(3.3vw, 16px);
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		margin: 1% auto 5%;
		padding: 5%;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s;
		width: 74%;
	}

	.co2wcon .aui_product_btn{
		border: solid 2px #71a2c3 !important;
		background: #71a2c3 !important;
	}

	.bo2w {
		color: #71a2c3 !important;
	}

	.cocorcon .aui_product_btn{
		border: solid 2px #baacdd !important;
		background: #baacdd !important;
	}

	.bocor {
		color: #baacdd !important;
	}

	.coencon .aui_product_btn{
		border: solid 2px #bbcf92 !important;
		background: #bbcf92 !important;
	}

	.boenk {
		color: #bbcf92 !important;
	}

	.content_area_btn:hover {
		opacity: 0.5;
	}
	.coupon_btn::after {
		border-right: 0.15em solid #fff;
		border-top: 0.15em solid #fff;
		content: "";
		height: 0.5em;
		position: absolute;
		right: 8%;
		top: 42%;
		-webkit-transform: translateX(0) rotate(45deg);
		transform: translateX(0) rotate(45deg);
		width: 0.5em;
	}
}

.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 1%;
	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_list {}

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

.goods_inner_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: auto;
	margin: 17% auto 0;
}
.goods_btn_wrap {
	width: 80%;
	margin: 5% auto;
}
.goods_data_title {
	position: relative;
	width: 50%;
	padding: 6px 0 15px;
	font-weight: 500;
	font-size: 1.25rem;
	border-bottom: 1px solid #D5D5D5;
	background: none;
	color: #000;
}
.goods_data_title.left::after {
	content: "";
	position: absolute;
	left: 99%;
	width: 1px;
	height: 2em;
	background: #fff;
	z-index: 5;
}
.goods_data_content {
	margin-top: 20px;
	width: auto;
}
.goods_inner {
	width: 95%;
	margin: 0 auto;
}
.goods_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: none;
	flex-wrap: wrap;
}
.goods_flex .th {
	padding-bottom: 10px;
	width: 100%;
	padding: 2% 0;
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.goods_flex .td_wrap {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}
.goods_flex .td {
	width: 43%;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
}
.goods_flex .r_eye,
.goods_flex .l_eye {
	font-size: 1.4rem;
}
.goods_flex .goods_select_wrap {
	position: relative;
	z-index: 0;
	background: #F4F4F4;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 10px;
}
.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;
}
.goods_flex select {
	height: 35px;
	width: auto;
	padding: 0 30px 0 15px;
	background-size: 8px;
	background-position: 95% center;
	color: #222222;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}
.goods_flex .goods_data_value {
	display: block;
	height: 35px;
	padding: 0 12px;
	background-color: none;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	text-align: center;
}
.org-btn {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 1.2em 1em 1.2em;
	border-radius: 100vh;
	background: #009743 !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;
}

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


.custom-select {
	background-color: #009743;
	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 {
  position: absolute;
  top: 10px;
  left: -10%;
  z-index: 1;
  display: block; 
}

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


.modal_all_wrap {
  position: relative;
}

#gwsale .ichiran_btn{
	width: 90%;
	margin: 8% auto 4%;
	text-align: center;
}


#gwsale .erabu_ttl{
	width: 64%;
	margin: 2% auto 5%;
}

.color-tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px !important;
	flex-wrap: unset;
}

.color-tab {
	text-align: center;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s;
	width: 32%;    
}

.color-tab.is_active {
  border-color: #f60;
}

.color-tab img {
}

.color-content {
  display: none;
}

.color-content.is_active {
  display: block;
}

.pB8per {
	padding-bottom: 8% !important;
}



@media screen and (min-width: 767px) {
	#gwsale .tab:before{
		width:7px;
		height:7px;
	}
	.remodal {
		max-width: 500px;
	}
	.custom-dropdown {
		top:24%;
	}
	.set-badge img {
		width:50%;
		margin: 0 ;
	}
}



/* ディファインカラー切り替え
--------------------------------------- */
#gwsale{
	.color_choice {
		font-size: min(4.4vw,25px);
		color: #009743;
		text-align: center;
		font-weight: 900;
	}
	.color_choice::before,
	.color_choice::after {
		content: "▼";
		display: inline-block;
		margin: 0 0.5em;
	}
	.buy_contentswrap .product_off {
		right: -2%;
		top: -2%;
		z-index: 5;
	}
	.buy_area {
		width: 100%;
		margin: 7% auto 0;
	}
	.buy_title {
		z-index: 3;
		position: relative;
		top: 0;
		width: 15%;
		margin: 0 auto;
	}
	.buy_title img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.buy_subtitle {
		z-index: 3;
		position: relative;
		top: 0;
		width: 15%;
		margin: 57px auto 0;
	}
	.buy_subtitle img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.buy_list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 420px;
		width: 94%;
		margin: 0% auto 50px;
	}
	.buy_list a {
		display: block;
		width: 25%;
		padding: min(7%,30px) 3% 0;
		/* margin: 0 auto; */
		transition: all .3s;
		transition: all 0.3s ease;
	}
	.buy_list a.is_active{
		opacity: 0.2;
	}
	.buy_list a span{
		display: block;
		line-height: 1.4;
		font-size: min(2.4vw, 13px);
		font-weight: 900;
		text-align: center;
		margin: 5px -3% 0;
		width: 106%;
	}
	.buy_list a .lens_name_v{
		color: #9e1a7b;
	}
	.buy_list a .lens_name_n{
		color: #ea4e13;
	}
	.buy_list a .lens_name_a{
		color: #121969;
	}
	.buy_list a .lens_name_b{
		color: #e8ad10;
	}
	.buy_list a .lens_name_s{
		color: #a52c38;
	}
	.buy_list a .lens_name_sw{
		color: #f57cb2;
	}
	.buy_list a .lens_name_c{
		color: #54bfcb;
	}
	/*  .buy_list li.is_active {
		box-shadow: 9px 9px 36px -12px #cbc8c8;
		border-radius: 10px;
		margin: 0 auto;
	} */
	.buy_list a img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.buy_bg {
		position: relative;
	}
	.buy_contentswrap {
		position: relative;
		max-width: 980px;
		background: #fff;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.buy_content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		width: 100%;
		opacity: 0;
		transition: all .3s;
	}
	.buy_content.is_active {
		position: relative;
		z-index: 2;
		opacity: 1;
		pointer-events: auto;
	}

	.product_img {
		width: 69%;
		margin: 0 auto 4%;
		text-align: center;
		box-sizing: initial;
	}

	.product_single_btn {
		display: block;
		padding: 8px 5px;
		border-radius: 5px;
		background-color: #0b1566;
		/* box-shadow: 2px 2px 0px 0px #f56482; */
		color: #ffffff;
		font-weight: 500;
		font-size: 15px;
		font-size: 4.6vw;
		line-height: 1;
		letter-spacing: 0.04em;
		text-align: center;
		cursor: pointer;
	}


	/*LINE*/
	.line_box{
		display:block;
		width:100%;
		max-width:750px;
		margin:20px auto 20px;
		padding:10px 20px;
	}
	.line_box img{
		display:block;
		width:100%;
		max-width:750px;
		margin:auto;
	}

	.btn::after,
	.btn::before {
		display: none;
	}
}

/* リモーダル 商品セットメニュー */
.sm_modal{
	width:90%;
	padding:30px 0 5px 0;
	background-color: #E3EBFC!important;
}
.sm_modal_close{
	display:insaleslock;
	position:absolute;
	top:10px;
	right:10px;
	padding:2px 0 0 22px;
	background-position:left center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	color:#2658c4;
	font-weight:bold;
	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;
	color: #2b2e38;
}

#catecolor .sm_btnbox .sm_btn {
	position: relative;
	width: 100%;
	background-color: #ff6a00;
	color: #fff;
	border: none;
	border-radius: 0.8em;
	padding: 2.9% 5%;
	font-size: 12px;
	font-size: min(2.4vw, 12px);
	font-weight: 500;
	/* cursor: pointer; */
	display: inline-flex;
	margin: 4% 0 0;
	align-items: center;
	justify-content: center;
}
.jj_btn {
    padding: 4% 0 !important;
    margin: 5% auto 0;
}

	.sm_btnbox:hover .sm_list.color{
		display:block;
	}
	.sm_list.color li{
		position:relative;
		margin:8px 10px;
		padding:8px 0;
		border:1px solid #c9d6f6;
		background-color:#ffffff;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.sm_list.color li:active{
		background-color:#fffbc6;
	}
	.sm_list.color li a{
		display:table;
		width:100%;
		border-collapse:collapse;
		text-decoration:none;
		background-color:transparent;
		-webkit-touch-callout:none;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	}
	.sm_list.color li .sm_cellbox{
		display:table-cell;
		vertical-align:middle;
		padding:2px 12px;
		font-size: 13px;
		font-weight:bold!important;
		color:#000000;
		text-align:left;
		line-height: 1.5;
	}
	.sm_list.color li .sm_cellbox:first-child{
		width: 100px;
		padding:2px 8px;
		border-right:1px solid #c9d6f6;
		text-align:center;
	}
	.sm_list.color li .sm_cellbox .sm_box_name{
		font-size:13px;
	}
	.sm_list.color li .sm_cellbox .sm_price{
		font-size:13px;
	}
	.sm_list.color li .sm_cellbox .sm_devide{
		display:block;
		color:#ca000f;
		font-size:13px;
		font-weight: 700;
	}


/*商品ボックス*/
#gwsale {
	.product_box .itembox_top{
		margin: 0 3% 2%;
		padding: 2%;
		border: 1px solid #c0c0c0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.product_box .itembox_top .top_l{
		width: 50%;
		background-image:url(../img/sp_topba.png);
	}

	.product_box .itembox_top .top_r{
		text-align: center;
		width: 50%;
		margin-left: 2%;
	}

	.product_box .itembox_top:after{
		content:"";
		clear:both;
		display:block;
	}

	.product_box .itembox_top .logo {
		width: 44%;
		margin: 0 auto 4%;
	}

	.product_box .itembox_top .photo{
		background-color: #f5f5f5;

	}

	.product_box .itembox_top .photo img{

	}

	.product_box .itembox_top .prescription {
		font-size: 2.8vw;
		margin-top: 2%;
	}

	.product_box .itembox_top .price {
		font-size: 3.6vw;
		margin-bottom: 2%;
	}

	.product_box .itembox_top .price span {
		color: #ff6b03;
		font-size: 6vw;
		line-height: 1.1;
	}

	.review {
		margin-top: 5%;
		background: #fff;
	}

	.product_box .itembox_top .name {
		margin-bottom: 2%;
		padding: 0;
		font-size: 4vw;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}

	.itembox_row{
		margin:2% 0;
		padding:0 1%;
	}
	.itembox_row:after{
		content:"";
		clear:both;
		display:block;
	}

	.itembox_co{
		margin:0;
		padding:0 3%;
		background: #ebeea6;
	}
	.itembox_co:after{
		content:"";
		clear:both;
		display:block;
	}

	.itembox{
		float:left;
		width:47%;
		margin-left:2%;
		padding:5px;
		text-align:center;
	}
	.itjj_co{
		float:left;
		width:100%;
		margin-left:0;
		padding: 4% 2% 6%;
		text-align:center;
		background: #fff;
	}

	.itembox .logo{
		margin-bottom:10px;
		padding:0 15%;
	}

	.itembox .name{
		margin-bottom:10px;
		padding:0;
		font-size:12px;
		line-height:1.3;
		letter-spacing:0.05em;
	}
}

@media screen and (min-width:375px){
	#gwsale .itembox .name{
		font-size:14px;
	}
}
@media screen and (min-width:568px){
	#gwsale .itembox .name{
		font-size:18px;
	}
}
#gwsale .itembox .photo{
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
}
#gwsale .itembox .price{
	font-size:12px;
	margin-bottom:5px;
}
#gwsale .itembox .price span{
	color:#ff6a00;
	font-size: min(5.5vw, 25px);
	line-height:1.1;
	font-weight: 900;
}


.sm_modal_close {
    display: insaleslock;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 0 0 22px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    color: #2658c4;
    font-weight: bold;
    line-height: 1;
    font-size: min(2.4vw, 12px);
}