@charset "UTF-8";

.p-andshimajiro-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--ver3-main2, #3DA7E0);
}

.p-andshimajiro-layout__kv {
  display: none;
}

.p-andshimajiro-layout__main {
  width: 100%;
  position: relative;
  background: var(--ver3-main, #47BFFF);
}

.p-andshimajiro-layout__menu {
  display: none;
}

.p-andshimajiro-layout__deco {
  display: none;
}

.p-andshimajiro-kv {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
}

.p-andshimajiro-kv__logo {
  max-width: 26.7rem;
  height: 4.6rem;
  flex-shrink: 0;
}

.p-andshimajiro-kv__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

.p-andshimajiro-kv__mv {
  flex: 1 0 0;
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.p-andshimajiro-kv__mv-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 697/754;
  border-radius: 2rem;
  max-width: 63rem;
  overflow: hidden;
}

.p-andshimajiro-kv__mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.p-andshimajiro-kv__mv-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.p-andshimajiro-kv__mv-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-andshimajiro-header {
  position: fixed;
  z-index: 100;
  transform: translateX(-50%);
  left: 50%;
  top: 1rem;
  width: 100%;
  margin-bottom: 0;
  width: 37rem;
  height: 6rem;
  border-radius: 5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.3) inset;
  backdrop-filter: blur(0.5rem);
}

.p-andshimajiro-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  padding: 1rem 1.4rem 1rem 3rem;
}

.p-andshimajiro-header__brand {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}

.p-andshimajiro-header__logo-benesse {
  width: 5.7rem;
  height: 1.3rem;
  flex-shrink: 0;
}

.p-andshimajiro-header__logo-smiling {
  width: 8.6rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.p-andshimajiro-header__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.p-andshimajiro-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-andshimajiro-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.p-andshimajiro-header__btn--search {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.6rem 0.7rem;
  background: var(--white, #FFF);
  border-radius: 6rem;
  box-shadow: 0 0.1rem 0.1rem rgba(40, 47, 49, 0.06);
}

.p-andshimajiro-header__btn--icon {
  width: 3.4rem;
  height: 3.4rem;
}

.p-andshimajiro-header__btn--icon img {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}

.p-andshimajiro-header__btn--menu {
  padding: 0.1rem 0.4rem 0 0;
  gap: 0.4rem;
  background: unset;
  background-color: unset;
}

.p-andshimajiro-header__btn-icon {
  width: 1.2rem;
  height: 1.4rem;
  flex-shrink: 0;
}

.p-andshimajiro-header__btn-menu-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06rem;
  color: var(--andshimajiro-header-menu-text, #553D35);
}

.p-andshimajiro-header__btn-menu-arrow {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
}

.p-andshimajiro-main {
  background: var(--ver3-main, #47BFFF);
  width: 100%;
  padding-top: 12rem;
  position: relative;
  overflow: hidden;
}

.p-andshimajiro-main__kv {
  position: relative;
  min-height: 80.4rem;
  margin-left: 2rem;
  overflow: visible;
}

.p-andshimajiro-main__kv-deco {
  position: absolute;
  right: -4rem;
  bottom: -20rem;
  width: 28.6rem;
  height: 34.6rem;
  pointer-events: none;
  z-index: 0;
}

.p-andshimajiro-main__kv-deco-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.p-andshimajiro-main__kv-logo {
  width: 26.7rem;
  height: 4.6rem;
}

.p-andshimajiro-main__kv-logo-img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-andshimajiro-main__kv-caption {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.1rem;
  margin-top: 3rem;
  color: var(--white, #FFF);
  opacity: 0.8;
}

.p-andshimajiro-main__kv-caption-asterisk {
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.p-andshimajiro-main__kv-caption-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-andshimajiro-main__kv-mv {
  width: 37rem;
  height: 40rem;
  border-radius: 2rem 0 0 2rem;
}

.p-andshimajiro-main__kv-mv-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-andshimajiro-main__kv-mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.p-andshimajiro-main__kv-mv-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.p-andshimajiro-main__kv-mv-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-andshimajiro-main__kv-scroll {
  position: absolute;
  right: 34rem;
  top: 35.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 2rem;
  padding: 1rem 0.3rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 2.6rem;
  z-index: 2;
}

.p-andshimajiro-main__kv-scroll-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.048rem;
  color: var(--white, #FFF);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-andshimajiro-main__kv-scroll-arrow {
  width: 0.5rem;
  height: 0.3rem;
  flex-shrink: 0;
}

.p-andshimajiro-main__kv-catch {
  position: absolute;
  left: 28.5rem;
  top: 57rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  z-index: 2;
}

.p-andshimajiro-main__kv-catch-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  white-space: pre-wrap;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26rem;
  color: var(--white, #FFF);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "vert";
}

.p-andshimajiro-main__kv-catch-lead {
  margin: 0;
}

.p-andshimajiro-main__kv-catch-line {
  margin: 0;
  min-width: 2.6rem;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26rem;
  color: var(--white, #FFF);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "vert";
}

.p-andshimajiro-main__kv-lead {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;
  width: 33rem;
  z-index: 2;
}

.p-andshimajiro-main__kv-lead-item {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.108rem;
  color: var(--white, #FFF);
}

.p-andshimajiro-main__kv-lead-smiling {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-andshimajiro-main__kv-lead-smiling-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white, #FFF);
}

.p-andshimajiro-main__kv-lead-smiling-logo {
  width: 20rem;
}

.p-andshimajiro-main__kv-lead-smiling-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

.p-andshimajiro-main__bg-fv-news-friends {
  width: 100%;
}

.p-andshimajiro-sec {
  width: 100%;
  box-sizing: border-box;
}

.p-andshimajiro-sec--events {
  position: relative;
  overflow: clip;
  margin-top: -5rem;
  margin-bottom: -6rem;
  z-index: 2;
}

.p-andshimajiro-sec--events::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  border-radius: 100rem;
  background: var(--ver3-BG1, #FFFFF4);
  z-index: 0;
}

.p-andshimajiro-events {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 8rem;
  box-sizing: border-box;
  background: unset;
}

.p-andshimajiro-events-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.p-andshimajiro-events-bg__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 30rem;
}

.p-andshimajiro-events-bg__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

.p-andshimajiro-events-bg__item--left {
  left: 0;
}

.p-andshimajiro-events-bg__item--right {
  right: 0;
}

.p-andshimajiro-events-illust {
  position: absolute;
  width: 5rem;
  height: auto;
}

.p-andshimajiro-events-illust--mimirin {
  top: 13.2rem;
  left: 2.7rem;
}

.p-andshimajiro-events-illust--nyakkii {
  bottom: 0.2rem;
  left: 9.7rem;
}

.p-andshimajiro-events-illust__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-andshimajiro-events__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-andshimajiro-events__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-events__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-events__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-events__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-align: center;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-events__panels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

.p-andshimajiro-events__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 34rem;
  border-radius: 2rem;
  overflow: hidden;
}

.p-andshimajiro-events__panel--main {
  gap: 1.8rem;
}

.p-andshimajiro-events__panel--main .p-andshimajiro-events__panel-img {
  height: 19.6rem;
  border-radius: 2rem;
  overflow: hidden;
}

.p-andshimajiro-events__panel--main .p-andshimajiro-events__panel-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-andshimajiro-events__panel--sub .p-andshimajiro-events__panel-img {
  width: 11.6rem;
  height: 16.4rem;
  flex-shrink: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}

.p-andshimajiro-events__panel--sub .p-andshimajiro-events__panel-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-andshimajiro-events__sub {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 34rem;
}

/* Figma 13631: gap-[14px], 背景なし */

.p-andshimajiro-events__panel--sub {
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
  padding: 0;
  max-width: 34rem;
  background: unset;
}

/* サブパネル body: Figma 13631 パネル／テキスト（背景なし・幅210px） */

.p-andshimajiro-events__panel--sub .p-andshimajiro-events__panel-body {
  flex: 0 0 21rem;
  width: 21rem;
  min-width: 0;
  justify-content: center;
  padding: 0;
  background: unset;
}

.p-andshimajiro-events__panel-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-events__panel--main .p-andshimajiro-events__panel-body {
  gap: 1.8rem;
}

.p-andshimajiro-events__panel-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-andshimajiro-events__panel--main .p-andshimajiro-events__panel-meta {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.p-andshimajiro-events__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.5rem 0.8rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #FFF);
  background: var(--cocha_primary, #E86157);
  border-radius: 1.1rem;
}

/* Main／L: 開催中バッジ（Figma 13629 パネル／テキスト／ステータス）
   bg #e86157, h=26px, pt=7 pb=6 px=10, rounded=21px, text=14px white */

.p-andshimajiro-events__panel--main .p-andshimajiro-events__badge {
  height: 2.6rem;
  padding: 0.7rem 1rem 0.6rem;
  border-radius: 2.1rem;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--white, #FFF);
  background: var(--cocha_primary, #E86157);
  white-space: nowrap;
}

/* サブパネル: 開催中バッジ（EVN／S 20px高） */

.p-andshimajiro-events__panel--sub .p-andshimajiro-events__badge:not(.p-andshimajiro-events__badge--scheduled) {
  height: 2rem;
  padding: 0.5rem 0.8rem 0.4rem;
}

/* Sub／S: 開催予定（Figma node 40015599:14432）
   border solid #e86157, h=20px, pt=5 pb=4 px=8, rounded=11px, text=12px #e86157 */

.p-andshimajiro-events__badge--scheduled {
  height: 2rem;
  padding: 0.5rem 0.8rem 0.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--cocha_primary, #E86157);
  background: transparent;
  border: 0.1rem solid var(--cocha_primary, #E86157);
  border-radius: 1.1rem;
  white-space: nowrap;
}

.p-andshimajiro-events__date {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.072rem;
  color: var(--andshimajiro-panel-text, #353E42);
}

/* 日付行（Figma 13631: flex gap 6px, items-center, shrink-0） */

.p-andshimajiro-events__date-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.p-andshimajiro-events__date-num {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12rem;
  color: var(--andshimajiro-panel-text, #353E42);
  white-space: nowrap;
}

/* サブパネル: EVN／S 日付数字＝デザイン通り 18px（Figma text-[18px] tracking-[1.08px]） */

.p-andshimajiro-events__panel--sub .p-andshimajiro-events__date-num {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.108rem;
  color: var(--andshimajiro-panel-text, #353E42);
  white-space: nowrap;
}

.p-andshimajiro-events__date-dow {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.072rem;
  color: var(--andshimajiro-panel-text, #353E42);
  white-space: nowrap;
}

.p-andshimajiro-events__date-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.072rem;
  color: var(--andshimajiro-panel-text, #353E42);
}

/* 日付行「予定」ラベル（Figma 13632: text 12px tracking 0.72px） */

.p-andshimajiro-events__date-extra {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.072rem;
  color: var(--andshimajiro-panel-text, #353E42);
  white-space: nowrap;
}

.p-andshimajiro-events__panel-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
  color: var(--andshimajiro-panel-text, #353E42);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.04em;
}

.p-andshimajiro-events__panel--main .p-andshimajiro-events__panel-title {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.108rem;
}

.p-andshimajiro-events__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12rem;
  height: 7rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ver3-BG1, #FFFFF4);
  background: var(--ver3-main, #47BFFF);
  border: none;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(85, 61, 53, 0.2);
  transition: opacity 0.2s;
}

.p-andshimajiro-events__more:hover {
  opacity: 0.9;
}

.p-andshimajiro-events__more-text {
  flex-shrink: 0;
}

.p-andshimajiro-events__more-arrow {
  display: block;
  width: 1.1rem;
  height: 0.8rem;
  flex-shrink: 0;
  object-fit: contain;
}

.p-andshimajiro-sec--campaign {
  position: relative;
  overflow: clip;
  margin-bottom: 3rem;
  margin-top: -5rem;
  z-index: 2;
}

.p-andshimajiro-sec--campaign::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  border-radius: 100rem;
  background: var(--ver3-BG1, #FFFFF4);
  z-index: 0;
}

.p-andshimajiro-campaign {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 8rem;
  box-sizing: border-box;
}

.p-andshimajiro-campaign__deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.p-andshimajiro-campaign__deco--torippi {
  left: 3.1rem;
  top: -0.2rem;
  width: 8rem;
  height: 7.4rem;
}

.p-andshimajiro-campaign__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-andshimajiro-campaign__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-campaign__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-campaign__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-campaign__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-align: center;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-campaign__panels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

.p-andshimajiro-campaign__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 34rem;
  border-radius: 2rem;
  overflow: hidden;
}

.p-andshimajiro-campaign__panel--main {
  gap: 1.8rem;
}

.p-andshimajiro-campaign__panel--main .p-andshimajiro-campaign__panel-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2rem;
  overflow: hidden;
}

.p-andshimajiro-campaign__panel--main .p-andshimajiro-campaign__panel-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-andshimajiro-campaign__panel--sub {
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
  padding: 0;
  background: unset;
}

.p-andshimajiro-campaign__panel--sub .p-andshimajiro-campaign__panel-img {
  width: 11.6rem;
  height: 11.6rem;
  flex-shrink: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}

.p-andshimajiro-campaign__panel--sub .p-andshimajiro-campaign__panel-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-andshimajiro-campaign__panel--sub .p-andshimajiro-campaign__panel-body {
  flex: 0 0 21rem;
  width: 21rem;
  min-width: 0;
  justify-content: center;
  padding: 0;
  background: unset;
}

.p-andshimajiro-campaign__panel-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-campaign__panel--main .p-andshimajiro-campaign__panel-body {
  gap: 1.8rem;
}

.p-andshimajiro-campaign__panel-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-andshimajiro-campaign__panel--main .p-andshimajiro-campaign__panel-meta {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.p-andshimajiro-campaign__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 2.6rem;
  padding: 0.7rem 1rem 0.6rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #FFF);
  background: var(--cocha_primary, #E86157);
  border-radius: 2.1rem;
  white-space: nowrap;
}

.p-andshimajiro-campaign__panel--sub .p-andshimajiro-campaign__badge {
  height: 2rem;
  padding: 0.5rem 0.8rem 0.4rem;
  font-size: 1.2rem;
  border-radius: 1.1rem;
}

.p-andshimajiro-campaign__date-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.p-andshimajiro-campaign__date-num {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12rem;
  color: var(--andshimajiro-panel-text, #353E42);
  white-space: nowrap;
}

.p-andshimajiro-campaign__panel--sub .p-andshimajiro-campaign__date-num {
  font-size: 1.8rem;
  letter-spacing: 0.108rem;
}

.p-andshimajiro-campaign__date-dow,
.p-andshimajiro-campaign__date-sep {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.072rem;
  color: var(--andshimajiro-panel-text, #353E42);
  white-space: nowrap;
}

.p-andshimajiro-campaign__date-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
}

.p-andshimajiro-campaign__panel-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
  color: var(--andshimajiro-panel-text, #353E42);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.04em;
}

.p-andshimajiro-campaign__panel--main .p-andshimajiro-campaign__panel-title {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.108rem;
}

.p-andshimajiro-campaign__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12rem;
  height: 7rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ver3-BG1, #FFFFF4);
  background: var(--ver3-main, #47BFFF);
  border: none;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(85, 61, 53, 0.2);
  transition: opacity 0.2s;
}

.p-andshimajiro-campaign__more:hover {
  opacity: 0.9;
}

.p-andshimajiro-campaign__more-text {
  flex-shrink: 0;
}

.p-andshimajiro-campaign__more-arrow {
  display: block;
  width: 1.1rem;
  height: 0.8rem;
  flex-shrink: 0;
  object-fit: contain;
}

.p-andshimajiro-sec--campaign-mv {
  width: 100%;
}

.p-andshimajiro-campaign-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 700/485;
  overflow: hidden;
}

.p-andshimajiro-campaign-mv__inner {
  width: 100%;
  height: 100%;
}

.p-andshimajiro-campaign-mv__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-andshimajiro-campaign-mv__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-andshimajiro-sec--gallery {
  overflow: hidden;
  background-image: url(../img/bg_gallery.png);
  background-size: cover;
  margin-top: -9rem;
  position: relative;
  z-index: 0;
}

.p-andshimajiro-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding: 12rem 0 17rem;
  width: 100%;
}

.p-andshimajiro-gallery__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-andshimajiro-gallery__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-gallery__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-gallery__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-gallery__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-align: center;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-gallery__slider {
  width: 100%;
}

.p-andshimajiro-gallery__slider .slick-list {
  overflow: visible;
}

.p-andshimajiro-gallery__slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.p-andshimajiro-gallery__slide {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.p-andshimajiro-gallery__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 28.1rem;
}

.p-andshimajiro-gallery__card-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background: var(--white, #FFF);
  border-radius: 2rem;
  box-shadow: 2rem 2rem 2rem rgba(53, 62, 66, 0.06);
  box-sizing: border-box;
  width: 100%;
}

.p-andshimajiro-gallery__card-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-andshimajiro-gallery__card-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.108rem;
  text-align: center;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-gallery__card-zoom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: var(--white, #FFF);
  box-shadow: 0 0.05rem 0.05rem rgba(85, 61, 53, 0.2);
  flex-shrink: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.p-andshimajiro-gallery__card-zoom::before,
.p-andshimajiro-gallery__card-zoom::after {
  content: "";
  position: absolute;
  background: var(--gallery-zoom-icon, #47BFFF);
  border-radius: 0.1rem;
}

.p-andshimajiro-gallery__card-zoom::before {
  width: 1.4rem;
  height: 0.2rem;
}

.p-andshimajiro-gallery__card-zoom::after {
  width: 0.2rem;
  height: 1.4rem;
}

.p-andshimajiro-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-andshimajiro-gallery-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-andshimajiro-gallery-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-andshimajiro-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.p-andshimajiro-gallery-modal__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 85vh;
}

.p-andshimajiro-gallery-modal__img {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 2rem;
}

.p-andshimajiro-gallery-modal__close {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  border-radius: 50%;
  background: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  color: var(--andshimajiro-panel-text, #353E42);
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12);
}

.p-andshimajiro-sec--media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  margin-top: -8rem;
  z-index: 2;
}

.p-andshimajiro-sec--media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  border-radius: 0 0 100rem 100rem;
  background: #47BFFF;
  backdrop-filter: blur(0.8rem);
  height: 0rem;
  z-index: 3;
  pointer-events: none;
}

.p-andshimajiro-sec--media__bg {
  position: absolute;
  inset: 0;
  overflow: clip;
  z-index: 0;
  pointer-events: none;
}

.p-andshimajiro-sec--media__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  border-radius: 100rem;
  background: #47BFFF;
  backdrop-filter: blur(0.8rem);
}

.p-andshimajiro-media-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.p-andshimajiro-media-bg__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40rem;
}

.p-andshimajiro-media-bg__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

.p-andshimajiro-media-bg__item--left {
  left: 0;
}

.p-andshimajiro-media-bg__item--right {
  right: 0;
}

.p-andshimajiro-media-illust {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(85, 61, 53, 0.5);
}

.p-andshimajiro-media-illust--mimirin {
  inset: 0;
}

.p-andshimajiro-media-illust--nyakkii {
  inset: 0;
}

.p-andshimajiro-media-illust__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-andshimajiro-sec--news {
  padding: 14rem 0 8rem;
  overflow-x: clip;
}

.p-andshimajiro-news {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.p-andshimajiro-news__heading {
  margin: 0 0 3rem;
  position: absolute;
  left: 5rem;
  top: -10rem;
  z-index: 1;
  width: 11rem;
  height: 6rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: unset;
  color: var(--cocha_accent, #FFE868);
  border: 0.1rem solid var(--cocha_accent, #FFE868);
  border-radius: 50%;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.08rem;
}

.p-andshimajiro-news__slider-wrap {
  position: relative;
  width: 100%;
}

.p-andshimajiro-news__deco {
  position: absolute;
  left: 58%;
  transform: translateX(-50%);
  top: -9rem;
  z-index: 2;
  width: 19rem;
  max-width: 85%;
  pointer-events: none;
}

.p-andshimajiro-news__deco-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-andshimajiro-news__slider {
  position: relative;
  width: 100%;
  text-align: left;
}

.p-andshimajiro-news__slider div#slick-slide01 {
  position: relative;
}

.p-andshimajiro-news__slider .slick-list {
  overflow: visible;
  margin: 0;
  height: 34rem;
  display: flex;
  align-items: center;
}

.p-andshimajiro-news__slider .slick-track {
  display: flex;
  align-items: stretch;
  min-height: 34rem;
}

.p-andshimajiro-news__slider .slick-slide {
  padding: 0 1.5rem;
  height: 34rem;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.p-andshimajiro-news__slider .slick-slide > div {
  height: 100%;
  display: flex;
}

.p-andshimajiro-news__slider .slick-slide .p-andshimajiro-news__card {
  transition: box-shadow 0.2s;
  flex: 1;
  min-height: 0;
}

.p-andshimajiro-news__slider .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin: 2.3rem auto 0;
  padding: 0;
  list-style: none;
  transform: translateX(0.17rem);
}

.p-andshimajiro-news__slider .slick-dots::before {
  content: "";
  position: absolute;
  width: 6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

.p-andshimajiro-news__slider .slick-dots li {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
}

.p-andshimajiro-news__slider .slick-dots button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--white, #FFF);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.2s;
}

.p-andshimajiro-news__slider .slick-dots button::before {
  content: none;
}

.p-andshimajiro-news__slider .slick-dots li.slick-active button {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: url("../img/icon_news_dot_active.svg") no-repeat center/contain;
}

.p-andshimajiro-news__slider .slick-dots li.slick-active button::before {
  content: none;
}

.p-andshimajiro-news__slider .slick-prev,
.p-andshimajiro-news__slider .slick-next {
  z-index: 2;
  width: 4rem;
  height: 4rem;
  display: none;
}

.p-andshimajiro-news__slider .slick-prev::before,
.p-andshimajiro-news__slider .slick-next::before {
  font-size: 2.4rem;
  opacity: 0.8;
}

.p-andshimajiro-news__slider .slick-prev {
  left: 0.5rem;
}

.p-andshimajiro-news__slider .slick-next {
  right: 0.5rem;
}

.p-andshimajiro-news__slider .p-andshimajiro-products__sub-row.slick-initialized .slick-list {
  overflow: visible;
}

.p-andshimajiro-news__slide {
  outline: none;
}

.p-andshimajiro-news__card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: var(--andshimajiro-panel-bg, #FFFFF4);
  border-radius: 1.6rem;
  padding: 1rem 1rem 2.2rem;
  gap: 1.6rem;
  box-shadow: var(--shadow, 0 1rem 3rem rgba(0, 0, 0, 0.12));
  text-decoration: none;
  color: var(--andshimajiro-panel-text, #353E42);
  transition: transform 0.3s ease, box-shadow 0.2s;
}

.p-andshimajiro-news__card:hover {
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.15);
}

.p-andshimajiro-news__thumb {
  position: relative;
  width: 100%;
  height: 16rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.2rem;
  background: var(--sub3, #A0A1AB);
}

.p-andshimajiro-news__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-andshimajiro-news__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 2rem;
  flex: 1;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
}

.p-andshimajiro-news__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-andshimajiro-news__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
  padding: 0.5rem 0.8rem 0.4rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white, #FFF);
  background: var(--andshimajiro-accent, #E86157);
  border-radius: 1.1rem;
}

.p-andshimajiro-news__date {
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.084rem;
  color: var(--andshimajiro-panel-text, #353E42);
  opacity: 0.6;
}

.p-andshimajiro-news__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
  color: var(--andshimajiro-panel-text, #353E42);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.04em;
  min-height: 7.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-andshimajiro-sec--friends {
  padding: 6rem 0 28rem;
  background: var(--ver3-main, #47BFFF);
}

.p-andshimajiro-sec--products {
  position: relative;
  overflow: clip;
  margin-top: -20rem;
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
}

.p-andshimajiro-sec--products::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  background: var(--ver3-BG1, #FFFFF4);
  border-radius: 100rem;
}

.p-andshimajiro-products__deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14rem;
  z-index: 2;
  width: 9.07rem;
  height: 9rem;
  pointer-events: none;
}

.p-andshimajiro-products__deco-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

.p-andshimajiro-products {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin: 0 auto;
  padding: 9rem 2rem 8rem;
  box-sizing: border-box;
  overflow: visible;
}

.p-andshimajiro-products__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-andshimajiro-products__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP";
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-products__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-products__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-products__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-align: center;
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-products__panels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

.p-andshimajiro-products__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.p-andshimajiro-products__panel--main {
  gap: 0rem;
  max-width: 34rem;
}

.p-andshimajiro-products__panel--sub {
  gap: 1.6rem;
  flex-shrink: 0;
  width: 28rem;
}

.p-andshimajiro-products__panel-img {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 2rem;
}

.p-andshimajiro-products__panel--main .p-andshimajiro-products__panel-img {
  aspect-ratio: 340/422;
  max-height: 42.2rem;
}

.p-andshimajiro-products__panel--sub .p-andshimajiro-products__panel-img {
  aspect-ratio: 280/348;
  min-height: 34.8rem;
}

.p-andshimajiro-products__panel-img-el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-andshimajiro-products__panel-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}

.p-andshimajiro-products__panel-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
}

.p-andshimajiro-products__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  height: 2rem;
  padding: 0.5rem 0.8rem 0.4rem;
  font-size: 1.2rem;
  color: var(--white, #FFF);
  background: var(--andshimajiro-accent, #E86157);
  border: none;
  border-radius: 1.1rem;
}

.p-andshimajiro-products__badge--sub {
  height: 2.4rem;
  padding: 0.7rem 1rem 0.6rem;
  font-size: 1.4rem;
  color: var(--andshimajiro-accent, #E86157);
  background: transparent;
  border: 0.1rem solid var(--andshimajiro-accent, #E86157);
  border-radius: 2.1rem;
}

.p-andshimajiro-products__date {
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.084rem;
  color: var(--andshimajiro-panel-text, #353E42);
  opacity: 0.6;
}

.p-andshimajiro-products__panel-title {
  display: block;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
  color: var(--andshimajiro-panel-text, #353E42);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.04em;
  transition: opacity 0.2s ease;
}

.p-andshimajiro-products__panel-title:hover,
.p-andshimajiro-products__panel-title:focus {
  opacity: 0.8;
}

.p-andshimajiro-products__panel-title:visited {
  color: var(--andshimajiro-panel-text, #353E42);
}

.p-andshimajiro-products__panel--main .p-andshimajiro-products__panel-title {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.108rem;
}

.p-andshimajiro-products__sub-row {
  width: 100%;
}

.p-andshimajiro-products__sub-row:not(.slick-initialized) {
  display: flex;
  gap: 3rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.p-andshimajiro-products__sub-row:not(.slick-initialized)::-webkit-scrollbar {
  display: none;
}

.p-andshimajiro-products__sub-row.slick-initialized .slick-slide {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.p-andshimajiro-products__sub-row.slick-initialized .slick-list {
  overflow: visible;
}

.p-andshimajiro-products__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.p-andshimajiro-products__dots-line {
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: var(--sub3, #C8C9CB);
  flex-shrink: 0;
}

.p-andshimajiro-products__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--andshimajiro-panel-text, #353E42);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.2s;
  flex-shrink: 0;
}

.p-andshimajiro-products__dot:hover {
  opacity: 0.8;
}

.p-andshimajiro-products__dot--active {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0;
  background: url("../img/icon_products_dot_active.svg") no-repeat center/contain;
}

.p-andshimajiro-products__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12rem;
  height: 7rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ver3-BG1, #FFFFF4);
  background: var(--ver3-main, #47BFFF);
  border: none;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(85, 61, 53, 0.2);
  transition: opacity 0.2s;
}

.p-andshimajiro-products__more:hover {
  opacity: 0.9;
}

.p-andshimajiro-products__more-text {
  flex-shrink: 0;
}

.p-andshimajiro-products__more-arrow {
  display: block;
  width: 1.1rem;
  height: 0.8rem;
  flex-shrink: 0;
  object-fit: contain;
}

.p-andshimajiro-split-bg {
  position: relative;
  width: 100%;
  height: 29.4rem;
  overflow: hidden;
}

.p-andshimajiro-split-bg__inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.p-andshimajiro-split-bg__item {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-size: 200% 100%;
}

.p-andshimajiro-split-bg__item--left {
  background-image: url("../img/events_bg_01.png");
  background-position: 0 0;
}

.p-andshimajiro-split-bg__item--right {
  background-image: url("../img/events_bg_01.png");
  background-position: 100% 0;
}

.p-andshimajiro-media {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 10rem;
  box-sizing: border-box;
  overflow: visible;
}

.p-andshimajiro-media__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.p-andshimajiro-media__head-icon {
  margin-bottom: 8rem;
}

.p-andshimajiro-media__head-character {
  position: absolute;
  top: -20rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  pointer-events: none;
  height: 24rem;
}

.p-andshimajiro-media__head-character-img {
  display: block;
  width: 7rem;
  height: auto;
  max-height: 24rem;
  object-fit: contain;
  object-position: center bottom;
}

.p-andshimajiro-media__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 0 3rem 0;
  font-family: "Sofia Pro VAR", "Zen Kaku Gothic New", "Noto Sans JP";
  font-size: 4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white, #FFF);
}

.p-andshimajiro-media__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-media__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-media__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  color: var(--white, #FFF);
}

.p-andshimajiro-media__units {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.p-andshimajiro-media__sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 4rem 2rem 2rem;
  background: var(--ver3-BG2, #FFF7E0);
  border-radius: 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-media__sns-title {
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--text, #353E42);
}

.p-andshimajiro-media__follow {
  margin: 0;
  font-family: "Playwrite CC IE", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--cocha_primary, #E86157);
}

.p-andshimajiro-media__panels {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  max-width: 31rem;
}

.p-andshimajiro-media__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  width: 100%;
  padding: 2.6rem 2rem;
  border-radius: 2rem;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.p-andshimajiro-media__panel:hover {
  opacity: 0.95;
}

.p-andshimajiro-media__panel--insta {
  background: linear-gradient(239.957deg, #B768FA 0%, #FF5675 50%, #FFDC3E 100%);
}

.p-andshimajiro-media__panel--x {
  background: #53636b;
}

.p-andshimajiro-media__panel--tiktok {
  background: linear-gradient(149.395deg, #FF699C 30%, #9FE1FF 70%);
}

.p-andshimajiro-media__panel-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.p-andshimajiro-media__panel-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  object-fit: contain;
}

.p-andshimajiro-media__panel-label {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white, #FFF);
}

.p-andshimajiro-media__panel-account {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.p-andshimajiro-media__panel-avatar {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  flex-shrink: 0;
  border-radius: 2.3rem;
  object-fit: cover;
}

.p-andshimajiro-media__panel-names {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.p-andshimajiro-media__panel-name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #FFF);
}

.p-andshimajiro-media__panel-sub {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #FFF);
}

.p-andshimajiro-media__panel-feed {
  width: 100%;
  max-width: 27rem;
  height: 32rem;
  border-radius: 1.2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.p-andshimajiro-media__panel-feed-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-andshimajiro-media__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4rem;
  padding: 0 1.6rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.084rem;
  color: var(--text, #353E42);
  background: var(--white, #FFF);
  border: none;
  border-radius: 3rem;
  box-shadow: 0 0.05rem 0.05rem rgba(85, 61, 53, 0.2);
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-andshimajiro-media__btn:hover {
  opacity: 0.9;
}

.p-andshimajiro-media__btn--view {
  font-family: "Sofia Pro VAR", "Zen Kaku Gothic New", "Noto Sans JP";
}

.p-andshimajiro-media__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-andshimajiro-media__btn-arrow img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}

.p-andshimajiro-media__btn-arrow--insta {
  background: linear-gradient(225deg, #B768FA 0%, #FF5675 50%, #FFDC3E 100%);
}

.p-andshimajiro-media__btn-arrow--x {
  background: #53636b;
}

.p-andshimajiro-media__btn-arrow--tiktok {
  background: linear-gradient(149.395deg, #FF699C 30%, #9FE1FF 70%);
}

.p-andshimajiro-media__btn-arrow--site {
  background: var(--hop, #47BFFF);
}

.p-andshimajiro-media__btn--x {
  color: #53636b;
}

.p-andshimajiro-media__tv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 4rem 3rem;
  background: var(--ver3-BG2, #FFF7E0);
  border-radius: 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-media__block-title {
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--text, #353E42);
}

.p-andshimajiro-media__tv-waou {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.p-andshimajiro-media__tv-logo {
  display: block;
  width: 26rem;
  height: auto;
  max-height: 12.8rem;
  object-fit: contain;
}

.p-andshimajiro-media__tv-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096rem;
  text-align: center;
  color: var(--text, #353E42);
}

.p-andshimajiro-media__tver {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
}

.p-andshimajiro-media__tver-img-wrap {
  width: 18.4rem;
  height: 9.8rem;
  flex-shrink: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}

.p-andshimajiro-media__tver-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-andshimajiro-media__tver-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
}

.p-andshimajiro-media__tver-lead p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.084rem;
  color: var(--text, #353E42);
  white-space: nowrap;
}

.p-andshimajiro-media__youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 4rem 3rem;
  background: var(--ver3-BG2, #FFF7E0);
  border-radius: 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-media__youtube-thumb {
  display: block;
  width: 100%;
  max-width: 29rem;
  height: auto;
  aspect-ratio: 290/163;
  object-fit: cover;
  border-radius: 1.2rem;
}

.p-andshimajiro-media__youtube-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096rem;
  text-align: center;
  color: var(--text, #353E42);
}

.p-andshimajiro-friends {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-friends__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-andshimajiro-friends__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Sofia Pro", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white, #FFF);
}

.p-andshimajiro-friends__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-friends__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-friends__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-align: center;
  color: var(--white, #FFF);
}

.p-andshimajiro-friends__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  box-sizing: border-box;
}

.p-andshimajiro-friends__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  min-width: 9rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: opacity 0.2s;
}

.p-andshimajiro-friends__item:hover {
  opacity: 0.9;
}

.p-andshimajiro-friends__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}

.p-andshimajiro-friends__names {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.p-andshimajiro-friends__thumb {
  display: block;
  width: 9rem;
  max-width: 100%;
  height: 12rem;
  flex-shrink: 0;
  overflow: hidden;
}

.p-andshimajiro-friends__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-andshimajiro-friends__name-en {
  font-family: "Sofia Sans", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08rem;
  color: var(--white, #FFF);
}

.p-andshimajiro-friends__name-ja {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #FFF);
}

.p-andshimajiro-friends__btn-open {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  background: url("/andshimajiro/img/modal_button.png") no-repeat center/contain;
}

.p-andshimajiro-friends-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}

.p-andshimajiro-friends-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.p-andshimajiro-friends-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  cursor: pointer;
}

.p-andshimajiro-friends-modal__panel {
  position: relative;
  width: 100%;
  max-width: 35rem;
  max-height: 90vh;
  overflow: visible;
  padding: 4rem 3rem 3rem;
  background: rgba(255, 255, 255, 0.9);
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  box-shadow: 2rem 2rem 2rem 0 rgba(53, 62, 66, 0.06);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.p-andshimajiro-friends-modal[aria-hidden=false] .p-andshimajiro-friends-modal__panel {
  opacity: 1;
  transform: scale(1);
}

.p-andshimajiro-friends-modal__bg-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: "Sofia Sans", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 0;
  color: #47bfff;
  opacity: 0.3;
  pointer-events: none;
  white-space: nowrap;
}

.p-andshimajiro-friends-modal__inner {
  position: relative;
  width: 35rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
}

.p-andshimajiro-friends-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.p-andshimajiro-friends-modal__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.p-andshimajiro-friends-modal__name-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--andshimajiro-modal-text, #353e42);
}

.p-andshimajiro-friends-modal__name-en {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.056rem;
  color: var(--andshimajiro-modal-text, #353e42);
}

.p-andshimajiro-friends-modal__main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}

.p-andshimajiro-friends-modal__nav {
  position: relative;
  width: 5.8rem;
  height: 5.4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.p-andshimajiro-friends-modal__nav:hover {
  opacity: 0.8;
}

.p-andshimajiro-friends-modal__nav--prev .p-andshimajiro-friends-modal__nav-arrow {
  left: 2.2rem;
  bottom: 0;
}

.p-andshimajiro-friends-modal__nav--prev .p-andshimajiro-friends-modal__nav-thumb {
  left: 3.8rem;
  bottom: 0;
}

.p-andshimajiro-friends-modal__nav--next .p-andshimajiro-friends-modal__nav-arrow {
  right: 2.2rem;
  bottom: 0;
}

.p-andshimajiro-friends-modal__nav--next .p-andshimajiro-friends-modal__nav-thumb {
  right: 3.8rem;
  bottom: 0;
}

.p-andshimajiro-friends-modal__nav-thumb {
  position: absolute;
  width: 4rem;
  height: 5.4rem;
  overflow: hidden;
  border-radius: 0;
}

.p-andshimajiro-friends-modal__nav-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-andshimajiro-friends-modal__nav-arrow {
  position: absolute;
  width: 1rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-andshimajiro-friends-modal__nav-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-andshimajiro-friends-modal__nav-arrow--left {
  background-image: url("../img/icon_arrow_left.svg");
}

.p-andshimajiro-friends-modal__nav-arrow--right {
  background-image: url("../img/icon_arrow_right.svg");
}

.p-andshimajiro-friends-modal__visual {
  width: 27rem;
  height: 27rem;
  flex-shrink: 0;
  overflow: hidden;
}

.p-andshimajiro-friends-modal__main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-andshimajiro-friends-modal__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 13rem;
  height: 3.7rem;
}

.p-andshimajiro-friends-modal__thumb {
  width: 3.8rem;
  height: 3.7rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.6rem;
  box-shadow: 2rem 2rem 2rem 0 rgba(53, 62, 66, 0.06);
  background: var(--white, #FFF);
  border: 0.1rem solid #47bfff;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}

.p-andshimajiro-friends-modal__thumb:hover {
  opacity: 0.9;
}

.p-andshimajiro-friends-modal__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.p-andshimajiro-friends-modal__thumb--active {
  background: var(--andshimajiro-modal-text, #353e42);
  border-color: transparent;
}

.p-andshimajiro-friends-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
}

.p-andshimajiro-friends-modal__desc {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.096rem;
  text-align: center;
  color: var(--andshimajiro-modal-text, #353e42);
}

.p-andshimajiro-friends-modal__birthday {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.p-andshimajiro-friends-modal__birthday-icon {
  display: block;
  width: 2.1rem;
  height: 2.2rem;
  flex-shrink: 0;
}

.p-andshimajiro-friends-modal__birthday-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-friends-modal__birthday-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.096rem;
  color: var(--andshimajiro-modal-text, #353e42);
  line-height: 1;
}

.p-andshimajiro-friends-modal__close {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3.7rem;
  height: 3.7rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s;
}

.p-andshimajiro-friends-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-friends-modal__close:hover {
  opacity: 0.8;
}

.p-andshimajiro-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
  width: 28rem;
  max-width: 100%;
}

.p-andshimajiro-menu__deco {
  position: absolute;
  top: 4rem;
  right: -4rem;
  width: 26.2rem;
  height: 22rem;
  display: none;
}

.p-andshimajiro-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 28rem;
  max-width: 100%;
  text-decoration: none;
  color: var(--andshimajiro-menu-text, #353E42);
  transition: opacity 0.2s;
}

.p-andshimajiro-menu__item:hover {
  opacity: 0.8;
}

.p-andshimajiro-menu__item-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}

.p-andshimajiro-menu__item-label {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.p-andshimajiro-menu__item-caption {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}

.p-andshimajiro-menu__item-arrow {
  width: 4.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  background-color: var(--ver3-main, #47BFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 61%;
}

.p-andshimajiro-menu__item-arrow img {
  display: block;
  width: 1rem;
  height: 0.7rem;
  flex-shrink: 0;
  object-fit: contain;
}

.p-andshimajiro-menu__contact {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 28rem;
  max-width: 100%;
}

.p-andshimajiro-menu__contact-heading {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--andshimajiro-menu-text, #353E42);
}

.p-andshimajiro-menu__contact-caption {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  color: var(--andshimajiro-menu-text, #353E42);
}

.p-andshimajiro-menu__contact-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.084rem;
  color: var(--andshimajiro-menu-text, #353E42);
}

.p-andshimajiro-menu__contact-card {
  width: 100%;
  padding: 3.6rem 2.6rem;
  background: var(--andshimajiro-menu-card-bg, #FFFFF4);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.p-andshimajiro-menu__contact-org {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.084rem;
  text-align: center;
  color: var(--andshimajiro-menu-text, #353E42);
}

.p-andshimajiro-menu__contact-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.p-andshimajiro-menu__contact-phone-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.p-andshimajiro-menu__contact-phone-num {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--andshimajiro-menu-text, #353E42);
  text-decoration: none;
}

.p-andshimajiro-menu__contact-phone-num:hover {
  opacity: 0.8;
}

.p-andshimajiro-menu__contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  height: 2rem;
  min-width: 3.6rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  color: var(--andshimajiro-menu-badge-text, #737D82);
  border: 0.1rem solid var(--andshimajiro-menu-badge-border, #737D82);
  border-radius: 1.2rem;
}

.p-andshimajiro-menu__follow {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
}

.p-andshimajiro-menu__follow-title {
  display: block;
  width: 10.9rem;
  height: 2.7rem;
  object-fit: contain;
  flex-shrink: 0;
}

.p-andshimajiro-menu__follow-cards {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
}

.p-andshimajiro-menu__follow-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 28rem;
  max-width: 100%;
  min-height: 6rem;
  padding: 1rem 2rem;
  background: var(--white, #FFF);
  border-radius: 8rem;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(85, 61, 53, 0.2);
  text-decoration: none;
  flex-shrink: 0;
  gap: 0;
}

.p-andshimajiro-menu__follow-card:hover {
  opacity: 0.9;
}

.p-andshimajiro-menu__follow-card-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
}

.p-andshimajiro-menu__follow-card-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  pointer-events: none;
}

.p-andshimajiro-menu__follow-card-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--andshimajiro-menu-text, #353E42);
  text-align: center;
}

.p-andshimajiro-menu__follow-card-caption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--andshimajiro-menu-text, #353E42);
  text-align: center;
}

.p-andshimajiro-menu__follow-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  background: var(--ver3-main, #47BFFF);
  border-radius: 2rem;
  pointer-events: none;
}

.p-andshimajiro-menu__follow-card-arrow img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}

.p-andshimajiro-menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  pointer-events: none;
}

.p-andshimajiro-menu-drawer.is-open {
  display: block;
  pointer-events: auto;
}

.p-andshimajiro-menu-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.p-andshimajiro-menu-drawer__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34rem;
  max-width: 100%;
  background: var(--andshimajiro-menu-bg, #FFF7E0);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 2rem 3rem 4rem;
  gap: 4rem;
  box-shadow: -0.2rem 0 1rem rgba(0, 0, 0, 0.1);
}

.p-andshimajiro-menu-drawer__close {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: var(--text, #353E42);
  border-radius: 50%;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(85, 61, 53, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #FFF);
}

.p-andshimajiro-menu-drawer__close .p-andshimajiro-menu-drawer__close-icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}

.p-andshimajiro-menu-drawer__close:hover {
  opacity: 0.8;
}

.p-andshimajiro-menu-drawer__close--bottom {
  margin-top: auto;
  align-self: center;
}

.p-andshimajiro-menu-drawer__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}

.p-andshimajiro-menu-drawer .p-andshimajiro-menu__item {
  width: 100%;
}

.p-andshimajiro-menu-drawer .p-andshimajiro-menu__contact {
  width: 100%;
}

.p-andshimajiro-menu-drawer .p-andshimajiro-menu__follow {
  width: 100%;
}

.p-andshimajiro-footer {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -8rem;
  padding-bottom: 0;
  overflow: hidden;
}

.p-andshimajiro-footer__upper {
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 1;
}

.p-andshimajiro-footer__upper-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 57.9rem;
  height: 56.4rem;
  pointer-events: none;
  z-index: 0;
}

.p-andshimajiro-footer__upper-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-andshimajiro-contact {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15rem 3rem 8rem;
  overflow: visible;
}

.p-andshimajiro-contact__blur {
  position: absolute;
  top: 0;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 220%;
  border-radius: 100rem;
  background: rgba(7, 73, 102, 0.4);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  pointer-events: none;
  z-index: 0;
}

.p-andshimajiro-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  max-width: 33rem;
}

.p-andshimajiro-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.p-andshimajiro-contact__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-family: "Sofia Pro VAR", "Zen Kaku Gothic New", "Noto Sans JP";
  font-size: 4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white, #FFF);
}

.p-andshimajiro-contact__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.8rem;
  flex-shrink: 0;
}

.p-andshimajiro-contact__title-icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-contact__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-align: center;
  color: var(--white, #FFF);
}

.p-andshimajiro-contact__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
}

.p-andshimajiro-contact__catchcopy {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.132rem;
  text-align: center;
  color: var(--cocha_accent, #FFE868);
}

.p-andshimajiro-contact__desc {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096rem;
  text-align: center;
  color: var(--white, #FFF);
}

.p-andshimajiro-contact__card {
  width: 100%;
  padding: 3.6rem;
  background: var(--ver3-BG1, #FFFFF4);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  box-sizing: border-box;
}

.p-andshimajiro-contact__card-org {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.096rem;
  text-align: center;
  color: var(--text, #353E42);
}

.p-andshimajiro-contact__card-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.p-andshimajiro-contact__card-phone-icon {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.p-andshimajiro-contact__card-phone-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-contact__card-phone-num {
  font-family: "Sofia Pro VAR", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: var(--text, #353E42);
  text-decoration: none;
  white-space: nowrap;
}

.p-andshimajiro-contact__card-phone-num:hover {
  opacity: 0.8;
}

.p-andshimajiro-contact__card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  min-width: 3.6rem;
  padding: 0.1rem 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  color: var(--sub2, #676979);
  border: 0.1rem solid var(--sub2, #676979);
  border-radius: 1.2rem;
  white-space: nowrap;
}

.p-andshimajiro-footer__bottom {
  position: relative;
  width: 100%;
  margin-top: -8rem;
  background: var(--white, #FFF) url("../img/footer_bottom_bg.png") top center/100% auto no-repeat;
  background-size: cover;
}

.p-andshimajiro-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 8rem 3rem 4rem;
  gap: 24rem;
  will-change: transform;
}

.p-andshimajiro-footer__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
  margin-top: 12rem;
}

.p-andshimajiro-footer__catch-lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white, #FFF);
  white-space: nowrap;
}

.p-andshimajiro-footer__catch-logo {
  width: 16.9rem;
  height: 9rem;
}

.p-andshimajiro-footer__catch-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-andshimajiro-footer__catch-copy {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.24rem;
  text-align: center;
  color: var(--white, #FFF);
  font-feature-settings: "hwid";
}

.p-andshimajiro-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
}

.p-andshimajiro-footer__info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
}

.p-andshimajiro-footer__logo {
  width: 14.4rem;
  height: 3.3rem;
  overflow: hidden;
}

.p-andshimajiro-footer__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.p-andshimajiro-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.6rem;
  width: 100%;
}

.p-andshimajiro-footer__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--sub2, #676979);
  text-decoration: none;
  font-feature-settings: "palt";
  white-space: nowrap;
}

.p-andshimajiro-footer__nav-link:hover {
  text-decoration: underline;
}

.p-andshimajiro-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--sub3, #A0A1AB);
  font-feature-settings: "palt";
  white-space: nowrap;
}

@media screen and (min-width: 471px) {
  .p-andshimajiro-layout {
    flex-direction: row;
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
  }

  .p-andshimajiro-layout__deco--amp {
    display: block;
    position: absolute;
    left: -4rem;
    bottom: 0;
    width: 41.3rem;
    height: 49.9rem;
  }

  .p-andshimajiro-layout__deco-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .p-andshimajiro-layout__kv {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 4rem;
    background: none;
  }

  .p-andshimajiro-layout__main {
    flex: 0 0 39rem;
    width: 39rem;
    border-radius: 3rem 3rem 0 0;
    margin-top: 6rem;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .p-andshimajiro-layout__main::-webkit-scrollbar {
    display: none;
  }

  .p-andshimajiro-layout__menu {
    display: flex;
    flex: 0 0 auto;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.6rem;
    padding: 4rem 3.6rem;
    background: var(--andshimajiro-menu-bg, #FFF7E0);
    overflow-y: auto;
  }

  .p-andshimajiro-header {
    position: sticky;
    left: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .p-andshimajiro-main {
    padding-top: 8rem;
  }

  .p-andshimajiro-main__kv-logo,
  .p-andshimajiro-main__kv-caption,
  .p-andshimajiro-main__kv-mv,
  .p-andshimajiro-main__kv-scroll {
    display: none;
  }

  .p-andshimajiro-main__kv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: unset;
    margin-left: 0;
    width: 33rem;
    gap: 0;
  }

  .p-andshimajiro-main__kv-lead {
    margin-top: 0;
    margin-left: 3rem;
    gap: 4rem;
    width: auto;
    flex: 1 1 auto;
  }

  .p-andshimajiro-main__kv-catch {
    position: absolute;
    top: 1rem;
    right: 0;
    left: auto;
    flex: 0 0 6.6rem;
    width: 6.6rem;
    margin: 0;
  }

  .p-andshimajiro-menu__contact-phone-num {
    pointer-events: none;
  }
}

@media screen and (min-width: 1080px) {
  html {
    font-size: 10px;
  }

  .p-andshimajiro-layout {
    padding-left: 6rem;
    gap: 6rem;
  }

  .p-andshimajiro-layout__kv {
    padding: 6rem;
  }

  .p-andshimajiro-layout__main {
    flex: 0 0 39rem;
    width: 39rem;
  }

  .p-andshimajiro-layout__menu {
    flex: 0 0 46rem;
    width: 46rem;
    justify-content: center;
    padding: 4rem 9rem;
  }

  .p-andshimajiro-menu {
    width: 28rem;
    justify-content: center;
  }
}