@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}
body.on {
  overflow: hidden;
}

ul {
  list-style: none;
}

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

img {
  pointer-events: none;
}

body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.font-en {
  font-family: "Lato", serif;
}

img {
  width: 100%;
  height: auto;
}

.bg-white {
  background-color: #fff;
}

.mt1 {
  margin-top: 1em !important;
}
@media screen and (max-width: 768px) {
  .mt1 {
    margin-top: 1em !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 8vw !important;
  }
}

.ta-c {
  text-align: center;
}

.bg-left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 187.5px);
  height: 100vh;
}
.bg-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

.bg-right {
  background-image: url("../images/bg-gray.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 187.5px);
  height: 100vh;
  z-index: 1;
  color: #000;
}
.bg-right__inner {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-right__body {
  width: 370px;
  max-width: 100%;
  height: 555px;
  max-height: 100vh;
  padding: 30px 30px;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 999px) {
  .bg-right__body {
    display: none;
  }
}
.bg-right__body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  border: 1px solid #000;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.bg-right__list01 > li {
  border-bottom: 1px solid #000;
  padding: 20px 0 5px;
}
.bg-right__list01 > li:first-of-type {
  padding-top: 0;
}
.bg-right__list01 > li.--mail {
  border-bottom: none;
  padding: 20px 0 0;
}
.bg-right__list01 > li > span {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.bg-right__list01 > li > a, .bg-right__list01 > li > span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
}
.bg-right__list01 > li > a img, .bg-right__list01 > li > span img {
  width: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bg-right__list02 {
  margin-top: 20px;
}
.bg-right__list02 > li:not(:first-of-type) {
  margin-top: 5px;
}
.bg-right__list02 > li a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
}
.bg-right__list02 > li a img {
  width: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bg-right__bottom {
  margin-top: 60px;
}
.bg-right__bottom dt {
  text-align: center;
  position: relative;
  z-index: 1;
}
.bg-right__bottom dt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.bg-right__bottom dt span {
  display: inline-block;
  padding: 0 11px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.bg-right__bottom dd {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.bg-right__bottom dd a {
  display: block;
  width: 50px;
}

.inner {
  max-width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 86.6666666667vw;
  }
}

.inner-s {
  max-width: 292px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-s {
    max-width: 77.8666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    font-size: 4.2666666667vw;
    font-weight: bold;
    position: absolute;
    top: 1.3333333333vw;
    right: 5.3333333333vw;
    color: #fff;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .sp-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d70000;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__inner {
    width: 100%;
    height: 100%;
    padding: 21.3333333333vw 8.8vw;
    height: 100vh;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list01 > li {
    border-bottom: 1px solid #fff;
    padding: 5.3333333333vw 0 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list01 > li:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list01 > li.--mail {
    border-bottom: none;
    padding: 5.3333333333vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list01 > li > span {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list01 > li > a, .sp-menu__list01 > li > span {
    display: block;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    position: relative;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list01 > li > a img, .sp-menu__list01 > li > span img {
    width: 2.1333333333vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list02 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list02 > li:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list02 > li a {
    display: block;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    position: relative;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list02 > li a img {
    width: 2.1333333333vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom dt {
    text-align: center;
    z-index: 1;
    overflow: hidden;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom dt span {
    display: inline-block;
    padding: 0 2.9333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom dt span::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom dt span::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom dd {
    margin-top: 3.4666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__bottom dd a {
    display: block;
    width: 13.3333333333vw;
  }
}

.footer {
  background-color: #fff;
  margin-top: auto;
}
.footer__sns {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    padding: 4vw 1.3333333333vw;
    gap: 4vw;
  }
}
.footer__sns a {
  display: block;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .footer__sns a {
    width: 6.6666666667vw;
  }
}
.footer__top {
  border: 1px solid #000;
  display: flex;
}
.footer__top li {
  width: 100%;
}
.footer__top a {
  display: block;
  padding: 15px 5px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__top a {
    padding: 4vw 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.footer__copyright {
  font-size: 1rem;
  padding: 7px 5px;
  color: #000;
  background-color: #fff;
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
    padding: 1.8666666667vw 1.3333333333vw;
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.modal-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-video__body {
  width: 1000px;
  max-width: 90vw;
  max-height: 90vh;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-video__body {
    max-width: 100%;
  }
}
.modal-video__body iframe, .modal-video__body video, .modal-video__body div {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-video__close {
  width: 50px;
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .modal-video__close {
    width: 10.6666666667vw;
    top: -13.3333333333vw;
    right: 2.6666666667vw;
  }
}

.top-page .news-box .--date {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--date {
    font-size: 5.3333333333vw;
    padding-left: 2.9333333333vw;
  }
}
.top-page .news-box .--date::after {
  content: "";
  width: 6px;
  height: 4px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--date::after {
    width: 1.6vw;
    height: 1.0666666667vw;
  }
}
.top-page .news-box__detail {
  margin-top: 20px;
  background-color: #fff;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 7px 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page .news-box__detail {
    margin-top: 5.3333333333vw;
    padding: 1.8666666667vw 6.9333333333vw;
  }
}
.top-page .news-box__detail::before, .top-page .news-box__detail::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
}
.top-page .news-box__detail::before {
  top: 6px;
}
@media screen and (max-width: 768px) {
  .top-page .news-box__detail::before {
    top: 1.6vw;
  }
}
.top-page .news-box__detail::after {
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .top-page .news-box__detail::after {
    bottom: 1.6vw;
  }
}
.top-page .news-box .--top {
  padding: 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--top {
    padding: 5.3333333333vw 0;
  }
}
.top-page .news-box .--top p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--top p {
    font-size: 4.2666666667vw;
  }
}
.top-page .news-box .--bottom {
  padding: 20px 0 20px;
  border-top: 1px dashed #333;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--bottom {
    padding: 5.3333333333vw 0;
  }
}
.top-page .news-box .--bottom .logo {
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--bottom .logo {
    margin-bottom: 5.3333333333vw;
  }
}
.top-page .news-box .--bottom p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--bottom p {
    font-size: 3.7333333333vw;
  }
}
.top-page .news-box .--bold {
  font-weight: bold;
}
.top-page .news-box .--ta-center {
  display: block;
  text-align: center;
}
.top-page .news-box .--banner {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.top-page .news-box .--column {
  margin: 1em 0 0 0.5em;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--column {
    gap: 5.3333333333vw;
  }
}
.top-page .news-box .--column a {
  display: block;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .top-page .news-box .--column a {
    width: 6.6666666667vw;
  }
}
.top-page .movie-box {
  position: relative;
}
.top-page .movie-box .icon-play {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-page .movie-box .icon-play {
    width: 13.3333333333vw;
  }
}
.top-page .movie-name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-page .movie-name {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.top-page .area-comingsoon {
  min-height: 532px;
  padding-top: 218px;
  background-image: url("../images/bg-comingsoon.png");
  background-size: cover;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-page .area-comingsoon {
    min-height: 141.8666666667vw;
    font-size: 6.4vw;
    padding-top: 58.1333333333vw;
  }
}
.top-page .profile-list {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-page .profile-list {
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
.top-page .profile-list > li {
  width: calc(33.3333333333% - 6.6666666667px);
}
@media screen and (max-width: 768px) {
  .top-page .profile-list > li {
    width: calc(33.3333333333% - 1.7777777778vw);
  }
}
.top-page .profile-list__btn {
  display: block;
}
.top-page .profile-list__img {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
}
.top-page .profile-list__name {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-page .profile-list__name {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.top-page .modal-profile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.top-page .modal-profile__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
}
.top-page .modal-profile__contents {
  width: 700px;
  max-width: 95vw;
  max-height: 95vh;
  height: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 5px 5px 0 rgba(215, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__contents {
    width: 89.3333333333vw;
    height: calc(100vh - 10.6666666667vw);
    height: calc(100dvh - 10.6666666667vw);
  }
}
.top-page .modal-profile__contents > div {
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__contents > div {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 13.3333333333vw 10.6666666667vw 8vw 10.6666666667vw;
  }
}
.top-page .modal-profile__close {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__close {
    width: 16vw;
    height: 16vw;
  }
}
.top-page .modal-profile__close::before, .top-page .modal-profile__close::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__close::before, .top-page .modal-profile__close::after {
    width: 8vw;
  }
}
.top-page .modal-profile__close::before {
  transform: translate(-50%, -50%) rotate(30deg);
}
.top-page .modal-profile__close::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.top-page .modal-profile__img {
  display: block;
  flex: 0 0 auto;
  width: 54%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__img {
    width: 90%;
    margin: 0 auto;
    align-self: auto;
  }
}
.top-page .modal-profile__body {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__body {
    font-size: 3.7333333333vw;
    width: 100%;
    padding-bottom: 0;
  }
}
.top-page .modal-profile__name {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile__name {
    font-size: 5.8666666667vw;
  }
}
.top-page .modal-profile dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile dl {
    margin-top: 4vw;
  }
}
.top-page .modal-profile dl > div:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile dl > div:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.top-page .modal-profile dl dt {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top-page .modal-profile dl dt {
    font-size: 3.2vw;
  }
}
.top-page .op {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff99c3;
  z-index: 100;
  transition: opacity 1.2s ease 2.3s;
}
.top-page .op.on {
  opacity: 0;
  pointer-events: none;
}
.top-page .op.on .op__logo::after {
  transform: translateX(100%);
}
.top-page .op__logo {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-page .op__logo {
    width: 100%;
  }
}
.top-page .op__logo::after {
  content: "";
  width: 120%;
  height: 100%;
  background-color: #ff99c3;
  position: absolute;
  top: 0;
  left: -10%;
  transition: transform 0.6s ease-out 0.3s;
}
.top-page .op__logo img {
  width: 100%;
  height: auto;
}

.main-contents {
  box-shadow: 0 5px 5px rgba(215, 90, 141, 0.25);
  width: 375px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .main-contents {
    width: 100%;
  }
}
.main-contents::before {
  content: "";
  width: 375px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/bg-contents.jpg");
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main-contents::before {
    width: 100%;
  }
}

.btn {
  display: block;
  width: 100%;
  padding: 11px 8px 11px 4px;
  background-color: #d70000;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 2.9333333333vw 2.1333333333vw 2.9333333333vw 1.0666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .btn::before {
    border-radius: 13.3333333333vw;
    top: 1.6vw;
  }
}
.btn img {
  width: 18px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn img {
    width: 4.8vw;
    right: 3.7333333333vw;
  }
}

.date-line {
  padding: 7px 0;
  border-top: 2px solid #d70000;
  border-bottom: 2px solid #d70000;
  background-color: #fff;
  color: #d70000;
}
@media screen and (max-width: 768px) {
  .date-line {
    padding: 1.8666666667vw 0;
  }
}
.date-line p {
  border-top: 1px solid #d70000;
  border-bottom: 1px solid #d70000;
  font-size: 2.2rem;
  padding: 4px 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .date-line p {
    font-size: 5.8666666667vw;
    padding: 1.0666666667vw 0;
  }
}
.date-line p .--midlle {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .date-line p .--midlle {
    font-size: 4.8vw;
  }
}
.date-line p .--small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .date-line p .--small {
    font-size: 3.7333333333vw;
  }
}

.title-line {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title-line {
    font-size: 5.3333333333vw;
    padding-left: 2.9333333333vw;
  }
}
.title-line::after {
  content: "";
  width: 6px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 0.65em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .title-line::after {
    width: 1.6vw;
    height: 1.0666666667vw;
    top: 2.9333333333vw;
  }
}
.title-line span {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}
@media screen and (max-width: 768px) {
  .title-line span {
    font-size: 3.4666666667vw;
  }
}

.title-circle {
  padding: 18px 16px 6px;
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .title-circle {
    padding: 4.8vw 4.2666666667vw 1.6vw;
    font-size: 3.7333333333vw;
  }
}
.title-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0 0;
  background-color: #d70000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 10.6666666667vw;
  }
}
.mv .inner {
  max-width: 100%;
}
.mv h1 {
  width: 100%;
}
.mv__btn {
  max-width: 325px;
  margin: 25px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    max-width: 86.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}

.area-top {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .area-top {
    padding-top: 0;
    padding-bottom: 26.6666666667vw;
  }
}
.area-top__modal-btn {
  display: block;
  margin: 10px auto 0;
  width: 252px;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .area-top__modal-btn {
    margin-top: 2.6666666667vw;
    width: 67.2vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
}
.area-top__logo {
  margin-bottom: 30px;
}
.area-top__img {
  margin: 60px auto 0;
  position: relative;
  width: 252px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-top__img {
    margin-top: 16vw;
    width: 67.2vw;
  }
}
.area-top__img::before, .area-top__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.area-top__img::before {
  background: #fff;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .area-top__img::before {
    top: -2.6666666667vw;
    left: -2.6666666667vw;
  }
}
.area-top__img::after {
  background-color: #d70000;
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .area-top__img::after {
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.area-top__name {
  margin: 20px auto 0;
  width: 252px;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .area-top__name {
    margin-top: 5.3333333333vw;
    width: 67.2vw;
    font-size: 3.4666666667vw;
  }
}
.area-top__name > span {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin-top: 2px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .area-top__name > span {
    font-size: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.area-top__name > span span {
  font-size: 1.4rem;
  margin-right: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .area-top__name > span span {
    font-size: 3.7333333333vw;
    margin-right: 3.4666666667vw;
  }
}

.modal-message {
  position: fixed;
  width: 375px;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-message {
    width: 100%;
  }
}
.modal-message > div {
  height: 100%;
  padding: 60px 20px;
  overflow: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-message > div {
    padding: 13.3333333333vw 4vw;
  }
}
.modal-message h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal-message h2 {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.modal-message h2 span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-message h2 span {
    font-size: 4.8vw;
  }
}
.modal-message p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modal-message p {
    font-size: 4vw;
  }
}
.modal-message__close.--bottom {
  margin: 30px auto 0;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .modal-message__close.--bottom {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
}
.modal-message__close.--circle {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-message__close.--circle {
    width: 13.3333333333vw;
    top: 4vw;
    right: 4vw;
  }
}

.area-message {
  padding: 40px 0 117px;
}
@media screen and (max-width: 768px) {
  .area-message {
    padding: 10.6666666667vw 0 31.2vw;
  }
}
.area-message__video {
  margin-top: 20px;
  display: block;
  width: 100%;
  aspect-ratio: 272/153;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-message__video {
    margin-top: 5.3333333333vw;
  }
}
.area-message__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-message__icon-play {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .area-message__icon-play {
    width: 13.3333333333vw;
  }
}
.area-message__desc {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .area-message__desc {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}

.area-section {
  position: relative;
  border-top: 6px solid #d70000;
  padding: 33px 0 80px;
}
@media screen and (max-width: 768px) {
  .area-section {
    padding: 8.8vw 0 21.3333333333vw;
  }
}
.area-section .movie01, .area-section .movie02 {
  width: 100%;
  height: auto;
}
.area-section .movie01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .area-section .movie01 {
    margin-top: 5.3333333333vw;
  }
}
.area-section .movie02 {
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .area-section .movie02 {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.area-section .--margin-l {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .area-section .--margin-l {
    margin: 10.6666666667vw 0;
  }
}
.area-section .line-black {
  border-bottom: 1px solid #000;
}
.area-section__title {
  width: 100%;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
}
.area-section__title.--red {
  border-bottom: 2px solid #d70000;
}
.area-section__title.--red h2 {
  background-color: #d70000;
}
.area-section__title h2 {
  width: 325px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin: 0 auto;
  background: #d70000;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .area-section__title h2 {
    width: 86.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.area-section .title-line {
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .area-section .title-line {
    margin-bottom: 5.3333333333vw;
  }
}
.area-section .title-line:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .area-section .title-line:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.area-section__caution {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .area-section__caution {
    margin-top: 8vw;
  }
}
.area-section__caution li {
  font-size: 1.2rem;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .area-section__caution li {
    font-size: 3.2vw;
  }
}
.area-section__bg-white {
  border: 1px solid #000;
  background-color: #fff;
  padding: 30px 26px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .area-section__bg-white {
    padding: 8vw 6.9333333333vw;
  }
}
.area-section__bg-white > div:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #9E9E9E;
}
@media screen and (max-width: 768px) {
  .area-section__bg-white > div:not(:first-of-type) {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.area-section__bg-white > div dt {
  font-size: 1.6rem;
  color: #C91A21;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .area-section__bg-white > div dt {
    font-size: 4.2666666667vw;
  }
}
.area-section__bg-white > div dd {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .area-section__bg-white > div dd {
    margin-top: 1.3333333333vw;
  }
}
.area-section__bg-white > div dd p + ul {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .area-section__bg-white > div dd p + ul {
    margin-top: 4vw;
  }
}
.area-section__bg-white > div dd ul li {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}

.area-period__text {
  padding: 40px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #000;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Lato", "Zen Kaku Gothic New", serif;
}
@media screen and (max-width: 768px) {
  .area-period__text {
    padding: 10.6666666667vw 0 5.3333333333vw;
    margin-bottom: 8vw;
    font-size: 3.2vw;
  }
}
.area-period__text .large {
  display: block;
  font-weight: bold;
  font-size: 3rem;
  color: #d70000;
}
@media screen and (max-width: 768px) {
  .area-period__text .large {
    font-size: 8vw;
  }
}
.area-period__text .small {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .area-period__text .small {
    font-size: 5.0666666667vw;
  }
}

.area-date .date-line p {
  font-size: 2rem;
  font-family: "Lato", "Zen Kaku Gothic New", serif;
  text-align: left;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .area-date .date-line p {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.area-date .date-line p .--small {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .area-date .date-line p .--small {
    font-size: 4.5333333333vw;
  }
}
.area-date .date-line p .--midlle {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .area-date .date-line p .--midlle {
    font-size: 5.0666666667vw;
  }
}
.area-date .area-section__caution {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .area-date .area-section__caution {
    margin-top: 10.6666666667vw;
  }
}

.area-task h4 {
  padding-left: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .area-task h4 {
    padding-left: 0;
    margin-top: 10.6666666667vw;
  }
}
.area-task h4::after {
  display: none;
}
.area-task dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .area-task dl {
    margin-top: 8vw;
  }
}
.area-task dl:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .area-task dl:first-of-type {
    margin-top: 10.6666666667vw;
  }
}
.area-task dl dt {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .area-task dl dt {
    font-size: 3.7333333333vw;
  }
}
.area-task dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .area-task dl dd {
    margin-top: 2.6666666667vw;
  }
}
.area-task__movie {
  display: block;
  width: 100%;
  aspect-ratio: 325/183;
  position: relative;
}
.area-task__movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-task__icon-play {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .area-task__icon-play {
    width: 13.3333333333vw;
  }
}

.area-entry {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .area-entry {
    padding-bottom: 10.6666666667vw;
  }
}
.area-entry__btn {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-entry__btn {
    margin-top: 10.6666666667vw;
  }
}
.area-entry__btn .btn:not(:first-of-type) {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .area-entry__btn .btn:not(:first-of-type) {
    margin-top: 6.9333333333vw;
  }
}
.area-entry__howto {
  margin: 36px 0 0 auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .area-entry__howto {
    margin-top: 9.6vw;
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.area-entry__howto span {
  text-decoration: underline;
}
.area-entry__howto img {
  width: 6px;
}
@media screen and (max-width: 768px) {
  .area-entry__howto img {
    width: 1.6vw;
  }
}

.page-low {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-low {
    padding-top: 0;
  }
}
.page-low .mv {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-low .mv {
    padding-bottom: 26.6666666667vw;
  }
}
.page-low .mv__low {
  position: relative;
  top: -13px;
}
@media screen and (max-width: 768px) {
  .page-low .mv__low {
    top: -3.4666666667vw;
  }
}
.page-low .area-howto01__top {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__top {
    font-size: 3.7333333333vw;
  }
}
.page-low .area-howto01__top + p {
  margin-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__top + p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.page-low .area-howto01__list {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list {
    margin-top: 12.5333333333vw;
  }
}
.page-low .area-howto01__list > li {
  background-color: #fff;
  padding: 30px 26px;
  border: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list > li {
    padding: 8vw 6.9333333333vw;
  }
}
.page-low .area-howto01__list > li:not(:first-of-type) {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list > li:not(:first-of-type) {
    margin-top: 11.4666666667vw;
  }
}
.page-low .area-howto01__list > li:not(:last-of-type)::after {
  content: "";
  border-top: 16px solid #000;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list > li:not(:last-of-type)::after {
    border-top: 4.2666666667vw solid #000;
    border-left: 4.8vw solid transparent;
    border-right: 4.8vw solid transparent;
  }
}
.page-low .area-howto01__list > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  min-height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d70000;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list > li > span {
    width: 30.6666666667vw;
    min-height: 8.5333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 0.8vw;
  }
}
.page-low .area-howto01__list > li h3 {
  font-size: 1.6rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list > li h3 {
    font-size: 4.2666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.page-low .area-howto01__list > li > p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list > li > p {
    font-size: 3.7333333333vw;
  }
}
.page-low .area-howto01__list01, .page-low .area-howto01__list02 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list01, .page-low .area-howto01__list02 {
    margin-top: 5.3333333333vw;
  }
}
.page-low .area-howto01__list01 li, .page-low .area-howto01__list02 li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-low .area-howto01__list01 li, .page-low .area-howto01__list02 li {
    font-size: 3.2vw;
  }
}
.page-low .area-howto01__list01 li:not(:first-of-type) {
  margin-top: 1em;
}
.page-low .area-qa__list {
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__list {
    padding-bottom: 5.3333333333vw;
  }
}
.page-low .area-qa__list > li:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__list > li:not(:first-of-type) {
    margin-top: 5.3333333333vw;
    padding-top: 6.6666666667vw;
  }
}
.page-low .area-qa__btn {
  display: block;
  width: 100%;
  padding: 0 26px 0 19px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__btn {
    padding: 0 6.9333333333vw 0 5.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-low .area-qa__btn.on img {
  transform: translateY(-50%) rotate(90deg);
}
.page-low .area-qa__btn > span {
  position: absolute;
  top: 0;
  left: 0;
}
.page-low .area-qa__btn > img {
  width: 7px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__btn > img {
    width: 1.8666666667vw;
    right: 1.3333333333vw;
  }
}
.page-low .area-qa__a {
  max-width: 271px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__a {
    max-width: 72.2666666667vw;
  }
}
.page-low .area-qa__a p {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__a p {
    padding-top: 4vw;
  }
}
.page-low .area-qa__a ul {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__a ul {
    padding-top: 4vw;
  }
}
.page-low .area-qa__a ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.page-low .area-qa__a ol {
  padding-top: 15px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__a ol {
    padding-top: 4vw;
  }
}
.page-low .area-qa__a ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.page-low .area-qa__a ol li:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page-low .area-qa__a ol li:not(:first-of-type) {
    margin-top: 4vw;
  }
}
.page-low .area-mail01 h3 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-low .area-mail01 h3 {
    font-size: 5.3333333333vw;
  }
}
.page-low .area-mail01 h3 span {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .page-low .area-mail01 h3 span {
    font-size: 3.4666666667vw;
  }
}
.page-low .area-mail01 ol {
  margin-top: 20px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page-low .area-mail01 ol {
    margin-top: 5.3333333333vw;
  }
}
.page-low .area-mail01 ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.page-low .area-mail01 ol li:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-low .area-mail01 ol li:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.page-low .area-mail02 {
  position: relative;
  z-index: 1;
}
.page-low .area-mail02__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-low .area-mail02__btn {
    margin-top: 10.6666666667vw;
  }
}
.page-low .entry-photo {
  margin: 0 auto 10px;
  width: 100px;
}
.page-low .entry-caution {
  margin-top: 10px;
}
.page-low .btn-upload-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

/* ----------------------------
 button
---------------------------- */
.button--navi {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #C50B12;
  border: 0;
  border-radius: 30px;
  transition: background-color 300ms;
}

.button--navi:hover {
  opacity: 1;
  background-color: #e4252c;
}

.button--navi[aria-expanded=true] {
  text-indent: -9999px;
  background-color: #fff;
}

.button--navi[aria-expanded=true]::before,
.button--navi[aria-expanded=true]::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  background-color: #C50B12;
  width: 36px;
  height: 1px;
  transform-origin: center;
}

.button--navi[aria-expanded=true]::before {
  transform: translateX(-50%) rotate(25deg);
}

.button--navi[aria-expanded=true]::after {
  transform: translateX(-50%) rotate(-25deg);
}

.button--navi span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
}

.button--link {
  cursor: pointer;
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to right, #C50B12, #5F0509);
  border: 0;
  border-radius: 5px;
  width: 100%;
  padding: 11px 40px 11px;
  margin: 0 auto;
  transition: opacity 300ms;
}

.button--link::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  background: url(../img/icon-arrow_button.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

/* ----------------------------
 input
---------------------------- */
.input--form + .input--form,
.input--form__caution + .input--form {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .input--form + .input--form,
  .input--form__caution + .input--form {
    margin-top: 5.3333333333vw;
  }
}

.input--form__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .input--form__title {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}

.input--form__title sup {
  color: #C50B12;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .input--form__title sup {
    font-size: 2.9333333333vw;
  }
}

.input--form__sub-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .input--form__sub-title {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}

input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
  border-radius: 0;
  width: 100%;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw;
  }
}

input:focus {
  background-color: #fff;
}

input[type=file] {
  font-size: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  input[type=file] {
    font-size: 2.6666666667vw;
  }
}

input[type=file]::file-selector-button {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #000;
  border: 0;
  border-radius: 5px;
  padding: 12px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=file]::file-selector-button {
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
    padding: 3.2vw 0;
  }
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  height: 26px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + label {
    height: 6.9333333333vw;
  }
}

input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + label::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    border-radius: 3.4666666667vw;
    margin-right: 2.1333333333vw;
  }
}

input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  input[type=checkbox]:checked + label::after {
    left: 1.8666666667vw;
    top: 1.8666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.6vw;
  }
}

input.input--form__width-auto {
  width: auto;
}

.input--form__select {
  display: inline-block;
  position: relative;
}

.input--form__select::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #000 transparent transparent;
}
@media screen and (max-width: 768px) {
  .input--form__select::after {
    top: calc(50% - 0.5333333333vw);
    border-width: 2.1333333333vw 1.0666666667vw 0 1.0666666667vw;
  }
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
  border-radius: 0;
  width: 80px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 3.7333333333vw;
    width: 21.3333333333vw;
    padding: 2.1333333333vw;
  }
}

.input--form input + small {
  font-size: 14px;
  font-weight: 700;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .input--form input + small {
    font-size: 3.7333333333vw;
    margin: 0 2.1333333333vw;
  }
}

.input--form__agree {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .input--form__agree {
    margin-top: 2.6666666667vw;
  }
}

.input--form__caution {
  font-size: 12px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .input--form__caution {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0;
  }
}

.input--form__text {
  display: inline-block;
}

/* ----------------------------
 contact
---------------------------- */
.page-low .page--title::before,
.page-low .page--title::after {
  width: 133px;
}
@media screen and (max-width: 768px) {
  .page-low .page--title::before,
  .page-low .page--title::after {
    width: 35.4666666667vw;
  }
}

.page-low .section--title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 15px;
}
@media screen and (max-width: 768px) {
  .page-low .section--title {
    font-size: 4.8vw;
    margin: 5.3333333333vw 0 4vw;
  }
}

.page-low .section--title span {
  position: relative;
  z-index: 2;
}

.page-low .section--title sup {
  position: relative;
  z-index: 2;
  color: #C50B12;
  font-size: 11px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .page-low .section--title sup {
    font-size: 2.9333333333vw;
    padding-right: 2.1333333333vw;
  }
}

.page-low .section--grid {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .page-low .section--grid {
    gap: 10.6666666667vw;
    margin: 5.3333333333vw 0;
  }
}

.page-low .section--grid li + li {
  margin: 0;
}

.page-low .section--grid__pattern1 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .page-low .section--grid__pattern1 {
    gap: 21.3333333333vw;
  }
}

.page-low .section--grid__pattern2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 0;
}

.page-low .section--grid__pattern2 li:nth-child(3) {
  width: 100%;
}

.page-low .section--grid__pattern3 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-low .section--grid__pattern3 {
    gap: 5.3333333333vw;
  }
}

.page-low .section .button--link {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .page-low .section .button--link {
    margin-top: 12.8vw;
  }
}

.contact-inner {
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    max-width: 90.6666666667vw;
  }
}

.contact-btn {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    margin-top: 10.6666666667vw;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  hr {
    margin: 5.3333333333vw 0;
  }
}

.page-low .agree-area {
  border: 1px solid #000;
  padding: 10px 10px;
  background-color: #fff;
  height: 300px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .page-low .agree-area {
    padding: 2.6666666667vw 2.6666666667vw;
    height: 80vw;
  }
}
.page-low .agree-area + p {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page-low .agree-area + p {
    margin-top: 4vw;
  }
}
.page-low .agree-area ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page-low .agree-area ul li:not(:first-of-type) {
  margin-top: 10px;
}

.modal {
  position: fixed;
  width: 375px;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 768px) {
  .modal {
    width: 100%;
  }
}
.modal > div {
  height: 100%;
  padding: 80px 20px;
  overflow: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal > div {
    padding: 18.6666666667vw 4vw;
  }
}
.modal h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal h2 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.modal h2 span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal h2 span {
    font-size: 4.8vw;
  }
}
.modal p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modal p {
    font-size: 4vw;
  }
}
.modal p .--large {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
}
.modal__close.--bottom {
  margin: 30px auto 0;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .modal__close.--bottom {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
}
.modal__close.--circle {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal__close.--circle {
    width: 13.3333333333vw;
    top: 4vw;
    right: 4vw;
  }
}/*# sourceMappingURL=base.css.map */