@charset "UTF-8";

.top {
  margin-bottom: 60px;
}

.top:not(.--hakama) {
  margin-top: 0 !important;
}

.top section:not(.mv) {
  margin-top: 12px;
}

/* mv
------------------------------ */
.top .mv {
  position: relative;
}
.top .js-mv-swiper {
  height: 530px;
  position: relative;
}
.top .mv__logo_big {
  display: flex;
  justify-content: center;
  padding: 20px 20px 0;
}
.top .mv__logo_big img {
  width: 100%;
}
.top .mv__nav_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 52px;
}
.top .mv__nav_list {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.top .mv__nav_list::after {
  border-left: dotted 2px #03071F;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
  content: '';
}
.top .mv__nav_list li {
  height: 100%;
}
.top .mv__nav_list a {
  display: block;
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: 700;
  padding: 15px min(2.4vw, 9px);
  position: relative;
}
.top .mv__nav_list a::before {
  border-left: dotted 2px #03071F;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  content: '';
}
.top .header__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  line-height: 1;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .header__btn_inn {
  cursor: pointer;
  width: 20px;
  height: 14px;
}
.top .header__btn span:not(.header__btn_inn) {
  width: 100%;
  height: 2px;
  background: #03071F;
  display: block;
  border-radius: 10px;
  position: absolute;
}
.top .header__btn span:first-of-type {
  top: 0;
}
.top .header__btn span:nth-of-type(2) {
  top: 6px;
}
.top .header__btn span:last-of-type {
  bottom: 0;
}
.top .js-mv-swiper .mv__video,
.top .js-mv-swiper .mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.top .js-mv-swiper .mv__video::after,
.top .js-mv-swiper .mv__img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70%, rgba(17, 0, 0, 0.20) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .js-mv-swiper video,
.top .js-mv-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .mv__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: absolute;
  /* bottom: 70px; */
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.top .mv__wrapper .button {
  width: 164px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.top .mv__wrapper .button + .button {
  margin-top: 6px;
}
.top .mv__txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0 20px;
  text-shadow: #000 0 0 5px;
}
.top .mv .swiper-pagination {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: flex-end;
  gap: 10px;
  /* bottom: 30px; */
  /* padding: 0 20px; */
  bottom: 17px !important;
  padding: 0 17px;
  right: 0;
  left: inherit;
  width: max-content;
}
.top .mv .swiper-pagination-bullet {
  max-width: 50px;
  /* width: 100%; */
  /* height: 4px; */
  width: 8px;
  height: 8px;
  background-color: #fff;
  /* border-radius: 0; */
  margin: 0 !important;
  /* opacity: 0.5; */
  opacity: 1;
  position: relative;
}
.top .mv .swiper-pagination-bullet-active::after {
  content: '';
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 180%;
}
.top .mv .swiper-button-prev,
.top .mv .swiper-button-next {
  width: 44px;
  height: 44px;
}
.top .mv .swiper-button-prev {
  left: 10px;
  top: 50%;
}
.top .mv .swiper-button-next {
  top: 50%;
  right: 10px;
}
.top .mv .swiper-button-prev::after,
.top .mv .swiper-button-next::after {
  content: '';
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  background: none;
}
.top .mv .swiper-button-prev::after {
  transform: rotate(-135deg);
}
.top .mv .scroll {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  /* flex-direction: column; */
  /* gap: 8px; */
  /* padding: 0px 8px 0px; */
  padding: 0 0 0 15px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  font-family: 'Montserrat',sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  /* -ms-writing-mode: tb-lr; */
  /* writing-mode: vertical-lr; */
}
.top .mv .scroll::before {
  animation: sdl 1.5s cubic-bezier(1,0,0,1) infinite;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  width: 1.2px;
  /* height: 63px; */
  height: 40px;
  background: #fff;
}
/* SCROLL DOWNのアニメ */
@keyframes sdl{
  0%{
    transform:scale(1,0);
    transform-origin:0 0
  }
  50%{
    transform:scale(1,1);
    transform-origin:0 0
  }
  50.1%{
    transform:scale(1,1);
    transform-origin:0 100%
  }
  100%{
    transform:scale(1,0);
    transform-origin:0 100%
  }
}


/* ai
------------------------------ */
.top .ai {
  position: relative;
}
.top .ai::after {
  content: '';
  background: linear-gradient(transparent, #110000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.3;
}
.top .ai .inner {
  position: absolute;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.top .ai .ai__img img {
  width: 100%;
  height: auto;
}
.top .ai__btn {
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 163px;
  height: 40px;
}


/* press
------------------------------ */
.top .press {
  background-color: #F7C0C1;
  padding-bottom: 36px;
}
.top .press.hakama {
  background-color: #97d5eb;
}
.top .press__img {
  width: 100%;
  height: 220px;
  position: relative;
}
.top .press__img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #110000);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}
.top .press__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .press .c-title01 {
  position: absolute;
  /* top: -25px; */
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
/* .top .press .inner {
  background-color: #C89991;
  padding: 40px 30px;
} */
.top .press__list {
  /* display: flex;
  flex-direction: column;
  gap: 15px; */
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, 1fr);
}
.top.--hakama .press__list {
  grid-template-columns: repeat(2, 1fr);
}
.top .press__item {
  border-bottom: solid 1px #D49690;
  height: 70px;
}
.top .press.hakama .press__item{
  border-bottom: solid 1px #6cadc4;
}
.top .press__item.--pink {
  background-color: #FFA1A3;
}
.top:not(.--hakama) .press__item:nth-child(1),
.top:not(.--hakama) .press__item:nth-child(2) {
  grid-column: span 3;
}
.top:not(.--hakama) .press__item:nth-child(3),
.top:not(.--hakama) .press__item:nth-child(4),
.top:not(.--hakama) .press__item:nth-child(5) {
  grid-column: span 2;
}
.top:not(.--hakama) .press__item:nth-child(6) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 95px 1fr;
}
.top.--hakama .press__item:last-of-type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column: 1 / 3;
}
.top.--hakama .press__item:last-of-type .blog {
  grid-column: 2 / 5;
}
.top .press__item:nth-child(2),
.top .press__item:nth-child(4),
.top:not(.--hakama) .press__item:nth-child(5) {
  border-left: solid 1px #D49690;
}
.top .press.hakama .press__item:nth-child(2),
.top .press.hakama .press__item:nth-child(4),
.top:not(.--hakama) .top .press.hakama .press__item:nth-child(5) {
  border-left: solid 1px #6cadc4;
}
.top .press__item a {
  /* font-size: 2.2rem; */
  font-size: 1.8rem;
  /* color: #fff; */
  position: relative;
  /* padding-left: 20px; */
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 0 7px;
  height: 100%;
}
.top .press__item a:hover {
  color: #03071f;
}
/* .top .press__item a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
} */
.top .press__item a small {
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
}
.top .press__item .logo__new {
  font-size: 1.0rem;
  background-color: #D01126;
  color: #fff;
  padding: 1px 4px;
  font-family: 'Noto Sans JP';
  position: absolute;
  top: 0;
  right: 0;
}
.top .press__item .blog {
  /* background-color: #B0827A; */
  /* margin-left: -20px; */
  border-left: dashed 1px #D49690;
  justify-content: flex-start;
  padding: 0 15px;
  position: relative;
  font-family: 'Noto Sans JP';
}
.top .press.hakama .press__item .blog {
  border-left: dashed 1px #6cadc4;
}
.top .press__item .blog__top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.top .press__item .blog__txt {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.top .press__item .logo__youtube {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.3rem;
}
.top .press__item .logo__youtube::before {
  content: '';
  mask: url(../../common/images/2025/icon_youtube.webp) no-repeat center center / contain;
  background-color: #000;
  width: 20px;
  height: 20px;
}
.top .press__sns_title {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}
.top .press__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.top .press__sns a {
  background-color: #000;
  border-radius: 50%;
  color: transparent;
  width: 55px;
  height: 55px;
  display: block;
  position: relative;
}
.top .press__sns_item a::after {
  content: '';
  background-color: #F7C0C1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.top .press.hakama .press__sns_item a::after {
  background-color: #97d5eb;
}
.top .press__sns_item.instagram a::after {
  mask: url(../../common/images/2025/icon_instagram.webp) no-repeat center center / contain;
}
.top .press__sns_item.tiktok a::after {
  mask: url(../../common/images/2025/icon_tiktok.webp) no-repeat center center / contain;
}
.top .press__sns_item.youtube a::after {
  mask: url(../../common/images/2025/icon_youtube.webp) no-repeat center center / contain;
}
.top .press__sns_item.x a::after {
  mask: url(../../common/images/2025/icon_x.webp) no-repeat center center / contain;
}
/* .top .press__sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
.top .press .sns__bnr {
  width: 100%;
  height: 100px;
}
.top .press .sns__bnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* product
------------------------------ */
.top .product {
  position: relative;
}
.top .product .c-title01 {
  color: #03071f;
  text-shadow: 0 0 10px #fff;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
}
.top .product__item {
  position: relative;
}
.top .product__item .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top .product__item img {
  display: block;
  width: 100%;
}
.top .product__item .img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.top .product__txt {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 25px 20px 45px;
  place-content: center;
  min-height: 180px;
}
.top .product__item .button {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 275px;
  height: 55px;
  z-index: 1;
  backdrop-filter: blur(10px);
}
.top .product__navigation {
  display: grid;
  grid-template-columns: 25px 1fr 25px;
  align-items: center;
  padding: 0 20px;
  margin-top: 40px;
}
.top .product .swiper-pagination {
  position: relative;
  bottom: inherit !important;
}
.top .product .swiper-pagination-bullet {
  background-color: #000;
  margin: 0 5px !important;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.top .product .swiper-pagination-bullet-active {
  background-color: #F64077;
  position: relative;
}
.top .product .swiper-pagination-bullet-active::after {
  content: '';
  border: solid 1px #F64077;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 180%;
}
.top .product .swiper-button-prev,
.top .product .swiper-button-next {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  background: url(../../common/images/btn_slide_right.webp) no-repeat center center / contain;
  width: 25px;
}
.top .product .swiper-button-prev {
  transform: scale(-1, 1);
}
.top .product .swiper-button-prev::after,
.top .product .swiper-button-next::after {
  content: none;
}
.top .product__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 1.5rem;
  position: relative;
  margin: 30px 0 17px;
}
.top .product__title::before {
  content: '';
  background: url(../../common/images/icon_search.png) no-repeat center center / contain;
  width: 13px;
  height: 15px;
}
.top .product .acc_wrap {
  border-bottom: solid 1px #000;
}
.top .product .acc_box_subbox {
  border-top: solid 1px #000;
}
.top .product .acc_btn,
.top .product .acc_link {
  display: block;
  padding: 17px 0;
  position: relative;
  width: 100%;
}
.top .product .acc_link.--pink {
  background-color: #F5D6D7;
  padding-left: 15px;
}
.top .product .acc_link.--pink::after {
  right: 15px;
}
.top .product .acc_btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: left;
}
.top .product .acc_btn_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #000;
  margin: auto;
}
.top .product .acc_btn_icon::before,
.top .product .acc_btn_icon::after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.top .product .acc_btn_icon::before {
  transform: rotate(90deg);
}
.top .product .acc_link::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../../common/images/btn_slide_right.webp) no-repeat center center / contain;
}
.top .product .acc_btn small,
.top .product .acc_link small {
  font-size: 1.0rem;
  position: relative;
  padding-left: 20px;
}
.top .product .acc_btn small::before,
.top .product .acc_link small::before {
  content: '/';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
}
.top .product .acc_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  padding: 3px 0 22px;
}
.top .product .acc_box a {
  background-color: #F5F3F4;
  border-radius: 100px;
  padding: 4px 10px;
  font-weight: 700;
}
.top .product .acc_btn:not(:has(.acc_btn_icon)) {
  pointer-events: none;
  padding-bottom: 8px;
}
.top .product .acc_box.color {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.top .product .acc_box.color a {
  border-radius: 4px;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.1;
  display: grid;
  place-content: center;
  padding: 4px 0;
  min-height: 32px;
  height: 100%;
}
.top .product .acc_box.color a[data-color="赤"] {
  background-color: #FE4C4B;
  border: solid 1px #B32123;
}
.top .product .acc_box.color a[data-color="ピンク"] {
  background-color: #FF98B3;
  border: solid 1px #FF68B3;
}
.top .product .acc_box.color a[data-color="白"] {
  border: solid 1px #CBCBCB;
  color: #000;
}
.top .product .acc_box.color a[data-color="緑"] {
  background-color: #089B84;
  border: solid 1px #127A6B;
}
.top .product .acc_box.color a[data-color="青"] {
  background-color: #3A6ED3;
  border: solid 1px #1143A8;
}
.top .product .acc_box.color a[data-color="イエロー"] {
  background-color: #FDDE37;
  border: solid 1px #EDA201;
  color: #000;
}
.top .product .acc_box.color a[data-color="ベージュ"] {
  background-color: #ECD2B2;
  border: solid 1px #BFA17B;
  color: #000;
}
.top .product .acc_box.color a[data-color="黒"] {
  background-color: #313131;
  border: solid 1px #000;
}
.top .product .acc_box.color a[data-color="金"] {
  background: linear-gradient(-45deg, #DEA327 0%, #F1D37A 23%, #CA8A08 100%);
  border: solid 1px #CA8500;
}
.top .product .acc_box.color a[data-color="銀"] {
  background: linear-gradient(-45deg, #9F9F9F 0%, #CDCDCD 23%, #7F8080 100%);
  border: solid 1px #838383;
}
.top .product__sub {
  padding: 50px 0 60px;
}
.top .ttl_style_mini {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top .ttl_style_mini span {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
}
.top .product__sub .slide_list_style .list {
  position: relative;
  padding-top: 10px;
  width: 150px;
}
.top .product__sub .slide_list_style .lank_num {
  position: absolute;
  top: 0;
  left: 5px;
  width: 42px;
  z-index: 11;
}
.top .swiper-container-type01,
.top .swiper-container-type02 {
  position: relative;
}
.top .swiper-container-type01 img,
.top .swiper-container-type02 img {
  display: block;
  width: 100%;
}
.top .swiper-container-type01 .product__navigation,
.top .swiper-container-type02 .product__navigation {
  padding: 0;
  margin-top: 20px;
}

.top.--hakama .swiper-container-type01 {
  width: calc(100% + 20px);
}

.top.--hakama .swiper-container-type01 .product__navigation {
  padding-right: 20px;
}

.top.--hakama .slide_list_style.mini .list .img {
  width: 100%;
}


/* product hakama
------------------------------ */
.top .product.hakama .product__txt {
  min-height: 130px;
}
.top .product.hakama .product__title::before {
  background: url(../../common/images/icon_search-blue.png) no-repeat center center / contain;
}
/* .top .product.hakama .product__sub .slide_list_style .list {
  padding-top: 0;
} */


/* contents
------------------------------ */
.top .contents {
  height: 530px;
  position: relative;
}
.top .contents__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top .contents__img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.5%, rgba(17, 0, 0, 0.20) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .contents__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .contents__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .contents .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.top .contents .c-title01 {
  text-align: center;
}
.top .contents__txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.top .contents__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 20px 0 30px;
  width: 100%;
}
.top .contents__btn a {
  width: calc(50% - 4px);
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: relative;
}
.top .contents__color .txt {
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  letter-spacing: 1em;
}
.top .contents__color_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 10px;
}
.top .contents__color_item a {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  text-decoration: underline;
}


/* photoplan
------------------------------ */
.top .contents.photoplan .contents__btn {
  flex-direction: column;
  margin-bottom: 0;
}
.top .contents.photoplan .contents__btn a {
  width: 217px;
}


/* movie
------------------------------ */
.top .contents.movie .contents__btn {
  margin-bottom: 0;
}


/* haircatalog
------------------------------ */
/* .top .contents.haircatalog {
  height: auto;
}
.top .contents.haircatalog .contents__img {
  position: relative;
}
.top .contents.haircatalog .contents__img::after {
  content: none;
}
.top .contents.haircatalog .inner {
  background-color: #A28CAF;
  padding: 20px 20px 10px;
}
.top .contents.haircatalog .contents__btn a {
  color: #A28CAF;
}
.top .contents.haircatalog .contents__btn a.blank::after {
  content: '';
  background-color: #A28CAF;
  mask: url(../../common/images/2025/icon_blank.webp) no-repeat center center / contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.top .contents.haircatalog .contents__btn a.blank::after {
  content: '';
  background-color: #A28CAF;
  mask: url(../../common/images/2025/icon_blank.webp) no-repeat center center / contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
} */


/* reason
------------------------------ */
/* .top .contents.reason .contents__img::after {
  content: none;
}
.top .contents.reason .c-title01,
.top .contents.reason .contents__txt {
  color: #03071F;
}
.top .contents.reason .contents__txt {
  margin-top: 10px;
}
.top .contents.reason .contents__btn {
  margin-bottom: 10px;
  margin-top: 30px;
}
.top .contents.reason .contents__btn a {
  background-color: #03071F;
  color: #fff;
} */


/* bnr
------------------------------ */
/* .top .bnr {
  width: 100%;
  margin-top: 12px;
}
.top .bnr img {
  width: 100%;
} */



/* gallery
------------------------------ */
#Gallery_area {
  padding: 50px 0;
}
#Gallery_area .ttl_style {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
}
#Gallery_area .ttl_style::before {
  display: block;
  content: '';
  background: url(../../common/images/bg_ttl_line.png) left top no-repeat;
  background-size: 21px 4px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 4px;
}

#Gallery_area .ttl_style span {
  font-family: 'Oswald', sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
  margin-top: 12px;
  letter-spacing: 0.12em;
  display: flex;
  line-height: 1;
  justify-content: center;
  gap: 10px;
  align-items: flex-end;
}

#Gallery_area .ttl_style strong {
  line-height: 1;
}

#Gallery_area .ttl_style strong img {
  height: 30px;
  width: auto;
}
#Gallery_area .out_wrap {
  width: 100%;
  padding: 0 0 0 5.3%;
}
#Gallery_area.is_show .ttl_style {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
  transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995); 
}
#Gallery_area.is_show .sec01 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
  transition: all 0.5s 0.3s cubic-bezier(0, 0, 0.395, 0.995);
}
#Gallery_area .ttl_style, #Gallery_area .sec01 {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
}
#Gallery_area .list .txt {
  font-size: 11px;
  margin-top: 8px;
  text-align: right;
}
#Gallery_area .slide_list_style.mini .list .img:before {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background: url(../../common/images/kazari_line_mini.png) top no-repeat;
  background-size: 11px 2px;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -1px;
}
#Gallery_area .product__navigation {
  padding: 0 20px 0 0;
}
#Gallery_area .product__navigation .swiper-pagination {
  position: relative;
  bottom: inherit !important;
}
#Gallery_area .product__navigation .swiper-pagination-bullet {
  background-color: #000;
  margin: 0 7px;
  opacity: 1;
  width: 8px;
  height: 8px;
}
#Gallery_area .product__navigation .swiper-pagination-bullet-active {
  background-color: #F64077;
  position: relative;
}
#Gallery_area .product__navigation .swiper-pagination-bullet-active::after {
  content: '';
  border: solid 1px #F64077;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 180%;
}
#Gallery_area .product__navigation .swiper-button-prev {
  position: relative;
  background: url(../../common/images/btn_slide_left.webp) no-repeat center / contain;
  width: 25px;
  height: 25px;
  bottom: inherit;
}
#Gallery_area .product__navigation .swiper-button-next {
  position: relative;
  background: url(../../common/images/btn_slide_right.webp) no-repeat center / contain;
  width: 25px;
  height: 25px;
  bottom: inherit;
}
#Gallery_area .product__navigation .swiper-button-prev::after,
#Gallery_area .product__navigation .swiper-button-next::after {
  content: none;
}
#Gallery_area .btn {
  width: 100%;
  max-width: 280px;
  height: 55px;
  border-radius: 100px;
  background: #03071f;
  margin: 30px auto 0;
}
#Gallery_area .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#Gallery_area .btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background: url(../../common/images/btn_arrow_w.png) left top no-repeat;
  background-size: 9px 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.product.hakama .btn {
  width: 100%;
  max-width: 280px;
  height: 55px;
  border-radius: 100px;
  background: #03071f;
  margin: 30px auto 0;
}
.product.hakama .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.product.hakama .btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background: url(../../common/images/btn_arrow_w.png) left top no-repeat;
  background-size: 9px 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}



/* 袴専門ページ追加分 */
.top.--hakama #Reason_area,
.top.--hakama #Flow_area,
.top.--hakama #Faq_area {
  scroll-margin-top: 120px;
}

.top.--hakama .p-photoplan {
  padding: 20px 0 60px;
  margin: 0;
}
.top.--hakama .p-photoplan__wrapper {
  border: solid 8px #DDCBFE;
  padding: 15px 13px 23px;
}
.top.--hakama .p-photoplan__wrapper + .p-photoplan__wrapper {
  margin-top: 35px;
}
.top.--hakama .p-photoplan__wrapper-title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
}
.top.--hakama .p-photoplan__wrapper-title::before,
.top.--hakama .p-photoplan__wrapper-title::after {
  content: '';
  width: 13px;
  height: 63px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-size: 13px 63px;
  background-position: left top;
  margin-left: 0;
  margin-top: -31px;
}
.top.--hakama .p-photoplan__wrapper-title::before {
  background-image: url(../../photoplan/images/ttl_deco_left_sp.png);
  left: 0;
}
.top.--hakama .p-photoplan__wrapper-title::after {
  background-image: url(../../photoplan/images/ttl_deco_right_sp.png);
  right: 0;
}
.top.--hakama .p-photoplan__wrapper-title p {
  background-color: #DDCBFE;
  letter-spacing: 0;
  border-radius: calc(infinity * 1px);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1px 0 0;
  margin: 0 auto 10px;
  max-width: 263px;
  width: 100%;
  height: 20px;
}
.top.--hakama .p-photoplan__wrapper-title .ttl {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
.top.--hakama .p-photoplan__wrapper-price {
  margin-bottom: 10px;
}
.top.--hakama .p-photoplan__wrapper-price .mini {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.top.--hakama .p-photoplan__wrapper-price .mini img {
  width: 42px;
}
.top.--hakama .p-photoplan__wrapper-price .big {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.top.--hakama .p-photoplan__wrapper-price .big .num {
  font-size: 56px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
}
.top.--hakama .p-photoplan__wrapper-price .big .unit {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
}
.top.--hakama .p-photoplan__wrapper-price .big .unit span {
  font-size: 9px;
}
.top.--hakama .p-photoplan__wrapper-price .tax {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-top: 3px;
}
.top.--hakama .p-photoplan__wrapper-price .tax .num {
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
}
.top.--hakama .p-photoplan-price__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-top: 20px;
  margin-left: -13px;
  width: calc(100% + 26px);
}
.top.--hakama .p-photoplan-price__wrap-txt {
  background-color: #F4EEFF;
  padding: 10px 0 10px 15px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2rem;
}
.top.--hakama .p-photoplan-price__wrap-txt strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}
.top.--hakama .p-photoplan-price__wrap-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  width: 75px;
  height: 75px;
}
.top.--hakama .p-photoplan-price__wrap-icon.--big {
  font-size: 18px;
}
.top.--hakama .p-photoplan-price__col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 13px;
  margin-top: 20px;
}
.top.--hakama .p-photoplan-price__col-item {
  position: relative;
}
.top.--hakama .p-photoplan-price__col-txt {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 5px;
}
.top.--hakama .p-photoplan-price__col-icon {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  left: -8px;
  width: 50px;
  height: 50px;
}
.top.--hakama .p-photoplan__wrapper .mini_txt_style {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 30px;
}
.top.--hakama .p-photoplan .btn {
  margin-top: 40px;
}

.top.--hakama .p-service__wrapper-img {
  max-width: 175px;
  margin: 0 auto 18px;
}
.top.--hakama .logo_plan {
  padding: 0 15px;
}
.top.--hakama .p-service__wrapper-sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 10px;
}
.p-service__wrapper-txt {
  background-color: #E29E54;
  color: #fff;
  margin: 10px 15px 20px;
  padding: 5px 10px 4px;
}
.p-service__caution {
  font-size: 10px;
  margin-bottom: 5px;
  text-align: left;
}
.p-service .box_nanameline_style .txt {
  text-align: left;
}