@charset "utf-8";@charset "UTF-8";
p {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
}
h1, h2, h3, h4, h5, h6 {
     font-family: '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
}

/*ボタン */
.center-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  width: 100vw;
}

.all-items-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 auto;
}

.all-items-btn:active,
.all-items-btn:focus {
  background: #222;
}

.btn-text {
  font-family: inherit;
  font-weight: 400;
}

.btn-arrow {
    font-size: 1.2em;
    margin-left: 2px;
}

/*フッター＋画像テキスト */
.parent03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
}  

/* 1カラムフッターに重なるクレジット*/
.image-container {
  position: relative;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.0em;
    font-weight: nomal;
    text-align: center;
}

.big-font {
  font-size: 1.2em; /* 必要に応じて調整 */
  font-weight: 500;
}

.big-font02 {
  font-size: 1.2em; /* 必要に応じて調整 */
}

/*プロローグテキスト＋画像 */
.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 8%;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 8%;
}

.text-block {
  flex: 1.5;
  min-width: 300px;
  max-width: 520px;
}

.text-block h1 {
  font-size: 2rem;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.text-block hr {
  border: none;
  border-top: 1.3px solid #bbb;
  margin: 14px 0 22px;
  width: 90%;
}

.sub-info {
  font-size: 1rem;
  color: #555;
  margin-bottom: 22px;
}

.multi-comment p {
  font-size: 1.0em;
  margin: 8px 0;
  letter-spacing: 0.03em;
}

.reserve-info {
  margin-top: 34px;
}

.reserve-info a {
  font-size: 1.25rem;
  color: #333;
  text-decoration: underline;
  margin-bottom: 6px;
  display: inline-block;
}

.reserve-info p {
  font-size: 1rem;
  color: #666;
}

.image-block {
    display: flex;
    gap: 38px;
    flex: 2;
    justify-content: center;
    align-items: center;
}

.item-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}

.item-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  object-fit: cover;
}

.item-image span {
  font-size: 1.1rem;
  color: #222;
}
.nota-divider {
  display: block;
  width: 70%;
  height: 1.5px;
  background-color: #888;
  margin: 5px 0 5px 0;
}

/*テキスト＋画像 */
.video-embed-container {
  width: 100vw;
  max-width: 100vw;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-pc,
.video-sp {
  width: 100vw;
  display: none;
}

.video-pc iframe {
  width: 100vw;
  height: 56.25vw;  /* 16:9 for PC */
  max-width: 1920px;
  max-height: 1080px;
  display: block;
  background: #000;
  border: none;
}

.video-sp iframe {
  width: 100vw;
  height: 177.77vw; /* 9:16 for SP */
  max-width: 430px;
  max-height: 920px;
  display: block;
  background: #000;
  border: none;
}

/* PCの時はvideo-pcを表示、video-sp非表示 */
@media (min-width: 601px) {
  .video-pc { display: block; }
  .video-sp { display: none; }
}

/* SPの時はvideo-spを表示、video-pc非表示 */
@media (max-width: 600px) {
  .video-sp { display: block; }
  .video-pc { display: none; }
}

/* 動画＋テキスト*/
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 2vw 1vw;
}

.top-section {
  display: flex;
  gap: 2vw;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3vw;
}

.vimeo-wrapper {
  flex: 1 1 380px;
  max-width: 480px;
  aspect-ratio: 9 / 16;
  background: #000;
  position: relative;
}

.vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  min-width: 200px;
  min-height: 340px;
  aspect-ratio: 9 / 16;
  display: block;
}

.top-text {
    flex: 1 1 380px;
    min-width: 300px;
    padding: 1vw 0;
    padding-top: 65%;
}

.top-text h2 {
    margin: 0 0 1vw 0;
    font-size: 1.3em;
    font-weight: bold;
}

.top-text p {
    margin: 0.5vw 0;
    font-size: 1.2em;
}

.buy-btn {
    margin-top: 1vw;
    background: #000;
    color: #fff;
    padding: 0.8em 2em;
    font-size: 1rem;
    border: none;
    letter-spacing: 0.1rem;
    cursor: pointer;
    border-radius: 20px;
}
.grid-section {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.image-grid img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.bottom-text {
    margin-top: 2vw;
    font-size: 1.0em;
    margin-bottom: 3vw;
}

@media (max-width: 1024px) {
.grid-title {
    right: 26px;
    top: 54%;
}
}
@media (max-width: 768px) {
.vimeo-wrapper {
    flex: 1 1 380px;
    max-width: 300px;
    aspect-ratio: 9 / 16;
    background: #000;
    position: relative;
}
.top-text {
    flex: 1 1 380px;
    min-width: 300px;
    padding: 1vw 0;
    padding-top: 50%;
}
.grid-title {
        right: 2px;
        top: 52%;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7em;
    text-align: center;
}
}
@media (max-width: 430px) {
.grid-title {
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
    margin-bottom: 1vw;
    writing-mode: vertical-rl;
    float: right;
    margin-left: 1vw;
    position: absolute;
    right: 5px;
    top: 55%;
}
.top-text {
    flex: 1 1 380px;
    min-width: 300px;
    padding: 1vw 0;
}
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 5px;
}
@media (max-width: 430px) {
.overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1em;
        text-align: center;
        width: 95%;
        font-weight: 500;
}
.vimeo-wrapper {
        flex: 1 1 380px;
        max-width: 410px;
        aspect-ratio: 9 / 16;
        position: relative;
}
.image-block {
    justify-content: center;
    gap: 20px;
}
.item-image {
      width: 100%;
}
  .text-block h1 { 
    font-size: 1.6em; 
}
.container {
    max-width: 410px;
    margin: 0 auto;
    padding: 2vw 1vw;
}
.image-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
}
.grid-title {
        font-size: 1.6em;
        font-weight: bold;
        text-align: right;
        margin-bottom: 1vw;
        writing-mode: vertical-rl;
        float: right;
        margin-left: 1vw;
        position: absolute;
        right: 5px;
        top: 42%;
}
.bottom-text {
    margin-top: 2vw;
    font-size: 1.1em;
    margin-bottom: 10vw;
}
.center-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
    width: 100vw;
}
.nota-divider {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #888;
    margin: 5px 0 5px 0;
}
}
@media (max-width: 375px) {
.container {
    max-width: 360px;
    margin: 0 auto;
    padding: 2vw 1vw;
}
}
@media (max-width: 320px) {
.container {
    max-width: 300px;
    margin: 0 auto;
    padding: 2vw 1vw;
}
    .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.9em;
        text-align: center;
        width: 95%;
        font-weight: 500;
    }
}