@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 {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-brawn: #705058;
  --color-pink: #ff4861;
  --color-blue: #16202c;
  --color-shadow: 0px 0px 30px 0px rgba(143, 111, 117, 0.3);
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --font-jp: "Noto Serif JP","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  --font-en: "Cormorant","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

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

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
  color: var(--color-brawn);
  background: url(../img/bg_ptn.jpg) repeat center/1400px auto;
}

h2,
h3 {
  font-weight: 400;
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

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

.p-main {
  margin-bottom: 152px;
  position: relative;
}
.p-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_deco3.png) repeat-y left top/100% auto;
  pointer-events: none;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
  opacity: 0;
}
.is-load .p-main::before {
  opacity: 1;
}
.p-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_deco1.png) no-repeat left top/100% auto;
  pointer-events: none;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
  opacity: 0;
}
.is-load .p-main::after {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-main {
    margin-bottom: 20.4%;
  }
}

.p-main__deco-item {
  width: 36%;
  max-width: 499px;
  position: absolute;
  top: 9.3%;
}
.p-main__deco-item img {
  width: 100%;
  transition: opacity 0.8s var(--ease-main);
  opacity: 0;
}
.is-load .p-main__deco-item img {
  opacity: 1;
}
.p-main__deco-item:nth-of-type(1) {
  top: 9.8%;
  transition-delay: 0.1s;
}
.p-main__deco-item:nth-of-type(2) {
  top: 17.8%;
  transition-delay: 0.2s;
}
.p-main__deco-item:nth-of-type(3) {
  top: 25.8%;
  transition-delay: 0.3s;
}
.p-main__deco-item:nth-of-type(4) {
  top: 33.8%;
  transition-delay: 0.4s;
}
.p-main__deco-item:nth-of-type(5) {
  top: 41.8%;
  transition-delay: 0.5s;
}
.p-main__deco-item:nth-of-type(6) {
  top: 49.8%;
  transition-delay: 0.6s;
}
.p-main__deco-item:nth-of-type(7) {
  top: 57.8%;
  transition-delay: 0.7s;
}
.p-main__deco-item:nth-of-type(8) {
  top: 65.8%;
  transition-delay: 0.8s;
}
.p-main__deco-item:nth-of-type(9) {
  top: 73.8%;
  transition-delay: 0.9s;
}
.p-main__deco-item:nth-of-type(10) {
  top: 81.8%;
  transition-delay: 1s;
}
.p-main__deco-item:nth-of-type(11) {
  top: 89.8%;
  transition-delay: 1.1s;
}
.p-main__deco-item:nth-of-type(12) {
  top: 97.8%;
  transition-delay: 1.2s;
}
.p-main__deco-item:nth-of-type(13) {
  top: 105.8%;
  transition-delay: 1.3s;
}
.p-main__deco-item:nth-of-type(14) {
  top: 113.8%;
  transition-delay: 1.4s;
}
.p-main__deco-item:nth-of-type(15) {
  top: 121.8%;
  transition-delay: 1.5s;
}
.p-main__deco-item:nth-of-type(16) {
  top: 129.8%;
  transition-delay: 1.6s;
}
.p-main__deco-item:nth-of-type(17) {
  top: 137.8%;
  transition-delay: 1.7s;
}
.p-main__deco-item:nth-of-type(18) {
  top: 145.8%;
  transition-delay: 1.8s;
}
.p-main__deco-item:nth-of-type(19) {
  top: 153.8%;
  transition-delay: 1.9s;
}
.p-main__deco-item:nth-of-type(20) {
  top: 161.8%;
  transition-delay: 2s;
}
@media screen and (max-width: 899px) {
  .p-main__deco-item {
    width: 65%;
  }
}
.p-main__deco-item:nth-of-type(even) {
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-main__deco-item:nth-of-type(even) {
    transform: translateX(-71%);
  }
}
.p-main__deco-item:nth-of-type(odd) {
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 899px) {
  .p-main__deco-item:nth-of-type(odd) {
    transform: translateX(71%);
  }
}
.p-main__deco-item img {
  animation: rotate 50s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.p-kv {
  padding: 80px 0 110px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-kv {
    padding: 10.6% 0 15%;
  }
}

.p-kv__title {
  width: 672px;
  margin: 0 auto 94px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.is-load .p-kv__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__title {
    width: 95%;
    margin: 0 auto 11.5%;
  }
}
.p-kv__title img {
  width: 100%;
}

.p-kv__date {
  display: flex;
  align-items: center;
  width: 548px;
  margin: 0 auto 32px;
  padding: 28px 42px;
  background: url(../img/frame_date_pc.png) no-repeat center/cover;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
.is-load .p-kv__date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__date {
    width: 89%;
    margin: 0 auto 3.8vw;
    padding: 4.5%;
    background: url(../img/frame_date_sp.png) no-repeat center/cover;
  }
}
.p-kv__date-head {
  padding-right: 70px;
  font-size: 1.9rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv__date-head {
    padding-right: 14%;
    font-size: 3.4vw;
  }
}
.p-kv__date-head::before {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background-color: var(--color-black);
}
.p-kv__date-text {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 899px) {
  .p-kv__date-text {
    font-size: 4vw;
    letter-spacing: 0.01em;
  }
}
.p-kv__date-text span {
  font-family: var(--font-en);
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-kv__date-text span {
    font-size: 3.6vw;
  }
}

.p-kv__lead {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.2s, opacity 0.8s var(--ease-main) 0.2s;
}
.is-load .p-kv__lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__lead {
    font-size: 3.8vw;
  }
}

.p-contents {
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-contents {
    margin-bottom: 18.5%;
  }
}

.p-contents__block {
  margin-bottom: 160px;
}
@media screen and (max-width: 899px) {
  .p-contents__block {
    margin-bottom: 22vw;
  }
}
.p-contents__block:last-of-type {
  margin-bottom: 0;
}
.p-contents__head {
  width: 286px;
  margin: 0 auto 68px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.is-active.p-scroll .p-contents__head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-contents__head {
    width: 38%;
    margin: 0 auto 9.5%;
  }
}

.p-contents__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 899px) {
  .p-contents__item {
    margin-bottom: 10.7%;
  }
}
.p-contents__item:last-of-type {
  margin-bottom: 0;
}
.p-contents__item-image {
  margin: 0 auto;
  box-shadow: var(--color-shadow);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
.is-active.p-scroll .p-contents__item-image {
  opacity: 1;
  transform: translateY(0);
}
.--top .p-contents__item-image {
  width: 640px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 899px) {
  .--top .p-contents__item-image {
    width: 85%;
    margin: 0 auto 5%;
  }
}
.--sub .p-contents__item-image {
  width: 500px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 899px) {
  .--sub .p-contents__item-image {
    width: 56%;
    margin: 0 auto 3.6%;
  }
}
.--sub .p-contents__item-image.--land {
  width: 695px;
}
@media screen and (max-width: 899px) {
  .--sub .p-contents__item-image.--land {
    width: 78.6%;
  }
}
.p-contents__item-detail {
  width: 460px;
  margin: 0 auto;
  padding: 30px 20px 32px;
  text-align: center;
  background: url(../img/frame_name_pc.png) no-repeat center/contain;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.2s, opacity 0.8s var(--ease-main) 0.2s;
}
.is-active.p-scroll .p-contents__item-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-contents__item-detail {
    width: 60.9%;
    padding: 5.2% 4.7% 5.3%;
    background: url(../img/frame_name_sp.png) no-repeat center/contain;
  }
}
.--sub .p-contents__item-detail {
  width: 370px;
  padding: 26px 20px 24px;
}
@media screen and (max-width: 899px) {
  .--sub .p-contents__item-detail {
    width: 51%;
    padding: 4.2% 4.7% 4.1%;
  }
}
.p-contents__item-detail .p-in-name {
  font-size: 2.6rem;
}
@media screen and (max-width: 899px) {
  .p-contents__item-detail .p-in-name {
    font-size: 4.2vw;
  }
}
.--sub .p-contents__item-detail .p-in-name {
  font-size: 2.2rem;
}
@media screen and (max-width: 899px) {
  .--sub .p-contents__item-detail .p-in-name {
    font-size: 3.5vw;
    letter-spacing: -0.04em;
  }
}
.p-contents__item-detail .p-in-name small {
  font-size: 2rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-contents__item-detail .p-in-name small {
    font-size: 3vw;
  }
}
.p-contents__item-detail .p-in-link {
  font-size: 1.8rem;
  margin-top: 11px;
}
@media screen and (max-width: 899px) {
  .p-contents__item-detail .p-in-link {
    font-size: 3.2vw;
    margin-top: 3.8%;
  }
}
.--sub .p-contents__item-detail .p-in-link {
  font-size: 1.5rem;
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .--sub .p-contents__item-detail .p-in-link {
    font-size: 3.2vw;
    margin-top: 5%;
  }
}
.p-contents__item-detail .p-in-link a {
  color: var(--color-pink);
  transition: opacity 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-contents__item-detail .p-in-link a:hover {
    opacity: 0.5;
  }
}

.p-prize {
  position: relative;
}

.p-prize__title {
  margin-bottom: 47px;
  font-size: 6.2rem;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.is-active.p-scroll .p-prize__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-prize__title {
    margin-bottom: 5%;
    font-size: 11vw;
  }
}
.p-prize__title .p-in-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: transparent;
  background: linear-gradient(to right, #ed8599, #f19a86, #ed8599);
  -webkit-background-clip: text;
  background-clip: text;
}
.p-prize__title .u-en {
  display: block;
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: var(--color-brawn);
}
@media screen and (max-width: 899px) {
  .p-prize__title .u-en {
    font-size: 3vw;
  }
}
.p-prize__title .p-in-deco {
  display: block;
  width: 196px;
  margin: 11px auto 7px;
}
@media screen and (max-width: 899px) {
  .p-prize__title .p-in-deco {
    width: 35%;
    margin: 1% auto 0;
  }
}

.p-prize__contents {
  width: 800px;
  margin: 0 auto 78px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.1s, opacity 0.8s var(--ease-main) 0.1s;
}
.is-active.p-scroll .p-prize__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-prize__contents {
    width: 89%;
    margin: 0 auto 11%;
  }
}
.p-prize__contents-list-item {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(112, 80, 88, 0.3);
}
@media screen and (max-width: 899px) {
  .p-prize__contents-list-item {
    padding: 2.8% 0;
  }
}
.p-prize__contents-list-item:first-of-type {
  border-top: 1px solid rgba(112, 80, 88, 0.3);
}
.p-prize__contents-list-item .p-in-head {
  width: 120px;
  margin-right: 80px;
}
@media screen and (max-width: 899px) {
  .p-prize__contents-list-item .p-in-head {
    width: 18%;
    margin-right: 7%;
  }
}
.p-prize__contents-list-item .p-in-text {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-prize__contents-list-item .p-in-text {
    font-size: 4vw;
  }
}

.p-prize__box {
  width: 800px;
  margin: 0 auto 40px;
  padding: 40px;
  background-color: rgba(255, 72, 97, 0.05);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.8s var(--ease-main) 0.2s, opacity 0.8s var(--ease-main) 0.2s;
}
.is-active.p-scroll .p-prize__box {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-prize__box {
    width: 89%;
    margin: 0 auto 5%;
    padding: 6% 5%;
  }
}
.p-prize__box:last-of-type {
  margin-bottom: 0;
}
.p-prize__box-head {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-prize__box-head {
    margin-bottom: 5%;
    font-size: 4vw;
  }
}
.p-prize__box-list-item {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 899px) {
  .p-prize__box-list-item {
    font-size: 2.9vw;
    line-height: 1.8;
  }
}
.p-prize__box-detail {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-prize__box-detail {
    font-size: 1.3rem;
  }
}

.p-footer {
  background-color: var(--color-blue);
  position: relative;
}
.p-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/line.png) repeat-x left top/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-footer::before {
    height: 10px;
  }
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto;
  padding: 78px 0 60px;
}
@media screen and (max-width: 899px) {
  .p-footer__inner {
    flex-direction: column-reverse;
    padding: 12% 0;
  }
}

.p-footer__sns {
  margin-bottom: 34px;
}
@media screen and (max-width: 899px) {
  .p-footer__sns {
    margin-bottom: 8.6%;
  }
}
.p-footer__sns-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-footer__sns-list {
    justify-content: center;
  }
}
.p-footer__sns-list-item {
  width: 33px;
  margin-right: 12px;
}
@media screen and (max-width: 899px) {
  .p-footer__sns-list-item {
    width: 26px;
  }
}
.p-footer__sns-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .p-footer__sns-list-item:hover svg {
    fill: var(--color-pink);
  }
}
.p-footer__sns-list-item svg {
  display: block;
  width: 100%;
  fill: var(--color-white);
  transition: fill 0.6s var(--ease-main);
}

.p-footer__link {
  margin-bottom: 28px;
}
.p-footer__link-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-footer__link-list {
    justify-content: center;
  }
}
.p-footer__link-list-item {
  padding-right: 36px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-footer__link-list-item {
    padding-right: 7.8%;
  }
}
.p-footer__link-list-item:last-of-type {
  padding-right: 0;
}
.p-footer__link-list-item:last-of-type::before {
  display: none;
}
.p-footer__link-list-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-footer__link-list-item::before {
    height: 12px;
    right: 13px;
  }
}
.p-footer__link-list-item a {
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  color: var(--color-white);
  transition: color 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-footer__link-list-item a:hover {
    color: var(--color-pink);
  }
}
@media screen and (max-width: 899px) {
  .p-footer__link-list-item a {
    font-size: 3.4vw;
  }
}

.p-footer__copy {
  color: var(--color-white);
  font-size: 1.1rem;
  line-height: 1.45;
}
@media screen and (max-width: 899px) {
  .p-footer__copy {
    font-size: 2.7vw;
    text-align: center;
  }
}

.p-footer__logo {
  width: 242px;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-footer__logo:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-footer__logo {
    width: 55%;
    margin: 0 auto 9%;
  }
}