html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
}

@font-face {
  font-family: "Chromate";
  src: url(../font/Chromate-Regular.ttf);
}
@font-face {
  font-family: "Kaiti";
  src: url(../font/Kaiti.ttc);
}
@font-face {
  font-family: "YuMincho";
  src: url(../font/YuMincho.ttc);
}
img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  left: 50%;
}
header figure {
  width: clamp(85px, 22.6666666667vw, 192px);
  padding-top: clamp(25px, 6.6666666667vw, 50px);
  filter: drop-shadow(-0.2rem -0.2rem 0.5rem #57f24a);
  animation: flicker1 1.5s infinite alternate;
}

.fv .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.fv figure {
  opacity: 0;
  width: clamp(200px, 53.3333333333vw, 356px);
  animation: flicker2 4s 2s infinite;
}

@keyframes flicker1 {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    filter: drop-shadow(-0.2rem -0.2rem 0.5rem #57f24a);
  }
  20%, 24%, 55% {
    filter: none;
    filter: none;
  }
}
@keyframes flicker2 {
  0%, 0.3%, 0.4%, 19%, 21%, 23%, 23.6%, 100% {
    filter: drop-shadow(-0.2rem -0.2rem 0.5rem #fff);
    opacity: 1;
  }
  0.3%, 0.6%, 19.1%, 21.1%, 23.1%, 23.5% {
    opacity: 0;
    filter: none;
    filter: none;
  }
}
.read {
  text-align: center;
  padding: clamp(60px, 16vw, 160px) 0 clamp(150px, 40vw, 420px);
}
.read .ja {
  font-family: "YuMincho";
  font-size: clamp(14px, 3.7333333333vw, 16px);
  margin-bottom: clamp(50px, 13.3333333333vw, 110px);
  line-height: 1.5;
}
.read .ko {
  font-family: "Kaiti";
  font-size: clamp(14px, 3.7333333333vw, 17px);
  line-height: 1.4;
}

.item_title {
  font-family: "Chromate";
}

.credit {
  font-size: clamp(12px, 3.2vw, 14px);
  letter-spacing: 1.4px;
}
.credit li {
  margin-bottom: clamp(5px, 1.3333333333vw, 8px);
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit a {
  text-decoration: underline;
}

section {
  margin-bottom: clamp(100px, 26.6666666667vw, 250px);
}

.sec1 {
  margin-bottom: clamp(150px, 40vw, 250px);
}
.sec1 .container {
  max-width: 636px;
  margin: 0 auto;
}
.sec1 .item_title {
  position: absolute;
  top: clamp(-70px, -18.6666666667vw, -119px);
  left: clamp(-50px, -13.3333333333vw, -96px);
  font-size: clamp(27px, 7.2vw, 46px);
}
.sec1 .top {
  position: relative;
  width: clamp(300px, 80vw, 540px);
  margin: 0 0 clamp(15px, 4vw, 30px) auto;
}
.sec1 .bottom figure {
  width: clamp(225px, 60vw, 405px);
}
.sec1 .credit {
  text-align: right;
}

.sec2 .container {
  width: clamp(355px, 94.6666666667vw, 638px);
  margin: 0 auto;
}
.sec2 .item_title {
  font-size: clamp(35px, 9.3333333333vw, 60px);
  text-align: center;
  color: #ff7c41;
  position: relative;
  animation: jackpots 1s 0s ease infinite;
}
.sec2 .item_title span {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: clamp(80px, 21.3333333333vw, 145px);
  height: clamp(12px, 2.6666666667vw, 17px);
}
.sec2 .item_title .left:before, .sec2 .item_title .left:after,
.sec2 .item_title .right:before,
.sec2 .item_title .right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.5px;
  background-color: #ff7c41;
  animation: jackpots-line 1s 0s ease infinite;
}
.sec2 .item_title .left:before,
.sec2 .item_title .right:before {
  top: 0;
}
.sec2 .item_title .left:after,
.sec2 .item_title .right:after {
  bottom: 0;
}
.sec2 .item_title .left {
  left: 0;
}
.sec2 .item_title .left:before, .sec2 .item_title .left:after {
  left: 0;
}
.sec2 .item_title .right {
  right: 0;
}
.sec2 .item_title .right:before, .sec2 .item_title .right:after {
  right: 0;
}
.sec2 .flex {
  display: flex;
  gap: clamp(5px, 1.3333333333vw, 10px);
  margin-top: clamp(15px, 4vw, 30px);
}

@keyframes jackpots {
  0%, 100% {
    text-shadow: -0.1vw 0vw 0.1vw #fed128, -0.15vw 0vw 0.2vw #fed128, -0.2vw 0vw 0.2vw #fed128, -0.1vw 0vw 3vw #f0130b;
    color: #fed128;
  }
  50% {
    text-shadow: -0.1vw 0vw 0.1vw #705c12, -0.15vw 0vw 0.2vw #705c12, -0.2vw 0vw 0.2vw #705c12, -0.1vw 0vw 0.1vw #5c0704, -0.2vw 0vw 0.1vw #5c0704, -0.4vw 0vw 0.1vw #5c0704, -0.1vw 0vw 0.2vw #5c0704, -0.2vw 0vw 0.2vw #5c0704, -0.4vw 0vw 0.2vw #5c0704, 0.2vw 0vw 0.5vw #5c0704;
    color: #705c12;
  }
}
@keyframes jackpots-line {
  0%, 100% {
    filter: drop-shadow(-0.1vw 0vw 0.1vw #fed128);
    background-color: #fed128;
  }
  50% {
    filter: drop-shadow(-0.1vw 0vw 0.1vw #705c12);
    background-color: #705c12;
  }
}
.sec3 {
  margin-bottom: clamp(165px, 44vw, 250px);
}
.sec3 .container {
  width: clamp(355px, 94.6666666667vw, 639px);
  margin: 0 auto;
}
.sec3 .item_title {
  font-size: clamp(45px, 12vw, 79px);
  writing-mode: vertical-rl;
}
.sec3 .flex {
  display: flex;
  margin: 0 auto clamp(15px, 4vw, 30px);
}
.sec3 .bottom figure {
  width: clamp(225px, 60vw, 403px);
}

.sec4 {
  margin-bottom: clamp(150px, 40vw, 250px);
}
.sec4 .item_title {
  position: absolute;
  top: min(-74px, -19.7333333333vw);
  right: 0;
  font-size: clamp(37px, 9.8666666667vw, 64px);
  z-index: 100;
}
.sec4 .container {
  position: relative;
  width: clamp(325px, 86.6666666667vw, 586px);
  margin: 0 auto;
}
.sec4 .top {
  width: clamp(225px, 60vw, 404px);
}
.sec4 .bottom {
  width: clamp(175px, 46.6666666667vw, 314px);
  margin: -42px 0 0 auto;
}
.sec4 .credit {
  position: absolute;
  bottom: -52px;
}
.sec4 .top_a {
  width: clamp(170px, 45.3333333333vw, 305px);
  position: absolute;
  top: clamp(75px, 20vw, 136px);
  left: clamp(62px, 16.5333333333vw, 112px);
}
.sec4 .top_b {
  width: clamp(185px, 49.3333333333vw, 333px);
  position: absolute;
  top: clamp(112px, 29.8666666667vw, 202px);
  left: clamp(112px, 29.8666666667vw, 203px);
}

.sec5 .container {
  width: clamp(314px, 83.7333333333vw, 556px);
  margin: 0 auto;
}
.sec5 .flex {
  display: flex;
  justify-content: space-between;
}
.sec5 .slider_fade {
  width: clamp(225px, 60vw, 403px);
}
.sec5 .item_title {
  font-size: clamp(37px, 9.8666666667vw, 62px);
  writing-mode: vertical-rl;
}
.sec5 .credit {
  margin-top: clamp(15px, 4vw, 30px);
}

.sec6 .container {
  width: clamp(300px, 80vw, 539px);
  margin: 0 auto;
}
.sec6 .item_title {
  font-size: clamp(40px, 10.6666666667vw, 70px);
  text-decoration: underline;
  text-align: right;
  margin-top: clamp(55px, 14.6666666667vw, 88px);
  position: relative;
}
.sec6 .anim2 {
  position: relative;
}
.sec6 .anim2 figure {
  width: clamp(225px, 60vw, 404px);
  margin: 0 0 0 auto;
}
.sec6 .anim2 figure:nth-child(2), .sec6 .anim2 figure:nth-child(3) {
  position: absolute;
}
.sec6 .anim2 figure:nth-child(2) {
  top: clamp(37px, 9.8666666667vw, 68px);
  right: clamp(37px, 9.8666666667vw, 68px);
}
.sec6 .anim2 figure:nth-child(3) {
  left: 0;
  top: clamp(75px, 20vw, 135px);
}
.sec6 .credit {
  text-align: right;
  margin-top: clamp(15px, 4vw, 30px);
}

.sec7 .container {
  width: clamp(300px, 80vw, 540px);
  margin: 0 auto;
}
.sec7 .item_title {
  font-size: clamp(40px, 10.6666666667vw, 70px);
  text-align: right;
  margin: -25px 0 clamp(15px, 4vw, 30px);
  position: relative;
}
.sec7 .credit {
  text-align: right;
}

.sec8 .container {
  width: clamp(225px, 60vw, 405px);
  margin: 0 auto;
}
.sec8 .box {
  position: relative;
}
.sec8 .box figure:last-child {
  margin-top: clamp(10px, 2.6666666667vw, 20px);
}
.sec8 .item_title {
  font-size: clamp(37px, 9.8666666667vw, 69px);
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100vw;
}
.sec8 .credit {
  text-align: center;
  margin-top: clamp(15px, 4vw, 30px);
}

.sec9 .container {
  width: clamp(300px, 80vw, 539px);
  margin: 0 auto;
}
.sec9 .item_title {
  font-size: clamp(31px, 8.2666666667vw, 53px);
  color: #d289d3;
  text-shadow: 0 0px 10px, 0 0 2px, 0 0 1em #d289d3, 0 0 0.1em #d289d3, 0 1px 3px transparent;
}
.sec9 .item_title span {
  animation: blink linear infinite 2s;
}
.sec9 .item_title span:nth-of-type(2) {
  animation: blink linear infinite 3s;
}
.sec9 .credit {
  text-align: center;
  margin-top: clamp(15px, 4vw, 30px);
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79% {
    color: transparent;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: transparent;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: transparent;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.sec10 {
  margin-bottom: clamp(150px, 40vw, 250px);
}
.sec10 .container {
  width: clamp(225px, 60vw, 405px);
  margin: 0 auto;
}
.sec10 .box {
  position: relative;
}
.sec10 .box figure:last-child {
  margin-top: clamp(10px, 2.6666666667vw, 20px);
}
.sec10 .item_title {
  font-size: clamp(40px, 10.6666666667vw, 70px);
  writing-mode: vertical-rl;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: min(-60px, -16vw);
  white-space: nowrap;
}
.sec10 .credit {
  text-align: center;
  margin-top: clamp(15px, 4vw, 30px);
}

.sec11 {
  margin-bottom: clamp(150px, 40vw, 250px);
}
.sec11 .container {
  position: relative;
  width: clamp(335px, 89.3333333333vw, 602px);
  margin: 0 auto 0 max(15px, 4vw);
}
.sec11 .item_title {
  position: absolute;
  font-size: clamp(40px, 10.6666666667vw, 68px);
  transform: rotate(-14deg);
  z-index: 10;
}
.sec11 .top {
  width: clamp(225px, 60vw, 404px);
  margin: 0 0 0 auto;
}
.sec11 .top_a {
  position: absolute;
  width: clamp(141px, 37.6vw, 255px);
  top: clamp(70px, 18.6666666667vw, 130px);
  right: clamp(90px, 24vw, 163px);
}
.sec11 .top_b {
  position: absolute;
  width: clamp(170px, 45.3333333333vw, 304px);
  left: 0;
  bottom: 0;
}
.sec11 .credit {
  text-align: right;
  margin-top: clamp(75px, 20vw, 176px);
  position: relative;
}

.sec12 .container {
  width: clamp(355px, 94.6666666667vw, 640px);
  margin: 0 auto;
}
.sec12 .flex_top,
.sec12 .flex_bottom {
  display: flex;
  justify-content: space-between;
}
.sec12 .flex_top {
  gap: clamp(5px, 1.3333333333vw, 10px);
}
.sec12 .flex_bottom {
  align-items: flex-end;
}
.sec12 .item_title {
  font-size: clamp(35px, 9.3333333333vw, 59px);
  text-align: right;
  color: #d079d2;
  text-shadow: 0 0px 10px, 0 0 2px, 0 0 1em #d079d2, 0 0 0.1em #d079d2, 0 1px 3px #fff;
  animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: 1px 1px 1px #fff, 0 0 2rem #d079d2, 0 0 4rem #d079d2, 0 0 6rem #d079d2, 0 0 8rem #d079d2, 0 0 10rem #d079d2;
  }
  20%, 24%, 55% {
    text-shadow: none;
    box-shadow: none;
  }
}
.sec13 .container {
  width: clamp(300px, 80vw, 606px);
  margin: 0 auto;
}
.sec13 .anim4 {
  width: clamp(300px, 80vw, 539px);
  margin: 0 0 0 auto;
  position: relative;
}
.sec13 .anim4 figure {
  width: clamp(225px, 60vw, 404px);
}
.sec13 .anim4 figure:nth-child(2), .sec13 .anim4 figure:nth-child(3) {
  position: absolute;
}
.sec13 .anim4 figure:nth-child(2) {
  top: clamp(37px, 9.8666666667vw, 68px);
  right: clamp(37px, 9.8666666667vw, 68px);
}
.sec13 .anim4 figure:nth-child(3) {
  right: 0;
  top: clamp(75px, 20vw, 135px);
}
.sec13 .item_title {
  font-size: clamp(40px, 10.6666666667vw, 70px);
  position: relative;
  margin-top: clamp(15px, 4vw, 43px);
}
.sec13 .credit {
  text-align: right;
}

.sec14 .item_title {
  font-size: clamp(35px, 9.3333333333vw, 67px);
  color: #ff7c41;
  text-align: center;
  margin-bottom: clamp(10px, 2.6666666667vw, 30px);
  animation: heart 0.4s ease infinite;
}
.sec14 .slider_fade {
  width: clamp(300px, 80vw, 540px);
  margin: 0 auto;
}
.sec14 .credit {
  text-align: center;
  margin-top: clamp(15px, 4vw, 30px);
}

@keyframes heart {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 80% {
    /* Enable hardware acceleration to fix laggy transitions */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    color: #ff7c41;
    text-shadow: -0.1vw 0vw 0.25vw #ff7c41, -0.2vw 0vw 1vw #ff7c41, -0.4vw 0vw 3vw #ff7c41;
  }
  20%, 24%, 55% {
    /* Enable hardware acceleration to fix laggy transitions */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    color: #9c512e;
    text-shadow: -0.1vw 0vw 0.25vw #9c512e, -0.2vw 0vw 0.25vw #9c512e, -0.1vw 0vw 1vw #42114e;
  }
}
.sec15 {
  margin-bottom: clamp(120px, 32vw, 300px);
}
.sec15 figure {
  width: clamp(300px, 80vw, 540px);
  margin: 0 auto;
}
.sec15 .item_title {
  font-size: clamp(33px, 8.8vw, 67px);
  text-align: center;
  margin-top: clamp(15px, 4vw, 30px);
}
.sec15 .credit {
  text-align: center;
  margin-top: clamp(15px, 4vw, 30px);
}

.footer_top figure {
  width: clamp(150px, 40vw, 270px);
  margin: 0 auto 150px;
}

footer .sns_li {
  width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .sns_li li {
  width: 35px;
}
footer .logo {
  width: 130px;
  margin: clamp(60px, 16vw, 180px) auto clamp(30px, 8vw, 40px);
}
footer .copy {
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: center center;
  text-align: center;
  padding-bottom: clamp(120px, 160vw, 150px);
}

@media screen and (max-width: 768px) {
  .bg {
    height: 100%;
  }
  .sec1 .bottom {
    width: clamp(225px, 60vw, 405px);
    position: relative;
    margin-left: 3.4666666667vw;
  }
  .sec1 .credit {
    position: absolute;
    right: -110px;
    bottom: -50px;
  }
  .sec2 .credit {
    margin: 15px auto 0 max(7px, 1.8666666667vw);
  }
  .sec3 .bottom {
    width: max(225px, 60vw);
    margin: 0 0 0 auto;
  }
  .sec3 .credit {
    margin-top: 15px;
  }
  .sec13 .credit {
    margin-top: max(-10px, -2.6666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .bg {
    background-image: url(../img/pc_bg.jpg);
    filter: brightness(0.8);
  }
  .read .ja {
    line-height: 2.4;
  }
  .read .ko {
    line-height: 2.5;
  }
  .sec1 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec2 .credit {
    text-align: center;
    margin: 50px auto 0;
  }
  .sec3 .bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec4 .item_title {
    top: -125px;
  }
  .sec4 .credit {
    bottom: 0;
  }
  .sec7 .item_title {
    margin: -50px 0 clamp(15px, 4vw, 30px);
  }
  .sec10 .item_title {
    left: -106px;
  }
  .sec11 .container {
    margin: 0 auto;
  }
  .sec13 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}/*# sourceMappingURL=style.css.map */