body .m-modal {
  overflow-x: hidden;
}
body .m-modal__close-btn {
  top: 37px !important;
  right: 37px !important;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body .m-modal__close-btn {
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  body .m-modal__close-btn:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 900px) {
  body .m-modal__close-btn {
    top: 14px !important;
    right: 8px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
body .m-modal__close-btn::before, body .m-modal__close-btn::after {
  top: 50% !important;
  width: 1px;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  background-color: #1d2089 !important;
}
@media screen and (min-width: 768px) {
  body .m-modal__close-btn::before, body .m-modal__close-btn::after {
    height: 75px !important;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal__close-btn::before, body .m-modal__close-btn::after {
    height: 38px !important;
  }
}
body .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
body .m-modal__content {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 100vh;
}
body .m-modal .m-modal__bg {
  background: #fff;
}
body.is-modal-open {
  overflow: hidden;
}

.is-modal-overflow-prep .m-modal .m-modal__content {
  margin: 0 !important;
}

.is-modal-overflow .m-modal .m-modal__bg {
  position: fixed !important;
}

.m-modal__content {
  overflow: hidden;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.c-btn {
  text-align: center;
  border-radius: 200px;
  background-color: #1d2089;
}
.c-btn-link {
  display: block;
  width: 100%;
  padding: 28px 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.c-main__title {
  color: #1d2089;
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: 0.04em;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-active .c-main__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .c-main__title {
    font-size: 56px;
  }
}
.c-main__title .u-small {
  display: block;
  margin-top: 9px;
  font-size: 10px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .c-main__title .u-small {
    margin-top: 6px;
    margin-left: 5px;
    letter-spacing: -0.04em;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-modal-afteropen .c-loading {
  display: none;
}
.c-loading__inner {
  width: 40px;
  height: 40px;
  border-width: 6.6666666667px;
  border-style: solid;
  border-color: #1d2089 #1d2089 #1d2089 transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: linear 1s infinite circle-spin;
}
@keyframes circle-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.p-share {
  width: 50px;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-share {
    position: static;
  }
}
.p-share__title {
  font-size: 10px;
  font-weight: 600;
  transform: rotate(90deg) translateX(-10px);
  opacity: 0;
}
.is-load .p-share__title {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s;
  transform: rotate(90deg) translateX(0);
  opacity: 1;
}
.p-share__link {
  width: 34%;
  position: fixed;
  left: 15px;
  bottom: 3.3%;
  z-index: 10;
}
.p-share__content {
  padding-top: 25px;
}
@media screen and (max-width: 900px) {
  .p-share__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64%;
    padding: 10px 0;
    position: absolute;
    left: 15px;
    bottom: 20px;
    border-radius: 100px;
    z-index: 10;
    overflow: hidden;
  }
  .p-share__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    opacity: 0;
  }
  .is-load .p-share__content::before {
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
    opacity: 1;
  }
  .p-share__content.is-fix {
    position: fixed;
  }
}
.p-share__content-title {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  transform: translateY(-10px);
  opacity: 0;
}
.is-load .p-share__content-title {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-share__content-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
  }
}
.p-share__content-list-item {
  width: 25px;
  margin: 0 auto 17px;
  transform: translateY(-10px);
  opacity: 0;
}
.is-load .p-share__content-list-item {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s;
  transform: translateY(0);
  opacity: 1;
}
.p-share__content-list-item:nth-of-type(1) {
  transition-delay: 0.8s;
}
.p-share__content-list-item:nth-of-type(2) {
  transition-delay: 0.9s;
}
.p-share__content-list-item:nth-of-type(3) {
  transition-delay: 1s;
}
@media screen and (max-width: 900px) {
  .p-share__content-list-item {
    width: 16%;
    margin: 0;
    margin-right: 16%;
  }
  .p-share__content-list-item:last-of-type {
    margin-right: 0;
  }
}

.p-ticket_link {
  width: 50px;
  height: 200px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-ticket_link {
    width: 56%;
    height: auto;
    top: auto;
    bottom: 3.3%;
    right: 15px;
    transform: translateY(0);
  }
}
.p-ticket_link a {
  display: block;
}

.p-main {
  position: relative;
}

.p-kv {
  position: relative;
  padding-top: 3.6%;
}
@media screen and (max-width: 900px) {
  .p-kv {
    padding-top: 6.8%;
  }
}
.p-kv__head {
  padding: 18px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  transform: translateY(-10px);
  opacity: 0;
}
.is-load .p-kv__head {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.7s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-kv__head {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
.p-kv__place {
  width: 2.5%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-kv__place-item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-kv__image {
  width: 92.7%;
  margin: 0 auto;
  padding-top: 53.5%;
  background-color: #e5e164;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.is-load .p-kv__image {
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-kv__image {
    width: 86.5%;
    padding-top: 176.5%;
  }
}
.p-kv__image-chara {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  transform: translateX(35px);
  opacity: 0;
}
.is-load .p-kv__image-chara {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-kv__image-chara {
    right: 0;
    top: auto;
    bottom: 0;
    width: 82%;
  }
}
.p-kv__image-text {
  position: absolute;
  left: 8%;
  top: 10.1%;
  width: 36%;
  transform: translateY(-10px);
  opacity: 0;
}
.is-load .p-kv__image-text {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-kv__image-text {
    width: 79%;
    left: 50%;
    top: 4.5%;
    transform: translate(-50%, 10px);
  }
  .is-load .p-kv__image-text {
    opacity: 1;
    transform: translate(-50%);
  }
}
.p-kv__image-text img {
  width: 100%;
}

.p-twitter {
  padding: 127px 0 171px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-twitter {
    padding: 64px 0 218px;
  }
}
.p-twitter__deco .p-in-item {
  position: absolute;
  transform: translateX(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.p-twitter__deco .p-in-item:nth-of-type(1) {
  transition-delay: 0.25s;
}
.p-twitter__deco .p-in-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-twitter__deco .p-in-item:nth-of-type(3) {
  transition-delay: 0.55s;
}
.is-active .p-twitter__deco .p-in-item {
  opacity: 1;
  transform: translateX(0);
}
.p-twitter__deco .p-in-item:nth-of-type(1) {
  width: 108px;
  height: 74px;
  top: 150px;
  left: 155px;
  background: url(../img/top/tamashi_1.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-twitter__deco .p-in-item:nth-of-type(1) {
    width: 57px;
    height: 45px;
    top: 31px;
    left: 49px;
  }
}
.p-twitter__deco .p-in-item:nth-of-type(2) {
  width: 136px;
  height: 101px;
  bottom: 174px;
  left: 93px;
  background: url(../img/top/tamashi_2.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-twitter__deco .p-in-item:nth-of-type(2) {
    width: 72px;
    top: 35px;
    right: 15px;
    left: auto;
  }
}
.p-twitter__deco .p-in-item:nth-of-type(3) {
  width: 198px;
  height: 150px;
  top: 276px;
  right: 89px;
  background: url(../img/top/tamashi_3.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-twitter__deco .p-in-item:nth-of-type(3) {
    width: 112px;
    height: 100px;
    top: auto;
    bottom: 78px;
    right: auto;
    left: 52%;
    transform: translateX(-50%);
  }
}
.p-twitter__bg {
  width: 100%;
  padding-top: 145px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/top/bg_txt.png) center repeat-x;
  background-size: 4107.85px, 145px;
  animation: bgAnimePc 30s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-twitter__bg {
    top: auto;
    transform: translateY(0);
    padding-top: 90px;
    bottom: 8.7%;
    background: url(../img/top/bg_txt.png) center repeat-x;
    background-size: 2549.7px, 90px;
    animation: bgAnimeSp 30s linear infinite;
  }
}
@keyframes bgAnimePc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 4107.85px;
  }
}
@keyframes bgAnimeSp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2549.7px;
  }
}
.p-twitter__title {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-active .p-twitter__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-twitter__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-twitter__content {
  width: 50%;
  height: 398px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-twitter__content {
  opacity: 1;
  transform: translateY(0);
}
.p-twitter__content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-twitter__content {
    width: 82%;
    height: 534px;
  }
}

.p-about {
  padding: 175px 0 160px;
  background-color: #e5e164;
}
@media screen and (max-width: 900px) {
  .p-about {
    padding: 74px 0 92px;
  }
}
.p-about__inner {
  display: flex;
  justify-content: space-between;
  width: 86%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-about__inner {
    display: block;
    width: 84%;
  }
}
.p-about__title {
  width: 320px;
  position: relative;
}
.p-about__title h2 {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-about__title {
    width: 100%;
    margin-bottom: 45px;
  }
}
.p-about__title::before {
  content: "";
  display: block;
  width: 366px;
  height: 305px;
  position: absolute;
  top: -48px;
  left: 15px;
  background: url(../img/top/tamashi_bg.png) center no-repeat;
  background-size: contain;
  transform: translateX(18px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.is-active .p-about__title::before {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-about__title::before {
    width: 150px;
  }
}
.p-about__content {
  margin-top: -12px;
  width: calc(100% - 445px);
  font-size: 23px;
  line-height: 1.95;
  font-weight: 600;
  transform: translateX(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.is-active .p-about__content {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-about__content {
    width: 97%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.98;
  }
}

.p-ticket {
  background: #e5e164;
}
.p-ticket__inner {
  display: flex;
  justify-content: space-between;
  width: 87%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 178px 0;
}
@media screen and (max-width: 900px) {
  .p-ticket__inner {
    display: block;
    padding: 102px 0 88px;
  }
}
.p-ticket__title {
  width: 400px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  .p-ticket__title {
    width: 100%;
    margin-bottom: 44px;
    padding-left: 7px;
    font-size: 54px;
    letter-spacing: -0.08em;
  }
}
.p-ticket__content {
  width: calc(100% - 441px);
  transform: translateX(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.is-active .p-ticket__content {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-ticket__content {
    width: 100%;
  }
}
.p-ticket__content-val {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 17px;
  padding: 18px 43px;
  color: #1d2089;
  font-size: 32px;
  font-weight: 600;
  border: 1px solid #1d2089;
}
@media screen and (max-width: 900px) {
  .p-ticket__content-val {
    width: 93%;
    margin: 0 auto 17px;
    padding: 5.1% 11%;
    font-size: 25px;
    text-align: center;
  }
}
.p-ticket__content-val .u-small {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-ticket__content-val .u-small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
}
.p-ticket__content-detail {
  font-size: 19px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-ticket__content-detail {
    width: 94%;
    margin: -5px auto 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 1.6;
  }
}

.p-news {
  padding: 169px 0;
}
@media screen and (max-width: 900px) {
  .p-news {
    padding: 105px 0 132px;
  }
}
.p-news__inner {
  display: flex;
  justify-content: space-between;
  width: 87%;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-news__inner {
    display: block;
  }
}
.p-news__title {
  width: 320px;
}
@media screen and (max-width: 900px) {
  .p-news__title {
    width: 100%;
    margin-bottom: 46px;
    padding-left: 7px;
    letter-spacing: -0.04em;
  }
}
.p-news__content {
  width: calc(100% - 450px);
  margin-top: -8px;
}
@media screen and (max-width: 900px) {
  .p-news__content {
    width: 93.5%;
    margin: 0 auto;
  }
}
.p-news__content-list-item {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.is-active .p-news__content-list-item {
  opacity: 1;
  transform: translateX(0);
}
.p-news__content-list-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-news__content-list-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-news__content-list-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-news__content-list-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-news__content-list-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-news__content-list-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-news__content-list-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-news__content-list-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-news__content-list-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-news__content-list-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-news__content-list-item:first-of-type a {
  padding-top: 0;
}
.p-news__content-list-item a {
  display: flex;
  align-items: center;
  padding: 45px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-news__content-list-item a:hover {
    transform: translateX(-14px);
  }
}
@media screen and (max-width: 900px) {
  .p-news__content-list-item a {
    display: block;
    padding: 32px 0 34px;
  }
}
.p-news__content-list-item-data {
  width: 136px;
  position: relative;
  color: #1d2089;
  font-size: 17px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .p-news__content-list-item-data {
    width: 100%;
    margin-bottom: 8px;
    font-size: 21px;
  }
}
.p-news__content-list-item-title {
  width: calc(100% - 136px);
  line-height: 1.5;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-news__content-list-item-title {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-header.--in {
  width: 92.8%;
  margin: 50px auto 53px;
  background-color: #e5e164;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-header.--in {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
  }
}
.is-load .p-header.--in {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
.p-header.--in .p-header__main {
  display: flex;
  justify-content: space-between;
}
.p-header.--in .p-header__main-logo {
  width: 535px;
  transform: translateX(10px);
  opacity: 0;
}
.is-load .p-header.--in .p-header__main-logo {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-header.--in .p-header__main-logo {
    width: 71%;
  }
}
.p-header.--in .p-header__main-logo img {
  width: 100%;
}
.p-header.--in .p-header__main-chara {
  width: 115px;
  transform: translateX(10px);
  opacity: 0;
}
.is-load .p-header.--in .p-header__main-chara {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-header.--in .p-header__main-chara {
    width: 23%;
  }
}
.p-header.--in .p-header__main-chara img {
  width: 100%;
}

.p-news_detail {
  margin-bottom: 107px;
}
@media screen and (max-width: 900px) {
  .p-news_detail {
    margin-bottom: 4px;
  }
}
.p-news_detail__title {
  margin-bottom: 49px;
  font-size: 54px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
}
.is-load .p-news_detail__title {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.p-news_detail__title .u-small {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__title {
    margin-bottom: 40px;
    font-size: 42px;
  }
  .p-news_detail__title .u-small {
    margin-top: 3px;
  }
}
.p-news_detail__content {
  width: 71.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content {
    width: 80.5%;
  }
}
.p-news_detail__content-title {
  display: flex;
  align-items: center;
  padding-bottom: 47px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-title {
    display: block;
    padding-bottom: 37px;
  }
}
.is-load .p-news_detail__content-title {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.p-news_detail__content-title-data {
  width: 157px;
  position: relative;
  color: #1d2089;
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-title-data {
    width: 100%;
    margin-bottom: 8px;
    font-size: 21px;
  }
}
.p-news_detail__content-title-data .p-in-year {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: -9px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-title-data .p-in-year {
    left: -8px;
  }
}
.p-news_detail__content-title-data .p-in-date {
  padding-left: 11px;
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-title-data .p-in-date {
    padding-left: 11px;
  }
}
.p-news_detail__content-title-main {
  width: calc(100% - 157px);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-title-main {
    width: 100%;
    font-size: 16px;
    line-height: 1.85;
  }
}
.p-news_detail__content-text {
  padding: 40px 0 36px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transform: translateY(10px);
  opacity: 0;
}
.is-load .p-news_detail__content-text {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-text {
    padding: 48px 0 23px;
    line-height: 1.75;
    font-size: 12px;
  }
}
.p-news_detail__content-text p {
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-text p {
    margin-bottom: 35px;
  }
}
.p-news_detail__content-text img {
  width: 100%;
  margin-bottom: 45px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 900px) {
  .p-news_detail__content-text img {
    margin-bottom: 35px;
  }
}
.p-news_detail-btn {
  width: 400px;
  margin: 54px auto 0;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 900px) {
  .p-news_detail-btn {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-news_detail-btn:hover {
    transform: scale(0.95);
  }
}
.p-news_detail-btn .p-in-link {
  display: block;
  width: 100%;
  padding: 38px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/news/btn_bg.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-news_detail-btn .p-in-link {
    padding: 34px 0;
  }
}

.p-footer {
  padding: 100px 0 50px;
  background: #e5e164;
}
@media screen and (max-width: 900px) {
  .p-footer {
    padding: 60px 0 48px;
  }
}
.p-footer__100th {
  width: 100px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 900px) {
  .p-footer__100th {
    width: 21.5%;
    margin: 0 auto 30px;
  }
}
.p-footer__bunner {
  max-width: 1600px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 900px) {
  .p-footer__bunner {
    width: 80%;
    margin: 0 auto 54px;
  }
}
.p-footer__bunner-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-footer__bunner-list {
    display: block;
  }
}
.p-footer__bunner-list-item {
  width: 28%;
  margin-right: 30px;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-footer__bunner-list-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 900px) {
  .p-footer__bunner-list-item {
    width: 100%;
    margin-bottom: 22px;
  }
}
.p-footer__bunner-list-item:last-of-type {
  margin-right: 0;
}
.p-footer__bunner-list-item img {
  width: 100%;
}
.p-footer__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.p-footer__share-title {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
.p-footer__share-list {
  display: flex;
  align-items: center;
}
.p-footer__share-list-item {
  width: 20px;
  margin-right: 20px;
}
.p-footer__share-list-item:last-of-type {
  margin-right: 0;
}
.p-footer__share-list-item img {
  width: 100%;
}
.p-footer__copy {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-footer__copy {
    font-size: 10px;
  }
}

.p-top_artist {
  padding: 178px 0;
}
@media screen and (max-width: 900px) {
  .p-top_artist {
    padding: 102px 0 88px;
  }
}
.p-top_artist__inner {
  width: 86%;
  max-width: 1220px;
  margin: 0 auto;
}
.p-top_artist__title {
  margin-bottom: 48px;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .p-top_artist__title {
    font-size: 50px;
  }
}
.p-top_artist__content {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-active .p-top_artist__content {
  opacity: 1;
  transform: translateY(0);
}
.p-top_artist__btn {
  width: 400px;
  margin: 54px auto 0;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 900px) {
  .p-top_artist__btn {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-top_artist__btn:hover {
    transform: scale(0.95);
  }
}
.p-top_artist__btn .p-in-link {
  display: block;
  width: 100%;
  padding: 38px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/news/btn_bg.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-top_artist__btn .p-in-link {
    padding: 34px 0;
  }
}

.p-artist {
  margin-bottom: 107px;
}
@media screen and (max-width: 900px) {
  .p-artist {
    margin-bottom: 40px;
  }
}
.p-artist__title {
  margin-bottom: 49px;
  font-size: 54px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
}
.is-load .p-artist__title {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.p-artist__title .u-small {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .p-artist__title {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .p-artist__title .u-small {
    margin-top: 3px;
  }
}
.p-artist__content {
  position: relative;
  max-width: 1200px;
  width: 85.7142857143%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-artist__content {
    width: 81.3333333333%;
  }
}
.p-artist__content-note {
  margin-bottom: 20px;
  color: #1d2089;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-artist__content-note {
    margin-bottom: 12px;
  }
}
.p-artist__content .c-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.is-data-loaded .p-artist__content .c-loading {
  display: none;
}
.p-artist__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 1.5%;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-artist__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 3.0666666667%;
  }
}
.is-data-loaded .p-artist__list {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.p-artist__list-item {
  cursor: pointer;
}
.p-artist__data-thumb {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-artist__data-thumb:hover img {
    transform: scale(1.1);
  }
}
.p-artist__data-thumb img {
  transform: scale(1.01);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-artist__data-name {
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-artist__data-name {
    margin-top: 7px;
    font-size: 11px;
  }
}
.p-artist-btn {
  width: 400px;
  margin: 54px auto 0;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 900px) {
  .p-artist-btn {
    width: 80%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-artist-btn:hover {
    transform: scale(0.95);
  }
}
.p-artist-btn .p-in-link {
  display: block;
  width: 100%;
  padding: 38px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/news/btn_bg.png) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-artist-btn .p-in-link {
    padding: 34px 0;
  }
}

.p-artist_modal {
  position: relative;
}
.p-artist_modal__container {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-modal-afteropen .p-artist_modal__container {
  opacity: 1;
}
.p-artist_modal__slide-item {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-artist_modal__pagination {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-artist_modal__pagination {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal__pagination {
    position: absolute;
    top: 150px;
    right: auto;
    left: 50%;
    width: 92%;
    transform: translate(-50%);
    max-width: 600px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-artist_modal__pagination {
    top: 200px;
  }
}
.p-artist_modal__pagination-prev {
  position: relative;
  width: 50px;
  height: 100px;
  background: url(../img/artist/arrow.png) center center no-repeat;
  background-size: contain;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-artist_modal__pagination-prev {
    left: 3%;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-artist_modal__pagination-prev:hover {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal__pagination-prev {
    width: 25px;
    height: 50px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-artist_modal__pagination-prev {
    width: 40px;
    height: 80px;
  }
}
.p-artist_modal__pagination-next {
  position: relative;
  width: 50px;
  height: 100px;
  background: url(../img/artist/arrow.png) center center no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-artist_modal__pagination-next {
    right: 3%;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-artist_modal__pagination-next:hover {
    transform: translateX(5px) scaleX(-1);
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal__pagination-next {
    width: 25px;
    height: 50px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-artist_modal__pagination-next {
    width: 40px;
    height: 80px;
  }
}

.p-artist_modal_data {
  position: relative;
  width: 71.4285714286%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-artist_modal_data {
    padding: 10% 0;
    min-height: 100vh;
  }
}
@media screen and (min-width: 768px) and (min-width: 901px) {
  .p-artist_modal_data {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data {
    width: 81%;
    max-width: 500px;
    padding: 50px 0;
  }
}
.p-artist_modal_data__header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-artist_modal_data__header {
    flex-shrink: 0;
    width: 42%;
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__header {
    width: 82%;
    margin: 0 auto 45px;
  }
}
.p-artist_modal_data__header::before {
  content: "";
  position: absolute;
  top: -4%;
  left: -27.5%;
  width: 25%;
  padding-top: 19.9197860963%;
  background: url(../img/top/tamashi_1.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__header::before {
    top: -15%;
    left: -13.5%;
    width: 28%;
    padding-top: 22.3101604278%;
  }
}
.swiper-slide-active .p-artist_modal_data__header::before {
  opacity: 1;
  transform: translateX(0);
}
.p-artist_modal_data__header::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: -34%;
  width: 32%;
  padding-top: 25.4973262032%;
  background: url(../img/top/tamashi_1.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.65s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.65s;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__header::after {
    bottom: -14%;
    left: auto;
    right: -18%;
    width: 32%;
  }
}
.swiper-slide-active .p-artist_modal_data__header::after {
  opacity: 1;
  transform: translateX(0);
}
.p-artist_modal_data__img {
  position: relative;
}
.p-artist_modal_data__thumbimg {
  display: flex;
  margin-top: 20px;
}
.p-artist_modal_data__thumbimg-item {
  position: relative;
  cursor: pointer;
}
.p-artist_modal_data__thumbimg-item.swiper-slide-thumb-active {
  opacity: 0.5;
}
.p-artist_modal_data__thumbimg-item .p-in-img {
  width: 100%;
  padding-top: 100%;
}
.p-artist_modal_data__thumbimg-item .p-in-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-artist_modal_data__inner {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-artist_modal_data__inner {
    width: 51.5%;
  }
}
.p-artist_modal_data__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/top/tamashi_bg.png) center center no-repeat;
  mask: url(../img/top/tamashi_bg.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #eee;
}
.p-artist_modal_data__name {
  position: relative;
  margin-bottom: 30px;
  color: #1d2089;
  position: relative;
}
.p-artist_modal_data__name .p-in-cap {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__name .p-in-cap {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.p-artist_modal_data__name .p-in-name {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__name .p-in-name {
    font-size: 18px;
  }
}
.p-artist_modal_data__list {
  position: relative;
}
.p-artist_modal_data__list-ttl {
  margin-bottom: 10px;
  font-size: 10px;
  color: #1d2089;
  font-weight: 500;
}
.p-artist_modal_data__list-txt {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__list-txt {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
.p-artist_modal_data__list-txt.is-bold {
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__list-txt.is-bold {
    font-size: 15px;
  }
}
.p-artist_modal_data__list-txt a {
  color: #000;
}
.p-artist_modal_data__note {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__note {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-artist_modal_data__footer {
    width: 100%;
  }
}
.p-artist_modal_data__prof {
  border-top: 1px solid #1d2089;
}
@media screen and (min-width: 768px) {
  .p-artist_modal_data__prof {
    display: flex;
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__prof {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-artist_modal_data__prof-pic {
    width: 27%;
    max-width: 200px;
    margin-right: 5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_modal_data__prof-pic {
    width: 200px;
    margin: 0 auto 30px;
  }
}
.p-artist_modal_data__prof-txt {
  text-align: left;
}
.template {
  display: none;
}

.ph ul li img {
  cursor: pointer;
}

.goods-column {
  width: 62%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.goods-column div.ph {
  width: 32%;
}

.goods-column div.ph p {
  margin-bottom: 20px;
}

.goods-column div.ph ul {
  width: 100%;
  display: flex;
  justify-content: left;
  margin: 0 auto;
  flex-wrap: wrap;
}

.goods-column div.ph ul li {
  width: 24.3%;
  margin-right: 0.8%;
  margin-bottom: 10px;
}

.goods-column div.ph ul li:nth-child(4n) {
  margin-right: 0%;
}

.goods-column div.ph ul li:nth-child(5n) {
  margin-right: 0.8%;
}

.goods-column div.ph ul li img {
  width: 100%;
}

.goods-column div.ph img {
  width: 100%;
}

.goods-column div.info {
  width: 65%;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .goods-column {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
  }
  .goods-column div.ph {
    width: auto;
    margin-bottom: 20px;
  }
  .goods-column div.ph img {
    width: 100%;
  }
  .goods-column div.ph ul {
    width: 100%;
    display: flex;
    justify-content: left;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .goods-column div.ph ul li {
    width: 19.6%;
    margin-right: 0.5%;
  }
  .goods-column div.ph ul li:nth-child(4n) {
    margin-right: 0.5%;
  }
  .goods-column div.ph ul li:nth-child(5n) {
    margin-right: 0%;
  }
  .goods-column div.ph ul li img {
    width: 100%;
  }
  .goods-column div.info {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-artist__content {
  position: relative;
  max-width: 1200px;
  width: 85.7142857143%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .p-goods__content {
    width: 81.3333333333%;
  }
}
.p-artist__content-note {
  margin-bottom: 20px;
  color: #1d2089;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 900px) {
  .p-goods__content-note {
    margin-bottom: 12px;
  }
}
.p-goods__content .c-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.is-data-loaded .p-goods__content .c-loading {
  display: none;
}

.p-goods__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 1.5%;
  transform: translateY(10px);
  opacity: 0;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .p-goods__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 3.0666666667%;
  }
}
.is-data-loaded .p-goods__list {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transform: translateY(0);
  opacity: 1;
}

.p-goods__list-item {
  cursor: pointer;
}

.p-goods__data-name {
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-goods__data-name {
    margin-top: 7px;
    font-size: 11px;
  }
}
.p-top_goods {
  padding: 178px 0;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: #e5e164;
}