@charset "UTF-8";
@import url("global.css");
#brand {
  position: relative; }

.bolqs .feature {
  background: url("../bolqs/img/mv.jpg") center center no-repeat;
  background-size: cover; }

.oasis .feature {
  background: url("../oasis/img/mv.jpg") center center no-repeat;
  background-size: cover; }

.trunk .feature {
  background: url("../trunk/img/mv.jpg") center center no-repeat;
  background-size: cover; }

.feature {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100svh;
  z-index: -1; }
  .feature::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100svh;
    background-repeat: no-repeat;
    background: rgba(33, 33, 33, 0.1);
    background-size: cover;
    mix-blend-mode: multiply;
    animation: show 6s both; }

#bodyarea {
  background-color: #F3F3F3;
  position: relative;
  z-index: 2; }

#mv_block {
  height: calc(100svh - 160px);
  overflow: hidden;
  position: relative; }
  #mv_block .titlebox {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    text-align: center; }
    #mv_block .titlebox .mainlogo .title .logo {
      max-width: 500px;
      margin: 0 auto;
      display: block;
      text-align: center; }
      #mv_block .titlebox .mainlogo .title .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    #mv_block .titlebox .mainlogo .mv_catch {
      width: 100%;
      margin-top: 20px;
      color: #fff;
      font-size: clamp(22px, 3vw, 26px);
      font-weight: 700; }
      #mv_block .titlebox .mainlogo .mv_catch br {
        display: none; }

.section .titlearea {
  margin-bottom: 70px; }
  .section .titlearea .sectitle {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3; }
    .section .titlearea .sectitle span {
      display: block;
      font-size: 52px;
      font-family: "Anton", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      font-weight: normal;
      letter-spacing: .1em; }
  .section .titlearea .lead {
    margin-top: 20px;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .1em; }
.section .textarea {
  text-align: center; }
  .section .textarea p {
    font-size: 120%;
    line-height: 2.5;
    letter-spacing: 0.1em; }
    .section .textarea p + p {
      margin-top: 1em; }

#intro {
  padding-top: 120px;
  margin-bottom: 100px; }
  #intro .titlearea .sectitle {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.8; }
    #intro .titlearea .sectitle small {
      padding: 0 3px;
      font-size: 0.5em; }
  #intro .imgarea {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    #intro .imgarea li {
      width: calc(100% / 3);
      height: 0;
      padding-bottom: 23%;
      position: relative; }
      #intro .imgarea li img {
        position: absolute;
        top: 0;
        left: 0; }

#plan .date {
  max-width: 500px;
  width: 60%;
  margin: 0 auto 50px; }
  #plan .date .price {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between; }
    #plan .date .price .box {
      font-weight: 900;
      line-height: 1; }
      #plan .date .price .box .nam {
        font-size: 80px; }
      #plan .date .price .box .unit {
        padding-left: 5px;
        font-size: 34px;
        box-sizing: border-box; }
  #plan .date .detail {
    padding: 5px 0;
    background-color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #212121;
    border-radius: 50px; }
#plan .madori {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px; }
  #plan .madori figure {
    width: calc(100% / 2);
    margin: 0 auto;
    text-align: center; }
    #plan .madori figure figcaption {
      margin-top: 15px;
      font-size: 24px;
      font-family: "Anton", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      font-weight: normal; }

#concept {
  padding: 100px 0;
  margin-top: 100px;
  color: #fff;
  background: url("../bolqs/img/concept_bg.jpg") center center no-repeat;
  background-size: 110%;
  background-attachment: fixed;
  box-sizing: border-box;
  position: relative; }
  #concept::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #212121;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #concept .wrapper {
    position: relative;
    z-index: 2; }

.concept {
  position: relative;
  overflow: hidden; }
  .concept .textarea {
    text-align: center;
    padding: 120px 0;
    color: #fff;
    line-height: 2.5;
    z-index: 2; }
    .concept .textarea h2 {
      font-size: 28px;
      margin-bottom: 10px; }
    .concept .textarea p {
      font-size: 20px; }
      .concept .textarea p + p {
        margin-top: 30px; }

#lineuparea {
  background-color: #F3F3F3; }
  #lineuparea .arrow {
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 30px; }
    #lineuparea .arrow::before, #lineuparea .arrow::after {
      content: "";
      width: 14px;
      height: 4px;
      position: absolute;
      top: 12px;
      left: 11px;
      z-index: 2; }
    #lineuparea .arrow::before {
      transform: rotate(40deg); }
    #lineuparea .arrow::after {
      transform: rotate(-40deg);
      top: 18px; }
  #lineuparea .lineup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr; }
    #lineuparea .lineup li.bolqs a {
      background-color: #aca095; }
      #lineuparea .lineup li.bolqs a .arrow::before, #lineuparea .lineup li.bolqs a .arrow::after {
        background-color: #aca095; }
    #lineuparea .lineup li.oasis a {
      background-color: #7b90a2; }
      #lineuparea .lineup li.oasis a .arrow::before, #lineuparea .lineup li.oasis a .arrow::after {
        background-color: #7b90a2; }
    #lineuparea .lineup li.trunk a {
      background-color: #859375; }
      #lineuparea .lineup li.trunk a .arrow::before, #lineuparea .lineup li.trunk a .arrow::after {
        background-color: #859375; }
    #lineuparea .lineup li a {
      height: 100%;
      padding: 30px 0 270px;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      position: relative;
      overflow: hidden; }
    #lineuparea .lineup li .image {
      max-width: 420px;
      width: 70%;
      position: absolute;
      bottom: -3px;
      left: 50%;
      transform: translateX(-50%); }
    #lineuparea .lineup li .main {
      text-align: center;
      color: #fff;
      position: relative; }
      #lineuparea .lineup li .main .title {
        margin-bottom: 20px; }
        #lineuparea .lineup li .main .title .logo {
          display: block; }
      #lineuparea .lineup li .main p:not([class]) {
        line-height: 2;
        font-size: 15px; }
  #lineuparea .master {
    padding: 40px 0;
    background-color: #212121;
    box-sizing: border-box; }
    #lineuparea .master a {
      display: flex;
      flex-direction: row-reverse;
      height: 500px; }
      #lineuparea .master a .main {
        min-width: 460px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        text-align: center;
        color: #fff;
        position: relative; }
        #lineuparea .master a .main .title {
          margin-bottom: 30px; }
          #lineuparea .master a .main .title span {
            display: block; }
          #lineuparea .master a .main .title .sub {
            font-size: 15px;
            line-height: 1.3;
            letter-spacing: .1em; }
          #lineuparea .master a .main .title .logo {
            margin: 10px auto 0; }
            #lineuparea .master a .main .title .logo svg {
              max-width: 250px;
              max-height: 60px;
              width: auto;
              height: auto; }
              #lineuparea .master a .main .title .logo svg * {
                fill: #fff; }
        #lineuparea .master a .main p:not([class]) {
          line-height: 2;
          font-size: 15px; }
        #lineuparea .master a .main .osusume {
          margin-top: 30px; }
          #lineuparea .master a .main .osusume dt {
            margin-bottom: 14px;
            font-size: 14px; }
            #lineuparea .master a .main .osusume dt::before, #lineuparea .master a .main .osusume dt::after {
              content: "";
              width: 1px;
              height: 18px;
              background-color: #fff;
              display: inline-block;
              transform-origin: bottom center;
              vertical-align: -2px; }
            #lineuparea .master a .main .osusume dt::before {
              margin-right: 20px;
              transform: rotate(-30deg); }
            #lineuparea .master a .main .osusume dt::after {
              margin-left: 10px;
              transform: rotate(30deg); }
          #lineuparea .master a .main .osusume dd {
            margin-top: 6px; }
            #lineuparea .master a .main .osusume dd span {
              display: inline-block;
              font-size: 13px;
              font-weight: 700;
              background-color: #F3F3F3;
              color: #212121;
              padding: 6px 25px;
              border-radius: 100px; }
        #lineuparea .master a .main .arrow::before, #lineuparea .master a .main .arrow::after {
          background-color: #212121; }
      #lineuparea .master a .image {
        width: 55%; }

.mv_break {
  /*background: $bolqs;*/
  position: relative;
  z-index: 1; }
  .mv_break #breadcrumbs {
    background: #212121;
    margin-bottom: 0;
    padding: 30px 0; }

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

 Responsive-Breakpoint-1 (1400px)

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

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #mv_block .titlebox .mainlogo .mv_catch {
    font-size: 24px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .feature {
    height: 80svh; }
    .feature::after {
      height: 80svh; }

  #mv_block {
    height: calc(80svh - 90px); }
    #mv_block .titlebox {
      top: 45%; }
      #mv_block .titlebox .mainlogo .mv_catch {
        font-size: clamp(22px, 3vw, 26px); }

  .section .titlearea {
    margin-bottom: 50px; }
    .section .titlearea .sectitle span {
      font-size: 48px; }
  .section .textarea p {
    font-size: 100%; }

  #intro {
    padding-top: 80px;
    margin-bottom: 80px; }
    #intro .imgarea {
      margin-top: 60px;
      gap: 15px; }

  #plan .date {
    width: 70%; }
    #plan .date .price .box .nam {
      font-size: 72px; }
    #plan .date .price .box .unit {
      font-size: 30px; }
  #plan .madori {
    gap: 15px; }

  #concept {
    padding: 80px 0;
    margin-top: 80px; }

  #lineuparea .arrow {
    width: 32px;
    height: 32px;
    bottom: 20px;
    right: 20px; }
    #lineuparea .arrow::before, #lineuparea .arrow::after {
      width: 12px;
      height: 4px;
      top: 11px;
      z-index: 2; }
    #lineuparea .arrow::after {
      top: 17px; }
  #lineuparea .lineup li a {
    padding: 30px 0 180px; }
  #lineuparea .lineup li .image {
    width: 75%; }
  #lineuparea .master {
    padding: 0; }
    #lineuparea .master a {
      height: auto;
      display: block; }
      #lineuparea .master a .image {
        width: 100%;
        height: auto;
        aspect-ratio: 10 / 6; }
      #lineuparea .master a .main {
        width: auto;
        min-width: inherit;
        height: 400px; }
        #lineuparea .master a .main .title {
          margin-bottom: 20px; }
          #lineuparea .master a .main .title .logo {
            margin: 8px auto 0; }
            #lineuparea .master a .main .title .logo svg {
              max-width: 220px;
              max-height: 50px; }
        #lineuparea .master a .main .osusume {
          margin-top: 25px; }
          #lineuparea .master a .main .osusume dd span {
            font-size: 14px; }

  .mv_break {
    /*background: $bolqs;*/
    position: relative;
    z-index: 1; }
    .mv_break #breadcrumbs {
      color: #fff;
      margin-bottom: 0;
      padding: 30px 0; }
      .mv_break #breadcrumbs a {
        color: #fff; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .bolqs .feature {
    background: url("../bolqs/img/mv_sp.jpg") center center no-repeat;
    background-size: cover; }

  .oasis .feature {
    background: url("../oasis/img/mv_sp.jpg") center center no-repeat;
    background-size: cover; }

  .trunk .feature {
    background: url("../trunk/img/mv_sp.jpg") center center no-repeat;
    background-size: cover; }

  .feature {
    height: 90svh; }
    .feature::after {
      height: 90svh; }

  #mv_block {
    height: calc(90svh - 70px); }
    #mv_block .titlebox {
      width: 70%;
      top: 43%; }
      #mv_block .titlebox .mainlogo .mv_catch {
        font-size: 17px; }
        #mv_block .titlebox .mainlogo .mv_catch br {
          display: block; }

  .section .titlearea {
    margin-bottom: 35px; }
    .section .titlearea .sectitle span {
      font-size: 32px; }
    .section .titlearea .lead {
      font-size: 20px; }
  .section .textarea {
    text-align: start; }
    .section .textarea p {
      line-height: 2; }
      .section .textarea p br {
        display: none; }

  #intro {
    padding-top: 60px;
    margin-bottom: 60px; }
    #intro .titlearea .sectitle {
      font-size: 22px; }
    #intro .imgarea {
      margin-top: 40px;
      display: block; }
      #intro .imgarea li {
        width: 100%;
        padding-bottom: 66.666666%; }
        #intro .imgarea li + li {
          margin-top: 15px; }

  #plan .date {
    width: 100%; }
    #plan .date .price {
      width: 80%;
      margin: 0 auto 25px; }
      #plan .date .price .box .nam {
        font-size: 42px; }
      #plan .date .price .box .unit {
        font-size: 24px; }
  #plan .madori {
    display: block; }
    #plan .madori figure {
      width: 100%; }
      #plan .madori figure + figure {
        margin-top: 15px; }
      #plan .madori figure figcaption {
        dominant-baseline: 20px; }

  #concept {
    padding: 60px 0;
    margin-top: 60px;
    background-size: cover; }

  #lineuparea .lineup {
    display: block; }
    #lineuparea .lineup li a {
      padding: 30px 0 180px; }
    #lineuparea .lineup li .main .title {
      margin-bottom: 15px; }
    #lineuparea .lineup li .image {
      width: 70%; }
  #lineuparea .master a .main {
    height: auto;
    display: block;
    padding: 40px 5vw 50px; }
    #lineuparea .master a .main .title {
      margin-bottom: 20px; }
      #lineuparea .master a .main .title .sub {
        font-size: 13px; }
      #lineuparea .master a .main .title .logo {
        margin: 5px auto 0; }
        #lineuparea .master a .main .title .logo svg {
          max-width: 180px;
          max-height: 44px; }
    #lineuparea .master a .main p:not([class]) {
      line-height: inherit;
      font-size: 13px;
      letter-spacing: 0;
      display: inline-block;
      text-align: left; }
    #lineuparea .master a .main .osusume dd span {
      line-height: 1.5;
      display: block;
      font-size: 13px;
      padding: 8px 25px; }
    #lineuparea .master a .main .arrow {
      display: none; } }
