@charset "UTF-8";
@keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@keyframes extend {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes hidden {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes arrowlong02 {
  0% {
    width: 100%;
    opacity: 1;
  }
  2% {
    width: 100%;
    opacity: 0;
  }
  3% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes arrowslide {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.mv_wrap {
  position: relative;
  overflow: hidden;
  height: 156vw;
  background: #151718;
}
.mv_wrap .mv_track {
  display: flex;
  flex-direction: column;
}
.mv_wrap .slide_item {
  flex-shrink: 0;
  width: 100%;
}
.mv_wrap .slide_item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes mv-roll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
#nav-content .account_links {
  width: 88vw;
  margin: 0 auto;
}
#nav-content .account_links a {
  box-shadow: 0px 1.5vw 1.5vw #548890;
}

main #main_sec .btn a {
  border: 1px solid #d6c475;
  color: #d6c475;
}
main #main_sec .btn a i {
  position: relative;
  padding-right: 8vw;
}
main #main_sec .btn a i::after {
  content: "";
  display: block;
  width: 4.1vw;
  height: 3.2vw;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5vw;
  background: #d6c475;
  -webkit-mask: url(/assets/images/svg/arrow_prev.svg) center/contain no-repeat;
  mask: url(/assets/images/svg/arrow_prev.svg) center/contain no-repeat;
  transition: background-color 0.25s ease;
}
main #sub_sec .statement {
  font-size: 3.8vw;
  line-height: 1.7em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
main #sub_sec .statement p {
  margin-bottom: 1.2em;
}
main #sub_sec dl {
  display: grid;
  grid-template-columns: 5.5em 1fr;
}
main #sub_sec dl dt, main #sub_sec dl dd {
  padding: 1.2em 0;
  border-bottom: 1px solid #a9a17f;
  letter-spacing: 0;
}
main #sub_sec dl dd ul {
  list-style-type: disc;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  #bg-fixed {
    display: block;
    background-color: #151718;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mv_wrap {
    height: auto;
  }
  main #main_sec .btn a {
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.1s ease;
  }
  main #main_sec .btn a i {
    padding-right: 2.857vw;
  }
  main #main_sec .btn a i::after {
    width: 1.464vw;
    height: 1.143vw;
    margin-top: -0.536vw;
  }
  main #main_sec .btn a:hover {
    background: #d6c475;
    color: #151718;
  }
  main #main_sec .btn a:hover i::after {
    background: #151718;
  }
  main #main_sec .btn a:active {
    transform: scale(0.93);
  }
  main #sub_sec .statement {
    font-size: 1.357vw;
  }
}
.second main h2 {
  text-align: center;
  margin-bottom: 8vw;
  color: #e6e6e6;
}
.second main h2 span {
  font-size: 8vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.second main h2 span a {
  transition: opacity 0.25s ease;
}
.second main h2 span a svg {
  width: 6.6vw;
  height: 6.6vw;
  fill: currentColor;
  color: #d6c475;
  display: block;
}
.second main h2 i {
  font-size: 3.2vw;
  font-weight: bold;
}
.second main .second_wrap {
  margin-bottom: 20vw;
  color: #e6e6e6;
}
.second main .second_wrap ul.spec {
  line-height: 1;
  display: flex;
  border-right: 1px solid rgba(169, 161, 127, 0.3);
}
.second main .second_wrap ul.spec li {
  flex: 1;
  text-align: center;
  border-left: 1px solid rgba(169, 161, 127, 0.3);
}
.second main .second_wrap ul.spec li span {
  font-size: 3vw;
  display: block;
  margin-bottom: 0.8em;
}
.second main .second_wrap ul.spec li strong {
  font-size: 3.6vw;
  font-weight: bold;
  display: block;
}
.second main .second_wrap ul.spec:not(:has(li:nth-child(5))) {
  justify-content: center;
  border: none;
}
.second main .second_wrap ul.spec:not(:has(li:nth-child(5))) li {
  flex: 0 0 auto;
  padding: 0 6vw;
  border-left: 1px solid rgba(169, 161, 127, 0.3);
  border-right: 1px solid rgba(169, 161, 127, 0.3);
  margin-right: -1px;
}
.second main .second_wrap ul li.movie {
  display: block;
  aspect-ratio: 16/9;
}
.second main .second_wrap ul li iframe {
  width: 100%;
  height: 100%;
}
.second main .second_wrap ul li img {
  margin-bottom: 1vw;
}
.second main .second_wrap p {
  font-size: 3.2vw;
  line-height: 1.5625em;
  margin-bottom: 1.5em;
}
.second main .second_wrap p a {
  color: #e6e6e6;
}
.second main .second_wrap dl {
  margin-bottom: 6vw;
}
.second main .second_wrap dl dt {
  font-size: 2.8vw;
  font-weight: bold;
  padding: 1em 0 0.3em;
}
.second main .second_wrap dl dd {
  font-size: 3.2vw;
  line-height: 1.5625em;
  padding: 0 0 1.2em;
  border-bottom: 1px solid rgba(169, 161, 127, 0.3);
}
.second main .second_wrap dl dd a {
  color: #e6e6e6;
}
.second main .second_wrap ol {
  padding-left: 1.4em;
  margin-bottom: 1.5em;
}
.second main .second_wrap ol li {
  list-style: decimal;
  font-size: 3.2vw;
  line-height: 1.5625em;
  margin-bottom: 1.5em;
}
.second main .second_wrap ol li::marker {
  font-weight: bold;
}
.second main .second_wrap ol li a {
  color: #e6e6e6;
}
.second main .second_wrap ol li ul {
  margin: 0.6em 0 0;
  padding-left: 1.2em;
}
.second main .second_wrap ol li ul li {
  list-style: disc;
  margin-bottom: 0.6em;
}
.second main .news_detail figure {
  margin-bottom: 1.5em;
}
.second main .btn.download {
  padding: 2em 0 5.5em;
}
.second main .btn.download a {
  margin: 0 auto;
  border: 1px solid #d6c475;
  color: #d6c475;
  width: 56vw;
}
.second main .btn.download a i {
  position: relative;
  padding-left: 6vw;
  display: inline-block;
}
.second main .btn.download a i::after {
  content: "";
  display: block;
  width: 2.8vw;
  height: 3.1vw;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5vw;
  background: #d6c475;
  -webkit-mask: url(/assets/images/svg/icon_dl.svg) center/contain no-repeat;
  mask: url(/assets/images/svg/icon_dl.svg) center/contain no-repeat;
  transition: background-color 0.25s ease;
}
.second main .btn.back a {
  margin: 0 auto;
  border: 1px solid #d6c475;
  color: #d6c475;
}
.second main .btn.back a i {
  position: relative;
  padding-left: 8vw;
  display: inline-block;
}
.second main .btn.back a i::after {
  content: "";
  display: block;
  width: 4.1vw;
  height: 3.2vw;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5vw;
  background: #d6c475;
  -webkit-mask: url(/assets/images/svg/arrow_back.svg) center/contain no-repeat;
  mask: url(/assets/images/svg/arrow_back.svg) center/contain no-repeat;
  transition: background-color 0.25s ease;
}

@media screen and (min-width: 768px) {
  .second main h2 {
    margin-bottom: 2.857vw;
  }
  .second main h2 span {
    font-size: 2.857vw;
  }
  .second main h2 span a:hover {
    opacity: 0.6;
  }
  .second main h2 span a svg {
    width: 2.357vw;
    height: 2.357vw;
  }
  .second main h2 i {
    font-size: 1.143vw;
  }
  .second main .second_wrap {
    margin-bottom: 7.143vw;
  }
  .second main .second_wrap ul.spec li span {
    font-size: 1.071vw;
  }
  .second main .second_wrap ul.spec li strong {
    font-size: 1.286vw;
  }
  .second main .second_wrap ul.spec:not(:has(li:nth-child(5))) li {
    padding: 0 2.143vw;
  }
  .second main .second_wrap ul li img {
    margin-bottom: 0.357vw;
  }
  .second main .second_wrap p {
    font-size: 1.143vw;
  }
  .second main .second_wrap dl {
    margin-bottom: 2.143vw;
  }
  .second main .second_wrap dl dt {
    font-size: 1vw;
  }
  .second main .second_wrap dl dd {
    font-size: 1.143vw;
  }
  .second main .second_wrap ol li {
    font-size: 1.143vw;
  }
  .second main .btn.download a {
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.1s ease;
    width: 20vw;
  }
  .second main .btn.download a i {
    padding-left: 2.143vw;
  }
  .second main .btn.download a i::after {
    width: 1vw;
    height: 1.107vw;
    margin-top: -0.536vw;
  }
  .second main .btn.download a:hover {
    background: #d6c475;
    color: #151718;
  }
  .second main .btn.download a:hover i::after {
    background: #151718;
  }
  .second main .btn.download a:active {
    transform: scale(0.93);
  }
  .second main .btn.back a {
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.1s ease;
  }
  .second main .btn.back a i {
    padding-left: 2.857vw;
  }
  .second main .btn.back a i::after {
    width: 1.464vw;
    height: 1.143vw;
    margin-top: -0.536vw;
  }
  .second main .btn.back a:hover {
    background: #d6c475;
    color: #151718;
  }
  .second main .btn.back a:hover i::after {
    background: #151718;
  }
  .second main .btn.back a:active {
    transform: scale(0.93);
  }
}

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