@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Roboto: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;
}

@font-face {
  font-family: "YuGothic_Family";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic_Family";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
  font-family: "游ゴシック体", "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";
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  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: 769px) {
  p,
  li {
    font-size: 16px;
  }
}

a {
  color: #000000;
}

em {
  font-weight: 700;
}

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

sup {
  font-size: 0.7em;
  vertical-align: top;
}

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: 769px) {
  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: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .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: 769px) {
  .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;
  }
}
@media screen and (min-width: 769px) {
  .mt-auto-pc {
    margin-top: auto !important;
  }
}

.bold {
  font-weight: 700 !important;
}

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

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center !important;
  }
}

.relative {
  position: relative !important;
}

.color-red {
  color: #FF3434 !important;
}

/* page */
@media screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}
body img {
  vertical-align: bottom;
}

.mv {
  background-color: #000;
}

.mv-logo {
  background-color: #fff;
  padding: 8px 20px;
}
@media screen and (min-width: 769px) {
  .mv-logo {
    padding: 16px 20px;
  }
}
.mv-logo img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mv-logo img {
    width: 145px;
  }
}

.mv-main {
  background-image: url(../images/mv-bg-sp.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 710px;
  opacity: 0;
  transition: opacity 1s linear;
  transition-delay: 1.5s;
}
@media screen and (min-width: 769px) {
  .mv-main {
    background-image: url(../images/mv-bg-pc.webp);
    height: 814px;
  }
}
.-loaded .mv-main {
  opacity: 1;
}
.mv-main img {
  width: 289px;
  opacity: 0;
  transition: opacity 1s linear, transform 1s ease;
  transition-delay: 2.5s;
  transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .mv-main img {
    width: 916px;
  }
}
.-loaded .mv-main img {
  transform: scale(1);
  opacity: 1;
}

.content {
  padding: 80px 0;
}
@media screen and (min-width: 769px) {
  .content {
    padding: 90px 0;
    width: 1000px;
    margin-inline: auto;
  }
}
.content p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .content p {
    font-size: 22px;
  }
}

.content-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.movie {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.movie p {
  font-size: 16px;
  text-align: left;
  margin-top: 4px;
}

.movie-thumb {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .movie-thumb:hover {
    opacity: 0.9;
  }
}
.movie-thumb .movie-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .movie-thumb .movie-play {
    width: 40px;
  }
}

.footer ul {
  background-color: #454545;
  padding: 32px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer a img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 6px;
}
.footer p {
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.modalMovie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999999;
}
.modalMovie.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modalMovie-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalMovie-close {
  position: absolute;
  right: 10px;
  top: -32px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modalMovie-close {
    right: 0px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .modalMovie-close svg {
    width: 20px;
    height: 20px;
  }
}
.modalMovie-close svg rect {
  fill: #fff;
}

.modalMovie-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modalMovie-container {
    width: 880px;
  }
}

.modalMovie-container-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalMovie-container-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.icon-blank {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 6px;
}

.note {
  font-size: 13px !important;
  padding-left: 1em;
  text-indent: -1em;
}

.notes {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.notes.-large li {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .notes.-large li {
    font-size: 16px;
  }
}
.notes li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .notes li {
    font-size: 12px;
  }
}

.notesTable {
  font-size: 10px;
  margin-top: 4px;
  text-align: left;
}
.notesTable th {
  font-weight: normal;
  padding-right: 1em;
  white-space: nowrap;
}

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

.wrapper {
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 1200px;
    margin-inline: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.-small {
    width: 1000px;
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
