@charset "UTF-8";
/********************************************************

setting

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
/* -------------------------------------------------------

  Variables

------------------------------------------------------- */
/* -------------------------------------------------------

  COMMON

------------------------------------------------------- */
.loop-area {
  overflow: hidden; }

.loop-track {
  display: flex;
  width: max-content;
  animation: loop-animation 20s linear infinite; }

.loop-item {
  display: inline-block;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", serif;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 0.05em;
  white-space: nowrap; }
  @media screen and (min-width: 750px) {
    .loop-item {
      font-size: calc(30px + 0.0256410256 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .loop-item {
      font-size: 60px; } }

@keyframes loop-animation {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
/* -------------------------------------------------------

  MV

------------------------------------------------------- */
.section_mv {
  background: #1e6158;
  position: relative;
  z-index: 1;
  padding: clamp(100px, 12.5vw, 200px) 0 clamp(50px, 6.25vw, 100px) 0; }
  .section_mv .mv_wrap {
    width: min(90%, 1000px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 clamp(30px, 3.75vw, 60px) 0; }
    .section_mv .mv_wrap .mv_text {
      color: #FFF;
      width: min(52%, 520px); }
      @media screen and (max-width: 750px) {
        .section_mv .mv_wrap .mv_text {
          width: 100%; } }
      .section_mv .mv_wrap .mv_text .mv_text_h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 3.5rem; }
        @media screen and (min-width: 750px) {
          .section_mv .mv_wrap .mv_text .mv_text_h2 {
            font-size: calc(24px + 0.0290598291 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_mv .mv_wrap .mv_text .mv_text_h2 {
            font-size: 58px; } }
        @media screen and (max-width: 750px) {
          .section_mv .mv_wrap .mv_text .mv_text_h2 {
            font-size: 30px; } }
      .section_mv .mv_wrap .mv_text .mv_text_copy {
        font-size: 14px;
        line-height: 2.0; }
        @media screen and (min-width: 750px) {
          .section_mv .mv_wrap .mv_text .mv_text_copy {
            font-size: calc(14px + 0.0034188034 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_mv .mv_wrap .mv_text .mv_text_copy {
            font-size: 18px; } }
        .section_mv .mv_wrap .mv_text .mv_text_copy p {
          margin-top: 2rem; }
        @media screen and (max-width: 750px) {
          .section_mv .mv_wrap .mv_text .mv_text_copy .pc {
            display: none !important; } }
    .section_mv .mv_wrap .mv_img {
      width: min(47.3%, 473px);
      position: relative; }
      @media screen and (max-width: 750px) {
        .section_mv .mv_wrap .mv_img {
          width: 100%;
          margin-top: 50px; } }
      .section_mv .mv_wrap .mv_img .pic_01 {
        position: absolute;
        z-index: 1;
        left: -20px;
        bottom: 20px;
        width: min(46.4%, 219px); }
      .section_mv .mv_wrap .mv_img .pic_02 {
        position: absolute;
        z-index: 1;
        right: -20px;
        bottom: 20px;
        width: min(21%, 99px); }
      .section_mv .mv_wrap .mv_img .bg {
        width: min(90%, 407px);
        margin-left: 10%; }
        @media screen and (max-width: 750px) {
          .section_mv .mv_wrap .mv_img .bg {
            width: 100%;
            margin-left: inherit; } }

/* -------------------------------------------------------

  Section Step (共通構造)

------------------------------------------------------- */
.section_step {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  position: relative;
  z-index: 2;
  padding: clamp(50px, 6.25vw, 100px) 0 clamp(50px, 6.25vw, 100px) 0;
  /* -------------------------------------------------------
  
    各ステップごとの個別配色
  
  ------------------------------------------------------- */ }
  @media screen and (max-width: 1200px) {
    .section_step {
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; } }
  .section_mv + .section_step {
    margin-top: -80px; }
    @media screen and (max-width: 1200px) {
      .section_mv + .section_step {
        margin-top: -40px; } }
  .section_step + .section_step {
    margin-top: -80px; }
    @media screen and (max-width: 1200px) {
      .section_step + .section_step {
        margin-top: -40px; } }
  .section_step .block_title {
    width: min(90%, 1000px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .section_step .block_title .title-area {
      width: min(70%, 700px); }
      @media screen and (max-width: 600px) {
        .section_step .block_title .title-area {
          width: 100%; } }
      .section_step .block_title .title-area_title {
        padding: 2.2rem 0;
        display: flex;
        align-items: center;
        gap: 0 30px; }
      .section_step .block_title .title-area_text {
        color: #FFF;
        font-size: 16px;
        line-height: 2.0;
        margin-top: 2rem; }
        @media screen and (min-width: 750px) {
          .section_step .block_title .title-area_text {
            font-size: calc(16px + 0.0017094017 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_step .block_title .title-area_text {
            font-size: 18px; } }
    .section_step .block_title .step-number {
      width: 55px;
      height: 55px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transform: rotate(45deg);
      text-align: center;
      flex-shrink: 0; }
      .section_step .block_title .step-number .inner {
        transform: rotate(-45deg);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-family: "Inter", serif;
        margin-top: -2px; }
      .section_step .block_title .step-number .text {
        line-height: 1;
        font-size: 12px;
        margin: 0;
        margin-top: 10px; }
      .section_step .block_title .step-number .number {
        margin-top: 2px;
        font-size: 36px;
        line-height: 0.9; }
    .section_step .block_title .step-title {
      color: #FFF;
      font-size: 18px; }
      @media screen and (min-width: 750px) {
        .section_step .block_title .step-title {
          font-size: calc(18px + 0.0153846154 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .section_step .block_title .step-title {
          font-size: 36px; } }
      @media screen and (max-width: 600px) {
        .section_step .block_title .step-title {
          font-size: 20px;
          line-height: 1.5; } }
    .section_step .block_title .pict-area {
      position: relative; }
      @media screen and (max-width: 600px) {
        .section_step .block_title .pict-area {
          width: 100%; } }
      .section_step .block_title .pict-area .img-cap {
        position: absolute;
        font-size: 1.2rem;
        color: #FFF;
        right: 0;
        bottom: 0; }
  .section_step .block_explain {
    width: min(90%, 1000px);
    margin: 0 auto;
    padding: clamp(25px, 3.125vw, 50px) 0 clamp(50px, 6.25vw, 100px) 0; }
    .section_step .block_explain .explain_item {
      background: #fff;
      border-radius: 40px 0 40px 0;
      display: flex;
      align-items: center;
      padding: clamp(15px, 1.875vw, 30px) clamp(20px, 2.5vw, 40px) clamp(15px, 1.875vw, 30px) clamp(20px, 2.5vw, 40px);
      margin-bottom: 10px;
      gap: 0 25px; }
      @media screen and (max-width: 600px) {
        .section_step .block_explain .explain_item {
          padding: 25px 20px; } }
      .section_step .block_explain .explain_item .item_number {
        width: 59px;
        height: 59px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        color: #fff;
        font-family: "Inter", serif;
        font-size: 18px; }
        @media screen and (min-width: 750px) {
          .section_step .block_explain .explain_item .item_number {
            font-size: calc(18px + 0.0068376068 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_step .block_explain .explain_item .item_number {
            font-size: 26px; } }
        @media screen and (max-width: 600px) {
          .section_step .block_explain .explain_item .item_number {
            width: 40px;
            height: 40px; } }
      .section_step .block_explain .explain_item .item_text .title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.5; }
        @media screen and (min-width: 750px) {
          .section_step .block_explain .explain_item .item_text .title {
            font-size: calc(18px + 0.0068376068 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_step .block_explain .explain_item .item_text .title {
            font-size: 26px; } }
        @media screen and (max-width: 600px) {
          .section_step .block_explain .explain_item .item_text .title {
            margin-bottom: 1.2rem; } }
        .section_step .block_explain .explain_item .item_text .title span {
          font-size: 70%; }
      .section_step .block_explain .explain_item .item_text .text {
        font-size: 14px; }
        @media screen and (min-width: 750px) {
          .section_step .block_explain .explain_item .item_text .text {
            font-size: calc(14px + 0.0034188034 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_step .block_explain .explain_item .item_text .text {
            font-size: 18px; } }
        @media screen and (max-width: 600px) {
          .section_step .block_explain .explain_item .item_text .text {
            line-height: 1.8; } }
      .section_step .block_explain .explain_item .marker {
        font-weight: 700;
        padding: 0 0.5rem; }
  .section_step.step_outline {
    z-index: 1;
    background: #668bab; }
    .section_step.step_outline .block_title .title-area_title {
      border-top: 1px solid #97b4cd;
      border-bottom: 1px solid #97b4cd; }
    .section_step.step_outline .block_title .step-number {
      background-color: #c9e1f5; }
    .section_step.step_outline .block_title .step-number .text,
    .section_step.step_outline .block_title .step-number .number {
      color: #668bab; }
    .section_step.step_outline .block_title .pict-area {
      width: min(28%, 283px); }
      @media screen and (max-width: 600px) {
        .section_step.step_outline .block_title .pict-area {
          width: 70%;
          margin: 20px auto 0; } }
    .section_step.step_outline .block_explain .item_number {
      background-color: #668bab; }
    .section_step.step_outline .block_explain .item_text .title {
      color: #668bab; }
    .section_step.step_outline .block_explain .marker {
      background-color: rgba(102, 139, 171, 0.2);
      color: #2c5578; }
  .section_step.step_plan {
    z-index: 2;
    background: #935f71; }
    .section_step.step_plan .block_title .title-area_title {
      border-top: 1px solid #ad7e8e;
      border-bottom: 1px solid #ad7e8e; }
    .section_step.step_plan .block_title .step-number {
      background-color: #e8d5dc; }
    .section_step.step_plan .block_title .step-number .text,
    .section_step.step_plan .block_title .step-number .number {
      color: #935f71; }
    .section_step.step_plan .block_title .pict-area {
      width: min(24%, 240px); }
      @media screen and (max-width: 600px) {
        .section_step.step_plan .block_title .pict-area {
          width: 50%;
          margin: 20px auto 0; } }
    .section_step.step_plan .block_explain .item_number {
      background-color: #935f71; }
    .section_step.step_plan .block_explain .item_text .title {
      color: #935f71; }
    .section_step.step_plan .block_explain .marker {
      background-color: rgba(147, 95, 113, 0.2);
      color: #773b50; }
  .section_step.step_model-room {
    z-index: 3;
    background: #4ea4a1; }
    .section_step.step_model-room .block_title .title-area_title {
      border-top: 1px solid #98d2d0;
      border-bottom: 1px solid #98d2d0; }
    .section_step.step_model-room .block_title .step-number {
      background-color: #d2f6f5; }
    .section_step.step_model-room .block_title .step-number .text,
    .section_step.step_model-room .block_title .step-number .number {
      color: #4ea4a1; }
    .section_step.step_model-room .block_title .pict-area {
      width: min(27.65%, 276.5px); }
      @media screen and (max-width: 600px) {
        .section_step.step_model-room .block_title .pict-area {
          width: 70%;
          margin: 20px auto 0; } }
    .section_step.step_model-room .block_explain .item_number {
      background-color: #4ea4a1; }
    .section_step.step_model-room .block_explain .item_text .title {
      color: #4ea4a1; }
    .section_step.step_model-room .block_explain .marker {
      background-color: rgba(78, 164, 161, 0.2);
      color: #207d7a; }
  .section_step.step_schedule {
    z-index: 4;
    background: #908b6d;
    padding: clamp(50px, 6.25vw, 100px) 0 clamp(20px, 2.5vw, 40px) 0; }
    .section_step.step_schedule .block_title .title-area_title {
      border-top: 1px solid #cec8a7;
      border-bottom: 1px solid #cec8a7; }
    .section_step.step_schedule .block_title .step-number {
      background-color: #f0eddf; }
    .section_step.step_schedule .block_title .step-number .text,
    .section_step.step_schedule .block_title .step-number .number {
      color: #908b6d; }
    .section_step.step_schedule .block_title .pict-area {
      width: min(26.4%, 264px); }
      @media screen and (max-width: 600px) {
        .section_step.step_schedule .block_title .pict-area {
          width: 60%;
          margin: 20px auto 0; } }
    .section_step.step_schedule .block_explain .item_number {
      background-color: #908b6d; }
    .section_step.step_schedule .block_explain .item_text .title {
      color: #908b6d; }
    .section_step.step_schedule .block_explain .marker {
      background-color: rgba(144, 139, 109, 0.2);
      color: #766d38; }

/* -------------------------------------------------------

  section_cv

------------------------------------------------------- */
.section_cv {
  background: url("../limited/mansion-salon/images/bg_cv.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: clamp(50px, 6.25vw, 100px) 0 0 0; }
  .section_cv .wrap_text-pict {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: min(90%, 1200px);
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 750px) {
      .section_cv .wrap_text-pict {
        flex-direction: column;
        align-items: center; } }
    .section_cv .wrap_text-pict .pict_01 {
      flex: 0 0 247px;
      margin-right: -20px;
      z-index: 1; }
      @media screen and (max-width: 750px) {
        .section_cv .wrap_text-pict .pict_01 {
          flex: none;
          width: 60%; } }
    .section_cv .wrap_text-pict .pict_02 {
      flex: 0 0 212px;
      margin-left: -20px;
      z-index: 1; }
      @media screen and (max-width: 750px) {
        .section_cv .wrap_text-pict .pict_02 {
          flex: none;
          width: 50%; } }
    .section_cv .wrap_text-pict .text-area {
      flex: 1;
      width: min(90%, 500px);
      padding: 0 0 clamp(50px, 6.25vw, 100px) 0;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .section_cv .wrap_text-pict .text-area {
          width: 100%;
          margin-top: 30px; } }
      .section_cv .wrap_text-pict .text-area .text {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 3rem; }
        @media screen and (min-width: 750px) {
          .section_cv .wrap_text-pict .text-area .text {
            font-size: calc(14px + 0.0034188034 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_cv .wrap_text-pict .text-area .text {
            font-size: 18px; } }
        @media screen and (max-width: 750px) {
          .section_cv .wrap_text-pict .text-area .text {
            line-height: 2.0; } }
      .section_cv .wrap_text-pict .text-area .btn-res {
        width: min(80%, 460px);
        margin: 0 auto;
        font-size: 16px; }
        @media screen and (min-width: 750px) {
          .section_cv .wrap_text-pict .text-area .btn-res {
            font-size: calc(16px + 0.0034188034 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_cv .wrap_text-pict .text-area .btn-res {
            font-size: 20px; } }
        .section_cv .wrap_text-pict .text-area .btn-res a {
          padding: 4.5rem 0;
          border-radius: 60px; }
          @media screen and (max-width: 750px) {
            .section_cv .wrap_text-pict .text-area .btn-res a {
              padding: 3rem 0; } }

/* -------------------------------------------------------

rough

------------------------------------------------------- */
.rough {
  background: url("../limited/mansion-salon/images/rough_pc.jpg") no-repeat center;
  height: 5064px; }
