@charset "UTF-8";
/*fastview*/
/*その場でふわっと*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

p {
  margin: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*その場でふわっとここまで*/
.fontsize {
  font-size: 3.6rem;
  font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
  font-weight: normal; }

.fast-view {
  height: calc(100vh - 180px); }
  .fast-view-text {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 1; }
    .fast-view-text h1 {
      font-size: 3.6rem;
      font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
      font-weight: normal; }
    .fast-view-text p {
      padding-top: 1.0rem;
      margin: 0; }
  .fast-view-img-pic {
    background-image: url("../assetss/images/top/momo_blue.jpg");
    display: block;
    position: absolute;
    right: 250px;
    width: calc(100vw - 250px);
    height: calc(100vh - 180px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px; }

.section-outframe {
  max-width: 1100px;
  margin: 140px auto;
  /*menu & sistem*/ }
  .section-outframe-title {
    margin-bottom: 30px;
    font-size: 3.6rem;
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
    font-weight: normal; }
  .section-outframe-title::after {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #937118;
    margin: 20px auto 0; }
  .section-outframe-h3 {
    font-size: 1.6rem;
    font-weight: normal; }
  .section-outframe-read {
    line-height: 1.7;
    text-align: center;
    margin: 30px auto 0 auto; }
  .section-outframe-more {
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto; }
    .section-outframe-more p {
      margin: 0; }
    .section-outframe-more a img {
      height: 24px;
      width: 24px;
      margin-left: 10px; }
  .section-outframe-next {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    height: calc(100vh - 180px);
    max-height: 500px;
    margin: auto 30px;
    text-shadow: 2px 3px 5px rgba(255, 255, 240, 0.3); }
  .section-outframe-system {
    background-image: url("../assetss/images/top/disk2.jpg");
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    overflow: hidden;
    border-radius: 24px; }
    .section-outframe-system p {
      margin: 0; }
  .section-outframe-text {
    width: 100%; }
    .section-outframe-text a {
      text-decoration: none;
      color: #fff; }
  .section-outframe-menu {
    background-image: url("../assetss/images/top/entrance.jpg");
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    overflow: hidden;
    border-radius: 24px; }
    .section-outframe-menu p {
      margin: 0; }
  .section-outframe-menu:last-child {
    margin-left: 30px; }
  .section-outframe-filt {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff; }
    .section-outframe-filt h2::after {
      background-color: #ffffff; }
  .section-outframe-contact {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 180px);
    background-image: url("../assetss/images/top/sofa.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-shadow: 2px 3px 5px rgba(255, 255, 240, 0.3); }
    .section-outframe-contact p {
      margin: 0 0 15px 0; }

.link-contact {
  text-align: center; }
  .link-contact-button {
    max-width: 900px;
    display: inline-block;
    width: calc(100vw - 60px);
    line-height: 60px;
    font-size: 4.0rem;
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid;
    border-radius: 30px;
    padding: 30px; }

.section-slider {
  margin: auto 30px; }

/*メディアクエリ*/
@media (max-width: 800px) {
  .fast-view {
    padding-top: 80px;
    height: calc(100vh - 80px); }
    .fast-view-text {
      color: #FFFFFF;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      top: 40%;
      right: 0px;
      width: 100vw;
      padding: 30px 0; }
      .fast-view-text .fontsize {
        font-size: 2.4rem;
        width: 100%;
        margin: auto;
        text-shadow: 1px 1px 10px #4b2c14; }
      .fast-view-text p {
        font-size: 1.4rem;
        width: 100%; }
    .fast-view-img-pic {
      right: 0;
      height: calc(100vh - 160px);
      width: calc(100vw - 60px);
      border-radius: 24px;
      background-position: bottom;
      margin: 0 30px; }

  .section-outframe {
    margin: 100px 30px; }
    .section-outframe h2 {
      font-size: 2.4rem;
      margin-bottom: 20px; }
    .section-outframe h3 {
      font-size: 1.4rem; }
    .section-outframe p {
      font-size: 1.4rem; }
    .section-outframe-next {
      flex-wrap: wrap;
      height: 100%; }
    .section-outframe-filt {
      padding: 60px; }
    .section-outframe-text {
      height: 100%; }
    .section-outframe-menu {
      margin: 30px 0 0; }
    .section-outframe-menu:last-child {
      margin-left: 0; }
    .section-outframe-contact {
      height: 100%; }
      .section-outframe-contact p {
        margin: 0 0 10px 0; }

  .link-contact-button {
    width: calc(100vw - 180px);
    font-size: 2.4rem;
    padding: 0; } }
