html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body.modal-open {
  overflow: hidden;
}

#ct_bg,
#ct_bg * {
  box-sizing: border-box;
}

#ct_bg {
  color: #222;
  background: #FFEBF0;
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

#ct_bg a {
  color: #222;
  text-decoration: underline;
}
@media (hover: hover) {
  #ct_bg a:hover {
    text-decoration: none;
  }
}

#ct_bg img {
  display: block;
  max-width: 100%;
  height: auto;
}

#ct_bg strong,
#ct_bg button,
#ct_bg span {
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#ct_bg strong,
#ct_bg button,
#ct_bg span,
#ct_bg p,
#ct_bg .hdg {
  transform: rotate(0.03deg);
}

#ct_bg .animate__fadeInUp {
  animation-name: licca-soft-fade-in-up;
  animation-duration: .9s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes licca-soft-fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#ct_bg .onlySP {
  display: none;
}

#ct_bg .site-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}

#ct_bg .intro {
  background: #ffedf1;
  border-bottom: 2px solid #D1995F;
  overflow: hidden;
}

#ct_bg .intro__inner {
  display: grid;
  grid-template-columns: 188px 1fr;
  align-items: center;
  min-height: 132px;
}

#ct_bg .intro__logo {
  align-self: stretch;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 10px 20px 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(209, 153, 95, 0.3);
}

#ct_bg .intro__logo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#ct_bg .intro__copy {
  padding: 16px 0 14px 20px;
}

#ct_bg .intro__lead {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
}

#ct_bg .intro__lead span {
  color: #E50069;
}

#ct_bg .intro__note {
  margin-top: 6px;
  font-size: 1.2rem;
}

#ct_bg .main-visual {
  overflow: hidden;
  background: url("../img/bg01.png") center top/40px auto fixed;
  position: relative;
}

#ct_bg .main-visual::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: url("../img/bg02.png") center/4px auto repeat-x;
  pointer-events: none;
  transform: rotate(180deg);
}

#ct_bg .main-visual-slider {
  width: 100%;
  max-width: 1360px;
  padding: 10px 0 60px;
  overflow: visible;
}

#ct_bg .main-visual-slider .swiper-wrapper {
  align-items: flex-end;
}

#ct_bg .main-visual-slider .swiper-slide {
  width: 520px;
  height: 500px;
  max-width: calc(100% - 40px);
  opacity: .72;
  transform-origin: center bottom !important;
}

#ct_bg .main-visual-slider .swiper-slide-active {
  opacity: 1;
}

#ct_bg .main-visual-card {
  position: relative;
  height: 100%;
  border-radius: 48% 48% 18px 18px;
  background: #f56796;
  overflow: visible;
}

#ct_bg .main-visual-card::before {
  content: "";
  position: absolute;
  inset: -55px -16px -14px;
  display: none;
  background: url("../../img/waku.png") center/100% auto no-repeat;
  pointer-events: none;
  z-index: 2;
}

#ct_bg .main-visual-slider .swiper-slide-active .main-visual-card::before {
  display: block;
}

#ct_bg .main-visual-card > img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

#ct_bg .main-visual-card__name {
  position: absolute;
  z-index: 4;
  left: 6px;
  right: 6px;
  bottom: -25px;
  min-height: 52px;
  padding: 10px 54px 10px 14px;
  border: 2px solid #D1995F;
  border-radius: 5px;
  background: #fff;
  color: #E50069;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

#ct_bg .main-visual-slider .swiper-slide:not(.swiper-slide-active) .main-visual-card__name {
  pointer-events: none;
}

#ct_bg .main-visual-card__name span,
#ct_bg .work-card b {
  position: absolute;
  right: 7px;
  bottom: 8px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/ic_plus.svg") center/contain no-repeat;
}

#ct_bg .main-visual-slider .swiper-button-prev,
#ct_bg .main-visual-slider .swiper-button-next {
  width: 0;
  height: 0;
  top: 52%;
  color: transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

#ct_bg .main-visual-slider .swiper-button-prev {
  left: calc(50% - 235px);
  border-right: 18px solid #D1995F;
}

#ct_bg .main-visual-slider .swiper-button-next {
  right: calc(50% - 235px);
  border-left: 18px solid #D1995F;
}

#ct_bg .main-visual-slider .swiper-button-prev::after,
#ct_bg .main-visual-slider .swiper-button-next::after {
  display: none;
}

#ct_bg .main-visual-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: 3px;
}

#ct_bg .main-visual-slider .swiper-pagination-bullet-active {
  background-image: url("../img/ic_heart02.svg");
}

#ct_bg .main-visual-pagination__bullet {
  width: 20px;
  height: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url("../img/ic_heart03.svg") center/contain no-repeat;
  cursor: pointer;
}

#ct_bg .main-visual-pagination__bullet.is-active {
  background-image: url("../img/ic_heart02.svg");
}

#ct_bg .main-visual--licca {
  padding: 66px 0 119px;
}

#ct_bg .main-visual--licca .main-visual-slider {
  position: relative;
  max-width: 1360px;
  padding: 0;
}

#ct_bg .main-visual--licca .main-visual-slider::before {
  content: "";
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: -37px;
  width: 480px;
  height: 619px;
  background: url("../../img/waku.png") center/100% no-repeat;
  transform: translateX(-50%);
  pointer-events: none;
}

#ct_bg .main-visual--licca .swiper-wrapper {
  align-items: flex-end;
}

#ct_bg .main-visual--licca .swiper-slide {
  width: 420px;
  height: 515px;
  max-width: calc(100% - 40px);
  border-radius: 8px;
  opacity: 1;
  transform-origin: center bottom !important;
}

#ct_bg .main-visual--licca .swiper-carousel-animate-opacity {
  position: relative;
  height: 100%;
}

#ct_bg .main-visual--licca .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#ct_bg .main-visual--licca .slide-content {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -20px;
  width: 100%;
  display: none;
  padding: 0;
  background: none;
  border-radius: 0;
}

#ct_bg .main-visual--licca .swiper-slide-active .slide-content {
  display: none;
}

#ct_bg .main-visual--licca .slide-content p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  opacity: .65;
  font-family: -apple-system, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#ct_bg .main-visual--licca .swiper-button-prev,
#ct_bg .main-visual--licca .swiper-button-next {
  z-index: 30;
  top: 50%;
  width: 40px;
  height: 46px;
  margin-top: -2px;
  color: transparent;
  border: 0;
}

#ct_bg .main-visual--licca .swiper-button-prev {
  left: calc(50% - 252px);
}

#ct_bg .main-visual--licca .swiper-button-next {
  right: calc(50% - 252px);
}

#ct_bg .main-visual--licca .swiper-button-prev::after,
#ct_bg .main-visual--licca .swiper-button-next::after {
  display: block;
  font-size: 0;
}

#ct_bg .main-visual--licca .swiper-button-prev::before,
#ct_bg .main-visual--licca .swiper-button-prev::after,
#ct_bg .main-visual--licca .swiper-button-next::before,
#ct_bg .main-visual--licca .swiper-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/ic_arrow01.svg") center/26px 29px no-repeat;
  transition: opacity .3s;
}

#ct_bg .main-visual--licca .swiper-button-prev::after,
#ct_bg .main-visual--licca .swiper-button-next::after {
  background-image: url("../img/ic_arrow02.svg");
  opacity: 0;
}

#ct_bg .main-visual--licca .swiper-button-prev::before,
#ct_bg .main-visual--licca .swiper-button-prev::after {
  transform: rotate(180deg);
}

#ct_bg .main-visual--licca .swiper-pagination {
  bottom: -105px;
  left: 50%;
  width: 480px;
  padding: 21px 0 30px;
  background: #FFCAD7;
  transform: translateX(-50%);
}

#ct_bg .main-visual--licca .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: .2;
}

#ct_bg .main-visual--licca .swiper-pagination-bullet-active {
  opacity: 1;
}

#ct_bg .main-visual-current-link {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: -51px;
  width: 420px;
  transform: translateX(-50%);
}

#ct_bg .main-visual-current-link.is-switching .slide-product-link {
  animation: current-link-fade-in .45s ease-out both;
}

@keyframes current-link-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#ct_bg .slide-product-link {
  position: relative;
  display: block;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  min-height: 68px;
  padding: 0 13px;
  border: 2px solid #D1995F;
  border-radius: 5px;
  background: #fff;
  color: #E50069;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  filter: drop-shadow(0 4px 0 rgba(209, 153, 95, 0.3));
  transition: background .3s;
}

#ct_bg .slide-product-link span {
  position: absolute;
  right: 7px;
  bottom: 17px;
  width: 30px;
  height: 30px;
}

#ct_bg .slide-product-link span::before,
#ct_bg .slide-product-link span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/ic_plus.svg") center/contain no-repeat;
  transition: opacity .3s;
}

#ct_bg .slide-product-link span::after {
  background-image: url("../img/ic_plus02.svg");
  opacity: 0;
}

#ct_bg .anchor-nav {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #D1995F;
}

#ct_bg .anchor-nav .site-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 29px 0;
}

#ct_bg .anchor-nav a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding-left: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  width: calc(100% / 4);
}

#ct_bg .anchor-nav a b {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 71px;
  padding: 7px 14px 7px 28px;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  transform: rotate(-3deg);
  transform-origin: center;
}
@media screen and (max-width: 1240px) {
  #ct_bg .anchor-nav a b {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 980px) {
  #ct_bg .anchor-nav a {
    width: calc(100% / 2);
  }
  #ct_bg .anchor-nav a b {
  font-size: 2rem;
  }
}

#ct_bg .anchor-nav a b::before, #ct_bg .anchor-nav a b::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
}

#ct_bg .anchor-nav a b::before {
  background: url("../../img/bg04.svg") no-repeat 0 50%/100%;
  filter: drop-shadow(0 4px 0 rgba(209, 153, 95, 0.3));
}

#ct_bg .anchor-nav a b::after {
  background: url("../../img/bg03.svg") no-repeat 0 50%/100%;
  transition: opacity .3s;
}

#ct_bg .anchor-nav a b i,
#ct_bg .anchor-nav a b em {
  font-style: normal;
}

#ct_bg .anchor-nav a span,
#ct_bg .section-heading span {
  position: absolute;
  left: 8px;
  width: 48px;
  height: 40px;
}

#ct_bg .anchor-nav a span img,
#ct_bg .section-heading span img {
  width: 100%;
  height: 100%;
}

#ct_bg .anchor-nav a span {
  z-index: 2;
  left: 0;
  top: 15px;
  width: 80px;
  height: 66px;
}

#ct_bg .anchor-nav a:first-child b em {
  font-style: normal;
}

#ct_bg .content-section {
  padding: 80px 0;
}

#ct_bg .content-section#about {
  padding-bottom: 0;
}

#ct_bg .section-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 6px 22px 10px 70px;
  background: #222;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-left: 50px;
}

#ct_bg .section-heading::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 0;
  bottom: 7px;
  height: 1px;
  background: #D1995F;
}

#ct_bg .section-heading span {
  left: -51px;
  top: 50%;
  width: 100px;
  height: 83px;
  transform: translateY(-53%);
}

#ct_bg .about-copy {
  padding-top: 44px;
}

#ct_bg .about-copy p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}

#ct_bg .about-copy p + p {
  margin-top: 20px;
}

#ct_bg .about-copy p.quantity-note {
  display: inline-block;
  padding: 8px 20px 10px;
  border: 1px solid #E50069;
  background: #fff;
  border-radius: 10px;
  color: #E50069;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}

#ct_bg .about-sns {
  margin-top: 20px;
}

#ct_bg .about-sns .inner {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

#ct_bg .about-sns .inner .column01 {
  margin-top: 0;
  width: auto;
  height: 40px;
}
#ct_bg .about-sns .inner .column01 img {
  width: auto;
  height: 100%;
}

#ct_bg .about-sns .inner .column01 a {
  opacity: 1;
  transition: opacity .4s;
}
@media (hover: hover) {
  #ct_bg .about-sns .inner .column01 a:hover {
    opacity: .6;
  }
}

#ct_bg .works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 42px;
}

#ct_bg .work-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0;
  border: 2px solid #D1995F;
  border-radius: 5px;
  background: #fff;
  color: #E50069;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: background .3s;
}

#ct_bg .work-card img {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
}

#ct_bg .work-card span {
  position: static;
  grid-column: 1 / -1;
  grid-row: 2;
  display: block;
  min-width: 0;
  padding: 10px 54px 10px 14px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4;
}

#ct_bg .work-card b {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  right: auto;
  bottom: auto;
  margin-right: 8px;
  background: none;
}

#ct_bg .work-card b::before, #ct_bg .work-card b::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/ic_plus.svg") center/contain no-repeat;
  transition: opacity .3s;
}

#ct_bg .work-card b::after {
  background-image: url("../img/ic_plus02.svg");
  opacity: 0;
}

#ct_bg .hair-area {
  margin-top: 40px;
  line-height: 1.5;
}

#ct_bg .hair-area p {
  font-size: 1.8rem;
}

#ct_bg .hair-area p strong {
  font-size: 2.4rem;
  font-weight: 800;
}

#ct_bg .hair-area p small {
  font-size: 1.8rem;
}

#ct_bg .hair-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
  list-style: none;
}

#ct_bg .contact-band {
  padding: 74px 24px;
  text-align: center;
  background: url("../img/bg01.png") center top/40px auto fixed;
  position: relative;
}

#ct_bg .contact-band::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 14px;
  background: url("../img/bg02.png") center/4px auto repeat-x;
  pointer-events: none;
}

#ct_bg .contact-band::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: url("../img/bg02.png") center/4px auto repeat-x;
  pointer-events: none;
  transform: rotate(180deg);
}

#ct_bg .contact-band p {
  margin-top: 21px;
  font-size: 1.8rem;
}

#ct_bg .contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 632px;
  min-height: 84px;
  padding: 0 10px 0.12em;
  border: 2px solid #E50069;
  border-radius: 10px;
  background: #E50069;
  box-shadow: 0 4px 0 rgba(209, 153, 92, 0.3);
  color: #fff;
  font-size: 3.2rem !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: .3s;
}

#ct_bg .modal__box .contact-button {
  min-width: 472px;
}

#ct_bg .flow-lead {
  margin-top: 40px;
  font-size: 1.8rem;
}

#ct_bg .flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 0;
  margin-top: 40px;
}

#ct_bg .flow-connector {
  z-index: 0;
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(100% - 220px);
  max-width: 752px;
  height: 80px;
  background: url("../../img/bg01.svg") center top/100% 80px no-repeat;
  pointer-events: none;
}

#ct_bg .flow-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 199px;
  border: 4px solid #B299E4;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

#ct_bg .flow-box strong {
  padding: 8px 8px 13px;
  background: #B299E4;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
}

#ct_bg .flow-box span {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 20px 0 26px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.5;
}

#ct_bg .flow-box--sub {
  justify-content: center;
  min-height: 131px;
  border: 0;
  background: #B299E4;
  color: #fff;
}

#ct_bg .flow-box--sub strong {
  padding-bottom: 0;
  font-size: 2.6rem;
  font-weight: 800;
}

#ct_bg .flow-box--sub span {
  display: block;
  flex: 0 0 auto;
  padding-top: 6px;
  font-size: 2.6rem;
  font-weight: 800;
}

#ct_bg .flow-box--sub span em {
  position: relative;
  top: 0.08em;
  margin-inline: .18em;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

#ct_bg .flow-note {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

#ct_bg .licca-about {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

#ct_bg .licca-about p {
  font-size: 1.8rem;
}

#ct_bg .licca-about p + p {
  margin-top: 25px;
}

#ct_bg .licca-about figure {
  width: 400px;
}
#ct_bg .licca-about figure img {
  width: 100%;
  height: 100%;
}

#ct_bg .copyright {
  padding: 40px;
  font-size: 1.4rem;
  text-align: center;
}

#ct_bg .modal-backdrop {
  position: fixed;
  z-index: 4000;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 202, 215, 0.8);
  transition: .25s;
}

#ct_bg .modal {
  position: fixed;
  z-index: 4001;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  transition: .25s;
}

#ct_bg .modal.is-active, #ct_bg .modal-backdrop.is-active {
  visibility: visible;
  opacity: 1;
}

#ct_bg .modal__close {
  position: absolute;
  z-index: 2;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  box-shadow: 0 4px 0 rgba(209, 153, 95, 0.3);
  cursor: pointer;
}

#ct_bg .modal__close::before, #ct_bg .modal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/btn_close01.svg") center/contain no-repeat;
  transition: opacity .3s;
}

#ct_bg .modal__close::after {
  background-image: url("../img/btn_close02.svg");
  opacity: 0;
}

#ct_bg .product-modal__copy .hdg {
  padding: 0 0 10px 50px;
  border-bottom: 1px solid #D1995F;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.5;
}

#ct_bg .product-modal__copy .hdg::before {
  content: "";
  position: absolute;
  margin-left: -50px;
  margin-top: 3px;
  width: 40px;
  height: 34px;
  background: url("../img/ic_heart.svg") center/contain no-repeat;
}

#ct_bg .product-modal__copy p {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.75;
}

#ct_bg .product-modal__copy p:nth-of-type(n + 2) strong {
  font-weight: 800;
}

#ct_bg .product-modal__copy a {
  color: #222;
  text-decoration: underline;
}

#ct_bg .modal__box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 530fr) minmax(0, 560fr);
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 40px 30px 40px 40px;
  border-radius: 10px;
  background: #fff;
  overflow: visible;
}

#ct_bg .modal__box figure {
  position: relative;
  align-self: start;
  justify-self: end;
  width: 100%;
  max-width: 560px;
}

#ct_bg .modal__box figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid #D1995F;
  pointer-events: none;
}

#ct_bg .modal__box figure img {
  display: block;
  width: 100%;
}

#ct_bg .modal__box--contact {
  display: block;
}

#ct_bg .modal__box--contact .hdg {
  padding: 10px;
  background: #222;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

#ct_bg .modal__box--contact ul {
  margin: 28px 0;
  list-style: none;
}

#ct_bg .modal__box--contact li {
  position: relative;
  margin-top: 30px;
  padding-left: 53px;
  font-size: 2.4rem;
  font-weight: 800;
}

#ct_bg .modal__box--contact .leadtime-list {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

#ct_bg .modal__box--contact .leadtime-list li {
  margin-top: 0;
  padding-left: 1.45em;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.75;
}

#ct_bg .modal__box--contact .leadtime-list li::before {
  content: "";
  top: .8em;
  left: 0.6em;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background: #222;
}

#ct_bg .modal__box--contact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: url("../img/ic_checkmark.svg") center/contain no-repeat;
}

#ct_bg .modal__box--contact strong {
  color: #E50069;
}

#ct_bg .modal__box--contact p {
  text-align: center;
}

/*  ---- media: other features ----  */

@media (any-hover: hover) {
  #ct_bg .main-visual--licca .swiper-button-prev:hover::before,
  #ct_bg .main-visual--licca .swiper-button-next:hover::before {
    opacity: 0;
  }
  #ct_bg .main-visual--licca .swiper-button-prev:hover::after,
  #ct_bg .main-visual--licca .swiper-button-next:hover::after {
    opacity: 1;
  }
  #ct_bg .slide-product-link:hover {
    background: #FFE6ED;
  }
  #ct_bg .slide-product-link:hover span::before {
    opacity: 0;
  }
  #ct_bg .slide-product-link:hover span::after {
    opacity: 1;
  }
  #ct_bg .anchor-nav a:hover b::after {
    opacity: 0;
  }
  #ct_bg .work-card:hover {
    background: #FFE6ED;
  }
  #ct_bg .work-card:hover b::before {
    opacity: 0;
  }
  #ct_bg .work-card:hover b::after {
    opacity: 1;
  }
  #ct_bg .contact-button:hover {
    background: #fff;
    border: 2px solid #E50069;
    color: #E50069;
  }
  #ct_bg .modal__close:hover::before {
    opacity: 0;
  }
  #ct_bg .modal__close:hover::after {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ct_bg .main-visual-current-link.is-switching .slide-product-link {
    animation: none;
  }
}

/*  ---- media: SP (max-width) ----  */

@media screen and (max-width: 767px) {
  #ct_bg {
    font-size: 3.5vw;
  }
  #ct_bg .onlySP {
    display: block;
  }
  #ct_bg br.onlySP,
  #ct_bg img.onlySP {
    display: inline-block;
  }
  #ct_bg .site-inner {
    width: calc(100% - 10vw);
  }
  #ct_bg .intro__inner {
    display: block;
    width: 100%;
    min-height: 0;
  }
  #ct_bg .intro__logo {
    height: 13.75vw;
    padding: 2.5vw 5vw 3vw;
    border: 0;
  }
  #ct_bg .intro__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #ct_bg .intro__copy {
    display: none;
  }
  #ct_bg .intro__lead {
    font-size: 4vw;
    line-height: 1.5;
  }
  #ct_bg .intro__note {
    margin-top: 1.25vw;
    font-size: 3vw;
  }
  #ct_bg .main-visual {
    background: url("../img/bg01.png") left top/10vw auto fixed;
    padding-top: 3vw;
  }
  #ct_bg .main-visual-slider {
    width: 100%;
    padding-bottom: 12vw;
    overflow: hidden;
  }
  #ct_bg .main-visual-slider .swiper-wrapper {
    align-items: flex-end;
  }
  #ct_bg .main-visual-slider .swiper-slide {
    width: 100% !important;
    height: 112vw;
    max-height: 122.5vw;
  }
  #ct_bg .main-visual-slider .swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
  #ct_bg .main-visual-card::before {
    inset: -9vw -2.25vw -2.75vw;
  }
  #ct_bg .main-visual-card__name {
    min-height: 10.5vw;
    bottom: -4.25vw;
    padding: 1.75vw 10.5vw 1.75vw 2vw;
    font-size: 2.75vw;
  }
  #ct_bg .main-visual-card__name span,
  #ct_bg .work-card b {
    right: 2vw;
  }
  #ct_bg .main-visual-slider .swiper-button-prev {
    left: 2vw;
  }
  #ct_bg .main-visual-slider .swiper-button-next {
    right: 2vw;
  }
  #ct_bg .main-visual-slider .swiper-pagination {
    gap: 3.75vw;
  }
  #ct_bg .main-visual-pagination__bullet {
    width: 5vw;
    height: 4.25vw;
  }
  #ct_bg .main-visual--licca {
    padding: 0vw 0 27.5vw;
  }
  #ct_bg .main-visual--licca .main-visual-slider {
    top: -2.625vw;
    overflow: visible !important;
  }
  #ct_bg .main-visual--licca .main-visual-slider::before {
    bottom: -5vw;
    width: 95vw;
    height: 122.5vw;
  }
  #ct_bg .main-visual--licca .swiper-slide {
    width: 90vw !important;
    height: 128.75vw;
    max-width: calc(100% - calcvw(40));
  }
  #ct_bg .main-visual--licca .main-visual-slider:not(.swiper-fade) .swiper-slide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
  }
  #ct_bg .main-visual--licca .main-visual-slider.swiper-fade .swiper-slide {
    width: 100% !important;
    max-width: none;
  }
  #ct_bg .main-visual--licca .swiper-slide img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82.5vw;
    max-width: 100%;
    height: auto;
    transform: translateX(-50%);
  }
  #ct_bg .main-visual--licca .swiper-button-prev,
  #ct_bg .main-visual--licca .swiper-button-next {
    display: block !important;
    width: 9vw;
    height: 10.5vw;
    margin-top: -0.5vw;
  }
  #ct_bg .main-visual--licca .swiper-button-prev {
    left: 0;
  }
  #ct_bg .main-visual--licca .swiper-button-next {
    right: 0;
  }
  #ct_bg .main-visual--licca .swiper-pagination {
    bottom: -27.5vw;
    padding: 13.25vw 0 5vw;
  }
  #ct_bg .main-visual--licca .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
  #ct_bg .main-visual-current-link {
    width: 90vw;
    bottom: -13.75vw;
  }
  #ct_bg .slide-product-link {
    width: 100%;
    min-height: 17vw;
    padding: 0 3.25vw;
    font-size: 4vw;
  }
  #ct_bg .slide-product-link span {
    right: 1.75vw;
    bottom: 4.25vw;
    width: 7.5vw;
    height: 7.5vw;
  }
  #ct_bg .anchor-nav {
    width: 100%;
    border-top: 0.5vw solid #D1995F;
    background: #fff;
  }
  #ct_bg .anchor-nav .site-inner {
    width: 100%;
    padding: 0.5vw 0;
  }
  #ct_bg .anchor-nav a {
    flex-basis: 50%;
    min-width: 0;
    min-height: inherit;
    padding: 2.25vw 6vw 2.75vw 12.75vw;
    border-right: 0.25vw solid #fff;
    background: #222;
    font-size: 4vw;
  }
  #ct_bg .anchor-nav a b {
    display: block;
    justify-content: flex-start;
    width: auto;
    min-height: 0;
    padding: 0;
    text-align: left;
    font-size: 4.5vw;
    line-height: 1.25;
    transform: none;
  }
  #ct_bg .anchor-nav a:nth-child(1) b, #ct_bg .anchor-nav a:nth-child(4) b {
    font-size: 4vw;
  }
  #ct_bg .anchor-nav a:nth-child(1) b em, #ct_bg .anchor-nav a:nth-child(4) b em {
    font-size: 3.5vw;
  }
  #ct_bg .anchor-nav a span {
    left: 1.5vw;
    top: 50%;
    width: 10vw;
    height: 9.25vw;
    transform: translateY(-45%);
  }
  #ct_bg .anchor-nav a:first-child b em {
    font-size: 3.5vw;
  }
  #ct_bg .anchor-nav a:nth-child(even) {
    border-right: 0;
    border-left: 0.25vw solid #fff;
  }
  #ct_bg .anchor-nav a:nth-child(-n+2) {
    border-bottom: 0.5vw solid #fff;
  }
  #ct_bg .anchor-nav a::after {
    content: "";
    position: absolute;
    right: 1.875vw;
    top: 50%;
    width: 1.75vw;
    height: 1.5vw;
    background: url("../img/ic_arrow03.svg") center/contain no-repeat;
    transform: translateY(-50%);
  }
  #ct_bg .anchor-nav a b::before,
  #ct_bg .anchor-nav a b::after {
    display: none;
  }
  #ct_bg .content-section {
    padding: 15vw 0;
  }
  #ct_bg .section-heading {
    min-height: 10.5vw;
    margin-left: 4vw;
    padding: 0.75vw 2vw 1.75vw 7.5vw;
    font-size: 5vw;
    line-height: 1.5;
  }
  #ct_bg .section-heading::after {
    left: 7.5vw;
    bottom: 1.5vw;
  }
  #ct_bg .section-heading span {
    left: -9vw;
    top: 50%;
    width: 15vw;
    height: 12.75vw;
    transform: translateY(-50%);
  }
  #ct_bg .about-copy {
    padding-top: 7vw;
  }
  #ct_bg .about-copy p {
    font-size: 4vw;
  }
  #ct_bg .about-copy p.quantity-note {
    width: 100%;
    padding: 2.5vw 5vw;
    font-size: 4.8vw;
  }
  #ct_bg .works-grid {
    grid-template-columns: 1fr;
    gap: 2.5vw;
    margin-top: 7vw;
  }
  #ct_bg .work-card span {
    padding: 2.5vw 13.5vw 2.5vw 3.25vw;
    font-size: 4vw;
  }
  #ct_bg .work-card b {
    right: auto;
    bottom: auto;
    width: 7.5vw;
    height: 7.5vw;
  }
  #ct_bg .hair-area {
    margin-top: 7.5vw;
  }
  #ct_bg .hair-area p strong {
    display: block;
    font-size: 5vw;
  }
  #ct_bg .hair-area p small {
    font-size: 4vw;
    margin-top: 3vw;
    display: inline-block;
  }
  #ct_bg .hair-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  #ct_bg .contact-band {
    background: url("../img/bg01.png") left top/10vw auto fixed;
    padding: 18.5vw 4vw;
  }
  #ct_bg .contact-band p {
    margin-top: 5vw;
    font-size: 4vw;
  }
  #ct_bg .contact-button {
    min-width: 0;
    width: 100%;
    min-height: 16.5vw;
    padding: 2.5vw;
    font-size: 5vw !important;
  }
  #ct_bg .modal__box .contact-button {
    min-width: 0;
  }
  #ct_bg .flow-lead {
    font-size: 4vw;
    margin-top: 7.5vw;
  }
  #ct_bg .flow-grid {
    column-gap: 2vw;
    row-gap: 0;
    margin-top: 7.5vw;
  }
  #ct_bg .flow-connector {
    width: 61.5vw;
    height: 15vw;
    background-image: url("../../img/bg02.svg");
    background-size: 61.5vw 15vw;
  }
  #ct_bg .flow-box {
    min-height: 29.5vw;
    border-width: 0.5vw;
  }
  #ct_bg .flow-box strong {
    padding: 2vw 0.5vw 2.25vw;
    font-size: 4vw;
    line-height: 1.3;
  }
  #ct_bg .flow-box span {
    padding: 2.5vw 0.5vw 3.5vw;
    font-size: 3.5vw;
  }
  #ct_bg .flow-box--sub {
    min-height: 25.25vw;
  }
  #ct_bg .flow-box--sub strong {
    font-size: 4vw;
  }
  #ct_bg .flow-box--sub span {
    padding-top: 0.75vw;
    font-size: 4vw;
  }
  #ct_bg .flow-box--sub span em {
    font-size: 7.5vw;
  }
  #ct_bg .flow-note {
    margin-top: 7.5vw;
    font-size: 5vw;
  }
  #ct_bg .licca-about {
    grid-template-columns: 1fr;
    gap: 10vw;
    margin-top: 7.5vw;
  }
  #ct_bg .licca-about p {
    font-size: 4vw;
  }
  #ct_bg .licca-about p + p {
    margin-top: 5vw;
  }
  #ct_bg .copyright {
    font-size: 3.5vw;
    padding: 7.5vw;
  }
  #ct_bg .modal {
    align-items: flex-start;
    padding: 17.5vw 5vw 7.5vw;
  }
  #ct_bg .modal__close {
    position: fixed;
    right: 2.5vw;
    top: 15vw;
    width: 10vw;
    height: 10vw;
  }
  #ct_bg .product-modal__copy .hdg {
    padding: 0 0 2vw 12.5vw;
    font-size: 4.8vw;
  }
  #ct_bg .product-modal__copy .hdg::before {
    margin-left: -12.5vw;
    margin-top: -0.25vw;
    width: 10vw;
    height: 10vw;
  }
  #ct_bg .product-modal__copy p {
    margin-top: 5vw;
    font-size: 4vw;
  }
  #ct_bg .product-modal__copy p:nth-of-type(n + 2) {
    font-size: 4.5vw;
  }
  #ct_bg .modal__box {
    grid-template-columns: 1fr;
    gap: 7vw;
    width: 100%;
    padding: 10vw 5vw;
  }
  #ct_bg .modal__box figure {
    justify-self: stretch;
    max-width: none;
  }
  #ct_bg .modal__box--contact .hdg {
    padding: 2.5vw 3.75vw;
    text-align: left;
    font-size: 5vw;
  }
  #ct_bg .modal__box--contact ul {
    margin: 5vw 0;
    padding: 0;
  }
  #ct_bg .modal__box--contact li {
    margin-top: 5vw;
    padding-left: 10vw;
    font-size: 4vw;
  }
  #ct_bg .modal__box--contact .leadtime-list {
    margin-top: 1.25vw;
  }
  #ct_bg .modal__box--contact .leadtime-list li {
    font-size: 4vw;
    padding-left: 1.5em;
  }
  #ct_bg .modal__box--contact li::before {
    width: 7.5vw;
    height: 7.5vw;
  }
  #ct_bg .main-visual-mobile-copy {
    padding: 2.5vw 5vw 3.25vw;
  }
  #ct_bg .main-visual-card__name span {
    width: 7vw;
    height: 7vw;
  }
  #ct_bg .main-visual--licca .main-visual-slider:not(.swiper-fade) .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
  #ct_bg .main-visual--licca .main-visual-slider:not(.swiper-fade) .swiper-slide.is-transition-slide {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none;
    transition-property: transform, opacity !important;
  }
  #ct_bg .main-visual--licca .main-visual-slider:not(.swiper-fade) .swiper-slide.is-transition-slide.is-fading-out {
    opacity: 0 !important;
    transition-duration: .25s !important;
    transition-timing-function: ease-out !important;
  }
  #ct_bg .quantity-note {
    font-size: 3.5vw;
  }
  #ct_bg .licca-about figure {
    margin: 0 auto;
    width: 75vw;
  }
}