@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #404040;
}
body .m-modal .m-modal__bg {
  background-color: #fff;
}
body .m-modal .m-modal__content {
  width: 100%;
  max-width: none;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg.jpg) no-repeat center top;
  background-size: cover;
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.l-header__content {
  background-color: #fff;
  padding: 19px 29px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-header__content {
    padding: 16px 54px 15px;
    justify-content: center;
  }
}
.l-header__logo {
  width: 250px;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    width: 173px;
  }
}
.l-header__logo a {
  display: block;
}
@media (hover: hover) {
  .l-header__logo a:hover img {
    transform: scale(0.97);
  }
}
.l-header__logo img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-header__menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
.l-header__menu-list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .l-header__menu-list {
    padding-right: 22px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu-list {
    padding: 18px 17px 20px;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .l-header__menu-list-item + .l-header__menu-list-item {
    margin-left: 43px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu-list-item + .l-header__menu-list-item {
    margin-top: 26px;
  }
}
.l-header__menu-list-item a {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  color: #404040;
  position: relative;
}
@media (hover: hover) {
  .l-header__menu-list-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 960px) {
  .l-header__menu-list-item a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #404040;
    transform-origin: right;
    transform: scaleX(0);
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu-list-item a {
    line-height: 1.3;
    font-size: 18px;
  }
}
.l-header__menu-btn {
  position: absolute;
  top: 12px;
  right: 19px;
  width: 24px;
  height: 24px;
  z-index: 1;
  pointer-events: all;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-menu-open .l-header__menu-btn {
  top: 15px;
}
.l-header__menu-btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #C6A478;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-header__menu-btn-line:nth-child(1) {
  top: 33%;
}
.is-menu-open .l-header__menu-btn-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__menu-btn-line:nth-child(2) {
  top: 66%;
}
.is-menu-open .l-header__menu-btn-line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 959px) {
  .l-header__menu-content {
    transform: translateX(110%);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 69%;
    border: 1px solid #C6A478;
    background-color: #EFEFEF;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .is-menu-open .l-header__menu-content {
    pointer-events: all;
    transform: translateX(0);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

.l-footer {
  background-color: #fff;
  padding: 55px 0 55px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 22px 0 20px;
  }
}
.l-footer__official {
  margin: 0 auto;
  width: 686px;
}
@media screen and (max-width: 959px) {
  .l-footer__official {
    width: 100%;
  }
}
.l-footer__official a {
  display: block;
}
@media (hover: hover) {
  .l-footer__official a:hover img {
    transform: scale(0.97);
  }
}
.l-footer__official img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__copy {
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 12px;
    font-size: 7px;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.js-deco-item img {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-hero {
  position: relative;
  padding-top: 62px;
}
@media screen and (max-width: 959px) {
  .p-hero {
    padding-top: 40px;
  }
}
.p-hero__bg img {
  width: 100%;
}
.p-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 4%;
}
@media screen and (max-width: 959px) {
  .p-hero__logo {
    padding-top: 0;
  }
}
.p-hero__logo img {
  width: 100%;
  transform: scale(0.95);
}
.is-load .p-hero__logo img {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-intro {
  position: relative;
  padding-top: 87px;
  padding-bottom: 88px;
}
@media screen and (max-width: 959px) {
  .p-intro {
    padding-bottom: 0;
    padding-top: 64px;
  }
}
.p-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-intro__bg-item {
  position: absolute;
}
.p-intro__bg-item.-deco1 {
  left: -1.5%;
  top: 19.5%;
  width: 20%;
  max-width: 379px;
}
@media screen and (max-width: 959px) {
  .p-intro__bg-item.-deco1 {
    left: -10.5%;
    top: 19%;
    width: 29%;
  }
}
.p-intro__bg-item.-deco2 {
  right: 5%;
  top: 19%;
  width: 13%;
  max-width: 254px;
}
@media screen and (max-width: 959px) {
  .p-intro__bg-item.-deco2 {
    right: -4%;
    top: 14%;
    width: 20%;
  }
}
.p-intro__bg-item.-deco3 {
  left: 0%;
  bottom: 0%;
  width: 10%;
  max-width: 194px;
}
@media screen and (max-width: 959px) {
  .p-intro__bg-item.-deco3 {
    display: none;
  }
}
.p-intro__bg-item.-deco4 {
  right: 0;
  bottom: 1%;
  width: 9%;
  max-width: 173px;
}
@media screen and (max-width: 959px) {
  .p-intro__bg-item.-deco4 {
    bottom: auto;
    top: 67%;
    width: 12%;
  }
}
.p-intro__bg-item.-deco5 {
  left: 17%;
  bottom: 36%;
  width: 7%;
  max-width: 133px;
}
@media screen and (max-width: 959px) {
  .p-intro__bg-item.-deco5 {
    left: 2%;
    bottom: auto;
    top: 64%;
    width: 12%;
  }
}
.p-intro__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-77%);
  width: 235px;
}
@media screen and (max-width: 959px) {
  .p-intro__label {
    transform: translateX(-50%) translateY(-66%);
    width: 160px;
  }
}
.p-intro__label a {
  display: block;
  text-decoration: none;
  position: relative;
}
.p-intro__label a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/entry_label_on.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .p-intro__label a {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-intro__label a:hover {
    transform: scale(1.05);
  }
  .p-intro__label a:hover::before {
    opacity: 1;
  }
}
.p-intro__ttl {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 30px;
  transform: translateY(35px);
  opacity: 0;
}
.p-intro.is-active .p-intro__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro__ttl {
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
}
.p-intro__ttl h2 {
  margin: 0 auto;
  width: 380px;
}
@media screen and (max-width: 959px) {
  .p-intro__ttl h2 {
    width: 185px;
  }
}
.p-intro__line {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-intro__line::before, .p-intro__line::after {
  content: "";
  position: relative;
  display: block;
  flex-grow: 1;
  height: 30px;
  background: url(../img/line.png) repeat-x 0 center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-intro__line::before, .p-intro__line::after {
    height: 14px;
  }
}
.p-intro__line-ribbon {
  width: 52px;
}
@media screen and (max-width: 959px) {
  .p-intro__line-ribbon {
    width: 24px;
  }
}
.p-intro__content {
  margin: 0 auto;
  width: 90%;
  max-width: 640px;
}
.p-intro__lead {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 1px;
  transform: translateY(35px);
  opacity: 0;
}
.p-intro.is-active .p-intro__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-intro__lead {
    line-height: 1.5;
    font-size: 12px;
  }
}
.p-intro__lead-text + .p-intro__lead-text {
  margin-top: 28px;
}
@media screen and (max-width: 959px) {
  .p-intro__lead-text + .p-intro__lead-text {
    margin-top: 18px;
  }
}

.p-news_modal {
  padding: 72px 0;
}
@media screen and (max-width: 959px) {
  .p-news_modal {
    padding: 20px 0;
  }
}
.p-news_modal__outer {
  position: relative;
  min-height: 80vh;
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  text-align: left;
  border: 2px solid #C6A478;
  padding: 60px 60px;
}
@media screen and (max-width: 959px) {
  .p-news_modal__outer {
    min-height: 94vh;
    border-width: 1px;
    padding: 45px 25px;
  }
}
.p-news_modal__close {
  position: absolute;
  top: 27px;
  right: 25px;
  width: 43px;
  height: 43px;
  border: 2px solid #C6A478;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-news_modal__close:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .p-news_modal__close {
    top: 13px;
    right: 13px;
    width: 35px;
    height: 35px;
    border-width: 1px;
  }
}
.p-news_modal__close-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
.p-news_modal__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .p-news_modal__close-line {
    height: 1px;
  }
}
.p-news_modal__close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #C6A478;
}
.p-news_modal__close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #B3B3B3;
}
.p-news_modal__head {
  line-height: 1.2;
  margin-bottom: 54px;
}
@media screen and (max-width: 959px) {
  .p-news_modal__head {
    margin-bottom: 25px;
  }
}
.p-news_modal__head-date {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .p-news_modal__head-date {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.p-news_modal__head-ttl {
  color: #FF6767;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-news_modal__head-ttl {
    font-size: 22px;
  }
}
.p-news_modal__text {
  font-size: 13.5px;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-news_modal__text {
    font-size: 12px;
  }
}
.p-news_modal__text a {
  color: #404040;
}
@media (hover: hover) {
  .p-news_modal__text a:hover {
    text-decoration: none;
  }
}
.p-news_modal__text img {
  width: auto !important;
  height: auto !important;
}
.p-news_modal__text iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 960px) {
  .p-news_modal__text iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 959px) {
  .p-news_modal__text iframe {
    height: 51.73vw !important;
  }
}

.p-intro_news {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 75px;
  padding-bottom: 43px;
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.p-intro_news.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro_news {
    border-radius: 20px;
    margin-top: 43px;
    padding-bottom: 32px;
  }
}
.p-intro_news__more {
  padding: 15px 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.is-length-over .p-intro_news__more {
  display: block;
}
@media (hover: hover) {
  .p-intro_news__more:hover .p-intro_news__more-icon {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 959px) {
  .p-intro_news__more {
    padding: 13px 0;
  }
}
.p-intro_news__more-icon {
  margin: 0 auto;
  width: 26px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro_news__more-icon {
    width: 10px;
  }
}
.is-ac-open .p-intro_news__more-icon img {
  transform: scaleY(-1);
}
.p-intro_news__content {
  padding: 0 28px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .is-length-over .p-intro_news__content {
    height: 157px;
  }
}
@media screen and (max-width: 959px) {
  .is-length-over .p-intro_news__content {
    height: 132px;
  }
}
@media screen and (max-width: 959px) {
  .p-intro_news__content {
    padding: 0 19px;
  }
}
.p-intro_news__ttl {
  margin: 0 auto;
  width: 270px;
  padding-top: 33px;
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 959px) {
  .p-intro_news__ttl {
    padding-top: 15px;
    margin-bottom: 13px;
    width: 150px;
  }
}
.p-intro_news__list-item {
  border-bottom: 1px solid #404040;
  padding: 19px 0 17px;
  cursor: pointer;
}
.p-intro_news__list-item:first-child {
  border-top: 1px solid #404040;
}
@media screen and (max-width: 959px) {
  .p-intro_news__list-item {
    padding: 15px 0 15px;
  }
}
@media (hover: hover) {
  .p-intro_news__list-item:hover .p-intro_news__list-inner {
    opacity: 0.6;
  }
}
.p-intro_news__list-inner {
  display: flex;
  align-items: center;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-intro_news__list-date {
  color: #C6A478;
  font-size: 15px;
  flex-shrink: 0;
  width: 100px;
  margin-right: 38px;
}
@media screen and (max-width: 959px) {
  .p-intro_news__list-date {
    width: 80px;
    margin-right: 16px;
    font-size: 10px;
  }
}
.p-intro_news__list-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .p-intro_news__list-text {
    font-size: 12px;
  }
}

.p-prize {
  padding-top: 70px;
}
@media screen and (max-width: 959px) {
  .p-prize {
    padding-top: 50px;
  }
}
.p-prize__ttl {
  position: relative;
  padding-bottom: 32px;
  text-align: center;
  margin-bottom: 61px;
  transform: translateY(35px);
  opacity: 0;
}
.p-prize.is-active .p-prize__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-prize__ttl {
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.p-prize__ttl h2 {
  margin: 0 auto;
  width: 190px;
}
@media screen and (max-width: 959px) {
  .p-prize__ttl h2 {
    width: 90px;
  }
}
.p-prize__line {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-prize__line::before, .p-prize__line::after {
  content: "";
  position: relative;
  display: block;
  flex-grow: 1;
  height: 30px;
  background: url(../img/line2.png) repeat-x 0 center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-prize__line::before, .p-prize__line::after {
    height: 14px;
  }
}
.p-prize__line-ribbon {
  width: 52px;
}
@media screen and (max-width: 959px) {
  .p-prize__line-ribbon {
    width: 24px;
  }
}
.p-prize__content {
  margin: 0 auto;
  width: 90%;
  max-width: 715px;
}
@media screen and (max-width: 959px) {
  .p-prize__content {
    width: 91%;
  }
}
.p-prize__box {
  cursor: pointer;
  transform: translateY(35px);
  opacity: 0;
}
.p-prize__box.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-prize__box:hover .p-prize__box-thumb {
    border-radius: 50%;
  }
  .p-prize__box:hover .p-prize__box-thumb-img {
    background-position: 100% center !important;
  }
}
@media (hover: hover) {
  .p-prize__box.-prize1:hover .p-prize__box-thumb-img, .p-prize__box.-prize2:hover .p-prize__box-thumb-img, .p-prize__box.-prize3:hover .p-prize__box-thumb-img, .p-prize__box.-prize4:hover .p-prize__box-thumb-img, .p-prize__box.-prize5:hover .p-prize__box-thumb-img, .p-prize__box.-prize6:hover .p-prize__box-thumb-img, .p-prize__box.-prize7:hover .p-prize__box-thumb-img {
    transform: scale(1.15);
    background-position: center center !important;
  }
}
.p-prize__box + .p-prize__box {
  margin-top: 67px;
}
@media screen and (max-width: 959px) {
  .p-prize__box + .p-prize__box {
    margin-top: 35px;
  }
}
.p-prize__box-content {
  position: relative;
}
.p-prize__box-label {
  position: absolute;
}
.-prize1 .p-prize__box-label {
  top: 2%;
  left: -5%;
  width: 40%;
}
@media screen and (max-width: 959px) {
  .-prize1 .p-prize__box-label {
    top: 3%;
    left: -2%;
    width: 40%;
  }
}
.-prize2 .p-prize__box-label {
  top: -4.5%;
  right: -5%;
  width: 73%;
}
@media screen and (max-width: 959px) {
  .-prize2 .p-prize__box-label {
    top: -5.5%;
    right: -3%;
    width: 77%;
  }
}
.-prize3 .p-prize__box-label {
  top: 3%;
  left: -5%;
  width: 34%;
}
@media screen and (max-width: 959px) {
  .-prize3 .p-prize__box-label {
    top: 2%;
    left: -2%;
    width: 37%;
  }
}
.-prize4 .p-prize__box-label {
  top: 3%;
  right: -5%;
  width: 55%;
}
@media screen and (max-width: 959px) {
  .-prize4 .p-prize__box-label {
    top: 2%;
    right: -2%;
    width: 59%;
  }
}
.-prize5 .p-prize__box-label {
  top: 3%;
  left: -5%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .-prize5 .p-prize__box-label {
    left: -2%;
  }
}
.-prize6 .p-prize__box-label {
  top: -5%;
  right: -5%;
  width: 97%;
}
@media screen and (max-width: 959px) {
  .-prize6 .p-prize__box-label {
    top: -5%;
    right: -1%;
    width: 103%;
  }
}
.-prize7 .p-prize__box-label {
  top: 3%;
  left: -5%;
  width: 40%;
}
@media screen and (max-width: 959px) {
  .-prize7 .p-prize__box-label {
    top: 2%;
    left: -2%;
    width: 42%;
  }
}
.p-prize__box-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
  padding-top: 87%;
  border-radius: 20px;
  overflow: hidden;
  transition: border-radius 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 959px) {
  .p-prize__box-thumb {
    width: 88%;
    border-radius: 15px;
    padding-top: 88%;
  }
}
.p-prize__box-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), background-position 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.p-prize_modal {
  padding: 14px;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-prize_modal {
    padding: 7px;
  }
}
.p-prize_modal::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-end: 100%;
  border-inline-end: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  border: 5px solid #B3B3B3;
}
@media screen and (max-width: 959px) {
  .p-prize_modal::before {
    border-radius: 30px;
    border-width: 3px;
  }
}
.p-prize_modal.-prize1::before {
  border-color: #3FBDCE;
}
.p-prize_modal.-prize2::before {
  border-color: #B00606;
}
.p-prize_modal.-prize3::before {
  border-color: #BC2DD6;
}
.p-prize_modal.-prize4::before {
  border-color: #FAB03A;
}
.p-prize_modal.-prize5::before {
  border-color: #E650AD;
}
.p-prize_modal.-prize6::before {
  border-color: #28B24D;
}
.p-prize_modal.-prize7::before {
  border-color: #D1B519;
}
.p-prize_modal__outer {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-prize_modal__outer::before {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-end: 100%;
  border-inline-end: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  border: 5px solid #B3B3B3;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__outer::before {
    border-radius: 30px;
    border-width: 3px;
  }
}
.p-prize_modal__scroll {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding-top: 15px;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__scroll {
    padding-top: 10px;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 70px;
  }
}
.p-prize_modal__scroll-text {
  font-size: 25px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__scroll-text {
    font-size: 14px;
  }
}
.p-prize_modal__scroll-arrow {
  margin: 0 auto;
  width: 50px;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__scroll-arrow {
    width: 25px;
  }
}
.p-prize_modal__scroll-arrow img {
  width: 100%;
}
.p-prize_modal__inner {
  overflow: auto;
  height: 100%;
}
.p-prize_modal__content {
  min-height: 100vh;
  padding: 136px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1110px;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__content {
    padding: 90px 0;
  }
}
.p-prize_modal__close {
  position: absolute;
  top: 25px;
  right: 26px;
  width: 75px;
  height: 75px;
  border: 2px solid #C6A478;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-prize_modal__close:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .p-prize_modal__close {
    border-radius: 10px;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.-prize1 .p-prize_modal__close {
  background-color: #3FBDCE;
}
.-prize2 .p-prize_modal__close {
  background-color: #B00606;
}
.-prize3 .p-prize_modal__close {
  background-color: #BC2DD6;
}
.-prize4 .p-prize_modal__close {
  background-color: #FAB03A;
}
.-prize5 .p-prize_modal__close {
  background-color: #E650AD;
}
.-prize6 .p-prize_modal__close {
  background-color: #28B24D;
}
.-prize7 .p-prize_modal__close {
  background-color: #D1B519;
}
.p-prize_modal__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.p-prize_modal__close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-prize_modal__close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-prize_modal__list-item {
  text-align: left;
  line-height: 1.6;
  padding: 40px 0 45px;
  display: flex;
  border-top: 2px solid #404040;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__list-item {
    padding: 27px 0 30px;
  }
}
.-prize1 .p-prize_modal__list-item {
  border-color: #3FBDCE;
}
.-prize2 .p-prize_modal__list-item {
  border-color: #B00606;
}
.-prize3 .p-prize_modal__list-item {
  border-color: #BC2DD6;
}
.-prize4 .p-prize_modal__list-item {
  border-color: #FAB03A;
}
.-prize5 .p-prize_modal__list-item {
  border-color: #E650AD;
}
.-prize6 .p-prize_modal__list-item {
  border-color: #28B24D;
}
.-prize7 .p-prize_modal__list-item {
  border-color: #D1B519;
}
.p-prize_modal__list-item:last-child {
  border-bottom: 2px solid #404040;
}
.-prize1 .p-prize_modal__list-item:last-child {
  border-color: #3FBDCE;
}
.-prize2 .p-prize_modal__list-item:last-child {
  border-color: #B00606;
}
.-prize3 .p-prize_modal__list-item:last-child {
  border-color: #BC2DD6;
}
.-prize4 .p-prize_modal__list-item:last-child {
  border-color: #FAB03A;
}
.-prize5 .p-prize_modal__list-item:last-child {
  border-color: #E650AD;
}
.-prize6 .p-prize_modal__list-item:last-child {
  border-color: #28B24D;
}
.-prize7 .p-prize_modal__list-item:last-child {
  border-color: #D1B519;
}
.p-prize_modal__list-label {
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 2px;
  width: 200px;
  margin-right: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__list-label {
    font-size: 14px;
    letter-spacing: 1px;
    width: 80px;
  }
}
.-prize1 .p-prize_modal__list-label {
  color: #3FBDCE;
}
.-prize2 .p-prize_modal__list-label {
  color: #B00606;
}
.-prize3 .p-prize_modal__list-label {
  color: #BC2DD6;
}
.-prize4 .p-prize_modal__list-label {
  color: #FAB03A;
}
.-prize5 .p-prize_modal__list-label {
  color: #E650AD;
}
.-prize6 .p-prize_modal__list-label {
  color: #28B24D;
}
.-prize7 .p-prize_modal__list-label {
  color: #D1B519;
}
.p-prize_modal__list-movie {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: 20px 0 0;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__list-movie {
    width: 100%;
  }
}
.p-prize_modal__list-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-prize_modal__list-text {
  margin-top: -4px;
  flex-grow: 1;
  font-size: 19px;
  line-height: 2.2;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__list-text {
    font-size: 13px;
    margin-top: -1px;
  }
}
.p-prize_modal__list-text a {
  color: #404040;
  word-break: break-all;
}
@media (hover: hover) {
  .p-prize_modal__list-text a:hover {
    text-decoration: none;
  }
}
.p-prize_modal__list-text .is-large {
  display: block;
  font-size: 30px;
  color: #404040;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.6;
  text-decoration: none;
  padding-right: 60px;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-prize_modal__list-text .is-large:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959px) {
  .p-prize_modal__list-text .is-large {
    padding-right: 30px;
    font-size: 15px;
  }
}
.p-prize_modal__list-text .is-large::before {
  content: "";
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/prize/btn_arrow.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-prize_modal__list-text .is-large::before {
    width: 25px;
  }
}

.p-schedule {
  position: relative;
  margin-top: 135px;
  padding-bottom: 127px;
}
@media screen and (max-width: 959px) {
  .p-schedule {
    padding-bottom: 50px;
    margin-top: 64px;
  }
}
.p-schedule__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-schedule__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  min-width: 1820px;
  padding-top: max(130%, 1820px);
  background: url(../img/schedule/schedule_bg.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-schedule__bg::before {
    padding-top: 250%;
    width: 250%;
    min-width: auto;
  }
}
.p-schedule__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-schedule__deco-item {
  position: absolute;
}
.p-schedule__deco-item.-deco1 {
  top: 4%;
  left: 16.5%;
  width: 7%;
  max-width: 133px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item.-deco1 {
    top: -1%;
    left: 5.5%;
    width: 17%;
  }
}
.p-schedule__deco-item.-deco2 {
  top: 21.5%;
  left: 15.5%;
  width: 6%;
  max-width: 113px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item.-deco2 {
    left: auto;
    right: 4%;
    top: 3.5%;
    width: 15%;
  }
}
.p-schedule__deco-item.-deco3 {
  right: 11%;
  top: 25.5%;
  width: 7%;
  max-width: 133px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item.-deco3 {
    display: none;
  }
}
.p-schedule__deco-item.-deco4 {
  bottom: 13%;
  right: -1%;
  width: 15%;
  max-width: 294px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item.-deco4 {
    bottom: 34%;
    right: -7%;
    width: 22%;
  }
}
.p-schedule__deco-item.-deco5 {
  right: 0%;
  top: 43%;
  width: 10%;
  max-width: 194px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item.-deco5 {
    display: none;
  }
}
.p-schedule__deco-item.-deco6 {
  left: -3%;
  bottom: 7%;
  width: 25%;
  max-width: 486px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item.-deco6 {
    display: none;
  }
}
.p-schedule__content {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 715px;
  padding-top: 6.4%;
}
@media screen and (max-width: 959px) {
  .p-schedule__content {
    width: 100%;
    padding-top: 45px;
  }
}
.p-schedule__ttl {
  margin: 0 auto 55px;
  width: 220px;
}
@media screen and (max-width: 959px) {
  .p-schedule__ttl {
    margin: 0 auto 21px;
    width: 120px;
  }
}
.p-schedule__head {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-schedule__head {
    padding: 0 10px;
  }
}
.p-schedule__head-box {
  position: relative;
  transform: translateX(10%);
}
@media screen and (max-width: 959px) {
  .p-schedule__head-box {
    transform: translateX(0);
  }
}
.p-schedule__head-box + .p-schedule__head-box {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-schedule__head-box + .p-schedule__head-box {
    padding-left: 15px;
  }
}
.p-schedule__head-box + .p-schedule__head-box::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: -4px;
  left: 15px;
  background: url(../img/schedule/arrow.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-schedule__head-box + .p-schedule__head-box::before {
    width: 22px;
    height: 22px;
    left: 7.5px;
  }
}
.p-schedule__head-cap {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .p-schedule__head-cap {
    font-size: 14px;
  }
}
.p-schedule__head-text {
  color: #B00606;
  text-decoration: underline;
  line-height: 1.9;
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-schedule__head-text {
    font-size: 9px;
  }
}
.p-schedule__head-text small {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .p-schedule__head-text small {
    font-size: 9px;
  }
}

.p-schedule_entry {
  padding-top: 70px;
  margin-top: 28px;
  position: relative;
  padding-bottom: 53px;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-top: 0;
  }
}
.p-schedule_entry::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/schedule/line_deco.png) repeat-x 0 center;
  background-size: 640px;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry::before {
    height: 7px;
    background-size: 500px;
  }
}
.p-schedule_entry__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry__ttl {
    margin-bottom: 12px;
  }
}
.p-schedule_entry__ttl::before, .p-schedule_entry__ttl::after {
  content: "";
  flex-grow: 1;
  height: 10px;
  background: url(../img/schedule/line_deco.png) repeat-x 0 center;
  background-size: 640px;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry__ttl::before, .p-schedule_entry__ttl::after {
    height: 7px;
    background-size: 500px;
  }
}
.p-schedule_entry__ttl h2 {
  width: 49%;
  margin: 0 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry__ttl h2 {
    margin: 0 8px;
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_entry__list {
    padding: 0 5%;
  }
}
.p-schedule_entry__list-item {
  line-height: 1.6;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry__list-item {
    line-height: 1.4;
    font-size: 10px;
  }
}
.p-schedule_entry__list-item + .p-schedule_entry__list-item {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-schedule_entry__list-item + .p-schedule_entry__list-item {
    margin-top: 2px;
  }
}

.p-schedule_flow {
  margin-top: 16px;
  padding-top: 70px;
}
@media screen and (max-width: 959px) {
  .p-schedule_flow {
    margin-top: 0px;
    padding-top: 50px;
  }
}
.p-schedule_flow__ttl {
  margin: 0 auto 23px;
  width: 21%;
}
@media screen and (max-width: 959px) {
  .p-schedule_flow__ttl {
    margin: 0 auto 10px;
  }
}
.p-schedule_flow__staff {
  display: flex;
  justify-content: space-between;
  padding: 0 4.5%;
}
@media screen and (max-width: 959px) {
  .p-schedule_flow__staff {
    padding: 0 10%;
  }
}
.p-schedule_flow__staff-list {
  width: 43%;
}
@media screen and (max-width: 959px) {
  .p-schedule_flow__staff-list {
    width: 45%;
  }
}
.p-schedule_flow__staff-list-item {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .p-schedule_flow__staff-list-item {
    font-size: 10px;
  }
}
.p-schedule_flow__staff-list-item + .p-schedule_flow__staff-list-item {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-schedule_flow__staff-list-item + .p-schedule_flow__staff-list-item {
    margin-top: 18px;
  }
}

.p-attention {
  position: relative;
  padding-top: 50px;
  margin-top: -15px;
}
@media screen and (max-width: 959px) {
  .p-attention {
    padding-top: 30px;
  }
}
.p-attention::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/schedule/wave_white.png) repeat-x 0 top;
  background-size: 105px;
}
@media screen and (max-width: 959px) {
  .p-attention::before {
    height: 30px;
    background-size: 80px;
  }
}
.p-attention__inner {
  background-color: #fff;
}
.p-attention__content {
  padding-top: 11px;
  margin: 0 auto;
  width: 90%;
  max-width: 690px;
}
.p-attention__ttl {
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
@media screen and (max-width: 959px) {
  .p-attention__ttl {
    margin-bottom: 11px;
    font-size: 19px;
  }
}
.p-attention__list-item {
  line-height: 1.6;
  font-size: 12px;
  position: relative;
  padding-left: 13px;
}
@media screen and (max-width: 959px) {
  .p-attention__list-item {
    line-height: 1.4;
    font-size: 10px;
    padding-left: 10px;
  }
}
.p-attention__list-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}