@charset "UTF-8";
/* CSS Document */
/* Scss Document */
:root {
  --main-width-content: 1200px;
  --margin-block: 120px; }

@media (min-width: 800px) and (max-width: 1200px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 800px) {
  :root {
    --margin-block: 70px; } }
/*--------------------

共通

--------------------*/
.btn_nomal {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #2f3542;
  padding: 1.2em;
  text-align: center;
  font-size: 1.8rem; }
  .btn_nomal.raijyo {
    background: #831a1f; }
  @media only screen and (max-width: 800px) {
    .btn_nomal {
      font-size: 1.4rem; } }
  .btn_nomal span.arr::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -6px;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 20px;
    top: 55%; }
  .btn_nomal.glow {
    transition: all 0.5s ease 0s;
    z-index: 2; }
    .btn_nomal.glow::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      left: -30%;
      top: -50%;
      content: "";
      width: 30px;
      height: 100%;
      background-color: #fff;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 2s ease-in-out infinite;
      -webkit-transform: rotate(45deg);
      -webkit-animation: reflection 2s ease-in-out infinite;
      -moz-transform: rotate(45deg);
      -moz-animation: reflection 2s ease-in-out infinite;
      -ms-transform: rotate(45deg);
      -ms-animation: reflection 2s ease-in-out infinite;
      -o-transform: rotate(45deg);
      -o-animation: reflection 2s ease-in-out infinite; }
    .btn_nomal.glow::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000000;
      width: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

/* アニメーション */
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
.gradback .banner {
  max-width: 1000px;
  width: 90%;
  margin: 3rem auto 0;
  padding-bottom: 3rem; }

.slider .slick01 {
  position: relative;
  margin-bottom: 0px; }
  .slider .slick01 img {
    width: 100%; }
  .slider .slick01.pc {
    display: block; }
    @media only screen and (max-width: 800px) {
      .slider .slick01.pc {
        display: none; } }
  .slider .slick01.sp {
    display: none; }
    @media only screen and (max-width: 800px) {
      .slider .slick01.sp {
        display: block; } }
  .slider .slick01 .slick-dots {
    bottom: -25px;
    filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 6px #fff); }
    .slider .slick01 .slick-dots button:before {
      font-size: 12px; }
      @media only screen and (max-width: 800px) {
        .slider .slick01 .slick-dots button:before {
          font-size: 8px; } }
  .slider .slick01 button.slide-arrow {
    cursor: pointer;
    z-index: 2;
    background: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 58px; }
    @media only screen and (max-width: 800px) {
      .slider .slick01 button.slide-arrow {
        top: 42%;
        width: 35px; } }
    .slider .slick01 button.slide-arrow.prev-arrow {
      left: 2px; }
    .slider .slick01 button.slide-arrow.next-arrow {
      right: 2px; }
  .slider .slick01 .mv09_model_pc {
    background-image: url("../images/top/bg_mv_09.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1920 / 930;
    position: relative; }
    .slider .slick01 .mv09_model_pc ul.btns_plan_pc {
      width: 36%;
      max-width: 796px;
      max-height: calc(90vw * 930 / 1920);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      top: 50%;
      right: 10%;
      transform: translate(0, -50%); }
      @media only screen and (max-width: 800px) {
        .slider .slick01 .mv09_model_pc ul.btns_plan_pc {
          width: 80%; } }
      .slider .slick01 .mv09_model_pc ul.btns_plan_pc .mv_btns {
        width: 85%;
        opacity: 1;
        transition: all 0.5s 0s ease;
        margin-bottom: 10px; }
        .slider .slick01 .mv09_model_pc ul.btns_plan_pc .mv_btns.view {
          opacity: 1; }
        .slider .slick01 .mv09_model_pc ul.btns_plan_pc .mv_btns:last-child {
          margin-bottom: 0; }
        .slider .slick01 .mv09_model_pc ul.btns_plan_pc .mv_btns:first-child {
          margin-bottom: 40px; }
  .slider .slick01 .mv09_model_sp {
    background-image: url("../images/top/bg_mv_09_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 750 / 1128; }
    .slider .slick01 .mv09_model_sp ul.btns_plan_sp {
      width: 80%;
      max-width: 796px;
      margin: 30px auto;
      /*position: absolute;
      top:50%;
      left: 10%;*/ }
      .slider .slick01 .mv09_model_sp ul.btns_plan_sp .mv_btns {
        width: 100%;
        opacity: 1;
        transition: all 0.5s 0s ease;
        margin-bottom: 20px; }
        .slider .slick01 .mv09_model_sp ul.btns_plan_sp .mv_btns.view {
          opacity: 1; }
        .slider .slick01 .mv09_model_sp ul.btns_plan_sp .mv_btns:last-child {
          margin-bottom: 0; }

.block_value_price {
  background: url("../images/top/bg_value_price.png") no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  padding: var(--margin-block) 0 7rem;
  /*.title_price{
    width: 70%;
    max-width: 900px;
    margin: auto;
    padding: 0.2em 0.7em;
    background: url("../images/top/bg_title_value_price.png") no-repeat;
    background-position: center center;
    background-size: contain;
    color: #2f3542;
    text-align: center;
    font-size: 7rem;
    margin-bottom: 4rem;
    @include max-screen($breakpoint-max){
      font-size: 5.5rem;
      margin-bottom: 3rem;
      padding: 0.2em 0.5em;
    }
    @include max-screen(800px){
      width: 90%;
      font-size: 4rem;
      margin-bottom: 2rem;
    }
  }*/ }
  @media only screen and (max-width: 800px) {
    .block_value_price {
      font-size: 5rem;
      padding: 30px 0 0; } }
  .block_value_price .wrapper_value_price {
    width: 90%;
    max-width: var(--main-width-content);
    margin: auto; }
  .block_value_price .title_value_price {
    margin: auto;
    color: #2f3542;
    text-align: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1280px) {
      .block_value_price .title_value_price {
        margin-bottom: 3rem;
        padding: 0.2em 0.5em; } }
    @media only screen and (max-width: 800px) {
      .block_value_price .title_value_price {
        width: 90%;
        margin-bottom: 2rem; } }
    .block_value_price .title_value_price .tit_main {
      font-size: 8rem;
      line-height: 1.2;
      margin-bottom: 0.5rem; }
      @media only screen and (max-width: 1280px) {
        .block_value_price .title_value_price .tit_main {
          font-size: 6rem; } }
      @media only screen and (max-width: 800px) {
        .block_value_price .title_value_price .tit_main {
          font-size: 4rem; } }
    .block_value_price .title_value_price .tit_sub {
      font-size: 2rem; }
      @media only screen and (max-width: 800px) {
        .block_value_price .title_value_price .tit_sub {
          font-size: 1.8rem; } }
  .block_value_price .top_info {
    text-align: center;
    margin: 0 auto 6rem; }
    @media only screen and (max-width: 800px) {
      .block_value_price .top_info {
        margin: 3rem auto 3rem auto; } }
    .block_value_price .top_info img {
      width: 100%; }
    .block_value_price .top_info .info-modelroom {
      max-width: 1200px;
      margin: 0 auto; }
    .block_value_price .top_info .info-text {
      max-width: 1200px;
      margin: 4rem auto 0; }
      @media only screen and (max-width: 600px) {
        .block_value_price .top_info .info-text {
          margin: 3rem auto 0; } }
    .block_value_price .top_info .info-saisyu {
      max-width: 700px;
      margin: 0 auto; }
      @media only screen and (max-width: 600px) {
        .block_value_price .top_info .info-saisyu {
          margin: 3rem auto 4rem;
          width: 90%; } }
  .block_value_price .btn-link.modelroom {
    width: min(80%, 400px);
    margin: 5rem auto 10rem;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .block_value_price .btn-link.modelroom {
        margin: 3rem auto 6rem; } }
    .block_value_price .btn-link.modelroom a {
      color: #fff;
      text-align: center;
      font-size: 18px;
      background-color: #827a51;
      padding: 2rem 0;
      display: inherit; }
      @media only screen and (max-width: 800px) {
        .block_value_price .btn-link.modelroom a {
          font-size: 1.5rem;
          padding: 1.2em; } }
    .block_value_price .btn-link.modelroom::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-top: -6px;
      border-width: 3.5px 0 3.5px 7px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      right: 20px;
      top: 55%; }
  .block_value_price .top_campaign_tokutoku {
    text-align: center;
    max-width: 1200px;
    margin: 4rem auto; }
    @media only screen and (max-width: 800px) {
      .block_value_price .top_campaign_tokutoku {
        margin: 2rem auto; } }
    .block_value_price .top_campaign_tokutoku img {
      width: 100%; }
  .block_value_price .top_banner_syoudan {
    text-align: center;
    max-width: 1200px;
    margin: 6rem auto 0 auto;
    filter: drop-shadow(0px 8px 5px #bcc0c4); }
    @media only screen and (max-width: 800px) {
      .block_value_price .top_banner_syoudan {
        margin: 3rem auto 0 auto; } }
    .block_value_price .top_banner_syoudan img {
      width: 100%; }
  .block_value_price .top_banner_furniture,
  .block_value_price .top_banner_support {
    text-align: center;
    max-width: 1200px;
    margin: 10rem auto 0 auto;
    filter: drop-shadow(0px 8px 5px #bcc0c4); }
    @media only screen and (max-width: 800px) {
      .block_value_price .top_banner_furniture,
      .block_value_price .top_banner_support {
        margin: 4rem auto 0 auto; } }
    .block_value_price .top_banner_furniture img,
    .block_value_price .top_banner_support img {
      width: 100%; }
  .block_value_price .info-modelroom {
    max-width: 1200px;
    margin: 4rem auto 0; }
    @media only screen and (max-width: 600px) {
      .block_value_price .info-modelroom {
        margin: 2rem auto 0; } }
  .block_value_price .info-text {
    max-width: 1200px;
    margin: 6rem auto 0; }
    @media only screen and (max-width: 600px) {
      .block_value_price .info-text {
        margin: 3rem auto 0; } }
  .block_value_price ul.btn_double_price {
    /*#typej2{
    	margin-top: 70px;
    	@include max-screen(800px){
    		margin-top: 0;
    	}
    }*/ }
    .block_value_price ul.btn_double_price li {
      position: relative;
      margin-bottom: 2rem;
      filter: drop-shadow(0px 8px 5px #bcc0c4);
      pointer-events: none; }
      .block_value_price ul.btn_double_price li::before {
        content: '';
        display: block;
        padding-top: 130px;
        margin-top: -130px; }
        @media only screen and (max-width: 800px) {
          .block_value_price ul.btn_double_price li::before {
            padding-top: 80px;
            margin-top: -80px; } }
      .block_value_price ul.btn_double_price li a {
        display: block;
        pointer-events: auto; }
  .block_value_price .btn_area {
    margin: 5rem auto 0;
    width: 80%;
    max-width: 400px;
    vertical-align: bottom; }
    @media only screen and (max-width: 800px) {
      .block_value_price .btn_area {
        margin-bottom: 3.5rem; } }

#modalArea {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 999999; }

#modalTable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px; }

#modalCell {
  display: table-cell;
  vertical-align: middle; }

#modalInner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }

#modalInner img {
  max-width: 100%;
  height: auto; }

#modalInner .inVertical img {
  max-width: 60%; }

#modalContents {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  line-height: 0; }

#modalContents iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

#modalClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer; }

#modalClose:before,
#modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff; }

#modalClose:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#modalClose:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

@media only screen and (max-width: 767px) {
  #modalArea {
    -webkit-overflow-scrolling: touch; } }
.block_campaign {
  padding: var(--margin-block) 0;
  background: #fff; }
  .block_campaign .wrapper_campaign {
    width: 90%;
    max-width: var(--main-width-content);
    margin: auto; }
  .block_campaign .title_campaign {
    margin: auto;
    color: #2f3542;
    text-align: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1280px) {
      .block_campaign .title_campaign {
        margin-bottom: 3rem;
        padding: 0.2em 0.5em; } }
    @media only screen and (max-width: 800px) {
      .block_campaign .title_campaign {
        width: 90%;
        margin-bottom: 2rem; } }
    .block_campaign .title_campaign .tit_main {
      font-size: 8rem;
      line-height: 1.2;
      margin-bottom: 0.5rem; }
      @media only screen and (max-width: 1280px) {
        .block_campaign .title_campaign .tit_main {
          font-size: 6rem; } }
      @media only screen and (max-width: 800px) {
        .block_campaign .title_campaign .tit_main {
          font-size: 4rem; } }
    .block_campaign .title_campaign .tit_sub {
      font-size: 2rem; }
      @media only screen and (max-width: 800px) {
        .block_campaign .title_campaign .tit_sub {
          font-size: 1.8rem; } }
  .block_campaign .wrapper_campaign_main {
    width: 100%;
    margin-bottom: 7rem; }
    @media only screen and (max-width: 800px) {
      .block_campaign .wrapper_campaign_main {
        margin-bottom: 4rem; } }
    .block_campaign .wrapper_campaign_main .campaign_main {
      margin: auto;
      text-align: center;
      margin-bottom: 2rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .block_campaign .wrapper_campaign_main .campaign_main .img {
        display: inline-block;
        margin-right: 0.5rem; }
        @media only screen and (max-width: 800px) {
          .block_campaign .wrapper_campaign_main .campaign_main .img {
            width: 25%; } }
      .block_campaign .wrapper_campaign_main .campaign_main .txt {
        color: #5d7fae;
        font-size: 2.6rem; }
        @media only screen and (max-width: 800px) {
          .block_campaign .wrapper_campaign_main .campaign_main .txt {
            font-size: 1.8rem; } }
        .block_campaign .wrapper_campaign_main .campaign_main .txt b {
          font-weight: 400;
          font-size: 3.6rem; }
          @media only screen and (max-width: 800px) {
            .block_campaign .wrapper_campaign_main .campaign_main .txt b {
              font-size: 2rem; } }
    .block_campaign .wrapper_campaign_main ul.box_campaign {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 800px) {
        .block_campaign .wrapper_campaign_main ul.box_campaign {
          justify-content: center; } }
      .block_campaign .wrapper_campaign_main ul.box_campaign li {
        width: 48%;
        max-width: 570px;
        filter: drop-shadow(0px 8px 5px #bcc0c4); }
        @media only screen and (max-width: 800px) {
          .block_campaign .wrapper_campaign_main ul.box_campaign li {
            width: 100%;
            margin-bottom: 4rem; }
            .block_campaign .wrapper_campaign_main ul.box_campaign li:last-child {
              margin-bottom: 0; } }
        .block_campaign .wrapper_campaign_main ul.box_campaign li img {
          width: 100%;
          max-width: 570px; }
  .block_campaign .btn_area_raijyo {
    margin: 5rem auto 0;
    width: 80%;
    max-width: 400px;
    vertical-align: bottom; }
    @media only screen and (max-width: 800px) {
      .block_campaign .btn_area_raijyo {
        margin-bottom: 3.5rem; } }

/* スペシャルコンテンツ  */
.block_special {
  padding: var(--margin-block) 0;
  margin-bottom: 60px;
  background: url("../images/top/bg_special.jpg") no-repeat;
  background-size: cover;
  overflow-x: hidden; }
  .block_special .wrapper_special {
    width: 100%;
    max-width: calc(var(--main-width-content) + 140px);
    margin: auto; }
  .block_special .title_special {
    margin: auto;
    color: #fff;
    text-align: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1280px) {
      .block_special .title_special {
        margin-bottom: 3rem;
        padding: 0.2em 0.5em; } }
    @media only screen and (max-width: 800px) {
      .block_special .title_special {
        width: 90%;
        margin-bottom: 2rem; } }
    .block_special .title_special .tit_main {
      font-size: 8rem;
      line-height: 1.2;
      margin-bottom: 0.5rem; }
      @media only screen and (max-width: 1280px) {
        .block_special .title_special .tit_main {
          font-size: 6rem; } }
      @media only screen and (max-width: 800px) {
        .block_special .title_special .tit_main {
          font-size: 4rem; } }
    .block_special .title_special .tit_sub {
      color: #9cabc3;
      font-size: 2rem; }
      @media only screen and (max-width: 800px) {
        .block_special .title_special .tit_sub {
          font-size: 1.8rem; } }

.slick02 {
  position: relative;
  margin-bottom: 0px; }
  .slick02 img {
    width: 100%; }
  .slick02 .pc {
    display: block; }
    @media only screen and (max-width: 800px) {
      .slick02 .pc {
        display: none; } }
  .slick02 .sp {
    display: none; }
    @media only screen and (max-width: 800px) {
      .slick02 .sp {
        display: block; } }
  .slick02 .slick-slide {
    padding: 0 20px;
    filter: drop-shadow(0px 5px 9px #0f1c32); }
  .slick02 .slick-dots {
    bottom: -25px; }
    .slick02 .slick-dots li.slick-active button:before {
      color: #4462a3; }
    .slick02 .slick-dots button:before {
      font-size: 15px;
      color: #c1cad3;
      opacity: 1; }
      @media only screen and (max-width: 800px) {
        .slick02 .slick-dots button:before {
          font-size: 10px; } }
  .slick02 button.slide-arrow {
    cursor: pointer;
    z-index: 2;
    background: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 80px; }
    @media only screen and (max-width: 800px) {
      .slick02 button.slide-arrow {
        top: 42%;
        width: 40px; } }
    .slick02 button.slide-arrow.prev-arrow {
      left: -10px; }
      @media only screen and (max-width: 1380px) {
        .slick02 button.slide-arrow.prev-arrow {
          left: 0; } }
    .slick02 button.slide-arrow.next-arrow {
      right: -10px; }
      @media only screen and (max-width: 1380px) {
        .slick02 button.slide-arrow.next-arrow {
          right: 0; } }

.block_pickup {
  padding: var(--margin-block) 0;
  background: url(../images/top/bg_pickup.jpg) no-repeat;
  background-size: cover;
  overflow-x: hidden; }
  .block_pickup .wrapper_pickup {
    width: 90%;
    max-width: var(--main-width-content);
    margin: auto; }
  .block_pickup .title_pickup {
    margin: auto;
    color: #2f3542;
    text-align: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1280px) {
      .block_pickup .title_pickup {
        margin-bottom: 3rem;
        padding: 0.2em 0.5em; } }
    @media only screen and (max-width: 800px) {
      .block_pickup .title_pickup {
        width: 90%;
        margin-bottom: 2rem; } }
    .block_pickup .title_pickup .tit_main {
      font-size: 8rem;
      line-height: 1.2;
      margin-bottom: 0.5rem; }
      @media only screen and (max-width: 1280px) {
        .block_pickup .title_pickup .tit_main {
          font-size: 6rem; } }
      @media only screen and (max-width: 800px) {
        .block_pickup .title_pickup .tit_main {
          font-size: 4rem; } }
    .block_pickup .title_pickup .tit_sub {
      font-size: 2rem; }
      @media only screen and (max-width: 800px) {
        .block_pickup .title_pickup .tit_sub {
          font-size: 1.8rem; } }
  .block_pickup .wrapper_pickup_main {
    width: 100%;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 800px) {
      .block_pickup .wrapper_pickup_main {
        margin-bottom: 2rem; } }

button.slide-arrow {
  cursor: pointer;
  z-index: 2;
  background: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px; }
  @media only screen and (max-width: 800px) {
    button.slide-arrow {
      top: 42%;
      width: 40px; } }
  button.slide-arrow.prev-arrow {
    left: -10px; }
  button.slide-arrow.next-arrow {
    right: -10px; }

.block-limit {
  margin-top: 3rem;
  padding: 0; }
  @media only screen and (max-width: 800px) {
    .block-limit {
      padding: 45px 0　0; } }
  .block-limit img {
    max-width: 100%;
    margin: 0 auto; }

.block-special {
  padding: 7rem 0; }
  @media only screen and (max-width: 800px) {
    .block-special {
      padding: 5rem 0; } }
  .block-special img {
    max-width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 800px) {
      .block-special img {
        max-width: 100%; } }

.max {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .max {
      display: block; } }

div.flyer-section {
  padding: 0; }

#home #kodo .btn a.rev {
  letter-spacing: .6em; }

#home .kodo {
  background: radial-gradient(#c8d5d5, #eaefef, #c8d5d5);
  text-align: center;
  padding: 3% 2.5%; }
  @media only screen and (max-width: 800px) {
    #home .kodo {
      padding: 5% 2.5%; } }
  #home .kodo svg {
    max-width: 1182px;
    margin: 0 auto; }

#home .top_obi {
  padding: 20px 0; }
  #home .top_obi .obiwrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 800px) {
      #home .top_obi .obiwrap {
        display: flex;
        justify-content: center;
        align-items: center; } }
  #home .top_obi ul {
    width: 90%;
    max-width: 836px;
    margin: 0 auto; }
    @media only screen and (max-width: 800px) {
      #home .top_obi ul {
        width: 50%;
        margin: 0; } }
  #home .top_obi .batch {
    position: absolute;
    right: 0;
    display: block;
    max-width: 175px;
    width: 13%;
    top: 0%;
    transform: translate(0, -30%);
    z-index: 3; }
    @media only screen and (max-width: 800px) {
      #home .top_obi .batch {
        position: relative;
        width: 30%;
        margin-right: 5%;
        transform: translate(0, 0); } }

#home #kodo p.txt02 {
  font-size: 3rem;
  line-height: 1.6;
  /*
  @include max-screen(1200px){
    font-size:5vw;
  }
  @include max-screen(800px){
    font-size:6vw;
  }
  @include max-screen(600px){
    font-size:5.6vw;
  }*/ }
  @media only screen and (max-width: 800px) {
    #home #kodo p.txt02 {
      line-height: 1.2; } }
  #home #kodo p.txt02 .numen {
    font-size: 4rem; }
  #home #kodo p.txt02 .big {
    font-size: 5rem; }
    @media only screen and (max-width: 800px) {
      #home #kodo p.txt02 .big {
        font-size: 2rem;
        line-height: 1.4; } }

.changeImg {
  opacity: 0;
  transition: opacity 2s, visiblity 2s; }
  .changeImg.up {
    opacity: 1; }

.caution {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  text-align: left;
  padding: 14px;
  font-size: 1.0rem; }

.top_mv {
  width: 100%;
  position: relative; }
  .top_mv .slider {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .top_mv .slider p {
      width: 100%;
      position: absolute; }
  .top_mv .slider.pc {
    height: calc(100vw * 900 / 1920);
   /*@include max-screen(600px){
    height:calc(100vw * 1850 / 1920);
    img{
      max-width:200vw;
      &#mv1.show{
        max-width: 200vw;
        //animation: mv1 8s ease 0s forwards;
      }
      @keyframes mv1{
        0%{
          transform: translateX(0);
        }
        20%{
          transform: translateX(0);
        }
        80%{
          transform: translateX(-50%);
        }
        99%{
          transform: translateX(-50%);
        }
        100%{
          transform: translateX(-50%);
        }
      }
      @keyframes fade{
        0%{
          opacity: 0
        }
        100%{
          opacity: 1;
        }
      }
      &#mv2.show{
        max-width: 200vw;
        //animation: mv2 8s ease 0s forwards;
      }
      @keyframes mv2{
        0%{
          transform: translateX(0);
        }
        20%{
          transform: translateX(0);
        }
        80%{
          transform: translateX(-50%);
        }
        99%{
          transform: translateX(-50%);
        }
        100%{
          transform: translateX(-50%);
        }
      }
      @keyframes fade{
        0%{
          opacity: 0
        }
        100%{
          opacity: 1;
        }
      }
      width: auto;
    }
  }*/ }
  .top_mv .slider.sp {
    display: none;
    height: calc(100vw * 1128 / 750); }
    @media only screen and (max-width: 800px) {
      .top_mv .slider.sp {
        display: block; } }
  .top_mv .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1; }
  .top_mv .mv_caption {
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
    color: #fff; }
    @media only screen and (max-width: 600px) {
      .top_mv .mv_caption {
        bottom: 0;
        line-height: 1; } }
  .top_mv img {
    width: 100%; }
.top_obi {
  padding: 25px 0;
  background-color: #fff; }
  @media only screen and (max-width: 800px) {
    .top_obi {
      padding: 10px; } }
  .top_obi ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }

.top_mv.rlb {
  width: 100%;
  position: relative; }
  .top_mv.rlb .slider {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .top_mv.rlb .slider p {
      width: 100%;
      opacity: 0;
      position: absolute; }
  .top_mv.rlb .slider.pc {
    display: block;
    max-height: 920px;
    height: calc(100vw * 910 / 1920); }
    @media only screen and (max-width: 800px) {
      .top_mv.rlb .slider.pc {
        display: none; } }
  .top_mv.rlb .slider.sp {
    display: none;
    height: calc(100vw * 2800 / 1920); }
    @media only screen and (max-width: 800px) {
      .top_mv.rlb .slider.sp {
        display: block; } }
    @media only screen and (max-width: 480px) {
      .top_mv.rlb .slider.sp {
        height: calc(100vw * 2740 / 1920); } }
  .top_mv.rlb .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1; }
  .top_mv.rlb .mv_caption {
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
    color: #fff; }
    @media only screen and (max-width: 600px) {
      .top_mv.rlb .mv_caption {
        bottom: 0;
        line-height: 1; } }
  .top_mv.rlb img {
    width: 100%; }

.top_mv.rlb.smapho .slider.sp {
  display: none;
  height: calc(100vw * 2885 / 1920); }
  @media only screen and (max-width: 800px) {
    .top_mv.rlb.smapho .slider.sp {
      display: block; } }
  @media only screen and (max-width: 480px) {
    .top_mv.rlb.smapho .slider.sp {
      height: calc(100vw * 2850 / 1920); } }

@media only screen and (max-width: 800px) {
  .top_mv .slider.pc {
    display: none; }
  .top_mv .slider.sp {
    display: block; } }
@media only screen and (max-width: 600px) {
  .top_mv .mv_caption {
    bottom: 0;
    line-height: 1; } }
.block-banner_head {
  background: #f0f0f0;
  padding: 7rem 0; }
  .block-banner_head .banner_business-meeting {
    width: min(90%, 1150px);
    margin: 0 auto; }

.block-ac-po .block-access {
  margin-top: 5rem;
  padding: 35px 0 50px;
  width: 100%;
  background-image: -moz-linear-gradient(180deg, #0e2041 0%, #2d4060 50%, #0e2041 100%);
  background-image: -webkit-linear-gradient(180deg, #0e2041 0%, #2d4060 50%, #0e2041 100%);
  background-image: -ms-linear-gradient(180deg, #0e2041 0%, #2d4060 50%, #0e2041 100%); }
  .block-ac-po .block-access_bn {
    max-width: 90%;
    display: block;
    width: 1150px;
    margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .block-ac-po .block-access {
      margin-top: 3rem; } }
.block-ac-po .block-point {
  padding: 45px 0 50px;
  background-image: -moz-linear-gradient(180deg, rgba(175, 195, 195, 0.99608) 0%, #afc3c3 0%, #e4e9e9 50%, #afc3c3 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(175, 195, 195, 0.99608) 0%, #afc3c3 0%, #e4e9e9 50%, #afc3c3 100%);
  background-image: -ms-linear-gradient(180deg, rgba(175, 195, 195, 0.99608) 0%, #afc3c3 0%, #e4e9e9 50%, #afc3c3 100%); }
  .block-ac-po .block-point_wrap {
    width: 1150px;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media only screen and (max-width: 640px) {
      .block-ac-po .block-point_wrap {
        display: block; } }
    .block-ac-po .block-point_wrap a {
      display: block;
      width: fit-content; }
      @media only screen and (max-width: 640px) {
        .block-ac-po .block-point_wrap a {
          margin: 0 auto;
          padding-bottom: 30px; }
          .block-ac-po .block-point_wrap a:last-child {
            padding-bottom: 0px; } }
      .block-ac-po .block-point_wrap a:nth-child(1) {
        width: calc(344 / 1150 * 100%); }
        @media only screen and (max-width: 640px) {
          .block-ac-po .block-point_wrap a:nth-child(1) {
            width: calc(344 / 354 * 100%); } }
      .block-ac-po .block-point_wrap a:nth-child(3) {
        width: calc(305 / 1150 * 100%); }
        @media only screen and (max-width: 640px) {
          .block-ac-po .block-point_wrap a:nth-child(3) {
            width: calc(305 / 354 * 100%); } }
      .block-ac-po .block-point_wrap a:nth-child(5) {
        width: calc(354 / 1150 * 100%); }
        @media only screen and (max-width: 640px) {
          .block-ac-po .block-point_wrap a:nth-child(5) {
            width: calc(354 / 354 * 100%); } }
      .block-ac-po .block-point_wrap a img {
        display: block;
        margin: 0 auto;
        width: 100%; }
    .block-ac-po .block-point_wrap .line {
      height: 165px;
      display: block;
      width: 1px;
      background: #b3c0c3; }
      @media only screen and (max-width: 1150px) {
        .block-ac-po .block-point_wrap .line {
          height: 13vw; } }
      @media only screen and (max-width: 640px) {
        .block-ac-po .block-point_wrap .line {
          width: 100%;
          height: 1px;
          margin: 0 auto 30px; } }

.block-newlife {
  padding: 7rem 0 0 0;
  width: 100%;
  background: #fefffa; }
  @media only screen and (max-width: 720px) {
    .block-newlife {
      padding: 4.5rem 0 2rem; } }
  .block-newlife img {
    margin: auto; }
  .block-newlife a {
    display: inline-block; }
  .block-newlife .new-life {
    text-align: center; }

.block-newyear {
  width: 100%; }
  .block-newyear img {
    margin: auto; }

.block-banner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }
  .block-banner .bn img {
    width: 100%; }
  .block-banner .bn + .bn {
    margin: 45px auto 0; }
  .block-banner .wrap-bn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap; }
    @media only screen and (max-width: 800px) {
      .block-banner .wrap-bn {
        display: block; } }
    .block-banner .wrap-bn .bn {
      max-width: 480px;
      width: 48.5%; }
      @media only screen and (max-width: 800px) {
        .block-banner .wrap-bn .bn {
          max-width: inherit;
          width: 100%; } }
      .block-banner .wrap-bn .bn.w100 {
        width: 100%;
        max-width: 100%; }
      .block-banner .wrap-bn .bn.campaign {
        width: 100%;
        max-width: 100%; }

.modal-open {
  max-width: 90%;
  width: 375px;
  margin: 40px auto 0;
  cursor: pointer; }
  .modal-open img {
    max-width: 100%;
    transition: 0.3s all ease; }
    .modal-open img:hover {
      opacity: 0.3; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  box-sizing: border-box;
  z-index: 99;
  display: none; }
  .modal-container img.pc {
    display: block;
    max-height: 85vh;
    margin: auto; }
    @media only screen and (max-width: 800px) {
      .modal-container img.pc {
        display: none; } }
  .modal-container img.sp {
    display: none; }
    @media only screen and (max-width: 800px) {
      .modal-container img.sp {
        display: block; } }
  .modal-container a {
    position: relative;
    color: #fff;
    display: block;
    width: fit-content;
    font-size: 20px; }
    .modal-container a:hover {
      opacity: 1; }
    .modal-container a span {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 10px;
      font-size: 16px; }

/*モーダル本体の擬似要素の指定*/
/*これは何故必要？
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}*/
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible; }

/*モーダル枠の指定*/
.modal-body {
  max-width: 650px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1300px) {
    .modal-body {
      max-width: 600px; } }
  @media only screen and (max-width: 800px) {
    .modal-body {
      margin: 30px auto 0; } }

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -25px;
  width: 10px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }
  @media only screen and (max-width: 800px) {
    .modal-close {
      top: -40px;
      right: 7px; } }

/*モーダル内のコンテンツの指定*/
.modal-content {
  text-align: left; }

/*臨時休業のお知らせ用*/
.dayoff {
  margin: 0 auto 7rem auto;
  text-align: center;
  border: 1px solid #9c1517;
  padding: 30px 20px; }
  @media only screen and (max-width: 800px) {
    .dayoff {
      margin: 2rem auto 3rem;
      padding: 20px 10px; } }
  .dayoff .title {
    color: #9c1517;
    line-height: 2;
    display: grid; }
    .dayoff .title span {
      color: #9c1517;
      font-size: 22px; }
      @media only screen and (max-width: 800px) {
        .dayoff .title span {
          font-size: 18px; } }
  .dayoff .info_alert {
    font-size: 18px;
    color: #9c1517;
    text-align: center;
    line-height: 1.6;
    margin-top: 5px; }
    @media only screen and (max-width: 800px) {
      .dayoff .info_alert {
        font-size: 16px; } }
    .dayoff .info_alert span {
      display: inline-block;
      text-align: center;
      font-weight: bold;
      font-size: 20px; }
      @media only screen and (max-width: 800px) {
        .dayoff .info_alert span {
          font-size: 17px; } }
  .dayoff .sub_info {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6; }
    @media only screen and (max-width: 800px) {
      .dayoff .sub_info {
        font-size: 13px; } }
  .dayoff .date_info {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.6;
    width: 90%; }
    @media only screen and (max-width: 1100px) {
      .dayoff .date_info {
        width: 100%; } }

.holiday {
  margin: 4rem auto 0;
  width: 860px;
  max-width: 100%;
  border: double 10px #81050b;
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  color: #000; }
  .holiday_tit {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 2rem;
    line-height: 1; }
    @media only screen and (max-width: 480px) {
      .holiday_tit {
        font-size: 5vw; } }
  .holiday_detail {
    text-align: left;
    line-height: 1.8;
    font-size: 1.6rem; }
    .holiday_detail span {
      color: #b51251;
      font-weight: bold; }
