@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.format-area {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.1em;
  /* テキスト */
  /* 画像 */
  /* キャプション */
  /* マージン */
  /* レイアウト */
  /* 大見出し */
  /* 中見出し */
  /* テキスト２つ横並び */
  /* 画像１枚 */
  /* 画像2枚（横長） */
  /* 画像2枚（縦長） */
  /* 画像3枚 */
  /* 左画像＋右テキスト */
  /* 左テキスト+右画像 */ }
  .format-area .format-txt a {
    color: #000;
    text-decoration: underline !important; }
    .format-area .format-txt a img {
      transition: 0.3s; }
    .format-area .format-txt a:hover {
      text-decoration: none !important; }
      .format-area .format-txt a:hover img {
        opacity: 0.8; }
  .format-area .format-txt p:not(:first-child) {
    margin-top: 1.875em; }
  .format-area .format-txt strong {
    font-weight: bold; }
  .format-area .format-txt em {
    font-style: italic; }
  .format-area .format-txt ul {
    margin: 1em 0; }
    .format-area .format-txt ul li {
      position: relative;
      padding: 0 0 0 1em; }
      .format-area .format-txt ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .format-area .format-txt ul li::before {
        content: "";
        display: block;
        width: 3em;
        height: 3em;
        border-radius: 50%;
        background: #000;
        position: absolute;
        top: calc((1.875em - 3em) / 2);
        left: 0; }
  .format-area .format-txt ol {
    list-style-type: decimal;
    margin: 1em 0 1em 1em; }
    .format-area .format-txt ol li {
      padding: 0; }
      .format-area .format-txt ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .format-area .format-img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain; }
  .format-area .img-caption {
    margin-top: 1.5em; }
  .format-area .format-row {
    display: flex;
    justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .format-area .format-rowPC {
      display: flex;
      justify-content: space-between; } }
  .format-area .format01,
  .format-area .format02,
  .format-area .format03,
  .format-area .format04,
  .format-area .format05,
  .format-area .format06,
  .format-area .format07,
  .format-area .format08,
  .format-area .format09,
  .format-area .format10,
  .format-area .format11,
  .format-area .format12 {
    margin-top: clamp(40px, 10vw, 80px); }
    .format-area .format01:first-child,
    .format-area .format02:first-child,
    .format-area .format03:first-child,
    .format-area .format04:first-child,
    .format-area .format05:first-child,
    .format-area .format06:first-child,
    .format-area .format07:first-child,
    .format-area .format08:first-child,
    .format-area .format09:first-child,
    .format-area .format10:first-child,
    .format-area .format11:first-child,
    .format-area .format12:first-child {
      margin-top: 0; }
  @media screen and (min-width: 768px) {
    .format-area .format09 .format-row .format-img,
    .format-area .format09 .format-rowPC .format-img,
    .format-area .format10 .format-row .format-img,
    .format-area .format10 .format-rowPC .format-img {
      width: 48%; }
    .format-area .format09 .format-row .format-txt,
    .format-area .format09 .format-rowPC .format-txt,
    .format-area .format10 .format-row .format-txt,
    .format-area .format10 .format-rowPC .format-txt {
      width: 47%; } }
  .format-area .format01 .ttl-lrg {
    font-size: clamp(2rem, 2.25vw, 3rem);
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 960px) {
      .format-area .format01 .ttl-lrg {
        font-size: clamp(2rem, 2.25vw, 3rem); } }
  .format-area .format02 .ttl-mid {
    padding: 0.125em 0 0.125em 1em;
    font-size: clamp(1.6rem, 1.8vw, 2.4rem);
    line-height: 1.75;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-left: 3px solid #000; }
  @media screen and (max-width: 767px) {
    .format-area .format04 .format-rowPC {
      display: block;
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .format-area .format04 .format-txt {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .format-area .format04 .format-txt {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .format-area .format04 .format-txt:first-child {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .format-area .format04 .format-txt-wrap {
      position: relative;
      overflow: hidden;
      padding-top: 68.78%; }
      .format-area .format04 .format-txt-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: inherit; } }
  .format-area .format05 .format-img img {
    max-height: 100%; }
  .format-area .format06 .format-img:not(:last-child) {
    margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .format-area .format06 .format-img {
      width: 48%; }
      .format-area .format06 .format-img:not(:last-child) {
        margin-bottom: 0x; } }
  .format-area .format06 .format-img img {
    object-fit: cover;
    object-position: center; }
  .format-area .format07 .format-img:not(:last-child) {
    margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .format-area .format07 .format-img {
      width: 48%; }
      .format-area .format07 .format-img:not(:last-child) {
        margin-bottom: 0x; } }
  .format-area .format07 .format-img img {
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: center; }
  .format-area .format08 .format-img {
    width: 30%; }
    .format-area .format08 .format-img img {
      object-fit: cover;
      object-position: center; }
  .format-area .format09 .format-img img {
    object-fit: cover;
    max-height: max-content; }
  .format-area .format10 .format-img {
    order: 2; }
    .format-area .format10 .format-img img {
      object-fit: cover;
      max-height: max-content; }
  .format-area .format10 .format-txt {
    order: 1; }
    @media screen and (max-width: 768px) {
      .format-area .format10 .format-txt {
        margin-top: 1.875em; } }
  .format-area .format11 .format-movie {
    width: 100%; }
    .format-area .format11 .format-movie iframe {
      width: 100%;
      height: auto;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.772972973; }
      @media screen and (max-width: 767px) {
        .format-area .format11 .format-movie iframe {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 1.6666666667; } }
      @media screen and (max-width: 576px) {
        .format-area .format11 .format-movie iframe {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 1.1111111111; } }
  .format-area .format12 .format-movieRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .format-area .format12 .format-movieRow li {
      width: 30%; }
      .format-area .format12 .format-movieRow li:not(:nth-of-type(3n+1)) {
        margin-left: 3.3333333%; }
      @media screen and (max-width: 767px) {
        .format-area .format12 .format-movieRow li {
          width: 48%; }
          .format-area .format12 .format-movieRow li:not(:nth-of-type(3n+1)) {
            margin-left: 0; }
          .format-area .format12 .format-movieRow li:nth-of-type(2n) {
            margin-left: 4%; } }
      @media screen and (max-width: 576px) {
        .format-area .format12 .format-movieRow li {
          width: 100%; }
          .format-area .format12 .format-movieRow li:nth-of-type(2n) {
            margin-left: 0; }
          .format-area .format12 .format-movieRow li:nth-of-type(n+2) {
            margin-top: 25px; } }
      .format-area .format12 .format-movieRow li iframe {
        width: 100%;
        height: auto;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 0.5619631902; }

/*==========================================
　共通
===========================================*/
.model-list .model-item:nth-of-type(n+2) {
  margin-top: clamp(60px, 10vw, 100px); }
.model-list .model-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (hover: hover) {
    .model-list .model-item a:hover .item-head img {
      transform: scale(1.1, 1.1); } }
.model-list .model-item .item-head {
  overflow: hidden;
  width: 70%; }
  @media screen and (max-width: 1200px) {
    .model-list .model-item .item-head {
      width: 60%; } }
  @media screen and (max-width: 960px) {
    .model-list .model-item .item-head {
      width: 100%; } }
  .model-list .model-item .item-head img {
    transition: all 1s ease;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.5028901734; }
.model-list .model-item .item-body {
  width: 28%;
  letter-spacing: 0.1em;
  padding: clamp(25px, 6vw, 80px) 0 0; }
  @media screen and (max-width: 1200px) {
    .model-list .model-item .item-body {
      width: 38%; } }
  @media screen and (max-width: 960px) {
    .model-list .model-item .item-body {
      width: 100%; } }
.model-list .model-item .item-subttl {
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 1em; }
.model-list .model-item .item-ttl {
  font-size: clamp(1.8rem, 2.6vw, 3.6rem);
  font-weight: bold; }
.model-list .model-item .item-dataBlock {
  margin: clamp(40px, 8vw, 120px) auto 0; }
.model-list .model-item .item-data {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 500; }
  .model-list .model-item .item-data .data-box {
    border-bottom: 1px solid #000;
    padding: 0 0 1em;
    display: flex; }
    .model-list .model-item .item-data .data-box:nth-of-type(n+2) {
      margin-top: 1.3em; }
    .model-list .model-item .item-data .data-box dt {
      min-width: 6em; }
    .model-list .model-item .item-data .data-box dd {
      width: 100%; }

/*==========================================
　event
===========================================*/
.sec-event .event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 375px) {
    .sec-event .event-list .event-item {
      width: 100%; }
      .sec-event .event-list .event-item:not(:first-of-type) {
        margin-top: 30px; } }
  @media screen and (min-width: 376px) {
    .sec-event .event-list .event-item {
      width: calc(96% / 2); }
      .sec-event .event-list .event-item:not(:nth-of-type(2n + 1)) {
        margin-left: 4%; } }
  .sec-event .event-list .event-item a {
    position: relative; }
    @media (hover: hover) {
      .sec-event .event-list .event-item a:hover:hover .item-more-wrap {
        opacity: 1;
        scale: 1.0; }
      .sec-event .event-list .event-item a:hover:hover .item-img img {
        transform: scale(1.1, 1.1); } }
  .sec-event .event-list .event-item .item-more-wrap {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s ease-in-out;
    scale: 1.1; }
    .sec-event .event-list .event-item .item-more-wrap .item-more {
      font-size: 1.6rem;
      border-radius: 500px;
      border: 2px solid #fff;
      padding: 0px 2rem;
      font-weight: bold;
      color: #fff; }
  .sec-event .event-list .event-item .item-img {
    font-size: 0;
    overflow: hidden;
    position: relative; }
    .sec-event .event-list .event-item .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 0.7479224377;
      transition: all 1s ease; }

/*==========================================
　modelhouse一覧
===========================================*/
.archive-modelhouse .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  margin-bottom: 3rem; }
.archive-modelhouse .cts-ttl-en {
  font-size: clamp(6rem, 4.1666666667vw, 8rem);
  letter-spacing: 0.2em; }
  @media screen and (max-width: 960px) {
    .archive-modelhouse .cts-ttl-en {
      font-size: clamp(3.6rem, 6.25vw, 6rem); } }
  @media screen and (max-width: 576px) {
    .archive-modelhouse .cts-ttl-en {
      font-size: clamp(3.6rem, 6.9444444444vw, 4rem); } }
.archive-modelhouse .cts-txt {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 600; }
@media screen and (max-width: 960px) {
  .archive-modelhouse .cts-subttl {
    padding-left: 0px; } }
@media screen and (min-width: 961px) {
  .archive-modelhouse .model-list .model-item .item-head {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 2%; } }
.archive-modelhouse .sec-event .cts-ttl {
  align-items: flex-start; }
.archive-modelhouse .sec-event .cts-txt {
  font-weight: 500;
  text-align: left; }

/*==========================================
　modelhouse詳細
===========================================*/
.single-modelhouse .model-reserveBtn {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem); }
  .single-modelhouse .model-reserveBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 2em 0;
    font-weight: bold;
    border: 1px solid #000; }
    @media (hover: hover) {
      .single-modelhouse .model-reserveBtn a:hover {
        background: transparent;
        color: #123646; } }
  .single-modelhouse .model-reserveBtn .btn-ttlEn {
    font-size: clamp(2rem, 3vw, 3.6rem);
    letter-spacing: 0.1em;
    line-height: 1; }
  .single-modelhouse .model-reserveBtn .btn-ttlJa {
    margin-top: 0.5em; }
.single-modelhouse .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  margin-bottom: 3rem; }
.single-modelhouse .cts-ttl-en {
  font-size: clamp(1.8rem, 1.09375vw, 2.1rem);
  letter-spacing: 0.2em; }
  @media screen and (max-width: 960px) {
    .single-modelhouse .cts-ttl-en {
      font-size: clamp(1.8rem, 2.1875vw, 2.1rem); } }
  @media screen and (max-width: 576px) {
    .single-modelhouse .cts-ttl-en {
      font-size: clamp(1.8rem, 3.6458333333vw, 2.1rem); } }
.single-modelhouse .cts-ttl-ja {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
.single-modelhouse .article-ttl {
  text-align: center;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: clamp(40px, 8vw, 80px); }
.single-modelhouse .article-mainimg img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5011727912; }
.single-modelhouse .article-headInfo {
  background: #EBE7DC;
  padding: clamp(40px, 8vw, 80px) 0; }
  @media screen and (min-width: 961px) {
    .single-modelhouse .article-headInfo .info-row {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (min-width: 961px) {
    .single-modelhouse .article-headInfo .article-dataBlock {
      width: 45%; } }
  .single-modelhouse .article-headInfo .row-blockRight {
    margin-top: 25px; }
    @media screen and (min-width: 961px) {
      .single-modelhouse .article-headInfo .row-blockRight {
        margin-top: 0;
        width: 45%; } }
.single-modelhouse .article-dataBlock {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 500; }
  .single-modelhouse .article-dataBlock .data-box {
    border-bottom: 1px solid #000;
    padding: 0 0 1em;
    display: flex; }
    .single-modelhouse .article-dataBlock .data-box:nth-of-type(n+2) {
      margin-top: 1.3em; }
    .single-modelhouse .article-dataBlock .data-box dt {
      min-width: 6em; }
    .single-modelhouse .article-dataBlock .data-box dd {
      width: 100%; }
      .single-modelhouse .article-dataBlock .data-box dd.box-add {
        position: relative;
        padding: 0 7em 0 0; }
        .single-modelhouse .article-dataBlock .data-box dd.box-add .btn-map {
          display: inline-block;
          background: #000;
          color: #fff;
          border-radius: 5px;
          width: 6em;
          padding: 0.3em 0;
          position: absolute;
          right: 0;
          bottom: 0;
          text-align: center; }
          .single-modelhouse .article-dataBlock .data-box dd.box-add .btn-map .arrow-right {
            width: 7px;
            aspect-ratio: 1/1;
            position: absolute;
            right: 0.7em;
            top: calc(50% - 3.5px);
            border-right: solid #fff 3px;
            border-top: solid #fff 3px;
            transform: rotate(45deg);
            border-radius: 0 2px 0 0; }
.single-modelhouse .article-bodyInfo {
  margin-top: clamp(80px, 15vw, 150px); }
  .single-modelhouse .article-bodyInfo .info-ttlBlock {
    position: relative;
    font-size: clamp(2.6rem, 4vw, 4.8rem);
    font-weight: bold;
    margin-bottom: clamp(20px, 4vw, 80px); }
    .single-modelhouse .article-bodyInfo .info-ttlBlock::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      top: calc(50% - 0.5px);
      z-index: -1; }
    .single-modelhouse .article-bodyInfo .info-ttlBlock .ttl {
      display: inline-block;
      padding: 0 1em 0 0;
      background: #fff; }
  .single-modelhouse .article-bodyInfo .info-mainBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .single-modelhouse .article-bodyInfo .info-mainBlock .block-head {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .single-modelhouse .article-bodyInfo .info-mainBlock .block-head {
          width: 100%; } }
      .single-modelhouse .article-bodyInfo .info-mainBlock .block-head img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1.5018587361; }
    .single-modelhouse .article-bodyInfo .info-mainBlock .block-body {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .single-modelhouse .article-bodyInfo .info-mainBlock .block-body {
          margin-top: 25px;
          width: 100%; } }
  .single-modelhouse .article-bodyInfo .model-reserveBtn {
    margin-top: 30px; }
  .single-modelhouse .article-bodyInfo .article-map {
    margin: clamp(40px, 8vw, 80px) auto 0; }
    @media screen and (max-width: 767px) {
      .single-modelhouse .article-bodyInfo .article-map iframe {
        height: 88vw; } }
.single-modelhouse .other-block {
  margin-bottom: clamp(100px, 15vw, 150px); }
  .single-modelhouse .other-block .other-ttl {
    text-align: center;
    font-weight: bold;
    font-size: clamp(2rem, 3vw, 3.6rem);
    letter-spacing: 0.1em; }

/*# sourceMappingURL=modelhouse.css.map */
