@charset "UTF-8";

/* --------------------------------------------------------------------------
   引退LP（.p-retirement-lp）
   SP: vw / PC: px + max-width で中央寄せ
   -------------------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

:root {
  --retire-yellow: #fff200;
  /* セクション見出し（.title のグロー／ヘッドライン内線など） */
  --retire-title-edge: #ffd814;
  --retire-black: #000000;
  --retire-white: #ffffff;
  --retire-max: 750px;
  /* 本文 */
  --font-body: "Noto Sans JP", sans-serif;
  /* タイトル（英字見出し）: Barlow Condensed Bold → 類似のコンデンス系 */
  --font-title: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", "Helvetica Neue",
    sans-serif;
}

body {
  font-family: var(--font-body);
  background-size: 100% auto;
}

body.is-fixed {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.05em;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}




/* -------------------------------------------------- */
.g-slide {
  z-index: 0;
}

.g-slide__list {
  margin: 0 auto;
  z-index: 0;
}

.g-slide__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.g-slide__txt {
  line-height: 1.4;
  display: none;
}

.g-slide__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  font-weight: 700;
  background: #fff;
  color: #000;
}

.g-slide__btn:before {
  content: "";
  background-size: cover;
  position: absolute;
}

.g-slide__items {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-slide__txtwrap {
  background: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.g-slide__txtwrap.--logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.g-slide__icon {
  position: absolute;
  border-radius: 50%;
  margin: 0 auto;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.g-slide__pct {
  overflow: hidden;
  border: 5px solid #ffd814;
}

.g-slide__pct img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .g-slide {
    padding: 70px 0 160px;
  }

  /*
   * 他セクションの .p-ceremony__inner と同じく max 750px + 左右 24px（box-sizing で内側に収める）
   * スライド 450px + centeredSlides で中央＋左右見切れ
   */
  .g-slide__list {
    position: relative;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px 50px;
    width: 100%;
    max-width: min(var(--retire-max), 100%);
    min-width: 0;
    box-sizing: border-box;
    /* -webkit-mask-image: none;
    mask-image: none; */
  }

  .g-slide__list .swiper {
    width: 100%;
    overflow: hidden;
  }

  .g-slide__list .swiper-button-next {
    right: 142px;
  }

  .g-slide__list .swiper-button-prev {
    left: 142px;
  }

  .g-slide__items {
    margin: 0 6px;
    padding: 0 10px;
    width: 450px;
  }

  .g-slide__pct {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 0;
  }

  .g-slide__ttl {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .g-slide__txtwrap {
    padding-bottom: 24px;
    border-radius: 0 0 14px 14px;
    min-height: 150px;
  }

  .g-slide__txt {
    font-size: 13px;
    margin-top: 13px;
    padding: 0 32px;
    overflow: hidden;
  }

  .g-slide__btn {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .g-slide {
    padding: 9.3333333333vw 0 21.3333333333vw;
  }

  .g-slide__list {
    margin-top: 8.6666666667vw;
    /* width: 89.3333333333vw; */
    padding-bottom: 10.6666666667vw;
    overflow: hidden;
  }

  .g-slide__list .swiper {
    overflow: visible;
  }

  .g-slide__items {
    width: 63.4666666667vw;
    padding: 0 2.6666666667vw;
    opacity: 0.6;
  }

  .g-slide__items.swiper-slide-active {
    opacity: 1;
  }

  .g-slide__pct {
    height: 58.1333333333vw;
    border-radius: 0;
  }

  .g-slide__ttl {
    font-size: 3.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .g-slide__txtwrap {
    padding-bottom: 3.2vw;
    border-radius: 0 0 1.8666666667vw 1.8666666667vw;
    min-height: 39.0666666667vw;
  }

  .g-slide__txt {
    font-size: 1.7333333333vw;
    margin-top: 1.7333333333vw;
    padding: 0 4.2666666667vw;
    overflow: hidden;
  }

  .g-slide__btn {
    width: 46.6666666667vw;
    height: 8.1333333333vw;
    font-size: 3.8666666667vw;
  }
}

.g-slidenav {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.g-slidenav .swiper-button-prev,
.g-slidenav .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
}

.g-slidenav .swiper-button-prev:after,
.g-slidenav .swiper-button-next:after {
  content: none;
}

.g-slidenav .swiper-pagination-bullet {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
}

.g-slidenav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff200;
  border: 1px solid #000;

}

.g-slidenav .swiper-pagination {
  pointer-events: auto;
}

.g-slidenav.--match .swiper-button-next,
.g-slidenav.--sp .swiper-button-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.g-slidenav.--sp .swiper-button-prev,
.g-slidenav.--sp .swiper-button-next {
  background-image: url("../img/arw.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.g-slidenav.--match .swiper-button-prev,
.g-slidenav.--match .swiper-button-next {
  background-image: url("./img/arw_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .g-slidenav .swiper-pagination {
    bottom: 0px;
  }

  .g-slidenav.--match .swiper-button-prev,
  .g-slidenav.--match .swiper-button-next,
  .g-slidenav.--sp .swiper-button-prev,
  .g-slidenav.--sp .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .g-slidenav.--match .swiper-button-prev,
  .g-slidenav.--match .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .g-slidenav.--match .swiper-button-prev {
    left: -31px;
  }

  .g-slidenav.--match .swiper-button-next {
    right: -31px;
  }

  .g-slidenav.--sp .swiper-button-prev {
    left: calc(50% - 260px);
  }

  .g-slidenav.--sp .swiper-button-next {
    right: calc(57% - 260px);
  }
}

@media (max-width: 767px) {
  .g-slidenav .swiper-pagination {
    bottom: 0vw;
  }

  .g-slidenav .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }

  .g-slidenav.--match .swiper-button-prev,
  .g-slidenav.--match .swiper-button-next,
  .g-slidenav.--sp .swiper-button-prev,
  .g-slidenav.--sp .swiper-button-next {
    width: 9vw;
    height: 9vw;
  }

  .g-slidenav.--sp .swiper-button-prev {
    left: calc(50% - 33.3vw);
  }

  .g-slidenav.--sp .swiper-button-next {
    right: calc(50% - 33.3vw);
  }
}

.g-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6.4vw auto 0;
  width: 45.6666666667vw;
  height: 8.1333333333vw;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
  background: #fff200;
  color: #000;
  font-family: var(--font-title);
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.g-more.uni {
  font-size: 5.133333vw;
}

/* 上記の .g-more 共通指定が後勝ちするため、PC側で改めて上書き */
@media (min-width: 768px) {
  .g-more {
    margin: 24px auto 50px;
    width: 220px;
    height: 52px;
    font-size: 34px;
  }

  .g-more.uni {
    font-size: 24px;
  }
}

.goods-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.goods-modal.is-open {
  display: block;
}

.goods-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.goods-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89.3333333333vw;
  max-width: 750px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: 8vw 5.3333333333vw 5.3333333333vw;
}

.goods-modal__close {
  position: absolute;
  top: 1.6vw;
  right: 1.6vw;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  font-size: 6.4vw;
  line-height: 1;
  color: #000;
}

.goods-modal__figure,
.goods-modal__figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* モーダル内テキスト（SP：既定） */
.goods-modal__detail {
  margin-top: 4.2666666667vw;
}

.goods-modal__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}

.goods-modal__price {
  margin: 2.1333333333vw 0 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}

.goods-modal__price .goods-size-table {
  width: 100%;
  margin-top: 8px;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: 400;
}

.goods-modal__price .goods-size-table th,
.goods-modal__price .goods-size-table td {
  border: 1px solid #333;
  padding: 4px 6px;
  text-align: center;
}

.goods-modal__text {
  margin: 3.2vw 0 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}

@media (min-width: 768px) {
  .goods-modal__content {
    width: 680px;
    padding: 44px 24px 24px;
  }

  .goods-modal__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .goods-modal__detail {
    margin-top: 20px;
  }

  .goods-modal__title {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  .goods-modal__price {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.45;
  }

  .goods-modal__price .goods-size-table {
    font-size: 14px;
  }

  .goods-modal__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
  }
}

.g-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  color: #fff;
  background: #666;
  font-weight: 700;
  margin: 0 auto;
}

.g-btn.--bk {
  background: #000;
}

.g-btn:before {
  content: "";
  background-size: cover;
  position: absolute;
}

.g-btn span {
  display: block;
  position: absolute;
}

.g-btn span svg {
  display: block;
  height: 100%;
}

.g-btn span svg,
.g-btn span svg * {
  fill: #fff !important;
  -webkit-mask: none;
  mask: none;
}

@media (min-width: 768px) {
  .g-btn {
    width: 350px;
    height: 61px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .g-btn {
    width: 46.6666666667vw;
    height: 8.1333333333vw;
    font-size: 3.8666666667vw;
  }
}

/* -------------------------------------------------- */

.g-secttl {
  text-align: center;
}

.g-secttl>* {
  line-height: 1;
}


.g-secttl span {
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -100%;
}

/* レイアウト: 共通インナー */
.l-inner {
  width: 100%;
  max-width: var(--retire-max);
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  margin: 0 auto;
  max-width: var(--retire-max);
}

/* セレモニー背景が上方向にはみ出すため */
body.p-retirement-lp main.l-main {
  overflow: visible;
}

/* --------------------------------------------------------------------------
   1. ヘッダー .p-header
   -------------------------------------------------------------------------- */
.p-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: var(--retire-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.is-nav-open .p-header {
  background-color: transparent;
  border-bottom-color: transparent;
}

body.is-nav-open .p-header__menu-line {
  background-color: var(--retire-yellow);
}

body.is-nav-open .p-header__inner {
  justify-content: flex-end;
}

body.is-nav-open .p-header__brand {
  display: none;
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2vw;
  min-height: 15.3333333333vw;
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.p-header__brand {
  display: flex;
  align-items: center;
  gap: 3.2vw;
  min-width: 0;
  flex: 1;
}

.p-header__logo {
  display: block;
  width: auto;
  height: 10.6666666667vw;
  max-height: 50px;
  flex-shrink: 0;
}

.p-header__tagline {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--retire-black);
}

.p-header__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.p-header__menu-line {
  display: block;
  width: 55%;
  height: 0.4vw;
  background-color: var(--retire-black);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* 2本線 → 従来と同じ ×（線の中心同士の距離の半分だけ寄せる） */
body.is-nav-open .p-header__menu-line:nth-child(1) {
  transform: translateY(1.0666666667vw) rotate(45deg);
}

body.is-nav-open .p-header__menu-line:nth-child(2) {
  transform: translateY(-1.0666666667vw) rotate(-45deg);
}

/* 全画面ナビ（ハンバーガー） */
.p-header__nav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16vw 8vw 10.6666666667vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

body.is-nav-open .p-header__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-header__nav-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #000000;
  background-image: url("../img/hg_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-header__nav-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: var(--retire-max);
  min-height: 100%;
  padding-top: 10.6666666667vw;
}

.p-header__nav-close {
  position: absolute;
  top: 4.2666666667vw;
  right: 4.2666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.p-header__nav-close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  margin: 0;
  background-color: var(--retire-yellow);
  border-radius: 1px;
}

.p-header__nav-close-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-header__nav-close-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.4666666667vw;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.p-header__nav-item {
  margin: 0;
  padding: 0;
}

/* .p-ceremony__title.title と同系（Barlow Condensed Bold）／グローは付けない */
.p-header__nav-link {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 7.4666666667vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--retire-yellow);
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2.1333333333vw;
  border-bottom: 1px solid var(--retire-yellow);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-header__nav-link:hover,
.p-header__nav-link:focus-visible {
  opacity: 0.85;
}

.p-header__nav-link:focus-visible {
  outline: 2px solid var(--retire-yellow);
  outline-offset: 4px;
}

/* アンカー用：固定ヘッダー分の余白（ヘッダーは非 fixed だが重なり・URL直打ち用） */
#ceremony,
#goods,
#nagare,
#nakamura,
#interview {
  scroll-margin-top: 14vw;
}

/* --------------------------------------------------------------------------
   2. KV .p-kv
   -------------------------------------------------------------------------- */
.p-kv {
  background-color: #f0f0f0;
}

.p-kv__inner {
  padding: 0;
}

.p-kv__figure {
  margin: 0;
}

.p-kv__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
}

/* --------------------------------------------------------------------------
   3. イントロ .p-intro
   -------------------------------------------------------------------------- */
.p-intro {
  position: relative;
  z-index: -100;
  background-image: url("../img/intro_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.p-intro__inner {
  padding: 8vw 5.3333333333vw 10.6666666667vw;
}

.p-intro__body {
  margin-bottom: 6.4vw;
}

.p-intro__text {
  font-family: var(--font-body);
  font-size: 3.7333333333vw;
  line-height: 1.75;
  color: var(--retire-black);
}

.p-intro__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6666666667vw;
  align-items: stretch;
  z-index: 100;
}

.p-intro__row.uni {
  margin: 2.6666666667vw 0;
}

.p-intro__cell {
  margin: 0;
}

.p-intro__thumb {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   4. セレモニー .p-ceremony
   背景: 上辺は右上が最も高い斜め／下辺は左下が最も低い斜め（同じ --ceremony-bevel で鏡映）
   ※ 5点 polygon は下辺が折れるため、4点の台形で対称に整理
   -------------------------------------------------------------------------- */
.p-ceremony {
  --ceremony-overlap-top: 5.3333333333vw;
  --ceremony-extend-bottom: 8vw;
  --ceremony-bevel: 6%;
  position: relative;
  /* .p-intro(-100) より奥に重ねる */
  z-index: -200;
  margin-top: calc(-1 * var(--ceremony-overlap-top));
  /* margin-bottom: var(--ceremony-extend-bottom); */
  background-color: transparent;
}

.p-ceremony::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-7.5 * var(--ceremony-overlap-top));
  bottom: 0;
  background-color: var(--retire-yellow);
  -webkit-clip-path: polygon(0% var(--ceremony-bevel),
      100% 0%,
      100% calc(100% - var(--ceremony-bevel)),
      0% 100%);
  clip-path: polygon(0% var(--ceremony-bevel),
      100% 0%,
      100% calc(100% - var(--ceremony-bevel)),
      0% 100%);
}

.p-ceremony--interview {
  background-color: transparent;
}

.p-ceremony__inner {
  padding: 8vw 5.3333333333vw 27vw;
}

.p-ceremony__hero {
  margin: 6.4vw 0;
}

.p-ceremony__hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
}

.p-ceremony__title {
  font-family: var(--font-title);
  font-size: 9.6vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--retire-white);
  text-align: center;
  text-transform: uppercase;
}

.p-ceremony__title.uni {
  font-size: 5vw;
  margin-bottom: 6px;
}

.p-ceremony__body__img {
  margin-bottom: 2vw;
}

.p-ceremony__title-sub {
  margin-top: 1.0666666667vw;
  font-family: var(--font-body);
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  color: var(--retire-black);
}

/* グッズ見出し GOODS: 白文字 + 黄の外側グロー（セレモニー見出しは上記 .p-ceremony__title のみ） */
.title {
  color: #ffffff;
  text-shadow:
    0 0 0.08em var(--retire-title-edge),
    0 0 0.18em var(--retire-title-edge),
    0 0 0.4em rgba(255, 216, 20, 0.95),
    0 0 0.15em rgba(255, 216, 20, 0.7),
    0 0 0.1em rgba(255, 216, 20, 0.45);
}

.p-ceremony__copy {
  margin-top: 5.3333333333vw;
}

/* 黒ヘッダー（外側：黒枠／内側インセット・中央縦線：--retire-title-edge） */
.p-ceremony__headline {
  width: 100%;
  border: 1px solid var(--retire-black);
}

.p-ceremony__headline-inner {
  display: flex;
  align-items: stretch;
  min-height: 10.666667vw;
  background-color: var(--retire-black);
  box-shadow: inset 0 0 0 1px var(--retire-title-edge);
}

.p-ceremony__headline-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.7333333333vw 2.6666666667vw;
}

.p-ceremony__headline-names {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.6vw 2.1333333333vw;
}

.p-ceremony__headline-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.7333333333vw 2.6666666667vw;
  position: relative;
}

/* 中央縦線（上下で途切れる：border の代わりに疑似要素） */
.p-ceremony__headline-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.2vw;
  bottom: 3.2vw;
  width: 1px;
  background-color: var(--retire-title-edge);
}

.p-ceremony__headline-name,
.p-ceremony__headline-label {
  font-family: var(--font-title);
  font-weight: 700;
  font-style: normal;
  font-size: 5.4vw;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: var(--retire-white);
}

.p-ceremony__headline-role {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2;
  color: var(--retire-white);
}

.p-ceremony__body,
.slide__body {
  margin-top: 5.3333333333vw;
}

.p-ceremony__body img {
  width: 100%;
  height: auto;
}

.slide__body {
  width: 100%;
  max-width: var(--retire-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}

.p-ceremony__text,
.slide__text {
  font-family: var(--font-body);
  font-size: 3.7333333333vw;
  line-height: 1.75;
  text-align: left;
  color: var(--retire-black);
}

.p-ceremony__text {
  text-align: left;
  margin-bottom: 2vw;

}

.slide__text {
  text-align: center;
}

.uniqeu {
  font-family: var(--font-body);
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  color: var(--retire-black);
}

.p-ceremony__gallery {
  margin-top: 3vw;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}

.p-ceremony__gallery iframe {
  width: 100%;
  height: 60vw;
}

.p-ceremony__row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6666666667vw;
}

.p-ceremony__half {
  margin: 0;
}

.p-ceremony__full {
  margin: 0;
}

.p-ceremony__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
}

.--interview.p-ceremony::before {
  display: none;
}

/* --------------------------------------------------------------------------
   6. 選手紹介 .p-player
   -------------------------------------------------------------------------- */

.p-player {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 90.6666666667vw;
  background-image: url("../img/nagare_back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.p-player.nakamura {
  background-image: url("../img/nakamura_back.png");
  background-color: #fff200;
}

.p-player__inner {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  max-width: var(--retire-max);
  margin: 0 auto;
  min-width: 0;
}

.p-player__head {
  position: relative;
  /* padding-top: clamp(44px, 13vw, 96px); */
  left: 0;
  top: 40px;
}

.p-player__title {
  font-family: var(--font-title);
  font-size: 14.9333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--retire-black);
  text-shadow:
    0 0 0.03em rgba(255, 216, 20, 0.28),
    0 0 0.08em rgba(255, 216, 20, 0.2),
    0 0 0.16em rgba(255, 216, 20, 0.14),
    0 0 0.26em rgba(255, 216, 20, 0.1);
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: -20px;
  margin-top: -10px;
}

.p-player__title.unique {
  font-size: 12.9333333333vw;
}


.p-player__title span {
  font-size: 20vw;
  padding-right: 10px;
}

.p-player__pos {
  margin-right: 2.1333333333vw;
  font-size: 0.78em;
}

.p-player__divider {
  width: 90%;
  margin-top: 1.0666666667vw;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  height: 0;
}

/* h2 直下の2本のみ（上部の skew 用 divider はネストのため除外） */
.p-player__head>h2+.p-player__divider {
  margin-left: auto;
}

.p-player__head>h2+.p-player__divider+.p-player__divider {
  margin-right: auto;
}

/* セクション直下の通常フロー：背景（.p-player）の上端＝セクション上端に自然に一致。position は使わない */
.p-player__kicker {
  flex: 0 0 auto;
  width: 100%;
  max-width: var(--retire-max);
  margin: 0 auto;
  padding: 110px 20px 0;
  box-sizing: border-box;
}

.p-player__skew-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: calc(100% + 10px);
  margin-left: -10px;
  box-sizing: border-box;
  transform: rotate(-19.5deg);
  transform-origin: center top;
}

.p-player__skew-lines .p-player__divider--skew {
  width: 100%;
  max-width: 95%;
  min-width: 0;
  margin-top: 0;
  flex-shrink: 0;
}

.p-player__skew-lines .p-player__divider--skew:first-of-type {
  margin-left: 0;
  margin-right: auto;
}

.p-player__skew-lines .p-player__divider--skew:last-of-type {
  margin-left: auto;
  margin-right: 0;
}

.p-player__en {
  margin: 0;
  font-family: var(--font-title);
  font-size: 4.2666666667vw;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--retire-black);
  text-transform: uppercase;
  white-space: nowrap;
}

.p-player__name-img {
  display: block;
  width: 70%;
  max-width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

.p-player__body {
  margin-top: 4.2666666667vw;
}

.p-player__profile {
  display: flex;
  justify-content: space-between;
  gap: 3.2vw;
  align-items: flex-end;
  width: 95%;
  margin-left: auto;
}

.p-player__spec {
  flex: 1 1 auto;
  min-width: 0;
}

.p-player__figure {
  flex: 0 0 46vw;
  margin-left: auto;
  align-self: flex-end;
}

.p-player__spec {
  margin: 0;
}

.p-player__spec-row {
  display: grid;
  grid-template-columns: 19.2vw minmax(0, 1fr);
  align-items: center;
  column-gap: 2.1333333333vw;
  margin-bottom: 5px;
}

.p-player__spec-key {
  margin: 0;
  padding: 0.4em 0.6em;
  background: #000;
  border: 1px solid #fff200;
  box-shadow: 0 0 0 1px #000;
  color: #fff200;
  font-family: var(--font-body);
  font-size: 2.1333333333vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-player__spec-val {
  margin: 0;
  color: #000;
  font-family: var(--font-body);
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.2;
}

.p-player__figure {
  margin: 0 0 0 auto;
}

.p-player__img {
  display: block;
  width: 100%;
  height: auto;
}

.p-player__text {
  margin-top: 4.2666666667vw;
  font-family: var(--font-body);
  font-size: 3.7333333333vw;
  line-height: 1.75;
  color: var(--retire-black);
  width: 90%;
  margin: 4.2666666667vw auto 0;
}

.p-player__scroll {
  margin-top: 4.2666666667vw;
  text-align: right;
  font-family: var(--font-title);
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--retire-black);
}

.p-player__scroll>span {
  /* `▶` はタイトルフォント側でグリフ欠けすることがあるため、本文フォントへフォールバック */
  font-family: var(--font-body);
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.p-player-gallery {
  background-color: #fff200;
  padding: 0;
}

/* main 内で最初の .p-player-gallery のみ上記。2つ目以降は従来の下余白 */
.p-player-gallery~.p-player-gallery {
  /* 成績表を表示しない場合はコメントアウト解除 */
  /* padding: 0 0 23.6666666667vw; */
  padding: 0 0 5vw;
}

.p-player-gallery.nakamura {
  --gallery-bevel: 11%;
  position: relative;
  background-color: transparent;
}

.p-player-gallery.nakamura::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--retire-yellow);
  /* 成績表を表示する場合はコメントアウトを解除 */
  /* -webkit-clip-path: polygon(0% var(--gallery-bevel),
      100% 0%,
      100% calc(100% - var(--gallery-bevel)),
      0% 100%);
  clip-path: polygon(0% var(--gallery-bevel),
      100% 0%,
      100% calc(100% - var(--gallery-bevel)),
      0% 100%); */
}

.p-player-gallery.nakamura>* {
  position: relative;
  z-index: 1;
}

.p-player-gallery__inner {
  width: calc(100% - 10.6666666667vw);
  max-width: var(--retire-max);
  margin: 0 auto;
}

.p-player-gallery~.p-player-gallery .p-player-gallery__inner {
  /* 成績表を表示しない場合はコメントアウト解除 */
  /* margin: 0 auto 50px; */
  margin: 0 auto 0px;

}

.p-player-gallery__lead {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 3.2vw;
}

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

.p-footer {
  min-height: 0;
}

.g-footer {
  background: #000;
}

.g-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #faf600;
}

.g-footer__sns a,
.g-footer__sns img {
  display: block;
}

.g-footer__logo {
  display: block;
  margin: 0 auto;
}

.g-footer__copy {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .g-footer {
    padding-bottom: 60px;
  }

  .g-footer__sns {
    height: 240px;
  }

  .g-footer__sns a {
    width: 80px;
    margin: 0 30px;
  }

  .g-footer__logo {
    width: 540px;
    margin-top: 70px;
    margin-bottom: 90px;
  }

  .g-footer__logo img {
    width: 100%;
  }

  .g-footer__copy {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .g-footer {
    padding-bottom: 6.976744186vw;
  }

  .g-footer__sns {
    height: 27.9069767442vw;
  }

  .g-footer__sns a {
    width: 9.3023255814vw;
    margin: 0 3.488372093vw;
  }

  .g-footer__logo {
    width: 62.7906976744vw;
    margin-top: 8.1395348837vw;
    margin-bottom: 10.4651162791vw;
  }

  .g-footer__copy {
    font-size: 2.3255813953vw;
  }
}

/* --------------------------------------------------------------------------
   PC（768px〜）
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  body.p-retirement-lp {
    min-width: 0;
  }

  [data-device="sp"] {
    display: none !important;
  }

  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.65;
  }

  .js-modal,
  button {
    cursor: pointer;
  }



  /* 1920px幅で全体が広がるよう main 自体の横幅制限を解除（SPは不変） */
  .l-main {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .p-header__inner {
    min-height: 64px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    gap: 16px;
  }

  .p-header__brand {
    gap: 16px;
  }

  .p-header__logo {
    height: 50px;
  }

  .p-header__tagline {
    font-size: 18px;
    line-height: 1.4;
  }

  .p-header__menu {
    width: 65px;
    height: 50px;
    gap: 7px;
  }

  .p-header__menu-line {
    height: 2px;
  }

  body.is-nav-open .p-header__menu-line:nth-child(1) {
    transform: translateY(4.5px) rotate(45deg);
  }

  body.is-nav-open .p-header__menu-line:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .p-header__nav {
    padding: 80px 40px 48px;
  }

  .p-header__nav-inner {
    padding-top: 48px;
  }

  .p-header__nav-close {
    top: 16px;
    right: 24px;
    width: 44px;
    height: 44px;
  }

  .p-header__nav-close-line {
    height: 2px;
  }

  .p-header__nav-list {
    gap: 40px;
  }

  .p-header__nav-link {
    font-size: 36px;
    padding-bottom: 12px;
  }

  #ceremony,
  #goods,
  #nagare,
  #nakamura,
  #interview {
    scroll-margin-top: 80px;
  }

  .p-intro__inner {
    max-width: min(var(--retire-max), 100%);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 24px 56px;
    box-sizing: border-box;
  }

  .p-intro__body {
    margin-bottom: 28px;
  }

  .p-intro__text {
    font-size: 15px;
  }



  .p-intro__row {
    gap: 12px;
  }

  .p-ceremony {
    --ceremony-bevel: 0%;
    --ceremony-overlap-top: 20px;
    --ceremony-extend-bottom: 40px;
  }

  .p-ceremony__inner {
    max-width: min(var(--retire-max), 100%);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    padding-bottom: 80px;
    box-sizing: border-box;
  }

  .p-ceremony__hero {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .p-ceremony__title {
    margin-top: 50px;
    font-size: 48px;
  }

  .p-ceremony__title.uni {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .p-ceremony__title-sub {
    margin-top: 6px;
    font-size: 16px;
  }

  .p-ceremony__text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }

  .p-ceremony__copy {
    margin-top: 24px;
  }

  .p-ceremony__headline-inner {
    min-height: 88px;
  }

  .p-ceremony__headline-left {
    padding: 18px 16px;
  }

  .p-ceremony__headline-names {
    gap: 8px 12px;
  }

  .p-ceremony__headline-right {
    padding: 18px 16px;
  }

  .p-ceremony__headline-right::before {
    top: 14px;
    bottom: 14px;
  }

  .p-ceremony__headline-name,
  .p-ceremony__headline-label {
    font-size: 28px;
  }

  .p-ceremony__headline-role {
    font-size: 15px;
  }

  .p-ceremony__body,
  .slide__body {
    margin-top: 24px;
  }

  .p-ceremony__body__img {
    margin-bottom: 10px;
  }

  .slide__body {
    max-width: min(var(--retire-max), 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  /* GOODS 見出し：本文カラムと同じ 750px 以内に揃える */
  .g-secttl {
    max-width: min(var(--retire-max), 100%);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .p-ceremony__text {
    font-size: 15px;
  }

  .slide__text {
    font-size: 24px;
  }

  .uniqeu {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
  }

  .p-ceremony__gallery {
    /* 成績表を表示する場合はコメントアウト解除 */
    /* margin-top: 40px; */
    margin-top: 0;
    padding-top: 40px;
    gap: 12px;
  }

  .p-ceremony__gallery iframe {
    width: 100%;
    height: 500px;
  }

  .p-ceremony__row--half {
    gap: 12px;
  }

  .p-player {
    min-height: 620px;
    background-image: url(../img/nagare_back-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101% auto;
    /* padding-top: 150px; */
  }

  .p-player.nakamura {
    background-image: url(../img/nakamura_back-2.png);
  }

  /* キッカーを section 直下に出した分、上余白を減らして本文の位置を従来（計530px相当）に近づける */
  .p-player__inner {
    max-width: min(var(--retire-max), 100%);
    width: 100%;
    margin: 0 auto;
    /* padding: 360px 24px 56px; */
    box-sizing: border-box;
  }

  .p-player__title {
    font-size: 96px;
  }

  .p-player__title.unique {
    font-size: 96px;
  }

  /* SPでは span を大きめにしているため、PCでも同様に比率を維持 */
  .p-player__title span {
    font-size: 128px;
    padding-right: 16px;
    line-height: 1;
  }

  .p-player__pos {
    margin-right: 12px;
  }

  .p-player__divider {
    margin-top: 6px;
  }

  .p-player__kicker {
    padding: 110px 24px 0;
    max-width: min(var(--retire-max), 100%);
  }

  .p-player__skew-lines {
    gap: 4px;
    transform-origin: center top;
  }

  .p-player__en {
    font-size: 28px;
  }

  .p-player__head>h2+.p-player__divider {
    margin-top: 30px;
  }

  /* 親幅が 50%可変でも列比率と min-width:0 で overflow・折り返しが安定するよう grid に統一 */
  .p-player__body {
    padding-top: 20px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  /* 内側 702px（750 - 左右padding）に収まるよう列を 300+24+378。狭い幅では minmax で縮小可 */
  .p-player__profile {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 400px);
    align-items: end;
    gap: 24px;
    width: 100%;
    max-width: 750px;
    margin: 0;
    min-width: 0;
    box-sizing: border-box;
  }

  .p-player__head {
    position: relative;
    padding-top: 0;
    /* top: clamp(40px, 4.1666666667vw, 80px); */
    left: 0;
  }

  .p-player__figure {
    margin: 0;
    width: 100%;
    max-width: 400px;
    min-width: 0;
    justify-self: end;
  }

  .p-player__figure .p-player__img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .p-player__name-img {
    display: none;
  }

  .p-player__spec {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    box-sizing: border-box;
  }

  .p-player__spec-row {
    grid-template-columns: 1fr;
    column-gap: 12px;
    margin-bottom: 10px;
    min-width: 0;
  }

  .p-player__spec-key {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p-player__spec-key:last-of-type {
    margin-bottom: 0px;
  }

  .p-player__spec-val {
    font-size: 20px;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .p-player__text {
    margin-top: clamp(16px, 1.25vw, 24px);
    font-size: 15px;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .p-player__scroll {
    margin-top: 24px;
    font-size: 20px;
  }

  .p-player-gallery {
    margin-top: 0px;
    padding: 0;
  }

  .p-player-gallery~.p-player-gallery {
    padding-bottom: 30px;
  }

  .p-player-gallery__inner {
    max-width: min(var(--retire-max), 100%);
    width: 100%;
    box-sizing: border-box;
  }

  .p-player-gallery__lead {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .p-player-gallery.nakamura {
    --gallery-bevel: 0%;
    position: relative;
    background-color: transparent;
  }

  .p-player-gallery.mb {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  [data-device="pc"] {
    display: none !important;
  }

  section {
    overflow: hidden;
  }

  body.p-retirement-lp section.p-ceremony {
    overflow: visible;
  }

  body:not(.p-retirement-lp) {
    padding-bottom: 18.6046511628vw;
  }
}

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

  .pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}