@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --max-width-size: 1600px;
  --color-red: rgba(41, 4, 4, 1);
  --color-black_08: rgba(34, 34, 34, 0.8);
  --color-black_06: rgba(34, 34, 34, 0.6);
  --color-black: rgba(34, 34, 34, 1);
  --color-gold: #6e4a28;
  --color-ivory: #faf7ed;
  --color_navy: #172249;
}

:lang(ja) #container .c__add-info {
  display: none !important;
}

#container.is-lang-en .c__lang-jp-only,
#container.is-lang-zh-cn .c__lang-jp-only,
#container.is-lang-zh-hant .c__lang-jp-only,
#container.is-lang-th .c__lang-jp-only {
  display: none !important;
}

#container.is-lang-en .c__lang-en-only {
  display: inline-block !important;
}

#container.is-lang-zh-cn .c__lang-zh-cn-only {
  display: inline-block !important;
}

#container.is-lang-zh-hant .c__lang-zh-hant-only {
  display: inline-block !important;
}

#container.is-lang-th .c__lang-th-only {
  display: inline-block !important;
}

.c__fill-w {
  fill: #fff;
}

.c__fill-rule {
  fill-rule: evenodd;
}

#container .c__lang-jp-only {
  display: inline-block !important;
}
#container .c__lang-en-only,
#container .c__lang-zh-cn-only,
#container .c__lang-zh-hant-only,
#container .c__lang-th-only {
  display: none !important;
}
#container .c__add-info {
  display: inline-block !important;
}
#container .c__fs-Luxurious {
  font-family: "Luxurious Roman", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
#container .c__bk-red {
  background-color: var(--color-red) !important;
}
#container .c__col-w {
  color: #fff !important;
}
#container .c__col-b {
  color: var(--color-black) !important;
}
#container .c__col-red {
  color: var(--color-red) !important;
}
#container .c__fz-18 {
  font-size: 1rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-18 {
    font-size: 1.125rem !important;
  }
}
#container .c__fz-16 {
  font-size: 1rem !important;
}
#container .c__fz-14 {
  font-size: 0.875rem !important;
}
#container .c__fz-12 {
  font-size: 0.75rem !important;
}
#container .c__fz-24 {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-24 {
    font-size: 1.5rem !important;
  }
}
#container .c__fz-28 {
  font-size: 1.75rem !important;
}
#container .c__fw-b {
  font-weight: bold !important;
}
#container .c__tetal-center {
  text-align: center !important;
}
#container .c__tetal-l {
  text-align: left !important;
}
#container .c__w-100 {
  width: 100% !important;
}
#container .c__w-max-1080 {
  max-width: 1080px !important;
}
#container .c__w-max-960 {
  max-width: 960px !important;
}
#container .c__w-max-860 {
  max-width: 860px !important;
}
#container .c__w-max-600 {
  max-width: 600px !important;
}
#container .c__mt-0 {
  margin-top: 0 !important;
}
#container .c__mt-15 {
  margin-top: 15px !important;
}
#container .c__mt-40 {
  margin-top: 40px !important;
}
#container .c__mt-60 {
  margin-top: 60px !important;
}
#container .c__mt-80 {
  margin-top: 80px !important;
}
#container .c__mt-30 {
  margin-top: 30px !important;
}
#container .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .c__dis-none {
  display: none !important;
}
#container [class^=parts__btn] {
  margin: 30px 0 0;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    text-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#container [class^=parts__btn].is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn].parts__pc-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#container [class^=parts__btn] .parts__btn__a {
  background: rgb(255, 255, 255);
  margin: 0;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-black) !important;
  border: solid 1px var(--color-black);
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a {
    padding: 14px 14px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container [class^=parts__btn] .parts__btn__a {
    min-width: auto;
  }
}
#container [class^=parts__btn] .parts__btn__a::after {
  content: "";
  width: 8px;
  height: 20px;
  background: url(/img/ico_arrow_b.svg) no-repeat;
  background-size: auto 15px;
  background-position: center right;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 10px;
  z-index: 0;
}
#container [class^=parts__btn] .parts__btn__a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-black);
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translate(calc(-100% - 2px), 0);
          transform: translate(calc(-100% - 2px), 0);
  -webkit-transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
  transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
}
#container [class^=parts__btn] .parts__btn__a:link, #container [class^=parts__btn] .parts__btn__a:visited {
  color: var(--color-black) !important;
}
#container [class^=parts__btn] .parts__btn__a:focus-within, #container [class^=parts__btn] .parts__btn__a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a:focus-within, #container [class^=parts__btn] .parts__btn__a:hover {
    color: #fff !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a:focus-within::before, #container [class^=parts__btn] .parts__btn__a:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a:focus-within::after, #container [class^=parts__btn] .parts__btn__a:hover::after {
    background: url(/img/ico_arrow_w.svg) no-repeat;
    background-size: contain;
  }
}
#container [class^=parts__btn] .parts__btn__a.is-b, #container [class^=parts__btn] .parts__btn__a[target=_blank] {
  background: var(--color-black);
  color: #fff !important;
  border: solid 1px #fff;
}
#container [class^=parts__btn] .parts__btn__a.is-b::after, #container [class^=parts__btn] .parts__btn__a[target=_blank]::after {
  content: "";
  width: 22px;
  height: 20px;
  background: url(/img/ico_blank_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
}
#container [class^=parts__btn] .parts__btn__a.is-b::before, #container [class^=parts__btn] .parts__btn__a[target=_blank]::before {
  background-color: #fff;
}
#container [class^=parts__btn] .parts__btn__a.is-b:link, #container [class^=parts__btn] .parts__btn__a.is-b:visited, #container [class^=parts__btn] .parts__btn__a[target=_blank]:link, #container [class^=parts__btn] .parts__btn__a[target=_blank]:visited {
  color: #fff !important;
}
#container [class^=parts__btn] .parts__btn__a.is-b:hover, #container [class^=parts__btn] .parts__btn__a[target=_blank]:hover {
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a.is-b:hover, #container [class^=parts__btn] .parts__btn__a[target=_blank]:hover {
    color: var(--color-black) !important;
    border: solid 1px var(--color-black);
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a.is-b:hover::after, #container [class^=parts__btn] .parts__btn__a[target=_blank]:hover::after {
    background: url(/img/ico_blank_b.svg) no-repeat !important;
    background-size: contain !important;
  }
}
@media screen and (max-width: 819px) {
  #container [class^=parts__btn] .parts__btn__a + .parts__btn__a {
    margin-top: 15px;
  }
}
#container [class^=parts__btn] .parts__btn__a .parts__btn__input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1px;
  color: transparent;
}
#container [class^=parts__btn] .parts__btn__a.is-w[target=_blank] {
  background: rgb(255, 255, 255);
  margin: 0;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-black) !important;
  border: solid 1px var(--color-black);
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a.is-w[target=_blank] {
    padding: 14px 14px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container [class^=parts__btn] .parts__btn__a.is-w[target=_blank] {
    min-width: auto;
  }
}
#container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]::after {
  content: "";
  width: 22px;
  height: 20px;
  background: url(/img/ico_blank_b.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
}
#container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-black);
  z-index: -1;
  -webkit-transform: translate(calc(-100% - 2px), 0);
          transform: translate(calc(-100% - 2px), 0);
  -webkit-transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
  transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
}
#container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]:link, #container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]:visited {
  color: var(--color-black) !important;
}
#container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]:hover {
    color: #fff !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a.is-w[target=_blank]:hover::after {
    background: url(/img/ico_blank_w.svg) no-repeat !important;
    background-size: contain;
  }
}
#container .parts__link {
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  padding: 0 calc(6em + 20px) 0.4em 0;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  font-size: 1rem;
  margin: 30px 0 0 auto;
}
@media screen and (min-width: 820px) {
  #container .parts__link {
    font-size: 1.25rem;
    max-width: 300px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .parts__link {
    padding: 0 20px 0.4em 0;
    font-size: 1rem;
  }
}
#container .parts__link::after {
  content: "";
  background: var(--color-red);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 4px;
  width: calc(100% - 4px);
  height: 1px;
}
#container .parts__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 20px;
  height: 12px;
  background: var(--color-red);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#container .parts__link .c__fs-Luxurious {
  position: absolute;
  color: var(--color-black_06);
  display: block;
  bottom: 0.5em;
  right: 30px;
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .parts__link .c__fs-Luxurious {
    font-size: 1rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .parts__link .c__fs-Luxurious {
    display: none;
  }
}
#container .parts__cap {
  padding: 0 0 0 1em;
  text-indent: -1em;
  display: block;
}
#container .parts__cap_2 {
  padding: 0 0 0 3em;
  text-indent: -3em;
  display: block;
}
#container .parts__white-box {
  background: #fff;
  margin: 80px auto 0;
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 820px) {
  #container .parts__white-box {
    padding: 50px;
    gap: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container .parts__white-box .parts__white-box__box {
  display: block;
  width: 100%;
}
#container .parts__white-box .parts__white-box__box > *:first-child {
  margin-top: 0;
}
#container .parts__white-box .parts__white-box__box .parts__link {
  margin-left: auto;
}
#container .parts__white-box .content__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#container .parts__tab-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-animation: fadeIn 0.8s 1 0.8s ease both;
          animation: fadeIn 0.8s 1 0.8s ease both;
  line-height: 1;
  opacity: 1;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 24px;
  max-width: 1600px;
}
@media screen and (min-width: 820px) {
  #container .parts__tab-btn {
    padding: 0 50px;
    margin: 0 auto 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#container .parts__tab-btn.is-b {
  margin: 24px auto 0;
}
@media screen and (min-width: 820px) {
  #container .parts__tab-btn.is-b {
    margin: 30px auto 0;
  }
}
#container .parts__tab-btn .parts__tab-btn__a {
  background: rgba(255, 255, 255, 0.8);
  width: calc(50% - 5px);
  margin: 0;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-black);
  border: solid 1px var(--color-red);
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 820px) {
  #container .parts__tab-btn .parts__tab-btn__a {
    padding: 14px 14px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .parts__tab-btn .parts__tab-btn__a {
    min-width: auto;
  }
}
#container .parts__tab-btn .parts__tab-btn__a:link, #container .parts__tab-btn .parts__tab-btn__a:visited {
  color: var(--color-black);
}
#container .parts__tab-btn .parts__tab-btn__a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  #container .parts__tab-btn .parts__tab-btn__a:hover {
    color: #fff !important;
    background: var(--color-gold);
  }
}
#container .parts__tab-btn .parts__tab-btn__a.is-opened {
  background: var(--color-red);
  color: #fff !important;
}
#container .parts__tab-btn .parts__tab-btn__a .content__span {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .parts__tab-btn .parts__tab-btn__a .content__span {
    width: auto;
  }
}
#container .parts__tab-btn .parts__tab-btn__a [class^=parts__ico_] {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .parts__tab-btn .parts__tab-btn__a [class^=parts__ico_] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#container .parts__tab__cont {
  display: none;
  overflow: hidden;
  position: relative;
}
#container .parts__tab__cont.is-opened {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 820px) {
  #container .parts__tab__cont.is-opened {
    margin-top: 30px;
  }
}
#container .parts__aco-btn {
  cursor: pointer;
  position: relative;
  padding: 20px 34px 20px 10px;
  min-height: 44px;
}
#container .parts__aco-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/ico_arrow_w.svg) no-repeat var(--color-red);
  background-size: 8px auto;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .parts__aco-btn.is-opened::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
#container .parts__aco-btn.is-opened + .parts__aco-cont {
  grid-template-rows: 1fr;
  opacity: 1;
}
#container .parts__aco-btn-close {
  background: var(--color-red);
  width: 29px;
  height: 29px;
  display: block;
  position: relative;
  border-radius: 50%;
  margin: 30px auto 0;
  cursor: pointer;
}
#container .parts__aco-btn-close::after {
  background: #fff;
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#container .parts__aco-btn-close::before {
  background: #fff;
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#container .parts__aco-cont {
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 0;
}
#container .parts__aco-cont * {
  overflow: hidden;
}
#container .parts__table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 820px) {
  #container .parts__table.parts__pc-only {
    display: table !important;
  }
}
#container .parts__table.parts__sp-only {
  display: table !important;
}
@media screen and (min-width: 820px) {
  #container .parts__table.parts__sp-only {
    display: none !important;
  }
}
#container .parts__table + .parts__table {
  margin-top: 15px;
}
#container .parts__table th {
  padding: 12px;
  border: solid 1px var(--color-black);
}
#container .parts__table td {
  padding: 12px;
  border: solid 1px var(--color-black);
}
#container .parts__dl {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px var(--color-black);
  gap: 1em;
  padding: 20px 0;
}
@media screen and (min-width: 820px) {
  #container .parts__dl {
    padding: 0 0 20px;
  }
}
#container .parts__dl + .parts__dl {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  #container .parts__dl + .parts__dl {
    padding-top: 30px;
  }
}
#container .parts__dl dt {
  width: 8em;
}
#container .parts__pc-only {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 820px) {
  #container .parts__sp-only {
    display: none !important;
  }
}
#container [class^=parts__ico_] {
  background: #fff;
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif, "MS PGothic";
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  border: solid 3px transparent;
  border-radius: 2px;
  line-height: 1;
  width: calc(1.8em + 4px);
  height: calc(1.8em + 4px);
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 5px;
  color: var(--color-black) !important;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#container [class^=parts__ico_].is-r {
  margin-left: 0;
  margin-right: 5px;
}
#container .parts__ico_JR_yama {
  border: solid 3px #85c023;
  border-radius: 2px;
}
#container .parts__ico_JR_keihin {
  border: solid 3px #00a7e3;
  border-radius: 2px;
}
#container .parts__ico_metro_ginza {
  border: solid 6px #ff9500;
  border-radius: 50%;
}
#container .parts__ico_metro_hibiya {
  border: solid 6px #b5b5ac;
  border-radius: 50%;
}
#container .parts__ico_ksei_honsen {
  border: solid 2px #154f9e;
  color: #154f9e !important;
  border-radius: 2px;
}
#container .parts__ico_toei_oedo {
  border: solid 6px #ce045b;
  border-radius: 50%;
}
#container .parts__ico_tokyo-mono {
  border: solid 3px #253269;
  border-radius: 4px;
}
#container .parts__ico_keikyu-kukou {
  border: solid 4px #33c2e4;
  border-radius: 45%;
  color: #011a68 !important;
}
#container .parts__ico__nex {
  border: solid 1px #595758;
  border-radius: 2px;
  width: 2.8em;
  height: calc(1.8em + 2px);
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

#container.is-lang-en [translate=no].c__fs-Luxurious {
  display: none !important;
}

#container.is-lang-en {
  font-family: "Luxurious Roman", "Shippori Mincho B1", "Hiragino Mincho ProN", "YuMincho", serif, "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif, "MS PGothic";
}

#container.is-lang-zh-cn {
  font-family: "Luxurious Roman", "Noto Serif SC", "Hiragino Mincho ProN", "YuMincho", serif, "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif, "MS PGothic";
}

#container.is-lang-th {
  font-family: "Maitree", "Luxurious Roman", "Hiragino Mincho ProN", "YuMincho", serif, "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif, "MS PGothic";
}
#container.is-lang-th #header_parts .head .head__menu-wrap .head__menu__ul a {
  font-weight: 500;
}

#container {
  background: url(/img/bk_01.webp) repeat;
  background-size: 250px auto;
  color: var(--color-red);
  font-family: "Luxurious Roman", "Shippori Mincho B1", "Hiragino Mincho ProN", "YuMincho", serif, "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif, "MS PGothic";
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 820px) {
  #container {
    font-size: 0.875rem;
  }
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: var(--color-black);
}
#container a[target=_blank] {
  padding: 0 5px 0 0;
}
#container a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_b.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
}
#container font:empty {
  display: none !important;
}
#container .content__sns-box {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  gap: 20px;
}
#container .content__sns-box .content__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
}
#container .content__sns-box .content__sns.is-line {
  width: 30px;
}
#container .content__sns-box .content__img {
  width: 100%;
  height: auto;
}
#container .content__contact {
  background: var(--color-gold);
  color: #fff;
  margin: 80px auto 0;
}
#container .content__contact .content__section__wrap {
  display: block;
  padding: 80px 20px 0;
  max-width: 1000px;
}
@media screen and (min-width: 820px) {
  #container .content__contact .content__section__wrap {
    padding: 80px 50px 0;
  }
}
#container .content__contact .content__contact__ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content__contact .content__contact__ttl {
    font-size: 1.75rem;
  }
}
#container .content__contact .content__form__me-error {
  color: var(--color-red);
  font-size: 0.75rem;
  display: none;
}
#container .content__contact .content__form__me-success {
  color: #fff;
  font-size: 0.75rem;
  opacity: 0.6;
  display: none;
}
#container .content__contact .content__form__box {
  margin: 20px auto 0;
}
#container .content__contact .content__form__input {
  background: #fff;
  padding: 8px;
  color: var(--color-black);
  border-radius: 4px;
  width: 100%;
}
#container .content__contact .content__form__textarea {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  color: var(--color-black);
}
#container #header_parts {
  position: fixed;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
#container #header_parts.is-opened .head * {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts.is-opened .head .head__head .head__head__ico__l {
  position: relative;
}
#container #header_parts.is-opened .head .head__head .head__head__ico__l span {
  width: 60px;
  top: 35px;
  -webkit-transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
          transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
}
#container #header_parts.is-opened .head .head__head .head__head__ico__l span:nth-child(2) {
  top: 35px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
          transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
}
#container #header_parts.is-opened .head .head__menu-wrap {
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts.is-opened .head .head__menu-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 819px) {
  #container #header_parts.is-opened .head .head__menu-wrap {
    display: grid;
  }
}
#container #header_parts.is-opened .head .head__menu-wrap * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts.is-opened .head .head__menu-wrap {
  opacity: 1;
  z-index: 100;
}
#container #header_parts.is-opened .head .head__menu-wrap .head__menu__ul {
  opacity: 1;
}
#container #header_parts .head {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #header_parts .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts .head .head__head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head {
    padding: 0;
  }
}
#container #header_parts .head .head__head__ico {
  background: var(--color-red);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: fixed;
  top: 20px;
  right: 15px;
  cursor: pointer;
  border-radius: 40px;
  pointer-events: auto;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico {
    top: 20px;
    right: 30px;
  }
}
#container #header_parts .head .head__head__ico .head__head__ico__l {
  width: 70px;
  height: 70px;
  margin: 0;
  position: relative;
}
#container #header_parts .head .head__head__ico .head__head__ico__l span {
  font-size: 0;
  line-height: 0;
  background: #fff;
  width: 60px;
  top: 26px;
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scaleY(0.5);
          transform: translate(-50%, 0) scaleY(0.5);
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts .head .head__head__ico .head__head__ico__l span:nth-child(2) {
  top: 42px;
}
#container #header_parts .head .head__menu-wrap {
  background: url(/img/bk_01.webp) repeat;
  background-size: 250px auto;
  width: 100%;
  max-width: 56.25rem;
  height: 0;
  color: #fff;
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
  -webkit-box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap {
    height: auto;
    overflow: auto;
    -webkit-transform: translateX(56.25rem);
            transform: translateX(56.25rem);
  }
}
#container #header_parts .head .head__menu-wrap .head__menu {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu {
    width: 100%;
    height: auto;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__ttl {
  display: table;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__ttl {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__ttl .head__logo {
  height: auto;
  width: 70px;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__ttl .head__logo {
    width: 84px;
    position: relative;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__ul {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
  line-height: 1.6;
}
#container #header_parts .head .head__menu-wrap .head__menu__ul li {
  color: #fff;
  margin: 0;
  border-bottom: solid 1px var(--color-gold);
  text-align: left;
  font-weight: 600;
}
#container #header_parts .head .head__menu-wrap .head__menu__ul a {
  color: #fff;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__ul a {
    font-size: 1.125rem;
    padding: 15px 0;
  }
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__ul a:hover {
    opacity: 0.7;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__ul a:link, #container #header_parts .head .head__menu-wrap .head__menu__ul a:visited {
  color: #fff;
}
#container #header_parts .head .head__menu-wrap .head__menu__ul a::after {
  content: "";
  width: 8px;
  height: 15px;
  background: url(/img/ico_arrow_w.svg) no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#container #header_parts .head .head__menu-wrap .head__menu__p {
  width: 100%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  position: relative;
  margin: 15px 0 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__p {
    font-size: 0.875rem;
    margin: 0;
  }
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__p a:hover {
    opacity: 0.7;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__p a:link, #container #header_parts .head .head__menu-wrap .head__menu__p a:visited {
  color: #fff;
}
#container #header_parts .head .head__menu-wrap .head__menu__box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 60px 20px;
  overflow: hidden;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 450px;
    padding: 90px 40px;
    overflow: auto;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box.content__contact {
  grid-column: 1/2;
  grid-row: 3/4;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box.content__contact {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box.is-res {
  background: var(--color_navy);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box.is-res .head__menu__p-ttl {
    margin-top: 0;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box.is-res .head__menu__p-ttl .head__menu__span {
  color: #fff;
}
#container #header_parts .head .head__menu-wrap .head__menu__box.is-res .head__menu__p-ttl_2 {
  color: #fff;
}
#container #header_parts .head .head__menu-wrap .head__menu__box.is-order {
  grid-column: 1/2;
  grid-row: 1/2;
  background: var(--color-red);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 120px 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box.is-order {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 40px 40px;
    gap: 20px 0;
    overflow: auto;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box.is-order::before {
  content: none;
}
#container #header_parts .head .head__menu-wrap .head__menu__box .header__img {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .header__img {
    display: block;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .header__map {
  width: 100%;
  height: auto;
  background: #e5e9eb;
  display: block;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 819px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .header__map {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .head__menu__box__sp {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .head__menu__box__sp {
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .head__menu__box__sp {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .head__menu__box__sp2 {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 819px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .head__menu__box__sp2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .head__menu__box__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
  margin: 20px 0 0;
}
#container #header_parts .head .head__menu-wrap .head__menu__box .content__contact__ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .content__contact__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 819px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a {
  background: #fff;
  color: var(--color-black);
  border: solid 1px var(--color-black);
}
@media screen and (max-width: 819px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a {
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a:link, #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a:visited {
  color: var(--color-black) !important;
}
#container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a:hover {
    color: #fff !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: var(--color-black);
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a[target=_blank] {
  color: var(--color-black) !important;
}
#container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a[target=_blank]::after {
  background: url(/img/ico_blank_b.svg) no-repeat;
  background-size: contain;
}
#container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a[target=_blank]:link, #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a[target=_blank]:visited {
  color: var(--color-black) !important;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a[target=_blank]:hover {
    color: #fff !important;
  }
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__box .parts__btn .parts__btn__a[target=_blank]:hover::after {
    background: url(/img/ico_blank_w.svg) no-repeat !important;
    background-size: contain !important;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__p-ttl {
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__p-ttl {
    margin: 40px auto 0;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__p-ttl .head__menu__span {
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 1.25rem;
  padding: 0 12px;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__p-ttl .head__menu__span {
    font-size: 1.5rem;
    padding: 0 12px;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn {
  width: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__rese-btn {
    margin: 40px auto 0;
    min-height: 160px;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn::before {
  background: var(--color-black_08);
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn:link, #container #header_parts .head .head__menu-wrap .head__menu__rese-btn:visited {
  color: #fff;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__rese-btn:hover::before {
    background: #fff;
    opacity: 0.8;
    mix-blend-mode: normal;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn:hover .content__img {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__rese-btn + .head__menu__rese-btn {
    margin-top: 40px;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn .content__img {
  width: 100%;
  height: calc(100% + 50px);
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 + .head__menu__rese-btn_2 {
  padding-top: 20px;
  border-top: solid 1px var(--color-gold);
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .header__img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .head__fig {
  position: relative;
  display: block;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .head__menu__p-ttl_2 {
  color: var(--color-red);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 15px auto 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .head__menu__p-ttl_2 {
    font-size: 1.125rem;
  }
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .head__menu__rese-btn_2__box {
  position: relative;
}
#container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .head__menu__rese-btn_2__box .parts__btn {
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu-wrap .head__menu__rese-btn_2 .head__menu__rese-btn_2__box .parts__btn .parts__btn__a {
    width: calc(50% - 5px);
  }
}
#container #header_parts .head .head__translate {
  background: var(--color-gold);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#container #header_parts .head .head__translate a {
  color: #fff;
  font-size: 0.875rem;
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__translate a {
    padding: 15px;
    font-size: 1rem;
  }
}
#container #header_parts .head .head__translate a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-black);
  -webkit-transform: translate(calc(-100% - 2px), 0);
          transform: translate(calc(-100% - 2px), 0);
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
  transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
}
#container #header_parts .head .head__translate a:link, #container #header_parts .head .head__translate a:visited {
  color: #fff;
}
#container #header_parts .head .head__translate a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__translate a:hover {
    color: #fff !important;
  }
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__translate a:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
#container #header_parts .head .content__contact {
  padding: 0;
  margin: 40px -20px 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: calc(100% + 40px);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .content__contact {
    margin: 60px -40px 0;
    width: calc(100% + 80px);
  }
}
#container #header_parts .head .content__contact .content__section__wrap {
  padding: 60px 20px;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .content__contact .content__section__wrap {
    padding: 60px 40px;
  }
}
#container #header_parts .head .content__contact .content__section__wrap {
  width: 100%;
}
#container .content__loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  background: var(--color-black);
  z-index: 100;
}
#container .content__loading .content__loading__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#container .content__loading .content__loading__box .content__img {
  width: 120px;
  height: auto;
  position: relative;
}
#container .content__loading .content__loading__box p {
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  -webkit-animation: loading 1.6s infinite 0.6s linear both;
          animation: loading 1.6s infinite 0.6s linear both;
}
#container.is-loded .content__loading {
  pointer-events: auto;
  opacity: 0;
  z-index: -10;
  height: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0.8s ease 0s, height 0.4s ease 1.2s;
  transition: all 0.4s ease 0s, opacity 0.8s ease 0s, height 0.4s ease 1.2s;
}
#container.is-loded .content__loading .content__loading__logo,
#container.is-loded .content__loading p {
  -webkit-animation: none;
          animation: none;
}
#container .foot {
  background: #fff;
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transform: none !important;
          transform: none !important;
  padding: 30px 20px 120px;
}
@media screen and (min-width: 820px) {
  #container .foot {
    padding: 25px 100px 160px;
  }
}
#container .foot.js-scroll-animation {
  opacity: 1;
}
#container .foot .foot__head__ttl {
  margin: 0 auto;
  display: block;
  width: 52px;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__head__ttl {
    width: 60px;
  }
}
#container .foot .foot__logo {
  width: 100%;
  height: auto;
}
#container .foot .foot__menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#container .foot .foot__menu ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 0;
}
#container .foot .foot__menu li {
  font-size: 1rem;
  padding: 0 20px;
}
#container .foot .foot__menu li + li {
  border-left: solid 1px var(--color-red);
}
#container .foot .foot__copyright {
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-black_08);
}
@media screen and (min-width: 820px) {
  #container .foot .foot__copyright {
    margin: 50px auto 0;
  }
}
#container .foot .content__sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  gap: 20px;
  position: relative;
  margin: 40px auto 0;
}
@media screen and (min-width: 820px) {
  #container .foot .content__sns-box {
    position: absolute;
    bottom: 130px;
    right: 50px;
    margin: 0;
  }
}
#container .foot .content__sns-box .content__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .content {
  position: relative;
  padding: 0;
  overflow: visible;
  z-index: 1;
}
#container .content .content__h1,
#container .content h1 {
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #fff;
  padding: 15px 20px;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  #container .content .content__h1,
  #container .content h1 {
    font-size: 3rem;
    padding: 20px 50px;
  }
}
#container .content .content__h1 .parts__sp-only,
#container .content h1 .parts__sp-only {
  display: inline;
}
#container .content .content__h2,
#container .content h2 {
  margin: 80px auto 40px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__h2,
  #container .content h2 {
    font-size: 1.5rem;
  }
}
#container .content .content__h2 .content__span,
#container .content h2 .content__span {
  opacity: 0.1;
  mix-blend-mode: multiply;
  position: absolute;
  line-height: 1;
}
#container .content .content__h2 + p,
#container .content h2 + p {
  margin-top: 40px;
}
@media screen and (min-width: 820px) {
  #container .content .content__h2 + p,
  #container .content h2 + p {
    margin-top: 40px;
  }
}
#container .content .content__h3,
#container .content h3 {
  margin: 40px auto 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__h3,
  #container .content h3 {
    font-size: 1.125rem;
  }
}
#container .content p {
  margin: 15px auto 0;
}
#container .content .content__strong,
#container .content strong {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__strong,
  #container .content strong {
    font-size: 1rem;
  }
}
#container .content .content__map {
  background: #e5e9eb;
  width: 100%;
  height: auto;
}
#container .content .content__map2 {
  background: #e5e9eb;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 819px) {
  #container .content .content__map2 {
    width: 100%;
    height: 400px;
  }
}
#container .content .content__img {
  height: auto;
  max-width: none;
  margin: 0 auto 0;
  display: block;
  max-block-size: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 819px) {
  #container .content .content__img {
    width: 100%;
  }
}
#container .content .content__video {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto 0;
  display: block;
  max-block-size: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__video {
    max-width: 960px;
  }
}
#container .content .content__a {
  text-decoration: underline;
}
#container .content .content__a[target=_blank] {
  padding: 0 5px 0 0;
}
#container .content .content__a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_b.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
}
#container .content .content__fig {
  position: relative;
  display: table;
  line-height: 1;
}
#container .content .content__fig .content__fig__p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
  color: #fff;
  will-change: text-shadow;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__fig .content__fig__p {
    font-size: 0.875rem;
  }
}
#container .content .content__fig .content__fig__p.is-l {
  right: auto;
  left: 10px;
}
#container .content .content__fig .content__a {
  color: #fff;
}
#container .content .content__fig .content__a:hover {
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .content .content__fig .content__a:hover {
    opacity: 0.7;
  }
}
#container .content .content__fig .content__a:link, #container .content .content__fig .content__a:visited {
  color: #fff;
}
#container .content .content__fig .content__a[target=_blank] {
  padding: 0 5px 0 0;
}
#container .content .content__fig .content__a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#container .content .content__fig .content__a[target=_blank]:link, #container .content .content__fig .content__a[target=_blank]:visited {
  color: #fff;
}
#container .content .content__slide {
  max-width: 100%;
}
#container .content .content__slide.is-02 .content__slide-box {
  -webkit-animation: cont_slide_02 8s infinite 0s ease both;
          animation: cont_slide_02 8s infinite 0s ease both;
}
#container .content .content__slide.is-02 .content__slide-box:nth-child(2) {
  -webkit-animation: cont_slide_02 8s infinite 4s ease both;
          animation: cont_slide_02 8s infinite 4s ease both;
}
#container .content .content__slide.is-02_2 .content__slide-box {
  -webkit-animation: cont_slide_02 8s infinite 2s ease both;
          animation: cont_slide_02 8s infinite 2s ease both;
}
#container .content .content__slide.is-02_2 .content__slide-box:nth-child(2) {
  -webkit-animation: cont_slide_02 8s infinite 6s ease both;
          animation: cont_slide_02 8s infinite 6s ease both;
}
#container .content .content__slide.is-03 .content__slide-box {
  -webkit-animation: cont_slide_03 12s infinite 0s ease both;
          animation: cont_slide_03 12s infinite 0s ease both;
}
#container .content .content__slide.is-03 .content__slide-box:nth-child(2) {
  -webkit-animation: cont_slide_03 12s infinite 4s ease both;
          animation: cont_slide_03 12s infinite 4s ease both;
}
#container .content .content__slide.is-03 .content__slide-box:nth-child(3) {
  -webkit-animation: cont_slide_03 12s infinite 8s ease both;
          animation: cont_slide_03 12s infinite 8s ease both;
}
#container .content .content__slide.is-03_2 .content__slide-box {
  -webkit-animation: cont_slide_03 12s infinite 2s ease both;
          animation: cont_slide_03 12s infinite 2s ease both;
}
#container .content .content__slide.is-03_2 .content__slide-box:nth-child(2) {
  -webkit-animation: cont_slide_03 12s infinite 6s ease both;
          animation: cont_slide_03 12s infinite 6s ease both;
}
#container .content .content__slide.is-03_2 .content__slide-box:nth-child(3) {
  -webkit-animation: cont_slide_03 12s infinite 10s ease both;
          animation: cont_slide_03 12s infinite 10s ease both;
}
#container .content .content__slide.is-07 .content__slide-box {
  -webkit-animation: cont_slide_07 28s infinite 0s ease both;
          animation: cont_slide_07 28s infinite 0s ease both;
}
#container .content .content__slide.is-07 .content__slide-box:nth-child(2) {
  -webkit-animation: cont_slide_07 28s infinite 4s ease both;
          animation: cont_slide_07 28s infinite 4s ease both;
}
#container .content .content__slide.is-07 .content__slide-box:nth-child(3) {
  -webkit-animation: cont_slide_07 28s infinite 8s ease both;
          animation: cont_slide_07 28s infinite 8s ease both;
}
#container .content .content__slide.is-07 .content__slide-box:nth-child(4) {
  -webkit-animation: cont_slide_07 28s infinite 12s ease both;
          animation: cont_slide_07 28s infinite 12s ease both;
}
#container .content .content__slide.is-07 .content__slide-box:nth-child(5) {
  -webkit-animation: cont_slide_07 28s infinite 16s ease both;
          animation: cont_slide_07 28s infinite 16s ease both;
}
#container .content .content__slide.is-07 .content__slide-box:nth-child(6) {
  -webkit-animation: cont_slide_07 28s infinite 20s ease both;
          animation: cont_slide_07 28s infinite 20s ease both;
}
#container .content .content__slide.is-07 .content__slide-box:nth-child(7) {
  -webkit-animation: cont_slide_07 28s infinite 24s ease both;
          animation: cont_slide_07 28s infinite 24s ease both;
}
#container .content .content__slide .content__slide__wrapper {
  position: relative;
}
#container .content .content__slide .content__slide-box {
  position: absolute;
  top: 0;
  left: 0;
}
#container .content .content__slide .content__slide-box:nth-child(1) {
  position: relative;
  top: auto;
  left: auto;
}
#container .content .content__slide .content__slide-box .content__img {
  max-width: 100%;
}
#container .content .content__slide .content__slide-box .content__fig__p,
#container .content .content__slide .content__slide-box .c__fs-Luxurious {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff !important;
  z-index: 1;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (min-width: 820px) {
  #container .content .content__slide .content__slide-box .content__fig__p,
  #container .content .content__slide .content__slide-box .c__fs-Luxurious {
    width: calc(100% - 40px);
    bottom: 30px;
    right: 20px;
    font-size: 0.875rem;
  }
}
#container .content .content__slide .content__slide-box .content__fig__p .content__a,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a {
  color: #fff;
}
#container .content .content__slide .content__slide-box .content__fig__p .content__a:hover,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a:hover {
  color: #fff;
}
#container .content .content__slide .content__slide-box .content__fig__p .content__a:link, #container .content .content__slide .content__slide-box .content__fig__p .content__a:visited,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a:link,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a:visited {
  color: #fff;
}
#container .content .content__slide .content__slide-box .content__fig__p .content__a[target=_blank]::after,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#container .content .content__slide .content__slide-box .content__fig__p .content__a[target=_blank]:link, #container .content .content__slide .content__slide-box .content__fig__p .content__a[target=_blank]:visited,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a[target=_blank]:link,
#container .content .content__slide .content__slide-box .c__fs-Luxurious .content__a[target=_blank]:visited {
  color: #fff;
}
#container .content .content__head {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s 1 0s ease-in both;
          animation: fadeIn 1.2s 1 0s ease-in both;
  z-index: 6;
  background: var(--color-red);
  overflow: hidden;
}
#container .content .content__head:has(.content__video) {
  height: auto !important;
  max-height: none !important;
}
#container .content .content__head:has(.content__video) h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#container .content .content__head::before {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 120% auto;
  width: 100%;
  height: 0px;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(-75%, 25%) rotate(45deg);
          transform: translate(-75%, 25%) rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__head::before {
    background-size: 1000px auto;
    width: 1000px;
    height: 0px;
    padding: 1000px 0 0;
    opacity: 0.2;
  }
}
#container .content .content__head::after {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 120% auto;
  width: 100%;
  height: 0px;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(50%, -25%) rotate(45deg);
          transform: translate(50%, -25%) rotate(45deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  opacity: 0.2;
}
@media screen and (min-width: 820px) {
  #container .content .content__head::after {
    width: 1000px;
    height: 0px;
    padding: 1000px 0 0;
    background-size: 1000px auto;
    -webkit-transform: translate(400px, -400px) rotate(45deg);
            transform: translate(400px, -400px) rotate(45deg);
  }
}
#container .content .content__head .content__pic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__pic {
    height: 400px;
  }
}
#container .content .content__head .content__pic + h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__pic + h1 {
    bottom: 50px;
    left: 50px;
    padding: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content .content__head .content__pic + h1 .c__fs-Luxurious {
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  -webkit-transform: translate(3em, 0.5em);
          transform: translate(3em, 0.5em);
}
#container .content .content__head .content__pic .content__img {
  width: calc(100% + 50px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-animation: head_ph_sp 3.6s 1 0.4s ease both;
          animation: head_ph_sp 3.6s 1 0.4s ease both;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__pic .content__img {
    width: 100%;
    height: calc(100% + 200px);
    -webkit-animation: head_ph_pc 3.6s 1 0.4s ease both;
            animation: head_ph_pc 3.6s 1 0.4s ease both;
  }
}
#container .content .content__head .content__video {
  z-index: 2;
  position: relative;
  max-width: 1600px;
  max-width: none;
  margin: 0 auto;
  display: block;
}
#container .content .content__section-back-ph {
  width: 100%;
  height: 240px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  opacity: 1 !important;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section-back-ph {
    height: 400px;
  }
}
#container .content .content__section-back-ph .content__img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 820px) {
  #container .content .content__section-back-ph .content__img {
    top: -50px;
    min-height: 500px;
  }
}
#container .content .content__section-back-ph .content__p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  will-change: text-shadow;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section-back-ph .content__p {
    font-size: 0.875rem;
  }
}
#container .content .content__section-back-ph .content__a {
  color: #fff;
}
#container .content .content__section-back-ph .content__a:hover {
  color: #fff;
}
#container .content .content__section-back-ph .content__a:link, #container .content .content__section-back-ph .content__a:visited {
  color: #fff;
}
#container .content .content__section-back-ph .content__a[target=_blank] {
  padding: 0 5px 0 0;
}
#container .content .content__section-back-ph .content__a[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/img/ico_blank_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#container .content .content__section-back-ph .content__a[target=_blank]:link, #container .content .content__section-back-ph .content__a[target=_blank]:visited {
  color: #fff;
}
#container .content .content__section {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  padding: 0 0 80px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 820px) {
  #container .content .content__section {
    padding: 0 0 80px;
  }
}
#container .content .content__section.is-bk_w {
  background: #fff;
}
#container .content .content__section.is-bk_red {
  background: var(--color-red);
  overflow: hidden;
}
#container .content .content__section.is-bk_red::before {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 120% auto;
  width: 100%;
  height: 0px;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(-75%, 25%) rotate(45deg);
          transform: translate(-75%, 25%) rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0.2;
}
@media screen and (min-width: 820px) {
  #container .content .content__section.is-bk_red::before {
    background-size: 1000px auto;
    width: 1000px;
    height: 0px;
    padding: 1000px 0 0;
    opacity: 0;
  }
}
#container .content .content__section.is-bk_red::after {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 120% auto;
  width: 100%;
  height: 0px;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(50%, -25%) rotate(45deg);
          transform: translate(50%, -25%) rotate(45deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  opacity: 0.2;
}
@media screen and (min-width: 820px) {
  #container .content .content__section.is-bk_red::after {
    width: 1000px;
    height: 0px;
    padding: 1000px 0 0;
    background-size: 1000px auto;
    -webkit-transform: translate(400px, -400px) rotate(45deg);
            transform: translate(400px, -400px) rotate(45deg);
  }
}
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box h1,
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box h2,
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box h3,
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box h4,
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box p {
  color: #fff;
}
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box a {
  color: #fff;
}
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box a:hover {
  color: #fff;
}
#container .content .content__section.is-bk_red .content__section__wrap .content__section__box a:link, #container .content .content__section.is-bk_red .content__section__wrap .content__section__box a:visited {
  color: #fff;
}
#container .content .content__section .content__section__wrap {
  max-width: 100rem;
  margin: 0 auto;
  padding: 80px 20px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap {
    max-width: 1600px;
    padding: 80px 50px 0;
  }
}
#container .content .content__section .content__section__wrap > *:first-child {
  margin-top: 0;
}
#container .content .content__section .content__section__wrap.is-colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__wrap.is-colum {
    padding-top: 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-colum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
#container .content .content__section .content__section__wrap.is-colum h2 {
  width: 100%;
}
#container .content .content__section .content__section__wrap.is-colum .content__video-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-colum .content__video-box {
    width: auto;
    max-width: 100%;
    width: 62.5%;
  }
}
#container .content .content__section .content__section__wrap.is-colum .content__video-box p {
  color: #fff;
}
#container .content .content__section .content__section__wrap.is-colum .content__video-box .content__video {
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#container .content .content__section .content__section__wrap.is-colum .content__video-box .content__pic {
  z-index: 1;
  width: 100% !important;
  min-height: auto;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-colum .content__img {
    margin-top: 0;
  }
}
#container .content .content__section .content__section__wrap.is-colum .content__section__box {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-colum .content__section__box {
    width: calc(50% - 25px);
    margin-top: 0;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__wrap.is-colum .content__section__box > *:first-child {
    margin-top: 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_access {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access.is-animated .content__cont__explanation {
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
  -webkit-transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
  transition: all 0.4s ease 0s, opacity 1.4s ease 0.8s;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__explanation {
  background: url(/img/bk_01.webp) repeat;
  background-size: 250px auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 80px 20px 60px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation {
    max-width: 520px;
    width: 32.5%;
    height: 100%;
    padding: 0 50px 50px;
    min-width: 400px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    opacity: 0;
    height: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation {
    width: 100%;
    max-width: none;
    position: relative;
    padding: 80px 50px 60px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__explanation h2 {
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation h2 {
    margin: 80px 0 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__explanation p {
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation p {
    margin-top: 3.75rem;
    font-size: 1.125rem;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__explanation p + .parts__link {
  margin-top: 40px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation .parts__link {
    max-width: 500px;
    padding: 20px 80px 0.4em 0;
    font-size: 1rem;
    margin: 10px 0 0 auto;
  }
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation .parts__link .c__fs-Luxurious {
    width: 50px;
    font-size: 14px;
    right: 20px;
    display: inline-block !important;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__explanation .content__img {
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__explanation .content__img {
    margin: 60px 0 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery {
    width: 67.5%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery {
    width: 100%;
    max-width: none;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h2 {
  color: #fff;
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h2 {
    margin: 80px auto 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h2.cont_access__inst-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h2.cont_access__inst-ttl {
    margin-bottom: 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h3 {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h3 {
    margin: 30px auto 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h3 .content__span {
  color: #fff;
  text-align: center;
  background: var(--color-red);
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 6px;
  max-width: calc(100% - 20px);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery h3 .content__span {
    font-size: 1.5rem;
    padding: 0 12px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__map {
  margin: 0 -20px;
  width: calc(100% + 40px);
  max-width: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__map {
    margin: 0 auto;
    width: 100%;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go.is-center li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go.is-center li {
    max-width: 540px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go li {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go li {
    width: calc(50% - 10px);
    margin: 30px 0 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go li iframe {
  min-width: auto !important;
  margin: 0 auto !important;
  display: block !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go p {
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go p {
    font-size: 0.875rem;
    padding: 0 20px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-go .content__img {
  width: 100%;
  max-width: none;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin: 30px auto 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list li {
  background: var(--color-ivory);
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list li {
    width: calc(50% - 10px);
    padding: 40px 20px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list li {
    width: 100%;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4,
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn {
  text-align: center;
  padding: 20px 34px 20px 10px;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4,
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn {
    font-size: 1.25rem;
    margin: 0 auto 30px;
    padding: 0;
    border-bottom: none;
    cursor: auto;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4::after,
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn::after {
    display: none;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4.is-opened::before,
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn.is-opened::before {
  content: "";
  width: calc(100% - 20px);
  position: absolute;
  height: 1px;
  background: #b5b5ac;
  display: block;
  bottom: 0;
  left: 10px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4.is-opened::before,
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn.is-opened::before {
    display: none;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4.is-opened + .parts__aco-cont,
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn.is-opened + .parts__aco-cont {
  height: auto;
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list h4.is-opened + .parts__aco-cont,
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn.is-opened + .parts__aco-cont {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list + h3 {
    margin-top: 80px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-cont {
  height: 0;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-cont {
    height: auto;
    padding: 0 10px;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .parts__aco-btn-close {
    display: none;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_nex {
  background: #d12b19 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_nex[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_nex[class^=is-train]::after {
  background: #d12b19 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_JRyamanote-liner {
  background: #85c023 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_JRyamanote-liner[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_JRyamanote-liner[class^=is-train]::after {
  background: #85c023 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_JRkeihintohoku-line {
  background: #00a7e3 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_JRkeihintohoku-line[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_JRkeihintohoku-line[class^=is-train]::after {
  background: #00a7e3 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_kesei-liner {
  background: #062275 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_kesei-liner[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_kesei-liner[class^=is-train]::after {
  background: #062275 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_kesei-line {
  background: #154f9e !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_kesei-line[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_kesei-line[class^=is-train]::after {
  background: #154f9e !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_keikyu-kukou {
  background: #33c2e4 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_keikyu-kukou[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_keikyu-kukou[class^=is-train]::after {
  background: #33c2e4 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_metro-ginza {
  background: #f28e00 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_metro-ginza[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_metro-ginza[class^=is-train]::after {
  background: #f28e00 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_tokyo-mono {
  background: #253269 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_tokyo-mono[class^=is-train] {
  background: transparent !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .is-col_tokyo-mono[class^=is-train]::after {
  background: #253269 !important;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl {
  position: relative;
  display: block;
  min-height: 150px;
  padding: 0 0 24px 60px;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl {
    padding: 0 0 30px 60px;
    min-height: 120px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl.is-end {
  min-height: 85px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl.is-end {
    min-height: 65px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl.is-end dd {
  display: none;
  margin: 0;
  padding: 0;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl.is-airport::after {
  background: url(/img/ico_airport.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl.is-station::after {
  background: url(/img/ico_station.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl::after {
  content: "";
  width: 60px;
  height: 65px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dt {
    font-size: 1.125rem;
    min-height: 65px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd {
  position: relative;
  display: block;
  overflow: visible;
  font-size: 0.875rem;
  padding: 0 0 0 50px;
  margin: 20px 0 0;
  min-height: 42px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd {
    font-size: 1rem;
    margin: 10px 0 0;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd::before {
  content: "";
  width: 50px;
  height: 42px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-walk::before {
  background: url(/img/ico_walk.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 32px;
  left: 20px;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_01::before {
  background: url(/img/ico_train_01.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_01::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  display: block;
  top: 11px;
  left: 15px;
  z-index: 1;
  border-radius: 1px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_01::after {
    left: 15px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_02::before {
  background: url(/img/ico_train_02.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 38px;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_02::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  display: block;
  top: 7px;
  left: 15px;
  z-index: 1;
  border-radius: 1px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_02::after {
    left: 15px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_03::before {
  background: url(/img/ico_train_03.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_03::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  display: block;
  top: 12px;
  left: 15px;
  z-index: 1;
  border-radius: 1px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd.is-train_03::after {
    left: 15px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl dd [class^=parts__ico_] {
  margin-left: 0;
  margin-right: 5px;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl .content__cont__access-list__line {
  left: 0;
  top: 25px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 60px;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl .content__cont__access-list__line::after {
  content: none;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__dl .content__cont__access-list__line .content__span {
  background: #d6b35e;
  width: 8px;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__cap {
  font-size: 0.8125rem;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .content__cont__access-list .content__cont__access-list__cap {
    font-size: 0.875rem;
    padding: 0 20px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab-btn {
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab-btn.is-b {
  margin-top: 24px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab-btn.is-b {
    margin-top: 30px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont {
  -webkit-transform: none;
          transform: none;
  background: var(--color-red);
  padding: 5px 20px 60px;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont {
    padding: 50px 50px 80px;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont::before {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(calc(-60% - 15px), calc(-60% - 15px)) rotate(45deg);
          transform: translate(calc(-60% - 15px), calc(-60% - 15px)) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.2;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont::before {
    background-size: 700px auto;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont::after {
  content: "";
  background: url(/img/bk_pata_02.svg) repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 15px 15px var(--color-red);
          box-shadow: inset 0 0 15px 15px var(--color-red);
  -webkit-transform: translate(calc(60% - 15px), calc(60% - 15px)) rotate(45deg);
          transform: translate(calc(60% - 15px), calc(60% - 15px)) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.2;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont::after {
    background-size: 700px auto;
  }
}
#container .content .content__section .content__section__wrap.cont_access .content__cont__gallery .parts__tab__cont .parts__btn {
  margin: 30px 0;
}
#container .content__svg-box {
  display: none !important;
}
#container .content.page-contact {
  overflow: hidden;
}
#container .content.page-contact .content__form__recap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.content__img-box * {
  opacity: 0;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .js-scroll-animation.is-animated.content__img-box * {
  opacity: 1;
}
#container .js-rellax {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* GPUレイヤーを作る */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#container .js-scroll-bnr {
  position: fixed;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 5px;
  right: 0;
  z-index: 80;
  width: calc(7em + 40px);
  font-size: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr {
    font-size: 1.5rem;
    width: calc(7em + 40px);
    bottom: 20px;
  }
}
#container .js-scroll-bnr .parts__aco-btn {
  background: #172249;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  -webkit-box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -6px 6px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 25px 30px;
  font-size: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-btn {
    padding: 30px 20px;
    font-size: 1.5rem;
  }
}
#container .js-scroll-bnr .parts__aco-btn::before {
  content: "";
  background: url(/img/logo.svg) no-repeat;
  background-position: top left;
  background-size: 120px auto;
  position: absolute;
  display: block;
  opacity: 0.4;
  width: 120px;
  height: 120px;
  top: -12px;
  right: -5px;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-btn::before {
    background: url(/img/logo.svg) no-repeat;
    background-position: top left;
    background-size: 175px auto;
    width: 175px;
    height: 175px;
    top: -35px;
    right: -10px;
  }
}
#container .js-scroll-bnr .parts__aco-btn::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  border: solid 1px var(--color-gold);
  top: 4px;
  left: 4px;
  border-radius: 0;
  background: transparent;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
#container .js-scroll-bnr .parts__aco-btn:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-btn:hover {
    color: var(--color-red);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: var(--color-gold);
  }
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-btn:hover::after {
    border: solid 1px var(--color-red);
  }
}
#container .js-scroll-bnr .parts__aco-btn.is-opened {
  color: var(--color-red);
  background: #fff;
}
#container .js-scroll-bnr .parts__aco-btn.is-opened + .parts__aco-cont .fix-btn__a {
  height: auto;
  padding: 15px;
  min-height: 70px;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-btn.is-opened + .parts__aco-cont .fix-btn__a {
    padding: 20px;
    min-height: 90px;
  }
}
#container .js-scroll-bnr .parts__aco-btn.is-opened + .parts__aco-cont .fix-btn__box {
  height: auto;
  padding: 20px 0 10px;
}
#container .js-scroll-bnr .parts__aco-btn.is-opened + .parts__aco-cont .fix-btn__box + .fix-btn__box {
  border-top: solid 1px #fff;
}
#container .js-scroll-bnr .parts__aco-btn .parts__aco-btn__span {
  position: relative;
  z-index: 1;
  -webkit-animation: Reservation_btn 12s infinite 0s ease both;
          animation: Reservation_btn 12s infinite 0s ease both;
}
#container .js-scroll-bnr .parts__aco-cont {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: rgba(23, 34, 73, 0.8);
  padding: 0 20px;
  border-radius: 20px 0 0 0;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box {
  position: relative;
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__img {
  width: 100%;
  height: 100%;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box p {
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.4;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box p {
    font-size: 1rem;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn {
  background: #fff;
  width: 100%;
  color: var(--color-red);
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  margin: 5px 0 0;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  border: solid 1px var(--color-red);
  font-size: 1rem;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn::after {
  content: "";
  width: 10px;
  height: 14px;
  background: url(/img/ico_arrow_b.svg) no-repeat;
  background-size: contain;
  background-position: center right;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  z-index: 2;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn::after {
    width: 20px;
    height: 28px;
    margin: 0 0 0 5px;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn::before {
  background: var(--color-black);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn:link, #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn:visited {
  color: var(--color-red);
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn:hover::after {
    background: url(/img/ico_arrow_w.svg) no-repeat;
    background-size: contain;
    background-position: center right;
  }
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn:hover .fix-btn__btn__span {
    color: #fff;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank] {
  color: var(--color-black) !important;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank]::after {
  background: url(/img/ico_blank_b.svg) no-repeat;
  background-size: contain;
  background-position: center right;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank]::after {
    width: 18px;
    height: 18px;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank]:link, #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank]:visited {
  color: var(--color-black) !important;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank]:hover {
    color: #fff !important;
  }
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn[target=_blank]:hover::after {
    background: url(/img/ico_blank_w.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center right !important;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__box .fix-btn__btn .fix-btn__btn__span {
  color: var(--color-red);
  z-index: 1;
  position: relative;
  display: inline-block;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__a {
  background: #fff;
  min-height: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1.4;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__a {
    padding: 0 20px;
    font-size: 1.25rem;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__a::after {
  content: "";
  width: 10px;
  height: 14px;
  background: url(/img/ico_arrow_w.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  z-index: 2;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__a::after {
    width: 20px;
    height: 28px;
    margin: 0 0 0 5px;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__a::before {
  background: var(--color-black);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__a:link, #container .js-scroll-bnr .parts__aco-cont .fix-btn__a:visited {
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__a:hover::before {
    opacity: 0;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__a:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__a:hover .fix-btn__btn__span {
    color: var(--color-black);
  }
}
@media screen and (min-width: 820px) {
  #container .js-scroll-bnr .parts__aco-cont .fix-btn__a:hover .fix-btn__img {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
    transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
    opacity: 0.6;
  }
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__a .fix-btn__btn__span {
  position: relative;
  display: block;
  z-index: 2;
}
#container .js-scroll-bnr .parts__aco-cont .fix-btn__img {
  width: 100%;
  height: calc(100% + 50px);
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0.4;
  }
  55% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0.4;
  }
  55% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Reservation_btn {
  0% {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
  }
  20% {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
  }
  50% {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  }
  75% {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
  }
}
@keyframes Reservation_btn {
  0% {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
  }
  20% {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
  }
  50% {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  }
  75% {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
  }
}
@-webkit-keyframes cont_ph_open {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes cont_ph_open {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
@-webkit-keyframes cont_ph_close {
  0% {
    scale: 1 1;
  }
  100% {
    scale: 0 1;
  }
}
@keyframes cont_ph_close {
  0% {
    scale: 1 1;
  }
  100% {
    scale: 0 1;
  }
}
@-webkit-keyframes head_ph_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
  }
}
@keyframes head_ph_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
  }
}
@-webkit-keyframes head_ph_l_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
}
@keyframes head_ph_l_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
}
@-webkit-keyframes head_ph_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@keyframes head_ph_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@-webkit-keyframes cont_slide_02 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cont_slide_02 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cont_slide_03 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cont_slide_03 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cont_slide_07 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cont_slide_07 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}