@charset "UTF-8";

/**************
reset.css start
**************/

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

/**************
reset.css end
**************/

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler-UltraLight.woff2") format("woff2"), url("/assets/fonts/Butler-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler-Medium.woff2") format("woff2"), url("/assets/fonts/Butler-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler-Light.woff2") format("woff2"), url("/assets/fonts/Butler-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler-Black.woff2") format("woff2"), url("/assets/fonts/Butler-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler-Bold.woff2") format("woff2"), url("/assets/fonts/Butler-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Butler-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url("/assets/fonts/Butler.woff2") format("woff2"), url("/assets/fonts/Butler.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.font2 {
  font-family: nimbus-sans, sans-serif;
}

.font3 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

@keyframes arrow4 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(4px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  height: 100%;
}

body {
  display: block;
  background-color: #f4f4ee;
  color: #000;
  font-family: 'Butler', nimbus-sans, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 300;
  letter-spacing: 0.0em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

.rotate_alert {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10010;
  background-color: #f4f4ee;
  display: none;
}

.rotate_alert.show {
  display: block;
}

.rotate_alert img {
  position: absolute;
  width: 90px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

main .main_visual {
  /* for IE 11 */
  /* for Microsoft Edge */
}

main .main_visual #mapWrap {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: fixed !important;
}

main .main_visual #mapWrap #map {
  width: 200%;
  height: 100%;
  background-color: grey;
  top: 0;
  left: -75%;
  transform: translate3d(0, 0, 0);
  filter: grayscale(100%) brightness(90%) contrast(150%);
}

main .main_visual #threeDContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main .main_visual #threeDContainer .item,
main .main_visual #threeDContainer .shadow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
}

main .main_visual #threeDContainer .item.item1 {
  margin-top: -55vh;
  margin-left: 39vw;
}

main .main_visual #threeDContainer .item.item2 {
  margin-top: -10vh;
  margin-left: 41vw;
}

main .main_visual #threeDContainer .item.item3 {
  margin-top: 25vh;
  margin-left: 9.3vw;
}

main .main_visual #threeDContainer .item.item4 {
  margin-top: 40.7vh;
  margin-left: 1.4vw;
}

main .main_visual #threeDContainer .item.item5 {
  margin-top: 40.6vh;
  margin-left: 43.4vw;
}

main .main_visual #threeDContainer .shadow.item1 {
  margin-top: -51vh;
  margin-left: 40.4vw;
}

main .main_visual #threeDContainer .shadow.item2 {
  margin-top: -10.6vh;
  margin-left: 40vw;
}

main .main_visual #threeDContainer .shadow.item2 img {
  transform: scale(0.7);
}

main .main_visual #threeDContainer .shadow.item3 {
  margin-top: 29vh;
  margin-left: 10.5vw;
}

main .main_visual #threeDContainer .shadow.item4 {
  margin-top: 44.7vh;
  margin-left: 1.4vw;
}

main .main_visual #threeDContainer .shadow.item5 {
  margin-top: 43.6vh;
  margin-left: 44.4vw;
}

main .main_visual .chunk_bg {
  position: absolute;
  width: 93%;
  background-color: #ff7000;
  mix-blend-mode: multiply;
  top: 37vh;
  left: 50%;
  overflow: hidden;
  transform-origin: center top;
  transform: translate3d(-50%, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  main .main_visual *::-ms-backdrop,
  main .main_visual .chunk_bg {
    opacity: .85;
  }
}

@supports (-ms-ime-align: auto) {
  main .main_visual .chunk_bg {
    opacity: .85;
  }
}

main .main_visual .chunk {
  position: absolute;
  width: 93%;
  height: 56.3vh;
  top: 37vh;
  left: 50%;
  color: #fff;
  border-top: 2px solid #0022ff;
  margin-bottom: 5vh;
  transform-origin: center top;
  transform: translate3d(-50%, 0, 0);
}

main .main_visual .chunk.fixH {
  height: 394px;
}

main .main_visual .chunk > .child {
  display: flex;
  margin-top: 10.3vh;
  position: relative;
  z-index: 100;
}

main .main_visual .chunk > .child .left {
  width: 23%;
  padding-left: 4%;
}

main .main_visual .chunk > .child .left .logo_white .child a img {
  width: 100px;
}

main .main_visual .chunk > .child .left .txt {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 27px;
  line-height: 1.4;
}

main .main_visual .chunk > .child h1 {
  font-size: 12.2vh;
  margin-top: 1.3vh;
  width: 77%;
  letter-spacing: -0.02em;
  line-height: 0.92;
  font-weight: 500;
  white-space: nowrap;
}

main .main_visual .chunk > .child h1 span {
  line-height: 1.38;
}

main .main_visual .chunk > .child .right {
  width: 0%;
  position: relative;
}

main .main_visual .chunk > .child .right .addresses {
  transform-origin: top left;
  transform: rotate(90deg);
  position: relative;
  top: 2px;
  left: -50px;
  white-space: nowrap;
}

main .main_visual .chunk > .child .right .addresses .address1,
main .main_visual .chunk > .child .right .addresses .address3 {
  font-size: 1.8rem;
  font-weight: 600;
}

main .main_visual .chunk > .child .right .addresses .address2,
main .main_visual .chunk > .child .right .addresses .address4 {
  font-size: 1.2rem;
  margin-top: 6px;
  line-height: 1.3;
}

main .main_visual .chunk > .child .right .addresses .address3 {
  margin-top: 36px;
}

main .main_visual .chunk > .child .right .link {
  position: absolute;
  font-size: 1.8rem;
  top: 31.3vh;
  right: 164px;
}

main .main_visual .chunk > .child .right .link.hide {
  display: none;
}

main .main_visual .chunk > .child .right .link a {
  color: #fff;
  position: relative;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

main .main_visual .chunk > .child .right .link a:hover:before {
  animation: arrow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

main .main_visual .chunk > .child .right .link a canvas {
  position: absolute;
  left: 120px;
  top: -14px;
}

main .main_visual .chunk > .child .right .link a:before {
  content: "";
  background-image: url(/assets/img/enter/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 9px;
  height: 14px;
  position: absolute;
  left: 143px;
  top: 6px;
}

main .main_visual .chunk > .child .right .link a:after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 78px;
}

main .main_visual .lang {
  position: absolute;
  font-size: 1.8rem;
  left: 50%;
  display: flex;
  top: 11.5vh;
  margin-left: 11.7%;
}

main .main_visual .lang ul {
  margin-right: 38%;
}

main .main_visual .lang ul:nth-of-type(2) li {
  margin-bottom: 3.1vh;
}

main .main_visual .lang ul:nth-of-type(2) li:nth-of-type(2) {
  margin-bottom: 3.0vh;
}

main .main_visual .lang ul li {
  margin-bottom: 3.3vh;
  letter-spacing: 0.05em;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

main .main_visual .lang ul li:hover {
  opacity: 0.4;
}

main .main_visual .lang ul li.font3 {
  font-size: 1.5rem;
}

main .main_visual .lang ul li:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
  background-color: #000;
  position: relative;
  top: -3px;
  margin-right: 14px;
}

main .main_visual .lang ul li.nonactive {
  opacity: .4;
  cursor: default;
}

main .main_visual #timer {
  position: absolute;
  top: 120px;
  left: 120px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}

main .main_visual #timer canvas {
  position: absolute;
  left: -45px;
  top: -2px;
}

@media screen and (max-width: 1023px) {
  html,
  body {
    height: auto;
    overflow: hidden;
  }

  main {
    height: auto;
  }

  main .main_visual {
    height: auto;
  }

  main .main_visual #mapWrap {
    width: 100%;
  }

  main .main_visual #mapWrap #map {
    top: 30.6vh;
    height: 69.4vh;
  }

  main .main_visual #threeDContainer .item,
  main .main_visual #threeDContainer .shadow {
    display: none;
  }

  main .main_visual .chunk_bg {
    top: 0;
    margin-top: 26.4vh;
    left: 7%;
    width: 93%;
    transform: translate3d(0, 0, 0);
  }

  main .main_visual .chunk {
    top: 0;
    margin-top: 26.4vh;
    border-top: 4px solid #0022ff;
    left: 7%;
    width: 93%;
    height: 61.8vh;
    transform: translate3d(0, 0, 0);
  }

  main .main_visual .chunk > .child {
    display: block;
    margin-top: 9vh;
  }

  main .main_visual .chunk > .child .left {
    width: 100%;
    padding-left: 8%;
  }

  main .main_visual .chunk > .child .left .logo_white .child a img {
    width: 60px;
  }

  main .main_visual .chunk > .child .left .txt {
    font-size: 1.0rem;
    margin-top: 12px;
  }

  main .main_visual .chunk > .child h1 {
    width: 100%;
    padding-left: 8%;
    margin-top: 25px;
    line-height: 0.92;
  }

  main .main_visual .chunk > .child .right {
    padding-left: 8%;
    margin-bottom: 60px;
    width: 21%;
  }

  main .main_visual .chunk > .child .right .addresses {
    display: none;
  }

  main .main_visual .chunk > .child .right .link {
    font-size: 1.5rem;
    margin-top: 0;
    top: 7.2vh;
    left: 39%;
    right: auto;
  }

  main .main_visual .chunk > .child .right .link a canvas {
    left: 88px;
    top: -12px;
  }

  main .main_visual .chunk > .child .right .link a:after {
    position: absolute;
    width: 29px;
    top: 8px;
    left: 62px;
  }

  main .main_visual .chunk > .child .right .link a:before {
    width: 6.75px;
    height: 10.25px;
    left: 106px;
    top: 4px;
  }

  main .main_visual .lang {
    left: 14.7%;
    margin-left: 0;
    font-size: 1.7rem;
    top: 58px;
  }

  main .main_visual .lang ul {
    margin-right: 49px;
  }

  main .main_visual .lang ul:nth-of-type(2) li {
    margin-bottom: 15px;
  }

  main .main_visual .lang ul:nth-of-type(2) li:nth-of-type(2) {
    margin-bottom: 14px;
  }

  main .main_visual .lang ul li {
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  main .main_visual .lang ul li.font3 {
    font-size: 1.6rem;
  }

  main .main_visual .lang ul li:before {
    width: 12.5px;
    top: -5.5px;
    margin-right: 8.5px;
  }

  main .main_visual #timer {
    left: inherit;
    right: 50px;
    font-size: 3.0rem;
  }

  main .main_visual #timer canvas {
    left: -47px;
  }
}

@media screen and (max-width: 559px) {
  main .main_visual .chunk {
    border-top-width: 2px;
    height: 74%;
    margin-bottom: 0;
  }

  main .main_visual .chunk > .child .right {
    padding-top: 0px;
  }

  main .main_visual #timer {
    right: 25px;
    font-size: 1.5rem;
  }

  main .main_visual #timer canvas {
    left: -24px;
  }
}