@charset "UTF-8";
/*=============================================================
 tools
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- 関数 */
.bg-con {
  background-image: url("../img/parts/bg_top.webp");
}

#btn-nav, #bnr-ticket {
  opacity: 0;
  transition: all 0.5s 2.6s ease;
}
#btn-nav.on, #bnr-ticket.on {
  opacity: 1;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition: all 1s 2.2s ease;
}
@media only screen and (max-width: 768px) {
  #loading {
    height: 100dvh;
  }
}
#loading .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 2s 1.2s ease;
}
@media only screen and (max-width: 768px) {
  #loading .cover {
    height: 100dvh;
  }
}
#loading .line-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 0 12px;
  opacity: 0.2;
  transition: all 2s 1.2s ease;
}
@media only screen and (max-width: 1400px) {
  #loading .line-box {
    gap: 0 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #loading .line-box {
    gap: 0 1.5625vw;
  }
}
#loading .line-box span {
  width: 12px;
  height: 0%;
  background-color: #DBC199;
  transition: all 1.5s ease;
}
@media only screen and (max-width: 1400px) {
  #loading .line-box span {
    width: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #loading .line-box span {
    width: 1.5625vw;
  }
}
#loading .txt {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 581px;
}
@media only screen and (max-width: 1400px) {
  #loading .txt {
    width: 41.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #loading .txt {
    width: 87.5vw;
  }
}
#loading .txt svg {
  width: 100%;
  height: auto;
}
#loading.off {
  opacity: 0;
  visibility: hidden;
}
#loading.off .line-box span {
  height: 100%;
}
#loading.off .line-box span:nth-child(odd) {
  height: calc(100% - 15px);
}
@media only screen and (max-width: 768px) {
  #loading.off .line-box span:nth-child(odd) {
    height: calc(100% - 2.34375vw);
  }
}
#loading.off .cover, #loading.off .line-box {
  opacity: 0;
}

#keyvisual {
  position: relative;
  background-color: #eee;
  height: 91.65vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    height: 236.875vw;
  }
}
#keyvisual .illust {
  position: absolute;
  bottom: 6vw;
  left: calc(50% - 33.9vw);
  width: 65vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual .illust {
    bottom: 46.875vw;
    left: -22.8125vw;
    width: 139.375vw;
  }
}
#keyvisual h1 {
  position: absolute;
  bottom: 36.5vw;
  left: 2.3vw;
  width: 40.35vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    width: 97.8125vw;
    bottom: 79.375vw;
    left: 1.25vw;
  }
}
#keyvisual .catch {
  position: absolute;
  bottom: 0;
  left: 0;
}
#keyvisual .catch p {
  position: absolute;
  top: 10.2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 45.25vw;
}
@media only screen and (max-width: 768px) {
  #keyvisual .catch p {
    top: 19.53125vw;
    width: 89.53125vw;
  }
}
#keyvisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/kv/bg-pc.webp") no-repeat top center;
  background-size: 100% auto;
  background-position: center 0px;
  opacity: 0;
  filter: brightness(3);
  transition: all 1.8s 0s ease;
}
@media only screen and (max-width: 768px) {
  #keyvisual .bg {
    background-image: url("../img/kv/bg-sp.webp");
  }
}
#keyvisual h1 {
  opacity: 0;
  transform: translateX(-60px) translateY(30px);
  transition: all 0.8s 1.4s ease;
}
#keyvisual h1 img {
  filter: blur(5px) brightness(2);
  transition: all 0.8s 1.6s ease;
}
#keyvisual .illust {
  opacity: 0;
  transform: translateY(-80px);
  filter: blur(10px) brightness(4);
  transition: all 1.5s 1.2s ease;
}
#keyvisual .catch p {
  opacity: 0;
  transition: all 0.6s 2.2s ease;
}
#keyvisual.move-on .bg {
  background-position: center -12.5vw;
  opacity: 1;
  filter: brightness(1);
}
@media only screen and (max-width: 768px) {
  #keyvisual.move-on .bg {
    background-position: center -25vw;
  }
}
#keyvisual.move-on h1 {
  opacity: 1;
  transform: translate(0, 0);
}
#keyvisual.move-on h1 img {
  filter: blur(0px) brightness(1);
}
#keyvisual.move-on .illust {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px) brightness(1);
}
#keyvisual.move-on .catch p {
  opacity: 1;
}

section {
  position: relative;
}
section .line-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 0 12px;
  opacity: 0.2;
}
@media only screen and (max-width: 1400px) {
  section .line-box {
    gap: 0 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  section .line-box {
    gap: 0 1.5625vw;
  }
}
section .line-box span {
  width: 12px;
  height: 100%;
  background-color: #DBC199;
}
@media only screen and (max-width: 1400px) {
  section .line-box span {
    width: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  section .line-box span {
    width: 1.5625vw;
  }
}
section .line-box span:nth-child(odd) {
  height: calc(100% - 15px);
}
@media only screen and (max-width: 768px) {
  section .line-box span:nth-child(odd) {
    height: calc(100% - 2.34375vw);
  }
}
section .partition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section .partition span {
  display: block;
}
section .partition .line {
  height: 3px;
  background-color: #DBC199;
}
@media only screen and (max-width: 1400px) {
  section .partition .line {
    height: 0.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  section .partition .line {
    height: 0.46875vw;
  }
}
section .partition .deco {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 266px;
}
@media only screen and (max-width: 1400px) {
  section .partition .deco {
    top: -1.7857142857vw;
    width: 19vw;
  }
}
@media only screen and (max-width: 768px) {
  section .partition .deco {
    top: -3.90625vw;
    width: 41.5625vw;
  }
}
section .partition .deco img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 266px;
}
@media only screen and (max-width: 1400px) {
  section .partition .deco img {
    width: 19vw;
  }
}
@media only screen and (max-width: 768px) {
  section .partition .deco img {
    width: 41.5625vw;
  }
}
section .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  section .inner {
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  section .inner {
    width: 93.75vw;
  }
}
section .ttl-box {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  section .ttl-box {
    margin-bottom: 4.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box {
    margin-bottom: 6.25vw;
  }
}
section .ttl-box h2 {
  margin: 0 auto;
}
section .ttl-box h2 svg {
  width: 100%;
  height: auto;
}
section .ttl-box .jp {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #CFAC77;
  font-weight: bold;
}
@media only screen and (max-width: 1400px) {
  section .ttl-box .jp {
    font-size: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box .jp {
    font-size: 4.6875vw;
  }
}
section .ttl-box .jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  transform: translateY(-50%);
  display: block;
  width: 132px;
  height: 2px;
  background-color: #CFAC77;
}
@media only screen and (max-width: 1400px) {
  section .ttl-box .jp::before {
    width: 9.4285714286vw;
    height: 0.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box .jp::before {
    width: 21.09375vw;
    height: 0.3125vw;
  }
}
section .ttl-box .jp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  display: block;
  width: 132px;
  height: 2px;
  background-color: #CFAC77;
}
@media only screen and (max-width: 1400px) {
  section .ttl-box .jp::after {
    left: calc(100% + 0.4285714286vw);
    width: 9.4285714286vw;
    height: 0.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  section .ttl-box .jp::after {
    width: 21.09375vw;
    height: 0.3125vw;
  }
}
section .partition .deco {
  width: 0;
  overflow: hidden;
  transition: all 0.8s ease;
  transform-origin: 0 0;
}
section .line-box {
  height: 0;
  transition: all 3s ease;
}
section .ttl-box h2 {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s 0.4s ease;
}
section .ttl-box .jp::before {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s 0.6s ease;
}
section .ttl-box .jp::after {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s 0.6s ease;
}
section .ttl-box .jp span {
  opacity: 0;
  transition: all 0.8s 1s ease;
}
section .btn {
  opacity: 0;
  transition: all 0.5s 1.8s ease;
}
section.move-on .partition .deco {
  width: 266px;
}
section.move-on .line-box {
  height: calc(100% + 15px);
}
@media only screen and (max-width: 768px) {
  section.move-on .line-box {
    height: calc(100% + 2.34375vw);
  }
}
section.move-on .ttl-box h2 {
  opacity: 1;
  transform: translateY(0);
}
section.move-on .ttl-box .jp::before, section.move-on .ttl-box .jp::after {
  opacity: 1;
  transform: translateX(0);
}
section.move-on .ttl-box .jp span {
  opacity: 1;
}
section.move-on .btn {
  opacity: 1;
}

#news {
  padding: 80px 0 185px;
}
@media only screen and (max-width: 1400px) {
  #news {
    padding: 5.7142857143vw 0 13.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #news {
    padding: 8.59375vw 0 18.75vw;
  }
}
#news .ttl-box h2 {
  width: 384px;
}
@media only screen and (max-width: 1400px) {
  #news .ttl-box h2 {
    width: 27.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h2 {
    width: 56.875vw;
  }
}
#news .news__list {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  #news .news__list {
    margin-bottom: 3.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list {
    margin-bottom: 6.5625vw;
  }
}
#news .news__list ul li {
  position: relative;
}
#news .news__list ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 1.7142857143vw;
  }
}
#news .news__list ul li .bg-wrap {
  background: url("../img/news/frame_btm-pc.png") no-repeat bottom center, url("../img/news/frame_top-pc.png") no-repeat top center;
  background-size: 100% auto;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .bg-wrap {
    background: url("../img/news/frame_btm-sp.png") no-repeat bottom center, url("../img/news/frame_top-sp.png") no-repeat top center;
    background-size: 100% auto;
  }
}
#news .news__list ul li .bg-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 50px);
  background: url("../img/news/frame_rp-pc.png") repeat-y;
  background-size: 100% auto;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .bg-wrap::before {
    height: calc(100% - 3.5714285714vw);
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .bg-wrap::before {
    background-image: url("../img/news/frame_rp-sp.png");
    height: calc(100% - 7.8125vw);
  }
}
#news .news__list ul li a {
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0 60px;
  color: #514252;
  align-items: center;
  min-height: 163px;
  padding: 10px 100px 10px 50px;
  box-sizing: border-box;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li a {
    grid-template-columns: 17.8571428571vw 1fr;
    min-height: 11.6428571429vw;
    padding: 0.7142857143vw 7.1428571429vw 0.7142857143vw 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a {
    display: block;
    min-height: 26.5625vw;
    padding: 4.6875vw 12.5vw 4.6875vw 5.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date {
    margin-bottom: -1.5625vw;
  }
}
#news .news__list ul li .date p {
  font-size: 32px;
  font-family: "Libre Bodoni", serif;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .date p {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date p {
    font-size: 3.75vw;
  }
}
#news .news__list ul li .date p span {
  font-size: 48px;
  font-weight: bold;
  margin-left: 0.2em;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .date p span {
    font-size: 3.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date p span {
    font-size: 4.6875vw;
  }
}
#news .news__list ul li .txt p {
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .txt p {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .txt p {
    font-size: 3.125vw;
  }
}
#news .news__list ul li .arrow {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1.5px solid #CFAC77;
  transition: all 0.35s ease;
  transform-origin: center center;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .arrow {
    right: 3.5714285714vw;
    width: 4.2857142857vw;
    height: 4.2857142857vw;
    border-radius: 7.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .arrow {
    top: 3.125vw;
    transform: unset;
    right: 3.125vw;
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 15.625vw;
  }
}
#news .news__list ul li .arrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/news/deco.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .arrow::after {
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .arrow::after {
    width: 3.59375vw;
    height: 3.59375vw;
  }
}
#news .news__list ul li:hover .bg-wrap {
  transform: scale(1.02);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:hover .bg-wrap {
    transform: scale(1);
  }
}
#news .news__list ul li:hover .arrow {
  transform: translateY(-50%) scale(1.1);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:hover .arrow {
    transform: unset;
  }
}
#news .news__list ul li:hover .arrow::after {
  transform: rotate(90deg) scale(1.1);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:hover .arrow::after {
    transform: scale(1);
  }
}
#news .news__list ul li {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s 1.2s ease;
}
#news .news__list ul li:nth-child(2) {
  transition-delay: 1.3s;
}
#news .news__list ul li:nth-child(3) {
  transition-delay: 1.4s;
}
#news .btn {
  opacity: 0;
  transition: all 0.5s 1.8s ease;
}
#news.move-on .news__list ul li {
  opacity: 1;
  transform: translateY(0);
}
#news.move-on .btn {
  opacity: 1;
}

#merch {
  padding: 80px 0 185px;
}
@media only screen and (max-width: 1400px) {
  #merch {
    padding: 5.7142857143vw 0 13.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch {
    padding: 8.59375vw 0 18.75vw;
  }
}
#merch .ttl-box h2 {
  width: 397px;
}
@media only screen and (max-width: 1400px) {
  #merch .ttl-box h2 {
    width: 28.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .ttl-box h2 {
    width: 57.03125vw;
  }
}
#merch .ttl-box .jp {
  color: #F7DDB5;
}
#merch .ttl-box .jp::before, #merch .ttl-box .jp::after {
  background-color: #F7DDB5;
  width: 150px;
}
@media only screen and (max-width: 1400px) {
  #merch .ttl-box .jp::before, #merch .ttl-box .jp::after {
    width: 10.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .ttl-box .jp::before, #merch .ttl-box .jp::after {
    width: 20.15625vw;
  }
}
#merch .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/parts/bg_pl.webp") no-repeat top center;
  background-size: cover;
}
#merch .bg span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/parts/pattern.png") repeat;
  background-size: 2000px auto;
  opacity: 0.4;
}
@media only screen and (max-width: 1400px) {
  #merch .bg span {
    background-size: 142.8571428571vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #merch .bg span {
    background-size: 312.5vw auto;
  }
}
#merch .bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#merch .bg-line .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
  height: 0.5px;
  transform-origin: 0% 50%;
}
@media only screen and (max-width: 768px) {
  #merch .bg-line .line {
    height: 1px;
  }
}
#merch .bg-line .line span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 193, 153, 0.5);
}
#merch .bg-line .line.line2 {
  transform: rotate(-90deg) translate(-50%, -50%);
}
#merch .bg-line .line.line3 {
  transform: rotate(-123deg) translate(-50%, -50%);
}
#merch .bg-line .line.line4 {
  transform: rotate(-145deg) translate(-50%, -50%);
}
#merch .bg-line .line.line5 {
  transform: rotate(-161deg) translate(-50%, -50%);
}
#merch .bg-line .line.line6 {
  transform: rotate(-18deg) translate(-50%, -50%);
}
#merch .bg-line .line.line7 {
  transform: rotate(-34deg) translate(-50%, -50%);
}
#merch .bg-line .line.line8 {
  transform: rotate(-57deg) translate(-50%, -50%);
}
#merch .merch__box {
  position: relative;
  margin: 0 -55px 76px;
}
@media only screen and (max-width: 1400px) {
  #merch .merch__box {
    margin: 0 -3.9285714286vw 5.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box {
    margin: 0 auto 7.03125vw;
  }
}
#merch .merch__box .frame {
  width: 1310px;
}
@media only screen and (max-width: 1400px) {
  #merch .merch__box .frame {
    width: 93.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .frame {
    width: auto;
  }
}
#merch .merch__box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
}
@media only screen and (max-width: 1400px) {
  #merch .merch__box .image {
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .image {
    width: 85.15625vw;
  }
}
#merch .bg-line .line span {
  transition: all 1s 0.1s ease;
}
#merch .bg-line .line.line2 span {
  transform: rotate(90deg);
}
#merch .bg-line .line.line3 span {
  transform: rotate(123deg);
}
#merch .bg-line .line.line4 span {
  transform: rotate(145deg);
}
#merch .bg-line .line.line5 span {
  transform: rotate(161deg);
}
#merch .bg-line .line.line6 span {
  transform: rotate(18deg);
}
#merch .bg-line .line.line7 span {
  transform: rotate(34deg);
}
#merch .bg-line .line.line8 span {
  transform: rotate(57deg);
}
#merch .merch__box .frame {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.8s 0.5s ease;
}
#merch .merch__box .image {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05) translate(-50%, -50%);
  transform-origin: 0 0;
  transition: all 0.8s 1s ease;
}
#merch .merch__box .image img {
  filter: brightness(0.8);
  transition: all 0.8s 1.2s ease;
}
#merch .btn {
  transition-delay: 1.6s;
}
#merch.move-on .bg-line .line.line2 span, #merch.move-on .bg-line .line.line3 span, #merch.move-on .bg-line .line.line4 span, #merch.move-on .bg-line .line.line5 span, #merch.move-on .bg-line .line.line6 span, #merch.move-on .bg-line .line.line7 span, #merch.move-on .bg-line .line.line8 span {
  transform: rotate(0deg);
}
#merch.move-on .merch__box .frame {
  opacity: 1;
  transform: scale(1);
}
#merch.move-on .merch__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  filter: blur(0px);
}
#merch.move-on .merch__box .image img {
  filter: brightness(1);
}

#message {
  padding: 80px 0 185px;
}
@media only screen and (max-width: 1400px) {
  #message {
    padding: 5.7142857143vw 0 13.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #message {
    padding: 8.59375vw 0 18.75vw;
  }
}
#message .ttl-box h2 {
  width: 715px;
}
@media only screen and (max-width: 1400px) {
  #message .ttl-box h2 {
    width: 51.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .ttl-box h2 {
    width: 92.1875vw;
    margin-bottom: -1.5625vw;
  }
}
#message .ttl-box .jp {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #message .ttl-box .jp {
    font-size: 4.53125vw;
  }
}
#message .ttl-box .jp::before, #message .ttl-box .jp::after {
  background-color: #fff;
  width: 170px;
}
@media only screen and (max-width: 1400px) {
  #message .ttl-box .jp::before, #message .ttl-box .jp::after {
    width: 12.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .ttl-box .jp::before, #message .ttl-box .jp::after {
    width: 18.75vw;
  }
}
#message .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/message/bg.webp") no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
#message .bg span {
  position: relative;
  top: -21px;
  display: block;
  width: 100%;
  height: calc(100% + 25px);
  background: url("../img/parts/pattern.png") repeat;
  background-size: 2000px auto;
  opacity: 0.8;
}
@media only screen and (max-width: 1400px) {
  #message .bg span {
    top: -1.5vw;
    height: calc(100% + 1.7857142857vw);
    background-size: 142.8571428571vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #message .bg span {
    top: -11.25vw;
    height: calc(100% + 12.5vw);
    background-size: 312.5vw auto;
  }
}
#message .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/message/bg_line-pc.png") repeat center center;
  background-size: 100% 100%;
}
#message .message__box {
  position: relative;
  margin: 0 -55px 76px;
}
@media only screen and (max-width: 1400px) {
  #message .message__box {
    margin: 0 -3.9285714286vw 5.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box {
    margin: 0 auto 6.25vw;
  }
}
#message .message__box .frame {
  width: 1310px;
}
@media only screen and (max-width: 1400px) {
  #message .message__box .frame {
    width: 93.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box .frame {
    width: auto;
  }
}
#message .message__box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
}
@media only screen and (max-width: 1400px) {
  #message .message__box .image {
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #message .message__box .image {
    width: 85.15625vw;
  }
}
#message .bg::after {
  background-size: 60% 60%;
  transition: all 2s ease;
}
#message .message__box .frame {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.8s 0.5s ease;
}
#message .message__box .image {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05) translate(-50%, -50%);
  transform-origin: 0 0;
  transition: all 0.8s 1s ease;
}
#message .message__box .image img {
  filter: brightness(1.1);
  transition: all 0.8s 1.2s ease;
}
#message .btn {
  transition-delay: 1.6s;
}
#message.move-on .bg::after {
  background-size: 100% 100%;
}
#message.move-on .message__box .frame {
  opacity: 1;
  transform: scale(1);
}
#message.move-on .message__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  filter: blur(0px);
}
#message.move-on .message__box .image img {
  filter: brightness(1);
}

#music {
  position: relative;
  padding: 80px 0 185px;
  background-color: #fff;
}
@media only screen and (max-width: 1400px) {
  #music {
    padding: 5.7142857143vw 0 13.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #music {
    padding: 8.59375vw 0 18.75vw;
  }
}
#music .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#music .bg span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/music/hanabira01.webp") repeat-y top center;
  background-size: 100% auto;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  #music .bg span {
    background-size: auto 100%;
  }
}
#music .bg span:nth-child(2) {
  background-image: url("../img/music/hanabira02.webp");
}
#music .bg span:nth-child(3) {
  background-image: url("../img/music/hanabira03.webp");
}
#music .ttl-box h2 {
  width: 384px;
}
@media only screen and (max-width: 1400px) {
  #music .ttl-box h2 {
    width: 27.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .ttl-box h2 {
    width: 49.375vw;
  }
}
#music .ttl-box .jp::before, #music .ttl-box .jp::after {
  width: 104px;
}
@media only screen and (max-width: 1400px) {
  #music .ttl-box .jp::before, #music .ttl-box .jp::after {
    width: 7.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .ttl-box .jp::before, #music .ttl-box .jp::after {
    width: 10.9375vw;
  }
}
#music .music__box {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box {
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box {
    margin-bottom: 7.8125vw;
  }
}
#music .music__box .cover-wrap {
  margin-bottom: 68px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .cover-wrap {
    margin-bottom: 4.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .cover-wrap {
    margin-bottom: 10.15625vw;
  }
}
#music .music__box .cover-wrap ul {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .cover-wrap ul {
    gap: 0 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .cover-wrap ul {
    display: block;
    width: 53.90625vw;
    margin: 0 auto;
  }
}
#music .music__box .cover-wrap ul li {
  width: 357px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .cover-wrap ul li {
    width: 25.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .cover-wrap ul li {
    width: auto;
    margin-bottom: 2.34375vw;
  }
}
#music .music__box .cover-wrap ul li p {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .cover-wrap ul li p {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .cover-wrap ul li p {
    font-size: 3.125vw;
  }
}
#music .music__box .txt-box {
  text-align: center;
}
#music .music__box .txt-box .catch {
  font-size: 30px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .txt-box .catch {
    font-size: 2.1428571429vw;
    margin-bottom: 3.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .txt-box .catch {
    font-size: 5vw;
    line-height: 1.6;
    margin-bottom: 4.6875vw;
  }
}
#music .music__box .txt-box .catch span {
  font-size: 26px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .txt-box .catch span {
    font-size: 1.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .txt-box .catch span {
    font-size: 4.375vw;
  }
}
#music .music__box .txt-box .txt {
  font-size: 18px;
}
@media only screen and (max-width: 1400px) {
  #music .music__box .txt-box .txt {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #music .music__box .txt-box .txt {
    font-size: 3.125vw;
  }
}
#music .music__box .cover-wrap ul li {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}
#music .music__box .cover-wrap ul li:nth-child(2) {
  transform: translateY(-100px);
}
#music .music__box .cover-wrap ul li p {
  opacity: 0;
  transition: all 0.5s 0.7s ease;
}
#music .music__box .txt-box .catch {
  opacity: 0;
  filter: blur(3px);
  transition: all 1s ease;
}
#music .music__box .txt-box .catch.move-on {
  opacity: 1;
  filter: blur(0px);
}
#music .music__box .txt-box .txt {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s ease;
}
#music .music__box .txt-box .txt.move-on {
  opacity: 1;
  transform: scale(1);
}
#music.move-on .music__box .cover-wrap ul li {
  opacity: 1;
  transform: translateY(0);
}
#music.move-on .music__box .cover-wrap ul li p {
  opacity: 1;
}

#video {
  padding: 80px 0 286px;
}
@media only screen and (max-width: 1400px) {
  #video {
    padding: 5.7142857143vw 0 20.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #video {
    padding: 8.59375vw 0 23.4375vw;
  }
}
#video .ttl-box {
  margin-bottom: 88px;
}
@media only screen and (max-width: 1400px) {
  #video .ttl-box {
    margin-bottom: 6.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .ttl-box {
    margin-bottom: 13.75vw;
  }
}
#video .ttl-box h2 {
  width: 418px;
}
@media only screen and (max-width: 1400px) {
  #video .ttl-box h2 {
    width: 29.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .ttl-box h2 {
    width: 53.4375vw;
  }
}
#video .ttl-box .jp {
  color: #F7DDB5;
}
#video .ttl-box .jp::before, #video .ttl-box .jp::after {
  background-color: #F7DDB5;
  width: 170px;
}
@media only screen and (max-width: 1400px) {
  #video .ttl-box .jp::before, #video .ttl-box .jp::after {
    width: 12.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .ttl-box .jp::before, #video .ttl-box .jp::after {
    width: 26.5625vw;
  }
}
#video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2530px;
  background: url("../img/video/bg.webp") repeat-y top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #video .bg {
    height: 418.75vw;
  }
}
#video .bg span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/parts/pattern.png") repeat;
  background-size: 2000px auto;
  opacity: 0.4;
}
@media only screen and (max-width: 1400px) {
  #video .bg span {
    background-size: 142.8571428571vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #video .bg span {
    background-size: 312.5vw auto;
  }
}
#video .bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video .bg-line .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
  height: 0.5px;
  transform-origin: 0% 50%;
}
@media only screen and (max-width: 768px) {
  #video .bg-line .line {
    height: 1px;
  }
}
#video .bg-line .line span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 193, 153, 0.5);
}
#video .bg-line .line.line2 {
  transform: rotate(-90deg) translate(-50%, -50%);
}
#video .bg-line .line.line3 {
  transform: rotate(-123deg) translate(-50%, -50%);
}
#video .bg-line .line.line4 {
  transform: rotate(-145deg) translate(-50%, -50%);
}
#video .bg-line .line.line5 {
  transform: rotate(-161deg) translate(-50%, -50%);
}
#video .bg-line .line.line6 {
  transform: rotate(-18deg) translate(-50%, -50%);
}
#video .bg-line .line.line7 {
  transform: rotate(-34deg) translate(-50%, -50%);
}
#video .bg-line .line.line8 {
  transform: rotate(-57deg) translate(-50%, -50%);
}
#video .video__list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-bottom: 70px;
  padding-top: 12px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 2000px) {
  #video .video__list {
    padding-bottom: 3.5vw;
    padding-top: 0.6vw;
    margin-bottom: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list {
    padding: 1.71875vw 8.4375vw 0;
    margin-bottom: 9.375vw;
  }
}
#video .video__list .frame {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 47.3vw;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .frame {
    top: 0vw;
    width: 47.3vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .frame {
    width: 86.5625vw;
  }
}
#video .video__list .wrap {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 47.3vw;
  z-index: 2;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .wrap {
    top: 0vw;
    width: 47.3vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .wrap {
    width: 86.5625vw;
  }
}
#video .video__list .swiper-wrapper {
  width: 100%;
  height: 20.5vw;
  padding: 2.6vw 0;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-wrapper {
    height: 20.5vw;
    padding: 2.6vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper {
    height: 46.875vw;
    padding: 0 0 12.1875vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide {
    opacity: 0;
  }
}
#video .video__list .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.7);
}
#video .video__list .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transition: all 0.5s ease;
}
#video .video__list .swiper-wrapper .swiper-slide a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.5vw;
  height: 8.5vw;
  background: url("../img/video/play.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.4s ease;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide a::after {
    width: 26.5625vw;
    height: 26.5625vw;
  }
}
#video .video__list .swiper-wrapper .swiper-slide a .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video .video__list .swiper-wrapper .swiper-slide a .image img {
  transition: all 0.38s ease-out;
}
#video .video__list .swiper-wrapper .swiper-slide a:hover::after {
  transform: translate(-50%, -50%) scale(0.95);
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.285);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a {
  filter: blur(0);
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a .deco {
  opacity: 1;
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a .deco span {
  transform: scale(1);
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a::after {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a:hover .image img {
  transform: scale(1.1);
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a:hover .deco {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  mix-blend-mode: color-dodge;
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a:hover .deco span {
  transform: scale(0.9);
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active a:hover::after {
  filter: blur(1px);
  transform: translate(-50%, -50%) scale(0.96);
  mix-blend-mode: hard-light;
}
#video .video__list .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
  visibility: hidden;
}
#video .video__list .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#video .video__list .swiper-pagination {
  bottom: 0;
}
#video .video__list .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 23px;
  background: url("../img/video/pagination_off.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.4s ease;
  opacity: 1;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-pagination .swiper-pagination-bullet {
    width: 1.2vw;
    height: 1.15vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-pagination .swiper-pagination-bullet {
    width: 4.375vw;
    height: 4.0625vw;
    margin: 0 0.78125vw 1.5625vw;
  }
}
#video .video__list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../img/video/pagination_on.svg");
}
#video .video__list .swiper-button-prev1,
#video .video__list .swiper-button-next1 {
  top: 11.65vw;
  transform: unset;
  width: 3.5vw;
  height: 3.5vw;
  margin: 0;
  border: 2px solid #F4D7B7;
  border-radius: 100px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev1,
#video .video__list .swiper-button-next1 {
    top: 19.84375vw;
    width: 10.3125vw;
    height: 10.3125vw;
  }
}
#video .video__list .swiper-button-prev1::after,
#video .video__list .swiper-button-next1::after {
  position: relative;
  left: 0.15vw;
  width: 1.5vw;
  height: 1.4vw;
  background: url("../img/video/arrow.svg") no-repeat top center;
  background-size: contain;
  font-size: 0;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev1::after,
#video .video__list .swiper-button-next1::after {
    width: 4.375vw;
    height: 4.0625vw;
    left: 0.46875vw;
  }
}
#video .video__list .swiper-button-prev1:hover::after,
#video .video__list .swiper-button-next1:hover::after {
  transform: scale(1.2);
}
#video .video__list .swiper-button-prev1 {
  left: calc(50% - 25.25vw);
  transform: rotate(180deg);
  transform-origin: center;
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev1 {
    left: -4.6875vw;
  }
}
#video .video__list .swiper-button-next1 {
  right: calc(50% - 25.25vw);
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next1 {
    right: -4.6875vw;
  }
}
#video .video__list .swiper-button-prev2,
#video .video__list .swiper-button-next2 {
  display: block;
  width: 133px;
  height: 40px;
  top: inherit;
  bottom: 0;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev2,
#video .video__list .swiper-button-next2 {
    width: 6.65vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2,
#video .video__list .swiper-button-next2 {
    width: 18.4375vw;
    height: 7.5vw;
  }
}
#video .video__list .swiper-button-prev2::after,
#video .video__list .swiper-button-next2::after {
  display: none;
}
#video .video__list .swiper-button-prev2 {
  left: calc(50% - 226px);
  background: url("../img/video/prev.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-prev2 {
    left: calc(50% - 11vw);
    padding-left: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-prev2 {
    left: 15vw;
  }
}
#video .video__list .swiper-button-prev2:hover {
  transform: translateX(-10px);
}
#video .video__list .swiper-button-next2 {
  right: calc(50% - 226px);
  background: url("../img/video/next.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #video .video__list .swiper-button-next2 {
    right: calc(50% - 11vw);
    padding-right: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list .swiper-button-next2 {
    right: 15vw;
  }
}
#video .video__list .swiper-button-next2:hover {
  transform: translateX(10px);
}
#video .bg-line .line span {
  transition: all 1s 0.1s ease;
}
#video .bg-line .line.line2 span {
  transform: rotate(90deg);
}
#video .bg-line .line.line3 span {
  transform: rotate(123deg);
}
#video .bg-line .line.line4 span {
  transform: rotate(145deg);
}
#video .bg-line .line.line5 span {
  transform: rotate(161deg);
}
#video .bg-line .line.line6 span {
  transform: rotate(18deg);
}
#video .bg-line .line.line7 span {
  transform: rotate(34deg);
}
#video .bg-line .line.line8 span {
  transform: rotate(57deg);
}
#video .video__list {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s 1s ease;
}
#video.move-on .bg-line .line.line2 span, #video.move-on .bg-line .line.line3 span, #video.move-on .bg-line .line.line4 span, #video.move-on .bg-line .line.line5 span, #video.move-on .bg-line .line.line6 span, #video.move-on .bg-line .line.line7 span, #video.move-on .bg-line .line.line8 span {
  transform: rotate(0deg);
}
#video.move-on .video__list {
  filter: blur(0px);
  opacity: 1;
}

#profile {
  margin-top: -280px;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  #profile {
    margin-top: -20vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile {
    margin-top: -10.9375vw;
  }
}
#profile .base {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: calc(100% - 530px);
  background: url("../img/parts/bg_pl.webp") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 1400px) {
  #profile .base {
    top: 20vw;
    height: calc(100% - 37.8571428571vw);
  }
}
@media only screen and (max-width: 768px) {
  #profile .base {
    top: 10.9375vw;
    height: calc(100% - 31.25vw);
  }
}
#profile .base span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/parts/pattern.png") repeat;
  background-size: 100% auto;
  opacity: 0.4;
}
#profile .ribbon-top {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2000px;
  z-index: 2;
}
@media only screen and (min-width: 2000px) {
  #profile .ribbon-top {
    width: 100%;
    height: 325px;
  }
}
@media only screen and (max-width: 1400px) {
  #profile .ribbon-top {
    top: -2.1428571429vw;
    width: 142.8571428571vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  #profile .ribbon-top {
    top: -4.6875vw;
    width: 100%;
    height: unset;
  }
}
#profile .ribbon-top span {
  display: block;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
#profile .ribbon-top img {
  width: 100vw;
  min-width: 2000px;
}
@media only screen and (min-width: 2000px) {
  #profile .ribbon-top img {
    width: 100vw;
    height: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  #profile .ribbon-top img {
    width: 142.8571428571vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  #profile .ribbon-top img {
    width: 100vw;
  }
}
#profile .ribbon-btm {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2000px;
  z-index: 2;
}
@media only screen and (min-width: 2000px) {
  #profile .ribbon-btm {
    width: 100%;
    height: 325px;
  }
}
@media only screen and (max-width: 1400px) {
  #profile .ribbon-btm {
    bottom: -2.8571428571vw;
    width: 142.8571428571vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  #profile .ribbon-btm {
    bottom: -6.25vw;
    width: 100%;
    height: unset;
  }
}
#profile .ribbon-btm span {
  display: block;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
#profile .ribbon-btm img {
  width: 100vw;
  min-width: 2000px;
}
@media only screen and (min-width: 2000px) {
  #profile .ribbon-btm img {
    width: 100vw;
    height: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  #profile .ribbon-btm img {
    width: 142.8571428571vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  #profile .ribbon-btm img {
    width: 100vw;
  }
}
#profile .bg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2000px;
}
@media only screen and (min-width: 2000px) {
  #profile .bg {
    width: 100%;
    height: 1662px;
  }
}
@media only screen and (max-width: 1400px) {
  #profile .bg {
    width: 142.8571428571vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  #profile .bg {
    width: auto;
    height: unset;
  }
}
@media only screen and (min-width: 2000px) {
  #profile .bg img {
    width: 100%;
    height: 100%;
  }
}
#profile h2 {
  position: absolute;
  top: 290px;
  left: calc(50% - 658px);
  width: 796px;
}
@media only screen and (max-width: 1400px) {
  #profile h2 {
    top: 20.7142857143vw;
    width: 56.8571428571vw;
    left: calc(50% - 47vw);
  }
}
@media only screen and (max-width: 768px) {
  #profile h2 {
    width: 129.6875vw;
    top: 122.65625vw;
    left: 0vw;
    z-index: 2;
  }
}
#profile h2 svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #profile h2 svg.pc {
    display: none;
  }
}
#profile h2 svg.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #profile h2 svg.sp {
    display: block;
  }
}
#profile .illust {
  position: absolute;
  top: 200px;
  left: calc(50% - 176px);
  width: 1053px;
}
@media only screen and (max-width: 1400px) {
  #profile .illust {
    top: 14.2857142857vw;
    width: 75.2142857143vw;
    left: calc(50% - 12.5714285714vw);
  }
}
@media only screen and (max-width: 768px) {
  #profile .illust {
    width: 134.21875vw;
    top: 7.8125vw;
    left: -18.75vw;
  }
}
#profile .profile__detail {
  position: absolute;
  top: 720px;
  left: calc(50% - 648px);
  width: 460px;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail {
    top: 51.4285714286vw;
    left: calc(50% - 46.2857142857vw);
    width: 32.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail {
    top: 175.3125vw;
    left: 6.25vw;
    width: 87.5vw;
  }
}
#profile .profile__detail .link {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .link {
    margin-bottom: 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link {
    margin-bottom: 6.25vw;
    margin-left: 0.78125vw;
  }
}
#profile .profile__detail .link ul {
  display: flex;
  gap: 0 14px;
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul {
    gap: 0 2.1875vw;
  }
}
#profile .profile__detail .link ul li {
  position: relative;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .link ul li {
    height: 3.3571428571vw;
    border-radius: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul li {
    height: 6.71875vw;
    border-width: 1.5px;
  }
}
#profile .profile__detail .link ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px #DB4E8B;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .link ul li::before {
    border-radius: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul li::before {
    width: calc(100% - 0.9375vw);
    height: calc(100% - 0.9375vw);
  }
}
#profile .profile__detail .link ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-image: linear-gradient(90deg, rgb(235, 206, 162), rgb(250, 231, 201) 45%, rgb(235, 206, 162));
  border-radius: 50px;
  opacity: 0;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .link ul li::after {
    border-radius: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul li::after {
    width: calc(100% - 0.9375vw);
    height: calc(100% - 0.9375vw);
  }
}
#profile .profile__detail .link ul li a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 1;
  font-size: 22px;
  font-family: "Libre Bodoni", serif;
  color: #DB4E8B;
  padding: 0.65em 2em 0;
  text-decoration: none;
  z-index: 2;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .link ul li a {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul li a {
    font-size: 3.125vw;
    padding: 0.65em 2.5em 0;
  }
}
#profile .profile__detail .link ul li:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul li:hover::after {
    opacity: 0;
  }
}
#profile .profile__detail .link ul li:hover a {
  color: #514252;
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .link ul li:hover a {
    color: #DB4E8B;
  }
}
#profile .profile__detail p {
  color: #fff;
  text-shadow: 0 0 10px #DB4E8B, 0 0 10px #DB4E8B;
}
#profile .profile__detail .txt1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .txt1 {
    font-size: 2.1428571429vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .txt1 {
    font-size: 4.375vw;
    margin-bottom: 3.90625vw;
  }
}
#profile .profile__detail .txt2 {
  font-size: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail .txt2 {
    font-size: 1.4285714286vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail .txt2 {
    font-size: 3.125vw;
    margin-bottom: 6.25vw;
  }
}
#profile .profile__detail dl {
  display: grid;
  grid-template-columns: 175px 1fr;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail dl {
    grid-template-columns: 12.5vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail dl {
    grid-template-columns: 30.46875vw 1fr;
  }
}
#profile .profile__detail dl dt, #profile .profile__detail dl dd {
  font-size: 20px;
  color: #fff;
  line-height: 2.8;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1400px) {
  #profile .profile__detail dl dt, #profile .profile__detail dl dd {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile .profile__detail dl dt, #profile .profile__detail dl dd {
    font-size: 2.8125vw;
  }
}
#profile .ribbon-top span, #profile .ribbon-btm span {
  transition: all 1.3s ease;
}
#profile .bg {
  opacity: 0;
  transition: all 0.6s 0.8s ease;
}
#profile .bg img {
  filter: blur(10px);
  transition: all 0.6s 0.8s ease;
}
#profile h2 {
  overflow: hidden;
  width: 0;
  transform: translateX(-100px);
  transition: all 1.4s 1s ease;
}
#profile h2 svg {
  width: 796px;
  height: 344px;
}
@media only screen and (max-width: 1400px) {
  #profile h2 svg {
    width: 56.8571428571vw;
    height: 24.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile h2 svg {
    width: 100vw;
    height: 52.03125vw;
  }
}
#profile .illust {
  opacity: 0;
  filter: blur(10px) brightness(0.5);
  transform: translateY(-80px);
  transition: all 1s 1.4s ease;
}
#profile .profile__detail {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 1.5s ease;
}
#profile.move-on .ribbon-top span, #profile.move-on .ribbon-btm span {
  width: 100%;
}
#profile.move-on .bg {
  opacity: 1;
}
#profile.move-on .bg img {
  filter: blur(0px);
}
#profile.move-on h2 {
  width: 796px;
  transform: translateX(0);
}
@media only screen and (max-width: 1400px) {
  #profile.move-on h2 {
    width: 56.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #profile.move-on h2 {
    width: 100vw;
  }
}
#profile.move-on .illust {
  opacity: 1;
  filter: blur(0) brightness(1);
  transform: translateY(0);
}
#profile.move-on .profile__detail {
  opacity: 1;
  transform: translateY(0px);
}

#poem {
  margin-top: -250px;
  padding: 315px 0 225px;
  background: url("../img/poem/bg-pc.webp") no-repeat bottom center #fff;
  background-size: 100% auto;
}
@media only screen and (max-width: 1400px) {
  #poem {
    margin-top: -17.8571428571vw;
    padding: 22.5vw 0 16.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem {
    margin-top: -21.875vw;
    padding: 31.25vw 0 14.375vw;
    background-image: url("../img/poem/bg-sp.webp");
  }
}
#poem .deco1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco1 {
    gap: 0 0.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco1 {
    gap: 0 0.3125vw;
  }
}
#poem .deco1 svg {
  width: 100%;
  height: auto;
}
#poem .deco1 .line-left, #poem .deco1 .line-right {
  width: 529px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco1 .line-left, #poem .deco1 .line-right {
    width: 37.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco1 .line-left, #poem .deco1 .line-right {
    width: 44.0625vw;
  }
}
#poem .deco1 .motif {
  width: 34px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco1 .motif {
    width: 2.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco1 .motif {
    width: 5.3125vw;
  }
}
#poem .deco2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  margin: 0 -34px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco2 {
    gap: 0 0.4285714286vw;
    margin: 0 -2.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco2 {
    gap: 0 0.3125vw;
    margin: 0 -6.875vw;
  }
}
#poem .deco2 svg {
  width: 100%;
  height: auto;
}
#poem .deco2 .line-left, #poem .deco2 .line-right {
  width: 568px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco2 .line-left, #poem .deco2 .line-right {
    width: 40.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco2 .line-left, #poem .deco2 .line-right {
    width: 44.0625vw;
  }
}
#poem .deco2 .line-left svg {
  position: relative;
  left: 78px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco2 .line-left svg {
    left: 5.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco2 .line-left svg {
    left: 9.375vw;
  }
}
#poem .deco2 .line-right svg {
  position: relative;
  right: 78px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco2 .line-right svg {
    right: 5.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco2 .line-right svg {
    right: 9.375vw;
  }
}
#poem .deco2 .motif {
  width: 114px;
}
@media only screen and (max-width: 1400px) {
  #poem .deco2 .motif {
    width: 8.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .deco2 .motif {
    width: 17.8125vw;
  }
}
#poem .text {
  position: relative;
  padding-top: 30px;
  z-index: 2;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  #poem .text {
    padding-top: 2.1428571429vw;
    margin-bottom: 10.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text {
    padding-top: 6.5625vw;
    margin: 0 -3.125vw 12.5vw;
  }
}
#poem .text .base {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1096px;
}
#poem .text .txt {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #poem .text .txt .pc {
    display: none;
  }
}
#poem .text .txt .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #poem .text .txt .sp {
    display: block;
  }
}
#poem .text .txt svg {
  width: 100%;
  height: auto;
}
#poem .text .txt1 {
  width: 895px;
  margin-bottom: -36px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt1 {
    width: 63.9285714286vw;
    margin-bottom: -2.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt1 {
    width: 82.8125vw;
    margin-bottom: 0.46875vw;
  }
}
#poem .text .txt2 {
  width: 1003px;
  margin-bottom: -37px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt2 {
    width: 71.6428571429vw;
    margin-bottom: -2.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt2 {
    width: 91.875vw;
    margin-bottom: 0.46875vw;
  }
}
#poem .text .txt3 {
  width: 606px;
  margin-bottom: 76px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt3 {
    width: 43.2857142857vw;
    margin-bottom: 5.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt3 {
    width: 54.6875vw;
    margin-bottom: 11.5625vw;
  }
}
#poem .text .txt4 {
  width: 591px;
  margin-bottom: -37px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt4 {
    width: 42.2142857143vw;
    margin-bottom: -2.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt4 {
    width: 53.28125vw;
    margin-bottom: 0.3125vw;
  }
}
#poem .text .txt5 {
  width: 845px;
  margin-bottom: 78px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt5 {
    width: 60.3571428571vw;
    margin-bottom: 5.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt5 {
    width: 78.125vw;
    margin-bottom: 11.71875vw;
  }
}
#poem .text .txt6 {
  width: 1095px;
  margin-bottom: 74px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt6 {
    width: 78.2142857143vw;
    margin-bottom: 5.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt6 {
    width: 75.78125vw;
    margin-bottom: 0.625vw;
  }
}
#poem .text .txt6-2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #poem .text .txt6-2 {
    display: block;
    width: 30.78125vw;
    margin-bottom: 11.5625vw;
  }
}
#poem .text .txt7 {
  width: 743px;
  margin-bottom: -37px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt7 {
    width: 53.0714285714vw;
    margin-bottom: -2.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt7 {
    width: 68.4375vw;
    margin-bottom: -0.78125vw;
  }
}
#poem .text .txt8 {
  width: 645px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt8 {
    width: 46.0714285714vw;
    margin-bottom: 7.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt8 {
    width: 59.375vw;
    margin-bottom: 4.6875vw;
  }
}
#poem .text .txt9 {
  width: 1184px;
  margin-bottom: 102px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt9 {
    width: 84.5714285714vw;
    margin-bottom: 7.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt9 {
    width: 89.375vw;
    margin-bottom: -2.34375vw;
  }
}
#poem .text .txt10 {
  width: 878px;
}
@media only screen and (max-width: 1400px) {
  #poem .text .txt10 {
    width: 62.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #poem .text .txt10 {
    width: 78.90625vw;
  }
}
#poem .deco .line-left {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s 0.6s ease;
}
#poem .deco .line-right {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s 0.6s ease;
}
#poem .deco .motif {
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s ease;
}
#poem .text .txt {
  opacity: 0;
  transform: scaleX(0.6);
  transition: all 1s ease;
}
#poem .text .txt.txt9, #poem .text .txt.txt10 {
  transform: scaleX(1);
  filter: blur(10px) brightness(2);
  transition-duration: 1.5s;
}
#poem .text .txt.move-on {
  opacity: 1;
  transform: scale(1);
}
#poem .text .txt.move-on.txt9, #poem .text .txt.move-on.txt10 {
  transform: scaleX(1);
  filter: blur(0px) brightness(1);
}
#poem.move-on .deco .line-left, #poem.move-on .deco .line-right {
  opacity: 1;
  transform: translateX(0);
}
#poem.move-on .motif {
  opacity: 1;
  transform: scale(1);
}