@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  background-color: #fffadc;
}

body {
  background-size: 100% auto;
  text-align: left;
  color: #000;
}

#header {
  display: none !important;
}

.container {
  max-width: none !important;
}
.container table, .container tbody {
  display: block !important;
  max-width: 100vw !important;
}
.container tr, .container td {
  max-width: 100vw !important;
}

main {
  position: relative;
  z-index: 1;
  background-image: url("../img/baseBg--sp.jpg");
  background-size: 100% auto;
  min-width: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 1080px) {
  main {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../img/baseBg--pc.jpg");
  }
}

section {
  margin-top: 0;
  padding-top: 0;
}

main.frontMain {
  padding-top: 56px;
}
@media screen and (min-width: 1080px) {
  main.frontMain {
    padding-top: 120px;
  }
}

h1, h2, h3, h4, h5, div, p {
  text-align: left;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #000;
  font-weight: 700;
}

dt, dd {
  margin: 0;
  padding: 0;
  color: #000;
}

p {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

small.smGrid {
  display: grid !important;
  padding-left: 4px;
  margin-bottom: 4px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  grid-template-columns: 10px auto !important;
}
small.smGrid::before {
  content: "※";
  display: block;
}

a {
  text-decoration: none;
  color: auto;
  cursor: pointer;
  transition: 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
  color: #000;
}

ol {
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
ol ul {
  padding-left: 12px;
}
ol ul li {
  list-style: disc !important;
  margin: 4px 0;
}
ol li {
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 8px 0;
}
ol li ol {
  list-style-type: none;
  counter-reset: my-counter;
}
ol li ol li {
  margin: 4px 0;
}
ol li ol li::before {
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
}
ol li ol li ol li:nth-of-type(1)::before {
  content: "[ア]";
}
ol li ol li ol li:nth-of-type(2)::before {
  content: "[イ]";
}
ol li ol li ol li:nth-of-type(3)::before {
  content: "[ウ]";
}
ol li ol li ol li:nth-of-type(4)::before {
  content: "[エ]";
}
ol li ol li ol li:nth-of-type(5)::before {
  content: "[オ]";
}

button {
  border: none;
  background: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.ofHidden {
  overflow: hidden;
}

/*テーブル部分、ベース修正*/
#makebanner tbody, #makebanner tr, #makebanner td, #makebanner table {
  width: 100vw;
}

.ofHidden {
  overflow: hidden;
}

/*ボタン*/
.btn01, .btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91.4vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #005e41;
  padding: 16px 18px;
}
.btn01 img, .btn02 img {
  display: block;
  width: 80%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .btn01, .btn02 {
    width: 800px;
    height: 112px;
  }
  .btn01 img, .btn02 img {
    width: 70%;
  }
}

.modal small {
  display: block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .modal small {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.modal__open {
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .modal__open {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.modalBlk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.modalBlk__content {
  background-color: #fff;
  width: 91.4vw;
  max-width: 100%;
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modalBlk__content {
    width: 800px;
    padding: 56px;
  }
}
.modalBlk h2 {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1080px) {
  .modalBlk h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.modalBlk p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .modalBlk p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.modalBlk pre {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.modal__close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .modal__close {
    width: 48px;
    height: 48px;
  }
}
.modal__close span {
  background-color: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
}
@media screen and (min-width: 1080px) {
  .modal__close span {
    width: 40px;
    height: 2px;
  }
}
.modal__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.modal__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.modalBlk--show {
  display: flex;
}

.transportation small {
  display: block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .transportation small {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.transportation__open {
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .transportation__open {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.transportation__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.transportation__modal__content {
  background-color: #fff;
  width: 91.4vw;
  max-width: 100%;
  max-height: 90vh;
  overflow: scroll;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .transportation__modal__content {
    width: 800px;
    padding: 56px;
  }
}
.transportation__modal h2 {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1080px) {
  .transportation__modal h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.transportation__modal p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .transportation__modal p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.transportation__close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .transportation__close {
    width: 48px;
    height: 48px;
  }
}
.transportation__close span {
  background-color: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
}
@media screen and (min-width: 1080px) {
  .transportation__close span {
    width: 40px;
    height: 2px;
  }
}
.transportation__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.transportation__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.transportation--show {
  display: flex;
}

.checkList {
  list-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  max-width: 480px;
}
@media screen and (min-width: 1080px) {
  .checkList {
    max-width: 960px;
  }
}
.checkList li {
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 16px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .checkList li {
    grid-template-columns: 20px 1fr;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .checkList li {
    grid-template-columns: 28px 1fr;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.checkList li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/check.svg");
  background-size: cover;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 640px) {
  .checkList li::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .checkList li::before {
    width: 28px;
    height: 28px;
  }
}

/*arrowBlk*/
.arrowHead {
  color: #fff;
  background-color: #35b3d8;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 380px) {
  .arrowHead {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .arrowHead {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding-top: 32px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .arrowHead {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .arrowHead {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
.arrowHead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 50vw 0 50vw;
  border-color: #35b3d8 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
}
@media screen and (min-width: 1080px) {
  .arrowHead::after {
    border-width: 40px 50vw 0 50vw;
    bottom: -39px;
  }
}
.arrowHead--org {
  background-color: #e49126;
}
.arrowHead--org::after {
  border-color: #e49126 transparent transparent transparent;
}

.fs9 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.9);
}

.fs8 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.8);
}

.is-hidden {
  display: none;
}

.is-shown {
  display: block !important;
}
.is-shown--flex {
  display: flex !important;
}

.cTxt {
  text-align: center !important;
}

.rTxt {
  text-align: right !important;
  display: block;
}

.mod-txtLineThrough {
  text-decoration: line-through;
}

.enTxt {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}

.mod-mt24 {
  margin-top: 24px !important;
}
@media screen and (min-width: 1080px) {
  .mod-mt24--pc {
    margin-top: 24px !important;
  }
}

.mt8 {
  margin-top: 8px !important;
}
@media screen and (min-width: 720px) {
  .mt8--tb {
    margin-top: 8px !important;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.mb112 {
  margin-bottom: 112px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb144 {
  margin-bottom: 144px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.m16 {
  margin: 16px auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  .mb4--tb {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb8--tb {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb8--pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb12--tb {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb16--tb {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb16--pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb20--tb {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb20--pc {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb24--tb {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb24--pc {
    margin-bottom: 24px !important;
  }
}

.mb32--sp {
  margin-bottom: 32px;
}
@media screen and (min-width: 1080px) {
  .mb32--sp {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .mb32--tb {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb32--pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb40--tb {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb40--pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb50--tb {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb50--pc {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb48--tb {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb48--pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb56--tb {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb56--pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb64--tb {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb64--pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb72--tb {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb72--pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb80--tb {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb80--pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb88--tb {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb88--pc {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb96--tb {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb96--pc {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb104--tb {
    margin-bottom: 104px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb104--pc {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb112--tb {
    margin-bottom: 112px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb112--pc {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb120--tb {
    margin-bottom: 120px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb120--pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb144--tb {
    margin-bottom: 144px !important;
  }
}
@media screen and (min-width: 1080px) {
  .mb144--pc {
    margin-bottom: 144px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (min-width: 1080px) {
  .mb160--pc {
    margin-bottom: 160px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (min-width: 1080px) {
  .mb200--pc {
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 1080px) {
  .mb320--pc {
    margin-bottom: 320px !important;
  }
}

@media screen and (min-width: 1080px) {
  .mb360--pc {
    margin-bottom: 360px !important;
  }
}

@media screen and (min-width: 1080px) {
  .mt0--pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1080px) {
  .mb0--pc {
    margin-bottom: 0 !important;
  }
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.pb104 {
  padding-bottom: 104px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb144 {
  padding-bottom: 144px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

@media screen and (min-width: 640px) {
  .pb4--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb8--tb {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb8--pc {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb12--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb16--tb {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb16--pc {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb20--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb24--tb {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb24--pc {
    padding-bottom: 24px !important;
  }
}

.pb32--sp {
  padding-bottom: 32px;
}
@media screen and (min-width: 1080px) {
  .pb32--sp {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .pb32--tb {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb32--pc {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb40--tb {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb40--pc {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb48--tb {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb48--pc {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb56--tb {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb56--pc {
    padding-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb64--tb {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb64--pc {
    padding-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb72--tb {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb72--pc {
    padding-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb80--tb {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb80--pc {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb88--tb {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb88--pc {
    padding-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb96--tb {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb96--pc {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb104--tb {
    padding-bottom: 104px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb104--pc {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb120--tb {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb120--pc {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb144--tb {
    padding-bottom: 144px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pb144--pc {
    padding-bottom: 144px !important;
  }
}

.pb160 {
  padding-bottom: 160px !important;
}
@media screen and (min-width: 1080px) {
  .pb160--pc {
    padding-bottom: 160px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (min-width: 1080px) {
  .pb200--pc {
    padding-bottom: 200px !important;
  }
}

@media screen and (min-width: 1080px) {
  .pb320--pc {
    padding-bottom: 320px !important;
  }
}

@media screen and (min-width: 1080px) {
  .pb360--pc {
    padding-bottom: 360px !important;
  }
}

.mod-flex {
  display: flex;
}
.mod-flex--pc {
  display: block;
  width: auto;
}
@media screen and (min-width: 1080px) {
  .mod-flex--pc {
    display: flex;
  }
}
.mod-flex--alcen {
  align-items: center;
}
.mod-flex--spbt {
  align-items: center;
  justify-content: space-between;
}
.mod-flex--jscen {
  justify-content: center;
}
.mod-flex--cen {
  justify-content: center;
  align-items: center;
}
.mod-flex--clcen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod-flex--clst {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.mod-flex--clbs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.mod-flex img {
  display: block;
  width: 100%;
}

.mod-grid {
  display: grid;
}
.mod-grid div {
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .mod-grid--pc {
    display: grid;
  }
}
.mod-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--2col--pc {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mod-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--3col--pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--4col--pc {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mod-grid--5col {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--5col--pc {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mod-grid img {
  display: block;
  width: 100%;
}

.gap2 {
  gap: 2px;
}
@media screen and (min-width: 1080px) {
  .gap2--pc {
    gap: 2px;
  }
}
.gap2--cl {
  column-gap: 2px;
}
.gap12 {
  gap: 12px;
}
@media screen and (min-width: 1080px) {
  .gap12--pc {
    gap: 12px;
  }
}
.gap12--cl {
  column-gap: 12px;
}
.gap16 {
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .gap16--pc {
    gap: 16px;
  }
}
.gap16--cl {
  column-gap: 16px;
}
.gap24 {
  gap: 24px;
}
@media screen and (min-width: 1080px) {
  .gap24--pc {
    gap: 24px;
  }
}
.gap24--cl {
  column-gap: 24px;
}
.gap32 {
  gap: 32px;
}
@media screen and (min-width: 1080px) {
  .gap32--pc {
    gap: 32px;
  }
}
.gap32--cl {
  column-gap: 32px;
}
.gap40 {
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .gap40--pc {
    gap: 40px;
  }
}
.gap40--cl {
  column-gap: 40px;
}
.gap48 {
  gap: 48px;
}
@media screen and (min-width: 1080px) {
  .gap48--pc {
    gap: 48px;
  }
}
.gap48--cl {
  column-gap: 48px;
}
.gap64 {
  gap: 64px;
}
@media screen and (min-width: 1080px) {
  .gap64--pc {
    gap: 64px;
  }
}
.gap64--cl {
  column-gap: 64px;
}
.gap80 {
  gap: 80px;
}
@media screen and (min-width: 1080px) {
  .gap80--pc {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gap80--xl {
    gap: 80px;
  }
}
.gap80--cl {
  column-gap: 80px;
}

.bdr--btm1 {
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 1080px) {
  .bdr--btm1--pc {
    border-bottom: solid 1px #000;
  }
}

.is-shown .mod-grayBlk__content {
  display: block;
}

.plusIcon {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #000;
}
@media screen and (min-width: 1080px) {
  .plusIcon {
    width: 40px;
    height: 40px;
  }
}
.plusIcon span {
  display: block;
  background-color: #fff;
  width: 10px;
  height: 2px;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1080px) {
  .plusIcon span {
    width: 20px;
    height: 4px;
  }
}
.plusIcon span:nth-of-type(2) {
  position: absolute;
  transform: rotate(90deg);
}
.plusIcon--white {
  background-color: #fff;
  border-color: #CCCCCC;
}

.helpBlk {
  background-color: #ffe222;
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .helpBlk {
    padding: 24px;
  }
}
.helpBlk h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .helpBlk h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .helpBlk h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.helpBlk .plusIcon {
  position: absolute;
  right: 12px;
}
.helpBlk__content {
  display: none;
}

.is-shown .plusIcon span {
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-shown .plusIcon span:nth-of-type(2) {
  position: absolute;
  transform: rotate(0deg);
}
.is-shown .helpBlk__content {
  display: block;
  padding: 16px;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1080px) {
  .is-shown .helpBlk__content {
    padding: 40px 32px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

.mod-thin {
  font-weight: 100;
}

@media screen and (min-width: 1080px) {
  .visibleSp {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .visibleSp--tb {
    display: none !important;
  }
}

.visiblePc {
  display: none !important;
}
@media screen and (min-width: 1080px) {
  .visiblePc {
    display: block !important;
  }
}
.visiblePc--tb {
  display: none !important;
}
@media screen and (min-width: 640px) {
  .visiblePc--tb {
    display: block !important;
  }
}
.visiblePc--flex {
  display: none !important;
}
@media screen and (min-width: 1080px) {
  .visiblePc--flex {
    display: flex !important;
  }
}
.visiblePc--grid {
  display: none !important;
}
@media screen and (min-width: 1080px) {
  .visiblePc--grid {
    display: grid !important;
  }
}

.wd70 {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.wd75 {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .wd75--tb {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.wd80 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .wd80--tb {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.wd85 {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.wd90 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1080px) {
  .wd960--pc {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .wd894--pc {
    width: 894px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .wd830--pc {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .wd768--pc {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .wd640--tb {
    width: 90vw;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .wd640--pc {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) {
  .wd720--tb {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .wd720--pc {
    width: 720px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {
  .wd100--pc {
    width: 100%;
  }
}

.wd01 {
  width: 91.4vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wd02 {
  width: 91.4vw;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.wd03 {
  width: 80vw;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.wd04 {
  width: 91.4vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.wd05 {
  width: 80vw;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .wd05 {
    width: 90vw;
  }
}

.wd06 {
  width: 91.4vw;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.modalContainer {
  position: fixed;
  display: none !important;
  justify-content: center;
  align-items: baseline;
  padding: 116px 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
@media screen and (min-width: 1080px) {
  .modalContainer {
    padding: 200px 0;
  }
}
.modalContainer--cen {
  align-items: center;
  padding: 0;
}
.modalContainer--open {
  display: flex !important;
}

.modalBox {
  display: none;
  width: 80vw;
  max-width: 1008px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 12px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modalBox {
    padding: 48px 32px;
  }
}
.modalBox img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .modalBox__content {
    padding: 0 56px;
  }
}
.modalBox .modalClose {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -68px;
  right: 2px;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .modalBox .modalClose {
    right: -48px;
  }
}
.modalBox .modalClose::before, .modalBox .modalClose::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
}
.modalBox .modalClose::before {
  transform: rotate(45deg);
}
.modalBox .modalClose::after {
  transform: rotate(-45deg);
}
.modalBox02 {
  width: auto;
  background-color: transparent;
}
.modalBox02__txt {
  display: none;
  background-color: #fff;
  width: 91.4vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  border-radius: 10px;
  padding: 32px 48px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modalBox02__txt {
    padding: 32px 64px;
  }
}
.modalBox02__txt::after {
  content: "?";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 32px;
  left: 48px;
}
.modalBox02__txt::after:hover {
  opacity: 0.7;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1080px) {
  .modalBox02__txt::after {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    top: 32px;
    left: 64px;
  }
}
.modalBox02__txt dt, .modalBox02__txt dd {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
}
.modalBox02__txt dt {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modalBox02__txt dt::after {
  content: "";
  width: 50px;
  height: 2px;
  margin-top: 8px;
}
.modalBox02__txt img {
  display: block;
  width: 88px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 16vw;
}
.modalBox02 .modalClose {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -68px;
  right: 2px;
  top: auto;
  cursor: pointer;
}
.modalBox02 .modalClose::before, .modalBox02 .modalClose::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
}
.modalBox02 .modalClose::before {
  transform: rotate(45deg);
}
.modalBox02 .modalClose::after {
  transform: rotate(-45deg);
}
.modalBox03 {
  width: auto;
  background-color: transparent;
}
.modalBox03__txt {
  display: none;
  background-color: #fff;
  width: 91.4vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  border-radius: 10px;
  padding: 32px 48px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modalBox03__txt {
    padding: 32px 64px;
  }
}
.modalBox03__txt dt, .modalBox03__txt dd {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
}
.modalBox03__txt dt {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modalBox03__txt dt::after {
  content: "";
  width: 50px;
  height: 2px;
  margin-top: 8px;
}
.modalBox03__txt img {
  display: block;
  width: 88px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 16vw;
}
.modalBox03 .modalClose {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -68px;
  right: 2px;
  top: auto;
  cursor: pointer;
}
.modalBox03 .modalClose::before, .modalBox03 .modalClose::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
}
.modalBox03 .modalClose::before {
  transform: rotate(45deg);
}
.modalBox03 .modalClose::after {
  transform: rotate(-45deg);
}

.is-shown {
  display: block !important;
}
.is-shown .modalBox02__txt, .is-shown .modalBox03__txt {
  display: block !important;
}

header {
  margin-top: 0 !important;
}

.footer {
  background-color: #000;
  padding: 40px 0 64px;
}
@media screen and (min-width: 1080px) {
  .footer {
    padding: 64px 0 120px;
  }
}
.footer a, .footer p, .footer .modal__open {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .footer a, .footer p, .footer .modal__open {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.footer a.modal__close {
  display: flex;
}
.footer small {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .footer small {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.privacy p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: left !important;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 1080px) {
  .privacy p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.privacy h2, .privacy h3 {
  font-weight: 700;
}
.privacy h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1080px) {
  .privacy h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.privacyList li {
  width: 100%;
  list-style: none !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 4px;
}
@media screen and (min-width: 1080px) {
  .privacyList li {
    font-size: 1.6rem;
    line-height: 2rem;
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 8px;
  }
}
.privacyList__liSub {
  padding-left: 24px;
}

#footer {
  display: none !important;
}

.fv {
  width: 100%;
  height: 80vh;
  background-image: url("../img/fv2--sp.webp");
  background-size: cover;
  position: relative;
  background-position-y: 30%;
}
.fv img {
  pointer-events: none;
}
@media screen and (min-width: 428px) {
  .fv {
    height: 80vh;
    background-position-y: 0%;
    background-position: top center;
    background-image: url("../img/fv2--tb.webp");
  }
}
@media screen and (min-width: 640px) {
  .fv {
    height: 80vh;
    background-size: cover;
  }
}
@media screen and (min-width: 720px) {
  .fv {
    background-size: cover;
    height: 720px;
    max-height: 100vh;
    background-position: 60%;
    background-image: url("../img/fv2--pc.webp");
  }
}
@media screen and (max-height: 420px) {
  .fv {
    height: 120vh;
    background-size: center;
    background-image: url("../img/fv2--pc.webp");
  }
}
.fv__txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  bottom: 28px;
  left: 7vw;
  width: 78vw;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 0px 12px rgb(0, 0, 0));
  z-index: 2;
}
.fv__txt img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.fv__txt img:first-of-type {
  width: 90%;
}
@media screen and (min-width: 380px) {
  .fv__txt img:first-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .fv__txt img:first-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 380px) {
  .fv__txt {
    left: 8vw;
    width: 83.3vw;
  }
}
@media screen and (min-width: 428px) {
  .fv__txt {
    bottom: 40px;
    max-width: 64vw;
  }
}
@media screen and (min-width: 640px) {
  .fv__txt {
    bottom: 40px;
    max-width: 50vw;
  }
}
@media screen and (min-width: 960px) {
  .fv__txt {
    width: 90vw;
    max-width: 500px;
    bottom: 64px;
    left: calc(50vw - 380px);
  }
}
.fv__puc {
  position: absolute;
  bottom: -80px;
  right: -80px;
}
@media screen and (min-width: 720px) {
  .fv__puc {
    bottom: auto;
    right: auto;
    top: -80px;
    left: -160px;
  }
}
@media screen and (min-width: 1080px) {
  .fv__puc {
    left: 40px;
    left: calc(50vw - 560px);
  }
}
@media screen and (min-width: 1200px) {
  .fv__puc {
    left: 40px;
    left: calc(50vw - 640px);
  }
}
.fv__puc img {
  width: 320px;
  height: 320px;
}
@media screen and (min-width: 640px) {
  .fv__puc img {
    width: 380px;
    height: 380px;
  }
}
@media screen and (min-width: 640px) {
  .fv__puc img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 720px) {
  .fv__puc img {
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-height: 420px) {
  .fv__puc img {
    width: 300px;
    height: 300px;
  }
}

.product {
  padding: 48px 0;
}
.product--top {
  padding-top: 80px;
}
@media screen and (min-width: 640px) {
  .product {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1080px) {
  .product {
    padding: 120px 0;
    margin-top: 0px;
  }
}
.product__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.product__photo {
  display: grid;
  align-items: baseline;
  grid-template-columns: 4fr 1fr;
}
.product__photo img {
  width: 100%;
}
.product__photo img:last-of-type {
  position: relative;
  left: -10vw;
  width: 150%;
}
.product__price--std {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (min-width: 640px) {
  .product__price--std {
    font-size: 3rem;
    line-height: 4rem;
    margin: 24px 0;
  }
}
@media screen and (min-width: 1080px) {
  .product__price--std {
    font-size: 2.4rem;
    line-height: 5.6rem;
    letter-spacing: 0;
  }
}
.product__price--std strong {
  font-size: 3.6rem;
}
@media screen and (min-width: 640px) {
  .product__price--std strong {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1080px) {
  .product__price--std strong {
    font-size: 5.2rem;
  }
}
.product__price--std::before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #f8a200;
  transform: rotate(6deg);
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 1080px) {
  .product__price--std::before {
    width: 172px;
    height: 4px;
    transform: rotate(12deg);
    top: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .product__offer {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 8px;
    row-gap: 12px;
    align-items: baseline;
  }
  .product__offer div {
    width: 100%;
    height: 100%;
  }
  .product__offer .product__photo {
    grid-column: span 4;
    display: block;
  }
  .product__offer .product__photo img {
    width: 90%;
  }
  .product__offer .product__name {
    grid-column: span 5;
  }
  .product__offer .product__price--std {
    position: relative;
    top: -20px;
    flex-direction: column;
    grid-column: span 2;
    width: 100%;
    height: 100%;
  }
  .product__offer .product__arrow {
    grid-column: span 3;
    width: 100%;
    height: 100%;
    margin-left: 8px;
  }
  .product__offer .product__price--spcl {
    grid-column: span 4;
    width: 100%;
    height: 100%;
  }
}
.product--life {
  background-color: #ffe222;
}

.workout {
  padding: 0 0 44px;
  background-color: #152622;
}
@media screen and (min-width: 640px) {
  .workout {
    padding: 0 0 88px;
  }
}
@media screen and (min-width: 1080px) {
  .workout {
    padding: 0 0 160px;
  }
}
.workout img {
  display: block;
  width: 100%;
  height: auto;
}
.workout__txt {
  width: 83.33vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-top: -80px;
}
.workout__txt h2 {
  width: 100%;
}
.workout__txt h2 img {
  width: 100%;
  height: auto;
}
.workout__txt p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .workout__txt p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .workout__txt p {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}

.problem {
  padding: 48px 0;
  background-image: url("../img/probBg.jpg");
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .problem {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1080px) {
  .problem {
    background-position: bottom center;
    background-image: url("../img/probBg--pc.webp");
    padding: 200px 0 140px;
  }
}
.problem__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media screen and (min-width: 1080px) {
  .problem__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
.problem__list li {
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .problem__list li {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .problem__list li {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.problem__list li span {
  display: inline-block;
  background-color: #222222;
  padding: 4px;
}
@media screen and (min-width: 640px) {
  .problem__list li span {
    padding: 8px;
  }
}
@media screen and (min-width: 1080px) {
  .problem__list li span {
    padding: 8px;
  }
}
.problem p {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  /* drop-shadow */
  filter: drop-shadow(0px 0px 12px rgb(255, 255, 255));
}
@media screen and (min-width: 428px) {
  .problem p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .problem p {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .problem p {
    font-size: 4.6rem;
    line-height: 8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
.problem img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 12px rgb(255, 255, 255));
}

.intro {
  padding: 44px 0 0;
  background-color: #ffc92e;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .intro {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .intro {
    padding: 80px 0 0;
  }
}
.intro__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.intro h2 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .intro h2 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 1080px) {
  .intro h2 {
    font-size: 5.6rem;
    line-height: 7.2rem;
  }
  .intro h2 img {
    margin: 12px 0;
  }
}
.intro h2 small {
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
  margin: 12px auto;
}
@media screen and (min-width: 1080px) {
  .intro h2 small {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 20px auto;
  }
}
.intro__arrow {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .intro__arrow {
    width: 88px;
    height: 88px;
  }
}
@media screen and (min-width: 1080px) {
  .intro__question {
    width: 80%;
    margin-left: 0;
  }
}
.intro__bgImg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
}
.intro__content2 {
  margin-top: -40px;
  padding: 200px 0 64px;
  background-image: url("../img/introBg--sp.jpg");
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 640px) {
  .intro__content2 {
    padding: 200px 0 104px;
  }
}
@media screen and (min-width: 1080px) {
  .intro__content2 {
    padding: 120px 0 160px;
    background-image: url("../img/introBg--pc.jpg");
  }
}
.intro__content2 h2 {
  width: 88.8vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.intro__txt {
  background-color: #ffc92e;
  padding: 16px;
  width: 88.8vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.intro__txt p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .intro__txt p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .intro__txt p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .intro__txt p {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.lifestyle {
  padding: 40px 0 0;
  background-color: #ffe222;
}
@media screen and (min-width: 640px) {
  .lifestyle {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .lifestyle {
    padding: 120px 0 0;
  }
}
.lifestyle img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.lifestyle h2 {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.lifestyle p {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .lifestyle p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .lifestyle p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}

.taste {
  padding: 48px 0;
}
@media screen and (min-width: 640px) {
  .taste {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1080px) {
  .taste {
    padding: 160px 0 240px;
  }
}
.taste__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.taste__blk img {
  display: block;
  width: 100%;
  height: auto;
}
.taste__blk p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .taste__blk p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .taste__blk p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.taste__blk strong {
  display: block;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin: 12px 0;
}
@media screen and (min-width: 1080px) {
  .taste__blk strong {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}

.protein {
  background-color: #ffe222;
  padding: 48px 0;
  position: relative;
}
@media screen and (min-width: 428px) {
  .protein {
    padding: 64px 0;
  }
}
@media screen and (min-width: 1080px) {
  .protein {
    padding: 80px 0 200px;
  }
}
.protein::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 100vw;
  height: 100vw;
  background-image: url("../img/dots.jpg");
  background-size: 240% auto;
  background-position: top center;
  background-blend-mode: screen;
  z-index: 0;
}
@media screen and (min-width: 1080px) {
  .protein::before {
    width: 100vw;
    height: 40vw;
    background-size: 100% auto;
  }
}
.protein__content {
  position: relative;
  z-index: 1;
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.protein h2:nth-of-type(1) {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.protein h2:nth-of-type(2) {
  position: relative;
}
.protein h2:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 100vw;
  height: 100vw;
  background-image: url("../img/dots.jpg");
  background-size: 240% auto;
  background-position: top center;
  background-blend-mode: screen;
  z-index: 0;
  transform: scale(-1);
}
@media screen and (min-width: 1080px) {
  .protein h2:nth-of-type(2)::before {
    width: 100vw;
    height: 40vw;
    background-size: 100% auto;
  }
}
.protein img, .protein div, .protein table {
  position: relative;
  z-index: 1;
}
.protein img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.protein p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .protein p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .protein p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.protein small {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: center;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1080px) {
  .protein small {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.protein small:last-of-type {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .protein small:last-of-type {
    max-width: 736px;
    text-align: left;
  }
}
.protein table, .protein tbody, .protein tr, .protein td, .protein th {
  width: auto !important;
}
.protein__table {
  border: solid 2px #f8a200;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.protein__table header {
  background-color: #f8a200;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .protein__table header {
    padding: 16px;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.protein__table__content {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .protein__table__content {
    padding: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .protein__table__content tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
  }
}
.protein__table__content tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: baseline;
  border-bottom: solid 1px #f8a200;
  width: 100%;
  padding: 4px 16px;
}
.protein__table__content tr:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .protein__table__content tr:last-of-type {
    border-bottom: solid 1px #f8a200;
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .protein__table__content tr:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .protein__table__content tr:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
    border-bottom: none;
    padding-bottom: 0;
  }
  .protein__table__content tr:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .protein__table__content tr:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
  }
}
.protein__table__content td {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media screen and (min-width: 1080px) {
  .protein__table__content td {
    font-size: 3.2rem;
  }
}
.protein__table__content th {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .protein__table__content th {
    font-size: 2.8rem;
  }
}
.protein__circles {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  position: relative;
  row-gap: 16px;
}
@media screen and (min-width: 1080px) {
  .protein__circles {
    grid-template-columns: repeat(7, 1fr);
    align-items: baseline;
    column-gap: 16px;
    row-gap: 20px;
  }
}
.protein__circles img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .protein__circles img {
    grid-column: span 2;
  }
}
.protein__circles img:nth-of-type(1) {
  grid-column: span 2;
  width: 80%;
  margin-bottom: -40px;
}
@media screen and (min-width: 1080px) {
  .protein__circles img:nth-of-type(1) {
    grid-column: 3/6;
    grid-row: 1;
    width: 100%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .protein__circles img:nth-of-type(2) {
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media screen and (min-width: 1080px) {
  .protein__circles img:nth-of-type(3) {
    grid-column: 6/8;
    grid-row: 1;
  }
}
.protein__circles small {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: center !important;
  width: 100%;
  display: block;
  grid-column: span 2;
}
@media screen and (min-width: 1080px) {
  .protein__circles small {
    grid-column: span 7;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.protein__table2 {
  overflow-x: scroll;
  margin-left: 8.35vw;
  padding-bottom: 20px;
}
@media screen and (min-width: 428px) {
  .protein__table2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 428px;
  }
}
@media screen and (min-width: 1080px) {
  .protein__table2 {
    overflow-x: auto;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
}
.protein__table2 table {
  display: block;
}
.protein__table2 table tbody {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 4px;
}
.protein__table2 table tr {
  display: grid;
  grid-template-columns: repeat(3, 140px);
  grid-template-rows: 140px;
  gap: 4px;
}
@media screen and (min-width: 1080px) {
  .protein__table2 table tr {
    grid-template-columns: repeat(3, 240px);
    grid-template-rows: 240px;
    gap: 8px;
  }
}
.protein__table2 table tr:first-of-type {
  grid-template-rows: 40px;
}
@media screen and (min-width: 1080px) {
  .protein__table2 table tr:first-of-type {
    grid-template-rows: 80px;
  }
}
.protein__table2 table tr:nth-of-type(2) img {
  width: 50%;
}
@media screen and (min-width: 1080px) {
  .protein__table2 table tr:nth-of-type(3) td {
    flex-direction: row;
  }
}
.protein__table2 table tr:last-of-type img {
  width: 80%;
}
.protein__table2 table th, .protein__table2 table td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.protein__table2 table th, .protein__table2 table td {
  font-size: 1.6rem;
  line-height: 2rem;
  font-style: italic;
  font-weight: 900;
}
@media screen and (min-width: 1080px) {
  .protein__table2 table th, .protein__table2 table td {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.protein__table2 table th small, .protein__table2 table td small {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center !important;
}
@media screen and (min-width: 1080px) {
  .protein__table2 table th small, .protein__table2 table td small {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.protein__table2 table th strong, .protein__table2 table td strong {
  font-size: 2.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 1080px) {
  .protein__table2 table th strong, .protein__table2 table td strong {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.bGround {
  background-image: url("../img/bGroundBg.jpg");
}
.bGround__content {
  padding: 48px 0;
  position: relative;
  z-index: 1;
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (min-width: 1080px) {
  .bGround__content {
    padding: 80px 0 104px;
  }
}
.bGround h2 {
  padding: 24px 0;
  background-color: #005e41;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .bGround h2 {
    padding: 40px 0;
  }
}
.bGround h2 img {
  display: block;
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.bGround h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/stripe.png");
  mix-blend-mode: overlay;
  background-size: 100% auto;
  opacity: 0.2;
  z-index: 0;
}
.bGround img {
  display: block;
  width: 100%;
  height: auto;
}
.bGround p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .bGround p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .bGround p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}

.voice header {
  position: relative;
  padding: 40px 0;
  background-color: #ffe222;
  overflow: hidden;
}
.voice header img {
  display: block;
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.voice header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/stripe.png");
  mix-blend-mode: screen;
  opacity: 0.2;
  z-index: 0;
}
.voice__blk {
  border-top: solid 8px #000;
  background-color: #fff;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 32px 0;
}
@media screen and (min-width: 1080px) {
  .voice__blk {
    border-top: solid 16px #000;
    padding: 80px 0;
  }
}
.voice__blk__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.voice__blk h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media screen and (min-width: 1080px) {
  .voice__blk h3 {
    font-size: 4.4rem;
    line-height: 7.2rem;
  }
}
.voice__blk p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .voice__blk p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .voice__blk p {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}
.voice__blk:nth-of-type(1) {
  border-color: #d88b03;
  background-image: url("../img/voiceBg01.jpg");
}
@media screen and (min-width: 1080px) {
  .voice__blk:nth-of-type(1) {
    background-image: url("../img/voiceBg01--pc.jpg");
  }
}
.voice__blk:nth-of-type(1) h3 {
  color: #d88b03;
}
.voice__blk:nth-of-type(2) {
  border-color: #005e41;
  background-image: url("../img/voiceBg02.jpg");
}
@media screen and (min-width: 1080px) {
  .voice__blk:nth-of-type(2) {
    background-image: url("../img/voiceBg02--pc.jpg");
  }
}
.voice__blk:nth-of-type(2) h3 {
  color: #005e41;
}
.voice__blk:nth-of-type(3) {
  border-color: #ec3f28;
  background-image: url("../img/voiceBg03.jpg");
}
@media screen and (min-width: 1080px) {
  .voice__blk:nth-of-type(3) {
    background-image: url("../img/voiceBg03--pc.jpg");
  }
}
.voice__blk:nth-of-type(3) h3 {
  color: #ec3f28;
}

.recipe {
  background-color: #fff2dc;
  padding: 48px 0;
}
@media screen and (min-width: 1080px) {
  .recipe {
    padding: 120px 0;
  }
}
.recipe__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.recipe h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 900;
}
@media screen and (min-width: 428px) {
  .recipe h3 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .recipe h3 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1080px) {
  .recipe h3 {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
.recipe h3 span {
  display: block;
  color: #f8a200;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 640px) {
  .recipe h3 span {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .recipe h3 span {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.recipe img {
  display: block;
  width: 100%;
  height: auto;
}
.recipe ol {
  list-style: none;
  padding: 0;
}
.recipe ol li {
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 8px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .recipe ol li {
    column-gap: 16px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    grid-template-columns: 40px 1fr;
  }
}
.recipe ol li::before {
  content: "1";
  background-color: #f8a200;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .recipe ol li::before {
    font-size: 2rem;
    line-height: 2rem;
    width: 36px;
    height: 36px;
  }
}
.recipe ol li:nth-of-type(2)::before {
  content: "2";
}
.recipe ol li:nth-of-type(3)::before {
  content: "3";
}
.recipe ol li:nth-of-type(4)::before {
  content: "4";
}
.recipe__blk {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.questionnaire {
  background-color: #fffadc;
}
.questionnaire__header {
  padding: 28px 0;
  background-color: #ffe222;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1080px) {
  .questionnaire__header {
    padding: 64px 0;
    font-size: 2.6rem;
    line-height: 4.4rem;
  }
}
.questionnaire__header__content {
  width: 72vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.questionnaire--done {
  display: none;
}

.qForm {
  padding: 0 0 80px;
}
@media screen and (min-width: 1080px) {
  .qForm {
    padding: 0 0 120px;
  }
}
.qForm__blk {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.qForm__question {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
}
.qForm__question__num {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #fff;
  border: solid 4px #005e41;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005e41;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .qForm__question__num {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    font-size: 4rem;
    line-height: 4rem;
    border: solid 6px #005e41;
  }
}
.qForm__question__num strong {
  font-size: 4.8rem;
  line-height: 4.8rem;
}
@media screen and (min-width: 1080px) {
  .qForm__question__num strong {
    font-size: 9.6rem;
    line-height: 9.6rem;
  }
}
.qForm__question__txt {
  background-color: #005e41;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 12%;
  margin-left: -10%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 110%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .qForm__question__txt {
    height: 120px;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.qForm__check {
  position: relative;
  width: 72vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* Disabled checkbox */
  /* Accessibility */
}
.qForm__check--req {
  max-width: 640px;
}
.qForm__check label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1080px) {
  .qForm__check label {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.qForm__check label small {
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #ec3f28;
}
@media screen and (min-width: 1080px) {
  .qForm__check label small {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.qForm__check input {
  position: relative;
  z-index: 1;
  top: 2px;
}
.qForm__check input[type=text], .qForm__check input[type=email] {
  width: 100%;
  height: 24px;
  border: solid 1px #005e41;
  border-radius: 2px;
}
@media screen and (min-width: 1080px) {
  .qForm__check input[type=text], .qForm__check input[type=email] {
    height: 32px;
    border: solid 2px #005e41;
    border-radius: 4px;
  }
}
.qForm__check input[type=checkbox] {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1080px) {
  .qForm__check input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
}
.qForm__check [type=checkbox]:not(:checked),
.qForm__check [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.qForm__check [type=checkbox]:not(:checked) + label,
.qForm__check [type=checkbox]:checked + label {
  position: relative;
  padding-left: 24px;
  line-height: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .qForm__check [type=checkbox]:not(:checked) + label,
  .qForm__check [type=checkbox]:checked + label {
    padding-left: 40px;
  }
}
.qForm__check [type=checkbox]:not(:checked) + label:before,
.qForm__check [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #ffe222;
  border-radius: 0.2em;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .qForm__check [type=checkbox]:not(:checked) + label:before,
  .qForm__check [type=checkbox]:checked + label:before {
    width: 24px;
    height: 24px;
  }
}
.qForm__check [type=checkbox]:not(:checked) + label:after,
.qForm__check [type=checkbox]:checked + label:after {
  content: "●";
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #005e41;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1080px) {
  .qForm__check [type=checkbox]:not(:checked) + label:after,
  .qForm__check [type=checkbox]:checked + label:after {
    font-size: 1.6rem;
    line-height: 1.6rem;
    top: 6px;
    left: 4px;
  }
}
.qForm__check [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.qForm__check [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.qForm__check [type=checkbox]:disabled:not(:checked) + label:before,
.qForm__check [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
.qForm__check [type=checkbox]:disabled:checked + label:after {
  color: #777;
}
.qForm__check [type=checkbox]:disabled + label {
  color: #aaa;
}
.qForm__check [type=checkbox]:checked:focus + label:before,
.qForm__check [type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(34, 237, 132, 0.2);
}
.qForm__submit {
  width: 83.3vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.buy {
  background-color: #fffadc;
  display: none;
  padding: 80px 0 160px;
}
.buy--single {
  padding: 120px 0 160px;
  background-image: url("../img/stripe.png");
  background-size: cover;
}
.buy__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.buy__thanks {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .buy__thanks {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .buy__thanks {
    font-size: 5.6rem;
    line-height: 8rem;
  }
}
.buy h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (min-width: 640px) {
  .buy h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.buy__txt {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 1080px) {
  .buy__txt {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.buy__screen small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2rem;
}
@media screen and (min-width: 1080px) {
  .buy__screen small {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.buy__screen img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.buy__cap small {
  display: block;
  font-size: 1.1rem;
  line-height: 2rem;
}
@media screen and (min-width: 1080px) {
  .buy__cap small {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.buy--show {
  display: block;
}
.buy form {
  width: 83.3vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.buy__code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 83.3vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.buy__code__txt {
  border: solid 2px #f8a200;
  background-color: #fff;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .buy__code__txt {
    border: solid 4px #f8a200;
    width: 440px;
    padding: 24px;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .buy__code__txt {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.buy__code__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 100%;
  height: 48px;
  max-width: 440px;
  background-color: #f8a200;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 428px) {
  .buy__code__copy {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .buy__code__copy {
    height: 64px;
  }
}
.buy__code__copy::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/copyTxt2.svg");
  background-size: cover;
}
@media screen and (min-width: 1080px) {
  .buy__code__copy::after {
    width: 24px;
    height: 24px;
  }
}
.buy__form {
  opacity: 1;
  transition: 0.4s ease;
}
.buy__form--notAllowed {
  pointer-events: none;
  opacity: 0.2;
  transition: 0.4s ease;
}

.fixedBtn {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
}
.fixedBtn .btn01 {
  padding: 8px 18px;
}
.fixedBtn .btn01 img {
  display: block;
  width: 80%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .fixedBtn .btn01 {
    width: 800px;
    height: 96px;
  }
  .fixedBtn .btn01 img {
    width: 75%;
  }
}
.fixedBtn--hidden {
  transition: 0.4s ease-out;
  transform: translateY(200px);
}

.snsVoice {
  padding: 40px 0 0px;
}
@media screen and (min-width: 1080px) {
  .snsVoice {
    padding: 80px 0 0px;
  }
}
.snsVoice__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.snsVoice__blk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.snsVoice .swiper {
  width: 100%;
  height: 100%;
  max-height: none;
}
.snsVoice .swiper .swiper-slide {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .snsVoice .swiper .swiper-slide {
    padding-bottom: 20px;
  }
}
.snsVoice .swiper .swiper-button-prev, .snsVoice .swiper .swiper-button-next {
  display: none;
}
@media screen and (min-width: 960px) {
  .snsVoice .swiper .swiper-button-prev, .snsVoice .swiper .swiper-button-next {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
