@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: clip;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #c19d3a;
  --cc-yellow: #ffe100;
  --cc-red: #d7083b;
  --cc-green: #116246;
  --cc-darkgreen: #08422e;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで100pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで100pxまで */
.mbottom0 {
  margin-bottom: 0px;
}

.mbottom5 {
  margin-bottom: 5px;
}

.mbottom10 {
  margin-bottom: 10px;
}

.mbottom15 {
  margin-bottom: 15px;
}

.mbottom20 {
  margin-bottom: 20px;
}

.mbottom25 {
  margin-bottom: 25px;
}

.mbottom30 {
  margin-bottom: 30px;
}

.mbottom35 {
  margin-bottom: 35px;
}

.mbottom40 {
  margin-bottom: 40px;
}

.mbottom45 {
  margin-bottom: 45px;
}

.mbottom50 {
  margin-bottom: 50px;
}

.mbottom55 {
  margin-bottom: 55px;
}

.mbottom60 {
  margin-bottom: 60px;
}

.mbottom65 {
  margin-bottom: 65px;
}

.mbottom70 {
  margin-bottom: 70px;
}

.mbottom75 {
  margin-bottom: 75px;
}

.mbottom80 {
  margin-bottom: 80px;
}

.mbottom85 {
  margin-bottom: 85px;
}

.mbottom90 {
  margin-bottom: 90px;
}

.mbottom95 {
  margin-bottom: 95px;
}

.mbottom100 {
  margin-bottom: 100px;
}

.pSpace0 {
  padding: 0 0px;
}

.pSpace5 {
  padding: 0 5px;
}

.pSpace10 {
  padding: 0 10px;
}

.pSpace15 {
  padding: 0 15px;
}

.pSpace20 {
  padding: 0 20px;
}

.pSpace25 {
  padding: 0 25px;
}

.pSpace30 {
  padding: 0 30px;
}

.pSpace35 {
  padding: 0 35px;
}

.pSpace40 {
  padding: 0 40px;
}

.pSpace45 {
  padding: 0 45px;
}

.pSpace50 {
  padding: 0 50px;
}

.pSpace55 {
  padding: 0 55px;
}

.pSpace60 {
  padding: 0 60px;
}

.pSpace65 {
  padding: 0 65px;
}

.pSpace70 {
  padding: 0 70px;
}

.pSpace75 {
  padding: 0 75px;
}

.pSpace80 {
  padding: 0 80px;
}

.pSpace85 {
  padding: 0 85px;
}

.pSpace90 {
  padding: 0 90px;
}

.pSpace95 {
  padding: 0 95px;
}

.pSpace100 {
  padding: 0 100px;
}

/* ================================================

- カード

================================================ */
/* ================================================

- 共通

================================================ */
body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.p-wrapper {
  padding-top: 10.938vw;
  background-image: url(../images/bg_1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}

.p-wrapper:not(.p-generator) img {
  height: auto;
}

.p-sc {
  position: relative;
}

.p-sc__ttl span {
  display: block;
}
.p-sc__ttl span.-en {
  font-size: 4.375rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-sc__ttl span.-en.-min {
  font-size: 2.25rem;
}
.p-sc__ttl span.-en.-large {
  font-size: 5rem;
}
.p-sc__ttl span.-jp {
  margin-top: 12px;
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-sc__ttl span.-white {
  color: #FFFFFF;
}
.p-sc__ttl span.-en.-min + span.-en {
  margin-top: 7px;
}

.p-sc__ttl.-center {
  text-align: center;
}

.overflow-container {
  overflow: visible;
}

.p-comingSoon {
  padding: 80px 0;
  text-align: center;
}
.p-comingSoon p {
  font-size: 3.75rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-wrapper {
    padding-top: 10.938vw;
    background-image: url(../images/bg_1_sp.jpg);
  }
  .p-sc__ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .p-sc__ttl span.-en.-min {
    font-size: 5.4666666667vw;
  }
  .p-sc__ttl span.-en.-large {
    font-size: 9.3333333333vw;
  }
  .p-sc__ttl span.-jp {
    margin-top: 2.667vw;
    font-size: 3.2vw;
  }
  .p-sc__ttl span.-en.-min + span.-en {
    margin-top: 1.333vw;
  }
  .p-comingSoon {
    padding: 50px 0;
  }
  .p-comingSoon p {
    font-size: 10.6666666667vw;
  }
}
/* ================================================

- ヘッダー

================================================ */
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  z-index: 10;
}

/*--- media screen ---*/
/* ================================================

- ナビゲーション

================================================ */
.p-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  inset: 0;
  z-index: 11;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  padding: 70px 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: var(--cc-primary);
}

.p-nav.-active {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.p-nav__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.p-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
  max-width: 728px;
  margin: 0 auto;
}

.p-nav__item {
  width: 182px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.p-nav__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11px 0 12px;
}
.p-nav__item a span {
  display: block;
  color: #FFFFFF;
}
.p-nav__item a span.-en {
  margin-top: 14px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-nav__item a span.-jp {
  margin-top: 6px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.p-nav__item:last-of-type,
.p-nav__item:nth-of-type(4n) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.p-nav__item__icon {
  width: 38px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -30px;
    z-index: 11;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 70px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .p-nav.-active {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .p-nav__inner {
    height: 100%;
    padding: 0 5.333vw;
  }
  .p-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .p-nav__item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .p-nav__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 11px 0 12px;
  }
  .p-nav__item a span.-en {
    margin-top: 11px;
    font-size: 4.8vw;
  }
  .p-nav__item a span.-jp {
    margin-top: 6px;
    font-size: 3.0666666667vw;
  }
  .p-nav__item {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .p-nav__item:last-of-type,
  .p-nav__item:nth-child(2n) {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .p-nav__item__icon {
    width: 8.533vw;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.p-hamburgerBtn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  min-height: 80px;
  cursor: pointer;
  background-color: var(--cc-primary);
  z-index: 11;
}
.p-hamburgerBtn .p-hamburgerBtn__line {
  position: relative;
  width: 35px;
  height: 25px;
}
.p-hamburgerBtn .p-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-hamburgerBtn .p-hamburgerBtn__line span::before,
.p-hamburgerBtn .p-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: inherit;
  transition: inherit;
}
.p-hamburgerBtn .p-hamburgerBtn__line span::before {
  top: -8px;
}
.p-hamburgerBtn .p-hamburgerBtn__line span::after {
  top: 8px;
}

.p-hamburgerBtn.-active .p-hamburgerBtn__line span {
  background-color: transparent;
}
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::before,
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::after {
  top: 0;
  background-color: #FFFFFF;
}
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-hamburgerBtn.-active .p-hamburgerBtn__line span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-hamburgerBtn.-hide {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-hamburgerBtn {
    top: 0;
    right: 0;
    width: 60px;
    min-height: 60px;
  }
  .p-hamburgerBtn .p-hamburgerBtn__line {
    width: 26.25px;
    height: 18.75px;
  }
  .p-hamburgerBtn .p-hamburgerBtn__line span::before {
    top: -8px;
  }
  .p-hamburgerBtn .p-hamburgerBtn__line span::after {
    top: 8px;
  }
  .p-hamburgerBtn.-hide {
    display: none;
  }
}
/* ================================================

-

================================================ */
.p-mv {
  position: relative;
}

.p-mv__deco {
  width: 100vw;
  position: absolute;
  top: -10.937vw;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}

.p-mv__inner {
  position: relative;
}

.p-mv__logoGotoj1 {
  width: 520px;
  position: absolute;
  top: -115px;
  left: 50%;
  translate: -50% 0;
}

.p-mv__emblem {
  width: 179px;
  position: absolute;
  bottom: -124px;
  left: 50%;
  translate: -50% 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-mv__deco {
    width: 100vw;
    top: -10.937vw;
  }
  .p-mv__logoGotoj1 {
    width: 37.333vw;
    top: -8.267vw;
  }
  .p-mv__emblem {
    width: 18.133vw;
    bottom: -12.8vw;
  }
}
/* ================================================

- アンカーナビ

================================================ */
.p-sc.-anchorNav {
  padding: 20px 0 20px;
  background-color: #007f53;
}

.p-anchorNav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-anchorNav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-anchorNav__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11px 0 12px;
}
.p-anchorNav__item a span {
  display: block;
  color: #FFFFFF;
}
.p-anchorNav__item a span.-en {
  margin-top: 14px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-anchorNav__item a span.-jp {
  margin-top: 6px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

.p-anchorNav__item:not(:first-of-type) {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.p-anchorNav__item__icon {
  width: 38px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-anchorNav {
    padding: 20px 0 20px;
  }
  .p-sc.-anchorNav .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-anchorNav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .p-anchorNav__item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .p-anchorNav__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 11px 0 12px;
  }
  .p-anchorNav__item a span.-en {
    margin-top: 11px;
    font-size: 4.8vw;
  }
  .p-anchorNav__item a span.-jp {
    margin-top: 6px;
    font-size: 3.0666666667vw;
  }
  .p-anchorNav__item {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .p-anchorNav__item:last-of-type,
  .p-anchorNav__item:nth-child(2n) {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .p-anchorNav__item__icon {
    width: 8.533vw;
  }
}
/* ================================================

- 装飾

================================================ */
.p-gallery-news {
  position: relative;
}

.p-sc__deco {
  position: absolute;
}

.p-sc__deco.-left {
  top: 0;
  left: 0;
  width: 150px;
}

.p-sc__deco.-right {
  bottom: 0;
  right: 0;
  width: 326px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc__deco.-left {
    width: 14.667vw;
  }
  .p-sc__deco.-right {
    width: 32vw;
  }
}
/* ================================================

- ギャラリー

================================================ */
.p-sc.-gallery {
  padding-top: 180px;
}

.p-gallery__lead {
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
}

.p-gallery__txt {
  margin-top: 18px;
  font-size: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: center;
}

.p-gallery__catch {
  text-align: center;
  margin-top: 79px;
}

.p-gallery__catch__txt {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
.p-gallery__catch__txt::after, .p-gallery__catch__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 1px;
  width: 335px;
  background-color: #000000;
}
.p-gallery__catch__txt::before {
  left: 0;
}
.p-gallery__catch__txt::after {
  right: 0;
}
.p-gallery__catch__txt ruby {
  position: relative;
}
.p-gallery__catch__txt ruby rt {
  position: absolute;
  top: -17px;
  left: 50%;
  translate: -50% 0;
  font-size: 40%;
}

.p-gallery__main {
  margin-top: 47px;
}

.p-gallery__tmbs {
  margin-top: 70px;
}

.p-gallery__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.p-gallery__item {
  width: calc(25% - 6px);
}
.p-gallery__item a {
  display: block;
}

.p-gallery__tmb {
  margin-top: 25px;
  position: relative;
}
.p-gallery__tmb .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-gallery__tmb .swiper-slide:hover {
  opacity: 1;
}
.p-gallery__tmb .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* swiper
**********************/
/* アロー */
.swiper-button-prev.p-gallery__prev,
.swiper-button-next.p-gallery__next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.swiper-button-prev.p-gallery__prev::after,
.swiper-button-next.p-gallery__next::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-prev.p-gallery__prev:hover,
.swiper-button-next.p-gallery__next:hover {
  opacity: 0.8;
}

.swiper-button-prev.p-gallery__prev.swiper-button-disabled,
.swiper-button-next.p-gallery__next.swiper-button-disabled {
  opacity: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev.p-gallery__prev {
  left: -30px;
}
.swiper-button-prev.p-gallery__prev::after {
  left: 0;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

/* 次ページボタンのスタイル */
.swiper-button-next.p-gallery__next {
  right: -30px;
}
.swiper-button-next.p-gallery__next::after {
  right: 0;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-gallery {
    padding-top: 20vw;
  }
  .p-sc.-gallery .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-gallery__txt {
    margin-top: 3.133vw;
    font-size: 5.0666666667vw;
  }
  .p-gallery__catch {
    margin-top: 10.667vw;
  }
  .p-gallery__catch__txt {
    font-size: 7.4666666667vw;
  }
  .p-gallery__catch__txt::after, .p-gallery__catch__txt::before {
    width: 18.667vw;
    top: calc(50% + 1.867vw);
  }
  .p-gallery__catch__txt ruby rt {
    position: static;
    translate: 0 0;
    top: -2.5vw;
  }
  .p-gallery__main {
    margin-top: 5.333vw;
  }
  .p-gallery__tmbs {
    margin-top: 5.333vw;
  }
  .p-gallery__list {
    gap: 1.067vw;
  }
  .p-gallery__item {
    width: calc(33.3333333333% - 0.711vw);
  }
}
/* ================================================

- ニュース

================================================ */
.p-sc.-news {
  margin-top: 104px;
  padding-bottom: 118px;
}

.p-news {
  margin-top: 28px;
}

.p-news__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.p-news__item a span {
  color: #000000;
}
.p-news__item a span.-date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-news__item a span.-ttl {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-news__item:not(:first-of-type) {
  margin-top: 18px;
}

.p-news__item.-active {
  display: block;
  -webkit-animation: appear 3s cubic-bezier(0.19, 1, 0.22, 1);
          animation: appear 3s cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
button {
  padding: 10px;
  background-color: #DDDDDD;
}

button.-disable {
  background-color: #EEEEEE;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-news {
    margin-top: 16vw;
    padding-bottom: 26.667vw;
  }
  .p-sc.-news .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-news {
    margin-top: 5.333vw;
  }
  .p-news__item a span.-date {
    width: 20vw;
    font-size: 3.7333333333vw;
  }
  .p-news__item a span.-ttl {
    font-size: 3.7333333333vw;
  }
  .p-news__item:not(:first-of-type) {
    margin-top: 3.733vw;
  }
}
/* ================================================

- scene

================================================ */
.p-sc.-scene {
  padding: 122px 0 128px;
  background-image: url(../images/bg_2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.p-scene__ttl {
  width: 333px;
  margin-top: 15px;
}

.p-scene__last__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.p-scene__last__video {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 680px;
}
.p-scene__last__video a {
  display: block;
  color: #000000;
}

.p-scene__best {
  margin-top: 46px;
}

.p-scene__best__ttl span {
  display: block;
}
.p-scene__best__ttl span.-en {
  font-size: 3.125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-scene__best__ttl span.-en img {
  width: 194px;
  margin-left: 10px;
}
.p-scene__best__ttl span.-jp {
  margin-top: 12px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-scene__best__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-top: 36px;
}

.p-scene__best__item {
  width: calc(20% - 6.4px);
}
.p-scene__best__item a {
  display: block;
  color: #000000;
}

.p-scene__last__video__summary {
  margin-top: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.p-scene__last__video__summary small {
  margin-left: 1em;
}

.p-scene__best__item__summary {
  margin-top: 11px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.p-scene__best__item__summary small {
  margin-left: 1em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-scene {
    padding: 16vw 0 18.667vw;
    background-image: url(../images/bg_2_sp.jpg);
  }
  .p-sc.-scene .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-scene__ttl {
    width: 52.267vw;
    margin-top: 2.667vw;
  }
  .p-scene__last__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw;
  }
  .p-scene__last__video {
    width: 100%;
  }
  .p-scene__best {
    margin-top: 12.267vw;
  }
  .p-scene__best__ttl span {
    display: block;
  }
  .p-scene__best__ttl span.-en {
    font-size: 9.3333333333vw;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .p-scene__best__ttl span.-en img {
    width: 38.4vw;
    margin-left: 2.667vw;
  }
  .p-scene__best__ttl span.-jp {
    margin-top: 3.2vw;
    font-size: 4vw;
  }
  .p-scene__best__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.333vw 2.133vw;
    margin-top: 5.333vw;
  }
  .p-scene__best__item {
    width: calc(50% - 1.0665vw);
  }
  .p-scene__last__video__summary {
    margin-top: 3.2vw;
    font-size: 4vw;
  }
  .p-scene__best__item__summary {
    margin-top: 2.133vw;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- Playback

================================================ */
.p-sc.-playback {
  padding: 110px 0 330px;
  background-color: #e9dba8;
  overflow-y: clip;
  position: relative;
  z-index: 1;
}

.p-playback__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px 0;
  margin-top: 65px;
}

.p-playback__item {
  width: 400px;
}
.p-playback__item a {
  display: block;
  color: #000000;
}

.p-playback__item:nth-of-type(2n) {
  translate: 0 180px;
}

.p-playback__photo {
  position: relative;
  z-index: 1;
}
.p-playback__photo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url("../images/common/icon_play_white.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
  width: 60px;
  height: 60px;
  z-index: 1;
  opacity: 0;
}

.p-playback__summary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 66px;
  margin-top: 23px;
  padding: 6px 13px 5px;
  background-color: #000000;
  color: #FFFFFF;
}

.p-playback__date {
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.p-playback__date span {
  display: inline-block;
  translate: 0 -2px;
  margin-left: 0.5em;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-playback__score {
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.p-playback__score span {
  display: inline-block;
  translate: 0 -2px;
  margin-left: 0.5em;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-playback__lead {
  margin-top: 18px;
}
.p-playback__lead p {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-playback {
    padding: 13.333vw 0 18.667vw;
  }
  .p-playback__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8.667vw 0;
    margin-top: 9.333vw;
    padding: 0 8vw;
  }
  .p-playback__item {
    width: 100%;
  }
  .p-playback__item:nth-of-type(2n) {
    translate: 0;
  }
  .p-playback__summary {
    gap: 9.6vw;
    margin-top: 3.733vw;
    padding: 1.6vw 2.667vw;
  }
  .p-playback__date {
    font-size: 6.6666666667vw;
  }
  .p-playback__date span {
    translate: 0 -0.267vw;
    font-size: 4vw;
  }
  .p-playback__score {
    font-size: 6.6666666667vw;
  }
  .p-playback__score span {
    translate: 0 -0.267vw;
    font-size: 4vw;
  }
  .p-playback__lead {
    margin-top: 3.733vw;
  }
  .p-playback__lead p {
    font-size: 5.6vw;
  }
}
/* ================================================

- スライドテキスト

================================================ */
.game-winbyall__slide {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  overflow-x: clip;
}

.game-winbyall__slide__clone {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.game-winbyall__slide__list {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.game-winbyall__slide__list.-list1 {
  -webkit-animation: loop-slide-top-1 50s -25s infinite linear none;
          animation: loop-slide-top-1 50s -25s infinite linear none;
}

.game-winbyall__slide__list.-list2 {
  -webkit-animation: loop-slide-top-2 50s infinite linear none;
          animation: loop-slide-top-2 50s infinite linear none;
}
.game-winbyall__slide__list.-list2 .game-winbyall__slide__item {
  padding-top: 66px;
}

.game-winbyall__slide__list.-list1.-reverse {
  -webkit-animation: loop-slide-btm-1 50s -25s infinite linear none;
          animation: loop-slide-btm-1 50s -25s infinite linear none;
}

.game-winbyall__slide__list.-list2.-reverse {
  -webkit-animation: loop-slide-btm-2 50s infinite linear none;
          animation: loop-slide-btm-2 50s infinite linear none;
}

.game-winbyall__slide__item {
  width: 179px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@-webkit-keyframes loop-slide-top-1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  99.9%, to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loop-slide-top-1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  99.9%, to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loop-slide-top-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99.9%, to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes loop-slide-top-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99.9%, to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@-webkit-keyframes loop-slide-btm-1 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  99.9%, to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loop-slide-btm-1 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  99.9%, to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes loop-slide-btm-2 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  99.9%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loop-slide-btm-2 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  99.9%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .game-winbyall__slide {
    left: auto;
    translate: 0 0;
    right: -0.533vw;
  }
  .game-winbyall__slide__list.-list2 .game-winbyall__slide__item {
    padding-top: 66px;
  }
  .game-winbyall__slide__item {
    width: 13.333vw;
  }
}
/* ================================================

- グッズ + メッセージ　背景

================================================ */
.p-goods-message {
  position: relative;
}

/*--- media screen ---*/
/* ================================================

- グッズ

================================================ */
.p-sc.-goods {
  padding-top: 133px;
}
.p-sc.-goods .p-sc__inner {
  padding: 0 70px;
}

.p-goods {
  margin-top: 55px;
}

.p-goods__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 54px 60px;
}

.p-goods__item {
  width: calc(33.3333333333% - 40px);
}
.p-goods__item a {
  display: block;
  color: #000000;
}
.p-goods__item a:not([href]) {
  cursor: default;
}

.p-goods__summary {
  margin-top: 16px;
}

.p-goods__name {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-goods__price {
  margin-top: 9px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-goods__price span.-price {
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.m-btn.p-goods__btn {
  margin-top: 113px;
}
.m-btn.p-goods__btn button,
.m-btn.p-goods__btn a {
  width: 540px;
  min-height: 65px;
  font-size: 1rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-goods {
    padding-top: 18.667vw;
  }
  .p-sc.-goods .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-goods {
    margin-top: 9.333vw;
  }
  .p-goods__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9.333vw 5.333vw;
  }
  .p-goods__item {
    width: calc(50% - 2.6665vw);
  }
  .p-goods__summary {
    margin-top: 2.667vw;
  }
  .p-goods__name {
    font-size: 3.7333333333vw;
    line-height: 1.425;
  }
  .p-goods__price {
    margin-top: 1.333vw;
    font-size: 3.2vw;
  }
  .p-goods__price span.-price {
    font-size: 4vw;
  }
  .m-btn.p-goods__btn {
    margin-top: 113px;
  }
  .m-btn.p-goods__btn button,
  .m-btn.p-goods__btn a {
    width: 540px;
    min-height: 65px;
    font-size: 1rem;
  }
}
/* ================================================

- コメント

================================================ */
.p-sc.-comment {
  margin-top: 128px;
}

.p-comment {
  margin-top: 40px;
}

.p-comment__video iframe {
  width: 100%;
  aspect-ratio: 1040/576;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-comment {
    margin-top: 21.333vw;
  }
  .p-sc.-comment .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-comment {
    margin-top: 5.333vw;
  }
}
/* ================================================

- メッセージ

================================================ */
.p-sc.-message {
  margin-top: 113px;
  padding-bottom: 142px;
}

.p-message {
  margin-top: 38px;
}

.p-message__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.p-message__item {
  width: calc(25% - 6px);
}
.p-message__item a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-message {
    margin-top: 16vw;
    padding-bottom: 18.667vw;
  }
  .p-sc.-message .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-message {
    margin-top: 5.333vw;
  }
  .p-message__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.067vw;
  }
  .p-message__item {
    width: calc(33.3333333333% - 0.711vw);
  }
}
/* ================================================

- ジェネレーター本体

================================================ */
.p-sc.-generator {
  padding: 110px 0;
  background-image: url(../images/bg_3.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.p-generator {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-generator__ttl {
  font-size: 3.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

.p-generator__share {
  margin-top: 18px;
  text-align: center;
}
.p-generator__share p {
  font-size: 1.25rem;
  line-height: 1.542;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-red);
}
.p-generator__share p span {
  margin-left: 0.5em;
}

.p-generator__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 900px;
  width: 100%;
  gap: 60px;
  margin: 43px auto 0;
}

.p-generator__target {
  width: 420px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}

.p-visal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
}

.p-visal_emblem {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 66px;
  height: auto;
  z-index: 2;
}

.p-visal_logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 130px;
  height: auto;
  z-index: 2;
}

.p-generator__preview {
  position: relative;
  width: 420px;
  height: 420px;
  overflow: hidden;
}
.p-generator__preview img {
  width: 326px;
  height: auto;
  position: absolute;
  top: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-preview {
  opacity: 0;
}

.p-preview.-active {
  opacity: 1;
}

.p-generator__textArea {
  position: absolute;
  bottom: 18px;
  left: 14px;
  right: 14px;
  width: calc(100% - 28px);
}

.p-generator__name {
  font-size: 1.5625rem;
  line-height: 1.212;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  word-break: break-all;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

.p-generator__txt {
  margin-top: 9px;
  font-size: 1rem;
  line-height: 1.334;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  word-break: break-all;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

.p-input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 0;
}

.p-input__item dt {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.p-input__item dt span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-input__item dd {
  margin-top: 12px;
}
.p-input__item dd.p-input__item__note {
  margin-top: 7px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-input__item:not(:first-of-type) {
  margin-top: 26px;
}

.p-input__item:last-of-type {
  margin-top: 30px;
}

.p-input__item select,
.p-input__item textarea,
.p-input__item input[type=number],
.p-input__item input[type=email],
.p-input__item input[type=tel],
.p-input__item input[type=text] {
  width: 100%;
  min-height: 62px;
  padding: 0 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item textarea {
  height: auto;
  min-height: 112px;
  padding: 14px 14px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item select {
  min-height: 60px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-input__item textarea:hover,
.p-input__item input:hover,
.p-input__item select:hover {
  background-color: #F0F0F0;
}
.p-input__item select:disabled,
.p-input__item input:disabled,
.p-input__item textarea:disabled {
  opacity: 1;
  background-color: #BBBBBB;
}

.p-input__select {
  display: inline-block;
  width: 239px;
  position: relative;
}
.p-input__select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 60px;
  background: #ffe100;
  pointer-events: none;
}
.p-input__select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}

@-moz-document url-prefix() {
  .p-input__select select {
    padding-top: 17px;
  }
}
dd.p-upLoad {
  width: 380px;
  position: relative;
  margin-top: 14px;
  z-index: 1;
}
dd.p-upLoad .p-upLoad__btn {
  padding: 21px 0;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: var(--cc-red);
  border-radius: 6px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
dd.p-upLoad .p-upLoad__btn span.-upload {
  padding-left: 31px;
  position: relative;
}
dd.p-upLoad .p-upLoad__btn span.-upload::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_upload_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
}
dd.p-upLoad .p-upLoad__btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
dd.p-upLoad .p-upLoad__value input[type=text] {
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}

dd.p-upLoad.-disabled .p-upLoad__btn {
  color: #000000;
  background-color: #BBBBBB;
  cursor: default;
}
dd.p-upLoad.-disabled .p-upLoad__btn span.-upload::before {
  background-image: url("../images/common/icon_upload_b.png");
}
dd.p-upLoad.-disabled .p-upLoad__btn input[type=file] {
  cursor: default;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-generator {
    padding: 16vw 0;
    background-image: url(../images/bg_3_sp.jpg);
  }
  .p-generator__inner {
    padding: 0 4.359vw;
  }
  .p-generator__ttl {
    font-size: 8.5333333333vw;
    line-height: 1.275;
  }
  .p-generator__share {
    margin-top: 4.8vw;
  }
  .p-generator__share p {
    font-size: 4.8vw;
  }
  .p-generator__share p span {
    display: block;
    margin-left: 0;
  }
  .p-generator__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11.538vw;
    margin: 6.538vw auto 0;
  }
  .p-generator__target {
    width: 91.282vw;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.35);
  }
  .p-visal_bg {
    width: 91.282vw;
    height: 91.282vw;
  }
  .p-visal_emblem {
    top: 2.564vw;
    left: 2.051vw;
    width: 14.103vw;
  }
  .p-visal_logo {
    top: 2.564vw;
    right: 1.538vw;
    width: 26.667vw;
  }
  .p-generator__preview {
    width: 91.282vw;
    height: 91.282vw;
  }
  .p-generator__preview img {
    width: 70.769vw;
    top: 12.564vw;
  }
  .p-generator__textArea {
    bottom: 4.615vw;
    left: 3.077vw;
    right: 3.077vw;
    width: calc(100% - 6.154vw);
  }
  .p-generator__name {
    font-size: 5.8666666667vw;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
  }
  .p-generator__txt {
    margin-top: 2.308vw;
    font-size: 3.7333333333vw;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
  }
  .p-input {
    padding-top: 0;
  }
  .p-input__item dt {
    font-size: 4.8vw;
  }
  .p-input__item dt span {
    margin-left: 0.5em;
    font-size: 4vw;
  }
  .p-input__item dd {
    margin-top: 3.333vw;
  }
  .p-input__item dd.p-input__item__note {
    margin-top: 2.051vw;
    font-size: 3.8666666667vw;
  }
  .p-input__item:not(:first-of-type) {
    margin-top: 7.179vw;
  }
  .p-input__item:last-of-type {
    margin-top: 8.462vw;
  }
  .p-input__item select,
  .p-input__item textarea,
  .p-input__item input[type=number],
  .p-input__item input[type=email],
  .p-input__item input[type=tel],
  .p-input__item input[type=text] {
    min-height: 15.385vw;
    padding: 0 3.59vw;
    font-size: 4.2666666667vw;
  }
  .p-input__item textarea {
    min-height: 33.333vw;
    padding: 3.59vw 3.59vw;
  }
  dd.p-upLoad {
    width: 91.282vw;
    margin-top: 3.077vw;
  }
  dd.p-upLoad .p-upLoad__btn {
    padding: 5.385vw 0;
    font-size: 4.2666666667vw;
  }
  dd.p-upLoad .p-upLoad__btn span.-upload {
    padding-left: 7.949vw;
  }
  dd.p-upLoad .p-upLoad__btn span.-upload::before {
    width: 4.615vw;
    height: 4.615vw;
  }
}
/* ================================================

- ジェネレーターボタン

================================================ */
.p-btnArea {
  margin-top: 50px;
}

.p-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 500px;
  min-height: 80px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 6px;
}
.p-btn span {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.p-btn span.-create {
  padding-left: 40px;
  position: relative;
}
.p-btn span.-create::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_create.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.p-btn__send {
  background-color: var(--cc-red);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-btn__send.-hidden {
  display: none;
}

.p-btn__download {
  display: none;
  background-color: var(--cc-green);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-btn__download.-visible {
  display: block;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-btn__download.-completion {
  background-color: #bfbfbf;
  cursor: default;
}
.p-btn__download.-completion span {
  color: #000000;
}

.p-sns {
  display: none;
  margin-top: 62px;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}

.p-sns.-visible {
  display: block;
}

.p-sns__txt {
  font-size: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-red);
  text-align: center;
}

.p-sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 22px;
  margin-top: 40px;
}

.p-sns__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 80px;
  min-height: 80px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-sns__item a.-twitter svg {
  width: 37px;
  height: 39px;
}
.p-sns__item a.-instagram svg {
  width: 43px;
  height: 43px;
}

.p-btnArea__error {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-red);
  text-align: center;
}

.p-count__txt {
  display: none;
}

.p-sns__hashtags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.5em;
  margin-top: 43px;
}

.p-sns__hashtag {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-red);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-btnArea {
    margin-top: 9.769vw;
  }
  .p-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 91.282vw;
    min-height: 17.949vw;
  }
  .p-btn span {
    font-size: 4.8vw;
  }
  .p-btn span.-create {
    padding-left: 10.256vw;
  }
  .p-btn span.-create::before {
    width: 6.154vw;
    height: 6.154vw;
  }
  .p-btn__download {
    display: none;
  }
  .p-sns {
    margin-top: 6.4vw;
  }
  .p-sns__txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-sns__list {
    gap: 5.6vw;
    margin-top: 7.2vw;
  }
  .p-sns__item a {
    width: 16vw;
    min-height: 16vw;
  }
  .p-sns__item a.-twitter svg {
    width: 8vw;
    height: 8.8vw;
  }
  .p-sns__item a.-instagram svg {
    width: 9.6vw;
    height: 9.6vw;
  }
  .p-btnArea__error {
    margin-bottom: 9.769vw;
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
  .p-sns__hashtags {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25em;
    margin-top: 8vw;
  }
  .p-sns__hashtag {
    font-size: 4.2666666667vw;
  }
  .p-sns__hashtag:last-child {
    width: 100%;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
/* ================================================

- ジェネレーターsummary

================================================ */
.p-operating {
  margin-top: 80px;
}

.p-operating__inner {
  padding: 0 110px;
}

.p-operating__block:not(:first-of-type) {
  margin-top: 33px;
}

.p-operating__ttl {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.p-operating__ttl span {
  padding-left: 21px;
  position: relative;
}
.p-operating__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: url("../images/common/icon_note.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
}

.p-operating__summary {
  margin-top: 15px;
}
.p-operating__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-operating__summary p a {
  color: var(--cc-red);
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-operating__note {
  margin-top: 11px;
}
.p-operating__note p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-operating__note p:not(:first-of-type) {
  margin-top: 5px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-operating {
    margin-top: 10.667vw;
  }
  .p-operating__inner {
    padding: 0;
  }
  .p-operating__block:not(:first-of-type) {
    margin-top: 5.897vw;
  }
  .p-operating__ttl {
    font-size: 4.2666666667vw;
  }
  .p-operating__ttl span {
    padding-left: 5.385vw;
  }
  .p-operating__ttl span::before {
    width: 4.615vw;
    height: 4.615vw;
  }
  .p-operating__summary {
    margin-top: 2.59vw;
  }
  .p-operating__summary p {
    font-size: 3.7333333333vw;
    line-height: 1.5625;
  }
  .p-operating__note {
    margin-top: 1.282vw;
  }
  .p-operating__note p {
    font-size: 3.7333333333vw;
    line-height: 1.5625;
  }
  .p-operating__note p:not(:first-of-type) {
    margin-top: 1.538vw;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .p-goods__item a:-moz-any-link:hover, .p-comment__video a:-moz-any-link:hover, .p-message__item a:-moz-any-link:hover, .p-playback__item a:-moz-any-link:hover, .p-scene__best__item a:-moz-any-link:hover, .p-scene__last__video a:-moz-any-link:hover, .p-news__item a:-moz-any-link:hover, .p-gallery__item a:-moz-any-link:hover, .p-header__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-goods__item a:any-link:hover,
  .p-comment__video a:any-link:hover,
  .p-message__item a:any-link:hover,
  .p-playback__item a:any-link:hover,
  .p-scene__best__item a:any-link:hover,
  .p-scene__last__video a:any-link:hover,
  .p-news__item a:any-link:hover,
  .p-gallery__item a:any-link:hover,
  .p-header__logo a:any-link:hover {
    opacity: 0.7;
  }
  .p-schedule__tab__item button:enabled:hover {
    opacity: 0.7;
  }
  .p-schedule__tab__item.-active button:enabled:hover {
    opacity: 1;
  }
  :where(.p-hamburgerBtn):hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__item a:not([href]):hover {
    opacity: 0.7;
  }
}
.p-goods__item a,
.p-comment__video a,
.p-message__item a,
.p-playback__item a,
.p-scene__best__item a,
.p-scene__last__video a,
.p-news__item a,
.p-gallery__item a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ================================================

- フロートボタン

================================================ */
.p-floatBanner {
  position: fixed;
  right: 0;
  -webkit-transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  transition: opacity 0.3s ease-in, bottom 0.3s ease-in;
  z-index: 2;
  bottom: 0;
  display: none;
}

.p-floatBanner.-active {
  display: block;
  -webkit-animation: appear 0.3s ease-in;
          animation: appear 0.3s ease-in;
}

@keyframes appear {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  99.9%, to {
    bottom: 0;
    opacity: 1;
  }
}
.p-floatBanner__banner {
  max-width: 500px;
  width: 100%;
}
.p-floatBanner__banner a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-floatBanner {
    left: 0;
  }
  .p-floatBanner__banner {
    max-width: 500px;
    width: 100vw;
  }
}
/* ================================================

- タブ

================================================ */
.js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================

- インラインモーダル +

================================================ */
#js-modalComponent .m-inlineModal {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#js-modalComponent.-fadeIn .m-inlineModal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-inlineModal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 101;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.m-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}