@charset "UTF-8";
/* CSS Document */
/* #################### */
/* _valiables.scss */
/* #################### */
.main_w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .main_w {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .main_w {
    width: calc(100% - 40px);
  }
}
.main_w_full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main_w_full {
    width: 100%;
  }
}
.cont_w {
  max-width: 940px;
  margin: 0 auto;
}
/*####################*/
/*汎用部品*/
/*####################*/
a.link_btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
  display: inline-block;
  margin: 0 0.5em 1em;
  padding: 0.3em 0.5em;
  border: solid 1px #333;
}
a.link_btn:hover {
  text-decoration: none;
}
.dot_underline, #sec_howto .howto_step_wrap .howto_step h4 {
  padding: 0.3em 0.5em;
  border-bottom: 1px dotted #333;
  background: #f6f6f6;
  color: #000;
}
/*h2 {
  margin: 0 0 0;
  padding: 25px 0 25px;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  border-left: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}*/
#item_list .list_wrap {
  overflow: hidden;
  margin: 0 auto 55px;
}
@media screen and (min-width: 1200px) {
  #item_list .list_wrap {
    border-left: solid 1px #dcdcdc;
  }
}
#item_list .list_wrap a.item_box {
  display: block;
  float: left;
  text-decoration: none;
  width: calc(100% / 3);
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (max-width: 960px) {
  #item_list .list_wrap a.item_box {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 768px) {
  #item_list .list_wrap a.item_box {
    width: 100%;
    border-left: solid 1px #dcdcdc;
  }
}
#item_list .list_wrap a.item_box:hover {
  opacity: 0.7;
}
#item_list .list_wrap a.item_box img.item_ph {
  width: 100%;
  height: auto;
}
#item_list .list_wrap a.item_box .item_cat_box {
  overflow: hidden;
  text-align: center;
  margin: 0 auto 1rem;
}
#item_list .list_wrap a.item_box .item_cat_box .item_cat {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  margin: 0 4px;
  padding: 2px 15px 2px;
  border: solid 1px #858585;
}
/* #item_list .list_wrap a.item_box .item_cat_box .item_cat.new {
  border: solid 1px #c00000;
  background-color: #d90000;
  color: #fff;
}

#item_list .list_wrap a.item_box .item_cat_box .item_cat.stop1_disp {
  white-space: nowrap;
} */
#item_list .list_wrap a.item_box .item_cat_box .item_cat.new1_disp {
  border: solid 1px #e00903;
  background: #e00903;
  color: #ffffff;
  font-weight: 600;
}
#item_list .list_wrap a.item_box .item_cat_box .item_cat.end1_disp {
  border: solid 1px #e00903;
  color: #e00903;
  font-weight: 600;
}
#item_list .list_wrap a.item_box .item_cat_box .item_cat.stop1_disp {
  border: solid 1px #0159c7;
  color: #0159c7;
  font-weight: 600;
}
#item_list .list_wrap h4.item_name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 1rem 2rem;
}
#item_list .list_wrap h4.item_name span {
  font-size: small;
  /* font-feature-settings: "palt"; */
}
#contact_info h3.contact_form {
  max-width: 469px;
  height: 38px;
  margin: 0 auto 50px;
  /* background: url(../../images/item_list/midashi_contact.png) center 50% no-repeat; */
  background-size: contain;
}
#contact_info h3.contact_form span {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact_info h3.contact_form {
    width: 90vw;
    height: 7.3vw;
    max-width: 469px;
  }
}
#contact_info .form_link_wrap {
  overflow: hidden;
  width: 860px;
  margin: 0 auto 80px;
}
#contact_info .form_link_wrap_powe {
  overflow: hidden;
  width: 450px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact_info .form_link_wrap {
    width: auto;
    text-align: center;
  }
  #contact_info .form_link_wrap_powe {
    width: auto;
    text-align: center;
  }
}
#contact_info .form_link_wrap a.form_link {
  display: inline-block;
  width: 365px;
  height: 90px;
  margin: 0 8px 20px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
  /* EC追加時の調整 */
  float: left;
  /* EC追加時の調整 */
}
#contact_info .form_link_wrap a.form_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  padding: 0.5rem;
  font-weight: bold;
  background: #df0a00;
  color: #fff;
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
}
#contact_info .form_link_wrap a.form_link ::before {
  /* content: "＞"; */
  /* font-family: 'Font Awesome 6 Free';
    content: "\f15c"; */
  font-weight: bold;
  /* width: 7px;
  	height: 7px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg); */
}
#contact_info .form_link_wrap a.form_link span {
  display: block;
}
@media screen and (max-width: 768px) {
  #contact_info .form_link_wrap a.form_link {
    font-size: 1.1rem;
  }
}
/* お問い合わせフォームへのリンク */
@media screen and (max-width: 768px) {
  #contact_info .form_link_wrap a.form_link {
    font-size: 1.1rem;
    float: none;
    /* display: block; */
    width: 90%;
    max-width: 360px;
    margin: 0 auto 30px;
    height: auto;
    padding: 15px 5px;
  }
  #contact_info .form_link_wrap a.form_link img {
    width: 100%;
  }
}
#contact_info .form_link_wrap .tel_midashi {
  font-size: 18px;
  line-height: 1;
  color: #026cd7;
  margin: 0 0 10px 390px;
}
#contact_info .form_link_wrap_powe .tel_midashi_powe {
  font-size: 18px;
  line-height: 1;
  color: #026cd7;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  #contact_info .form_link_wrap .tel_midashi {
    margin: 0 0 10px;
  }
  #contact_info .form_link_wrap_powe .tel_midashi_powe {
    margin: 0 0 10px;
  }
}
#contact_info .form_link_wrap .tel_num {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #026cd7;
  margin: 0 0 10px 390px;
}
#contact_info .form_link_wrap_powe .tel_num_powe {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #026cd7;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  #contact_info .form_link_wrap .tel_num {
    margin: 0 0 10px;
  }
  #contact_info .form_link_wrap_powe .tel_num_powe {
    margin: 0 0 10px;
  }
}
#contact_info .form_link_wrap .tel_time {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 0 390px;
}
#contact_info .form_link_wrap_powe .tel_time_powe {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #contact_info .form_link_wrap .tel_time {
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: 0px;
  }
  #contact_info .form_link_wrap_powe .tel_time_powe {
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: 0px;
  }
}
/*####################*/
/*商品詳細情報*/
/*####################*/
article.detail_part {
  margin: 0 auto 0px;
}
hr.sikiri_sec {
  border: solid #dcdcdc;
  border-width: 1px 0 0 0;
  margin: 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}
img.img_center {
  display: block;
  margin: 1rem auto 1.5rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  img.img_center {
    width: auto;
    max-width: 90%;
    margin: 0 auto 0;
    height: auto;
  }
}
.comment {
  font-size: 1.23rem;
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  .comment {
    font-size: 16px
  }
}
.comment strong {
  /* display: block; */
  font-size: 1.3rem;
  margin: 0;
}
.comment p {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .comment p {
    /* font-size: 0.9em; */
  }
  .comment p strong {
    /* display: block; */
    font-size: 1.2rem;
    margin: 0;
  }
}
.comment img {
  display: block;
  margin: 1rem auto 1.5rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .comment img {
    width: auto !important;
    max-width: 100% !important;
    height: auto;
  }
}
h3.item_title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  h3.item_title {
    font-size: 26px;
    line-height: 1.4em;
    margin: 0;
  }
}
h3.item_title span {
  font-size: 20px;
}
#sec_lineup h3.item_title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #sec_lineup h3.item_title {
    margin: 0;
  }
}
#sec_lineup h3.item_title span {
  font-size: 16px;
}
h3.midashi {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 60px auto 60px;
}
@media screen and (max-width: 768px) {
  h3.midashi {
    margin: 40px auto 40px;
    font-size: 24px;
  }
}
h3.midashi span {
  display: inline-block;
}
h4.midashi {
  font-size: 22px;
  line-height: 1;
  margin: 40px 0 5px;
}
@media screen and (max-width: 768px) {
  h4.midashi {
    font-size: 20px;
    margin: 25px 0 5px;
  }
}
h4.list_midashi {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0;
}
h5.lead {
  font-size: 18px;
  margin: 0 0 30px;
}
/*####################*/
/*detail*/
/*####################*/
section#productdescription {
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  section#productdescription {
    width: calc(100% - 40px);
    margin: 0 auto 0;
  }
}
section#productdescription .left_sec_detail {
  float: left;
  position: relative;
  width: 320px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#productdescription .left_sec_detail {
    float: none;
    width: 100%;
  }
}
section#productdescription .left_sec_detail .detail_main_image img {
  width: 320px;
  height: 320px;
  border: solid 1px #e5e5e5;
  margin: 0 0 20px;
}
section#productdescription .left_sec_detail .detail_main_image img.zeisei {
  display: block;
  position: absolute;
  width: 20%;
  top: 10px;
  left: 60%;
  z-index: 1000;
}
section#productdescription .left_sec_detail img.zeisei {
  position: absolute;
  width: 20%;
  height: auto;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  section#productdescription .left_sec_detail img.zeisei {
    top: calc(1em + 10px);
  }
}
section#productdescription .left_sec_detail .detail_image_list ul {
  list-style: none;
}
section#productdescription .left_sec_detail .detail_image_list ul li {
  float: left;
  width: 74px;
  height: 74px;
  margin: 0 8px 8px 0;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, section#productdescription .left_sec_detail .detail_image_list ul {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  section#productdescription .left_sec_detail .detail_image_list ul li {
    width: 23%;
  }
}
section#productdescription .left_sec_detail .detail_image_list ul li:nth-child(4n) {
  margin: 0 0px 8px 0;
}
section#productdescription .left_sec_detail .detail_image_list ul li img {
  width: 100%;
  height: auto;
  border: solid 1px #e5e5e5;
}
section#productdescription .left_sec_detail .slider-for {
  padding: 0 0 40px;
}
section#productdescription .left_sec_detail .slider-for .slide {
  text-align: center;
}
section#productdescription .left_sec_detail .slider-for .slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: solid 1px #dcdcdc;
}
section#productdescription .left_sec_detail .slider-for .slick-dots {
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  section#productdescription .left_sec_detail .slider-for .slick-dots {
    display: block;
  }
}
section#productdescription .right_sec_detail {
  margin: 0 0 0 340px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail {
    margin: 40px 0 0 0;
  }
}
/* 外部リンク関連 */
/* section#productdescription .right_sec_detail ul.otherlinks {
  list-style: none;
  text-align: center;
}
section#productdescription .right_sec_detail ul.otherlinks li img {
  width: 90%;
  height: auto;
  margin-top: 10px;
} */
.cont_inner.no_margin .other_area {
  width: 100%;
}
.cont_inner.no_margin .other_area ul.otherlinks {
  list-style: none;
  text-align: center;
  margin-left: 10px;
}
.cont_inner.no_margin .other_area ul.otherlinks li {
  float: left;
  /* width: 100%; */
  padding-right: 40px;
  padding-left: 40px;
}
.cont_wrap .cont_inner.no_margin .other_area ul.otherlinks li.other_zei a img {
  width: 240px;
  height: auto;
}
.cont_inner.no_margin .other_area ul.otherlinks li img {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
.cont_inner.no_margin .other_area ul.otherlinks li img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .cont_inner.no_margin .other_area ul.otherlinks {
    list-style: none;
    text-align: center;
  }
  .cont_inner.no_margin .other_area ul.otherlinks li {
    float: left;
    width: 100%;
    /* padding-right: 0;
  padding-left: 0; */
  }
  .cont_inner.no_margin .other_area ul.otherlinks li img {
    width: 90%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* 外部リンク関連 */
section#productdescription .right_sec_detail .item_cat_box {
  overflow: hidden;
  text-align: left;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail .item_cat_box {
    margin: 0 auto 0;
  }
}
section#productdescription .right_sec_detail .item_cat_box .item_cat {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  margin: 0 4px;
  padding: 2px 15px 2px;
  border: solid 1px #858585;
}
section#productdescription .right_sec_detail .item_cat_box .item_cat.new {
  border: solid 1px #c00000;
  background-color: #d90000;
  color: #fff;
}
section#productdescription .right_sec_detail .item_cat_box .item_cat.stop1_disp {
  white-space: nowrap;
}
.lineup_box .right_sec_lineup .item_cat_box .item_cat.new {
  border: solid 1px #c00000;
  background-color: #d90000;
  color: #fff;
}
section#productdescription .right_sec_detail .item_cat_box .item_cat.new1_disp {
  border: solid 1px #e00903;
  background: #e00903;
  color: #ffffff;
  font-weight: 600;
}
section#productdescription .right_sec_detail .item_cat_box .item_cat.end1_disp {
  border: solid 1px #e00903;
  color: #e00903;
  font-weight: 600;
}
section#productdescription .right_sec_detail .item_cat_box .item_cat.stop1_disp {
  border: solid 1px #0159c7;
  color: #0159c7;
  font-weight: 600;
}
section#productdescription .right_sec_detail p.outline {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
}
section#productdescription .right_sec_detail ul.recomend_list {
  list-style: none;
  margin: 0 0 30px;
  font-size: 20px;
}
/*section#productdescription .right_sec_detail ul.recomend_list li {
  display: inline;
  padding: 0 1em 0 1.5em;
  background: url(../../images/item_detail/check.png) left 50% no-repeat;
  background-size: 1em;
}*/
section#productdescription .right_sec_detail .shopping_link {
  text-align: center;
  margin: 0 0 20px;
  width: 290px;
}
section#productdescription .right_sec_detail .shopping_link a {
  display: inline-block;
  width: 100%;
  height: 61px;
  margin: 0 8px 20px 0;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
  border: solid 1px #7fb1df;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail .shopping_link a {
    width: 80vw;
    height: 16.8vw;
  }
}
section#productdescription .right_sec_detail .detail_link {
  text-align: left;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail .detail_link {
    margin: 0;
  }
}
section#productdescription .right_sec_detail .detail_link a {
  display: inline-block;
  width: 290px;
  height: 61px;
  margin: 0 8px 20px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
  /* EC追加時の調整 */
  float: left;
  /* EC追加時の調整 */
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail .detail_link a {
    width: 70vw;
    height: 16.8vw;
  }
}
/* ハピネスダイレクト用 */
section#productdescription .right_sec_detail .detail_link a.link_happiness_direct {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  padding: 1rem;
  font-weight: bold;
  background: #7fb2df;
  color: #fff;
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
}
section#productdescription .right_sec_detail .detail_link a.link_happiness_direct::before {
  content: "＞";
  /* width: 7px;
  	height: 7px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg); */
}
/* section#productdescription .right_sec_detail .detail_link a.link_happiness_direct:hover {
	background: #44c6f2;
	color: #fff;
} */
section#productdescription .right_sec_detail .detail_link a.link_happiness_direct span {
  display: block;
  margin-left: 1rem;
}
/* ハピネスダイレクト用 */
/* ブランドサイト用 */
section#productdescription .right_sec_detail .detail_link a.link_brandsite {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  padding: 1rem;
  font-weight: bold;
  background: #df0a00;
  color: #fff;
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
}
section#productdescription .right_sec_detail .detail_link a.link_brandsite::before {
  /* content: "＞"; */
  font-family: 'Font Awesome 6 Free';
  content: "\f2d2";
  font-weight: bold;
  /* width: 7px;
  	height: 7px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg); */
}
section#productdescription .right_sec_detail .detail_link a.link_brandsite span {
  display: block;
  margin-left: 1rem;
}
/* ブランドサイト用 */
/* TVCM用 */
section#productdescription .right_sec_detail .detail_link a.link_tvcm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  padding: 1rem;
  font-weight: bold;
  background: #fff;
  /* color: #fff; */
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
}
section#productdescription .right_sec_detail .detail_link a.link_tvcm::before {
  /* content: "＞"; */
  font-family: 'Font Awesome 6 Free';
  content: "\f26c";
  font-weight: bold;
  /* width: 7px;
  	height: 7px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg); */
}
section#productdescription .right_sec_detail .detail_link a.link_tvcm span {
  display: block;
  margin-left: 1rem;
}
/* TVCM用 */
/* MAPSerch用 */
section#productdescription .right_sec_detail .detail_link a.link_map {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  padding: 1rem;
  font-weight: bold;
  background: #fff;
  /* color: #fff; */
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
}
section#productdescription .right_sec_detail .detail_link a.link_map::before {
  /* content: "＞"; */
  font-family: 'Font Awesome 6 Free';
  content: "\f5a0";
  font-weight: bold;
  /* width: 7px;
  	height: 7px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg); */
}
section#productdescription .right_sec_detail .detail_link a.link_map span {
  display: block;
  margin-left: 1rem;
}
/* MAPSerch用 */
/* 手引用 */
section#productdescription .right_sec_detail .detail_link a.link_tebiki {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  padding: 1rem;
  font-weight: bold;
  background: #fff;
  /* color: #fff; */
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
}
section#productdescription .right_sec_detail .detail_link a.link_tebiki::before {
  /* content: "＞"; */
  font-family: 'Font Awesome 6 Free';
  content: "\f1c1";
  font-weight: bold;
  /* width: 7px;
  	height: 7px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg); */
}
section#productdescription .right_sec_detail .detail_link a.link_tebiki span {
  display: block;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail .detail_link a.link_tebiki span {
    display: block;
    margin-left: 0.7rem;
  }
}
/* 手引用 */
section#productdescription .right_sec_detail h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
  clear: both;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail h4 {
    margin: 0;
  }
}
section#productdescription .right_sec_detail ul.location_list {
  list-style: none;
  font-size: 16px;
  overflow: hidden;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail ul.location_list {
    margin: 10px 0 40px;
  }
}
section#productdescription .right_sec_detail ul.location_list li {
  float: left;
  display: inline;
  width: auto;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  margin: 0 2em 0.6em 0;
  padding: 0 0 0 25px;
  opacity: 0.4;
}
section#productdescription .right_sec_detail ul.location_list li.active {
  opacity: 1;
}
/*section#productdescription .right_sec_detail ul.location_list li.drugstore {
  background: url(../../images/icon_drugstore.png) left 50% no-repeat;
  background-size: 22px 18px;
}

section#productdescription .right_sec_detail ul.location_list li.supermarket {
  background: url(../../images/icon_supermarket.png) left 50% no-repeat;
  background-size: 22px 18px;
}

section#productdescription .right_sec_detail ul.location_list li.conveniencestore {
  background: url(../../images/icon_conveniencestore.png) left 50% no-repeat;
  background-size: 22px 18px;
}

section#productdescription .right_sec_detail ul.location_list li.onlineshop {
  background: url(../../images/icon_onlineshop.png) left 50% no-repeat;
  background-size: 22px 18px;
}*/
@media screen and (max-width: 768px) {
  section#productdescription .right_sec_detail ul.location_list li.drugstore {
    background-size: 22px 18px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#productdescription .right_sec_detail ul.location_list li.supermarket {
    background-size: 22px 18px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#productdescription .right_sec_detail ul.location_list li.conveniencestore {
    background-size: 22px 18px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#productdescription .right_sec_detail ul.location_list li.onlineshop {
    background-size: 22px 18px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
section#productdescription .right_sec_detail ul.pdf_list {
  list-style: none;
}
section#productdescription .right_sec_detail ul.pdf_list li {
  display: inline;
  padding: 0 1em 0 0;
}
section#productdescription .right_sec_detail ul.pdf_list li a {
  text-decoration: underline;
}
section#productdescription .right_sec_detail ul.pdf_list li::before {
  content: "▶︎";
  display: inline-block;
  margin: 0 0.4em 0 0;
  font-size: smaller;
}
/* 添付文書へのリンク */
a.productinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /* width: 120px;
	margin: auto; */
  width: 290px;
  height: 61px;
  padding: 1rem;
  font-weight: bold;
  background: #df0a00;
  color: #fff;
  border-radius: 1vh;
  position: relative;
  /* transition: 0.5s; */
  font-size: 1.2rem;
  margin: 0 8px 20px;
}
a.productinfo:hover {
  opacity: 0.7;
}
a.productinfo ::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f1c1";
  font-weight: bold;
}
a.productinfo span {
  display: block;
}
@media screen and (max-width: 768px) {
  a.productinfo {
    width: 70vw;
    height: 16.8vw;
    margin: 0 8px 20px;
  }
}
/* 添付文書へのリンク */
/*####################*/
/*feature*/
/*####################*/
section#sec_feature {
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  section#sec_feature {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
ul.number_list {
  list-style: decimal;
  margin: 0 0 40px 1.5em;
  font-size: 20px;
}
dl.circle_list {
  font-size: 20px;
}
dl.circle_list dt {
  clear: left;
  float: left;
  width: 1.5em;
  margin: 0 0 0.2em 0;
}
dl.circle_list dd {
  margin: 0 0 0.2em 1.5em;
}
.sp3_comment {
  margin: 0 0 1em;
}
ul.special3_photo_list {
  overflow: hidden;
}
ul.special3_photo_list li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  ul.special3_photo_list li {
    display: block;
  }
}
ul.special3_photo_list li img.sp3_photo {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  ul.special3_photo_list li img.sp3_photo {
    display: block;
    width: 90%;
  }
}
/*####################*/
/*specification*/
/*####################*/
section#sec_specification {
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  section#sec_specification {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
.table_wrap {
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .table_wrap.scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
table.spec_table {
  width: 100%;
  margin: 0 0 0;
  font-size: 16px;
  border-top: solid 1px #a0a0a0;
  border-left: solid 1px #a0a0a0;
}
table.spec_table tr {
  width: 100%;
}
table.spec_table th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
  border-right: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
  background-color: #ededed;
  font-weight: 600;
  color: #333;
  /* background-color: #575757;
  font-weight: normal;
  color: #fff; */
}
table.spec_table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-right: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
  background-color: #FFF;
}
table.spec_table td.alltxt {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  border-right: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
  background-color: #FFF;
}
table.spec_table td.wrap_normal {
  white-space: normal;
  min-width: 20em;
}
/*####################*/
/*line up*/
/*####################*/
section#sec_lineup {
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  section#sec_lineup {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
.lineup_box {
  clear: left;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 0 60px;
  border-bottom: solid 1px #dcdcdc;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .lineup_box {
    margin: 0 auto 0;
    padding: 20px 0 0;
  }
}
.lineup_box:last-child {
  border-bottom: none;
}
.lineup_box .left_sec_lineup {
  float: left;
  width: 260px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup_box .left_sec_lineup {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.lineup_box .left_sec_lineup .main_image img {
  width: 260px;
  height: 260px;
  border: solid 1px #e5e5e5;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .lineup_box .left_sec_lineup .main_image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .lineup_box .left_sec_lineup .image_list {
    text-align: center;
  }
}
.lineup_box .left_sec_lineup .image_list ul {
  overflow: hidden;
  list-style: none;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, .lineup_box .left_sec_lineup .image_list ul {
    padding-left: 0;
  }
}
.lineup_box .left_sec_lineup .image_list ul li {
  float: left;
  width: 77px;
  margin: 0 14px 14px 0;
}
@media screen and (max-width: 768px) {
  .lineup_box .left_sec_lineup .image_list ul li {
    width: calc(calc(100% - 29px) / 3);
    margin: 0 4px 10px;
  }
}
.lineup_box .left_sec_lineup .image_list ul li:nth-child(3n) {
  margin: 0 0px 14px 0;
}
@media screen and (max-width: 768px) {
  .lineup_box .left_sec_lineup .image_list ul li:nth-child(3n) {
    margin: 0 4px 10px;
  }
}
.lineup_box .left_sec_lineup .image_list ul li img {
  width: 100%;
  height: auto;
  border: solid 1px #e5e5e5;
}
.lineup_box .right_sec_lineup {
  margin: 0 0 0 295px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup_box .right_sec_lineup {
    margin: 5px 0 0 0;
  }
}
.lineup_box .right_sec_lineup .item_cat_box {
  overflow: hidden;
  text-align: left;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .lineup_box .right_sec_lineup .item_cat_box {
    margin: 0 auto 0;
  }
}
.lineup_box .right_sec_lineup .item_cat_box .item_cat {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  margin: 0 4px;
  padding: 2px 15px 2px;
  border: solid 1px #858585;
}
.lineup_box .right_sec_lineup .item_cat_box .item_cat.new {
  border: solid 1px #c00000;
  background-color: #d90000;
  color: #fff;
}
.lineup_box .right_sec_lineup .item_cat_box .item_cat.new1_disp {
  border: solid 1px #e00903;
  background: #e00903;
  color: #ffffff;
  font-weight: 600;
}
.lineup_box .right_sec_lineup .item_cat_box .item_cat.end1_disp {
  border: solid 1px #e00903;
  color: #e00903;
  font-weight: 600;
}
.lineup_box .right_sec_lineup .item_cat_box .item_cat.stop1_disp {
  border: solid 1px #0159c7;
  color: #0159c7;
  font-weight: 600;
}
.lineup_box .right_sec_lineup ul.vr_jan_list li {
  margin: 0 0 0.3em;
}
.lineup_box .right_sec_lineup ul.vr_jan_list li div.status_img_wrap {
  display: inline-block;
  margin: 0 0 0 1em;
}
.lineup_box .right_sec_lineup ul.vr_jan_list li div.vr_jan_new {
  display: inline-block;
  white-space: nowrap;
  font-size: 8px;
  line-height: 1;
  margin: 2px 4px 2px 1em;
  padding: 2px 15px 2px;
  /* border: solid 1px #858585; */
  border: solid 1px #e00903;
  background: #e00903;
  color: #ffffff;
  font-weight: 600;
}
.lineup_box .right_sec_lineup ul.vr_jan_list li div.vr_jan_end {
  display: inline-block;
  white-space: nowrap;
  font-size: 8px;
  line-height: 1;
  margin: 2px 4px 2px 1em;
  padding: 2px 15px 2px;
  /* border: solid 1px #858585; */
  border: solid 1px #e00903;
  color: #e00903;
  font-weight: 600;
}
.lineup_box .right_sec_lineup ul.vr_jan_list li div.vr_jan_stop {
  display: inline-block;
  white-space: nowrap;
  font-size: 8px;
  line-height: 1;
  margin: 2px 4px 2px 1em;
  padding: 2px 15px 2px;
  /* border: solid 1px #858585; */
  border: solid 1px #0159c7;
  color: #0159c7;
  font-weight: 600;
}
/*####################*/
/*howto*/
/*####################*/
#sec_howto {
  margin: 0 auto 80px;
}
#sec_howto .howto_mov_wrap h4 {
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #575757;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #sec_howto .howto_mov_wrap h4 {
    text-align: left;
  }
}
#sec_howto .howto_mov_wrap iframe {
  display: block;
  width: 640px;
  height: 360px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #sec_howto .howto_mov_wrap iframe {
    width: calc(100vw - 40px);
    height: calc(calc(100vw - 40px) * 0.6);
  }
}
#sec_howto .howto_step_wrap .howto_step {
  margin: 0 auto 2em;
  overflow: hidden;
}
#sec_howto .howto_step_wrap .howto_step h4 {
  font-size: 1.3rem;
  margin: 0 0 1em;
  color: #000;
}
#sec_howto .howto_step_wrap .howto_step img.step_img {
  float: left;
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sec_howto .howto_step_wrap .howto_step img.step_img {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1em;
  }
}
#sec_howto .howto_step_wrap .howto_step .text {
  margin: 0 0 0 50%;
}
@media screen and (max-width: 768px) {
  #sec_howto .howto_step_wrap .howto_step .text {
    margin: 0 0 0 0;
  }
}
#sec_howto .howto_step_wrap .howto_step .text p {
  margin: 0 0 1em;
}
#sec_howto .howto_step_wrap .howto_step .text p:last-child {
  margin: 0 0 0;
}
/* OTC */
#sec_howto .howto_step_wrap .howto_step_otc h4 {
  padding: 0.3em 0.5em;
  border-bottom: 1px dotted #333;
  background: #f6f6f6;
  color: #000;
}
#sec_howto .howto_step_wrap .howto_step_otc {
  margin: 0 auto 2em;
  overflow: hidden;
}
#sec_howto .howto_step_wrap .howto_step_otc h4 {
  font-size: 1.3rem;
  margin: 0 0 1em;
  color: #000;
}
#sec_howto .howto_step_wrap .howto_step_otc img.step_img {
  /* float: left; */
  /* float: right; */
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #sec_howto .howto_step_wrap .howto_step_otc img.step_img {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1em;
  }
}
#sec_howto .howto_step_wrap .howto_step_otc .text {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sec_howto .howto_step_wrap .howto_step_otc .text {
    margin: 0 0 0 0;
    width: 100%;
  }
}
#sec_howto .howto_step_wrap .howto_step_otc .text p {
  margin: 0 0 1em;
}
#sec_howto .howto_step_wrap .howto_step_otc .text p:last-child {
  margin: 0 0 20px 0;
  ;
  float: left;
  width: 100%;
}
/* OTC */
/*####################*/
/*関連情報*/
/*####################*/
section#other_contact {
  margin: 0 auto 20px;
}
/*####################*/
/*ECサイトLINK*/
/*####################*/
.menu_shop {
  list-style-type: none;
  /* float: right; */
}
.menu_shop > li {
  display: inline-block;
  /* border:1px solid gray; */
  border: none;
  position: relative;
  margin: 0;
}
/*.menu_shop > li a.ectitle {
background: url(../../images/item_detail/link_eclinktitle.png) center 50% no-repeat;
    background-size: contain;
}*/
.menu_shop > li a span {
  display: none;
}
.menu_shop > li > ul {
  display: none;
  z-index: 1;
}
.menu_shop > li:hover ul {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 1.5em;
  left: 0;
  list-style-type: none;
  /* border:1px solid gray; */
  border: none;
}
.menu_shop > ul li ul li a {
  background-color: #fff;
}
/*.menu_shop > li a.rakuten {
background: url(../../images/item_detail/link_eclinkrakuten.png) center 50% no-repeat;
    background-size: contain;
}

.menu_shop > li a:hover.rakuten {
background: url(../../images/item_detail/link_eclinkrakuten02.png) center 50% no-repeat;
    background-size: contain;
}

.menu_shop > li a.lohaco {
background: url(../../images/item_detail/link_eclinklohaco.png) center 50% no-repeat;
    background-size: contain;
}

.menu_shop > li a:hover.lohaco {
background: url(../../images/item_detail/link_eclinklohaco02.png) center 50% no-repeat;
    background-size: contain;
}*/
/* @media screen and (max-width: 768px) {.menu_shop {
	list-style-type:none;
  float: left;
}
} */
/* .popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #37beb03d;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#37beb0;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #37beb0;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
    border:1px solid #37beb0;
    padding:5px 15px;
    font-weight: bold;
}
.open_btn:hover{
    background:#37beb0;
    color:#fff;
    transition: .3s ease;
} */
/* 2022 SP layout change */
/* table.sprow th{
width: 33%;
} */
table.sprow td {
  padding: 10px 5px;
}
table.sprow td.quantity {
  width: 30%;
}
/* lifesupport&cosme */
table.sprow td.quantity_empt {
  width: 30%;
}
table.sprow td.wrap_normal {
  width: 30%;
}
/* lifesupport&drink */
table.sprow td.wrap_normal_empt {
  width: 30%;
}
@media only screen and (min-width: 415px) {
  .table_wrap table.spec_table th.specday br {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  /* 用法・用量 */
  .table_wrap table.spec_table {
    font-size: 14px;
    /* table-layout: fixed; */
  }
  table.spec_table th {
    padding: 4px;
  }
  .table_wrap table.spec_table th.specage {
    width: 50%;
  }
  .table_wrap table.spec_table th.specquantity {
    width: 28%;
  }
  .table_wrap table.spec_table th.specday {
    width: 22%;
  }
  /* 成分・分量6錠中 */
  table.sprow {
    background: #ededed;
    margin-bottom: 10px;
    padding: 5px 5px 1px 5px;
    font-size: 14px;
    border: solid 1px #a0a0a0;
  }
  table.sprow tr {
    /* width: 95%; */
    display: block;
    border: none;
    /* background: #fff;
margin: 8px 5px; */
    padding: 5px 5px;
  }
  table.sprow tr.pcrow {
    display: none;
  }
  table.sprow th {
    width: 100%;
    display: none;
  }
  table.sprow td {
    width: 100%;
    font-weight: 600;
    display: block;
    /* background: #fff; */
    /* margin: 0 0 0 5px; */
    /* padding: 1px 0; */
    padding: 2px 6px;
    text-align: left;
    border-bottom: dotted 1px #cdcdcd;
    border-right: none;
  }
  table.sprow td.quantity {
    width: 100%;
    font-weight: normal;
  }
  /* lifesupport&cosme */
  table.sprow td.quantity_empt {
    display: none;
  }
  table.sprow td.wrap_normal {
    width: 100%;
    font-weight: normal;
    min-width: 0;
  }
  /* lifesupport&drink */
  table.sprow td.wrap_normal_empt {
    display: none;
  }
  table.sprow td:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 414px) {
  table.sprow td br {
    display: none;
  }
}
/* 価格・サイズ */
@media only screen and (max-width: 414px) {
  .table_wrap.scroll.janpcon {
    display: none;
  }
}
@media only screen and (min-width: 415px) {
  .table_wrap.janspon {
    display: none;
  }
}
/* BO add */
strong {
  font-weight: bold;
}
section#sec_feature, .cont_inner.no_margin {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
h3.midashi span {
  border-bottom: solid 5px #333;
}
h4.midashi {
  font-weight: bold;
}
.adjust_howto_layout {
  display: flex;
  justify-content: center;
}
.adjust_howto_img {
  margin-right: 50px;
}
.p-supProUnder__aboutDetailTxt.mt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .adjust_howto_layout {
    display: block;
  }
  .adjust_howto_img {
    width: 53.33333vw;
    margin: 0 auto 20px;
  }
  .adjust_howto_img img {
    width: 100%;
  }
  .adjust_howto_layout .comment p strong {
    font-size: 16px;
  }
}