@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; }

.filt-system {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  width: 100vw;
  background-color: #e0e0e0;
  border-radius: 24px; }

.fast-view {
  height: calc(100vh - 180px); }
  .fast-view-img-pic {
    background-image: url("../assetss/images/top/sofa.png");
    display: block;
    position: absolute;
    right: 60px;
    width: 100vw;
    height: calc(100vh - 180px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px; }

.container {
  display: flex;
  align-items: stretch;
  justify-content: space-around; }
  .container-item {
    display: flex;
    flex-direction: column;
    background-color: #ececec;
    padding: 50px;
    margin: 30px 30px 0;
    width: 100%;
    border-radius: 10px; }
  .container-step {
    font-weight: 500;
    font-family: "TBUD丸ゴシック Std R";
    margin: 0 auto;
    border-bottom: 1px solid;
    padding-bottom: 7px; }
  .container-item:last-child {
    margin-left: 0px; }
  .container-img {
    display: flex;
    flex: 0 0 24%;
    margin-top: 30px;
    margin-bottom: 30px; }
    .container-img img {
      display: block;
      width: 100%;
      height: 120px;
      object-fit: contain; }
  .container-read {
    display: flex;
    flex-direction: column; }
  .container-title {
    background: linear-gradient(transparent 60%, #dbc895 60%);
    margin: 0 auto;
    font-weight: 500; }
  .container-description {
    flex-grow: 1;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px; }

.section-outframe {
  max-width: 1100px;
  margin: 140px auto; }
  .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-h2 {
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif; }
  .section-outframe-h3 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 0.5; }
  .section-outframe-read {
    line-height: 1.7;
    text-align: center;
    margin: 30px 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-text {
    width: 100%; }
    .section-outframe-text a {
      text-decoration: none;
      color: #fff; }
  .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";
    color: #ffffff;
    text-decoration: none;
    border: 1px solid;
    border-radius: 30px;
    padding: 30px; }

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

/*メディアクエリ*/
@media (max-width: 800px) {
  .fast-view {
    height: 60vh; }
    .fast-view-img-pic {
      top: 80px;
      right: 0;
      height: 50vh;
      width: calc(100vw - 60px);
      border-radius: 24px;
      background-position: left;
      margin: 0 30px; }

  .filt-system {
    padding: 50px 0; }

  .container {
    flex-wrap: wrap; }
    .container-item {
      padding: 40px;
      margin: 50px 30px 0; }

  .container-item:last-child {
    margin-left: 30px; }

  .center-view {
    height: 50vh; }
    .center-view-read {
      max-width: 432px;
      padding: 0 30px; }
    .center-view-img-pic {
      right: 0;
      height: 50vh;
      width: calc(100vw - 60px);
      border-radius: 24px;
      background-size: cover;
      margin: 0 30px; }

  .filt-system {
    max-width: 90%; }

  .filt-menu {
    max-width: 90%; }

  .menu-detail {
    font-size: 1.4rem; }

  .fil-example {
    flex-wrap: wrap; }

  .example ul {
    padding: 1em 1em 2em 4em; }
  .example li {
    font-size: 1.4rem; }

  .section-outframe {
    margin: 100px auto; }
    .section-outframe h2 {
      font-size: 2.4rem;
      margin-bottom: 20px; }
    .section-outframe p {
      font-size: 1.4rem; }
    .section-outframe-next {
      flex-wrap: wrap;
      height: 100%;
      margin: auto; }
    .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; } }
@media (max-width: 800px) and (max-width: 470px) {
  .section-outframe-read {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px; } }
