@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font: inherit;
  color: inherit;
}

html {
  font-size: 16px;
}

body {
  color: #333333;
  background-color: #b0dbed;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.u-pc-only {
  display: none;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
  .u-pc-only {
    display: block;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.l-page {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-page {
    width: 390px;
    max-width: none;
    z-index: 1;
  }
}

.l-page-base {
  width: fit-content;
  margin-inline: auto;
  padding: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .l-page-base {
    padding: 0 24px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  }
}

.l-section {
  position: relative;
}

.l-section__image {
  width: 100%;
  height: auto;
}

.js-scroll-fade {
  opacity: 0;
}

.js-scroll-fade.is-show {
  animation: scrollFadeIn 0.8s ease forwards;
}

@keyframes scrollFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-scroll-fade {
    opacity: 1;
    transform: none;
  }
  .js-scroll-fade.is-show {
    animation: none;
  }
}
.p-pc {
  display: none;
}

@media (min-width: 768px) {
  .p-pc {
    display: block;
  }
  .p-pc__bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-color: #b0dbed;
  }
  .p-pc__ui {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100vw, 1440px);
    aspect-ratio: 1440/932;
    z-index: 3;
    pointer-events: none;
  }
  .p-pc__nav-link {
    position: absolute;
    left: 22.71%;
    width: 12.08%;
    height: 8.58%;
    pointer-events: auto;
    border-radius: 0 10px 10px 0;
  }
  .p-pc__nav-link:nth-child(1) {
    top: 22.21%;
  }
  .p-pc__nav-link:nth-child(2) {
    top: 32.51%;
  }
  .p-pc__nav-link:nth-child(3) {
    top: 42.81%;
  }
  .p-pc__nav-link:nth-child(4) {
    top: 53.11%;
  }
  .p-pc__nav-link:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
  }
  .p-pc__share-link {
    position: absolute;
    top: 87.98%;
    height: 6.22%;
    pointer-events: auto;
    border-radius: 9999px;
  }
  .p-pc__share-link--x {
    left: 67.78%;
    width: 10.97%;
  }
  .p-pc__share-link--line {
    left: 79.31%;
    width: 10.97%;
  }
  .p-pc__share-link:focus-visible {
    outline: 3px solid #1b60aa;
    outline-offset: 2px;
  }
  .p-pc-hero {
    position: relative;
    overflow: hidden;
    width: 1440;
    height: 932;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  }
  .p-pc-hero__bg {
    position: fixed;
    top: 50%;
    left: 50%;
    width: max(100vw, 1440px);
    height: max(100dvh, 932px);
    overflow: hidden;
    transform: translate(-50%, -50%);
  }
  .p-pc-hero__sprite {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: sprite-float 5.6s ease-in-out infinite;
  }
  .p-pc-hero__sprite:nth-child(4n+1) {
    animation-delay: 0s;
  }
  .p-pc-hero__sprite:nth-child(4n+2) {
    animation-delay: 0.8s;
  }
  .p-pc-hero__sprite:nth-child(4n+3) {
    animation-delay: 1.6s;
  }
  .p-pc-hero__sprite:nth-child(4n) {
    animation-delay: 2.4s;
  }
  .p-pc-hero__sprite-inner {
    display: block;
  }
  .p-pc-hero__sprite-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
  }
  .p-pc-hero__ticker {
    position: fixed;
    top: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31px;
    overflow: hidden;
    background-color: #ffffff;
    background: url(../images/pc/obi_logo.png);
    background-position: center;
    background-repeat: repeat-x;
  }
  .p-pc-hero__ticker--bg {
    height: 100%;
    width: 100%;
    height: 15px;
    background: url(../images/pc/obi_logo_bg.png);
    background-position: center;
    background-repeat: repeat-x;
  }
  .p-pc-hero__ticker img {
    flex: 0 0 1440px;
    width: 1440px;
    max-width: none;
    height: 31px;
  }
  .p-pc-hero__nav {
    position: fixed;
    top: 191px;
    right: calc(50% + 219px);
    left: auto;
    z-index: 0;
    container-type: inline-size;
    width: min(200px, 50vw - 219px);
  }
  .p-pc-hero__nav-list {
    display: flex;
    flex-direction: column;
    gap: 8cqw;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-pc-hero__nav-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4cqw;
    height: 40cqw;
    padding: 8cqw 12cqw;
    border: 2px solid transparent;
    border-right: 0;
    border-radius: 12cqw 0 0 12cqw;
    background-color: #195fab;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .p-pc-hero__nav-btn:hover, .p-pc-hero__nav-btn:focus-visible {
    background-color: #ffffff;
    color: #195fab;
    border-color: #195fab;
  }
  .p-pc-hero__nav-en {
    font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic Std", sans-serif;
    font-size: 8cqw;
    font-weight: 800;
    letter-spacing: 0.8cqw;
    line-height: 1;
    white-space: nowrap;
  }
  .p-pc-hero__nav-ja {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
    font-size: 5cqw;
    font-weight: 600;
    letter-spacing: 0.5cqw;
    line-height: 1;
    white-space: nowrap;
  }
  .p-pc-hero__badge {
    position: fixed;
    top: 255px;
    left: calc(50% + 294px);
    right: auto;
    z-index: 4;
    width: min(240px, 50vw - 294px);
    aspect-ratio: 1/1;
  }
  .p-pc-hero__badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p-pc-hero__share {
    position: fixed;
    left: calc(50% + 254px);
    bottom: 41px;
    z-index: 4;
    container-type: inline-size;
    display: flex;
    gap: 2.44cqw;
    width: min(328px, 50vw - 254px);
  }
  .p-pc-hero__share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    gap: 2.44cqw;
    width: auto;
    min-width: 0;
    height: 12.2cqw;
    padding: 1.22cqw 2.44cqw;
    border-radius: 6.1cqw;
    color: #ffffff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
    font-size: 4.27cqw;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .p-pc-hero__share-btn img {
    width: 7.32cqw;
    height: 7.32cqw;
    object-fit: contain;
  }
  .p-pc-hero__share-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }
  .p-pc-hero__share-btn:focus-visible {
    outline: 3px solid #195fab;
    outline-offset: 2px;
  }
  .p-pc-hero__share-btn--x {
    background-color: #000;
  }
  .p-pc-hero__share-btn--line {
    background-color: #4CC764;
  }
}
@keyframes sprite-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.p-obi-logo,
.p-day,
.p-obi-color {
  display: block;
}
.p-obi-logo img,
.p-day img,
.p-obi-color img {
  display: block;
  width: 100%;
  height: auto;
}

.p-kv {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 390/640;
  background-color: #AEDDEC;
}
.p-kv__image {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390/568.5;
  animation: fadeIn 0.6s ease-out forwards;
}
.p-kv__product {
  position: absolute;
  width: 93%;
  bottom: 29%;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
  opacity: 0;
  transform: scale(0.85);
}
.p-kv__title {
  position: absolute;
  top: 7%;
  width: 87%;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: slideUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.p-kv__buy {
  position: absolute;
  bottom: 0%;
  left: 75.38%;
  width: 24.62%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-kv__buy:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.p-about {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 390/804;
}
.p-about__image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-about__image--deco {
  position: absolute;
  top: 1.8%;
  width: 100%;
  height: auto;
}
.p-about__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.2vw;
}
@media (min-width: 768px) {
  .p-about__content {
    gap: 32px;
  }
}
.p-about__text1_image {
  padding-top: 30%;
  width: 71%;
}
.p-about__text2_image {
  width: 64%;
}
.p-about__movie {
  width: 76%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/sections/about/about_movie_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.3076923077vw;
}
@media (min-width: 768px) {
  .p-about__movie {
    padding: 9px;
  }
}
.p-about__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1.5384615385vw solid #195FAB;
  border-radius: 4.1025641026vw;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .p-about__movie video {
    border: 6px solid #195FAB;
    border-radius: 16px;
  }
}

.p-lineup {
  background: url(../images/sections/lineup/lineup_bg.png);
  background-repeat: repeat;
  padding: 6.1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.1538461538vw;
}
@media (min-width: 768px) {
  .p-lineup {
    gap: 24px;
  }
}
.p-lineup__goods_group {
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-lineup__goods_group__onigiri {
  padding: 6.1538461538vw 0;
  gap: 6.1538461538vw;
}
@media (min-width: 768px) {
  .p-lineup__goods_group__onigiri {
    padding: 24px 0;
    gap: 24px;
  }
}
.p-lineup__goods_group__hotsnack {
  padding: 4.1vw 0;
  gap: 8.2vw;
}
@media (min-width: 768px) {
  .p-lineup__goods_group__hotsnack {
    padding: 16px 0;
    gap: 32px;
  }
}
.p-lineup__goods_group__letter_onigiri {
  padding: 4.1025641026vw 0;
  gap: 8.2051282051vw;
}
@media (min-width: 768px) {
  .p-lineup__goods_group__letter_onigiri {
    padding: 16px 0;
    gap: 32px;
  }
}
.p-lineup__keshigomu_text_img {
  padding: 0 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-lineup__keshigomu_text_img {
    padding: 0 16px;
  }
}
.p-lineup__keshigomu_other_img {
  padding: 0 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-lineup__keshigomu_other_img {
    padding: 0 16px;
  }
}
.p-lineup__movie_group {
  position: relative;
  width: 65%;
  height: auto;
  aspect-ratio: 224/222;
}
.p-lineup__movie_group--left {
  align-self: flex-start;
  margin-left: 4.8717948718vw;
}
@media (min-width: 768px) {
  .p-lineup__movie_group--left {
    margin-left: 19px;
  }
}
.p-lineup__movie_group--right {
  align-self: flex-end;
  margin-right: 4.8717948718vw;
}
@media (min-width: 768px) {
  .p-lineup__movie_group--right {
    margin-right: 19px;
  }
}
.p-lineup__movie_group img {
  position: absolute;
  inset: 0;
}
.p-lineup__btn_play {
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  margin: auto;
}
@media (min-width: 768px) {
  .p-lineup__btn_play {
    width: 48px;
    height: 48px;
  }
}
.p-lineup__movie_toggle {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}
.p-lineup__movie_toggle .p-lineup__btn_play {
  position: static;
  inset: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.p-lineup__movie_toggle[aria-pressed=true] .p-lineup__btn_play {
  opacity: 0;
  visibility: hidden;
}
.p-lineup__movie_toggle:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}
.p-lineup__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 7.1% 14%;
}
.p-lineup__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.p-lineup__hotsnack_text_img {
  padding: 0 12vw;
}
@media (min-width: 768px) {
  .p-lineup__hotsnack_text_img {
    padding: 0 47px;
  }
}
.p-lineup__letter_onigiri_text_img {
  padding: 0 16vw;
}
@media (min-width: 768px) {
  .p-lineup__letter_onigiri_text_img {
    padding: 0 63px;
  }
}
.p-lineup__letter_onigiri_kinds_list {
  width: 87.6923076923vw;
  max-width: 100%;
  min-width: 0;
  padding-inline: 0;
  overflow: hidden;
}
.p-lineup__letter_onigiri_kinds_list img {
  flex: 0 0 auto;
  width: 20vw;
  height: 35.8974358974vw;
}
.p-lineup__letter_onigiri_kinds_list.is-show .p-lineup__letter_onigiri_kinds_track {
  animation: letter-onigiri-ticker 24s linear infinite;
}
@media (min-width: 768px) {
  .p-lineup__letter_onigiri_kinds_list {
    width: 342px;
  }
  .p-lineup__letter_onigiri_kinds_list img {
    width: 78px;
    height: 140px;
  }
}
.p-lineup__letter_onigiri_kinds_track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.p-lineup__letter_onigiri_kinds_group {
  display: flex;
  flex-shrink: 0;
  gap: 2.0512820513vw;
  padding-right: 2.0512820513vw;
}
@media (min-width: 768px) {
  .p-lineup__letter_onigiri_kinds_group {
    gap: 8px;
    padding-right: 8px;
  }
}

@keyframes letter-onigiri-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-products {
  background-color: #6DC8E8;
  padding: 10.26% 6.154%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.641025641vw;
}
@media (min-width: 768px) {
  .p-products {
    gap: 22px;
  }
}
.p-products__item_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-products__flag_img {
  width: 53.3333333333vw;
  height: 23.0769230769vw;
}
@media (min-width: 768px) {
  .p-products__flag_img {
    width: 208px;
    height: 90px;
  }
}
.p-products__title_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1.0256410256vw;
}
@media (min-width: 768px) {
  .p-products__title_group {
    gap: 4px;
  }
}
.p-products__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 5.1282051282vw;
  font-weight: 800;
}
@media (min-width: 768px) {
  .p-products__title {
    font-size: 20px;
  }
}
.p-products__subtitle {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 3.5897435897vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-products__subtitle {
    font-size: 14px;
  }
}
.p-products__line {
  height: 0.2564102564vw;
  background-color: #000000;
  width: 100%;
}
@media (min-width: 768px) {
  .p-products__line {
    height: 1px;
  }
}
.p-products__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EFF9FC;
  border-radius: 8px;
  width: 100%;
  gap: 6.1538461538vw;
  padding: 8.2051282051vw 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-products__item {
    gap: 24px;
    padding: 32px 16px;
  }
}
.p-products__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-products__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0512820513vw;
}
@media (min-width: 768px) {
  .p-products__price {
    gap: 8px;
  }
}
.p-products__price-text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 3.5897435897vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-products__price-text {
    font-size: 14px;
  }
}
.p-products__price-btn_buy {
  position: relative;
  display: block;
  width: 46.1538461538vw;
  height: 8.2051282051vw;
}
@media (min-width: 768px) {
  .p-products__price-btn_buy {
    width: 180px;
    height: 32px;
  }
}
.p-products__price-btn_buy-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.p-products__price-btn_buy-image--default {
  opacity: 1;
}
.p-products__price-btn_buy-image--hover {
  opacity: 0;
}
@media (hover: hover) {
  .p-products__price-btn_buy:hover .p-products__price-btn_buy-image--default {
    opacity: 0;
  }
  .p-products__price-btn_buy:hover .p-products__price-btn_buy-image--hover {
    opacity: 1;
  }
}
.p-products__price-btn_buy:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.p-products__price-btn_buy:focus-visible .p-products__price-btn_buy-image--default {
  opacity: 0;
}
.p-products__price-btn_buy:focus-visible .p-products__price-btn_buy-image--hover {
  opacity: 1;
}
.p-products__info {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5128205128vw;
  display: inline-flex;
}
@media (min-width: 768px) {
  .p-products__info {
    gap: 2px;
  }
}
.p-products__info_row {
  width: 79.4871794872vw;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2564102564vw;
  display: inline-flex;
}
@media (min-width: 768px) {
  .p-products__info_row {
    width: 310px;
    gap: 1px;
  }
}
.p-products__info_row_title {
  width: 20.5128205128vw;
  align-self: stretch;
  padding: 1.0256410256vw;
  background: #EEEEEE;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .p-products__info_row_title {
    width: 80px;
    padding: 4px;
  }
}
.p-products__info_row_title_text {
  color: #000000;
  font-size: 3.0769230769vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-weight: 300;
  line-height: 4.6153846154vw;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .p-products__info_row_title_text {
    font-size: 12px;
    line-height: 18px;
  }
}
.p-products__info_row_content {
  flex: 1 1 0;
  align-self: stretch;
  padding: 1.0256410256vw 2.0512820513vw;
  background: #ffffff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .p-products__info_row_content {
    padding: 4px 8px;
  }
}
.p-products__info_row_content_text_area {
  flex: 1 1 0;
}
.p-products__info_row_content_text_regular {
  color: #000000;
  font-size: 3.0769230769vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-weight: 300;
  line-height: 4.6153846154vw;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .p-products__info_row_content_text_regular {
    font-size: 12px;
    line-height: 18px;
  }
}
.p-products__info_row_content_text_bold {
  flex: 1 1 0;
  color: #000000;
  font-size: 3.0769230769vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-weight: 600;
  line-height: 4.6153846154vw;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .p-products__info_row_content_text_bold {
    font-size: 12px;
    line-height: 18px;
  }
}

.p-gallery {
  padding: 10.26% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.1538461538vw;
}
@media (min-width: 768px) {
  .p-gallery {
    gap: 24px;
  }
}
.p-gallery__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-gallery__title {
  color: #000000;
  font-size: 6.1538461538vw;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 9.2307692308vw;
}
@media (min-width: 768px) {
  .p-gallery__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.p-gallery__grid {
  display: grid;
  padding: 0 2.0512820513vw;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.0256410256vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-gallery__grid {
    padding: 0 8px;
    gap: 4px;
  }
}
.p-gallery__grid-item {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-gallery__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
@media (hover: hover) {
  .p-gallery__grid-item:hover img {
    transform: scale(1.05);
  }
}
.p-gallery__grid-item:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

.p-gallery-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 6.4102564103vw;
  overflow: visible;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-gallery-modal {
    width: 390px;
    padding: 0 25px;
  }
}
.p-gallery-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-gallery-modal__image-area {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  padding: 6.1538461538vw;
  border-radius: 6.1538461538vw;
}
@media (min-width: 768px) {
  .p-gallery-modal__image-area {
    padding: 24px;
    border-radius: 24px;
  }
}
.p-gallery-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-gallery-modal__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 10.2564102564vw;
  height: 12.8205128205vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-gallery-modal__button {
    width: 40px;
    height: 50px;
  }
}
.p-gallery-modal__button--prev {
  left: 0;
}
.p-gallery-modal__button--next {
  right: 0;
}
.p-gallery-modal__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}
.p-gallery-modal__close {
  position: absolute;
  top: calc(100% + 5.1282051282vw);
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2.0512820513vw;
}
@media (min-width: 768px) {
  .p-gallery-modal__close {
    gap: 8px;
  }
}
.p-gallery-modal__close img {
  width: 6.4102564103vw;
  height: 6.4102564103vw;
}
@media (min-width: 768px) {
  .p-gallery-modal__close img {
    width: 25px;
    height: 25px;
  }
}
.p-gallery-modal__close div {
  font-size: 3.7333333333vw;
  font-family: "TCCC-UnityText", sans-serif;
  font-weight: 700;
  line-height: 3.7333333333vw;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-gallery-modal__close div {
    font-size: 14.56px;
    line-height: 14.56px;
  }
}
@media (min-width: 768px) {
  .p-gallery-modal__close {
    top: calc(100% + 20px);
  }
}
.p-gallery-modal__close:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

body.is-gallery-modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.p-attention {
  background-color: rgba(238, 238, 238, 0.9333333333);
  padding: 6.154%;
  color: #000000;
}
.p-attention__list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media (min-width: 768px) {
  .p-attention__list {
    gap: 0;
  }
}
.p-attention__item {
  position: relative;
  padding-left: 1.1em;
  font-size: 3.0769230769vw;
  line-height: 1.7;
  font-weight: 300;
  text-align: justify;
}
@media (min-width: 768px) {
  .p-attention__item {
    font-size: 12px;
  }
}
.p-attention__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer__sns_area {
  width: 100%;
  padding: 4.1025641026vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0512820513vw;
  background-color: #EFF9FC;
}
@media (min-width: 768px) {
  .p-footer__sns_area {
    padding: 16px 0;
    gap: 8px;
  }
}
.p-footer__sns_title {
  color: #000000;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 3.0769230769vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.8461538462vw;
  letter-spacing: 0.1230769231vw;
}
@media (min-width: 768px) {
  .p-footer__sns_title {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.48px;
  }
}
.p-footer__sns {
  display: flex;
  gap: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-footer__sns {
    gap: 16px;
  }
}
.p-footer__sns-link {
  display: block;
  flex: 1 1 0;
  height: 100%;
}
.p-footer__sns-link img {
  width: 10.2564102564vw;
  height: 10.2564102564vw;
}
@media (min-width: 768px) {
  .p-footer__sns-link img {
    width: 40px;
    height: 40px;
  }
}
.p-footer__logo_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.0512820513vw 0 4.1025641026vw;
  gap: 2.0512820513vw;
}
@media (min-width: 768px) {
  .p-footer__logo_area {
    padding: 8px 0 16px;
    gap: 8px;
  }
}
.p-footer__logo_area img {
  width: 30vw;
  height: 7.9487179487vw;
}
@media (min-width: 768px) {
  .p-footer__logo_area img {
    width: 117px;
    height: 31px;
  }
}
.p-footer__logo_area p {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 2.5641025641vw;
  font-style: normal;
  font-weight: 300;
  line-height: 4.4871794872vw;
}
@media (min-width: 768px) {
  .p-footer__logo_area p {
    font-size: 10px;
    line-height: 17.5px;
  }
}

.p-sp-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background-image: repeating-linear-gradient(-45deg, #ffffff 0, #ffffff 8px, #e1f5f9 8px, #e1f5f9 16px);
}
.p-sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-sp-menu__open {
  position: fixed;
  top: max(10.5128205128vw, env(safe-area-inset-top));
  right: max(2.5641025641vw, env(safe-area-inset-right));
  z-index: 900;
  width: 15.3846153846vw;
  aspect-ratio: 1/1;
}
.p-sp-menu__open img {
  width: 100%;
  height: 100%;
}
.p-sp-menu__open:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.p-sp-menu__close {
  position: absolute;
  top: 10.5128205128vw;
  right: 2.5641025641vw;
  width: 15.3846153846vw;
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.p-sp-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-sp-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-sp-menu__close:hover, .p-sp-menu__close:focus-visible {
  opacity: 0.85;
}
.p-sp-menu__nav {
  width: 100%;
  padding: 20.5128205128vw 6.1538461538vw 0;
}
.p-sp-menu__share {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  gap: 2.0512820513vw;
  width: 100%;
  margin-top: 10.2564102564vw;
  padding: 0 4.1025641026vw max(6.1538461538vw, env(safe-area-inset-bottom));
}
.p-sp-menu__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.0512820513vw;
  width: 41.0256410256vw;
  height: 10.2564102564vw;
  padding: 1.0256410256vw 2.0512820513vw;
  border-radius: 5.1282051282vw;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 3.5897435897vw;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-sp-menu__share-btn img {
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  object-fit: contain;
}
.p-sp-menu__share-btn:hover, .p-sp-menu__share-btn:focus-visible {
  opacity: 0.85;
}
.p-sp-menu__share-btn:focus-visible {
  outline: 2px solid #195fab;
  outline-offset: 2px;
}
.p-sp-menu__share-btn--x {
  background-color: #000000;
}
.p-sp-menu__share-btn--line {
  background-color: #4cc764;
}
.p-sp-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.1025641026vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sp-menu__item {
  width: 100%;
  max-width: 61.5384615385vw;
}
.p-sp-menu__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.0512820513vw;
  width: 100%;
  height: 20.5128205128vw;
  padding: 4.1025641026vw 6.1538461538vw;
  border-radius: 10.2564102564vw;
  background-color: #195fab;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-sp-menu__btn:hover, .p-sp-menu__btn:focus-visible {
  opacity: 0.85;
}
.p-sp-menu__en {
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 4.1025641026vw;
  font-weight: 800;
  letter-spacing: 0.4102564103vw;
  line-height: 1;
}
.p-sp-menu__ja {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 2.5641025641vw;
  font-weight: 600;
  letter-spacing: 0.2564102564vw;
  line-height: 1;
}

body.is-sp-menu-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-sp-menu,
  .p-sp-menu__open {
    display: none;
  }
}
.p-day {
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #195FAB;
  height: 9.7435897436vw;
  padding: 0.7692307692vw 0;
}
@media (min-width: 768px) {
  .p-day {
    height: 38px;
    padding: 3px 0;
  }
}
.p-day__large_text {
  color: #ffffff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (min-width: 768px) {
  .p-day__large_text {
    font-size: 20.8px;
  }
}
.p-day__small_text {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (min-width: 768px) {
  .p-day__small_text {
    font-size: 14.56px;
  }
}
