@charset "UTF-8";
/*========================================
*	common
========================================*/
::selection {
  color: #fff;
  background: #6f82eb;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

body {
  position: relative;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.footer {
  position: relative;
}
.footer__inner {
  position: relative;
  padding: 16vw 0 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .footer__inner {
    padding: min(7.8571428571vw, 110px) 0 min(2.1428571429vw, 30px);
  }
}
.footer__wrapper {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .footer__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .footer__top {
    justify-content: center;
    width: auto;
    margin: 0;
  }
}
.footer__icon {
  width: 21.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .footer__icon {
    width: min(7.8571428571vw, 110px);
  }
}
.footer__logo {
  width: 60vw;
}
@media only screen and (min-width: 767px) {
  .footer__logo {
    width: min(19.2857142857vw, 270px);
  }
}
.footer__info {
  position: relative;
  width: 89.3333333333vw;
  margin: 5.3333333333vw auto 0;
  padding: 4vw;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0.2666666667vw solid #fff;
}
@media only screen and (min-width: 767px) {
  .footer__info {
    width: min(37.1428571429vw, 520px);
    margin: 0 0 0 min(3.5714285714vw, 50px);
    padding: min(1.0714285714vw, 15px);
    border: min(0.0714285714vw, 1px) solid #fff;
  }
}
.footer__info > span {
  position: absolute;
  width: 4vw;
  height: 4vw;
  background-image: url(../data/webp/footer/bg_info.png.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .footer__info > span {
    width: min(1.1428571429vw, 16px);
    height: min(1.1428571429vw, 16px);
  }
}
.footer__info > span:nth-child(1) {
  top: 0;
  left: 0;
  transform: scale(1, -1);
}
.footer__info > span:nth-child(2) {
  top: 0;
  right: 0;
  transform: scale(-1, -1);
}
.footer__info > span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.footer__info > span:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 767px) {
  .footer__info-item {
    display: flex;
    align-items: center;
  }
}
.footer__info-item:not(:first-child) {
  margin-top: 4vw;
}
@media only screen and (min-width: 767px) {
  .footer__info-item:not(:first-child) {
    margin-top: min(0.7142857143vw, 10px);
  }
}
.footer__info-head {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  color: #228dd4;
}
@media only screen and (min-width: 767px) {
  .footer__info-head {
    min-width: min(10.7142857143vw, 150px);
    font-size: min(0.8571428571vw, 12px);
  }
}
.footer__info-head:before {
  display: block;
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  margin-right: 1.3333333333vw;
  background-image: url(../data/webp/footer/icon_info.png.webp);
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .footer__info-head:before {
    width: min(1vw, 14px);
    height: min(1vw, 14px);
    margin-right: min(0.3571428571vw, 5px);
  }
}
.footer__info-text {
  margin-top: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8vw;
  color: #666666;
}
@media only screen and (min-width: 767px) {
  .footer__info-text {
    margin-top: 0;
    font-size: min(0.8571428571vw, 12px);
  }
}
.footer__middle {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .footer__middle {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: min(2.1428571429vw, 30px);
  }
}
.footer__icon-box {
  display: none;
}
@media only screen and (min-width: 767px) {
  .footer__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 767px) {
  .footer__qr {
    width: min(7.8571428571vw, 110px);
    margin-left: min(1.7857142857vw, 25px);
  }
}
.footer__btn-box {
  display: flex;
  justify-content: center;
  column-gap: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .footer__btn-box {
    justify-content: flex-start;
    column-gap: min(1.0714285714vw, 15px);
  }
}
.footer__btn {
  width: auto;
  height: 14.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .footer__btn {
    height: min(5.1428571429vw, 72px);
    transition: 400ms;
  }
  .footer__btn:hover {
    transform: scale(0.95);
  }
}
.footer__btn > img {
  width: auto;
  max-width: none;
  height: 100%;
}
.footer__btn:last-child {
  display: none;
}
@media only screen and (min-width: 767px) {
  .footer__btn:last-child {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .footer__middle-box {
    margin-left: min(1.4285714286vw, 20px);
  }
}
.footer__attention {
  width: 92vw;
  margin: 2.6666666667vw auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.9333333333vw;
  color: #666666;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .footer__attention {
    width: auto;
    font-size: min(0.8571428571vw, 12px);
    margin: min(0.7142857143vw, 10px) 0 0;
    line-height: 1.2;
  }
}
.footer__attention > p {
  padding-left: 1em;
  text-indent: -1em;
}
.footer__bnr {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.6666666667vw;
  justify-content: space-between;
  width: 92vw;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .footer__bnr {
    justify-content: center;
    column-gap: min(1.4285714286vw, 20px);
    width: auto;
    margin: min(2.1428571429vw, 30px) 0 0;
  }
}
.footer__bnr-btn {
  display: block;
  width: 44.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .footer__bnr-btn {
    width: min(18.9285714286vw, 265px);
    transition: 400ms;
  }
  .footer__bnr-btn:hover {
    transform: scale(0.95);
  }
}
.footer__copy {
  text-align: center;
  margin-top: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.6666666667vw;
  color: #666666;
}
@media only screen and (min-width: 767px) {
  .footer__copy {
    margin-top: min(2.1428571429vw, 30px);
    font-size: min(0.7857142857vw, 11px);
  }
}
.common-frame {
  position: fixed;
  width: calc(100% - 3.7333333333vw);
  height: calc(100dvh - 3.7333333333vw);
  left: 1.8666666667vw;
  top: 1.8666666667vw;
  z-index: 3;
  pointer-events: none;
  border-radius: 4vw;
  border: 0.2666666667vw solid #fff;
  outline: 4vw solid rgba(255, 255, 255, 0.85);
}
@media only screen and (min-width: 767px) {
  .common-frame {
    width: calc(100% - min(1vw, 14px));
    height: calc(100dvh - min(1vw, 14px));
    left: min(0.5vw, 7px);
    top: min(0.5vw, 7px);
    border-radius: min(1.1428571429vw, 16px);
    border: min(0.1071428571vw, 1.5px) solid #fff;
    outline: min(2.1071428571vw, 29.5px) solid rgba(255, 255, 255, 0.85);
  }
}
.common-frame__parts {
  position: absolute;
  width: 48vw;
  height: 26.6666666667vw;
  background: url("../data/webp/ui/frame.png.webp") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .common-frame__parts {
    width: min(13.8571428571vw, 194px);
    height: min(9.7142857143vw, 136px);
  }
}
.common-frame__parts:nth-of-type(1) {
  left: -0.1333333333vw;
  top: -0.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .common-frame__parts:nth-of-type(1) {
    left: max(-0.0357142857vw, -0.5px);
    top: max(-0.0357142857vw, -0.5px);
  }
}
.common-frame__parts:nth-of-type(2) {
  right: -0.1333333333vw;
  top: -0.1333333333vw;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 767px) {
  .common-frame__parts:nth-of-type(2) {
    right: max(-0.0357142857vw, -0.5px);
    top: max(-0.0357142857vw, -0.5px);
  }
}
.common-frame__parts:nth-of-type(3) {
  right: -0.1333333333vw;
  bottom: -0.1333333333vw;
  transform: scale(-1, 1);
  background: url("../data/webp/ui/frame_bottom.png.webp") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .common-frame__parts:nth-of-type(3) {
    right: max(-0.0357142857vw, -0.5px);
    bottom: max(-0.0357142857vw, -0.5px);
  }
}
.common-frame__parts:nth-of-type(4) {
  left: -0.1333333333vw;
  bottom: -0.1333333333vw;
  background: url("../data/webp/ui/frame_bottom.png.webp") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .common-frame__parts:nth-of-type(4) {
    left: max(-0.0357142857vw, -0.5px);
    bottom: max(-0.0357142857vw, -0.5px);
  }
}

.common-bg {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  background: url("../data/webp/ui/bg.jpg.webp") no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-bg {
    background: url("../data/webp/ui/bg_pc.jpg.webp") no-repeat center;
    background-size: cover;
  }
}
.common-bg__kira {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../data/webp/ui/kira.png.webp");
  background-size: 100vw;
  background-position: center;
}
@media only screen and (min-width: 767px) {
  .common-bg__kira {
    background-image: url("../data/webp/ui/kira_pc.png.webp");
    background-size: min(100vw, 1400px);
  }
}
.common-bg__circle {
  opacity: 0.5;
  position: absolute;
  width: 153.6vw;
  height: 153.6vw;
}
@media only screen and (min-width: 767px) {
  .common-bg__circle {
    width: min(51.4285714286vw, 720px);
    height: min(51.4285714286vw, 720px);
  }
}
.common-bg__circle.c1 {
  top: -90.1333333333vw;
  left: -90.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .common-bg__circle.c1 {
    top: max(-25.7142857143vw, -360px);
    left: max(-25.7142857143vw, -360px);
  }
}
.common-bg__circle.c2 {
  bottom: -90.1333333333vw;
  right: -90.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .common-bg__circle.c2 {
    bottom: max(-25.7142857143vw, -360px);
    right: max(-25.7142857143vw, -360px);
  }
}
.common-bg__circle > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.common-bg__circle > span:nth-child(1) {
  background-image: url("../data/webp/ui/circle_1.png.webp");
}
.common-bg__circle > span:nth-child(2) {
  background-image: url("../data/webp/ui/circle_2.png.webp");
}
.common-bg__circle > span:nth-child(3) {
  background-image: url("../data/webp/ui/circle_3.png.webp");
}
.common-bg__circle > span:nth-child(4) {
  background-image: url("../data/webp/ui/circle_4.png.webp");
}
.common-bg__circle > span:nth-child(5) {
  background-image: url("../data/webp/ui/circle_5.png.webp");
}

.common-window {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 3;
}
.common-window__contents {
  position: relative;
  padding: 0.2666666667vw 0;
}
@media only screen and (min-width: 767px) {
  .common-window__contents {
    padding: 0.1428571429vw 0;
  }
}
.common-window__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.common-window__bg-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.2vw;
  background: url("../data/webp/detail/bg_window_top.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .common-window__bg-top {
    height: 39px;
  }
}
.common-window__bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.2vw;
  background: url("../data/webp/detail/bg_window_bottom.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .common-window__bg-bottom {
    height: 39px;
  }
}
.common-window__bg-repeat {
  position: absolute;
  left: 0;
  top: 5.2vw;
  width: 100%;
  height: calc(100% - 10.4vw);
  background: url("../data/webp/detail/bg_window_repeat.png.webp") repeat-y center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .common-window__bg-repeat {
    top: 35px;
    height: calc(100% - 70px);
  }
}
.common-window__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(190, 173, 254) 0%, rgb(140, 227, 245) 100%);
  opacity: 0.95;
}
.common-window__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92vw;
  height: 100dvh;
  max-height: 269.0666666667vw;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  overflow: auto;
  padding: 20vw 0 16vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.common-window__wrap::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common-window__wrap {
    width: 570px;
    height: 100dvh;
    max-height: 1192px;
    padding: 50px 0;
  }
}
.common-window__inner {
  position: relative;
  margin: 1.6vw;
  padding: 6.6666666667vw 4vw 9.8666666667vw;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .common-window__inner {
    margin: 14px 12px;
    padding: 30px 28px 35px;
  }
}
.common-window__inner::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 1.6vw);
  height: calc(100% + 1.6vw);
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  background: linear-gradient(180deg, #a7d1ee 0%, #c7caf6 100%);
}
@media only screen and (min-width: 767px) {
  .common-window__inner::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
}
.common-window__data {
  position: relative;
  z-index: 2;
}
.common-window__data::after {
  content: "";
  position: absolute;
  width: 85.3333333333vw;
  height: 15.0666666667vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: -8vw;
  background: url("../data/webp/detail/bg_deco_3.png.webp") no-repeat center bottom;
  background-size: 90vw auto;
  pointer-events: none;
}
@media only screen and (min-width: 767px) {
  .common-window__data::after {
    width: 400px;
    height: 124px;
    bottom: -31px;
    background-image: url("../data/webp/detail/bg_deco_3_pc.png.webp");
    background-size: 100% auto;
  }
}
.common-window__frame {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
}
.common-window__frame::before {
  content: "";
  position: absolute;
  width: calc(100% - 3.7333333333vw);
  height: calc(100% - 3.7333333333vw);
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: linear-gradient(180deg, #d7ebf7 0%, #e7e8fb 100%);
}
@media only screen and (min-width: 767px) {
  .common-window__frame::before {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }
}
.common-window__frame::after {
  content: "";
  position: absolute;
  width: calc(100% - 4.2666666667vw);
  height: calc(100% - 4.2666666667vw);
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .common-window__frame::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.common-window__frame-parts {
  position: absolute;
  width: 12.8vw;
  height: 12.8vw;
  background: url("../data/webp/detail/bg_deco_1.png.webp") no-repeat center;
  background-size: cover;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .common-window__frame-parts {
    width: 48px;
    height: 48px;
  }
}
.common-window__frame-parts:nth-of-type(1) {
  left: 1.2vw;
  top: 1.2vw;
}
@media only screen and (min-width: 767px) {
  .common-window__frame-parts:nth-of-type(1) {
    left: 1px;
    top: 1px;
  }
}
.common-window__frame-parts:nth-of-type(2) {
  right: 1.2vw;
  top: 1.2vw;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 767px) {
  .common-window__frame-parts:nth-of-type(2) {
    right: 1px;
    top: 1px;
  }
}
.common-window__frame-parts:nth-of-type(3) {
  right: 1.2vw;
  bottom: 1.2vw;
  transform: scale(-1, 1);
  background-image: url("../data/webp/detail/bg_deco_4.png.webp");
}
@media only screen and (min-width: 767px) {
  .common-window__frame-parts:nth-of-type(3) {
    right: 1px;
    bottom: 1px;
  }
}
.common-window__frame-parts:nth-of-type(4) {
  left: 1.2vw;
  bottom: 1.2vw;
  transform: scale(1, 1);
  background-image: url("../data/webp/detail/bg_deco_4.png.webp");
}
@media only screen and (min-width: 767px) {
  .common-window__frame-parts:nth-of-type(4) {
    left: 1px;
    bottom: 1px;
  }
}
.common-window__create {
  position: relative;
  width: 73.6vw;
  margin: 8vw auto 0;
  z-index: 2;
}
.common-window__create a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .common-window__create {
    width: 277px;
    margin: 29px auto 0;
    transition: transform 0.4s;
  }
  .common-window__create:hover {
    transform: scale(0.95);
  }
}

body:has(.list-detail.js--show) .footer-under__bne {
  z-index: 0;
  transition: all 0ms;
  transition-delay: 200ms;
}

body:has(.maker-detail) .footer-under__bne {
  transition: all 0ms;
  transition-delay: 100ms;
}

body:has(.maker-detail.js--show) .footer-under__bne {
  z-index: 0;
  transition: all 0ms;
}

.footer-under__bne {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: end;
  pointer-events: none;
}
.footer-under__bne-btn {
  position: absolute;
  left: 4vw;
  width: 68.9333333333vw;
  height: 8.9333333333vw;
  line-height: 8.4vw;
  padding-left: 2.6666666667vw;
  transform: translate3d(0, -100%, 0);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.8666666667vw 1.8666666667vw 0 0;
  border: solid 0.5333333333vw rgba(82, 178, 242, 0.1);
  color: #228dd4;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .footer-under__bne-btn {
    left: 21px;
    width: 258px;
    height: 33px;
    line-height: 31px;
    padding-left: 10px;
    border-radius: 7px 7px 0 0;
    border: solid 2px rgba(82, 178, 242, 0.1);
    font-size: 10px;
    cursor: pointer;
    transition: opacity 400ms;
  }
  .footer-under__bne-btn:hover {
    opacity: 0.8;
  }
}
.footer-under__bne-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4vw;
  height: 1.3333333333vw;
  right: 3.2vw;
  top: 3.4666666667vw;
  background: url("../img/common/icon_arrow_footer.png") no-repeat center;
  background-size: 100% auto;
  transform: scale(1, -1);
}
@media only screen and (min-width: 767px) {
  .footer-under__bne-btn::after {
    width: 9px;
    height: 5px;
    right: 12px;
    top: 14px;
  }
}
.footer-under__bne-wrap {
  width: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 300ms;
  pointer-events: auto;
}
.footer-under__bne-wrap.js--open {
  transform: translate3d(0, 0%, 0);
}
.footer-under__bne-wrap.js--open .footer-under__bne-btn::after {
  transform: scale(1, 1);
}

.load__inner {
  overflow: scroll;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  background-image: url("../data/webp/ui/bg.jpg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overscroll-behavior-y: contain;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.load__inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 767px) {
  .load__inner {
    background-image: url("../data/webp/ui/bg_pc.jpg.webp");
  }
}
.load__inner:after {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 1px);
}
.load__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29.3333333333vw;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) {
  .load__text {
    width: min(9.2857142857vw, 130px);
  }
}
.load__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57.3333333333vw;
  height: 57.3333333333vw;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) {
  .load__circle {
    width: min(23.5714285714vw, 330px);
    height: min(23.5714285714vw, 330px);
  }
}
.load__circle > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.load__circle > span:nth-child(1) {
  background-image: url("../data/webp/ui/circle_1.png.webp");
}
.load__circle > span:nth-child(2) {
  background-image: url("../data/webp/ui/circle_2.png.webp");
}
.load__circle > span:nth-child(3) {
  background-image: url("../data/webp/ui/circle_3.png.webp");
}
.load__circle > span:nth-child(4) {
  background-image: url("../data/webp/ui/circle_4.png.webp");
}
.load__circle > span:nth-child(5) {
  background-image: url("../data/webp/ui/circle_5.png.webp");
}

.top__inner {
  overflow: hidden;
  position: relative;
}

.top-mv__inner {
  width: 100%;
  position: relative;
  padding-top: 12vw;
  padding-bottom: 44.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-mv__inner {
    padding-top: 1.0714285714vw;
    padding-bottom: 17.5vw;
  }
}
.top-mv__logo {
  width: 64vw;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .top-mv__logo {
    width: 29.2857142857vw;
  }
}
.top-mv__serif {
  position: absolute;
  left: 1.3333333333vw;
  top: 5.3333333333vw;
  width: 93.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-mv__serif {
    left: 50%;
    top: 2.1428571429vw;
    width: 95.5vw;
    transform: translateX(-50%);
  }
}
.top-mv__card {
  white-space: nowrap;
  position: relative;
  display: flex;
  column-gap: 4vw;
  margin-top: 14.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-mv__card {
    column-gap: 1.4285714286vw;
    margin-top: 3.9285714286vw;
  }
}
.top-mv__list {
  display: flex;
  column-gap: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-mv__list {
    column-gap: 1.4285714286vw;
  }
}
.top-mv__item {
  min-width: 41.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-mv__item {
    min-width: 14.2857142857vw;
  }
}
.top-mv__item:nth-child(odd) {
  transform: translateY(-6.6666666667vw);
}
@media only screen and (min-width: 767px) {
  .top-mv__item:nth-child(odd) {
    transform: translateY(-2.5vw);
  }
}
.top-mv__item:nth-child(even) {
  transform: translateY(6.6666666667vw);
}
@media only screen and (min-width: 767px) {
  .top-mv__item:nth-child(even) {
    transform: translateY(2.5vw);
  }
}

.top-about__inner {
  position: relative;
  z-index: 2;
  padding-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-about__inner {
    padding-top: min(2.1428571429vw, 30px);
  }
}
.top-about__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 96vw;
}
@media only screen and (min-width: 767px) {
  .top-about__chara {
    top: max(-5vw, -70px);
    left: 50%;
    transform: translateX(-50%);
    width: min(67.2142857143vw, 941px);
  }
}
.top-about__text {
  position: relative;
  width: 93.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .top-about__text {
    width: min(51.4285714286vw, 720px);
  }
}
.top-about__text > span:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.top-about__btn {
  position: relative;
  display: block;
  width: 92vw;
  margin: 4.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .top-about__btn {
    width: min(32.8571428571vw, 460px);
    margin: min(2.5vw, 35px) auto 0;
    transition: 400ms;
  }
  .top-about__btn:hover {
    transform: scale(0.95);
  }
}

@keyframes loading-icon-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.list-loading {
  position: relative;
  pointer-events: none;
  transition: opacity 0.4s;
  z-index: 10;
  backface-visibility: hidden;
  opacity: 0;
}
.list-loading.js--show {
  opacity: 1;
  pointer-events: auto;
}
.list-loading__wrap {
  position: absolute;
  width: 32vw;
  height: 32vw;
  left: 50%;
  top: 50dvh;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 4vw;
  border: 0.2666666667vw solid #fff;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 767px) {
  .list-loading__wrap {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    border: 1px solid #fff;
  }
}
.list-loading__logo {
  position: relative;
  width: 18.6666666667vw;
  margin: 4.5333333333vw auto 2.6666666667vw;
  animation: loading-icon-rotate 3s linear infinite;
}
@media only screen and (min-width: 767px) {
  .list-loading__logo {
    width: 70px;
    margin: 17px auto 10px;
  }
}
.list-loading__text {
  font-size: 14px;
  text-align: center;
  color: #228dd4;
}
.list body {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #228dd4;
}
.list body.js--nonactive {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .list body .common-bg {
    background-image: url(../img/list/bg.jpg);
  }
  .list body .common-bg .common-bg__kira {
    display: none;
    background: none;
  }
  .list body .common-bg .common-bg__circle {
    display: none;
  }
  .list body .common-bg .common-bg__circle span {
    background: none;
    animation: none;
  }
}

.list-ui {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  right: 4vw;
  top: 4vw;
  width: 64.5333333333vw;
  z-index: 11;
  pointer-events: none;
  color: #228dd4;
  transition: opacity 200ms;
}
.list-ui.js--hide {
  opacity: 0;
  pointer-events: none;
  transition-delay: 200ms;
}
.list-ui.js--hide > * {
  pointer-events: none !important;
}
@media only screen and (min-width: 767px) {
  .list-ui {
    left: auto;
    right: 1.5vw;
    top: 1.5vw;
    width: 16.4285714286vw;
    padding: 0;
  }
}
.list-ui__menu {
  display: none;
  position: absolute;
  padding: 2.6666666667vw 1.6vw;
  border-radius: 2.6666666667vw;
  border: 0.5333333333vw solid #bfdff4;
  font-size: 3.7333333333vw;
  background: #fff;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu {
    padding: 0.7142857143vw 0.4285714286vw;
    border-radius: 0.7142857143vw;
    border: 0.1428571429vw solid #bfdff4;
    font-size: 1vw;
  }
}
.list-ui__menu.js--show {
  display: block;
  pointer-events: auto;
}
.list-ui__menu::before {
  content: "";
  position: absolute;
  top: -3.7333333333vw;
  right: 4vw;
  border: 1.6vw solid transparent;
  border-bottom: 2.4vw solid #fff;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu::before {
    top: -1vw;
    right: 0.7857142857vw;
    border: 0.4285714286vw solid transparent;
    border-bottom: 0.6428571429vw solid #fff;
  }
}
.list-ui__menu::after {
  content: "";
  position: absolute;
  top: -5.0666666667vw;
  right: 3.4666666667vw;
  border: 2.1333333333vw solid transparent;
  border-bottom: 2.9333333333vw solid #bfdff4;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu::after {
    top: -1.3571428571vw;
    right: 0.6428571429vw;
    border: 0.5714285714vw solid transparent;
    border-bottom: 0.7857142857vw solid #bfdff4;
  }
}
.list-ui__menu-title {
  display: flex;
  align-items: center;
  margin-left: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-title {
    margin-left: 0.1428571429vw;
  }
}
.list-ui__menu-title::before {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 0.5333333333vw;
  background: url("../data/webp/ui/icon_dot.png.webp") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-title::before {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    margin-right: 0.1428571429vw;
  }
}
.list-ui__menu-list {
  margin-top: 2.4vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-list {
    margin-top: 0.7142857143vw;
  }
}
.list-ui__menu-sort {
  width: 29.3333333333vw;
  left: 21.0666666667vw;
  top: 15.2vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-sort {
    width: 7.8571428571vw;
    left: auto;
    right: 3vw;
    top: 3.3571428571vw;
  }
}
.list-ui__menu-sort .js--current {
  color: #fff;
  background: url("../data/webp/ui/bg_sort_current.png.webp") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-sort .js--current {
    background-image: url("../data/webp/ui/bg_sort_current_pc.png.webp");
  }
}
.list-ui__menu-favorite {
  width: 92vw;
  left: -27.4666666667vw;
  top: 15.2vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-favorite {
    width: 26vw;
    left: auto;
    right: 0vw;
    top: 3.3571428571vw;
    padding: 0.8571428571vw 1vw;
  }
}
.list-ui__menu-favorite::before {
  right: 4vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-favorite::before {
    right: 0.7857142857vw;
  }
}
.list-ui__menu-favorite::after {
  right: 3.4666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-favorite::after {
    right: 0.6428571429vw;
  }
}
.list-ui__menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.9333333333vw;
  padding: 0 0 0 3.7333333333vw;
  margin-top: 1.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-item {
    position: relative;
    height: 1.7142857143vw;
    padding: 0 0 0 0.9285714286vw;
    margin-top: 0.1428571429vw;
    cursor: pointer;
  }
  .list-ui__menu-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3.4285714286vw;
    background: #e0f1fd;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .list-ui__menu-item:hover::after {
    opacity: 1;
  }
}
.list-ui__menu-item:first-of-type {
  margin-top: 0;
}
.list-ui__menu-item span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-item span {
    font-size: 0.7142857143vw;
  }
}
.list-ui__menu-imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 16vw;
  margin-top: 1.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-imgs {
    margin-top: 0.4285714286vw;
    height: 4.2857142857vw;
  }
}
.list-ui__menu-img {
  width: 16vw;
  height: 16vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__menu-img {
    width: 4.2857142857vw;
    height: 4.2857142857vw;
    transition: transform 0.4s;
    cursor: pointer;
  }
  .list-ui__menu-img.js--nonactive {
    pointer-events: none;
  }
  .list-ui__menu-img:hover {
    transform: scale(0.95);
  }
}
.list-ui__scale {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  width: 12.8vw;
  z-index: 5;
  transition: opacity 200ms;
}
.list-ui__scale.js--hide {
  opacity: 0;
  pointer-events: none;
  transition-delay: 200ms;
}
@media only screen and (min-width: 767px) {
  .list-ui__scale {
    right: 1.5vw;
    bottom: 1.5vw;
    width: 2.5714285714vw;
  }
}
.list-ui__scale-btn.js--nonactive {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 767px) {
  .list-ui__scale-btn {
    cursor: pointer;
    transition: transform 0.4s;
  }
  .list-ui__scale-btn:hover {
    transform: scale(0.9);
  }
}
.list-ui__scale-btn:nth-of-type(2) {
  margin-top: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__scale-btn:nth-of-type(2) {
    margin-top: 0.3571428571vw;
  }
}
.list-ui__item {
  pointer-events: auto;
  cursor: pointer;
}
.list-ui__item.js--nonactive {
  pointer-events: none;
  opacity: 0.5;
}
.list-ui__type {
  display: flex;
  justify-content: space-between;
  width: 36.5333333333vw;
  height: 11.7333333333vw;
  padding: 2.1333333333vw;
  background: url("../data/webp/ui/bg_type.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .list-ui__type {
    background-image: url("../data/webp/ui/bg_type_pc.png.webp");
    background-size: 100% auto;
    width: 10.4285714286vw;
    height: 2.5714285714vw;
    padding: 0.2857142857vw;
  }
}
.list-ui__type-item {
  position: relative;
  width: 15.0666666667vw;
  height: 7.4666666667vw;
  line-height: 7.4666666667vw;
  font-size: 3.7333333333vw;
  text-align: center;
}
.list-ui__type-item::after {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../data/webp/ui/bg_type_current.png.webp") no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (min-width: 767px) {
  .list-ui__type-item::after {
    background-image: url("../data/webp/ui/bg_type_current_pc.png.webp") no-repeat center;
  }
}
@media only screen and (min-width: 767px) {
  .list-ui__type-item {
    width: 4.8571428571vw;
    height: 2vw;
    line-height: 2vw;
    font-size: 0.8571428571vw;
    cursor: pointer;
  }
  .list-ui__type-item:hover a {
    color: #fff;
  }
  .list-ui__type-item:hover::after {
    opacity: 1;
  }
}
.list-ui__type-item a {
  position: relative;
  z-index: 2;
  color: #228dd4;
  display: block;
}
@media only screen and (min-width: 767px) {
  .list-ui__type-item a {
    transition: color 0.4s;
  }
}
.list-ui__type-item.js--current::after {
  opacity: 1;
}
.list-ui__type-item.js--current a {
  color: #fff;
}
.list-ui__sort {
  width: 11.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__sort {
    width: 2.5714285714vw;
    transition: transform 0.4s;
  }
  .list-ui__sort:hover {
    transform: scale(0.9);
  }
}
.list-ui__favorite {
  width: 11.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__favorite {
    width: 2.5714285714vw;
    transition: transform 0.4s;
  }
  .list-ui__favorite:hover {
    transform: scale(0.9);
  }
}
.list-ui__btn {
  display: flex;
  width: 11.7333333333vw;
  background: url("../data/webp/ui/btn_menu_bg.png.webp") no-repeat center;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .list-ui__btn {
    display: none;
  }
}
.list-ui__btn.js--open img {
  transform: scale(-1, 1);
}
.list-ui__btn img {
  width: 5.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-ui__btn img {
    width: 2.7142857143vw;
  }
}

.list-wrap__canvas {
  position: fixed;
  left: 0;
  top: 0;
}

.common-frame {
  z-index: 5;
}

@keyframes detail-show {
  0% {
    display: none;
    opacity: 0;
  }
  0.01% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes detail-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.list-detail {
  animation: detail-hide 300ms;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.list-detail.js--show {
  opacity: 0;
  display: block;
  pointer-events: auto;
  animation: detail-show 300ms;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
}
@media only screen and (min-width: 767px) {
  .list-detail__frame {
    position: fixed;
    width: 327px;
    height: 24px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: url("../data/webp/maker/frame.png.webp") no-repeat center;
    background-size: 100% auto;
    z-index: 5;
    pointer-events: none;
  }
}
@media only screen and (min-width: 767px) {
  .list-detail__frame-top {
    top: 2px;
  }
}
@media only screen and (min-width: 767px) {
  .list-detail__frame-bottom {
    bottom: 2px;
    transform: translate3d(-50%, 0, 0) scale(1, -1);
  }
}
.list-detail__favorite {
  position: absolute;
  width: 8vw;
  height: 8vw;
  right: -1.3333333333vw;
  top: -4vw;
  z-index: 11;
}
@media only screen and (min-width: 767px) {
  .list-detail__favorite {
    width: 36px;
    height: 36px;
    right: -19px;
    top: -20px;
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .list-detail__favorite:hover {
    opacity: 0.5;
  }
}
.list-detail__favorite .btn-on {
  display: none;
}
.list-detail__favorite.js--nonactive:not(.js--on) {
  opacity: 0.5;
  pointer-events: none;
}
.list-detail__favorite.js--on .btn-on {
  display: block;
}
.list-detail__favorite.js--on .btn-d {
  display: none;
}
.list-detail__close {
  position: fixed;
  width: 12.8vw;
  right: 4vw;
  top: 4vw;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}
.list-detail__close.js--show {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 200ms;
}
@media only screen and (min-width: 767px) {
  .list-detail__close {
    width: 36px;
    right: 21px;
    top: 21px;
    cursor: pointer;
  }
  .list-detail__close img {
    transition: transform 0.4s;
  }
  .list-detail__close:hover img {
    transform: scale(0.95);
  }
}
.list-detail__name-sub {
  font-size: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__name-sub {
    font-size: 8px;
  }
}
.list-detail__name-main {
  font-size: 8.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__name-main {
    font-size: 32px;
  }
}
.list-detail__border {
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 82.4vw;
  height: 3.4666666667vw;
  margin-top: 1.3333333333vw;
  background: url("../data/webp/detail/bg_deco_2.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .list-detail__border {
    width: 480px;
    height: 12px;
    margin-top: 10px;
    background-image: url("../data/webp/detail/bg_deco_2_pc.png.webp");
  }
}
.list-detail__catches {
  position: relative;
  width: 84.5333333333vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin-top: 5.0666666667vw;
  padding: 1.0666666667vw 2.1333333333vw;
  background: #f2faff;
}
@media only screen and (min-width: 767px) {
  .list-detail__catches {
    width: 536px;
    margin-top: 20px;
    padding: 13px 25px;
  }
}
.list-detail__catch {
  padding: 4vw 0;
  font-size: 4vw;
  letter-spacing: -0.1333333333vw;
  border-top: 0.2666666667vw solid #e0f1fd;
  font-weight: 500;
  line-height: 5.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__catch {
    padding: 13px 0;
    font-size: 15px;
    letter-spacing: 0;
    border-top: 1px solid #e0f1fd;
    line-height: 22px;
  }
}
.list-detail__catch:first-child {
  border-top: none;
}
.list-detail__catch-sub {
  font-size: 2.6666666667vw;
  color: #666666;
}
@media only screen and (min-width: 767px) {
  .list-detail__catch-sub {
    font-size: 12px;
  }
}
.list-detail__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80.8vw;
  height: 52.8vw;
  margin: 4.5333333333vw auto 0;
  background: url("../data/webp/detail/bg_main.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .list-detail__main {
    width: 490px;
    height: 318px;
    margin: 22px auto 0;
    background-image: url("../data/webp/detail/bg_main_pc.png.webp");
  }
}
.list-detail__main-title {
  margin-top: 2.4vw;
  font-size: 4vw;
  color: #228dd4;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .list-detail__main-title {
    margin-top: 14px;
    font-size: 15px;
  }
}
.list-detail__main img {
  width: 78.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__main img {
    width: 480px;
  }
}
.list-detail__sub {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 4.5333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .list-detail__sub {
    margin: 30px auto 0;
  }
}
.list-detail__sub-item {
  width: 38.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__sub-item {
    width: 240px;
  }
}
.list-detail__sub-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25.6vw;
  background: url("../data/webp/detail/bg_sub.png.webp") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .list-detail__sub-img {
    background-image: url("../data/webp/detail/bg_sub_pc.png.webp");
    height: 157px;
    transition: transform 0.4s;
  }
  .list-detail__sub-img:hover {
    transform: scale(0.95);
  }
}
.list-detail__sub-img::before {
  content: "";
  display: block;
  position: absolute;
  right: 2.5333333333vw;
  bottom: 2.5333333333vw;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background: url("../data/webp/detail/icon_zoom.png.webp") no-repeat center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .list-detail__sub-img::before {
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
  }
}
.list-detail__sub-img img {
  width: 36.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__sub-img img {
    width: 230px;
  }
}
.list-detail__sub-text {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 3.7333333333vw;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .list-detail__sub-text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
  }
}
.list-detail__movie {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80.8vw;
  height: 46.4vw;
  margin: 4.5333333333vw auto 0;
  background: url("../data/webp/detail/bg_movie.png.webp") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .list-detail__movie {
    width: 490px;
    height: 280px;
    margin: 27px auto 0;
    background-image: url("../data/webp/detail/bg_movie_pc.png.webp");
  }
  .list-detail__movie:hover .list-detail__movie-thumb::after {
    transform: translate3d(-50%, -50%, 0) scale(0.95);
  }
}
.list-detail__movie-thumb {
  position: absolute;
  width: 78.6666666667vw;
  height: 44.2666666667vw;
  z-index: 3;
}
@media only screen and (min-width: 767px) {
  .list-detail__movie-thumb {
    width: 480px;
    height: 270px;
  }
}
.list-detail__movie-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #165a87;
  opacity: 0.8;
  z-index: 1;
}
.list-detail__movie-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 32vw;
  height: 6.9333333333vw;
  background: url("../data/webp/detail/btn_play.png.webp") no-repeat center;
  background-size: 100% auto;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .list-detail__movie-thumb::after {
    width: 120px;
    height: 26px;
    transition: transform 0.4s;
  }
}
.list-detail__movie-thumb.js--hide {
  display: none;
}
.list-detail__movie-thumb img {
  width: 78.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .list-detail__movie-thumb img {
    width: 480px;
  }
}
.list-detail__movie-video {
  position: relative;
  width: 78.6666666667vw;
  height: 44.2666666667vw;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .list-detail__movie-video {
    width: 480px;
    height: 270px;
  }
}
.list-detail__movie-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-detail__link {
  width: 58.6666666667vw;
  height: 11.7333333333vw;
  margin: 8.2666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .list-detail__link {
    width: 200px;
    height: 40px;
    margin: 30px auto 0;
    transition: transform 0.4s;
  }
  .list-detail__link:hover {
    transform: scale(0.95);
  }
}
.list-detail__link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 10.9333333333vw;
  color: #fff;
  padding-left: 4.8vw;
  font-size: 3.7333333333vw;
  border: 0.2666666667vw solid #fff;
  border-radius: 11.7333333333vw;
  overflow: hidden;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .list-detail__link a {
    line-height: 36px;
    padding-left: 20px;
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 40px;
    letter-spacing: -0.5px;
  }
}
.list-detail__link a::after {
  content: "";
  position: absolute;
  display: block;
  right: 4vw;
  top: 4.1333333333vw;
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background: url("../data/webp/common/icon_blank.png.webp") no-repeat center;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (min-width: 767px) {
  .list-detail__link a::after {
    right: 19px;
    top: 13px;
    width: 10px;
    height: 10px;
  }
}
.list-detail__img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 12;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: opacity 300ms;
  pointer-events: none;
  opacity: 0;
}
.list-detail__img::-webkit-scrollbar {
  display: none;
}
.list-detail__img.js--show {
  opacity: 1;
  pointer-events: auto;
}
.list-detail__img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(190, 173, 254) 0%, rgb(140, 227, 245) 100%);
  opacity: 0.95;
}
.list-detail__img-main {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 92vw;
  height: 60vw;
  background: url("../data/webp/detail/bg_img.png.webp") no-repeat center;
  background-size: 100% auto;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .list-detail__img-main {
    width: 570px;
    height: 370px;
  }
}
.list-detail__img-main img {
  width: 89.8666666667vw;
  height: auto;
}
@media only screen and (min-width: 767px) {
  .list-detail__img-main img {
    width: 560px;
  }
}
.list-detail__img-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 40vw;
  width: 12.8vw;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .list-detail__img-close {
    margin-top: 216px;
    width: 36px;
    cursor: pointer;
    transition: transform 0.4s;
  }
  .list-detail__img-close:hover {
    transform: translate3d(-50%, -50%, 0) scale(0.95);
  }
}

@keyframes step-2-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes step-2-blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.maker {
  overflow: hidden;
}
.maker .common-frame {
  z-index: 5;
}
.maker .common-window__wrap {
  height: 100dvh;
  padding: 20vw 0 16vw;
}
@media only screen and (min-width: 767px) {
  .maker .common-window__wrap {
    padding: 50px 0 50px;
  }
}
.maker:has(.maker-step.maker-step-2.js--current) .common-window__data::after {
  display: none;
}
.maker-logo {
  position: absolute;
  left: 3.3333333333vw;
  top: 4vw;
  width: 27.6vw;
  z-index: 10;
  transition: opacity 400ms;
}
@media only screen and (min-width: 767px) {
  .maker-logo {
    left: 20px;
    top: 20px;
    width: 151px;
    transition: transform 400ms;
  }
  .maker-logo:hover {
    transform: scale(0.95);
  }
}
.maker-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.maker-logo.js--hide {
  opacity: 0;
  pointer-events: none;
}
.maker-howto {
  position: absolute;
  right: 4vw;
  top: 4vw;
  width: 26.6666666667vw;
  z-index: 10;
  transition: opacity 400ms;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .maker-howto {
    right: 20px;
    top: 20px;
    width: 91px;
    transition: transform 400ms;
  }
  .maker-howto:hover {
    transform: scale(0.95);
  }
}
.maker-howto.js--hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 767px) {
  .maker-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
  }
  .maker-main::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 684px;
    height: 1px;
    transform: translate3d(-50%, 0, 0);
    background: #e0f1fd;
  }
}
@media only screen and (min-width: 767px) {
  .maker-main__left {
    width: 310px;
  }
}
@media only screen and (min-width: 767px) {
  .maker-main__right {
    width: 355px;
  }
}
.maker-window:has(.maker-step-1.js--current) .maker-window__inner {
  padding: 5.3333333333vw 2.1333333333vw 9.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__inner {
    margin: 16px 8px;
    padding: 25px 25px 25px;
  }
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__wrap {
    width: 752px;
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__bg-top {
    background-image: url(../data/webp/maker/bg_window_top_pc.png.webp);
  }
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__bg-bottom {
    background-image: url(../data/webp/maker/bg_window_bottom_pc.png.webp);
  }
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__bg-repeat {
    background-image: url(../data/webp/maker/bg_window_repeat_pc.png.webp);
    top: 29px;
    height: calc(100% - 58px);
  }
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__data::before {
    content: "";
    display: block;
    position: absolute;
    width: 235px;
    height: 98px;
    left: -20px;
    transform: none;
    bottom: -21px;
    background-image: url("../data/webp/maker/bg_deco_3_pc.png.webp");
    background-size: 606px auto;
    background-position: -371px bottom;
  }
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-1.js--current) .maker-window__data::after {
    width: 235px;
    height: 98px;
    left: auto;
    right: -20px;
    transform: scale(-1, 1);
    bottom: -21px;
    background-image: url("../data/webp/maker/bg_deco_3_pc.png.webp");
    background-size: 606px auto;
    background-position: -371px bottom;
  }
}
.maker-window:has(.maker-step-2.js--current) .maker-window__wrap {
  opacity: 0;
  animation: step-2-show 1s forwards;
  animation-delay: 0.4s;
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-2.js--current) .maker-window__wrap {
    width: 380px;
  }
  .maker-window:has(.maker-step-2.js--current) .maker-window__wrap .common-window__bg-top {
    height: 20px;
    background-image: url(../data/webp/maker/howto/bg_window_top.png.webp);
  }
  .maker-window:has(.maker-step-2.js--current) .maker-window__wrap .common-window__bg-repeat {
    top: 20px;
    height: calc(100% - 40px);
    background-image: url(../data/webp/maker/howto/bg_window_repeat.png.webp);
  }
  .maker-window:has(.maker-step-2.js--current) .maker-window__wrap .common-window__bg-bottom {
    height: 20px;
    background-image: url(../data/webp/maker/howto/bg_window_bottom.png.webp);
  }
  .maker-window:has(.maker-step-2.js--current) .maker-window__wrap .common-window__inner {
    margin: 9px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .maker-window:has(.maker-step-2.js--current) .maker-window__wrap {
    height: auto;
    max-height: 100dvh;
  }
}
.maker-window:has(.maker-step-2.js--current) .maker-window__inner {
  padding: 6.6666666667vw 2.1333333333vw 8vw;
}
@media only screen and (min-width: 767px) {
  .maker-window:has(.maker-step-2.js--current) .maker-window__inner {
    padding: 30px 45px 35px;
  }
}
.maker-window:has(.maker-step-2.js--current) .maker-result__img {
  opacity: 0;
  filter: blur(10px);
  animation: step-2-blur 1s forwards;
  animation-delay: 1s;
}
.maker-step {
  position: relative;
  display: none;
}
.maker-step.js--current {
  display: block;
}
.maker-result__base {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.maker-result__base img {
  width: 1px;
  height: 1px;
}
.maker-result canvas {
  display: none;
}
.maker-result__title {
  font-size: 5.3333333333vw;
  color: #228dd4;
}
@media only screen and (min-width: 767px) {
  .maker-result__title {
    font-size: 20px;
  }
}
.maker-result__border {
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 82.4vw;
  height: 3.4666666667vw;
  margin-top: 1.3333333333vw;
  background: url("../data/webp/maker/bg_deco.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .maker-result__border {
    width: 332px;
    height: 12px;
    margin-top: 10px;
    background-image: url("../data/webp/maker/bg_deco_pc.png.webp");
  }
}
.maker-result__border2 {
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 79.7333333333vw;
  height: 4.5333333333vw;
  margin-top: 2.1333333333vw;
  background: url("../data/webp/maker/border.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .maker-result__border2 {
    width: 332px;
    height: 12px;
    margin-top: 10px;
    background-image: url("../data/webp/maker/border_pc.png.webp");
  }
}
.maker-result__border2-bottom {
  transform: translate3d(-50%, 0, 0) scale(1, -1);
}
.maker-result__img {
  margin: 2.6666666667vw 0 0 0;
}
@media only screen and (min-width: 767px) {
  .maker-result__img {
    margin: 12px 0 0 0;
  }
}
.maker-result__img img {
  pointer-events: auto;
}
.maker-result__share {
  margin-top: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__share {
    margin-top: 9px;
  }
}
.maker-result__share img {
  width: 46vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__share img {
    width: 611px;
  }
}
.maker-result__about {
  margin: 2.9333333333vw 0 0 0;
  font-size: 3.2vw;
  color: #666666;
  font-weight: 400;
  line-height: 4.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__about {
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 17px;
  }
}
.maker-result__about-sub {
  font-size: 2.6666666667vw;
  line-height: 3.4666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__about-sub {
    font-size: 10px;
    line-height: 14px;
  }
}
.maker-result__btn-share {
  display: block;
  width: 73.7333333333vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .maker-result__btn-share {
    width: 256px;
    margin: 9px auto 0;
    transition: transform 400ms;
  }
  .maker-result__btn-share:hover {
    transform: scale(0.95);
  }
}
.maker-result__attention {
  margin: 2.9333333333vw 0 0 0;
  font-size: 2.6666666667vw;
  color: #666666;
  font-weight: 400;
  line-height: 3.2vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__attention {
    margin: 9px 0 0 0;
    font-size: 10px;
    line-height: 12px;
  }
}
.maker-result__select {
  display: flex;
  justify-content: space-between;
  padding: 0 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__select {
    position: relative;
    left: 50%;
    padding: 0;
    width: 275px;
    transform: translate3d(-50%, 0, 0);
  }
}
.maker-result__restart, .maker-result__reload {
  position: relative;
  display: inline-block;
  color: #228dd4;
  margin-top: 3.2vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 767px) {
  .maker-result__restart, .maker-result__reload {
    margin-top: 12px;
    font-size: 12px;
    cursor: pointer;
  }
  .maker-result__restart:hover::after, .maker-result__reload:hover::after {
    opacity: 0;
  }
}
.maker-result__restart::after, .maker-result__reload::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2666666667vw;
  left: 0;
  bottom: -0.2666666667vw;
  background: #a9cbea;
}
@media only screen and (min-width: 767px) {
  .maker-result__restart::after, .maker-result__reload::after {
    height: 1px;
    bottom: -2px;
    transition: opacity 0.4s;
  }
}

.maker-ui {
  color: #fff;
}
.maker-ui__param {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 78.6666666667vw;
  margin: 5.3333333333vw 0 0 4vw;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .maker-ui__param {
    justify-content: start;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 767px) {
  .maker-ui__param {
    width: 310px;
    margin: 13px 0 0;
  }
}
.maker-ui__param.js--active {
  opacity: 1;
}
.maker-ui__param.js--active .ui-slider-handle {
  display: block;
  transition: transform 0.4s;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param.js--active .ui-slider-handle:hover {
    transform: translate3d(-50%, -50%, 0) scale(1.2);
  }
}
.maker-ui__param.js--active .maker-ui__param-delete.js--nonactive {
  pointer-events: none !important;
}
.maker-ui__param.js--active .maker-ui__param-delete.js--nonactive img {
  opacity: 0.5 !important;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param.js--active .maker-ui__param-delete {
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .maker-ui__param.js--active .maker-ui__param-delete:not(.js--current):hover {
    opacity: 0.5;
  }
}
.maker-ui__param .ui-slider-handle {
  display: none;
}
.maker-ui__param-sliders {
  position: relative;
  width: 48.8vw;
}
@media only screen and (max-width: 767px) {
  .maker-ui__param-sliders {
    margin-left: 4vw;
  }
}
@media only screen and (min-width: 767px) {
  .maker-ui__param-sliders {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 276px;
  }
}
.maker-ui__param-delete {
  width: 9.6vw;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param-delete {
    width: 24px;
    transition: opacity 0.4s;
  }
}
.maker-ui__param-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param-slide {
    width: 131px;
    margin-top: 0;
  }
}
.maker-ui__param-slide:first-of-type {
  margin-top: 0;
}
.maker-ui__param-icon {
  width: 4vw;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param-icon {
    width: 15px;
  }
}
.maker-ui__param-slider {
  position: relative;
  width: 41.8666666667vw;
  height: 0.8vw;
  border-radius: 0.8vw;
  background: #f0f0f0;
  border: none !important;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param-slider {
    width: 102px;
    height: 3px;
    border-radius: 3px;
  }
}
.maker-ui__param-slider span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  transform: translate3d(-50%, -50%, 0);
  border: none !important;
  background: url("../data/webp/maker/icon_slider_dot.png.webp") no-repeat center !important;
  background-size: 100% 100% !important;
}
@media only screen and (min-width: 767px) {
  .maker-ui__param-slider span {
    width: 16px;
    height: 16px;
  }
}
.maker-ui__deco {
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .maker-ui__deco {
    margin: 0;
  }
}
.maker-ui__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-ui__tabs {
    padding: 0 5px;
  }
}
.maker-ui__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.8vw;
  height: 9.6vw;
  background: url("../data/webp/maker/bg_tab.png.webp") no-repeat center bottom;
  background-size: 100% 100%;
  font-size: 3.7333333333vw;
  opacity: 0.3;
  letter-spacing: -0.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-ui__tab {
    width: 86px;
    height: 28px;
    font-size: 14px;
    letter-spacing: 0;
    background-image: url("../data/webp/maker/bg_tab_pc.png.webp");
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .maker-ui__tab:not(.js--current):hover {
    opacity: 0.5;
  }
}
.maker-ui__tab.js--current {
  opacity: 1;
}
.maker-ui__contents {
  border-top: 0.2666666667vw solid #e2f0fd;
  border-bottom: 0.2666666667vw solid #e2f0fd;
  background: #f5f9fc;
}
@media only screen and (min-width: 767px) {
  .maker-ui__contents {
    border: 1px solid #e2f0fd;
  }
}
.maker-ui__content {
  display: none;
  height: 52.8vw;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 2.1333333333vw;
  grid-template-columns: repeat(4, 18.4vw);
  grid-column-gap: 2.1333333333vw;
  grid-row-gap: 2.1333333333vw;
  align-content: start;
}
@media only screen and (min-width: 767px) {
  .maker-ui__content {
    height: 316px;
    padding: 7px 8px;
    grid-template-columns: repeat(4, 78px);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
.maker-ui__content::-webkit-scrollbar {
  display: none;
}
.maker-ui__content.js--current {
  display: grid;
}
.maker-ui__content-stamp .maker-ui__content-item:not(.maker-ui__content-none), .maker-ui__content-frame .maker-ui__content-item:not(.maker-ui__content-none) {
  background-color: rgb(245, 245, 245);
}
.maker-ui__content-item {
  position: relative;
  width: 18.4vw;
  height: 18.4vw;
  padding: 0.4vw 0;
  background: #fff;
}
@media only screen and (min-width: 767px) {
  .maker-ui__content-item {
    width: 78px;
    height: 78px;
    padding: 3px 0;
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .maker-ui__content-item:hover {
    opacity: 0.5;
  }
}
.maker-ui__content-item.js--current::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 0.5333333333vw);
  height: calc(100% - 0.5333333333vw);
  border: 0.5333333333vw solid;
  border-image: linear-gradient(to bottom, #228dd4, #52b2f2) 1;
  opacity: 0.5;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .maker-ui__content-item.js--current::before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-width: 2px;
  }
}
.maker-ui__content-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.maker-ui__content-card {
  padding: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-ui__content-card {
    padding: 2px;
  }
}
.maker-ui__content-card::before {
  width: 100% !important;
  height: 100% !important;
}
.maker-terms {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.3333333333vw;
  font-size: 2.6666666667vw;
  color: #666666;
}
@media only screen and (min-width: 767px) {
  .maker-terms {
    margin-top: 20px;
    font-size: 10px;
  }
}
.maker-terms:has(input:checked) + .maker-create.js--selected {
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  .maker-terms:has(input:checked) + .maker-create.js--selected {
    transition: transform 400ms;
  }
  .maker-terms:has(input:checked) + .maker-create.js--selected:hover {
    transform: scale(0.95);
  }
}
.maker-terms input {
  display: none;
}
.maker-terms input:checked + label {
  background: #228dd4;
  border: none;
}
.maker-terms input:checked + label::before {
  content: "";
  display: block;
  width: 2.8vw;
  height: 1.8666666667vw;
  background: url("../data/webp/maker/icon_check.png.webp") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .maker-terms input:checked + label::before {
    width: 9px;
    height: 6px;
  }
}
.maker-terms__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  border-radius: 1.0666666667vw;
  margin: 0 2.1333333333vw 0 0;
  background: #f0f0f0;
  border: 0.2666666667vw solid #808080;
  top: 0.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-terms__label {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    margin: 0 6px 0 0;
    top: 2px;
    border-width: 1px;
  }
}
.maker-terms__link {
  position: relative;
  color: #228dd4;
}
.maker-terms__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2666666667vw;
  left: 0;
  bottom: -0.2666666667vw;
  background: #a9cbea;
}
@media only screen and (min-width: 767px) {
  .maker-terms__link::after {
    height: 1px;
    bottom: -2px;
    transition: opacity 0.4s;
  }
}
@media only screen and (min-width: 767px) {
  .maker-terms__link {
    cursor: pointer;
  }
  .maker-terms__link:hover::after {
    opacity: 0;
  }
}
.maker-create {
  pointer-events: none;
  opacity: 0.5;
}

.maker-canvas {
  width: 78.6666666667vw;
  height: 78.6666666667vw;
  margin: 0 auto 0;
  transform: scale(0.5);
  transform-origin: 0 0;
}
@media only screen and (min-width: 767px) {
  .maker-canvas {
    width: 310px;
    height: 310px;
    margin: 0;
  }
}
.maker-canvas canvas {
  border: 0.2666666667vw solid #dff1fc;
}
@media only screen and (min-width: 767px) {
  .maker-canvas canvas {
    border: 2px solid #dff1fc;
  }
}

.maker-detail {
  animation: detail-hide 300ms;
  animation-fill-mode: forwards;
  pointer-events: none;
  z-index: 4;
  color: #228dd4;
}
@media only screen and (min-width: 767px) {
  .maker-detail .common-window__wrap:has(.maker-detail__howto.js--current) {
    width: 380px;
  }
  .maker-detail .common-window__wrap:has(.maker-detail__howto.js--current) .common-window__bg-top {
    height: 20px;
    background-image: url(../data/webp/maker/howto/bg_window_top.png.webp);
  }
  .maker-detail .common-window__wrap:has(.maker-detail__howto.js--current) .common-window__bg-repeat {
    top: 20px;
    height: calc(100% - 40px);
    background-image: url(../data/webp/maker/howto/bg_window_repeat.png.webp);
  }
  .maker-detail .common-window__wrap:has(.maker-detail__howto.js--current) .common-window__bg-bottom {
    height: 20px;
    background-image: url(../data/webp/maker/howto/bg_window_bottom.png.webp);
  }
  .maker-detail .common-window__wrap:has(.maker-detail__howto.js--current) .common-window__inner {
    margin: 9px 10px;
  }
}
@media only screen and (min-width: 767px) {
  .maker-detail .common-window__wrap:has(.maker-detail__howto.js--current) .maker-detail__border {
    width: 332px;
    height: 12px;
    margin-top: 10px;
    background-image: url("../data/webp/maker/howto/bg_deco_pc.png.webp");
  }
}
.maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) {
  height: auto;
}
@media only screen and (min-width: 767px) {
  .maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) {
    width: 570px;
  }
  .maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) .common-window__bg-top {
    height: 20px;
    background-image: url(../data/webp/maker/terms/bg_window_top.png.webp);
  }
  .maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) .common-window__bg-repeat {
    top: 20px;
    height: calc(100% - 40px);
    background-image: url(../data/webp/maker/terms/bg_window_repeat.png.webp);
  }
  .maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) .common-window__bg-bottom {
    height: 20px;
    background-image: url(../data/webp/maker/terms/bg_window_bottom.png.webp);
  }
  .maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) .common-window__inner {
    margin: 9px 10px;
  }
}
@media only screen and (min-width: 767px) {
  .maker-detail .common-window__wrap:has(.maker-detail__terms.js--current) .maker-detail__border {
    width: 480px;
    height: 12px;
    margin-top: 10px;
    background-image: url("../data/webp/maker/terms/bg_deco_pc.png.webp");
  }
}
.maker-detail .common-window__data::after {
  display: none;
}
.maker-detail .common-window__inner {
  padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail .common-window__inner {
    padding: 24px 22px 24px;
  }
}
.maker-detail.js--show {
  opacity: 0;
  display: block;
  pointer-events: auto;
  animation: detail-show 300ms;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 767px) {
  .maker-detail__frame {
    position: fixed;
    width: 327px;
    height: 24px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: url("../data/webp/maker/frame.png.webp") no-repeat center;
    background-size: 100% auto;
    z-index: 5;
  }
}
@media only screen and (min-width: 767px) {
  .maker-detail__frame-top {
    top: 2px;
  }
}
@media only screen and (min-width: 767px) {
  .maker-detail__frame-bottom {
    bottom: 2px;
    transform: translate3d(-50%, 0, 0) scale(1, -1);
  }
}
.maker-detail__item {
  display: none;
}
.maker-detail__item.js--current {
  display: block;
}
.maker-detail__term {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term {
    margin-top: 26px;
    font-size: 12px;
    line-height: 20px;
  }
}
.maker-detail__term-title {
  display: flex;
  align-items: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: #228dd4;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term-title {
    font-size: 14px;
  }
}
.maker-detail__term-title::before {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 1.0666666667vw;
  background: url("../data/webp/ui/icon_dot.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term-title::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
.maker-detail__term-text {
  margin-top: 1.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term-text {
    margin-top: 10px;
  }
}
.maker-detail__term-section {
  margin-top: 3.2vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term-section {
    margin-top: 23px;
  }
  .maker-detail__term-section:first-of-type {
    margin-top: 0;
  }
}
.maker-detail__term-section:first-of-type {
  margin-top: 0;
}
.maker-detail__term ul {
  margin-top: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term ul {
    margin-top: 13px;
  }
}
.maker-detail__term ul li {
  position: relative;
  padding-left: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term ul li {
    padding-left: 10px;
  }
}
.maker-detail__term ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0vw;
}
.maker-detail__term a {
  position: relative;
  color: #228dd4;
}
.maker-detail__term a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2666666667vw;
  left: 0;
  bottom: -0.2666666667vw;
  background: #a9cbea;
}
@media only screen and (min-width: 767px) {
  .maker-detail__term a::after {
    height: 1px;
    bottom: -2px;
    transition: opacity 400ms;
  }
}
@media only screen and (min-width: 767px) {
  .maker-detail__term a {
    cursor: pointer;
  }
  .maker-detail__term a:hover::after {
    opacity: 0;
  }
}
.maker-detail__close {
  position: fixed;
  width: 12.8vw;
  right: 4vw;
  top: 4vw;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}
.maker-detail__close.js--show {
  opacity: 1;
  pointer-events: auto;
  transition: all 400ms;
}
.maker-detail__close.js--show:hover {
  transform: scale(0.95);
}
@media only screen and (min-width: 767px) {
  .maker-detail__close {
    width: 36px;
    right: 21px;
    top: 21px;
    cursor: pointer;
  }
}
.maker-detail__name-main {
  font-size: 5.3333333333vw;
  line-height: 7.4666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__name-main {
    font-size: 20px;
    line-height: 1.4;
  }
}
.maker-detail__border {
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 82.4vw;
  height: 3.4666666667vw;
  margin-top: 1.3333333333vw;
  background: url("../data/webp/detail/bg_deco_2.png.webp") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 767px) {
  .maker-detail__border {
    width: 332px;
    height: 12px;
    margin-top: 10px;
    background-image: url("../data/webp/detail/bg_deco_2_pc.png.webp");
  }
}
.maker-detail__step {
  margin-top: 4.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__step {
    margin-top: 18px;
  }
}
.maker-detail__step dt {
  display: flex;
  align-items: center;
}
.maker-detail__step dd {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__step dd {
    margin-top: 9px;
  }
}
.maker-detail__step-no {
  display: flex;
  align-items: end;
  width: 16.4vw;
  height: 5.3333333333vw;
  margin: 0 2.1333333333vw 0 0;
  padding: 0.9333333333vw 2.6666666667vw 0.6666666667vw;
  font-size: 2.8vw;
  background: url("../data/webp/maker/howto/bg_steps.png.webp") no-repeat center;
  background-size: 100% auto;
  color: #fff;
  letter-spacing: 0.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__step-no {
    width: 70px;
    height: 23px;
    margin: 0 6px 0 0;
    padding: 0px 11px 3px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.maker-detail__step-no span {
  display: block;
  position: relative;
  top: 0.4vw;
  font-size: 4.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__step-no span {
    top: 2px;
    font-size: 20px;
  }
}
.maker-detail__step-title {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .maker-detail__step-title {
    font-size: 18px;
  }
}
.maker-detail__step-text {
  margin: 2.1333333333vw 0 0 0;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .maker-detail__step-text {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loop_slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loading_opacity {
  0%, 100% {
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
}
.common-bg__circle > span:nth-child(1) {
  animation: rotate 200000ms linear infinite;
}
.common-bg__circle > span:nth-child(2) {
  animation: rotate 150000ms linear infinite reverse;
}
.common-bg__circle > span:nth-child(3) {
  animation: rotate 100000ms linear infinite;
}

.top-mv__list {
  will-change: transform;
  animation: loop_slide 210000ms linear 0s infinite;
}
.top-mv__logo {
  opacity: 0;
  filter: blur(10px);
  transition: 800ms;
}
.top-mv__logo.js-show {
  opacity: 1;
  filter: none;
}

.top-about__text.js-show > span {
  opacity: 1;
  filter: none;
}
.top-about__text > span {
  opacity: 0;
  filter: blur(10px);
  transition: 800ms;
}
.top-about__text > span:nth-child(2) {
  transition-delay: 400ms;
}
.top-about__btn {
  opacity: 0;
  filter: blur(10px);
  transition: 800ms;
}
.top-about__btn.js-show {
  opacity: 1;
  filter: none;
}

.load__inner.js-hide {
  pointer-events: none;
  opacity: 0;
  transition: 400ms;
  overscroll-behavior-y: none;
}
.load__circle > span:nth-child(1) {
  animation: rotate 200000ms linear infinite;
}
.load__circle > span:nth-child(2) {
  animation: rotate 150000ms linear infinite reverse;
}
.load__circle > span:nth-child(3) {
  animation: rotate 100000ms linear infinite;
}
.load__text {
  animation: loading_opacity 2500ms ease-in-out 0ms infinite;
}
/*# sourceMappingURL=../maps/share.css.map */
