@charset "UTF-8";
main {
  background: #FFFFFF;
  color: #212121;
}

/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px), print {

  #okazakimodelhouse {
    max-width: 1920px;
    margin-inline: auto;
    width: 100%;
  }

.header .inHeader .h-logo.h-logo02{
  display: none;
}

.header .h-tel span:before {
    background: url(../img/icn_tel_w.svg) no-repeat center center;
}

  /* 【共通パーツ】　　　ttl共通
  -------------------------------------*/
  .sec-ttl {
    font-weight: 400;
    font-size: 44px;
    letter-spacing: 0.05em;
    line-height: 1.590909;
    position: relative;
    text-align: center;
    margin-bottom: 69px;
  }
  .sec-ttl::before,
  .sec-ttl::after {
    content: "";
    display: block;
    width: 490px;
    height: 1px;
    background: #212121;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
  }
  .sec-ttl::before {
    left: 0;
  }
  .sec-ttl::after {
    right: 0;
  }


  /* 【共通パーツ】　　　scrolldown
  -------------------------------------*/
  .scrolldown {
    position: absolute;
    bottom: 0;
    /* 1px 幅に translateX(-50%) を掛けるとサブピクセルでにじむため、幅の半分でずらす */
    left: calc(50% - 0.5px);
    height: 160px;
    width: 1px;
    background: #212121;
    animation: scroll-concept-bottom 2s infinite;
    z-index: 10;
  }
  @keyframes scroll-concept-bottom {
    0% {
      transform: translateY(50%) scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: translateY(50%) scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: translateY(50%) scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: translateY(50%) scale(1, 0);
      transform-origin: 0 100%;
    }
  }


  /* 【共通パーツ】　　　ループスライダー
  -------------------------------------*/
  .c-loop-slider .loop {
    overflow: hidden;
  }
  .c-loop-slider .loop__box {
    display: flex;
    width: max-content;
    animation: section-loop-track 25s linear infinite;
    will-change: transform;
    gap: 60px;
  }
  .c-loop-slider .loop__box img {
    display: block;
    flex: 0 0 auto;
  }
  @keyframes section-loop-track {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - (60px / 2)));
    }
  }


  /* header
  -------------------------------------*/
  .header .inHeader {
    padding: 15px 16px;
  }
  .header .inHeader .h-logo.h-logo01 {
    display: block;
  }

  .header .inHeader .hnavi {
    position: absolute;
    top: 15px;
    left: 85px;
    color: #fff;
  }

  .header .h-tel a span {
    color: #fff;
  }

  .header .h-time {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin: 13px 0 0 11px;
  }

  .header .inHeader .h-right {
    padding-right: 44px;
    padding-top: 13px;
  }
  .header .inHeader .h-right .btn {
    text-align: right;
  }
  .hamberger {
    display: none;
  }


  /* mv
  -------------------------------------*/
  .mv {
    position: relative;
    background: url(../img/mv.jpg) no-repeat center / cover;
    aspect-ratio: 1920/1000;
  }
  .mv .inner {
    padding-top: clamp(95px, 41.667px + 6.944vw, 175px); /* 768 ~ 1920px */
    padding-left: clamp(30px, -116.667px + 19.097vw, 250px); /* 768 ~ 1920px */
    position: relative;
  }
  .mv .ttl {
    font-size: clamp(18px, -0.667px + 2.431vw, 46px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1.6086;
    letter-spacing: 0.075em;
    color: #1A1A1A;
  }
  .mv .sub-ttl {
    font-size: clamp(12px, 2.667px + 1.215vw, 26px); /* 768 ~ 1920px */
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #1A1A1A;
  }
  .mv .btn {
    position: absolute;
    bottom: clamp(-59px, -10.667px + -2.517vw, -30px); /* 768 ~ 1920px */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .mv .btn img{
    width: 618px;
  }

.mv-undertxt{
  background-color:#F2F2F2; padding: 60px 0 0 0;
  text-align: center; font-size: 13px; line-height: 1.6; letter-spacing: 1px; }


  /* intro
  -------------------------------------*/
  .intro {
    position: relative;
    background-color: #F2F2F2;
  }
  .intro .inner {
    padding-top: 145px;
  }
  .intro .ttl {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2.3333;
    text-align: center;
  }

  .intro .list {
    width: min(95%, 740px);
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .intro .list-item {
    position: relative;
    padding-left: 163px;
    padding-block: 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.8125;
    color: #212121;
    background-color: #fff;
  }
  .intro .list-item::before {
    content: "";
    position: absolute;
    left: 108px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    background: url(../img/list-icon.svg) no-repeat center / contain;
  }
  .intro .list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .intro .img-box {
    width: min(90%, 830px);
    margin-inline: auto;
    margin-bottom: 100px;
    aspect-ratio: 830 / 350;
  }
  .intro .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro .btm-block {
    position: relative;
    width: min(95%, 1440px);
    margin-inline: auto;
    padding-block: clamp(60px, 33.333px + 3.472vw, 100px); /* 768 ~ 1920px */
    padding-inline: clamp(20px, -72.308px + 12.019vw, 120px);; /* 768 ~ 1600px */
    background-color: #BEBEBE;
  }
  .intro .btm-block::after {
    content: "";
    position: absolute;
    bottom: clamp(-60px, -10.000px + -2.604vw, -30px);
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    height: auto;
    aspect-ratio: 330 / 80;
    background: url(../img/intro-btm-arrow.svg) no-repeat center / cover;
  }
  .intro .btm-block .lead {
    margin-bottom: clamp(30px, 3.333px + 3.472vw, 70px); /* 768 ~ 1920px */
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
    color: #1A1A1A;
  }
  .intro .btm-block .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-block: 60px;
    padding-inline: 20px;
    margin-bottom: clamp(30px, 3.333px + 3.472vw, 70px); /* 768 ~ 1920px */
    background-color: #f2f2f2;
  }
  .intro .btm-block .flex-item {
    width: clamp(200px, 89.231px + 14.423vw, 320px); /* 768 ~ 1600px */
    height: auto;
    aspect-ratio: 320 / 60;
  }
  .intro .flex-item img {
    width: 100%;
  }
  .intro .btm-block .btm-txt {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2.72727;
    text-align: center;
    color: #1A1A1A;
  }
  .intro .btm-block .btm-txt span {
    font-size: 30px;
  }

  .intro .btm-img {
    margin-top: clamp(-30px, -3.333px + -3.472vw, -70px); /* 768 ~ 1920px */
    background: url(../img/intro-btm-img.jpg) no-repeat center / cover;
    aspect-ratio: 1920 / 1160;
  }
  .intro .btm-img .btm-img-txt {
    margin-bottom: clamp(12px, -20.000px + 4.167vw, 60px); /* 768 ~ 1920px */
    padding-top: clamp(70px, -36.667px + 13.889vw, 230px); /* 768 ~ 1920px */
    font-size: clamp(14px, 7.333px + 0.868vw, 24px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1.91666;;
    letter-spacing: 0.075em;
    text-align: center;
    color: #fff;
  }
  .intro .btm-img .btm-img-catch {
    font-size: clamp(22px, 10.000px + 1.563vw, 40px);; /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: center;
    color: #fff;
  }

  .intro .btm-message {
    padding-block: 140px;
    text-align: center;
    background-color: #fff;
  }
  .intro .btm-msg-txt {
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.075em;
    color: #212121;
  }
  .intro .btm-msg-txt span {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.075em;
    color: #212121;
  }


  /* floor
  -------------------------------------*/
  .floor {
    background: #F2F2F2;
  }
  .floor .inner {
    padding-block: 140px;
  }
  .floor .ttl {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
  }
  .floor .lead {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #212121;
  }

  .floor .img-box {
    position: relative;
    width: min(95%, 1280px);
    margin-inline: auto;
    margin-bottom: 137px;
  }
  .floor .img-box .en {
    position: absolute;
    top: -45px;
    left: -82px;
  }

  .pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .pin img {
    width: 41px;
    height: auto;
    display: block;
  }

  /* モーダル */
  .modal {
    position: fixed;
    inset: 0;
    display: none;
    height: 100dvh;
    z-index: 100;
  }
  .modal.is-open {
    display: grid;
    place-items: center;
  }
  .modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(29,29,29,.9);
    min-height: 1120px;
  }
  .modal__box {
    position: relative;
    width: 1280px;
  }
  .modal__close {
    position: absolute;
    right: -263px;
    top: 39px;
  }
  .modal__slider {
    margin: 0px 0 0 !important;
  }
  .modal__slider .txt {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: #FFFFFF;
    width: min(95%, 1000px);
    margin-inline: auto;
  }
  .modal__slider .photo {
    margin-bottom: 26px;
    margin-inline: 4px;
    aspect-ratio: 1280 / 800;
    text-align: center;
  }
  .modal__slider .photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  /* slick */
  .slick-list {
    height: auto !important;
  }
  .slide-arrow {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    cursor: pointer;
    left: 50%;
  }
  .prev-arrow {
    margin-left: -781px;
  }
  .next-arrow {
    margin-left: 699px;
  }
  .slide-dots {
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 30px;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .slide-dots li button::before {
    background-image: url(../img/slide-dots.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    width: 20px;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .slide-dots li.slick-active button::before {
    background-image: url(../img/slide-dots-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
  }

  /* gallery */
  .gallery {
    width: min(95%, 1280px);
    margin-inline: auto;
  }
  .gallery .list {
    width: min(95%, 1280px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 51px 40px;
  }
  .gallery .list li .ttl-wrap {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #212121;
    padding: 0 0 15px;
    margin-bottom: 26px;
  }
  .gallery .list li .ttl-wrap h3 {
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .gallery .list li .photo {
    margin-bottom: 10px;
    position: relative;
  }
  .gallery .list li .photo::after {
    position: absolute;
    content: "";
    background: url(../img/open-icon.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    bottom: 0;
    right: 1px;
  }
  .gallery .list li .txt {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }


  /* middle-bnr
  -------------------------------------*/
.middle-bnr {
  position: relative;
  background: #C13824;
}
.middle-bnr .inner {
  position: relative;
  width: min(95%, 1190px);
  margin-inline: auto;
  padding-top: 27px;
  padding-bottom: 87px;
}
.middle-bnr .deco {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
  width: clamp(230px, 129.333px + 13.108vw, 381px); /* 768 ~ 1920px */
  height: auto;
  aspect-ratio: 382 / 68;
}
.middle-bnr .bnr {
  position: relative;
  display: block;
  margin-inline: auto;
  aspect-ratio: 1190 / 356;
}
.middle-bnr .bnr img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.middle-bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.middle-bnr .btn-area {
  position: absolute;
  width: 100%;
  translate: 0 -56%;
  text-align: center;
}
.middle-bnr .btn-area .btn {
  display: inline-block;
  width: min(95%, 700px);
  margin-inline: auto;
  aspect-ratio: 700 / 125;
}
.middle-bnr .btn-area .btn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}


  /* concept
  -------------------------------------*/
  /* top */
  .concept .top {
    background: url(../img/concept-top-bg.jpg) no-repeat center / cover;
    aspect-ratio: 1920 / 1283;
    text-align: center;
  }
  .concept .top .inner {
    padding-top: clamp(80px, -63.333px + 18.663vw, 295px); /* 768 ~ 1920px */
  }
  .concept .top .enttl {
    margin-bottom: clamp(0px, -40.000px + 5.208vw, 60px); /* 768 ~ 1920px */
    font-size: clamp(20px, 13.333px + 0.868vw, 30px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.075em;
    color: #212121;
  }
  .concept .top .ttl {
    font-size: clamp(32px, 21.333px + 1.389vw, 48px); /* 768 ~ 1920px */
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #212121;
  }
  .concept .top .ttl span {
    font-size: clamp(20px, 13.333px + 0.868vw, 30px); /* 768 ~ 1920px */
    font-weight: 700;
    line-height: 2.33333;
    letter-spacing: 0.075em;
    color: #212121;
  }

  /* bottom */
  .concept .bottom {
    position: relative;
    padding-bottom: 160px;
    text-align: center;
  }
  .concept .bottom .point-linkframe {
    margin-top: min(5.208vw, 100px);
  }
  .concept .bottom .point-linkframe .point-linkinner {
    display: flex;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 min(1.042vw, 20px) min(3.125vw, 60px) min(1.042vw, 20px);
  }
  .concept .bottom .point-linkframe .point-linkinner li {
    margin: 0 min(3.125vw, 60px) 0 0;
  }
  .concept .bottom .point-linkframe .point-linkinner li:nth-child(3n) {
    margin: 0 0px 0 0;
  }
  .concept .bottom .point-linkframe .point-linkinner li a {
    position: relative;
  }
  .concept .bottom .point-linkframe .point-linkinner li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 0px auto;
    background-image: url(../img/point-link-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
  }
  .concept .bottom .point-linkframe .point-linkinner li a:hover::after {
    bottom: -110px;
  }

  /* loop-slider */
  .concept .concept-slide {
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
  }
  .concept .concept-slide .loop {
    padding-top: min(3.125vw, 60px);
    padding-bottom: min(1.25vw, 24px);
  }
  .concept .concept-slide .loop__box img {
    width: 131.98vw;
    max-width: 2534px;
  }

  .concept .bottom .lead {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
    color: #212121;
  }
  .concept .bottom .lead span {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: center;
    color: #212121;
  }


  /* point 共通スタイル
  -------------------------------------*/
  .point {
    position: relative;
  }
  .point .inner {
    position: relative;
  }
  .point .photo {
    position: relative;
    z-index: 2;
  }
  .point .ttl-box {
    position: relative;
    z-index: 3;
  }
  .point .num {
    margin-left: min(0.833vw, 16px);
    margin-bottom: 8px;
  }
  .point h2 {
    font-size: clamp(32px, calc(32px + 17 * ((100vw - 768px) / 1152)), 49px);
    font-weight: 400;
    line-height: 1.7551020;
    letter-spacing: 0.05em;
  }
  .point h2 span {
    padding: 0 12px 5px;
    background: #FFFFFF;
  }
  .point h2 span:nth-of-type(2) {
    position: relative;
    top: 4px;
  }
  .point .txt {
    margin-bottom: min(1.667vw, 32px);
    font-size: clamp(9px, 4.333px + 0.608vw, 16px); /* 768 ~ 1920px */
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .point .txt:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .point .lead {
    font-size: clamp(11px, calc(11px + 9 * ((100vw - 768px) / 1152)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .point .catch {
    margin-bottom: clamp(16px, -1.333px + 2.257vw, 42px); /* 768 ~ 1920px */
    font-size: clamp(14px, 10.000px + 0.521vw, 20px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }


  /* point01
  -------------------------------------*/
  .point01 .inner {
    width: min(95%, 1200px);
    margin-top: -94px;
    margin-inline: auto;
    padding-bottom: clamp(160px, 106.667px + 6.944vw, 240px); /* 768 ~ 1920px */
  }
  .point01 .photo,
  .point01 .photo img {
    width: 100%;
  }

  /* point01 ttl */
  .point01 .ttl-box {
    margin-left: 35px;
  }

  /* point01 inBox01 */
  .point01 .inBox01 {
    position: relative;
    max-width: 1150px;
    display: grid;
    grid-template-columns: max-content clamp(320px, 133.333px + 24.306vw, 600px); /* 768 ~ 1920px */
    column-gap: clamp(32px, 10.667px + 2.778vw, 64px); /* 768 ~ 1920px */
    row-gap: 48px;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-bottom: 70px;
    z-index: 3;
  }
  .point01 .inBox01 .txt-box {
    margin-bottom: 30px;
  }
  .point01 .inBox01 .catch {
    margin-bottom: 0;
  }

  /* point01 inBox02 */
  .point01 .inBox02 {
    display: grid;
    grid-template-columns: clamp(320px, 133.333px + 24.306vw, 600px) max-content; /* 768 ~ 1920px */
    gap: 50px;
    justify-content: center;
    align-items: center;
    max-width: 1150px;
    margin-bottom: 90px;
  }
  .point01 .inBox02 .txt:nth-of-type(2) {
    margin-bottom: 0;
  }
  .point01 .btm-msg {
    font-size: clamp(22px, 18.000px + 0.521vw, 28px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1.92857;
    letter-spacing: 0.05em;
    text-align: center;
  }


  /* point02 
  -------------------------------------*/
  .point02 {
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
    pdding-bottom: 175px;
  }
  /* point02 bg */
  .point02::before,
  .point02::after {
    content: "";
    position: absolute;
    left: 0;
    width: clamp(640px, 0.000px + 83.333vw, 1600px); /* 768 ~ 1920px */
    background: #F2F2F2;
    pointer-events: none;
    z-index: 0;
  }
  .point02::before {
    top: clamp(-120px, -20.000px + -5.208vw, -60px); /* 768 ~ 1920px */
    height: clamp(260px, 86.667px + 22.569vw, 520px); /* 768 ~ 1920px */
  }  
  .point02::after {
    bottom: clamp(12px, -20.000px + 4.167vw, 60px); /* 768 ~ 1920px */
    height: clamp(200px, 106.667px + 12.153vw, 340px); /* 768 ~ 1920px */
  }
  
  /* point02 photo and ttl */
  .point02 > .photo {
    text-align: right;
    position: relative;
    margin-bottom: 60px;
    width: clamp(540px, 0.000px + 70.313vw, 1350px); /* 768 ~ 1920px */
    aspect-ratio: 1350 / 700;
    margin-left: auto;
  }
  .point02 .ttl-box {
    position: absolute;
    top: 0;
    left: clamp(62px, -78.000px + 18.229vw, 272px); /* 768 ~ 1920px */
  }

  .point02 .inBoxWrap {
    width: min(95%, 1350px);
    margin-inline: auto;
  }

  /* point02 inBox01 */
  .point02 .inBox01 {
    display: grid;
    grid-template-columns: clamp(300px, 86.667px + 27.778vw, 620px) max-content; /* 768 ~ 1920px */
    justify-content: center;
    align-items: center;
    gap: clamp(25px, 8.333px + 2.17vw, 50px); /* 768 ~ 1920px */
    max-width: min(95%, 1160px);
    margin-right: auto;
    margin-bottom: 60px;
  }
  .point02 .inBox01 .photo02 {
    align-self: center;
  }

  /* point02 inBox02 */
  .point02 .inBox02 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: max-content clamp(340px, 100.000px + 31.25vw, 700px); /* 768 ~ 1920px */
    justify-content: center;
    align-items: center;
    gap: clamp(20px, -46.667px + 8.681vw, 120px); /* 768 ~ 1920px */
    width: min(95%, 1290px);
    margin-left: auto;
    margin-bottom: 120px;
  }


  /* point03 
  -------------------------------------*/
  .point03 {
    padding-top: 70px;
    padding-bottom: 130px;
    background: #F2F2F2;
  }
 
  /* point03 ttl */
  .point03 .ttl-box {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 86px;
    text-align: center;
  }
  .point03 .ttl-box .ttl {
    margin-bottom: 35px;
  }
  .point03 .deco {
    position: absolute;
    top: 50%;
    left: 0;
    translate: -100% -50%;
    width: clamp(120px, 48.000px + 9.375vw, 228px); /* 768 ~ 1920px */
    height: auto;
    /* aspect-ratio: 228 / 230; */
  }
  

  /* point03 inBoxWrap */
  .point03 .inBoxWrap {
    max-width: 1340px;
    margin-inline: auto;
  }

  /* point03 inBox01 */
  .point03 .inBox01 {
    position: relative;
    z-index: 2;
    width: min(95%, 1250px);
    display: grid;
    grid-template-columns: max-content clamp(300px, 120.000px + 23.438vw, 570px); /* 768 ~ 1920px */
    gap: clamp(35px, 11.667px + 3.038vw, 70px); /* 768 ~ 1920px */
    justify-content: center;
    margin-top: clamp(-40px, -6.667px + -1.736vw, -20px); /* 768 ~ 1920px */
    margin-left: auto;
    margin-bottom: 35px;
  }
  .point03 .inBox01 .txt-box {
    margin-top: clamp(62px, 28.667px + 4.34vw, 112px); /* 768 ~ 1920px */
  }

  /* point03 inBox02 */
  .point03 .inBox02 {
    width: min(95%, 1190px);
    display: grid;
    grid-template-columns: clamp(290px, 23.333px + 34.722vw, 690px) max-content; /* 768 ~ 1920px */
    gap: clamp(26px, 12.667px + 1.736vw, 46px); /* 768 ~ 1920px */
    justify-content: center;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: left;
  }
  .point03 .inBox02 .txt-box {
    margin-top: clamp(40px, -18.667px + 7.639vw, 128px); /* 768 ~ 1920px */
  }
  .point03 .inBox02 .txt-box h3 {
    margin-bottom: clamp(22px, 8.667px + 1.736vw, 42px); /* 768 ~ 1920px */
    font-size: clamp(14px, 10.000px + 0.521vw, 20px); /* 768 ~ 1920px */
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
  .point03 .inBox02 .txt-box h3 span {
    padding: 5px 10px;
    white-space: nowrap;
    background: #FFFFFF;
  }

  /* point03 btm-msg */
  .point03 .btm-msg {
    font-size: clamp(22px, 18.000px + 0.521vw, 28px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1.92857;
    letter-spacing: 0.05em;
    text-align: center;
  }


  /* bnr-area
  -------------------------------------*/
  .bnr-area .inner {
    padding-block: clamp(120px, 66.667px + 6.944vw, 200px); /* 768 ~ 1920px */
  }
  .bnr-area .ttl {
    margin-bottom: 65px;
    font-size: clamp(20px, 13.333px + 0.868vw, 30px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .bnr-area .point-list {
    width: clamp(720px, 400.000px + 41.667vw, 1200px); /* 768 ~ 1920px */
    display: flex;
    flex-wrap: wrap;
    row-gap: clamp(28px, 15.333px + 1.649vw, 47px); /* 768 ~ 1920px */
    column-gap: clamp(24px, 6.667px + 2.257vw, 50px); /* 768 ~ 1920px */
    justify-content: center;
    margin-inline: auto;
    margin-bottom: clamp(60px, 26.667px + 4.34vw, 110px); /* 768 ~ 1920px */
    padding-block: 50px;
    background: #f2f2f2;
  }
  .bnr-area .point-list .point-item {
    position: relative;
    padding-left: clamp(36px, 23.333px + 1.649vw, 55px); /* 768 ~ 1920px */
    font-size: clamp(12px, 8.000px + 0.521vw, 18px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .bnr-area .point-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: clamp(20px, 13.333px + 0.868vw, 30px); /* 768 ~ 1920px */
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/list-icon.svg) no-repeat center center / contain;
  }

  .bnr-area .bnr-list {
    position: relative;
    width: min(90%, 1100px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0;
    margin-inline: auto;
  }
  .bnr-area .bnr-list .list-item {
    line-height: 0;
  }
  .bnr-area .bnr-list .list-item a,
  .bnr-area .bnr-list .list-item picture,
  .bnr-area .bnr-list .list-item img {
    display: block;
    width: 100%;
  }
  .bnr-area .bnr-list .list-item.item-03 {
    grid-column: 1 / -1;
  }

.bnr-area .bnr-list .list-item.item-01{padding: 0px 20px 0px 0px;}
.bnr-area .bnr-list .list-item.item-02{padding: 0px 0px 0px 20px;}


  /* access
  -------------------------------------*/
.access{margin:60px 0 0 0;}

  
  .access .sec-ttl {
    width: min(95%, 1280px);
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .access .sec-ttl::before,
  .access .sec-ttl::after {
    width: 510px;
  }
  .access .map {
    margin-bottom: 30px;
  }
  .access .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 640;
  }
  .access .address {
    margin-bottom: clamp(80px, 26.667px + 6.944vw, 160px); /* 768 ~ 1920px */
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.075em;
    text-align: center;
  }

  /* loop slider */
  .access .slide .loop__box {
    gap: 60px;
    animation: section-loop-track 35s linear infinite;
  }
  .access .slide .loop__box img {
    width: 170.625vw;
    max-width: 3246px;
    aspect-ratio: 3246 / 487;
  }


  /* endMsg
  -------------------------------------*/
  .endMsg {
    margin-top: clamp(-243px, -4.667px + -12.413vw, -100px); /* 768 ~ 1920px */
    background: #F2F2F2;
  }
  .endMsg .inner {
     padding-top: clamp(400px, 25.333px + 12.149vw, 453px); /* 768 ~ 1920px */
    padding-bottom: 146px;
  }

  .endMsg .ttl {
    margin-bottom: 42px;
    font-size: clamp(18px, 12.667px + 0.694vw, 26px); /* 768 ~ 1920px */
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.0769;
    text-align: center;
  }

  .endMsg .list {
    display: flex;
    flex-wrap: wrap;
    row-gap: clamp(28px, 15.333px + 1.649vw, 47px); /* 768 ~ 1920px */
    column-gap: clamp(24px, 6.667px + 2.257vw, 50px); /* 768 ~ 1920px */
    justify-content: center;
    width: clamp(500px, 300.000px + 26.042vw, 800px);
    margin-inline: auto;
    padding-block: clamp(30px, 16.667px + 1.736vw, 50px); /* 768 ~ 1920px */
    background: #fff;
  }
  .endMsg .list .list-item {
    position: relative;
    padding-left: clamp(36px, 23.333px + 1.649vw, 55px); /* 768 ~ 1920px */
    font-size: clamp(12px, 8.000px + 0.521vw, 18px); /* 768 ~ 1920px */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .endMsg .list .list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: clamp(20px, 13.333px + 0.868vw, 30px); /* 768 ~ 1920px */
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/list-icon.svg) no-repeat center center / contain;
  }
  

  /* contact
  -------------------------------------*/
  .contact {
    background-color: #f2f2f2;
  }
  .contact.cm-form {
    margin-top: 0;
  }
  .contact .inner {
    padding-bottom: 140px;
  }

  .contact .ttl-box {
    position: relative;
    width: min(95%, 300px);
    margin-inline: auto;
    margin-bottom: 60px;
    text-align: center;
  }
  .contact .ttl-box .ttl-en {
    position: relative;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    z-index: 2;
  }
  .contact .ttl-box .ttl {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .contact .ttl-box .en {
    content: "";
    position: absolute;
    width: 180px;
    height: 74px;
    top: -42px;
    left: -28px;
    z-index: 1;
  }

  .contact .wcm03 {
    position: relative;
    width: min(90%, 1280px);
    max-width: 1280px;
    margin-inline: auto;
    padding-block: 80px;
    padding-inline: clamp(20px, -60.000px + 10.417vw, 140px); /*768 ~ 1920px */
    background-color: #fff;
  }
  .contact .wcm03 .form-note {
    width: min(95%, 605px);
    margin: 0;
    margin-inline: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2.142857;
    text-align: left;
  }
  .contact .box-form {
    margin-top: 36px;
    margin-bottom: 46px;
  }

  .contact .box-form .form-group {
    padding: 29px 0 30px;
    border-bottom: 1px solid #DDDDDD;
  }
  .contact .box-form .form-group:first-child {
    border-top: 1px solid #DDDDDD;
  }
  .contact .box-form .form-group-title {
    width: 40%;
    max-width: 384px;
    padding: 0 10px 1px 25px;
  }
  .contact .box-form .form-group-title .ttl {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.235294;
  }
  .contact .box-form .form-group-title .ttl:before {
    content: none;
  }
  .contact .box-form .form-group-title .ttl.is-required:before {
    content: "必須";
    left: initial;
    right: 14px;
    width: 50px;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2;
    background: #C13924;
  }
  .contact .box-form .form-group-content {
    width: 54.6%;
  }
  .contact .box-form .form-group:first-child input {
    width: 320px;
  }
  .contact .box-form .form-group:nth-child(2) input {
    width: 320px;
  }
  .contact .box-form .box-datetimepicker .input-date,
  .contact .box-form .box-select select,
  .contact .box-form .input-text {
    height: 50px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #999999;
  }
  .contact .box-form .input-area {
    height: 220px;
    border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    color: #999999;
  }

  .contact .form-policy {
    margin-bottom: 58px;
    padding: 37px;
    font-weight: 400;
    background: #f2f2f2;
    border: 1px solid #ddd;
  }
  .contact .form-policy .policy-ttl {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .contact .form-policy .policy-list {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.571428;
  }

  .contact .form-action .btn-agree {
    max-width: 380px;
    margin: 0 auto 35px;
  }
  .contact .form-action .btn-agree label {
    padding: 0 0 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.235294;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #212121;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .contact .form-action .btn-agree label span {
    margin-left: 0;
  }
  .contact .form-action .btn-submit .cm-btn02 {
    padding: 27px 22px 32px 0;
    max-width: 500px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    color: #fff;
  }
  .contact .form-action .submit-button:after {
    right: 51px;
    width: 17px;
    height: 13px;
    background: url(../img/submit-arrow.svg) no-repeat;
    background-size: contain;
  }

#okazakimodelhouse .contact h2 {
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
#okazakimodelhouse .contact .en {
    position: absolute;
    content: "";
    width: 180px;
    height: 74px;
    top: -30px;
    left: -19px;
}
#okazakimodelhouse .contact h3 {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: center;
}

#okazakimodelhouse .form-group .day-subtxt{
 font-size: 13px; line-height: 1.6; letter-spacing: 1px;
 text-align: left; padding: 25px 0 0 75px;
}


  /* tel-bnr
  -------------------------------------*/
  .tel-bnr {
    padding-top: 90px;
    padding-bottom: 145px;
    text-align: center;
  }



/* bnr04
-------------------------------------*/
.bnr04 {
    padding: 90px 0 145px;
    text-align: center;
}
  

  /* event
  -------------------------------------*/
  .event {
    width: min(95%, 1280px);
    margin-inline: auto;
  }
  .event .sec-ttl {
    margin-bottom: 12px;
  }
  .event .sec-ttl::before,
  .event .sec-ttl::after {
    width: 528px;
  }
  .event .subt {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
  }


  #exhibition_okazakimodelhouse .cm-btn02 {
    max-width: 500px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    color: #fff;
    padding: 27px 22px 32px 0;
}
#exhibition_okazakimodelhouse .form-action .submit-button:after {
    background: url(../img/submit-arrow.svg)no-repeat;
    background-size: contain;
    width: 17px;
    height: 13px;
    right: 51px;
}

.sec-event{
  margin:0 0 120px 0;
}



  /* floating bnr
  -------------------------------------*/
  .side-fix {
    display: none;
  }
  .fix-list {
    display: none;
  }
  .float-bnr {
    position: fixed;
    top: 80px;
    right: -10px;
    z-index: 400;
  }
  .float-bnr__img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*スマホ用メニュー*/
  .sp-fix-list {
    display: none;
  }

}



/* ========================================
@media screen and (min-width:768px) and (max-width:1000px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
  /* header
  -------------------------------------*/
  .header .h-time {
    margin: 0;
    font-size: 10px;
  }
  .header .inHeader .h-right .btn img {
    width: 26.8vw;
  }
}



/* ========================================
@media screen and (min-width:768px) and (max-width:1440px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
  /* concept
  -------------------------------------*/
  .intro .enttl {
    margin-bottom: 1.667vw;
    font-size: 2.083vw;
  }
  .intro h2 {
    margin-left: 2.083vw;
    margin-bottom: 2.778vw;
    font-size: 3.333vw;
  }
  .intro .lead {
    font-size: clamp(16px, 1.9vw, 26px);
    margin-bottom: 0.903vw;
  }
  .intro .txt {
    font-size: clamp(12px, 0.054rem + 1.5vw, 18px);
  }
  .intro .middle {
    padding: 4.167vw 0 8.542vw;
  }
  .intro .middle .subt {
    margin-bottom: 0.972vw;
    padding: 0.417vw 1.319vw 1.667vw;
    font-size: clamp(0.625rem, 0.054rem + 1.19vw, 1.125rem);
  }
  .intro .middle h3 {
    font-size: clamp(0.75rem, 0.179rem + 1.19vw, 1.25rem);
  }
  .intro .middle h3 span {
    font-size: 1.528vw;
  }
  .intro .middle h3 span:after {
    height: 0.069vw;
    bottom: -0.417vw;
  }
  .intro .middle h3 span:nth-child(1):after {
    width: 18.125vw;
  }
  .intro .middle h3 span:nth-child(2):after {
    width: 14.583vw;
  }
}



/* ========================================
@media screen and (min-width:768px) and (max-width:1540px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1540px) {
  .intro .bottom::before {
    width: 13.182vw;
    height: 5.779vw;
    top: -5.649vw;
  }
  .intro .bottom h3 {
    font-size: 1.948vw;
    padding: 5.195vw 0 0;
  }
  .intro .bottom h3::before {
    width: 16.429vw;
    height: 16.494vw;
    top: -1.104vw;
    left: -19.805vw;
  }
  .intro .bottom h3 span {
    font-size: 1.299vw;
    margin-bottom: 0.844vw;
  }
  .intro .bottom .lead {
    font-size: 1.948vw;
  }
  .intro .bottom .lead span {
    font-size: 1.299vw;
    margin-bottom: -0.325vw;
  }
}


/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
  /* floor
  -------------------------------------*/
  .floor .img-box .en {
    position: absolute;
    top: -3.125vw;
    left: -2.694vw;
  }
  .floor .img-box .en img {
    width: 27.083vw;
  }
}


/* ========================================
@media screen and (min-width:768px) and (max-width:1919px)
======================================== */
@media screen and (min-width:768px) and (max-width:1919px) {
  /* モーダル */
  .modal {
    position: fixed;
    inset: 0;
    display: none;
    overflow-y: auto;
    height: 100dvh;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  .modal.is-open {
    display: grid;
    place-items: center;
  }
  .modal__overlay {
    position: absolute;
    inset: 0;
    min-height: 58.364vw;
    background: rgba(29,29,29,.9);
  }
  .modal__box {
    position: relative;
    width: 66.701vw;
  }
  .modal__close {
    position: absolute;
    top: 2.032vw;
    right: -13.705vw;
  }
  .modal__slider {
    margin: 51px 0 0 !important;
  }
  .modal__slider .txt {
    width: min(95%, 1000px);
    margin-inline: auto;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .modal__slider .photo {
    margin-bottom: 1.355vw;
  }

  /* slick */
  .slick-list {
    height: auto;
  }
  .slide-arrow {
    position: absolute;
    z-index: 10;
    top: 49%;
    left: 50%;
    transform: translateY(-50%);
    width: 4.169vw;
    height: 4.169vw;
    cursor: pointer;
  }
  .prev-arrow {
    margin-left: -40.698vw;
  }
  .next-arrow {
    margin-left: 36.425vw;
  }
  .slide-dots {
    margin: 2.606vw 0 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 1.563vw;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -521.053vw;
  }
  .slide-dots li button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1.042vw;
    height: 1.042vw;
    margin: auto;
    background-image: url(../img/slide-dots.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .slide-dots li.slick-active button::before {
    background-image: url(../img/slide-dots-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  button {
    padding: 0 0.365vw;
    background: none;
    border: none;
    outline: none;
  }
}


/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
  /* ttl
  -------------------------------------*/
  .sec-ttl {
    font-size: 3.056vw;
    margin-bottom: 4.792vw;
  }
  .sec-ttl::before,
  .sec-ttl::after {
    width: 34.028vw;
    height: 0.069vw;
  }

  .access .sec-ttl {
    margin-bottom: 2.778vw;
  }
  .access .sec-ttl::before,
  .access .sec-ttl::after {
    width: 35.417vw;
  }

  .event .sec-ttl {
    margin-bottom: 0.833vw;
  }
  .event .sec-ttl::before,
  .event .sec-ttl::after {
    width: 36.667vw;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1540px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1540px) {
.mv-undertxt{background-color:#F2F2F2;padding:3.80vw 0 0 0;text-align:center;font-size:0.82vw;line-height:1.6;}
}



/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  /* ttl共通
  -------------------------------------*/
  .sec-ttl {
    position: relative;
    margin-bottom: 4.2vw;
    font-size: 7.729vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.1875;
    text-align: center;
  }
  .sec-ttl::before,
  .sec-ttl::after {
    content: "";
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    width: 23.2vw;
    height: 0.2vw;
    background: #212121;
  }
  .sec-ttl::before {
    left: 0;
  }
  .sec-ttl::after {
    right: 0;
  }


  /* 【共通パーツ】　　　scrolldown
  -------------------------------------*/
  .scrolldown {
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    height: 24vw;
    width: 1px;
    background: #212121;
    animation: scroll-concept-bottom 2s infinite;
    z-index: 10;
  }
  @keyframes scroll-concept-bottom {
    0% {
      transform: translateY(50%) scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: translateY(50%) scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: translateY(50%) scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: translateY(50%) scale(1, 0);
      transform-origin: 0 100%;
    }
  }


  /* 【共通パーツ】　　　ループスライダー
  -------------------------------------*/
  .c-loop-slider .loop {
    overflow: hidden;
  }
  .c-loop-slider .loop__box {
    display: flex;
    width: max-content;
    animation: section-loop-track 20s linear infinite;
    will-change: transform;
    gap: 5.314vw;
  }
  .c-loop-slider .loop__box img {
    display: block;
    flex: 0 0 auto;
  }
  @keyframes section-loop-track {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - (5.314vw / 2)));
    }
  }


  /* header
  -------------------------------------*/
  .header .inHeader .h-logo {
    position: relative;
    left: 5vw;
    width: 34.5vw;
    padding: 4vw 0 0 0;
  }
  .header .inHeader .h-logo img {
    width: auto;
  }
  .header .inHeader .h-logo.h-logo01 {
    display: block;
    visibility: visible;
    opacity: 1;
  }

.header .inHeader .h-logo.h-logo02{
  display: none;
}


  /* mv
  -------------------------------------*/
  .mv {
    position: relative;
    background: url(../img/mv_sp.jpg) no-repeat center / cover;
    aspect-ratio: 414 / 520;
  }
  .mv .inner {
    padding-top: 27vw;
    padding-left: 6.7vw;
  }
  .mv .inner .ttl-box {
    margin: 0 0 0 4vw;
  }
  .mv h1 {
    margin-bottom: 3.3vw;
    font-size: 6.3vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.075em;
    color: #1A1A1A;
  }
  .mv h2 {
    font-size: 3.865vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #1A1A1A;
  }
  .mv .btn {
    position: absolute;
    bottom: -18.4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 98.6vw;
    z-index: 1;
  }

.mv-undertxt{
  background-color:#F2F2F2; padding: 18vw 0 0 0;
  text-align: center; font-size:3vw; line-height: 1.6; letter-spacing:0.1vw; }


  /* intro
  -------------------------------------*/
  .intro {
    position: relative;
    background-color: #F2F2F2;
  }
  .intro .inner {
    padding-top: 20.7vw;
  }

  .intro h2 {
    font-size: 4.3vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.7777;
    text-align: center;
    margin-bottom: 8.8vw;
  }
  .intro .list {
    width: 89.372vw;
    margin-inline: auto;
    margin-bottom: 9.6vw;
  }
  .intro .list-item {
    position: relative;
    margin-bottom: 1.9vw;
    padding-left: 14.1vw;
    padding-right: 3vw;
    padding-block: 3.8vw;
    font-size: 3.38vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.857;
    color: #212121;
    background-color: #fff;
  }
  .intro .list-item::before {
    content: "";
    position: absolute;
    top: 4vw;
    left: 5vw;
    width: 6vw;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/list-icon.svg) no-repeat center / contain;
  }

  .intro .img-box {
    padding-inline: 4vw;
    margin-bottom: 14.3vw;
    text-align: center;
  }
  .intro .img-box img {
    width: 100%;
  }

  .intro .btm-block {
    position: relative;
    width: 94vw;
    margin-inline: auto;
    padding-top: 8.5vw;
    padding-bottom: 13.5vw;
    padding-inline: 3.6vw;
    background-color: #BEBEBE;
  }
  .intro .btm-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 78%;
    width: 43.4vw;
    height: auto;
    aspect-ratio: 180 / 40;
    background: url(../img/intro-btm-arrow_sp.svg) no-repeat center / cover;
  }

  .intro .lead {
    margin-bottom: 6vw;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.075em;
    text-align: center;
  }

  .intro .flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.6vw;
    margin-bottom: 8.1vw;
    padding-block: 7.3vw;
    background-color: #f2f2f2;
  }

  .intro .btm-txt {
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.075em;
    text-align: center;
    color: #212121;
  }
  .intro .btm-txt span {
    font-size: 4.8vw;
  }

  .intro .btm-img {
    margin-top: -10.5vw;
    padding-top: 24.1vw;
    background: url(../img/intro-btm-img_sp.jpg) no-repeat bottom center / cover;
    aspect-ratio: 414 / 640;
  }
  .intro .btm-img .btm-img-txt {
    margin-bottom: 5vw;
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: center;
    color: #fff;
  }
  .intro .btm-img .btm-img-catch {
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: center;
    color: #fff;
  }
  .intro .btm-message {
    padding-top: 17.5vw;
    padding-bottom: 19.6vw;
    background-color: #fff;
  }
  .intro .btm-message .btm-msg-txt {
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 2.3;
    letter-spacing: 0.075em;
    text-align: center;
    color: #212121;
  }
  .intro .btm-message .btm-msg-txt span {
    font-size: 4.8vw;
  }


  /* floor
  -------------------------------------*/
  .floor {
    background: #F2F2F2;
  }
  .floor .inner {
    padding-top: 18vw;
    padding-bottom: 4.4vw;
  }

  .floor .ttl {
    margin-bottom: 3vw;
    font-size: 4.348vw;
    font-weight: 400;
    line-height: 1.7777;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .floor .lead {
    font-size: 2.9vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    margin-bottom: 6.6vw;
  }

  .floor .img-box {
    position: relative;
    margin-bottom: 11.75vw;
  }
  .floor .img-box img {
    width: 100%;
  }
  .floor .img-box .en {
    position: absolute;
    top: -5vw;
    left: 5.9vw;
  }
  .floor .img-box .en img {
    width: 30.2vw;
  }
  .pin {
    position: absolute;
    left: var(--x-sp, var(--x));
    top: var(--y-sp, var(--y));
    transform: translate(-50%, -50%);
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 7vw;
  }
  .pin img {
    width: 4.9vw;
    height: auto;
    display: block;
  }

  /* モーダル */
  .modal {
    position: fixed;
    inset: 0;
    display: none;
    overflow-y: auto;
    height: 100dvh;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  .modal.is-open {
    display: grid;
    place-items: center;
  }
  .modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(29,29,29,.9);
  }
  .modal__box {
    position: relative;
    width: 100vw;
  }
  .modal__close {
    position: absolute;
    right: 6.5vw;
    top: -5vw;
  }
  .modal__close img {
    width: 5.9vw;
  }
  .modal__slider {
    margin: 0 0 0vw !important;
  }
  .modal__slider .txt {
    width: 89.375vw;
    margin-inline: auto;
    font-size: 3.382vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #FFFFFF;
  }
  .modal__slider .photo {
    margin-bottom: 5vw;
  }
  .modal__slider .photo img {
    display: block;
    width: 100%;
    object-fit: contain;
  }

  /* slick */
  .slick-list {
    height: auto !important;
    padding: 8vw 0 0;
  }
  .slide-dots {
    margin: 0 0 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 5.5vw;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .slide-dots li button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 3.7vw;
    height: 3.7vw;
    margin: auto;
    background-image: url(../img/slide-dots.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .slide-dots li.slick-active button::before {
    background-image: url(../img/slide-dots-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  button {
    background: none;
    border: none;
    outline: none;
  }

  /* gallery */
  .gallery .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6.5vw;
    width: 89.375vw;
    margin-inline: auto;
    padding: 0 0 14.5vw;
  }
  .gallery .list li .ttl-wrap {
    display: grid;
    grid-template-columns: 5.315vw 1fr;
    gap: 2.5vw;
    margin-bottom: 3.5vw;
    padding: 0 0 3.5vw;
    border-bottom: 0.2vw solid #212121;
    align-items: center;
  }
  .gallery .list li .ttl-wrap h3 {
    font-size: 5.314vw;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .gallery .list li .photo {
    position: relative;
    margin-bottom: 3vw;
    aspect-ratio: 370 / 230;
  }
  .gallery .list li .photo::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 7.3vw;
    height: 7.3vw;
    aspect-ratio: 1 / 1;
    background: url(../img/open-icon_sp.svg) no-repeat;
    background-size: contain;
  }
  .gallery .list li .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery .list li .txt {
    font-size: 3.382vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }


  /* middle-bnr
  -------------------------------------*/
  .middle-bnr {
    position: relative;
    background: #C13824;
  }
  .middle-bnr .inner {
    padding-top: 17.1vw;
    padding-bottom: 16.5vw;
  }
  .middle-bnr .deco {
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 -50%;
    width: 381px;
    height: auto;
    aspect-ratio: 382 / 68;
  }
  .middle-bnr .bnr {
    display: block;
    width: 81vw;
    margin-inline: auto;
  }
  .middle-bnr .bnr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .middle-bnr .btn-area {
    position: absolute;
    bottom: 0;
    width: 100vw;
    z-index: 10;
  }
  .middle-bnr .btn-area .btn {
    display: block;
    width: 100%;
  }
  .middle-bnr .btn-area .btn img {
    width: 85vw;
    padding-left: 5.2vw;
  }


  /* concept
  -------------------------------------*/
  /* top */
  .concept .top {
    background: url(../img/concept-top-bg_sp.jpg) no-repeat center / cover;
    aspect-ratio: 414 / 492;
    text-align: center;
  }
  .concept .top .inner {
    padding-top: 21.3vw;
  }
  .concept .top .enttl {
    margin-bottom: 9.3vw;
    font-size: 7.8vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.075em;
    color: #212121;
  }
  .concept .top .ttl {
    font-size: 6vw;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #212121;
    transform: translateX(2.7vw);
  }
  .concept .top .ttl span {
    display: inline-block;
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 2.33333;
    letter-spacing: 0.075em;
    color: #212121;
    transform: translateX(-2.3vw);
  }

  /* bottom */
  .concept .bottom {
    position: relative;
    text-align: center;
    padding-bottom: 16.5vw;
  }

  .concept .bottom .point-linkframe {
    margin-top: 12.1vw;
    margin-bottom: 17vw;
  }
  .concept .bottom .point-linkframe .point-linkinner {
    width: 89.7vw;
    /* max-width: 89.7vw; */
    /* padding: 0 1.042vw 3.125vw 1.042vw; */
    display: flex;
    flex-wrap: wrap;
    gap: 9.3vw;
    margin: 0 auto;
  }

  /* slide */
  .concept .concept-slide {
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
  }
  .concept .concept-slide .loop {
    margin-bottom: 10.5vw;
  }
  .concept .concept-slide .loop__box {
    width: max-content;
  }
  .concept .concept-slide .loop__box img {
    display: block;
    width: 227.5vw;
    max-width: 942px;
    height: auto;
    object-fit: cover;
  }

  .concept .bottom .lead {
    font-size: 6vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
    color: #212121;
  }
  .concept .bottom .lead span {
    display: block;
    margin-top: 5.2vw;
    margin-bottom: 2vw;
    font-size: 4.3vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    text-align: center;
    color: #212121;
  }


  /* point 共通スタイル
  -------------------------------------*/
  .point {
    position: relative;
  }
  .point .inner {
    position: relative;
  }
  .point > .photo {
    position: relative;
    z-index: 2;
    margin-top: -5.7vw;
    margin-bottom: 10.3vw;
  }
  .point .ttl-box {
    position: relative;
    width: 89.375vw;
    margin-inline: auto;
    z-index: 3;
  }
  .point .num {
    margin-left: 4vw;
    margin-bottom: 3.86vw;
  }
  .point h2 {
    font-size: 6.28vw;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .point h2 span {
    padding: 0.8vw 2vw;
    background: #FFFFFF;
  }
  .point .txt {
    margin-bottom: 2.4vw;
    padding-left: 5.4vw;
    padding-right: 4.2vw;
    font-size: 3.382vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .point .catch {
    margin-bottom: 2.4vw;
    padding-left: 5.4vw;
    padding-right: 5.4vw;
    font-size: 4.3vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .point .lead {
    font-size: 4.348vw;
    font-weight: 400;
    line-height: 1.7777;
    letter-spacing: 0.05em;
  }

  /* 位置決め */
  .point {
    display: grid;
  }
  .point .inner {
    display: contents;
  }
  .point .inBoxWrap {
    display: contents;
  }
  .point .ttl-box {
    margin-top: 6vw;
    order: 1;
  }
  .point > .photo {
    order: 2;
  }
  .point .inBox01 {
    display: grid;
    order: 3;
  }
  .point .inBox02 {
    display: grid;
    order: 4;
  }
  .point .btm-msg {
    order: 5;
  }


  /* point01
  -------------------------------------*/
  .point01 {
    padding-top: 10vw;
    margin-bottom: 23.5vw;
  }

  /* point01 inBox01 */
  /* point01 inBox01 位置決め */
  .point01 .inBox01 {
    display: grid;
  }
  .point01 .inBox01 .txt-box {
    display: contents;
  }
  .point01 .inBox01 .txt-box .txt-01 {
    order: 1;
  }
  .point01 .inBox01 .txt-box .txt-02 {
    order: 2;
  }
  .point01 .inBox01 .txt-box .catch {
    order: 4;
  }
  .point01 .inBox01 .photo {
    order: 3;
  }

  .point01 .inBox01 {
    margin-bottom: 8.1vw;
  }

  .point01 .inBox01 .photo {
    margin-top: 6vw;
    margin-bottom: 6.6vw;
    /* aspect-ratio: 414 / 260; */
  }
  

  .point01 .inBox01 .photo img {
    width: 100vw;
    height: auto;
    /* display: block;
    object-fit: cover; */
  }

  /* point01 inBox02 */
  .point01 .inBox02 .photo {
    margin-bottom: 6.1vw;
  }

  /* point01 btm-msg */
  .point01 .btm-msg {
    margin-top: 5vw;
    padding-left: 5.4vw;
    padding-right: 5.4vw;
    font-size: 4.3vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }



  /* point02
  -------------------------------------*/
  .point02 {
    margin-bottom: 25.8vw;
  }
  .point02::before {
    content: "";
    position: absolute;
    top: -10.3vw;
    left: 0;
    display: block;
    width: 100%;
    height: 50vw;
    background: #F2F2F2;
    pointer-events: none;
    z-index: 1;
  }
  .point02 .ttl-box .num {
    width: 30.6vw;
    aspect-ratio: 142 / 21;
  }
  .point02 .ttl-box .num img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  /* point02 inBox01 */
  /* point02 inBox01 位置決め */
  .point02 .inBox01 {
    display: grid;
  }
  .point02 .inBox01 .txt-box {
    display: contents;
  }
  .point02 .inBox01 .txt-box .txt-01 {
    order: 1;
  }
  .point02 .inBox01 .txt-box .txt-02 {
    order: 2;
  }
  .point02 .inBox01 .photo {
    order: 3;
  }
  .point02 .inBox01 .txt-box .txt-03 {
    order: 4;
  }
  .point02 .inBox01 .txt-box .txt-04 {
    order: 5;
  }

  .point02 .inBox01 {
    margin-bottom: 9.3vw;
  }
  .point02 .inBox01 .photo {
    margin-top: 6vw;
    margin-bottom: 6.5vw;
  }
  .point02 .inBox01 .catch {
    margin-bottom: 4.6vw;
  }


  /* point02 inBox02 */
  /* point02 inBox02 位置決め */
  .point02 .inBox02 {
    display: grid;
  }
  .point02 .inBox02 .txt-box {
    display: contents;
  }
  .point02 .inBox02 .txt-box .txt-01 {
    order: 1;
  }
  .point02 .inBox02 .photo {
    order: 2;
  }
  .point02 .inBox02 .txt-box .txt-02 {
    order: 3;
  }
  .point02 .inBox02 .txt-box .txt-03 {
    order: 4;
  }

  .point02 .inBox02 {
    padding-top: 14vw;
    padding-bottom: 10.3vw;
    background-color: #f2f2f2;
  }

  .point02 .inBox02 .photo {
    width: 89.4vw;
    margin-inline: auto;
    margin-top: 4vw;
    margin-bottom: 6vw;
  }

  .point02 .inBox02 .txt-box .catch {
    line-height: 1.7777777;
    margin-bottom: 6.9vw;
  }


  /* point03
  -------------------------------------*/
  .point03 {
    position: relative;
    padding-top: 15.2vw;
    padding-bottom: 23.3vw;
    background: #F2F2F2;
  }

  .point03 .ttl-box .deco {
    position: absolute;
    top: -31vw;
    right: 0;
    width: 41.9vw;
    height: auto;
    aspect-ratio: 228 / 230;
  }

  .point03 > .photo {
    margin-top: -19.8vw;
    margin-bottom: 11.5vw;
  }

  /* point03 inBox01 */
  /* point03 inBox01 位置決め */
  .point03 .inBox01 {
    display: grid;
  }
  .point03 .inBox01 .txt-box {
    display: contents;
  }
  .point03 .inBox01 .txt-box .txt-01 {
    order: 1;
  }
  .point03 .inBox01 .photo {
    order: 2;
  }
  .point03 .inBox01 .txt-box .txt-02 {
    order: 3;
  }
  .point03 .inBox01 .txt-box .txt-03 {
    order: 4;
  }

  .point03 .inBox01 .photo {
    width: 89.4vw;
    margin-inline: auto;
    margin-top: 2vw;
    margin-bottom: 6.7vw;
  }
  .point03 .inBox01 .txt-box .txt-02 {
    margin-bottom: 3.7vw;
  }
  .point03 .inBox01 .txt-box .catch {
    line-height: 1.7777777;
  }

  /* point03 inBox02 */
  .point03 .inBox02 .photo {
    width: 89.4vw;
    margin-top: 9vw;
    margin-inline: auto;
  }
  .point03 .inBox02 .txt-box {
    margin-top: -4.5vw;
  }
  .point03 .inBox02 .txt-box .sub-ttl {
    margin-bottom: 4vw;
    padding-left: 5vw;
    font-size: 4.3vw;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .point03 .inBox02 .txt-box .sub-ttl span {
    display: inline-block;
    margin-bottom: 2vw;
    padding-left: 1.4vw;
    padding-block: 0.4vw;
    padding-right: 0;
    background: #FFFFFF;
    white-space: nowrap;
  }

  .point03 .btm-msg {
    margin-top: 2vw;
    padding-left: 5.4vw;
    padding-right: 5.4vw;
    font-size: 4.35vw;
    font-weight: 400;
    line-height: 1.7777777;
    letter-spacing: 0.05em;
  }


  /* bnr-box
  -------------------------------------*/
  .bnr-area {
    padding-top: 26vw;
    padding-bottom: 14.1vw;
  }

  .bnr-area .ttl {
    margin-bottom: 5.8vw;
    font-size: 4.35vw;
    font-weight: 400;
    line-height: 1.7777777;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .bnr-area .point-list {
    width: 89vw;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    margin-bottom: 10vw;
    padding-left: 6vw;
    padding-right: 5vw;
    padding-block: 5.1vw;
    background: #f2f2f2;
  }

  .bnr-area .point-list .point-item {
    position: relative;
    padding-left: 9vw;
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .bnr-area .point-item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 6vw;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/list-icon_sp.svg) no-repeat center center / contain;
  }

  .bnr-area .bnr-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.6vw;
    margin-inline: auto;
  }
  .bnr-area .bnr-list .item-01 {
    order: 1;
    width: 94vw;
    margin-inline: auto;
  }
  .bnr-area .bnr-list > a {
    order: 3;
    width: 94vw;
    margin-inline: auto;
  }
  .bnr-area .bnr-list .item-03 {
    order: 2;
    margin-left: 1vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
  }

  .bnr-area .bnr-list .list-item {
    line-height: 0;
  }
  .bnr-area .bnr-list .list-item a,
  .bnr-area .bnr-list .list-item picture,
  .bnr-area .bnr-list .list-item img {
    display: block;
    width: 100%;
  }



  /* access
  -------------------------------------*/
.access{}

  .access .sec-ttl {
    margin-bottom: 3.5vw;
  }
  .access .sec-ttl::before,
  .access .sec-ttl::after {
    width: 27.1vw;
  }
  .access .map {
    margin-bottom: 3.5vw;
    height: 72.5vw;
  }
  .access .map iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
  }
  .access .address {
    margin-bottom: 19.323vw;
    font-weight: normal;
    font-size: 3.382vw;
    letter-spacing: 0.075em;
    text-align: center;
  }

  .access .loop .loop__box {
    width: max-content;
    margin-bottom: 7.6vw;
    animation: section-loop-track 25s linear infinite;
  }



  .access .loop .loop__box img {
    display: block;
    width: 290vw;
    max-width: 1201px;
    height: auto;
    object-fit: contain;
  }


  /* endMsg
  -------------------------------------*/
  .endMsg {
    background: #f2f2f2;
  }
  .endMsg .inner {
    margin-top: -30vw;
    padding-top: 40.5vw;
    padding-bottom: 15vw;
  }

  .endMsg .ttl {
    margin-bottom: 6.4vw;
    font-size: 4.348vw;
    font-weight: 400;
    line-height: 1.77777;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .endMsg .ttl span {
    display: block;
    margin-top: 3.8vw;
    font-size: 3.9vw;
    text-align: center;
  }

  .endMsg .list {
    width: 89vw;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    padding-left: 6vw;
    padding-right: 5vw;
    padding-block: 5.1vw;
    background: #fff;
  }
  .endMsg .list .list-item {
    position: relative;
    padding-left: 9vw;
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .endMsg .list .list-item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 6vw;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/list-icon_sp.svg) no-repeat center center / contain;
  }
  

  /* contact
  -------------------------------------*/
  .contact {
    background: #F2F2F2;
  }
  .contact.cm-form {
    margin-top: 0;
  }
  .contact.cm-form .form-blocks.bg-gray {
    padding: 0 0 4.49vw;
  }
  .contact .inner {
    width: 94.375vw;
    margin-inline: auto;
    padding: 6vw 0 9.66vw;
  }
  .contact .wcm03 {
    position: relative;
    padding: 0;
  }
  .contact .ttl-box {
    position: relative;
    width: 70vw;
    margin-inline: auto;
    margin-bottom: 6vw;
  }
  .contact h2 {
    position: relative;
    margin-bottom: 1vw;
    font-size: 7.729vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
    z-index: 2;
  }
  .contact .en {
    content: "";
    position: absolute;
    top: -5.3vw;
    left: 0.2vw;
  }
  .contact .en img {
    width: 34.6vw;
  }
  .contact h3 {
    font-size: 4.348vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
  }

  .contact .wcm03 {
    padding-top: 8.9vw;
    padding-bottom: 10vw;
    padding-inline: 5vw;
    background-color: #fff;
  }
  .contact .form-note-wrap {
    margin-bottom: 9vw;
  }
  .contact .form-note {
    width: 84vw;
    margin-top: 0 !important;
    margin-inline: auto;
    font-size: 3.382vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: left;
  }
  .contact .cm-form .box-form {
    margin-top: 8.7vw;
    padding: 0 4.9vw;
  }
  .contact .form-group-title .ttl:before {
    content: none;
  }
  .contact .form-group-title .ttl.is-required:before {
    content: "必須";
    left: initial;
    right: 0;
    width: 12.1vw;
    height: 7.3vw;
    font-size: 3.14vw;
    font-weight: 400;
    line-height: 2.5;
    background: #C13924;
  }
  .contact .form-group-title {
    margin-bottom: 1vw;
    padding: 0 0 0 1vw;
    font-size: 3.623vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.53333;
    text-align: left;
  }
  .contact .form-group {
    padding: 2.2vw 1.2vw 3vw;
    border-bottom: 1px solid #DDDDDD;
  }
  .contact .form-group:first-child {
    padding: 0 1.2vw 3vw;
  }
  .contact .form-group:first-child:last-child {
    align-items: flex-start;
  }
  .contact .form-group-content {
    width: 100%;
    margin-inline: auto;
  }
  .contact .form-group-title .ttl {
    padding: 0;
  }

  .contact .box-datetimepicker .input-date {
    height: 50px;
    color: #999999;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
  }
  .contact .box-select select {
    height: 50px;
    color: #999999;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
  }
  .contact .input-text {
    height: 50px;
    font-size: 3.623vw;
    color: #999999;
    background: #f2f2f2;
    border: 0.2vw solid #e6e6e6;
    border-radius: 1.2vw;
  }
  .contact .input-area {
    height: 38.7vw;
    color: #999999;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
  }
  .contact .form-policy {
    width: 82.2vw;
    height: 38.7vw;
    margin-top: 7vw;
    margin-inline: auto;
    padding: 4.6vw 4.7vw;
    font-size: 2.657vw;
    font-weight: 400;
    line-height: 1.72727;
    letter-spacing: 0.05em;
    background: #f2f2f2;
    border: 0.2vw solid #ddd;
    overflow-y: scroll;
  }
  .contact .form-policy .policy-ttl {
    font-size: 2.898vw;
    text-indent: 0;
  }
  .contact .form-policy .policy-list {
    margin-top: 1.2vw;
  }
  .contact .form-action .btn-agree {
    max-width: 82.2vw;
    margin: 0 auto 7vw;
  }
  .contact .form-action {
    margin-top: 5.1vw;
  }
  .contact .form-action .btn-agree label {
    padding: 0 0 4vw;
    font-size: 3.623vw;
    font-weight: 400;
    line-height: 2.235294;
    letter-spacing: 0.05em;
    border-bottom: 0.2vw solid #212121;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .contact .form-action .btn-agree label span {
    margin-left: 0;
  }
  .contact .cm-btn02 {
    max-width: 82.2vw;
    padding: 6vw 0 6.2vw;
    font-size: 3.865vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
    color: #fff;
  }
  .contact .form-action .submit-button:after {
    right: 9vw;
    width: 4.2vw;
    height: 3.2vw;
    background: url(../img/submit-arrow.svg) no-repeat;
    background-size: contain;
  }

  #okazakimodelhouse .form-group .day-subtxt{
 font-size: 2.90vw; line-height: 1.6; letter-spacing: 0.2vw;
 text-align: left; padding: 2vw 0 0 0;
}


  /* tel-bnr
  -------------------------------------*/
  .tel-bnr {
    width: 94vw;
    margin-block: 14vw;
    margin-inline: auto;
  }
  .tel-bnr img {
    width: 100%;
  }

  /* bnr04
-------------------------------------*/
.bnr04 {
    padding: 14.6vw 0 14.3vw;
    text-align: center;
    width: 94.375vw;
    margin-inline: auto;
}



  /* event
  -------------------------------------*/
  .event .sec-ttl {
    margin-bottom: 0;
  }
  .event .sec-ttl::before,
  .event .sec-ttl::after {
    width: 29vw;
  }
  .event .subt {
    font-weight: normal;
    font-size: 4.348vw;
    letter-spacing: 0.075em;
    text-align: center;
  }


  #exhibition_okazakimodelhouse .cm-btn02 {
    max-width: 82.2vw;
    font-weight: normal;
    font-size: 3.865vw;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    padding: 6vw 0 6.2vw;
}
#exhibition_okazakimodelhouse .form-action .submit-button:after {
    background: url(../img/submit-arrow.svg)no-repeat;
    background-size: contain;
    width: 4.2vw;
    height: 3.2vw;
    right: 9vw;
}


.sec-event{
  margin:0 0 14vw 0;
}

  /* floating bnr
  -------------------------------------*/
  .side-fix {
    display: none;
  }
  .fix-list {
    display: none;
  }


  /* sp-fix-list
  -------------------------------------*/
  .sp-fix-list {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 96;
    display: flex;
    align-items: flex-end;
    z-index: 400;
  }

  .sp-fix-list li {
    width: 50%;
  }
  .sp-fix-list li img {
    width: 100%;
  }





}


/* ========================================
  @media screen and (max-height: 450px)
======================================== */
@media screen and (max-height: 450px) {
  /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
  .sp-fix-list {
    display: none;
  }
}
