@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #111;
}
body.active {
  overflow: hidden;
}

a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #898989;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* --------------------------------page--------------------------------------------------------- */
.hum {
  width: 60px;
  height: 60px;
  background-color: #111;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
  display: inline-block;
  transition: all 0.25s ease-in;
  box-sizing: border-box;
  cursor: pointer;
}
.hum span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #FFF;
  border-radius: 1px;
}
.hum span:nth-of-type(1) {
  top: 18px;
  left: 10px;
}
.hum span:nth-of-type(2) {
  top: 30px;
  left: 10px;
}
.hum span:nth-of-type(3) {
  bottom: 16px;
  left: 10px;
}
.hum:hover {
  background-color: #b60005 !important;
}
.hum.active {
  background-color: #111;
}
.hum.active span {
  background-color: #FFF;
}
.hum.active span:nth-of-type(1) {
  left: 10px;
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
}
.hum.active span:nth-of-type(2) {
  opacity: 0;
}
.hum.active span:nth-of-type(3) {
  left: 10px;
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

nav {
  width: 350px;
  height: 100vh;
  background: linear-gradient(to bottom, #FFF, #898989, #111);
  background-color: #898989;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 77;
  pointer-events: none;
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
  transition: all 0.25s linear;
}
nav.active {
  pointer-events: auto;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}
nav ul {
  width: 100%;
  height: 100%;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: fle-start;
  align-items: flex-start;
}
nav ul li {
  width: auto;
  height: 25px;
}
nav ul li:not(:last-child) {
  margin-bottom: 15px;
}
nav ul li a, nav ul li span {
  color: #111;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  height: 100%;
  position: relative;
  display: block;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.1s ease-in;
}
nav ul li a::after, nav ul li span::after {
  content: "";
  background-color: #111;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
  transition: all 0.1s ease-in;
}
nav ul li a:hover, nav ul li span:hover {
  color: #FFF;
}
nav ul li a:hover::after, nav ul li span:hover::after {
  width: 100%;
}

ol {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 999;
}
ol li {
  width: 30px;
}
ol li:not(:first-child) {
  margin-left: 20px;
}
ol li a {
  width: 100%;
  height: 30px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
ol li a:hover {
  opacity: 0.7;
}
ol li:nth-child(1) a {
  background-image: url(../images/common/logo_insta.svg);
}
ol li:nth-child(2) a {
  background-image: url(../images/common/logo_twit.svg);
}
ol li:nth-child(3) a {
  background-image: url(../images/common/logo_fb.svg);
}

main {
  transition: all 0.25s linear;
}
main.on {
  transform: translateX(-350px);
}

footer {
  width: 100%;
  background-color: #111;
  transition: all 0.25s linear;
}
footer.on {
  transform: translateX(-350px);
}
footer .inner {
  padding: 80px 40px;
  position: relative;
}
footer .inner::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #111 5%, #FFF 40%, #FFF 60%, #111 95%);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .inner h2 {
  width: 300px;
  margin: 0 auto 40px auto;
}
footer .inner h2 span {
  height: 78px;
  background-image: url(../images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
footer .inner div {
  width: 75%;
  margin: 0 auto 40px auto;
}
footer .inner p {
  color: #898989;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#trailer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 1s ease-in;
}
#trailer .inner {
  width: 75%;
}
#trailer .inner #youtube {
  width: 100%;
}
#trailer .inner #youtube iframe {
  width: 100%;
  height: 42.1875vw;
}
#trailer .inner #playlist {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#trailer .inner #playlist li {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
#trailer .inner #playlist li a {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 20px;
  background-color: #111;
  display: block;
}
#trailer .inner #playlist li a.active {
  background-color: #b60005;
}
#trailer .close {
  width: 60px;
  height: 60px;
  background-image: url(../images/common/peke.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: #FFF;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.25s ease-in 0s;
}
#trailer .close:hover {
  background-color: #898989;
}
#trailer.active {
  opacity: 1;
  pointer-events: auto;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 2rem;
  }

  br.brsp {
    display: block;
  }

  .hum {
    width: 40px;
    height: 40px;
    right: 0px;
    top: 0px;
  }
  .hum span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #FFF;
    border-radius: 1px;
  }
  .hum span:nth-of-type(1) {
    top: 12px;
    left: 10px;
  }
  .hum span:nth-of-type(2) {
    top: 20px;
    left: 10px;
  }
  .hum span:nth-of-type(3) {
    bottom: 12px;
    left: 10px;
  }
  .hum:hover {
    background-color: #b60005 !important;
  }
  .hum.active {
    background-color: #111;
  }
  .hum.active span {
    background-color: #FFF;
  }
  .hum.active span:nth-of-type(1) {
    top: 20px;
  }
  .hum.active span:nth-of-type(3) {
    bottom: 20px;
  }

  nav {
    width: 60%;
  }
  nav ul {
    width: 100%;
    height: 100%;
    padding: 60px 20px 20px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: fle-start;
    align-items: flex-start;
  }
  nav ul li {
    width: auto;
    height: 25px;
  }
  nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  nav ul li a, nav ul li span {
    color: #111;
    font-family: "EB Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }

  ol {
    top: 10px;
    left: 10px;
  }
  ol li {
    width: 25px;
  }
  ol li:not(:first-child) {
    margin-left: 10px;
  }
  ol li a {
    height: 25px;
  }
  ol li a:hover {
    opacity: 1;
  }

  main.on {
    transform: translateX(-60%);
  }

  footer.on {
    transform: translateX(-60%);
  }
  footer .inner {
    padding: 40px 20px;
  }
  footer .inner::before {
    background: linear-gradient(to right, #111 5%, #FFF 40%, #FFF 60%, #111 95%);
  }
  footer .inner h2 {
    width: calc(100% - 160px);
    margin: 0 auto 20px auto;
  }
  footer .inner h2 span {
    height: calc((100vw - 200px) * 0.33);
    background-image: url(../images/common/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  footer .inner div {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  footer .inner p {
    color: #898989;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }

  #trailer .inner {
    width: calc(100% - 20px);
  }
  #trailer .inner #youtube {
    width: 100%;
  }
  #trailer .inner #youtube iframe {
    width: 100%;
    height: calc((100vw - 20px) * 0.5625);
  }
  #trailer .inner #playlist {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #trailer .inner #playlist li a {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 10px;
  }
  #trailer .close {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  #trailer .close:hover {
    background-color: #FFF;
  }
}

/*# sourceMappingURL=style_common.css.map */
