@charset "UTF-8";
/* == base ================================================ */
:root {
  --diagonal-height-base: 240px;
}

.hiragino-mincho-pro-w3 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hiragino-mincho-pro-w6 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "hiragino-mincho-pron", sans-serif, "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 Pro W6";
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  word-break: break-all;
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

a {
  transition: 0.3s;
}

select {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (hover: hover) {
  a:hover,
  input:hover {
    cursor: pointer;
  }
}
/* == header ============================================== */
.l-header {
  background-color: #000000;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-header__wrap {
  position: relative;
}

.l-header__sns {
  position: absolute;
  display: flex;
  gap: 16px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.l-header__sns__item {
  width: 48px;
  height: 48px;
}

.l-header__sns__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 min(4.51vw, 61px);
  height: 62px;
  padding-left: 50px;
}

.l-header__menu__item {
  position: relative;
}
.l-header__menu__item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  right: max(-2.29vw, -33px);
  top: 2px;
}
.l-header__menu__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 600;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
}

.l-header__menu__item--sp {
  display: none;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1060px) {
  .l-header {
    z-index: 1200;
  }
  .l-header__menu__wrap {
    width: 220px;
    height: auto;
    padding: 48px 32px 48px;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .l-header__menu__bg {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    border: 2px solid #000;
    background-color: #f5d801;
    border-radius: 32px;
    transition: 0.3s;
  }
  .is-active .l-header__menu__bg {
    width: 100%;
    height: 100%;
  }
  .l-header__menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
  }
  .l-header__menu__item:not(:last-of-type) {
    margin-bottom: 21px;
  }
  .l-header__menu__item--sp {
    display: block;
  }
  .l-header__menu__item.l-header__bnr:not(:last-child):before {
    content: none;
  }
  .l-header__menu__item a {
    font-size: 1.6rem;
  }
  .l-header__menu__item:not(:last-child):before {
    width: 32px;
    height: 1px;
    inset: auto auto -10px 0;
  }
  .l-header__menu__item:nth-child(4):before {
    content: none;
  }
  .l-header__bnr {
    margin-bottom: 12px !important;
  }
  .l-header__sns {
    position: relative;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: none;
    gap: 10px;
    margin-top: 16px;
    justify-content: center;
  }
  .l-header__sns__item {
    width: 32px;
    height: 32px;
  }
  .hamburger {
    display: block;
    width: 64px;
    height: 64px;
    margin-left: auto;
    position: fixed;
    right: 14px;
    top: 14px;
    z-index: 2000;
    border: 2px solid #000;
    background-color: #f5d801;
    border-radius: 100vmax;
    transition: 0.2s;
  }
  .hamburger.is-active {
    border: none;
  }
  .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* top: 28px;
        right: 18px; */
    width: 28px;
    background-color: #172e59;
    transition: 0.4s;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
  }
  .hamburger__line:before {
    top: -6px;
  }
  .hamburger__line:after {
    top: 6px;
  }
  .hamburger.is-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.is-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.is-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .l-header {
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .l-header__nav-area {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9;
    transition: 0.4s;
  }
  .l-header__nav-area.is-active {
    visibility: visible;
    opacity: 1;
  }
  .global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }
  .global-navigation__link.is-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
/* == footer ============================================== */
.l-footer {
  position: relative;
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  z-index: 1000;
}
.l-footer .l-inner {
  max-width: 1300px;
}

.l-footer__grid {
  display: grid;
  grid-template-columns: auto 340px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__grid {
    grid-template-columns: 1fr;
  }
}

.l-footer__logo {
  max-width: 340px;
  margin: 0 auto 40px;
  order: 2;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    order: 1;
    max-width: 290px;
  }
}

.l-footer__contents {
  order: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    order: 2;
  }
}

.l-footer__text__desc {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__text__desc {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__text__img {
    width: 304px;
    height: 160px;
    margin: 0 auto 48px;
  }
}

.l-footer__note {
  font-size: 1.2rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__note {
    margin-bottom: 50px;
  }
}

.l-footer__contents__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 80px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__contents__menu {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
  }
}
.l-footer__contents__menu .item:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer__contents__menu .item a {
  position: relative;
  padding-right: 20px;
}
.l-footer__contents__menu .item a::before {
  content: "";
  background-image: url(../img/common/icon_blank.svg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 17px;
}

.l-footer__contents__bnr .bnrList {
  display: flex;
  gap: 40px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__contents__bnr .bnrList {
    flex-direction: column;
  }
}

.l-footer__contents__bnr .bnrList__item {
  width: min(16.48vw, 237.33px);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer__contents__bnr .bnrList__item {
    width: 100%;
  }
}

.l-footer__sns {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 40px 0;
  }
}
.l-footer__sns .l-footer__sns__item {
  width: 48px;
  height: 48px;
}

.l-footer__bottom {
  width: clamp(720px, 88.89vw, 1280px);
  display: flex;
  gap: 40px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 160px;
  }
}

.l-footer__bottom__note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom__note {
    margin-bottom: 40px;
  }
}

.l-footer__bottom__copy {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom__copy {
    text-align: center;
    margin: 0 auto;
  }
}

.l-footer__btnTop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

/* == utility ============================================= */
.u-stroke {
  -webkit-text-stroke: 3px #000;
  text-stroke: 3px #000;
  /* 内側に縁取りされないように */
  paint-order: stroke;
  font-weight: 600;
}

.u-bold {
  font-weight: 700;
}

.u-yellow {
  color: #e1c600;
}

.u-green {
  color: #00811a;
}

.u-sp {
  display: none !important;
}

.u-pc {
  display: block;
}

/* == slide in animation ============================================= */
.js-slide-in {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.js-slide-in[data-slide-direction=bottom] {
  transform: translateY(80px);
}
.js-slide-in[data-slide-direction=top] {
  transform: translateY(-80px);
}
.js-slide-in[data-slide-direction=left] {
  transform: translateX(-80px);
}
.js-slide-in[data-slide-direction=right] {
  transform: translateX(80px);
}
.js-slide-in.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.l-inner {
  max-width: 1000px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-inner--1000 {
  width: min(85vw, 1000px);
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
  .l-inner--1000 {
    width: 87.18vw;
  }
}
/* ------------------------------------------------------------ */
/* COMPONENT
------------------------------------------------------------ */
/* == title =========================================== */
.c-title {
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.c-title__en {
  font-size: 2.4rem;
  line-height: 1;
}

.c-title__jp {
  display: block;
  font-size: 6.4rem;
  position: relative;
  z-index: 1;
}

.c-title__jp__text {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

/* テキストアニメーション用スタイル */
.c-title__jp {
  --y: -150%;
  --rotate: -45deg;
}

.c-title__jp.is-active {
  --y: 0;
  --rotate: 0;
}

.c-title__jp__text.text {
  --y: -150%;
  --rotate: -45deg;
}
.c-title__jp__text.text.is-active {
  --y: 0;
  --rotate: 0;
}
.c-title__jp__text.text .char {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transform: translateY(var(--y, -150%)) rotate(var(--rotate, -45deg));
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.04s * var(--char-index));
  letter-spacing: 0;
  font-size: 6.4rem;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  text-shadow: 4px 2px 0 #000;
}

/* == select =========================================== */
.customSelect {
  position: relative;
}

.customSelect::after {
  content: "";
  background-image: url("../img/common/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  width: 100%;
}

.customSelect--prefecture {
  width: 276px;
}

.customSelect--type {
  flex-grow: 1;
}

/* ▼ SVGアイコンを配置 */
.custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L5 6 L10 0 Z" fill="%23333"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}

/* == button =========================================== */
.c-btn__wrap {
  position: relative;
  z-index: 5;
}

.c-btn {
  width: 100%;
  max-width: 440px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: #d60012;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 100vmax;
  padding: 0;
  box-shadow: 0 4px 0 #000;
  transition: 0.1s ease;
}
@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 250px;
    height: 64px;
    font-size: 1.8rem;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    transform: translateY(4px);
    box-shadow: none;
    opacity: 1;
  }
}
/* == diagonal text =========================================== */
.c-diagonalText__wrap {
  --diagonal-angle: -6deg;
  --diagonal-text-height: 78px;
  --diagonal-gradient-color: #5b2d82;
  position: absolute;
  top: calc(-1 * max(16.67vw, 240px));
  height: max(16.67vw, 240px);
  left: 0;
  width: 100%;
  background: linear-gradient(var(--diagonal-angle), transparent 0%, transparent 50%, var(--diagonal-gradient-color) 50%, var(--diagonal-gradient-color) 100%);
}
@media screen and (max-width: 768px) {
  .c-diagonalText__wrap {
    --diagonal-text-height: 56px;
    top: calc(-1 * min(36.67vw, 170px));
    height: min(36.67vw, 170px);
  }
}

.c-diagonalText {
  position: absolute;
  top: 40%;
  left: -5%;
  background-color: #000;
  background-position: 100% center;
  background-repeat: repeat-x;
  background-size: 1891px 48px;
  transform: rotate(var(--diagonal-angle));
  width: 110%;
  height: var(--diagonal-text-height);
  animation: scroll-x 25s linear infinite;
  background-image: url(../img/top/text_sammyfun.svg);
}
.c-diagonalText + .c-diagonalText {
  top: calc(40% + var(--diagonal-text-height));
}

.c-diagonalStapler {
  background-size: 1832px 12px;
  background-image: url(../img/top/text_stapler.png);
  animation: none;
}
@media screen and (max-width: 768px) {
  .c-diagonalStapler {
    background-size: 1800px 12px;
  }
}

@keyframes scroll-x {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: -1440px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__en {
    font-size: 2rem;
  }
  .c-title__jp {
    font-size: 4rem;
  }
  .c-title__jp__text.text .char {
    font-size: 4rem;
  }
  .c-diagonalText {
    animation: scroll-x 40s linear infinite;
  }
}
.p-indexMv__logo {
  position: absolute;
  top: 58px;
  left: 24px;
  width: 337px;
  height: 177px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-indexMv__logo {
    width: 221px;
    height: 116px;
    top: 8px;
    left: 4px;
  }
}

.p-indexMv__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-indexMv {
  position: relative;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-indexMv {
    height: 100vh;
    min-height: 562px;
  }
}

.p-indexMv__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-indexMv__block {
    background-image: url(../img/top/mv_bg-sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 752px;
    height: 100lvh;
  }
}

.p-indexMv__block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.p-indexMv__img {
  position: absolute;
  width: 678px;
  aspect-ratio: 678/750;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
@media screen and (max-height: 1000px) {
  .p-indexMv__img {
    width: 600px;
  }
}
@media screen and (max-height: 800px) {
  .p-indexMv__img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-indexMv__img {
    width: 315px;
    height: 386px;
    top: 129px;
    transform: translateX(-50%);
  }
}

.p-indexMv__img__circle {
  position: absolute;
  width: 678px;
  aspect-ratio: 678/678;
  bottom: 0;
  animation: rotateInfinite 20s linear infinite;
}
@media screen and (max-height: 1000px) {
  .p-indexMv__img__circle {
    width: 600px;
  }
}
@media screen and (max-height: 800px) {
  .p-indexMv__img__circle {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-indexMv__img__circle {
    width: 315px;
    height: 315px;
  }
}

.p-indexMv__img__ip {
  position: absolute;
  width: 904px;
  top: 1px;
  left: calc(50% + 3px);
  transform: translateX(-50%);
}
@media screen and (max-height: 1000px) {
  .p-indexMv__img__ip {
    width: 801px;
  }
}
@media screen and (max-height: 800px) {
  .p-indexMv__img__ip {
    width: 667px;
  }
}
@media screen and (max-width: 768px) {
  .p-indexMv__img__ip {
    width: 361px;
    left: calc(50% - 3px);
    top: 41px;
  }
}

.p-indexMv__scroll {
  position: absolute;
  bottom: 18px;
  right: 16px;
  width: 32px;
  height: 194px;
}
@media screen and (max-width: 768px) {
  .p-indexMv__scroll {
    display: none;
  }
}

/* == SP ============================================= */
@media screen and (max-width: 768px) {
  .p-indexMv__img__slotBtn {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 47px;
    height: 47px;
  }
}

@media screen and (max-width: 768px) {
  .p-indexMv__img__slotLump {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .p-indexMv__copy {
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    width: 374px;
  }
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin90 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
/* == fixed banner ============================================= */
.p-fixedBanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-fixedBanner {
    bottom: 0;
    right: 0;
  }
}
.p-fixedBanner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.p-fixedBanner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .p-fixedBanner img {
    max-width: 140px;
  }
}

/* == popup ============================================= */
.p-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.p-popup[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.p-popup__content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-popup__content {
    width: 100%;
    height: 80vh;
    max-height: 80vh;
    padding: 0 15px;
  }
}

.p-popup__close {
  position: absolute;
  transform: translate(100%, -100%);
  top: 6px;
  right: 8px;
  width: 68px;
  height: 68px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
}
.p-popup__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-popup__close {
    top: -8px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.p-popup__close-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.p-popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-popup__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-popup__bg.u-sp {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-popup__bg.u-sp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-popup__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .p-popup__inner {
    height: 80vh;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    background-image: url(../img/top/fixed_bnr_popup_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px;
  }
}

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

.p-about {
  position: relative;
  margin-top: max(16.67vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-about {
    margin-top: 0;
  }
}
.p-about .c-diagonalText__wrap {
  background: linear-gradient(173.5deg, transparent 0%, transparent 49.5%, #000000 50.5%, #000000 100%);
}
.p-about .c-diagonalText {
  background-size: 2600px 60px;
}
.p-about .p-about__bg {
  position: absolute;
  top: -24%;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-about .p-about__bg {
    top: 0%;
  }
}
.p-about .p-about__wrap {
  padding: 70px 0 140px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-about .p-about__wrap {
    padding-bottom: 50px;
  }
}
.p-about .about__title {
  max-width: 340px;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .p-about .about__title {
    margin-bottom: 63px;
    max-width: 200px;
  }
}
.p-about .about__desc {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about .about__desc {
    font-size: 1.3rem;
  }
}

.p-news {
  position: relative;
  background: #f37d9d;
  padding: 200px 0 340px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 160px 0 180px;
  }
}
.p-news::before {
  content: "";
  background-image: url(../img/top/news_deco.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1440px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.p-news .p-news__bg {
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-news .p-news__bg {
    top: 10%;
  }
}
.p-news .l-inner {
  position: relative;
  z-index: 1;
}

.p-news__list {
  margin-top: 50px;
  padding: 40px 101px 60px 101px;
  border-radius: 16px;
  border: 3px solid #000;
  box-shadow: 10px 10px 0 0 #000;
  --news-pattern-size: 25px;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 191, 208, 0.2) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(transparent calc(50% - 1px), rgba(255, 191, 208, 0.2) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: var(--news-pattern-size) var(--news-pattern-size), var(--news-pattern-size) var(--news-pattern-size);
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 1000px) {
  .p-news__list {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list {
    padding: 10px 15px 30px 15px;
    box-shadow: 6px 6px 0 0 #000;
    margin-top: 30px;
  }
}

.p-news__item {
  border-bottom: 2px solid #000;
}

.p-news__link {
  display: flex;
  align-items: start;
  gap: 50px;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.p-news__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    padding: 19px 0;
    flex-direction: column;
    gap: 12px;
  }
}

.p-news__content {
  display: flex;
  align-items: start;
  gap: 50px;
  padding: 20px 0;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-news__content {
    padding: 19px 0;
    flex-direction: column;
    gap: 12px;
  }
}

.p-news__date {
  flex-shrink: 0;
}
.p-news__date time {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 100%;
  border-radius: 5px;
  background: #000;
  padding: 8px 10px;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}
.p-news__date--new {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-news__date--new {
    margin-top: 0;
  }
  .p-news__date time {
    font-size: 1.5rem;
    padding: 4px 10px;
    min-width: 80px;
  }
  .p-news__date--new::after {
    content: "NEW";
    border-radius: 100px;
    background: #f5d801;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    display: inline-block;
    flex-shrink: 0;
    padding: 4px 16px;
    font-size: 1rem;
  }
}

.p-news__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.p-news__title--new::before {
  content: "NEW";
  border-radius: 100px;
  background: #f5d801;
  font-weight: 600;
  line-height: 100%;
  color: #000;
  display: inline-block;
  flex-shrink: 0;
  padding: 2px 16px 4px 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 1.4rem;
  }
  .p-news__title--new::before {
    display: none;
  }
}

.p-news__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    display: none;
  }
}

.p-story {
  position: relative;
  padding: min(30vw, 145px) 0 min(25vw, 145px);
  background: #1a1a1a;
}
.p-story .story__bg {
  position: absolute;
  top: 9vw;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-story .c-diagonalText {
  animation: none;
  background-size: 1750px 48px;
}
.p-story .c-diagonalText:nth-of-type(1) {
  background-image: url(../img/top/text_story_1.png);
  background-size: 1843px 12px;
  background-position: 350px center;
}
@media screen and (max-width: 768px) {
  .p-story .c-diagonalText:nth-of-type(1) {
    background-position: 100px center;
  }
}
.p-story .c-diagonalText:nth-of-type(2) {
  background-image: url(../img/top/text_story_2.png);
  background-size: 1845px 12px;
  background-position: 82px center;
}
@media screen and (max-width: 768px) {
  .p-story .c-diagonalText:nth-of-type(2) {
    background-position: -150px center;
  }
}
.p-story .c-diagonalText__wrap {
  background: linear-gradient(173.5deg, transparent 0%, transparent 50%, #1a1a1a 50%, #1a1a1a 100%);
  z-index: 3;
}
.p-story .l-inner {
  position: relative;
  z-index: 1;
}
.p-story .c-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-story .c-title {
    margin-bottom: 0;
  }
}
.p-story .story__logo {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-story .story__logo {
    max-width: 192px;
    margin-bottom: 10px;
  }
}
.p-story .story__content {
  display: block;
}
.p-story .story__desc {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-story .story__desc {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 17px;
  }
}

.p-special {
  position: relative;
  padding: 200px 0 50px;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-special {
    padding: 130px 0 80px;
    overflow: hidden;
  }
}
.p-special::before {
  content: "";
  background-image: url(../img/top/special_deco.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1440px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.p-special .p-special__bg-top {
  position: absolute;
  top: 7%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-special .p-special__bg-top {
    top: 9%;
  }
}
.p-special .p-special__bg-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-special .p-special__bg-bottom {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10px;
}
.p-special .l-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-special .c-title {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-special .c-title {
    margin-bottom: 20px;
  }
}
.p-special .p-special__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-special .p-special__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.p-special .p-special__desc {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-special .p-special__desc {
    font-size: 1.6rem;
  }
}
.p-special .p-special__content {
  display: block;
  margin: 80px auto 0;
  border: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-special .p-special__content {
    margin: 20px auto 0;
  }
}
.p-special .c-btn__wrap {
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-special .c-btn__wrap {
    margin-top: 20px;
  }
}
.p-special .c-btn {
  background: #fff;
  color: #000;
}

/* ------------------------------------------------------------ */
/* CHARACTER
------------------------------------------------------------ */
.p-character {
  padding: 260px 0 300px;
  position: relative;
  overflow: hidden;
  --news-pattern-size: 25px;
  background-image: linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.1) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(transparent calc(50% - 1px), rgba(255, 255, 255, 0.1) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: var(--news-pattern-size) var(--news-pattern-size), var(--news-pattern-size) var(--news-pattern-size);
  background-position: center;
  background-repeat: repeat;
  background-color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .p-character {
    padding: 200px 0 240px;
  }
}
.p-character::before {
  content: "";
  background-image: url(../img/top/character_deco.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1440px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.p-character::after {
  content: "";
  background-image: url(../img/top/character_deco_after.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1440px 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .p-character .l-inner {
    padding: 0;
  }
}
.p-character .p-character__contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-character .p-character__contents {
    gap: 40px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-character .c-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-character .c-title {
    margin-bottom: 30px;
  }
}

/* == メイン画像 =========================================== */
.p-character__visual {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-character__visual {
    overflow-x: auto;
    padding: 0 10px;
  }
}
.p-character__visual .p-character__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-character__visual .p-character__img.is-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-character__visual .p-character__img {
    max-width: none;
  }
}

/* == キャラクターリスト =========================================== */
.p-character__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px 13px;
}
@media screen and (max-width: 768px) {
  .p-character__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 10px;
  }
}

.p-character__item {
  cursor: pointer;
  text-align: center;
}

.p-character__card {
  position: relative;
  width: 100%;
  aspect-ratio: 240/120;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-character__card {
    border-width: 2px;
    aspect-ratio: 86.75/66;
  }
}

.p-character__card__front,
.p-character__card__back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d60012 0%, #8b0000 100%);
}
.p-character__card__front .p-character__img,
.p-character__card__back .p-character__img {
  width: 100%;
  object-fit: cover;
}

.p-character__card__front {
  transform: rotateY(0deg);
}

.p-character__card__back {
  transform: rotateY(180deg);
}

/* アクティブ状態（メインで表示中のキャラを反転） */
.p-character__item.is-flipped .p-character__card__front {
  transform: rotateY(180deg);
}
.p-character__item.is-flipped .p-character__card__back {
  transform: rotateY(360deg);
}

.p-event {
  position: relative;
  padding: 50px 0 180px;
  background-color: #d70012;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-event {
    padding: clamp(60px, 16vw, 120px) 0 80px;
    background-size: 100%;
    padding: 0 0 40px;
  }
}
.p-event .c-title {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 50px);
}

.p-event__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.p-event__board {
  height: 1190px;
  overflow: scroll;
  position: relative;
  margin: 0 auto;
  padding: 100px 120px;
  border-radius: 16px;
  border: 3px solid #000;
  background: #fff;
  box-shadow: 10px 10px 0 0 #000;
  --news-pattern-size: 25px;
  background-image: linear-gradient(90deg, transparent calc(50% - 1px), rgba(207, 207, 207, 0.2) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(transparent calc(50% - 1px), rgba(207, 207, 207, 0.2) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: var(--news-pattern-size) var(--news-pattern-size), var(--news-pattern-size) var(--news-pattern-size);
  background-position: center;
  background-repeat: repeat;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-event__board {
    border-radius: 16px;
    border: 3px solid #000;
    background: #fff;
    box-shadow: 6px 6px 0 0 #000;
    padding: 40px 15px;
    height: 700px;
  }
}

.p-event__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 517px;
  height: 83px;
  margin: 0 auto 32px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-event__label::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 15px;
  background: #000;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .p-event__label {
    font-size: 1.8rem;
    height: 60px;
    max-width: 330px;
    margin-bottom: 24px;
  }
}

.p-event__visual {
  display: grid;
  gap: 30px;
}
.p-event__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.p-event__visual-item {
  position: relative;
}
.p-event__visual-item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-event__visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.p-event__visual-item.is-ended .p-event__visual-overlay {
  display: flex;
}

.p-event__visual-message {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .p-event__visual-message {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
  #Course - メインセクション
------------------------------------------------------------ */
.p-indexCourse__wrap {
  position: relative;
  background-color: #d70012;
  background-image: url(../img/top/course_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.p-indexCourse {
  position: relative;
}
.p-indexCourse .c-diagonalText__wrap {
  background: linear-gradient(173.5deg, transparent 0%, transparent 49.5%, #d70012 50.5%, #d70012 100%);
}
.p-indexCourse .c-diagonalText {
  background-color: #fff;
  animation: none;
}
@media screen and (max-width: 768px) {
  .p-indexCourse .c-diagonalText {
    background-position: 150px center;
  }
}

/* ------------------------------------------------------------ */
/* Tabs ------------------------------------------------------------ */
.p-indexCourse__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 80px;
}

.p-indexCourse__category__item a {
  display: block;
  border: 2px solid #666;
  box-shadow: 2px 4px 0 0 #666;
  background-color: #d9d9d9;
  color: #666;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 32px;
  transition: all 0.1s ease;
}
.p-indexCourse__category__item:not(.is-active) a:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 1;
}
.p-indexCourse__category__item.is-active a {
  border: 2px solid #000;
  box-shadow: 2px 4px 0 0 #000;
  color: #000;
}
.p-indexCourse__category__item.is-active.all a {
  background-color: #64eb4f;
}
.p-indexCourse__category__item.is-active.recommend a {
  background-color: #f5d801;
}
.p-indexCourse__category__item.is-active.pachinko a {
  background-color: #ff4972;
}
.p-indexCourse__category__item.is-active.slot a {
  background-color: #d2f080;
}
.p-indexCourse__category__item.is-active.beginner a {
  background-color: #80e3f0;
}

/* Contents ------------------------------------------------------------ */
.p-indexCourse__contents {
  margin: 80px auto 0;
  padding-bottom: 165px;
}

@media screen and (max-width: 768px) {
  .slideMovie,
  .p-indexCourse__contents__new .slideMovie,
  .p-indexCourse__slider .slideMovie {
    width: 100%;
  }
  .slideMovie {
    border: 8px solid #000;
  }
  .p-indexCourse .c-title {
    padding-top: 0;
  }
  .p-indexCourse__contents {
    width: 100%;
    margin: 30px 0 0 auto;
    padding-bottom: 0;
  }
  .p-indexCourse__wrap {
    background-position: center top -46px;
    background-size: 100%;
    overflow: hidden;
    padding-top: 60px;
  }
  .p-indexCourse__category {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
    margin: 30px auto 0;
  }
  .p-indexCourse__category__item a {
    font-size: 1.6rem;
    width: 112px;
    height: 37px;
    line-height: normal;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* 分割されたファイルをインポート */
.p-indexCourse__contents__new {
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #000;
}
.p-indexCourse__contents__new .slideContent {
  padding: 16px 20px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-indexCourse__contents__new .slideContent {
    gap: 10px;
  }
}
.p-indexCourse__contents__new .slideContent .new-icon {
  width: 108px;
}

.p-indexCourse__contents__new .slideMovie {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border: 8px solid #000;
  aspect-ratio: 16/9;
}

.p-indexCourse__slider__slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #000;
}

.p-indexCourse__slider .slideMovie {
  width: 100%;
  border: 8px solid #000;
  display: flex;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .p-indexCourse__contents__new {
    margin-bottom: 44px;
  }
  .p-indexCourse__slider__slide {
    margin-bottom: 44px;
  }
}
/* ------------------------------------------------------------
  #Movie - スライド共通スタイル
------------------------------------------------------------ */
.slideMovie iframe,
.slideMovie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideMovie iframe {
  border: 0;
  pointer-events: none;
}

.slideContent {
  padding: 16px 20px 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .slideContent {
    padding: 16px 8px 16px;
  }
}
.slideContent .new-icon {
  width: 44px;
}

.slideInfo {
  flex: 1;
}

.slideTitle {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .slideTitle {
    font-size: 1.6rem;
  }
}

.slideDesc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 0 16px;
}

.slideCategories {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.slideDate {
  font-size: 1.6rem;
  color: #6a6a6a;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .slideDate {
    font-size: 1.2rem;
  }
}

.slideCategory {
  padding: 6px 16px;
  border-radius: 100vmax;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .slideCategory {
    font-size: 1.2rem;
    padding: 3px 15px;
  }
}
.slideCategory--all {
  background-color: #64eb4f;
}
.slideCategory--recommend {
  background-color: #f5d801;
}
.slideCategory--pachinko {
  background-color: #ff4972;
}
.slideCategory--slot {
  background-color: #d2f080;
}
.slideCategory--beginner {
  background-color: #80e3f0;
}

/* ------------------------------------------------------------
  #Movie - 動画モーダル
------------------------------------------------------------ */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 94.36vw;
  height: 53.08vw;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
}

.video-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-modal__close:hover {
  background-color: #ff4971;
  color: #fff;
  transform: scale(1.1);
}

.video-modal__video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-modal__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* タブレット対応 */
@media (min-width: 768px) and (max-width: 1024px) {
  .video-modal__content {
    width: 80vw;
    height: 45vw;
  }
}
/* デスクトップ対応 */
@media (min-width: 1024px) {
  .video-modal__content {
    width: 800px;
    height: 450px;
    max-width: none;
    max-height: none;
  }
  .video-modal__video-container {
    padding-bottom: 0;
    height: 450px;
  }
}
/* アニメーション効果 */
.video-modal:not(.is-active) .video-modal__content {
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.3s ease;
}

.video-modal.is-active .video-modal__content {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
}

/* ------------------------------------------------------------
  #Movie - スライダーナビゲーション
------------------------------------------------------------ */
/* ホバー効果でクリック可能であることを示す */
.p-indexCourse__contents__new,
.p-indexCourse__slider__slide {
  transition: opacity 0.2s;
}

@media (hover: hover) {
  .p-indexCourse__contents__new:hover,
  .p-indexCourse__slider__slide:hover {
    opacity: 0.7;
  }
}
.p-indexCourseSlide {
  position: relative;
  width: 100%;
  padding: 0 42px;
}

.p-indexCourse__slider__slide {
  transition: opacity 0.3s;
}

.p-indexCourse .swiper-button-prev {
  left: -56px;
}
.p-indexCourse .swiper-button-next {
  right: -56px;
}

@media screen and (max-width: 768px) {
  .p-indexCourse__contents__new {
    display: none; /* SP版では非表示 */
  }
  .p-indexCourseSlide {
    position: relative;
    padding: 0;
  }
  /* PC版のナビゲーションボタンを非表示 */
  .p-indexCourseSlide > .swiper-button-prev,
  .p-indexCourseSlide > .swiper-button-next {
    display: none;
  }
  .p-indexCourseSlide__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .p-indexCourseSlide__nav .swiper-button-prev,
  .p-indexCourseSlide__nav .swiper-button-next {
    position: relative;
    display: flex;
    width: 24px;
    height: 24px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    flex-shrink: 0;
  }
}
/* 共通 ------------------------------------------------------------ */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: clamp(60px, 5.97vw, 80px);
  height: clamp(60px, 5.97vw, 80px);
  top: 45%;
}
.swiper-button-prev:after, .swiper-button-prev::after,
.swiper-button-next:after,
.swiper-button-next::after {
  content: "";
  background-image: url(../img/top/arrow-L.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev:after, .swiper-button-prev::after,
  .swiper-button-next:after,
  .swiper-button-next::after {
    background-image: url(../img/top/arrow-L_sp.svg);
  }
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

.p-indexCourseSlide__nav {
  display: none; /* PC版では非表示 */
}

@media (max-width: 768px) {
  .swiper {
    padding-left: 15px;
  }
}
/* ページネーション ------------------------------------------------------------ */
.swiper-pagination {
  display: none; /* PC版では非表示 */
}

.swiper-pagination {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .swiper-pagination {
    display: flex;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.swiper-pagination-bullet-active {
  background: #000;
}

.p-topics {
  position: relative;
  overflow: hidden;
  padding: 270px 0 268px;
  background: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-topics {
    padding: 200px 0 240px;
  }
}
.p-topics::before {
  content: "";
  background-image: url(../img/top/course_deco.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1440px 141px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 141px;
}

.p-topics__contents__deco__wrap {
  position: sticky;
  top: 0;
}

.p-topics__contents__deco {
  position: absolute;
  top: 0;
  width: 88px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__deco {
    width: 40px;
    top: -30px;
  }
}

.p-topics__contents__deco--L {
  left: 24px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__deco--L {
    left: 0;
  }
}

.p-topics__contents__deco--R {
  right: 24px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__deco--R {
    right: 0;
  }
}

.p-topics__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 44px auto 0;
  padding: 0;
  list-style: none;
}

.p-topics__tabs__item button {
  border: 2px solid #666;
  box-shadow: 2px 4px 0 0 #666;
  background-color: #d9d9d9;
  color: #666;
  font-size: 2rem;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 999px;
  transition: all 0.1s ease;
  cursor: pointer;
  min-width: 140px;
}
.p-topics__tabs__item:not(.is-active) button:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 1;
}
.p-topics__tabs__item.is-active button {
  border-color: #000;
  box-shadow: 2px 4px 0 0 #000;
  color: #000;
  transform: none;
}
.p-topics__tabs__item.is-active.p-topics__tabs__item--all button {
  background-color: #64eb4f;
}
.p-topics__tabs__item.is-active.p-topics__tabs__item--recommend button {
  background-color: #f5d801;
}
.p-topics__tabs__item.is-active.p-topics__tabs__item--pachinko button {
  background-color: #ff4972;
}
.p-topics__tabs__item.is-active.p-topics__tabs__item--slot button {
  background-color: #d2f080;
}

@media screen and (max-width: 768px) {
  .p-topics__tabs {
    gap: 10px;
    margin: 30px auto 10px;
  }
  .p-topics__tabs__item button {
    font-size: 1.6rem;
    padding: 6px 10px;
    min-width: auto;
  }
}
.p-topics__contents__list {
  margin: 50px auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__list {
    margin: 20px auto;
    padding: 0 15px;
  }
}
.p-topics__contents__list .item {
  position: relative;
}
.p-topics__contents__list .item a,
.p-topics__contents__list .item > div {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  padding: 16px 40px 14px 20px;
  border-radius: 16px;
  border: 2px solid #000;
  background: #fff;
  box-shadow: 0 6px 0 0 #000;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__list .item a,
  .p-topics__contents__list .item > div {
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    padding: 20px 10px 10px 10px;
  }
}
.p-topics__contents__list .item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__list .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-topics__contents__list .item:nth-child(odd) {
  padding-right: 100px;
}
@media screen and (max-width: 1000px) {
  .p-topics__contents__list .item:nth-child(odd) {
    padding-right: 0;
  }
}
.p-topics__contents__list .item:nth-child(even) {
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .p-topics__contents__list .item:nth-child(even) {
    padding-left: 0;
  }
}
.p-topics__contents__list .item:first-child {
  position: relative;
}
.p-topics__contents__list .item__img {
  max-width: 335px;
  width: 100%;
  flex-shrink: 0;
}
.p-topics__contents__list .item__img img {
  aspect-ratio: 335/210;
  border-radius: 8px;
  object-fit: contain;
}
.p-topics__contents__list .item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__list .item__content {
    padding: 0 8px;
  }
}
.p-topics__contents__list .item__title {
  font-size: clamp(1.6rem, calc(20px / 1440px * 100vw), 1.8rem);
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__list .item__title {
    font-size: 1.6rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
}
.p-topics__contents__list .item__desc {
  font-size: clamp(1.4rem, calc(15px / 1440px * 100vw), 1.5rem);
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-topics__contents__list .item__desc {
    display: none;
  }
}
.p-topics__contents__list .item__date {
  font-size: 1.3rem;
  color: #6a6a6a;
  font-weight: 300;
  text-align: right;
}
.p-topics__contents__list .item__date time {
  display: inline-block;
}

/* 記事コンテンツにNEWアイコンつける時 */
/* == indexSearch =========================================== */
.p-recommend {
  position: relative;
  z-index: 999;
  background-color: #5b2d82;
}
@media screen and (max-width: 768px) {
  .p-recommend {
    padding: 20px 15px 40px;
  }
}
.p-recommend .c-diagonalText__wrap {
  background: linear-gradient(173.5deg, transparent 0%, transparent 49.5%, #5b2d82 50.5%, #5b2d82 100%);
}
.p-recommend .c-diagonalText {
  background-image: url(../img/top/text_stapler_white.webp);
  background-size: 1832px 12px;
  animation: none;
}
@media screen and (max-width: 768px) {
  .p-recommend .c-diagonalText {
    background-position: 100px center;
  }
}

.p-recommend__bg {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recommend__top {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: max(16.67vw, 240px);
  background: linear-gradient(173.5deg, transparent 0%, transparent 49.5%, #5b2d82 50.5%, #5b2d82 100%);
  overflow: hidden;
}

.p-recommend__contents {
  padding: 30px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recommend__contents {
    padding: 0 0 10px;
  }
}

/* == recommend =========================================== */
.p-recommend__list {
  margin: 80px auto 0;
  max-width: 800px;
}

.p-recommend__item {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 24px 40px 40px;
  align-items: center;
  display: grid;
  gap: min(3vw, 30px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend__item {
    padding: 20px 12px 35px;
  }
}

.p-recommend--new {
  z-index: 1;
}
.p-recommend--new::before {
  content: "";
  background-image: url(../img/top/new.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: max(-5vw, -72px);
  left: max(-5vw, -72px);
  width: min(8.47vw, 122px);
  height: min(8.47vw, 122px);
  z-index: 0;
}

.p-recommend__link {
  display: flex;
  gap: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend__link {
    margin: 0;
    gap: 10px;
    padding: 0 8px;
  }
}
.p-recommend__link .p-recommend__link-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-recommend__link .p-recommend__link-item {
    width: 100%;
    gap: 8px;
  }
}
.p-recommend__link .p-recommend__img img {
  aspect-ratio: 592/336;
}
.p-recommend__link .p-recommend__link-text {
  color: #1a1a1a;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recommend__link .p-recommend__link-text {
    font-size: 1.2rem;
  }
}
.p-recommend__link .c-btn {
  width: 100%;
  height: 70px;
  border-radius: 107.719px;
  border: 2.693px solid #000;
  background: #d70012;
  box-shadow: 0 8.079px 0 0 #000;
}
@media screen and (max-width: 768px) {
  .p-recommend__link .c-btn {
    height: 52px;
    border-radius: 80px;
    border: 2px solid #000;
    background: #d70012;
    box-shadow: 0 6px 0 0 #000;
  }
}
.p-recommend__link .c-btn.c-btn--white {
  background-color: #fff;
  color: #ff4971;
}

@media screen and (max-width: 768px) {
  .p-recommend__wrap {
    width: 87.18vw;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-recommend__link::before {
    display: none;
  }
  .p-recommend__link-text {
    font-size: 1.4rem;
  }
  .p-recommend--new:before {
    width: 80px;
    height: 80px;
    top: -48px;
    left: -24px;
  }
}
/* == archive =========================================== */
.p-archive {
  position: relative;
  overflow: hidden;
  padding: 180px 0 110px;
  background: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding: 170px 0 20px;
  }
}
.p-archive::before {
  content: "";
  background-image: url(../img/top/archive_deco.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1440px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.p-archive__contents {
  position: relative;
  z-index: 1;
}

.p-archive__slider {
  position: relative;
  width: 100%;
  margin: 80px auto 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-archive__slider {
    margin: 40px auto 0;
  }
}

.p-archive__swiper {
  position: relative;
  overflow: visible !important;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .p-archive__swiper {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .p-archive__swiper {
    padding: 0 16px;
  }
}
.p-archive__swiper .swiper-wrapper {
  align-items: center;
}

.p-archive__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  height: auto;
  width: 600px;
  max-width: 90vw;
}
@media (max-width: 1024px) {
  .p-archive__slide {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .p-archive__slide {
    width: 85vw;
  }
}
.p-archive__slide:not(.swiper-slide-active) {
  transform: scale(0.85);
  opacity: 0.7;
}
.p-archive__slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.p-archive__slide__link {
  display: block;
  width: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-archive__slide__link:hover {
  opacity: 0.9;
}

.p-archive__slide__img {
  display: block;
}

.p-archive__slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.p-archiveSlide__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  /* Swiper矢印ボタン */
}
.p-archiveSlide__nav .swiper-button-prev,
.p-archiveSlide__nav .swiper-button-next {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background-image: url(../img/top/arrow-L_sp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-archiveSlide__nav .swiper-button-prev:hover,
.p-archiveSlide__nav .swiper-button-next:hover {
  opacity: 0.7;
}
.p-archiveSlide__nav .swiper-button-prev::after,
.p-archiveSlide__nav .swiper-button-next::after {
  content: none;
  display: none;
}

.p-archiveSlide__nav .swiper-button-next {
  transform: rotate(180deg);
}

/* ページネーション ------------------------------------------------------------ */
.p-archiveSlide__nav .swiper-pagination {
  display: flex;
}
.p-archiveSlide__nav .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
}
.p-archiveSlide__nav .swiper-pagination .swiper-pagination-bullet-active {
  background: #d70012;
}

@media (max-width: 768px) {
  .p-archiveSlide__nav {
    margin-top: 30px;
    gap: 16px;
  }
  .p-archiveSlide__nav .swiper-button-prev,
  .p-archiveSlide__nav .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.p-goods {
  position: relative;
  padding: 300px 0 300px;
  --news-pattern-size: 25px;
  background-image: linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.1) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(transparent calc(50% - 1px), rgba(255, 255, 255, 0.1) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: var(--news-pattern-size) var(--news-pattern-size), var(--news-pattern-size) var(--news-pattern-size);
  background-position: center;
  background-repeat: repeat;
  background-color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .p-goods {
    padding: 170px 0 170px;
  }
}
.p-goods .c-diagonalText__wrap {
  top: 0;
  --diagonal-angle: 6deg;
  --diagonal-gradient-color: #1a1a1a;
}
.p-goods .c-diagonalText {
  background-color: #d70012;
  background-image: url(../img/top/text_stapler_white.webp);
  animation: none;
}
@media screen and (max-width: 768px) {
  .p-goods .c-diagonalText {
    background-position: 150px center;
  }
}
.p-goods .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-goods .l-inner {
    padding: 0;
  }
}
.p-goods .c-title {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-goods .c-title {
    margin-bottom: 15px;
  }
}

.p-goods__head {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-goods__head {
    margin-bottom: 60px;
  }
}

.p-goods__lead {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-goods__lead {
    font-size: 1.8rem;
  }
}

.p-goods__release {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}

.p-goods__releaseBadge {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #d60012;
  font-size: 3.6rem;
  color: #000;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-goods__releaseBadge {
    width: 36px;
    height: 31px;
    font-size: 1.8rem;
  }
}
.p-goods__releaseBadge--time {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .p-goods__releaseBadge--time {
    width: 75px;
  }
}

.p-goods__releaseText {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-goods__releaseText {
    font-size: 1.8rem;
    padding: 0 4px;
  }
}

.p-goods__lineupWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.p-goods__lineupDiamonds {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-goods__lineupDiamond {
  display: block;
  flex-shrink: 0;
}
.p-goods__lineupDiamond--small {
  width: 14px;
  height: 14px;
}
.p-goods__lineupDiamond--medium {
  width: 18px;
  height: 18px;
}
.p-goods__lineupDiamond--large {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .p-goods__lineupDiamond--small {
    width: 6px;
    height: 6px;
  }
  .p-goods__lineupDiamond--medium {
    width: 10px;
    height: 10px;
  }
  .p-goods__lineupDiamond--large {
    width: 16px;
    height: 16px;
  }
}

.p-goods__lineup {
  font-size: 2rem;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-goods__lineup {
    font-size: 1.8rem;
  }
}

.p-goods__banner {
  display: block;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-goods__banner {
    width: calc(100% - 40px);
    margin: 40px auto;
  }
}

.p-goods__list {
  list-style: none;
  margin: 50px auto 50px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-goods__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .p-goods__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    grid-template-columns: none;
    gap: 27px;
    padding-left: 15px;
    margin-inline: 0;
    margin-top: 30px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-behavior: smooth;
  }
  .p-goods__list::-webkit-scrollbar {
    height: 4px;
  }
  .p-goods__list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  .p-goods__list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
}

.p-goodsCard {
  background: #fff;
  border-radius: 16px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.p-goodsCard.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .p-goodsCard {
    padding: 18px;
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .p-goodsCard {
    flex-shrink: 0;
  }
}

.p-goodsCard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.p-goodsCard__media {
  position: relative;
  cursor: pointer;
}
.p-goodsCard__media img {
  aspect-ratio: 1/1;
}

.p-goodsCard__searchIcon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  z-index: 1;
}

.p-goodsCard__title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-goodsCard__title {
    font-size: 1.8rem;
  }
}

.p-goodsCard__details {
  margin-top: 25px;
  display: grid;
  gap: 5px;
}

.p-goodsCard__detail {
  color: #000;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
}
.p-goodsCard__detail .p-goodsCard__tax {
  font-size: 1.2rem;
}

.p-goods__more {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-goods__more {
    display: none;
  }
}

.p-goods__shop {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-goods__shop {
    padding: 0 15px;
  }
}

.p-goods__shopLabel {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-goods__shopLabel {
    font-size: 1.4rem;
  }
}

.p-goods__shopLink {
  display: block;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-goods__shopLink {
    padding: 12px 16px;
  }
}

/* ------------------------------------------------------------
  #Goods - 商品モーダル
------------------------------------------------------------ */
.goods-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.goods-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.goods-modal__content {
  position: relative;
  transform: scale(0.8);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  max-width: 90vw;
  max-height: 90vh;
  overflow: visible;
  transition: transform 0.3s ease;
  padding: 54px;
  border: 3px solid #b1b6ae;
}

.goods-modal.is-active .goods-modal__content {
  transform: scale(1);
}

.goods-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: transform 0.2s ease;
  padding: 0;
}

.goods-modal__close img {
  width: 100%;
  height: 100%;
  display: block;
}

.goods-modal__close:hover {
  transform: scale(1.1);
}

.goods-modal__image-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-modal__image-container img {
  max-width: 100%;
  max-height: calc(90vh - 108px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* タブレット対応 */
@media (min-width: 768px) and (max-width: 1024px) {
  .goods-modal__content {
    max-width: 80vw;
    padding: 40px;
  }
}
/* デスクトップ対応 */
@media (min-width: 1024px) {
  .goods-modal__content {
    max-width: 560px;
    padding: 54px;
  }
}
/* モバイル対応 */
@media screen and (max-width: 768px) {
  .goods-modal__content {
    padding: 30px 20px;
    width: 90vw;
    max-width: 560px;
  }
  .goods-modal__image-container img {
    max-height: calc(100vh - 120px);
  }
}
/* == link =========================================== */
.p-link {
  position: relative;
  background: #d70012;
  padding: 180px 0 125px;
}
@media screen and (max-width: 768px) {
  .p-link {
    padding: 130px 0 80px;
  }
}
.p-link::before {
  content: "";
  background-image: url(../img/top/link_deco.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1440px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.p-link .l-inner {
  max-width: 1200px;
}

.p-link__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-link__list {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
    max-width: 360px;
    margin-inline: auto;
  }
}

.p-link__item {
  display: block;
  transition: opacity 0.3s ease;
}
.p-link__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-link__item {
    width: 100%;
  }
}

.p-link__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

/* == article01 =========================================== */
.p-article__bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/article/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.p-article__wrap {
  padding: 224px 0 103px;
}

.p-article01 {
  width: clamp(700px, 72.44vw, 1000px);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  padding: min(11.11vw, 160px);
  margin: 0 auto;
}

.p-article__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-article__date {
  margin: 24px 0 40px;
}

.p-article__top {
  background-color: #f5f8fa;
  padding: min(2.78vw, 40px);
  margin-bottom: 60px;
}

.p-article__top__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.p-article__top__desc {
  line-height: 1.8;
}

.p-article__person {
  position: relative;
  padding: 40px 0 24px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.p-article__person__title {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -18px;
  left: 0;
  padding-right: 24px;
  background-color: #fff;
}

.p-article__person__list .item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.p-article__person__list .item:not(:last-of-type) {
  margin-bottom: 24px;
}

.p-article__person__list .item__img {
  flex-shrink: 0;
  width: 120px;
}

.p-article__person__list .item__desc__name {
  font-size: 2rem;
  font-weight: 700;
}

.p-article__person__list .item__desc__text {
  font-size: 1.4rem;
  margin-top: 6px;
}

.p-article__contents {
  margin: 80px 0;
}

.p-article__contents.noMargin {
  margin-bottom: 0;
}

.p-article__contents__talk {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

.p-article__contents__talk--r {
  justify-content: flex-end;
}

.p-article__contents__talk .talkIcon {
  width: 64px;
  flex-shrink: 0;
}

.p-article__contents__talk .talkInfo__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-article__contents__talk .talkInfo__name--r {
  text-align: right;
}

.p-article__contents__talk .talkInfo__talk {
  max-width: 418px;
  padding: 24px;
  border-radius: 0 16px 16px 16px;
  border: 2px solid #333;
  line-height: 1.8;
}

.p-article__contents__talk .talkInfo__talk--yellow {
  border-radius: 16px 0 16px 16px;
  background-color: #fcf9de;
}

.p-article__contents__talk .talkInfo__talk--yellow--100 {
  width: 100%;
  max-width: none;
}

.p-article__contents__talk .talkInfo__talk a {
  text-decoration: underline;
  color: #009944;
}

.p-article__contents__table table {
  width: 100%;
  border-bottom: 1px solid #333;
}

.p-article__contents__table {
  margin: 80px auto;
}

.p-article__contents__table th {
  width: 200px;
  text-align: left;
  border-right: 1px solid #333;
  width: 160px;
  flex-shrink: 0;
  padding: 20px 24px;
  background-color: #fcf9de;
}

.p-article__contents__table td {
  padding: 20px 24px;
}

.p-article__contents__table tr {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.p-article__attention {
  text-align: center;
  color: #ff4d9e;
  font-size: 3.2rem;
  margin-bottom: 80px;
}

.p-article__attention--margin {
  margin-top: 80px;
}

.p-article__contents__title {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.p-article__contents__subTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.p-article__contents__block {
  margin-bottom: 40px;
}

.p-article__contents__img__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}

.p-article__recommend {
  position: relative;
  border-top: 1px solid #333;
}

.p-article__recommend__title {
  position: absolute;
  font-size: 2rem;
  padding-right: 20px;
  top: -18px;
  left: 0;
  background-color: #fff;
}

.p-article__recommend__list {
  margin-top: 98px;
}

.p-article__recommend__list .item {
  filter: drop-shadow(0 6px #265548);
  border: 2px solid #265548;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  transition: 0.3s;
}

.p-article__recommend__list .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}

.p-article__wrap .c-btn__wrap {
  margin-top: 80px;
}

.p-article__interview {
  margin-bottom: 120px;
  line-height: 1.8;
}

.p-article__interview__block {
  margin-bottom: 56px;
}

.p-article__interview__interviewer {
  font-weight: 700;
  margin-bottom: 24px;
}

.p-article__interview__flex {
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 6px;
  margin-bottom: 16px;
}

.p-article__interview__flex .contents span {
  margin-bottom: 40px;
  display: block;
}

.p-article__interview__flex .contents span.note {
  margin-bottom: 0;
  display: block;
  font-size: 1.2rem;
  margin-top: 16px;
}

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

.p-article__interview__img--margin {
  margin-bottom: 24px;
}

.p-article__interview__img .caption {
  font-size: 1.2rem;
  margin-top: 4px;
}

.p-archive__interviewerName {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-article__wrap {
    padding: 160px 0 56px;
  }
  .p-article01 {
    width: 87.18vw;
    padding: 80px 24px;
  }
  .p-article__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .p-article__top {
    padding: 24px;
    margin-bottom: 40px;
  }
  .p-article__person__list .item {
    flex-direction: column;
    gap: 16px;
  }
  .p-article__person__list .item__desc__name {
    text-align: center;
  }
  .p-article__contents__talk {
    margin-bottom: 16px;
  }
  .p-article__contents__talk .talkIcon {
    width: 40px;
  }
  .p-article__contents__talk .talkInfo__talk {
    font-size: 1.4rem;
  }
  .p-article__contents__img__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-article__contents__title {
    font-size: 2rem;
  }
  .p-article__recommend__list {
    margin-top: 40px;
  }
  .p-article__recommend__list .item {
    border-radius: 16px;
  }
  .p-article__wrap .c-btn__wrap {
    margin-top: 40px;
  }
  .p-article__contents__table {
    margin: 48px auto;
  }
  .p-article__contents__table tr {
    flex-direction: column;
  }
  .p-article__contents__table th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
  }
  .p-article__contents__table th,
  .p-article__contents__table td {
    padding: 16px 12px;
  }
  .p-article__interview {
    margin-bottom: 80px;
  }
  .p-article__interview__flex {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) {
  .p-article__recommend__list .item:hover {
    opacity: 1;
    filter: drop-shadow(0 0 #265548);
    opacity: 1;
    transform: translateY(4px);
  }
}