@charset "UTF-8";
:root {
  --color-text-primary: #000000;
  --color-text-primary-rgb: 0, 0, 0;
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-inverse: #FFFFFF;
  --color-inverse-rgb: 255, 255, 255;
  --color-bg: #F0EFED;
  --color-bg-rgb: 240, 239, 237;
  --color-accent: #F07800;
  --color-accent-rgb: 240, 120, 0;
  --color-border: rgba(0, 0, 0, 0.12);
  --ff-base: "Noto Sans JP", sans-serif;
  --ff-serif: "YakuHanMP", "Noto Serif JP", serif;
  --ff-garamond: "Cormorant Garamond", serif;
  --ff-oswald: "Oswald", "Noto Sans JP", sans-serif;
  --canvas-width: 1280px;
  --inner-width: 1000px;
  --inner-width-no-unit: 1000;
  --sp-max-width: 767px;
  --padding-base: 30px;
  --padding-sm: 21px;
  --header-height-sm: 75px;
  --header-height-md: 10rem;
  --layer-loading: 300;
  --layer-modal: 100;
  --layer-drawer: 20;
  --layer-floating: 30;
  --layer-header: 40;
  --layer-footer: 10;
  --layer-default: 1;
  --shadow1: drop-shadow(0px 0px 32px #FFF);
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: clamp(10px, 2.66vw, 12px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: calc(10 / 1024 * 100vw);
  }
}
@media (min-width: 1084px) {
  html {
    font-size: 10px;
  }
}

body {
  background: url(../images/bg_sm.webp) repeat center center/111px 2500px;
  color: var(--color-text-primary);
  display: flex;
  flex-direction: column;
  font-family: var(--ff-base);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 768px) {
  body {
    background-image: url(../images/bg_lg.webp);
    background-size: 466px 2500px;
    font-size: 15px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.l-wrapper {
  flex-grow: 1;
  overflow: clip;
  width: 100%;
}

img {
  -webkit-touch-callout: none; /* iOS用：これが一番大事 */
  -webkit-user-select: none; /* 画像選択の無効化 */
  -moz-user-select: none;
  border: 0;
  height: auto;
  max-width: 100%;
  user-select: none; /* Android等の選択無効化 */
}

iframe {
  border: none;
}

a {
  color: inherit;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
.l-inner {
  margin-inline: auto;
  max-width: 450px;
  padding-inline: var(--padding-sm);
  width: 100%;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: calc(var(--inner-width) + 2 * var(--padding-base));
    padding-inline: var(--padding-base);
  }
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

body.is_loading {
  overflow: hidden;
}

.is_loading .loading {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.is_loading .loading .loading_img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.is_loading .loading .loading_counter {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.is_loading .loading .loading_counter span {
  color: var(--color-inverse);
  font-family: var(--ff-manrope);
  font-size: 40px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.is_loading .loading::before {
  fill: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.12);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.is_loading .loading.-loadingFadeOut {
  animation: loadingFadeOut 0.6s forwards;
}

.loading_img:not(.no1v) {
  animation: fadeInImages 1s forwards;
  opacity: 0;
}

.loading_img:not(.no1v).no2v {
  animation-delay: 0.4s;
}
.loading_img:not(.no1v).no3v {
  animation-delay: 1.2s;
}
.loading_img:not(.no1v).no4v {
  animation-delay: 1.8s;
}

@keyframes loadingFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInImages {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading_sub {
  background-color: rgba(var(--color-bg-rgb), 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loading_sub.-loadingFadeOut {
  animation: loadingFadeOut 1.4s forwards;
}

.l-header {
  background-color: transparent;
  height: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.4s, visibility 0.4s, background-color 0.4s;
  width: 100%;
  z-index: var(--layer-header);
}
@media (min-width: 768px) {
  .l-header {
    height: var(--header-height-md);
    opacity: 0;
    visibility: hidden;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header:hover {
    background-color: var(--color-inverse);
  }
  .l-header:hover .l-header__inner {
    backdrop-filter: blur(0px);
  }
}

.l-header.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-header.is-visible .l-header__inner {
  backdrop-filter: blur(10px);
}

.l-header__inner {
  backdrop-filter: blur(0);
  height: 100%;
  transition: backdrop-filter 0.4s;
}

.l-header__content {
  height: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-header__content {
    align-items: center;
    display: flex;
    max-width: calc(1000px + var(--padding-base) * 2);
    padding-inline: var(--padding-base);
  }
}

@media (max-width: 767px) {
  .l-header__logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 13.6rem;
  }
}

.l-header__nav {
  margin-left: 6.32rem;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
  gap: 6.3rem;
}
.l-header__nav ul li a span {
  display: block;
}
.l-header__nav ul li a span:first-child {
  font-family: var(--ff-garamond);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.21;
}
.l-header__nav ul li a span:last-child {
  font-family: var(--ff-serif);
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
}

.l-header__hamburger {
  align-items: center;
  background: var(--color-black);
  border: none;
  border: 1px solid var(--color-black);
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 59px;
  justify-content: center;
  margin-left: auto;
  position: fixed;
  right: 17px;
  top: 16px;
  transition: background-color 0.2s;
  width: 59px;
  z-index: 80;
}
@media (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger .hamburger-line-wrap {
  height: 19px;
  overflow: hidden;
  position: relative;
  width: 19px;
}
.l-header__hamburger .hamburger-line {
  background-color: var(--color-inverse);
  display: block;
  height: 1px;
  position: absolute;
  transition: background-color 0.3s, top 0.3s, transform 0.3s, opacity 0.3s;
  width: 100%;
}
.l-header__hamburger .hamburger-line.top {
  top: 3px;
}
.l-header__hamburger .hamburger-line.middle {
  top: calc(50% - 1px);
}
.l-header__hamburger .hamburger-line.bottom {
  top: 14px;
}

.l-header__hamburger.is-active {
  background-color: var(--color-inverse);
}
.l-header__hamburger.is-active .hamburger-line.top {
  background-color: var(--color-black);
  top: calc(50% - 1px);
  transform: rotate(35deg);
}
.l-header__hamburger.is-active .hamburger-line.middle {
  opacity: 0;
}
.l-header__hamburger.is-active .hamburger-line.bottom {
  background-color: var(--color-black);
  top: calc(50% - 1px);
  transform: rotate(-35deg);
}

.l-drawer {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100dvh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 79;
}
@media (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer.is-visible {
  opacity: 1;
  visibility: visible;
}

.l-drawer__inner {
  background-color: var(--color-inverse);
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.4rem 2.4rem 4rem;
  width: 100%;
}

.l-drawer__nav {
  margin-top: 3.6rem;
}
.l-drawer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.l-drawer__nav ul li a span {
  display: block;
}
.l-drawer__nav ul li a span:first-child {
  font-family: var(--ff-garamond);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.21;
}
.l-drawer__nav ul li a span:last-child {
  font-family: var(--ff-serif);
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
}

.l-footer {
  background: url(../images/footer-bg_sm.webp) no-repeat center center/cover;
  padding-block-end: 13rem;
  padding-block-start: 9.3rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-footer {
    background-image: url(../images/footer-bg_lg.webp);
    padding-block-end: 12.7rem;
    padding-block-start: 11.1rem;
  }
}
.l-footer::after {
  background-color: var(--color-inverse);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}

.l-footer__text {
  text-align: center;
}
.l-footer__text p {
  color: var(--color-inverse);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-footer__text p {
    font-size: 1.4rem;
  }
}
.l-footer__text p + p {
  margin-block-start: 1.5em;
}

.l-footer__fixed {
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  transform: translateZ(0);
  z-index: var(--layer-floating);
}
@media (min-width: 768px) {
  .l-footer__fixed {
    width: 41.4rem;
  }
}
.l-footer__fixed img {
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.29)) drop-shadow(0 33px 33px rgba(0, 0, 0, 0.26)) drop-shadow(0 74px 45px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.-scrollTrigger.--fadeUp {
  opacity: 0;
  transform: translateY(30px);
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.-scrollTrigger.--fadeDown {
  opacity: 0;
  transform: translateY(-30px);
}

.--fadeUp.--fadeUpFast.--active {
  animation: fadeUp 0.6s ease-out forwards;
}

.--fadeUp.--active {
  animation: fadeUp 0.8s ease-out forwards;
}

.--fadeDown.--active {
  animation: fadeDown 0.8s ease-out forwards;
}

.c-heading {
  color: var(--color-text-primary);
  font-family: var(--ff-garamond);
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading {
    font-size: 8rem;
  }
}

.c-heading.color-inverse {
  color: var(--color-inverse);
}

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

.c_button {
  background-color: var(--color-black);
  border-radius: 12px;
  color: var(--color-inverse);
  display: inline-block;
  font-family: var(--ff-manrope);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 80px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .c_button {
    min-width: 240px;
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c_button:hover {
    opacity: 0.7;
  }
}

.p-kv {
  margin-inline: auto;
  max-width: 450px;
  position: relative;
}
@media (max-width: 767px) {
  .p-kv {
    margin-top: 6.5rem;
  }
}
@media (min-width: 768px) {
  .p-kv {
    max-width: 1600px;
  }
}

@media (min-width: 768px) {
  .p-kv__visual {
    margin-left: auto;
    width: 85.4%;
  }
}
.p-kv__visual img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-kv__menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-kv__menu {
    left: 0;
    padding-top: 6rem;
    position: absolute;
    top: 0;
    width: 14.6%;
  }
}
.p-kv__menu ul {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-kv__menu li a span {
  display: block;
}
.p-kv__menu li a span:first-child {
  font-family: var(--ff-garamond);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.21;
}
.p-kv__menu li a span:last-child {
  font-family: var(--ff-serif);
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}

.p-about {
  margin-top: 10.8rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-about {
    margin-top: 9.7rem;
  }
}

.p-about__content {
  position: relative;
}
@media (min-width: 768px) {
  .p-about__content {
    margin-inline: auto;
    max-width: 1280px;
    padding-block-end: 16.8rem;
    padding-block-start: 3.6rem;
  }
}

.p-about__heading {
  font-family: var(--ff-serif);
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about__heading {
    font-size: 4.2rem;
  }
}

.p-about__text {
  font-family: var(--ff-serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about__text {
    font-size: 1.6rem;
  }
}

.p-about__visual {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .p-about__visual {
    margin-top: 5rem;
    padding-inline: 7px;
  }
}
@media (min-width: 768px) {
  .p-about__visual {
    display: contents;
  }
}
@media (max-width: 767px) {
  .p-about__visual img {
    border-radius: 8px;
    box-shadow: 0 182px 51px 0 rgba(0, 0, 0, 0), 0 116px 46px 0 rgba(0, 0, 0, 0.01), 0 65px 39px 0 rgba(0, 0, 0, 0.05), 0 29px 29px 0 rgba(0, 0, 0, 0.09), 0 7px 16px 0 rgba(0, 0, 0, 0.1);
    width: min(45.6vw, 220px);
  }
}

@media (max-width: 767px) {
  .p-about__visual02 {
    padding-top: 50%;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .p-about__visual02 {
    bottom: 6.5rem;
    left: -9vw;
    position: absolute;
    width: 34vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__visual02 {
    left: -12.5rem;
    width: 51.2rem;
  }
}

@media (max-width: 767px) {
  .p-about__visual01 {
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .p-about__visual01 {
    position: absolute;
    right: -9vw;
    top: 0;
    width: 34vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__visual01 {
    right: -11.6rem;
    width: 51.2rem;
  }
}

.p-pickup {
  color: var(--color-inverse);
  padding-block-end: 12rem;
  padding-block-start: 8rem;
  position: relative;
  transform: skewY(15deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-pickup {
    margin-top: -4rem;
  }
}
@media (min-width: 768px) {
  .p-pickup {
    padding-block-end: 14rem;
    padding-top: 9rem;
  }
}
.p-pickup::before {
  backface-visibility: hidden;
  background: url(../images/pickup-bg_sm.webp) repeat center center/contain;
  content: "";
  display: block;
  inset: -2px;
  position: absolute;
  transform: scale(1.01);
  transform-origin: center;
  will-change: transform;
}
@media (min-width: 768px) {
  .p-pickup::before {
    background-image: url(../images/pickup-bg_lg.webp);
  }
}
.p-pickup > .l-inner {
  transform: skewY(-15deg);
}
@media (max-width: 767px) {
  .p-pickup > .l-inner {
    padding-inline: 10px;
  }
}

.p-pickup__lead {
  font-family: var(--ff-serif);
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 4.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-pickup__lead {
    font-size: 3.6rem;
  }
}

.p-pickup__block {
  margin-inline: auto;
  max-width: 450px;
  transform: skewY(-15deg);
}
@media (min-width: 768px) {
  .p-pickup__block {
    max-width: 1280px;
  }
}

.p-pickup__block01 {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .p-pickup__block01 {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-pickup__block01 {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .p-pickup__block01 .p-pickup__mainImage {
    position: relative;
    width: 49.21vw;
    z-index: 2;
  }
}
@media screen and (min-width: 1280px) {
  .p-pickup__block01 .p-pickup__mainImage {
    width: 63rem;
  }
}
@media (min-width: 768px) {
  .p-pickup__block01 .p-pickup__texts {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .p-pickup__block01 .p-pickup__subImage {
    margin-left: auto;
    margin-top: 5rem;
  }
}

.p-pickup__block02 {
  margin-top: 9rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-pickup__block02 .p-pickup__mainImage {
    aspect-ratio: 1064/727;
    left: -1.64vw;
    position: absolute;
    top: 0;
    width: 83.125vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-pickup__block02 .p-pickup__mainImage {
    width: 106.4rem;
  }
}
@media (min-width: 768px) {
  .p-pickup__block02 .p-pickup__mainImage img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-pickup__block02 .p-pickup__mainImage.clipped {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-pickup__block02 .p-pickup__texts {
    margin-left: auto;
    margin-right: 8rem;
    padding-top: 6.2rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-pickup__block02 .p-pickup__texts {
    margin-right: 10rem;
  }
}
@media (min-width: 1130px) {
  .p-pickup__block02 .p-pickup__texts {
    margin-right: 12vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-pickup__block02 .p-pickup__texts {
    margin-right: 20.4rem;
  }
}
@media (min-width: 768px) {
  .p-pickup__block02 .p-pickup__title::after {
    left: unset;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-pickup__block02 .p-pickup__subImage {
    margin-top: 2.2rem;
  }
}

@media (min-width: 768px) {
  .p-pickup__visual {
    display: contents;
  }
}

.p-pickup__mainImage img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-pickup__subImage {
    margin-left: auto;
    margin-top: -3.8rem;
    padding-right: 2.7rem;
    width: 60.53%;
  }
}
@media (min-width: 768px) {
  .p-pickup__subImage {
    width: 79.37%;
  }
}
.p-pickup__subImage img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-pickup__texts {
    padding-inline: 2.75rem;
  }
}
@media (min-width: 768px) {
  .p-pickup__texts {
    width: 27.65vw;
    width: 35.4rem;
  }
}

.p-pickup__title {
  font-family: var(--ff-serif);
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-pickup__title {
    border-bottom: 1px solid var(--color-inverse);
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-pickup__title {
    position: relative;
  }
  .p-pickup__title::after {
    background-color: var(--color-inverse);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: calc(100% + 10vw);
  }
}

.p-pickup__text {
  font-family: var(--ff-serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.9;
  margin-block-start: 2.4rem;
  text-align: justify;
}

.p-gallery {
  padding-block-end: 3rem;
  padding-block-start: 10rem;
}
@media (min-width: 768px) {
  .p-gallery {
    padding-block-end: 10rem;
    padding-block-start: 14rem;
  }
}

.p-gallery__item-inner {
  padding-inline: 1.6rem;
  padding-top: 3.4rem;
}
@media (min-width: 768px) {
  .p-gallery__item-inner {
    padding-inline: 3rem;
    padding-top: 5.9rem;
  }
}
.p-gallery__item-inner img {
  border-radius: 8px;
  box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.1), 0 12px 26px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}
.p-gallery__item-inner p {
  font-family: var(--ff-serif);
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-gallery__item-inner p {
    margin-top: 3.2rem;
  }
}

.p-benefit {
  padding-block-end: 1.6rem;
  padding-block-start: 6rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-benefit {
    padding-block-end: 10rem;
    padding-block-start: 7.2rem;
  }
}

.p-benefit__outer {
  background-blend-mode: multiply;
  background-color: rgba(217, 217, 217, 0.5);
  border: 0.5px solid #696969;
  margin-top: 3.2rem;
  padding: 0.8rem;
}
@media (min-width: 768px) {
  .p-benefit__outer {
    margin-top: 4.4rem;
  }
}

.p-benefit__inner {
  background-color: var(--color-inverse);
  padding: 3rem 1.8rem 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-benefit__inner {
    padding: 4.6rem 3.6rem;
  }
}

@media (max-width: 767px) {
  .p-benefit__texts {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-benefit__texts {
    width: 65%;
  }
}
.p-benefit__texts > span {
  background-color: var(--color-accent);
  color: var(--color-inverse);
  display: inline-block;
  font-family: var(--ff-serif);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
}
@media (min-width: 768px) {
  .p-benefit__texts > span {
    font-size: 4.2rem;
    padding: 5px 11px 7px;
  }
}
.p-benefit__texts h3 {
  border-bottom: 1px solid var(--color-text-primary);
  font-family: var(--ff-serif);
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 5px;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-benefit__texts h3 {
    font-size: 4.2rem;
    letter-spacing: -0.08em;
    margin-top: max(1.2rem, 10px);
    padding-bottom: max(1.2rem, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .p-benefit__texts h3 {
    font-size: 4.9rem;
  }
}
.p-benefit__texts p {
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .p-benefit__texts p {
    font-size: 1.9rem;
    letter-spacing: 0.03em;
    margin-top: max(1.2rem, 10px);
    width: 95%;
  }
}

.p-benefit__image {
  border-radius: 8px;
  box-shadow: 0 132px 37px 0 rgba(0, 0, 0, 0), 0 84px 34px 0 rgba(0, 0, 0, 0.01), 0 47px 28px 0 rgba(0, 0, 0, 0.05), 0 21px 21px 0 rgba(0, 0, 0, 0.09), 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-benefit__image {
    margin-inline: auto;
    margin-top: 2.4rem;
    max-width: 92%;
  }
}
@media (min-width: 768px) {
  .p-benefit__image {
    position: absolute;
    right: 2.3rem;
    top: -3.5rem;
    transform: rotate(10deg);
    width: 28.3rem;
  }
}
.p-benefit__image img {
  height: auto;
  width: 100%;
}

.p-schedule {
  padding-block-end: 7.6rem;
  padding-block-start: 10rem;
  position: relative;
  transform: skewY(-15deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-schedule {
    padding-block-end: 14rem;
    padding-top: 12rem;
  }
}
.p-schedule::before {
  backface-visibility: hidden;
  background: url(../images/schedule-bg_sm.webp) repeat center center/contain;
  content: "";
  display: block;
  inset: -2px;
  position: absolute;
  transform: scale(1.01);
  transform-origin: center;
  will-change: transform;
}
@media (min-width: 768px) {
  .p-schedule::before {
    background-image: url(../images/schedule-bg_lg.webp);
  }
}
.p-schedule > .l-inner {
  position: relative;
  transform: skewY(15deg);
}
.p-schedule > .l-inner::after {
  background: url(../images/schedule-bg_sm.webp) repeat center top/cover;
  bottom: -7.6rem;
  content: "";
  display: block;
  height: 20vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-schedule > .l-inner::after {
    background-image: url(../images/schedule-bg_lg.webp);
    bottom: -14rem;
  }
}

.p-schedule__list {
  display: grid;
  gap: 3.7rem;
  margin-top: 4.3rem;
  min-height: 10rem;
}
@media (min-width: 768px) {
  .p-schedule__list {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    min-height: 30rem;
  }
}

.p-schedule__item {
  border-bottom: 1px solid var(--color-inverse);
  color: var(--color-inverse);
  padding-block-end: 1.8rem;
}
@media (min-width: 768px) {
  .p-schedule__item {
    padding-block-end: 3.2rem;
  }
}
.p-schedule__item .location {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .p-schedule__item .location {
    gap: 1.1rem;
  }
}
.p-schedule__item .location .pref {
  background-color: var(--color-black);
  color: var(--color-inverse);
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px;
}
@media (min-width: 768px) {
  .p-schedule__item .location .pref {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 0.8rem;
  }
}
.p-schedule__item .location .place {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-schedule__item .location .place {
    font-size: 1.6rem;
  }
}
.p-schedule__item .date {
  font-family: var(--ff-oswald);
  font-size: 4.7rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .p-schedule__item .date {
    font-size: 5.7rem;
    margin-top: 7px;
  }
}
.p-schedule__item .date .day {
  font-size: 2.2rem;
}
.p-schedule__item .date .separator {
  font-size: 80%;
}
.p-schedule__item .time {
  align-items: baseline;
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}
.p-schedule__item .time .hours {
  font-family: var(--ff-oswald);
  font-size: 2.6rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-schedule__item .time .hours {
    font-size: 3.5rem;
  }
}
.p-schedule__item .time .hours span {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .p-schedule__item .time .hours span {
    font-size: 2.3rem;
  }
}
.p-schedule__item .time .notes {
  font-size: 1.05rem;
}
@media (min-width: 768px) {
  .p-schedule__item .time .notes {
    font-size: 1.4rem;
  }
}
.p-schedule__item .button {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .p-schedule__item .button {
    margin-top: 2.4rem;
  }
}
.p-schedule__item .button a {
  background-color: var(--color-accent);
  border-radius: 999px;
  box-shadow: 0 67.786px 19.368px 0 rgba(0, 0, 0, 0), 0 44.017px 17.607px 0 rgba(0, 0, 0, 0.01), 0 24.65px 14.966px 0 rgba(0, 0, 0, 0.05), 0 10.564px 10.564px 0 rgba(0, 0, 0, 0.09), 0 2.641px 6.162px 0 rgba(0, 0, 0, 0.1);
  color: var(--color-inverse);
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.1rem;
  position: relative;
  text-align: center;
}
.p-schedule__item .button a::after {
  aspect-ratio: 1;
  background: url(../images/icon-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
}
@media (min-width: 768px) {
  .p-schedule__item .button a::after {
    right: 1.4rem;
    width: 2.6rem;
  }
}
@media (min-width: 768px) {
  .p-schedule__item .button a {
    display: inline-block;
    font-size: 1.9rem;
    padding: 1.1rem 5.2rem 1.3rem 3.6rem;
  }
}

@media (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
  }
}

.is_hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .is_only_sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is_only_pc {
    display: none !important;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*# sourceMappingURL=sourcemaps/style.css.map */