@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -51px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 51px;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -51px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 51px;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
.top-page > .opening {
  background: #000000;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.top-page > .opening.fade-opening {
  -webkit-animation: fade 2s ease-in-out 0.05s forwards;
          animation: fade 2s ease-in-out 0.05s forwards;
}
.top-page > .opening .opening_image {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.top-page > .opening .opening_image > .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .section-mv {
  height: 100svh;
  margin-bottom: 67px;
  background-image: url(../../../assets/imgs/mv.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv {
    margin-bottom: 48px;
  }
}
.top-page .section-mv > .container > .box-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-page .section-mv > .container > .box-logo > .copy {
  width: 131px;
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-logo > .copy {
    width: 80px;
    margin-bottom: 22px;
  }
}
.top-page .section-mv > .container > .box-logo > .english-cormorant {
  font-size: 22px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-logo > .english-cormorant {
    font-size: 18px;
  }
}
.top-page .section-mv > .container > .copy {
  position: absolute;
  bottom: 32px;
  left: 37px;
  font-size: 11px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  max-width: 352px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top-page .section-mv > .container > .copy {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .copy {
    font-size: 10px;
    line-height: 1.9;
    max-width: 232px;
  }
}
.top-page .section-mv > .container > .box-scroll {
  position: absolute;
  bottom: 101px;
  right: 42px;
}
@media screen and (max-width: 640px) {
  .top-page .section-mv > .container > .box-scroll {
    bottom: 90px;
    right: 20px;
  }
}
.top-page .section-mv > .container > .box-scroll > .scroll {
  position: relative;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 0.1em;
}
.top-page .section-mv > .container > .box-scroll > .bar {
  width: 1px;
  height: 51px;
  position: absolute;
  top: 38px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-page .section-mv > .container > .box-scroll > .bar:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -51px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.top-page > .section-news {
  padding-top: 57px;
}
.top-page > .section-news > .container > .section-title {
  margin-right: 108px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-news > .container > .section-title {
    margin-right: 48px;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .section-title {
    margin-right: 36px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-news > .container > .section-title {
    margin-right: 28px;
  }
}
.top-page > .section-news > .container > .section-title > .english {
  display: inline-block;
  font-size: 17px;
  padding-top: 16px;
}
.top-page > .section-news > .container > .list-news {
  max-width: 958px;
  width: 100%;
}
.top-page > .section-news > .container > .list-news > .news {
  position: relative;
  border-bottom: 1px solid #585858;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.top-page > .section-news > .container > .list-news > .news > .link {
  color: #ffffff;
  padding: 24px 0 21px;
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news > .news > .link > .box-information {
    margin-bottom: 14px;
  }
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information > .date {
  color: #b1b1b1;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-right: 16px;
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information > .list-category > .category {
  border: 1px solid #b3a35c;
  border-radius: 50px;
  font-size: 12px;
  color: #b3a35c;
  text-align: center;
  padding: 7px 16px;
}
.top-page > .section-news > .container > .list-news > .news > .link > .title {
  margin-bottom: 11px;
}
.top-page > .section-news > .container > .list-news > .news > .link > .english-title {
  color: #b1b1b1;
  font-size: 12px;
}
.top-page > .section-news > .container > .list-news > .news > .link > .arrow {
  position: absolute;
  top: 57px;
  right: 0;
  width: 33.5px;
}
.top-page > .section-about {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 68px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-about {
    padding-top: 48px;
  }
}
.top-page > .section-about > .container {
  position: sticky;
  top: 0;
  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;
  min-height: 100vh;
  max-width: 1440px;
  padding: 0;
}
.top-page > .section-about > .container > .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-page > .section-about > .container > .scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.top-page > .section-about > .container > .scroller.nobar {
  overflow: hidden;
}
.top-page > .section-about > .container > .scroller > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.top-page > .section-about > .container > .scroller > section {
  position: relative;
  min-height: 100vh;
  overflow-x: visible;
}
.top-page > .section-about > .container > .scroller > section.section2 {
  margin-left: 280px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section.section2 {
    margin-left: 350px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section.section2 {
    margin-left: 390px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section.section2 {
    margin-left: 190px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section.section3 {
    margin-left: 200px;
  }
}
.top-page > .section-about > .container > .scroller > section > .box-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 1186px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.top-page > .section-about > .container > .scroller > section > .decoration {
  position: absolute;
  top: 12px;
  left: -107px;
  width: 593px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .decoration {
    width: 483px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .decoration {
    width: 323px;
  }
}
.top-page > .section-about > .container > .scroller > section > .decoration-title {
  position: absolute;
  top: -30px;
  left: 15%;
  color: #8f8f8f;
  font-size: 152px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .decoration-title {
    left: 12%;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .decoration-title {
    font-size: 172px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-about > .container > .scroller > section > .decoration-title {
    font-size: 122px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .decoration-title {
    left: 21%;
    font-size: 88px;
  }
}
.top-page > .section-about > .container > .scroller > section > .copy {
  position: absolute;
  bottom: 107px;
  left: 30%;
  color: #8f8f8f;
  font-size: 1.8vw;
  letter-spacing: 0.3em;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .copy {
    bottom: 137px;
    left: 24%;
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .copy {
    bottom: 247px;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-about > .container > .scroller > section > .copy {
    bottom: 127px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .copy {
    bottom: 97px;
    font-size: 16px;
  }
}
.top-page > .section-about > .container > .scroller > section > .image1 {
  position: absolute;
  top: 0;
  right: -12%;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .top-page > .section-about > .container > .scroller > section > .image1 {
    max-width: 52%;
  }
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .image1 {
    max-width: 70%;
    right: -300px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .image1 {
    max-width: 790px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .image1 {
    top: 110px;
    right: -140px;
  }
}
.top-page > .section-about > .container > .scroller > section > .text {
  font-size: 0.8vw;
  line-height: 2.6;
}
@media screen and (max-width: 1440px) {
  .top-page > .section-about > .container > .scroller > section > .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .text {
    max-width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .text {
    max-width: 270px;
  }
}
.top-page > .section-about > .container > .scroller > section > .image2 {
  position: absolute;
  top: 0;
  right: 6%;
  max-width: 39.4%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .image2 {
    right: -154px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .image2 {
    max-width: 630px;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-about > .container > .scroller > section > .image2 {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .image2 {
    max-width: 260px;
    right: -294px;
  }
}
.top-page > .section-about > .container > .scroller > section > .english {
  position: absolute;
  bottom: 105px;
  right: -9%;
  max-width: 586px;
  color: #b1b1b1;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .english {
    right: -260px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .english {
    max-width: 470px;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-about > .container > .scroller > section > .english {
    right: -380px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .english {
    bottom: 15px;
    right: -220px;
    font-size: 12px;
    max-width: 270px;
  }
}
.top-page > .section-about > .container > .scroller > section > .image3 {
  position: absolute;
  top: 0;
  left: 7%;
  max-width: 47.9%;
  width: 100%;
  margin: 0 88px;
}
@media screen and (max-width: 1440px) {
  .top-page > .section-about > .container > .scroller > section > .image3 {
    max-width: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .image3 {
    left: 261px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .image3 {
    max-width: 63%;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-about > .container > .scroller > section > .image3 {
    max-width: 418px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .image3 {
    max-width: 308px;
    top: 70px;
    left: 81px;
  }
}
.top-page > .section-about > .container > .scroller > section > .image4 {
  position: absolute;
  bottom: 70px;
  right: 1%;
  max-width: 28.5%;
  width: 100%;
  margin: 0 88px;
}
@media screen and (max-width: 1440px) {
  .top-page > .section-about > .container > .scroller > section > .image4 {
    max-width: 23.5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-page > .section-about > .container > .scroller > section > .image4 {
    right: 13px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-about > .container > .scroller > section > .image4 {
    right: -71px;
    bottom: 240px;
    max-width: 41.5%;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-about > .container > .scroller > section > .image4 {
    right: -271px;
    bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-about > .container > .scroller > section > .image4 {
    bottom: 80px;
    right: -31px;
    max-width: 210px;
  }
}
.top-page > .section-owner {
  background-color: #1f1f1f;
  background-image: url(../../../assets/imgs/background-owner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 76px 0;
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner {
    padding: 56px 0;
  }
}
.top-page > .section-owner > .container > .section-title {
  margin-right: 74px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-owner > .container > .section-title {
    margin-right: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .section-title {
    margin-right: 28px;
  }
}
.top-page > .section-owner > .container > .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .top-page > .section-owner > .container > .box-contents {
    display: block;
  }
}
.top-page > .section-owner > .container > .box-contents > .image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 378px;
  width: 100%;
  margin-right: 94px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-owner > .container > .box-contents > .image {
    margin-right: 44px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-owner > .container > .box-contents > .image {
    max-width: 100%;
    height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-owner > .container > .box-contents > .image {
    height: 420px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .box-contents > .image {
    height: 260px;
  }
}
.top-page > .section-owner > .container > .box-contents > .box-text > .position {
  color: #b3a35c;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .box-contents > .box-text > .position {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.top-page > .section-owner > .container > .box-contents > .box-text > .name {
  color: #b3a35c;
  font-size: 29px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .box-contents > .box-text > .name {
    font-size: 24px;
  }
}
.top-page > .section-owner > .container > .box-contents > .box-text > .name > .english {
  display: block;
  color: #b3a35c;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 42px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .box-contents > .box-text > .name > .english {
    margin-bottom: 20px;
  }
}
.top-page > .section-owner > .container > .box-contents > .box-text > .text {
  font-size: 14px;
  line-height: 2.6;
  margin-bottom: 29px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .box-contents > .box-text > .text {
    font-size: 12px;
    line-height: 2.3;
    margin-bottom: 20px;
  }
}
.top-page > .section-owner > .container > .box-contents > .box-text > .english-text {
  color: #b1b1b1;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media screen and (max-width: 480px) {
  .top-page > .section-owner > .container > .box-contents > .box-text > .english-text {
    line-height: 2;
  }
}
.top-page > .section-menu {
  padding: 67px 0;
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu {
    padding: 47px 0;
  }
}
.top-page > .section-menu > .container > .section-title {
  margin-right: 108px;
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-menu > .container > .section-title {
    margin-right: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .section-title {
    margin-right: 28px;
  }
}
.top-page > .section-menu > .container > .box-contents {
  width: 100%;
}
.top-page > .section-menu > .container > .box-contents > .english-title {
  font-size: 102px;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .box-contents > .english-title {
    font-size: 82px;
    margin-bottom: 16px;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #585858;
  padding: 56px 69px 56px 26px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu {
    padding: 26px 49px 26px 6px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu {
    padding: 26px 10px 26px 10px;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 81px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu {
    margin-right: 71px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu {
    margin: 0 auto;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu > .menu {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.6em;
  margin-left: 43px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu > .menu {
    margin-left: 31px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu > .menu {
    font-size: 15px;
    margin: 0 14px;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .japanese-menu > .menu:before {
  top: 0px;
  left: 50%;
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .english-menu {
  margin-right: 110px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .english-menu {
    margin-right: 60px;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .english-menu {
    margin: 0 auto 34px;
    text-align: center;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .english-menu > .menu {
  color: #b1b1b1;
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .english-menu > .menu {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .price {
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .price {
    font-size: 24px;
  }
}
.top-page > .section-menu > .container > .box-contents > .box-menu > .price > .tax {
  display: block;
  color: #b1b1b1;
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 480px) {
  .top-page > .section-menu > .container > .box-contents > .box-menu > .price > .tax {
    font-size: 12px;
  }
}
.top-page > .section-access {
  background-image: url(../../../assets/imgs/background-access.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  overflow-x: hidden;
}
.top-page > .section-access > .container {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-access > .container {
    padding: 0 20px;
  }
}
.top-page > .section-access > .container > .section-title {
  margin-right: 108px;
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-access > .container > .section-title {
    margin-right: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-access > .container > .section-title {
    margin-right: 28px;
  }
}
.top-page > .section-access > .container > .box-contents {
  width: 100%;
}
.top-page > .section-access > .container > .box-contents > .english-title {
  font-size: 102px;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-access > .container > .box-contents > .english-title {
    font-size: 82px;
    margin-bottom: 16px;
  }
}
.top-page > .section-access > .container > .box-contents > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-access > .container > .box-contents > .box-information {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-access > .container > .box-contents > .box-information {
    margin-top: 20px;
  }
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text {
  max-width: 409px;
  width: 100%;
  margin-right: 10%;
}
@media screen and (max-width: 820px) {
  .top-page > .section-access > .container > .box-contents > .box-information > .box-text {
    max-width: 100%;
    margin-right: 0;
  }
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .name {
  color: #b3a35c;
  font-size: 29px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-access > .container > .box-contents > .box-information > .box-text > .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
  }
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .name > .english {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-access > .container > .box-contents > .box-information > .box-text > .name > .english {
    margin-top: 4px;
    margin-bottom: 0;
  }
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .address {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .address > .english {
  display: block;
  color: #b1b1b1;
  font-size: 11px;
  margin-top: 12px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel {
  margin-bottom: 30px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .title,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .title {
  font-size: 14px;
  margin-bottom: 14px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .title > .english,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .title > .english {
  color: #b1b1b1;
  font-size: 12px;
  margin-left: 14px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .list-information > .information,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .list-information > .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #585858;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .list-information > .information > .label,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .list-information > .information > .label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 37px;
  color: #b1b1b1;
  font-size: 11px;
  line-height: 2.1;
  margin-right: 30px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .list-information > .information > .data,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .list-information > .information > .data {
  font-size: 17px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .list-information > .information > .data > .notice,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .list-information > .information > .data > .notice {
  display: block;
  font-size: 12px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .list-information > .information > .data > .english,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .list-information > .information > .data > .english {
  display: block;
  color: #b1b1b1;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 8px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-hours > .list-information > .information > .data > .link,
.top-page > .section-access > .container > .box-contents > .box-information > .box-text > .box-tel > .list-information > .information > .data > .link {
  color: #ffffff;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-map {
  width: 100%;
  margin-right: -90px;
}
.top-page > .section-access > .container > .box-contents > .box-information > .box-map > iframe {
  width: 615px;
  height: 490px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 820px) {
  .top-page > .section-access > .container > .box-contents > .box-information > .box-map > iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-access > .container > .box-contents > .box-information > .box-map > iframe {
    height: 320px;
  }
}