@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "D-DIN PRO";
  src: url("../fonts/D-DIN-PRO-400-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN PRO";
  src: url("../fonts/D-DIN-PRO-500-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN PRO";
  src: url("../fonts/D-DIN-PRO-600-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN PRO";
  src: url("../fonts/D-DIN-PRO-700-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN PRO";
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN PRO";
  src: url("../fonts/D-DIN-PRO-900-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.none {
  display: none;
}

@media screen and (max-width: 1050px) {
  .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp_flex-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc_flex-show {
    display: flex !important;
  }
}

@media screen and (max-width: 1050px) {
  .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc-show {
    display: block !important;
  }
}

body {
  background: #fff;
}
body * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
}
body a:hover {
  opacity: 0.7;
}
body a img:hover {
  opacity: 1;
}
body p {
  font-weight: 400;
}
body ul,
body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text],
body select,
body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body .flex.main-flex {
  justify-content: center;
  gap: 5px;
}
body img,
body picture {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body .din {
  font-family: "D-DIN PRO", sans-serif;
  font-style: normal;
}
body .section-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 5px 20px;
  background-color: #8F0036;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  body .section-tag {
    font-size: 3.6842105263vw;
    padding: 1.3157894737vw 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
  }
}
body .section-en {
  font-family: "D-DIN PRO", sans-serif;
  font-style: normal;
  font-size: 56px;
  font-weight: 300;
  color: #8F0036;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  body .section-en {
    font-size: 14.7368421053vw;
  }
}
body .pink {
  color: #F15C6F !important;
}
body .red {
  color: #BE0606 !important;
}
body .gray {
  color: #c0c0c0 !important;
}
body .blue {
  color: #07556A !important;
}
body .org {
  color: #C53C3C !important;
}
body .black {
  color: #3c3c3c !important;
}
body .btn {
  font-size: 20px;
  width: 320px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  color: #019100;
  border: 2px solid #019100;
  cursor: pointer;
  filter: drop-shadow(2px 2px 6px rgba(60, 60, 60, 0.2));
  position: relative;
  transition: 0.3s;
}
body .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-arrow.webp) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 16px;
  transition: 0.3s;
  display: none;
}
body .btn:hover {
  filter: unset;
}
body .btn.high {
  height: 100px;
}
@media screen and (max-width: 1050px) {
  body .btn {
    font-size: 3.9473684211vw;
    width: 78.9473684211vw;
    height: 11.0526315789vw;
    border-radius: 1.3157894737vw;
  }
  body .btn:before {
    width: 3.1578947368vw;
    height: 2.6315789474vw;
    right: 4.7368421053vw;
  }
  body .btn.high {
    height: 18.4210526316vw;
  }
}
body #top-btn {
  position: fixed;
  bottom: 50px;
  right: calc(50% - 260px + 20px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body #top-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 7px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  body #top-btn {
    bottom: 21.0526315789vw;
    right: 5.2631578947vw;
    width: 13.1578947368vw;
    height: 13.1578947368vw;
    border: unset;
    box-shadow: 1.0526315789vw 1.0526315789vw 1.0526315789vw rgba(0, 0, 0, 0.25);
  }
  body #top-btn img {
    width: 3.6842105263vw;
    height: 1.8421052632vw;
  }
}
body .float-bnr {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
}
body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
body .float-bnr__balloon {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: -8px;
  z-index: 2;
}
body .float-bnr__balloon p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
body .float-bnr__balloon .highlight {
  color: #8F0036;
  font-weight: 700;
}
body .float-bnr__balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
}
body .float-bnr__btn {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #be0606 0%, #e82e00 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  padding-top: 5vw;
}
body .float-bnr__btn:hover {
  opacity: 1;
}
body .float-bnr__btn .highlight {
  color: #fcffa6;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  body .float-bnr {
    width: 94.7368421053vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body .float-bnr__balloon {
    padding: 2.1052631579vw 5.2631578947vw;
    margin-bottom: -1.5789473684vw;
    filter: drop-shadow(0 4px 10px rgba(239, 96, 0, 0.25));
  }
  body .float-bnr__balloon p {
    font-size: 3.6842105263vw;
  }
  body .float-bnr__balloon::after {
    bottom: -2vw;
    border-left: 2.6315789474vw solid transparent;
    border-right: 2.6315789474vw solid transparent;
    border-top: 3.1578947368vw solid #fff;
  }
  body .float-bnr__btn {
    height: 12.6315789474vw;
    font-size: 4.7368421053vw;
    border-radius: 2.6315789474vw 2.6315789474vw 0 0;
    box-shadow: 0.7894736842vw 0.7894736842vw 1.3157894737vw rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1231px) {
  body .float-bnr {
    display: none;
  }
}
body .footer {
  background: #fff;
  padding: 80px 0 40px;
  position: relative;
}
body .footer a {
  display: block;
}
body .footer a img {
  margin: 0 auto;
  max-width: 90px;
}
body .footer a + a {
  margin-top: 50px;
}
body .footer .copy {
  margin-top: 75px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  body .footer {
    padding: 21.8421052632vw 0 26.3157894737vw;
  }
  body .footer a img {
    max-width: 23.6842105263vw;
  }
  body .footer a + a {
    margin-top: 8.6842105263vw;
  }
  body .footer .copy {
    margin-top: 19.7368421053vw;
    font-size: 3.1578947368vw;
  }
}
body aside {
  max-width: 40vw;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 520px) / 2);
}
@media screen and (max-width: 1050px) {
  body aside {
    display: none;
  }
}
body aside .logo {
  position: absolute;
  top: 5.4945054945vh;
  left: 5.6338028169%;
  display: flex;
  align-items: center;
  gap: 10px;
}
body aside .logo img {
  width: 140px;
  height: auto;
}
body aside .logo-sub-text {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
body aside .aside-lead {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  position: absolute;
  bottom: 8.7912087912vh;
  left: 7.0422535211%;
}
body aside .aside-lead span {
  color: #8F0036;
  font-weight: 500;
}
body aside .navi {
  position: absolute;
  top: 10.989010989vh;
  left: 60px;
  text-align: left;
}
body aside .navi li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  color: #000;
  display: block;
}
body aside .navi li + li {
  margin-top: 30px;
}
body aside .buttons {
  margin: 8.6% 0 0;
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
}
body aside .buttons li {
  max-width: 240px;
  width: 100%;
}
body aside .buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
body aside .buttons li a:hover {
  box-shadow: unset;
  opacity: 1;
}
body aside .buttons li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 10px;
  height: 16px;
}
body aside .buttons li a.reserve {
  background: #019100;
  color: #fff;
}
body aside .buttons li a.catalog {
  background: #019100;
  color: #fff;
  word-break: keep-all;
}
@media screen and (max-width: 1440px) {
  body aside .buttons li {
    max-width: 220px;
    width: 100%;
  }
  body aside .buttons li a {
    height: 80px;
    font-size: 20px;
  }
  body aside .buttons li a:before {
    top: 55%;
    right: 13px;
    width: 7px;
    height: 13px;
  }
}
body aside.left {
  left: 0;
  background: no-repeat center/cover url(../img/pc_left_bg.webp);
}
body aside.right {
  right: 0;
  padding: 0;
  background: no-repeat center/cover url(../img/pc_right_bg.webp);
}
body aside.right .bnr-img {
  width: 80%;
  max-width: 521px;
}
@media screen and (max-width: 1440px) {
  body aside.right {
    background: no-repeat center/cover url(../img/pc_right_bg_md.webp);
  }
}
body main {
  width: 520px;
}
@media screen and (max-width: 1050px) {
  body main {
    margin-left: 0;
    border: unset;
    width: 100%;
    overflow: hidden;
  }
}
body main .sections {
  width: 100%;
  position: relative;
}
body main .sections .cloud {
  background-size: contain;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #019100;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
body main .sections .cloud::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
  left: -50px;
  width: 260px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #019100;
  border-radius: 100px;
  z-index: -1;
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections .sections-inner .head_h2 {
  position: relative;
  max-width: 90%;
  margin: 0 auto 24px;
  z-index: 2;
}
body main .sections .sections-inner .head_h2 span {
  display: block;
}
@media screen and (max-width: 1050px) {
  body main .sections .cloud {
    font-size: 5.2631578947vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 7.3684210526vw;
    padding-bottom: 0;
  }
  body main .sections .cloud::after {
    display: block;
    content: "";
    position: absolute;
    top: -1.2vw;
    left: -14vw;
    width: 57.8947368421vw;
    height: 10.5263157895vw;
  }
}
body .cv-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  body .cv-btn:hover {
    opacity: 1;
  }
  body .cv-btn:hover .cv-btn__btn {
    background: linear-gradient(135deg, #be0606 0%, #e82e00 70%);
  }
}
body .cv-btn__balloon {
  position: relative;
  background: #fff;
  border-radius: 35px;
  padding: 7px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -11px;
  text-align: center;
  z-index: 2;
}
body .cv-btn__balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
body .cv-btn__sub {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.02em;
}
body .cv-btn__sub .red {
  font-weight: 500;
}
body .cv-btn__btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: linear-gradient(135deg, #be0606 0%, #e82e00 100%);
  border-radius: 20px;
  height: 100px;
  padding: 0 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
}
body .cv-btn__text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}
body .cv-btn__text .highlight {
  color: #fcffa6;
  font-weight: 500;
}
body .cv-btn__arrow {
  width: 10px;
  height: 20px;
  background: url(../img/cv-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  body .cv-btn {
    width: 78.9473684211vw;
  }
  body .cv-btn__balloon {
    border-radius: 9.2105263158vw;
    padding: 1.8421052632vw 5.2631578947vw;
  }
  body .cv-btn__balloon::after {
    bottom: -2.6315789474vw;
    border-width: 3.1578947368vw 2.6315789474vw 0 2.6315789474vw;
  }
  body .cv-btn__sub {
    font-size: 3.6842105263vw;
  }
  body .cv-btn__btn {
    border-radius: 5.2631578947vw;
    height: 26.3157894737vw;
    padding: 0 7.8947368421vw;
    gap: 3.9473684211vw;
    margin-top: -2.6315789474vw;
  }
  body .cv-btn__text {
    font-size: 5.7894736842vw;
  }
  body .cv-btn__arrow {
    width: 2.6315789474vw;
    height: 5.2631578947vw;
    right: 3.9473684211vw;
  }
}
body.tochi aside.left {
  background: no-repeat center/cover url(../img/pc_left_bg_new.webp);
}
body.tochi aside.right {
  background: no-repeat right center/cover url(../img/pc_right_bg_new.webp);
}
body.tochi aside.right .cv-btn {
  position: absolute;
  bottom: 8.7912087912vh;
  left: 60px;
  max-width: 340px;
}

.tochi-mv {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url(../img/mv-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 1050px) {
  .tochi-mv {
    height: 131.5789473684vw;
  }
}
.tochi-mv .sections-inner {
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media screen and (max-width: 1050px) {
  .tochi-mv .sections-inner {
    padding: 5.2631578947vw;
  }
}
.tochi-mv__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 237px;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__header {
    margin-bottom: 63.1578947368vw;
  }
}
.tochi-mv__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__logo {
    gap: 2.6315789474vw;
  }
}
.tochi-mv__logo img {
  width: 140px;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__logo img {
    width: 36.8421052632vw;
  }
}
.tochi-mv__logo .sub {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__logo .sub {
    font-size: 3.1578947368vw;
  }
}
.tochi-mv__title {
  font-size: 30px;
  color: #000;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__title {
    font-size: 7.8947368421vw;
    gap: 4.2105263158vw;
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-mv__title-line {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 7px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__title-line {
    padding: 1.8421052632vw 2.6315789474vw;
  }
}
.tochi-mv__title-line span {
  color: #8F0036;
  font-weight: 500;
}
.tochi-mv__lead {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 180%;
}
@media screen and (max-width: 1050px) {
  .tochi-mv__lead {
    font-size: 4.7368421053vw;
  }
}

.tochi-hajimeni {
  background-color: #fff;
  padding: 50px 0 0;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni {
    padding: 13.1578947368vw 0 0;
  }
}
.tochi-hajimeni .sections-inner {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni .sections-inner {
    max-width: 100%;
    padding: 0 5.2631578947vw;
  }
}
.tochi-hajimeni__lead {
  margin-bottom: 28px;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni__lead {
    margin-bottom: 7.3684210526vw;
  }
}
.tochi-hajimeni__lead--row {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni__lead--row {
    font-size: 5.7894736842vw;
  }
}
.tochi-hajimeni__lead--row:last-child {
  margin-bottom: 0;
}
.tochi-hajimeni__lead .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #CDCDCD;
  color: #8F0036;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni__lead .box {
    width: 31.5789473684vw;
    height: 10.5263157895vw;
    font-size: 5.7894736842vw;
  }
}
.tochi-hajimeni__lead .line {
  position: relative;
  font-weight: 500;
}
.tochi-hajimeni__lead .line::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #000;
}
.tochi-hajimeni__images {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.tochi-hajimeni__images img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni__images img {
    width: 50%;
    height: auto;
  }
}
.tochi-hajimeni__highlight {
  font-size: 16px;
  font-weight: 500;
  color: #8F0036;
  line-height: 180%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni__highlight {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
}
.tochi-hajimeni__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 180%;
  text-align: left;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1050px) {
  .tochi-hajimeni__text {
    font-size: 3.6842105263vw;
    max-width: 78.9473684211vw;
    margin: 0 auto 7.8947368421vw;
  }
}

.amazon-bnr {
  max-width: 300px;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .amazon-bnr {
    max-width: 78.9473684211vw;
    margin: 0 auto 10.5263157895vw;
  }
}

.tochi-about {
  background-color: #F0EDE5;
  padding: 50px 0 60px;
}
@media screen and (max-width: 1050px) {
  .tochi-about {
    padding: 13.1578947368vw 0 13.1578947368vw;
  }
}
.tochi-about .sections-inner {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .tochi-about .sections-inner {
    max-width: 100%;
    padding: 0 5.2631578947vw;
  }
}
.tochi-about__intro {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__intro {
    margin-bottom: 10.5263157895vw;
  }
}
.tochi-about__en {
  font-family: "D-DIN PRO", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  color: #8F0036;
  margin-bottom: 10px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__en {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
}
.tochi-about__title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 180%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__title {
    font-size: 5.7894736842vw;
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-about__img {
  margin-bottom: 20px;
}
.tochi-about__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__img {
    margin-bottom: 7.8947368421vw;
  }
  .tochi-about__img img {
    border-radius: 1.3157894737vw;
  }
}
.tochi-about__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 180%;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .tochi-about__text {
    font-size: 3.6842105263vw;
    max-width: 78.9473684211vw;
    margin: 0 auto 13.1578947368vw;
  }
}
.tochi-about .cv-btn {
  margin: 50px auto;
}
@media screen and (max-width: 1050px) {
  .tochi-about .cv-btn {
    margin: 10.5263157895vw auto;
  }
}
.tochi-about__commitment {
  margin-top: 50px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__commitment {
    margin-top: 10.5263157895vw;
  }
}
.tochi-about__commitment-en {
  font-family: "D-DIN PRO", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  color: #DDD2B5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__commitment-en {
    font-size: 10.5263157895vw;
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-about__commitment-title {
  writing-mode: vertical-rl;
  margin: 0 auto 40px;
}
.tochi-about__commitment-title span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-feature-settings: "vert" on;
  line-height: 110%;
  margin-left: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #fff;
  text-underline-offset: 7px;
}
.tochi-about__commitment-title span:last-child {
  margin-left: 0;
}
.tochi-about__commitment-title .highlight {
  display: inline;
  color: #8F0036;
}
@media screen and (max-width: 1050px) {
  .tochi-about__commitment-title {
    margin-bottom: 7.8947368421vw;
  }
  .tochi-about__commitment-title span {
    font-size: 5.7894736842vw;
    margin-left: 5.2631578947vw;
    text-underline-offset: 1.8421052632vw;
  }
  .tochi-about__commitment-title span:last-child {
    margin-left: 0;
  }
}
.tochi-about__promise {
  margin-bottom: 20px;
}
.tochi-about__promise:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  .tochi-about__promise {
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-about__promise-img {
  margin-bottom: 0;
}
.tochi-about__promise-img img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
.tochi-about__promise-slider {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.tochi-about__promise-slider .slide-item img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.tochi-about__promise-slider .slick-dots-promise {
  display: block !important;
  position: absolute;
  bottom: 10px;
  right: 15px;
  left: auto;
  width: auto;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tochi-about__promise-slider .slick-dots-promise li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 2px;
}
.tochi-about__promise-slider .slick-dots-promise li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  font-size: 0;
  cursor: pointer;
}
.tochi-about__promise-slider .slick-dots-promise li button::before {
  display: none;
}
.tochi-about__promise-slider .slick-dots-promise li.slick-active button {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .tochi-about__promise-slider .slick-dots-promise {
    bottom: 2.6315789474vw;
    right: 1.5789473684vw;
  }
  .tochi-about__promise-slider .slick-dots-promise li {
    margin: 0 0.7894736842vw;
  }
  .tochi-about__promise-slider .slick-dots-promise li button {
    width: 1.5789473684vw;
    height: 1.5789473684vw;
  }
}
.tochi-about__promise-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1050px) {
  .tochi-about__promise-content {
    padding: 5.2631578947vw;
  }
}
.tochi-about__promise-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  text-align: center;
}
.tochi-about__promise-title .highlight {
  color: #8F0036;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .tochi-about__promise-title {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
}
.tochi-about__promise-badge {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .tochi-about__promise-badge {
    font-size: 3.6842105263vw;
  }
}
.tochi-about__promise-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 180%;
}
@media screen and (max-width: 1050px) {
  .tochi-about__promise-text {
    font-size: 3.6842105263vw;
  }
}

.tochi-polus {
  background-color: #560225;
  padding: 20px 0 50px;
}
@media screen and (max-width: 1050px) {
  .tochi-polus {
    padding: 5.2631578947vw 0 13.1578947368vw;
  }
}
.tochi-polus .sections-inner {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .tochi-polus .sections-inner {
    max-width: 100%;
    padding: 0 5.2631578947vw;
  }
}
.tochi-polus__en {
  font-family: "D-DIN PRO", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__en {
    font-size: 8.4210526316vw;
    margin-bottom: 10.5263157895vw;
    margin-inline: calc(50% - 50vw);
  }
}
.tochi-polus__title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 160%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__title {
    font-size: 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-polus__title .badge {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  color: #FFEAB5;
  position: relative;
  margin-top: 15px;
}
.tochi-polus__title .badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 77%;
  height: 1px;
  background-color: #FFEAB5;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__title .badge {
    font-size: 7.3684210526vw;
    margin-top: 2.6315789474vw;
  }
  .tochi-polus__title .badge.green::after {
    right: -4.2105263158vw;
    font-size: 4.2105263158vw;
  }
}
.tochi-polus__title .batsu {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat center/contain url(../img/batsu.svg);
  position: relative;
  top: 8px;
}
.tochi-polus__lead {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 180%;
  text-align: left;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__lead {
    font-size: 3.6842105263vw;
    max-width: 78.9473684211vw;
    margin-bottom: 15.7894736842vw;
  }
}
.tochi-polus__card {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 20px 30px;
  margin-bottom: 40px;
  text-align: center;
}
.tochi-polus__card:last-child {
  margin-bottom: 75px;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__card {
    padding: 10.5263157895vw 4.7368421053vw 7.8947368421vw;
    margin-bottom: 10.5263157895vw;
  }
  .tochi-polus__card:last-child {
    margin-bottom: 6.5789473684vw;
  }
}
.tochi-polus__card-icon {
  display: flex;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: 15px;
}
.tochi-polus__card-icon img {
  max-width: 160px;
  height: auto;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__card-icon {
    margin-top: -15.7894736842vw;
    margin-bottom: 3.9473684211vw;
  }
  .tochi-polus__card-icon img {
    max-width: 40vw;
  }
}
.tochi-polus__card-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 180%;
  margin-bottom: 10px;
}
.tochi-polus__card-title .highlight {
  color: #8F0036;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__card-title {
    font-size: 5.2631578947vw;
  }
}
.tochi-polus__card-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 180%;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__card-text {
    font-size: 3.6842105263vw;
  }
}
.tochi-polus__logo {
  width: 201px;
  margin: 0px auto 15px;
}
@media screen and (max-width: 1050px) {
  .tochi-polus__logo {
    width: 52.8947368421vw;
    margin: 0 auto 3.9473684211vw;
  }
}
.tochi-polus .cv-btn--light .cv-btn__balloon {
  background-color: #fff;
}

.tochi-works {
  background-color: #fff;
  padding: 50px 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .tochi-works {
    padding: 13.1578947368vw 0 13.1578947368vw;
  }
}
.tochi-works .sections-inner {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 70px;
}
@media screen and (max-width: 1050px) {
  .tochi-works .sections-inner {
    max-width: 100%;
    padding: 0 5.2631578947vw;
  }
}
.tochi-works__header {
  text-align: center;
  margin-bottom: 20px;
}
.tochi-works__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .tochi-works__lead {
    font-size: 3.6842105263vw;
    max-width: 78.9473684211vw;
    margin: 0 auto 7.8947368421vw;
  }
}
.tochi-works__slider {
  position: relative;
  overflow: hidden;
  margin: 0 -70px 30px;
  padding: 0;
}
.tochi-works__slider .slide-item {
  width: 340px;
  padding: 0 3px;
  box-sizing: content-box;
}
.tochi-works__slider .slide-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.tochi-works__slider .slick-dots-works {
  display: block !important;
  position: relative;
  bottom: auto;
  margin-top: 0px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tochi-works__slider .slick-dots-works li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 4px;
}
.tochi-works__slider .slick-dots-works li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 0;
  cursor: pointer;
}
.tochi-works__slider .slick-dots-works li button::before {
  display: none;
}
.tochi-works__slider .slick-dots-works li.slick-active button {
  background-color: #8F0036;
}
@media screen and (max-width: 1050px) {
  .tochi-works__slider .slick-dots-works li {
    margin: 0 0.5263157895vw;
  }
  .tochi-works__slider .slick-dots-works li button {
    width: 1.5789473684vw;
    height: 1.5789473684vw;
  }
}
.tochi-works__slider .slick-prev,
.tochi-works__slider .slick-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  background-color: rgba(143, 0, 54, 0.7);
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
}
.tochi-works__slider .slick-prev::before,
.tochi-works__slider .slick-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
}
.tochi-works__slider .slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.tochi-works__slider .slick-prev::before {
  transform: translateY(-50%) rotate(-135deg);
  left: 12px;
}
.tochi-works__slider .slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.tochi-works__slider .slick-next::before {
  transform: translateY(-50%) rotate(45deg);
  right: 12px;
}
@media screen and (max-width: 1050px) {
  .tochi-works__slider {
    margin: 0 -5.2631578947vw 6.5789473684vw;
  }
  .tochi-works__slider .slide-item {
    width: 89.4736842105vw;
    padding: 0 0.5263157895vw;
  }
  .tochi-works__slider .slick-prev,
  .tochi-works__slider .slick-next {
    width: 7.8947368421vw;
    height: 13.1578947368vw;
  }
  .tochi-works__slider .slick-prev::before,
  .tochi-works__slider .slick-next::before {
    width: 2.3684210526vw;
    height: 2.3684210526vw;
    border-width: 0.2631578947vw;
  }
  .tochi-works__slider .slick-prev::before {
    left: 3.1578947368vw;
  }
  .tochi-works__slider .slick-next::before {
    right: 3.1578947368vw;
  }
}
.tochi-works__slider + .tochi-works__slider {
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  .tochi-works__slider + .tochi-works__slider {
    margin-top: 7.8947368421vw;
  }
}

.tochi-showroom {
  background-color: #F0EDE5;
  color: #000;
  padding: 50px 0 60px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom {
    padding: 10.5263157895vw 0 13.1578947368vw;
  }
}
.tochi-showroom .sections-inner {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom .sections-inner {
    max-width: 100%;
    padding: 0 5.2631578947vw;
  }
}
.tochi-showroom__catch {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  margin-bottom: 30px;
}
.tochi-showroom__catch .highlight {
  color: #8F0036;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__catch {
    font-size: 6.3157894737vw;
    margin-bottom: 7.8947368421vw;
  }
}
.tochi-showroom__mainImg {
  margin-bottom: 20px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.tochi-showroom__mainImg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__mainImg {
    max-width: 89.4736842105vw;
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-showroom__subCatch {
  font-size: 16px;
  font-weight: 500;
  color: #8F0036;
  line-height: 180%;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__subCatch {
    font-size: 4.2105263158vw;
    margin-bottom: 3.9473684211vw;
  }
}
.tochi-showroom__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__desc {
    font-size: 3.6842105263vw;
    max-width: 78.9473684211vw;
    margin: 0 auto 13.1578947368vw;
  }
}
.tochi-showroom .section-tag {
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom .section-tag {
    margin-bottom: 5.2631578947vw;
  }
}
.tochi-showroom__modelTitle {
  font-family: "D-DIN PRO", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 46px;
  line-height: 1;
  text-align: center;
  color: #8F0036;
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__modelTitle {
    font-size: 12.1052631579vw;
    margin-bottom: 7.8947368421vw;
  }
}
.tochi-showroom__cards {
  display: grid;
  grid-template-columns: repeat(2, 165px);
  justify-content: center;
  gap: 30px 20px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__cards {
    grid-template-columns: repeat(2, 42.1052631579vw);
    gap: 7.8947368421vw 5.2631578947vw;
  }
}
.tochi-showroom__card {
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__card {
    width: 42.1052631579vw;
  }
}
.tochi-showroom__cardImg {
  width: 100%;
  margin-bottom: 8px;
}
.tochi-showroom__cardImg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__cardImg {
    margin-bottom: 2.6315789474vw;
  }
  .tochi-showroom__cardImg img {
    border-radius: 1.3157894737vw;
  }
}
.tochi-showroom__cardName {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}
.tochi-showroom__cardName.--md {
  font-size: 14px;
}
.tochi-showroom__cardName .small {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__cardName {
    gap: 0.5263157895vw;
    font-size: 4.2105263158vw;
    margin-bottom: 1.0526315789vw;
  }
  .tochi-showroom__cardName.--md {
    font-size: 3.6842105263vw;
  }
  .tochi-showroom__cardName .small {
    font-size: 3.1578947368vw;
  }
}
.tochi-showroom__cardAddress {
  font-size: 10px;
  font-weight: 400;
  color: #605051;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__cardAddress {
    font-size: 2.6315789474vw;
    margin-bottom: 3.9473684211vw;
  }
}
.tochi-showroom__cardBtnWhite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 24px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: 5px;
  transition: opacity 0.3s ease;
  position: relative;
}
.tochi-showroom__cardBtnWhite:hover {
  opacity: 0.8;
}
.tochi-showroom__cardBtnWhite .arrow {
  display: block;
  width: 8px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center/contain url(../img/arrow-black.svg);
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__cardBtnWhite {
    height: 6.3157894737vw;
    font-size: 3.1578947368vw;
    border-radius: 5.2631578947vw;
    margin-bottom: 1.3157894737vw;
  }
  .tochi-showroom__cardBtnWhite .arrow {
    width: 2.3684210526vw;
    height: 1.8421052632vw;
    right: 2.1052631579vw;
  }
}
.tochi-showroom__cardBtnRed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 24px;
  background-color: #BE0606;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s ease;
  position: relative;
}
.tochi-showroom__cardBtnRed:hover {
  opacity: 0.8;
}
.tochi-showroom__cardBtnRed .arrow {
  display: block;
  width: 8px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center/contain url(../img/arrow-white.svg);
}
@media screen and (max-width: 1050px) {
  .tochi-showroom__cardBtnRed {
    height: 6.3157894737vw;
    font-size: 3.1578947368vw;
    border-radius: 5.2631578947vw;
  }
  .tochi-showroom__cardBtnRed .arrow {
    width: 2.3684210526vw;
    height: 1.8421052632vw;
    right: 2.1052631579vw;
  }
}/*# sourceMappingURL=style.css.map */