@charset "UTF-8";

html {
  font-size: 16px;
}

img {
  display: block;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 100%;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

:root {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

figure {
  line-height: 0;
}

h1,
h2 {
  line-height: 1.6;
  font-weight: bold;
}

div,
span,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p {
  line-height: 1.8;
  font-weight: 500;
}

svg,
img {
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

/* font */
.lora {
  font-family: "Lora", serif;
  font-weight: 500;
}

.sans {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/* ヘッダー */
header {
  width: min(100%, 750px);
  margin: 0 auto;
  background-color: #fff;
}

.header_inner {
  max-width: min(680px, 42.5rem, 90.6666666666667vw);
  margin: 0 auto;
  padding-top: min(24px, 1.5rem, 3.2vw);
  padding-bottom: min(21px, 1.3125rem, 2.8vw);
}

.header_inner img {
  width: min(136px, 8.5rem, 18.1333333333333vw);
}

/* メイン */
main {
  width: min(100%, 750px);
  margin: 0 auto;
  background-color: #000;
  border-inline: solid 1px #707070;
}

.inner {
  max-width: min(680px, 42.5rem, 90.6666666666667vw);
  margin: 0 auto;
}

/* section01 */
section.sec_01 {
  background-image: url(../images/fv.webp);
  height: min(1080px, 67.5rem, 144vw);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec01_ttl {
  padding-top: min(192px, 12rem, 25.6vw);
}

.sec01_ttl h1 {
  font-size: min(54px, 3.375rem, 7.2vw);
}

.sec01_txt {
  padding-top: min(213px, 13.3125rem, 28.4vw);
}

.sec01_txt h2 {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  line-height: 1.8;
  letter-spacing: min(4.8px, 0.3rem, 0.64vw);
}

.fv_under {
  background-color: #313131;
}

.fv_under h2 {
  text-align: center;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: 500;
  line-height: 1.8;
  padding-top: min(15px, 0.9375rem, 2vw);
  padding-bottom: min(10px, 0.625rem, 1.33333333333333vw);
}

.fv_under h2 span.sans {
  font-size: min(36px, 2.25rem, 4.8vw);
}

/* section02 */
section.sec_02 {
  padding-top: min(120px, 7.5rem, 16vw);
  padding-bottom: min(80px, 5rem, 10.6666666666667vw);
}

.sec_02 .ttl {
  padding-bottom: min(93px, 5.8125rem, 12.4vw);
}

.sec_02 .ttl h2 {
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  text-align: center;
  font-weight: 600;
}



/* スライド内の画像 */
.car_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.car_img {
  padding-bottom: min(36px, 2.25rem, 4.8vw);
}

/* ナビゲーションボタン */
.car_list .nav {
  position: absolute;
  top: min(226px, 14.125rem, 30.1333333333333vw);
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  width: min(60px, 3.75rem, 8vw);
  height: min(60px, 3.75rem, 8vw);
  cursor: pointer;
  z-index: 5;
}

.car_list .nav img {
  width: 100%;
  height: 100%;
  display: block;
}

.car_list .nav.prev {
  left: min(10px, 0.625rem, 1.3333333333vw);
}

.car_list .nav.next {
  right: min(10px, 0.625rem, 1.3333333333vw);
}

/* Swiper コンテナ本体 */
.car_list.swiper {
  cursor: grab;
  padding-bottom: min(160px, 10rem, 21.3333333333333vw);
  position: relative;
  overflow: hidden;
}

.car_list.swiper:last-of-type {
  padding-bottom: 0;
}

.car_list.swiper:active {
  cursor: grabbing;
}


.car_name {
  border-bottom: solid 1px #fff;
}

.car_name p {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  line-height: normal;
  padding-bottom: min(15px, 0.9375rem, 2vw);
}

.car_name p.serif {
  font-weight: bold;
}

.car_txt {
  padding-top: min(20px, 1.25rem, 2.66666666666667vw);
}

.car_txt p {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  line-height: 2;
}

.sec_02_img1 {
  margin-top: min(120px, 7.5rem, 16vw);
  display: flex;
  justify-content: flex-end;
}

.sec_02_img1 img {
  width: min(651px, 40.6875rem, 86.8vw);
}

.sec_02_img2 {
  margin-top: min(30px, 1.875rem, 4vw);
  display: flex;
  justify-content: flex-start;
}

.sec_02_img2 img {
  width: min(651px, 40.6875rem, 86.8vw);
}


/* section03 */
section.sec_03 {
  padding-bottom: min(120px, 7.5rem, 16vw);
}

.sec_03 .ttl h2 {
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

.sec_03_img {
  padding-top: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec_03_txt {
  padding-top: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec_03_txt p {
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  font-weight: 500;
  line-height: 1.6;
}

/* section04 */
section.sec_04 {
  padding-bottom: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec_04 .ttl {
  padding-bottom: min(40px, 2.5rem, 5.33333333333333vw);
}

.sec_04 .ttl h2 {
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

.sec_04 .ttl p {
  font-size: min(32px, 2rem, 4.26666666666667vw);
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  padding-top: min(20px, 1.25rem, 2.66666666666667vw);
}

.sec_04 .plan_box {
  background-color: #fff;
  border-radius: min(20px, 1.25rem, 2.66666666666667vw);
  color: #000;
  padding-top: min(80px, 5rem, 10.6666666666667vw);
  padding-bottom: min(40px, 2.5rem, 5.33333333333333vw);
  padding-inline: min(35px, 2.1875rem, 4.66666666666667vw);
  margin-bottom: min(80px, 5rem, 10.6666666666667vw);
}

.plan_ttl h2 {
  font-size: min(50px, 3.125rem, 6.66666666666667vw);
  font-weight: 400;
  letter-spacing: min(2.5px, 0.15625rem, 0.333333333333333vw);
  line-height: normal;
}

.plan_ttl p {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.plan_img {
  padding-top: min(20px, 1.25rem, 2.66666666666667vw);
  padding-bottom: min(64px, 4rem, 8.53333333333333vw);
}

.plan_txt p {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  font-weight: 500;
  line-height: 2;
}

.list {
  padding-top: min(40px, 2.5rem, 5.33333333333333vw);
}

table.plan01 {
  border-collapse: collapse;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

table.plan02 {
  border-collapse: collapse;
  border-bottom: 1px solid #D9D9D9;
}

tr {
  border-bottom: 1px solid #D9D9D9;
}

tr:last-child {
  border-bottom: none;
}

.plan02 th.th02 {
  background-color: #F00000;
  color: #FFF;
  text-align: center;
  font-size: min(26px, 1.625rem, 3.46666666666667vw);
  font-weight: 700;
  line-height: 1.4;
  padding-top: min(25px, 1.5625rem, 3.33333333333333vw);
  padding-bottom: min(23px, 1.4375rem, 3.06666666666667vw);
  padding-inline: min(20px, 1.25rem, 2.66666666666667vw);
}

.plan02 th.th03 {
  background-color: #313131;
  color: #FFF;
  text-align: center;
  font-size: min(26px, 1.625rem, 3.46666666666667vw);
  font-weight: 700;
  line-height: 1.4;
  padding-top: min(25px, 1.5625rem, 3.33333333333333vw);
  padding-bottom: min(23px, 1.4375rem, 3.06666666666667vw);
  padding-inline: min(20px, 1.25rem, 2.66666666666667vw);
}

.plan01 td.head,
.plan02 td.head {
  width: min(110px, 6.875rem, 14.6666666666667vw);
  background: rgba(49, 49, 49, 0.05);
  color: #000;
  text-align: center;
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  font-weight: 700;
  line-height: normal;
  padding-block: min(30px, 1.875rem, 4vw);
}

.plan01 td.campaign {
  vertical-align: middle;
  text-align: center;
  width: min(500px, 31.25rem, 66.6666666666667vw);
  color: #F00000;
  font-family: Roboto;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: min(-1.2px, -0.075rem, -0.16vw);
}

.plan02 td.high_season {
  background: rgba(49, 49, 49, 0.05);
  vertical-align: middle;
  text-align: center;
  width: min(250px, 15.625rem, 33.3333333333333vw);
  font-family: Roboto;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: min(-1.2px, -0.075rem, -0.16vw);
}

.plan02 td.campaign {
  vertical-align: middle;
  text-align: center;
  width: min(250px, 15.625rem, 33.3333333333333vw);
  color: #F00000;
  font-family: Roboto;
  font-size: min(40px, 2.5rem, 5.33333333333333vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: min(-1.2px, -0.075rem, -0.16vw);
}

.plan01 td.campaign span.en,
.plan02 td.campaign span.en {
  font-size: min(24px, 1.5rem, 3.2vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: min(-0.72px, -0.045rem, -0.096vw);
}

.plan01 td.campaign span.tax,
.plan02 td.campaign span.tax {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.25rem, 2.66666666666667vw);
  font-weight: 500;
  line-height: 1.4;
  padding-left: min(6px, 0.375rem, 0.8vw);
}

.plan02 td.high_season span.en {
  font-size: min(24px, 1.5rem, 3.2vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: min(-0.72px, -0.045rem, -0.096vw);
}

.plan02 td.high_season span.tax {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.25rem, 2.66666666666667vw);
  font-weight: 500;
  line-height: 1.4;
  padding-left: min(6px, 0.375rem, 0.8vw);
}

.list_attention {
  padding-top: min(30px, 1.875rem, 4vw);
}

.list_attention p {
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  font-weight: 500;
  line-height: 1.8;
}

/* section05 */
section.sec_05 {
  padding-bottom: min(140px, 8.75rem, 18.6666666666667vw);
}

.sec_05 .ttl h2 {
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  color: #FBD98E;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

.step_ttl h2 {
  font-size: min(60px, 3.75rem, 8vw);
  line-height: 0.8;
  font-weight: 500;
  letter-spacing: min(6px, 0.375rem, 0.8vw);
}

.step_ttl h2 span {
  letter-spacing: min(2.6px, 0.1625rem, 0.346666666666667vw);
  font-size: min(26px, 1.625rem, 3.46666666666667vw);
}

.step_ttl h2 span.serif {
  vertical-align: bottom;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: 600;
  letter-spacing: 0;
  padding-left: min(25px, 1.5625rem, 3.33333333333333vw);
}

.step_txt p {
  padding-top: min(10px, 0.625rem, 1.33333333333333vw);
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  font-weight: 400;
  line-height: 1.8;
}

.limited_box {
  margin-top: min(33px, 2.0625rem, 4.4vw);
  width: min(560px, 35rem, 74.6666666666667vw);
  height: min(236px, 14.75rem, 31.4666666666667vw);
  background-color: #2b2b2b;
  border: solid 1px #fff;
}

.limited_box p {
  color: #fff;
  line-height: 1;
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
}

.limited_box p span {
  background: #C3A25C;
  padding-top: 1px;
  padding-bottom: min(2px, 0.125rem, 0.266666666666667vw);
  padding-inline: min(15px, 0.9375rem, 2vw);
}

.limited_box h2 {
  padding-block: min(10px, 0.625rem, 1.33333333333333vw);
  color: #FBD98E;
  text-align: center;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: 600;
  line-height: 1.8;
}

.limited_contents {
  display: flex;
  gap: min(28px, 1.75rem, 3.73333333333333vw);
  padding-left: min(23px, 1.4375rem, 3.06666666666667vw);
}

.limited_contents p {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  font-weight: 600;
  line-height: 1.6;
}

.limited_contents img {
  width: min(105px, 6.5625rem, 14vw);
  height: min(80px, 5rem, 10.6666666666667vw);
}

.step {
  position: relative;
  padding-top: min(80px, 5rem, 10.6666666666667vw);
}

.step_img {
  position: absolute;
  top: min(55px, 3.4375rem, 7.33333333333333vw);
  right: 0;
}

.step_img img {
  width: min(160px, 10rem, 21.3333333333333vw);
  height: min(160px, 10rem, 21.3333333333333vw);
}

/* section06 */
section.sec_06 {
  background-color: #fff;
  padding-top: min(120px, 7.5rem, 16vw);
  padding-bottom: min(55px, 3.4375rem, 7.33333333333333vw);
}

.sec_06 .ttl h2 {
  font-size: min(52px, 3.25rem, 6.93333333333333vw);
  text-align: center;
  font-weight: bold;
  line-height: normal;
  color: #000;
}

.sec_06 .ttl p {
  color: #000;
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  text-align: center;
  font-weight: 700;
  line-height: normal;
  padding-top: min(27px, 1.6875rem, 3.6vw);
}

/*--------------------------------------------------------------
  form
--------------------------------------------------------------*/
/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */


form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  color: #000;
}


form#mail_form {
  max-width: min(680px, 42.5rem, 90.6666666666667vw);
  padding-top: min(60px, 3.75rem, 8vw);
  font-family: "Noto Serif JP", serif;
}

form#mail_form dl {
  margin-bottom: min(40px, 2.5rem, 5.33333333333333vw);
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  display: flex;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-weight: bold;
  padding-bottom: min(20px, 1.25rem, 2.66666666666667vw);
  justify-content: flex-start;
  align-items: center;
}

form#mail_form dl dt i {
  font-style: normal;
  padding-right: min(12px, 0.75rem, 1.6vw);
}




/* -- span.required, span.optional -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: min(26px, 1.625rem, 3.46666666666667vw);
  color: #ffffff;
  padding-top: min(10px, 0.625rem, 1.33333333333333vw);
  padding-bottom: min(11px, 0.6875rem, 1.46666666666667vw);
  padding-inline: min(22px, 1.375rem, 2.93333333333333vw);
}

form#mail_form dl dt span.required {
  background: #D9534F;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}




/* -- error message -------------------------------------------------------------------------------- */

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  font-size: min(24px, 1.5rem, 3.2vw);
  display: block;
  color: #ff0000;
  margin-top: min(10px, 0.625rem, 1.33333333333333vw);
}




/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* -- input, select, textarea -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  width: min(656px, 41rem, 87.4666666666667vw);
  height: min(90px, 5.625rem, 12vw);
  padding-inline: min(12px, 0.75rem, 1.6vw);
  border: 1px solid #000;
  border-radius: min(6px, 0.375rem, 0.8vw);
  -webkit-appearance: none;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin: 0 auto;
  margin-right: min(12px, 0.75rem, 2.66666666666667vw);
  width: min(18px, 1.125rem, 4vw);
  height: min(18px, 1.125rem, 4vw);
}

form#mail_form select {
  padding-block: min(8.4px, 0.525rem, 1.86666666666667vw);
  padding-inline: 2%;
  border: 1px solid #cccccc;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(100% - 4% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}




/* -- ul, li -------------------------------------------------------------------------------- */

form#mail_form ul {
  list-style-type: none;
  display: flex;
}

form#mail_form ul li label {}

form#mail_form ul li:first-child label {
  font-size: min(16.8px, 1.05rem, 3.73333333333333vw);
  margin-top: 0px;
  margin-right: min(66px, 4.125rem, 14.6666666666667vw);
  font-weight: 500;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}




/* -- input design -------------------------------------------------------------------------------- */

form#mail_form input[name="postal"]+a {
  display: inline-block;
  padding-block: min(8.4px, 0.525rem, 1.86666666666667vw);
  padding-inline: min(24px, 1.5rem, 5.33333333333333vw);
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name="postal"]+a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}




/* -- button -------------------------------------------------------------------------------- */

form#mail_form p#form_submit {
  width: 100%;
  padding-block: min(20px, 1.25rem, 2.66666666666667vw);
  padding-inline: 0;
}

form#mail_form input[type="button"] {
  width: min(680px, 42.5rem, 90.6666666666667vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  color: #FFFFFF;
  background: #0084DD;
  white-space: nowrap;
  font-weight: bold;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  height: min(130px, 8.125rem, 17.3333333333333vw);
  border: none;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #fff;
  border: 1px solid #0097D6;
  color: #0097D6;
}

/*--------------------------------------------------------------
  form
--------------------------------------------------------------*/
/* footer */
footer {
  width: min(100%, 750px);
  margin: 0 auto;
  border-inline: solid 1px #707070;
  background-color: #fff;
  padding-block: min(20px, 1.25rem, 2.66666666666667vw);
}

footer p {
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

footer p span {
  font-size: min(16px, 1rem, 2.13333333333333vw);
}