@charset "UTF-8";

html {
  scrollbar-gutter: stable;
}

body {
  font-family: "tbudmincho-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ededed;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);

}

section,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

header {
  display: flex;
  font-size: 0;
  background-color: #fff;
  padding: 1% 2%;
  justify-content: space-between;
  box-shadow: 1px 10px 7px -6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
.mv_cta {
    padding: 2% 0;
}
}
.mv_cta {
    position: relative;
    background-image: url(../img/cta_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

a.sp_btn {
    position: absolute;
    bottom: 17%;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
}

a.pc_btn {
    width: 50%;
    display: block;
    margin: auto;
}

a:hover {
    opacity: 1;
    cursor: pointer;
}
body {
    margin: auto!important;
}

/* カタログコンテンツ */
.catalog {
    background-image: linear-gradient(138deg, #e0d5ca, #ddd1bd);
    padding: 4% 0 3%;
}
.catalog_inner {
    width: 80%;
    margin: auto;
    position: relative;
    max-width: 900px;
}
.catalog_button {
    position: absolute;
    width: 60%;
    bottom: 16%;
    left: 0;
    right: 0;
    margin: auto;
}

/* 3人インタビューコンテンツ */
.interview {
    background-image: url(../img/interview3_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1% 0 8%;
    position: relative;
}
.interview_inner {
  width: 80%;
  margin: auto;
}

.interview_inner h1 {
  text-align: center;
  width: 60%;
  margin: auto;
  padding:6% 0 4%;
}

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
 
.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.interview_content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.interview_content_item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.interview_content_item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 利用シーンから選ぶコンテンツ */
.case {
  background-image: url(../img/case_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 8%;
}
.case_select {
    display: flex;
    flex-direction: row;
    gap: 35px;
    width: 50%;
    margin: auto;
    flex-wrap: wrap;
    padding: 3% 0 2%;
    max-width: 800px;
    justify-content: center;
}
.case_select a {
    width: 29%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.case_card_item {
  display: none;
  opacity: 0;
  transition: opacity 2s ease;
}

.case_card_item.active {
  display: block;
  opacity: 1;
}

.case_select_item.active {
  opacity: 1;
  pointer-events: none;
}

.case_select_item {
  opacity: 0.7;
  transition: opacity 0.1s;
}

.case_card {
    width: 60%;
    margin: auto;
  max-width: 950px;
}

/* カット別コンテンツ */
.cut_inner {
  background-image: url(../img/cut_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3%;
}
.cut h1 {
  text-align: center;
  width: 35%;
  margin: auto;
  padding:5% 0 2%;
}

.cut_select {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 66%;
    margin: auto;
}

.cut_content_item {
    width: 20%;
    /* flex: 1 1 calc(25% - 20px); */
    height: 100%;
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px * 3) / 4);
}

.cut_content {
    width: 70%;
    margin: auto;
    padding: 3% 0 3%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1100px;
}

a.cut_btn {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 2% 0;
    width: 100%;
    display: block;
    text-align: center;
  position: relative;
}

p.cut_text {
    padding: 3% 0 3%;
    line-height: 1.6;
    text-align: justify;
    min-height: 80px;

}

.cut_btn::after{
    background-image: url(../img/catalog-more-btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 7px;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 11px;
    z-index: 0;
}

/* カット別コンテンツ-ポップアップ */
    .wig-container {
    display: flex;
    gap: 40px;
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 4% 0;
    }

    .wig-images {
      width: 300px;
    }

    .main-image {
      width: 100%;
      border-radius: 4px;
    }

    .thumbnail-list {
      display: flex;
      gap: 8px;
      margin-top: 10px;
    }

    .thumbnail-list img {
      width: 60px;
      height: auto;
      opacity: 0.6;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 4px;
      transition: all 0.2s ease;
    }

    .thumbnail-list img:hover,
    .thumbnail-list img.active {
      opacity: 1;
      border-color: #c1a875;
    }

    .wig-info {
      flex: 1;
    }

    .wig-info h2 {
      font-size: 20px;
      margin-bottom: 5px;
    }

    .wig-info .style-id {
      font-size: 14px;
      color: #666;
    }

    .wig-info p {
      font-size: 14px;
      line-height: 1.7;
    }

    .purchase-box {
      border: 1px solid #ccc;
      background: #f8f8f8;
      padding: 20px;
      margin: 20px 0;
    }

    .purchase-box .plan-label {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .purchase-box .plan-label span {
      background-color: #e5d3b3;
      padding: 3px 8px;
      border-radius: 3px;
      font-size: 13px;
    }

    .price {
      font-size: 24px;
      font-weight: bold;
      color: #7c5e2e;
      margin-top: 10px;
    }

    .tag-line {
      font-size: 13px;
      margin-top: 10px;
      color: #666;
    }

    .note {
      font-size: 12px;
      color: #999;
      margin-top: 10px;
    }

    .reserve-btn {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #c1a875;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
    }

    .contact-info {
      margin-top: 20px;
      font-size: 16px;
      font-weight: bold;
    }

/* モーダルの背景 */
.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5); 
  justify-content: center;
  align-items: center;
}

/* モーダルの内容 */
.modal-content {
  background-color: #fff;
  width: 90%;
  border-radius: 10px;
  position: relative;
    max-width: 900px;
}

/* 閉じるボタン（任意） */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}



.container{
  position: relative;
  /* height: 800px; */
  padding: 20px 20px 0px;
  margin: 20px auto 0;
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
  min-height: 800px;
}

/* .container:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  transition: .4s;
  z-index: 2;
} */
.container.full:before {
  height: 0;
}
.container.active:before{
  opacity: 0;
  visibility: hidden;
}

.load-more {
    /* right: 0;
    left: 0;
    bottom: 40px; */
    width: 150px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background: #000;
    border: none;
    /* z-index: 5; */
    margin: auto;
}

.cut_button {
    width: 30%;
    display: block;
    margin: auto;
    padding-top: 40px;
}
.cut {
    background: #fff;
    padding-bottom: 5%;
    text-align: center;
}

/* ポイントコンテンツ */
.point{
    background-image: url(../img/lineup_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 8%;
    text-align: center;
    margin: auto;
}
.p_ttl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 5% 0 2%;
}

.p_ttl img{
  width: 8%;
}

.p_ttl p {
    font-size: 27px;
    letter-spacing: 5px;
}
.point_sub {
    width: 70%;
    margin: auto;
}

.point_sub2 {
    width: 56%;
    margin: auto;
    padding: 4% 0 2%;
    max-width: 700px;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 80%;
    margin: auto;
        max-width: 1000px;
}

.image-grid img {
    width: 87%;
    cursor: pointer;
    transition: transform 0.2s;
}
.image-grid img:hover {
  transform: scale(1.05);
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
    max-width: 1000px;
  max-height: 85%;
  width: 80%;
}

.popup-content img {
  max-width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 32px;
  cursor: pointer;
  color: white;
  background: black;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.image-grid div {
  width: 25%;
}

.point2_content {
    position: relative;
    margin-left: 23%;
}

.point2_box {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    gap: 0px;
    max-width: 1000px;
}

.p2img {
    position: absolute;
    width: 49%;
    bottom: 0%;
    left: -30%;
}

.point2_content.point2_content2 {
    margin-left: 0;
    padding-top: 2%;
}

.point2_box2 {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    padding-top: 5%;
        max-width: 1000px;
}
.point2_box2_content {
    width: 80%;
    margin: auto;
    position: relative;
}
.point2_box2 h3 {
    width: 70%;
    margin: auto;
}
.pointSubText {
    position: absolute;
    width: 49%;
    right: -16%;
    bottom: 3%;
}
.p3img {
    position: absolute;
    width: 45%;
    top: 1%;
    right: 0;
    left: 0;
    margin: auto;
}

.point3_content {
    width: 70%;
    margin: auto;
    padding-top: 15%;
    position: relative;
    max-width: 1000px;
}
section.cta {
    background-color: #b34262;
    padding: 4% 0;
}

.ctabox {
    width: 80%;
    margin: auto;
    background: #fff;
    text-align: center;
    padding: 3% 0;
    border-radius: 10px;
    max-width: 1000px;
}

.cta_btn01 {
    width: 83%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 2%;
}

.cta_btn02 {
    width: 53%;
    margin: auto;
}

.ctabox p {
    padding-bottom: 1%;
    font-size: 18px;
    letter-spacing: 2px;
}

a.taiken {
    width: 48%;
}
.ctabox a.tell {
    width: 48%;
    position: relative;
}
.ctabox .tell p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    letter-spacing: 0;
    font-size: clamp(19px, 2vw, 24px);
}
.flow_tell {
    position: absolute;
    top: 41%;
    font-size: clamp(19px, 2.5vw, 42px);
    right: 26%;
    text-decoration: none;
    color: #282828;
}
.f1 {
    position: relative;
}
a.flow_btn {
    position: absolute;
    bottom: 7%;
    width: 38%;
    right: 16%;
}
/* 来店試着 */
.visit{
    background-image: url(../img/visit_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 6%;
    text-align: center;
    margin: auto;
    position: relative;
}

.visit_box h1 {
    width: 80%;
    margin: auto;
    padding: 8% 0 3.5%;
}

.visit_box {
    width: 70%;
    margin: auto;
    max-width: 1000px;
}

.visit_text {
    padding-bottom: 3%;
}


/* 来店試着 */
.campaign{
    background-image: url(../img/campaign_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 6%;
    text-align: center;
    margin: auto;
    position: relative;
}

.campaign_box h1 {
    width: 80%;
    margin: auto;
    padding: 8% 0 3.5%;
}

.campaign_box {
    width: 70%;
    margin: auto;
}

.campaign_text {
    padding-bottom: 3%;
}

.slider-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.slider-for {
  position: relative;
}
.slider-for img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-nav {
  margin-top: 15px;
}
.slider-nav img {
  width: 100px;
  height: auto;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.slider-nav img:hover {
  opacity: 1;
}

/* 矢印調整 */

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
    width: 80px;
    height: 80px;
  background: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}
.slick-prev {
  left: -100px;
}
.slick-next {
  right: -100px;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slick-prev::before {
  background-image: url("../img/arrow-right.png");
}
.slick-next::before {
  background-image: url("../img/arrow-left.png");
}


.slick-track {
    display: flex
;
}

.rate_table {
    display: block;
    width: 40%;
    margin: auto;
}

.slider-nav.slick-initialized.slick-slider {
    overflow: hidden;
}

.slick-list.draggable {
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.cam_staff {
    width: 70%;
    margin: auto;
    padding-top: 6%;
    max-width: 1000px;
}
.v_top {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 11%;
    margin: auto;
}

.v_bottom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 11%;
    margin: auto;
}

.cb,.ct {
    width: 16%;
}
/* お客様の声 */
.voice{
    background-image: url(../img/voice_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 4%;
    text-align: center;
    margin: auto;
    position: relative;
}

.voice h1 {
    width: 40%;
    margin: auto;
    padding: 7% 0 3%;
}

.voice_text {
    width: 70%;
    margin: auto;
}

/* 来店試着 */
.plan{
    background-image: url(../img/plan_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 6%;
    text-align: center;
    margin: auto;
}

.plan_top {
    width: 60%;
    margin: auto;
    padding: 5% 0 6%;
}

.plan_box {
    background: #fff;
    width: 70%;
    margin: auto;
    position: relative;
    padding: 4% 5%;
    border-top: 3px solid #b34262;
    border-bottom: 3px solid #b34262;
    max-width: 1000px;
}

img.plan_title {
    width: 20%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -2.5%;
}

.plan_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.plan_panel div {
    width: calc((100% - 20px * 2) / 3);
}

.plan_box2 {
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.plan2 {
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 90px;
}

.plan_panel2 div {
    width: calc((100% - 20px * 2) / 2);
}

.plan_panel.plan_panel2 {
    width: 65%;
    margin: auto;
}


/* 来店試着 */
.flow{
    background-image: url(../img/flow_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 6%;
    text-align: center;
    margin: auto;
}

.flow h1 {
    width: 25%;
    margin: auto;
    padding: 7% 0 3%;
}
.flow_box {
    width: 70%;
    margin: auto;
    gap: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 1200px;
}

/* よくある質問 */
.faq-tabs h1 {
    color: #fff;
    font-size: 34px;
    letter-spacing: 3px;
    padding-bottom: 5px;
}
.faq{
    background-image: url(../img/faq_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
}
.faq-tabs{
    background-image: url(../img/faq_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0;
}
.faq {
    text-align: center;
}
.faq-answer {
  display: none;
  padding: 15px;
  background: #f9f9f9;
  border-top: 2px dotted #ddd;
}
.faq-question {
  padding: 15px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 15px;
  font-weight: bold;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-question::after {
  content: '-';
}
.tab {
  padding: 20px 30px;
  margin: 5px;
  border: none;
  background: #eee;
  cursor: pointer;
    border: 1px solid #000000;
}
.tab.active {
background: #000000;
    color: #fff;
    border: 1px solid #fff;
}

#faqList {
    width: 50%;
    margin: auto;
    padding: 3% 0 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

.faq-question {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Q {
    color: #b34262;
    font-size: 27px;
    width: 80px;
}

.A {
    color: #ac6a00;
    font-size: 27px;
    width: 80px;
}

.faq-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer {
    background: #000;
    display: flex;
    flex-direction: column;
    padding: 3% 0;
    gap: 18px;
}

footer img {
  width: 23%;
  margin: auto;
}

footer p {
  color: #fff;
  font-size: 10px;
  margin: auto;
}

.Atext {
    width: 87%;
    text-align: left;
}

button#loadMore {
    margin: 0 auto 2%;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.5% 3%;
}

.plan_item {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.plan_detail {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  background: #f8f8f8;
  padding: 10px;
  border-left: 4px solid #b34262;
  width: 100% !important;
    height: auto;
}

#floating {
    width: 100%;
    background: #b34262cf;
    z-index: 998;
    display: flex;
    align-items: center;
    backdrop-filter: blur(4px);
    padding: 10px 0;
}

.floating-box_pc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.floating-inner {
    margin: 0 auto;
    width: calc(1120 / 1920 * 100vw);
    padding-top: calc(15 / 1920 * 100vw);
    padding-bottom: calc(15 / 1920 * 100vw);
}
.floating-box-item_pc p {
    font-family: Marcellus, serif;
    font-weight: 400;
    color: #fff;
    font-size: min(2vw, 30px);
    position: absolute;
    letter-spacing: 1.5px;
    top: calc(24 / 1920 * 100vw);
}
.floating-box-item_pc p {
    font-size: min(1.7vw, 43px);
    bottom: 34%;
    left: 12%;
    margin: auto;
    top: auto;
}
.floating-box-item_pc:first-child {
    margin-right: calc(20 / 1920 * 100vw);
    position: relative;
}


@media screen and (max-width: 767px)  {
div .slick-prev {
  left: -30px;
}
div .slick-next {
  right: -30px;
}

.catalog {
    background-image: linear-gradient(138deg, #e0d5ca, #ddd1bd);
    padding: 6% 0 ;
}
.catalog_inner {
    width: 90%;
    margin: auto;
    position: relative;
    max-width: 900px;
}
.catalog_button {
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
.interview_inner h1 {
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 17% 0 7%;
}
.interview_inner {
  width: 90%;
}
.case_select {
    width: 90%;
    padding: 10% 0 7%;
    gap: 15px;
}
.case_select a {
    width: 46%;
}
.case_card {
    width: 90%;
}
.cut h1 {
    width: 85%;
    padding: 13% 0 6%;
}
.cut_select {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 5px;
}
.cut_select a {
    width: 25%;
}
.cut_inner {
    padding-bottom: 9%;
}
.cut_content_item {
    width: calc((100% - 20px * 1) / 2);
}
.cut_content {
    justify-content: space-between;
    width: 100%;
}
p.cut_text {
    padding: 3% 0 3%;
    min-height: 110px;
}
.cut_button {
    width: 90%;
}

.container {
    margin: 20px auto 0;
    transition: height 0.4s ease;
}
.cut {
    padding-bottom: 6%;
}
.p_ttl img {
    width: 20%;
}
.p_ttl {
    padding: 12% 0 2%;
}
.p_ttl p {
    font-size: 20px;
    letter-spacing: 2px;
}

.point_sub {
    width: 95%;
    margin: auto;
}
.point_sub2 {
    width: 86%;
    padding: 13% 0 7%;
}
.image-grid {
    gap: 12px;
    width: 90%;
}
.image-grid div {
    width: 48%;
}
.image-grid img {
    width: 100%;
}

.point2_box {
    display: flex
;
    flex-direction: column;
    width: 90%;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    gap: 20px;
    max-width: 1000px;
}


.p2img {
        position: absolute;
        width: 87%;
        bottom: 0%;
        left: 0%;
        margin: auto;
        right: 0;

        top: -46%;
}
.point2_content {
    margin-left: 0%;
  
        padding-top: 55%;
}
.point2_box2 {
    width: 100%;
    margin: auto;
    gap: 40px;
    padding-top: 16%;
}
.point2_box2_content {
    width: 100%;
}
.point3_content {
    width: 95%;
    padding-top: 41%;
}
.p3img {
    position: absolute;
    width: 85%;
    top: 1%;
}
.ctabox {
    width: 90%;
    margin: auto;
    background: #fff;
    text-align: center;
    padding: 6% 5%;
    border-radius: 10px;
    max-width: 1000px;
}
.ctabox p {
    padding-bottom: 1%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.cta_btn01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 6%;
    flex-direction: column;
    gap: 10px;
}
a.taiken {
    width: 100%;
}
.ctabox a.tell {
    width: 100%;
}
.cta_btn02 {
    width: 100%;
    margin: auto;
}
.visit_box {
    width: 100%;
    margin: auto;
}

.visit_box h1 {
    width: 85%;
    margin: auto;
    padding: 15% 0 8.5%;
}

.campaign_box {
    width: 90%;
    margin: auto;
}
.campaign_box h1 {
    width: 95%;
    margin: auto;
    padding: 18% 0 8%;
}
.rate_table {
    display: block;
    width: 90%;
    margin: auto;
}
.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
}
.cam_staff {
    width: 100%;
    margin: auto;
    padding-top: 10%;
}
.campaign {
    padding: 0 0 17%;
}
section.cta {
    padding: 9% 0;
}
.voice h1 {
    width: 50%;
    margin: auto;
    padding: 17% 0 8%;
  }
.campaign_text {
    padding-bottom: 7%;
    line-height: 1.6;
}
.voice_text {
    width: 95%;
    margin: auto;
}

.voice {
    padding: 0px 0 13%;
}

.plan_top {
    width: 80%;
    margin: auto;
    padding: 13% 0 15%;
    max-width: 900px;
}
.plan_box {
    width: 90%;
}
img.plan_title {
    width: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -2%;
}

.plan_box {
    background: #fff;
    width: 90%;
    margin: auto;
    position: relative;
    padding: 11% 5%;
    border-top: 3px solid #b34262;
    border-bottom: 3px solid #b34262;
    max-width: 1000px;
}
.plan_detail {
    height: 240px;
}
.plan_panel div {
    width: calc((100% - 10px * 2) / 2);
}
.plan_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.plan_box2 {
    padding-top: 10%;
}
.plan_panel.plan_panel2 {
    width: 95%;
    margin: auto;
}
.plan2 {
    gap: 30px;
}
.plan {
    padding: 0 0 14%;
}

.flow h1 {
    width: 55%;
    margin: auto;
    padding: 14% 0 8%;
}

.flow_box {
    width: 90%;
    margin: auto;
    gap: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 1200px;
}
.tab {
    display: flex;
    padding: 0;
    height: 60px;
    border: none;
    background: #eee;
    cursor: pointer;
    border: 1px solid #000000;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 47%;
    align-items: center;
}
.faq_btn {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
    justify-content: space-between;
    width: 90%;
}
.faq-tabs {
    padding: 7% 0;
}
#faqList {
    width: 90%;
    margin: auto;
    padding: 9% 0 9%;
}
.Q {
    color: #b34262;
    font-size: 27px;
    width: 45px;
}
.faq-question span:nth-of-type(2) {
  text-align: left;
}
.A {
    color: #ac6a00;
    font-size: 27px;
    width: 37px;
}
.faq {
    padding-bottom: 18%;
}
footer {
    padding: 9% 0;
}
footer img {
    width: 70%;
}
footer p {
    font-size: 9px;
}

.faq-tabs h1 {
    font-size: 29px;
}

  .wig-container {
      display: flex;
      gap: 40px;
      width: 90%;
      margin: auto;
      background: #fff;
      padding: 4% 0;
      flex-direction: column;
      height: 90vh;
      overflow: scroll;
  }
.v_top {
    width: 30%;
}
.v_bottom {
    width: 30%;
}

.cb, .ct {
    width: 50%;
}

.interview {
    background-image: url(../img/interview3_bg_sp.jpg);
    padding: 1% 0 21%;
}
.case {
    position: relative;
}
.ctabox .tell p {
    font-size: clamp(19px, 2vw, 24px);
}

.flow_box .flow_tell {
    position: absolute;
    top: 65%;
    font-size: 29px;
    right: 28%;
    text-decoration: none;
    color: #282828;
}
a.flow_btn {
    position: absolute;
    bottom: 5%;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
}
  .floating-box-sub_sp {
      display: flex;
      align-items: center;
      gap: 5px;
  }
  .floating-inner {
      width: calc(708 / 768 * 100vw);
      padding-top: calc(20 / 768 * 100vw);
      padding-bottom: calc(20 / 768 * 100vw);
  }
  .floating-box-item_sp p {
    font-family: Marcellus, serif;
    font-weight: 400;
    color: #fff;
    font-size: min(7vw, 70px);
    position: absolute;
    letter-spacing: 1.5px;
    bottom: 5%;
    left: calc(70 / 768 * 100vw);
  }
  .floating-box-item_sp {
      position: relative;
      padding-bottom: 2.5%;
  }
  #floating {
      padding: 0 0 5px;
  }

div .cut_select_item p {
    font-size: 15px;
    line-height: 1.2;
}
div .cut_select_item img {
    border: 3px solid #c3c3c3;
    border-radius: 100px;
}

div .cut_select_item.active img {
    border: 3px solid #b3435e;
}


}

button#loadMore {
    margin: 0 auto 2%;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 0.5% 3%;
    border-radius: 30px;
}

.cut_select_item:hover {
  opacity: 0.7;
  transition: opacity .3s;
}

.cut_select_item img {
    border: 4px solid #c3c3c3;
    border-radius: 100px;
}

.cut_select_item.active img {
  border-radius: 100px;
  background:
  linear-gradient(white, white) padding-box,
  linear-gradient(340deg, #b52e4f, #ffcdc7) border-box;
  border: 5px solid transparent;
}

.cut_select_item.active p {
    color: #b3435e;
    scale: 1.1;
}


/* .wig-item {
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.wig-item.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
} */

a.cut_select_item.active {
    opacity: 1;
transition: opacity 0.2s;
    scale: 1.2;
    padding: 0 9px 15px;
  }

.cut_btn:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.5s;
}
.anno {
    text-align: end;
    font-size: 11px;
    margin-top: -26px;
    color: #616161;
}

.floating-box-item_pc a:hover {
opacity: 0.8;
transition: opacity 0.2s;
}

.cut_select_item {
    opacity: 0.5;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0 9px 15px;
  border: 3px solid transparent;
    flex-direction: column;
    gap: 10px;
    max-width: 140px;
}

.cut_select_item p {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

/*バリエーション*/
/* ===== 一覧 ===== */
.veriation_wrapper {
    text-align: center;
    padding: 5% 0;
    background-image: url(../img/veriation_bg.jpg);
    background-size: cover;
    
  }
  
  .veriation_ttl {
    display: block;
    margin: 0 auto 30px;
    max-width: 750px;
  }
  
  /* PC：上段4 / 下段5（添付の並び） */
  .veriation_grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .veriation_grid .row {
    display: flex;
    justify-content: center;
    gap: 14px;
  }
  
  .veriation_grid .row-top .veriation_item img,
  .veriation_grid .row-bottom .veriation_item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: .25s;
    cursor: pointer;
  }
  
  .veriation_item img:hover { transform: scale(1.03); }
  
  /* SP初期：上1段＋半分（=5件）だけ表示 */
  .veriation_more_btn {
    display: none;
    margin: 16px auto 0;
    padding: 10px 18px;
    background: #bf607b;
    cursor: pointer;
    color: #fff;
    border: none;
  }
  
  /* ===== モーダル（背景グレー・閉じるボタン外置き） ===== */
  .veriation_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6); /* グレーアウト */
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
  
  .veriation_modal.active { display: flex; }
  
  .modal_wrap {
    position: relative; /* 外置きcloseの基準 */
    display: inline-block;
  }
  
  /* 本体カード（PC：2カラム） */
  .modal_inner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    padding: 24px;
    width: fit-content;
    max-width: 92vw;
    grid-template-columns: max-content 1fr;
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 20px;
    align-items: start;
  }
  
  /* 閉じる：カードのすぐ右上（外側） */
  .close_btn {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #444;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    cursor: pointer;
    line-height: 36px;
    font-size: 22px;
  }
  
.modal_top {
    padding: 5% 0;
}

  /* 左：メイン画像と三角 */
  .main_img_wrap { 
    position: relative;
 }

  .modal_main_img {
    width: 80%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
  
  .nav_btn {
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-style: solid; 
    background: transparent; 
    border-color: transparent;
    cursor: pointer;
  }

  .nav_prev { 
    left: -5px; 
    border-width: 12px 14px 12px 0; 
    border-right-color: #d75771; 
}

  .nav_next { 
    right: -5px; 
    border-width: 12px 0 12px 14px; 
    border-left-color: #d75771; 
}
  
  /* 右：サムネ＆テキスト */
.info_col {
    padding-top: 2%;
    max-width: 520px;
}

  .thumbs { 
    display: flex; 
    gap: 10px; 
    margin: 2px 0 14px; }

  .thumbs img {
    width: 74px; 
    height: 74px; 
    object-fit: cover;
    cursor: pointer; 
    transition: .2s;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
  }

  .thumbs img:hover { 
    transform: scale(1.05); 
}

  .thumbs img.is-active { 
    opacity: .5; 
}
  
  .popup_txt { 
    color: #4a4a4a; 
    font-size: 14px; 
    line-height: 1.9; 
    text-align: left; 
}

  .popup_txt .row-txt { 
    display: flex; 
    justify-content: space-between; 
    gap: 12px; 
    align-items: baseline; 
    margin: 4px 0 6px; 
    border-bottom: solid #000 1px;
    padding-top: 5%;
}

  .popup_txt .title { 
    font-weight: 700; 
    font-size: 18px; 
}

  .popup_txt .code  {
     color: #7a7a7a; 
     font-size: 13px; 
    }

    .veriation_modal .anno {
        margin-top: 0;
        line-height: 1.5;
        padding-top: 2%;
    }

    :root {
      --pc-wrapper-w: 1280px;
      --pc-thumb-h: 220px;
      --pc-row-gap: 18px;
      --pc-grid-gap: 22px;
      --pc-radius: 10px;
    }
  
/* ===== スマホ（≤768px） ===== */
@media (max-width: 768px) {
    :root {
      --ver-px: 16px;
      --ver-gap: 12px;
      --thumb-h: 160px; /* SPサムネ高さ（PCと同様の縦長感） */
    }
  
    .veriation_wrapper {
      padding: 11% 5% 15%;
    }
  
    .veriation_ttl {
      max-width: 280px;
      padding-top: 5%;
    }
  
    .veriation_grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
    }
  
    /* 折りたたみ時：1.5段ぶん見せ＋フェード */
    .veriation_grid.is-collapsed {
      max-height: calc(var(--thumb-h) * 1 + var(--ver-gap));
      overflow: hidden;
    }
  
    .veriation_grid.is-collapsed::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: clamp(28px, 8vw, 56px);
      background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.65) 65%,
        #ffffff 100%
      );
      pointer-events: none;
    }
  
    .veriation_grid:not(.is-collapsed) {
      max-height: none;
      overflow: visible;
    }
  
    .veriation_grid:not(.is-collapsed)::after {
      display: none;
    }
  
    /* 行ラッパをフラット化 */
    .veriation_grid .row {
      display: contents;
    }
  
    /* ★ 正方形指定を撤廃 → 縦長に（PCと同じ感じ） */
    .veriation_grid .veriation_item {
      min-width: 0;
    }
  
    .veriation_grid .row .veriation_item img {
      position: static;
      inset: auto;
      width: 100%;
      height: 130px;
      object-fit: cover;
      display: block;
      transition: 0.25s;
    }
  
    .veriation_more_btn {
      display: inline-block;
      margin-top: 14px;
    }
  
    /* モーダル：高さ80vh＋スクロール */
    .modal_inner {
      width: 94vw;
      height: 80vh;
      overflow: auto;
      display: block;
      padding: 18px 14px 20px;
    }
  
    .modal_top {
      text-align: center;
    }
  
    .modal_main_img {
      width: 60%;
    }
  
    .nav_prev {
      left: 6px;
    }
  
    .nav_next {
      right: 6px;
    }
  
    .thumbs {
      justify-content: center;
    }
  
    .thumbs img {
      width: 40px;
      height: 40px;
    }
  
    .close_btn {
      top: -10px;
      right: -10px;
    }

    .popup_txt .title {
      font-size: 14px;
    }

    .popup_txt .code  {
      font-size: 12px; 
     }
  }

  /* ===== 769px〜1000px：モーダルのはみ出し対策（2カラム圧縮） ===== */
@media (min-width: 769px) and (max-width: 1200px) {
  .modal_wrap {
    display: inline-block;
  }

  .modal_inner {
    width: 94vw;
    max-width: 940px;
    padding: 18px;
    grid-template-columns: minmax(320px, 48vw) 1fr;
    gap: 16px;
    align-items: stretch;
  }

  .main_col {
    display: flex;
    align-items: center;   /* ← 縦センター */
    justify-content: center;
    width: 100%;
  }

  .main_img_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .modal_main_img {
    width: 100%;
    max-width: 48vw;
    border-radius: 8px;
    display: block;
  }

  .info_col {
    max-width: 44vw;
  }

  .thumbs {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .thumbs img {
    width: 68px;
    height: 68px;
  }

  .nav_prev {
    left: -12px;
  }

  .nav_next {
    right: -12px;
  }

  .close_btn {
    top: -8px;
    right: -8px;
  }
}

  
  
  /*メディアクエリ*/
@media screen and (max-width: 767px) {
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
    }
    @media screen and (min-width: 768px) {
    .pc {
      display: block;
    }
    .sp {
      display: none;
    }
}