@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

.gDef-top-banner {
  background-color: #ffffff;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #000000;
  background: url(../images/common/bg_pattern01.jpg) repeat-y top center/100% auto;
  overflow: clip;
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: #000000;
  word-wrap: break-word;
  line-break: anywhere;
}

.main > * {
  overflow: hidden;
}
.main p,
.main dd {
  line-height: 1.666;
}
.main p a,
.main dd a {
  display: inline;
  color: #e60012;
  text-decoration: underline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(660 / 750 * 100%);
  z-index: 2;
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1240 * 100vw);
  }
  .wrapper {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
  .wrapper a,
  .wrapper button {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    transform: translateY(-5px);
  }
  .inner {
    width: calc(1000 / 1240 * 100%);
    max-width: 1000px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-ttl {
  text-align: center;
  margin: 0 auto 5rem;
  padding: 2.2rem 0;
  width: 48rem;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #e60012;
  -webkit-clip-path: url(#ttl_frame-sp);
          clip-path: url(#ttl_frame-sp);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 4rem;
    padding: 1.4rem 0;
    font-size: 3.6rem;
    -webkit-clip-path: url(#ttl_frame-pc);
            clip-path: url(#ttl_frame-pc);
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  background: #ffffff;
  z-index: 10;
  border-top: 1.2rem solid #e60012;
  border-bottom: 1.2rem solid #0068b7;
}
@media screen and (min-width: 768px) {
  .header {
    border-width: 0.6rem 0;
  }
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .nav-menu {
    padding: 0;
  }
}
.nav-menu li {
  position: relative;
  width: 33.3333333333%;
  height: 2.777em;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .nav-menu li {
    width: auto;
    min-width: 6.5em;
    height: 5em;
    font-size: 2.4rem;
  }
}
.nav-menu li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -0.3rem;
  width: 0.6rem;
  height: 100%;
  background: url(../images/common/icon_dots.png) no-repeat center/contain;
}
.nav-menu li:last-child::before {
  display: none;
}
.nav-menu li a {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.5em;
  width: 100%;
  height: 100%;
  font-weight: 800;
  color: #0068b7;
}
@media screen and (min-width: 768px) {
  .nav-menu li a {
    padding: 0 1em;
    transition-property: color;
  }
  .nav-menu li a:hover {
    transform: translateY(0);
    color: #e60012;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu li.nav-artist a {
    font-size: 90%;
    letter-spacing: 0;
  }
}
.nav-menu li.nolink a {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(100%);
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 4rem;
  width: 100%;
}
.banner-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 4rem calc(40 / 1000 * 100%) 0 0;
    width: calc(480 / 1000 * 100%);
  }
  .banner-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list li:nth-child(2n), .banner-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.copyright {
  padding: 6rem 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 2;
  background-color: #e60012;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.6rem;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(231, 231, 231, 0.7);
}
@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
}
.popup-inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  width: calc(660 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 90%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .popup-movie .popup-inner {
    max-width: 120vh;
  }
}
.popup-close {
  position: absolute;
  top: -4em;
  right: 0;
  width: 3em;
  height: 3em;
  background-color: #0068b7;
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .popup-close {
    transition-property: background-color !important;
  }
  .popup-close:hover {
    transform: translateY(0) !important;
    background-color: #e60012;
  }
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1px;
  margin: auto;
  padding-top: 55%;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top left;
}
.popup-close::after {
  top: calc(50% + 1px);
  transform: rotate(-45deg) translateY(-50%);
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 2rem;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 8rem calc(40 / 660 * 100%);
  line-height: 1.666;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-list > li {
    padding: 6rem calc(100 / 1000 * 100%);
  }
}
.popup-list-name {
  text-align: center;
  margin-bottom: 1em;
  font-size: 150%;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .popup-list-name {
    font-size: 260%;
  }
}
.popup-list-name small {
  display: block;
  font-size: 60%;
}
.popup-list-comment dt {
  text-align: center;
  margin: 0 auto 3rem;
  padding: 0.05em 0;
  width: 48rem;
  font-size: 115%;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #0068b7;
  -webkit-clip-path: url(#ttl_frame-sp);
          clip-path: url(#ttl_frame-sp);
}
@media screen and (min-width: 768px) {
  .popup-list-comment dt {
    font-size: 130%;
    max-width: 380px;
    -webkit-clip-path: url(#ttl_frame-pc);
            clip-path: url(#ttl_frame-pc);
  }
}
.popup-list .movie-embed {
  border-radius: 2rem;
  overflow: hidden;
}

/* =====================================================================
    print
======================================================================*/
@media print {
  .mc-list img,
  .special-list img,
  .artist-list img,
  .popup-list img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */}
}
/*# sourceMappingURL=base.css.map */