@charset "utf-8";
/* CSS Document */

/*================================
	Base
=================================*/
/*
.l-main {
	zoom: 1 !important;
}
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	padding-bottom: 0;
/*	padding-bottom: 54px;*/
	color: #4b4b4b;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:link {
	text-decoration: underline;
}
.item_inner_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 16px 16px 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    vertical-align: middle;
}
.pc_view .item_inner_wrap {
    padding: 35px 0;
}

body.pc_view .smp_img,
body.smp_view .pc_img {
	display: none !important;
	visibility: hidden !important;
}

.b_menu {
	display: none;
}

.tmp_cart_item {
	display: none;
}
.rm_open {
	cursor: pointer;
}

.smp_view .remodal {
    padding: 35px 12px;
}
.smp_view .swiper-button-next, 
.smp_view .swiper-rtl .swiper-button-prev {
    right: 0;
}
.smp_view .swiper-button-prev,
.smp_view .swiper-rtl .swiper-button-next {
    left: 0;
}

.cart_icon {
    font-size: 10px;
	position: fixed;
    display: inline-block;
    width: 66px;
    height: 66px;
    text-align: center;
	background: #95dae3;
    border-radius: 9999px;
	border: 3px solid #ffffff;
	cursor: pointer;
	bottom: 10px;
	left: 10px;
	z-index: 9999;
}
.pc_view .cart_icon {
    width: 84px;
    height: 84px;
    font-size: 12px;
	top: 20px;
	left: 20px;
	bottom: auto;
}
.cart_icon > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
}

@media (min-width: 1000px) {
	.pc_view .cart_icon {
		  left: 50%;
	    transform: translateX(-550px);
	}
}


.cart_btn {
	margin: 14px auto 28px;
	width: 80%;
	display: none;
}
.cart_btn p {
  position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 6px;
    background-color: #30ab19;
    color: #fff;
    font-size: 20px;
    padding: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	text-align: center;
}
.cart_btn a {
	text-decoration: none;
	color: #fff;
	display: block;
    padding: 16px 0;
}

.cpnbtn {
	margin: 14px auto 28px;
	width: 80%;
  position: relative;
    cursor: pointer;
    display: block;
    border: none;
    border-radius: 6px;
    background-color: #30ab19;
    color: #fff;
    font-size: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	text-align: center;
	text-decoration: none;
    padding: 16px 0;
}

.js-cart-badge {
    position: absolute;
	top: 2px;
	right: 2px;
    z-index: 1;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    color: #FFFFFF;
    background: #FF0004;
    border-radius: 50%;
}
.pc_view .js-cart-badge {
	top: 5px;
	right: 8px;
}

.js-cart-badge:empty {
    display: none;
}
.l-contents__frame {
    width: 100%;
    padding: 0;
    margin: 0 auto;
background: #FFFFFF !important;
}

.pc_view .cont_wrap,
.pc_view .cont_top_block,
.pc_view .attn_wrap {
    width: var(--width-base);
/*    padding: 30px 0;*/
    margin: 0 auto;
}
.pc_view .center-column {
	position: relative;
}
.smp_view .l-contents {
    background-size: contain;
}

.td_top_attn {
	width: 850px;
    margin: 0em auto 1.75em;
    padding: 16px 20px;
    background-color: rgb(255 252 223 / 75%);
    border-radius: 8px;	
	color: #414141;
}
.smp_view .td_top_attn {
    width: 94%;
    margin: .25em auto 1em;
    padding: 14px 16px;
}
.td_top_attn ul {
	font-size: 18px;
	line-height: 1.3;
}
.smp_view .td_top_attn ul {
    font-size: 14px;
	line-height: 1.4;
}
.td_top_attn ul li.txt_indent {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: .25em;
}

.td_top_attn .not_regular_txt {
    display: flex;
    align-items: center;
    font-size: 1.75em;
    margin: .5em .5em .25em;
	font-weight: 600;
}

.smp_view .td_top_attn .not_regular_txt {
    font-size: 16px;
    margin: .5em 0 .25em;
}
.td_top_attn .not_regular_txt::before,
.td_top_attn .not_regular_txt::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #585858;
}

.td_top_attn .not_regular_txt:before {
    margin-right: 1em;
}

.td_top_attn .not_regular_txt:after {
    margin-left: 1em;
}

.smp_view .td_top_attn .not_regular_txt:before {
    margin-right: .5em;
}

.smp_view .td_top_attn .not_regular_txt:after {
    margin-left: .5em;
}

.pc_view .l-main,
.pc_view .l-contents {
	min-width: 980px;
}
.cont_wrap {
}
.smp_view .cont_top {
	display: none;
}
.item_list {
/*    padding: 16px;*/
    margin: 0 16px;
}

/* swiper */

.swiper {
	width: 100%;
    height: auto;
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	position: relative;
}
.swiper-slide a {
	display: block;
}

.swiper-pagination-bullets {
  position: static !important;
  margin-top: 12px;
} 

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
	z-index: 10000;
}

.swiper-button-prev > span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(25%) rotate(-135deg);
	text-indent: -9999999px;
	opacity: .5;
}

.swiper-button-prev > span::before, .swiper-button-prev > span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
	font-size: 16px;
}

.swiper-button-prev > span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.swiper-button-prev > span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.swiper-button-next > span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
	text-indent: -9999999px;
	opacity: .5;
}

.swiper-button-next > span::before, .swiper-button-next > span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
	font-size: 16px;
}

.swiper-button-next > span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.swiper-button-next > span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper {
  position: relative; 
}
.swiper::before {
  content: "";
  display: block;
  padding-top: calc(100% + (100% / 9));
}
.swiper-wrapper {
  position: absolute; 
  top: 0;
  left: 0;
}
.slider-thumbnail .swiper-wrapper {
  position: absolute;
	top: auto;
  bottom: 0;
  left: 0;
	height: auto;
}

.slider-thumbnail .swiper-slide-thumb-active {
	border: 2px solid #CD0205;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
}
.slider-thumbnail .swiper-slide {
    height: auto !important;
}

.remodal-close {
	left: auto !important;
	right: 0;
}

/* カート */
.pc_view .rm_cart {
	max-width: 850px !important;
    min-width: 750px !important;
	height: 80%;
}
#if_cart {
	width: 100%;
    min-height: 50vh;
	margin: 0 auto;
}
.pc_view #if_cart {
	width: 90%;
    height: 70%;
}
.rm_cart .cart_price {
	font-size: 20px;
	line-height: 1.5;
}
.rm_cart .cart_price > span {
	display: inline-block;	
}
.rm_cart .cart_price em {
    font-style: normal;
	font-size: 1.2em;
	font-weight: 800;
	color: #c30d23;
}
.rm_cart .free_shipping em {
    font-style: normal;
}
.rm_cart .free_shipping {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.5;
}
.rm_cart .free_shipping > span {
	display: inline-block;	
}

.rm_cart .free_shipping > strong {
	display: inline-block;
    background-color: #FFEF2F;
    color: #009CA2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 20px;
}

/* item block */

.item_title_box {
	background-color: #e8f5f7;
    text-align: center;
    padding: 8px 10px 10px;
	margin: 16px 16px 0;
}
.pc_view .item_title_box {
	padding: 20px 10px 22px;
	margin: 20px 0 0;
}

.item_title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
	letter-spacing: 0.1em;
    line-height: 1.4;
}
.item_title .main_title {
  font-weight: 700;
    font-size: 20px;
	color: #009CA2;
	position: relative;
}
.item_title .sub_title {
   font-weight: 500;
   font-size: 15px;
	color: #5A5A5A;
}
.pc_view .item_title .main_title {
    font-size: 28px;
}
.pc_view .item_title .sub_title {
    font-size: 20px;
}
.item_title > span {
	margin: 0 8px;
}
.smp_view .item_title > span {
	display: block;
	text-align: center;
}
.smp_view .item_title .main_title {
	display: inline-block;
}

.pc_view .rm_top_block {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.rm_top_block > div {
	margin-bottom: 14px;
}
.pc_view .rm_top_block > div {
	flex: 1;
	margin-bottom: 28px;
}
.pc_view .rm_top_block .rm_top_img {
	padding: 0 40px 0 0;
}
.rm_top_block .rm_top_img {
	position: relative;
}

.rm_top_block .rm_top_img .rm_item_class {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #595959;
	font-size: 12px;
	line-height: 1;
	padding: 4px 8px;
	color: #595959;
	background: #FFFFFF;
}
.smp_view .rm_top_block .item_list_img {
	padding: 0 16px;
}

.pc_view {
	font-size: 16px;
}
.rm_top_block .rm_top_txt {
	text-align: left;
	letter-spacing: 0.1em;
}
.rm_top_block .rm_top_txt em {
	font-style: normal;
}
.rm_top_block .rm_item_name {
/*	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
*/
}
.rm_top_block .rm_item_capa {
/*    font-size: 16px;
    background-color: #F2F2F2;
    padding: 4px 8px;
	text-align: center;
	margin: 4px 0 12px;*/
}

.rm_top_block .rm_item_price {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}
.rm_top_block .rm_item_price em {
	font-size: 1.8em;
	font-weight: 800;
	font-style: normal;
}
.rm_top_block .rm_item_price .tax {
	font-size: .75em;
}
.rm_top_block .rm_price_down {
	margin-top: 10px;
}
.smp_view .rm_top_block .rm_price_down {
	text-align: center;
}
.rm_top_block .rm_price_down .rm_item_price {
	text-align: center;
	color: #c30d23;
}
.rm_top_block .rm_price_down .rm_nomal_price {
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
.smp_view .rm_top_block .rm_price_down .rm_item_price,
.smp_view .rm_top_block .rm_price_down .rm_nomal_price {
	text-align: left;
	display: inline-block;
}
.rm_top_block .rm_price_down .rm_nomal_price em {
	font-size: 1.5em;
	font-weight: 600;
	font-style: normal;
}

.smp_view .rm_nomal_price .price_txt {
	display: block;
}
.smp_view .price_txt {
	font-size: 20px;
	display: block;
}
.price_txt .rm_item_price em {
    font-size: 1.5em;
}

.rm_top_block .rm_price_down .rm_off {
	margin: 12px 0 8px;
	text-align: center;
}
.smp_view .rm_top_block .rm_price_down .rm_off {
	margin: 12px 0;
}
.rm_top_block .rm_price_down .rm_off > span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 34px;
	background: #c30d23;
	color: #FFFFFF;
	border-radius: 9999px;
	/*margin: 6px 0 0;*/
}

.rm_top_block .rm_price_down .rm_off strong {
	font-size: 1.25em;
	display: block;
}
.rm_top_block .rm_price_down .rm_off em {
	font-style: normal;
	font-size: 1.25em;
}
.smp_view .rm_top_block .rm_free {
	text-align: center;
	margin-top: 6px;
}
/*
.rm_top_block .rm_free > span {
	font-size: 1.25em;
    font-weight: 500;
    color: #c4142a;
    letter-spacing: .25em;
    border: 2px solid #c4142a;
    padding: 6px 20px;
    display: inline-block;
}
*/

/* cart in btn */
.rm_top_block .add_c_btn {
	margin-top: 20px;
}

.rm_top_block .add_c_btn .item_btn {
  position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    background-color: #929aa9;
    color: #fff;
    font-size: 16px;
	font-weight: 600;
    padding: 16px 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	margin-bottom: 28px;
	text-align: center;
}
 .smp_view .rm_top_block .add_c_btn .item_btn {
   padding: 16px 50px;
    font-size: 18px;
}

.rm_top_block .add_c_btn .item_btn::before {
	content: url("img/cart_icon_wt.svg");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 24px;
	height: 24px;
	margin: auto 0;
}
.rm_top_block .add_c_btn .item_btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.rm_top_block .add_c_btn a.item_btn:link {
	text-decoration: none;
}
.rm_top_block .cart_in_comp .item_btn {
    background-color: #10c5cb;
}


/* cart in anime */
@keyframes anim-loading {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.c_btn_loading .item_btn,
.cart_in_comp .item_btn {
  pointer-events: none;
}
.c_btn_loading .c_btn_txt {
	opacity: 0;
}
.c_btn_loading .c_btn_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7.5px 0;
  font-size: 3px;
  line-height: 1;
  transform: translateZ(0) translate(-50%, -50%);
  animation-delay: -0.08s;
}
.c_btn_loading .c_btn_loading,
.c_btn_loading .c_btn_loading::before,
.c_btn_loading .c_btn_loading::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: anim-loading 0.9s infinite ease-in-out;
  animation-fill-mode: both;
}
.c_btn_loading .c_btn_loading::before,
.c_btn_loading .c_btn_loading::after {
  position: absolute;
  top: 0;
  content: "";
}
.c_btn_loading .c_btn_loading::before {
  left: -9px;
  animation-delay: -0.16s;
}
.c_btn_loading .c_btn_loading::after {
  left: 9px;
}



/* item dtl */
.rm_item_dtl {
    border-color: #402000;
    border-width: 2px 0 2px 0;
    border-style: solid;
    padding: 20px 0;
	margin-bottom: 16px;
	text-align: left;
}

.rm_item_dtl dl {
    margin-bottom: 16px;
}
.pc_view .rm_item_dtl > dl {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.pc_view .rm_item_dtl ol,
.pc_view .rm_item_dtl ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.rm_item_dtl > dl > dt {
    color: #B52B00;
    font-weight: bold;
    margin-right: 1em;
    font-size: 18px;
}

.rm_item_dtl dl dd {
    margin: 0;
    font-size: 18px;
}

.pc_view .rm_item_dtl dl {
    padding: 0 40px;
}

.pc_view .rm_item_dtl > dl > dt {
    width: 8em;
}
.pc_view .rm_item_dtl dl dd {
	width: calc(100% - 8em);
}

/* cart remodal */
.cart_wrap {
	text-align: center;
}
.cart_txt {
    position: relative;
    cursor: pointer;
 /*   width: 100%;*/
    display: inline-block;
    border: none;
    border-radius: 6px;
    background-color: #000000;
    color: #fff;
    font-size: 20px;
	font-weight: 700;
    padding: 12px 100px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-bottom: 28px;
    text-align: center;
}

.rm_item_catch {
	font-size: 20px;
    font-weight: normal;
    text-align: left;
	line-height: 1.4;
}
.pc_view .rm_item_catch {
	font-size: 26px;
}

.rm_item_text {
    margin-top: 20px;
    font-size: 16px;
	line-height: 1.6;
    font-weight: normal;
    text-align: left;
}
.pc_view .rm_item_text {
    font-size: 16px;
}
.rm_top_txt .remarks {
	font-size: .8em;
}
.rm_item_name {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
    display: inline-block;
	font-weight: 600;
	color: #0063c6;
}
.pc_view .rm_item_name {
    font-size: 18px;
}
.rm_item_capa > span {
    display: inline-block;
    padding: 6px 14px;
    font-weight: normal;
	font-size: 14px;
    line-height: 1;
	color: #2b2e38;
    background-color: #ebebeb;
}
.rm_item_capa {
    display: block;
	margin-top: 6px;
}
.pc_view .rm_item_capa {
    display: inline-block;
	margin-top: 0;
}
.rm_price_box {
    margin-top: 20px;
    font-size: 16px;
	letter-spacing: 0.03em;
}
/*
.rm_price_box > ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.rm_price_box .nomal_price,
.rm_price_box .cp_price {
	-webkit-align-self:flex-end;
	-moz-align-self:flex-end;
	-ms-align-self:flex-end;
	align-self:flex-end;
}
.rm_price_box .rm_free {
	-webkit-align-self:center;
	-moz-align-self:center;
	-ms-align-self:center;
	align-self:center;
}
*/

.rm_price_box span {
	font-size: 13px;
}
.rm_price_box .nomal_price em {
	font-size: 14px;
}
.pc_view .nomal_price em {
	font-size: 22px;
}
.rm_price_box .cp_price em {
	font-size: 28px;
	font-weight: 600;
}

.pc_view .rm_price_box .nomal_price {
	margin-right: 8px;
}
.rm_price_box .nomal_price > span {
	padding-right: 18px;
	position: relative;
}
.pc_view .rm_price_box .nomal_price > span {
	padding-right: 22px;
}
.rm_price_box .nomal_price > span::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #009CA2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rm_price_box .nomal_price > span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}
/*
.smp_view .rm_price_box .nomal_price > span::after {
transform: rotate(90deg);
}
*/
.rm_price_box .cp_price,
.rm_price_box .nomal_price {
	display: inline-block;
	position: relative;
}
.rm_price_box .cp_price {
	color: #009CA2;
}

.rm_top_block .rm_free > span {
	display: inline-block;
background-color: #FFEF2F;
    color: #009CA2;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 14px;
    margin-left: 4px;
}
.pc_view .rm_top_block .rm_free > span {
	position: relative;
    top: -4px;
}

.tl_rm_btn p {
	background: #ce0827;
    margin: 4px auto;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
}
.remodal.rm_tokuten {
	padding: 35px 10px;
}
.tokuten_inner {
	margin-bottom: 16px;
}


.smp_view .btg_top_title {
	width: 95%;
    margin: 0 auto 10px;
}



.rm_item_dtl {
    border-color: #402000;
    border-width: 2px 0 2px 0;
    border-style: solid;
    padding: 20px 0;
	margin-bottom: 16px;
	text-align: left;
}

.rm_item_dtl dl {
    margin-bottom: 16px;
}
.pc_view .rm_item_dtl > dl {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.pc_view .rm_item_dtl ol,
.pc_view .rm_item_dtl ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.rm_item_dtl > dl > dt {
    color: #B52B00;
    font-weight: bold;
    margin-right: 1em;
    font-size: 18px;
}

.rm_item_dtl dl dd {
    margin: 0;
    font-size: 18px;
}

.pc_view .rm_item_dtl dl {
    padding: 0 40px;
}

.pc_view .rm_item_dtl > dl > dt {
    width: 6em;
}
.pc_view .rm_item_dtl dl dd {
	width: calc(100% - 6em);
}



/*================================
	spec
=================================*/

.product__section-title {
    margin-bottom: 16px;
    font-size: 24px;
	padding-bottom: 16px;
	border-bottom: solid 2px #171717;
}
.item_spec_wrap .item_name_box {
	margin: 1em 0;
}
.item_spec_wrap .item_name {
	text-align: center;
	font-size: 18px;
	letter-spacing: .03em;
}
.item_spec_wrap .item_name em {
	font-style: normal;
	display: inline-block;
}
.item_spec_wrap .item_name .item_capa {
	display: inline-block;
	font-size: 16px;
}

.item_spec_wrap .item_hanbai_name {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	margin: .25em 0;
}
.item_spec_wrap .item_spec_bottom_box {
	width: 95%;
	margin: .5em auto 0;
}
.item_spec_wrap .item_spec_bottom_box .balance_attn {
	font-size: 14px;
}

.item_spec_box {
/*	width: 95%;*/
	margin: 0 auto;
}

.item_spec_box .item_spec_title {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.1;
}
.item_spec_box .spec_more {
    padding: 14px;
	border: 1px solid #e9e7e3;
    margin-top: 12px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
}

.item_spec_box .spec_more::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	height: 2px;
	width: 15px;
	background: #333;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
}
.item_spec_box .spec_more::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	height: 2px;
	width: 15px;
	background: #333;
	transition: all .3s ease-in-out;
}

.item_spec_box .spec_more.open::before {
	transform: rotate(180deg);
}
.item_spec_box .spec_more.open::after {
	opacity: 0;
}

.item_spec_box .spec_cont {
	display: none;
	font-size: 13px;
	margin: .5em 0 1.5em .5em;
}
.item_spec_box .spec_cont ul {
	margin: 0;
	padding-left: 0;
}
.item_spec_box .spec_cont ol {
	margin: 0;
	padding-left: 1.5em;
}
.item_spec_box .spec_cont ol > li ol {
	padding-left: 1.5em;
}


.item_spec_box .spec_cont ol.sbno_list {
	list-style-type: none;
	padding-left: 2em;
}
.item_spec_box .spec_cont ol.sbno_list > li {
	counter-increment: cnt;
}
.item_spec_box .spec_cont ol.sbno_list > li::before {
	content: "（"counter(cnt) "）";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}

.item_spec_box .spec_cont ul.circle_list {
	list-style-type: none;
	padding-left: 1.5em;
}
.item_spec_box .spec_cont ul.circle_list > li::before {
	content: "◦";
	display:inline-block;
	margin-left:-1.5em;
	width: 1.5em;
}

.item_spec_box .spec_cont ul.disc_list {
	list-style-type: none;
	padding-left: 1.5em;
}
.item_spec_box .spec_cont ul.disc_list > li::before {
	content: "•";
	display:inline-block;
	margin-left:-1.5em;
	width: 1.5em;
}

.item_spec_box .spec_cont ol.no_list {
	padding-left: 1.5em;
}


.rm_attn ul {
	font-size: 14px;
	line-height: 1.3;
}
.rm_attn li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 4px;
}



.coupon {
margin: 1em 0 .5em;
background: url('img/coupon_bg.jpg');
background-size: cover;
padding: 0.3em;
box-shadow: 1px 1px 6px rgba(10,5,0,0.5);
color: #433;
max-width: 480px;
border: 1px solid rgba(30,5,0,0.12);
cursor: pointer;
}
.smp_view .coupon {
margin: 1em 0 1.25em;
}
.coupon_inner {
/*padding: 0 0.4em;*/
display: flex;
justify-content: space-between;
align-items: center;
border: 2px solid rgba(30,5,0,0.5);
border-radius: 2px;
text-align: center;
}
.coupon_left {
width: 70%;
border-right: 1px dashed #976;
padding: 0.7em .75em;
font-size: 80%;
}
.coupon_code {
font-weight: bold;
font-size: 2.5em;
line-height: 1.2;
padding: 0 0 .25em;
border-bottom: 1px solid #666;
}
.smp_view .coupon_code {
font-size: 2em;
}
.coupon_apply {
margin: 0.4em 0 0 0;
line-height: 1.2;
font-size: 1em;
font-weight: 700;
padding: 6px 2px;
border: 2px solid rgba(30, 5, 0, 0.5);
border-radius: 6px;
background: rgb(255 255 255 / 75%);
}
.smp_view .coupon_apply {
font-size: .9em;
}
.coupon_right {
width: 30%;
padding: 0.7em .75em;
line-height: 1.2;
}
.coupon_off {
font-weight: bold;
font-size: 2em;
line-height: 1;
}
.smp_view .coupon_off {
font-size: 1.25em;
}
.coupon_off > span {
font-size: 1.5em;
}
.coupon_ppp {
border-bottom: 1px solid #666;
padding-bottom: 6px;
margin-bottom: 6px;
}



/* アコーディオン */
.detail_title {
	font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px;
    border-bottom: 2px solid #a5a5a5;
    margin-bottom: 12px;
    text-align: left;
	}
.rm_ac_wrap {
/*	margin-bottom: 1.5em;*/
	border-bottom: 1px solid #e9e7e3;
}
.rm_ac_wrap .rm_ac_parent {
  padding: 18px 40px 18px 10px;
    text-align: left;
/*    background-color: #f7f7f7;*/
    border-top: 1px solid #e9e7e3;
    cursor: pointer;
    transition: .3s;
    position: relative;
	line-height: 1.3;
}
.smp_view .rm_ac_wrap .rm_ac_parent {
  padding: 12px 40px 12px 10px;
	font-size: 16px;
}
.rm_ac_wrap .rm_ac_parent::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  /*横線*/
  width: 18px;
  height: 2px;
  background: #cdcdcd;
}
.rm_ac_wrap .rm_ac_parent::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
right: 18px;
  transform: translateY(-50%);
  transition: all .3s;
  /*縦線*/
  width: 2px;
height: 18px;
  background: #cdcdcd;
}


.rm_ac_wrap .rm_ac_parent.rm_ac_open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
.rm_ac_wrap .rm_ac_child {
	padding: 0 .75em 1.5em;
	text-align: center;
}
.pc_view .rm_item_dtl dl {
    padding: 0 10px;
}
.rm_ac_close {
    color: #717171;
    border: 2px solid #e7e7e7;
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 18px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
}
.rm_item_dtl {
	border: none;
}



.attn_wrap ul {
	list-style-type: none;
    padding-left: 1em;
    text-align: left;
}
.attn_wrap ul li {
    font-size: 12px;
	line-height: 1.4;
	margin-top: 6px;
}
.pc_view .attn_wrap ul li {
    font-size: 12px;
}
.attn_wrap ul li::before {
	content: "•";
	display:inline-block;
	margin-left:-1.5em;
	width: 1.5em;
	text-align: center;
}

.smp_view .attn_wrap .rm_ac_wrap .rm_ac_parent {
  padding: 14px 40px 14px 12px;
	font-size: 13px;
}

.smp_view .attn_wrap .rm_ac_wrap .rm_ac_parent::before {
  right: 10px;
  width: 18px;
}
.smp_view .attn_wrap .rm_ac_wrap .rm_ac_parent::after {
right: 18px;
height: 18px;
}

.rm_top_block .rm_dtl_box {
	margin-top: 20px;
}
.rm_top_block .item_spec_wrap {
	text-align: left;
}
.rm_ac_wrap .rm_ac_parent {
    padding: 14px 50px 14px 20px;
}

.rm_top_block .rm_ac_wrap .rm_ac_parent::before {
  right: 20px;
  width: 18px;
}
.rm_top_block .rm_ac_wrap .rm_ac_parent::after {
right: 28px;
height: 18px;
}


.w_wpc_title .main_title,
.whipure_uv_title .main_title {
	padding-right: 26px;
}
.pc_view .w_wpc_title .main_title,
.pc_view .whipure_uv_title .main_title {
	padding-right: 34px;
}
.w_wpc_title .main_title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(img/icon_moon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.pc_view .w_wpc_title .main_title::after {
    right: 2px;
    width: 28px;
    height: 28px;
}

.whipure_uv_title .main_title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(img/icon_sun.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.pc_view .whipure_uv_title .main_title::after {
    width: 30px;
    height: 30px;
}