/* body#type { */
  main {
    article {
      .page_ttl_area {
        position: relative;
        height: 480px;
        background-image: url(../img/type/fv.webp);
        background-position: center;
        background-size: cover;
        .page_ttl {
          color: var(--bodycolor);
          span:nth-of-type(1) {
            font-size: 2.4rem;
            letter-spacing: unset;
          }
          span:nth-of-type(2) {
            font-size: 2.4rem;
          }
        }
        figcaption {
          position: absolute;
          right: 10px;
          bottom: 10px;
          color: var(--bodycolor);
        }
      }
    }
  }
  section#typeContent {
    padding: 4rem 0;
    .layout {
      display: flex;
      justify-content: center;
      gap: 4rem;
      .explanation {
        /* width: calc(50% - 1rem); */
        width: min-content;
        .outline {
          .name {
            display: inline-flex;
            align-items: center;
            padding: .5rem 2rem;
            font-family: 'Cormorant Garamond', serif;
            font-size: 2rem;
            letter-spacing: .1rem;
            color: var(--bodycolor);
            background-color: var(--subcolor);
            large {
              font-size: 200%;
            }
          }
          .plan {
            padding-top: 1rem;
            width: fit-content;
            font-family: "EB Garamond", serif;
            font-size: 3rem;
            letter-spacing: 0;
            border-top: var(--subcolor) solid 1px;
            n {
              font-size: 200%;
            }
          }
          .exclusive {
            font-size: 2.5rem;
            letter-spacing: 0;
            n {
              font-family: "EB Garamond", serif;
              font-size: 180%;
            }
            t {
              font-size: 60%;
            }
            large {
              font-size: 150%;
            }
            span {
              margin-left: .5rem;
              font-size: 50%;
              letter-spacing: 0;
            }
          }
          .share {
            line-height: 2rem;
            letter-spacing: 0;
          }
        }
        .floormap {
          margin: 8rem 0 4rem;
          img {
            width: 230px;
          }
        }
        .usageguide {
          img {
            width: auto;
            height: 1rem;
          }
          .usage {
            /* margin-top: 1rem; */
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: .1rem;
          }
          .annotation {
            margin-top: 1rem;
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
      }
      .type {
        width: calc(50% - 2rem);
        .direction {
          margin-top: 1rem;
          margin-left: calc(100% - 65px);
          width: 65px;
        }
        figure {
          margin: auto;
        }
      }
    }
    &.a {
      .type {
        /*1931*/
        figure {
          width: 95.6%;
        }
      }
    }
    &.d {
      .type {
        /*1763*/
        figure {
          width: 88.15%;
        }
      }
    }
    &.f {
      .type {
        /*1915*/
        figure {
          width: 95.75%;
        }
      }
    }
    &.h {
      .type {
        /*2799*/
        figure {
          width: 139.95%;
        }
      }
    }
    &.i {
      .type {
        /*1881*/
        figure {
          width: 94.05%;
        }
      }
    }

    .typeNavigation {
      position: sticky;
      bottom: calc(50% - 2rem);
      left: 0;
      width: 100%;
      .prev {
        position: absolute;
        left: -4vw;
      }
      .fwrd {
        position: absolute;
        right: -4vw;
        background-color: var(--bodycolor);
      }
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        font-size: 1.5rem;
        line-height: 0;
        color: var(--expcolor);
        text-decoration: none;
        background-color: var(--bodycolor);
        border: var(--expcolor) solid 1px;
        border-radius: 50%;
      }
    }
    .back {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 85px;
      margin: 8rem auto;
      padding: 0 60px;
      box-sizing: border-box;
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 480px;
        width: 100%;
        height: 70px;
        font-size: 2.0rem;
        color: var(--color_white);
        text-decoration: none;
        transition: background-color .2s ease-out;        
        background-color: var(--color_gray02);
        transition: var(--all);
        &:hover {
          opacity: .6;
        }
      }
    }
  }
/* } */


@media all and (min-width: 769px) and (max-width: 1000px) {


}



@media all and (max-width: 768px) {

  main {
    article {
      .page_ttl_area {
        .page_ttl {
          span:nth-of-type(1) {
          }
          span:nth-of-type(2) {
          }
        }
        figcaption {
        }
      }
    }
  }

  ol#breadcrumb {
    bottom: -20px;
    & li {
      color: var(--maincolor);
      a {
        color: var(--maincolor);
        &::after {
          filter: unset;
        }
      }
    }
  }

  section#typeContent {
    padding: 4rem 0 2rem;
    .layout {
      flex-direction: column;
      gap: 2rem;
      .explanation {
        position: relative;
        width: 100%;
        .outline {
          .name {
            padding: .2rem 1rem;
            font-size: 3vw;
            large {
            }
          }
          .plan {
            padding-top: .5rem;
            font-size: 4vw;
            n {
            }
          }
          .exclusive {
            font-size: 4.5vw;
            n {
            }
            t {
            }
            large {
            }
            span {
            }
          }
          .share {
            margin-top: .5rem;
            font-size: 2.5vw;
            line-height: 1.5rem;
          }
        }
        .floormap {
          position: absolute;
          right: -5px;
          bottom: 0;
          margin: unset;
          width: 20%;
          img {
            width: 100%;
          }
        }
      }
      .type {
        margin: auto;
        width: 100%;
        .direction {
          margin-top: 1rem;
          margin-left: 85%;
          width: 15%;
        }
        .usageguide {
          img {
            width: auto;
            height: 1rem;
          }
          .annotation {
            margin-top: 1rem;
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
      }
    }
    &.a {
      .type {
      }
    }
    &.d {
      .type {
      }
    }
    &.f {
      .type {
      }
    }
    &.h {
      .type {
        figure {
          width: 100%;
        }
      }
    }
    &.i {
      .type {
      }
    }

    .typeNavigation {
      .prev {
        left: -1rem;
      }
      .fwrd {
        right: -1rem;
      }
      a {
      }
    }
    .back {
      margin: 4rem auto;
      height: unset;
      a {
        padding: 2rem 0;
        height: unset;
        font-size: 4vw;
      }
    }
  }

}