@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #383838;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
body.is-active {
  overflow: hidden;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
       appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  position: relative;
  min-height: 100vh;
  margin: 0px 80px 0 auto;
  padding: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin: 0 auto;
  }
}

.sp-br {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}
.gradient {
  -webkit-animation: gradientAnimation 35s ease infinite;
  background: -webkit-linear-gradient(45deg, rgba(108, 193, 241, 0.7), rgba(123, 208, 247, 0.7), rgba(178, 233, 245, 0.7), rgba(221, 240, 243, 0.7), rgba(178, 233, 245, 0.7), rgba(123, 208, 247, 0.7), rgba(108, 193, 241, 0.7), rgba(123, 208, 247, 0.7), rgba(178, 233, 245, 0.7), rgba(221, 240, 243, 0.7), rgba(178, 233, 245, 0.7), rgba(123, 208, 247, 0.7), rgba(108, 193, 241, 0.7)) 0 0/1000% no-repeat;
  background: linear-gradient(45deg, rgba(108, 193, 241, 0.7), rgba(123, 208, 247, 0.7), rgba(178, 233, 245, 0.7), rgba(221, 240, 243, 0.7), rgba(178, 233, 245, 0.7), rgba(123, 208, 247, 0.7), rgba(108, 193, 241, 0.7), rgba(123, 208, 247, 0.7), rgba(178, 233, 245, 0.7), rgba(221, 240, 243, 0.7), rgba(178, 233, 245, 0.7), rgba(123, 208, 247, 0.7), rgba(108, 193, 241, 0.7)) 0 0/1000% no-repeat;
          animation: gradientAnimation 35s ease infinite;
}

@-webkit-keyframes gradientAnimation {
  /*アニメーションで位置を移動させる*/
  0% {
    background-position: 0% 30%, 0 0;
  }
  50% {
    background-position: 100% 70%, 0 0;
  }
  100% {
    background-position: 0% 30%, 0 0;
  }
}

@keyframes gradientAnimation {
  /*アニメーションで位置を移動させる*/
  0% {
    background-position: 0% 30%, 0 0;
  }
  50% {
    background-position: 100% 70%, 0 0;
  }
  100% {
    background-position: 0% 30%, 0 0;
  }
}
.slant-bg {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 0;
}

.slant-bg p {
  width: 65%;
  margin: 0 auto;
}

.slant-bg::before {
  -webkit-transform: skewY(-5deg) translateX(120%);
  -webkit-transition: 0.5s all ease-in;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          transform: skewY(-5deg) translateX(120%);
  background-color: #f7f7f7;
  content: "";
  transition: 0.5s all ease-in;
}

.slant-bg.is-active::before {
  -webkit-transform: skewY(-5deg) translateX(0);
          transform: skewY(-5deg) translateX(0);
}

html {
  background: #fff;
  color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-weight: inherit;
  font-size: inherit;
  *font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}

legend {
  color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
[type=submit],
[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
       appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

[type=submit]::-webkit-search-decoration,
[type=button]::-webkit-search-decoration {
  display: none;
}

[type=submit]::focus,
[type=button]::focus {
  outline-offset: -2px;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.footer {
  width: 100%;
  height: 120px;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .footer {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 2vw;
  }
}
.footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .footer__inner {
    line-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    line-height: normal;
  }
}
.footer__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 300px;
    margin-bottom: 40px;
    gap: 25px;
  }
}
.footer__list-item {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer__list-item {
    font-size: 14px;
  }
}
.footer__list-item:not(:last-of-type):after {
  -webkit-transform: translateY(-50%);
  -webkit-transform: rotate(30deg);
  display: block;
  position: absolute;
  top: 20%;
  right: -20px;
  width: 1px;
  height: 16px;
          transform: translateY(-50%);
          transform: rotate(30deg);
  background-color: #383838;
  content: "";
}
@media screen and (max-width: 1100px) {
  .footer__list-item:not(:last-of-type):after {
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .footer__list-item:not(:last-of-type):after {
    top: 10%;
    right: -11px;
  }
}
.footer__special {
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .footer__copy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 0;
  }
}

header {
  z-index: 2001;
  position: relative;
}

.nav-header {
  z-index: 3000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .nav-header {
    bottom: auto;
    width: 80px;
    height: 80px;
    background-color: transparent;
  }
}
.nav-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-header__hamburger {
    -webkit-transition: 0.3s;
    display: block;
    position: relative;
    top: 20px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    transition: 0.3s;
  }
}
.nav-header__hamburger-bar {
  -webkit-transition: 0.3s;
  display: block;
  position: absolute;
  width: 30px;
  height: 1.6px;
  background-color: #000;
  transition: 0.3s;
}
.nav-header__hamburger-bar:nth-child(1) {
  top: 10px;
}
.nav-header__hamburger-bar:nth-child(2) {
  top: 20px;
}
.nav-header__hamburger-bar:nth-child(3) {
  top: 30px;
}
.nav-header__hamburger.is-active .nav-header__hamburger-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  top: 20px;
          transform: rotate(-45deg);
}
.nav-header__hamburger.is-active .nav-header__hamburger-bar:nth-child(2) {
  display: none;
}
.nav-header__hamburger.is-active .nav-header__hamburger-bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
  top: 20px;
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .nav-header__inner {
    display: none;
  }
}
.nav-header__sns {
  text-align: center;
}
.nav-header__sns-item {
  margin-top: 24px;
}
.nav-header__toggle {
  position: relative;
  width: 40px;
  height: 56px;
  margin: 120px auto 0;
  cursor: pointer;
}
.nav-header__toggle.is-active {
  width: 5px;
}
.nav-header__toggle-bar {
  -webkit-transition: 0.3s;
  position: absolute;
  width: 4px;
  height: 56px;
  background-color: #000;
  transition: 0.3s;
}
.nav-header__toggle-bar:nth-child(1) {
  left: 35%;
}
.nav-header__toggle-bar:nth-child(2) {
  left: 60%;
}
.nav-header__toggle-bar.is-active:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-header__toggle-bar.is-active:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-header__scroll {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
  position: relative;
  height: 200px;
  margin: 0 auto;
  margin-top: 120px;
  color: #707070;
  cursor: pointer;
          writing-mode: vertical-lr;
}
.nav-header__scroll-txt {
  -webkit-animation: downAppear 2s ease-in-out;
  display: block;
          animation: downAppear 2s ease-in-out;
}
.nav-header__scroll-txt.is-active {
  display: none;
}
.nav-header__scroll-txt-up {
  display: none;
}
.nav-header__scroll-txt-up.is-active {
  -webkit-animation: upAppear 2s ease-in-out;
  display: block;
  margin-top: 100px;
          animation: upAppear 2s ease-in-out;
}
.nav-header__scroll-stick {
  -webkit-animation: scrollDown 1.4s ease-in-out infinite;
  position: absolute;
  top: 120%;
  left: 40%;
  width: 2px;
  height: 40px;
  background-color: #707070;
  content: "";
  color: #707070;
          animation: scrollDown 1.4s ease-in-out infinite;
  opacity: 0;
}
.nav-header__scroll-stick.is-active {
  -webkit-animation: scrollUp 1.4s ease-in-out infinite;
          animation: scrollUp 1.4s ease-in-out infinite;
}
@-webkit-keyframes downAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes downAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes upAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    top: 100px;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    top: 230px;
    height: 0;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 100px;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    top: 230px;
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes scrollUp {
  0% {
    top: 50px;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    top: -50px;
    height: 0;
    opacity: 0;
  }
}
@keyframes scrollUp {
  0% {
    top: 50px;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    top: -50px;
    height: 0;
    opacity: 0;
  }
}

.nav-drawer {
  -webkit-transition: 0.8s ease-in-out;
  z-index: 2001;
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.nav-drawer__list {
  text-align: center;
}
.nav-drawer__list-item {
  padding-top: 40px;
  color: #707070;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .nav-drawer__list-item {
    padding-top: 24px;
  }
}
.nav-drawer__list-item:first-child {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .nav-drawer__list-item:first-child {
    padding-top: 100px;
  }
}
.nav-drawer.is-active {
  display: block;
  position: fixed;
  left: 0;
  opacity: 1;
}
.nav-drawer__sns {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-drawer__sns {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
        justify-content: space-around;
    width: 50%;
    margin: 0 auto;
    padding-top: 50px;
  }
}

.sec-heading__txt {
  color: #707070;
  font-size: 100px;
  line-height: 1;
  font-family: "Train One", cursive;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-heading__txt {
    font-size: clamp(30px, 11.347vw, 155px);
  }
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
}
.btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
  background-color: #383838;
  cursor: pointer;
}
.btn__txt {
  display: block;
  position: relative;
  margin-right: 68px;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
}
.btn__txt::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 60%;
  right: -50px;
  width: 40px;
  height: 1px;
          transform: translateY(-50%);
  background-color: #fff;
  content: "";
}
.btn__txt::after {
  -webkit-transform: rotate(40deg);
  position: absolute;
  top: 40%;
  right: -50px;
  width: 10px;
  height: 1px;
          transform: rotate(40deg);
  background-color: #fff;
  content: "";
}
.btn__space {
  padding: 20px;
}
.btn-left, .btn-right {
  color: #fff;
  font-size: 12px;
}
.btn-left {
  float: left;
}
.btn-right {
  float: right;
}

.streaming-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -22px;
  left: 40px;
          align-items: center;
  width: 100%;
  height: 35px;
  background-color: #383838;
}
.streaming-btn__txt {
  display: block;
  position: relative;
  margin-right: 68px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
}
.streaming-btn__txt::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 60%;
  right: -50px;
  width: 40px;
  height: 1px;
          transform: translateY(-50%);
  background-color: #fff;
  content: "";
}
.streaming-btn__txt::after {
  -webkit-transform: rotate(40deg);
  position: absolute;
  top: 40%;
  right: -50px;
  width: 10px;
  height: 1px;
          transform: rotate(40deg);
  background-color: #fff;
  content: "";
}

.article-news__inner-aside-item,
.article-music__inner-aside-item,
.article-novel__inner-aside-item {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.article-news__inner-aside-item::after,
.article-music__inner-aside-item::after,
.article-novel__inner-aside-item::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 1px;
          transform: scale(0, 1);
          transform-origin: center top;
  background: #333;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.article-news__inner-aside-item:hover::after,
.article-music__inner-aside-item:hover::after,
.article-novel__inner-aside-item:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav-drawer__item-link,
.top-novel__item-link,
.footer__item-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.nav-drawer__item-link::after,
.top-novel__item-link::after,
.footer__item-link::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
          transform: scale(0, 1);
          transform-origin: center top;
  background: #333;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-drawer__item-link:hover::after,
.top-novel__item-link:hover::after,
.footer__item-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top-mv {
  height: 100vh;
  max-height: 70vw;
}
@media screen and (max-width: 768px) {
  .top-mv {
    max-height: none;
  }
}
.top-mv__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 100%;
}
.top-mv__catch {
  font-size: clamp(70px, 11.347vw, 155px);
  font-family: "Train One", cursive;
}

.top-news {
  position: relative;
}
.top-news__inner {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2vw 0;
}
@media screen and (max-width: 1100px) {
  .top-news__inner {
    width: 85%;
  }
}
.top-news__heading .sec-heading {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .top-news__heading .sec-heading {
    left: 0;
  }
}
.top-news__heading .sec-heading__txt {
  text-align: left;
}
.top-news__content {
  position: relative;
  top: -5px;
  margin-bottom: 40px;
}
.top-news__content::after {
  position: absolute;
  top: -150px;
  right: 0;
  content: url(../img/top/news.gif);
}
@media screen and (max-width: 768px) {
  .top-news__content::after {
    -webkit-transform: scale(0.7);
    right: -35px;
            transform: scale(0.7);
  }
}
.top-news__list {
  display: none;
  margin: 0 auto 0;
  padding: 2vw 3.66vw;
  border: 1px solid #6b6a6a;
  background-color: #fff;
}
.top-news__list.top-news-action {
  display: block;
}
@media screen and (max-width: 1100px) {
  .top-news__list {
    padding: 6vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list {
    padding: 6vw 4vw;
  }
}
.top-news__list-item {
  display: none;
  margin: 0;
  margin-bottom: 1.6rem;
  padding: 0;
  padding-bottom: 1.6rem;
}
.top-news__list-item.active {
  display: block;
}
.top-news__list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top-news__list-item:not(:last-of-type) {
  border-bottom: 1px dashed #222;
}
.top-news__tabs {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  border-top: 1px solid #6b6a6a;
  border-right: 1px solid #6b6a6a;
  border-left: 1px solid #6b6a6a;
}
.top-news__tab-item {
  width: 25%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-news__tab-item {
    width: 50%;
  }
}
.top-news__tab-item:last-of-type {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news__tab-item:last-of-type {
    border-left: 1px solid #6b6a6a;
  }
}
.top-news__tab-item:last-of-type:after {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .top-news__tab-item:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-news__tab-item:nth-of-type(-n + 2) {
    border-bottom: 1px solid #6b6a6a;
  }
}
.top-news__tab-link {
  display: block;
  padding: 2rem 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.top-news__tab-link.active {
  background-color: #383838;
  color: #fff;
}
.top-news__tab-link span {
  font-size: 2rem;
}
.top-news__btn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    margin: 0 auto;
  }
}
.top-news__top-border {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .top-news__top-border {
    display: none;
  }
}
.top-news__top-border::before {
  display: block;
  position: absolute;
  top: -30px;
  right: -75px;
  width: 32.943vw;
  height: 1px;
  background-color: #6b6a6a;
  content: "";
}
.top-news__top-border::after {
  display: block;
  position: absolute;
  top: -75px;
  right: -30px;
  width: 1px;
  height: 12.958vw;
  background-color: #6b6a6a;
  content: "";
}
.top-news__bottom-border {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .top-news__bottom-border {
    display: none;
  }
}
.top-news__bottom-border::before {
  display: block;
  position: absolute;
  bottom: -30px;
  left: -75px;
  width: 32.943vw;
  height: 1px;
  background-color: #6b6a6a;
  content: "";
}
.top-news__bottom-border::after {
  display: block;
  position: absolute;
  bottom: -75px;
  left: -30px;
  width: 1px;
  height: 12.958vw;
  background-color: #6b6a6a;
  content: "";
}

.news-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.news-item__sp-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news-item__sp-wrap {
    margin-bottom: 1.6rem;
  }
}
.news-item__date {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .news-item__date {
    margin: 0 3.2rem 0 0;
    font-size: 14px;
  }
}
.news-item__category {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .news-item__category {
    margin: 0 3.2rem 0 0;
  }
}
.news-item__category-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-width: 11rem;
  padding: 0.3rem;
  background-color: #383838;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-item__category-label {
    font-size: 12px;
  }
}
.news-item__title {
  margin-left: 0.5rem;
}
.news-item__title:hover, .news-item__title:focus {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-item__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
  }
}

.top-streaming {
  position: relative;
}
.top-streaming__inner {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  padding: 15vw 0 10vw;
}
.top-streaming__heading {
  position: absolute;
  top: 20px;
  right: -200px;
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .top-streaming__heading {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-streaming__heading {
    position: relative;
    top: -20px;
    right: -54px;
    width: 100%;
    margin: 0 auto;
  }
}
.top-streaming__heading-img {
  width: 60%;
  max-width: 635px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-streaming__heading-img {
    width: 80%;
  }
}
.top-streaming__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .top-streaming__contents {
    margin-top: 0;
  }
}
.top-streaming__list {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1100px) {
  .top-streaming__list {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .top-streaming__list {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: -50px;
    padding-right: 40px;
  }
}
.top-streaming__pc-wrap {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .top-streaming__pc-wrap {
    display: none;
  }
}
.top-streaming__item-ttl-wrap {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
  display: inline-block;
  position: absolute;
  top: 68px;
  left: -10px;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 1100px) {
  .top-streaming__item-ttl-wrap {
    position: absolute;
    top: 66px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-streaming__item-ttl-wrap {
    position: absolute;
    top: 66px;
    left: 0;
    font-size: 14px;
  }
}
.top-streaming__item-ttl-wrap::before {
  position: absolute;
  top: -64px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #383838;
  content: "";
}
.top-streaming__list-item {
  position: relative;
  width: 100%;
}
.top-streaming__list-item:nth-of-type(odd) {
  margin-bottom: 40px;
}
.top-streaming__list-item:nth-of-type(2) {
  position: absolute;
  top: 15%;
  right: -120%;
}
@media screen and (max-width: 768px) {
  .top-streaming__list-item:nth-of-type(2) {
    position: relative;
    top: auto;
    right: auto;
  }
}
.top-streaming__list-item:nth-of-type(2) .top-streaming__item-ttl-wrap {
  position: absolute;
  top: 82px;
  left: -10px;
}
@media screen and (max-width: 1100px) {
  .top-streaming__list-item:nth-of-type(2) .top-streaming__item-ttl-wrap {
    position: absolute;
    top: 82px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .top-streaming__list-item:nth-of-type(2) .top-streaming__item-ttl-wrap {
    position: absolute;
    top: 68px;
    left: -5px;
  }
}
.top-streaming__list-item:nth-of-type(4) {
  position: absolute;
  top: 50%;
  right: -120%;
}
@media screen and (max-width: 768px) {
  .top-streaming__list-item:nth-of-type(4) {
    position: relative;
    top: auto;
    right: auto;
  }
}
.top-streaming__list-item:nth-of-type(4) .top-streaming__item-ttl-wrap {
  top: 115px;
}
@media screen and (max-width: 768px) {
  .top-streaming__list-item:nth-of-type(4) .top-streaming__item-ttl-wrap {
    top: 100px;
  }
}
.top-streaming__item-link {
  display: block;
  cursor: pointer;
}
.top-streaming__item-thumbnail {
  width: 100%;
}
.top-streaming__item-thumbnail-img {
  width: 100%;
  height: auto;
}
.top-streaming__btn {
  margin: 155px auto;
}
@media screen and (max-width: 768px) {
  .top-streaming__btn {
    margin-top: 40px;
  }
}

.top-movie {
  position: relative;
}
.top-movie__inner {
  padding: 2vw 0;
}
.top-movie__heading {
  margin-bottom: 40px;
}
.top-movie__img-wrap {
  -webkit-animation: movie-img 15s infinite linear 0.5s both;
  position: relative;
  width: 100%;
  height: 150px;
          animation: movie-img 15s infinite linear 0.5s both;
}
@media screen and (max-width: 768px) {
  .top-movie__img-wrap {
    -webkit-animation: movie-img 8s infinite linear 0.5s both;
    height: 100px;
            animation: movie-img 8s infinite linear 0.5s both;
  }
}
.top-movie__img {
  position: absolute;
  width: auto;
  max-height: 100%;
}
.top-movie__youtube {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
          justify-content: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  /* YouTubeの下に余白をつける */
  margin-top: -40px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding-top: 30px;
  overflow: hidden;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .top-movie__youtube {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-movie__youtube {
    width: 70%;
  }
}
.top-movie__youtube-content {
  width: calc(50% - 15px);
  max-width: 500px;
  margin-bottom: 1%;
}
@media screen and (max-width: 1100px) {
  .top-movie__youtube-content {
    width: 100%;
  }
}
.top-movie__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-movie__btn {
  margin: 60px auto 0;
}

@-webkit-keyframes movie-img {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
    @media screen and (max-width: 768px) {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
}

@keyframes movie-img {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
    @media screen and (max-width: 768px) {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
}
.top-novel {
  position: relative;
}
.top-novel__inner {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10vw 0;
}
.top-novel__content {
  position: relative;
}
.top-novel__ghost-book {
  -webkit-animation: ghostBook 15s ease-in-out infinite;
  position: absolute;
  top: 70%;
  left: 0;
          animation: ghostBook 15s ease-in-out infinite;
  opacity: 0.4;
}
@media screen and (max-width: 1100px) {
  .top-novel__ghost-book {
    display: none;
  }
}
.top-novel__ghost-raw {
  -webkit-transform: scale(-1, 1);
  -webkit-animation: ghostRaw 15s ease-in-out infinite;
  z-index: 0;
  position: absolute;
  top: -70%;
  left: 70%;
  width: 387px;
          transform: scale(-1, 1);
          animation: ghostRaw 15s ease-in-out infinite;
  opacity: 0.5;
}
@media screen and (max-width: 1100px) {
  .top-novel__ghost-raw {
    display: none;
  }
}
@-webkit-keyframes ghostBook {
  0% {
    left: 0;
    opacity: 0.4;
  }
  10% {
    left: 5%;
    opacity: 0.5;
  }
  20% {
    left: 10%;
    opacity: 0.6;
  }
  30% {
    left: 5%;
    opacity: 0.5;
  }
  40% {
    left: 0;
    opacity: 0.4;
  }
  50% {
    left: -5%;
    opacity: 0.5;
  }
  60% {
    left: -10%;
    opacity: 0.6;
  }
  70% {
    left: -5%;
    opacity: 0.5;
  }
  80% {
    left: -5%;
    opacity: 0.4;
  }
  90% {
    left: 0;
    opacity: 0.4;
  }
}
@keyframes ghostBook {
  0% {
    left: 0;
    opacity: 0.4;
  }
  10% {
    left: 5%;
    opacity: 0.5;
  }
  20% {
    left: 10%;
    opacity: 0.6;
  }
  30% {
    left: 5%;
    opacity: 0.5;
  }
  40% {
    left: 0;
    opacity: 0.4;
  }
  50% {
    left: -5%;
    opacity: 0.5;
  }
  60% {
    left: -10%;
    opacity: 0.6;
  }
  70% {
    left: -5%;
    opacity: 0.5;
  }
  80% {
    left: -5%;
    opacity: 0.4;
  }
  90% {
    left: 0;
    opacity: 0.4;
  }
}
@-webkit-keyframes ghostRaw {
  0% {
    top: -20%;
    opacity: 0.5;
  }
  10% {
    top: -20%;
    opacity: 0.5;
  }
  20% {
    top: -15%;
    opacity: 0.6;
  }
  30% {
    top: -25%;
    opacity: 0.5;
  }
  40% {
    top: -30%;
    opacity: 0.4;
  }
  50% {
    top: -35%;
    opacity: 0.5;
  }
  60% {
    top: -30%;
    opacity: 0.6;
  }
  70% {
    top: -25%;
    opacity: 0.5;
  }
  80% {
    top: -30%;
    opacity: 0.4;
  }
  90% {
    top: -25%;
    opacity: 0.5;
  }
  100% {
    top: -20%;
    opacity: 0.5;
  }
}
@keyframes ghostRaw {
  0% {
    top: -20%;
    opacity: 0.5;
  }
  10% {
    top: -20%;
    opacity: 0.5;
  }
  20% {
    top: -15%;
    opacity: 0.6;
  }
  30% {
    top: -25%;
    opacity: 0.5;
  }
  40% {
    top: -30%;
    opacity: 0.4;
  }
  50% {
    top: -35%;
    opacity: 0.5;
  }
  60% {
    top: -30%;
    opacity: 0.6;
  }
  70% {
    top: -25%;
    opacity: 0.5;
  }
  80% {
    top: -30%;
    opacity: 0.4;
  }
  90% {
    top: -25%;
    opacity: 0.5;
  }
  100% {
    top: -20%;
    opacity: 0.5;
  }
}
.top-novel__book {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: -2px 0 0 0 #828282, 2px 5px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 0 150%;
  -webkit-transform-style: preserve-3d;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 280px;
  height: 400px;
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 170px;
  padding-bottom: 10px;
  transform-style: preserve-3d;
  background-color: #828282;
          box-shadow: -2px 0 0 0 #828282, 2px 5px 1px 4px rgba(0, 0, 0, 0.2);
  perspective: 1000px;
  perspective-origin: 0 150%;
}
@media screen and (max-width: 1100px) {
  .top-novel__book {
    margin-right: auto;
  }
}
.top-novel__book::before, .top-novel__book::after {
  -webkit-transition: all 2.5s ease;
  -webkit-transform-origin: 0 0;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  transform-origin: 0 0;
  transition: all 2.5s ease;
}
.top-novel__book::before {
  -webkit-transform: rotateY(0deg) translateZ(1px);
  -webkit-box-shadow: 0 2px 0 0 #b3b2b2;
  transform: rotateY(0deg) translateZ(1px);
  background-image: url(../img/top/period-novel-top.png);
  background-position: -47px -49px;
  background-size: 380px;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
          box-shadow: 0 2px 0 0 #b3b2b2;
  content: "";
}
.top-novel__book::after {
  -webkit-transform: rotateY(0deg) translateZ(0px);
  transform: rotateY(0deg) translateZ(0px);
  background-color: #fff;
  content: "";
}
.top-novel__book.is-active::before, .top-novel__book:active::before {
  -webkit-transform: rotateY(-185deg) translateZ(1px);
  transform: rotateY(-185deg) translateZ(1px);
}
.top-novel__book.is-active::after {
  -webkit-transform: rotateY(-185deg) translateZ(0px);
  transform: rotateY(-185deg) translateZ(0px);
  background-color: #dbdbdb;
}
.top-novel__book-index {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 1.8s ease;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 8px 0 0 #afada3, 0 0 8px 0 rgba(0, 0, 0, 0) inset, -2px 0 0 0 #dbdbdb;
          box-sizing: border-box;
  height: 100%;
  padding: 10px;
  background-color: #f0f0f0;
          box-shadow: 0 8px 0 0 #afada3, 0 0 8px 0 rgba(0, 0, 0, 0) inset, -2px 0 0 0 #dbdbdb;
  transition: all 1.8s ease;
          transition-delay: 0.3s;
}
.top-novel__item {
  padding: 20px 15px;
}
.top-novel__item:first-child {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-novel__item-link {
    font-size: 14px;
  }
}
.top-novel__btn {
  margin: 60px auto 0;
}

.top-contact {
  position: relative;
}
.top-contact__inner {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2vw 0;
}
.top-contact__heading .sec-heading {
  position: relative;
  left: -5px;
}
.top-contact__heading .sec-heading__txt {
  text-align: center;
}
.top-contact__name {
  margin-bottom: 107px;
}
.top-contact__form {
  text-align: center;
}
.top-contact__input {
  display: block;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .top-contact__input {
    width: 250px;
  }
}
.top-contact__txtarea {
  margin-bottom: 107px;
  padding: 0;
  resize: none;
}
.top-contact__submit {
  width: 240px;
  height: 56px;
  background-color: #383838;
  color: #fff;
}

.period__title {
  padding: 58px 0 86px 82px;
  font-size: 46px;
  font-family: "Train One", cursive;
}
@media screen and (max-width: 1100px) {
  .period__title {
    padding: 7.5vw 0 11.2vw 10.7vw;
    font-size: 6vw;
  }
}

.article-news {
  max-width: 1400px;
  margin: 0 auto;
}
.article-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 128px 76px 45px;
  padding: 80px 115px;
  border-radius: 28px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .article-news__inner {
    padding: 5.8vw 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__inner {
    margin: 0 5%;
    padding: 60px 5%;
    border-radius: 18px;
  }
}
.article-news__inner-main {
  width: 100%;
  margin-right: 7.3vw;
}
@media screen and (max-width: 1100px) {
  .article-news__inner-main {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-news__inner-main {
    margin-right: 0;
  }
}
.article-news__contents {
  -webkit-transition: 0.7s;
  display: none;
  transition: 0.7s;
}
.article-news__contents.article-news-action {
  -webkit-transition: 0.7s;
  display: block;
  transition: 0.7s;
}
.article-news__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
  margin-left: 84px;
  overflow: hidden;
  color: #383838;
  font-size: 100px;
  font-family: "Train One", cursive;
}
@media screen and (max-width: 1100px) {
  .article-news__ttl {
    height: 15.4vw;
    margin-left: 10.9vw;
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__ttl {
    height: 7vw;
    font-size: 6vw;
  }
}
.article-news__ttl span {
  -webkit-transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
          transform: translate(0, 105%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.article-news__ttl span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.article-news__ttl span:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.article-news__ttl span:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.article-news__ttl span:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.article-news__ttl span:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.article-news__ttl span:nth-child(7) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.article-news__ttl span:nth-child(8) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.article-news__ttl span:nth-child(9) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.article-news__ttl span:nth-child(10) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.article-news__ttl span:nth-child(11) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.article-news__ttl span:nth-child(12) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.article-news__ttl span:nth-child(13) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.article-news__ttl span:nth-child(14) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.article-news__ttl span:nth-child(15) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.article-news__ttl.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-news__ttl.-above {
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .article-news__ttl {
    height: 10.8vw;
    margin-left: 8vw;
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__ttl {
    height: 12.5vw;
    margin-left: 8vw;
    font-size: 10.5vw;
  }
}
.article-news__nav {
  display: none;
}
.article-news__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
}
.article-news__item {
  padding-bottom: 103.1px;
  padding-left: 126px;
  font-size: 20px;
}
.article-news__item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1100px) {
  .article-news__item {
    padding-bottom: 6vw;
    padding-left: 3.4vw;
  }
}
.article-news__item-min {
  padding-bottom: 40.4px;
}
@media screen and (max-width: 768px) {
  .article-news__item-min {
    padding-bottom: 16px;
  }
}
.article-news__tab-link {
  cursor: pointer;
}
.article-news__tab-link.active {
  font-weight: bold;
  font-size: 3rem;
}
.article-news-date {
  padding-bottom: 40.4px;
  color: #707070;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .article-news-date {
    font-size: 12px;
  }
}
.article-news-news {
  margin-left: 36px;
  padding: 1px 15px;
  background: #383838;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .article-news-news {
    margin-left: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news-news {
    margin-left: 9.6vw;
  }
}
.article-news__content {
  max-width: 589px;
  border-bottom: 1px solid #707070;
}
.article-news__content:not(:first-of-type) {
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .article-news__content {
    max-width: 76.8vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__content {
    max-width: 100%;
  }
}
.article-news__content.active {
  display: block;
}
.article-news__content-sec-ttl {
  width: 586.21px;
  padding-bottom: 41.4px;
  color: #707070;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-news__content-sec-ttl {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__content-sec-ttl {
    width: 75vw;
    padding-bottom: 24px;
    font-size: 16px;
  }
}
.article-news__content-copy {
  display: none;
}
.article-news__content-copy p {
  padding-bottom: 40px;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-news__content-copy p {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__content-copy p {
    width: 100%;
    font-size: 14px;
  }
}
.article-news__content-txt {
  padding-bottom: 41.4px;
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .article-news__content-txt {
    font-size: 14px;
  }
}
.article-news__content-txt-fir {
  display: block;
  padding-bottom: 40px;
  padding-bottom: 40px;
}
.article-news__content-txt-youtube {
  display: block;
}
.article-news__content-txt-youtube a {
  border-bottom: 1px solid blue;
  color: blue;
}
.article-news__close {
  padding-right: 38px;
  padding-bottom: 15px;
  float: right;
  color: #707070;
  font-size: 14px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .article-news__close {
    padding-right: 4.9vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__close {
    padding-bottom: 4vw;
  }
}
.article-news__close-tri {
  position: relative;
  padding-right: 20px;
}
.article-news__close-tri::before {
  position: static;
  top: 0;
  left: 0;
  content: "▼";
}
.article-news__close-tri.is-active::before {
  content: "▲";
}
.article-news__close-txt {
  position: relative;
}
.article-news__close-txt::before {
  position: static;
  top: 0;
  left: 0;
  content: "もっと読む";
}
.article-news__close-txt.is-active::before {
  content: "閉じる";
}
.article-news__inner-aside {
  width: 280px;
  padding-top: 137px;
  padding-top: 0;
  color: #707070;
}
@media screen and (max-width: 1100px) {
  .article-news__inner-aside {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .article-news__inner-aside {
    display: none;
  }
}
.article-news__inner-aside-ttl {
  position: relative;
  padding-bottom: 39.9px;
  padding-left: 42px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.article-news__inner-aside-ttl::after {
  display: block;
  position: absolute;
  top: 23%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #707070;
  content: "";
}
@media screen and (max-width: 1100px) {
  .article-news__inner-aside-ttl {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .article-news__inner-aside-ttl {
    font-size: 5.3vw;
  }
}
.article-news__inner-aside-item {
  padding-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .article-news__inner-aside-item {
    font-size: 3.7vw;
  }
}
.article-news__clear {
  clear: both;
}
.article-news__btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  margin: 40px auto;
}

.article-music {
  max-width: 1400px;
  margin: 0 auto;
}
.article-music__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
  margin-left: 84px;
  overflow: hidden;
  color: #383838;
  font-size: 100px;
  font-family: "Train One", cursive;
}
@media screen and (max-width: 1100px) {
  .article-music__ttl {
    height: 15.4vw;
    margin-left: 10.9vw;
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__ttl {
    height: 7vw;
    font-size: 6vw;
  }
}
.article-music__ttl span {
  -webkit-transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
          transform: translate(0, 105%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.article-music__ttl span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.article-music__ttl span:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.article-music__ttl span:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.article-music__ttl span:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.article-music__ttl span:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.article-music__ttl span:nth-child(7) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.article-music__ttl span:nth-child(8) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.article-music__ttl span:nth-child(9) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.article-music__ttl span:nth-child(10) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.article-music__ttl span:nth-child(11) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.article-music__ttl span:nth-child(12) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.article-music__ttl span:nth-child(13) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.article-music__ttl span:nth-child(14) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.article-music__ttl span:nth-child(15) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.article-music__ttl.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-music__ttl.-above {
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .article-music__ttl {
    height: 10.3vw;
    margin-left: 8vw;
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__ttl {
    height: 11vw;
    margin-left: 8vw;
    font-size: 9vw;
  }
}
.article-music-g {
  z-index: 2000;
}
.article-music__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 128px 76px 45px;
  padding: 80px 115px;
  border-radius: 28px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .article-music__inner {
    padding: 5.8vw 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__inner {
    margin: 0 5%;
    padding: 60px 5%;
    border-radius: 18px;
  }
}
.article-music__inner-main {
  margin-right: 7.3vw;
}
@media screen and (max-width: 1100px) {
  .article-music__inner-main {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-music__inner-main {
    margin-right: 0;
  }
}
.article-music__inner-aside {
  width: 280px;
  margin-left: 130px;
  padding-top: 137px;
  padding-top: 70px;
  color: #707070;
}
@media screen and (max-width: 1100px) {
  .article-music__inner-aside {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .article-music__inner-aside {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .article-music__inner-aside {
    margin-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-music__inner-aside {
    margin-left: 0;
    padding-top: 0;
  }
}
.article-music__inner-aside-ttl {
  position: relative;
  padding-bottom: 39.9px;
  padding-left: 42px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.article-music__inner-aside-ttl::after {
  display: block;
  position: absolute;
  top: 23%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #707070;
  content: "";
}
@media screen and (max-width: 1100px) {
  .article-music__inner-aside-ttl {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__inner-aside-ttl {
    font-size: 5.3vw;
  }
}
.article-music__inner-aside-item {
  width: 50%;
  padding-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-music__inner-aside-item {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__inner-aside-item {
    font-size: 3.7vw;
  }
}
.article-music__list:first-child {
  padding-top: 50px;
  padding-left: 94px;
}
@media screen and (max-width: 1100px) {
  .article-music__list:first-child {
    padding-top: 6.5vw;
    padding-left: 12.2vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__list:first-child {
    padding-top: 6.5vw;
    padding-left: 0;
  }
}
.article-music__item {
  margin-bottom: 83px;
  color: #707070;
}
.article-music__item-img {
  width: 351px;
  height: 351px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  .article-music__item-img {
    width: 45.6vw;
    height: 45.6vw;
  }
}
@media screen and (max-width: 768px) {
  .article-music__item-img {
    width: 100%;
    height: auto;
  }
}
.article-music__item img {
  width: 100%;
}
.article-music__item-jacket-name {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .article-music__item-jacket-name {
    font-size: 16px;
  }
}
.article-music__item-song-name {
  margin-bottom: 19px;
}
.article-music__item-song-name span {
  display: block;
}
@media screen and (max-width: 768px) {
  .article-music__item ol {
    font-size: 14px;
  }
}
.article-music__item-link {
  margin-top: 20px;
}
.article-music__item-link a {
  display: block;
  position: relative;
  width: 191px;
  padding: 10px 19px 10px 29px;
  background-color: #383838;
  color: #fff;
  font-size: 12px;
}
.article-music__item-link a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 41%;
  left: 86%;
  width: 10px;
  height: 1px;
          transform: rotate(45deg);
  background-color: #fff;
  content: "";
}
.article-music__item-link a::after {
  position: absolute;
  top: 50%;
  left: 70%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.article-novel {
  max-width: 1400px;
  margin: 0 auto;
}
.article-novel__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
  margin-left: 84px;
  overflow: hidden;
  color: #383838;
  font-size: 100px;
  font-family: "Train One", cursive;
}
@media screen and (max-width: 1100px) {
  .article-novel__ttl {
    height: 15.4vw;
    margin-left: 10.9vw;
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__ttl {
    height: 7vw;
    font-size: 6vw;
  }
}
.article-novel__ttl span {
  -webkit-transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
          transform: translate(0, 105%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.article-novel__ttl span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.article-novel__ttl span:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.article-novel__ttl span:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.article-novel__ttl span:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.article-novel__ttl span:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.article-novel__ttl span:nth-child(7) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.article-novel__ttl span:nth-child(8) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.article-novel__ttl span:nth-child(9) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.article-novel__ttl span:nth-child(10) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.article-novel__ttl span:nth-child(11) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.article-novel__ttl span:nth-child(12) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.article-novel__ttl span:nth-child(13) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.article-novel__ttl span:nth-child(14) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.article-novel__ttl span:nth-child(15) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.article-novel__ttl.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-novel__ttl.-above {
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .article-novel__ttl {
    height: 10.8vw;
    margin-left: 8vw;
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__ttl {
    height: 12.5vw;
    margin-left: 8vw;
    font-size: 10.5vw;
  }
}
.article-novel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 128px 76px 45px;
  padding: 80px 115px;
  border-radius: 28px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner {
    padding: 5.8vw 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner {
    margin: 0 5%;
    padding: 60px 5%;
    border-radius: 18px;
  }
}
.article-novel__inner-main {
  margin-right: 7.3vw;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-main {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main {
    margin-right: 0;
  }
}
.article-novel__inner-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55px;
  border-bottom: 2px solid #707070;
  color: #707070;
}
.article-novel__inner-main-content:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-main-content {
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main-content {
    display: block;
    padding-bottom: 100px;
  }
}
.article-novel__inner-main-content__img {
  width: 234px;
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main-content__img {
    width: 100%;
  }
}
.article-novel__inner-main-content__img img {
  width: 100%;
}
.article-novel__inner-main-content-detail {
  width: 50%;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-main-content-detail {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main-content-detail {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.article-novel__inner-main-content-detail p {
  margin-bottom: 42px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-main-content-detail p {
    margin-bottom: 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main-content-detail p {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.article-novel__inner-main-content__date {
  display: block;
  margin-bottom: 23px;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-main-content__date {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main-content__date {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.article-novel__inner-main-content__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-main-content__ttl {
    margin-bottom: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-main-content__ttl {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.article-novel__inner-main-content__link a {
  display: block;
  position: relative;
  width: 134px;
  margin-top: 20px;
  padding: 10px 19px 10px 29px;
  float: right;
  background-color: #383838;
  color: #fff;
  font-size: 12px;
}
.article-novel__inner-main-content__link a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 41%;
  left: 86%;
  width: 10px;
  height: 1px;
          transform: rotate(45deg);
  background-color: #fff;
  content: "";
}
.article-novel__inner-main-content__link a::after {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.article-novel__inner-aside {
  width: 280px;
  padding-top: 137px;
  padding-top: 20px;
  color: #707070;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-aside {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-aside {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-aside {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-aside {
    padding-top: 0;
  }
}
.article-novel__inner-aside-ttl {
  position: relative;
  padding-bottom: 39.9px;
  padding-left: 42px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.article-novel__inner-aside-ttl::after {
  display: block;
  position: absolute;
  top: 23%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #707070;
  content: "";
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-aside-ttl {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-aside-ttl {
    font-size: 5.3vw;
  }
}
.article-novel__inner-aside-item {
  padding-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-novel__inner-aside-item {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel__inner-aside-item {
    font-size: 3.7vw;
  }
}

.article-novel_eve {
  max-width: 1400px;
  margin: 0 auto;
}
.article-novel_eve__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
  margin-left: 84px;
  overflow: hidden;
  color: #383838;
  font-size: 100px;
  font-family: "Train One", cursive;
}
@media screen and (max-width: 1100px) {
  .article-novel_eve__ttl {
    height: 15.4vw;
    margin-left: 10.9vw;
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel_eve__ttl {
    height: 7vw;
    font-size: 6vw;
  }
}
.article-novel_eve__ttl span {
  -webkit-transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
          transform: translate(0, 105%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.article-novel_eve__ttl span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.article-novel_eve__ttl span:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.article-novel_eve__ttl span:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.article-novel_eve__ttl span:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.article-novel_eve__ttl span:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.article-novel_eve__ttl span:nth-child(7) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.article-novel_eve__ttl span:nth-child(8) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.article-novel_eve__ttl span:nth-child(9) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.article-novel_eve__ttl span:nth-child(10) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.article-novel_eve__ttl span:nth-child(11) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.article-novel_eve__ttl span:nth-child(12) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.article-novel_eve__ttl span:nth-child(13) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.article-novel_eve__ttl span:nth-child(14) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.article-novel_eve__ttl span:nth-child(15) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.article-novel_eve__ttl.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-novel_eve__ttl.-above {
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .article-novel_eve__ttl {
    height: 10.8vw;
    margin-left: 8vw;
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel_eve__ttl {
    height: 12.5vw;
    margin-left: 8vw;
    font-size: 10.5vw;
  }
}
.article-novel_eve__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin: 0 128px 76px 45px;
  padding: 80px 115px;
  border-radius: 28px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .article-novel_eve__inner {
    padding: 5.8vw 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .article-novel_eve__inner {
    margin: 0 5%;
    padding: 60px 5%;
    border-radius: 18px;
  }
}
.article-novel_eve__above {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .article-novel_eve__above {
    display: block;
    padding-bottom: 36px;
  }
}
.article-novel_eve__above-left {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .article-novel_eve__above-left {
    font-size: 12px;
  }
}
.article-novel_eve__above-link a {
  display: block;
  position: relative;
  width: 195px;
  padding: 10px 19px 10px 29px;
  float: right;
  background-color: #383838;
  color: #fff;
  font-size: 12px;
}
.article-novel_eve__above-link a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 41%;
  left: 86%;
  width: 10px;
  height: 1px;
          transform: rotate(45deg);
  background-color: #fff;
  content: "";
}
.article-novel_eve__above-link a::after {
  position: absolute;
  top: 50%;
  left: 70%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .article-novel_eve__above-link a {
    display: none;
  }
}
.article-novel_eve__name {
  color: #707070;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .article-novel_eve__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .article-novel_eve__name {
    font-size: 16px;
  }
}
.article-novel_eve__img-above {
  width: 429px;
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .article-novel_eve__img-above {
    width: 213px;
  }
}
.article-novel_eve__img-above img {
  width: 100%;
}
.article-novel_eve__img-bottom {
  width: 429px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article-novel_eve__img-bottom {
    width: 213px;
    margin-bottom: 32px;
  }
}
.article-novel_eve__img-bottom img {
  width: 100%;
}
.article-novel_eve__txt {
  padding-bottom: 11px;
  color: #707070;
  line-height: 48px;
  letter-spacing: 0.01em;
}
.article-novel_eve__txt span {
  line-height: 1px;
}
@media screen and (max-width: 1100px) {
  .article-novel_eve__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .article-novel_eve__txt {
    font-size: 14px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .article-novel_eve__bottom-link {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article-novel_eve__bottom-link {
    margin-bottom: 40px;
  }
}
.article-novel_eve__bottom-link a {
  display: block;
  position: relative;
  width: 195px;
  padding: 10px 19px 10px 29px;
  float: right;
  background-color: #383838;
  color: #fff;
  font-size: 12px;
}
.article-novel_eve__bottom-link a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 41%;
  left: 86%;
  width: 10px;
  height: 1px;
          transform: rotate(45deg);
  background-color: #fff;
  content: "";
}
.article-novel_eve__bottom-link a::after {
  position: absolute;
  top: 50%;
  left: 70%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.article-profile {
  max-width: 1400px;
  margin: 0 auto;
}
.article-profile__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 119px;
  margin-left: 84px;
  overflow: hidden;
  color: #383838;
  font-size: 100px;
  font-family: "Train One", cursive;
}
@media screen and (max-width: 1100px) {
  .article-profile__ttl {
    height: 15.4vw;
    margin-left: 10.9vw;
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .article-profile__ttl {
    height: 7vw;
    font-size: 6vw;
  }
}
.article-profile__ttl span {
  -webkit-transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: block;
          transform: translate(0, 105%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.article-profile__ttl span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.article-profile__ttl span:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.article-profile__ttl span:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.article-profile__ttl span:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.article-profile__ttl span:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.article-profile__ttl span:nth-child(7) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.article-profile__ttl span:nth-child(8) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.article-profile__ttl span:nth-child(9) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.article-profile__ttl span:nth-child(10) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.article-profile__ttl span:nth-child(11) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.article-profile__ttl span:nth-child(12) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.article-profile__ttl span:nth-child(13) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.article-profile__ttl span:nth-child(14) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.article-profile__ttl span:nth-child(15) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.article-profile__ttl.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-profile__ttl.-above {
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .article-profile__ttl {
    height: 10.8vw;
    margin-left: 8vw;
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .article-profile__ttl {
    height: 12.5vw;
    margin-left: 8vw;
    font-size: 10.5vw;
  }
}
.article-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin: 0 128px 76px 45px;
  padding: 80px 115px;
  border-radius: 28px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .article-profile__inner {
    padding: 5.8vw 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  .article-profile__inner {
    margin: 0 5%;
    padding: 60px 5%;
    border-radius: 18px;
  }
}
.article-profile__img {
  margin: 0 auto;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .article-profile__img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.article-profile__img img {
  width: 100%;
}
.article-profile__txt {
  margin: 0 auto;
  color: #707070;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .article-profile__txt {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.article-profile__txt-part {
  display: block;
  margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */
