@charset "UTF-8";
.c-article {
  position: relative;
  text-decoration: none;
  display: block;
}
.c-article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../img/common/frame_deco-bottomC.png) repeat-X;
  background-size: contain;
  width: calc(100% - 27px);
  height: 24px;
}
@media screen and (min-width: 1920pxpx) {
  .c-article::before {
    width: 93%;
  }
}
.c-article__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .c-article__container {
    padding: 0 19px;
  }
}
.c-article__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/frame_deco-bottomL.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.c-article__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/frame_deco-bottomR.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.c-article__img {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .c-article__img {
    margin-top: 15px;
  }
}
.c-article__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background: url(../img/common/frame_deco-mainL.png) repeat-y;
  background-size: contain;
  width: 24px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .c-article__img::before {
    left: -19px;
  }
}
.c-article__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  background: url(../img/common/frame_deco-mainR.png) repeat-y;
  background-size: contain;
  width: 24px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .c-article__img::after {
    right: -19px;
  }
}
.c-article__thumb {
  position: relative;
  padding-top: 75%;
}
.c-article__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-article__thumb-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--color-porple);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .c-article:hover .c-article__thumb-img::before {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.c-article__header {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  font-family: "Cinzel", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.c-article__header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/common/frame_deco-left.png) no-repeat;
  background-size: contain;
  width: 54px;
  height: 40px;
}
@media screen and (max-width: 900px) {
  .c-article__header::before {
    width: 34px;
    height: 20px;
  }
}
.c-article__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/common/frame_deco-right.png) no-repeat;
  background-size: contain;
  width: 54px;
  height: 40px;
}
@media screen and (max-width: 900px) {
  .c-article__header::after {
    width: 34px;
    height: 20px;
    right: -25px;
  }
}
.c-article__date {
  position: relative;
  font-size: 22px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 750px) {
  .c-article__date {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.c-article__date::before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../img/common/frame_deco-top.png) no-repeat;
  background-size: contain;
  width: 52px;
  height: 56px;
}
@media screen and (max-width: 900px) {
  .c-article__date::before {
    top: -39px;
    width: 27px;
    height: 31px;
  }
}
.is-scroll .p-top_goods__item .c-article__date::before {
  -webkit-transform: rotate(0) translate(-50%, 0);
  transform: rotate(0) translate(-50%, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-scroll .p-top_goods__item:nth-child(1) .c-article__date {
  -webkit-transition-delay: 0.5s, 0.5s;
  transition-delay: 0.5s, 0.5s;
}
.is-scroll .p-top_goods__item:nth-child(1) .c-article__date::before {
  -webkit-transition-delay: 0.9s, 0.9s;
  transition-delay: 0.9s, 0.9s;
}
.is-scroll .p-top_goods__item:nth-child(2) .c-article__date {
  -webkit-transition-delay: 0.6s, 0.6s;
  transition-delay: 0.6s, 0.6s;
}
.is-scroll .p-top_goods__item:nth-child(2) .c-article__date::before {
  -webkit-transition-delay: 1s, 1s;
  transition-delay: 1s, 1s;
}
.is-scroll .p-top_goods__item:nth-child(3) .c-article__date {
  -webkit-transition-delay: 0.7s, 0.7s;
  transition-delay: 0.7s, 0.7s;
}
.is-scroll .p-top_goods__item:nth-child(3) .c-article__date::before {
  -webkit-transition-delay: 1.1s, 1.1s;
  transition-delay: 1.1s, 1.1s;
}
.is-scroll .p-top_goods__item:nth-child(4) .c-article__date {
  -webkit-transition-delay: 0.8s, 0.8s;
  transition-delay: 0.8s, 0.8s;
}
.is-scroll .p-top_goods__item:nth-child(4) .c-article__date::before {
  -webkit-transition-delay: 1.2s, 1.2s;
  transition-delay: 1.2s, 1.2s;
}
.is-scroll .p-top_goods__item:nth-child(5) .c-article__date {
  -webkit-transition-delay: 0.9s, 0.9s;
  transition-delay: 0.9s, 0.9s;
}
.is-scroll .p-top_goods__item:nth-child(5) .c-article__date::before {
  -webkit-transition-delay: 1.3s, 1.3s;
  transition-delay: 1.3s, 1.3s;
}
.is-scroll .p-top_goods__item:nth-child(6) .c-article__date {
  -webkit-transition-delay: 1s, 1s;
  transition-delay: 1s, 1s;
}
.is-scroll .p-top_goods__item:nth-child(6) .c-article__date::before {
  -webkit-transition-delay: 1.4s, 1.4s;
  transition-delay: 1.4s, 1.4s;
}
.is-scroll .p-top_goods__item:nth-child(7) .c-article__date {
  -webkit-transition-delay: 1.1s, 1.1s;
  transition-delay: 1.1s, 1.1s;
}
.is-scroll .p-top_goods__item:nth-child(7) .c-article__date::before {
  -webkit-transition-delay: 1.5s, 1.5s;
  transition-delay: 1.5s, 1.5s;
}
.is-scroll .p-top_goods__item:nth-child(8) .c-article__date {
  -webkit-transition-delay: 1.2s, 1.2s;
  transition-delay: 1.2s, 1.2s;
}
.is-scroll .p-top_goods__item:nth-child(8) .c-article__date::before {
  -webkit-transition-delay: 1.6s, 1.6s;
  transition-delay: 1.6s, 1.6s;
}
.is-scroll .p-top_goods__item:nth-child(9) .c-article__date {
  -webkit-transition-delay: 1.3s, 1.3s;
  transition-delay: 1.3s, 1.3s;
}
.is-scroll .p-top_goods__item:nth-child(9) .c-article__date::before {
  -webkit-transition-delay: 1.7s, 1.7s;
  transition-delay: 1.7s, 1.7s;
}
.is-scroll .p-top_goods__item:nth-child(10) .c-article__date {
  -webkit-transition-delay: 1.4s, 1.4s;
  transition-delay: 1.4s, 1.4s;
}
.is-scroll .p-top_goods__item:nth-child(10) .c-article__date::before {
  -webkit-transition-delay: 1.8s, 1.8s;
  transition-delay: 1.8s, 1.8s;
}
.is-scroll .p-top_goods__item:nth-child(11) .c-article__date {
  -webkit-transition-delay: 1.5s, 1.5s;
  transition-delay: 1.5s, 1.5s;
}
.is-scroll .p-top_goods__item:nth-child(11) .c-article__date::before {
  -webkit-transition-delay: 1.9s, 1.9s;
  transition-delay: 1.9s, 1.9s;
}
.is-scroll .p-top_goods__item:nth-child(12) .c-article__date {
  -webkit-transition-delay: 1.6s, 1.6s;
  transition-delay: 1.6s, 1.6s;
}
.is-scroll .p-top_goods__item:nth-child(12) .c-article__date::before {
  -webkit-transition-delay: 2s, 2s;
  transition-delay: 2s, 2s;
}
.is-scroll .p-top_goods__item:nth-child(13) .c-article__date {
  -webkit-transition-delay: 1.7s, 1.7s;
  transition-delay: 1.7s, 1.7s;
}
.is-scroll .p-top_goods__item:nth-child(13) .c-article__date::before {
  -webkit-transition-delay: 2.1s, 2.1s;
  transition-delay: 2.1s, 2.1s;
}
.is-scroll .p-top_goods__item:nth-child(14) .c-article__date {
  -webkit-transition-delay: 1.8s, 1.8s;
  transition-delay: 1.8s, 1.8s;
}
.is-scroll .p-top_goods__item:nth-child(14) .c-article__date::before {
  -webkit-transition-delay: 2.2s, 2.2s;
  transition-delay: 2.2s, 2.2s;
}
.is-scroll .p-top_goods__item:nth-child(15) .c-article__date {
  -webkit-transition-delay: 1.9s, 1.9s;
  transition-delay: 1.9s, 1.9s;
}
.is-scroll .p-top_goods__item:nth-child(15) .c-article__date::before {
  -webkit-transition-delay: 2.3s, 2.3s;
  transition-delay: 2.3s, 2.3s;
}
.is-scroll .p-top_goods__item:nth-child(16) .c-article__date {
  -webkit-transition-delay: 2s, 2s;
  transition-delay: 2s, 2s;
}
.is-scroll .p-top_goods__item:nth-child(16) .c-article__date::before {
  -webkit-transition-delay: 2.4s, 2.4s;
  transition-delay: 2.4s, 2.4s;
}
.is-scroll .p-top_goods__item:nth-child(17) .c-article__date {
  -webkit-transition-delay: 2.1s, 2.1s;
  transition-delay: 2.1s, 2.1s;
}
.is-scroll .p-top_goods__item:nth-child(17) .c-article__date::before {
  -webkit-transition-delay: 2.5s, 2.5s;
  transition-delay: 2.5s, 2.5s;
}
.is-scroll .p-top_goods__item:nth-child(18) .c-article__date {
  -webkit-transition-delay: 2.2s, 2.2s;
  transition-delay: 2.2s, 2.2s;
}
.is-scroll .p-top_goods__item:nth-child(18) .c-article__date::before {
  -webkit-transition-delay: 2.6s, 2.6s;
  transition-delay: 2.6s, 2.6s;
}
.is-scroll .p-top_goods__item:nth-child(19) .c-article__date {
  -webkit-transition-delay: 2.3s, 2.3s;
  transition-delay: 2.3s, 2.3s;
}
.is-scroll .p-top_goods__item:nth-child(19) .c-article__date::before {
  -webkit-transition-delay: 2.7s, 2.7s;
  transition-delay: 2.7s, 2.7s;
}
.is-scroll .p-top_goods__item:nth-child(20) .c-article__date {
  -webkit-transition-delay: 2.4s, 2.4s;
  transition-delay: 2.4s, 2.4s;
}
.is-scroll .p-top_goods__item:nth-child(20) .c-article__date::before {
  -webkit-transition-delay: 2.8s, 2.8s;
  transition-delay: 2.8s, 2.8s;
}
.is-scroll .p-top_goods__item:nth-child(21) .c-article__date {
  -webkit-transition-delay: 2.5s, 2.5s;
  transition-delay: 2.5s, 2.5s;
}
.is-scroll .p-top_goods__item:nth-child(21) .c-article__date::before {
  -webkit-transition-delay: 2.9s, 2.9s;
  transition-delay: 2.9s, 2.9s;
}
.c-article__category {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 750px) {
  .c-article__category {
    margin-top: 5px;
    font-size: 10px;
  }
}
.c-article__inner {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 26px 17px 30px;
  padding: 26px 17px 50px;
}
@media screen and (max-width: 900px) {
  .c-article__inner {
    padding: 9px 0px 10px;
    padding: 9px 0px 25px;
  }
}
.c-article__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background: url(../img/common/frame_deco-mainL.png) repeat-y;
  background-size: contain;
  width: 24px;
  height: 100%;
  height: calc(100% - 20px);
}
@media screen and (max-width: 900px) {
  .c-article__inner::before {
    left: -19px;
    height: calc(100% - 15px);
  }
}
.c-article__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  background: url(../img/common/frame_deco-mainR.png) repeat-y;
  background-size: contain;
  width: 24px;
  height: 100%;
  height: calc(100% - 20px);
}
@media screen and (max-width: 900px) {
  .c-article__inner::after {
    right: -19px;
    height: calc(100% - 15px);
  }
}
.c-article__title {
  line-height: 1.65;
  letter-spacing: 3.2px;
  font-size: 15.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
@media screen and (min-width: 901px) {
  .c-article:hover .c-article__title {
    color: var(--color-porple);
    -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
@media screen and (max-width: 750px) {
  .c-article__title {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 2.4px;
  }
}

@-webkit-keyframes anime_01 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes anime_01 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.l-header__logo {
  display: none;
}

/*============================
op
============================*/
.p-op {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
  opacity: 1;
}
.is-load .p-op {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1.6s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1.6s;
}
.is-op-skip .p-op {
  display: none;
}
.p-op__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_contentsA-1.jpg) no-repeat;
  background-size: cover;
}
.p-op__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_contentsB-1.jpg) no-repeat;
  background-size: cover;
  -webkit-animation: anime_01 2s linear infinite 0s;
  animation: anime_01 2s linear infinite 0s;
}
.is-op-anime .p-op__bg::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.is-op-skip .p-op__bg::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.p-op__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-op__deco-img {
  position: absolute;
}
@media screen and (max-width: 900px) {
  .p-op__deco-img {
    width: 18%;
  }
}
.p-op__deco-img.-topL {
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 900px) {
  .p-op__deco-img.-topL {
    top: 15px;
    left: 15px;
  }
}
.p-op__deco-img.-topR {
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 900px) {
  .p-op__deco-img.-topR {
    top: 15px;
    right: 15px;
  }
}
.p-op__deco-img.-bottomL {
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 900px) {
  .p-op__deco-img.-bottomL {
    bottom: 15px;
    left: 15px;
  }
}
.p-op__deco-img.-bottomR {
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 900px) {
  .p-op__deco-img.-bottomR {
    bottom: 15px;
    right: 15px;
  }
}
.p-op__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45%;
  max-width: 710px;
}
@media screen and (max-width: 900px) {
  .p-op__logo {
    width: 70%;
  }
}
.p-op__logo-img {
  opacity: 0;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.is-load .p-op__logo-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.p-op__logo-img figure img {
  width: 100%;
}

/*============================
hero
============================*/
.p-hero {
  position: relative;
  width: 100%;
  background: url(../img/common/bg_contentsA-1.jpg) no-repeat;
  background-size: cover;
}
.p-hero__outer {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-hero__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-hero__kv {
  position: relative;
  width: 57.5%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-hero__kv {
    width: 100%;
  }
}
.p-hero__kv-img {
  position: relative;
  max-width: 1100px;
}
.p-hero__kv-img figure {
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.is-op .p-hero__kv-img figure {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s, transform 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s, transform 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 1.75s;
}
.is-op-skip .p-hero__kv-img figure {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-hero__catch {
  position: absolute;
  top: 4.5%;
  right: 3.2%;
  width: 5.7%;
  max-width: 1100px;
}
@media screen and (max-width: 900px) {
  .p-hero__catch {
    top: 17.9%;
    right: 3.5%;
    width: 5.65%;
  }
}
.p-hero__catch-img {
  opacity: 0;
}
.is-op .p-hero__catch-img {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.45s;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.45s;
}
.is-op-skip .p-hero__catch-img {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-hero__content {
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100vh;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-hero__content {
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 901px) {
  .p-hero__content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__content-inner {
    padding: 30px 0;
  }
}
.p-hero__logo {
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    width: 70%;
    max-width: 532px;
  }
}
.p-hero__logo-img figure {
  opacity: 0;
}
.is-op .p-hero__logo-img figure {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.45s;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.45s;
}
.is-op-skip .p-hero__logo-img figure {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-hero__logo-img figure img {
  width: 100%;
}
.p-hero__onair {
  width: 65%;
  margin: 35px auto 0;
}
@media screen and (max-width: 900px) {
  .p-hero__onair {
    width: 57%;
    max-width: 476px;
    margin-top: 20px;
  }
}
.p-hero__onair-img {
  opacity: 0;
}
.is-op .p-hero__onair-img {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.45s;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.45s;
}
.is-op-skip .p-hero__onair-img {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-hero__onair-img figure img {
  width: 100%;
}
.p-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 3%;
  width: 8%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .p-hero__scroll {
    display: none;
  }
}
/*============================
top-wrap
============================*/
@media screen and (max-width: 900px) {
  .p-top-wrap {
    overflow: hidden;
  }
}

.p-top_cont__inner {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-top_cont__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1272px;
  }
}
.p-top_cont__contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 4.5%;
  padding: 77px 0;
}
@media screen and (max-width: 900px) {
  .p-top_cont__contents {
    overflow: hidden;
    padding: 40px 0 46px;
    margin: 0;
    width: 100%;
  }
}
.p-top_cont__btm {
  margin-top: 77px;
}
@media screen and (max-width: 900px) {
  .p-top_cont__btm {
    margin-top: 40px;
  }
}

/*============================
news
============================*/
@media screen and (min-width: 901px) {
  .p-top_news {
    width: 100%;
  }
}
.p-top_news__ttl {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-top_news__ttl {
    max-width: 750px;
    width: 100%;
  }
}
.p-top_news__ttl-img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0;
}
.is-scroll .p-top_news__ttl-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
.p-top_news__cont {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-top_news__cont {
    margin-top: 59px;
  }
}
.p-top_news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 901px) {
  .p-top_news__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top_news__item {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .p-top_news__item {
    width: 47%;
    margin-left: 5.5%;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  .p-top_news__item {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .p-top_news__item:nth-of-type(odd) {
    margin-left: 0;
  }
  .p-top_news__item:nth-of-type(n + 3) {
    margin-top: 118px;
  }
}
@media screen and (max-width: 900px) {
  .p-top_news__item {
    width: 73%;
    margin: 0 auto;
  }
}
.is-scroll .p-top_news__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.is-scroll .p-top_news__item:nth-child(1) {
  -webkit-transition-delay: 0.5s, 0.5s;
  transition-delay: 0.5s, 0.5s;
}
.is-scroll .p-top_news__item:nth-child(1) .c-article__date::before {
  -webkit-transition-delay: 0.9s, 0.9s;
  transition-delay: 0.9s, 0.9s;
}
.is-scroll .p-top_news__item:nth-child(2) {
  -webkit-transition-delay: 0.6s, 0.6s;
  transition-delay: 0.6s, 0.6s;
}
.is-scroll .p-top_news__item:nth-child(2) .c-article__date::before {
  -webkit-transition-delay: 1s, 1s;
  transition-delay: 1s, 1s;
}
.is-scroll .p-top_news__item:nth-child(3) {
  -webkit-transition-delay: 0.7s, 0.7s;
  transition-delay: 0.7s, 0.7s;
}
.is-scroll .p-top_news__item:nth-child(3) .c-article__date::before {
  -webkit-transition-delay: 1.1s, 1.1s;
  transition-delay: 1.1s, 1.1s;
}
.is-scroll .p-top_news__item:nth-child(4) {
  -webkit-transition-delay: 0.8s, 0.8s;
  transition-delay: 0.8s, 0.8s;
}
.is-scroll .p-top_news__item:nth-child(4) .c-article__date::before {
  -webkit-transition-delay: 1.2s, 1.2s;
  transition-delay: 1.2s, 1.2s;
}
.is-scroll .p-top_news__item:nth-child(5) {
  -webkit-transition-delay: 0.9s, 0.9s;
  transition-delay: 0.9s, 0.9s;
}
.is-scroll .p-top_news__item:nth-child(5) .c-article__date::before {
  -webkit-transition-delay: 1.3s, 1.3s;
  transition-delay: 1.3s, 1.3s;
}
.is-scroll .p-top_news__item:nth-child(6) {
  -webkit-transition-delay: 1s, 1s;
  transition-delay: 1s, 1s;
}
.is-scroll .p-top_news__item:nth-child(6) .c-article__date::before {
  -webkit-transition-delay: 1.4s, 1.4s;
  transition-delay: 1.4s, 1.4s;
}
.is-scroll .p-top_news__item:nth-child(7) {
  -webkit-transition-delay: 1.1s, 1.1s;
  transition-delay: 1.1s, 1.1s;
}
.is-scroll .p-top_news__item:nth-child(7) .c-article__date::before {
  -webkit-transition-delay: 1.5s, 1.5s;
  transition-delay: 1.5s, 1.5s;
}
.is-scroll .p-top_news__item:nth-child(8) {
  -webkit-transition-delay: 1.2s, 1.2s;
  transition-delay: 1.2s, 1.2s;
}
.is-scroll .p-top_news__item:nth-child(8) .c-article__date::before {
  -webkit-transition-delay: 1.6s, 1.6s;
  transition-delay: 1.6s, 1.6s;
}
.is-scroll .p-top_news__item:nth-child(9) {
  -webkit-transition-delay: 1.3s, 1.3s;
  transition-delay: 1.3s, 1.3s;
}
.is-scroll .p-top_news__item:nth-child(9) .c-article__date::before {
  -webkit-transition-delay: 1.7s, 1.7s;
  transition-delay: 1.7s, 1.7s;
}
.is-scroll .p-top_news__item:nth-child(10) {
  -webkit-transition-delay: 1.4s, 1.4s;
  transition-delay: 1.4s, 1.4s;
}
.is-scroll .p-top_news__item:nth-child(10) .c-article__date::before {
  -webkit-transition-delay: 1.8s, 1.8s;
  transition-delay: 1.8s, 1.8s;
}
.is-scroll .p-top_news__item:nth-child(11) {
  -webkit-transition-delay: 1.5s, 1.5s;
  transition-delay: 1.5s, 1.5s;
}
.is-scroll .p-top_news__item:nth-child(11) .c-article__date::before {
  -webkit-transition-delay: 1.9s, 1.9s;
  transition-delay: 1.9s, 1.9s;
}
.is-scroll .p-top_news__item:nth-child(12) {
  -webkit-transition-delay: 1.6s, 1.6s;
  transition-delay: 1.6s, 1.6s;
}
.is-scroll .p-top_news__item:nth-child(12) .c-article__date::before {
  -webkit-transition-delay: 2s, 2s;
  transition-delay: 2s, 2s;
}
.is-scroll .p-top_news__item:nth-child(13) {
  -webkit-transition-delay: 1.7s, 1.7s;
  transition-delay: 1.7s, 1.7s;
}
.is-scroll .p-top_news__item:nth-child(13) .c-article__date::before {
  -webkit-transition-delay: 2.1s, 2.1s;
  transition-delay: 2.1s, 2.1s;
}
.is-scroll .p-top_news__item:nth-child(14) {
  -webkit-transition-delay: 1.8s, 1.8s;
  transition-delay: 1.8s, 1.8s;
}
.is-scroll .p-top_news__item:nth-child(14) .c-article__date::before {
  -webkit-transition-delay: 2.2s, 2.2s;
  transition-delay: 2.2s, 2.2s;
}
.is-scroll .p-top_news__item:nth-child(15) {
  -webkit-transition-delay: 1.9s, 1.9s;
  transition-delay: 1.9s, 1.9s;
}
.is-scroll .p-top_news__item:nth-child(15) .c-article__date::before {
  -webkit-transition-delay: 2.3s, 2.3s;
  transition-delay: 2.3s, 2.3s;
}
.is-scroll .p-top_news__item:nth-child(16) {
  -webkit-transition-delay: 2s, 2s;
  transition-delay: 2s, 2s;
}
.is-scroll .p-top_news__item:nth-child(16) .c-article__date::before {
  -webkit-transition-delay: 2.4s, 2.4s;
  transition-delay: 2.4s, 2.4s;
}
.is-scroll .p-top_news__item:nth-child(17) {
  -webkit-transition-delay: 2.1s, 2.1s;
  transition-delay: 2.1s, 2.1s;
}
.is-scroll .p-top_news__item:nth-child(17) .c-article__date::before {
  -webkit-transition-delay: 2.5s, 2.5s;
  transition-delay: 2.5s, 2.5s;
}
.is-scroll .p-top_news__item:nth-child(18) {
  -webkit-transition-delay: 2.2s, 2.2s;
  transition-delay: 2.2s, 2.2s;
}
.is-scroll .p-top_news__item:nth-child(18) .c-article__date::before {
  -webkit-transition-delay: 2.6s, 2.6s;
  transition-delay: 2.6s, 2.6s;
}
.is-scroll .p-top_news__item:nth-child(19) {
  -webkit-transition-delay: 2.3s, 2.3s;
  transition-delay: 2.3s, 2.3s;
}
.is-scroll .p-top_news__item:nth-child(19) .c-article__date::before {
  -webkit-transition-delay: 2.7s, 2.7s;
  transition-delay: 2.7s, 2.7s;
}
.is-scroll .p-top_news__item:nth-child(20) {
  -webkit-transition-delay: 2.4s, 2.4s;
  transition-delay: 2.4s, 2.4s;
}
.is-scroll .p-top_news__item:nth-child(20) .c-article__date::before {
  -webkit-transition-delay: 2.8s, 2.8s;
  transition-delay: 2.8s, 2.8s;
}
.is-scroll .p-top_news__item:nth-child(21) {
  -webkit-transition-delay: 2.5s, 2.5s;
  transition-delay: 2.5s, 2.5s;
}
.is-scroll .p-top_news__item:nth-child(21) .c-article__date::before {
  -webkit-transition-delay: 2.9s, 2.9s;
  transition-delay: 2.9s, 2.9s;
}
.p-top_news__item .c-article__date::before {
  -webkit-transform: rotate(15deg) translate(-50%, 0);
  transform: rotate(15deg) translate(-50%, 0);
  opacity: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.is-scroll .p-top_news__item .c-article__date::before {
  -webkit-transform: rotate(0) translate(-50%, 0);
  transform: rotate(0) translate(-50%, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-top_news .swiper-container {
  overflow: inherit;
}
.p-top_news__more {
  width: 52%;
  margin: 32px auto 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.p-top_news__more.is-scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-top_news__more {
    width: 70%;
    max-width: 520px;
    margin-top: 20px;
  }
}
.p-top_news__more-link {
  position: relative;
  display: block;
}
@media screen and (min-width: 901px) {
  .p-top_news__more-link:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.p-top_news__more-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10%;
  width: 100%;
  height: 70%;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--color-porple);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.p-top_news__more-link figure {
  position: relative;
}

/*============================
sns
============================*/
.p-top_sns {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  height: 100%;
  padding: 77px 0;
}
@media screen and (min-width: 901px) {
  .p-top_sns {
    max-width: 388px;
  }
}
@media screen and (max-width: 900px) {
  .p-top_sns {
    position: relative;
    margin-top: 45px;
    padding: 0;
  }
}
.p-top_sns__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.p-top_sns__ttl {
  width: 47%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-top_sns__ttl {
    max-width: 750px;
    width: 100%;
  }
}
.p-top_sns__ttl-img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0;
}
.is-scroll .p-top_sns__ttl-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
.p-top_sns__cont {
  height: 100%;
  height: 58vh;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: var(--color-black);
  padding: 10px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.p-top_sns__cont.is-scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-top_sns__cont {
    width: 80%;
    margin: 25px auto 0;
    padding: 10px;
  }
}
.p-top_sns__widget {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 901px) {
  .p-top_sns__widget > div {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .p-top_sns__widget .twitter-timeline {
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto;
  }
}
.p-top_sns__widget iframe {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-top_sns__widget iframe {
    height: 400px !important;
  }
}
.p-top_sns__more {
  width: 100%;
  margin: 40px auto 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.p-top_sns__more.is-scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-top_sns__more {
    width: 70%;
    max-width: 520px;
    margin-top: 10px;
  }
}
/*============================
goods
============================*/
@media screen and (max-width: 900px) {
  .p-top_goods {
    margin-top: 45px;
  }
}
.p-top_goods__ttl {
  width: 48%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-top_goods__ttl {
    max-width: 750px;
    width: 100%;
  }
}
.p-top_goods__ttl-img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0;
}
.is-scroll .p-top_goods__ttl-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
@media screen and (min-width: 901px) {
  .p-top_goods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (max-width: 900px) {
  .p-top_goods__list {
    margin-top: 59px;
  }
}
.p-top_goods__item {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .p-top_goods__item {
    width: 48%;
    margin-top: 118px;
    height: auto;
  }
  .p-top_goods__item:nth-child(2n) {
    margin-left: 3.9%;
  }
}
.is-scroll .p-top_goods__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.p-top_goods .c-goods_card__thumb {
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.p-top_goods .c-goods_card__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-porple);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-top_goods .c-goods_card__thumb {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .p-top_goods .c-goods_card:hover .c-goods_card__thumb::before {
    opacity: 0.5;
  }
}
.p-top_goods .c-article__date {
  margin: 0 auto;
  width: 76%;
  line-height: 1.25;
  letter-spacing: 1.5px;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .p-top_goods .c-article__date {
    font-size: 15px;
  }
}
.p-top_goods .c-article__date::before {
  -webkit-transform: rotate(15deg) translate(-50%, 0);
  transform: rotate(15deg) translate(-50%, 0);
  opacity: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media screen and (min-width: 901px) {
  .p-top_goods .c-article__date::before {
    top: -65px;
  }
}
.p-top_goods__more {
  width: 52%;
  margin: 32px auto 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.p-top_goods__more.is-scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-top_goods__more {
    width: 70%;
    max-width: 520px;
    margin-top: 20px;
  }
}
.p-top_goods__more-link {
  position: relative;
  display: block;
}
@media screen and (min-width: 901px) {
  .p-top_goods__more-link:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.p-top_goods__more-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10%;
  width: 100%;
  height: 70%;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--color-porple);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.p-top_goods__more-link figure {
  position: relative;
}