@charset "utf-8";

body {
  width: 100%;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #10084C;
}

/* スクロールデザイン */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #A83732;
}
/* --------------------------- */

/* デバイスに合わせた高さ */
.setHeight {
  height: calc(var(--dvh, 1vh) * 100);
}

img {
  width: 100%;
}

/* ヘッダー */
header {
  height: calc(var(--dvh, 1vh) * 100);
  background-color: #ffffff;
  position: relative;
}
.brand {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 320px;
  padding: 20px 0;
  background-color: #ffffff;
}
.brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.brand .logo {
  width: 100%;
  max-width: 160px;
  margin: 15px 0;
}
.brand .catch,
.brand .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 35px;
  line-height: 1.5;
  font-size: 14px;
}
.brand .catch {
  font-size: 20px;
}
/* スライド */
.slide {
  height: calc(100% - 320px);
  position: relative;
  top: 320px;
}
.slide .image {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  transition: opacity 1.5s;
}
.slide .image.hidden {
  opacity: 0;
}
.slide .image.display {
  opacity: 1;
}
.slide .image img {
  height: 100%;
  object-fit: cover;
}
/* ナビボタン */
.navBtn {
  position: fixed;
  top: -40px;
  right: -20px;
  z-index: 1000;
  width: 120px;
  height: 120px;
  background-color: #A83732;
  box-shadow: 2px 2px 5px -2px rgb(16, 8, 76, 0.6);
  border-radius: 100px;
}
.navBtn button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.navBtn .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: top 0.3s, transform 0.3s;
}
.navBtn .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  text-transform: capitalize;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: #ffffff;
  transition: opacity 0.3s;
}
/* アクティブ */
.navBtn.active .item {
  top: calc(50% + 10px);
}
.navBtn.active .item-1 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navBtn.active .item-2 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.navBtn.active .text {
  opacity: 0;
}
/* インアクティブ */
.navBtn.inactive .text {
  opacity: 1;
}
/* ナビゲーション */
.mainNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: calc(var(--dvh, 1vh) * 100);
  padding: 120px 0;
  background-color: #FEDA50;
  letter-spacing: 0.2em;
  font-size: 18px;
  color: #A83732;
  overflow: auto;
}
.mainNav.display {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: left 0.1s, opacity 0.3s 0.1s, visibility 0.1s;
}
.mainNav.hidden {
  left: -100%;
  opacity: 0;
  visibility: hidden;
  transition: left 0.1s 0.3s, opacity 0.3s, visibility 0.1s 0.3s;
}
.mainNav ul {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.mainNav .menuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.mainNav .menuBtn span {
  position: relative;
}
.mainNav .menuBtn span::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  background-color: #A83732;
  border-radius: 100px;
  transition: width 0.3s;
}
.mainNav .menuBtn:hover span::before {
  width: 100%;
}
.mainNav .menuBtn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* SNSリンク */
.mainNav .snsLinks .mark {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80px;
  margin: 30px auto;
}
.mainNav .snsLinks .mark span {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #A83732;
  border-radius: 5px;
}
.mainNav .snsLinks ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 220px;
}
.mainNav .snsLinks li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 100px;
}
.mainNav .snsLinks li.instagram-icon img {
  width: 40px;
}

main {
  position: relative;
}
main::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  display: block;
  width: 270px;
  height: 120px;
  margin: 0 auto;
  background-image: url(../img/illustration/illustration-09.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(var(--dvh, 1vh) * 100);
  background-image: url(../img/image-4.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 購入ボタン */
@keyframes scaleOnce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.purchaseBtn {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  max-width: 180px;
  height: 65px;
  padding-left: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #fcb2b2 0%, #FEDA50 100%);
  box-shadow: 2px 2px 5px -2px rgb(16, 8, 76, 0.6);
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  color: #A83732;
}
.purchaseBtn.is-animate {
  animation: scaleOnce 0.8s ease-in-out;
}
.purchaseBtn::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -25px;
  transform: rotate(-12deg);
  z-index: -1;
  width: 60px;
  height: 60px;
  background-image: url(../img/illustration/illustration-10.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0px 1px #FEDA50);
}
.purchaseBtn span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding-left: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #A83732;
}

section {
  padding: 0 25px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
section .innerline {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

section h2 {
  margin-bottom: 30px;
  font-size: 20px;
}

/* ストーリー */
.storySec {
  padding-top: 220px;
}
.storySec h2 {
  line-height: 2;
  font-size: 24px;
}
.storySec .image {
  width: 100%;
}
.storySec .image .imageSet {
  width: 230px;
  height: 330px;
  position: relative;
}
.storySec .image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.storySec .image img.subImage {
  position: absolute;
  bottom: -30px;
  right: -110px;
  width: 150px;
  height: 220px;
}
.storySec .storyText {
  padding-top: 60px;
  padding-bottom: 20px;
}
.storySec .storyText::before {
  content: '';
  position: absolute;
  bottom: -70px;
  right: -420px;
  width: 360px;
  height: 360px;
  background-image: url(../img/illustration/illustration-02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
.storySec .storyText p {
  margin-top: 15px;
  text-align: center;
  line-height: 2.5;
}
.storySec .storyText p span {
  color: #A83732;
  position: relative;
}
.storySec .storyText p span::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #A83732;
}

/* アバウト */
.aboutSec {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}
.aboutSec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 280px;
  height: 120px;
  background-image: url(../img/illustration/illustration-13.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.aboutSec h2 {
  text-align: center;
}
.aboutSec h3 {
  line-height: 2;
  font-size: 18px;
}
.aboutSec ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 620px;
  padding: 30px 0;
}
.aboutSec li {
  width: calc(100% / 3);
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.aboutSec li.milk {
  background-image: url(../img/illustration/illustration-14.svg);
}
.aboutSec li.salt {
  background-image: url(../img/illustration/illustration-16.svg);
}
.aboutSec li.lime {
  background-image: url(../img/illustration/illustration-15.svg);
}
.aboutSec p {
  line-height: 1.8;
}
.aboutSec .subColumn {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  width: 420px;
  height: 420px;
  background-image: url(../img/illustration/illustration-04.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}

/* メリット */
.meritSec {
  padding-top: 140px;
  padding-bottom: 180px;
  position: relative;
}
.meritSec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 350px;
  height: 120px;
  background-image: url(../img/illustration/illustration-17.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.meritSec h2 {
  line-height: 1.7;
}
.meritSec h3 {
  display: inline-block;
  color: #A83732;
  position: relative;
}
.meritSec h3::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1;
  border-bottom: 2px dotted #A83732;
}
.meritSec .column {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.meritSec .image {
  margin-top: 30px;
}
.meritSec .image img {
  width: 100%;
  max-width: 260px;
  border-radius: 30px;
}
.meritSec dl {
  width: 100%;
  padding: 15px 0;
}
.meritSec dt {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 50px;
  margin-top: 25px;
  padding-left: 55px;
  letter-spacing: 0.1em;
  font-size: 20px;
  position: relative;
}
.meritSec dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-15deg);
  width: 40px;
  height: 40px;
  background-image: url(../img/illustration/illustration-18.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.meritSec dd {
  line-height: 1.7;
}

/* 共感・悩み */
.empathySec {
  margin-top: calc(var(--dvh, 1vh) * 80);
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.empathySec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 280px;
  height: 120px;
  background-image: url(../img/illustration/illustration-19.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.empathySec h2 {
  text-align: center;
}
.empathySec ul {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.empathySec ul::before {
  content: '';
  position: absolute;
  top: 70%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(15deg);
  z-index: -1;
  width: 120%;
  height: 450px;
  background-image: url(../img/illustration/illustration-21.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.empathySec li {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 18px;
}
.empathySec p {
  margin-top: 110px;
  text-align: center;
  line-height: 1.7;
  color: #A83732;
}

/* 比較 */
.comparisonSec {
  padding-top: 140px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
.comparisonSec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 280px;
  height: 120px;
  background-image: url(../img/illustration/illustration-20.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.comparisonSec .image {
  max-width: 680px;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.comparisonSec .image img {
  position: absolute;
  top: 0;
  left: -25px;
  width: calc(100% + 25px + 25px);
  height: 100%;
  object-fit: cover;
}
.comparisonSec p {
  margin-top: 45px;
  line-height: 1.8;
}
.comparisonSec p.color {
  text-decoration: underline;
  font-size: 18px;
  color: #A83732;
}

/* 背景を商品画像へ */
.fixedImage {
  position: relative;
}
.itemImage {
  width: 100%;
  height: calc(var(--dvh, 1vh) * 100);
  position: sticky;
  top: 0;
}
.itemImage img {
  height: 100%;
  object-fit: cover;
}

/* コンパクト */
section.compact {
  width: calc(100% - (25px * 2));
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 30px;
}

/* 選ばれる理由 */
.chooseSec {
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: transparent;
  position: relative;
}
.chooseSec h2 {
  text-align: center;
}
.chooseSec ul {
  padding: 0 0 40px;
}
.chooseSec li {
  margin-top: 35px;
  padding-left: 45px;
  position: relative;
}
.chooseSec li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-image: url(../img/illustration/illustration-10.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.chooseSec p {
  text-align: center;
  line-height: 1.7;
}
.chooseSec p span {
  font-size: 20px;
  color: #A83732;
  position: relative;
}
.chooseSec p span::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #A83732;
}

/* 安全対策 */
.safetyNoteSec {
  margin-top: 140px !important;
}
.safetyNoteSec h2 {
  text-align: center;
  line-height: 1.7;
}
.safetyNoteSec li {
  margin-top: 15px;
  line-height: 1.7;
}
.safetyNoteSec .noteEmphasis {
  margin-top: 30px;
  line-height: 1.7;
  text-align: center;
  color: #A83732;
}
.safetyNoteSec .noteEmphasis span {
  font-size: 18px;
  position: relative;
}
.safetyNoteSec .noteEmphasis span::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #A83732;
}

/* 習慣と未来 */
.futureSec {
  margin-top: 150px !important;
  margin-bottom: 60px !important;
}
.futureSec h2 {
  text-align: center;
}
.futureSec p {
  margin-top: 15px;
  line-height: 1.7;
}

/* 最後のコンテンツ */
.lastContents {
  position: relative;
}

.purchaseSec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.purchaseSec h2 {
  text-align: start;
  line-height: 1.7;
}
.purchaseSec p {
  margin-top: 15px;
  line-height: 1.7;
}

/* 会社情報 */
.companySec {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #A83732;
  color: #ffffff;
}
.companySec dl {
  max-width: 620px;
  font-weight: 600;
}
.companySec dt {
  margin-top: 20px;
  font-size: 16px;
}
.companySec dd {
  margin-top: 10px;
  line-height: 1.7;
  position: relative;
}
.companySec dd::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

/* インフォメーション */
.informationSec {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #A83732;
  border-top: 1px solid rgb(255, 255, 255, 0.1);
  color: #ffffff;
}
.informationSec .innerline {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
/* 内部リンク */
.informationSec .innerLinks {
  max-width: 340px;
  padding: 45px 0;
}
.informationSec .innerLinks li {
  margin-top: 15px;
  padding-left: 25px;
  position: relative;
}
.informationSec .innerLinks li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100px;
}
.informationSec .innerLinks a {
  display: block;
  width: 100%;
}
/* ロゴ */
.informationSec .logoImage {
  width: 190px;
  margin: 0 auto;
}
.informationSec .logoImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.informationSec .logoImage .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 100%;
}
.informationSec .logoImage .sub {
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}

/* フッター */
footer {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 15px 25px 90px;
  background-color: #A83732;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #ffffff;
}
footer .copyright {
  display: inline-block;
  width: auto;
}
footer .copyright a {
  text-decoration: underline;
}

/* YouTube ショート動画 */
.youtubeVideo {
  padding: 0;
  padding-top: 120px;
  padding-bottom: 80px;
}
.youtubeVideo .channelData a {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 320px;
  padding-left: 20px;
}
.youtubeVideo .channelData .name {
  padding-left: 20px;
  letter-spacing: 0.05em;
  font-size: 26px;
}
.youtubeVideo .channelData .logo {
  width: 45px;
}
.youtubeVideo .scroll {
  position: relative;
}
.youtubeVideo .scroll a {
  content: '';
  position: absolute;
  bottom: -60px;
  right: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 250px;
  height: 120px;
  padding: 0 0 0 70px;
  background-image: url(../img/sns/yt_icon_red_digital.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 70px;
}
.youtubeVideo .video-wrapper {
  padding: 0 20px 0 120px;
}
.youtubeVideo #shorts {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 60px;
  position: relative;
}
.youtubeVideo .shortsTrack {
  display: flex;
  width: max-content;    /* ← これ超重要 */
  will-change: transform;
  transition: transform 0.3s;
}
.youtubeVideo .video-wrapper {
  flex: 0 0 auto;
  width: 320px;          /* ← 明示する */
  padding: 0 20px;       /* ← 左120pxは削除 */
}
.youtubeVideo .thumbnail,
.youtubeVideo iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 30px;
  object-fit: cover;
}
/* コントロールボタン */
.youtubeVideo #shorts .controlBtns button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  background-color: rgb(255, 243, 193, 0.8);
  border-radius: 100px;
}
.youtubeVideo #shorts .nextBtn {
  right: -15px;
}
.youtubeVideo #shorts .prevBtn {
  left: -15px;
}
.youtubeVideo #shorts button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.youtubeVideo #shorts button.nextBtn::before {
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url(../img/illustration/illustration-22.svg);
}

.youtubeVideo #shorts button.prevBtn::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  background-image: url(../img/illustration/illustration-22.svg);
}

/* 商品購入 */
.purchaseSec .items {
  margin-top: 160px;
}
.purchaseSec .items .row {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.purchaseSec .items .itemImages {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
.purchaseSec .items .itemImages li {
  flex: 0 0 100%;
  scroll-snap-align: center;
}
.purchaseSec .items .itemImages img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.purchaseSec .items h3 {
  padding-top: 20px;
  font-size: 32px;
}
.purchaseSec .items p {
  line-height: 1.7;
}
.purchaseSec .items a {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  margin-top: 80px;
  background: linear-gradient(15deg, #FEDA50 0%, #fff3c1 100%);
  border: 3px solid #A83732;
  box-shadow: 2px 2px 5px -2px rgb(16, 8, 76, 0.6);
  border-radius: 100px;
  color: #A83732;
  position: relative;
}
.purchaseSec .items a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.purchaseSec .row:nth-child(1) a::after {
  background-image: url(../img/btn/btn-parts1.webp);
}
.purchaseSec .row:nth-child(2) a::after {
  background-image: url(../img/btn/btn-parts2.webp);
}
.purchaseSec .row:nth-child(3) a::after {
  background-image: url(../img/btn/btn-parts3.webp);
}
.purchaseSec .items a span {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: 25px;
}
.purchaseSec .items a .top::before,
.purchaseSec .items a .top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
  width: 45px;
  height: 1px;
  background-color: #A83732;
}
.purchaseSec .items a .top::after {
  left: auto;
  right: -50px;
}
.purchaseSec .items a .low {
  top: calc(50% + 5px);
}
/* 商品画像のスライドボタン */
.purchaseSec .slideImages {
  max-width: 620px;
  position: relative;
}
.purchaseSec button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 140px;
  background-color: rgb(255, 243, 193, 0.4);
  border-radius: 100px;
}
.purchaseSec button.next {
  right: 10px;
}
.purchaseSec button.prev {
  left: 10px;
}
.purchaseSec button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.purchaseSec button.next::before {
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url(../img/illustration/illustration-22.svg);
}
.purchaseSec button.prev::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  background-image: url(../img/illustration/illustration-22.svg);
}

/* ---- レスポンシブ ---- */

/* 1200px 以上 */
@media screen and (min-width:1200px) { 

  body {
    font-size: 20px;
  }

  header {
    z-index: 10;
  }
  .brand {
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    max-width: 630px;
    height: 100%;
  }
  .brand .catch, .brand .sub {
    font-size: 24px;
  }
  .brand .logo {
    max-width: 320px;
  }
  .slide {
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slide .image {
    width: calc(100% - (630px + 25px));
    margin-left: 630px;
    border-radius: 110px;
    overflow: hidden;
  }
  .brand a {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
  }
  
  .navBtn {
    top: -50px;
    right: -30px;
    width: 180px;
    height: 180px;
  }
  .navBtn .text {
    margin-top: 40px;
    font-size: 18px;
  }
  .mainNav .menuBtn {
    height: 120px !important;
    font-size: 22px;
  }

  .purchaseBtn {
    max-width: 320px;
    height: 90px;
    padding-bottom: 40px;
    font-size: 22px;
  }
  .purchaseBtn span {
    font-size: 20px;
  }
  .purchaseBtn::before {
    width: 90px;
    height: 90px;
  }

  section {
    padding-top: 420px !important;
  }
  section::before {
    width: 420px !important;
    height: 160px !important;
    top: 190px !important;
  }
  section h2 {
    font-size: 28px;
  }
  section.compact {
    padding-top: 20px !important;
  }
  section .innerline {
    max-width: 1200px;
  }

  /* ストーリー */
  .storySec {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
  }
  .storySec .storyText::before {
    opacity: 1;
  }
  .storySec .image {
    width: auto;
    padding: 0 55px;
  }
  .storySec .storyText {
    width: 100%;
  }

  /* アバウト */
  .aboutSec h3 {
    font-size: 20px;
  }
  .aboutSec p {
    line-height: 2.5;
  }
  .aboutSec .subColumn {
    left: auto;
    right: -100px;
    transform: translate(0, 0);
    width: 660px;
    height: 660px;
  }

  /* メリット */
  .meritSec .image img {
    max-width: 460px;
  }
  .meritSec dl {
    width: calc(100% - 460px);
    padding-left: 20px;
  }
  .meritSec dt {
    height: 120px;
    padding-left: 90px;
    font-size: 24px;
  }
  .meritSec dt::before {
    width: 65px;
    height: 65px;
  }

  /* 悩み */
  .empathySec ul::before {
    height: 680px;
    left: -100px;
    transform: translate(0, -50%) rotate(15deg);
  }
  .empathySec li {
    font-size: 20px;
  }
  .empathySec p {
    margin-top: 210px;
    font-size: 24px;
  }

  /* ポイント */
  .comparisonSec .image {
    height: 560px;
  }
  .comparisonSec p {
    margin-top: 65px;
    line-height: 2.5;
  }
  .comparisonSec p.color {
    font-size: 24px;
  }

  .chooseSec p span {
    font-size: 24px;
  }
  .safetyNoteSec .noteEmphasis {
    font-size: 24px;
  }
  .safetyNoteSec .noteEmphasis span {
    font-size: 24px;
  }
  .futureSec p {
    line-height: 2.5;
  }

  .purchaseSec {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .purchaseSec p {
    margin-top: 55px;
  }
  .purchaseSec p.company-note {
    font-size: 24px;
  }
  
  .youtubeVideo {
    padding: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 230px !important;
  }
  .youtubeVideo .scroll a {
    width: 340px;
  }

  .companySec {
    padding-top: 230px !important;
    padding-bottom: 120px !important;
  }
  
  /* インフォメーション */
  .informationSec {
    padding-top: 60px !important;
    padding-bottom: 230px !important;
  }
  .informationSec .logoImage {
    width: 220px;
    margin: 0;
  }
  .informationSec .logoImage .image {
    height: 220px;
  }
  .informationSec .logoImage .sub {
    font-size: 16px;
  }

  footer {
    justify-content: center;
    padding: 15px 25px;
    text-align: center;
    font-size: 14px;
  }

  /* 商品購入 */
  .purchaseSec .items a {
    max-width: 510px;
    height: 100px;
  }
  .purchaseSec .items .itemText {
    max-width: calc(100% - 620px);
    padding-left: 50px;
  }
  .purchaseSec .items .row {
    margin-top: 180px;
  }
  .purchaseSec .items a::after {
    width: 120px;
    height: 120px;
  }

}