﻿@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ucxr2l");
  src: url("fonts/icomoon.eot?ucxr2l#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?ucxr2l") format("truetype"),
    url("fonts/icomoon.woff?ucxr2l") format("woff"),
    url("fonts/icomoon.svg?ucxr2l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  /* font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif; */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  margin: 0;
  background-color: #000;
}

body .pc-element {
  display: block !important;
}

@media screen and (max-width: 768px) {
  body .pc-element {
    display: none !important;
  }
}

body .sp-element {
  display: none !important;
}

@media screen and (max-width: 768px) {
  body .sp-element {
    display: block !important;
  }
}

/* body p {
  line-height: 1;
} */

body h2,
body h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body .noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
}

body #wrap {
  width: 100%;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body #wrap {
    min-width: 100%;
  }
}

body #wrap::before {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  body #wrap::before {
    display: none;
  }
}

body #wrap .coming-soon {
  position: relative;
}

body #wrap .coming-soon::before {
  content: "Coming soon";
  color: #fff;
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body #wrap .coming-soon::before {
    font-size: 22px;
  }
}

body #wrap .coming-soon-museum {
  position: relative;
  width: 100%;
  height: 210px;
  background-color: #4b4b4b;
}

@media screen and (max-width: 768px) {
  body #wrap .coming-soon-museum {
    height: 160px;
    margin-bottom: 10px !important;
  }
}

body #wrap .coming-soon-museum::before {
  content: "Coming soon";
  color: #fff;
  font-size: 30px;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body #wrap .coming-soon-museum::before {
    font-size: 22px;
  }
}

body .txt {
  line-height: 1.5;
}

img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  color: #494949;
  overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.rollOpa:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.line {
  text-decoration: underline;
}

a.line:hover {
  text-decoration: none;
}

.btn-01 {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .btn-01 {
    width: 65vw;
    height: 54px;
  }
}

.btn-01:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.btn-01 .txt {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn-01 .txt {
    font-size: 16px;
    padding: 1.3em;
  }
}

.btn-01.back-white {
  background-color: #fff;
}

.btn-01.back-white .txt {
  color: #2a2a2a;
}

.btn-01.back-blue {
  background-color: #1a2d4b;
}

.btn-01.back-blue .txt {
  color: #fff;
}

#wrap #main-wrap {
  /* margin-bottom: 0px; */
}

/* ------------------------
	header
------------------------ */
header {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    /* height: 80px; */
    height: 50px;
    background-color: #2a2a2a;
  }
}

header .link {
  position: relative;
}

header .link:hover::before {
  transform: scaleX(1);
  transform-origin: right;
}

header .link:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left;
}

@media screen and (max-width: 768px) {
  header .link:before {
    display: none;
  }
}

header > .logo-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a2a2a;
  padding: 0 18px;
  min-width: 210px;
  /* min-width: 196px; */
}

@media screen and (max-width: 768px) {
  header > .logo-wrap {
    width: 50vw;
    min-width: auto;
  }
}

header > .logo-wrap .logo-link {
  width: 100%;
}

header > .logo-wrap .logo-link .logo {
  width: 160px;
}

@media screen and (max-width: 768px) {
  header > .logo-wrap .logo-link .logo {
    /* width: 100%; */
    max-width: 117px;
  }
}

header .nav {
  width: 100%;
  position: relative;
}

header .nav > .nav-wrap {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1090px) {
  header .nav > .nav-wrap {
    display: none;
  }
}

header .nav > .nav-wrap > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header .nav > .nav-wrap > ul li .link {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  white-space: nowrap;
}

header .nav > .nav-wrap > ul li .link .theater {
  color: #000;
}

/* monet */
header .nav > .nav-wrap > ul li .mn {
  font-size: 12px;
}

header .nav > .nav-wrap > ul:first-of-type {
  width: 100%;
  padding: 0 90px 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

header .nav > .nav-wrap > ul:first-of-type .link {
  font-weight: bold;
}

/* burger menu */
/* header .menu_trigger {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 22px;
    height: 22px;
    z-index: 9999;
    transform: translateY(-50%);
    cursor: pointer;
}

header .menu_trigger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    transition: all .8s;
    right: 0;
}

header .menu_trigger span:nth-of-type(2) {
    transition: .8s;
}

header .menu_trigger.open {
    right: 43px;
}

header .menu_trigger.open span:nth-of-type(1) {
    transform: rotate(-135deg);
    top: 8px;
    position: absolute;
}

header .menu_trigger.open span:nth-of-type(2) {
    opacity: 0;
    top: 8px;
    position: absolute;
    transition: 0s;
}

header .menu_trigger.open span:nth-of-type(3) {
    transform: rotate(135deg);
    top: 8px;
    position: absolute;
}
 */

header .nav-sp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  padding: 90px 40px 20px;
  z-index: 999;
}

header .nav-sp > .nav-wrap > ul:first-of-type {
  margin-bottom: 20px;
}

header .nav-sp > .nav-wrap > ul:first-of-type .link {
  font-size: 16px;
  font-weight: bold;
}

header .nav-sp > .nav-wrap > ul li {
  margin-bottom: 10px;
}

header .nav-sp .link {
  color: #fff;
}

/* ------------------------
	footer
------------------------ */
footer .go-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 130px;
  transition: 0.2s all;
}

@media screen and (max-width: 960px) {
  footer .go-top {
    right: 15px;
    bottom: 15px;
  }
}

footer .go-top #pagetop {
  background: #666666;
  border-radius: 100px;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  transition: 0.2s all;
  width: 48px;
  z-index: 99;
}

footer .go-top #pagetop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  footer .go-top #pagetop:hover {
    opacity: 1;
  }
}

footer .go-top #pagetop::before {
  border-bottom: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -7px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(-135deg);
  width: 12px;
  will-change: transform;
}

footer .offer {
  width: 100%;
  padding: 170px 0 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  footer .offer {
    height: auto;
    padding: 90px 0 50px;
  }
}

footer .offer > .logo {
  width: 680px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  footer .offer > .logo {
    width: 86vw;
    margin-bottom: 40px;
  }
}

footer .offer > .logo.ntt {
  width: 200px;
}

@media screen and (max-width: 768px) {
  footer .offer > .logo.ntt {
    width: 54vw;
  }
}

footer .footer-wrap {
  width: 100%;
  height: 120px;
  background-color: #2a2a2a;
  color: #fff;
  padding: 0 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

@media screen and (max-width: 1090px) {
  footer .footer-wrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-wrap {
    flex-direction: column;
    height: auto;
    padding: 20px 0 20px;
  }
}

footer .footer-wrap > .nav-wrap {
  width: 770px;
  min-width: 770px;
  height: 75px;
}

@media screen and (max-width: 1090px) {
  footer .footer-wrap > .nav-wrap {
    width: calc(100% - 20em;);
    min-width: 1px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-wrap > .nav-wrap {
    width: 100%;
    min-width: auto;
    height: auto;
  }
}

footer .footer-wrap > .nav-wrap > .nav {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-wrap > .nav-wrap > .nav:first-of-type {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  footer .footer-wrap > .nav-wrap > .nav:first-of-type {
    margin: auto;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-wrap > .nav-wrap > .nav li {
    margin-bottom: 8px;
  }
}

footer .footer-wrap > .nav-wrap > .nav li .link {
  padding: 8px 22px;
  border-left: solid 1px #fff;
  color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .footer-wrap > .nav-wrap > .nav li .link {
    justify-content: center;
    padding: 0 14px;
    height: 16px;
    line-height: 1.5;
    font-size: 0.75rem;
  }
}

footer .footer-wrap > .nav-wrap > .nav li:last-of-type .link {
  border-right: solid 1px #fff;
}

footer .footer-wrap > .copy-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .footer-wrap > .copy-wrap {
    margin-top: 5px;
  }
}

footer .footer-wrap > .copy-wrap > .txt {
  font-size: 12px;
  white-space: nowrap;
}
