@charset "UTF-8";

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

新生活応援SALE

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

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

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

#summer-sale em {
	font-style: normal;
}

#summer-sale a {
	text-decoration: none;
}

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

#summer-sale table {
	border-collapse: collapse;
}

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

#summer-sale .header img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#summer-sale .inner {
    background: #8ed0f1;
    padding: 1% 0 6%;    

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

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

#summer-sale .iro_price {
	color: #b91030;
}

#summer-sale .accordion01_body {
	display: none;
	padding: 0 0;
    background: #FFF;
}

#summer-sale .accordion01_head:before {
	background-color: #214bb7;
	content: "";
	height: 3px;
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 17px;
}

#summer-sale .accordion01_head:after {
	background-color: #214bb7;
	content: "";
	height: 17px;
	position: absolute;
	right: 26px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: 3px;
}

#summer-sale .accordion01_head.is_active:after {
	height: 0;
}

/* カウントダウン
------------------------------------ */
#summer-sale #Timer {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	border: 3px solid #FFF;
    background: #ffffff;
	border-radius: 5px;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding: 1.8% 6% 3%;
	border-radius: 1em;
}

#summer-sale #Timer * {
	/* font-family: Futura, 'Century Gothic' */
}

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

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

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

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

#summer-sale #Timer ul li .time_main_no::after {
	content: ":";
	position: absolute;
	/* height: .2em; */
	top: -7%;
	width: unset;
	/* left: 0; */
	display: block;
	right: -37%;
}

#summer-sale .to_end {
	margin-bottom: 1%;
	color: #2448b8;
	font-weight: bold;
	font-size: min(4.4vw, 22px);
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: center;
}

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

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

#summer-sale #Timer ul li .time_text {
	display: block;
	font-size: 0.24em;
	letter-spacing: 0.1em;
	color: #2448b8;
	/* 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;
}



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

#summer-sale .anchor_ttl {
	margin-bottom: 0;
	padding: 2% 0;
	background: #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: min(5.5vw, 25px);
	letter-spacing: 2px;
	text-align: center;
	position: relative;
}
#summer-sale .anchor_ttl img{
    width: 70%;
    margin: 0 auto;
    padding: 5% 0 5%;
}

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

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

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

#summer-sale .anchor_list li a:hover {
	opacity: .7;
}

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

#summer-sale .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: #214bb7;
	content: "";
	transition: all .3s;
	padding: 8% 5%;
	/*box-shadow: 0px 3px 0px 0px #c04f00;*/
	border-radius: 2em;
}

#summer-sale .anchor_link {
	display: block;
}

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

#summer-sale .anchor_img {
	display: block;
}

#summer-sale .anchor_img img {
	height: auto;
}

#summer-sale .anchor_price {
	display: block;
}

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

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

#summer-sale .product_taisyou:before {
	left: 26%;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg)
}

#summer-sale .product_taisyou:after {
	right: 26%;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg)
}

/* 商品ボックス
------------------------------------ */
#summer-sale .product_area {
	padding: 7% 5% 0%;
	/*background: #89f5ef;*/
	max-width: 755px;
    background: url(/special/summer-sale/img/syo_back.png);
    margin: 0 auto;
    background-size: cover;
    background-repeat: round;
}
#summer-sale .product_area.last {
	padding: 7% 5% 7%;
}

#summer-sale .product {
	position: relative;
	margin: 0 auto;
	margin-bottom: 16px;
	padding: 10% 0 0;
	background: #fff;
	border-radius: 1em;
    /*box-shadow: 2px 3px 0px 0px #c4d525;*/
}

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

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

#summer-sale .product_name:before {
	/* -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #214bb7214bb7;
  content: '';*/
}

#summer-sale .product_off {
	position: absolute;
	right: 3%;
	width: 19%;
	top: 6%;
}

#summer-sale .panel_top .product_off {
	top: 2%;
}

#summer-sale .product_inner {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 8%;
}

#summer-sale .product_intab {
	margin: 0px auto 42%;
}

#summer-sale .product_img {
	width: 70%;
	margin: 0 auto 1%;
	text-align: center;
}

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

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

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

#summer-sale .product_single_btn:hover {
	opacity: 0.7;
}

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

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

#summer-sale .product_set_btn_list>li.big_size {
	width: 100%;
}

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

#summer-sale .only_set {}

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

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

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

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

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

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

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

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

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

#summer-sale .product_set_btn:hover {
	opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

#summer-sale .product_icons li {
	width: 18.7%;
}

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

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

#summer-sale .product_icons_4ver li {
	width: 23.7%;
}

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

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

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

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

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

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

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

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

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

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

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

#summer-sale .product_btn {
	width: 89.2%;
	margin: 0 auto;
}

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

#summer-sale .product_btn a span {
	color: #FFF;
}

#summer-sale .ore {
	width: 89.2%;
	margin: 0 auto;
}

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

#summer-sale .ore a span {
	color: #FFF;
}

#summer-sale .shiro {
	width: 89.2%;
	margin: 0 auto;
}

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

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

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

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


@media screen and (max-width: 640px) {
	#summer-sale .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;
	}
}

#summer-sale .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) {
	#summer-sale .tab-ab {
		position: absolute;
		top: 42%;
	}
}

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

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

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

#summer-sale .panel-group {
	height: auto;

}

#summer-sale .panel {
	display: none;
}

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

#summer-sale .panel.is-show {
	display: block;
}

#summer-sale .panel_top {}

#summer-sale .panel_MV {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


#summer-sale .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;
}
#summer-sale .banner_area {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
    background: #dae124;    
	text-align: center;
}

#summer-sale .banner_box {
	margin: 0 auto;
	padding: 2% 0 5%;
	width: 90%;
}

#summer-sale .banner {
	margin: 3% auto 0;
}

#summer-sale .banner_inner{
	margin: 7% auto 0;
}

#summer-sale .cate_wrap {
	display: flex;
	margin: 7% auto 0;
}

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

#summer-sale .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;
}
#summer-sale .catch_ttl .line {
	background: linear-gradient(transparent 70%, #fff770 60%);
}
#summer-sale .catch_ttl .deco {
	display: inline-block;
	position: relative;
}

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

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

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

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

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

#summer-sale .recommend_bnr_wrap {
	width: 95%;
	margin: auto;
	padding: 5% 0;
	text-align: center;
}
#summer-sale .recommend_bnr_title {
	margin-bottom: 2%;
}
#summer-sale .product_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}


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

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

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

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

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

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

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

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

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

#summer-sale .aui_product_price span{
	display: contents;
    font-size: min(6.2vw, 27px);
	font-weight: 700;
	font-family: Roboto;
	color: #ff6ad3;
}

#summer-sale .aui_product_btn{
	text-align: center;
	border: solid 2px #214bb7;
	background: #214bb7;
    border-radius: 0.8rem;
	color: #fff;
	padding: 3% 0;
    font-size: min(3.4vw, 15px);
	font-weight: 700;
	letter-spacing: .1em;
    width: 74%;
    margin: 0 auto 3%;
    /*box-shadow: 0px 3px 0px 0px #c04f00;*/
}

#summer-sale .content_area_btn {
    background-color: #FFF;
    border-radius: 100vh;
    color: #214bb7;
    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%;
}

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

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

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

#summer-sale .bocor {
    color: #baacdd !important;
}

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

#summer-sale .boenk {
    color: #bbcf92 !important;
}

#summer-sale .content_area_btn:hover {
    opacity: 0.5;
}
#summer-sale .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: 10% 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: #214bb7 !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: #214bb7;
    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;
}

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


#summer-sale .column_zone{
    margin: 0 auto;
    padding: 6% 4% 3%;
    background: #FFF;
}
#summer-sale .column_zone h3{
    width: 50%;
    margin: 1% auto 3%;
    text-align: center;
}

#summer-sale .column_main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

#summer-sale .column_wr{
    position: relative;
    justify-content: space-between;
    width: calc(100% / 2);
    margin: 0%;
    padding: 3%;
    border-radius: 1.5rem;
}

#summer-sale .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) {
#summer-sale .tab:before{
		width:7px;
		height:7px;
	}
.remodal {
    max-width: 500px;
}    
    
.custom-dropdown {
    top: 24%;
    }   
.set-badge img {
    width:50%;
    margin: 0 ;
}    
}    