@charset "UTF-8";
/* インナー
------------------------------------------ */
/* フォント
------------------------------------------ */
/* 色
------------------------------------------ */
/* z-index管理
------------------------------------------ */
/* 共通スタイル
------------------------------------------ */
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  overflow-y: scroll;
}

/* メディアクエリ
------------------------------------------ */
/* ルートフォント
------------------------------------------ */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
img{
    pointer-events: none;
}

img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

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

a {
  text-decoration: none;
}

.br {
  display: inline-block;
}

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

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

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

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

/* 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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

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

.c-modal {
  -webkit-backdrop-filter: blur(5.0301599503px);
  --webkit-backdrop-filter: blur(5.030159950256348px);
  backdrop-filter: blur(5.0301599503px);
  background: transparent;
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.c-modal__img {
  left: 50%;
  max-height: 100vh;
  position: absolute;
  right: 0;
  top: 30vw;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 768px) {
  .c-modal__img {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48.90625vw;
  }
}

.c-modal__close {
  border-radius: 50%;
  height: 2.625rem;
  position: absolute;
  right: 5.3333333333vw;
  top: 5.3333333333vw;
  transition: opacity 0.3s;
  width: 2.625rem;
}
@media screen and (min-width: 768px) {
  .c-modal__close {
    height: 3.875rem;
    right: 1.625rem;
    top: 1.75rem;
    width: 3.875rem;
  }
}
.c-modal__close::before {
  background: url(../img/about/modal-close.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}

.c-footer {
  background-color: #383838;
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-block: 6.25rem;
  }
}

.c-footer__text {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
.c-footer__text small {
  display: block;
}

.p-about__top {
  background-color: #fff;
  padding-block: 3.75rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__top {
    padding-block: 14.75rem 8.75rem;
  }
}

.p-about__top-inner {
  padding-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about__top-inner {
    margin-inline: auto;
    max-width: 80rem;
    padding-inline: 5rem;
  }
}

.p-about__media {
  display: flex;
  gap: 1.25rem;
  margin-left: auto;
  max-width: 37.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__media {
    max-width: 100%;
  }
}

.p-about__head {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about__head {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}

.p-about__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 2.4375rem;
    margin-left: -0.3125rem;
  }
}

.p-about__sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  letter-spacing: -0.08em;
  line-height: 1.5714285714;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about__sub-title {
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}

.p-about__english {
  color: #EBEBEB;
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  left: -1.25rem;
  line-height: 1.075;
  position: absolute;
  text-transform: capitalize;
  top: -5rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-about__english {
    font-size: 6.25rem;
    left: -2.8125rem;
    top: -16.5625rem;
  }
}

.p-about__img {
  height: 100%;
  margin-left: auto;
  width: 33.6vw;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    width: 50.8928571429%;
  }
}

.p-about__text {
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 2.4375rem;
  padding-right: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 3.4375rem;
    padding-right: 0;
  }
}

.p-about__swiper-area {
  background-color: #383838;
  color: #fff;
  padding: 1.8125rem 2.1875rem 2.1875rem 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__swiper-area {
    overflow: hidden;
    padding: 3.875rem 0 1.625rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-swiper {
    overflow: visible !important;
  }
}

.p-about-swiper-slide {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide {
    flex-direction: row;
    gap: 8.3333333333%;
  }
}

.p-about-swiper-slide__head {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__head {
    display: block;
    padding-top: 9.8125rem;
    width: 39.5833333333%;
  }
}

.p-about-swiper-slide__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1.5454545455;
  order: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__title {
    font-size: 2.125rem;
    order: unset;
  }
}

.p-about-swiper-slide__text {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 2;
  order: 3;
  padding-top: 37vw;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__text {
    font-size: 0.875rem;
    margin-top: 2.75rem;
    order: unset;
    padding-top: 0;
  }
}

.p-about-swiper-slide__year {
  color: #464646;
  font-family: "Crimson Text", serif;
  font-size: 6.25rem;
  margin-left: auto;
  order: 4;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__year {
    font-size: 12.5rem;
    left: -3.875rem;
    order: unset;
    position: absolute;
    top: -3.5625rem;
  }
}

.p-about-swiper-slide__img {
  overflow: hidden;
}
.p-about-swiper-slide__img img {
  -o-object-fit: cover;
  -o-object-position: top center;
  height: 100%;
  max-height: 81.6vw;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__img img {
    max-height: 48.90625vw;
  }
}

.p-about-swiper-slide__box {
  margin-top: 1.6875rem;
  order: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__box {
    margin-top: 0;
    order: unset;
    width: 52.1666666667%;
  }
}

.p-about-swiper-slide__caption {
  font-size: 0.6875rem;
  margin-top: 0.9375rem;
  padding-bottom: 0.5em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__caption {
    font-size: 0.75rem;
    margin-top: 1.25rem;
    padding-right: 1.875rem;
    text-align: right;
  }
}

.p-about-swiper-slide__btn {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 2rem;
  height: 10.6666666667vw;
  position: absolute;
  transition: background-color 0.3s;
  width: 10.6666666667vw;
  z-index: 100000;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__btn {
    bottom: 2rem;
    height: 3.25rem;
    width: 3.25rem;
  }
}
.p-about-swiper-slide__btn::before {
  background: url(../img/about/about-swiper-glass.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 6.1333333333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-slide__btn::before {
    height: 1.8125rem;
    width: 1.8125rem;
  }
}
@media (hover: hover) {
  .p-about-swiper-slide__btn:hover {
    background-color: #fff;
  }
}

.p-about-swiper__control-area {
  left: 0;
  position: absolute;
  top: 125vw;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-swiper__control-area {
    align-items: flex-end;
    display: flex;
    gap: 1.375rem;
    left: 0;
    max-width: 29.6875rem;
    top: 4.6875rem;
  }
}

.p-about-swiper__block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-swiper__block {
    align-items: flex-end;
    display: flex;
  }
}

.p-about-swiper__counter {
  font-family: "Crimson Text", serif;
  font-size: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about-swiper__counter {
    align-items: flex-end;
    display: flex;
    gap: 0.25em;
    margin-right: 1.5625rem;
  }
}
.p-about-swiper__counter .p-about-swiper__current {
  font-size: 3.1875rem;
}

.p-about-swiper-button-prev,
.p-about-swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: opacity 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-button-prev,
  .p-about-swiper-button-next {
    position: relative !important;
    top: auto !important;
    transform: translateY(0) !important;
  }
}
.p-about-swiper-button-prev::before,
.p-about-swiper-button-next::before {
  background: url(../img/about/about-swiper-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 9.3333333333vw;
  width: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-button-prev::before,
  .p-about-swiper-button-next::before {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}
.p-about-swiper-button-prev::after,
.p-about-swiper-button-next::after {
  content: "";
  display: none;
}
@media (hover: hover) {
  .p-about-swiper-button-prev:hover,
  .p-about-swiper-button-next:hover {
    opacity: 0.7;
  }
}

.p-about-swiper-button-next {
  left: 47.2vw !important;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-button-next {
    left: auto !important;
    margin-left: 0.625rem;
  }
}

.p-about-swiper-button-prev {
  left: 35.2vw !important;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-button-prev {
    left: auto !important;
  }
}
.p-about-swiper-button-prev::before {
  transform: scale(-1, 1);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1px !important;
  left: auto !important;
  width: 100%;
}

.p-about-swiper-pagination {
  display: flex;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .p-about-swiper-pagination {
    margin-bottom: 1.125rem;
    margin-top: 0;
  }
}
.p-about-swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-about-swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem !important;
}
.p-about-swiper-pagination .swiper-pagination-bullet {
  background: #727272 !important;
  border-radius: 0 !important;
  height: 1px !important;
  opacity: 1 !important;
  width: 100% !important;
}
.p-about-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.p-event {
  background-color: #fff;
  overflow: hidden;
  padding-block: 5.375rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-event {
    padding-block: 8.75rem;
  }
}

.p-event__inner {
  padding-inline: 2.1875rem;
}

.p-event__title {
  font-family: "Cardo", serif;
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-event__title {
    font-size: 2.5rem;
  }
}

.p-event__list {
  margin-inline: auto;
  margin-top: 2.0625rem;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .p-event__list {
    margin-top: 3.125rem;
    max-width: 56.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-event__list__row {
    display: grid;
    gap: 11.1111111111%;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
  }
}
.p-event__list__row:nth-child(odd):before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-event__list__row:nth-child(odd):before {
    background-color: #FAFAFA;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-inline: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 0;
  }
}

.p-event__item {
  display: flex;
  gap: 3.375rem;
  justify-content: space-between;
  padding-block: 2.5rem;
  position: relative;
  z-index: 1;
}
.p-event__item::after {
  background: url(../img/event/event-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 4.375rem;
  transform: translateX(-50%);
  width: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-event__item::after {
    height: 0.5625rem;
    width: 3.1875rem;
  }
}
.p-event__item:first-child:before {
  background-color: #FAFAFA;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-event__item:first-child:before {
    display: none;
  }
}

.p-event__item-start,
.p-event__item-end {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.9655172414;
}
@media screen and (min-width: 768px) {
  .p-event__item-start,
  .p-event__item-end {
    font-size: 2.5rem;
  }
}
.p-event__item-start span,
.p-event__item-end span {
  font-size: 0.9375rem;
  margin-left: 0.4375rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-event__item-start span,
  .p-event__item-end span {
    font-size: 1.25rem;
  }
}

.p-event__item-plase {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .p-event__item-plase {
    font-size: 1rem;
  }
}
.p-event__item-plase span {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-event__item-plase span {
    font-size: 0.8125rem;
  }
}

.p-event__item-end {
  text-align: right;
}

.p-event__item-reserve a {
  background-color: #A52A2A;
  border: 1px solid #A52A2A;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  max-width: 100%;
  padding: 0.4375rem 1.875rem;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-event__item-reserve a {
    font-size: 1rem;
    padding: 0.625rem 2.5rem;
  }
}
@media (hover: hover) {
  .p-event__item-reserve a:hover {
    background-color: #fff;
    color: #A52A2A;
  }
}

.p-event__item-more {
  margin-top: 0.4375rem;
}
.p-event__item-more a {
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 0.375rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-event__item-more a {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
    padding-bottom: 0.4375rem;
  }
}
.p-event__item-more a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(1, 1);
  transform-origin: left;
  transition: transform 0.4s;
  width: 100%;
}
@media (hover: hover) {
  .p-event__item-more a:hover::before {
    transform: scale(0, 1);
    transition: transform 0.4s;
  }
}

.p-fv {
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    flex-direction: row-reverse;
  }
}

.p-fv__head {
  padding: 0.625rem 2.1875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    padding: 5.8125rem 5rem 1.9375rem 1.5625rem;
    width: 43.75%;
  }
}

.p-fv__title {
  margin-block: 1.5625rem 0.625rem;
  opacity: 0;
  padding-left: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    margin-block: 2.1875rem 0.9375rem;
    padding-left: 1.875rem;
  }
}

.p-fv__block {
  margin-top: 1.375rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__block {
    margin-top: 4.5rem;
  }
}

.p-fv__infomation {
  border-bottom: 1px solid #000;
  font-family: "Cardo", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3571428571;
  margin-left: auto;
  padding-bottom: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fv__infomation {
    font-size: 1.0625rem;
    padding-bottom: 0.3125rem;
    padding-left: 3.75rem;
  }
}

.p-fv__media {
  align-items: flex-end;
  display: flex;
  gap: 2.0625rem;
  justify-content: right;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__media {
    flex-direction: column-reverse;
    gap: 1.125rem;
    margin-top: 1.3125rem;
  }
}

.p-fv__box {
  text-align: right;
}

.p-fv__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 1.0625rem;
  }
}

.p-fv__more {
  margin-top: 0.625rem;
}
.p-fv__more a {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  padding-bottom: 0.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__more a {
    font-size: 1.0625rem;
  }
}
.p-fv__more a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(1, 1);
  transform-origin: left;
  transition: transform 0.4s;
  width: 100%;
}
@media (hover: hover) {
  .p-fv__more a:hover::before {
    transform: scale(0, 1);
    transition: transform 0.4s;
  }
}

.p-fv__img {
  width: 29.8360655738%;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    width: 37.1428571429%;
  }
}

.p-fv__main-visual {
  opacity: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__main-visual {
    width: 56.25%;
  }
}

.p-message {
  background-color: #fff;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-block: 17.375rem 6.25rem;
  }
}

.p-message__inner {
  padding-inline: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .p-message__media {
    display: flex;
    gap: 6.9892473118%;
    margin-inline: auto;
    max-width: 58.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__block {
    width: 59.1397849462%;
  }
}

.p-message__head {
  position: relative;
}

.p-message__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1.5454545455;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    font-size: 2.125rem;
  }
}

.p-message__english {
  color: #EBEBEB;
  font-family: "Cardo", serif;
  font-size: 3.125rem;
  left: -1.4375rem;
  position: absolute;
  text-transform: capitalize;
  top: -2.8125rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-message__english {
    font-size: 7.5rem;
    left: -9.5625rem;
    top: -7.0625rem;
  }
}

.p-message__text {
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 2.5rem;
  }
}

.p-message__name {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 1.625rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    font-size: 0.8125rem;
    margin-top: 0.75rem;
  }
}

.p-message__sign {
  margin-left: auto;
  margin-top: 0.5rem;
  max-width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-message__sign {
    max-width: 12.25rem;
  }
}

.p-message__img {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    margin-top: 0;
    width: 33.8709677419%;
  }
}

.p-message__caption {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-message__caption {
    font-size: 0.625rem;
    margin-top: 0.9375rem;
  }
}

.p-present {
  background-color: #E8E8E8;
  padding-block: 10.0625rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-present {
    padding-block: 90px 7.5rem;
  }
}

.p-present__inner {
  padding-inline: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .p-present__media {
    align-items: flex-end;
    display: flex;
    gap: 17.8228388474%;
    margin-inline: auto;
    max-width: 58.5625rem;
  }
}

.p-present__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-present__head {
    width: 40.234791889%;
  }
}

.p-present__title {
  color: #fff;
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  font-weight: 400;
  left: -1.4375rem;
  line-height: 1.15;
  position: absolute;
  text-transform: capitalize;
  top: -6.5625rem;
}
@media screen and (min-width: 768px) {
  .p-present__title {
    font-size: 6.25rem;
    left: -9.375rem;
    top: -16rem;
  }
}

.p-present__text {
  font-size: 0.8125rem;
  letter-spacing: -0.05em;
  line-height: 2;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-present__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 0;
  }
}

.p-present__img {
  margin-inline: auto;
  margin-top: 2.1875rem;
  width: 61.3114754098%;
}
@media screen and (min-width: 768px) {
  .p-present__img {
    margin-top: 0;
    width: 41.9423692636%;
  }
}

.p-release {
  height: 150vh;
  min-height: 1300px;
  position: relative;
}
.p-release::before {
  background-image: url(../img/release/release-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-release {
    height: 125vh;
  }
}
.p-release.is-show::before {
  opacity: 1;
  visibility: visible;
}

.p-release__container {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  padding: 12.5rem 2.1875rem 4.375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-release__container {
    padding: 11.5625rem 2.1875rem 5.8125rem;
    width: 100%;
  }
}

.p-release__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-release__content {
    margin-inline: auto;
    max-width: 51.625rem;
    padding-left: 14.5rem;
  }
}

.p-release__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1.5454545455;
}
@media screen and (min-width: 768px) {
  .p-release__title {
    font-size: 2.125rem;
  }
}

.p-release__text {
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-release__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 2.5rem;
  }
}

.p-release__english {
  color: #fff;
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  left: -1.4375rem;
  position: absolute;
  text-transform: capitalize;
  top: -7.0625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-release__english {
    font-size: 6.25rem;
    left: 0rem;
    top: -3.625rem;
  }
}

.p-release__caption {
  font-size: 0.75rem;
  margin-top: 2.125rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-release__caption {
    margin-top: 2.8125rem;
  }
}

/* スマホファースト
------------------------------------------ */
.u-desktop-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-only {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/styles.css.map */