@charset "UTF-8";
/*=============================================================
 base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400..700&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Zen Old Mincho", serif;
  color: #514252;
}
body p {
  line-height: 1.8;
}

.re-image {
  width: 100%;
  height: auto;
}

.bg-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/parts/bg_page.webp") no-repeat top center;
  background-size: cover;
}
.bg-con .confetti {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 86.3vw;
  height: 100%;
  background: url("../img/parts/confetti01.webp") repeat-y top center;
  background-size: 100% auto;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .bg-con .confetti {
    width: 100%;
    background-size: 187.5vw;
    display: none;
  }
}
.bg-con .confetti.confetti2 {
  background-image: url("../img/parts/confetti02.webp");
}
.bg-con .confetti.confetti3 {
  background-image: url("../img/parts/confetti03.webp");
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
#bnr-ticket {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 260px;
  z-index: 4;
}
@media only screen and (max-width: 1400px) {
  #bnr-ticket {
    bottom: 1.4285714286vw;
    right: 1.4285714286vw;
    width: 18.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket {
    bottom: 2.5vw;
    right: 2.5vw;
    width: 26.5625vw;
  }
}
#bnr-ticket a::before, #bnr-ticket a::after {
  content: "";
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 142px;
  height: 30px;
  background: url("../img/parts/ticket_deco.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1400px) {
  #bnr-ticket a::before, #bnr-ticket a::after {
    top: 6vw;
    width: 10.1428571429vw;
    height: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a::before, #bnr-ticket a::after {
    top: 8.90625vw;
    width: 13.90625vw;
    height: 2.96875vw;
  }
}
#bnr-ticket a::after {
  top: inherit;
  bottom: 84px;
  transform: scale(1, -1) translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  #bnr-ticket a::after {
    bottom: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a::after {
    bottom: 8.90625vw;
  }
}
#bnr-ticket .base img {
  -webkit-animation: rotate 80s infinite linear;
          animation: rotate 80s infinite linear;
  transform-origin: 49.8% 49.8%;
}
#bnr-ticket .txt {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
#bnr-ticket a:hover::before {
  transform: translateY(-10px) translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  #bnr-ticket a:hover::before {
    transform: translateY(-0.7142857143vw) translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a:hover::before {
    transform: translateX(-50%);
  }
}
#bnr-ticket a:hover::after {
  transform: translateY(10px) scale(1, -1) translateX(-50%);
}
@media only screen and (max-width: 1400px) {
  #bnr-ticket a:hover::after {
    transform: translateY(0.7142857143vw) scale(1, -1) translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a:hover::after {
    transform: scale(1, -1) translateX(-50%);
  }
}
#bnr-ticket a:hover .txt {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a:hover .txt {
    transform: scale(1);
  }
}

.btn {
  position: relative;
  width: 450px;
  min-height: 80px;
}
@media only screen and (max-width: 1400px) {
  .btn {
    width: 32.1428571429vw;
    min-height: 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 70.3125vw;
    min-height: 12.5vw;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
  z-index: 2;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
}
@media only screen and (max-width: 1400px) {
  .btn::before {
    width: calc(100% - 1vw);
    height: calc(100% - 1vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn::before {
    top: 49%;
    width: calc(100% - 2.1875vw);
    height: calc(100% - 2.1875vw);
    border-radius: 15.625vw;
    border-width: 0.3125vw;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid #DBC199;
  box-sizing: border-box;
  border-radius: 100px;
  z-index: 3;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%);
  mask-image: linear-gradient(to left, black 60%, transparent 100%);
}
@media only screen and (max-width: 1400px) {
  .btn::after {
    border-width: 0.1428571429vw;
    width: calc(100% - 1vw);
    height: calc(100% - 1vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn::after {
    top: 49%;
    width: calc(100% - 2.1875vw);
    height: calc(100% - 2.1875vw);
    border-radius: 15.625vw;
    border-width: 0.3125vw;
  }
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  border-radius: 100px;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(255, 216, 162), rgb(255, 133, 187) 30%, rgb(255, 49, 123));
  border: 4px solid #DBC199;
  text-decoration: none;
  font-family: "Libre Bodoni", serif;
  box-sizing: border-box;
  padding: 20px 0 14px;
}
@media only screen and (max-width: 1400px) {
  .btn a {
    font-size: 2.2857142857vw;
    min-height: 5.7142857143vw;
    border-width: 0.2857142857vw;
    padding: 1.4285714286vw 0 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a {
    border-radius: 31.25vw;
    font-size: 5vw;
    min-height: 12.5vw;
    padding: 3.125vw 0 2.1875vw;
    border-width: 0.625vw;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(255, 49, 123) 1%, rgb(255, 133, 187) 10%, rgb(255, 216, 162) 50%, rgb(255, 133, 187) 90%, rgb(255, 49, 123));
  border-radius: 100px;
  opacity: 0;
  transition: all 0.5s ease;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 44px;
  height: 17px;
  background: url("../img/parts/arrow_wh.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .btn a::after {
    right: 1.7857142857vw;
    width: 3.1428571429vw;
    height: 1.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a::after {
    right: 3.90625vw;
    width: 6.875vw;
    height: 2.65625vw;
  }
}
.btn a span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  text-align: center;
}
.btn a span.jp {
  display: block;
  font-size: 16px;
  margin-top: -2px;
}
@media only screen and (max-width: 768px) {
  .btn a span.jp {
    font-size: 2.5vw;
    margin-top: 0.3125vw;
  }
}
.btn a:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .btn a:hover::before {
    opacity: 0;
  }
}
.btn a:hover::after {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
@media only screen and (max-width: 1400px) {
  .btn a:hover::after {
    transform: translateY(-50%) translateX(0.7142857143vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn a:hover::after {
    transform: translateY(-50%);
  }
}
.btn a:hover span {
  text-shadow: 0 0 10px #DB4E8B;
}
@media only screen and (max-width: 768px) {
  .btn a:hover span {
    text-shadow: none;
  }
}
.btn__back::before {
  border-color: #DBC199;
}
.btn__back a {
  color: #fff;
  text-shadow: 0 0 10px #DBC199;
  background-image: linear-gradient(90deg, #7c6d71, #514252 30%, #514252);
}
.btn__back a::before {
  background-image: linear-gradient(90deg, #514252 1%, #514252 10%, #7c6d71 50%, #514252 90%, #514252);
}
.btn__back a::after {
  right: inherit;
  left: 25px;
  transform: scale(-1, 1) translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .btn__back a::after {
    left: 1.7857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn__back a::after {
    left: 3.90625vw;
  }
}
.btn__back a:hover::after {
  transform: scale(-1, 1) translateY(-50%) translateX(10px);
  opacity: 0;
}
@media only screen and (max-width: 1400px) {
  .btn__back a:hover::after {
    transform: scale(-1, 1) translateY(-50%) translateX(0.7142857143vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn__back a:hover::after {
    opacity: 1;
    transform: scale(-1, 1) translateY(-50%);
  }
}
.btn__back a:hover span {
  text-shadow: 0 0 10px #514252;
}
@media only screen and (max-width: 768px) {
  .btn__back a:hover span {
    text-shadow: none;
  }
}
.btn__back::after {
  border-radius: 100px;
  background: unset;
  border: 2px solid #DBC199;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .btn__back::after {
    border-radius: 15.625vw;
    border-width: 0.3125vw;
  }
}
.btn.off {
  pointer-events: none;
  opacity: 0.4;
}
.btn.off a {
  color: #514252;
  background-image: linear-gradient(90deg, white, #cccccc 30%, #aaaaaa);
}
.btn.off a::after {
  background-image: url("../img/parts/arrow_bk.svg");
}
.btn__center {
  margin: 0 auto;
}

.head-logo {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 215px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .head-logo {
    top: 5vw;
    width: 28.125vw;
  }
}

#whole-frame {
  position: fixed;
  pointer-events: none;
  z-index: 40;
  width: calc(100vw - 22px);
  height: calc(100vh - 22px);
  border: 4px solid #DBC199;
  margin: 11px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #whole-frame {
    margin: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    border-width: 0.625vw;
  }
}
#whole-frame::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  border: 2px solid #DBC199;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #whole-frame::before {
    width: calc(100% - 0.625vw);
    height: calc(100% - 0.625vw);
    margin: 0.3125vw;
    border-width: 0.3125vw;
  }
}
#whole-frame span {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/parts/frame_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame span {
    width: 8.125vw;
    height: 8.125vw;
  }
}
#whole-frame span:nth-child(1) {
  top: -3px;
  left: -3px;
}
@media only screen and (max-width: 768px) {
  #whole-frame span:nth-child(1) {
    top: -0.46875vw;
    left: -0.46875vw;
  }
}
#whole-frame span:nth-child(2) {
  top: -3px;
  right: -3px;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #whole-frame span:nth-child(2) {
    top: -0.46875vw;
    right: -0.46875vw;
  }
}
#whole-frame span:nth-child(3) {
  bottom: -3px;
  left: -3px;
  transform: scale(1, -1);
}
@media only screen and (max-width: 768px) {
  #whole-frame span:nth-child(3) {
    bottom: -0.46875vw;
    left: -0.46875vw;
  }
}
#whole-frame span:nth-child(4) {
  bottom: -3px;
  right: -3px;
  transform: scale(-1, -1);
}
@media only screen and (max-width: 768px) {
  #whole-frame span:nth-child(4) {
    bottom: -0.46875vw;
    right: -0.46875vw;
  }
}

#btn-nav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 103px;
  z-index: 50;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #btn-nav {
    top: 1.5625vw;
    right: 1.5625vw;
    width: 16.09375vw;
  }
}
#btn-nav .bg {
  transition: all 0.5s ease;
}
#btn-nav .bg svg {
  width: 100%;
  height: auto;
}
#btn-nav .line span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 3px;
  transform-origin: 0 50%;
  background-color: #fff;
  transition: all 0.2s 0.1s ease;
}
@media only screen and (max-width: 768px) {
  #btn-nav .line span {
    width: 8.125vw;
    height: 0.46875vw;
  }
}
#btn-nav .line span:nth-child(1) {
  top: 36px;
}
@media only screen and (max-width: 768px) {
  #btn-nav .line span:nth-child(1) {
    top: 5.625vw;
  }
}
#btn-nav .line span:nth-child(2) {
  top: 49px;
}
@media only screen and (max-width: 768px) {
  #btn-nav .line span:nth-child(2) {
    top: 7.65625vw;
  }
}
#btn-nav p {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #btn-nav p {
    bottom: 3.4375vw;
    font-size: 2.5vw;
  }
}
#btn-nav p span {
  transition: all 0.6s ease;
}
#btn-nav p .on {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #btn-nav p .on {
    top: -0.625vw;
  }
}
#btn-nav.active .line span:nth-child(1) {
  top: 45px;
  transform: rotate(15deg) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #btn-nav.active .line span:nth-child(1) {
    top: 7.03125vw;
  }
}
#btn-nav.active .line span:nth-child(2) {
  top: 45px;
  transform: rotate(-15deg) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #btn-nav.active .line span:nth-child(2) {
    top: 7.03125vw;
  }
}
#btn-nav.active p {
  transform: translateX(-50%) translateY(10px);
}
@media only screen and (max-width: 768px) {
  #btn-nav.active p {
    transform: translateX(-50%) translateY(0.7142857143vw);
  }
}
#btn-nav.active p .off {
  opacity: 0;
}
#btn-nav.active p .on {
  opacity: 1;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: right;
  width: 100%;
  height: 100vh;
  z-index: 20;
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #header {
    width: 100vw;
    height: 100dvh;
  }
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  background-color: rgba(255, 49, 123, 0.7);
  opacity: 0;
  transition: all 0.25s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media only screen and (max-width: 768px) {
  #header::before {
    display: none;
  }
}
#header.active {
  visibility: inherit;
  opacity: 1;
}
#header.active::before {
  opacity: 1;
}
#header nav {
  position: relative;
  display: flex;
  align-items: center;
  width: 700px;
  height: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #ebcea2, #fae7c9 45%, #ebcea2);
  opacity: 0.9;
}
@media only screen and (max-width: 1400px) {
  #header nav {
    width: 50vw;
    padding: 0 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    align-items: baseline;
    width: 100%;
    padding: 0 8.4375vw;
    opacity: 0.95;
  }
}
#header nav ul {
  width: 100%;
  margin: 100px 0;
  border-top: 1px solid #514252;
}
@media only screen and (max-width: 768px) {
  #header nav ul {
    margin: 14.0625vw 0;
  }
}
#header nav ul li {
  border-bottom: 1px solid #514252;
}
#header nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: 42px;
  padding: 38px 0;
  line-height: 1;
  color: #514252;
  font-family: "Libre Bodoni", serif;
  transition: all 0.2s ease;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  #header nav ul li a {
    font-size: 2.9vw;
    padding: 2.75vw 0;
    gap: 0 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li a {
    gap: 0 1.09375vw;
    padding: 6.25vw 0;
    font-size: 7.5vw;
  }
}
#header nav ul li a::before {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background: url("../img/parts/kira_bk.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1400px) {
  #header nav ul li a::before {
    width: 2vw;
    height: 1.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li a::before {
    width: 4.375vw;
    height: 4.21875vw;
  }
}
#header nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 48px;
  height: 17px;
  background: url("../img/parts/arrow_bk.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1400px) {
  #header nav ul li a::after {
    width: 3.4285714286vw;
    height: 1.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li a::after {
    width: 7.5vw;
    height: 2.65625vw;
  }
}
#header nav ul li a:hover::after {
  transform: translateX(30px);
}
@media only screen and (max-width: 768px) {
  #header nav ul li a:hover::after {
    transform: translateX(0);
  }
}
#header nav ul li.off {
  opacity: 0.3;
  pointer-events: none;
}

#footer {
  position: relative;
  padding: 92px 0 70px;
  background-color: #DB4E8B;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 14.0625vw 0 10.625vw;
    background-size: 100%;
  }
}
#footer .line-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
@media only screen and (max-width: 1400px) {
  #footer .line-box {
    gap: 0 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .line-box {
    gap: 0 1.5625vw;
  }
}
#footer .line-box span {
  width: 12px;
  height: 100%;
  background-color: rgba(211, 132, 146, 0.5);
}
@media only screen and (max-width: 1400px) {
  #footer .line-box span {
    width: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .line-box span {
    width: 1.5625vw;
  }
}
#footer .line-box span:nth-child(odd) {
  height: calc(100% - 15px);
}
@media only screen and (max-width: 768px) {
  #footer .line-box span:nth-child(odd) {
    height: calc(100% - 2.34375vw);
  }
}
#footer .partition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#footer .partition span {
  display: block;
}
#footer .partition .line {
  height: 3px;
  background-color: #DBC199;
}
@media only screen and (max-width: 1400px) {
  #footer .partition .line {
    height: 0.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .partition .line {
    height: 0.46875vw;
  }
}
#footer .partition .deco {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 266px;
}
@media only screen and (max-width: 1400px) {
  #footer .partition .deco {
    top: -1.7857142857vw;
    width: 19vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .partition .deco {
    top: -3.90625vw;
    width: 41.5625vw;
  }
}
#footer .partition .deco img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 266px;
}
@media only screen and (max-width: 1400px) {
  #footer .partition .deco img {
    width: 19vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .partition .deco img {
    width: 41.5625vw;
  }
}
#footer .wrap {
  position: relative;
}
#footer .share {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #footer .share {
    margin-bottom: 3.90625vw;
  }
}
#footer .share p {
  width: 108px;
  margin: 0 auto 16px;
}
#footer .share .btn {
  width: 365px;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn {
    width: 62.5vw;
    height: 10.9375vw;
  }
}
#footer .share .btn::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff;
  border: none;
  border-radius: 100px;
  -webkit-mask-image: unset;
          mask-image: unset;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn::after {
    width: calc(100% - 0.9375vw);
    height: calc(100% - 0.9375vw);
    border-radius: 15.625vw;
  }
}
#footer .share .btn a {
  font-size: 18px;
  font-weight: 500;
  color: #514252;
  background-image: none;
  border-color: #fff;
  border-width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn a {
    font-size: 3.4375vw;
    gap: 0 0.46875vw;
  }
}
#footer .share .btn a::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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: 100px;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn a::before {
    width: calc(100% - 0.9375vw);
    height: calc(100% - 0.9375vw);
    border-radius: 15.625vw;
  }
}
#footer .share .btn a span::before {
  content: "";
  position: absolute;
  top: 48%;
  left: -46px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/global/share_x.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn a span::before {
    left: -7.1875vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
#footer .share .btn a::after {
  right: 16px;
  background-image: url("../img/parts/arrow_bk.svg");
}
#footer .share .btn a:hover span {
  text-shadow: none;
}
#footer .sns {
  margin-bottom: 86px;
}
@media only screen and (max-width: 768px) {
  #footer .sns {
    margin-bottom: 6.25vw;
  }
}
#footer .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .sns ul {
    gap: 0 2.8125vw;
  }
}
#footer .sns ul li {
  width: 48px;
}
@media only screen and (max-width: 768px) {
  #footer .sns ul li {
    width: 7.5vw;
  }
}
#footer .sns ul li a {
  display: block;
}
#footer .bnr-list {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list {
    width: 65.625vw;
    margin: 0 auto 6.25vw;
  }
}
#footer .bnr-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul {
    gap: 2.1875vw 2.8125vw;
  }
}
#footer .bnr-list ul li {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul li {
    width: 31.25vw;
  }
}
#footer .bnr-list ul li a {
  display: block;
}
#footer .supporter-list {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list {
    width: 78.125vw;
    margin: 0 auto 11.875vw;
  }
}
#footer .supporter-list p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list p {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
}
#footer .supporter-list ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list ul {
    gap: 0 2.8125vw;
  }
}
#footer .supporter-list ul li {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list ul li {
    width: 37.5vw;
  }
}
#footer .supporter-list ul li a {
  display: block;
}
#footer .copy {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 2.1875vw;
  }
}
#footer .line-box {
  height: 0;
  transition: all 3s 2.6s ease;
}
#footer.move-on .line-box {
  height: calc(100% + 18px);
}
@media only screen and (max-width: 768px) {
  #footer.move-on .line-box {
    height: calc(100% + 2.8125vw);
  }
}

.modal-on #btn-nav {
  z-index: 25;
}

#modal-block {
  background-color: rgba(255, 49, 123, 0.7);
}
#modal-block .frame {
  position: fixed;
  pointer-events: none;
  width: calc(100vw - 22px);
  height: calc(100vh - 22px);
  border: 4px solid #DBC199;
  margin: 11px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #modal-block .frame {
    margin: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    border-width: 0.625vw;
  }
}
#modal-block .frame::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  border: 2px solid #DBC199;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #modal-block .frame::before {
    width: calc(100% - 0.625vw);
    height: calc(100% - 0.625vw);
    margin: 0.3125vw;
    border-width: 0.3125vw;
  }
}
#modal-block .frame span {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/parts/frame_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #modal-block .frame span {
    width: 8.125vw;
    height: 8.125vw;
  }
}
#modal-block .frame span:nth-child(1) {
  top: -3px;
  left: -3px;
}
@media only screen and (max-width: 768px) {
  #modal-block .frame span:nth-child(1) {
    top: -0.46875vw;
    left: -0.46875vw;
  }
}
#modal-block .frame span:nth-child(2) {
  top: -3px;
  right: -3px;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #modal-block .frame span:nth-child(2) {
    top: -0.46875vw;
    right: -0.46875vw;
  }
}
#modal-block .frame span:nth-child(3) {
  bottom: -3px;
  left: -3px;
  transform: scale(1, -1);
}
@media only screen and (max-width: 768px) {
  #modal-block .frame span:nth-child(3) {
    bottom: -0.46875vw;
    left: -0.46875vw;
  }
}
#modal-block .frame span:nth-child(4) {
  bottom: -3px;
  right: -3px;
  transform: scale(-1, -1);
}
@media only screen and (max-width: 768px) {
  #modal-block .frame span:nth-child(4) {
    bottom: -0.46875vw;
    right: -0.46875vw;
  }
}
#modal-block .close {
  top: 20px;
  right: 20px;
  width: 103px;
  height: 103px;
  background: url("../img/parts/close.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    top: 1.5625vw;
    right: 1.5625vw;
    width: 16.09375vw;
    height: 16.09375vw;
  }
}