/* CSS Document */
.mainZone {
  position: relative;
}

.mainZone .note {
  display: block;
  font-size: 1rem;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .mainZone .note {
    bottom: 10%;
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .mainZone .note {
    bottom: 15px;
    right: 15px;
  }
}

.introZone {
  padding: 100px 0 40px 0;
  background-image: url("../img/intro/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone {
    background-image: url("../img/intro/bg_sp.webp");
    background-size: 100% auto;
    background-position: top center;
    padding-top: 73.3333333333vw;
  }
}

.introZone::before {
  content: "";
  background: rgb(232, 223, 214);
  background: linear-gradient(0deg, rgb(232, 223, 214) 0%, rgba(232, 223, 214, 0) 100%);
  width: 100%;
  display: block;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.introZone .inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.introZone .inner .cont {
  width: 50%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .introZone .inner .cont {
    width: 100%;
  }
}

.introZone .inner .cont .img {
  width: 344px;
  margin-top: 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone .inner .cont .img {
    width: 61.5384615385vw;
    margin: 12.8205128205vw auto 0;
  }
}

.introZone .inner .cont .img .notes {
  font-size: 12px;
  position: absolute;
  right: -100px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .introZone .inner .cont .img .notes {
    right: -16vw;
    font-size: 10px;
  }
}

.introZone .inner .cont p {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .introZone .inner .cont p {
    text-align: center;
  }
}

.introZone .inner .cont p+p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .movieZone {
    padding: 65px 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .movieZone {
    padding: 7.6923076923vw 0 11.5384615385vw;
  }
}

.movieZone .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .movieZone .inner {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .movieZone .inner {
    flex-direction: column;
    width: 89.7435897436vw;
  }
}

@media screen and (min-width: 768px) {
  .movieZone .inner .movBox {
    width: 48%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .movieZone .inner .movBox {
    width: 100%;
  }
}

.movieZone .inner .movBox iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .movieZone .inner .movBox iframe {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .movieZone .inner .movBox iframe {
    height: 89.7435897436vw;
  }
}

.navZone {
  padding: 40px 0 0px;
}

@media screen and (max-width: 767px) {
  .navZone {
    width: 89.7435897436vw;
    margin: 0 auto;
    padding-top: 5.1282051282vw;
  }
}

.navZone ul {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .navZone ul {
    flex-wrap: wrap;
  }
}

.navZone ul+ul {
  border-top: 1px solid #d7c7b7;
}

@media screen and (max-width: 767px) {
  .navZone ul+ul {
    border-top: 0;
  }
}

.navZone ul li {
  width: 25%;
  border-right: 1px solid #d7c7b7;
}

@media screen and (max-width: 767px) {
  .navZone ul li {
    width: 50%;
    border-right: 0;
    border-top: 1px solid #d7c7b7;
  }

  .navZone ul li.top {
    border-top: 0;
  }

  .navZone ul li:nth-child(odd) {
    border-right: 1px solid #d7c7b7;
  }
}

.navZone ul li:last-of-type {
  border-right: 0;
}

.navZone ul li a {
  padding: 15px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .navZone ul li a {
    font-size: 3.5897435897vw;
    padding: 15px 2vw;
  }
}

.navZone ul li span {
  text-align: center;
  display: block;
}

.navZone ul li .en {
  color: #aa8657;
  font-family: "linotype-didot", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11.5px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .navZone ul li .en {
    font-size: 2.5vw;
  }
}

.featureWrap {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .featureWrap {
    padding-top: 5.1282051282vw;
  }
}

.features .sup {
  font-size: 70%;
  position: relative;
  display: inline-block;
  line-height: 1;
  top: -0.3em;
}

.features img {
  width: auto;
  max-width: 100%;
}

.features .inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .features .inner {
    width: 100%;
  }
}

.features .header {
  background-image: url("../img/bg_feature.webp");
  background-size: cover;
  position: relative;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: center;
}

.features .header.reverse {
  flex-direction: row-reverse;
}

.features .header.reverse .text {
  padding-left: 18%;
}

@media screen and (max-width: 767px) {
  .features .header.reverse .text {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .features .header {
    background-image: none;
    display: block;
    padding: 0;
  }
}

.features .header img {
  width: auto;
  max-width: 100%;
}

.features .header .img {
  width: calc(50% - 50px);
}

@media screen and (max-width: 767px) {
  .features .header .img {
    width: 100%;
  }
}

.features .header .text {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features .header .text {
    position: static;
  }

  .features .header .text h2 {
    width: 100%;
    position: absolute;
    top: 7.6923076923vw;
    left: 10.2564102564vw;
  }
}

.features .header .text p {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  color: #aa8657;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .features .header .text p {
    font-size: 1.7rem;
    color: #fff;
    position: absolute;
    bottom: 6.4102564103vw;
    left: 10.2564102564vw;
  }
}

.features .body {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .features .body {
    padding-top: 10.2564102564vw;
  }
}

.features .body .notes {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .features .body .notes {
    font-size: 10px;
  }
}

.features .body .text dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .features .body .text dt {
    font-size: 18px;
  }
}

.features .body .text dd {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  z-index: 5;
}

.features.f1Zone .header .circle.c1 {
  left: 40%;
  top: 10%;
}

@media screen and (max-width: 767px) {
  .features.f1Zone .header .circle.c1 {
    left: -10%;
    top: 2%;
    mix-blend-mode: multiply;
  }
}

.features.f1Zone .header .circle.c2 {
  width: 335px;
  height: 335px;
  right: -5%;
  bottom: 2%;
  left: auto;
  top: auto;
  background: linear-gradient(180deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f1Zone .header .circle.c2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .features.f1Zone .body {
    padding-bottom: 0;
  }
}

.features.f1Zone .body .main {
  position: absolute;
  width: 409px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .features.f1Zone .body .main {
    display: none;
  }
}

.features.f1Zone .body .img {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .features.f1Zone .body .img {
    width: 89.7435897436vw;
    margin: 0 auto 10px auto;
  }
}

.features.f1Zone .body .img .notes {
  position: absolute;
  bottom: 0;
  right: 220px;
}

@media screen and (max-width: 767px) {
  .features.f1Zone .body .img .notes {
    position: static;
    text-align: right;
  }
}

.features.f1Zone .body .textWrap {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}

.features.f1Zone .body .t1 {
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .features.f1Zone .body .t1 {
    width: 82.0512820513vw;
    margin: 0 auto 10px auto;
  }
}

.features.f1Zone .body .t2 {
  position: absolute;
  right: 320px;
  top: 370px;
}

@media screen and (max-width: 767px) {
  .features.f1Zone .body .t2 {
    padding: 12.8205128205vw 10.2564102564vw 7.6923076923vw;
    position: static;
    background-image: url("../img/f1/main2_sp.webp");
    background-size: cover;
  }
}

.features.f2Zone {
  background-image: url("../img/f2/bg.webp");
  background-size: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.features.f2Zone .header {
  display: block;
  padding-top: 60px;
  background-image: none;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .header {
    padding: 20.5128205128vw 8.9743589744vw 6.4102564103vw;
  }
}

.features.f2Zone .header .text {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .header .text {
    position: static;
  }

  .features.f2Zone .header .text h2 {
    position: static;
    width: 66.6666666667vw;
  }

  .features.f2Zone .header .text p {
    margin-top: 5.1282051282vw;
    color: #aa8657;
    position: static;
  }
}

.features.f2Zone .header .circle.c1 {
  left: 50%;
  top: -40px;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .header .circle.c1 {
    left: 65vw;
    top: 5vw;
    width: 40vw;
    height: 40vw;
    mix-blend-mode: multiply;
  }
}

.features.f2Zone .header .circle.c2 {
  width: 335px;
  height: 335px;
  left: auto;
  right: -150px;
  top: 150px;
  background: linear-gradient(180deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f2Zone .header .circle.c2 {
    display: none;
  }
}

.features.f2Zone .header .circle.c3 {
  width: 200px;
  height: 200px;
  left: -50px;
  top: 475px;
  background: linear-gradient(0deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f2Zone .header .circle.c3 {
    display: none;
  }
}

.features.f2Zone .body {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .body {
    margin-top: 0;
  }
}

.features.f2Zone .body .flex {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .body .flex {
    width: 72.8205128205vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .features.f2Zone .body .flex {
    flex-direction: column;
    gap: 35px;
  }
}

.features.f2Zone .body .flex .cols {
  text-align: center;
}

.features.f2Zone .body .flex .cols dl {
  padding-top: 20px;
}

.features.f2Zone .body .bottom {
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .body .bottom {
    padding-bottom: 30px;
  }
}

.features.f2Zone .body .bottom .notes {
  text-align: right;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .features.f2Zone .body .bottom .notes {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .features.f3Zone .header .text h2 {
    top: 0;
    left: 5vw;
    width: 100%;
  }
}

.features.f3Zone .header .text p {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .features.f3Zone .header .text p {
    left: 0;
    text-align: right;
    padding-right: 10vw;
  }
}

.features.f3Zone .header .circle.c1 {
  width: 295px;
  height: 295px;
  left: 15%;
  top: 2%;
}

@media screen and (max-width: 767px) {
  .features.f3Zone .header .circle.c1 {
    left: -10%;
    top: -8%;
    mix-blend-mode: multiply;
  }
}

.features.f3Zone .header .circle.c2 {
  width: 190px;
  height: 190px;
  bottom: 2%;
  left: -5%;
  top: auto;
  bottom: -5%;
  background: linear-gradient(180deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f3Zone .header .circle.c2 {
    display: none;
  }
}

.features.f3Zone .body {
  background-color: #fff;
}

.features.f3Zone .body .inner {
  position: relative;
}

.features.f3Zone .body .inner .right {
  text-align: right;
  padding-top: 15px;
  margin-right: -50px;
}

@media screen and (max-width: 767px) {
  .features.f3Zone .body .inner .right {
    margin-right: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .features.f3Zone .body .inner ul {
    width: 82.0512820513vw;
    margin: 0 auto;
    padding-top: 8.9743589744vw;
  }
}

.features.f3Zone .body .inner li {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .features.f3Zone .body .inner li {
    position: static;
    display: flex;
    width: 100% !important;
    gap: 3.8461538462vw;
  }

  .features.f3Zone .body .inner li .img {
    width: 30.7692307692vw;
  }

  .features.f3Zone .body .inner li .text {
    width: 47.4358974359vw;
  }

  .features.f3Zone .body .inner li .text .notes {
    font-size: 14px;
  }

  .features.f3Zone .body .inner li+li {
    margin-top: 5.1282051282vw;
  }
}

.features.f3Zone .body .inner li dd {
  line-height: 1.5;
}

.features.f3Zone .body .inner li p {
  margin-top: 0.5em;
}

.features.f3Zone .body .inner li.t1 {
  left: 10px;
  top: 0;
  width: 180px;
}

.features.f3Zone .body .inner li.t2 {
  left: 10px;
  top: 220px;
  width: 180px;
}

.features.f3Zone .body .inner li.t3 {
  left: 710px;
  top: 0;
  width: 210px;
}

.features.f3Zone .body .inner li.t4 {
  left: 710px;
  top: 240px;
  width: 210px;
}

.features.f3Zone .body .fig {
  width: 491px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .features.f3Zone .body .fig {
    width: 89.7435897436vw;
  }
}

@media screen and (max-width: 767px) {
  .features.f4Zone .header h2 {
    padding: 0;
    left: -1vw;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .features.f4Zone .header p {
    top: 29vw;
  }
}

.features.f4Zone .header .circle.c1 {
  left: 70%;
  top: 10%;
}

@media screen and (max-width: 767px) {
  .features.f4Zone .header .circle.c1 {
    left: -10%;
    top: -2%;
    mix-blend-mode: multiply;
  }
}

.features.f4Zone .header .circle.c2 {
  width: 335px;
  height: 335px;
  right: -5%;
  bottom: -10%;
  left: auto;
  top: auto;
  background: linear-gradient(180deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f4Zone .header .circle.c2 {
    display: none;
  }
}

.features.f4Zone .body .fig {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 366px;
}

.features.f4Zone .body .fig.fig1 {
  background-image: url("../img/f4/fig1.webp");
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig.fig1 {
    background-image: url("../img/f4/fig1_sp.webp");
    height: 170vw;
    background-size: 83%;
    background-position: top center;
  }
}

.features.f4Zone .body .fig.fig2 {
  background-image: url("../img/f4/fig2.webp");
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig.fig2 {
    background-image: url("../img/f4/fig2_sp.webp");
    height: 153.8461538462vw;
    background-size: 100%;
  }
}

.features.f4Zone .body .fig .text {
  position: absolute;
}

.features.f4Zone .body .fig .text dt span {
  font-size: 14px;
}

.features.f4Zone .body .fig1 .t1 {
  left: -40px;
  top: 160px;
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig1 .t1 {
    left: 44vw;
    top: 130vw;
    width: 53vw;
  }
}

.features.f4Zone .body .fig1 .t2 {
  left: 620px;
  top: 160px;
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig1 .t2 {
    width: 50vw;
    left: 8vw;
    top: 0vw;
  }
}

.features.f4Zone .body .fig2 {
  margin-top: 24px;
}

.features.f4Zone .body .fig2 .t1 {
  left: 0px;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig2 .t1 {
    left: 8vw;
    top: 14vw;
    width: 45vw;
  }
}

.features.f4Zone .body .fig2 .t2 {
  left: 0px;
  top: 187px;
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig2 .t2 {
    left: 8vw;
    width: 45vw;
  }
}

.features.f4Zone .body .fig2 .t3 {
  left: 600px;
  top: 60px;
}

@media screen and (max-width: 767px) {
  .features.f4Zone .body .fig2 .t3 {
    left: 39vw;
    top: 100vw;
    width: 60vw;
  }
}

.features.f4Zone .notes {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .header h2 {
    right: -7vw;
    top: -3vw;
    left: auto;
  }
}

.features.f5Zone .header .img2 {
  position: absolute;
  bottom: 0;
  width: 30vw;
  min-width: 334px;
  max-width: 450px;
  left: 10%;
}

.features.f5Zone .header .circle.c1 {
  left: 30%;
  top: 10%;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .header .circle.c1 {
    left: -10%;
    top: -2%;
    mix-blend-mode: multiply;
  }
}

.features.f5Zone .body .fig {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .fig dl {
    width: 82.0512820513vw;
    margin: 0 auto;
  }
}

.features.f5Zone .body .fig.fig1 {
  background-image: url("../img/f5/fig1.webp");
  height: 405px;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .fig.fig1 {
    background-image: none;
    height: auto;
  }
}

.features.f5Zone .body .fig.fig2 {
  background-image: url("../img/f5/fig2.webp");
  height: 350px;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .fig.fig2 {
    background-image: none;
    height: auto;
  }
}

.features.f5Zone .body .fig .text {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .fig .text {
    position: static;
  }
}

.features.f5Zone .body .fig .text .notes {
  text-align: left;
  line-height: 1.4;
  margin-top: 5px;
  left: 0;
  right: 0;
  width: auto;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .fig .text .notes {
    margin: 0.8em 1.5em 0.8em 1.5em;
  }
}

.features.f5Zone .body .fig .text dt span {
  font-size: 14px;
}

.features.f5Zone .body .fig1 .t1 {
  top: 65px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .fig1 .t1 {
    margin-bottom: 10.2564102564vw;
  }
}

.features.f5Zone .body .fig1 .t2 {
  left: 570px;
  top: 65px;
}

.features.f5Zone .body .fig1 .t2 dt {
  margin-right: -1em;
}

.features.f5Zone .body .fig1 .t2 .notes {
  margin-right: -2em;
}

.features.f5Zone .body .fig1 .t3 {
  left: 570px;
  top: 280px;
}

.features.f5Zone .body .fig2 .t1 {
  left: 440px;
  top: 120px;
}

@media screen and (max-width: 767px) {
  .features.f5Zone .body .img1 {
    width: 91.0256410256vw;
    margin-bottom: 15px;
  }

  .features.f5Zone .body .img2 {
    width: 50vw;
    margin: 0 auto;
    padding-bottom: 10.2564102564vw;
  }

  .features.f5Zone .body .img3 {
    width: 91.0256410256vw;
    margin: 8.9743589744vw 0 5.1282051282vw auto;
  }
}

.features.f5Zone .notes {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  width: 90%;
}

.features.f6Zone .header .circle.c1 {
  width: 195px;
  height: 195px;
  left: 70%;
  top: 10%;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .header .circle.c1 {
    left: -10%;
    top: -2%;
    mix-blend-mode: multiply;
  }
}

.features.f6Zone .header .circle.c2 {
  width: 235px;
  height: 235px;
  left: 40%;
  top: 50%;
  background: linear-gradient(180deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f6Zone .header .circle.c2 {
    display: none;
  }
}

.features.f6Zone .body .text {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .text {
    position: static;
  }
}

.features.f6Zone .body .text .notes {
  text-align: left;
  line-height: 1.4;
  margin-top: 5px;
  left: 0;
  right: 0;
  width: auto;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .text .notes {
    margin: 0.8em 1.5em 0.8em 1.5em;
  }
}

.features.f6Zone .body .text dt span {
  font-size: 14px;
}

.features.f6Zone .body .fig {
  position: relative;
}

.features.f6Zone .body .fig.fig1 {
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .fig.fig1 {
    padding: 0;
  }
}

.features.f6Zone .body .fig.fig1 .img {
  width: 397px;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .fig.fig1 .img {
    width: 100%;
    position: relative;
    right: -10vw;
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .fig.fig1 .in {
    padding: 0;
    width: 82.0512820513vw;
    margin: 0 auto;
    display: flex;
    gap: 3.8461538462vw;
    padding-bottom: 5.1282051282vw;
  }

  .features.f6Zone .body .fig.fig1 .in .thumb {
    width: 30.7692307692vw;
    flex-shrink: 0;
  }

  .features.f6Zone .body .fig.fig1 .in dd {
    margin-right: -1.1em;
  }
}

.features.f6Zone .body .fig.fig1 .t1 {
  top: 0px;
  left: 500px;
}

.features.f6Zone .body .fig.fig1 .t2 {
  top: 140px;
  left: 500px;
}

.features.f6Zone .body .fig.fig1 .t3 {
  left: 0px;
  top: 380px;
}

.features.f6Zone .body .fig.fig2 {
  margin-top: -160px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .fig.fig2 {
    width: 82.0512820513vw;
    margin: 6.4102564103vw auto 0 auto;
    padding-bottom: 0;
  }
}

.features.f6Zone .body .fig.fig2 .img {
  width: 253px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .fig.fig2 .img {
    width: 44.8717948718vw;
    margin-right: -3vw;
  }
}

.features.f6Zone .body .fig.fig2 .t1 {
  left: 340px;
  top: 162px;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .body .fig.fig2 .t1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 60vw;
  }
}

.features.f6Zone .notesbottom {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
  width: 90%;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .features.f6Zone .notesbottom {
    font-size: 10px;
    text-align: left;
    margin-top: -1em;
    text-indent: 0;
    width: 82.0512820513vw;
  }
}

@media screen and (max-width: 767px) {
  .features.f7Zone .header h2 {
    left: auto;
    right: 0;
    text-align: right;
    padding-right: 10vw;
  }

  .features.f7Zone .header p {
    top: 26vw;
    right: 15vw;
    left: auto;
  }
}

.features.f7Zone .header .circle.c1 {
  width: 250px;
  height: 250px;
  left: 10%;
  top: 4%;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .header .circle.c1 {
    left: -10%;
    top: -2%;
    mix-blend-mode: multiply;
  }
}

.features.f7Zone .header .circle.c2 {
  width: 176px;
  height: 176px;
  left: 47%;
  top: 70%;
  background: linear-gradient(180deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

@media screen and (max-width: 767px) {
  .features.f7Zone .header .circle.c2 {
    display: none;
  }
}

.features.f7Zone .body {
  background-image: url("../img/f7/fig3.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 374px 470px;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .body {
    background-image: none;
  }
}

.features.f7Zone .body .in {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.features.f7Zone .body .img {
  flex-shrink: 0;
}

.features.f7Zone .body .t1 {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .body .t1 {
    flex-direction: column;
    width: 82.0512820513vw;
    margin: 0 auto;
  }
}

.features.f7Zone .body .t1 .img {
  width: 220px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .body .t1 .img {
    margin: 0 auto 5.1282051282vw auto;
  }
}

.features.f7Zone .body .t2 {
  width: 360px;
  padding-top: 42px;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .body .t2 {
    width: 82.0512820513vw;
    padding-top: 10.2564102564vw 0 5.1282051282vw;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
  }

  .features.f7Zone .body .t2 dd {
    margin-right: -1em;
  }
}

.features.f7Zone .body .t2 .img {
  width: 125px;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .body .t2 .img {
    width: 30.7692307692vw;
    margin-right: 5vw;
  }
}

.features.f7Zone .body .t3 {
  position: absolute;
  width: 48vw;
  left: 50%;
  top: 300px;
  padding-right: 370px;
  min-width: 550px;
}

@media screen and (max-width: 1280px) {
  .features.f7Zone .body .t3 {
    left: 45%;
    padding-right: 300px;
  }
}

@media screen and (max-width: 767px) {
  .features.f7Zone .body .t3 {
    position: static;
    background-image: url("../img/f7/fig3_sp.webp");
    background-size: 100%;
    background-position: top right -5vw;
    box-sizing: border-box;
    padding: 13vw 39vw 13vw 8vw;
    width: 100%;
    min-width: 0;
    background-repeat: no-repeat;
  }
}

.features.f7Zone .notesbottom {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  width: 90%;
  padding-top: 2em;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .features.f7Zone .notesbottom {
    font-size: 10px;
    text-align: left;
    margin-top: -1em;
    text-indent: 0;
    width: 82.0512820513vw;
  }
}

.features.f8Zone {
  background-image: url("../img/f8/bg2.webp");
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features.f8Zone {
    padding-bottom: 10px;
  }
}

.features.f8Zone .notes {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .features.f8Zone .notes {
    font-size: 10px;
    bottom: 20px;
    right: 15px;
  }
}

.features.f8Zone .notes span {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .features.f8Zone .notes span {
    padding-right: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .features.f8Zone {
    background-image: url("../img/f8/bg2_sp.webp");
    position: relative;
  }
}

.features.f8Zone .circle.c1 {
  left: 35%;
  top: -1.5%;
}

@media screen and (max-width: 767px) {
  .features.f8Zone .circle.c1 {
    width: 38.4615384615vw;
    height: 38.4615384615vw;
    left: auto;
    right: 4%;
    mix-blend-mode: multiply;
  }
}

.features.f8Zone .header2 {
  background-image: url("../img/f8/bg.webp");
  align-items: center;
  background-size: auto 812px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 812px;
}

@media screen and (max-width: 767px) {
  .features.f8Zone .header2 {
    background-image: url("../img/f8/bg_sp.webp");
    height: auto;
    background-size: 100%;
  }
}

.features.f8Zone .header2 .img {
  position: absolute;
  left: calc(50% + 50px);
  top: 80px;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .features.f8Zone .header2 .img {
    width: 82.0512820513vw;
    position: static;
    margin: 0 auto;
    padding-bottom: 10.2564102564vw;
  }
}

.features.f8Zone .header2 .text {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 85px;
  padding-left: 115px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features.f8Zone .header2 .text {
    padding: 0;
    height: 128.2051282051vw;
  }

  .features.f8Zone .header2 .text h2 {
    width: 64.1025641026vw;
    top: 10.2564102564vw;
    right: 8.9743589744vw;
    position: absolute;
  }
}

.scienceZone {
  background-image: url("../img/science/bg.webp");
  background-size: cover;
  padding-bottom: 40px;
}

.scienceZone .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .scienceZone .inner {
    width: 89.7435897436vw;
  }
}

.scienceZone .header {
  text-align: center;
  padding: 60px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .scienceZone .header {
    padding: 60px 0 30px 0;
  }
}

.scienceZone .header img {
  width: auto;
}

.scienceZone .header p {
  color: #aa8657;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 0 33px 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .scienceZone .header p {
    font-size: 16px;
  }
}

.scienceZone .header .btn {
  display: inline-flex;
  width: 227px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ce002d;
  text-decoration: none;
  border-radius: 500px;
  font-size: 16px;
  font-weight: bold;
}

.scienceZone .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .scienceZone .flex {
    flex-direction: column-reverse;
  }
}

.scienceZone .tabBox {
  width: 480px;
  border-radius: 30px;
  border: 1px solid #aa8657;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .scienceZone .tabBox {
    width: 100%;
  }
}

.scienceZone .tabBox .tab {
  display: flex;
  border-bottom: 1px solid #aa8657;
}

.scienceZone .tabBox .tab li {
  width: 25%;
  text-align: center;
  line-height: 1;
  color: #302d2c;
  cursor: pointer;
  padding: 15px 0 10px;
  font-size: 26px;
  font-family: "linotype-didot", serif;
  font-weight: 400;
}

.scienceZone .tabBox .tab li+li {
  border-left: 1px solid #aa8657;
}

.scienceZone .tabBox .tab li span {
  font-size: 16px;
}

.scienceZone .tabBox .tab li:hover {
  background-color: #aa8657;
  color: #ffffff;
}

.scienceZone .tabBox .tab li.active {
  background-color: #aa8657;
  color: #ffffff;
}

.scienceZone .tabBox .cont dl {
  padding: 32px 40px 32px 40px;
}

@media screen and (max-width: 767px) {
  .scienceZone .tabBox .cont dl {
    padding: 30px 20px;
  }
}

.scienceZone .tabBox .cont dt {
  display: flex;
  color: #aa8657;
  align-self: center;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .scienceZone .tabBox .cont dt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.scienceZone .tabBox .cont dt .num {
  font-size: 70px;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .scienceZone .tabBox .cont dt .num {
    font-size: 50px;
  }
}

.scienceZone .tabBox .cont dt .text {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-right: -1em;
}

.scienceZone .tabBox .cont dd .img {
  width: 83px;
  float: right;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 767px) {
  .scienceZone .tabBox .cont dd .img {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}

.scienceZone .tabBox .cont dd p {
  font-size: 14px;
  line-height: 1.75;
}

.scienceZone .tabBox .cont dd p+p {
  margin-top: 1em;
}

.scienceZone .imgBox {
  background: url("../img/science/fig.webp");
  background-position: center;
  background-size: 266px 492px;
  background-repeat: no-repeat;
  width: 390px;
  height: 480px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox {
    width: 82.0512820513vw;
    height: 107.6923076923vw;
    background-size: 57.6923076923vw 106.4102564103vw;
    margin: 0 auto;
  }
}

.scienceZone .imgBox li {
  position: absolute;
}

.scienceZone .imgBox li.active a {
  color: #aa8657;
}

.scienceZone .imgBox li.active em {
  background-image: url("../img/science/point_on.svg");
}

.scienceZone .imgBox li a {
  font-size: 35px;
  font-family: "linotype-didot", serif;
  font-weight: 400;
  color: #302d2c;
  align-items: center;
  line-height: 1;
  color: #302d2c;
  text-decoration: none;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox li a {
    font-size: 7vw;
  }
}

.scienceZone .imgBox li a strong {
  display: inline-block;
  position: relative;
}

.scienceZone .imgBox li a:hover strong::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #302d2c;
  display: block;
  position: absolute;
  bottom: -3px;
}

.scienceZone .imgBox li span {
  font-size: 20px;
}

.scienceZone .imgBox li em {
  margin: 0 10px;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/science/point.svg");
  background-repeat: no-repeat;
  border-radius: 100px;
  background-size: 100%;
  display: block;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox li em {
    margin: 0 6px;
  }
}

.scienceZone .imgBox li.n1 {
  left: 0px;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox li.n1 {
    top: 13.3vw;
  }
}

.scienceZone .imgBox li.n2 {
  left: 0px;
  top: 211px;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox li.n2 {
    top: 48vw;
  }
}

.scienceZone .imgBox li.n3 {
  left: 294px;
  top: 11px;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox li.n3 {
    top: 5vw;
    left: 64vw;
  }
}

.scienceZone .imgBox li.n4 {
  left: 294px;
  top: 311px;
}

@media screen and (max-width: 767px) {
  .scienceZone .imgBox li.n4 {
    left: 64vw;
    top: 69.7vw;
  }
}

.scienceZone .custom-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px 15px;
}

.scienceZone .tabNav {
  display: flex;
  padding: 0 30px 15px 30px;
  align-items: center;
}

.scienceZone .tabNav img {
  width: 10px;
  cursor: pointer;
}

.scienceZone .tabNav .tabSwiper-pagination {
  display: flex;
  justify-content: center;
  height: 10px;
}

.scienceZone .tabNav .tabSwiper-next img {
  transform: scaleX(-1);
}

.scienceZone .swiper-pagination-bullet-active {
  color: #aa8657;
  background-color: #aa8657;
}

.scienceZone .notes {
  padding-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .scienceZone .notes {
    padding-top: 20px;
    text-align: left;
  }

  .scienceZone .notes .indent {
    margin-left: 1.5em;
    text-indent: -1.5em;
    display: block;
  }
}

.lineupZone {
  overflow: hidden;
}

.lineupZone img {
  width: auto;
  max-width: 100%;
}

.lineupZone .inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner {
    width: 82.0512820513vw;
    margin: 0 auto;
  }
}

.lineupZone .inner h2 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .lineupZone .inner h2 {
    margin-bottom: 60px;
  }
}

.lineupZone .inner .in {
  position: relative;
}

.lineupZone .inner .circle {
  width: 313px;
  height: 313px;
  left: -140px;
  top: -50px;
}

.lineupZone ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 915px;
  margin-left: -8px;
}

@media screen and (max-width: 767px) {
  .lineupZone ul {
    width: auto;
    margin-left: 0;
    flex-direction: column;
    gap: 35px;
  }
}

.lineupZone ul li {
  width: 305px;
}

.lineupZone ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lineupZone ul li {
    width: 100%;
  }
}

.lineupZone .bottom {
  text-align: center;
  position: relative;
}

.lineupZone .bottom .img {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lineupZone .bottom .img {
    position: static;
    padding-top: 55px;
    width: 48.9743589744vw;
    margin: 0 auto 10.2564102564vw auto;
  }
}

.lineupZone .bottom dt {
  font-weight: bold;
  font-size: 16px;
  padding-top: 25px;
}

.lineupZone .bottom dd {
  padding-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .lineupZone .bottom dd {
    font-size: 13px;
  }
}

.specZone {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.specZone img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .specZone {
    margin-top: 40px;
    padding-top: 100px;
    padding-bottom: 84px;
  }
}

@media screen and (max-width: 767px) {
  .specZone {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
  }
}

.specZone .next {
  position: relative;
}

.specZone .bg {
  background: url(../img/spec/bg_wrap.webp) center bottom no-repeat;
  background-size: cover;
  color: #000;
}

@media screen and (min-width: 768px) {
  .specZone .bg {
    height: 945px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg {
    background-image: none;
  }
}

.specZone .bg:before {
  content: "";
  display: block;
  background: url("../img/spec/deco.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .specZone .bg:before {
    width: 1203px;
    height: 289px;
    margin-left: -487px;
    top: -58px;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg:before {
    background-image: url("../img/spec/deco_sp.svg");
    width: 120.7692307692vw;
    height: 35.641025641vw;
    top: 22.8461538462vw;
    left: -1.4282051282vw;
  }
}

.specZone .bg .ttl {
  color: inherit;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .specZone .bg .ttl {
    margin-bottom: 106px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .ttl {
    margin-bottom: 20.5128205128vw;
  }
}

@media screen and (min-width: 768px) {
  .specZone .bg .ttl img {
    width: 434px;
    padding-top: 82px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .ttl img {
    width: 88.7179487179vw;
    padding-top: 15.1282051282vw;
  }
}

.specZone .bg .ttl small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .specZone .bg .ttl small {
    margin-top: 17px;
    line-height: 1.3571428571;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .ttl small {
    margin-top: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}

.specZone .bg .carList {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .specZone .bg .carList {
    display: flex;
    justify-content: space-between;
    width: 912px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList {
    width: 89.7435897436vw;
    margin-bottom: 4.6153846154vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li {
    background-image: url("../img/spec/list_item_bg_sp.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .specZone .bg .carList li+li {
    margin-top: 7.3846153846vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .img {
    text-align: center;
  }
}

.specZone .bg .carList li .img img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .specZone .bg .carList li .img img {
    height: 411px !important;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .img img {
    height: 105.3846153846vw !important;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .text {
    position: relative;
    top: -6vw;
    left: -5vw;
  }
}

.specZone .bg .carList li .name {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0 !important;
}

@media screen and (min-width: 768px) {
  .specZone .bg .carList li .name {
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .name {
    margin-bottom: 0.5128205128vw;
    margin-left: 10vw;
  }
}

.specZone .bg .carList li span {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li span {
    margin-left: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .specZone .bg .carList li .bbcar {
    margin-top: -13px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar {
    margin-top: -0.7692307692vw;
  }
}

.specZone .bg .carList li .bbcar .bot {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .specZone .bg .carList li .bbcar .bot {
    margin-top: -85px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar .bot {
    margin-top: -26.8717948718vw;
    padding-right: 5.1282051282vw;
  }
}

@media screen and (min-width: 768px) {
  .specZone .bg .carList li .bbcar .bot img {
    width: 205px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .bg .carList li .bbcar .bot img {
    width: 52.5641025641vw;
  }
}

.specZone .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .inner {
    width: 100%;
    margin-top: 0;
  }
}

.specZone .inner h2 {
  position: relative;
  text-align: center;
  font-size: 45px;
  color: #007e77;
  padding-top: 200px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 {
    padding-top: 23.0769230769vw;
    margin-bottom: 12.8205128205vw;
  }
}

.specZone .inner h2 .sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 .sub {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.specZone .inner h2.show-anime {
  top: 0;
}

.specZone .inner .colorCar {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar {
    padding: 0px;
    display: block;
  }
}

.specZone .inner .colorCar .colorDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv {
    width: 100%;
    margin: 0 auto;
  }

  .specZone .inner .colorCar .colorDiv+.colorDiv {
    margin-top: 10.2564102564vw;
  }
}

.specZone .inner .colorCar .colorDiv .cName {
  margin: 0 0 16px;
}

.specZone .inner .colorCar .colorDiv .cName figcaption {
  padding-top: 10px;
  font-size: 1.2rem;
}

.specZone .inner .colorCar .colorDiv .carImg {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv .carImg {
    padding-top: 5.1282051282vw;
  }
}

.specZone .inner .colorCar .colorDiv .carImg img {
  width: 323px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv .carImg img {
    width: 82.8205128205vw;
  }
}

.specZone .inner .VehicleType {
  position: relative;
  text-align: center;
  transition-delay: 0.3s;
  color: #1a1311;
}

@media screen and (min-width: 768px) {
  .specZone .inner .VehicleType {
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType {
    margin-bottom: 17.4358974359vw;
  }
}

.specZone .inner .VehicleType .logo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .specZone .inner .VehicleType .logo {
    width: 560px;
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .logo {
    width: 89.7435897436vw;
    margin-bottom: 9.4871794872vw;
  }
}

.specZone .inner .VehicleType .name {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .specZone .inner .VehicleType .name {
    margin-bottom: 3px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .name {
    margin-bottom: 1.0256410256vw;
    font-size: 4.6153846154vw;
  }
}

.specZone .inner .VehicleType .price {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .price {
    font-size: 3.5897435897vw;
  }
}

.specZone .inner .VehicleType.show-anime {
  top: 0;
}

.specZone .inner .visualBox .ttl {
  color: inherit;
}

.specZone .inner .specTable {
  color: #707070;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable {
    margin-top: 49px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable {
    margin-top: 8.2051282051vw;
  }
}

.specZone .inner .specTable table {
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table {
    margin: 0 auto;
    width: 85.1282051282vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .specZone .inner .specTable table tr:last-of-type {
    border-bottom: 1px solid #707070;
  }
}

.specZone .inner .specTable table th,
.specZone .inner .specTable table td {
  border: 1px solid #707070;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .specZone .inner .specTable table th,
  .specZone .inner .specTable table td {
    border-bottom: 0px;
  }
}

.specZone .inner .specTable table th {
  width: 140px;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  color: #696969;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th {
    width: 25.641025641vw;
    padding: 3.3333333333vw 1.5384615385vw;
    border-right: 0px;
    font-size: 2.8205128205vw;
    line-height: 1.3636363636;
  }
}

.specZone .inner .specTable table td {
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table td {
    width: 320px;
    font-size: 12px;
    line-height: 1.3333333333;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td {
    width: 59.4871794872vw;
    padding: 3.3333333333vw 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 1.5;
  }
}

.specZone .inner .specTable table td .sub {
  display: block;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table td .sub {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .sub {
    font-size: 2.8205128205vw;
  }
}

.specZone .inner .specTable table td strong {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table td strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td strong {
    font-size: 3.5897435897vw;
  }
}

.specZone .inner .specTable table td .en {
  font-size: 14px;
  padding-left: 0.05em;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .en {
    font-size: 3.5897435897vw;
  }
}

.specZone .inner .specTable table td .fwB {
  font-weight: bold;
}

.specZone .inner .specTable table td .fz10 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table td .pcFz14 {
    font-size: 1.4rem;
  }
}

.specZone .inner .specTable table td .day {
  font-size: 14px;
}

.specZone .inner .specTable table td .alert {
  font-size: 14px;
  color: #f00;
}

.specZone .inner .specTable table td .note {
  font-size: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .note {
    font-size: 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
}

.specZone .inner .specTable table .flex .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .icons {
    display: block;
    margin-bottom: 1.4871794872vw;
    padding-right: 0;
  }
}

.specZone .inner .specTable table .flex .img {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .flex .img {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .img {
    justify-content: start;
  }
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .flex .img>li {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .img>li {
    margin-right: 4.2307692308vw;
  }
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .flex .img .sga {
    width: 94px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .img .sga {
    width: 24.1025641026vw;
  }
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .flex .img .warranty3 {
    width: 47px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .flex .img .warranty3 {
    width: 12.0512820513vw;
  }
}

.specZone .inner .specTable table .codeBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .specZone .inner .specTable table .codeBox .code+.code {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox .code+.code {
    margin-top: 3.8461538462vw;
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}

.specZone .d-productBox .visualBox .thums dl.color dd li {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .specZone .d-productBox .visualBox .thums dl.color dd li {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .specZone .d-productBox .visualBox .thums dl.color dd li {
    height: 14.66667vw;
  }
}

.specZone .d-productBox .visualBox .thums dl.color dd li img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .specZone .d-productBox .visualBox .thums dl.color dd li img {
    height: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .specZone .d-productBox .visualBox .thums dl.color dd li img {
    height: 13.8461538462vw !important;
  }
}

#container {
  min-width: 1100px;
  margin: 0 auto;
  color: #1a1311;
}

#container img {
  height: auto;
}

@media screen and (max-width: 767px) {
  #container {
    min-width: 100%;
  }
}

.fontBold {
  font-weight: bold;
}

.set-anime {
  transition: 0.8s;
  opacity: 0;
  position: relative;
  top: 60px;
}

.set-anime.show-anime {
  top: 0px;
  opacity: 1;
}

.specZone .bg .carList li .name {
  letter-spacing: 0.1em;
  text-align: left;
}

.specZone .bg .carList li .name img {
  width: auto;
}

.circle {
  display: flex;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  position: absolute;
  opacity: 0.4;
  left: 50%;
  top: 50%;
  transition: 1.5s;
  background: linear-gradient(0deg, rgb(244, 239, 234) 0%, rgb(215, 199, 183) 100%);
}

.circle.c2 {
  transition: 2s;
}

.circle.c3 {
  transition: 2.5s;
}

@media screen and (max-width: 767px) {
  .circle {
    width: 64.1025641026vw;
    height: 64.1025641026vw;
  }
}

.movieZone {
  padding: 80px 0;
  text-align: center;
  background-image: url(../img/bg_feature.webp);
  background-size: cover;
}

.movieZone img {
  max-width: 1000px;
  width: 100%;
}

.movieZone .youtube {
  background-size: cover;
  margin: 0 auto;
  max-width: 604px;
  height: 604px;
}

.movieZone iframe {
  max-width: 1000px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movieZone {
    padding: 15.38462vw 5.12821vw;
  }

  .movieZone .youtube {
    width: 80vw;
    height: 80vw;
    min-width: 250px;
    min-height: 250px;
  }
}

/*# sourceMappingURL=style.css.map */