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

img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

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

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

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

.ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

video {
  width: 100%;
  display: block;
}

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

.fv {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.fv .container {
  position: relative;
}
.fv .title {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
}
.fv .box {
  height: 100vh;
  width: 100%;
}
.fv ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.fv ul:nth-child(1) {
  animation: flash 4s infinite;
}
.fv ul:nth-child(1) li:nth-child(1) {
  background-image: url(../img/fv4_2.jpg);
}
.fv ul:nth-child(1) li:nth-child(2) {
  background-image: url(../img/fv1_2.jpg);
}
.fv ul:nth-child(1) li:nth-child(3) {
  background-image: url(../img/fv1_3.jpg);
}
.fv ul:nth-child(1) li:nth-child(4) {
  background-image: url(../img/fv1_4.jpg);
}
.fv ul:nth-child(1) li:nth-child(5) {
  background-image: url(../img/fv1_5.jpg);
}
.fv ul:nth-child(1) li:nth-child(6) {
  background-image: url(../img/fv1_6.jpg);
}
.fv ul:nth-child(1) li:nth-child(7) {
  background-image: url(../img/fv1_7.jpg);
}
.fv ul:nth-child(1) li:nth-child(8) {
  background-image: url(../img/fv4_9.jpg);
}
.fv ul:nth-child(1) li:nth-child(9) {
  background-image: url(../img/fv1_9.jpg);
}
.fv ul:nth-child(1) li:nth-child(10) {
  background-image: url(../img/fv2_1.jpg);
}
.fv ul:nth-child(1) li:nth-child(11) {
  background-image: url(../img/fv2_2.jpg);
}
.fv ul:nth-child(1) li:nth-child(12) {
  background-image: url(../img/fv2_3.jpg);
}
.fv ul:nth-child(1) li:nth-child(13) {
  background-image: url(../img/fv2_4.jpg);
}
.fv ul:nth-child(1) li:nth-child(14) {
  background-image: url(../img/fv2_5.jpg);
}
.fv ul:nth-child(2) {
  animation: flash 4s 1s infinite;
}
.fv ul:nth-child(2) li:nth-child(1) {
  background-image: url(../img/fv2_1.jpg);
}
.fv ul:nth-child(2) li:nth-child(2) {
  background-image: url(../img/fv2_2.jpg);
}
.fv ul:nth-child(2) li:nth-child(3) {
  background-image: url(../img/fv3_4.jpg);
}
.fv ul:nth-child(2) li:nth-child(4) {
  background-image: url(../img/fv1_7.jpg);
}
.fv ul:nth-child(2) li:nth-child(5) {
  background-image: url(../img/fv2_5.jpg);
}
.fv ul:nth-child(2) li:nth-child(6) {
  background-image: url(../img/fv2_6.jpg);
}
.fv ul:nth-child(2) li:nth-child(7) {
  background-image: url(../img/fv2_7.jpg);
}
.fv ul:nth-child(2) li:nth-child(8) {
  background-image: url(../img/fv2_8.jpg);
}
.fv ul:nth-child(2) li:nth-child(9) {
  background-image: url(../img/fv2_9.jpg);
}
.fv ul:nth-child(3) {
  animation: flash 4s 2s infinite;
}
.fv ul:nth-child(3) li:nth-child(1) {
  background-image: url(../img/fv3_1.jpg);
}
.fv ul:nth-child(3) li:nth-child(2) {
  background-image: url(../img/fv2_7.jpg);
}
.fv ul:nth-child(3) li:nth-child(3) {
  background-image: url(../img/fv3_3.jpg);
}
.fv ul:nth-child(3) li:nth-child(4) {
  background-image: url(../img/fv3_4.jpg);
}
.fv ul:nth-child(3) li:nth-child(5) {
  background-image: url(../img/fv2_6.jpg);
}
.fv ul:nth-child(3) li:nth-child(6) {
  background-image: url(../img/fv3_6.jpg);
}
.fv ul:nth-child(3) li:nth-child(7) {
  background-image: url(../img/fv3_7.jpg);
}
.fv ul:nth-child(3) li:nth-child(8) {
  background-image: url(../img/fv3_8.jpg);
}
.fv ul:nth-child(3) li:nth-child(9) {
  background-image: url(../img/fv3_9.jpg);
}
.fv ul:nth-child(4) {
  animation: flash 4s 3s infinite;
}
.fv ul:nth-child(4) li:nth-child(1) {
  background-image: url(../img/fv4_1.jpg);
}
.fv ul:nth-child(4) li:nth-child(2) {
  background-image: url(../img/fv4_2.jpg);
}
.fv ul:nth-child(4) li:nth-child(3) {
  background-image: url(../img/fv4_3.jpg);
}
.fv ul:nth-child(4) li:nth-child(4) {
  background-image: url(../img/fv4_4.jpg);
}
.fv ul:nth-child(4) li:nth-child(5) {
  background-image: url(../img/fv4_5.jpg);
}
.fv ul:nth-child(4) li:nth-child(6) {
  background-image: url(../img/fv1_3.jpg);
}
.fv ul:nth-child(4) li:nth-child(7) {
  background-image: url(../img/fv1_6.jpg);
}
.fv ul:nth-child(4) li:nth-child(8) {
  background-image: url(../img/fv4_8.jpg);
}
.fv ul:nth-child(4) li:nth-child(9) {
  background-image: url(../img/fv4_9.jpg);
}
.fv li {
  background-position: center center;
  background-size: cover;
}

.scroll {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 1px;
  height: 60px;
}
.scroll::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #000;
  animation: elasticus 1.2s infinite;
  opacity: 1;
  transform: rotate(180deg);
  left: 50%;
}

.text_wrap {
  position: relative;
  z-index: 20;
}

#pp-nav {
  display: none;
}

.color_wrap li:nth-child(1) {
  animation: slide_l 3s infinite;
}
.color_wrap li:nth-child(2) {
  animation: slide_l 3s 1.2s infinite;
}
.color_wrap li:nth-child(3) {
  animation: slide_l 3s 2s infinite;
}
.color_wrap li:nth-child(4) {
  animation: slide_l 3s 2.7s infinite;
}

.fixed_btn {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  left: 30px;
  width: 100px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.701);
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .full_sp {
    background-color: #fff;
  }
  .fv {
    height: 100svh;
  }
  .fv .box {
    height: 100svh;
  }
  .fv ul {
    height: 100svh;
  }
  .fv li:nth-child(4), .fv li:nth-child(5), .fv li:nth-child(6) {
    position: relative;
    top: -1px;
  }
  .fv li:nth-child(7), .fv li:nth-child(8), .fv li:nth-child(9) {
    position: relative;
    top: -2px;
  }
  .link_wrap {
    height: 100svh;
  }
  .link_wrap h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .link_wrap .grid {
    margin: 0 auto;
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    gap: 12.5px 10px;
  }
  .link_wrap .grid li {
    width: calc(50% - 7px);
  }
  .link_wrap .grid li a {
    width: 100px;
  }
  .link_wrap .grid li:nth-child(1) a,
  .link_wrap .grid li:nth-child(3) a,
  .link_wrap .grid li:nth-child(5) a {
    margin: 0 0 0 auto;
  }
  section .item_link {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    animation: zoom 2s infinite;
    z-index: 10;
  }
  section .box {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    overflow: hidden;
  }
  section .box .com_wrap,
  section .box .plus_btn,
  section .box .credit_wrap {
    position: absolute;
    bottom: 0;
  }
  section .box .com_wrap {
    bottom: 20px;
    left: 20px;
  }
  section .box h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  section .box .text {
    font-size: 12px;
    line-height: 1.3;
    width: 270px;
  }
  section .credit {
    width: fit-content;
    gap: 20px;
    margin: 30px auto 50px 20px;
  }
  section .credit li:not(li:last-child) {
    margin-bottom: 10px;
  }
  section .credit li a {
    display: flex;
    gap: 20px;
    font-size: 11px;
  }
  section .credit .item {
    text-decoration: underline;
  }
  section .credit .buy {
    display: block;
    width: 28px;
    text-align: center;
    font-size: 10px;
    transform: scale(0.9);
    border: 1px solid #000;
  }
  .color_wrap {
    width: 70px;
    position: absolute;
    right: -10px;
  }
  .sec1 .item_link {
    top: 200px;
    right: 110px;
  }
  .sec1 .grid {
    width: 335px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px 0 0 15px;
  }
  .sec1 .single {
    width: 250px;
    padding: 0 0 15px 15px;
  }
  .sec1 .color_wrap {
    width: 90px;
    bottom: 210px;
    right: -30px;
  }
  .sec1 .color_wrap li {
    margin-bottom: 10px;
  }
  .sec2 .item_link {
    top: 190px;
    left: 60px;
  }
  .sec2 .single {
    padding: 15px 0;
  }
  .sec2 .grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 15px;
    margin-left: -57px;
    width: 80%;
    padding-bottom: 15px;
  }
  .sec2 .color_wrap {
    bottom: 250px;
    width: 80px;
    right: -10px;
  }
  .sec3 .item_link {
    top: 170px;
    left: 60px;
  }
  .sec3 .single {
    width: 260px;
    padding: 15px;
  }
  .sec3 .grid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 345px;
    margin-left: -10px;
    padding-bottom: 15px;
  }
  .sec3 .grid li {
    width: 165px;
  }
  .sec3 .color_wrap {
    bottom: 550px;
    width: 70px;
  }
  .sec4 .item_link {
    top: 190px;
    right: 80px;
  }
  .sec4 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 350px;
    margin: 0 0 0 auto;
    padding: 15px 0 15px;
  }
  .sec4 .grid > div {
    width: 170px;
  }
  .sec4 .single {
    width: 260px;
    padding: 0 0 30px 25px;
  }
  .sec4 .color_wrap {
    bottom: 200px;
    width: 70px;
  }
  .sec5 .item_link {
    top: 260px;
    right: 65px;
  }
  .sec5 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px 0 15px 15px;
  }
  .sec5 .grid > div {
    width: 180px;
    height: 275px;
    overflow: hidden;
  }
  .sec5 .single {
    width: 250px;
    padding: 0 0 15px 15px;
  }
  .sec5 .color_wrap {
    bottom: 180px;
  }
  .sec5 .color_wrap li {
    margin-bottom: 10px;
  }
  .sec6 .item_link {
    top: 210px;
    right: 125px;
  }
  .sec6 .color_wrap {
    width: 110px;
    top: 15px;
  }
  .sec6 .color_wrap li:nth-child(2) {
    margin-top: 10px;
    position: relative;
    right: -20px;
  }
  .sec6 .top {
    padding: 15px 0 0 0;
    position: relative;
  }
  .sec6 .top .left {
    width: 250px;
  }
  .sec6 .top .right {
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 210px;
  }
  .sec6 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px 0 15px;
    width: 335px;
  }
  .sec6 .grid figure {
    overflow: hidden;
    height: 250px;
  }
  .sec6 .grid figure:nth-child(1) {
    width: 170px;
  }
  .sec7 .item_link {
    top: 140px;
    right: 125px;
  }
  .sec7 .single {
    width: 360px;
    padding: 15px 0 15px 15px;
  }
  .sec7 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 310px;
  }
  .sec7 .grid .slider {
    width: 125px;
  }
  .sec7 .grid .right {
    width: 173px;
  }
  .sec7 .grid .slider,
  .sec7 .grid .right {
    overflow: hidden;
    height: 325px;
  }
  .sec7 .color_wrap {
    bottom: 195px;
    right: -15px;
    width: 70px;
  }
  .sec7 .color_wrap li {
    margin-top: 10px;
  }
  .slider {
    width: clamp(375px, 37500vw, 400px);
  }
  .fixed_btn {
    transform: scale(0.8) rotate(90deg);
    transform-origin: left;
    bottom: inherit;
    top: 30px;
    left: 15px;
  }
}
@media screen and (min-width: 900px) {
  .fv ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .fv ul:nth-child(1) li:nth-child(1) {
    background-image: url(../img/fv2_2.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(2) {
    background-image: url(../img/fv1_2.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(3) {
    background-image: url(../img/fv1_3.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(4) {
    background-image: url(../img/fv1_4.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(5) {
    background-image: url(../img/fv1_5.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(6) {
    background-image: url(../img/fv1_6.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(7) {
    background-image: url(../img/fv1_7.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(8) {
    background-image: url(../img/fv2_9.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(9) {
    background-image: url(../img/fv2_8.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(10) {
    background-image: url(../img/fv2_7.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(11) {
    background-image: url(../img/fv4_8.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(12) {
    background-image: url(../img/fv4_9.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(13) {
    background-image: url(../img/fv2_6.jpg);
  }
  .fv ul:nth-child(1) li:nth-child(14) {
    background-image: url(../img/fv2_7.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(1) {
    background-image: url(../img/fv2_9.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(2) {
    background-image: url(../img/fv2_8.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(3) {
    background-image: url(../img/fv2_7.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(4) {
    background-image: url(../img/fv3_1.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(5) {
    background-image: url(../img/fv4_9.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(6) {
    background-image: url(../img/fv4_8.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(7) {
    background-image: url(../img/fv1_6.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(8) {
    background-image: url(../img/fv3_9.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(9) {
    background-image: url(../img/fv4_5.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(10) {
    background-image: url(../img/fv2_6.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(11) {
    background-image: url(../img/fv1_6.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(12) {
    background-image: url(../img/fv1_5.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(13) {
    background-image: url(../img/fv1_2.jpg);
  }
  .fv ul:nth-child(2) li:nth-child(14) {
    background-image: url(../img/fv1_3.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(1) {
    background-image: url(../img/fv2_6.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(2) {
    background-image: url(../img/fv1_6.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(3) {
    background-image: url(../img/fv1_3.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(4) {
    background-image: url(../img/fv1_2.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(5) {
    background-image: url(../img/fv1_9.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(6) {
    background-image: url(../img/fv2_9.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(7) {
    background-image: url(../img/fv1_5.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(8) {
    background-image: url(../img/fv4_9.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(9) {
    background-image: url(../img/fv3_1.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(10) {
    background-image: url(../img/fv2_7.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(11) {
    background-image: url(../img/fv3_7.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(12) {
    background-image: url(../img/fv4_5.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(13) {
    background-image: url(../img/fv4_2.jpg);
  }
  .fv ul:nth-child(3) li:nth-child(14) {
    background-image: url(../img/fv1_2.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(1) {
    background-image: url(../img/fv2_9.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(2) {
    background-image: url(../img/fv3_9.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(3) {
    background-image: url(../img/fv2_5.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(4) {
    background-image: url(../img/fv3_7.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(5) {
    background-image: url(../img/fv2_9.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(6) {
    background-image: url(../img/fv4_4.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(7) {
    background-image: url(../img/fv2_7.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(8) {
    background-image: url(../img/fv1_9.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(9) {
    background-image: url(../img/fv3_8.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(10) {
    background-image: url(../img/fv3_1.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(11) {
    background-image: url(../img/fv3_6.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(12) {
    background-image: url(../img/fv4_2.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(13) {
    background-image: url(../img/fv1_6.jpg);
  }
  .fv ul:nth-child(4) li:nth-child(14) {
    background-image: url(../img/fv3_3.jpg);
  }
  .fv li {
    height: 50.5vh;
    padding-top: -1px;
  }
  .fv li:nth-child(8), .fv li:nth-child(9), .fv li:nth-child(10), .fv li:nth-child(11), .fv li:nth-child(12), .fv li:nth-child(13), .fv li:nth-child(14) {
    position: relative;
    top: -1px;
  }
  .container {
    max-width: 1920px;
    margin: 0 auto;
  }
  .link_wrap h2 {
    font-size: min(36px, 2.5vw);
    text-align: center;
    font-weight: 700;
    margin-bottom: min(90px, 6.25vw);
  }
  .link_wrap h2 span {
    font-weight: 500;
    font-size: min(13px, 0.9027777778vw);
    margin-top: 5px;
    display: block;
  }
  .link_wrap .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: min(1160px, 80.5555555556vw);
    margin: 0 auto;
  }
  .link_wrap .grid li {
    width: min(185px, 12.8472222222vw);
    gap: 10px;
  }
  .link_wrap .grid li:nth-child(3) .bottom_wrap ul li:nth-child(2), .link_wrap .grid li:nth-child(4) .bottom_wrap ul li:nth-child(2) {
    display: none;
  }
  .link_wrap .bottom_wrap ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }
  .link_wrap .bottom_wrap ul li {
    width: 15px;
  }
  .page {
    position: relative;
  }
  .page .item_link {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    animation: zoom 2s infinite;
    z-index: 10;
  }
  .full {
    background-color: #fff;
  }
  .section {
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
  }
  .section .item_link {
    z-index: 20;
  }
  .section .page {
    position: relative;
  }
  .section .page > figure {
    width: min(600px, 41.6666666667vw);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  .section .right {
    height: 100vh;
    width: min(810px, 56.25vw);
    margin: 0 0 0 auto;
    display: flex;
    align-items: flex-end;
    gap: min(30px, 2.0833333333vw);
  }
  .section .right .text_wrap {
    padding-bottom: 30px;
  }
  .section h3 {
    font-size: min(36px, 2.5vw);
    font-weight: 700;
  }
  .section .com {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 20px;
    max-width: 320px;
  }
  .section .credit {
    width: 320px;
  }
  .section .credit li a {
    display: flex;
    justify-content: space-between;
  }
  .section .credit {
    margin-top: 30px;
    width: 320px;
  }
  .section .credit li:not(li:last-child) {
    margin-bottom: 10px;
  }
  .section .credit li a {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
  .section .credit .item {
    text-decoration: underline;
  }
  .section .credit .buy {
    display: block;
    width: 38px;
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    border: 1px solid #000;
  }
  .section .ab_wrapper {
    position: absolute;
  }
  .section .color_wrap {
    position: absolute;
    width: 80px;
    right: -20px;
  }
  .section .color_wrap li {
    margin-bottom: 20px;
  }
  .section1 .single {
    width: min(370px, 25.6944444444vw);
    margin: 0 0 30px 0;
    padding-top: min(190px, 13.1944444444vw);
  }
  .section1 .right .text_wrap {
    width: 320px;
    padding-bottom: 30px;
  }
  .section1 .item_link {
    top: 230px;
    left: 160px;
  }
  .section1 .ab_wrapper {
    display: flex;
    width: fit-content;
    right: 30px;
    top: 30px;
    gap: 30px;
  }
  .section1 .ab_wrapper figure {
    width: min(252px, 17.5vw);
  }
  .section1 .ab_wrapper div {
    width: min(186px, 12.9166666667vw);
  }
  .section1 .color_wrap {
    bottom: 200px;
  }
  .section2 .item_link {
    top: 300px;
    left: 100px;
  }
  .section2 .grid {
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: fit-content;
    padding-bottom: 30px;
  }
  .section2 .grid figure {
    width: min(180px, 12.5vw);
  }
  .section2 .right {
    position: relative;
  }
  .section2 .ab_wrapper {
    width: min(660px, 45.8333333333vw);
    z-index: 1;
    top: 30px;
  }
  .section2 .color_wrap {
    top: 40px;
  }
  .section3 .item_link {
    top: 300px;
    left: 100px;
  }
  .section3 .ab_wrapper {
    width: min(580px, 40.2777777778vw);
    display: flex;
    gap: 20px;
    top: 30px;
  }
  .section3 .ab_wrapper .slider {
    width: min(320px, 22.2222222222vw);
  }
  .section3 .ab_wrapper figure {
    width: min(240px, 16.6666666667vw);
  }
  .section3 .single {
    width: min(320px, 22.2222222222vw);
    padding-bottom: 30px;
    position: relative;
    z-index: 20;
  }
  .section3 .color_wrap {
    top: 30px;
    right: -10px;
  }
  .section3 .color_wrap li {
    margin-bottom: 0;
  }
  .section4 .ab_wrapper {
    display: flex;
    gap: 20px;
    top: 30px;
  }
  .section4 .ab_wrapper .slider {
    width: min(300px, 20.8333333333vw);
  }
  .section4 .ab_wrapper .movie {
    width: min(260px, 18.0555555556vw);
    height: min(400px, 27.7777777778vw);
    overflow: hidden;
  }
  .section4 .color_wrap {
    top: 30px;
    right: -10px;
  }
  .section4 .color_wrap li {
    margin-bottom: 0;
  }
  .section4 .single {
    width: min(320px, 22.2222222222vw);
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
  }
  .section4 .item_link {
    top: 300px;
    right: 130px;
  }
  .section5 .item_link {
    top: 450px;
    right: 150px;
  }
  .section5 .ab_wrapper {
    display: flex;
    gap: 20px;
    top: 0;
    right: 70px;
  }
  .section5 .ab_wrapper .movie {
    width: min(240px, 16.6666666667vw);
  }
  .section5 .ab_wrapper figure {
    width: min(300px, 20.8333333333vw);
  }
  .section5 .single {
    width: min(300px, 20.8333333333vw);
    padding-bottom: 30px;
  }
  .section5 .color_wrap {
    bottom: 100px;
  }
  .section6 .ab_wrapper {
    display: flex;
    gap: 20px;
    top: 30px;
  }
  .section6 .ab_wrapper figure {
    width: min(320px, 22.2222222222vw);
  }
  .section6 .ab_wrapper figure:nth-child(2) {
    width: min(302px, 20.9722222222vw);
  }
  .section6 .flex {
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
  }
  .section6 .flex .movie,
  .section6 .flex figure {
    width: min(186px, 12.9166666667vw);
    height: min(298px, 20.6944444444vw);
  }
  .section6 .color_wrap {
    top: 100px;
  }
  .section6 .item_link {
    top: 400px;
    right: 130px;
  }
  .section7 .slider {
    width: min(184px, 12.7777777778vw);
  }
  .section7 .ab_wrapper {
    top: 30px;
    width: min(660px, 45.8333333333vw);
  }
  .section7 .flex {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
  }
  .section7 .flex figure {
    width: min(153px, 10.625vw);
  }
  .section7 .color_wrap {
    top: 60px;
  }
  .section7 .item_link {
    top: 250px;
    right: 180px;
  }
  .scroll {
    right: 40px;
    height: 70px;
  }
  .scroll:after {
    height: 70px;
  }
}
@keyframes flash {
  0% {
    z-index: -1;
  }
  5% {
    z-index: 1;
  }
  25% {
    z-index: 1;
  }
  30% {
    z-index: -1;
  }
  100% {
    z-index: -1;
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide_l {
  0%, 10%, 25%, 40%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-8px);
  }
}
footer {
  display: flex;
  align-items: center;
}
footer .sns {
  padding-top: 50px;
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .sns li {
  max-width: 40px;
}
footer .logo {
  max-width: 130px;
  margin: 225px auto 30px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */