<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*====================================================================
	01 General_style
====================================================================*/
html, body {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body {
  font-family: "メイリオ", "Meiryo", Meiryo, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
}
@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}
body.on {
  position: fixed;
  width: 100%;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  display: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: inherit;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes nav_hover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes nav_hover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav_hover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slide-arrow {
  0% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(8px, -50%);
    -ms-transform: translate(8px, -50%);
    -moz-transform: translate(8px, -50%);
    -o-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
  }
  51% {
    -webkit-transform: translate(-8px, -50%);
    -ms-transform: translate(-8px, -50%);
    -moz-transform: translate(-8px, -50%);
    -o-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.inview {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.inview.on {
  opacity: 1;
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	header
*/
header {
  position: fixed;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  letter-spacing: -0.4em;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  header {
    padding: 0 30px;
  }
}
header .logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 120px 0 0;
}
@media screen and (max-width: 1280px) {
  header .logo {
    margin: 0 100px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  header .logo {
    margin: 0 100px 0 0;
  }
}
@media screen and (max-width: 800px) {
  header .logo {
    position: relative;
    margin: 0 30px 0 0;
    z-index: 99;
  }
}
header .logo img {
  width: 151px;
}
@media screen and (max-width: 800px) {
  header .logo img {
    width: 80px;
  }
}
header .history .history_txt {
  color: #494949;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media screen and (max-width: 800px) {
  header .history .history_txt {
    position: relative;
  }
}
header .history a {
  position: relative;
  display: block;
  letter-spacing: -0.4em;
  width: 0;
  padding: 0 0 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
@media screen and (max-width: 800px) {
  header .history a {
    width: 100%;
  }
}
header .history a p, header .history a img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  header .history a p, header .history a img {
    display: block;
  }
}
header .history a p {
  position: relative;
  color: #494949;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 100% */
  letter-spacing: 0.36px;
  margin: 0 12px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  header .history a p {
    text-decoration: underline;
  }
}
header .history a p:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #494949;
}
@media screen and (max-width: 800px) {
  header .history a p:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  header .history a p {
    line-height: 1.5;
    margin: 0 0 6px;
  }
}
header .history a .img_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  overflow: hidden;
}
header .history a .img_wrap img {
  position: relative;
  top: 5px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 8px;
}
header .history a.loaded {
  width: 100%;
}
header .history a:hover p:after {
  animation: underline 0.5s ease-in-out forwards 0s;
}
@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
header .history a:hover .img_wrap img {
  animation: slide-arrow 0.5s ease-in-out forwards 0s;
}
header .sp_link {
  display: none;
}
@media screen and (max-width: 800px) {
  header .sp_link {
    position: absolute;
    top: 0;
    left: 128px;
    display: block;
  }
  header .sp_link p {
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    letter-spacing: 0.24px;
    margin: 0 0 10px;
  }
  header .sp_link a {
    position: relative;
    display: block;
    color: #FFF;
    width: 146px;
    height: 28px;
    flex-shrink: 0;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.24px;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: #000;
    margin: 0 0 6px;
    padding: 0 0 0 12px;
  }
  header .sp_link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 8px;
    height: 100%;
    background-image: url("../../images/115/btn_arrow_white.svg");
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
header .nav {
  position: absolute;
  top: 0;
  right: 60px;
  letter-spacing: -0.4em;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  header .nav {
    position: relative;
    right: auto;
    margin: 0 0 30px;
  }
}
header .nav .history {
  display: none;
}
@media screen and (max-width: 800px) {
  header .nav .history {
    display: block;
    margin: 0 0 30px;
  }
  header .nav .history a p {
    margin: 0;
  }
}
header .nav .special_page, header .nav .official {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  header .nav .special_page, header .nav .official {
    display: block;
  }
}
header .nav .special_page {
  position: relative;
  margin: 0;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 800px) {
  header .nav .special_page {
    margin: 0 0 36px;
  }
}
header .nav .special_page:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 30px;
  background: #DADADA;
}
@media screen and (max-width: 800px) {
  header .nav .special_page:after {
    display: none;
  }
}
header .nav .special_page p, header .nav .special_page a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
header .nav .special_page p {
  color: #222;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: 0.28px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 800px) {
  header .nav .special_page p {
    display: block;
    color: #091010;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 100% */
    letter-spacing: 0.32px;
    margin: 0 0 18px;
  }
}
header .nav .special_page a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: 0.24px;
  margin: 0 9px;
  padding: 8px 32px 8px 12px;
  border-radius: 2px;
  border: 1px solid #FFF;
  background: #222;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .nav .special_page a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 8px;
  height: 100%;
  background-image: url("../../images/115/btn_arrow_white.svg");
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  header .nav .special_page a:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  header .nav .special_page a {
    width: fit-content;
    height: 38px;
    color: #091010;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.28px;
    text-align: left;
    margin: 0 18px 0 0;
    padding: 0;
    background: none;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
header .nav .special_page a.travel {
  margin: 0 3px 0 0;
}
@media screen and (max-width: 800px) {
  header .nav .special_page a.travel {
    margin: 0 18px 0 0;
  }
}
header .nav .official {
  position: relative;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
  flex-shrink: 0;
  border-radius: 2px;
  text-align: center;
  margin: 10px 0 0 24px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 800px) {
  header .nav .official {
    width: 100%;
    height: auto;
    color: #091010;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.32px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
header .nav .official:hover {
  color: #222;
}
@media screen and (max-width: 800px) {
  header .sp_nav_wrap {
    position: fixed;
    top: -30px;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: #FBFBFB;
    padding: 175px 30px 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 9;
  }
  header .sp_nav_wrap.view {
    pointer-events: auto;
    opacity: 1;
  }
  header .sp_nav_wrap.view .nav li a {
    animation: slide-in 1s ease-in-out forwards 0s;
  }
}
header .sp_nav {
  display: none;
}
@media screen and (max-width: 800px) {
  header .sp_nav {
    display: block;
  }
  header .sp_nav ul {
    margin: 0 0 47px;
  }
  header .sp_nav ul li a {
    color: #091010;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 200% */
    letter-spacing: 0.2px;
  }
  header .sp_nav .brand {
    margin: 0 0 18px;
  }
  header .sp_nav .brand img {
    margin: 0 0 18px;
  }
  header .sp_nav .brand p {
    color: #828282;
    font-feature-settings: "halt" on;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
  header .sp_nav .address {
    position: relative;
  }
  header .sp_nav .address .address_txt {
    color: #091010;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px; /* 125% */
    letter-spacing: normal;
  }
  header .sp_nav .address .thema {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #091010;
    text-align: right;
    font-family: "GT America Regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px; /* 100% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
}
header .sp_btn {
  display: none;
}
@media screen and (max-width: 800px) {
  header .sp_btn {
    position: fixed;
    top: 0;
    right: 30px;
    display: block;
    width: 30px;
    height: 12px;
    z-index: 99;
  }
}
header .sp_btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .sp_btn span:nth-of-type(1) {
  top: 0;
}
header .sp_btn span:nth-of-type(2) {
  top: 5px;
}
header .sp_btn span:nth-of-type(3) {
  bottom: 0;
}
header .sp_btn span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
  animation: btn07-bar01 0.75s forwards;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(5px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(5px) rotate(25deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
header .sp_btn span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
header .sp_btn span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 0.75s forwards;
  animation: btn07-bar03 0.75s forwards;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-5px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-5px) rotate(-25deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
header .sp_btn.on span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
  animation: active-btn07-bar01 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(25deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(25deg);
  }
}
header .sp_btn.on span:nth-of-type(2) {
  opacity: 0;
}
header .sp_btn.on span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
  animation: active-btn07-bar03 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-25deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-25deg);
  }
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	footer
*/
footer {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  padding: 0 60px;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  opacity: 0;
  pointer-events: none;
}
footer.view {
  opacity: 1;
}
footer #circle {
  position: absolute;
  bottom: 70px;
  right: 60px;
  width: 30px;
}
@media screen and (max-width: 800px) {
  footer #circle {
    bottom: 0;
    left: 30px;
    right: auto;
    width: 20px;
  }
}
footer .ft_logo {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  margin: 0 91px 0 0;
}
@media screen and (max-width: 800px) {
  footer .ft_logo {
    display: none;
  }
}
footer .ft_logo img {
  display: block;
  margin: 0 0 18px;
}
footer .ft_logo p {
  color: #828282;
  font-feature-settings: "halt" on;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
footer .wrap {
  position: absolute;
  bottom: 0;
  right: 60px;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 800px) {
  footer .wrap {
    bottom: 0;
    left: 62px;
    right: auto;
  }
}
footer .wrap .anniv {
  display: inline-block;
  color: #494949;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
  letter-spacing: 0.2px;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 800px) {
  footer .wrap .anniv {
    position: fixed;
    bottom: 0;
    right: 30px;
    display: block;
    margin: 0;
  }
}
footer .wrap .ft_nav {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 60px 0 0;
  pointer-events: auto;
}
@media screen and (max-width: 1280px) {
  footer .wrap .ft_nav {
    position: absolute;
    bottom: 20px;
    right: 0;
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  footer .wrap .ft_nav {
    display: none;
  }
}
footer .wrap .ft_nav ul {
  display: inline-block;
}
footer .wrap .ft_nav ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}
footer .wrap .ft_nav ul li:last-child {
  margin: 0;
}
footer .wrap .ft_nav ul li a {
  color: #494949;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px; /* 100% */
  letter-spacing: 0.2px;
}
footer .wrap address {
  display: inline-block;
  color: #494949;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  letter-spacing: normal;
}
@media screen and (max-width: 800px) {
  footer .wrap address {
    font-size: 8px;
    text-align: left;
  }
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Top
*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999999;
}
.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 203px;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 800px) {
  .loading svg {
    width: 160px;
  }
}
.loading svg path {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.loading svg.view {
  opacity: 1;
}
.loading svg.none {
  opacity: 0;
}
.loading .loading_img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: 9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.loading .loading_img.view {
  animation: loading_img 5s ease-in-out forwards 0s;
}
@keyframes loading_img {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.loading .loading_img.loading_img_01 {
  background-image: url("../../images/115/loading_img.webp");
}
@media screen and (max-width: 800px) {
  .loading .loading_img.loading_img_01 {
    background-image: url("../../images/115/loading_img_sp.webp");
  }
}
.loading .loading_img.loading_img_02 {
  background-image: url("../../images/115/loading_img_02.webp");
}
@media screen and (max-width: 800px) {
  .loading .loading_img.loading_img_02 {
    background-image: url("../../images/115/loading_img_02_sp.webp");
  }
}
.loading p {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  .loading p {
    bottom: 130px;
    left: 30px;
    font-size: 20px;
  }
}
.loading p.black {
  color: #000;
}

.modal_under {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
@media screen and (max-width: 800px) {
  .modal_under {
    overflow: scroll;
  }
}
.modal_under .close {
  position: absolute;
  top: 30px;
  right: 60px;
  display: block;
  width: 30px;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  .modal_under .close {
    right: 30px;
    width: 20px;
  }
}
.modal_under .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: max-content;
}
@media screen and (max-width: 800px) {
  .modal_under .inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 110px 0;
    width: 100%;
  }
}
.modal_under .inner .ttl {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: 0.6px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 800px) {
  .modal_under .inner .ttl {
    font-size: 20px;
  }
}
.modal_under .inner ul {
  letter-spacing: -0.4em;
}
.modal_under .inner ul li {
  display: inline-block;
  width: 400px;
  margin: 0 30px;
}
@media screen and (max-width: 800px) {
  .modal_under .inner ul li {
    display: block;
    width: 100%;
    max-width: 315px;
    margin: 0 auto 30px;
  }
}
.modal_under .inner ul li .modal_under_img img {
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.modal_under .inner ul li .modal_under_img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.modal_under .inner ul li .btn {
  position: relative;
  display: block;
  width: 295px;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  text-align: left;
  letter-spacing: -0.4em;
  margin: 30px auto 0;
  padding: 22px 0 22px;
  box-sizing: border-box;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
@media screen and (max-width: 800px) {
  .modal_under .inner ul li .btn {
    position: relative;
    left: 0;
    right: auto;
    margin: 12px auto 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #D1D2D6 0%, #fff 100%);
  }
}
.modal_under .inner ul li .btn .jp, .modal_under .inner ul li .btn .en, .modal_under .inner ul li .btn .img_wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal_under .inner ul li .btn p {
  color: #000;
  letter-spacing: normal;
}
.modal_under .inner ul li .btn .jp {
  left: 30px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
}
.modal_under .inner ul li .btn .en {
  right: 50px;
  color: #000;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  letter-spacing: 0.24px;
  margin: 0 6px 0 0;
}
.modal_under .inner ul li .btn .en span {
  font-size: 10px;
}
.modal_under .inner ul li .btn .img_wrap {
  right: 30px;
  width: 8px;
  height: 100%;
}
.modal_under .inner ul li .btn .img_wrap img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
}
.modal_under .inner ul li .btn:hover .nav_txt span {
  animation: nav_hover 0.3s ease-in-out forwards;
}
.modal_under .inner ul li .btn:hover .img_wrap {
  overflow: hidden;
}
.modal_under .inner ul li .btn:hover .img_wrap img {
  animation: slide-arrow 0.5s ease-in-out forwards 0s;
}

#main {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #FBFBFB;
}
#main p.cnt {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 2em;
}
#main .mask {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 464px;
  height: 464px;
  z-index: 99999;
}
@media screen and (max-width: 800px) {
  #main .mask {
    top: calc(45% + 25px);
    left: 50%;
    width: calc(76vw + 2px);
    height: calc(76vw + 50px);
  }
}
#main .mask:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#main .mask.none:before {
  height: 0;
}
#main .history {
  position: fixed;
  bottom: 280px;
  left: 60px;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  #main .history {
    display: none;
  }
}
#main .history .history_txt {
  color: #494949;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#main .history .history_txt.view {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #main .history .history_txt {
    position: relative;
  }
}
#main .history a {
  position: relative;
  display: block;
  letter-spacing: -0.4em;
  width: 0;
  padding: 0 0 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#main .history a p, #main .history a img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  #main .history a p, #main .history a img {
    display: block;
  }
}
#main .history a p {
  position: relative;
  color: #494949;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 100% */
  letter-spacing: 0.36px;
  margin: 0 12px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #main .history a p {
    text-decoration: underline;
  }
}
#main .history a p:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #494949;
}
@media screen and (max-width: 800px) {
  #main .history a p:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #main .history a p {
    line-height: 1.5;
    margin: 0 0 6px;
  }
}
#main .history a .img_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  overflow: hidden;
}
#main .history a .img_wrap img {
  position: relative;
  top: 5px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 8px;
}
#main .history a.loaded {
  width: 100%;
}
#main .history a:hover p:after {
  animation: underline 0.5s ease-in-out forwards 0s;
}
@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#main .history a:hover .img_wrap img {
  animation: slide-arrow 0.5s ease-in-out forwards 0s;
}
#main .year_wrap {
  position: fixed;
  bottom: 160px;
  left: 60px;
  display: block;
  width: 200px;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #main .year_wrap {
    top: calc(50% - 56vw);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 76%;
    height: 20px;
    overflow: initial;
  }
}
#main .year_wrap.view {
  opacity: 1;
}
#main .year_wrap.view .year h3 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 800px) {
  #main .year_wrap .year {
    position: relative;
    text-align: right;
  }
}
#main .year_wrap .year p {
  color: #091010;
  font-family: "GT America Medium";
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  letter-spacing: 0.16px;
  margin: 0 0 12px;
}
@media screen and (max-width: 800px) {
  #main .year_wrap .year p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#main .year_wrap .year h3 {
  color: #091010;
  font-family: "GT America Black";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 1; /* 100% */
  letter-spacing: 1px;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
@media screen and (max-width: 800px) {
  #main .year_wrap .year h3 {
    font-size: 20px;
  }
}
#main .year_wrap .year h3 .odometer-inside {
  font-size: 1em;
}
#main .year_wrap .year h3 span {
  font-size: 1em;
}
#main .year_wrap .year h3 .odometer-formatting-mark {
  display: none;
}
#main .year_wrap .year .odometer.odometer-auto-theme .odometer-value, #main .year_wrap .year .odometer.odometer-theme-default .odometer-value {
  text-align: center;
  font-size: 50px;
}
@media screen and (max-width: 800px) {
  #main .year_wrap .year .odometer.odometer-auto-theme .odometer-value, #main .year_wrap .year .odometer.odometer-theme-default .odometer-value {
    font-size: 20px;
  }
}
#main .circle-object {
  position: absolute;
  top: 0;
  left: -70vw;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
#main .circle-object#circle-object {
  z-index: 9;
}
#main .circle-object#circle-object-2 {
  z-index: 2;
}
#main .circle-object#circle-object-3 {
  z-index: 3;
}
#main .circle-object#circle-object-4 {
  z-index: 4;
}
#main .circle-object#circle-object-5 {
  z-index: 5;
}
#main .circle-object#circle-object-6 {
  z-index: 6;
}
#main .circle-object .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  max-width: 1160px;
  height: 460px;
}
@media screen and (max-width: 800px) {
  #main .circle-object .inner {
    top: 45%;
    width: 100%;
  }
}
#main .circle-object .inner .img_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  #main .circle-object .inner .img_wrap {
    left: 50%;
    width: 76%;
  }
}
#main .circle-object .inner .img_wrap .item_img {
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#main .circle-object .inner .img_wrap .item_img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#main .info-object {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  #main .info-object {
    width: 100%;
  }
}
#main .info-object .inner {
  position: absolute;
  top: 50%;
  left: calc(50% + 200px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: calc(50% - 200px);
  height: 460px;
}
@media screen and (max-width: 800px) {
  #main .info-object .inner {
    position: absolute;
    top: calc(50% + 25vw);
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    text-align: center;
  }
}
#main .info-object .inner .txt_wrap {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 800px) {
  #main .info-object .inner .txt_wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    width: 100%;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main .info-object .inner .txt_wrap .wrap {
  overflow: hidden;
  width: max-content;
}
@media screen and (max-width: 800px) {
  #main .info-object .inner .txt_wrap .wrap {
    width: 100%;
  }
}
#main .info-object .inner .txt_wrap .wrap.p_wrap {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  animation: fade-out 0.5s ease-in-out forwards 0s;
}
#main .info-object .inner .txt_wrap h2 {
  width: max-content;
  color: rgb(205, 207, 207);
  font-family: "GT America Black";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 6px;
  animation: fade-out 0.5s ease-in-out forwards 0s;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media screen and (max-width: 1280px) {
  #main .info-object .inner .txt_wrap h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1050px) {
  #main .info-object .inner .txt_wrap h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  #main .info-object .inner .txt_wrap h2 {
    font-size: 30px;
    margin: 0 auto 6px;
  }
}
#main .info-object .inner .txt_wrap p {
  color: rgb(205, 207, 207);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
  width: max-content;
  margin: 18px 0 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  animation: fade-out 0.5s ease-in-out forwards 0s;
}
@media screen and (max-width: 800px) {
  #main .info-object .inner .txt_wrap p {
    width: 100%;
    margin: 6px 0 0;
  }
}
#main .info-object .inner .btn {
  position: absolute;
  bottom: 0;
  left: calc(50% + 200px);
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: rgb(205, 207, 207);
  text-align: center;
  letter-spacing: -0.4em;
  padding: 22px 0;
  box-sizing: border-box;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  animation: fade-out 0.5s ease-in-out forwards 0s;
}
@media screen and (max-width: 1280px) {
  #main .info-object .inner .btn {
    left: auto;
    right: -320px;
  }
}
@media screen and (max-width: 1050px) {
  #main .info-object .inner .btn {
    right: -285px;
  }
}
@media screen and (max-width: 800px) {
  #main .info-object .inner .btn {
    position: relative;
    left: 0;
    right: auto;
    margin: 12px auto 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #D1D2D6 0%, #fff 100%);
  }
}
#main .info-object .inner .btn .jp, #main .info-object .inner .btn .en, #main .info-object .inner .btn .img_wrap {
  display: inline-block;
  vertical-align: middle;
}
#main .info-object .inner .btn p {
  color: #000;
  letter-spacing: normal;
}
#main .info-object .inner .btn .jp {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  margin: 0 24px 0 0;
}
#main .info-object .inner .btn .en {
  color: #000;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  letter-spacing: 0.24px;
  margin: 0 6px 0 0;
}
#main .info-object .inner .btn .en span {
  font-size: 10px;
}
#main .info-object .inner .btn .img_wrap {
  position: relative;
  width: 8px;
  height: 100%;
}
#main .info-object .inner .btn .img_wrap img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
}
#main .info-object .inner .btn:hover .nav_txt span {
  animation: nav_hover 0.3s ease-in-out forwards;
}
#main .info-object .inner .btn:hover .img_wrap {
  overflow: hidden;
}
#main .info-object .inner .btn:hover .img_wrap img {
  animation: slide-arrow 0.5s ease-in-out forwards 0s;
}
#main .info-object.loaded .inner .txt_wrap h2 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main .info-object.loaded.on-right {
  z-index: 9999;
}
#main .info-object.loaded.on-right .txt_wrap h2 {
  animation: slide-in 1s ease-in-out forwards 0s;
}
#main .info-object.loaded.on-right .txt_wrap .wrap.p_wrap {
  animation: txt-view_01 1s ease-in-out forwards 0s;
}
@media screen and (max-width: 800px) {
  #main .info-object.loaded.on-right .txt_wrap .wrap.p_wrap {
    animation: txt-view_01 1.3s ease-in-out forwards 0s;
  }
}
@keyframes txt-view_01 {
  0% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main .info-object.loaded.on-right .txt_wrap .wrap.p_wrap p {
  animation: txt-view_02 1s ease-in-out forwards 0s;
}
@media screen and (max-width: 800px) {
  #main .info-object.loaded.on-right .txt_wrap .wrap.p_wrap p {
    animation: txt-view_02 1.3s ease-in-out forwards 0s;
  }
}
@keyframes txt-view_02 {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main .info-object.loaded.on-right .txt_wrap .btn {
  animation: fade-in 1s ease-in-out forwards 0s;
}
#main .info-object.loaded.on-right .btn {
  animation: fade-in 1s ease-in-out forwards 0s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .modal {
    overflow: scroll;
  }
}
.modal .modal_hd {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width: 800px) {
  .modal .modal_hd {
    padding: 0 30px;
    z-index: 9;
  }
}
.modal .modal_hd .logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 120px 0 0;
  width: 151px;
}
@media screen and (max-width: 800px) {
  .modal .modal_hd .logo {
    width: 80px;
    margin: 0 30px 0 0;
  }
}
.modal .modal_hd p {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.modal .modal_hd .close {
  position: absolute;
  top: 0;
  right: 60px;
  display: block;
  width: 30px;
}
.modal .modal_cts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 800px) {
  .modal .modal_cts {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 145px 0;
  }
}
.modal .modal_cts .img_area {
  display: inline-block;
  width: 285px;
  vertical-align: top;
  margin: 0 90px 0 0;
}
@media screen and (max-width: 800px) {
  .modal .modal_cts .img_area {
    display: block;
    margin: 0 auto;
  }
}
.modal .modal_cts .img_area img {
  display: block;
}
.modal .modal_cts .img_area img:first-child {
  width: 195px;
}
.modal .modal_cts .img_area img:last-child {
  width: 203px;
  margin: -30px 0 0 auto;
}
@media screen and (max-width: 800px) {
  .modal .modal_cts .img_area img:last-child {
    margin: -90px 0 0 auto;
  }
}
.modal .modal_cts .txt_area {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .modal .modal_cts .txt_area {
    display: block;
    width: 285px;
    margin: -60px auto 0;
  }
}
.modal .modal_cts .txt_area .wrap {
  overflow: hidden;
}
.modal .modal_cts .txt_area .wrap h3 {
  color: #FFF;
  font-family: "GT America Black";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 1; /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
@media screen and (max-width: 800px) {
  .modal .modal_cts .txt_area .wrap h3 {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}
.modal .modal_cts .txt_area .txt {
  display: block;
  width: 360px;
  max-width: 100%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 30px 0;
}
.modal .modal_cts .txt_area a {
  display: block;
  width: 295px;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  letter-spacing: -0.4em;
  padding: 22px 0;
  box-sizing: border-box;
}
.modal .modal_cts .txt_area a .jp, .modal .modal_cts .txt_area a .en, .modal .modal_cts .txt_area a img {
  display: inline-block;
  vertical-align: middle;
}
.modal .modal_cts .txt_area a p {
  color: #000;
  letter-spacing: normal;
}
.modal .modal_cts .txt_area a .jp {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  margin: 0 24px 0 0;
}
.modal .modal_cts .txt_area a .en {
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: 0.24px;
  margin: 0 6px 0 0;
}
.modal .modal_cts .txt_area a .en span {
  font-size: 10px;
}
.modal .modal_cts .txt_area a img {
  width: 8px;
}
.modal .modal_ft {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 800px) {
  .modal .modal_ft {
    display: none;
  }
}
.modal .modal_ft p {
  color: #fff;
  font-feature-settings: "halt" on;
  font-family: "GT America Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.2px;
  text-align: right;
  margin: 0 850px 0 auto;
}

.modal.view .txt_area .wrap h3 {
  animation: slide-in 1s ease-in-out forwards 0s;
}

#content .item {
  display: block;
  height: 2000px;
}
</pre></body></html>