@charset "UTF-8";
body {
  background: #fff;
}

body.loaded {
  background: #14202e;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p {
  color: #1e3957;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.noto-serif {
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.noto-serif.font-bold--400 {
  font-weight: 400;
}

.top {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  color: #3c3c3c;
}
.top .loadBg.loaded {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 3.6s;
}
.top .main {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background: #fffbee;
}
.top .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.top .top-first-view {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100svh;
  will-change: auto;
}
.top .top-first-view::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 32, 46, 0.4);
  content: "";
}
.top .top-first-view .first-view-bg-img {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/top/first-view-bg-img.jpg);
  background-attachment: fixed;
  background-size: cover;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.top .top-first-view .sec-heading {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: 3s;
  transform: translate(-50%, -50%);
  will-change: filter;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .top-first-view .sec-heading {
    text-align: center;
    font-size: 32px;
    line-height: 1.6;
  }
}
.top .top-first-view .sec-heading.loaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.top .top-first-view .scroll-announce {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transition: 0.8s;
  transform: translate(-50%, -50%);
}
.top .top-first-view .scroll-announce.loaded {
  opacity: 1;
}
.top .top-first-view .scroll-announce .scroll-announce--text {
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 4px #333);
  filter: drop-shadow(2px 2px 4px #333);
}
.top .top-first-view .c-scrolldown {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 2;
  overflow: hidden;
  margin: 0 auto;
  width: 2px;
  height: 60px;
  opacity: 0;
  transition: 0.8s;
}
.top .top-first-view .c-scrolldown.loaded {
  opacity: 1;
}
.top .top-first-view .c-scrolldown .c-line {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
.top section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .top section {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.top section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top section .sec-heading {
    font-size: 28px;
  }
}
.top section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.top .sec01 {
  padding-top: 40%;
  padding-bottom: 120px;
  background: linear-gradient(to bottom, rgba(20, 32, 46, 0) 0%, #14202e 15%);
}
@media (max-width: 768px) {
  .top .sec01 {
    padding-bottom: 90px;
    background: linear-gradient(to bottom, rgba(20, 32, 46, 0) 0%, #14202e 7%);
  }
}
.top .sec01::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 32, 46, 0.4);
  content: "";
}
.top .sec01::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/sec01-bg.png), linear-gradient(to bottom, rgba(20, 32, 46, 0.01) 0%, rgba(20, 32, 46, 0.01) 100%);
  background-position: 50% 35%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.top .sec01 .fixed__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  color: #fff;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper {
    width: 100%;
  }
}
.top .sec01 .sec-desc.bodoni {
  position: relative;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #b8b0a0;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
.top .sec01 .sec-desc.bodoni::before {
  position: relative;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  margin-right: 12px;
  margin-left: -33%;
  width: 80px;
  height: 1px;
  background: #b8b0a0;
  content: "";
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.top .sec01 .sec-desc.bodoni.inview::before {
  transform: scaleX(1);
}
.top .sec01 .sec-desc.bodoni .sec-desc--text {
  color: #b8b0a0;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  transform-origin: left;
  font-optical-sizing: auto;
}
.top .sec01 h2, .top .sec01 h3, .top .sec01 span, .top .sec01 p {
  color: #fff;
}
.top .sec01 .sec01-heading01 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 70px;
  max-width: 210px;
  color: #b8b0a0;
  letter-spacing: 0.12em;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top .sec01 .sec01-heading01 {
    margin-bottom: 60px;
    height: 48px;
  }
}
.top .sec01 .sec01-heading01 span.font-size--small {
  display: inline-block;
  color: #b8b0a0;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  transform: translateY(40%);
  font-optical-sizing: auto;
}
.top .sec01 .sec01-heading01 ruby {
  height: 55px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top .sec01 .sec01-heading01 ruby {
    height: 36px;
  }
}
.top .sec01 .sec01-heading01 rb {
  height: 48px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top .sec01 .sec01-heading01 rb {
    height: 36px;
  }
}
.top .sec01 .sec01-heading01 rt {
  font-size: 16px;
}
@media (max-width: 768px) {
  .top .sec01 .sec01-heading01 rt {
    font-size: 14px;
  }
}
.top .sec01 .text--wrapper {
  position: relative;
}
.top .sec01 .text {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec01 .text {
    margin-bottom: 70px;
  }
}
.top .sec01 .text--bg {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  z-index: -1;
  display: block;
  width: 300px;
  /* max-width: 600px; */
  height: 300px;
  border-radius: 50%;
  background: #0b4d82;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  transition: 0.8s;
  transition-delay: 0s;
  transition-timing-function: ease-in;
  /* filter: contrast(1.5); */
  transform: scale(2) translate(0%, 0%);
  transform-origin: center;
  will-change: filter;
  mix-blend-mode: screen;
}
.top .sec01 .text--bg.inview {
  opacity: 0.8;
}
.top .sec01 .links {
  margin-bottom: 130px;
}
.top .sec01 .links .link-button {
  display: block;
  margin: 40px auto;
  padding: 16px 32px;
  width: 160px;
  border-radius: 4px;
  background: rgba(184, 176, 160, 0.6);
  color: white;
  text-align: center;
  font-family: "gothic-a1", sans-serif;
  transition: 0.3s;
}
.top .sec01 .links .link-button:hover {
  background: #e9e9e9;
  color: #b8b0a0;
  opacity: 1 !important;
}
.top .sec01 .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top .sec01 .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.top .sec01 .flex .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 12px);
  height: 600px;
  opacity: 0;
}
@media (max-width: 768px) {
  .top .sec01 .flex .box {
    margin-bottom: 24px;
    width: calc(50% - 12px);
    height: 400px;
  }
}
.top .sec01 .flex .box::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #14202e;
  content: "";
  opacity: 0.4;
  transition: 0.3s;
}
.top .sec01 .flex .box:hover::after {
  opacity: 0;
}
.top .sec01 .flex .box:hover .box--text::after {
  bottom: calc(0% - 65px);
}
.top .sec01 .flex .box .box--text {
  position: relative;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec01 .flex .box .box--text {
    font-size: 24px;
  }
}
.top .sec01 .flex .box .box--text .text-combined {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.top .sec01 .flex .box .box--text::after {
  position: absolute;
  bottom: calc(0% - 55px);
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-right: solid #fff 1.5px;
  border-bottom: solid #fff 1.5px;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg) translate(-50%, -50%);
}
.top .sec01 .flex .box01 {
  background: url(../img/top/sec01--benefits01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top .sec01 .flex .box02 {
  background: url(../img/top/sec01--benefits02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top .sec01 .flex .box03 {
  background: url(../img/top/sec01--benefits03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top .sec01 .flex .box04 {
  background: url(../img/top/sec01--benefits04.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top .sec02 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec02 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.top .sec02 .fixed__wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .top .sec02 .fixed__wrapper {
    width: 100%;
  }
}
.top .sec02 .sec-heading-desc {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading-desc {
    margin-bottom: 40px;
  }
}
.top .sec02 .sec-desc.bodoni {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #14202e;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
.top .sec02 .sec-desc.bodoni::before {
  position: relative;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  margin-right: 12px;
  margin-left: -33%;
  width: 80px;
  height: 1px;
  background: #14202e;
  content: "";
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.top .sec02 .sec-desc.bodoni.inview::before {
  transform: scaleX(1);
}
.top .sec02 .sec-desc.bodoni .sec-desc--text {
  color: #14202e;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  transform-origin: left;
  font-optical-sizing: auto;
}
.top .sec02 h2, .top .sec02 h3, .top .sec02 span, .top .sec02 p {
  color: #14202e;
}
.top .sec02 .sec02-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  color: #14202e;
  letter-spacing: 0.12em;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .sec02-heading01 {
    font-size: 32px;
  }
}
.top .sec02 .sec02-heading01 span.font-size--small {
  color: #14202e;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  transform: translateY(40%);
  font-optical-sizing: auto;
}
.top .sec02 .sec02-heading01 rt {
  font-size: 16px;
}
.top .sec03,
.top .sec04,
.top .sec05,
.top .sec06 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 60px 0;
  padding-top: 70px;
  height: calc(100vh - 80px);
  background: url(../img/top/cruiser-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top .sec03 .fixed__wrapper,
.top .sec04 .fixed__wrapper,
.top .sec05 .fixed__wrapper,
.top .sec06 .fixed__wrapper {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  transition: 1s;
  transition-timing-function: ease-in;
  will-change: filter;
}
@media (max-width: 768px) {
  .top .sec03 .fixed__wrapper,
.top .sec04 .fixed__wrapper,
.top .sec05 .fixed__wrapper,
.top .sec06 .fixed__wrapper {
    width: 100%;
  }
}
.top .sec03.inview .fixed__wrapper,
.top .sec04.inview .fixed__wrapper,
.top .sec05.inview .fixed__wrapper,
.top .sec06.inview .fixed__wrapper {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.top .sec03 .flex.flex--heading,
.top .sec04 .flex.flex--heading,
.top .sec05 .flex.flex--heading,
.top .sec06 .flex.flex--heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  height: 144px;
}
@media (max-width: 768px) {
  .top .sec03 .flex.flex--heading,
.top .sec04 .flex.flex--heading,
.top .sec05 .flex.flex--heading,
.top .sec06 .flex.flex--heading {
    margin-bottom: 20px;
  }
}
.top .sec03 .sec-heading-desc,
.top .sec04 .sec-heading-desc,
.top .sec05 .sec-heading-desc,
.top .sec06 .sec-heading-desc {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top .sec03 .sec-heading-desc,
.top .sec04 .sec-heading-desc,
.top .sec05 .sec-heading-desc,
.top .sec06 .sec-heading-desc {
    margin-bottom: 40px;
  }
}
.top .sec03 .sec-desc,
.top .sec04 .sec-desc,
.top .sec05 .sec-desc,
.top .sec06 .sec-desc {
  position: relative;
  display: inline-block;
  margin-right: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-size: 60px;
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec03 .sec-desc,
.top .sec04 .sec-desc,
.top .sec05 .sec-desc,
.top .sec06 .sec-desc {
    margin-right: 32px;
    font-size: 40px;
  }
}
.top .sec03 .sec-desc::before,
.top .sec04 .sec-desc::before,
.top .sec05 .sec-desc::before,
.top .sec06 .sec-desc::before {
  position: absolute;
  right: 0;
  bottom: 0%;
  display: block;
  width: 200px;
  height: 200px;
  border-bottom: solid #fff 1px;
  content: "";
  transform: rotate(-45deg) translate(0%, 30%);
}
@media (max-width: 768px) {
  .top .sec03 .sec-desc::before,
.top .sec04 .sec-desc::before,
.top .sec05 .sec-desc::before,
.top .sec06 .sec-desc::before {
    width: 150px;
    height: 150px;
  }
}
.top .sec03 .sec-heading,
.top .sec04 .sec-heading,
.top .sec05 .sec-heading,
.top .sec06 .sec-heading {
  align-self: center;
  color: #fff;
  font-style: normal;
  font-size: 36px;
}
@media (max-width: 768px) {
  .top .sec03 .sec-heading,
.top .sec04 .sec-heading,
.top .sec05 .sec-heading,
.top .sec06 .sec-heading {
    text-align: left;
    font-size: 28px;
    line-height: 1.4;
  }
}
.top .sec03 .text,
.top .sec04 .text,
.top .sec05 .text,
.top .sec06 .text {
  margin-bottom: 60px;
  margin-left: calc(10% + 75px);
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .top .sec03 .text,
.top .sec04 .text,
.top .sec05 .text,
.top .sec06 .text {
    margin-left: 0;
    font-size: 15px;
  }
}
.top .sec03 .detail,
.top .sec04 .detail,
.top .sec05 .detail,
.top .sec06 .detail {
  margin-bottom: 40px;
  margin-left: calc(5% + 37.5px);
}
@media (max-width: 768px) {
  .top .sec03 .detail,
.top .sec04 .detail,
.top .sec05 .detail,
.top .sec06 .detail {
    margin-left: 0;
  }
}
.top .sec03 .detail .flex,
.top .sec04 .detail .flex,
.top .sec05 .detail .flex,
.top .sec06 .detail .flex {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.top .sec03 .detail .detail--border,
.top .sec04 .detail .detail--border,
.top .sec05 .detail .detail--border,
.top .sec06 .detail .detail--border {
  margin: 0;
  margin-right: 5%;
  padding-top: 2px;
  max-width: 200px;
  width: 50%;
  border: solid #fff 1px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: auto;
}
@media (max-width: 768px) {
  .top .sec03 .detail .detail--border,
.top .sec04 .detail .detail--border,
.top .sec05 .detail .detail--border,
.top .sec06 .detail .detail--border {
    width: 155px;
    font-size: 13px;
  }
}
.top .sec03 .detail .detail--price,
.top .sec04 .detail .detail--price,
.top .sec05 .detail .detail--price,
.top .sec06 .detail .detail--price {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 34px;
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  transform: translateY(0%);
}
@media (max-width: 768px) {
  .top .sec03 .detail .detail--price,
.top .sec04 .detail .detail--price,
.top .sec05 .detail .detail--price,
.top .sec06 .detail .detail--price {
    font-size: 26px;
  }
}
.top .sec03 .detail .detail--price span.yen-mark,
.top .sec04 .detail .detail--price span.yen-mark,
.top .sec05 .detail .detail--price span.yen-mark,
.top .sec06 .detail .detail--price span.yen-mark {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  font-family: "Bodoni Moda", serif;
}
.top .sec03 .detail .detail--price span.font-size--small,
.top .sec04 .detail .detail--price span.font-size--small,
.top .sec05 .detail .detail--price span.font-size--small,
.top .sec06 .detail .detail--price span.font-size--small {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-family: "gothic-a1", sans-serif;
  transform: translateY(-10%);
}
.top .sec03 .attention,
.top .sec04 .attention,
.top .sec05 .attention,
.top .sec06 .attention {
  margin-left: calc(5% + 37.5px);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .sec03 .attention,
.top .sec04 .attention,
.top .sec05 .attention,
.top .sec06 .attention {
    margin-left: 0;
  }
}
.top .sec04,
.top .sec06 {
  justify-content: flex-end;
  align-items: flex-end;
}
.top .sec04 .flex.flex--heading,
.top .sec06 .flex.flex--heading {
  justify-content: flex-end;
}
.top .sec04 .text,
.top .sec06 .text {
  margin: 0 0 0 auto;
  margin-bottom: 60px;
  max-width: 400px;
}
.top .sec04 .attention,
.top .sec06 .attention {
  margin: 0 0 0 auto;
  max-width: 400px;
}
.top .sec05 .fixed__wrapper {
  height: 100%;
}
.top .sec05 .flex.flex--ferrari {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
}
.top .sec05 .flex.flex--ferrari .box {
  width: 100%;
}
.top .sec04 {
  background-image: url(../img/top/club-bg.jpg);
}
.top .sec05 {
  background-image: url(../img/top/ferrari-bg.jpg);
}
.top .sec06 {
  background-image: url(../img/top/party-bg.jpg);
}
.top .sec07 {
  background: #1e3957;
}
.top .sec07 .sec-heading-desc {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top .sec07 .sec-heading-desc {
    margin-bottom: 40px;
  }
}
.top .sec07 .sec-desc.bodoni {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
.top .sec07 .sec-desc.bodoni::before {
  position: relative;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  margin-right: 12px;
  margin-left: -33%;
  width: 80px;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.top .sec07 .sec-desc.bodoni.inview::before {
  transform: scaleX(1);
}
.top .sec07 .sec-desc.bodoni .sec-desc--text {
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  transform-origin: left;
  font-optical-sizing: auto;
}
.top .sec07 h2, .top .sec07 h3, .top .sec07 span, .top .sec07 p {
  color: #fff;
}
.top .sec07 .sec07-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  color: #fff;
  letter-spacing: 0.12em;
  font-style: normal;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec07 .sec07-heading01 {
    font-size: 32px;
  }
}
.top .sec07 .sec07-heading01 span.font-size--small {
  color: #fff;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec07 .sec07-heading01 span.font-size--small {
    font-size: 22px;
    transform: translateY(8%);
  }
}
.top .sec07 .box {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 600px;
  text-align: center;
}
.top .sec07 .box .box-heading {
  background: #b8b0a0;
  color: #14202e;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.top .sec07 .box .box-desc.box-desc--price {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 34px;
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  transform: translateY(0%);
}
@media (max-width: 768px) {
  .top .sec07 .box .box-desc.box-desc--price {
    font-size: 30px;
  }
}
.top .sec07 .box .box-desc.box-desc--price span.yen-mark {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  font-family: "Bodoni Moda", serif;
}
@media (max-width: 768px) {
  .top .sec07 .box .box-desc.box-desc--price span.yen-mark {
    font-size: 18px;
  }
}
.top .sec07 .box .box-desc.box-desc--price span.font-size--small {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-family: "gothic-a1", sans-serif;
  transform: translateY(-10%);
}
@media (max-width: 768px) {
  .top .sec07 .box .box-desc.box-desc--price span.font-size--small {
    font-size: 10px;
  }
}
.top .sec07 .box .box-desc {
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.top .sec07 .box .box-desc--payment {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top .sec07 .box .box-desc--payment {
    font-size: 22px;
  }
}
.top .sec07 .box .box-desc--payment span.font-size--small {
  font-weight: 400;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  transform: translateY(7%);
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec07 .box .box-desc--payment span.font-size--small {
    font-size: 16px;
  }
}
.top .sec07 .box .card_brand {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 140px;
}
.top .sec07 .box .card_brand img {
  background: #fff;
}
.top .sec07 .box .attention {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-optical-sizing: auto;
}
.top .sec08 {
  position: relative;
  background: #fff;
}
.top .sec08::before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b8b0a0;
  content: "";
  opacity: 0.45;
  -webkit-clip-path: inset(0);
  -webkit-clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
  clip-path: inset(0);
  clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
}
.top .sec08 .sec-heading-desc {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top .sec08 .sec-heading-desc {
    margin-bottom: 40px;
  }
}
.top .sec08 .sec-desc.bodoni {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #14202e;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
.top .sec08 .sec-desc.bodoni::before {
  position: relative;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  margin-right: 12px;
  margin-left: -33%;
  width: 80px;
  height: 1px;
  background: #14202e;
  content: "";
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.top .sec08 .sec-desc.bodoni.inview::before {
  transform: scaleX(1);
}
.top .sec08 .sec-desc.bodoni .sec-desc--text {
  color: #14202e;
  font-weight: 900;
  font-style: italic;
  font-family: "Bodoni Moda", serif;
  transform-origin: left;
  font-optical-sizing: auto;
}
.top .sec08 h2, .top .sec08 h3, .top .sec08 span, .top .sec08 p {
  color: #14202e;
}
.top .sec08 .sec08-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  color: #14202e;
  letter-spacing: 0.12em;
  font-style: normal;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-optical-sizing: auto;
}
@media (max-width: 768px) {
  .top .sec08 .sec08-heading01 {
    font-size: 28px;
  }
}
.top .sec08 .sec08-heading01 span.font-size--small {
  color: #14202e;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.top .sec08 .desc {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
  /* font-size: 12px; */
  font-family: "Noto Serif JP", serif;
  /* line-height: 1.6; */
  font-optical-sizing: auto;
}
.top .sec08 .link-button {
  display: block;
  margin: 0 auto;
  /* padding: 12px 32px; */
  padding: 16px 32px;
  /* text-align: center; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #333333;
  color: #fff;
  transition: 0.3s;
}
.top .sec08 .link-button:hover {
  background: #0b4d82;
  color: #ffe998;
  opacity: 1 !important;
}