@charset "UTF-8";
/* ------------------------------------------------
 * Mixin for center - 要素中央配置する
 * @include f.center(xy); // 中央
 * @include f.center(x);  // 横中央
 * @include f.center(y);  // 縦中央
 ------------------------------------------------ */
/* ------------------------------------------------

 * transition - フェードイン効果を追加する
 * @include f.transition;
 * @include f.transition-slow;
 * @include f.transition-veryslow;

 ------------------------------------------------ */
/* ------------------------------------------------

 * opacity - 透過効果を追加する
 * @include f.opacity;

 ------------------------------------------------ */
/* ------------------------------------------------

 * font-family - フォントの指定をする
 * @include f.font(jp); 	// Noto Sans CJK JP Regular
 * @include f.font(jp-m); 	//Noto Sans CJK JP Medium
 * @include f.font(en); 	// Univers® Pro 55 Roman
 * @include f.font(en-b); 	// Univers® Pro 65 Bold

 ------------------------------------------------ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
code, img, small, strong, var,
b, i, dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure,
footer, header, menu, nav, section,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: none;
}

footer, header, menu, nav, section, aside, figure {
  display: block;
}

.ul,
.ol {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  word-break: break-all;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  outline: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body.is-menuopen {
  overflow: hidden;
}
body.is-menuopen #header .header__inner .btn-menu span:nth-of-type(1) {
  top: 5px;
}
body.is-menuopen #header .header__inner .btn-menu span:nth-of-type(2) {
  top: 5px;
  opacity: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner {
    padding: 24px;
  }
}
#header .header__inner .logo {
  position: fixed;
  bottom: 16px;
  left: 16px;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .logo {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#header .header__inner .logo a {
  display: block;
  width: 68px;
  height: 16px;
}
#header .header__inner .logo a img[src$=".svg"] {
  width: 100%;
  height: auto;
}
#header .header__inner .logo a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .logo a:hover {
    opacity: 1;
  }
}
#header .header__inner .btn-booknow {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .btn-booknow {
    margin-left: auto;
  }
}
#header .header__inner .btn-booknow a {
  display: block;
  position: relative;
  padding-bottom: 9px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .btn-booknow a {
    padding-bottom: 6px;
  }
}
#header .header__inner .btn-booknow a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header__inner .btn-booknow a p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  overflow: hidden;
}
#header .header__inner .btn-booknow a p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header__inner .btn-booknow a p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header__inner .btn-booknow a.is-hover p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
#header .header__inner .btn-booknow a.is-hover p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
#header .header__inner .btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 72px;
  height: 8px;
  margin-left: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .btn-menu {
    width: 56px;
    margin-left: 32px;
  }
}
#header .header__inner .btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header__inner .btn-menu span:nth-of-type(1) {
  top: 0;
}
#header .header__inner .btn-menu span:nth-of-type(2) {
  top: 7px;
}
#header .header__inner .btn-menu:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .btn-menu:hover {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
#header .header__inner .storage-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#header .header__inner .storage-menu .storage-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .storage-menu .storage-menu__inner {
    padding: 24px;
  }
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .storage-menu .storage-menu__inner .storage-menulist {
    left: 24px;
  }
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li {
  cursor: pointer;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li:not(:nth-child(1)) {
  margin-top: 35px;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-number .menu-number__inner {
  display: inline-block;
  position: relative;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-number .menu-number__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-number .menu-number__inner span {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-number .menu-number__inner span:nth-child(1) {
  position: relative;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-number .menu-number__inner span:nth-child(1):after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-under {
  position: relative;
  padding-left: 11px;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-under:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7px;
  height: 1px;
  background-color: #fff;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-under span {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.menu-under span:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.is-current.menu-number .menu-number__inner:before {
  width: 100%;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menulist li.is-current.menu-under span:before {
  width: 100%;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents-default {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents-default:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents-default img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  opacity: 0;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  width: 100%;
  height: calc(100% - 240px);
  margin-left: 46px;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner {
    max-width: 100%;
    width: calc(100% - 48px);
    height: auto;
    margin: 0 57px 0 auto;
  }
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item1 {
    display: none;
  }
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item1 .number:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item1 .number.item-opacity-zero {
  opacity: 0;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item2 {
    display: none;
  }
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item2 .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item2 .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents__inner .contents-item.item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents .contents-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__contents .contents.is-current {
  z-index: 2;
  opacity: 1;
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__copyright {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .storage-menu .storage-menu__inner .storage-menu__copyright {
    right: 24px;
    bottom: 24px;
  }
}
#header .header__inner .storage-menu .storage-menu__inner .storage-menu__copyright p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  opacity: 0.7;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #footer {
    display: block;
    height: auto;
  }
}
#footer .footer-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-image {
    position: relative;
    width: 110%;
    height: 110%;
    height: auto;
  }
  #footer .footer-image:before {
    content: "";
    display: block;
    padding: 28.986% 0;
  }
}
#footer .footer-image iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-image iframe {
    display: none;
  }
}
#footer .footer-image .footer-movie__sp {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 110%;
  height: 110%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-image .footer-movie__sp {
    display: block;
  }
}
#footer .footer-image .footer-movie__sp video {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  left: -2.5%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
#footer .footer-logo {
  width: 560px;
  height: 71px;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 327px;
    height: 41px;
    margin-top: -12px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo {
    width: calc(100% - 48px);
    height: auto;
  }
}
#footer .footer-logo img[src$=".svg"] {
  width: 100%;
  height: auto;
}
#footer .footer-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: calc(100% - 32px);
  right: 16px;
  bottom: 14px;
  left: 16px;
  padding-left: 88px;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-menu__wrap {
    width: calc(100% - 48px);
    right: 24px;
    bottom: 30px;
    left: 24px;
    padding-left: 0;
  }
}
#footer .footer-menu__wrap .scrollup {
  display: inline-block;
}
#footer .footer-menu__wrap .scrollup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#footer .footer-menu__wrap .scrollup a .btn-text {
  position: relative;
}
#footer .footer-menu__wrap .scrollup a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
#footer .footer-menu__wrap .scrollup a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#footer .footer-menu__wrap .scrollup a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#footer .footer-menu__wrap .scrollup a .icon-arrow-top {
  position: relative;
  width: 3px;
  height: 12px;
  margin-left: 12px;
}
#footer .footer-menu__wrap .scrollup a .icon-arrow-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 12px;
}
#footer .footer-menu__wrap .scrollup a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
#footer .footer-menu__wrap .scrollup a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
#footer .footer-menu__wrap .footer-menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-menu__wrap .footer-menu__block {
    display: block;
  }
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-menu__wrap .footer-menu__block .footer-menu {
    display: none;
  }
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li {
  position: relative;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li:not(:nth-child(1)) {
  margin-left: 14px;
  padding-left: 16px;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li:not(:nth-child(1)):before {
  content: "/";
  display: inlin-block;
  position: absolute;
  left: 0;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a .btn-text {
  position: relative;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
#footer .footer-menu__wrap .footer-menu__block .footer-menu li a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
#footer .footer-menu__wrap .footer-menu__block .footer-copyright {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-menu__wrap .footer-menu__block .footer-copyright {
    margin-left: 0;
  }
}
#footer .footer-menu__wrap .footer-menu__block .footer-copyright p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  opacity: 0.7;
}

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll !important;
}
body::-webkit-scrollbar {
  display: none;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 4s ease;
  transition: 4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
}
body.is-fadeout:after {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
}

#main,
#container,
#footer {
  width: 100%;
}

#main {
  position: relative;
}

a {
  color: #333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -----------------------------------
 * 共通パーツ
 ----------------------------------- */
/* 改行切り替え */
br.sp--block {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.sp--block {
    display: block;
  }
}
br.ipad--block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.ipad--block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.ipad--block {
    display: none;
  }
}
br.pc--block {
  display: block;
}
@media only screen and (max-width: 767px) {
  br.pc--block {
    display: none;
  }
}

/* -----------------------------------
 * ボタン
 ----------------------------------- */
/* default */
.btn-style__circle-arrow {
  display: inline-block;
}
.btn-style__circle-arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn-style__circle-arrow a .btn-text {
  position: relative;
  padding: 9px 0;
}
.btn-style__circle-arrow a .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.btn-style__circle-arrow a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.btn-style__circle-arrow a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow a .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.btn-style__circle-arrow a .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow a .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.btn-style__circle-arrow a .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.btn-style__circle-arrow a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.btn-style__circle-arrow a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.btn-style__circle-arrow a.is-hover .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.btn-style__circle-arrow a.is-hover .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}

/* 外部リンク用 */
.btn-style__circle-arrow__outlink {
  display: inline-block;
}
.btn-style__circle-arrow__outlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn-style__circle-arrow__outlink a .btn-text {
  position: relative;
  padding: 9px 0;
}
.btn-style__circle-arrow__outlink a .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.btn-style__circle-arrow__outlink a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.btn-style__circle-arrow__outlink a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow__outlink a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow__outlink a .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.btn-style__circle-arrow__outlink a .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow__outlink a .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.btn-style__circle-arrow__outlink a .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.btn-style__circle-arrow__outlink a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.btn-style__circle-arrow__outlink a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.btn-style__circle-arrow__outlink a.is-hover .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.btn-style__circle-arrow__outlink a.is-hover .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}

/* シングルタップ用（SP） */
.btn-style__circle-arrow__singletap {
  display: inline-block;
}
.btn-style__circle-arrow__singletap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn-style__circle-arrow__singletap a .btn-text {
  position: relative;
  padding: 9px 0;
}
.btn-style__circle-arrow__singletap a .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.btn-style__circle-arrow__singletap a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.btn-style__circle-arrow__singletap a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow__singletap a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow__singletap a .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.btn-style__circle-arrow__singletap a .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-style__circle-arrow__singletap a .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.btn-style__circle-arrow__singletap a .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.btn-style__circle-arrow__singletap a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.btn-style__circle-arrow__singletap a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.btn-style__circle-arrow__singletap a.is-hover .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.btn-style__circle-arrow__singletap a.is-hover .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}

.surroundings-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px -20px 0;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block {
    display: block;
    margin: 0;
  }
}
.surroundings-list__block .surroundings-list__item {
  width: calc(50% - 40px);
  margin: 40px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item {
    position: relative;
    width: 100%;
    margin: 40px 0 0;
    padding-bottom: 40px;
  }
  .surroundings-list__block .surroundings-list__item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  .surroundings-list__block .surroundings-list__item:nth-child(1) {
    padding-top: 40px;
  }
  .surroundings-list__block .surroundings-list__item:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
}
.surroundings-list__block .surroundings-list__item a {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.surroundings-list__block .surroundings-list__item a:before {
  content: "";
  display: block;
  padding: 33.23% 0;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a:before {
    display: none;
  }
}
.surroundings-list__block .surroundings-list__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a:after {
    display: none;
  }
}
.surroundings-list__block .surroundings-list__item a .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-img {
    position: relative;
    height: auto;
    margin-bottom: 16px;
  }
  .surroundings-list__block .surroundings-list__item a .item-img:before {
    content: "";
    display: block;
    padding: 29.645% 0;
  }
}
.surroundings-list__block .surroundings-list__item a .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.surroundings-list__block .surroundings-list__item a .item-text__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block {
    position: relative;
    height: auto;
    margin-top: 16px;
    padding: 0;
    overflow-y: visible;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .catelist__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .catelist__block .cate-title {
  display: inline-block;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .catelist__block .cate {
  display: inline-block;
  margin-left: 16px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .name__block p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block .name__block p {
    font-size: 14px;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block {
  position: relative;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 16px;
  padding-top: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-list {
    position: relative;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-list li {
  position: relative;
  padding-bottom: 8px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-list li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-list li:not(:nth-child(1)) {
  margin-top: 6px;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block {
    visibility: visible;
    position: relative;
    margin-top: 24px;
    padding-bottom: 0;
    opacity: 1;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .text {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .text {
    margin-top: 0;
    padding-top: 0;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .text:before {
    display: none;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post {
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post {
    margin-top: 24px;
  }
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .btn-text {
  position: relative;
  padding: 9px 0;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.surroundings-list__block .surroundings-list__item a .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post > div .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.surroundings-list__block .surroundings-list__item a.is-hover:after {
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a.is-hover:after {
    display: none;
  }
}
.surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-list {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-list {
    visibility: visible;
    opacity: 1;
  }
}
.surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-exp__block {
  visibility: visible;
  opacity: 1;
}
.surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post div .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post div .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post div .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.surroundings-list__block .surroundings-list__item a.is-hover .item-text__block .info__block .info-exp__block .btn-style__circle-arrow__post div .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}
.surroundings-list__block .text__block {
  width: 100%;
  margin: 0 20px;
}
.surroundings-list__block .text__block .text-jp p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.surroundings-list__block .text__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* -----------------------------------
 * 注意文
 ----------------------------------- */
.warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.warning .warning--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .warning .warning--item {
    width: 80%;
  }
}
.warning .warning--item img {
  display: block;
  margin: 0 40px 0 0;
  width: 150px;
}
.warning .warning--item .text-block .copy {
  margin-bottom: 10px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.warning .warning--item .text-block .text {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.warning.is-show {
  display: block;
}

/* -----------------------------------
 * about
 ----------------------------------- */
.top-about__wrap {
  position: relative;
  overflow: clip;
  z-index: 0;
}
.top-about__wrap .scrolldown__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .top-about__wrap .scrolldown__block {
    height: -webkit-fill-available;
  }
}
.top-about__wrap .scrolldown__block .scrolldown__logo {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 195px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .scrolldown__block .scrolldown__logo {
    position: absolute;
    z-index: 1;
  }
}
.top-about__wrap .scrolldown__block .scrolldown__logo img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.top-about__wrap .scrolldown__block .scrolldown {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 999;
}
.top-about__wrap .scrolldown__block .scrolldown a {
  display: block;
}
.top-about__wrap .scrolldown__block .scrolldown a .border-scrolldown {
  display: block;
  position: relative;
  width: 1px;
  height: 160px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.top-about__wrap .scrolldown__block .scrolldown a .border-scrolldown:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: border-move 2s infinite;
          animation: border-move 2s infinite;
}
@-webkit-keyframes border-move {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes border-move {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.top-about__wrap .scrolldown__block .scrolldown a p {
  margin-top: 12px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  overflow: hidden;
}
.top-about__wrap .scrolldown__block .scrolldown a p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-about__wrap .scrolldown__block .scrolldown a p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-about__wrap .scrolldown__block .scrolldown a:hover p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.top-about__wrap .scrolldown__block .scrolldown a:hover p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.top-about__wrap .top-about__image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__image {
    position: fixed;
  }
}
.top-about__wrap .top-about__image iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__image iframe {
    display: none;
  }
}
.top-about__wrap .top-about__image .firstview-movie__sp {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 110%;
  height: 110%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__image .firstview-movie__sp {
    display: block;
  }
}
.top-about__wrap .top-about__image .firstview-movie__sp video {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  left: -2.5%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
.top-about__wrap .gradation-bg__block {
  position: absolute;
  top: calc(100vh + 80px);
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .top-about__wrap .gradation-bg__block {
    top: -webkit-fill-available;
  }
}
.top-about__wrap .gradation-bg__block .gradation-bg {
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(51, 51, 51)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(51, 51, 51) 90%);
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .gradation-bg__block .gradation-bg {
    height: 120px;
  }
}
.top-about__wrap .gradation-bg__block .black-bg {
  height: 200%;
  background-color: #333;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .gradation-bg__block .black-bg {
    height: 100%;
  }
}
.top-about__wrap .top-about__contents {
  position: relative;
  padding-top: 320px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents {
    padding-top: calc(100vh + 160px);
    padding-right: 24px;
    padding-left: 24px;
  }
}
.top-about__wrap .top-about__contents .top-about__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message {
    display: block;
    padding-top: 80px;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-image__block {
  position: relative;
}
.top-about__wrap .top-about__contents .top-about__message .message-image__block .message-text {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.top-about__wrap .top-about__contents .top-about__message .message-image__block .message-text p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-image__block .message-text p {
    font-size: 24px;
    line-height: 1.6;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-image__block .message-image {
  position: relative;
  width: 340px;
  margin-left: 107px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-image__block .message-image {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-image__block .message-image:before {
  content: "";
  display: block;
  padding: 89.413% 0;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-image__block .message-image:before {
    padding: 84.844% 0;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-image__block .message-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 447px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-text__block {
    max-width: 100%;
    margin: 80px 0 0;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item1 .number:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 {
    margin-top: 120px;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block .catchcopy {
    margin-bottom: 12px;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en {
    margin-left: 0;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.top-about__wrap .top-about__contents .top-about__message .message-text__block .message-text__item.item2 .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-about__wrap .top-about__contents .top-about__gallery {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery {
    padding: 80px 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item1 {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item1 .item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item1 .item-image:before {
  content: "";
  display: block;
  padding: 28.125% 0;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item1 .item-image:before {
    padding: 33.182% 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item1 .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 {
    display: block;
    padding-top: 56px;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image {
  position: relative;
  width: calc(50% - 116px);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image {
    width: 100%;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image:nth-child(1) {
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image:nth-child(1) {
    margin-top: 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image:nth-child(2) {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image:nth-child(2) {
    margin: 56px 0 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image:before {
  content: "";
  display: block;
  padding: 89.374% 0;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image:before {
    padding: 85.627% 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item2 .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 {
    display: block;
    padding-top: 56px;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 170px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner {
    display: block;
    margin: 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .item-image {
  position: relative;
  width: 800px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .item-image {
    width: 100%;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .item-image:before {
  content: "";
  display: block;
  padding: 28.125% 0;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .item-image:before {
    padding: 33.182% 0;
  }
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .btn-wrap {
  width: calc(100% - 840px);
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-about__wrap .top-about__contents .top-about__gallery .gallery-item3 .gallery-item__inner .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin: 40px 0 0;
  }
}

/* -----------------------------------
 * facility
 ----------------------------------- */
.top-facility__wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.top-facility__wrap .top-facility__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__image {
    display: block;
    height: auto;
  }
}
.top-facility__wrap .top-facility__image .item-image {
  position: relative;
  width: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__image .item-image {
    width: 100%;
  }
}
.top-facility__wrap .top-facility__image .item-image:before {
  content: "";
  display: block;
  padding: 66% 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__image .item-image:before {
    padding: 64% 0;
  }
}
.top-facility__wrap .top-facility__image .item-image .item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.top-facility__wrap .top-facility__image .item-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__image .item-bg {
    position: relative;
    overflow: hidden;
  }
  .top-facility__wrap .top-facility__image .item-bg:before {
    content: "";
    display: block;
    padding: 32% 0;
  }
  .top-facility__wrap .top-facility__image .item-bg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"; /*IE対策*/
  }
}
.top-facility__wrap .top-facility__contents {
  padding: 120px 0;
  background-color: #333;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents {
    padding: 80px 24px;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility {
    display: block;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 543px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block {
    display: block;
    width: 100%;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail {
  width: 354px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail {
    width: 100%;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item1 .number:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 {
    margin-top: 120px;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block .catchcopy {
    margin-bottom: 12px;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block .text-en {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block .text-en {
    margin-left: 0;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .text {
  padding-bottom: 72px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .text {
    padding-bottom: 0;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__detail .detail-item.item2 .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 165px;
  margin-left: 24px;
  padding: 28px 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu {
    display: block;
    width: 100%;
    margin: 80px 0 0;
    padding: 0 28px;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-prev {
  position: absolute;
  top: 0;
  width: 100%;
  height: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-prev {
    left: 0;
    width: 28px;
    height: 40px;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-prev img {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12px;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-prev img {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 12px;
    -webkit-transform: translateX(0) rotate(-180deg) translateY(-50%);
            transform: translateX(0) rotate(-180deg) translateY(-50%);
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-prev:hover img {
  opacity: 1;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-next {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-next {
    top: 0;
    right: 0;
    width: 28px;
    height: 40px;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-next img {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-next img {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    -webkit-transform: none;
            transform: none;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__arrow-next:hover img {
  opacity: 1;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block {
    padding: 0;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block:before {
    width: 1px;
    height: 100%;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block:after {
    right: 0;
    left: auto;
    width: 1px;
    height: 100%;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner {
  height: 255px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner {
    height: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu {
  margin: -12px 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li {
  padding: 12px 0;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li .text-en {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li .text-jp {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li:hover .text-en,
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li:hover .text-jp {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li:hover .text-en,
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li:hover .text-jp {
    opacity: 0.5;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li.is-current .text-en,
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-text__block .facility-text__facility-menu .facility-menu__block .facility-menu__inner .facility-menu li.is-current .text-jp {
  opacity: 1;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-image__block {
  position: relative;
  width: calc(100% - 583px);
  height: 361px;
  margin-left: 40px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-image__block {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }
  .top-facility__wrap .top-facility__contents .top-facility__facility .facility-image__block:before {
    content: "";
    display: block;
    padding: 33.182% 0;
  }
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-image__block .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-image__block .contents img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .facility-image__block .contents.is-current {
  z-index: 2;
  opacity: 1;
}
.top-facility__wrap .top-facility__contents .top-facility__facility .btn-wrap {
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media only screen and (max-width: 1024px) {
  .top-facility__wrap .top-facility__contents .top-facility__facility .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 40px;
  }
}

/* -----------------------------------
 * location
 ----------------------------------- */
.top-location__wrap {
  position: relative;
  overflow: clip;
  z-index: 0;
}
.top-location__wrap .top-location__image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
}
.top-location__wrap .top-location__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.top-location__wrap .gradation-bg__block {
  position: absolute;
  top: calc(100vh + 80px);
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -2;
}
.top-location__wrap .gradation-bg__block .gradation-bg {
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(51, 51, 51)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(51, 51, 51) 90%);
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .gradation-bg__block .gradation-bg {
    height: 120px;
  }
}
.top-location__wrap .gradation-bg__block .black-bg {
  height: 200%;
  background-color: #333;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .gradation-bg__block .black-bg {
    height: 100%;
  }
}
.top-location__wrap .top-location__contents {
  position: relative;
  padding-top: 320px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents {
    margin-top: -100vh;
    padding: 120px 24px 80px;
  }
}
.top-location__wrap .top-location__contents .top-location__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location {
    display: block;
    position: relative;
    top: auto;
    height: auto;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1126px;
  width: 100%;
  height: calc(100% - 240px);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block {
    height: auto;
    padding: 0;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item1 .number:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item2 {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item2 {
    margin-top: 120px;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item2 .catchcopy-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 32px;
  letter-spacing: 0.005em;
  line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item2 .catchcopy-en p {
    font-size: 24px;
    line-height: 1.6;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: flex-end;
          flex-flow: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 {
    display: block;
    margin-top: 60px;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text {
  width: calc(100% - 278px);
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text {
    width: 100%;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block .catchcopy {
    margin-bottom: 12px;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block .text-en {
  margin-left: 80px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block .text-en {
    margin-left: 0;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-text .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__location .location-text__block .location-text__item.item3 .item-btn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact {
    display: block;
    height: auto;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1126px;
  width: 100%;
  height: calc(100% - 240px);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block {
    height: auto;
    padding: 120px 0 0;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item1 .number:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 {
    margin-top: 120px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 .flow-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 .flow-text__block .flow-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: infinity-scroll-right 50s infinite linear 0.5s both;
          animation: infinity-scroll-right 50s infinite linear 0.5s both;
}
@-webkit-keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 .flow-text__block .flow-text-list li {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 .flow-text__block .flow-text-list li {
    font-size: 32px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 .flow-text__block .flow-text-list li:before {
  content: "_";
  display: inline-block;
  margin: 0 16px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item2 .flow-text__block .flow-text-list li:before {
    font-size: 32px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: flex-end;
          flex-flow: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 {
    display: block;
    margin-top: 60px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text {
  width: calc(100% - 278px);
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text {
    width: 100%;
    margin-bottom: 70px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text .catchcopy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text .catchcopy {
    margin-bottom: 12px;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-text .text-en p {
    letter-spacing: 0.015em;
  }
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-btn .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-location__wrap .top-location__contents .top-location__contact .contact-text__block .contact-text__item.item3 .item-btn .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}

body#pages-surroundings #container {
  min-height: 100vh;
  background-color: #333;
}
body#pages-surroundings #container .pages-surroundings__wrap {
  min-height: 100vh;
}
body#pages-surroundings #container .pages-surroundings__wrap .pages-surroundings__contents {
  min-height: 100vh;
}

/* -----------------------------------
 * common
 ----------------------------------- */
.pages-title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .pages-title__block {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.sp-hidden {
    display: none !important;
  }
}
.pages-title__block h2 {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block h2 {
    margin-bottom: 40px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

#fixedAnchor {
  position: fixed;
  left: 16px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #fixedAnchor.pages-about, #fixedAnchor.pages-location, #fixedAnchor.pages-faq {
    display: none;
  }
}
#fixedAnchor.pages-about li:not(:nth-child(1)), #fixedAnchor.pages-location li:not(:nth-child(1)), #fixedAnchor.pages-faq li:not(:nth-child(1)) {
  margin-top: 35px;
}
#fixedAnchor.pages-about li a, #fixedAnchor.pages-location li a, #fixedAnchor.pages-faq li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}
#fixedAnchor.pages-about li a .number, #fixedAnchor.pages-location li a .number, #fixedAnchor.pages-faq li a .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#fixedAnchor.pages-about li a .number:after, #fixedAnchor.pages-location li a .number:after, #fixedAnchor.pages-faq li a .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#fixedAnchor.pages-about li a .title, #fixedAnchor.pages-location li a .title, #fixedAnchor.pages-faq li a .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#fixedAnchor.pages-about li:hover a, #fixedAnchor.pages-location li:hover a, #fixedAnchor.pages-faq li:hover a {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #fixedAnchor.pages-about li:hover a, #fixedAnchor.pages-location li:hover a, #fixedAnchor.pages-faq li:hover a {
    opacity: 0;
  }
}
#fixedAnchor.pages-about li.is-current a, #fixedAnchor.pages-location li.is-current a, #fixedAnchor.pages-faq li.is-current a {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #fixedAnchor.pages-facility {
    display: none;
  }
}
#fixedAnchor.pages-facility li:not(:nth-child(1)) {
  margin-top: 24px;
}
#fixedAnchor.pages-facility li a {
  opacity: 0.5;
}
#fixedAnchor.pages-facility li a .en {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#fixedAnchor.pages-facility li a .title {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#fixedAnchor.pages-facility li:hover a {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #fixedAnchor.pages-facility li:hover a {
    opacity: 0;
  }
}
#fixedAnchor.pages-facility li.is-current a {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #fixedAnchor.pages-surroundings {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#fixedAnchor.pages-surroundings li:not(:nth-child(1)) {
  margin-top: 24px;
}
#fixedAnchor.pages-surroundings li a {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  opacity: 0.5;
}
#fixedAnchor.pages-surroundings li:hover a {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #fixedAnchor.pages-surroundings li:hover a {
    opacity: 0;
  }
}
#fixedAnchor.pages-surroundings li.current-cat a {
  opacity: 1;
}

/* -----------------------------------
 * about
 ----------------------------------- */
.pages-about__wrap {
  position: relative;
  overflow: clip;
  z-index: 0;
}
.pages-about__wrap .pages-about__image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  z-index: -3;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__image {
    position: fixed;
  }
}
.pages-about__wrap .pages-about__image iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__image iframe {
    display: none;
  }
}
.pages-about__wrap .pages-about__image .about-movie__sp {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 110%;
  height: 110%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__image .about-movie__sp {
    display: block;
  }
}
.pages-about__wrap .pages-about__image .about-movie__sp video {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  left: -2.5%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
.pages-about__wrap .gradation-bg__block {
  position: absolute;
  top: calc(100vh + 80px);
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .gradation-bg__block {
    top: calc(50vh + 80px);
  }
}
@media only screen and (max-width: 767px) {
  .pages-about__wrap .gradation-bg__block {
    top: calc(100vh + 80px);
  }
}
.pages-about__wrap .gradation-bg__block .gradation-bg {
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(51, 51, 51)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(51, 51, 51) 90%);
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .gradation-bg__block .gradation-bg {
    height: 120px;
  }
}
.pages-about__wrap .gradation-bg__block .black-bg {
  height: 200%;
  background-color: #333;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .gradation-bg__block .black-bg {
    height: 100%;
  }
}
.pages-about__wrap .pages-about__contents {
  position: relative;
  padding-top: 320px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents {
    width: 100%;
    padding: 120px 24px 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  max-width: 1366px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0 120px 0 240px;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__concept {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding: 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block {
    height: auto;
    padding: 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item1 .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 {
  margin-top: 76px;
  padding-bottom: 104px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 .catchcopy__block {
  margin-bottom: 40px;
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-about__wrap .pages-about__contents .pages-about__concept .concept-text__block .concept-text__item.item2 .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-about__wrap .pages-about__contents .pages-about__facility {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 120px 0 240px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility {
    padding: 265px 0 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block {
  position: relative;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item1 .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 90px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 {
    display: block;
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail {
  width: calc(100% - 523px);
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail {
    width: 100%;
    padding-bottom: 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail .catchcopy__block {
  margin-bottom: 40px;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__detail .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__image {
  width: 483px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__image {
    width: 100%;
    margin-top: 40px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__image .item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__image .item-image:before {
  content: "";
  display: block;
  padding: 33.23% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__image .item-image:before {
    padding: 33.182% 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .facility-text__image .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .btn-wrap {
  position: absolute;
  left: 0;
  bottom: 121px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-text__block .facility-text__item.item2 .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 40px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-image__block {
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-image__block {
    padding-top: 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-image__block .item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-image__block .item-image:before {
  content: "";
  display: block;
  padding: 30.761% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__facility .facility-image__block .item-image:before {
    padding: 33.182% 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__facility .facility-image__block .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-about__wrap .pages-about__contents .pages-about__location {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 120px 0 240px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location {
    padding: 80px 0 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block {
  position: relative;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item1 .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 90px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 {
    display: block;
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__image {
  width: 483px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__image {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__image .item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__image .item-image:before {
  content: "";
  display: block;
  padding: 33.23% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__image .item-image:before {
    padding: 33.182% 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__image .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail {
  width: calc(100% - 523px);
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail {
    width: 100%;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .catchcopy__block {
  margin-bottom: 40px;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
    text-align: left;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .catchcopy__block .catchcopy p {
    text-align: left;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-about__wrap .pages-about__contents .pages-about__location .location-text__block .location-text__item.item2 .location-text__detail .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 56px;
}
.pages-about__wrap .pages-about__contents .pages-about__location .facility-image__block {
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .facility-image__block {
    padding-top: 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .facility-image__block .item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pages-about__wrap .pages-about__contents .pages-about__location .facility-image__block .item-image:before {
  content: "";
  display: block;
  padding: 28.125% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__location .facility-image__block .item-image:before {
    padding: 33.182% 0;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__location .facility-image__block .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-about__wrap .pages-about__contents .pages-about__faq {
  position: relative;
  background-color: #333;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq {
    margin: 0 -24px;
    background-color: transparent;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 120px 120px 240px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap {
    padding: 0 0 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 566px;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block {
    height: auto;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block:before {
    display: none;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item-image {
    display: none;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 56px 24px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner {
    display: block;
    padding: 0 24px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-head .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-head .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-head .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body {
    padding-top: 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .catchcopy__block {
  margin-bottom: 40px;
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .catchcopy__block .catchcopy p {
    text-align: left;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .btn-wrap {
  position: relative;
  padding: 56px 0 90px;
}
@media only screen and (max-width: 1024px) {
  .pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 40px 0 80px;
  }
}
.pages-about__wrap .pages-about__contents .pages-about__faq .faq-text__wrap .faq-text__block .item__inner .item-body .btn-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

/* -----------------------------------
 * facility
 ----------------------------------- */
.pages-facility__wrap {
  position: relative;
  overflow: clip;
  background-color: #333;
  z-index: 0;
}
.pages-facility__wrap .pages-facility__contents {
  position: relative;
  padding: 120px 120px 120px 240px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents {
    width: 100%;
    padding: 100px 24px 80px;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block {
  position: relative;
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item:not(:nth-child(1)) {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item:not(:nth-child(1)) {
    padding-top: 56px;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-title__block {
  position: relative;
  margin-bottom: 46px;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-title__block {
    margin-bottom: 32px;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-title__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-title__block .title-en {
  display: block;
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-title__block .title {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: right;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-text__block .heading {
  margin-bottom: 24px;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-text__block .heading p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-text__block .heading p {
    font-size: 24px;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-text__block .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-video {
  position: relative;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-video:before {
  content: "";
  display: block;
  padding: 31% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-video:before {
    padding: 29.645% 0;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-video iframe {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  left: -2.5%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-exp__block {
  margin-top: 16px;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .facility-exp__block .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-image {
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-image {
    margin-top: 32px;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-image:before {
  content: "";
  display: block;
  padding: 33.251% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-image:before {
    padding: 29.645% 0;
  }
}
.pages-facility__wrap .pages-facility__contents .facility-list__block .facility-list__item .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}

/* -----------------------------------
 * location
 ----------------------------------- */
.pages-location__wrap {
  position: relative;
  overflow: clip;
  z-index: 0;
}
.pages-location__wrap .pages-location__image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  z-index: -3;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__image {
    position: fixed;
  }
}
.pages-location__wrap .pages-location__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-location__wrap .gradation-bg__block {
  position: absolute;
  top: calc(100vh + 80px);
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -2;
}
.pages-location__wrap .gradation-bg__block .gradation-bg {
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(51, 51, 51)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(51, 51, 51) 90%);
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .gradation-bg__block .gradation-bg {
    height: 120px;
  }
}
.pages-location__wrap .gradation-bg__block .black-bg {
  height: 200%;
  background-color: #333;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .gradation-bg__block .black-bg {
    height: 100%;
  }
}
.pages-location__wrap .pages-location__contents {
  position: relative;
  padding-top: 320px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents {
    width: 100%;
    padding: 120px 24px 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  max-width: 1366px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0 120px 0 240px;
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__concept {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding: 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block {
    height: auto;
    padding: 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item1 .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 {
  margin-top: 147px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 .catchcopy__block {
  margin-bottom: 40px;
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__concept .concept-text__block .concept-text__item.item2 .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__access {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 120px 0 240px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access {
    padding: 265px 0 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block {
    padding-bottom: 80px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block .flow-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: infinity-scroll-right 50s infinite linear 0.5s both;
          animation: infinity-scroll-right 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block .flow-text-list li {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block .flow-text-list li {
    font-size: 32px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block .flow-text-list li:before {
  content: "_";
  display: inline-block;
  margin: 0 16px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .flow-text__block .flow-text-list li:before {
    font-size: 32px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block {
  position: relative;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item1 .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  margin-top: 90px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 {
    display: block;
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__image {
  width: 523px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__image {
    width: 100%;
    margin-top: 40px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__image .item-image {
  position: relative;
  width: 100%;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__image .item-image img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail {
  width: calc(100% - 563px);
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail {
    width: 100%;
    margin-top: 40px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .catchcopy__block {
  margin-bottom: 40px;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .btn-wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-text__item.item2 .access-text__detail .btn-wrap {
    margin-top: 40px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block {
    padding-bottom: 80px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .subtitle__block {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .subtitle__block {
    margin-bottom: 40px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .subtitle__block .subtitle-en {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .subtitle__block .subtitle-jp {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .item-image {
  width: 1006px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .item-image {
    width: 503px;
    margin: 0 auto;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .item-image {
    width: 100%;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .item-image img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-text__block .access-transport__block .btn-wrap {
  margin-top: 56px;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-image__block {
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-image__block {
    padding-top: 80px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-image__block .item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-image__block .item-image:before {
  content: "";
  display: block;
  padding: 30.761% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__access .access-image__block .item-image:before {
    padding: 33.182% 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__access .access-image__block .item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 120px 0 240px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__surroundings {
    padding: 80px 0 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item1 .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 {
  position: relative;
  margin-top: 90px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 {
    display: block;
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .catchcopy__block {
  margin-bottom: 40px;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .surroundings-list__wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .surroundings-list__wrap {
    margin-top: 0;
  }
}
.pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .btn-wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-location__wrap .pages-location__contents .pages-location__surroundings .surroundings-text__block .surroundings-text__item.item2 .btn-wrap {
    margin-top: 40px;
  }
}

/* -----------------------------------
 * surroundings
 ----------------------------------- */
.pages-surroundings__wrap {
  position: relative;
  overflow: clip;
  background-color: #333;
  z-index: 0;
}
.pages-surroundings__wrap .pages-surroundings__contents {
  position: relative;
  padding: 120px 120px 120px 240px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings__wrap .pages-surroundings__contents {
    width: 100%;
    padding: 100px 24px 80px;
  }
}
.pages-surroundings__wrap .pages-surroundings__contents .pages-surroundings__block {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
.pages-surroundings__wrap .pages-surroundings__contents .pages-surroundings__block .surroundings-title__block {
  position: relative;
  margin-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings__wrap .pages-surroundings__contents .pages-surroundings__block .surroundings-title__block {
    margin-bottom: 40px;
  }
}
.pages-surroundings__wrap .pages-surroundings__contents .pages-surroundings__block .surroundings-title__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-surroundings__wrap .pages-surroundings__contents .pages-surroundings__block .surroundings-title__block .title-en {
  display: block;
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
}

.pages-surroundings-single__wrap {
  position: relative;
  overflow: clip;
  background-color: #333;
  z-index: 0;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents {
  position: relative;
  padding: 120px 120px 120px 240px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents {
    width: 100%;
    padding: 100px 24px 80px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .surroundings-single-title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .surroundings-single-title__block {
    margin-bottom: 40px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .surroundings-single-title__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .surroundings-single-title__block .cate-title {
  display: inline-block;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .surroundings-single-title__block .cate {
  display: inline-block;
  margin-left: 16px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .single-post-title__block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .single-post-title__block {
    margin-bottom: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .single-post-title__block .title {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .single-post-title__block .title {
    font-size: 14px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text a:hover:before {
  width: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text a:hover:before {
    width: 100%;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text ul {
  margin: 16px 0 16px 20px;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text ul li {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text ol {
  margin: 16px 0 16px 2px;
  counter-reset: count 0;
  list-style-type: none;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text ol li {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text ol li:before {
  content: counter(count) ". ";
  display: inline-block;
  counter-increment: count 1;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text table {
  margin: 16px 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .post-text table td {
  padding: 4px 8px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__subtitle {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__subtitle {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__subtitle .subtitle {
  position: relative;
  padding-top: 24px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__subtitle .subtitle {
    padding-top: 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__subtitle .subtitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__textonly {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__textonly {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgonly {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgonly {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgonly .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgonly .item-img:before {
  content: "";
  display: block;
  padding: 33.251% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgonly .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgonly .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set {
    display: block;
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img {
  position: relative;
  width: calc(50% - 12px);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img {
    width: 100%;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img:nth-child(1) {
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img:nth-child(1) {
    margin: 0 0 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img:nth-child(2) {
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img:nth-child(2) {
    margin-left: 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img:before {
  content: "";
  display: block;
  padding: 33.199% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img2set .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img {
  position: relative;
  width: 319px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img {
    width: calc(33.33% - 8px);
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img:nth-child(2) {
  margin: 0 24px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img:nth-child(2) {
    margin: 0 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img:before {
  content: "";
  display: block;
  padding: 33.23% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__img3set .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left {
    display: block;
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-img {
  position: relative;
  width: calc(50% - 12px);
  margin-right: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-img:before {
  content: "";
  display: block;
  padding: 33.199% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-text {
  width: calc(50% - 12px);
  margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__left .item-text {
    width: 100%;
    margin-left: 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right {
    display: block;
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-img {
  position: relative;
  width: calc(50% - 12px);
  margin-left: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-img:before {
  content: "";
  display: block;
  padding: 33.199% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-text {
  width: calc(50% - 12px);
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtextset__right .item-text {
    width: 100%;
    margin-right: 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left {
    display: block;
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 343px);
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block {
    width: 100%;
    margin-bottom: 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img {
  position: relative;
  width: 319px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img {
    width: calc(50% - 8px);
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img:nth-child(2) {
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img:nth-child(2) {
    margin-left: 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img:before {
  content: "";
  display: block;
  padding: 33.23% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-img__block .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-text {
  width: 319px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__left .item-text {
    width: 100%;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right {
    display: block;
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 343px);
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block {
    width: 100%;
    margin-bottom: 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img {
  position: relative;
  width: 319px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img {
    width: calc(50% - 8px);
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img:nth-child(2) {
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img:nth-child(2) {
    margin-left: 16px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img:before {
  content: "";
  display: block;
  padding: 33.23% 0;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img:before {
    padding: 33.181% 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-img__block .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-text {
  width: 319px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__imgtext3set__right .item-text {
    width: 100%;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__border {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__border {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl {
    display: block;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl:not(:nth-child(1)) {
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl:not(:nth-child(1)) {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl dt {
  width: 100px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl dd {
  width: calc(100% - 24px);
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl dd {
    width: 100%;
    margin-left: 0;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__meta dl dd p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn {
    margin-top: 24px;
  }
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule {
  display: inline-block;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .btn-text {
  position: relative;
  width: calc(100% - 56px);
  padding-bottom: 6px;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .btn-text p {
  position: relative;
  width: 100%;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.099em;
  line-height: 2;
  overflow: hidden;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .btn-text p span {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a.is-hover .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.pages-surroundings-single__wrap .pages-surroundings-single__contents .pages-surroundings-single__block .single-post__body .layout__btn .btn-style__btnrule a.is-hover .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}

/* pagination */
.pagination-wrap {
  width: 100%;
  margin-top: auto;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap {
    padding-top: 80px;
  }
}
.pagination-wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 12px;
}
.pagination-wrap .pagination .pagination__item .prev-btn {
  padding-top: 5px;
}
.pagination-wrap .pagination .pagination__item .prev-btn a {
  display: block;
  position: relative;
  width: 36px;
}
.pagination-wrap .pagination .pagination__item .prev-btn a .icon-arrow {
  width: 36px;
  height: 5px;
}
.pagination-wrap .pagination .pagination__item .prev-btn a .icon-arrow img[src$=".svg"] {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pagination-wrap .pagination .pagination__item .prev-btn a.is-hover {
  opacity: 0.5;
}
.pagination-wrap .pagination .pagination__item .indexlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrap .pagination .pagination__item .indexlist .indexlist__now,
.pagination-wrap .pagination .pagination__item .indexlist .indexlist__total {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.pagination-wrap .pagination .pagination__item .indexlist .indexlist__slash {
  width: 4px;
  height: 9px;
  margin: -1px 16px 0;
}
.pagination-wrap .pagination .pagination__item .indexlist .indexlist__slash img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.pagination-wrap .pagination .pagination__item .next-btn {
  padding-top: 5px;
}
.pagination-wrap .pagination .pagination__item .next-btn a {
  display: block;
  position: relative;
  width: 36px;
}
.pagination-wrap .pagination .pagination__item .next-btn a .icon-arrow {
  width: 36px;
  height: 5px;
}
.pagination-wrap .pagination .pagination__item .next-btn a .icon-arrow img[src$=".svg"] {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pagination-wrap .pagination .pagination__item .next-btn a.is-hover {
  opacity: 0.5;
}

/* single */
.pagination-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .pagination-single__wrap {
    margin-top: 80px;
  }
}
.pagination-single__wrap .pagination-single__item {
  width: 33.33%;
}
.pagination-single__wrap .pagination-single__item .prev-btn {
  display: inline-block;
  padding-top: 3px;
}
.pagination-single__wrap .pagination-single__item .prev-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.pagination-single__wrap .pagination-single__item .prev-btn a .icon-arrow {
  position: relative;
  width: 36px;
  height: 5px;
  margin-top: 2px;
}
.pagination-single__wrap .pagination-single__item .prev-btn a .icon-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/svg/icon-arrow_prev.svg) no-repeat center;
  background-size: 36px 5px;
}
.pagination-single__wrap .pagination-single__item .prev-btn a .btn-text {
  position: relative;
  margin-left: 16px;
}
.pagination-single__wrap .pagination-single__item .prev-btn a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.pagination-single__wrap .pagination-single__item .prev-btn a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-single__wrap .pagination-single__item .prev-btn a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-single__wrap .pagination-single__item .prev-btn a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.pagination-single__wrap .pagination-single__item .prev-btn a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.pagination-single__wrap .pagination-single__item .pager-index {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.pagination-single__wrap .pagination-single__item .pager-index a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.pagination-single__wrap .pagination-single__item .pager-index a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-single__wrap .pagination-single__item .pager-index a img.icon-off {
  opacity: 1;
  z-index: 1;
}
.pagination-single__wrap .pagination-single__item .pager-index a img.icon-on {
  opacity: 0;
  z-index: 2;
}
.pagination-single__wrap .pagination-single__item .pager-index a.is-hover img.icon-off {
  opacity: 0;
}
.pagination-single__wrap .pagination-single__item .pager-index a.is-hover img.icon-on {
  opacity: 1;
}
.pagination-single__wrap .pagination-single__item .next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 3px;
}
.pagination-single__wrap .pagination-single__item .next-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.pagination-single__wrap .pagination-single__item .next-btn a .icon-arrow {
  position: relative;
  width: 36px;
  height: 5px;
  margin-top: 2px;
}
.pagination-single__wrap .pagination-single__item .next-btn a .icon-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/svg/icon-arrow_next.svg) no-repeat center;
  background-size: 36px 5px;
}
.pagination-single__wrap .pagination-single__item .next-btn a .btn-text {
  position: relative;
  margin-right: 16px;
}
.pagination-single__wrap .pagination-single__item .next-btn a .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.pagination-single__wrap .pagination-single__item .next-btn a .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-single__wrap .pagination-single__item .next-btn a .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-single__wrap .pagination-single__item .next-btn a.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.pagination-single__wrap .pagination-single__item .next-btn a.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}

/* -----------------------------------
 * faq
 ----------------------------------- */
.pages-faq__wrap {
  position: relative;
  overflow: clip;
  background-color: #333;
  z-index: 0;
}
.pages-faq__wrap .pages-faq__contents {
  position: relative;
  padding: 120px 120px 120px 240px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents {
    width: 100%;
    padding: 100px 24px 80px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block {
  position: relative;
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item:not(:nth-child(1)) {
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item:not(:nth-child(1)) {
    margin-top: 80px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .subtitle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 16px;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .subtitle__wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .subtitle__wrap .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .subtitle__wrap .number:after {
  content: "–";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .subtitle__wrap .subtitle__block .subtitle-en {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: right;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .subtitle__wrap .subtitle__block .subtitle {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: right;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block {
  width: 100%;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item {
  position: relative;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item:not(:nth-child(1)) {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item:not(:nth-child(1)) {
    margin-top: 24px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt {
    padding-bottom: 16px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt > p {
  width: calc(100% - 48px);
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt > p {
    width: calc(100% - 40px);
    font-size: 14px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: -12px;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt .icon-plus {
    width: 24px;
    height: 24px;
    margin-top: -8px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt .icon-plus:before {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt .icon-plus:after {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dt.is-open .icon-plus:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  opacity: 0;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd {
  display: none;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd {
    padding-bottom: 16px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p {
    font-size: 12px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p > .textlink {
  position: relative;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p > .textlink {
    font-size: 12px;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p > .textlink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p > .textlink:hover:before {
  width: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-s__block .faq-list-s__item dd > p > .textlink:hover:before {
    width: 100%;
  }
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-text__block {
  width: 100%;
}
.pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-text__block .text p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-faq__wrap .pages-faq__contents .faq-list-l__block .faq-list-l__item .faq-list-text__block .text p {
    font-size: 12px;
  }
}

/* -----------------------------------
 * privacypolicy / accomodation
 ----------------------------------- */
.pages-legal__wrap {
  position: relative;
  min-height: 100vh;
  height: 100%;
  background-color: #333;
  overflow: clip;
  z-index: 0;
}
.pages-legal__wrap .pages-legal__contents {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents {
    padding: 100px 24px 80px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li {
    height: 100%;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li:nth-child(1) {
  border-right: 1px solid #fff;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li:nth-child(1).is-current a {
  border-left: 1px solid #fff;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li:nth-child(2).is-current a {
  border-right: 1px solid #fff;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li a {
  display: block;
  padding: 10px 0 8px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid transparent;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li a {
    padding: 9px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 40px;
    height: 100%;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li.is-current a {
  border-top: 1px solid #fff;
  border-bottom: transparent;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_list li.is-current a:before {
  background: rgba(255, 255, 255, 0);
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_content {
  width: 100%;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_content .content {
  position: relative;
  padding: 80px 56px 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap #tab_content .content {
    padding: 60px 0 0;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .subtitle {
  margin-bottom: 40px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .subtitle {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item {
  position: relative;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item:not(:nth-child(1)) {
  margin-top: 40px;
  padding-top: 40px;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item:not(:nth-child(1)):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item:not(:nth-child(1)) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dt {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dt {
    margin-bottom: 16px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dt p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dt p {
    font-size: 14px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dt.font-m p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd p {
    font-size: 12px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku {
  width: 100%;
  margin: 24px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku td {
  padding: 8px 12px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku td.title {
  text-align: center;
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku td.text {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 767px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku td.text {
    width: calc(100% - 80px);
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku td.ratio {
  width: 240px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-list__block .legal-list__item dd table.item-yoyaku td.ratio {
    width: 80px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-exp {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-exp {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-exp:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-exp p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-exp p {
    font-size: 12px;
  }
}
.pages-legal__wrap .pages-legal__contents .legal-list__wrap .legal-exp p:not(:nth-child(1)) {
  margin-top: 12px;
}

/* -----------------------------------
 * contact
 ----------------------------------- */
.pages-contact__wrap {
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow: clip;
  z-index: 0;
}
.pages-contact__wrap .pages-contact__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
}
.pages-contact__wrap .pages-contact__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.pages-contact__wrap .pages-contact__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -2;
}
.pages-contact__wrap .pages-contact__contents {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents {
    padding: 100px 24px 80px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li {
  position: relative;
  width: 50%;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li:nth-child(1) {
  border-right: 1px solid #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li:nth-child(1).is-current a {
  border-left: 1px solid #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li:nth-child(2).is-current a {
  border-right: 1px solid #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li a {
  display: block;
  padding: 10px 0 8px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid transparent;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li a {
    padding: 9px 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li.is-current a {
  border-top: 1px solid #fff;
  border-bottom: transparent;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_list li.is-current a:before {
  background: rgba(255, 255, 255, 0);
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content {
  width: 100%;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content {
  position: relative;
  padding: 80px 40px 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content {
    padding: 56px 0 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content.reserve .content-text__block {
  margin-bottom: 48px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content.reserve .content-text__block {
    margin-bottom: 45px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content.reserve .content-text__block .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content.reserve .content-text__block .exp {
  margin-top: 6px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content.reserve .content-text__block .exp p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap #tab_content .content.reserve .content-text__block.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap.is-hidden,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap.is-hidden,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap.is-hidden {
    height: calc(100vh - 354px);
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check {
    display: block;
    margin-top: 24px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact input[type=checkbox],
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve input[type=checkbox],
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact input[type=checkbox],
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve input[type=checkbox] {
  position: absolute;
  top: -2px;
  left: 2px;
  opacity: 0;
  z-index: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0;
  padding-right: 24px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  z-index: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item:after,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item:after,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item:after,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 7px;
  height: 6px;
  background: url(./img/svg/icon-check_white.svg) no-repeat top left;
  background-size: 7px 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item.is-click:after,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item.is-click:after,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .wpcf7-form-control-wrap .wpcf7-list-item.is-click:after,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .wpcf7-form-control-wrap .wpcf7-list-item.is-click:after {
  opacity: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a {
  display: inline-block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a span {
  position: relative;
  padding-bottom: 2px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a span:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a span:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a span:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a:hover span:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a:hover span:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a:hover span:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a:hover span:before {
  width: 0;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a:hover span:before,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a:hover span:before,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__contact .btn-txtlink a:hover span:before,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-checkbox__reserve .btn-txtlink a:hover span:before {
    width: 100%;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap {
    margin: 32px 0 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform,
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform:nth-child(2),
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve:nth-child(2),
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform:nth-child(2),
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve:nth-child(2) {
  margin-top: 24px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform {
  display: inline-block;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text {
  position: relative;
  padding: 9px 0;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text p,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text p,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text p,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text p:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text p:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text p:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text p span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text p span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .btn-text p span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow img,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow img,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow img,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow img.icon-off,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow img.icon-off,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow img.icon-off,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow img.icon-on,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow img.icon-on,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform .btn-style__contactform > div .icon-circle-arrow img.icon-on,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve .btn-style__contactform > div .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .btn-text p:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .btn-text p:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .btn-text p:before,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .btn-text p span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .btn-text p span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .btn-text p span,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-off,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-off,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-off,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-on,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-on,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-on,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve.is-hover .btn-style__contactform > div .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitContactError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitReserveError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitContactError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitReserveError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitContactError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitReserveError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitContactError,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitReserveError {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitContact,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitReserve,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitContact,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitReserve,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitContact,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-contactform #btnSubmitReserve,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitContact,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contactform__check .btn-contactform__wrap .btn-reserve #btnSubmitReserve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap {
    display: block;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item {
    width: 100%;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item:nth-child(1) {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item:nth-child(1) {
    margin-right: 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item:nth-child(2) {
    margin: 24px 0 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=text],
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=email] {
  display: block;
  width: calc(100% - 26px);
  height: 48px;
  padding: 0 12px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  -webkit-text-fill-color: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=text],
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=email] {
    width: calc(100% - 22px);
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=text]:-webkit-autofill,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=email]:-webkit-autofill {
  color: #fff !important;
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=text]:focus,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item input[type=email]:focus {
  background: transparent;
  outline: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item textarea {
  width: calc(100% - 26px);
  min-height: 336px;
  padding: 12px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  vertical-align: middle;
  -ms-overflow-style: none;
  border: 1px solid #fff;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item textarea {
    width: calc(100% - 22px);
    min-height: 280px;
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item textarea:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item textarea:focus {
  background: transparent;
  outline: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item:not(:nth-child(1)) {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item:not(:nth-child(1)) {
    margin-top: 24px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap {
  position: relative;
  height: 48px;
  border: 1px solid #fff;
  z-index: 1;
  /* デフォルトの位置のエラーメッセージを非表示 */
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap {
    height: 44px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 10px;
  height: 10px;
  right: 12px;
  margin-top: -3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap:before {
    right: 10px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap select {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap select {
    padding: 0 10px;
    font-size: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap select option {
  color: #333 !important;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .contact-contents__wrap .contact-contents__item .contact-item .select-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item:not(:nth-child(1)) {
  margin-top: 36px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item:nth-child(5) {
  margin-top: 48px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item:last-child {
  margin-top: 48px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block {
    display: block;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item {
    width: 100%;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item:nth-child(1) {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item:nth-child(1) {
    margin-right: 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item:nth-child(2) {
    margin: 36px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item.item-billing-address {
    margin: 40px 0 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item .heading {
  width: 120px;
  margin: 8px 0;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item .heading {
    margin: 40px 0 8px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item .heading p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .contact-item__block .contact-item .heading p {
    font-size: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block:has(.wpcf7-not-valid-tip) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block:has(.wpcf7-not-valid-tip) {
    margin-bottom: 48px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .subheading {
  margin-right: 40px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .subheading p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 95px);
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address p {
  display: inline-block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1;
  line-height: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address p:nth-child(2) {
  margin: 0 4px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number {
  width: calc(100% - 20px);
  height: auto;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  vertical-align: middle;
  -webkit-text-fill-color: #fff;
  border: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number:-webkit-autofill {
  color: #fff !important;
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number::-webkit-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number::-moz-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number:-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number::-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number::placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number:-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number::-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address #billing-number:focus {
  outline: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address .wpcf7-not-valid-tip {
  position: absolute;
  left: -20px;
  bottom: -32px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap .billing-address__block .billing-address .wpcf7-not-valid-tip {
    bottom: -54px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap > .exp {
  width: calc(100% - 93px);
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .contact-contents__item .billing-address__wrap > .exp {
    width: 100%;
    margin-left: 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .exp {
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .exp {
    margin-top: 12px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .exp p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=text],
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=email] {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  -webkit-text-fill-color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=text],
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=email] {
    height: 44px;
    font-size: 14px;
    line-height: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=text]:-webkit-autofill,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=email]:-webkit-autofill {
  color: #fff !important;
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=text]:focus,
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap input[type=email]:focus {
  outline: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap textarea {
  width: calc(100% - 26px);
  max-height: 214px;
  padding: 12px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  vertical-align: middle;
  -ms-overflow-style: none;
  border: 1px solid #fff;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap textarea {
    width: calc(100% - 22px);
    min-height: 280px;
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap textarea:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap textarea:focus {
  outline: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 48px;
  border-bottom: 1px solid #fff;
  z-index: 1;
  /* デフォルトの位置のエラーメッセージを非表示 */
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap {
    height: 44px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap .select-heading p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap .select-heading p {
    font-size: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap select {
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0 60px 0 0;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap select {
    font-size: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap select option {
  color: #333 !important;
  letter-spacing: 0.05em;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar .wpcf7-form-control-wrap {
  margin-left: auto;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date] {
  position: relative;
  display: block;
  width: 165px;
  height: 48px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  -webkit-text-fill-color: #fff;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date] {
    width: 100px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    padding-right: 50px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 23px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./img/svg/icon-calendar.svg) no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]::after {
    width: 19px;
    height: 20px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]:-webkit-autofill {
  color: #fff !important;
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar input[type=date]:focus {
  outline: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-calendar select {
  max-width: 260px;
  width: 100%;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-car .wpcf7-form-control-wrap, .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-bbq .wpcf7-form-control-wrap {
  margin-left: auto;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-car:before, .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-bbq:before {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 0;
  height: 0;
  right: 24px;
  border-style: solid;
  border-right: 5.5px solid transparent;
  border-left: 5.5px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-car:before, .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-bbq:before {
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
    border-top: 9px solid #fff;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-car select, .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap.select-bbq select {
  max-width: 84px;
  width: 100%;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .select-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap {
  position: relative;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  z-index: 1;
  /* デフォルトの位置のエラーメッセージを非表示 */
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap {
    display: block;
    padding-bottom: 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .radio-heading {
  width: 120px;
  margin: 8px 0 16px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .radio-heading {
    margin: 40px 0 16px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .radio-heading p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .radio-heading p {
    font-size: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap {
  width: calc(100% - 120px);
  margin: 0;
  padding-bottom: 8px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-bottom: 12px;
    font-size: 14px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:nth-child(1)) {
  margin-top: 8px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    width: calc(100% - 32px);
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
    margin-top: 8px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .reserve-contents__wrap .radio-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap.modal-send {
  max-width: 600px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap.modal-error {
  max-width: 360px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap.modal-reserve-send {
  max-width: 580px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap.modal-reserve-error {
  max-width: 360px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block {
    padding-top: 32px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block .catchcopy {
    margin-bottom: 12px;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block .text-en {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block .text-en {
    margin-left: 0;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .btn-text {
  position: relative;
  padding: 9px 0;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .btn-text p {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .btn-text p:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .btn-text p span {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .icon-circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 24px;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .icon-circle-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .icon-circle-arrow img.icon-off {
  z-index: 2;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn .icon-circle-arrow img.icon-on {
  opacity: 0;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn.is-hover .btn-text p:before {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn.is-hover .btn-text p span {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn.is-hover .icon-circle-arrow img.icon-off {
  opacity: 0;
  z-index: 1;
}
.pages-contact__wrap .pages-contact__contents .contactform__wrap .modal__wrap .modal__block .modal_close-btn__wrap .modal_close-btn.is-hover .icon-circle-arrow img.icon-on {
  opacity: 1;
  z-index: 2;
}

/* placeholder */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
input::placeholder,
textarea::placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 14px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-not-valid-tip {
    margin-bottom: 24px;
  }
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

/* -----------------------------------
 * 404
 ----------------------------------- */
.pages-error__wrap {
  position: relative;
  min-height: 100vh;
  height: 100%;
  background-color: #333;
  overflow: clip;
  z-index: 0;
}
.pages-error__wrap .pages-error__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
}
.pages-error__wrap .pages-error__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.pages-error__wrap .pages-error__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -2;
}
.pages-error__wrap .pages-error__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  max-width: 1366px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 120px;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents {
    height: auto;
    padding: 100px 24px 80px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1126px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block {
    display: block;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 {
    margin-top: 120px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 .flow-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 .flow-text__block .flow-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: infinity-scroll-right 50s infinite linear 0.5s both;
          animation: infinity-scroll-right 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 .flow-text__block .flow-text-list li {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 .flow-text__block .flow-text-list li {
    font-size: 32px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 .flow-text__block .flow-text-list li:before {
  content: "_";
  display: inline-block;
  margin: 0 16px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item2 .flow-text__block .flow-text-list li:before {
    font-size: 32px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: flex-end;
          flex-flow: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 {
    display: block;
    margin-top: 60px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text {
  width: calc(100% - 554px);
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text {
    width: 100%;
    margin-bottom: 70px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text .catchcopy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text .catchcopy {
    margin-bottom: 12px;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-text .text-en p {
    letter-spacing: 0.015em;
  }
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-btn .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pages-error__wrap .pages-error__contents .error-text__block .error-text__item.item3 .item-btn .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}

/* -----------------------------------
 * corp
 ----------------------------------- */
.corp__wrap {
  position: relative;
  overflow: clip;
  z-index: 0;
}
.corp__wrap:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -2;
}
.corp__wrap .corp__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__image {
    position: fixed;
  }
}
.corp__wrap .corp__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.corp__wrap .corp__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents {
    height: auto;
    padding: 0 24px 80px;
  }
}
.corp__wrap .corp__contents .corp__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message {
    display: block;
    padding-top: 80px;
  }
}
.corp__wrap .corp__contents .corp__message .message-image__block {
  position: relative;
}
.corp__wrap .corp__contents .corp__message .message-image__block .message-text {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.corp__wrap .corp__contents .corp__message .message-image__block .message-text p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-image__block .message-text p {
    font-size: 24px;
    line-height: 1.6;
  }
}
.corp__wrap .corp__contents .corp__message .message-image__block .message-image {
  position: relative;
  width: 340px;
  margin-left: 107px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-image__block .message-image {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
.corp__wrap .corp__contents .corp__message .message-image__block .message-image:before {
  content: "";
  display: block;
  padding: 89.413% 0;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-image__block .message-image:before {
    padding: 84.844% 0;
  }
}
.corp__wrap .corp__contents .corp__message .message-image__block .message-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  z-index: -1;
}
.corp__wrap .corp__contents .corp__message .corp__logo {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 195px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .corp__logo {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 80px auto 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    z-index: 1;
  }
}
.corp__wrap .corp__contents .corp__message .corp__logo img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.corp__wrap .corp__contents .corp__message .message-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 447px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block {
    max-width: 100%;
    margin: 80px 0 0;
  }
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item1 .number {
  position: relative;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item1 .number:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item1 .title {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 {
    margin-top: 120px;
  }
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block .catchcopy {
    margin-bottom: 12px;
  }
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block .catchcopy p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en {
    margin-left: 0;
  }
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en p {
  color: #fff;
  font-family: "UniversLTPro-55Roman", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .catchcopy__block .text-en p {
    letter-spacing: 0.015em;
  }
}
.corp__wrap .corp__contents .corp__message .message-text__block .message-text__item.item2 .text p {
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.corp__wrap .corp__contents .corp__message .message-text__block .btn-style__circle-arrow {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .corp__wrap .corp__contents .corp__message .message-text__block .btn-style__circle-arrow {
    margin-top: 40px;
  }
}