@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: 2.4vw;
  margin-top: 4vw;
  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;
  }

  .c-flex {
    display: flex;
  }

  /* 赤文字 */
  span.text-color {
    color: #D8576F;
  }

  /* 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: 55vw;
    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: #FAE1E6;
    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;
  }

  .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/lafurela/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/lafurela/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: 0 auto;
    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: 6.67vw;
}


  /* イントロ
============================== */
  .l-intro {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .l-intro h3 {
    text-align: center;
    margin: 11.51vw 0 0;
}

  .l-intro h3 img {
    width: 76.8vw;
  }

  .c-intro_pic.onayami {
    padding: 6.53vw 0 0;
    display: block;
}

  /* 下矢印 */
  .c-arrow {
    padding-bottom: 12.13vw;
  }

  .arrow {
    width: 0;
    height: 0;
    border-top: 30px solid #FAE1E6;
    border-bottom: 0px solid transparent;
    border-left: 60px solid transparent;
    border-right: 60px 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.5vw;
    margin-top: 5.07vw;
  }


  /* 帯１ */
  .band1 .text16 {
    text-align: justify;
  }

  .band1 .text16+.text16 {
    margin-top: 3.4vw;
  }

  .AboutKampo_img._1 {
    width: 60vw;
    display: block;
    text-align: center;
    margin: 0 auto 5.33vw;
    aspect-ratio: 1 / 1;
  }

  .AboutKampo_img._2 {
    margin: 12vw 0 5.33vw;
    display: block;
  }


  /* 帯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;
  }

  .band2 section .text16 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .chart_description {
    font-size: 2.4vw;
    padding: 4vw;
    border: 1px solid #333333;
    text-align: left;
    margin-top: 4vw;
    line-height: 1.5;
  }

  .chart_caution1 {
    margin-top: 4vw;
    font-size: 2.4vw;
    text-align: right;
  }
  
  .chart_caution2 {
    font-size: 3.73vw;
    padding-top: 5.33vw;
    padding-bottom: 5.6vw;
  }
  
  .chart_caution2 a {
    display: inline;
    text-decoration: underline;
  }

  /* 帯3 */
  .band3 h3 {
    letter-spacing: -0.05em;
  }

  .band3-txt {
    text-align: left;
    margin-bottom: 5.07vw;
  }

  /* 定期非表示 */
  .band3_box {
    display: none;
  }

  .band3_box {
    background: #F4F0E5;
    padding: 6.67vw 4vw 0;
  }
  
  .band3_box_wrap {
    background: #fff;
    border-radius: 15px;
    padding: 5.33vw 4.12vw;
  }
  
  .band3_box__item {
    width: 50%;
    padding: 0 37px;
  }
  
  .band3_box__item:first-child {
    border-right: 2px solid #d5e9e5;
  }
  
  .band3_box__ttl {
    text-align: center;
    font-size: 6.93vw;
    font-weight: bold;
    padding-top: 2vw;
    padding-bottom: 4.03vw;
    line-height: 1.4;
  }
  
  .band3_box__subttl {
    font-size: 3.73vw;
    padding: 0.93vw 6.67vw 0.93vw;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background: #D8576F;
    border-radius: 6.93vw;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
  }
  
  .band3_box__txt {
    font-size: 3.73vw;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
  }
  
  .band3_box_price {
    font-size: 6.93vw;
    font-weight: bold;
    color: #D8576F;
    margin-top: 4.2vw;
    line-height: 0.85;
    text-align: left;
  }
  
  .band3_box_price span {
    font-size: 3.47vw;
  }
  .band3_img1 {
    display: block;
    margin-top: 5.33vw;
  }

  .band3_box__item2 {
    border-top: 3px dotted #ccc;
    padding-top: 5.33vw;
    margin-top: 5.33vw;
  }
  
  .band3_box__txt_s {
    font-size: 2.4vw;
    margin-top: 2.67vw;
    text-align: left;
  }
  
  .band3_box_merit {
    margin-top: 4vw;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
  }
  
  .band3_box_merit span.text-color:nth-of-type(odd) {
    font-size: 5vw;
  }
  
  .band3_box_merit span.text-color:nth-of-type(even) {
    font-size: 4.53vw;
  }

  .band3_img2 {
    display: block;
    margin-top: 5.33vw;
  }
  
  /* 不眠に効果的な漢方
  ======================================*/
  .add_area {
    width: 92vw;
    margin: 12vw auto;
  }
  .add_area_bnr {
    border: 2px solid #CCDC4B;
    align-items: center;
    justify-content: space-between;
    padding: 7.33vw 0;
    line-height: 1;
  }
  .add_area_bnr:hover {
    color: #333;
  }
  .add_area_bnr_txt {
    font-size: 4.8vw;
    font-weight: bold;
    position: relative;
    text-align: right;
  }
  
  .dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #CCDC4B;
    line-height: 1;
    position: relative;
    width: 4.27vw;
    height: 4.27vw;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-left: 5.33vw;
    margin-right: 5.33vw;
  }
  
  .dli-caret-circle-fill-right::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.4em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .add_area_ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    margin: 12vw 0 5.33vw;
  }

  .add_area .type-contents.flexbox {
    flex-direction: column;
    gap: 4vw;
  }
  
  .add_area .lineGRN01 {
    background: #EBF1B7;
    border-radius: 16px;
    width: 100%;
  }
  
  .add_area .bgGRN01 {
    background: #ccdc4b !important;
    border-radius: 16px 16px 0 0;
    padding: 3vw 0 2.33vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1;
  }
  
  .add_area .inner {
    padding: 5.28vw 2.67vw 5.33vw 5.33vw;
  }
  
  .add_area .inner-box {
    justify-content: space-between;
  }
  
  .add_area .checklist- li {
    font-size: 3.73vw;
    margin-bottom: 2vw;
    font-weight: bold;
    letter-spacing: 0;
    align-items: center;
    position: relative;
    padding-left: 6vw;
    text-align: left;
  }
  .add_area .checklist- li::before {
    content: "";
    position: absolute;
    width: 4.93vw;
    height: 5.33vw;
    top: 20%;
    left: 0;
    background: url(../../img/usr/freepage/lafurela/checkbox-img.png) no-repeat 0 0;
    background-size: contain;
  }

  .add_area .imgbox {
    width: 27vw;
  }
  
  .add_area .box02 .checklist- li {
    margin-bottom: 3vw;
  } 
  
  .add_area .box02 .checklist- li:first-child::before {
    top: 8%;
  }
  .add_area .box02 .checklist- li:last-child {
    letter-spacing: -0.1em;
  }

  /* .add_area .box02 .imgbox {
    width: 140px;
  } */
  
  
  .add_area .c-arrow {
    padding-bottom: 5.33vw;
  }
  
  .add_area .arrow {
    width: 0;
    height: 0;
    border-top: 4vw solid #CCDC4B;
    border-bottom: 0px solid transparent;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
    margin: 0 auto;
    margin-top: 2vw;
  }
  
  .add_area .box02 .arrow {
    margin-top: 9px;
  }
  
  .add_area .btn-outline-primary {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #333;
    border: 2px solid #CCDC4B;
    padding: 4vw 0 3.2vw;
    line-height: 1.3;
    position: relative;
    margin-right: 2.67vw;
  }
  
  .add_area .btn-outline-primary:hover {
    color: #333;
  }
  
  
  
  .add_area .btn-outline-primary .fs-s {
    font-size: 3.73vw;
  }
  
  .add_area .btn-recommend .dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #CCDC4B;
    line-height: 1;
    position: absolute;
    top: 36%;
    right: 5.33vw;
    width: 4.4vw;
    height: 4.4vw;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-left: 0;
    margin-right: 0;
  }
  
  .add_area .comment {
    font-size: 3.73vw;
    margin-top: 9vw;
    background: #EFEFEF;
    padding: 4vw;
    text-align: left;
  }





/* ====== ▼ よくある質問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/lafurela/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/lafurela/wavyline_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/lafurela/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: #F4F0E5;
  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/lafurela/lafurela_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_price_box._sale .item_price {
  display: inline-block;
  position: relative;
}

.item_area .item_price_box._sale .item_price::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item_area .item_price_box._sale .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 .item_price_box._sale .cp_price_after::before {
  width: 11px;
  height: 17px;
  content: " ";
  background-image: url(../../img/usr/freepage/lafurela/cp_price_arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 8.5px 0;
  top: 17px;
  margin-right: 0.5em;
}

.item_area .item_price_box._sale .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 .item_amount {
  font-size: 14px;
}

/* .item_area .item_btn {
  width: 870px;
  display: flex;
  flex-wrap: wrap;
  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: 4vw;
  color: #fff;
  height: 12vw;
}

.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; */
  margin-top: 3.2vw;
}

/* 定期非表示 */
.teiki_description {
  display: none;
}

.teiki_description {
  font-size: 2.4vw;
  text-align: left;
  font-weight: normal;
  width: calc(100% - 8vw);
  gap: 2.66vw;
  margin: 5.33vw auto 4vw;
  word-break: break-all;
  border-top: 1px solid #C9CACA;
  border-bottom: 1px solid #C9CACA;
  padding: 4vw 0;
}

.teiki_description a {
  display: inline;
  text-decoration: underline;
}

.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);
}

@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: #F4F0E5;
    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: 1vw auto 0;
  }

  .notification {
    font-size: 2.4vw;
    font-weight: normal;
    text-align: left;
    margin-top: 4vw;
  }

  .item_area .item_about {
    position: relative;
    order: 1;
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    display: flex;
    gap: 0;
    justify-content: left;
    font-weight: 600;
  }

  .item_area .item_about::before {
    content: " ";
    width: calc(100% - 65.59vw - 1vw);
    height: auto;
    display: inline-block;
    /* background: url(https://kamposhop.kracie.co.jp/img/usr/freepage/lafurela/img_item.png) no-repeat center center/contain; */
    background: url(../../img/usr/freepage/lafurela/lafurela-item-sp.png) no-repeat center center/contain;
  }

  .item_area .item_about .txt_box {
    width: 65.59vw;
    padding-bottom: 12vw;
  }

  .item_area .txt_box .c-flex:nth-of-type(2) {
    display: block;
  }

  .item_area .item_about .item_notice {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 2.93vw;
    font-weight: normal;
    margin-bottom: 2.4vw;
    padding: 1.4vw 1.87vw 1vw;
    line-height: 1;
  } 

  .item_area .item_about .item_number {
    font-weight: normal;
  }

  .item_area .item_about .item_name {
    line-height: 1.2;
    font-size: 7.2vw;
    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;
  }

  .pricebox {
    display: flex;
    align-items: end;
    margin-top: 4.4vw;
  }
  .pricebox_icon span {
    font-size: 3.47vw;
    padding: 0.8vw 2.96vw 0.67vw;
    background: #6EB92B;
    border-radius: 13.4px;
    color: #fff;
    display: block;
    height: fit-content;
    line-height: 1.2;
  }

  .item_btn._teiki .pricebox_icon span,
  .item_area .item_btn._teiki .btn{
    background: #9476B2;
  }
  
  .pricebox_txt {
    font-size: 5.6vw;
    line-height: 0.9;
    padding-left: 2vw;
  }
  
  .pricebox_txt span{
    font-size: 2.93vw;
  }

    /* 価格値下げ表示 */
    .pricebox {
      align-items: normal;
  }
    .pricebox_txt {
      line-height: 1.3;
      text-align: left;
    }

    .pricebox_txt span.line-through {
      font-size: 5.6vw;
      text-decoration: line-through;
    }

    .pricebox_txt span.red-text {
      font-size: 5.6vw;
      color: red;
    }
    /* 価格値下げ表示ここまで */

  .pricebox_pt {
    line-height: 1;
  }

  .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_price_box._sale .item_price {
    display: inline-block;
    position: relative;
  }

  .item_area .item_price_box._sale .item_price::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .item_area .item_price_box._sale .item_price::before {
    width: 3.73vw;
    height: 2.39vw;
    content: " ";
    background: url(../../img/usr/freepage/lafurela/cp_price_arrow_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .item_area .item_price_box._sale .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 .item_price_box._sale .cp_price_after .cp_price_after_off {
    font-size: 3vw;
    color: #fff;
    background: red;
    padding: 0 1vw;
    margin: 0 0.5em 0 0;
  }

  .item_area .item_amount {
    order: 4;
    font-size: 3vw;
    font-feature-settings: "palt" 1;
    font-weight: normal;
    margin-top: 1vw;
  }

  .item_area .item_btn {
    order: 5;
    width: calc(100% - 8vw);
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 2.66vw; */
    margin: 0 auto;
  }

  /* 定期非表示 */
  .item_area .item_btn._teiki {
    display: none;
  }

  .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: 4vw;
    color: #fff;
    height: 12vw;
  }

  .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;
  }
}

.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;
}

.cp_product-price>span {
  width: 80%;
  line-height: 1.8;
  margin-bottom: 1.2vw;
  color: #fff;
  display: inline-block;
}

.cp_price_after_off {
  background: red;
}
}

/*# sourceMappingURL=style.css.map */

/* ====== ポップアップ ====== */
/*モーダルを開くボタン*/
.modal-open{
	/* position: fixed;
	display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
	transform: translate(-50%,-50%); */
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	/* padding: 40px 20px; */
  padding: 40px 26px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999 !important;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
  padding: 0;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}
/*チャットボットレイヤー制御*/
#chatplusview {
  z-index: 9998 !important;
}

/* ====== ポップアップ内コンテンツ ====== */
.coupon_number {
  text-align:center;
  padding:20px 0 10px 0;
  font-size: 6vw;
  line-height:1.5;
  color:#d8576f;
  font-weight: bold
}

.coupon_number p {
  font-size: 6.8vw;
}

.explanation_ttl_wrap {
  width:100%;
  text-align:center;
  font-size: 4vw;
}

.explanation_ttl_container{
  margin:0 auto;
  background:#ffffff;
  display: flex;
}

.explanation_line_wrap {
  vertical-align:middle;
}

.explanation_line_container{
  margin:0 auto;
}

.explanation_line {
  display:inline-block;
  height:2px;
  width:6vw;
  background:#333333;
}

.explanation_ttl_txt {
  font-size: 5vw;
  font-weight:bold;
  line-height:1.53;
  text-align:center;
}

.explanation_list_wrap {
  width:100%;
  padding: 4vw 0 3vw 0;
  text-align:left;
  font-size: 3.5vw;
  line-height:1.58;
  border-bottom: 2px solid #333333;
  padding-left:1em;
  text-indent:-1em;
}

.period_wrap {
  padding: 4vw 0 0vw 0;
  font-size:5.5vw;
  line-height:1.5;
  letter-spacing:-0.06em;
  text-align:center;
  font-weight: bold;
}
