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

/*================================
	Base
=================================*/

* {
	-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.6;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
/*	padding-bottom: 54px;*/
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:link {
	text-decoration: underline;
}
.pc_view .smp_img,
.smp_view .pc_img {
	display: none !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: 60px;
    height: 60px;
    text-align: center;
    /*background: #b3b3b3;*/
	background: #95dae3;
    border-radius: 9999px;
	cursor: pointer;
	bottom: 10px;
	left: 10px;
	z-index: 99999999;
}
.pc_view .cart_icon {
    width: 80px;
    height: 80px;
    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%;
		transition: transform 1s ease-in-out;
	    transform: translateX(-550px);
	}
	.remodal-is-locked .pc_view .cart_icon {
	    transform: translateX(-600px);
	}
}

.cart_btn {
	margin: 14px auto 28px;
	width: 80%;
}
.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;
}

.js-cart-badge {
    position: absolute;
	top: 0;
	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-main {
    background-image:url(img/btg_bg_pc.png);
    background-position:top center;
    background-size:contain;
	position: relative;
}
.l-contents {
	    background: none;
   background-image:url(img/btg_fv_frame_pc.png);
    background-repeat: no-repeat;
    background-position:top center;
    background-size: contain;
}
*/
.l-contents__frame {
    width: 100%;
    padding: 0;
    margin: 0 auto;
background: var(--color__gray--lighter) !important;
}

.pc_view .cont_wrap,
.pc_view .cont_top_block {
    width: var(--width-base);
/*    padding: 30px 0;*/
    margin: 0 auto;
}
.smp_view .cont_wrap {
    width: 100%;
/*    line-height: 1.6em;*/
    background: #fff;
    padding: 0 5%;
}
.cont_top_wrap {
    background-image:url(img/fs_title_bk.png);
    background-position:top center;
	background-repeat: repeat;
}
.smp_view .cont_top_wrap {
	background-size: 15%;
}
.smp_view .cont_top_wrap {
/*	padding: 12px 0;*/
}
.cont_top_inner {
/*   background-image:url(img/btg_fv_frame_pc.png);
    background-repeat: no-repeat;
    background-position:top center;
    background-size: contain;*/
}
/*
.pc_view .cont_top_inner {
    background-size: cover;
}
*/
/*
.cont_top_block {
	padding: 0 0 20px;
}
.pc_view .cont_top_block {
	padding: 30px 0;
}
*/

.cont_top_block .btg_top_all img {
	margin: 0 auto;
}
.pc_view .l-main,
.pc_view .l-contents {
	min-width: 980px;
}

.smp_view .cont_top {
	display: none;
}
.item_list {
    background: white;
    padding: 16px;
    margin: 0 16px;
}
.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 {
/*	fill: #8c8c8c;
	stroke: none;
	stroke-width: 0;*/
	z-index: 10000;
/*	width: 20px;
	margin-top: -18px;*/
/*	background-image: none;*/
}

/* 前ページ、次ページボタン共通のスタイル */
/* 前ページボタンのスタイル */
/*
.swiper-button-prev::after {
	font-family: 'Material Symbols Rounded';
	content: '\e5e0';
}
*/
/* 次ページボタンのスタイル */
/*
.swiper-button-next::after {
	font-family: 'Material Symbols Rounded';
	content: '\e5e1';
}
*/

.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 .remodal {
	max-width: 700px !important;
	min-width: 500px !important;
}

#if_cart {
	width: 100%;
    min-height: 50vh;
	margin: 0 auto;
}
.pc_view #if_cart {
	width: 90%;
    height: 76%;
}
.rm_cart .cart_price {
	margin: 12px 0;
}
.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;
}

.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 {
	flex: 1;
	margin-bottom: 28px;
}
.pc_view .rm_top_block .rm_top_img {
	padding: 0 80px 0 45px;
}
.rm_top_block .rm_top_txt {
	text-align: left;
}
.rm_top_block .rm_item_name {
	font-size: 28px;
	font-weight: 700;
/*	margin-bottom: 20px;*/
}
.fs_set .rm_top_block .rm_item_name > span {
	font-size: .8em;
    font-weight: 500;
    margin-left: 4px;
}
.rm_top_block .rm_item_capa {
    font-size: 16px;
    background-color: #F2F2F2;
    padding: 4px 8px;
	text-align: center;
}
.rm_top_block .rm_item_bb_date {
    font-size: 18px;
}
.rm_top_block .rm_item_bb_date span {
	border-bottom: 2px solid #ffc9a4;
}
.smp_view .rm_top_block .rm_item_bb_date {
	text-align: center;
	margin-bottom: 12px;
}
.rm_top_block .rm_title_wrap {
	margin-bottom: 28px;
}
.rm_top_block .rm_item_price {
	font-size: 28px;
	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: 6px;
}
.smp_view .rm_top_block .rm_price_down {
	text-align: center;
}
.rm_top_block .rm_price_down .rm_item_price {
	color: #c30d23;
}
.rm_top_block .rm_price_down .rm_nomal_price {
	font-size: 18px;
	line-height: 1;
}
.fs_set .rm_top_block .rm_price_down .rm_nomal_price {
	line-height: 1.2;
}
.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;
}
.rm_top_block .rm_price_down .rm_off > span span {	
	font-weight: 500;
	font-size: .75em;
}
.rm_top_block .rm_free {
	text-align: center;
}
.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;
}
.rm_top_block .rm_c_btn_wrap {
	margin-top: 35px;
	margin-bottom: 28px;
}

.rm_top_block .add_c_btn .item_btn,
.rm_top_block .add_c_btn .set_btn {
  position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 10px;
    background-color: #FC7C00;
    box-shadow: 0 6px 0 #bd6121;
    color: #fff;
    font-size: 20px;
	font-weight: 600;
    padding: 16px 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	margin-bottom: 20px;
	text-align: center;
}


.smp_view .rm_top_block .add_c_btn .item_btn,
.smp_view .rm_top_block .add_c_btn .set_btn {
   padding: 16px 16px 16px 0;
}
.rm_top_block .add_c_btn .item_btn::after,
.rm_top_block .add_c_btn .set_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,
.rm_top_block .add_c_btn a.set_btn:link {
	text-decoration: none;
}
.rm_top_block .cart_in_comp .item_btn,
.rm_top_block .cart_in_comp .set_btn {
    background-color: #30ab19;
	box-shadow: 0 6px 0 #00751d;
}

.m_cart_in_btn .c_btn_m_txt {
	display: block;
    text-align: center;
	margin-bottom: 2px;
}
.m_cart_in_btn .c_btn_m_txt > span {
	display: inline-block;
    font-size: .9em;
    line-height: 1;
    padding: 6px 10px;
    background: #fff;
    border-radius: 9999px;
    color: #ff7c20;
    font-weight: 600;
}

.rm_top_block .rm_item_txt {
	text-align: left;
    padding: 28px 0 0;
    border-top: 1px solid #402000;
    line-height: 1.8;
    font-size: 16px;
}

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



.item_list > 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;
}
.item_list > ul > li {
	width: calc(100% / 2);
	padding: 10px;
	margin-bottom: 16px;
}
.pc_view .item_list > ul > li {
	width: calc(100% / 4);
}




@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,
.c_btn_loading .set_btn,
.cart_in_comp .set_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;
}


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



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


.btg_tokuten_list {
	margin: 0 12px 0;
    background: white;
/*    padding: 4px;*/
    border: 4px solid #ffd600;

	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;
}
.btg_tokuten_list li {
	width: calc(100% / 2);
	padding: 4px 6px 8px;

}
.btg_tokuten_list li:nth-of-type(1),
.btg_tokuten_list li:nth-of-type(2) {
	border-bottom: 2px solid #ccc;
}
.btg_tokuten_list li:nth-of-type(odd) {
border-right: 2px solid #ccc;
}

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

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


.rm_item_dtl ul,
.rm_item_dtl ol {
	margin: 0;
	padding-left: 0;
}
.rm_item_dtl ol > li ol {
	padding-left: 1.5em;
}


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

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

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

.rm_item_dtl .no_list {
	padding-left: 1.5em;
}



.ym_wrap {
	background: #eaf2f9;
	padding: 16px 10px;
	margin-bottom: 60px;
}
.set_wrap {
	padding: 16px 0;
	margin-bottom: 16px;
}
.pc_view .set_item_list_wrap {
    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;
}

.pc_view .set_item_list_wrap > .item_wrap {
	width: calc(100% / 2);
}
.set_item_list_wrap > .item_wrap {
	padding: 0 6px;
	margin-bottom: 0;
}
.pc_view .set_item_list_wrap > .item_wrap {
	padding: 0 6px;
}
/*
.pc_view .set_item_list_wrap > .item_wrap:nth-of-type(odd){
	padding: 6px;
}
*/
.set_item_list_wrap > .item_wrap .item_inner {
	background: #FFFFFF;
	padding: 4px;
}
.pc_view .set_item_list_wrap > .item_wrap .item_inner {
	padding: 6px;
}
.rm_set_item_cont {
	margin: 8px 0 12px;
}
.rm_set_item_cont dt {
	font-weight: 600;
}
.rm_set_item_cont dd ul {
    list-style-type: none;
}
.rm_set_item_cont dd > ul {
    padding-left: 1.5em;
}
.rm_set_item_cont dd > ul > li::before {
    content: "◦";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}
.smp_view .rm_set_item_cont dd ul > li {
    font-size: 14px;
}
.rm_set_item_cont .mark {
	display: inline-block;
    border: 1px solid #ccc;
    font-size: .8em;
    padding: 1px 4px;
    margin-right: 4px;
}
.fs_set .rm_item_name_wrap {
    margin-bottom: 12px;
}

.fs_set .rm_item_name {
    border-bottom: 2px solid #ccc;
    padding-bottom: 6px;
}

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

/* 商品詳細用 */
.detail_title {
	font-size: 18px;
    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 #ccc;
}
.rm_ac_parent {
  padding: 18px 40px 18px 10px;
    text-align: left;
    background-color: #f7f7f7;
    border-top: 1px solid #ccc;
/*    border-bottom: 1px solid #fff;*/
    cursor: pointer;
    transition: .3s;
    position: relative;
	line-height: 1.3;
}
.rm_ac_parent::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  /*横線*/
  width: 24px;
  height: 2px;
  background: #cdcdcd;
}
.rm_ac_parent::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 23px;
  transform: translateY(-50%);
  transition: all .3s;
  /*縦線*/
  width: 2px;
  height: 24px;
  background: #cdcdcd;
}
.rm_ac_parent.rm_ac_open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
.rm_ac_child {
	padding: 0 .75em 1.5em;
}
.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;
/*    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;*/
    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;
}



.rm_box > iframe {
	width: 100%;
    border: 0;
}
.pc_view .rm_box > iframe {
	height: 600px;
}



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

.p-product-detail .product__section-title {
    margin-bottom: 16px;
    font-size: 24px;
	padding-bottom: 16px;
	border-bottom: solid 2px #171717;
}
.item_spec_wrap {
	text-align: left;
}
.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-size: 18px;
	line-height: 1.1;
}
.item_spec_box .spec_more {
    padding: 16px 18px;
	border: 1px solid #e9e7e3;
    margin-top: 16px;
	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: 16px;
	margin: .5em 0 1.5em 1em;
}
.item_spec_box .spec_cont ul,
.item_spec_box .spec_cont ol {
	margin: 0;
	padding-left: 0;
}
.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: 1.5em;
}
.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: -2.5em;
    width: 2.5em;
    text-align: right;
}
.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.75em;
	width: 1.75em;
    text-align: center;
}

.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.75em;
    width: 1.75em;
    text-align: center;
}
.item_spec_box .spec_cont ol.disc_list {
	padding-left: 1.5em;
}
.item_spec_box .spec_cont ol.disc_list > li::marker {
}

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



/*表*/

.item_spec_table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}
.pc_view .item_spec_table {
	width: 70%;
	margin: 15px 0;
}

.item_spec_table th,
.item_spec_table td {
	border: 1px solid #e9e7e3;
	padding: 6px 10px;
	line-height: 1.6;
    word-break: break-all;
}
.pc_view .item_spec_table th,
.pc_view .item_spec_table td {
	padding: 10px 20px;
}

.item_spec_table th {
	background-color: #f4f4f4;
	font-weight: 500;
}
	
.item_spec_table th, .item_spec_table td {
	width: 50%;
}
.kampo_dosage th, .kampo_dosage td {
	width: 33.33%;
}

.kampo_dosage, .kampo_seibun {
	text-align: center;
}
.pc_view .kampo_seibun {
	width: 60%;
}

/*栄養成分表示*/
.nutrition {
	margin:0 auto 10px;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.pc_view .nutrition {
	width: 90%;
}

.nutrition th,
.nutrition td {
	border: 1px solid #cfbfb8;
	padding: 6px 10px;
    line-height: 1.6;
    word-break: break-all;
}
.pc_view .nutrition th,
.pc_view .nutrition td {
    padding: 10px 55px;
}

.smp_view .nutrition .caffein th,
.smp_view .nutrition .caffein td {
	border: none!important;
}

.nutrition tbody td:not(:nth-of-type(1)) {
    text-align: right;
}
	
.nutrition tbody td:nth-of-type(1) {
    text-align: left;
}
	
.pc_view .nutrition .caffein th,
.pc_view .nutrition .caffein td {
	border: none!important;
}
	
.pc_view .nutrition p {
	text-align: right;
}





.item_spec_wrap .item_lp_img {
	display: none !important;
}

.rm_box {
	margin-bottom: 24px;
}
.rm_box .rm_item_img img {
	margin: 0 auto;
}


h2.main_title {
    font-size: 28px;
    color: #113A62;
    margin: 30px 0 10px;
    padding: 0;
    font-weight: normal;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.smp_view h2.main_title {
    font-size: 20px;
}
h2.main_title > span {
	display: inline-block;
}

h3.sub_title,
h3.header {
    text-align: center;
    display: block;
    color: #1A1A1C;
    font-size: 28px;
    padding: 0 5px;
    margin: 40px auto 20px;
    clear: both;
    font-family: 'M PLUS Rounded 1c', sans-serif;
/*    line-height: 1.8em;*/
	font-weight: 500;
}
.smp_view h3.sub_title,
.smp_view h3.header {
    font-size: 18px;
    margin: 30px auto 14px;
}

.under_line {
    background: linear-gradient(transparent 60%, #FDD59C 30%);
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.tel_box {
    width: 650px;
    margin: 24px auto;
    background: #daf0f5;
    padding: 20px 24px;
}
.smp_view div.tel_box {
    width: 100%;
    margin: 24px 0;
    padding: 20px;
}

div.tel_box .sub_title {
	font-size: 20px;
}
.smp_view div.tel_box .sub_title {
	font-size: 15px;
}
div.tel_box .tel {
	line-height: 1.2;
}
div.tel_box .tel a {
	font-size: 28px;
	font-weight: 500;
	text-decoration: none;
}
.smp_view div.tel_box .tel a {
	text-decoration: underline;
}
div.tel_box .tel span {
	display: inline-block;
}
.smp_view div.tel_box .tel span {
	font-size: 13px;
}
.dl_wrap {
    display: block;
    text-align: center;
    margin: 20px 0;
}
.dl_wrap img {
	margin: 0 auto;
}
.dl_wrap a.dl_btn {
    display: block;
    width: 444px;
    text-align: center;
    margin: 15px auto;
    padding: 15px 0;
    border: 1px solid #EF7A62;
    border-radius: 5px;
    color: #EF7A62;
    font-weight: 700;
    text-decoration: none;
}

.smp_view .dl_wrap a.dl_btn {
	width: 80%;
}
.smp_view .dl_wrap a.dl_btn > span {
	display: inline-block;
}
.point_list {
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
}
.point_list li {
	font-size: 18px;
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
}
.smp_view .point_list li {
	font-size: 16px !important;
}
.txt_indent {
	text-indent: -1em;
	margin-left: 1em;
}
.cont_txt {
	font-size: 16px !important;
}
.smp_view .cont_txt {
	font-size: 15px;
}