@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-orange: #ee6401;
}

@keyframes loop_x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: YakuHanJP, "ibm-plex-sans-jp", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.l-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 1400px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-bg {
    min-width: auto;
  }
}
.l-bg__line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #4d4d4d;
}
.l-bg__line:nth-child(1) {
  top: 0;
  left: 7.1%;
}
@media screen and (max-width: 767px) {
  .l-bg__line:nth-child(1) {
    left: 9.1%;
  }
}
.l-bg__line:nth-child(2) {
  top: 0;
  left: 28.5%;
}
@media screen and (max-width: 767px) {
  .l-bg__line:nth-child(2) {
    left: 36.5%;
  }
}
.l-bg__line:nth-child(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-bg__line:nth-child(3) {
    display: none;
  }
}
.l-bg__line:nth-child(4) {
  top: 0;
  right: 28.5%;
}
@media screen and (max-width: 767px) {
  .l-bg__line:nth-child(4) {
    right: 36.5%;
  }
}
.l-bg__line:nth-child(5) {
  top: 0;
  right: 7.1%;
}
@media screen and (max-width: 767px) {
  .l-bg__line:nth-child(5) {
    right: 9.1%;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  z-index: 1;
}
.is-load .l-wrap::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}

.l-content {
  flex-grow: 1;
  position: relative;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-bottom: 10rem;
  }
}

.l-footer {
  background-color: #1e1e1e;
  padding: 100px 5% 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 5% 62px;
  }
}
.l-footer__official {
  margin: 0 auto;
  margin-bottom: 4.1rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__official {
    width: 17.4rem;
    margin-bottom: 23px;
  }
}
.l-footer__official a {
  display: block;
}
@media (hover: hover) {
  .l-footer__official a {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__official a:hover {
    transform: scale(0.97);
    opacity: 0.7;
  }
}
.l-footer__anilink {
  display: flex;
  justify-content: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .l-footer__anilink {
    margin-bottom: 22px;
  }
}
.l-footer__anilink-item {
  position: relative;
  font-size: 14px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .l-footer__anilink-item {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.l-footer__anilink-item + .l-footer__anilink-item {
  padding-left: 2.3rem;
  margin-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__anilink-item + .l-footer__anilink-item {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
.l-footer__anilink-item + .l-footer__anilink-item::before {
  content: "";
  height: 90%;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
.l-footer__anilink-item a {
  text-decoration: none;
  color: var(--color-white);
  display: block;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__anilink-item a:hover {
    color: var(--color-orange);
  }
}
.l-footer__text {
  line-height: 1.6;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    letter-spacing: 1px;
    font-size: 0.8rem;
    line-height: 1.8;
    margin-bottom: 1.7rem;
  }
}
.l-footer__copy {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-bottom: 28px;
  }
}
.l-footer__sns-label {
  text-align: left;
  flex-shrink: 0;
  margin-right: 5rem;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-label {
    line-height: 1.3;
    letter-spacing: 0.8px;
    font-size: 0.9rem;
    margin-right: 3.6rem;
  }
}
.l-footer__sns-list {
  display: flex;
  align-items: center;
}
.l-footer__sns-list-item {
  position: relative;
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list-item {
    width: 2.5rem;
  }
}
.l-footer__sns-list-item + .l-footer__sns-list-item {
  margin-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list-item + .l-footer__sns-list-item {
    margin-left: 3rem;
  }
}
.l-footer__sns-list-item a {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .l-footer__sns-list-item a:hover svg {
    fill: var(--color-orange);
  }
}
.l-footer__sns-list-item svg {
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  fill: var(--color-white);
}
.l-footer__bnr {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    margin-bottom: 40px;
  }
}
.l-footer__bnr-list {
  margin: 0 auto;
  width: 90%;
  max-width: 765px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr-list {
    width: 77%;
    display: block;
  }
}
.l-footer__bnr-list-item {
  width: 48.5%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr-list-item {
    width: 100%;
    margin-right: 0;
  }
  .l-footer__bnr-list-item + .l-footer__bnr-list-item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bnr-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.l-footer__bnr-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__bnr-list-item a {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__bnr-list-item a:hover {
    transform: scale(0.97);
    opacity: 0.7;
  }
}

.p-hero {
  padding: 9.5% 0 0;
  margin-bottom: 9.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-hero {
    margin-bottom: 5.6rem;
    padding: 37.6% 0 0;
  }
}
.p-hero__logo {
  margin: 0 auto;
  width: 48.5%;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.is-load .p-hero__logo {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
  transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
  transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.2s, -webkit-clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 86%;
  }
}
.p-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: scale(1.15);
}
.is-load .p-hero__deco {
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__deco-item {
  width: 48.2%;
}
@media screen and (max-width: 767px) {
  .p-hero__deco-item {
    width: 50%;
  }
}

.p-info {
  position: relative;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-bottom: 5.9rem;
  }
}
.p-info__bg {
  position: absolute;
  bottom: -8%;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-info__bg {
    bottom: 32%;
  }
}
.p-info__bg-item {
  flex-shrink: 0;
  width: 1600px;
  animation: loop_x 30s linear infinite forwards;
}
@media screen and (max-width: 767px) {
  .p-info__bg-item {
    width: 800px;
  }
}
.p-info__inner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 700px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    width: 90%;
  }
}
.p-info__text {
  font-size: 1.7rem;
  line-height: 1.75;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-info__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-info__text:nth-child(1) {
  transition-delay: 0.4s;
}
.is-load .p-info__text:nth-child(2) {
  transition-delay: 0.53s;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    line-height: 1.85;
  }
}
.p-info__text + .p-info__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-info__text + .p-info__text {
    margin-top: 3.8rem;
  }
}
.p-info__step {
  margin-top: 8.4rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-info__step {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-info__step {
    margin-top: 5.1rem;
  }
}
.p-info__step-ttl {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-info__step-ttl {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}
.p-info__step-list-item {
  border-top: 1px solid #4d4d4d;
  text-align: left;
  padding: 2.5rem 5rem 2.2rem 8.5rem;
  display: flex;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-info__step-list-item {
    line-height: 1.8;
    padding: 1.6rem 0 1.3rem;
  }
}
.p-info__step-list-item:last-of-type {
  border-bottom: 1px solid #4d4d4d;
}
.p-info__step-list-label {
  flex-shrink: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  width: 10rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-info__step-list-label {
    padding-top: 0.2rem;
    width: 7.5rem;
    font-size: 1.7rem;
  }
}
.p-info__step-list-text {
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-info__step-list-text {
    font-size: 1.3rem;
  }
}

.p-maker {
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-maker {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-maker__bg {
  position: absolute;
  top: calc(50% - 14rem);
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: nowrap;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-maker__bg {
    top: 0;
    transform: translateY(-32%);
  }
}
.p-maker__bg-item {
  flex-shrink: 0;
  width: 1600px;
  animation: loop_x 30s linear infinite forwards;
}
@media screen and (max-width: 767px) {
  .p-maker__bg-item {
    width: 1750px;
  }
}
.p-maker__back {
  margin-top: 45px;
}
.p-maker__back a {
  width: 20rem;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  padding: 13px 0 12px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-maker__back a:hover {
    color: var(--color-orange);
    border-color: var(--color-orange);
    transform: scale(0.97);
  }
}
@media screen and (max-width: 767px) {
  .p-maker__back a {
    padding: 9px 0 8px;
    width: 15rem;
  }
}
.p-maker__back-main {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-maker__back-main {
    font-size: 1.2rem;
  }
}
.p-maker__back-en {
  font-size: 1.1rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-maker__back-en {
    font-size: 0.8rem;
  }
}
.p-maker__main {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
  padding-left: 1.5%;
}
@media screen and (max-width: 767px) {
  .p-maker__main {
    padding-left: 0;
    display: block;
  }
}
.p-maker__main-base {
  width: 85%;
  flex-shrink: 0;
  padding-top: 44.7%;
  background-color: gray;
}
@media screen and (max-width: 767px) {
  .p-maker__main-base {
    margin: 0 auto;
    width: 100%;
    padding-top: 52%;
  }
}

.p-maker__main-base svg{
  border: solid 1px #777;
}
.p-maker__main-ui {
  flex-grow: 1;
  padding-left: 3.3%;
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0;
    width: 98.5%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui-list {
    width: 63%;
    flex-shrink: 0;
    display: flex;
  }
}
.p-maker__main-ui-item {
  background-color: var(--color-orange);
  position: relative;
  width: 100%;
  padding-top: 41%;
  border-radius: 5px;
  cursor: pointer;
}
.p-maker__main-ui-item.is-disable {
  pointer-events: none;
  opacity: 0.7;
}
@media (hover: hover) {
  .p-maker__main-ui-item {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-maker__main-ui-item:hover {
    opacity: 0.9;
    transform: scale(0.97);
  }
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui-item {
    width: 47.8%;
    padding-top: 22%;
    padding-top: 19.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-maker__main-ui-item + .p-maker__main-ui-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui-item + .p-maker__main-ui-item {
    margin-left: 4%;
  }
}
.p-maker__main-ui-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  padding-left: 1.3rem;
}
.p-maker__main-ui .p-in_icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui .p-in_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-maker__main-ui .p-in_text {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui .p-in_text {
    font-size: 1rem;
  }
}
.p-maker__main-ui .p-in_text .is-en {
  font-size: 0.9rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui .p-in_text .is-en {
    letter-spacing: 0.5px;
    font-size: 0.8rem;
  }
}
.p-maker__main-ui-frame {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 76%;
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui-frame {
    width: calc(100% - 0.9rem);
    height: calc(100% - 0.9rem);
  }
}
.p-maker__main-ui-frame .p-in_corner {
  position: absolute;
  width: 7%;
  padding-top: 7%;
  background: url(../img/btn_corner.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-maker__main-ui-frame .p-in_corner {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-maker__main-ui-frame .p-in_corner:nth-child(1) {
  top: 0;
  left: 0;
}
.p-maker__main-ui-frame .p-in_corner:nth-child(2) {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.p-maker__main-ui-frame .p-in_corner:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.p-maker__main-ui-frame .p-in_corner:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.p-maker__main-dust {
  background-color: var(--color-orange);
  width: 45%;
  padding-top: 45%;
  margin-top: 1rem;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-maker__main-dust {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-maker__main-dust:hover {
    opacity: 0.9;
    transform: scale(0.97);
  }
}
@media screen and (max-width: 767px) {
  .p-maker__main-dust {
    width: 9%;
    padding-top: 9%;
    margin-top: 0;
    height: 0;
    margin-right: 2.8%;
  }
}
.p-maker__main-dust-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}
.p-maker__btn {
  margin: 0 auto;
  margin-top: 2.2rem;
  width: 34.5rem;
  background-color: var(--color-orange);
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.p-maker__btn.is-disable {
  pointer-events: none;
  opacity: 0.7;
}
@media (hover: hover) {
  .p-maker__btn {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-maker__btn:hover {
    opacity: 0.9;
    transform: scale(0.97);
  }
}
.p-maker__btn.-back {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-maker__btn {
    margin-top: 2rem;
    width: 26rem;
  }
}
.p-maker__btn-frame {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}
@media screen and (max-width: 767px) {
  .p-maker__btn-frame {
    width: calc(100% - 0.9rem);
    height: calc(100% - 0.9rem);
  }
}
.p-maker__btn-frame .p-in_corner {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-mask: url(../img/btn_corner.svg) no-repeat center center;
  mask: url(../img/btn_corner.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color-white);
}
.-back .p-maker__btn-frame .p-in_corner {
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-maker__btn-frame .p-in_corner {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-maker__btn-frame .p-in_corner:nth-child(1) {
  top: 0;
  left: 0;
}
.p-maker__btn-frame .p-in_corner:nth-child(2) {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.p-maker__btn-frame .p-in_corner:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.p-maker__btn-frame .p-in_corner:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.p-maker__btn-inner {
  display: block;
  text-decoration: none;
  padding: 2rem 0 1.4rem;
  color: var(--color-white);
}
.-back .p-maker__btn-inner {
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-maker__btn-inner {
    padding: 1.5rem 0 1.1rem;
  }
}
.p-maker__btn-main {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-maker__btn-main {
    font-size: 1.2rem;
  }
}
.p-maker__btn-en {
  font-size: 1.2rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-maker__btn-en {
    font-size: 0.9rem;
    margin-top: 2px;
  }
}

.p-maker_ui {
  margin: 0 auto;
  margin-top: 40px;
  width: 90%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .p-maker_ui {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-maker_ui__main {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-maker_ui__main-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0 4%;
  }
}
.p-maker_ui__main-list-frame {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.9rem);
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-frame {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.5rem);
  }
}
.p-maker_ui__main-list-frame .p-in_corner {
  position: absolute;
  width: 5%;
  padding-top: 5%;
  background: url(../img/btn_corner.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-frame .p-in_corner {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.p-maker_ui__main-list-frame .p-in_corner:nth-child(1) {
  top: 0;
  left: 0;
}
.p-maker_ui__main-list-frame .p-in_corner:nth-child(2) {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.p-maker_ui__main-list-frame .p-in_corner:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.p-maker_ui__main-list-frame .p-in_corner:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.p-maker_ui__main-list-item {
  position: relative;
  background-color: var(--color-orange);
  padding: 1rem 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
}
.p-maker_ui__main-list-item.is-disable {
  pointer-events: none;
  opacity: 0.7;
}
@media (hover: hover) {
  .p-maker_ui__main-list-item {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-maker_ui__main-list-item:hover {
    opacity: 0.9;
    transform: scale(0.97);
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-item {
    padding: 0.9rem 0.5rem 0.8rem;
    flex-shrink: 0;
    width: 15.7rem;
  }
  .p-maker_ui__main-list-item + .p-maker_ui__main-list-item {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-maker_ui__main-list-item + .p-maker_ui__main-list-item {
    margin-left: 1rem;
  }
}
.p-maker_ui__main-list-item.is-current {
  pointer-events: none;
  background-color: var(--color-white);
}
.p-maker_ui__main-list-inner {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-inner {
    padding: 0px 0.8rem;
  }
}
.p-maker_ui__main-list-icon {
  flex-shrink: 0;
  width: 36%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-icon {
    width: 37%;
    margin-right: 6%;
  }
}
.p-maker_ui__main-list-text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-text {
    font-size: 1.05rem;
  }
}
.is-current .p-maker_ui__main-list-text {
  color: var(--color-black);
}
.p-maker_ui__main-list-text .p-in_main.-not {
  font-family: "Noto Sans JP", sans-serif;
}
.p-maker_ui__main-list-text .p-in_en {
  font-size: 1.1rem;
  margin-top: 1px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__main-list-text .p-in_en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__sub {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__sub [data-sub-tab=scenecuts] {
    background-color: var(--color-white);
    text-align: center;
    border-radius: 5px;
  }
}
.p-maker_ui__sub-head {
  position: relative;
  color: var(--color-black);
  font-weight: 700;
  position: relative;
  padding: 1.7rem 3.7rem 1.5rem;
  font-size: 1.7rem;
  cursor: pointer;
}
.p-maker_ui__sub-head-icon {
  position: absolute;
  top: 44%;
  right: 1.9rem;
  width: 1.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-maker_ui__sub-content {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .p-maker_ui__sub-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__sub-list {
    margin: 0 auto;
    width: 90%;
  }
}
.p-maker_ui__sub-list-item {
  position: relative;
  background-color: var(--color-orange);
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .p-maker_ui__sub-list-item.is-current {
    pointer-events: none;
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__sub-list-item {
    padding: 15px 0;
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid var(--color-black);
  }
}
.p-maker_ui__sub-list-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-maker_ui__sub-list-item.is-current .p-maker_ui__sub-list-text {
    color: var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__sub-list-text {
    font-size: 1.4rem;
    color: var(--color-black);
    font-weight: 400;
  }
}
.p-maker_ui__sub-box {
  display: none;
}
.p-maker_ui__sub-box.is-current {
  display: block;
}
.p-maker_ui__lists {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__lists {
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
  }
}
.p-maker_ui__lists-box {
  background-color: var(--color-white);
  padding: 3rem 3.3rem 2.4rem;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-maker_ui__lists-box {
    padding: 1rem 1.1rem 0.6rem;
  }
}
.p-maker_ui__lists-box.is-current {
  display: block;
}
.p-maker_ui__lists-list {
  display: flex;
  flex-wrap: wrap;
}
[data-list-content=scenecuts] .p-maker_ui__lists-list {
  display: none;
}
/*
.p-maker_ui__lists-list + .p-maker_ui__lists-list {
  margin-top: 2.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-black);
}
*/
@media screen and (max-width: 767px) {
  .p-maker_ui__lists-list + .p-maker_ui__lists-list {
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
}
[data-list-content=scenecuts] .p-maker_ui__lists-list + .p-maker_ui__lists-list {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.p-maker_ui__lists-list.is-current {
  display: flex;
}
.p-maker_ui__lists-list-item {
  width: 12%;
  position: relative;
  cursor: pointer;
}
.-color .p-maker_ui__lists-list-item {
  width: 6.14%;
  border: 2px solid var(--color-black);
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .-color .p-maker_ui__lists-list-item {
    width: 10%;
    border-width: 1px;
  }
}
.p-maker_ui__lists-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
}
.p-maker_ui__lists-list-item.is-current {
  pointer-events: none;
}
.p-maker_ui__lists-list-item.is-current::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-maker_ui__lists-list-item {
    margin-right: 0.56%;
    margin-bottom: 0.5%;
  }
  .p-maker_ui__lists-list-item:nth-child(8n) {
    margin-right: 0;
  }
  .-color .p-maker_ui__lists-list-item:nth-child(8n) {
    margin-right: 0.56%;
  }
  .-color .p-maker_ui__lists-list-item:nth-child(15n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-maker_ui__lists-list-item {
    width: 24%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
  }
  .p-maker_ui__lists-list-item:nth-child(4n) {
    margin-right: 0;
  }
  .-color .p-maker_ui__lists-list-item:nth-child(4n) {
    margin-right: 1.2%;
  }
  .-color .p-maker_ui__lists-list-item:nth-child(9n) {
    margin-right: 0;
  }
}
.p-maker_ui__lists-list-item img {
  height: 100%;
}
.p-maker_ui__lists-list-color {
  width: 100%;
  padding-top: 100%;
}
.p-maker_ui__lists-list-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.-color .p-maker_ui__lists-list-frame {
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
}
.p-maker_ui__lists-list-item.is-current .p-maker_ui__lists-list-frame {
  opacity: 1;
}
.p-maker_ui__lists-list-frame .p-in_corner {
  position: absolute;
  width: 0.7rem;
  padding-top: 0.7rem;
  -webkit-mask: url(../img/btn_corner.svg) no-repeat center center;
  mask: url(../img/btn_corner.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color-black);
}
.p-maker_ui__lists-list-frame .p-in_corner:nth-child(1) {
  top: 0;
  left: 0;
}
.p-maker_ui__lists-list-frame .p-in_corner:nth-child(2) {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.p-maker_ui__lists-list-frame .p-in_corner:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.p-maker_ui__lists-list-frame .p-in_corner:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}

.p-make_check {
  position: relative;
  margin: 0 auto;
  width: 80rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-make_check {
    margin-top: -3.9%;
    width: 90%;
  }
}
.p-make_check__text {
  line-height: 1.4;
  margin-bottom: 4.5rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-make_check__text {
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: 1.7rem;
  }
}
.p-make_check__text .is-small {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-make_check__text .is-small {
    margin-top: 0.8rem;
    font-size: 1.35rem;
  }
}
.p-make_check__btns {
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  width: 88%;
}
@media screen and (max-width: 767px) {
  .p-make_check__btns {
    flex-direction: column-reverse;
    margin-top: 30px;
    width: 77%;
  }
}
.p-make_check__btns-item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-make_check__btns-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-make_check__btns-item + .p-make_check__btns-item {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-make_check__btns-item + .p-make_check__btns-item {
    margin-bottom: 1rem;
  }
}
.p-make_check__btns-item .p-maker__btn {
  margin-top: 0;
  width: 100%;
}

.p-attention {
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  margin: 0 auto;
  margin-top: 8.4rem;
  width: 90%;
  max-width: 1100px;
  border-radius: 5px;
  padding: 4.6rem 10.5rem 6.2rem;
  transform: translateY(35px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-attention {
    padding: 3.6rem 2rem 4rem;
    margin-top: 6rem;
  }
}
.is-load .p-attention {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-attention__ttl {
  text-align: center;
  color: var(--color-orange);
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-attention__ttl {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.p-attention__list-item {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-attention__list-item {
    line-height: 1.83;
    font-size: 1.1rem;
  }
}

.p-maker__main-copy{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 30%;
}