@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  height: -webkit-fill-available;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.bmf {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: #001B3B;
}
@media screen and (min-width: 768px) {
  .bmf {
    padding: 7.5rem 4.25rem;
  }
}

@media screen and (min-width: 600px) {
  .bmf .bmf__wrapper {
    margin: 0 auto;
    width: 78.6vw;
  }
}
@media screen and (min-width: 768px) {
  .bmf .bmf__wrapper {
    width: 78.125rem;
  }
}

.bmf__heading {
  color: #fff;
}

.bmf__heading-en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Cormorant", serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bmf__heading-en {
    font-size: 3.75rem;
    display: inline-block;
  }
}

.bmf__heading-ja {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .bmf__heading-ja {
    font-size: 1.625rem;
  }
}

.bmf__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .bmf__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.0625rem;
  }
}

.bmf__body {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .bmf__body {
    width: 33rem;
    max-width: 100%;
  }
}

.bmf__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 275px;
  width: 17.1875rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .bmf__img {
    width: 31.75rem;
    margin-top: 0rem;
    margin-right: 0;
  }
}

.bmf__text-bold {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .bmf__text-bold {
    letter-spacing: 0;
  }
}

.bmf__text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bmf__text {
    margin-top: 3.75rem;
    letter-spacing: 0;
  }
}

.bmf__body-content {
  padding: 25px;
  padding: 1.5625rem;
  border: 1px solid #EAD685;
  border: 0.0625rem solid #EAD685;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .bmf__body-content {
    margin-top: 2.5rem;
  }
}

.bmf__text-yellow {
  color: #EAD685;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.bmf__text-yellow span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #B42626;
}

.bmf__text-clear {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.button {
  width: 240px;
  width: 15rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button {
    width: 18.75rem;
  }
}

.button__link {
  line-height: 1;
  display: block;
  color: #fff;
  background: #0059C4;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-radius: 30px;
}

.button__link--white {
  background: #fff;
  color: #111;
}

.button__link--blue {
  background: #fff;
  color: #001B3B;
  border: solid 1px #001B3B;
  border: solid 0.0625rem #001B3B;
}

.button--row {
  height: 54px;
  height: 3.375rem;
}

.button--row a {
  padding: 0;
  height: inherit;
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .button--row a {
    padding-top: 0.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .button--row a {
    padding-top: 0.8125rem;
  }
}

.button--row span {
  display: inline-block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .button--row span {
    margin-top: 0.1875rem;
  }
}

.button--yellow a {
  background: yellow;
  color: red;
}

.campaign {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-image: url(../../images/common/campaign-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign {
    background-image: url(../../images/common/campaign-pc.jpg);
    padding: 6.25rem 0;
  }
}

.campaign--bg {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-image: url(../../images/common/campaign-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign--bg {
    background-image: none;
    padding: 6.25rem 0;
  }
}

.campaign__wrapper {
  margin: 0 auto;
  background: rgba(230, 230, 230, .9);
  color: #001B3B;
  padding: 50px 10px 20px;
  padding: 3.125rem 0.625rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .campaign__wrapper {
    width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign__wrapper {
    width: 62.5rem;
    max-width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    outline: 0.0625rem solid #001B3B;
    outline-offset: -0.5rem;
  }
}

.campaign__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../images/common/campaign_head.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  width: 330px;
  width: 20.625rem;
  height: 72px;
  height: 4.5rem;
  top: -20px;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .campaign__wrapper::before {
    top: -2.5rem;
    width: 37.5rem;
    height: 8.25rem;
  }
}

.campaign__head {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .campaign__head {
    font-size: 1.25rem;
  }
}

.campaign__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .campaign__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    margin-top: 3.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
  }
}

.campaign__item {
  border: 2px solid #001B3B;
  border: 0.125rem solid #001B3B;
  padding: 30px 20px 20px;
  padding: 1.875rem 1.25rem 1.25rem;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .campaign__item {
    width: 70%;
    padding-top: 2.5rem;
    padding-bottom: 0.625rem;
  }
}

.campaign__item1,
.campaign__item2,
.campaign__item3 {
  position: relative;
}

.campaign__item1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background-image: url(../../images/common/campaign1.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .campaign__item1::before {
    left: -0.625rem;
  }
}

.campaign__item2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background-image: url(../../images/common/campaign2.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .campaign__item2::before {
    left: -0.625rem;
  }
}

.campaign__item3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background-image: url(../../images/common/campaign3.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .campaign__item3::before {
    left: -0.625rem;
  }
}

.campaign__item + .campaign__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .campaign__item + .campaign__item {
    margin-top: 0rem;
  }
}

.campaign__heading {
  background: #001B3B;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem;
  text-align: center;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.campaign__heading--block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.campaign__text {
  color: #001B3B;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .campaign__text {
    font-size: 2.5rem;
  }
}

.campaign__text .en {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
}

.campaign__text .en-small {
  font-size: 30px;
  font-size: 1.875rem;
}

.campaign__text .large {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}

.campaign__text--bold {
  font-weight: bold;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .campaign__text--bold {
    margin-top: 1.875rem;
  }
}

.campaign__text span {
  font-size: 24px;
  font-size: 1.5rem;
}

.campaign__text--mark {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.campaign__text--mark::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  width: 0.1875rem;
  height: 15px;
  height: 0.9375rem;
  background: #001B3B;
}

.campaign__text--mark::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  bottom: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-width: 0.625rem 0.3125rem 0 0.3125rem;
  border-color: #001B3B transparent transparent transparent;
}

.campaign__info {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #001B3B;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.campaign__info a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.campaign__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .campaign__content {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
  }
}

.campaign__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .campaign__body {
    width: calc(50% - 0.625rem);
  }
}

.campaign__body + .campaign__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .campaign__body + .campaign__body {
    margin-top: 0;
  }
}

.campaign__img {
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .campaign__img {
    aspect-ratio: 150/120;
  }
}

.campaign__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign__textarea {
  text-align: left;
}

.campaign__menu {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .campaign__menu {
    font-size: 1.125rem;
  }
}

.campaign__message {
  font-size: 14px;
  font-size: 0.875rem;
}

.campaign__cta {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.campaign__button {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}

.coach__top {
  padding: 62px 0 60px;
  padding: 3.875rem 0 3.75rem;
  background-image: url(../../images/common/coach-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .coach__top {
    padding: 7.5rem 0;
    background-image: url(../../images/common/coach-bg-pc.jpg);
  }
}

.coach__top-items {
  width: 295px;
  width: 18.4375rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .coach__top-items {
    width: 78.6vw;
  }
}
@media screen and (min-width: 768px) {
  .coach__top-items {
    width: 58.25rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .coach__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

.coach__top-item + .coach__top-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .coach__top-item + .coach__top-item {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 600px) {
  .coach__top-img {
    width: 78.6vw;
  }
}
@media screen and (min-width: 768px) {
  .coach__top-img {
    width: 22.25rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .coach__top-textarea {
    width: 33.5rem;
    max-width: 100%;
  }
}

.coach__top-name {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .coach__top-name {
    margin-top: 0rem;
  }
}

.coach__top-text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .coach__top-text {
    margin-top: 1.5625rem;
  }
}

.coach__bottom {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: #00234E;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .coach__bottom {
    padding: 7.5rem 0;
  }
}

.coach__bottom-head {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .coach__bottom-head {
    font-size: 2rem;
  }
}

.coach__bottom-items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .coach__bottom-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.coach__bottom-item {
  width: 295px;
  width: 18.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .coach__bottom-item {
    width: 78.6vw;
  }
}
@media screen and (min-width: 768px) {
  .coach__bottom-item {
    width: 100%;
  }
}

.coach__bottom-item + .coach__bottom-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .coach__bottom-item + .coach__bottom-item {
    margin-top: 0rem;
  }
}

.coach__bottom-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .coach__bottom-text {
    margin-top: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.container {
  width: 100%;
  height: 100dvh;
  background: #fff;
  position: fixed;
  top: 0;
  right: -120%;
  bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 998;
}
@media screen and (min-width: 768px) {
  .container {
    display: none;
  }
}

.container.is-active {
  right: 0;
}

.container__head {
  margin-top: 90px;
  margin-top: 5.625rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-top: 1px solid #DBDBDB;
  border-top: 0.0625rem solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-bottom: 0.0625rem solid #DBDBDB;
}

.container__button {
  margin-right: auto;
  margin-left: auto;
}

.container__button + .container__button {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.container__foot {
  padding-top: 25px;
  padding-top: 1.5625rem;
  margin: 0 auto;
  width: 80vw;
}

.container__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  gap: 0.625rem;
}

.container__list {
  width: 45%;
}

.container__list:nth-child(n+3) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.container__list {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.container__list a {
  display: block;
}

.container__sns {
  display: block;
  width: 180px;
  width: 11.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

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

.container__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 246px;
  width: 15.375rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.container__img {
  width: 60px;
  width: 3.75rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

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

.container__title {
  color: #111;
  width: calc(100% - 3.75rem);
  white-space: nowrap;
}

.container__title-en {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.container__title-ja {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.features {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-image: url(../../images/common/features-sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .features {
    background-image: url(../../images/common/features-pc.jpg);
    padding: 7.5rem 0;
  }
}

.features__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4.25rem auto 0;
  }
}

.features__item {
  border: 1px solid #001B3B;
  border: 0.0625rem solid #001B3B;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
  color: #001B3B;
}
@media screen and (min-width: 600px) {
  .features__item {
    width: 78.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .features__item {
    padding: 3.125rem 4.0625rem;
    width: calc(33.33333% - 1.875rem);
  }
}

.features__item + .features__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .features__item + .features__item {
    margin-top: 0rem;
  }
}

.features__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 600px) {
  .features__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .features__head {
    display: block;
  }
}

.features__head-title {
  width: 186px;
  width: 11.625rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .features__head-title {
    font-size: 1.5rem;
    width: 100%;
    height: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .features__head-dotted {
    display: inline-block;
  }
}

.features__head-img {
  width: 60px;
  width: 3.75rem;
  max-width: 100%;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .features__head-img {
    width: 5rem;
    height: 5rem;
    margin: 1.875rem auto 0;
  }
}

.features__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.features__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .features__text {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .features__text {
    margin-top: 2.875rem;
  }
}

.features__bottom {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .features__bottom {
    margin: 2.5rem auto 0;
    width: 47.5rem;
    width: 62.5rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.features__button {
  margin: 0 auto;
  width: 300px;
  width: 18.75rem;
}

.features__button + .features__button {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .features__button + .features__button {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer__info {
  background: #001B3B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__info {
    width: 40%;
  }
}

.footer__info-inner {
  margin: 0 auto;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}

.footer__access-en {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Cormorant", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .footer__access-en {
    font-size: 2.875rem;
  }
}

.footer__access-ja {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  padding-left: 12px;
  padding-left: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer__access-ja {
    font-size: 1.125rem;
  }
}

.footer__address {
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 1.4375rem;
  }
}

.footer__map {
  width: 100%;
  height: auto;
  aspect-ratio: 375/240;
}
@media screen and (min-width: 768px) {
  .footer__map {
    aspect-ratio: 960/450;
    width: 60%;
  }
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__bottom {
  background: #00234E;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-top: 6.25rem;
    padding-bottom: 3.625rem;
  }
}

.footer__page-top {
  width: 30px;
  height: 15px;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .footer__page-top {
    width: 50px;
    height: 25px;
    top: 60px;
    right: 60px;
  }
}

.footer__page-top::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  left: -2px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer__page-top::before {
    width: 25px;
    height: 2px;
    left: 4px;
    top: 5px;
  }
}

.footer__page-top::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  right: -1px;
  top: 5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer__page-top::after {
    width: 25px;
    height: 2px;
    right: 4px;
    top: 5px;
  }
}

.footer__nav {
  display: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: block;
    margin-top: 3.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.1875rem;
  }
}

.footer__items + .footer__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.footer__items--sp {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__items--sp {
    display: none;
  }
}

.footer__items--sp .footer__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer__item {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.footer__sns-item {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__sns-item {
    margin-top: 2.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.footer__instagram {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.footer__line {
  width: 150px;
  width: 9.375rem;
}

.footer__sns-item img {
  width: 100%;
  height: 100%;
}

.footer__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__box {
    margin-top: 4.75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

.footer__box--line {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__box--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__button {
  margin-right: auto;
  margin-left: auto;
}

.footer__button + .footer__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.footer_copyright {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    margin-top: 3.125rem;
    font-size: 1rem;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 246px;
  width: 15.375rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 31.25rem;
  }
}

.footer__img {
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer__img {
    width: 7.8125rem;
  }
}

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

.footer__title {
  color: #fff;
  width: calc(100% - 3.75rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer__title {
    width: calc(100% - 6.25rem);
  }
}

.footer__title-en {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer__title-en {
    font-size: 2rem;
  }
}

.footer__title-ja {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .footer__title-ja {
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.header {
  max-width: 100%;
  padding-top: 30px;
  padding-top: 1.875rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 2.5rem;
    width: 100rem;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 2.5rem;
  }
}

.header__img {
  width: 70px;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .header__img {
    width: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__img {
    width: 6.25rem;
  }
}

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

.header__title {
  color: #fff;
  width: calc(100% - 2.5rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header__title {
    width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 1024px) {
  .header__title {
    width: calc(100% - 6.25rem);
  }
}

.header__title-en {
  font-family: "Cormorant", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .header__title-en {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__title-en {
    font-size: 1.875rem;
  }
}

.header__title-ja {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (min-width: 1024px) {
  .header__title-ja {
    font-size: 0.75rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    width: calc(100% - 18.75rem);
    max-width: 100%;
    margin-left: 2.5rem;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav {
    width: calc(100% - 31.25rem);
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav {
    margin-left: 5rem;
  }
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.header__link {
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.header__link + .header__link {
  margin-left: 35px;
  margin-left: 2.1875rem;
}

.header__sns {
  display: block;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__sns {
    display: none;
  }
}

.header__sns img {
  width: 100%;
  height: 100%;
}

.header__button {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__button {
    display: block;
    width: 15.625rem;
    height: 15.625rem;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .header__circle {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #0059C4;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) {
  .header__circle-en {
    font-size: 1.25rem;
    font-family: "Cormorant", serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .header__circle-ja {
    font-size: 0.6875rem;
    margin-top: 0.75rem;
  }
}

.header__menu {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  position: fixed;
  top: 22px;
  top: 1.375rem;
  right: 22px;
  right: 1.375rem;
  background: #0059C4;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu-bar1,
.header__menu-bar2,
.header__menu-bar3 {
  width: 19px;
  width: 1.1875rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header__menu-bar1 {
  top: calc(50% - 0.375rem);
}

.header__menu-bar3 {
  top: calc(50% + 0.375rem);
}

.header__menu-bar1.is-active {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu-bar2.is-active {
  opacity: 0;
  visibility: hidden;
}

.header__menu-bar3.is-active {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img1,
.img4 {
  width: 30%;
  aspect-ratio: 1/1;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img2 {
  width: 15%;
}

.img3 {
  width: 25%;
  aspect-ratio: 1/1;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.price {
  padding: 60px 0 60px;
  padding: 3.75rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 7.5rem 0 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75rem;
    margin: 3.75rem auto 0;
  }
}

.price__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__head {
    margin-top: 0rem;
    text-align: left;
    width: 50%;
  }
}

.price__head-en {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Cormorant", serif;
  color: #001B3B;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .price__head-en {
    font-size: 2.5rem;
  }
}

.price__head-ja {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #001B3B;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .price__head-ja {
    font-size: 1.125rem;
  }
}

.price__head-items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .price__head-items {
    margin-top: 0rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }
}

.price__head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78.6vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .price__head-item {
    display: block;
    width: 11.875rem;
  }
}

.price__head-item + .price__head-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__head-item + .price__head-item {
    margin-top: 0rem;
  }
}

.price__head-img {
  width: 33.9%;
  height: auto;
  aspect-ratio: 100/100;
}
@media screen and (min-width: 768px) {
  .price__head-img {
    width: 9.375rem;
    margin: 0 auto;
  }
}

.price__head-img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .price__head-img img {
    border-radius: 50%;
  }
}

.price__head-body {
  background: #00234E;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 66.1%;
}
@media screen and (min-width: 768px) {
  .price__head-body {
    width: 100%;
    background: #fff;
    margin-top: 1.875rem;
    padding: 0;
  }
}

.price__head-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .price__head-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .price__head-text {
    font-size: 0.875rem;
    color: #111;
  }
}

.price__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .price__content {
    width: 78.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .price__content {
    margin-top: 8.3125rem;
    width: 75rem;
    padding: 4.375rem 6.25rem 7.125rem;
    border: 0.0625rem solid #DBDBDB;
  }
}

@media screen and (min-width: 768px) {
  .price__items {
    width: 62.5rem;
    max-width: 100%;
  }
}

.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #001B3B;
  border-top: 0.0625rem solid #001B3B;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .price__item {
    height: 6.25rem;
  }
}

.price__item--visitor {
  height: 100px;
  height: 6.25rem;
}

.price__item:last-child {
  border-bottom: 1px solid #001B3B;
  border-bottom: 0.0625rem solid #001B3B;
}

.price__item--single {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #001B3B;
  border-bottom: 0.0625rem solid #001B3B;
}
@media screen and (min-width: 768px) {
  .price__item--single {
    margin-bottom: 0rem;
    border-bottom: none;
  }
}

.price__term {
  width: 105px;
  width: 6.5625rem;
  padding: 18px 0;
  padding: 1.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .price__term {
    width: 15rem;
    padding-left: 2.5rem;
  }
}

.price__term span {
  font-size: 10px;
  font-size: 0.625rem;
}

.price__desc {
  width: calc(100% - 6.5625rem);
  background: rgba(0, 27, 59, .04);
  padding: 18px 0;
  padding: 1.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .price__desc {
    width: calc(100% - 15rem);
  }
}

.price__desc--visitor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price__desc-span {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .price__desc-span {
    padding-top: 0rem;
  }
}

.price__desc-text {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .price__desc-text {
    width: 50%;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .price__desc-text span {
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 0.3125rem;
    text-align: left;
  }
}

.price__desc-text .price__desc-red {
  color: #974A47;
  padding-left: 3px;
  padding-left: 0.1875rem;
  font-weight: bold;
  text-align: center;
}

.price__desc-red {
  color: #974A47;
}

.price__campaign {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .price__campaign {
    margin-top: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

.price__desc-span {
  display: inline;
}

.price__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.price__heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: #111;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .price__heading {
    margin-bottom: 1.875rem;
  }
}

.price__heading--ticket {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.price__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.price__personal {
  border-top: 1px solid #001B3B;
  border-top: 0.0625rem solid #001B3B;
  background: rgba(0, 27, 59, .04);
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price__personal {
    display: none;
  }
}

.price__personal--border {
  border-bottom: 1px solid #001B3B;
  border-bottom: 0.0625rem solid #001B3B;
}

.price__info {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price__info {
    margin-top: 3.75rem;
  }
}

.price__info-head {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #111;
}
@media screen and (min-width: 768px) {
  .price__info-head {
    font-size: 1.375rem;
  }
}

.price__info-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #111;
  line-height: 1.75;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__info-text {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.section-title {
  color: #001B3B;
  text-align: center;
}

.section-title--white {
  color: #fff;
}

.section-title__en {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Cormorant", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: 3.75rem;
  }
}

.section-title__ja {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section-title__ja {
    font-size: 1.375rem;
  }
}

.top-mv {
  width: 100%;
  height: 100svh;
  background-image: url(../../images/common/mv-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 133px;
  padding-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .top-mv {
    background-image: url(../../images/common/mv-pc.jpg);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

.top-mv__wrapper {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-mv__wrapper {
    height: auto;
    padding-bottom: 0rem;
  }
}

.top-mv__heading {
  text-align: center;
  width: 100%;
}

.top-mv__heading-ja {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .top-mv__heading-ja {
    font-size: 2rem;
  }
}

.top-mv__heading-en {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Cormorant", serif;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-top: 1.875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .top-mv__heading-en {
    font-size: 5rem;
    line-height: 1.2;
    margin-top: 0.625rem;
  }
}

.top-mv__heading-en span {
  color: #0059C4;
}

.top-mv__info {
  color: #fff;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .top-mv__info {
    position: absolute;
    left: 50%;
    bottom: 3.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-mv__info-date {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-mv__info-date {
    font-size: 5rem;
  }
}

.top-mv__info-week {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-mv__info-week {
    font-size: 4.375rem;
  }
}

.top-mv__info-other {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .top-mv__info-other {
    font-size: 1.875rem;
  }
}

.top-mv__info-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-mv__info-text {
    font-size: 1.75rem;
  }
}

.top-mv__button {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
/*# sourceMappingURL=styles.css.map */
