:root {
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
}

h2,
h3 {
  font-weight: 400;
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff6f6;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.c-slide .-color01,
.p-in-palette .-color01 {
  background-color: #ffffff;
}

.c-slide .-color02,
.p-in-palette .-color02 {
  background-color: #bfc1be;
}

.c-slide .-color03,
.p-in-palette .-color03 {
  background-color: #535353;
}

.c-slide .-color04,
.p-in-palette .-color04 {
  background-color: #000000;
}

.c-slide .-color05,
.p-in-palette .-color05 {
  background-color: #522e1f;
}

.c-slide .-color06,
.p-in-palette .-color06 {
  background-color: #965044;
}

.c-slide .-color07,
.p-in-palette .-color07 {
  background-color: #feddbe;
}

.c-slide .-color08,
.p-in-palette .-color08 {
  background-color: #fefbea;
}

.c-slide .-color09,
.p-in-palette .-color09 {
  background-color: #fea6af;
}

.c-slide .-color10,
.p-in-palette .-color10 {
  background-color: #e70012;
}

.c-slide .-color11,
.p-in-palette .-color11 {
  background-color: #fe560d;
}

.c-slide .-color12,
.p-in-palette .-color12 {
  background-color: #ff8611;
}

.c-slide .-color13,
.p-in-palette .-color13 {
  background-color: #ddac1f;
}

.c-slide .-color14,
.p-in-palette .-color14 {
  background-color: #ffce10;
}

.c-slide .-color15,
.p-in-palette .-color15 {
  background-color: #ffcf11;
}

.c-slide .-color16,
.p-in-palette .-color16 {
  background-color: #fff001;
}

.c-slide .-color17,
.p-in-palette .-color17 {
  background-color: #c2d903;
}

.c-slide .-color18,
.p-in-palette .-color18 {
  background-color: #21ac39;
}

.c-slide .-color19,
.p-in-palette .-color19 {
  background-color: #00572d;
}

.c-slide .-color20,
.p-in-palette .-color20 {
  background-color: #0dcb81;
}

.c-slide .-color21,
.p-in-palette .-color21 {
  background-color: #09a598;
}

.c-slide .-color22,
.p-in-palette .-color22 {
  background-color: #10b1e0;
}

.c-slide .-color23,
.p-in-palette .-color23 {
  background-color: #0370e9;
}

.c-slide .-color24,
.p-in-palette .-color24 {
  background-color: #4b6bb3;
}

.c-slide .-color25,
.p-in-palette .-color25 {
  background-color: #146082;
}

.c-slide .-color26,
.p-in-palette .-color26 {
  background-color: #3633be;
}

.c-slide .-color27,
.p-in-palette .-color27 {
  background-color: #5f1986;
}

.c-slide .-color28,
.p-in-palette .-color28 {
  background-color: #e5007f;
}

@keyframes pyoko {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes pyoko2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ====================
common
 ==================== */
.c-slide {
  width: 100%;
  height: 100%;
}

.c-slide__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.c-slide__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}

@media screen and (max-width: 900px) {
  .-bg-color .c-slide__wrapper,
  .-text .c-slide__wrapper,
  .-parts .c-slide__wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.c-slide__item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 29%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .c-slide__item {
    width: 53%;
  }
}
.-chara .c-slide__item {
  width: 18%;
}

@media screen and (max-width: 900px) {
  .-chara .c-slide__item {
    width: 30%;
  }
}
.-scene .c-slide__item {
  width: 24%;
}

@media screen and (max-width: 900px) {
  .-scene .c-slide__item {
    width: 40%;
  }
}
.-rc .c-slide__item {
  width: 18%;
}

@media screen and (max-width: 900px) {
  .-rc .c-slide__item {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .c-slide__item::after {
    width: 20px;
    height: 20px;
  }
}
.-bg-color .c-slide__item::after,
.-text .c-slide__item::after,
.-parts .c-slide__item::after {
  width: 23px;
  height: 23px;
}

.c-slide__item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-slide__item.is-current::after {
  opacity: 1;
}

.c-slide__button-bg {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../img/icon_btn.svg) no-repeat center/contain;
  transition: transform 0.4s var(--ease-main);
}

.c-slide__button-prev,
.c-slide__button-next {
  position: absolute;
  cursor: auto;
  /* width: 100%; */
  top: 50%;
  left: 0%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .-visual .c-slide__button-prev,
  .-visual .c-slide__button-next {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .c-slide__button-prev:hover .c-slide__button-bg,
  .c-slide__button-next:hover .c-slide__button-bg {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 900px) {
  .c-slide__button-prev,
  .c-slide__button-next {
    width: 12px;
    border-radius: 5px;
  }
}
.c-slide__button-prev {
  background-size: 20px auto;
  transform: rotate(180deg);
  transform-origin: 50% 25%;
}

@media screen and (max-width: 900px) {
  .c-slide__button-prev {
    left: 20px;
  }
}
.c-slide__button-next {
  left: auto;
  right: 0;
  background-size: 20px auto;
}

@media screen and (max-width: 900px) {
  .c-slide__button-next {
    right: 20px;
  }
}
.c-btn {
  position: relative;
}

.c-btn__text {
  color: #ffffff;
  padding: 26px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-size: clamp(21px, 2.1875vw, 33.6px);
  letter-spacing: 1px;
}

@media screen and (max-width: 900px) {
  .c-btn__text {
    border-radius: 5px;
    font-size: 16px;
    font-size: clamp(12px, 4.2666666667vw, 20.8px);
    padding: 14px 20px;
  }
}
@media screen and (min-width: 901px) {
  .c-btn__text:hover {
    animation: pyoko2 0.35s linear 2;
  }
}
.js-scroll {
  opacity: 0;
  transform: translateY(30px);
}
.js-scroll.is-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}

@media screen and (max-width: 900px) {
  .js-scroll {
    transform: translateY(15px);
  }
}
/* ====================
lead
 ==================== */
.p-maker-lead {
  opacity: 0;
  transform: translateY(20px);
}

.is-op .p-maker-lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}

.is-op-skip .p-maker-lead {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}

@media screen and (max-width: 900px) {
  .p-maker-lead {
    width: 90%;
    margin: 0 auto;
  }
}
.p-maker-lead__text {
  color: #562e36;
  text-align: center;
  line-height: 1.7;
  font-size: 20px;
  font-size: clamp(15px, 1.6625vw, 24px);
  letter-spacing: -1px;
}

@media screen and (max-width: 900px) {
  .p-maker-lead__text {
    font-size: 19px;
    font-size: clamp(14.25px, 2.5333333333vw, 22.8px);
    line-height: 1.6;
  }
}
/* ====================
generator
 ==================== */
.p-maker-gene {
  position: relative;
}

.p-maker-gene__inner {
  width: 67.2%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 900px) {
  .p-maker-gene__inner {
    min-width: 820px;
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__inner {
    width: 90%;
    max-width: 600px;
  }
}
.p-maker-gene__outer {
  position: relative;
  padding: 21px 16px;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__outer {
    padding: 10px 16px;
    border-radius: 5px;
  }
}
.-bg-color .p-maker-gene__outer {
  padding: 2px 2px;
}

.-text .p-maker-gene__outer {
  border: none;
  background-color: transparent;
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.-text .p-maker-gene__outer .p-maker-gene__detail {
  display: block;
  width: 100%;
  margin-top: 16px;
}

@media screen and (max-width: 900px) {
  .-text .p-maker-gene__outer {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .-text .p-maker-gene__outer .p-maker-gene__detail {
    margin-top: 5px;
  }
}
.-parts .p-maker-gene__outer {
  border: none;
  background-color: transparent;
  padding: 0;
  justify-content: space-between;
}
.-parts .p-maker-gene__outer .p-maker-gene__detail {
  display: block;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .-parts .p-maker-gene__outer .p-maker-gene__detail {
    margin-top: 0px;
  }
}
@media screen and (min-width: 900px) {
  [data-category=cut] {
    justify-content: center;
  }
}

.p-maker-gene__contents-list {
  position: relative;
}

.p-maker-gene__contents-item {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0;
  pointer-events: none;
  width: 100%;
}
.p-maker-gene__contents-item.is-current {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.p-maker-gene__contents-item.-cut, .p-maker-gene__contents-item.-cut_02 {
  display: block;
  padding: 0 80px;
  width: 100%;
}
.p-maker-gene__contents-item.-rc {
  padding: 0 80px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc {
    padding: 0 40px;
  }
}
.p-maker-gene__contents-item.-chara {
  padding: 0 80px;
}
.p-maker-gene__contents-item.-chara::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-chara::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg {
  opacity: 0.1;
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item {
  position: absolute;
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
  width: calc(100% - 10px);
  height: calc(100% - 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/select_bg_02.png) repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
    width: calc(100% - 10px);
    height: calc(100% - 100px);
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item {
  position: absolute;
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
    height: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  transform: rotate(180deg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-chara .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
    height: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-scene {
  padding: 0 80px;
}
.p-maker-gene__contents-item.-scene::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-scene::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg {
  opacity: 0.1;
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item {
  position: absolute;
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
  width: calc(100% - 10px);
  height: calc(100% - 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/select_bg_02.png) repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
    width: calc(100% - 10px);
    height: calc(100% - 100px);
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item {
  position: absolute;
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
    height: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  transform: rotate(180deg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-scene .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual {
    padding: 0 40px;
  }
}
.p-maker-gene__contents-item.-visual::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-visual::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg {
  opacity: 0.1;
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item {
  position: absolute;
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
  width: calc(100% - 10px);
  height: calc(100% - 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/select_bg_02.png) repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
    width: calc(100% - 10px);
    height: calc(100% - 100px);
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item {
  position: absolute;
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
    height: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  transform: rotate(180deg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-visual .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
    height: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-rc::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-rc::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg {
  opacity: 0.1;
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item {
  position: absolute;
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(1) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
  width: calc(100% - 10px);
  height: calc(100% - 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/select_bg_02.png) repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(2) {
    width: calc(100% - 10px);
    height: calc(100% - 100px);
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-bg .p-in-main-item:nth-of-type(3) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item {
  position: absolute;
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(1) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
  width: calc(100% - 100px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(2) {
    width: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(3) {
    height: calc(100% - 50px);
  }
}
.p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
  width: 100px;
  height: calc(100% - 100px);
  background: url(../img/select_main_line_03.png) repeat-y left/contain;
  transform: rotate(180deg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__contents-item.-rc .p-maker-gene__contents-item-border .p-in-item:nth-of-type(4) {
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__contents-item.-cut {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__contents-item.-cut_02 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__contents-item.-chara {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__contents-item.-scene {
    padding: 0 40px;
  }
}
.p-maker-gene__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-maker-gene__wrap.-top {
  margin-bottom: 2%;
  padding-top: 77px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__wrap.-top {
    padding-top: 27.8%;
  }
}
.p-maker-gene__wrap.-bottom {
  display: block;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__wrap {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__wrap.-top {
    margin-bottom: 3%;
  }
}
.p-maker-gene__stage {
  background: #ffffff;
  position: relative;
  width: 63.2%;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__stage {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-maker-gene__stage-trash {
  position: absolute;
  top: 1.4%;
  right: 1.8%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .p-maker-gene__stage-trash:hover {
    transform: scale(0.96);
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__stage-trash {
    width: 9%;
  }
}
.p-maker-gene__selector {
  width: 32.2%;
  position: relative;
}
.p-maker-gene__selector::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__selector::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  background: url(../img/select_main_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector::after {
    width: 50px;
    height: 50px;
  }
}

.p-maker-gene__selector-bg {
  opacity: 0.1;
}
.p-maker-gene__selector-bg::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-bg::before {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__selector-bg::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
  background: url(../img/select_bg_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-bg::after {
    width: 50px;
    height: 50px;
  }
}
.p-maker-gene__selector-bg .p-in-main-item {
  position: absolute;
}
.p-maker-gene__selector-bg .p-in-main-item:nth-of-type(1) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-bg .p-in-main-item:nth-of-type(1) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__selector-bg .p-in-main-item:nth-of-type(2) {
  width: calc(100% - 10px);
  height: calc(100% - 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/select_bg_02.png) repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-bg .p-in-main-item:nth-of-type(2) {
    width: calc(100% - 10px);
    height: calc(100% - 100px);
  }
}
.p-maker-gene__selector-bg .p-in-main-item:nth-of-type(3) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_bg_02.png) repeat-x right/contain;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-bg .p-in-main-item:nth-of-type(3) {
    width: calc(100% - 50px);
    height: 50px;
  }
}

.p-maker-gene__selector-border .p-in-item {
  position: absolute;
}
.p-maker-gene__selector-border .p-in-item:nth-of-type(1) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-border .p-in-item:nth-of-type(1) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__selector-border .p-in-item:nth-of-type(2) {
  width: calc(100% - 80px);
  height: 100px;
  background: url(../img/select_main_line_02.png) repeat-x right/contain;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-border .p-in-item:nth-of-type(2) {
    width: calc(100% - 50px);
    height: 50px;
  }
}
.p-maker-gene__selector-border .p-in-item:nth-of-type(3) {
  width: 100px;
  height: calc(100% - 80px);
  background: url(../img/select_main_line_03.png) repeat-y right/contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-border .p-in-item:nth-of-type(3) {
    width: 50px;
    height: calc(100% - 50px);
  }
}
.p-maker-gene__selector-border .p-in-item:nth-of-type(4) {
  width: 100px;
  height: calc(100% - 80px);
  background: url(../img/select_main_line_03.png) repeat-y right/contain;
  transform: rotate(180deg);
  top: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-border .p-in-item:nth-of-type(4) {
    width: 50px;
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__selector {
    width: 100%;
    padding-left: 0;
  }
}
.p-maker-gene__selector-inner {
  padding: 10% 14%;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__selector-inner {
    padding: 3%;
    border-radius: 5px;
  }
}
.p-maker-gene__selector-cancel {
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-cancel {
    margin-bottom: 0;
    width: 34%;
    position: absolute;
    top: -111vw;
    left: 0;
  }
}
.p-maker-gene__selector-cancel .p-in-list {
  display: flex;
  justify-content: space-between;
}
.p-maker-gene__selector-cancel .p-in-item {
  width: 45%;
  position: relative;
  cursor: pointer;
}
.p-maker-gene__selector-cancel .p-in-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(../img/btn_bg_03_sp.png) no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-cancel .p-in-item::before {
    top: 0;
    left: 2px;
  }
}
.p-maker-gene__selector-cancel .p-in-item__text {
  font-size: 14px;
  text-align: center;
  font-size: 20px;
  font-size: clamp(15px, 1.5625vw, 24px);
}
.p-maker-gene__selector-cancel .p-in-item__icon {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 901px) {
  .p-maker-gene__selector-cancel .p-in-item {
    transition: transform 0.3s ease 0s;
  }
  .p-maker-gene__selector-cancel .p-in-item:hover {
    transform: scale(0.96);
    transition: transform 0.3s ease 0s;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__selector-cancel .p-in-item__text {
    font-size: 15px;
    font-size: clamp(11.25px, 2vw, 18px);
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__selector-cancel .p-in-item__icon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__selector-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 91%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.p-maker-gene__selector-item {
  display: flex;
  align-items: center;
  margin-top: 12.5px;
  padding-top: 27.8%;
  position: relative;
  cursor: pointer;
}
.p-maker-gene__selector-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_sp.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-item::before {
    background: url(../img/btn_bg01_sp.png) no-repeat center/contain;
  }
}
.p-maker-gene__selector-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../img/btn_bg_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-item::after {
    top: -2px;
    left: -2px;
    background: url(../img/btn_bg_line_sp.png) no-repeat center/contain;
  }
}
.p-maker-gene__selector-item .p-in-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_sp-2.png) no-repeat center/contain;
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__selector-item .p-in-bg::before {
    background: url(../img/btn_bg_02_sp.png) no-repeat center/contain;
  }
}
.p-maker-gene__selector-item[data-tab=".-visual"] .p-in-text {
  width: 32%;
}
.p-maker-gene__selector-item[data-tab=".-chara"] .p-in-text {
  width: 44%;
}
.p-maker-gene__selector-item[data-tab=".-scene"] .p-in-text {
  width: 38%;
}
.p-maker-gene__selector-item[data-tab=".-rc"] .p-in-text {
  width: 45%;
}
.p-maker-gene__selector-item[data-tab=".-text"] .p-in-text {
  width: 25%;
}
.p-maker-gene__selector-item[data-tab=".-bg-color"] .p-in-text {
  width: 20%;
}
.p-maker-gene__selector-item[data-tab=".-parts"] .p-in-text {
  width: 35%;
}
.p-maker-gene__selector-item .p-in-icon {
  width: 10%;
  position: absolute;
  top: 44%;
  left: 9%;
  transform: translateY(-50%);
}
.p-maker-gene__selector-item .p-in-text {
  margin: 0 auto;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-maker-gene__selector-item.is-current .p-in-bg::before {
  opacity: 1;
}

@media screen and (min-width: 901px) {
  .p-maker-gene__selector-item {
    transition: transform 0.3s ease 0s;
  }
  .p-maker-gene__selector-item:hover {
    transform: scale(0.96);
  }
  .p-maker-gene__selector-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__selector-item {
    width: 49%;
    height: 0;
    padding-top: 10.8%;
    margin-left: 2%;
    margin-top: 5.5px;
  }
  .p-maker-gene__selector-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-maker-gene__selector-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__selector-item .p-in-text {
    font-size: 14px;
    font-size: clamp(10.5px, 3.7333333333vw, 16.8px);
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__selector-item.is-current {
    z-index: 1;
  }
}
.p-maker-gene__palette {
  padding: 24px 82px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__palette {
    padding: 0;
  }
}
.p-maker-gene__palette::before {
  content: "";
  display: block;
  width: 93px;
  height: 93px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/select_main_bg.png) no-repeat center/contain;
  opacity: 0.4;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__palette::before {
    height: 0;
    width: 29%;
    padding-top: 29%;
  }
}
.p-maker-gene__palette::after {
  content: "";
  display: block;
  width: 93px;
  height: 93px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  background: url(../img/select_main_bg.png) no-repeat center/contain;
  opacity: 0.4;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__palette::after {
    height: 0;
    width: 29%;
    padding-top: 29%;
  }
}
.p-maker-gene__palette-bg::before {
  content: "";
  display: block;
  width: calc(100% - 187px);
  height: 93px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/select_main_bg_02.png) repeat-x center/contain;
  opacity: 0.4;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__palette-bg::before {
    height: 0;
    width: 42%;
    padding-top: 29%;
  }
}

.p-maker-gene__palette-box {
  width: 45px;
  height: 45px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  margin-left: 5px;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__palette-box {
    height: auto;
    width: 9%;
    padding-top: 9%;
    margin-left: 1.11%;
    margin-right: inherit;
    margin-bottom: 2.5px;
    border: 1px solid #fff;
  }
  .p-maker-gene__palette-box:nth-child(10n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .-text .p-maker-gene__palette {
    padding: 10px 16% 8px;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .-parts .p-maker-gene__palette {
    padding: 10px 16% 8px;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .-bg-color .p-maker-gene__palette {
    padding: 10px 16% 8px;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
.p-maker-gene__text {
  margin-bottom: 14px;
  padding-right: 10px;
}

@media screen and (min-width: 901px) {
  .p-maker-gene__text {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__text {
    margin-bottom: 5px;
    padding-right: 0px;
  }
}
.p-maker-gene__text-select form {
  display: flex;
  justify-content: space-between;
}
.p-maker-gene__text-select form input[type=text] {
  background-color: rgba(66, 166, 184, 0.2);
  width: calc(100% - 225px);
  margin: 0;
  padding: 12px;
  font-size: 16px;
  font-size: clamp(13px, 1.1vw, 15px);
  color: #fff;
  border: 1px solid #fff;
}
.p-maker-gene__text-select form input[type=text]::-moz-placeholder {
  color: #fff;
}
.p-maker-gene__text-select form input[type=text]::placeholder {
  color: #fff;
}
.p-maker-gene__text-select form input[type=text]:focus {
  outline-style: auto;
  outline: none;
}
.p-maker-gene__text-select form .p-in-submit {
  display: flex;
  align-items: center;
  position: relative;
}
.p-maker-gene__text-select form .p-in-submit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_sp.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__text-select form .p-in-submit::before {
    background: url(../img/btn_bg01_sp.png) no-repeat center/contain;
  }
}
.p-maker-gene__text-select form .p-in-submit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_line.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__text-select form .p-in-submit::after {
    background: url(../img/btn_bg_line_sp.png) no-repeat center/contain;
  }
}
.p-maker-gene__text-select form .p-in-submit input {
  color: #ffffff;
  border: none;
  padding: 0;
  align-items: center;
  font-size: clamp(13px, 1.1vw, 15px);
  cursor: pointer;
  width: 179px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__text-select form .p-in-submit input {
    font-size: 4vw;
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__text-select form input[type=text] {
    font-size: 16px;
    font-size: clamp(12px, 2.1333333333vw, 19.2px);
    padding: 9px;
    width: calc(100% - 187px);
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__text-select form .p-in-submit input {
    font-size: 16px;
    font-size: clamp(12px, 2.1333333333vw, 19.2px);
    width: 160px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 901px) {
  .p-maker-gene__chara {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__chara {
    margin-bottom: 5px;
  }
}
.p-maker-gene__chara-select {
  background-color: #ffffff;
  display: flex;
  position: relative;
  overflow: hidden;
}
.p-maker-gene__chara-select select {
  margin: 0;
  width: 100%;
  padding: 16px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  font-size: clamp(12px, 1.25vw, 19.2px);
  cursor: pointer;
}
.p-maker-gene__chara-select select:focus {
  outline-style: auto;
  outline: none;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__chara-select select {
    width: 100vw;
    font-size: 16px;
    font-size: clamp(12px, 2.1333333333vw, 19.2px);
    padding: 12px 4px;
  }
}
.p-maker-gene__chara-arrow {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 20%;
  height: 100%;
  border-radius: 0 5px 5px 0;
  pointer-events: none;
}
.p-maker-gene__chara-arrow .p-in-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: url(../img/icon_btn.svg) no-repeat center center;
  transform-origin: top;
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (max-width: 899px) {
  .p-maker-gene__chara-arrow .p-in-arrow {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__chara-arrow {
    width: 50px;
    text-align: center;
    margin: 0 auto;
  }
}
.p-maker-gene__detail {
  margin-top: 20px;
}

.p-maker-gene__detail-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__detail-list {
    flex-wrap: wrap;
  }
}
.-parts .p-maker-gene__detail-list {
  justify-content: center;
}

.p-maker-gene__detail-item {
  width: 24%;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-size: clamp(19.5px, 2.03125vw, 31.2px);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .p-maker-gene__detail-item.is-open:hover {
    transform: scale(1);
  }
}
@media screen and (min-width: 900px) {
  .p-maker-gene__detail-item:hover {
    transform: scale(0.96);
  }
}
.p-maker-gene__detail-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_bg_sp.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__detail-item::before {
    background: url(../img/btn_bg01_sp.png) no-repeat center/contain;
  }
}
.p-maker-gene__detail-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../img/btn_bg_line.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__detail-item::after {
    top: -2px;
    left: -2px;
    background: url(../img/btn_bg_line_sp.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 6px;
  }
  .p-maker-gene__detail-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .-text .p-maker-gene__detail-item {
    text-align: left;
  }
}
.-parts .p-maker-gene__detail-item {
  width: 19.6%;
}

@media screen and (max-width: 900px) {
  .-parts .p-maker-gene__detail-item {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 49%;
    font-size: 20px;
    font-size: clamp(15px, 2.6666666667vw, 24px);
  }
}
@media screen and (min-width: 901px) {
  .p-maker-gene__detail-item + .p-maker-gene__detail-item {
    margin-left: 1.333%;
  }
  .-parts .p-maker-gene__detail-item + .p-maker-gene__detail-item {
    margin-left: 0.5%;
  }
}
.p-maker-gene__detail-item.is-open .p-in-palette {
  display: block;
}
.p-maker-gene__detail-item .p-in-text__item {
  font-size: clamp(13px, 1.05vw, 15px);
}
.p-maker-gene__detail-item.-font .p-in-text__item {
  display: none;
}
.p-maker-gene__detail-item.-font .p-in-text__item.is-current {
  display: block;
}
.p-maker-gene__detail-item.-size .p-in-text__list {
  display: flex;
  justify-content: center;
}
.p-maker-gene__detail-item.-size .p-in-text__item {
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.p-maker-gene__detail-item.-size .p-in-text__item.is-current {
  opacity: 1;
  color: #41a6b8;
}
.p-maker-gene__detail-item.-size .p-in-text__item.is-current::before {
  opacity: 1;
}
.p-maker-gene__detail-item.-size .p-in-text__item::before {
  content: "";
  background: #ffffff;
  width: 140%;
  padding-top: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.p-maker-gene__detail-item.-size .p-in-text__item:nth-child(1) {
  margin-left: 0;
}
.p-maker-gene__detail-item .p-in-palette {
  position: absolute;
  width: 113%;
  bottom: 130%;
  right: -5%;
  z-index: 100;
  border-radius: 10px;
  display: none;
}
.p-maker-gene__detail-item .p-in-palette__inner {
  position: relative;
  background-color: #ffffff;
}
.p-maker-gene__detail-item .p-in-palette__header {
  height: 30px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  pointer-events: none;
}
.p-maker-gene__detail-item .p-in-palette__header-close {
  position: absolute;
  top: 44%;
  left: 94%;
  transform: translate(-50%, -50%);
  height: 20px;
  pointer-events: auto;
  cursor: pointer;
}
.p-maker-gene__detail-item .p-in-palette__header-close .p-in-bar {
  width: 20px;
  height: 2px;
  background: #ffffff;
  display: block;
  transform-origin: 8.5px;
  top: 8px;
  position: relative;
}
.p-maker-gene__detail-item .p-in-palette__header-close .p-in-bar:nth-child(1) {
  transform: rotate(45deg);
}
.p-maker-gene__detail-item .p-in-palette__header-close .p-in-bar:nth-child(2) {
  transform: rotate(-45deg);
}
.p-maker-gene__detail-item .p-in-palette__list {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}
.p-maker-gene__detail-item .p-in-palette__item {
  width: 13%;
  padding-top: 13%;
  border-radius: 5px;
  margin-left: 1.5%;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.p-maker-gene__detail-item .p-in-palette__item:nth-child(1) {
  position: relative;
}
.p-maker-gene__detail-item .p-in-palette__item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
}
.p-maker-gene__detail-item .p-in-palette__item:nth-child(7n+1) {
  margin-left: 0;
}
.p-maker-gene__detail-item .p-in-palette__item.is-current::after {
  opacity: 1;
}
.p-maker-gene__detail-item .p-in-text {
  position: relative;
  font-size: clamp(13px, 1.05vw, 15px);
  padding: 8% 8% 10%;
  cursor: pointer;
}
.p-maker-gene__detail-item .p-in-currentcolor {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 47%;
  left: 16%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1.5px solid #ffffff;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-maker-gene__detail-item .p-in-currentcolor {
    top: 45%;
  }
}
.p-maker-gene__detail-item .p-in-currentcolor.is-click .p-in-currentcolor-noselector::after {
  display: none;
}
.p-maker-gene__detail-item .p-in-currentcolor-noselector {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.p-maker-gene__detail-item .p-in-currentcolor-noselector::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 100%;
  background-color: red;
  transform-origin: center;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-text__item {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item.-font .p-in-text__item {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item.-size .p-in-text__item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-text {
    font-size: 18px;
    font-size: 2.4vw;
    display: block;
    padding: 8.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-text.-icon {
    left: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-text.-icon::before {
    width: 20px;
    height: 20px;
    left: 22%;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-text.-icon2 {
    left: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-text.-icon2::before {
    width: 20px;
    height: 20px;
    left: 24%;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__detail-item .p-in-currentcolor {
    width: 20px;
    height: 20px;
  }
}
.p-maker-gene__cover {
  position: absolute;
  top: -6%;
  left: 0%;
  width: 100%;
  height: 113%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.p-maker-gene__cover.is-hide {
  opacity: 0;
  pointer-events: none;
}

.p-maker-gene__cover-inner {
  background: #ffffff;
  position: absolute;
  top: 33.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
  padding: 6.5% 0%;
  border-radius: 10px;
  max-width: 850px;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__cover-inner {
    width: 89.5%;
    top: 26.5%;
    padding: 10% 0%;
  }
}
.p-maker-gene__cover-text {
  text-align: center;
  margin-bottom: 38px;
  font-size: 19px;
  font-size: clamp(14.25px, 1.484375vw, 22.8px);
}

@media screen and (max-width: 900px) {
  .p-maker-gene__cover-text {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: clamp(12px, 2.1333333333vw, 19.2px);
  }
}
.p-maker-gene__cover-list {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .p-maker-gene__cover-list {
    display: block;
  }
}
.p-maker-gene__cover-item {
  width: 35%;
}
.p-maker-gene__cover-item .c-btn__text {
  font-size: 19px;
  font-size: clamp(14.25px, 1.484375vw, 22.8px);
}

@media screen and (max-width: 900px) {
  .p-maker-gene__cover-item {
    width: 52%;
    margin: 0 auto 5px;
  }
}
@media screen and (min-width: 901px) {
  .p-maker-gene__cover-item + .p-maker-gene__cover-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-maker-gene__cover-item .c-btn__text {
    font-size: 15px;
    font-size: clamp(11.25px, 2vw, 18px);
  }
}
.p-maker-btn {
  position: relative;
  width: 280px;
  margin: 3% auto 0;
  z-index: 1;
  transition: transform 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .p-maker-btn:hover {
    transform: scale(0.96);
  }
}
.p-maker-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_decision_02.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-btn::before {
    background: url(../img/btn_decision_02_sp.png) no-repeat center/contain;
  }
}
.p-maker-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../img/btn_decision_01.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-maker-btn::after {
    background: url(../img/btn_decision_01_sp.png) no-repeat center/contain;
  }
}
.p-maker-btn__text a {
  display: block;
  font-size: 16px;
  padding: 19px 15px 23px;
  text-align: center;
  position: relative;
  color: #000;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-maker-btn__text a {
    padding: 9px 15px 13px;
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .p-maker-btn {
    min-width: 200px;
    margin: 13.4% auto 0;
    width: 35%;
  }
}
[aria-disabled=true],
[disabled] {
  pointer-events: none;
  opacity: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -72px !important;
}