@charset "UTF-8";

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: none;
}

/* header */
.header .header-logo {
  margin: 0 auto;
}

.pane-main,
.container {
  width: 100%;
  padding: 0;
}

/* tab */
.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  font-size: 4.53vw;
  font-weight: 500;
  border-bottom: 5px solid #BC9E65;
}

.tab {
  width: 50%;
  height: 20vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #BC9E65;
  border-radius: 10px 10px 0 0;
  border-top: 3px solid #BC9E65;
  border-right: 3px solid #BC9E65;
  border-left: 3px solid #BC9E65;
}

.tab span {
  width: 100%;
}

.tab:first-child span {
  font-size: 3.73vw;
  font-feature-settings: "palt" 1;
  line-height: 0;
  letter-spacing: -0.05em;
}

.tab:nth-child(2) {
  padding: 3vw 0;
}

.tab.active {
  background-color: #BC9E65;
  color: #FFF;
}

.content-area {
  font-size: 3.19vw;
  line-height: 1.75;
  text-align: center;
  color: #333;
}

.tab_content {
  display: none;
}

.tab_content.show {
  display: block;
}

.fwbold {
  font-weight: bold;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex._sb {
  justify-content: space-between;
}

.flex._fs {
  justify-content: flex-start;
}

.borderbox {
  border-width: 2px;
  border-style: solid;
}

.lineYEL03 {
  border-color: #BC9E65 !important;
}

.fORN01 {
  color: #f6a548 !important;
}

.markerYEL03,
.marker {
  position: relative;
  z-index: 1;
}

.markerYEL03::before,
.marker::before {
  width: 100%;
  height: 20%;
  content: " ";
  position: absolute;
  background: #f6a548;
  z-index: -1;
  bottom: 13%;
}

.sec_ttl h3 {
  font-size: 5.33vw;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin: 0 auto;
}

.wavyline {
  position: relative;
  z-index: 1;
}

.wavyline::after {
  width: 100%;
  height: 1.73vw;
  content: " ";
  background: url(../../img/usr/freepage/bakumondoto/wave_sp.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: -1.73vw;
  left: 0;
}

.box_wh {
  background: rgba(255, 255, 255, 0.9);
}

/* contents */
.header {
  border-bottom: none !important;
}

.header .header-logo {
  width: 63.9vw !important;
}

.header-fixed a {
  width: 60% !important;
  margin: auto;
}

body>h1 {
  padding-left: 4vw;
  padding-right: 4vw;
  font-size: 2vw;
  margin-bottom: 5.33vw !important;
  font-weight: normal;
}

.pane-contents {
  margin-top: 5.33vw !important;
}

/* ====== その他共通 ====== */
/* fadeIn */
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* circle01 */
@-webkit-keyframes circle01 {
  0% {
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes circle01 {
  0% {
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@media screen and (max-width: 768px) {

  /* 共通パーツ
  ============================== */
  .l-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* 赤文字 */
  span.text-color {
    color: #DC5028;
  }

  /* kv
  ============================== */
  .main_vg {
    width: 100vw;
  }

  .main_vg * {
    font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  }

  /* Contentsリスト
  ============================== */
  .l-about {
    padding: 12vw 4vw 11vw;
  }

  .l-about h3 {
    text-align: center;
    margin: 0;
  }

  .l-about h3 picture {
    display: block;
    width: 32vw;
    max-width: 120px;
    aspect-ratio: 241/40;
    margin: 0 auto 7.33vw;
  }

  .l-about .c-about__list {
    max-width: 66vw;
    margin: 0 auto;
  }

  .l-about .c-about__list li {
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0;
    position: relative;
    list-style-type: none;
    width: 100%;
    padding-left: calc(3.2vw + 11px);
    text-align: left;
  }

  .l-about .c-about__list li+li {
    margin-top: 2.4vw;
  }

  .l-about .c-about__list li::before {
    content: "";
    position: absolute;
    width: 3.2vw;
    height: 1px;
    background: #333333;
    top: calc(0.5em + 2px);
    left: 0;
  }

  .l-about .c-about__list li span {
    vertical-align: 0.25em;
  }

  /* 帯共通
  ============================== */
  .l-with__band {
    padding-bottom: 12.4vw;
    font-weight: normal;
  }

  .l-with__band h3 {
    color: #333333;
    font-size: 5.33vw;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
    width: 100%;
    height: auto;
    background: #D3EBE4;
    padding: 3.2vw 0 2vw;
  }

  .l-with__band h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    /* padding: 0 2vw; */
    position: relative;
    margin: 6.2vw auto 4.27vw;
    letter-spacing: -0.03em;
  }

  .l-with__band h4::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6.4vw;
    height: auto;
    aspect-ratio: 48/12;
    background: url(../../img/usr/freepage/bouiougito/title4-deco.png) no-repeat top left/cover;
    top: 50%;
    left: calc(100% + 2vw);
    transform: translateY(-50%);
  }

  .l-with__band h4::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6.4vw;
    height: auto;
    aspect-ratio: 48/12;
    background: url(../../img/usr/freepage/bouiougito/title4-deco.png) no-repeat top left/cover;
    top: 50%;
    right: calc(100% + 2vw);
    transform: translateY(-50%);
  }

  .l-with__band h5 {
    font-weight: bold;
  }

  .l-with__band .u-box__title {
    padding: 0 15px;
    margin: -12.4vw auto 0;
    box-sizing: border-box;
  }

  .text12 {
    font-size: 10px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.5;
  }

  .text16 {
    font-size: 3.73vw;
    font-weight: normal;
    line-height: 1.5;
  }

  .text24 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
  }

  .text-c {
    text-align: center;
  }

  /* 帯下のサブタイトルがないときの間隔 */
  .no-ttl {
    padding-top: 5.07vw;
  }


  /* イントロ
============================== */
  .l-intro {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .c-intro_pic.onayami {
    padding: 12.4vw 0 9.07vw;
    display: block;
  }

  .c-intro_pic img {
    padding-bottom: 24.8vw;
  }

  /* 下矢印 */
  .c-arrow {
    padding-bottom: 12.13vw;
  }

  .arrow {
    width: 0;
    height: 0;
    border-top: 30px solid #CCCCCC;
    border-bottom: 0px solid transparent;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    margin: 0 auto;
    margin-top: 6.93vw;
  }


  .c-arrow .text24 {
    font-size: 4.8vw;
    font-weight: bold;
    /* line-height: 36px; */
    letter-spacing: -0.2vw;
    margin-top: 5.07vw;
  }


  /* 帯１ */
  .band1 .text16 {
    text-align: justify;
  }

  .band1 .text16+.text16 {
    margin-top: 3.4vw;
  }

  .band1 section:first-child picture {
    /* width: 80vw; */
    display: block;
    text-align: center;
    margin: 6.93vw auto 0;
    aspect-ratio: 961 / 1115;
  }

  .AboutKampo_img01 img {
    width: 100%;
    margin: 8vw auto;
  }

  .AboutKampo_img02 img {
    width: 100%;
    margin: 4vw auto 12.4vw;
  }

  .AboutKampo_img03 img {
    width: 80%;
    margin: 8vw auto 12.4vw;
  }

  /* 帯2 */
  .band2 .text16:first-child {
    margin-top: 25px;
  }

  .band2 section {
    margin-top: 6.4vw;
  }

  .band2 section h5 {
    line-height: 32px;
    color: #fff;
    background-color: #0B318F;
    border-radius: 21px;
    font-size: 15px;
    max-width: 250px;
    margin: 0 auto;
  }

  .woman_img {
    width: 80vw;
    display: block;
    margin: 6.13vw auto 0;
  }

  .band2 section .text16 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .band2 .Crudedrug-sec {
    margin-top: 9.73vw;
  }

  .HerbalMedicine-list {
    width: 92vw;
    margin: auto;
    border: 1px solid #333333;
    padding: 6.4vw 8.27vw 6.8vw 8.27vw;
    position: relative;
  }

  .HerbalMedicine-list p {
    background: #fff;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.4;
    padding: 2.67vw;
    position: absolute;
    top: -5.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .HerbalMedicine-list ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 3.47vw 7.2vw;
  }

  .HerbalMedicine-list ul li {
    /* margin: 0 5.73vw 1.73vw 0; */
    font-size: 3.73vw;
    letter-spacing: -0.02em;
    line-height: 1.5;
    text-align: left;
  }

  .HerbalMedicine-list ul li:nth-child(even) {
    margin-right: 0;
  }

  /* .HerbalMedicine-list ul li:last-child {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  } */
  .HerbalMedicine-list ul li a {
    text-decoration: underline;
    font-weight: bold;
  }

  /* 帯3 */
  .band3 h3 {
    letter-spacing: -0.05em;
  }

  .band3-txt {
    text-align: left;
    margin-bottom: 5.07vw;
  }

  .band3_box {
    border: 1.8px solid #d5e9e5;
    border-radius: 10px;
    padding: 4.4vw 5.33vw;
  }

  /* .band3_box__item {
    padding: 0 5.33vw;
  } */

  .band3 .l-wrapper {
    background-color: #f7f7f7;
  }

  .band3_box__item {
    display: flex;
    padding: 2.4rem 2rem;
    align-items: flex-start;
  }

  .band3_box__item img {
    width: 36%;
  }

  .band3_box__item .item_price {
    font-size: 28px;
    font-weight: 700;
  }

  .band3_box__item span._tax {
    font-size: 14px;
  }

  .band3_box__item a {
    padding: 3.6vw 8vw;
  }

  .band3_box__item .item_notice {
    width: 21.99vw;
    height: 5.59vw;
    font-size: 2.93vw;
    border: solid 1px #000;
    text-align: center;
  }
  .band3_box__item .item_name {
    font-size: 5.59vw;
    font-feature-settings: "palt" 1;
    font-weight: bold;
  }
  .band3_box__item .item_name span {
    font-size: 3.19vw;
    font-feature-settings: "palt" 1;
    margin-left: 10px;
  }

  .txt_box_kakkontoh,
  .txt_box_maoutoh {
    text-align: left;
    padding-left: 1rem;
  }

  .band3_box__item .band3_box__txt {
      width: fit-content;
      font-weight: bold;
      text-align: center;
      padding-left: 28px;
      /* position: relative; */
      background: url(../../img/usr/freepage/shoseiryuto/checkicon.png) center left / 32px 14px no-repeat;
  }

  .band3_box__item:first-child {
    /*border-bottom: 1.8px solid #ddd;*/
    padding-bottom: 6vw;
  }

  .band3_box__item:last-child {
    padding-top: 4.4vw;
  }

  .band3_box__ttl {
    font-size: 3.6vw;
    font-weight: bold;
    color: #6eb92b;
    text-align: left;
    text-decoration: underline;
    padding-bottom: 4.27vw;
    line-height: 1;
  }

  .band3_box__ttl a {
    color: #6eb92b;
  }

  .band3_box__subttl {
    font-size: 3.6vw;
    font-weight: normal;
    text-align: left;
    padding-bottom: 1.87vw;
    line-height: 1;
  }

  .band3_box__txt {
    font-size: 3.2vw;
    font-weight: normal;
    text-align: left;
    line-height: 1.667;
  }

  .band3 .c-genrLink {
    margin-top: 6.67vw;
  }

  .band3 .c-genrLink__link::after {
    font-family: "Font Awesome 5 Free";
    /* content: "";
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg); */
  }

  .lifestylebox {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: -0.07em;
    text-align: left;
    padding: 3.33vw 3vw;
    margin-top: 8vw;
    border-radius: 0 0 10px 10px;
  }
}

.woman_img2 {
  display: block;
  margin-top: 5.33vw;
  text-align: center;
}

.c-genrLink__link {
  font-size: 3.6vw;
  font-weight: bold;
}




/* ====== ▼ よくある質問Q&A ▼ ====== */
.faq_area {
  padding: 26px 0 0 0;
  width: 100%;
  margin: 0;
}

.faq_area_ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 18px 0;
}

.faq_area dl dt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
  background: url(../../img/usr/freepage/bouiougito/details_icon_q.png) no-repeat 0 0;
  background-size: 23px;
  padding: 2px 0 6px 30px;
  text-align: justify;
}

.faq_area dl dt span.wavyline {
  /* position: relative; */
  background: url(../../img/usr/freepage/bouiougito/wavylineGRN_sp.png) repeat-x;
  background-position: 0px 90%;
  padding-bottom: 6px;
  background-size: 13px;
}

.faq_area dl dd {
  font-size: 14px;
  line-height: 1.5;
  background: url(../../img/usr/freepage/bouiougito/details_icon_a.png) no-repeat 0 0;
  background-size: 23px;
  margin-bottom: 1.5em;
  padding: 2px 0 6px 30px;
  font-weight: normal;
  text-align: justify;
}

/* circle01 */
@-webkit-keyframes Circle01 {
  0% {
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes Circle01 {
  0% {
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}



/* 価格
======================================*/
.item_area {
  width: 100%;
  background: #F9F3E5;
  padding: 50px 0 45px;
}

.item_area .item_area_inner {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
}

.item_area .item_area_inner::before {
  content: " ";
  width: 100%;
  height: 100%;
  aspect-ratio: 75/119;
  display: inline-block;
  background: url(../../img/usr/freepage/bouiougito/bouiougito_item.png) no-repeat top center/contain;
  margin: auto;
}

.item_area .item_img {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.99vw;
  margin: 0 auto;
}

.item_area .item_img>.imgbox {
  width: 30.39vw;
  overflow: hidden;
}

.item_area .item_img>.imgbox>div {
  width: 50.46vw;
  margin-left: -7.79vw;
}

.item_area .item_img>.imgbox img {
  width: 43%;
}

.item_area .item_img .txtbox {
  width: 65.59vw;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* margin-top: 9vw; */
}

.item_area .item_img .txtbox p:nth-child(1) {
  width: 21.99vw;
  height: 5.59vw;
  font-size: 2.93vw;
  border: solid 1px #000;
  text-align: center;
}

.item_area .item_img .txtbox p:nth-child(2),
.item_area .item_img .txtbox p:nth-child(3) {
  font-size: 5.59vw;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}

.item_area .item_img .txtbox p:nth-child(2)>span {
  /* display: block; */
  font-size: 3.19vw;
  /* padding-left: 2.39vw; */
  font-feature-settings: "palt" 1;
  /* margin-top: -10px; */
  margin-left: 10px;
}

.item_area .item_img .txtbox p:nth-child(3)>span {
  font-size: 2.93vw;
}

.item_area .item_img .txtbox p:last-child {
  font-size: 3.2vw;
  line-height: 1;
  /* margin-top: 2vw; */
}



.item_area .cp_bnr {
  position: absolute;
  right: 100px;
  top: 0;
}

.item_area .item_text {
  font-weight: bold;
}

.item_area .item_notice {
  display: inline-block;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 15px;
}

.item_area .item_name {
  font-size: 28px;
  font-weight: bold;
}

.item_area .item_name span {
  font-size: 18px;
  margin-left: 1em;
}

.item_area .item_name ruby {
  ruby-position: under;
}

.item_area .item_price_box .item_price {
  font-size: 28px;
}

.item_area .item_price_box ._tax {
  font-size: 14px;
}

.item_area .item_price_box .item_point {
  font-size: 14px;
  margin-left: 1em;
}

.item_area .item_price_box .cp_price_after {
  display: none;
}

.item_area .item_amount {
  font-size: 14px;
}

.item_area .item_btn {
  width: 870px;
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: 330px 1fr 1fr; */
  gap: 20px 10px;
  justify-content: space-between;
  margin: 10px 0 18px;
}

.item_area .item_btn li {
  width: 100%;
  max-width: 260px;
}

.item_area .item_btn .btn,
.item_area .item_btn .btn-lg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #6eb92b;
}

.item_area .item_btn .btn-buy {
  font-size: 18px;
  color: #fff;
}

.item_area .item_btn .btn-buy::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../../img/customize/pc/common/ico_basket_white.png) 0 0/24px 16px no-repeat;
  margin-right: 8px;
}

.item_area .item_btn .item_basket {
  max-width: 330px;
}

.item_area .item_btn .item_teiki {
  max-width: unset;
}

.item_area .item_btn .btn-lp-teiki {
  height: auto;
  justify-content: left;
  border: none;
}

.item_area .c-notes {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: calc((-18px + 12px)/2);
}


/* セール価格時 */
.item_area._sale .item_price_box .item_price {
  display: inline-block;
  position: relative;
}

.item_area._sale .item_price_box .item_price::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item_area._sale .item_price_box .cp_price_after {
  display: flex !important;
  color: red;
  position: relative;
  margin: 0;
  justify-content: left;
  align-items: end;
  font-size: 28px;
  line-height: 1;
  margin: 10px 0;
}

.item_area._sale .item_price_box .cp_price_after::before {
  width: 11px;
  height: 17px;
  content: " ";
  background-image: url(../../img/usr/freepage/bouiougito/cp_price_arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 8.5px 0;
  top: 17px;
  margin-right: 0.5em;
}

.item_area._sale .item_price_box .cp_price_after .cp_price_after_off {
  font-size: 16px;
  color: #fff;
  background: red;
  padding: 7px 10px;
  margin: 0 12px 0 0;
  display: inline-block;
}
.item_area._sale .sale_hidden {
  display: none;
}
.item_area._sale .cp_bnr {
  display: none;
}
.item_area .cp_bnr.sale_bnr {
  display: none;
}
.item_area._sale .cp_bnr.sale_bnr {
  display: block;
}

@media screen and (min-width: 769px) {
  .item_area .item_area_inner::before {
    margin-top: 0;
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .item_area {
    width: 100%;
    background: #F9F3E5;
    padding: 5.4vw 0 4.8vw;
  }

  .item_area .item_area_inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .item_area .item_area_inner::before {
    display: none;
  }

  .item_area .item_text {
    font-weight: bold;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
  }

  .item_area .cp_bnr {
    order: 2;
    position: relative;
    right: unset;
    top: unset;
    display: block;
    width: 92vw;
    margin: 4vw auto 0;
  }

  .item_area .sale_bnr {
    display: none;
  }

  .item_area .item_about {
    position: relative;
    order: 1;
    width: 100%;
    padding-left: 4vw;
    text-align: left;
    display: flex;
    gap: 4vw;
    justify-content: space-between;
    font-weight: 600;
  }

  .item_area .item_about::before {
    content: " ";
    width: calc(100% - 65.59vw - 4vw);
    height: auto;
    display: inline-block;
    background: url(../../img/usr/freepage/bouiougito/img_item.png) no-repeat center center/contain;
  }

  .item_area .item_about .txt_box {
    width: 65.59vw;
  }

  .item_area .item_about .item_notice {
    width: 21.99vw;
    height: 5.59vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 2.93vw;
    margin-bottom: 2.4vw;
  }

  .item_area .item_about .item_name {
    line-height: 1.2;
    font-size: 5.59vw;
    font-feature-settings: "palt" 1;
  }

  .item_area .item_about .item_name span {
    font-size: 3.19vw;
    margin-left: 2.39vw;
  }

  .item_area .item_price_box {
    order: 3;
  }

  .item_area .item_price_box .item_price {
    font-size: 5.59vw;
  }

  .item_area .item_price_box ._tax {
    font-size: 2.39vw;
  }

  .item_area .item_price_box .item_point {
    font-size: 2.39vw;
    margin-left: 1em;
  }

  .item_area .item_price_box .cp_price_after {
    display: none;
  }

  .item_area .item_amount {
    order: 4;
    font-size: 3vw;
    font-feature-settings: "palt" 1;
  }

  .item_area .item_btn {
    order: 5;
    width: calc(100% - 8vw);
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.66vw;
    margin: 4vw auto;
  }

  .item_area .item_btn li {
    max-width: 100% !important;
  }

  .item_area .item_btn .btn,
  .item_area .item_btn .btn-lg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #6eb92b;
  }

  .item_area .item_btn .btn-buy {
    font-size: 18px;
    color: #fff;
  }

  .item_area .item_btn .btn-buy::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../../img/customize/pc/common/ico_basket_white.png) 0 0/24px 16px no-repeat;
    margin-right: 8px;
  }

  .item_area .item_btn .btn-lp-teiki {
    height: auto !important;
    margin-top: 2.53vw;
  }

  .item_area .c-notes {
    order: 6;
    width: 92vw;
    margin: 0 auto;
    font-size: 2.4vw;
    text-align: left;
    font-feature-settings: "palt" 1;
  }


  /* セール価格時 */
  .item_area._sale .item_price_box .item_price {
    display: inline-block;
    position: relative;
  }

  .item_area._sale .item_price_box .item_price::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .item_area._sale .item_price_box .item_price::before {
    width: 3.73vw;
    height: 2.39vw;
    content: " ";
    background: url(../../img/usr/freepage/bouiougito/cp_price_arrow_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .item_area._sale .item_price_box .cp_price_after {
    display: inline-flex !important;
    color: red;
    position: relative;
    margin: 4vw 0 2vw;
    font-size: 6vw;
    font-feature-settings: "palt" 1;
    line-height: 1;
    justify-content: left;
    align-items: end;
  }

  .item_area._sale .item_price_box .cp_price_after .cp_price_after_off {
    font-size: 3vw;
    color: #fff;
    background: red;
    padding: 0 1vw;
    margin: 0 0.5em 0 0;
  }
}

.faq_area {
  width: 92vw;
  margin: 4.66vw auto;
  text-align: left;
}

.faq_area h3 {
  width: 92vw;
  margin: 0 auto 4vw;
}

.faq_area dt {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.55;
  margin: 5.06vw 0 2.39vw 0;
  padding-left: 7.6vw;
  position: relative;
  font-feature-settings: "palt" 1;
}

.faq_area dd {
  padding-left: 7.99vw;
  position: relative;
  letter-spacing: -0.05em;
}

.medical-related-box .btn-outline-primary {
  width: 92vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 3.99vw;
  font-weight: 600;
  line-height: 1.65;
  border: 2px solid transparent;
  transition: 0.2s;
  padding: 2vw 0;
  /* border-radius: 5px; */
  background: #fff;
  border: 2px solid #6eb92b !important;
  color: #6eb92b !important;
  position: relative;
}

.fbtn-area {
  margin-top: 10.66vw;
}

.fbtn-area>div {
  margin: 5.99vw auto;
}

.footer-back-ec-btn {
  width: 92vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 6.9vw;
  cursor: pointer;
  font-size: 3.99vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.65;
  transition: 0.2s;
  padding: 2vw 0;
  border: 2px solid #6eb92b !important;
  border-radius: 5px;
  background: #fff;
  color: #6eb92b !important;
  position: relative;
}

.footer-back-ec-btn::after,
.medical-related-box .btn-outline-primary::after {
  position: absolute;
  right: 6%;
  content: "\f054";
  font-weight: 700;
  font-size: 3.99vw;
  color: #6eb92b !important;
  font-family: "Font Awesome 5 Free";
}

.footer .footer-support {
  padding: 4vw;
  padding-bottom: 6.66667vw;
}

.footer-guide {
  padding-left: 4vw;
  padding-right: 4vw;
}

/* ====== 追従ボタン ====== */
.footer .page-top {
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 444;
}

.product-buy-fixed {
  position: fixed;
  left: 0;
  bottom: -180vw;
  z-index: 1020;
  width: 100%;
  padding: 3.2vw 14vw 3.2vw 1vw;
  background: #6eb92b;
  transition: 0.3s;
  z-index: 333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Font Awesome 5 Free", sans-serif;
}

.product-buy-fixed.is-show {
  bottom: 0;
}

.product-buy-fixed .variation-list {
  margin-top: 2.66667vw;
}

.product-buy-fixed .variation-list .variation-list-item {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 2.66667vw;
}

.product-buy-fixed .variation-list .variation-list-item:last-child {
  margin-bottom: 0;
}

.product-buy-fixed .variation-number {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  width: 9.33333vw;
  height: 9.33333vw;
  font-size: 3.2vw;
  background-color: #fff;
}

.product-buy-fixed .product-price {
  font-size: 3.8vw;
  /* 3.46667vw */
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.05em;
}

.product-buy-fixed .btn-buy {
  width: 48vw;
  background: #fff;
  color: #6eb92b;
  margin: 0 auto;
}

.product-buy-fixed .btn-buy::before {
  content: "";
  display: inline-block;
  width: 7.46667vw;
  height: 4.53333vw;
  background: url("../../img/customize/pc/common/ico_basket_green.png") center center no-repeat;
  background-size: contain;
  margin-right: 0.8vw;
}

.product-buy-fixed .product-btn-favorite {
  font-size: 6.13333vw;
  color: #fff;
}

.product-buy-fixed .detail-btn-favorite-added {
  color: #fff;
}

.product-buy-fixed .block-arrival-notice--btn {
  background: #fff;
  color: #6eb92b;
}

.product-buy-fixed-variation-list-wrapper {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #6eb92b;
  transition: opacity 0.5s, bottom 0.5s, visibility 0s ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.product-buy-fixed-variation-list-wrapper-inner {
  padding: 3.2vw 4vw;
}

.product-buy-fixed-variation-list-wrapper.is-open {
  transition-delay: 0s;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-buy-fixed-variation-list-wrapper-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: block;
}

.product-buy-fixed-variation-list-wrapper-close::before,
.product-buy-fixed-variation-list-wrapper-close::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 17px;
  left: 7px;
  transform: rotate(45deg);
}

.product-buy-fixed-variation-list-wrapper-close::before {
  transform: rotate(-45deg);
}

/* キャンペーン価格 */
.cp_product-price {
  font-size: 3vw;
}
.item_area._sale .item_img .txtbox p.cp_price {
    position: relative;
}
.item_area._sale .item_img .txtbox p.cp_price::after {
    position: absolute;
    content: " ";
    width: 42vw;
    height: 2px;
    background-color: #333;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.item_area._sale .cp_price_after .fs_s {
    font-size: 2.93vw;
    line-height: 1;
}
.item_area._sale .cp_product-price>span {
  width: 80%;
  line-height: 1.8;
  margin-bottom: 1.2vw;
  color: #fff;
  display: inline-block;
}
.item_area._sale .cp_price_after{
  margin: 5.8vw 0 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: red;
  font-weight: 600;
  line-height: 1;
  font-size: 6vw!important;
  position: relative;
  letter-spacing: -0.05em;
}
.item_area._sale .cp_price_after::before{
  width: 3.73vw;
  height: 2.39vw;
  content:" ";
  background: url(../../img/usr/freepage/maoutou/cp_price_arrow_sp.png)no-repeat;
  background-size: contain;
  position:absolute;
  top: -77%;
  left: 18%;
}
.item_area._sale .cp_price_after_off {
  color: #fff;
  background: red;
  font-size: 2.93vw;
  width: 23.2vw;
  height: 100%;
  text-align: center;
  padding: 1.2vw;
  margin: 0 1vw 0 0;
}


/*# sourceMappingURL=style.css.map */