body #contents #main article .bg-white, body #contents #main section .bg-white {
  background-color: #fff;
  background-image: url(../img/bg/bg-img-white.jpg);
  background-position: top;
  background-size: cover; }
  body #contents #main article .bg-white > p, body #contents #main section .bg-white > p {
    color: #040000; }
  body #contents #main article .bg-white_color, body #contents #main section .bg-white_color {
    background-color: #fff; }
    body #contents #main article .bg-white_color > p, body #contents #main section .bg-white_color > p {
      color: #040000; }
  body #contents #main article .bg-white_marble, body #contents #main section .bg-white_marble {
    background-color: #fff;
    background-image: url(../img/bg/bg-pattern.png);
    background-position: top;
    background-size: cover; }
    body #contents #main article .bg-white_marble > p, body #contents #main section .bg-white_marble > p {
      color: #040000; }
body #contents #main article .bg-beige_color, body #contents #main section .bg-beige_color {
  background-color: #eeebe2; }
body #contents #main article .bg-beige_marble, body #contents #main section .bg-beige_marble {
  background-color: #eeebe2;
  background-image: url(../img/bg/bg-pattern.png);
  background-position: top;
  background-size: cover; }
  body #contents #main article .bg-beige_marble > p, body #contents #main section .bg-beige_marble > p {
    color: #040000; }
body #contents #main section {
  padding: 0 0 60px;
  position: relative; }
  body #contents #main section p.section-caption {
    position: absolute;
    bottom: 2%;
    right: 2%;
    padding: 0 0;
    display: block;
    text-shadow: 1px 1px 3px #fff,-1px -1px 3px #fff,-1px -1px 3px #fff,-1px -1px 3px #fff;
    font-size: 11px;
    line-height: 14px;
    text-align: right; }
    body #contents #main section p.section-caption.no-shadow {
      text-shadow: 1px 1px 3px transparent,-1px -1px 3px transparent,-1px -1px 3px transparent,-1px -1px 3px transparent; }
  body #contents #main section#concept {
    padding: 50px 0 60px; }
    body #contents #main section#concept .main-logo {
      display: block;
      width: 80%;
      margin: 0 auto 80px; }
    body #contents #main section#concept .concept-main-lead {
      font-size: 38px;
      letter-spacing: 0.05em;
      line-height: 68px;
      padding-bottom: 60px; }
    body #contents #main section#concept .concept-ttl {
      font-size: 20px;
      letter-spacing: 0.135em;
      line-height: 34px;
      color: #725f1b; }
    body #contents #main section#concept .concept-txt {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 34px; }
    body #contents #main section#concept .concept-grid {
      display: grid;
      gap: 18px;
      grid-template-columns: 1fr 1fr; }
    body #contents #main section#concept .concept-map-area {
      display: block;
      position: relative;
      padding: 500px 0 520px;
      margin-top: -200px; }
      body #contents #main section#concept .concept-map-area > .back-box {
        position: absolute;
        z-index: 0;
        top: 10%; }
      body #contents #main section#concept .concept-map-area > .box1 {
        position: absolute;
        z-index: 3;
        top: 90px;
        width: 295px; }
      body #contents #main section#concept .concept-map-area > .box2 {
        position: absolute;
        z-index: 3;
        bottom: -60px;
        right: 0;
        width: 265px; }
  body #contents #main section#granneo .section-header {
    background-image: url(../img/top/granneo/ttl-bg.jpg); }
    body #contents #main section#granneo .section-header-logo {
      width: 510px;
      margin-left: 170px; }
    body #contents #main section#granneo .section-header-text {
      right: 15%;
      top: 15%; }
  body #contents #main section#granneo .granneo-graph {
    margin: 100px auto 0; }
  body #contents #main section#granneo .granneo-text-box {
    position: relative;
    padding-bottom: 40px; }
  body #contents #main section#location .section-header {
    background-image: url(../img/top/location/ttl-bg.png);
    justify-content: flex-end; }
    body #contents #main section#location .section-header-logo {
      width: 510px;
      margin-right: 194px; }
    body #contents #main section#location .section-header-text {
      left: 15%;
      top: 15%; }
  body #contents #main section#location .location-text-box {
    position: relative;
    padding: 140px 0 40px;
    width: 80%;
    margin-left: 20%; }
  body #contents #main section#location .location-img-grid {
    display: grid;
    gap: 18px; }
    body #contents #main section#location .location-img-grid > dd {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between; }
      body #contents #main section#location .location-img-grid > dd > figure {
        width: 100%; }
  body #contents #main section#location .location-txt-grid {
    padding: 60px 0 0;
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 10px; }
    body #contents #main section#location .location-txt-grid .brn-readmore {
      grid-columns: 1/3; }
  body #contents #main section#access .section-header {
    background-image: url(../img/top/access/ttl-bg.jpg); }
    body #contents #main section#access .section-header-logo {
      width: 400px;
      margin-left: 194px; }
    body #contents #main section#access .section-header-text {
      right: 15%;
      top: 15%; }
  body #contents #main section#access .access-text-box {
    position: relative;
    padding: 140px 0 40px;
    width: 80%;
    margin-right: 20%; }
  body #contents #main section#access .access-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px; }
  body #contents #main section#access .access-txt-grid {
    padding: 60px 0 40px;
    position: relative;
    gap: 10px; }
    body #contents #main section#access .access-txt-grid > p {
      text-align: right; }
    body #contents #main section#access .access-txt-grid .brn-readmore {
      grid-columns: 1/3;
      position: absolute;
      right: 0; }
  body #contents #main section#plan .section-header {
    background-image: url(../img/top/plan/ttl-bg.jpg); }
    body #contents #main section#plan .section-header-logo {
      width: 270px;
      margin-left: 194px; }
    body #contents #main section#plan .section-header-text {
      right: 15%;
      top: 15%; }
  body #contents #main section#plan .plan-text-box {
    position: relative;
    padding: 140px 0 40px;
    width: 80%;
    margin-right: 20%; }
  body #contents #main section#plan .plan-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px; }
  body #contents #main section#plan .plan-txt-grid {
    padding: 60px 0 40px;
    position: relative;
    gap: 10px; }
    body #contents #main section#plan .plan-txt-grid > p {
      text-align: right; }
    body #contents #main section#plan .plan-txt-grid .brn-readmore {
      grid-columns: 1/3;
      position: absolute;
      right: 0; }
  body #contents #main section#design .section-header {
    background-image: url(../img/top/design/ttl-bg.jpg);
    justify-content: flex-end; }
    body #contents #main section#design .section-header-logo {
      width: 420px;
      margin-right: 194px;
      align-self: flex-end; }
    body #contents #main section#design .section-header-text {
      left: 15%;
      top: 15%; }
  body #contents #main section#design .design-text-box {
    position: relative;
    padding: 140px 0 40px;
    width: 80%;
    margin-left: 20%; }
  body #contents #main section#design .design-img-grid {
    display: grid;
    gap: 18px; }
    body #contents #main section#design .design-img-grid > dd {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between; }
      body #contents #main section#design .design-img-grid > dd > figure {
        width: 100%; }
  body #contents #main section#design .design-txt-grid {
    padding: 60px 0 0;
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 10px; }
    body #contents #main section#design .design-txt-grid .brn-readmore {
      grid-columns: 1/3; }
  body #contents #main section#equipment .section-header {
    background-image: url(../img/top/equipment/ttl-bg.jpg);
    justify-content: flex-end; }
    body #contents #main section#equipment .section-header-logo {
      width: 620px;
      margin-right: 194px; }
    body #contents #main section#equipment .section-header-text {
      left: 15%;
      top: 15%; }
  body #contents #main section#equipment .equipment-text-box {
    position: relative;
    padding: 140px 0 40px;
    width: 80%;
    margin-left: 20%; }
  body #contents #main section#equipment .equipment-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px; }
  body #contents #main section#equipment .equipment-txt-grid {
    padding: 60px 0 0;
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 10px; }
    body #contents #main section#equipment .equipment-txt-grid .brn-readmore {
      grid-columns: 1/3; }
  body #contents #main section .content-detail {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px; }
    body #contents #main section .content-detail:last-of-type {
      padding-bottom: 0; }
    body #contents #main section .content-detail .section-header {
      width: 100vw;
      margin: 0 calc(50% - 50vw);
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      min-height: 450px; }
      body #contents #main section .content-detail .section-header-text {
        position: absolute;
        display: block;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        -ms-writing-mode: tb-rl;
        text-orientation: upright;
        align-items: center;
        height: 100vh;
        margin: calc(50% - 50vw) 0;
        font-size: 34px;
        white-space: nowrap;
        line-height: 50px;
        letter-spacing: 0.1em;
        color: #fff;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5); }
      body #contents #main section .content-detail .section-header-logo {
        display: block; }
        body #contents #main section .content-detail .section-header-logo > img {
          object-fit: contain;
          display: block; }
      body #contents #main section .content-detail .section-header-caption {
        position: absolute;
        bottom: 2%;
        right: 2%;
        text-align: right;
        font-size: 12px;
        color: #fff;
        text-shadow: 1px 1px 3px #000,-1px -1px 3px #000,-1px -1px 3px #000,-1px -1px 3px #000; }
    body #contents #main section .content-detail h2 > span, body #contents #main section .content-detail h3 > span, body #contents #main section .content-detail h4 > span, body #contents #main section .content-detail h5 > span, body #contents #main section .content-detail h6 > span {
      display: none; }
    body #contents #main section .content-detail h2.concept-logo {
      padding: 75px 150px;
      background-image: url(../img/top/concept/logo.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      margin: 0 auto 30px; }
    body #contents #main section .content-detail p.top-main-copy {
      font-size: 28px;
      line-height: 34px;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 140px 0 40px;
      color: #725f1b; }
      body #contents #main section .content-detail p.top-main-copy > span.bigger {
        font-size: 1.75em; }
    body #contents #main section .content-detail p.lead-text {
      font-size: 40px;
      line-height: 60px;
      letter-spacing: 0.14em;
      text-align: center; }
      body #contents #main section .content-detail p.lead-text-sub {
        font-size: 24px;
        line-height: 38px;
        letter-spacing: 0.06em;
        text-align: center; }
    body #contents #main section .content-detail p.section-txt {
      font-size: 22px;
      line-height: 44px;
      letter-spacing: 0.02em;
      padding: 20px 0; }
      body #contents #main section .content-detail p.section-txt > span.section-txt-caption {
        font-size: 14px; }
    body #contents #main section .content-detail .merit {
      display: grid;
      gap: 20px 40px;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 40px; }
    body #contents #main section .content-detail .box-txt {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      padding-top: 40px; }
      body #contents #main section .content-detail .box-txt > figure {
        padding: 4px;
        border-left: 1px solid #9c915b; }
        body #contents #main section .content-detail .box-txt > figure:last-of-type {
          border-right: 1px solid #9c915b; }
      body #contents #main section .content-detail .box-txt-caption {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 18px;
        text-align: right;
        grid-column: 1/5;
        margin-top: 20px; }
    body #contents #main section .content-detail .brn-readmore {
      width: 70%;
      display: block;
      padding: 20px 0; }
      body #contents #main section .content-detail .brn-readmore > img {
        width: 100%; }
      body #contents #main section .content-detail .brn-readmore:hover {
        opacity: .5;
        transition: .5s; }
    body #contents #main section .content-detail .cv-text {
      display: block;
      width: 100%;
      margin: 70px auto 0; }
      body #contents #main section .content-detail .cv-text > p {
        text-align: center; }
        body #contents #main section .content-detail .cv-text > p > span {
          font-size: 0,8em; }
      body #contents #main section .content-detail .cv-text-main {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.18em;
        margin-bottom: 10px; }
      body #contents #main section .content-detail .cv-text-sub {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.05em;
        margin-bottom: 20px; }
      body #contents #main section .content-detail .cv-text-deco {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: no-wrap; }
        body #contents #main section .content-detail .cv-text-deco:before, body #contents #main section .content-detail .cv-text-deco:after {
          content: "";
          display: block;
          padding: 20px 50px; }
        body #contents #main section .content-detail .cv-text-deco:before {
          background-image: url(../img/top/top-img-deco01.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          margin-right: 20px; }
        body #contents #main section .content-detail .cv-text-deco:after {
          background-image: url(../img/top/top-img-deco02.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          margin-left: 20px; }
    body #contents #main section .content-detail .cv-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      padding: 10px 0;
      text-decoration: none;
      background: #9c915b;
      width: 420px; }
      body #contents #main section .content-detail .cv-btn > span {
        display: block;
        font-size: 26px;
        letter-spacing: 0.1em;
        line-height: 30px;
        color: #fff;
        padding: 10px;
        border: 1px solid #fff;
        width: 380px;
        text-align: center; }
      body #contents #main section .content-detail .cv-btn:hover {
        opacity: .5;
        transition: .5s; }

/*PC ONLY*/
@media screen and (min-width: 751px) {
  body #contents #main article#concept .main-logo, body #contents #main section#concept .main-logo {
    max-width: 470px;
    margin-top: 140px; }
  body #contents #main article#granneo .granneo-text-box, body #contents #main section#granneo .granneo-text-box {
    width: 840px;
    margin: 100px 0 0 0; }
    body #contents #main article#granneo .granneo-text-box > p, body #contents #main section#granneo .granneo-text-box > p {
      text-align: right; }
    body #contents #main article#granneo .granneo-text-box .brn-readmore, body #contents #main section#granneo .granneo-text-box .brn-readmore {
      position: absolute;
      right: 0; }
  body #contents #main article#location .location-text-box, body #contents #main section#location .location-text-box {
    position: relative;
    width: 820px;
    margin-left: calc(100% - 820px); }
  body #contents #main article#location .location-img-grid, body #contents #main section#location .location-img-grid {
    grid-template-columns: 514px 1fr;
    gap: 18px; }
  body #contents #main article#location .location-txt-grid, body #contents #main section#location .location-txt-grid {
    grid-template-columns: 440px 1fr;
    gap: 10px; }
  body #contents #main article#design .design-text-box, body #contents #main section#design .design-text-box {
    position: relative;
    width: 820px;
    margin-left: calc(100% - 820px); }
  body #contents #main article#design .design-img-grid, body #contents #main section#design .design-img-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px; }
  body #contents #main article#design .design-txt-grid, body #contents #main section#design .design-txt-grid {
    grid-template-columns: 440px 1fr;
    gap: 10px; }
  body #contents #main article#equipment .equipment-text-box, body #contents #main section#equipment .equipment-text-box {
    position: relative;
    width: 820px;
    margin-left: calc(100% - 820px); }
  body #contents #main article#equipment .equipment-txt-grid, body #contents #main section#equipment .equipment-txt-grid {
    grid-template-columns: 440px 1fr;
    gap: 10px; }
  body #contents #main article .brn-readmore, body #contents #main section .brn-readmore {
    max-width: 250px; } }
.bg-white {
  background-color: #fff;
  background-image: url(../img/bg/bg-img-white.jpg);
  background-position: top;
  background-size: cover; }
  .bg-white > p {
    color: #040000; }
  .bg-white_color {
    background-color: #fff; }
    .bg-white_color > p {
      color: #040000; }
  .bg-white_marble {
    background-color: #fff;
    background-image: url(../img/bg/bg-pattern.png);
    background-position: top;
    background-size: cover; }
    .bg-white_marble > p {
      color: #040000; }

/*SP ONLY*/
@media screen and (max-width: 750px) {
  body #contents #main section {
    padding: 0 0 40px; }
    body #contents #main section#concept .concept-main-lead {
      font-size: 32px; }
    body #contents #main section#concept .concept-map-area {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
      padding: 40px 0 0 0;
      margin-top: 0; }
      body #contents #main section#concept .concept-map-area > .back-box {
        position: relative;
        z-index: initial; }
      body #contents #main section#concept .concept-map-area > .box1 {
        position: relative;
        z-index: initial;
        top: initial;
        width: calc(50% - 10px); }
      body #contents #main section#concept .concept-map-area > .box2 {
        position: relative;
        z-index: initial;
        bottom: initial;
        right: initial;
        width: calc(50% - 10px); }
    body #contents #main section#granneo .section-header-logo {
      width: 400px;
      margin-left: 70px; }
    body #contents #main section#granneo .section-header-text {
      right: 10%;
      top: 5%; }
    body #contents #main section#location .section-header-logo {
      width: 400px;
      margin-right: 50px; }
    body #contents #main section#location .section-header-text {
      left: 10%;
      top: 5%; }
    body #contents #main section#location .location-text-box {
      padding: 80px 0 40px; }
    body #contents #main section#location .location-img-grid {
      display: block;
      gap: 18px; }
      body #contents #main section#location .location-img-grid > dd {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        body #contents #main section#location .location-img-grid > dd > figure {
          width: calc(50% - 10px); }
    body #contents #main section#location .location-txt-grid {
      padding: 40px 0 0;
      display: block; }
      body #contents #main section#location .location-txt-grid > figure {
        width: 60%;
        margin: 20px auto; }
    body #contents #main section#access .section-header-logo {
      width: 400px;
      margin-left: 50px; }
    body #contents #main section#access .section-header-text {
      right: 10%;
      top: 5%; }
    body #contents #main section#access .access-text-box {
      padding: 80px 0 40px; }
    body #contents #main section#access .access-txt-grid {
      padding: 40px 0 0;
      display: block; }
      body #contents #main section#access .access-txt-grid > figure {
        width: 60%;
        margin: 20px auto; }
      body #contents #main section#access .access-txt-grid > p.section-txt {
        text-aling: left; }
    body #contents #main section#design .section-header-logo {
      width: 400px;
      margin-right: 50px; }
    body #contents #main section#design .section-header-text {
      left: 10%;
      top: 5%; }
    body #contents #main section#design .design-text-box {
      padding: 80px 0 40px; }
    body #contents #main section#design .design-img-grid {
      display: block;
      gap: 18px; }
      body #contents #main section#design .design-img-grid > dd {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        body #contents #main section#design .design-img-grid > dd > figure {
          width: calc(50% - 10px); }
    body #contents #main section#design .design-txt-grid {
      padding: 40px 0 0;
      display: block; }
      body #contents #main section#design .design-txt-grid > figure {
        width: 60%;
        margin: 20px auto; }
    body #contents #main section#plan .section-header-logo {
      width: 270px;
      margin-left: 50px; }
    body #contents #main section#plan .section-header-text {
      right: 10%;
      top: 5%; }
    body #contents #main section#plan .plan-text-box {
      padding: 80px 0 40px; }
    body #contents #main section#plan .plan-txt-grid {
      padding: 40px 0 0;
      display: block; }
      body #contents #main section#plan .plan-txt-grid > figure {
        width: 60%;
        margin: 20px auto; }
      body #contents #main section#plan .plan-txt-grid > p.section-txt {
        text-aling: left; }
    body #contents #main section#equipment .section-header-logo {
      width: 500px;
      margin-right: 50px; }
    body #contents #main section#equipment .section-header-text {
      left: 10%;
      top: 5%; }
    body #contents #main section#equipment .equipment-text-box {
      padding: 80px 0 40px; }
    body #contents #main section#equipment .equipment-img-grid {
      display: grid;
      gap: 18px; }
    body #contents #main section#equipment .equipment-txt-grid {
      padding: 40px 0 0;
      display: block; }
      body #contents #main section#equipment .equipment-txt-grid > figure {
        width: 60%;
        margin: 20px auto; }
    body #contents #main section .content-detail {
      max-width: 90%; }
      body #contents #main section .content-detail .section-header-caption.left {
        right: initial;
        left: 2%; }
      body #contents #main section .content-detail p.top-main-copy {
        font-size: 28px;
        line-height: 40px; }
      body #contents #main section .content-detail .merit {
        display: block;
        width: 80%;
        margin: 0 auto 60px; }
        body #contents #main section .content-detail .merit > figure {
          margin-bottom: 20px; }
      body #contents #main section .content-detail .box-txt {
        display: grid;
        width: 80%;
        margin: 0 auto 40px;
        gap: 20px;
        grid-template-columns: 1fr 1fr; }
        body #contents #main section .content-detail .box-txt-caption {
          grid-column: 1/3;
          text-align: left; }
        body #contents #main section .content-detail .box-txt > figure:nth-child(even) {
          border-right: 1px solid #9c915b; }
      body #contents #main section .content-detail .cv-text {
        margin-top: 80px; }
        body #contents #main section .content-detail .cv-text-main {
          font-size: 46px;
          line-height: 40px; }
        body #contents #main section .content-detail .cv-text-sub {
          font-size: 22px;
          line-height: 40px; } }

/*# sourceMappingURL=toppage.css.map */
