@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.none_text {
  display: none !important;
}

@media screen and (min-width: 766px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  .sidenone {
    display: none !important;
  }
}
html {
  scroll-padding-top: 150px;
}

body {
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.04em;
  color: #000000;
  line-height: 1.1;
  padding-top: env(safe-area-inset-top);
  height: -webkit-fill-available;
  verflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body::after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1000;
  }
}

.font-01 {
  font-family: "Jost", sans-serif;
}

.text-shadow01 {
  text-shadow: 0 0 10px rgba(255, 218, 255, 0.5), 0 0 24px rgba(255, 218, 255, 0.3), 0 0 40px rgba(255, 218, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .text-shadow01 {
    text-shadow: 0 0 10px rgba(255, 218, 255, 0.4), 0 0 24px rgba(255, 218, 255, 0.3), 0 0 40px rgba(255, 218, 255, 0.1);
  }
}

main {
  /*フッターロゴ*/
}
main .footer_logo {
  position: fixed;
  left: 50%;
  bottom: 6%;
  transform: translate(-50%, 30px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 100;
  width: 460px;
}
@media screen and (max-width: 767px) {
  main .footer_logo {
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: space-around;
    bottom: 0;
  }
}
main .footer_logo img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .footer_logo img.f_img01 {
    width: 45%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  main .footer_logo img.f_img02 {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  main .footer_logo img.f_img03 {
    width: 45%;
  }
}
main .footer_logo.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
}
main {
  /*背景部分*/
}
main .bg_area {
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  visibility: visible !important;
}
main .bg_area .bg_inner {
  background: url(../img/all_bg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: bottom center;
}
main .bg_area .bg_inner .ab_box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
main .bg_area .bg_inner .left-box {
  left: 0;
}
main .bg_area .bg_inner .left-box .left-box_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
main .bg_area .bg_inner .left-box .left-box_inner .title-box {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
main .bg_area .bg_inner .left-box .left-box_inner .title-box .kashiwa-title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.12rem;
  color: #0b1f4a;
  margin: 0 0 10px;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff, 0 0 10px rgba(120, 255, 200, 0.7), 0 0 24px rgba(100, 220, 180, 0.6), 0 0 40px rgba(80, 200, 160, 0.4);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  main .bg_area .bg_inner .left-box .left-box_inner .title-box .kashiwa-title {
    font-size: 35px;
    transition: all 0.3s ease;
  }
}
main .bg_area .bg_inner .left-box .left-box_inner .title-box p {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 10px rgba(120, 255, 200, 0.7), 0 0 24px rgba(100, 220, 180, 0.6), 0 0 40px rgba(80, 200, 160, 0.4);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  main .bg_area .bg_inner .left-box .left-box_inner .title-box p {
    font-size: 16px;
    transition: all 0.3s ease;
  }
}
main .bg_area .bg_inner .left-box .left-box_inner .logo_01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
}
main .bg_area .bg_inner .left-box .left-box_inner .character_01 {
  display: none;
}
main .bg_area .bg_inner .right-box {
  right: 0;
}
main .bg_area .bg_inner .right-box .right-box_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
main .bg_area .bg_inner .right-box .right-box_inner .text_img {
  position: absolute;
  right: 0;
  left: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: fit-content;
}
main .bg_area .bg_inner .right-box .right-box_inner .character_01 {
  position: absolute;
  right: 0;
  left: 150px;
  bottom: 0;
  margin: auto;
  width: 150px;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area {
  width: 97%;
  margin: 10% 10% 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  main .bg_area .bg_inner .right-box .right-box_inner .nav_area {
    width: 40%;
  }
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area .day {
  margin: 0 0 25px;
  padding-right: 10px;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area .bnr {
  margin: 0 0 35px;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px 0;
  flex-wrap: wrap;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li {
  width: 96%;
  background-color: rgba(144, 255, 88, 0.2);
  border-radius: 50px;
  transition: all 0.3s ease;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li:nth-child(2) a {
  background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #FFB 96.48%);
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li:nth-child(3) a {
  background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #CCE1FF 96.48%);
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li:nth-child(4) a {
  background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #D4FFDA 96.48%);
  border: 3px solid #FFF;
  box-shadow: 0px 1px 12px rgba(100, 220, 180, 0.6);
  color: rgba(0, 148, 88, 0.7);
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li {
    border-radius: 25px;
  }
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li:hover {
  background-color: rgba(144, 255, 88, 0.5);
  transition: all 0.3s ease;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #293960;
  font-size: 20px;
  letter-spacing: 0;
  padding: 15px 0;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
  background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #FFDAFF 96.48%);
  border-radius: 10px 10px 10px 10px/20px 20px 20px 20px;
}
main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li a:hover {
  background: #293960;
  color: #FFF;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  main .bg_area .bg_inner .right-box .right-box_inner .nav_area ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
main .bg_area.pattern02 .bg_inner {
  background: url("../img/color_maker/color_maker_bg.jpg") no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: bottom center;
}
main .thanks_bg {
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  visibility: visible !important;
}
main .thanks_bg .thanks_inner {
  background: url("../img/color_maker/color_maker_bg_mask.png") no-repeat;
  width: 100%;
  background-size: 100%;
  height: 100%;
  background-position: top center;
}
main {
  /*メインコンテンツ*/
}
main .content_box {
  width: 460px;
  margin: 50px auto;
  background: #090E40;
  box-shadow: 0px 0px 60px -10px rgb(255, 255, 255);
  z-index: 10;
  position: relative;
  border-radius: 50px;
  border: 3px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  main .content_box {
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    padding-bottom: 60px;
  }
}
main .content_box .contents_inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
main .content_box .frame {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
main .content_box .frame svg {
  overflow: hidden;
  vertical-align: middle;
}
main .content_box .frame .frame_top {
  display: flex;
  height: 100vh;
  left: 0;
  position: sticky;
  width: 100%;
  align-items: flex-start;
  top: 0;
}
main .content_box .frame .frame_top [data-icon=frame_top] {
  height: auto;
  max-width: none;
  vertical-align: top;
  width: 100%;
}
main .content_box .frame .frame_bottom {
  display: flex;
  height: 100vh;
  left: 0;
  position: sticky;
  width: 100%;
  align-items: flex-end;
  bottom: 0;
  margin-top: auto;
}
main .content_box .frame .frame_bottom [data-icon=frame_bottom] {
  height: auto;
  max-width: none;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .content_box .main_contents {
    height: 100%;
  }
}
/* main .content_box .main_contents::-webkit-scrollbar {
  display: none;
} */
main .content_box #mv_area {
  position: relative;
  z-index: 9;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  main .content_box #mv_area {
    padding-top: env(safe-area-inset-top);
  }
}
main .content_box #mv_area .mv_img {
  position: relative;
  padding-top: env(safe-area-inset-top);
  box-sizing: border-box;
}
main .content_box #mv_area .mv_img img.fv_img {
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 767px) {
  main .content_box #mv_area .mv_img img.fv_img {
    border-radius: 0;
  }
}
main .content_box #mv_area .mv_img .mv_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  width: 90%;
  margin: auto;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
main .content_box #mv_area .mv_img .mv_logo img {
  transition: all 0.3s ease;
  width: 100%;
  margin: 0 auto;
}
main .content_box #mv_area .mv_img .mv_logo.is-hide {
  opacity: 0;
  transform: translateY(-20px) scale(0.9);
  pointer-events: none;
}
main .content_box #mv_area .mv_img .mv_text {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
main .content_box #mv_area .mv_img .mv_text img {
  max-width: 90%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .content_box #mv_area .mv_img .mv_text {
    top: 115px;
  }
}
main .content_box #mv_area .mv_img {
  position: relative;
}
main .content_box #mv_area .mv_img .mv_video {
  display: none;
  width: 100%;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 767px) {
  main .content_box #mv_area .mv_img .mv_video {
    border-radius: 0;
  }
}
main .content_box #mv_area .mv_img .mv_control {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  text-align: center;
}
main .content_box #mv_area .mv_img .mv_play {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
main .content_box #mv_area .mv_img .mv_play img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}
main .content_box #mv_area .mv_img .mv_play:hover img {
  transform: scale(1.1);
}
main .content_box #mv_area .mv_img .mv_play_text {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
main .content_box .m_contents_01 {
  position: relative;
  z-index: 8;
  padding-bottom: env(safe-area-inset-bottom);
}
main .content_box .m_contents_01 .m_contents_inner_01 {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 {
    padding-bottom: 25px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .text-area {
  margin: 0 0 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .text-area {
    padding: 0 15px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .text-area p {
  font-size: 18px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 0 0 35px;
  text-shadow: 0 0 10px rgba(255, 218, 255, 0.5), 0 0 24px rgba(255, 218, 255, 0.3), 0 0 40px rgba(255, 218, 255, 0.2);
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .text-area p {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(255, 218, 255, 0.4), 0 0 24px rgba(255, 218, 255, 0.3), 0 0 40px rgba(255, 218, 255, 0.1);
    line-height: 30px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .text-area .dots ul {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
main .content_box .m_contents_01 .m_contents_inner_01 .text-area .dots ul li {
  width: 5%;
}
main .content_box .m_contents_01 .m_contents_inner_01 .read p {
  font-size: 28px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  text-shadow: 0 0 10px rgba(255, 218, 255, 0.5), 0 0 24px rgba(255, 218, 255, 0.3), 0 0 40px rgba(255, 218, 255, 0.2);
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .read p {
    font-size: 24px;
    text-shadow: 0 0 10px rgba(255, 218, 255, 0.4), 0 0 24px rgba(255, 218, 255, 0.3), 0 0 40px rgba(255, 218, 255, 0.1);
    line-height: 35px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce {
  margin: 0 0 50px;
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .announce {
    padding: 0 15px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .dots ul {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .dots ul li {
  width: 5%;
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text {
  margin: 50px auto;
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text h3 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text h3 {
    font-size: 16px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date {
    font-size: 40px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date span.sen {
  position: relative;
  margin-left: 25px;
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date span.sen:before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -23px;
  margin: auto;
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date span.jp {
  font-size: 16px;
  color: #6ea175;
  background: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date span.jp {
    font-size: 12px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-date span.jp:last-child {
  margin-right: 0;
}
main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-time {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .content_box .m_contents_01 .m_contents_inner_01 .announce .announce_text p.schedule-time {
    font-size: 30px;
  }
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .marquee-track {
  display: inline-flex;
  gap: 2rem;
  animation: marquee 20s linear infinite;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .marquee-track span {
  font-size: 35px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming {
  display: inline-flex;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming span {
  font-size: 35px;
  letter-spacing: 0.05rem;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming span:nth-child(4n+1) {
  color: #c8f3ff;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming span:nth-child(4n+2) {
  color: #b6f0d0;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming span:nth-child(4n+3) {
  color: #ffe2cc;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming span:nth-child(4n+4) {
  color: #f3d8ff;
}
main .content_box .m_contents_01 .m_contents_inner_01 .marquee .coming span.space {
  width: 10px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
main .content_box {
  /*カラー選択 str*/
}
main .content_box .color_archive {
  padding: 0px 0;
  padding-bottom: env(safe-area-inset-bottom);
  position: relative;
  overflow: hidden;
}
main .content_box .color_archive .title-box {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
main .content_box .color_archive .title-box h2 {
  font-size: 90px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(243, 176, 143, 0.7), 0 0 1px rgba(255, 176, 143, 0.6), 0 0 10px rgba(243, 176, 143, 0.4);
}
main .content_box .color_archive .character {
  margin: 60px auto 35px 0px;
  width: 75%;
}
main .content_box .color_archive .color_character {
  background: url('../img/top_color-now_bg.png') no-repeat bottom center / 100%;
  height: 740px;
}

main .content_box .color_archive .color_character h3 {
  background: #fff linear-gradient(76deg, #FFFFDA 4.91%, #FFF 23.93%, #FFF 80.98%, #FFFFDA 100%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  color: #323C5F;
  letter-spacing: 2px;
  width: 90%;
  margin: 1rem auto;
}
main .content_box .color_archive .color_character h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
}
main .content_box .color_archive .color_character .character_select {
  margin: 150px auto;
  padding: 0 20px;
  position: relative;
}
main .content_box .color_archive .color_character .character_select .main_img {
  width: 65%;
  margin: 0 auto;
}
main .content_box .color_archive .color_character .character_select #model-container {
  width: 100%;
  height: 290px;
}
@media screen and (max-width: 767px) {
  main .content_box .color_archive .color_character .character_select #model-container {
    height: 270px;
  }
}
main .content_box .color_archive .color_character .character_select .arrow {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main .content_box .color_archive .color_character .character_select .arrow {
    width: 40px;
    height: 40px;
  }
}
main .content_box .color_archive .color_character .character_select .arrow img {
  width: 100%;
  filter: drop-shadow(0px 4px 20px #B6B4FF);
}
main .content_box .color_archive .color_character .character_select .arrow01 {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(-90deg);
}
main .content_box .color_archive .color_character .character_select .arrow02 {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
main .content_box .color_archive .color_character .character_select .arrow03 {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(90deg);
}
main .content_box .color_archive .color_character .character_select .arrow04 {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transform: scale(-1, 1);
}
main .content_box .color_archive .color_character .character_select .text_popup {
  position: absolute;
  left: 15px;
  top: -86px;
  background: #1A1A1A;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner {
  position: relative;
}
main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner:before {
  content: "";
  width: 2px;
  height: 40px;
  background: #1A1A1A;
  position: absolute;
  right: 20px;
  bottom: -40px;
  transform: rotate(-30deg);
}
main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1A1A1A;
  position: absolute;
  right: 7px;
  bottom: -40px;
}
main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner p:first-child {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner p:first-child {
    font-size: 16px;
    line-height: 21px;
  }
}
main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner p:last-child {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main .content_box .color_archive .color_character .character_select .text_popup .text_popup_inner p:last-child {
    font-size: 12px;
  }
}
/* main .content_box .color_archive .color_character::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 932/700;
  background: url("../img/top_color-now_bg.png") no-repeat top center/100%;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  main .content_box .color_archive .color_character::after {
    height: 275px;
  }
} */
main .content_box .color_archive .color_box {
  background: #FFF;
  margin-top: -5px;
  margin-bottom: 250px;
  display: flow-root;
}
main .content_box .color_archive .color_box::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 932/700;
  background: url("../img/top_color-now_bg_bottom_2_2.png") no-repeat top center/100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}

main .content_box .color_archive .color_header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: -90px 0 30px;
  padding: 0 20px;
  flex-direction: column-reverse;
}
main .content_box .color_archive .color_header h3 {
  font-size: 40px;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-right: 10px;
}
main .content_box .color_archive .color_header h3 .num {
  font-size: 80px;
  font-weight: 500;
  color: #B6B4FF;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
main .content_box .color_archive .color_header .now {
  font-size: 30px;
  color: #000;
  flex: 1;
  text-align: right;
  padding-bottom: 0;
  position: relative;
  margin-left: 5px;
  font-weight: 600;
}
main .content_box .color_archive .color_header .title {
  padding-left: 10px;
}
main .content_box .color_archive .search_area {
  margin: 20px 0 40px;
  padding: 0 20px;
}
main .content_box .color_archive .search_area label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  color: #293960;
  letter-spacing: 10%;
}
main .content_box .color_archive .search_area input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 50px;
  background-color: #F2F2F2;
  font-size: 18px;
  color: #000;
  /* box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.23); */
  outline: none;
  font-family: inherit;
  border: none;
}
main .content_box .color_archive .search_area input::placeholder {
  color: #aaa;
}
main .content_box .color_archive .search_area input:focus {
  border: 2px solid #F0AA82;
  box-shadow: 0 0 8px rgba(243, 176, 143, 0.8), 0 0 16px rgba(243, 176, 143, 0.5);
  background: #fff;
}
main .content_box .color_archive .filter_area {
  margin-bottom: 40px;
  padding: 0 20px;
}
main .content_box .color_archive .filter_area .filter {
  margin: 0 0 20px;
}
main .content_box .color_archive .filter_area .filter:last-child {
  margin-bottom: 0;
}
main .content_box .color_archive .filter_area .filter dl {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
main .content_box .color_archive .filter_area .filter dl dt {
  font-size: 20px;
  width: 10%;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
main .content_box .color_archive .filter_area .filter dl dt:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #B6B4FF;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
}
main .content_box .color_archive .filter_area .filter dl dd {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
main .content_box .color_archive .filter_area span {
  font-weight: 500;
}
main .content_box .color_archive .filter_area button {
  background: #F2F2F2;
  color: #000;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  margin-right: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}
main .content_box .color_archive .filter_area button.active {
  background: #B6B4FF;
  color: #FFF;
}
main .content_box {
  /* ===== グリッド ===== */
}
main .content_box .color_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 95%;
  max-width: 600px;
  height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 40px 0;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  main .content_box .color_grid {
    width: 85%;
    margin: 0 auto 50px 20px;
    padding: 0 20px 0 0;
    border-right: 1px solid #eaeadf;
  }
}
main .content_box .color_grid::-webkit-scrollbar {
  width: 15px;
  padding-right: 5px;
}
main .content_box .color_grid::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
}
main .content_box .color_grid::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}
main .content_box .color_grid.is-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
main .content_box .color_grid.is-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
main .content_box .color_grid.is-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
main .content_box .color_grid.is-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}
main .content_box .color_grid.is-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
main .content_box .color_grid.is-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}
main .content_box .color_grid.is-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}
main .content_box .color_card {
  cursor: pointer;
  position: relative;
}
main .content_box .color_thumb {
  width: 100%;
  padding-top: 100%;
  transition: 0.2s;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: none;
}
main .content_box .color_card:hover .color_thumb {
  transform: scale(1.05);
}
main .content_box {
  /* ===== ポップアップ ===== */
}
main .content_box .color_popup {
  position: fixed;
  z-index: 1000;
  display: none;
}
main .content_box .popup_inner {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  min-width: 200px;
  animation: popupIn 0.25s ease;
  overflow: hidden;
  font-family: "Jost", sans-serif;
  border: 2px solid var(--popup-border-color);
  box-shadow: 0px 0px 5px 1px var(--popup-border-glow, rgb(255, 255, 255));
  @media screen and (max-width: 767px) {
    padding: 10px;
  }
}
main .content_box .popup_inner p {
  color: #fff;
}
main .content_box .popup_inner .meta_area ul {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
main .content_box .popup_inner .meta_area ul li {
  font-size: 10px;
  font-weight: 500;
  color: #000;
  background: rgba(255, 255, 255, 0.768627451);
  padding: 0.5rem;
  line-height: 1.2;
  /* max-width: 33.3333333333%; */
  border-radius: 3px;
}
main .content_box .popup_inner .tag_area {
  margin-top: 20px;
}
main .content_box .popup_inner .tag_area .tag_title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
main .content_box .popup_inner .tag_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
main .content_box .popup_inner .tag_area ul li {
  background: #fff;
  color: #000;
  padding: 4px 5px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
main .content_box .popup_inner h3 {
  margin: 10px 0 5px;
  color: #333333;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
  background: #FFF;
  padding: 0.5rem;
  border-radius: 3px;
}
main .content_box .color_preview {
  height: 120px;
  border-radius: 16px;
  margin-bottom: 20px;
}
@keyframes popupIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
main .content_box {
  /*カラー選択 end*/
}
main {
  /*COLOR　MAKER*/
}
main .sub_page_01.color_m_page {
  border: none;
}
@media screen and (max-width: 767px) {
  main .sub_page_01.color_m_page {
    background: #FFF;
  }
}
main .sub_page_01 {
  /*ボタン用*/
}
main .sub_page_01 .color_maker_button {
  display: flex;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
main .sub_page_01 .color_maker_button::before {
  content: "";
  background: url("../img/color_maker/illust_start.png") no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -140px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .color_maker_button::before {
    width: 70px;
    height: 70px;
  }
}
main .sub_page_01 .color_maker_button a, main .sub_page_01 .color_maker_button button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  border-radius: 40px 40px 40px 40px/60px 60px 60px 60px;
  background: #F0AA82;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 55px 0;
  position: relative;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .color_maker_button a, main .sub_page_01 .color_maker_button button {
    padding: 40px 0;
  }
  main .sub_page_01 .color_maker_button a img, main .sub_page_01 .color_maker_button button img {
    width: 60%;
    margin: auto;
  }
}
main .sub_page_01 .color_maker_button a:hover, main .sub_page_01 .color_maker_button button:hover {
  background: #E1B4F0;
}
main .sub_page_01 .color_maker_button a:before, main .sub_page_01 .color_maker_button button:before {
  content: "";
  background: url("../img/color_maker/arrow3.svg") no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .color_maker_button a:before, main .sub_page_01 .color_maker_button button:before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
main .sub_page_01 .color_maker_button .sub {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .color_maker_button .sub {
    font-size: 12px;
  }
}
main .sub_page_01 .color_maker_button .main {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .color_maker_button .main {
    font-size: 20px;
  }
}
main .sub_page_01 .text_button {
  border: 2px solid #B6B4FF;
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 60px;
}
main .sub_page_01 .text_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  padding: 13px 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .text_button a {
    font-size: 16px;
  }
}
main .sub_page_01 .text_button a:before {
  content: "";
  background: url("../img/color_maker/icon_04.svg") no-repeat;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 85px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .text_button a:before {
    left: 75px;
  }
}
main .sub_page_01 .main_contents.detail_contents {
  background: #090E40;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents.detail_contents {
    border-radius: 0;
  }
}
main .sub_page_01 .main_contents #sub_logo_title {
  padding: 10px 0 10px;
  position: relative;
  z-index: 1;
}
main .sub_page_01 .main_contents #sub_logo_title p {
  width: 72%;
  margin: 0 auto 50px;
}
main .sub_page_01 .main_contents #sub_logo_title p img {
  width: 100%;
}
main .sub_page_01 .main_contents #sub_logo_title .title-box {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
main .sub_page_01 .main_contents #sub_logo_title .title-box h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(243, 176, 143, 0.7), 0 0 24px rgba(255, 176, 143, 0.6), 0 0 40px rgba(243, 176, 143, 0.4);
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #sub_logo_title .title-box h2 {
    font-size: 50px;
  }
}
main .sub_page_01 .main_contents #color_maker_box_01 {
  margin: 0 0 85px;
}
main .sub_page_01 .main_contents #color_maker_box_01 .color_maker_box_01__illust {
  width: 17%;
  margin: 0 auto 0rem;
}
main .sub_page_01 .main_contents #color_maker_box_01 .color_maker_box_01__illust img {
  width: 100%;
}
main .sub_page_01 .main_contents #color_maker_box_01 h2 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin: 0 0 50px;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(243, 176, 143, 0.7), 0 0 24px rgba(255, 176, 143, 0.6), 0 0 40px rgba(243, 176, 143, 0.4);
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box {
  width: 100%;
  margin: 0 auto 5rem;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-start;
  margin: 0 0 70px;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl:first-child {
  margin: 0 0 25px;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dt {
  width: 20%;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dt p {
  font-size: 20px;
  font-weight: bold;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dt p span {
  font-size: 35px;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dt.icon {
  position: relative;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dt.icon:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #B6B4FF;
  position: absolute;
  left: 22px;
  bottom: -20px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dt.icon:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 26px;
  bottom: -57px;
  margin: auto;
  z-index: 0;
}
main .sub_page_01 .main_contents #color_maker_box_01 .step_box dl dd {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  flex: 1;
  padding-top: 7px;
}
main .sub_page_01 .main_contents #detail_logo_title {
  padding: 10px 0 60px;
}
main .sub_page_01 .main_contents #detail_logo_title .top_title {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto 20px;
  align-items: center;
}
main .sub_page_01 .main_contents #detail_logo_title .top_title div {
  width: 50%;
}
main .sub_page_01 .main_contents #detail_logo_title .top_title .logo img {
  width: 85%;
  margin: 0 auto;
}
main .sub_page_01 .main_contents #detail_logo_title .top_title .top_button {
  width: 30%;
  margin-right: 2%;
}
main .sub_page_01 .main_contents #detail_logo_title .top_title .top_button a {
  color: #293960;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(68deg, #FFF 74.28%, #D7D5FF 94.96%);
  border-radius: 30px;
}
main .sub_page_01 .main_contents #detail_logo_title .top_title .top_button a:hover {
  background: #293960;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #detail_logo_title .top_title .top_button a {
    font-size: 14px;
    padding: 10px 0;
  }
}
main .sub_page_01 .main_contents #detail_logo_title .bottom_title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px 80px;
}
main .sub_page_01 .main_contents #detail_logo_title .bottom_title:after {
  content: "";
  background: url(../img/title_bg02.png) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: 265px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -125px;
  margin: auto;
  z-index: 0;
}
main .sub_page_01 .main_contents #detail_logo_title .bottom_title h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(243, 176, 143, 0.7), 0 0 24px rgba(255, 176, 143, 0.6), 0 0 40px rgba(243, 176, 143, 0.4);
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #detail_logo_title .bottom_title h2 {
    font-size: 45px;
  }
}
main .sub_page_01 .main_contents #color_maker_step {
  padding: 0 5% 50px;
  width: 100%;
  margin: 40px auto 0;
  color: #293960;
  background: #FFF;
  position: relative;
  z-index: 0;
  display: flow-root;
}
main .sub_page_01 .main_contents #color_maker_step .container {
  max-width: 680px;
  margin: 0 auto;
}
main .sub_page_01 .main_contents #color_maker_step .step_title {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 0 20px;
  background: #E1B4F0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main .sub_page_01 .main_contents #color_maker_step .sub_text_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: -50px;
}
main .sub_page_01 .main_contents #color_maker_step .sub_text_wrapper__title {
  padding: 1rem 0 0 0;
}
main .sub_page_01 .main_contents #color_maker_step .sub_text_wrapper__illust {
  max-width: 40%;
  text-align: right;
}
main .sub_page_01 .main_contents #color_maker_step .sub_text {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .sub_text {
    font-size: 22px;
  }
}
main .sub_page_01 .main_contents #color_maker_step .talk_area {
  margin: 0 0 20px;
}
main .sub_page_01 .main_contents #color_maker_step .talk_area.mb_01 {
  margin-bottom: 30px;
}
main .sub_page_01 .main_contents #color_maker_step .notice {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .notice {
    font-size: 10px;
  }
}
main .sub_page_01 .main_contents #color_maker_step .lead {
  color: #B6B4FF;
  font-size: 18px;
  margin: 0 auto 25px;
  font-weight: 900;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .lead {
    font-size: 16px;
  }
}
/* main .sub_page_01 .main_contents #color_maker_step .lead:before {
  content: "";
  background: url(../img/color_maker/illust_02.png) no-repeat;
  width: 35px;
  height: 31px;
  background-size: cover;
  position: absolute;
  right: -45px;
  top: -17px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .lead:before {
    right: -40px;
  }
} */
main .sub_page_01 .main_contents #color_maker_step .lead2 {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: -20px 0 0;
}
main .sub_page_01 .main_contents #color_maker_step .lead2 span {
  text-align: left;
}
main .sub_page_01 .main_contents #color_maker_step .lead2 span:last-child {
  display: inline-block;
  margin-left: 5px;
}
main .sub_page_01 .main_contents #color_maker_step .lead2 span:last-child img {
  width: 100%;
}
main .sub_page_01 .main_contents #color_maker_step .button_area {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn {
  width: 45%;
  height: 51px;
  border-radius: 40px;
  border: 1px solid #F0AA82;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn {
    font-size: 16px;
  }
}
main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn .icon {
  width: 20px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn .icon {
    width: 15px;
  }
}
main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn:hover {
  transform: translateY(-2px);
}
main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn.out {
  border: 1px solid #000000;
  background: #9A9A9A;
  color: #D1D1D1;
}
main .sub_page_01 .main_contents #color_maker_step .button_area .select_btn.out .icon svg {
  color: #D1D1D1;
}
main .sub_page_01 .main_contents #color_maker_step .preview_area {
  margin: 30px 0 60px;
  min-height: 230px;
  border-radius: 12px;
  background: #E7E7E7;
}
main .sub_page_01 .main_contents #color_maker_step .preview_area.in_img {
  border: 2px solid #B6B4FF;
}
main .sub_page_01 .main_contents #color_maker_step .preview_area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main .sub_page_01 .main_contents #color_maker_step .color_pic {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box {
  width: 60%;
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box h3 {
  font-size: 18px;
  font-weight: 900;
  color: #B6B4FF;
  margin: 0 0 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box h3 {
    /* font-size: 14px; */
  }
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box .color_list dl {
  display: flex;
  justify-content: flex-start;
  font-weight: 900;
  margin: 0 0 10px;
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box .color_list dl:last-child {
  margin-bottom: 0;
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box .color_list dl dt {
  font-size: 16px;
  color: #293960;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box .color_list dl dt {
    font-size: 13px;
  }
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box .color_list dl dd {
  font-size: 16px;
  color: #293960;
  letter-spacing: 20%;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_step .color_pic .left-box .color_list dl dd {
    font-size: 14px;
  }
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .right-box {
  width: 40%;
}
main .sub_page_01 .main_contents #color_maker_step .color_pic .right-box .color_box {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #A8BCD0;
  width: 105px;
  height: 105px;
  box-shadow: 0px 0px 15px 0px #fff;
  margin-left: auto;
}

main .sub_page_01 .main_contents #color_maker_step .color_pic {

}
main .sub_page_01 .main_contents #color_maker_step .form_area {
  margin-top: 40px;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .form_group {
  margin-bottom: 28px;
  text-align: left;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .form_group label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  color: #293960;
  letter-spacing: 10%;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .form_group input {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #EDEDED;
  font-size: 18px;
  color: #111;
  outline: none;
  transition: 0.25s ease;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .form_group input::placeholder {
  color: #aaa;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .form_group input:focus {
  border: 2px solid #F0AA82;
  box-shadow: 0 0 8px rgba(243, 176, 143, 0.8), 0 0 16px rgba(243, 176, 143, 0.5);
  background: #fff;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group {
  margin-top: 25px;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .check_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 20px;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_title {
  font-size: 18px;
  font-weight: 900;
  color: #B6B4FF;
  letter-spacing: 10%;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_sub {
  font-size: 12px;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #293960;
  cursor: pointer;
  margin: 0;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  position: relative;
  padding: 0;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list {
  /* チェック時 */
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list input[type=checkbox]:checked {
  background: #B6B4FF;
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list {
  /* チェックマーク */
}
main .sub_page_01 .main_contents #color_maker_step .form_area .checkbox_group .checkbox_list input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  color: #293960;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
main .sub_page_01 .main_contents #color_maker_step .last_box {
  margin-bottom: 50px;
}
main .sub_page_01 .main_contents #color_maker_step .color_maker_button {
  width: 100%;
}
main .sub_page_01 .main_contents #color_maker_thanks {
  padding: 0 0 50px;
  background: #FFF;
  color: #293960;
  z-index: 1;
  position: relative;
}
main .sub_page_01 .main_contents #color_maker_thanks .container .thanks_title {
  font-size: 23px;
  font-weight: 900;
  position: relative;
  text-align: center;
  margin: 30px 0 35px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_thanks .container .thanks_title {
    font-size: 18px;
  }
}
main .sub_page_01 .main_contents #color_maker_thanks .container .thanks_title:before {
  content: "";
  background: url(../img/color_maker/illust_02.png) no-repeat;
  width: 68px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: -60px;
  transform: rotate(-26deg);
}
main .sub_page_01 .main_contents #color_maker_thanks .container .sub_text {
  font-size: 21px;
  margin: 0 0 35px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_thanks .container .sub_text {
    font-size: 18px;
  }
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card {
  background-color: #e5e7ec;
  width: 90%;
  padding: 30px 25px;
  margin: 0 auto 20px;
  border-radius: 20px;
  border: 4px solid #f8387c;
  box-shadow: 0px 0px 60px -10px white;
  box-sizing: border-box;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box {
  width: 60%;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  margin: 0 0 15px;
  text-align: left;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box .color_list dl {
  display: flex;
  justify-content: flex-start;
  font-weight: 900;
  margin: 0 0 10px;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box .color_list dl:last-child {
  margin-bottom: 0;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box .color_list dl dt {
  font-size: 15px;
  color: #000;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box .color_list dl dt {
    font-size: 13px;
  }
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box .color_list dl dd {
  font-size: 16px;
  color: #000;
  letter-spacing: 20%;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .left-box .color_list dl dd {
    font-size: 13px;
  }
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .right-box {
  width: 40%;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .color_pic .right-box .color_box {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #A8BCD0;
  width: 105px;
  height: 105px;
  box-shadow: 0px 0px 15px 0px #fff;
  margin-left: auto;
}

main .sub_page_01 .main_contents #color_maker_step .color_pic.color_box_done {
.left-box, .right-box
 {
  width: 50%;
  .color_box {
    width: 125px;
    height: 125px;
    margin: auto;
  }
  }
}

main .sub_page_01 .main_contents #color_maker_thanks .color-card .form-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .form-section .input-group {
  display: flex;
  flex-direction: column;
  margin: 0 0 5px;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .form-section .input-group:last-child {
  margin-bottom: 0;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .form-section .input-group label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #293960;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .form-section .input-group input {
  padding: 12px 15px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  font-size: 18px;
  color: #000;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.23);
  outline: none;
  font-family: inherit;
}
main .sub_page_01 .main_contents #color_maker_thanks .color-card .form-section .input-group input[readonly] {
  cursor: default;
}
main .sub_page_01 .main_contents #color_maker_thanks .info {
  margin: 0 0 25px;
}
main .sub_page_01 .main_contents #color_maker_thanks .info .info_icon {
  max-width: 20px;
  width: 10%;
  margin: 0 auto 20px;
}
main .sub_page_01 .main_contents #color_maker_thanks .info .info_text {
  border: 2px solid rgba(243, 176, 143, 0.3);
  border-radius: 40px;
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  position: relative;
  color: #293960;
}
main .sub_page_01 .main_contents #color_maker_thanks .info .info_text:before {
  content: "";
  background: url(../img/color_maker/illust_02.png) no-repeat;
  width: 44px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -20px;
  background-size: cover;
}
main .sub_page_01 .main_contents #color_maker_thanks .info .info_text p {
  color: #293960;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: 900;
}
main .sub_page_01 .main_contents .color_maker_thanks_info {
  padding: 30px;
  margin: 0 0 30px;
}
main .sub_page_01 .main_contents .color_maker_thanks_info .img_text01 {
  width: 100%;
  margin: 0 auto 20px;
}
main .sub_page_01 .main_contents .color_maker_thanks_info .bnr_01_2 {
  margin: 0 0 0 3%;
}
@media screen and (max-width: 767px) {
  main .sub_page_01 .main_contents .color_maker_thanks_info {
    border-radius: 0;
    padding: 20px 0;
  }
}
main .bnr_contents {
  margin: 0 auto 50px;
  padding: 0 50px;
}
main .logo_02 {
  margin: 1rem auto 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .logo_02 {
    display: block;
    margin: 4rem auto 50px;
    text-align: center;
  }
}
main .logo_02 .footer_logo {
  width: 40%;
  margin: 0 auto;
}
main .logo_02 .mlogo {
  width: 40%;
  margin: 0 auto;
}
main .logo_02 a {
  background: white;
  border: 4px solid rgb(0, 0, 0);
  border-radius: 9999px;
  display: inline-block;
  padding: 2rem 7rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .logo_02 a {
    padding: 2rem 4rem;
  }
}
main .logo_02 a img {
  width: 200px;
  display: block;
}

.sp_menu {
  display: none;
}

.home_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
    position: fixed;
    bottom: 20px;
    right: auto;
    left: auto;
    z-index: 1001;
    width: 100%;
    padding: 0 2rem;
  }
  .sp_menu nav ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp_menu nav ul li {
    flex: 1;
    background-color: rgba(144, 255, 88, 0.2);
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  .sp_menu nav ul li:nth-child(1) a {
      background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #CCE1FF 96.48%);
  }
  .sp_menu nav ul li:nth-child(2) a {
    background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #CCE1FF 96.48%);
  }
  .sp_menu nav ul li:nth-child(3) a {
    box-shadow: 0px 1px 12px rgba(100, 220, 180, 0.6);
    color: rgba(148, 0, 0, 0.7);
    font-size: 14px;
    font-weight: bold;
  }
  .sp_menu nav ul li a {
    color: #293960;
    font-size: 14px;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #FFDAFF 96.48%);
    border-radius: 15px/23px;
    padding: 14px 8px;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
  }
  .sp_menu nav ul li a:hover {
    background: #293960;
    color: #FFF;
  }

  .home_btn {
  display: block;
  }
  .home_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #293960;
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px 0;
    text-decoration: none;
    font-family: "Jost", sans-serif;
    letter-spacing: 2px;
    background: #FFF linear-gradient(77deg, #FFF 3.52%, #FDFFFF 68.59%, #FFDAFF 96.48%);
    border-radius: 10px 10px 10px 10px / 20px 20px 20px 20px;
    width: 60%;
    margin: 5rem auto 5rem;
}

}


.how_to_step {
  position: relative;
  img {
    display: block;
    margin: 0 auto;
    padding: 0px;
  }
  .how_to_step_text_link {
    a {
      display: inline-block;
      padding: 0.5rem 1.5rem;
      text-decoration: none;
      width: 181px;
      height: 36px;
      position: absolute;
      top: 480px;
      left: 112px;
      @media screen and (max-width: 767px) {
        top: 515px;
      }
    }
  }
}