@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic_Family", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 16px;
  }
}

table {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

p,
li {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  p,
  li {
    font-size: 16px;
  }
}

a {
  color: #000000;
}

em {
  font-weight: 700;
}

@media screen and (min-width: 835px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #2a2a2a;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

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

input,
button,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #5a533e;
  height: 1px;
}
@media screen and (min-width: 835px) {
  hr {
    height: 2px;
  }
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* utils */
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 835px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.font-en {
  font-family: "Roboto Condensed", sans-serif !important;
}

.align-center {
  text-align: center !important;
}

.relative {
  position: relative !important;
}

.color-orange {
  color: #ff5a10 !important;
}

body {
  background-image: url(../images/body-bg.png);
}

@media screen and (min-width: 835px) {
  .wrapper {
    margin-inline: auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.sectionTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  color: #66564C;
}
@media screen and (min-width: 835px) {
  .sectionTitle {
    font-size: 60px;
  }
}

.js-scrollAnimation {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0px);
}

.mv-inner {
  display: flex;
  max-width: 1920px;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 1.2s ease;
  transition-delay: 0.1s;
}
@media screen and (max-width: 834px) {
  .mv-inner {
    flex-direction: column;
  }
}
.is-loaded .mv-inner {
  opacity: 1;
}

.mv-image {
  flex-basis: 60%;
}

.mv-details {
  flex-basis: 40%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 5%;
}
@media screen and (min-width: 835px) {
  .mv-details {
    gap: 28px;
  }
}

.mv-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 835px) {
  .mv-buttons {
    gap: 20px;
  }
}
.mv-buttons a {
  display: block;
  background-color: #2D2726;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.3s ease;
  background-image: url(../images/blank.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 16px;
}
@media (any-hover: hover) {
  .mv-buttons a:hover {
    opacity: 0.8;
  }
}

.lead {
  padding: 100px 20px;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 1.2s ease;
  transition-delay: 0.1s;
}
@media screen and (min-width: 835px) {
  .lead {
    padding: 100px 100px;
    align-items: center;
    gap: 8%;
    max-width: 1480px;
    box-sizing: border-box;
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .lead {
    flex-direction: column;
  }
}
.is-loaded .lead {
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .lead > div:first-child {
    width: 45%;
  }
}
@media screen and (min-width: 835px) {
  .lead > div:last-child {
    flex: 1;
  }
}

.lead-copy {
  font-size: 32px;
}

.lead-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .lead-text {
    margin-top: 40px;
  }
}
.lead-text br {
  display: none;
}
@media screen and (min-width: 1400px) {
  .lead-text br {
    display: inline;
  }
}

.details {
  background-image: url(../images/details-bg.png);
}
.details h2 {
  font-size: 28px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .details h2 {
    font-size: 32px;
  }
}
.details h3 {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .details h3 {
    font-size: 22px;
  }
}

.details-inner {
  padding: 100px 20px;
  max-width: 1480px;
  box-sizing: border-box;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .details-inner {
    padding: 100px 100px;
  }
}

.details-item {
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .details-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 835px) {
  .details-item > div:first-child {
    width: 60%;
    box-sizing: border-box;
    padding-right: 40px;
  }
}
@media screen and (min-width: 835px) {
  .details-item > div:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .details-item > div:last-child {
    margin-top: 30px;
  }
}

.details-item-copy {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 32px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .details-item-copy {
    margin-top: 50px;
  }
}

.details-item-text {
  font-size: 16px;
  margin-top: 32px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .details-item-text {
    margin-top: 50px;
  }
}

.photo-slider .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .photo-slider .swiper-pagination {
    margin-top: 12px;
    justify-content: flex-end;
  }
}

.photo-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border-radius: 0;
  background: #ddd;
  opacity: 1;
}

.photo-slider .swiper-pagination-bullet-active {
  background: #111;
}

.footer {
  text-align: center;
  background-image: url(../images/body-bg.png);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer img {
  width: 66px;
}
.footer p {
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .footer p {
    margin-top: 20px;
  }
}
