@charset "UTF-8";
html {
  font-size: 0.7142857153vw;
}
@media only screen and (max-width: 980px) {
  html {
    height: -webkit-fill-available;
    height: 100svh;
    font-size: 2.666666667vw;
  }
  html body {
    min-height: 100svh;
    max-height: 100svh;
  }
}
html.wf-loading {
  opacity: 0;
  visibility: hidden;
}

@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("../../font/Suisse/SuisseIntl-Regular-WebM.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../../font/Suisse/SuisseIntl-Regular-WebS.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "SuisseIntl-Medium";
  src: url("../../font/Suisse/SuisseIntl-Regular-WebXL.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "EditorialNew";
  src: url("../../font/EditorialNew.woff");
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
  font-family: "SuisseIntl-Regular", ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  font-display: swap;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, a:before, a:after, p:before, p:after, span:before, span:after, button:before, button:after, b:before, b:after, strong:before, strong:after, label:before, label:after, input:before, input:after, textarea:before, textarea:after, select:before, select:after, th:before, th:after, td:before, td:after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}
a *, button * {
  pointer-events: none;
}

p, p * {
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}

.bold, .bold *, b, b *, strong, strong * {
  font-family: "SuisseIntl-Medium", ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-weight: 500;
}

.suisse,
.suisse * {
  font-family: "SuisseIntl", ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.06em;
}

.enew,
.enew * {
  font-family: "EditorialNew", ryo-gothic-plusn, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", system-ui, serif, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: initial;
}

.heading {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 980px) {
  .heading {
    font-size: 1.4rem;
  }
}

.desktop {
  display: block;
}

.smart {
  display: none;
}

@media only screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
  .smart {
    display: block;
  }
}
.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.nowrap {
  flex-wrap: nowrap;
}

.ratio-fixed {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.ratio-fixed img,
.ratio-fixed video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.ratio-fixed.dead_apple {
  padding-top: 0 !important;
}
.ratio-fixed.dead_apple img,
.ratio-fixed.dead_apple video {
  position: relative;
}