/** Shopify CDN: Minification failed

Line 1173:2 Unexpected "{"

**/
@charset "UTF-8";

img,
figure {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.coupon_box {
  margin: 0 auto 30px auto;
}

.lp_buy .lp_btn_box {
  margin-bottom: 15px;
}

.kiyaku {
  padding: 0 20px 30px 20px;
  font-size: 16px;
}

.kiyaku_txt_m {
  font-size: 16px;
  padding: 0 0 30px 0;
}

.lp_btn_box .txt_s {
  font-size: 18px;
  display: block;
}

ul.flow:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

.lesson_now {
  border: 2px solid #f58b52;
  width: 794px;
  margin: 0 auto 75px auto;
}

.ttl_now {
  background-color: #f58b52;
  color: #fff !important;
  padding: 5px;
  font-size: 24px;
}

.timerHidden img,
.timerVisible img {
  margin: 25px 10px 6px 10px;
}

.m_lead {
  text-align: left;
  padding: 0 125px 25px 125px;
}

.point .note {
  padding-top: 0 !important;
  padding-bottom: 30px;
}

.lesson_list {
  border: 2px solid #f58b52;
  padding: 5px;
  font-size: 24px;
  color: #f58b52;
}

@media (max-width: 768px) {
  .lesson_now {
    width: 100%;
    margin: 0px auto 20px auto;
  }

  .timerHidden img,
  .timerVisible img {
    margin: 20px 0 6px 0;
    width: 96%;
  }

  .m_lead {
    padding: 0 30px 25px 30px;
  }

  .ttl_now,
  .lesson_list {
    font-size: 18px !important;
  }
}

/* 追従ボタン */
.button {
  position: fixed;
  right: 25px;
  bottom: 80px;
  width: 120px;
  height: 120px;
  font-size: 16px;
  line-height: 1.6;
  background: rgba(109, 108, 255, 0.85);
  color: #fff !important;
  border-radius: 50%;
  text-decoration: none;
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  /* 重要 */
}

.button span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  padding: 50px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 768px) {

  .button {
    right: 15px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    font-size: 15px;
  }

  .button span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    padding: 50px 0;
  }
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}

/*　KVクーポンをボタン化*/

.lp_kv {
  position: relative;
}

.btn_coupon {
  position: absolute;
  bottom: 50px;
  right: 55%;
  z-index: 10;
}

@media (max-width: 768px) {
  .btn_coupon {
    position: static;
  }

  .btn_coupon img {
    width: 90%;
  }
}

@media (max-width: 1489px) {
  .btn_coupon img {
    width: 90%;
  }
}

.mar_10 {
  margin-top: -10px !important;
}

/*最下部購入枠*/
@media (max-width: 768px) {
  .lp_buy.s_box .buy_inner {
    padding: 20px 20px 30px 20px;
  }
}



p {
  margin: 0;
  color: #444;
  font-weight: normal;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  color: #333;
}

/*共通見出し*/
p.h2 {
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 44px !important;
  padding: 0;
  position: relative;
  margin-bottom: 70px;
}

p.h2::before {
  background-color: #f6b410;
  /* 線の色 */
  bottom: -15px;
  /* 線の位置 */
  content: "";
  height: 4px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 80px;
  /* 線の長さ */
}

/*背景色ありエリア*/
.lp_container1 {
  background-color: #eaeaff;
  text-align: center;
  color: #545d73;
  position: relative;
}

.lp_container2 {
  background: #ffffff;
  text-align: center;
  position: relative;
}

.lp_container3 {
  background: #f9f8f3;
  text-align: center;
  position: relative;
}

/* 改行 */
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }
}

/* 表示切替 */
.for_sp {
  display: none;
}

@media (max-width: 768px) {
  .for_pc {
    display: none;
  }

  .for_sp {
    display: block;
  }

  img.for_sp {
    width: 100%;
  }

  .img_sp {
    display: none;
  }
}

/*コンテンツ幅*/
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px;
    padding: 0;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  p {
    font-size: 14px;
  }


  .inner {
    padding: 0;
  }

  /*共通見出し*/
  p.h2 {
    font-weight: 400;
    text-align: center;
    font-size: 26px !important;
    padding: 0;
    margin-bottom: 20px;
    padding-top: 40px;
    line-height: 1.6;
  }
}


/*---------------------------------------------
kv
-----------------------------------------------*/
.lp_kv {
  text-align: center;
  padding: 22px 0 50px 0;
  background-color: #fde8dc;
}

@media (max-width: 768px) {
  .lp_kv {
    padding: 0;
  }
}

/*---------------------------------------------
会社ブランド説明
-----------------------------------------------*/

.lp_company {
  font-size: 15px;
  display: block;
  padding: 20px 0 30px 0;
}

.lp_company .lakit {
  display: flex;
  align-items: center;
  width: 70%;
  padding: 0 20px;
}

.lp_company .lakit img {
  padding-right: 40px;
}

.lp_company .uni {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .lp_company .lakit p {
    font-size: 12px;
    line-height: 1.3;
    width: 80%;
  }

  .lp_company {
    display: block;
    font-size: 13px;
    padding: 25px 15px 10px 15px;
  }

  .lp_company .lakit {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    border-right: 0;
  }

  .lp_company .lakit img {
    padding-right: 15px;
    width: 80px;
    display: block;
  }

  .lp_company .uni {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 15px;
  }

  .lp_company .uni img {
    width: 55px;
    margin-top: 5px;
  }

  .lp_company .uni p {
    font-size: 10px;
  }
}

/*---------------------------------------------
悩み
-----------------------------------------------*/
.nayami {
  padding: 80px 0 80px 0;
}

.nayami p {
  color: #545d73;
}

.copy1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 30px;
}

.copy1 .txt_l {
  font-size: 55px;
  font-weight: 500;
}

.img02 {
  margin: 40px 0 40px 0;
}

.copy2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.3;
  padding: 15px 0;
}

.copy2 span {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .nayami {
    padding: 40px 10px 20px 10px;
  }

  .copy1 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .copy1 .txt_l {
    font-size: 36px;
    font-weight: 500;
  }

  .img02 {
    margin: 25px 0 15px 0;
  }

  .copy2 {
    font-size: 26px;
    font-weight: 400;
  }

  .copy2 span {
    font-size: 15px;
  }
}

/*---------------------------------------------
Lakitとは
-----------------------------------------------*/
.about {
  padding-bottom: 0;
}

.box1 {
  width: 100%;
  margin: 0;
  padding: 50px;
  background: #f8ecec;
}

.box1 .lead {
  padding: 20px 0 15px 0;
}

.copy3 {
  font-size: 28px;
  line-height: 1.6;
  padding: 0;
}

.copy3 span.txt_l {
  font-size: 40px;
  font-weight: 500;
  display: block;
  padding-top: 13px;
}

.copy3 span.txt_l span {
  color: #f58b52;
}

@media (max-width: 768px) {
  .box1 {
    width: 90%;
    margin: 20px auto;
    padding: 30px 20px;
  }

  .copy3 {
    font-size: 16px;
    padding: 20px 5px 30px 5px;
  }

  .copy3 span.txt_l {
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding-top: 5px;
  }

  .about {
    padding-bottom: 0;
  }
}

/*---------------------------------------------
購入
-----------------------------------------------*/
/*ボタン*/
.lp_buy .lp_btn a {
  color: #fff !important;
}

.lp_buy button.lp_btn {
  color: #fff !important;
  background-color: #6d6cff;
}

.lp_buy button.lp_btn:hover {
  color: #fff;
}

.lp_buy button.lp_btn.btn--cubic {
  border-bottom: 5px solid #4544b5;
}

.lp_buy button.lp_btn.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #4544b5;
}

.lp_buy .btn-c {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  width: 100%;
  max-width: 530px;
  padding: 1rem 0;
  border-radius: 100vh;
}

@media (max-width: 768px) {
  .lp_btn_box .txt_s {
    font-size: 14px;
  }

  .lp_buy .btn-c {
    font-size: 20px;
    width: 100%;
    border-radius: 100vh;
  }
}

.btn {
  background: #6d6cff;
  color: #fff !important;
  display: inline-block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.btn::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 100%;
}

@keyframes shine {
  20% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.lp_buy {
  /*背景色*/
  background-color: #f58b52;
  /*    color: #734a00;*/
  padding: 60px 0;
}

.lp_buy .buy_inner {
  /*白枠*/
  background-color: #fff;
  width: 90%;
  border-radius: 20px;
  padding: 60px 30px;
  margin: 0 auto;
  text-align: center;
}

/*上段*/
.lp_box1 {
  display: flex;
  justify-content: center;
  padding-top: 0;
  margin-bottom: 50px;
}

.lp_box1_1 {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.lp_buy .lp_box1 .lp_price {
  text-align: left;
  font-size: 22px;
  padding-left: 20px;
}

.lp_buy .lp_box1 .lp_price .lp_txt_l {
  font-size: 50px;
  line-height: 1.1;
  color: #f58b52;
}

.lp_buy .lp_box1 .lp_price .lp_txt_s {
  font-size: 15px;
}

.lp_buy .lp_box1_1 img {
  width: 283px;
}

.col1 {
  /* 定期便価格 */
  color: #f58b52;
  font-weight: 600;
}

/*下段*/
.coupon_box {
  /* 下段全体 */
  background: #fef3dd;
  padding: 0 0 30px 0;
  width: 916px;
  margin: 0 auto 40px auto;
}

.coupon_box .ttl img {
  margin-top: -40px;
}

.lp_box2 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding: 0 15px;
}

/*クーポン表記*/
.coupon {
  /*囲み*/
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e03b3b;
  padding: 20px 50px 20px 50px;
}

.coupon_no {
  color: #e03b3b !important;
  font-size: 14px;
  line-height: 1.2;
}

.coupon p.att {
  /*クリックしてクーポンコードをコピー*/
  font-size: 12px;
  line-height: 1;
}

.coupon pre {
  /*番号部分*/
  color: #e03b3b;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  background: transparent;
  border: 0;
  margin: 4px;
}

.copy-the-code-wrap {
  /*コピー範囲*/
  padding: 1rem 3rem;
  margin-top: -20px;
}

.copy-the-code-target {
  /*    font-size: 28px;*/
}

.lp_box2 .lp_price {
  text-align: left;
  padding-left: 50px;
}

.lp_box2 .col2 {
  /* 初回割引価格 */
  color: #e03b3b;
  padding-bottom: 10px;
  font-weight: 600;
}

.lp_buy .lp_box2 .lp_txt_l {
  font-size: 60px;
  line-height: 0.9;
  font-weight: 700;
}

.lp_buy .lp_box2 .lp_txt_s {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #444;
}

.lp_buy .lp_box2 .lp_txt_s2 {
  /*価格下テキスト*/
  border-top: 2px solid #444;
  font-size: 16px;
  color: #444;
  padding-top: 15px;
}

.lp_buy .lp_box2 .lp_txt_s2 span {
  font-size: 14px;
}

.lp_buy .lp_btn_box {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1130px) {
  .coupon_box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lp_buy {
    padding: 20px;
  }

  .lp_buy .buy_inner {
    /*白枠*/
    width: 100%;
    padding: 30px 20px;
  }

  .lp_box1 {
    line-height: 1.4;
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }

  .lp_buy .lp_box1 .lp_box1_1 {
    flex-direction: column;
    padding: 0;
    width: 80%;
    margin: 10px auto 5px auto;
  }

  .lp_buy .lp_box1_1 img {
    width: 100%;
  }

  .lp_buy .lp_box1 .lp_price {
    font-size: 16px;
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .coupon_box {
    /* 下段全体 */
    background: #fef3dd;
    padding: 0 0 20px 0;
    margin: 0 auto 30px auto;
  }

  .lp_box2 {
    text-align: center;
    display: block;
  }

  .lp_buy .lp_box1 .lp_price .lp_txt_l {
    font-size: 36px;
    font-weight: 700;
  }

  .lp_buy .lp_box1 .lp_price .lp_txt_s {
    font-size: 12px;
  }

  .lp_buy .lp_box2 .lp_txt_l {
    font-size: 36px;
    line-height: 0.9;
  }

  .lp_buy .lp_box2 .lp_txt_s {
    font-size: 12px;
  }

  .lp_buy .lp_box2 .lp_txt_s2 {
    font-size: 14px;
  }

  .lp_buy a.btn-c {
    font-size: 20px;
    width: 100%;
  }

  /*クーポン表記*/
  .coupon {
    /*囲み*/
    padding: 10px;
    margin-bottom: 7px;
  }

  .coupon_no {
    font-size: 12px;
    line-height: 1.3;
  }

  .coupon pre {
    /*番号部分*/
    font-size: 20px;
    margin-top: -15px;
  }

  .copy-the-code-wrap {
    /*コピー範囲*/
    padding: 1rem 3rem;
    margin-top: -10px;
  }

  .copy-the-code-target {
    font-size: 22px;
  }

  .lp_box2 .lp_price {
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }

  .lp_buy .lp_box2 .lp_txt_s2,
  .lp_buy .lp_box2 .lp_txt_s2 span {
    text-align: left;
    font-size: 12px;
  }
}

/*---------------------------------------------
ポイント
-----------------------------------------------*/

.point {
  padding: 80px 0 50px 0;
}

.point_ttl {
  display: flex;
  font-size: 28px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 100px;
}

.point_ttl p {
  /*タイトル*/
  padding-left: 40px;
  font-weight: 500;
}

.point .lineup_ttl {
  /*ラインナップふきだし*/
  background: #f58b52;
  color: #fff;
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  max-width: 100%;
  font-size: 30px;
  border-radius: 10px;
}

.point .lineup_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f58b52;
}

.point .lineup_ttl div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.point .lineup_ttl div p {
  color: #fff;
}

.point .lineup_ttl div .left {
  padding-right: 10px;
  font-size: 110%;
}

.point .lineup_ttl div .right {
  padding-left: 10px;
  font-size: 110%;
}

.point_lead {
  /*リード*/
  text-align: left;
  padding-left: 170px;
  padding-bottom: 50px;
}

.point_lead span {
  color: #f58b52;
  font-weight: 600;
}

.point01_img {
  margin-top: 54px;
}

.point02_img {
  margin-bottom: 20px;
}

.point .note {
  font-size: 13px;
  padding-top: 20px;
}

/*レッスンスライダー（slider-component使用・introduction-sliderと同じ実装）*/
.teikibin-lesson-slider {
  position: relative;
  width: 95%;
  margin: 50px auto;
}

.teikibin-lesson-slider__slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.teikibin-lesson-slider .lesson_info {
  display: flex;
  flex-direction: column;
}

/* 小数点の列数に対応（3.4列） */
@media screen and (min-width: 990px) {
  .teikibin-lesson-slider__slides[style*="--columns-desktop"] .lesson_info {
    width: calc((100% - var(--grid-desktop-horizontal-spacing) * (var(--columns-desktop) - 1)) / var(--columns-desktop));
    max-width: calc((100% - var(--grid-desktop-horizontal-spacing) * (var(--columns-desktop) - 1)) / var(--columns-desktop));
    flex-basis: calc((100% - var(--grid-desktop-horizontal-spacing) * (var(--columns-desktop) - 1)) / var(--columns-desktop));
  }
}

/* 定期便スライダー: 矢印を左右に配置（モバイルでも表示） */
.teikibin-lesson-slider.slider--buttons-sides .slider-button--side {
  display: flex;
}

@media screen and (max-width: 768px) {
  .teikibin-lesson-slider.slider--buttons-sides .slider-button--prev.slider-button--side {
    left: 0;
  }

  .teikibin-lesson-slider.slider--buttons-sides .slider-button--next.slider-button--side {
    right: 0;
  }
}

/*スライド*/
.lesson_info p {
  text-align: left;
}

.lesson_info p.lesson_name {
  padding: 15px 0 0 0;
  font-weight: 600;
}

@media (max-width: 768px) {
  .point {
    padding: 10px 20px 40px 20px;
  }

  .point_ttl {
    margin-top: 40px;
    display: block;
  }

  .point .lineup_ttl {
    /*ラインナップふきだし*/
    margin: 10px 0 20px 0;
    padding: 13px 10px;
    max-width: 100%;
    line-height: 1.3;
  }

  .point .lineup_ttl p {
    font-size: 18px;
  }

  .point .lineup_ttl div .left {
    padding-right: 5px;
    font-size: 100%;
  }

  .point .lineup_ttl div .right {
    padding-left: 5px;
    font-size: 100%;
  }

  .point_ttl img {
    /*番号*/
    width: 28%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .point_ttl p {
    /*タイトル*/
    padding-left: 0;
    font-size: 19px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding-bottom: 10px;
  }

  .point_lead {
    /*02のリード*/
    text-align: left;
    padding-left: 0;
    padding-bottom: 15px;
  }

  .point_lead_s {
    /*01のリード*/
    text-align: left;
  }

  .point01_img {
    margin-top: 0;
  }

  .point .note {
    font-size: 11px;
    padding-top: 20px;
    text-align: left;
  }
}

/*スライド*/
  {
  /*      box-sizing: border-box;*/
}

@media (max-width: 768px) {
  .teikibin-lesson-slider {
    width: 92%;
    margin: 50px auto;
  }
}

/*---------------------------------------------
お客様の声
-----------------------------------------------*/
.user {
  padding: 80px 0 100px 0;
}

.lp_user_box {
  display: flex;
  column-gap: 30px;
}

.lp_user {
  /*囲み*/
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 35px;
  text-align: left;
  width: 33.33%;
  font-weight: 400;
}

.lp_user .ttl {
  font-weight: 700;
  padding-bottom: 8px;
}

.lp_user span.name {
  text-align: right;
  display: block;
  font-size: 16px;
}

@media (max-width: 768px) {
  .user {
    padding: 10px 0 40px 0;
    font-weight: 400;
  }

  .lp_user_box {
    display: inline-block;
    padding: 20px;
  }

  .lp_user {
    margin-bottom: 10px;
    padding: 20px 20px;
    width: 100%;
  }

  .lp_user span {
    font-size: 12px;
  }
}

/*---------------------------------------------
ご利用の流れ
-----------------------------------------------*/
.flow_box {
  padding: 80px 0 100px 0;
}

ul.flow {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

ul.flow li {
  padding-bottom: 40px;
  margin: 0;
  width: 381px;
  text-align: left;
}

ul.flow li .txt_h {
  font-weight: 600;
  display: block;
  padding: 10px 0 0 0;
}

.box2 {
  background: #f9f8f3;
  padding: 60px;
  margin-top: 20px;
}

.flow_img {
  margin: 20px 0;
}

.flow_box p.note {
  font-size: 13px;
  text-align: left;
}

@media (max-width: 768px) {
  .flow_box {
    padding: 10px 0 40px 0;
  }

  ul.flow {
    margin: 0 10px;
  }

  ul.flow li {
    width: calc(50% - 10px);
    padding-bottom: 0px;
    margin: 30px 5px 0 5px;
  }

  ul.flow li p {
    font-size: 15px;
    padding-bottom: 30px;
    font-weight: 400;
  }

  .box2 {
    padding: 30px 20px;
    width: 94%;
    margin: 40px auto 0 auto;
  }

  .box2 p {
    text-align: left;
  }

  .flow_box p.note {
    font-size: 10px;
  }
}

/*---------------------------------------------
よくある質問
-----------------------------------------------*/
.lp_faq {
  background-color: #f0f0ed;
  padding: 80px 0 100px 0;
}

.lp_faq li {
  display: flex;
  align-items: center;
}

.lp_faq .q {
  background-color: #fff;
  padding: 5px 20px 8px 40px;
}

.lp_faq .a {
  font-size: 16px;
  padding: 8px 20px 22px 40px;
}

.lp_faq .q_h {
  color: #6d6cff;
  font-size: 28px;
  font-weight: bold;
  padding-right: 60px;
  display: inline-block;
}

.lp_faq .a_h {
  color: #f58b52;
  font-size: 28px;
  font-weight: bold;
  padding-right: 60px;
  display: inline-block;
}

.lp_faq .txt_s {
  font-size: 13px;
}

@media (max-width: 768px) {
  .lp_faq {
    padding: 0 15px 10px 15px;
  }

  .lp_faq ul {
    margin-top: 40px;
  }

  .lp_faq li {
    align-items: flex-start;
  }

  .lp_faq .q_h {
    color: #6d6cff;
    font-size: 20px;
    padding-right: 20px;
  }

  .lp_faq .a_h {
    color: #f58b52;
    font-size: 20px;
    padding-right: 20px;
  }

  .lp_faq .q {
    padding: 5px 15px 8px 15px;
    font-size: 16px;
  }

  .lp_faq .q p {
    font-size: 16px;
  }

  .lp_faq .a {
    padding: 8px 15px 22px 15px;
  }

  .lp_faq .a .qa {
    margin-top: -3px;
  }
}

/*---------------------------------------------
フッター
-----------------------------------------------*/
.lp_copyright {
  text-align: center;
  font-size: 11px;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .lp_copyright {
    text-align: center;
    font-size: 9px !important;
    padding: 20px 0;
  }
}



/*WS1セグメントTOP用LP*/
.postid-5199 .mobile-menu-buttons {
  display: none;
}

/*WS1セグメントA用LP*/
.postid-5206 .mobile-menu-buttons {
  display: none;
}

/*WS1セグメントB用LP*/
.postid-5221 .mobile-menu-buttons {
  display: none;
}

/*ギフト用LP*/
.postid-5860 .mobile-menu-buttons {
  display: none;
}

/*ギフト用LP*/
.postid-6529 .mobile-menu-buttons {
  display: none;
}

/*定期便用LP*/
.postid-6995 .mobile-menu-buttons {
  display: none;
}

/*句具LP*/
.postid-7067 .mobile-menu-buttons {
  display: none;
}

/*ギフト用LP_余白調整*/
.sukimatyousei {
  margin-bottom: 20px !important;
  line-height: 0;
}

/*ギフト用LP_キャプション文字サイズ*/
.cfs-block-image figcaption {
  font-size: 14px;
}


/*湯朝さん出し分けLP用A*/
.postid-5998 .mobile-menu-buttons {
  display: none;
}

/*湯朝さん出し分けLP用B*/
.postid-6079 .mobile-menu-buttons {
  display: none;
}

/*スマホでのフォントレスポンシブル*/
@media (max-width: 800px) {
  .sp-resize {
    font-size: 8px !important;
  }
}

/*---------------------------------------------
定期便よくある質問アコーディオン
-----------------------------------------------*/
.lp_accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.lp_accordion-item {
  margin-bottom: 5px;
}

.lp_accordion-title {
  cursor: pointer;
  padding: 6px 40px 12px 40px;
}

.lp_accordion-content {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 40px;
}

.lp_accordion-item summary {
  list-style: none;
}

.lp_accordion-item summary::-webkit-details-marker {
  display: none;
}

.lp_accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

.lp_accordion-title {
  background-color: #fff;
  position: relative;
}

.lp_accordion-title::after {
  border-right: solid 2px #6d6cff;
  border-top: solid 2px #6d6cff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

.lp_accordion-item[open] .lp_accordion-title::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .lp_accordion {
    margin-top: 60px;
  }

  .lp_accordion-title {
    padding: 12px 45px 12px 15px;
  }

  .lp_accordion-content {
    padding: 10px 20px;
  }

  .lp_accordion-title {
    display: flex;
  }
}

/*ボタンエフェクト
---------------------------*/
.btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#btn_animation .btn2 {
  display: block;
  position: relative;
  overflow: hidden;
}

#btn_animation .btn2:hover {
  text-decoration: none;
  color: #fbfbfb;
  opacity: 0.7;
}

#btn_animation .btn2::before {

  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*ユーザーボイス新枠*/
.voice {
  text-align: center;
  background: #fde8dc;
  padding: 50px 30px;
}

@media (max-width: 768px) {
  .voice {
    padding: 20px 30px;
  }
}

/*Lakitとは*/
@media (max-width: 768px) {
  img.about_ttl {
    width: 82%;
  }
}

/*Lakitの想い*/
@media (max-width: 768px) {
  .concept {
    padding: 0px 0 30px 0;
  }
}

/*定期便とは*/
.teiki {
  text-align: center;
  padding: 0 30px;
}

.copy4 {
  font-size: 22px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .copy4 {
    font-size: 18px;
    padding-top: 15px;
  }

  img.teiki_ttl {
    width: 90%;
  }
}

/*ご利用の流れスマホ*/
@media (max-width: 768px) {
  ul.flow li {
    padding-bottom: 0px;
    margin: 30px 5px 0 5px;
    width: 100%;
    /*    display: flex;*/
  }

  ul.flow li img {
    margin: 0 auto;
    display: block;
    width: 75%;
  }

  ul.flow li p {
    width: 100%;
    font-size: 15px;
    padding-top: 15px;
  }

  ul.flow li .txt_h {
    padding-top: 0;
  }
}

/*コードコピー用*/
.copy-the-code-inside-wrap .copy-the-code-button {
  position: absolute;
  right: 0;
  top: 0;
}

.copy-the-code-inside .copy-the-code-button {
  position: absolute;
  right: 0;
  top: 0;
}

.copy-the-code-wrap {
  display: block;
  position: relative;
}

.copy-the-code-wrap .copy-the-code-button {
  background: #e1e3e8;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: none;
  color: #424242;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
  text-transform: capitalize;
  border: none;
  outline: none;
}

.copy-the-code-wrap .copy-the-code-button:hover {
  background: #d0d1d6;
}

.copy-the-code-outside+* {
  margin-top: 0;
}

.copy-the-code-outside {
  text-align: right;
}

/** Styles */
.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button {
  background: transparent;
  padding: 0;
}

.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button svg {
  height: auto;
  width: 20px;
  fill: #c1c1c1;
}

.copy-the-code-wrap.copy-the-code-style-cover .copy-the-code-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 12px;
}

.copy-the-code-wrap.copy-the-code-style-cover:hover .copy-the-code-button {
  opacity: 1;
}

.copy-the-code-inside-wrap.copy-the-code-style-svg-icon .copy-the-code-button {
  padding: 10px;
}

.copy-the-code-wrap.copy-the-code-style-cover {
  display: inline-block;
}

.copy-the-code-wrap .copy-the-code-target {
  margin-top: 0;
}

.copy-the-code-style-svg-icon .copy-the-code-outside {
  height: 32px;
}

.copy-the-code-shortcode svg {
  height: 16px;
  width: 16px;
  fill: #424242;
}

.copy-the-code-shortcode {
  cursor: pointer;
}