@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&family=EB+Garamond:wght@400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
.center {
  text-align: center;
}

.ttl01 {
  font-size: 5rem;
}

.eng01 {
  font-weight: 400;
  font-family: "EB Garamond", serif;
}

.jpn01 {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}

.more_btn {
  display: grid;
  place-content: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 751px) {
  .more_btn {
    width: 22rem;
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .more_btn {
    width: 42rem;
    height: 9rem;
    font-size: 3rem;
  }
}

.more_btn:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}

.white {
  background-color: #fff;
  color: #000;
}

.white:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}

.black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.black:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}

.accordion {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.accordion:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}

.kv .kv_bg {
  display: grid;
  place-content: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 751px) {
  .kv .kv_bg {
    height: 36rem;
  }
}
@media screen and (max-width: 750px) {
  .kv .kv_bg {
    height: 44rem;
  }
}
.kv .kv_ttl {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .kv .kv_ttl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 750px) {
  .kv .kv_ttl {
    font-size: 6.5rem;
  }
}
.kv .kv_ttl > span {
  display: block;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 751px) {
  .kv .kv_ttl > span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .kv .kv_ttl > span {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 751px) {
  .breadcrumbs {
    padding: 2rem 0 0 13.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  .breadcrumbs > li {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .breadcrumbs > li > a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 751px) {
  .breadcrumbs > li + li::before {
    content: ">";
    display: inline-block;
    margin: 0 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .breadcrumbs .current {
    text-decoration: none;
    pointer-events: none;
  }
}

.container {
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .container {
    width: 110rem;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 65rem;
  }
}

body.bg-active {
  overflow: hidden;
}

.head {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  .head {
    height: 12rem;
  }
}
@media screen and (max-width: 750px) {
  .head {
    height: 13.5rem;
  }
}
.head .head_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  .head .head_inner {
    padding: 2.5rem 10rem 0;
  }
}
@media screen and (max-width: 750px) {
  .head .head_inner {
    padding: 2rem 5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.head .head_logo {
  height: auto;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  .head .head_logo {
    width: 93px;
  }
}
@media screen and (max-width: 750px) {
  .head .head_logo {
    width: 11rem;
  }
}
.head .ham_open {
  margin-left: auto;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .head .ham_open {
    margin-top: 1rem;
    width: 5.6rem;
    height: 2.1rem;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_open {
    width: 8rem;
    height: 3.3rem;
  }
}
.head .ham_open > span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  position: relative;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (min-width: 751px) {
  .head .ham_open > span {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_open > span {
    height: 1px;
  }
}
.head .ham_open > span:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #96825a;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.head .ham_open > span:nth-of-type(1) {
  -webkit-transition: -webkit-transform 0.5s 0s;
  transition: -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
}
.head .ham_open > span:nth-of-type(1)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.head .ham_open > span:nth-of-type(2) {
  -webkit-transition: -webkit-transform 0.5s 0.2s;
  transition: -webkit-transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}
.head .ham_open > span:nth-of-type(2)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.head .ham_open > span:nth-of-type(3) {
  -webkit-transition: -webkit-transform 0.5s 4s;
  transition: -webkit-transform 0.5s 4s;
  transition: transform 0.5s 4s;
  transition: transform 0.5s 4s, -webkit-transform 0.5s 4s;
}
.head .ham_open > span:nth-of-type(3)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 751px) {
  .head .ham_open > span + span {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_open > span + span {
    margin-top: 1.3rem;
  }
}
.head .ham_open:hover > span::before {
  width: 100%;
}
.head .ham_menu {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9998;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  .head .ham_menu {
    padding: 35px 140px 70px 100px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_menu {
    padding: 3.5rem 5rem 6.5rem;
  }
}
.head .ham_menu.is-open {
  right: 0;
}
.head .ham_close {
  margin-left: auto;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .head .ham_close {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close {
    width: 5.6rem;
    height: 5.6rem;
    position: relative;
    top: 9rem;
  }
}
.head .ham_close span {
  display: block;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 751px) {
  .head .ham_close span {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close span {
    height: 1px;
  }
}
.head .ham_close span:first-of-type {
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 751px) {
  .head .ham_close span:first-of-type {
    width: 20px;
    -webkit-transform: translate(16px, 0) rotate(-45deg) scale(0, 1);
            transform: translate(16px, 0) rotate(-45deg) scale(0, 1);
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close span:first-of-type {
    width: 3.2rem;
    -webkit-transform: translate(1.6rem, 0) rotate(-45deg) scale(0, 1);
            transform: translate(1.6rem, 0) rotate(-45deg) scale(0, 1);
  }
}
.head .ham_close span:nth-of-type(2) {
  -webkit-transition: -webkit-transform 0.2s 0s;
  transition: -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s;
  transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (min-width: 751px) {
  .head .ham_close span:nth-of-type(2) {
    width: 48px;
    -webkit-transform: translate(0, -1px) rotate(45deg) scale(0, 1);
            transform: translate(0, -1px) rotate(45deg) scale(0, 1);
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close span:nth-of-type(2) {
    width: 7.5rem;
    -webkit-transform: translate(0, -0.1rem) rotate(45deg) scale(0, 1);
            transform: translate(0, -0.1rem) rotate(45deg) scale(0, 1);
  }
}
.head .ham_close span:last-of-type {
  -webkit-transition: -webkit-transform 0.2s 0.4s;
  transition: -webkit-transform 0.2s 0.4s;
  transition: transform 0.2s 0.4s;
  transition: transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 751px) {
  .head .ham_close span:last-of-type {
    width: 20px;
    -webkit-transform: translate(-7px, 17px) rotate(-45deg) scale(0, 1);
            transform: translate(-7px, 17px) rotate(-45deg) scale(0, 1);
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close span:last-of-type {
    width: 3.2rem;
    -webkit-transform: translate(-0.7rem, 1.7rem) rotate(-45deg) scale(0, 1);
            transform: translate(-0.7rem, 1.7rem) rotate(-45deg) scale(0, 1);
  }
}
@media screen and (min-width: 751px) {
  .head .ham_close.is-open span:first-of-type {
    -webkit-transform: translate(15px, 0) rotate(-45deg) scale(1, 1);
            transform: translate(15px, 0) rotate(-45deg) scale(1, 1);
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close.is-open span:first-of-type {
    -webkit-transform: translate(2.5rem, 0) rotate(-45deg) scale(1, 1);
            transform: translate(2.5rem, 0) rotate(-45deg) scale(1, 1);
  }
}
@media screen and (min-width: 751px) {
  .head .ham_close.is-open span:nth-of-type(2) {
    -webkit-transform: translate(0, -1px) rotate(45deg) scale(1, 1);
            transform: translate(0, -1px) rotate(45deg) scale(1, 1);
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close.is-open span:nth-of-type(2) {
    -webkit-transform: translate(0, -0.1rem) rotate(45deg) scale(1, 1);
            transform: translate(0, -0.1rem) rotate(45deg) scale(1, 1);
  }
}
@media screen and (min-width: 751px) {
  .head .ham_close.is-open span:last-of-type {
    -webkit-transform: translate(-7px, 17px) rotate(-45deg) scale(1, 1);
            transform: translate(-7px, 17px) rotate(-45deg) scale(1, 1);
  }
}
@media screen and (max-width: 750px) {
  .head .ham_close.is-open span:last-of-type {
    -webkit-transform: translate(-0.9rem, 3rem) rotate(-45deg) scale(1, 1);
            transform: translate(-0.9rem, 3rem) rotate(-45deg) scale(1, 1);
  }
}
.head .ham_item {
  text-align: right;
}
@media screen and (min-width: 751px) {
  .head .ham_item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_item {
    margin-top: 11rem;
    padding-right: 6rem;
  }
}
.head .ham_link {
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 751px) {
  .head .ham_link + .ham_link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_link + .ham_link {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .head .ham_link {
    font-size: 66px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_link {
    font-size: 7rem;
  }
}
.head .drop {
  position: relative;
  cursor: pointer;
}
.head .drop:after {
  content: "＋";
  position: absolute;
}
@media screen and (min-width: 751px) {
  .head .drop:after {
    font-size: 40px;
    top: 0.35em;
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  .head .drop:after {
    font-size: 6rem;
    top: 0.05em;
    right: -7rem;
  }
}
.head .drop:has(.drop_item.is-over):after {
  content: "";
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .head .drop:has(.drop_item.is-over):after {
    width: 30px;
    top: 45px;
    right: -55px;
  }
}
@media screen and (max-width: 750px) {
  .head .drop:has(.drop_item.is-over):after {
    width: 4rem;
    top: 4.5rem;
    right: -6rem;
  }
}
.head .drop_item {
  display: none;
  -webkit-transition: display 1s;
  transition: display 1s;
}
.head .drop_item.is-over {
  display: block;
}
.head .drop_menu.colum01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (min-width: 751px) {
  .head .drop_menu.colum01 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .head .drop_menu.colum01 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media screen and (min-width: 751px) {
  .head .drop_link {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .head .drop_link {
    margin-top: 0.5rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 751px) {
  .head .ham_others {
    margin-top: -40px;
    width: 430px;
    position: absolute;
    bottom: 70px;
    left: 100px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_others {
    width: 100%;
  }
}
.head .ham_sns {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .head .ham_sns {
    grid-template-columns: 23px 26px 26px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_sns {
    margin-top: 11.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 4.5rem 5rem 5rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.head .ham_cta {
  display: grid;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 751px) {
  .head .ham_cta {
    margin-top: 20px;
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_cta {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.head .ham_cta > li a {
  display: grid;
  place-content: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  .head .ham_cta > li a {
    width: 210px;
    height: 44px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .head .ham_cta > li a {
    height: 9rem;
    font-size: 3.2rem;
  }
}
.head .ham_cta > li a:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}
@media screen and (min-width: 751px) {
  .head .ham_hov {
    display: inline;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  .head .ham_hov::before {
    content: attr(data-txt);
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #96825a;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.6s linear;
    transition: -webkit-clip-path 0.6s linear;
    transition: clip-path 0.6s linear;
    transition: clip-path 0.6s linear, -webkit-clip-path 0.6s linear;
  }
}
@media screen and (min-width: 751px) {
  .head .ham_hov:hover::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.head .ham_clip {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.head .ham_clip.js-ham_clip {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.cta {
  position: fixed;
  z-index: 8888;
}
@media screen and (min-width: 751px) {
  .cta {
    inset: 19.5rem 0 auto auto;
  }
}
@media screen and (max-width: 750px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #fff;
    inset: auto auto 0 0;
  }
}
.cta > li > a {
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 751px) {
  .cta > li > a {
    width: 6rem;
    height: 19rem;
    background-color: #fff;
    font-size: 1.5rem;
    color: #000;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 750px) {
  .cta > li > a {
    width: 37.5rem;
    height: 10rem;
    background-color: #000;
    font-size: 3.2rem;
    color: #fff;
  }
}
.cta > li > a:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}
@media screen and (min-width: 751px) {
  .cta > li + li {
    margin-top: 1px;
  }
}
@media screen and (max-width: 750px) {
  .cta > li + li {
    border-left: 1px solid #fff;
  }
}

.access .access_map {
  margin-top: 4rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .access .access_map {
    height: 50rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_map {
    height: 56rem;
  }
}
.access .access_map > figure {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.access .access_map > figure > iframe {
  margin-left: 50%;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.access .access_dtls {
  display: grid;
}
@media screen and (min-width: 751px) {
  .access .access_dtls {
    margin: 8.5rem auto 0;
    width: 100rem;
    grid-template-columns: 21rem auto;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_dtls {
    margin: 10rem auto 0;
    width: 65rem;
    grid-template-columns: 1fr;
    row-gap: 11.5rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_dtl01 {
    margin-inline: auto;
    width: 50rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.access .access_logo {
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 751px) {
  .access .access_logo {
    width: 15.9rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_logo {
    width: 16rem;
  }
}
.access .access_sns {
  margin-top: 7rem;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 751px) {
  .access .access_sns {
    grid-template-columns: 2.3rem 2.6rem 2.6rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_sns {
    grid-template-columns: 4.5rem 4.9rem 5rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media screen and (min-width: 751px) {
  .access .access_btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_btn {
    margin-top: 8rem;
  }
}
.access .access_btn > a {
  width: 100%;
  display: grid;
  place-content: center;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
@media screen and (min-width: 751px) {
  .access .access_btn > a {
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_btn > a {
    height: 9rem;
    font-size: 3.2rem;
  }
}
.access .access_btn > a:hover {
  color: #fff;
  border: 1px solid #96825a;
  background-color: #96825a;
}
@media screen and (max-width: 750px) {
  .access .access_dtl02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.access .access_ttl {
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 751px) {
  .access .access_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 751px) {
  .access .access_desc {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_desc {
    margin-top: 5rem;
  }
}
.access .access_desc > div {
  display: grid;
}
@media screen and (min-width: 751px) {
  .access .access_desc > div {
    grid-template-columns: 12rem auto;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .access .access_desc > div {
    grid-template-columns: 19.5rem auto;
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.access .access_desc > div > dd {
  text-indent: -1em;
  padding-left: 1em;
}
.access .access_desc > div > dd::before {
  content: "：";
}

@media screen and (min-width: 751px) {
  .foot {
    margin: 7rem auto 0;
    padding-bottom: 5rem;
    width: 100rem;
  }
}
@media screen and (max-width: 750px) {
  .foot {
    margin: 12.5rem auto 0;
    padding-bottom: 7.5rem;
    width: 50rem;
  }
}
@media screen and (min-width: 751px) {
  .foot .foot_menu {
    margin-bottom: 6rem;
    padding-top: 3rem;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-family: "EB Garamond", serif;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 751px) {
  .foot .foot_menu > li {
    display: block;
  }
}
.foot .foot_menu > li .underline {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  border-bottom: 　1px;
}
.foot .foot_menu > li .underline:hover {
  color: #fff;
}
.foot .foot_menu > li a {
  position: relative;
}
.foot .foot_menu > li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.foot .foot_menu > li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 751px) {
  .foot .foot_menu > li + li::before {
    content: "|";
    display: inline-block;
    margin: 0 4.3rem;
  }
}
.foot .foot_copy {
  text-align: center;
}
.foot .foot_copy > small {
  font-weight: 400;
  font-family: "EB Garamond", serif;
  color: #808080;
}
@media screen and (min-width: 751px) {
  .foot .foot_copy > small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .foot .foot_copy > small {
    font-size: 2.2rem;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 751px) {
  html {
    font-size: 0.733vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  background-color: #000;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

p, table, figure, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.underline:hover {
  text-decoration: underline;
}

svg, img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}