@charset "UTF-8";
/* =====
 * LAYOUT :: ALL DEVICE
=================================================================== */
#Billboard {position: relative;padding-top: 3em;}
#Billboard h2 {font-size: 200%;font-weight: normal;font-family: var(--garamond);color: #fff;letter-spacing: 0.3em;line-height: 1;text-align: center;}
#Billboard h2 + p {margin-top: 1em;font-size: 112.5%;font-family: var(--serif);color: #fff;letter-spacing: 0.3em;line-height: 1;text-align: center;}
#Billboard .container {position: relative;z-index: 2;width: calc(100% - 4em);max-width: 1260px;padding: 6em 2em 3em;margin-left: auto;margin-right: auto;box-sizing: border-box;}
#Billboard::after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: transparent url("../img/index/slide_01.webp") no-repeat 50% / cover;}

#Main .block-map-01 {position: relative;background: transparent url("../img/common/bg_01.webp") no-repeat 50% 0 / cover;}
#Main .block-map-01 .pathmove {position: absolute;top: 0;left: 50%;transform: translateY(-50%);}
#Main .block-map-01 .container > figure {mix-blend-mode: multiply;}
#Main .block-map-01 .more a {position: relative;margin: 3em auto 0;padding: 1.5em 0 1.5em 1.5em;max-width: 18em;background: #000 url("../img/common/bg_request.webp") no-repeat 100% 100% / cover;background-blend-mode: luminosity;font-family: var(--garamond);color: #fff;letter-spacing: 0.3em;line-height: 1;text-align: center;}
#Main .block-map-01 .more a::before {content: "";position: absolute;top: 50%;left: calc(50% - 5em);transform: translateY(-50%);width: 1em;height: 1.5em;background: transparent url("../img/common/icon_map.svg") no-repeat 50% / contain;}
/* =====
* LAYOUT :: PC
=================================================================== */
@media only screen and (min-width:769px) {}
/* =====
* LAYOUT :: TAB
=================================================================== */
@media only screen and (min-width: 769px) and (max-width: 1260px) {}
/* =====
* LAYOUT :: SP
=================================================================== */
@media only screen and (max-width:768px) {
  #Billboard h2 + p {margin-top: 0.5em;}
  #Billboard .container {width: 100%;padding: 5em 0 2em;}
  #Billboard::after {background-position: 50%;background-size: auto 100%;}

  #Main .block-outline-01 {padding-top: 1.5em;}
}
@media only screen and (max-width:768px) and (orientation: landscape) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 480px) {}
