#header,
#footer{
  display: none;
}




/* @import は先頭推奨 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");


#lpSectionWrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic",
    "メイリオ", "Meiryo", sans-serif !important;
  font-feature-settings: "palt";
  color: #674627;
  font-size: 12px;
  line-height: 1.8;
}


#lpSectionWrap{
  margin: 0 auto;
  background: var(--mainBg-color);
}


#lpSectionWrap p,
#lpSectionWrap th,
#lpSectionWrap td,
#lpSectionWrap li,
#lpSectionWrap div,
#lpSectionWrap a,
#lpSectionWrap span {
  font-size: 12px;
  line-height: 1.8 !important;
}
#lpSectionWrap ul,
#lpSectionWrap li {
  list-style: none;
}
#lpSectionWrap img {
  max-width: 100%;
  width: auto;
}
.container {
  width: 90%;
  margin: auto;
}
.modal-open {
  color: #fff;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 99;
  &::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  &.active {
    opacity: 1;
    visibility: visible;
  }
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  top: 40px;
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -13px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-content {
  border-radius: 13px;
  background: #fff;
  text-align: left;
  padding: 25px 0;
  height: 100vh;
  overflow: scroll;
}

/* ===== mv ===== */
.mv {
  position: relative;
  background: url(../Images/lp20250625/img/mv_bg.jpg);
  background-size: 100% auto;
  padding: 0 0 40px;

  & .logo {
    position: absolute;
    top: 0;
    left: 18px;
    zoom: 0.5;
  }
  & .mv_main {
    line-height: 0;
  }
  & .mv_sub {
    line-height: 0;
  }

  & .c-cta {
    margin-top: -20vw;
    & .modal-open {
      color: #674627;
    }
  }
}

/* ===== c-cta (global) ===== */
.c-cta {
  & .modal-open {
    color: #674627;
  }

  & .cta_head {
    width: 92.9%;
    margin: auto;
    line-height: 0;
  }
  & .cta_content {
    text-align: center;
    box-shadow: 0px 0px 15px -8px #777777;
    background: #fff url(../Images/lp20250625/img/cta_bg2.jpg)
      no-repeat center center;
    background-size: 100% 400%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 90%;
    margin: auto;
    padding: 15px 15px 25px;
  }
  & .cta_img01 {
    margin: 15px 0 20px 0;
  }
  & .note {
    font-size: 11px;
    margin-top: 4px;
  }
}

/* ===== sec01 ===== */
.sec01 {
  & .youtube {
    border-radius: 15px;
    overflow: hidden;
    width: 90%;
    margin: -66vw auto 0;
    & iframe {
      width: 100%;
      height: 100%;
      aspect-ratio: 16 / 9;
    }
  }
}

/* ===== sticky / cta_button ===== */
.sticky {
  & .cta_button {
    margin: 10px 0 12px;
  }
}
.cta_button {
  position: relative;
  margin: 10px 0 20px;
  padding: 55px 0 0;

  & .dog {
    animation: fadeDog 1.2s infinite;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
    width: 93px;
  }
  & a {
    position: relative;
    box-shadow: 0px 0px 15px -5px #777777;
    display: block;
    text-align: center;
    border-radius: 50px;
    width: 100%;
    padding: 18px 11vw 15px;
    z-index: 5;
    transition: all 1s ease;
    background: linear-gradient(
      0deg,
      rgba(91, 226, 85, 1) 0%,
      rgba(14, 131, 37, 1) 50%,
      rgba(91, 226, 85, 1) 100%
    );
    background-size: 100% 400%;
    transition: background-position 1.5s ease-in-out;
    animation: fadeBg 1.5s linear infinite;

    & img {
      max-width: 450px;
      margin: auto;
      width: 100%;
    }
  }
}

@media (min-width: 768px) {
  .sticky {
    & .cta_button {
      max-width: 570px;
      margin: auto;
      padding: 22px 50px 16px;

      & .dog {
        right: 100px;
        top: -30px;
      }
    }
    & .cta_button a {
      padding: 28px 50px 15px;
    }
  }
  .cta_button {
    position: relative;
    margin: 10px 0 20px;
    padding: 50px 0 0;

    & .dog {
      animation: fadeDog 1.2s infinite;
      display: inline-block;
      position: absolute;
      right: 30px;
      top: 0;
      z-index: 1;
    }
    & a {
      transition: all 1s ease;
      position: relative;
      box-shadow: 0px 0px 15px -5px #777777;
      display: block;
      text-align: center;
      border-radius: 50px;
      width: 100%;
      padding: 28px 0 15px;
      z-index: 5;
      background: linear-gradient(
        0deg,
        rgba(91, 226, 85, 1) 0%,
        rgba(14, 131, 37, 1) 50%,
        rgba(91, 226, 85, 1) 100%
      );
      background-size: 100% 400%;
      transition: background-position 1.5s ease-in-out;
      animation: fadeBg 1.5s linear infinite;
    }
  }
}

@keyframes fadeBg {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}

@keyframes fadeDog {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0);
  }
}

/* ===== sec02 ===== */
.sec02 {
  padding: 90px 0 0;
  background: url(../Images/lp20250625/img/sec02_bg.jpg) no-repeat
    center top;
  background-size: cover;

  & .title {
    margin: 0 0 15px;
  }
  & .content {
    margin: 0 0 40px;
  }
  & .text {
    padding: 0 0 7vw;
  }
  & .img {
    line-height: 0;
  }
}

/* ===== sec03 ===== */
.sec03 {
  padding: 40px 0;
  background: url(../Images/lp20250625/img/sec03_bg.jpg) no-repeat
    center top;
  background-size: cover;
}

/* ===== sec04 ===== */
.sec04 {
  padding: 40px 0 20px;
  background: url(../Images/lp20250625/img/sec04_bg.jpg) repeat
    center top;

  & .title {
    margin: 0 0 20px;
  }
  & .item {
    margin-bottom: 20px;
  }
}

/* ===== sec05 ===== */
.sec05 {
  padding: 40px 0;
  background: url(../Images/lp20250625/img/sec05_bg.jpg) no-repeat
    center top;
  background-size: cover;

  & .title {
    margin: 0 0 65px;
  }

  & .item {
    text-align: center;
    box-shadow: 0px 0px 15px -5px #dfd7a9;
    background: #fff;
    padding: 20px;
    margin-bottom: 90px;
    border-radius: 15px;

    &:last-child {
      margin-bottom: 40px;
    }

    & .item-img {
      width: 130px;
      margin: -20vw auto 20px;
    }
    & .name {
      border-radius: 50px;
      background: #c24c00;
      color: #fff;
      text-align: center;
      padding: 2px 0;
      margin: 0 auto 10px;
      font-size: 11px;
      width: 200px;
    }
    & .desc {
      line-height: 1.7;
    }
  }
}

/* ===== sec06 ===== */
.sec06 {
  padding: 0 0 40px 0;
  background: url(../Images/lp20250625/img/sec06_bg.jpg) repeat
    center top;
  background-size: 100% auto;
}

/* ===== sec07 ===== */
.sec07 {
  padding: 40px 0;
  background: url(../Images/lp20250625/img/sec07_bg.jpg) no-repeat
    center top;
  background-size: cover;

  & .title {
    margin: 0;
  }
  & .item {
    margin-bottom: 20px;
  }
}

/* ===== sec08 ===== */
.sec08 {
  padding: 40px 0;
  background: url(../Images/lp20250625/img/sec08_bg.jpg) repeat
    center top;
  background-size: 100% auto;

  & .title {
    margin: 0 0 20px;
  }

  & .content {
    position: relative;
    overflow: hidden;

    & .daifuku {
      position: absolute;
      right: -7vw;
      top: 0;
      width: 200px;
    }
  }
}

/* ===== sec09 ===== */
.sec09 {
  padding: 40px 0 1px;
  background: url(../Images/lp20250625/img/sec09_bg.jpg) repeat
    center top;
  background-size: 100% auto;

  & .title {
    margin: 0 0 50px;
  }

  & .item {
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px 30px;
    margin-bottom: 75px;
  }
  & .item-img {
    text-align: center;
    margin-top: -16vw;
  }
  & .item-button {
    position: relative;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 5px 0;
    background: #ff8d00;
    margin: 20px 0 0;

    &.item02 {
      background: #376a15;
    }
    &.item03 {
      background: #1c849a;
    }

    &::after {
      content: "";
      position: absolute;
      right: 16px;
      top: 42%;
      width: 6px;
      height: 6px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
}

/* ===== sec10 ===== */
.sec10 {
  padding: 40px 0;
  background: url(../Images/lp20250625/img/sec08_bg.jpg) repeat
    center top;
  background-size: 100% auto;

  & .title {
    margin: 0 0 20px;
  }
  & .table01 {
    margin: 0 0 30px;
  }
  & .content {
    margin: 0 0 20px;
  }
}

/* ===== FAQ ===== */
.faq {
  padding: 40px 0;
  background: url(../Images/lp20250625/img/sec09_bg.jpg) repeat
    center top;
  background-size: 100% auto;

  & .title {
    margin: 0 0 20px;
  }
  & .accordion-title {
    display: flex;
    text-align: left;
  }
  & .accordion {
    top: 0;
  }
  & .accordion-item {
    margin-bottom: 20px;
  }
  & .accordion-title::after {
    right: 5vw;
  }
  & .accordion-content {
    padding: 15px 20px;
  }
  & .q {
    color: #fff;
    margin-right: 10px;
  }
  & .a {
    flex-shrink: 0;
    margin-right: 10px;
  }
  & .inner {
    display: flex;
  }
}

/* ===== refund ===== */
.refund {
  & .heading {
    text-align: center;
    font-size: 120%;
    margin: 0 0 30px;
  }
  & .subheading {
    text-align: center;
    background: #715650;
    color: #fff;
    padding: 5px 0;
    margin: 20px 0;
  }
  & .button {
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none;
    background: #715650;
    color: #fff;
    border-radius: 50px;
    padding: 5px 0;
    width: 220px;
    margin: auto;

    &::after {
      content: "";
      position: absolute;
      right: 34px;
      top: 42%;
      width: 6px;
      height: 6px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  & .desc {
    margin-bottom: 17px;
  }
  & .list-heading {
    font-weight: bold;
    margin-bottom: 5px;
  }
  & .list {
    margin: 0 0 20px;
  }
  & .item {
    margin-bottom: 10px;
  }
  & .item::before {
    content: "・";
    margin-right: 8px;
  }
}

/* ===== ingredient ===== */
.ingredient {
  & .heading {
    text-align: center;
    margin: 0 0 25px;
    font-size: 130%;
  }
  & .tbl-heading {
    text-align: center;
    font-size: 130%;
    margin: 10px 0 20px;
  }
  & .head-img {
    margin: 0 0 25px;
  }

  & table,
  & td,
  & th {
    border: 1px solid #595959;
    border-collapse: collapse;
  }
  & table {
    width: 100%;
    margin: 0 0 20px;
  }
  & td,
  & th {
    font-weight: normal;
    padding: 10px;
  }
  & th {
    text-align: center;
    background: #715650;
    color: #fff;
  }
  & .table01 th:nth-child(1) {
    border-right: 1px solid #fff;
  }
  & td {
    border-left: 1px solid #715650;
    border-bottom: 1px solid #715650;
  }
}

/* ===== accordion shared ===== */
.accordion {
  width: 100%;
  position: relative;
  top: -10vw;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  position: relative;

  &.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }
  &::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 20vw;
    top: 35%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
  }
}
.accordion-content {
  display: none;
  padding: 25px;

  & p {
    text-align: left;
    line-height: 1.9;
    margin-bottom: 16px;
  }
}
.accordion-item {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0px 0px 15px -5px #dfd7a9;

  & .accordion-title {
    transition: all 0.2s;
    font-weight: normal;
    background-color: #715650;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.7;

    &.open {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
  }
}

.marker {
  background: linear-gradient(transparent 70%, #feea76 70%);
}

/* sticky (footer button) */
.sticky {
  transition: all 0.3s;
  opacity: 0;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 98;
  pointer-events: none;

  & a {
    max-width: 500px;
    display: block;
    width: 90%;
    margin: auto;
  }
}

.sticky.view{
  opacity: 1;
  pointer-events: auto;
}

#lpSectionWrap {
  max-width: none;
  margin: auto;
}

@media (max-width: 749px) {
  .hover-image img.hover {
    display: none;
  }
}

@media (min-width: 768px) {
  #lpSectionWrap p,
  #lpSectionWrap th,
  #lpSectionWrap td,
  #lpSectionWrap li,
  #lpSectionWrap div,
  #lpSectionWrap a,
  #lpSectionWrap span {
    font-size: 17px;
  }

  #lpSectionWrap{
    max-width: 1440px;
    margin: auto;
  }
  
  #orderContentsSection{
    box-shadow: 0px 0px 15px -5px #777777;
  }
  
  .lp-wrapper {
    box-shadow: 0px 0px 15px -5px #777777;
    width: 100%;
    margin: auto;
  }
  .mv {
    & .logo {
      zoom: 1;
    }
    & .c-cta {
      margin-top: -150px;
    }
  }
  .sec02 {
    & .title {
      margin: 100px 0 20px;
    }
  }
  .sec05 {
    & .title {
      margin: 0 0 90px;
    }
    & .item {
      margin-bottom: 140px;
      & .item-img {
        width: 220px;
        margin: -110px auto 20px;
      }
      & .name {
        font-size: 16px;
      }
    }
  }
  .accordion-item .accordion-title {
    font-size: 17px;
  }

  .sec08 {
    & .content {
      & .daifuku {
        position: absolute;
        right: -7vw;
        top: 0;
        width: 400px;
      }
    }
  }
  .sec09 {
    & .title {
      margin: 0 0 100px;
    }
    & .item {
      background: #fff;
      border-radius: 15px;
      padding: 20px 20px 30px;
      margin-bottom: 155px;
    }
  }
  .accordion-title::after {
    right: 30px;
  }
  .accordion {
    width: 100%;
  }

  .refund .button::after {
    content: "";
    right: 15px;
  }
}

@media (min-width: 992px) {
  .sec01 {
    & .youtube {
      width: 90%;
      margin: -490px auto 0;
    }
  }
  .sec09 {
    & .item-img {
      margin-top: -120px;
    }
  }
  .sec10 {
    & .content {
      margin: 0 0 44px;
    }
  }
  .c-cta {
    & .note,
    & .modal-open {
      font-size: 17px;
    }
  }
  .accordion {
    top: -55px;
  }
  .faq {
    & .accordion {
      top: 0;
    }
  }
}

/* --------------------------------------------------- */
.lpFooter{
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 7rem 20px 4rem;
  background: #6d5751;
  box-shadow: 0px 0px 15px -5px #777777;
}

.lpFooter > ul.lpFootNav{
  display: block;
  margin-bottom: 5rem;
}

.lpFooter > ul.lpFootNav > li{
  display: block;
  text-align: center;
}

.lpFooter > ul.lpFootNav > li + li{
  margin-top: 1rem;
}

.lpFooter > ul.lpFootNav > li > a{
  font-size: 1.6rem;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.lpFooter .copy{
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}

