@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-weight: 900;
}
.f-nsj {
  font-family: "Noto Sans JP", sans-serif;
}

:root {
  --bc-red: #cc0033;
  --bc-gray: #474040;
  --bc-brown: #6c2c26;
  --bc-gold: #b79467;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .sp2 {
    display: none !important;
  }
}

.ov, a.btn {
  transition: 0.3s;
}
.ov:hover, a.btn:hover {
  opacity: 0.75;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  width: 90%;
  height: 90px;
  margin: 0 auto;
  border-radius: 90px;
  background-color: var(--bc-red);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  a.btn {
    height: 60px;
  }
}

ruby rt {
  margin-bottom: -1em;
  font-size: 0.4em;
  text-align: center;
  letter-spacing: 0;
}

ul.slider label.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
ul.slider label.slick-arrow.prev {
  left: 0;
}
ul.slider label.slick-arrow.prev::after {
  border-left: 5px solid #595959;
  rotate: -45deg;
}
ul.slider label.slick-arrow.next {
  right: 0;
}
ul.slider label.slick-arrow.next::after {
  border-right: 5px solid #595959;
  rotate: 45deg;
}
ul.slider label.slick-arrow::after {
  content: "";
  width: 50%;
  aspect-ratio: 1/1;
  border-top: 5px solid #595959;
}

body {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #f5f3ee;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  padding: 0 5%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  translate: -50% 0;
}
header .spNavTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
header .spNavTgl.ex i {
  background-color: #fff;
}
header .spNavTgl.ex i::before {
  top: 50%;
  translate: 0 -50%;
  rotate: 40deg;
}
header .spNavTgl.ex i::after {
  bottom: 50%;
  translate: 0 50%;
  rotate: -40deg;
}
header .spNavTgl i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .spNavTgl i, header .spNavTgl i::before, header .spNavTgl i::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #464a54;
}
header .spNavTgl i::before, header .spNavTgl i::after {
  position: absolute;
}
header .spNavTgl i::before {
  top: 15px;
}
header .spNavTgl i::after {
  bottom: 15px;
}

nav {
  justify-content: space-between;
  align-items: center;
  max-width: 620px;
  width: calc(100% - 150px);
  height: 60px;
  padding: 0 5vw;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  nav {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  nav {
    max-width: 100%;
    width: 100%;
    height: 50px;
  }
  nav:not(.fixed) {
    display: flex !important;
    z-index: 9999;
  }
  nav.fixed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
    max-width: 260px;
    width: 100%;
    height: auto;
    padding: 90px 7.5% 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9990;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  nav.fixed a {
    font-size: 20px;
  }
}
nav a:hover {
  text-decoration: underline;
}

main section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }
}
main section h2 * {
  font-weight: inherit;
}
main section h2 em {
  font-size: 0.75em;
}
main section h2 .red {
  color: var(--bc-red);
}
main section.mv {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.mv {
    margin-bottom: 48px;
  }
}
main section.mv a[href="#campaign"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 12px 0;
  background-color: var(--bc-red);
}
main section.mv a[href="#campaign"]:hover p {
  text-decoration: underline;
}
main section.mv a[href="#campaign"] p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.mv a[href="#campaign"] p {
    font-size: 4vw;
  }
}
main section.mv a[href="#campaign"] p::after {
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 12px;
  left: 50%;
  translate: -50% 0;
  rotate: 45deg;
}
main section.mv a[href="#campaign"] p span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main section.mv a[href="#campaign"] p span {
    font-size: 2.133vw;
  }
}
main section.mv picture {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main section.mv picture {
    padding: 30px min(5vw, 80px) 45px;
  }
}
main section.mv picture img {
  width: 100%;
}
main section.mv a.btn {
  position: fixed;
  bottom: 5dvh;
  z-index: 99;
  transition: none;
}
@media screen and (min-width: 769px) {
  main section.mv a.btn {
    justify-content: flex-end;
    max-width: 300px;
    border-radius: 90px 0 0 90px;
    padding-right: min(5vw, 80px);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.mv a.btn {
    left: 50%;
    translate: -50% 0;
  }
}
main section.mv a.btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  main section.mv a.btn i {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  main section.mv a.btn i {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
main section.mv a.btn i::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 135deg;
  translate: 0 -15%;
}
@media screen and (max-width: 768px) {
  main section.mv a.btn i::after {
    width: 12px;
    height: 12px;
  }
}
main section.campaign {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 100px;
  padding: 10px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.campaign {
    padding: 8px;
    border-radius: 25px;
  }
}
main section.campaign .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 2px solid var(--bc-red);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  main section.campaign .inner {
    border-radius: 20px;
  }
}
main section.campaign .inner .ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section.campaign .inner .ttl {
    margin-bottom: 28px;
  }
}
main section.campaign .inner .pdTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 40px;
  color: var(--bc-red);
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section.campaign .inner .pdTgl {
    margin-bottom: 32px;
  }
}
main section.campaign .inner .pdTgl:hover {
  text-decoration: underline;
}
main section.campaign .inner .pdTgl.ex i::after {
  translate: 0 25%;
  rotate: -45deg;
}
main section.campaign .inner .pdTgl i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--bc-red);
  border-radius: 50%;
}
main section.campaign .inner .pdTgl i::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--bc-red);
  border-right: 2px solid var(--bc-red);
  rotate: 135deg;
  translate: 0 -15%;
}
main section.campaign .inner .pdCnt {
  width: 90%;
  margin-bottom: 60px;
  padding: 60px 5%;
  border-radius: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  main section.campaign .inner .pdCnt {
    margin-bottom: 5%;
    padding: 28px 5% 18px;
    border-radius: 15px;
  }
}
main section.campaign .inner .pdCnt dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #81807e;
}
@media screen and (max-width: 768px) {
  main section.campaign .inner .pdCnt dl {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
}
main section.campaign .inner .pdCnt dl dt {
  margin-bottom: 10px;
  color: var(--bc-red);
  font-size: 20px;
}
main section.campaign .inner .pdCnt dl dd {
  color: var(--bc-gray);
}
main section.campaign .inner .pdCnt dl dd ul, main section.campaign .inner .pdCnt dl dd ol {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-left: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main section.campaign .inner .pdCnt dl dd ul, main section.campaign .inner .pdCnt dl dd ol {
    gap: 8px 0;
    line-height: 1.7;
  }
}
main section.campaign .inner .pdCnt dl dd ul li, main section.campaign .inner .pdCnt dl dd ol li {
  width: 100%;
  text-indent: -1em;
}
main section.campaign .inner .pdCnt dl dd ul li *, main section.campaign .inner .pdCnt dl dd ol li * {
  text-indent: 0;
}
main section.campaign .inner .pdCnt dl dd li p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
main section.campaign .inner .pdCnt dl dd p.note {
  color: #595959;
}
main section.campaign .inner .pdCnt dl dd a {
  color: var(--bc-red);
  word-wrap: break-word;
}
main section.campaign .inner .pdCnt dl dd a:not(:hover) {
  text-decoration: underline;
}
main section.about {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main section.about {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main section.about {
    padding: 0 7.5%;
  }
}
main section.about h2 {
  width: 100%;
  margin-bottom: 0;
}
main section.about ul.slider {
  width: 45%;
}
@media screen and (max-width: 768px) {
  main section.about ul.slider {
    width: 100%;
  }
}
main section.about ul.slider li.slick-slide {
  padding: 40px 0;
  text-align: center;
}
main section.about ul.slider li.slick-slide img {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main section.about ul.slider label.slick-arrow.prev {
    translate: -7.5vw 0;
  }
  main section.about ul.slider label.slick-arrow.next {
    translate: 7.5vw 0;
  }
}
main section.about p {
  width: 50%;
  line-height: 2.2;
  color: var(--bc-gray);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main section.about p {
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
  }
}
main section.feature {
  padding: 60px 3.5% 100px;
}
@media screen and (max-width: 768px) {
  main section.feature {
    padding: 48px 3.5% 68px;
  }
}
main section.feature ul.slider {
  width: 100%;
}
@media screen and (min-width: 769px) {
  main section.feature ul.slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}
main section.feature ul.slider > li, main section.feature ul.slider li.slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  height: auto;
  margin: 0 10px;
  padding: 40px min(5%, 30px);
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slider > li, main section.feature ul.slider li.slick-slide {
    padding: 28px min(5%, 30px);
    border-radius: 15px;
  }
}
main section.feature ul.slider > li img, main section.feature ul.slider li.slick-slide img {
  max-width: 260px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slider > li img, main section.feature ul.slider li.slick-slide img {
    max-width: 200px;
    width: 100%;
  }
}
main section.feature ul.slider > li h3, main section.feature ul.slider li.slick-slide h3 {
  margin-bottom: 20px;
  color: var(--bc-brown);
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slider > li h3, main section.feature ul.slider li.slick-slide h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
main section.feature ul.slider > li p, main section.feature ul.slider li.slick-slide p {
  width: 100%;
  line-height: 1.8;
  color: var(--bc-gray);
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slider > li p, main section.feature ul.slider li.slick-slide p {
    line-height: 1.65;
    font-size: 16px;
  }
}
main section.feature ul.slider > li p i, main section.feature ul.slider li.slick-slide p i {
  font-size: 0.75em;
}
main section.feature ul.slider > li p em, main section.feature ul.slider li.slick-slide p em {
  display: inline-block;
}
main section.feature ul.slider > li p.note, main section.feature ul.slider li.slick-slide p.note {
  margin-top: -10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #595959;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slider > li p.note, main section.feature ul.slider li.slick-slide p.note {
    line-height: 1.4;
    font-size: 14px;
  }
}
main section.feature ul.slider > li {
  width: calc(33% - 20px);
}
main section.feature ul.slider .slick-track {
  display: flex;
}
main section.feature ul.slider label.slick-arrow.prev {
  translate: -3.5vw 0;
}
main section.feature ul.slider label.slick-arrow.next {
  translate: 3.5vw 0;
}
main section.feature ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slick-dots {
    margin-top: 25px;
  }
}
main section.feature ul.slick-dots li {
  border: 2px solid #595959;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  cursor: pointer;
}
main section.feature ul.slick-dots li.slick-active {
  background-color: #595959;
}
main section.feature ul.slick-dots li button {
  width: 26px;
  height: 26px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main section.feature ul.slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
main section.scene {
  margin-bottom: 80px;
  padding: 100px 3.5% 50px;
  background-color: #ece8de;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.scene {
    margin-bottom: 40px;
    padding: 68px 3.5% 34px;
  }
}
main section.scene::after {
  content: "";
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: inherit;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main section.scene::after {
    height: 40px;
    bottom: -40px;
  }
}
main section.scene iframe {
  display: block;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}
main section.scene .cntWrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap {
    margin-top: 56px;
  }
}
main section.scene .cntWrap h3 {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap h3 {
    gap: 0 12px;
    margin-bottom: 18px;
    font-size: 20px;
  }
}
main section.scene .cntWrap h3 i {
  color: var(--bc-brown);
  font-size: 60px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap h3 i {
    font-size: 40px;
  }
}
main section.scene .cntWrap h3 + picture {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap h3 + picture {
    margin-bottom: 22px;
  }
}
main section.scene .cntWrap > p {
  padding: 0 5%;
  line-height: 1.8;
  color: var(--bc-gray);
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  main section.scene .cntWrap > p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap > p {
    font-size: 16px;
  }
}
main section.scene .cntWrap > p.note {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap > p.note {
    font-size: 14px;
  }
}
main section.scene .cntWrap .cntBox {
  margin-top: 55px;
  padding: 60px 5%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap .cntBox {
    margin-top: 25px;
    padding: 46px 5%;
  }
}
main section.scene .cntWrap .cntBox h4 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  color: var(--bc-brown);
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap .cntBox h4 {
    margin-bottom: 22px;
    font-size: 18px;
  }
}
main section.scene .cntWrap.scene01 .cntBox figure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 30px;
}
main section.scene .cntWrap.scene01 .cntBox figure img {
  max-width: 40%;
}
main section.scene .cntWrap.scene01 .cntBox figure figcaption {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene01 .cntBox figure figcaption {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 500px) {
  main section.scene .cntWrap.scene01 .cntBox figure figcaption {
    padding: 10px 12px 10px 10px;
    font-size: 16px;
  }
}
main section.scene .cntWrap.scene01 .cntBox figure figcaption::before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #1a1a1a;
  position: absolute;
  top: calc(50% - 5px);
  left: -20px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene01 .cntBox figure figcaption::before {
    top: calc(50% - 10px);
  }
}
main section.scene .cntWrap.scene01 .cntBox > p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
main section.scene .cntWrap.scene01 .cntBox dl {
  border: 2px solid #1a1a1a;
}
main section.scene .cntWrap.scene01 .cntBox dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene01 .cntBox dl dt {
    font-size: 20px;
  }
}
main section.scene .cntWrap.scene01 .cntBox dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene01 .cntBox dl dd {
    padding-bottom: 24px;
  }
}
main section.scene .cntWrap.scene01 .cntBox dl dd p {
  padding: 0 5%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene01 .cntBox dl dd p {
    text-align: center;
    font-size: 14px;
  }
}
main section.scene .cntWrap.scene01 .cntBox dl dd p a {
  color: var(--bc-red);
}
main section.scene .cntWrap.scene01 .cntBox dl dd p a:not(:hover) {
  text-decoration: underline;
}
main section.scene .cntWrap.scene02 .cntBox dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene02 .cntBox dl {
    margin-bottom: 15px;
  }
}
main section.scene .cntWrap.scene02 .cntBox dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 15px;
  border-bottom: 2px solid #81807e;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene02 .cntBox dl dt {
    padding: 0 15px 12px;
  }
}
main section.scene .cntWrap.scene02 .cntBox dl dt.ex::after {
  rotate: 135deg;
}
main section.scene .cntWrap.scene02 .cntBox dl dt::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #463f3f;
  border-right: 2px solid #463f3f;
  rotate: 45deg;
  transition: rotate 0.3s;
}
main section.scene .cntWrap.scene02 .cntBox dl dd {
  padding: 15px 20px;
}
main section.scene .cntWrap.scene02 .cntBox dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
main section.scene .cntWrap.scene02 .cntBox dl dd ul li {
  padding-left: 20px;
  position: relative;
}
main section.scene .cntWrap.scene02 .cntBox dl dd ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--bc-brown);
  position: absolute;
  top: 5px;
  left: 0;
}
main section.scene .cntWrap.scene02 .cntBox dl dd ul li span {
  display: inline-block;
}
main section.scene .cntWrap.scene02 .cntBox p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.scene .cntWrap.scene02 .cntBox p {
    font-size: 14px;
  }
}
main section.scene .cntWrap.scene02 .cntBox p a {
  color: var(--bc-red);
}
main section.scene .cntWrap.scene02 .cntBox p a:not(:hover) {
  text-decoration: underline;
}
main section.variation {
  margin-bottom: 60px;
  padding: 100px 5%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.variation {
    margin-bottom: 30px;
    padding: 60px 5%;
  }
}
main section.variation::before {
  content: "";
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  background-color: inherit;
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main section.variation::before {
    height: 40px;
    top: -40px;
  }
}
main section.variation::after {
  content: "";
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: inherit;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main section.variation::after {
    height: 40px;
    bottom: -40px;
  }
}
main section.variation h2 {
  text-align: center;
}
main section.variation ul.tabNav {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin-bottom: 30px;
}
main section.variation ul.tabNav li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 32%;
  padding: 15px 0 16px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  background-color: var(--series-color);
}
@media screen and (max-width: 768px) {
  main section.variation ul.tabNav li {
    flex-direction: column;
    align-items: center;
    padding: 5px 0 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  main section.variation ul.tabNav li {
    font-size: 14px;
  }
}
main section.variation ul.tabNav li[data-tab="1"] {
  --series-color: #b79467;
}
main section.variation ul.tabNav li[data-tab="2"] {
  --series-color: #5c8186;
}
main section.variation ul.tabNav li[data-tab="3"] {
  --series-color: #333;
}
main section.variation ul.tabNav li.ex {
  border: 2px solid var(--series-color);
  background-color: #fff;
  color: #000;
}
main section.variation ul.tabNav li.ex::before {
  content: "";
  width: 21px;
  height: 21px;
  border-right: 2px solid var(--series-color);
  border-bottom: 2px solid var(--series-color);
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  rotate: 45deg;
}
main section.variation ul.tabNav li:not(.ex)::before {
  content: "";
  border-top: 15px solid var(--series-color);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
main section.variation ul.tabNav li ruby {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px 0;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  main section.variation ul.tabNav li ruby {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  main section.variation ul.tabNav li ruby {
    font-size: 22px;
  }
}
main section.variation .cntWrap {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
}
main section.variation .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox {
    padding-top: 30px;
    border-radius: 20px;
  }
}
main section.variation .cntWrap .cntBox.show {
  transition: opacity 0.5s;
}
main section.variation .cntWrap .cntBox:not(.show) {
  display: none;
  opacity: 0;
}
main section.variation .cntWrap .cntBox[data-tab="1"] {
  background-color: #ebe1d5;
}
main section.variation .cntWrap .cntBox[data-tab="1"] .plan {
  background-color: #d6c2a9;
}
main section.variation .cntWrap .cntBox[data-tab="2"] {
  background-color: #bfccce;
}
main section.variation .cntWrap .cntBox[data-tab="2"] .plan {
  background-color: #a1b5b8;
}
main section.variation .cntWrap .cntBox[data-tab="3"] {
  background-color: #81807e;
  color: #fff;
}
main section.variation .cntWrap .cntBox[data-tab="3"] .plan {
  background-color: #525251;
}
main section.variation .cntWrap .cntBox > * {
  padding: 0 5%;
}
main section.variation .cntWrap .cntBox hgroup {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox hgroup {
    margin-bottom: 18px;
  }
}
main section.variation .cntWrap .cntBox hgroup p {
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  main section.variation .cntWrap .cntBox hgroup p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox hgroup p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section.variation .cntWrap .cntBox hgroup p {
    font-size: 16px;
  }
}
main section.variation .cntWrap .cntBox hgroup h3 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox hgroup h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  main section.variation .cntWrap .cntBox hgroup h3 {
    font-size: 24px;
  }
}
main section.variation .cntWrap .cntBox figure {
  margin-bottom: 20px;
}
main section.variation .cntWrap .cntBox figure img {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
}
main section.variation .cntWrap .cntBox dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox dl {
    margin-bottom: 24px;
  }
}
main section.variation .cntWrap .cntBox dl dd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox dl dd {
    gap: 10px;
  }
}
main section.variation .cntWrap .cntBox dl dd span {
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox dl dd span {
    padding: 0 12px;
    font-size: 14px;
  }
}
main section.variation .cntWrap .cntBox dl dd span.c1 {
  background-color: #7d7974;
}
main section.variation .cntWrap .cntBox dl dd span.c2 {
  background-color: #a6a6a6;
}
main section.variation .cntWrap .cntBox dl dd span.c3 {
  background-color: #b79467;
}
main section.variation .cntWrap .cntBox dl dd span.c4 {
  background-color: #737373;
}
main section.variation .cntWrap .cntBox dl dd span.c5 {
  background-color: #000;
}
main section.variation .cntWrap .cntBox dl dd span.c6 {
  background-color: #fff;
  color: #000;
}
main section.variation .cntWrap .cntBox dl dd span.c7 {
  background-color: #1a1a1a;
}
main section.variation .cntWrap .cntBox p.f-nsj {
  width: 100%;
  margin-bottom: 55px;
  line-height: 1.8;
  text-align: center;
  color: var(--bc-gray);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox p.f-nsj {
    margin-bottom: 40px;
  }
}
main section.variation .cntWrap .cntBox .plan {
  width: 100%;
  padding: 60px 5% 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox .plan {
    padding: 40px 5%;
  }
}
main section.variation .cntWrap .cntBox .plan img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox .plan img {
    margin-bottom: 30px;
  }
}
main section.variation .cntWrap .cntBox .plan a.btn {
  max-width: 400px;
  position: relative;
}
main section.variation .cntWrap .cntBox .plan a.btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox .plan a.btn i {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
main section.variation .cntWrap .cntBox .plan a.btn i::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 135deg;
  translate: 0 -15%;
}
@media screen and (max-width: 768px) {
  main section.variation .cntWrap .cntBox .plan a.btn i::after {
    width: 12px;
    height: 12px;
  }
}
main section.voice {
  margin-bottom: 80px;
  padding: 80px 5%;
  background-color: #e3dfdd;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.voice {
    margin-bottom: 40px;
    padding: 60px 5%;
  }
}
main section.voice::after {
  content: "";
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: inherit;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main section.voice::after {
    height: 40px;
    bottom: -40px;
  }
}
main section.voice p.lead {
  margin-bottom: 40px;
  color: var(--bc-brown);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section.voice p.lead {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
main section.voice .cntWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  max-width: 800px;
  width: 100%;
}
main section.voice .cntWrap dl.cntBox {
  width: 100%;
  padding: 30px 5%;
  border-radius: 20px;
  background-color: #fff;
}
main section.voice .cntWrap dl.cntBox dt {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  main section.voice .cntWrap dl.cntBox dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section.voice .cntWrap dl.cntBox dt {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
main section.voice .cntWrap dl.cntBox dt img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  main section.voice .cntWrap dl.cntBox dt img {
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  main section.voice .cntWrap dl.cntBox dt img {
    width: 100px;
  }
}
main section.voice .cntWrap dl.cntBox dt p {
  line-height: 1.8;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  main section.voice .cntWrap dl.cntBox dt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  main section.voice .cntWrap dl.cntBox dt p {
    font-size: 15px;
  }
}
main section.voice .cntWrap dl.cntBox dt p span {
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--bc-gold);
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main section.voice .cntWrap dl.cntBox dt p span {
    padding: 3px 10px;
  }
}
main section.voice .cntWrap dl.cntBox dt p span em {
  font-size: 1.2em;
}
main section.voice .cntWrap dl.cntBox dd {
  line-height: 2;
  color: var(--bc-gray);
}
@media screen and (max-width: 768px) {
  main section.voice .cntWrap dl.cntBox dd {
    line-height: 1.8;
  }
}
main section.experience {
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  main section.experience {
    padding: 60px 0;
  }
}
main section.experience h2 {
  text-align: center;
}
main section.experience h3 {
  margin-bottom: 40px;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  main section.experience h3 {
    margin-bottom: 28px;
    font-size: 36px;
  }
}
main section.experience picture {
  max-width: 1500px;
  width: 100%;
}
main section.experience picture img {
  width: 100%;
}
main section.purchase {
  margin-top: 80px;
  padding: 80px 5% 100px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.purchase {
    margin-top: 40px;
    padding: 60px 5% 65px;
  }
}
main section.purchase::after {
  content: "";
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  background-color: inherit;
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main section.purchase::after {
    height: 40px;
    top: -40px;
  }
}
main section.purchase .cntWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main section.purchase .cntWrap {
    flex-direction: column;
  }
}
main section.purchase .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  padding: 60px 5%;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  main section.purchase .cntWrap .cntBox {
    width: 100%;
    padding: 26px 5%;
    border-radius: 25px;
  }
}
main section.purchase .cntWrap .cntBox:nth-of-type(1) {
  background-color: #ebe1d5;
}
main section.purchase .cntWrap .cntBox:nth-of-type(2) {
  background-color: #bfccce;
}
main section.purchase .cntWrap .cntBox:nth-of-type(3) {
  background-color: #81807e;
  color: #fff;
}
main section.purchase .cntWrap .cntBox:nth-of-type(4) {
  background-color: #e7e6e6;
}
main section.purchase .cntWrap .cntBox h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  main section.purchase .cntWrap .cntBox h3 {
    font-size: 28px;
  }
}
main section.purchase .cntWrap .cntBox img {
  width: 100%;
  margin: 25px 0 35px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.purchase .cntWrap .cntBox img {
    bottom: 18px 0 24px;
  }
}
main section.purchase > p {
  margin: 80px 0 40px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section.purchase > p {
    margin: 28px 0;
    font-size: 20px;
  }
}
main section.purchase a.online {
  max-width: 450px;
  height: 80px;
  border: 2px solid var(--bc-red);
  background-color: #fff;
  text-align: center;
  color: var(--bc-red);
}
main section.qa {
  padding: 100px 5% 60px;
}
@media screen and (max-width: 768px) {
  main section.qa {
    padding: 60px 5%;
  }
}
main section.qa dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  main section.qa dl {
    margin: 0 auto 12px;
  }
}
main section.qa dl dt {
  display: flex;
  align-items: baseline;
  padding: 0 50px 15px 5px;
  border-bottom: 2px solid #81807e;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}
main section.qa dl dt:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main section.qa dl dt {
    padding: 0 40px 12px 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section.qa dl dt {
    font-size: 18px;
  }
}
main section.qa dl dt.ex i::after {
  rotate: 0deg;
}
main section.qa dl dt::before {
  content: "Q.";
  margin-right: 5px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.qa dl dt::before {
    font-size: 32px;
  }
}
main section.qa dl dt i {
  position: absolute;
  top: 50%;
  right: 30px;
}
main section.qa dl dt i::before, main section.qa dl dt i::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  main section.qa dl dt i::before, main section.qa dl dt i::after {
    width: 20px;
  }
}
main section.qa dl dt i::after {
  rotate: 90deg;
  transition: rotate 0.3s;
}
main section.qa dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  padding: 15px 20px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.qa dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  main section.qa dl dd {
    font-size: 14px;
  }
}
main section.qa dl dd p {
  width: 100%;
}
main section.qa dl dd p a:not(:hover) {
  text-decoration: underline;
}
main section.qa dl dd span {
  font-size: 20px;
}

footer .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 5px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  footer .inner {
    flex-direction: column;
  }
}
footer .inner p a:not(:hover) {
  text-decoration: underline;
}
footer small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}