@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap);

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes bggradient {
  0%, to {
    background-position: 80% 15%
  }

  20% {
    background-position: 100% 15%
  }

  70% {
    background-position: 0 15%
  }
}

@keyframes bggradient {
  0%, to {
    background-position: 80% 15%
  }

  20% {
    background-position: 100% 15%
  }

  70% {
    background-position: 0 15%
  }
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(3);
    transform: scale(3)
  }

  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  50%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  75% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(3);
    transform: scale(3)
  }

  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  50%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  75% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

@-webkit-keyframes scroll-sign {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
  }

  50% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
  }

  51% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top;
    transform-origin: top
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: top;
    transform-origin: top
  }
}

@keyframes scroll-sign {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
  }

  50% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
  }

  51% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top;
    transform-origin: top
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: top;
    transform-origin: top
  }
}

@-webkit-keyframes borderInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  5% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  49% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  50% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@keyframes borderInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  5% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  49% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }

  50% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@-webkit-keyframes about-copy-text-up-animation {
  0% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes about-copy-text-up-animation {
  0% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px transparent
  }

  50% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
  }

  to {
    box-shadow: 0 0 0 15px transparent
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px transparent
  }

  50% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
  }

  to {
    box-shadow: 0 0 0 15px transparent
  }
}

@-webkit-keyframes logoFadeIn {
  0% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 723.6979370117188px;
    stroke-dasharray: 723.6979370117188px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 723.6979370117188px
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 723.6979370117188px;
    stroke-dasharray: 723.6979370117188px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 723.6979370117188px
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 429.283935546875px;
    stroke-dasharray: 429.283935546875px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 429.283935546875px
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 429.283935546875px;
    stroke-dasharray: 429.283935546875px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 429.283935546875px
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 465.5030517578125px;
    stroke-dasharray: 465.5030517578125px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 465.5030517578125px
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 465.5030517578125px;
    stroke-dasharray: 465.5030517578125px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 465.5030517578125px
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1000.1104736328125px;
    stroke-dasharray: 1000.1104736328125px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000.1104736328125px
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1000.1104736328125px;
    stroke-dasharray: 1000.1104736328125px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000.1104736328125px
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 425.0773620605469px;
    stroke-dasharray: 425.0773620605469px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 425.0773620605469px
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 425.0773620605469px;
    stroke-dasharray: 425.0773620605469px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 425.0773620605469px
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 392.04376220703125px;
    stroke-dasharray: 392.04376220703125px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 392.04376220703125px
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 392.04376220703125px;
    stroke-dasharray: 392.04376220703125px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 392.04376220703125px
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 429.283935546875px;
    stroke-dasharray: 429.283935546875px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 429.283935546875px
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 429.283935546875px;
    stroke-dasharray: 429.283935546875px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 429.283935546875px
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 318.6099548339844px;
    stroke-dasharray: 318.6099548339844px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 318.6099548339844px
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 318.6099548339844px;
    stroke-dasharray: 318.6099548339844px
  }

  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 318.6099548339844px
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent
  }

  to {
    fill: #000
  }
}

.y-hidden {
  overflow-y: hidden;
  display: inline-block;
  position: relative
}

.conts-text-up {
  display: inline-block;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .35, 1);
  animation-timing-function: cubic-bezier(.65, 0, .35, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%)
}

.conts-text-up.is-show {
  -webkit-animation-name: about-copy-text-up-animation;
  animation-name: about-copy-text-up-animation
}

.button {
  position: relative
}

.button-anime, .character, .header_menu-item a span {
  display: inline-block
}

.button-anime {
  position: relative;
  overflow: hidden
}

.button-anime::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  opacity: .15;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: transform .3s cubic-bezier(.8, 0, .2, 1);
  transition: transform .3s cubic-bezier(.8, 0, .2, 1), -webkit-transform .3s cubic-bezier(.8, 0, .2, 1)
}

.hover-underline {
  padding-bottom: .25em;
  background: linear-gradient(#e61919, #e61919) 0 100%/0 1px no-repeat;
  transition: background .3s;
  text-decoration: none
}

.observe_title .js-title__anime {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity .4s ease-out .3s, transform .4s ease-out .3s, visibility .4s ease-out .3s;
  transition: opacity .4s ease-out .3s, transform .4s ease-out .3s, visibility .4s ease-out .3s, -webkit-transform .4s ease-out .3s
}

.observe_title.is-active .js-title__anime {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.observe_text .js-textCover__anime {
  width: 100%;
  transition: width .8s ease-out
}

.observe_text.is-active .js-textCover__anime {
  width: 0
}

.observe_img .js-title__anime01, .observe_img .js-title__anime02, .observe_news_anime .js-title__anime01, .observe_news_anime .js-title__anime02 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity .3s ease-out .4s, transform .3s ease-out .4s, visibility .3s ease-out .4s;
  transition: opacity .3s ease-out .4s, transform .3s ease-out .4s, visibility .3s ease-out .4s, -webkit-transform .3s ease-out .4s
}

.observe_img .js-title__anime02, .observe_news_anime .js-title__anime02 {
  transition: opacity .3s ease-out .6s, transform .3s ease-out .6s, visibility .3s ease-out .6s;
  transition: opacity .3s ease-out .6s, transform .3s ease-out .6s, visibility .3s ease-out .6s, -webkit-transform .3s ease-out .6s
}

.observe_img .js-textCover__anime, .observe_news_anime .js-textCover__anime {
  width: 100%;
  transition: width .6s ease-out .9s
}

.observe_img .js-thumb__title__up, .observe_img .js-thumb__title__up__02, .observe_news_anime .js-thumb__title__up, .observe_news_anime .js-thumb__title__up__02 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity .3s ease-out .4s, transform .3s ease-out .4s, visibility .3s ease-out .4s;
  transition: opacity .3s ease-out .4s, transform .3s ease-out .4s, visibility .3s ease-out .4s, -webkit-transform .3s ease-out .4s
}

.observe_img .js-thumb__title__up__02, .observe_news_anime .js-thumb__title__up__02 {
  transition: opacity .3s ease-out .6s, transform .3s ease-out .6s, visibility .3s ease-out .6s;
  transition: opacity .3s ease-out .6s, transform .3s ease-out .6s, visibility .3s ease-out .6s, -webkit-transform .3s ease-out .6s
}

.observe_img .js-thumb__title__curtain__01, .observe_news_anime .js-thumb__title__curtain__01 {
  width: 100%;
  transition: width .6s ease-out .7s
}

.observe_img .js-thumb__bnr__up, .observe_news_anime .js-thumb__bnr__up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity .3s ease-out 1.5s, transform .3s ease-out 1.5s, visibility .3s ease-out 1.5s;
  transition: opacity .3s ease-out 1.5s, transform .3s ease-out 1.5s, visibility .3s ease-out 1.5s, -webkit-transform .3s ease-out 1.5s
}

.observe_img.is-active .js-title__anime01, .observe_img.is-active .js-title__anime02, .observe_news_anime.is-active .js-title__anime01, .observe_news_anime.is-active .js-title__anime02 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.observe_img.is-active .js-textCover__anime, .observe_news_anime.is-active .js-textCover__anime {
  width: 0
}

.observe_img.is-active .js-thumb__title__up, .observe_img.is-active .js-thumb__title__up__02, .observe_news_anime.is-active .js-thumb__title__up, .observe_news_anime.is-active .js-thumb__title__up__02 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.observe_img.is-active .js-thumb__title__curtain__01, .observe_news_anime.is-active .js-thumb__title__curtain__01 {
  width: 0
}

.js-thumb__parent, .observe_title {
  position: relative
}

.js-thumbCover_01, .js-thumbCover_02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.js-thumbCover_01 {
  background: #ccc;
  z-index: 1
}

.js-thumbCover_02 {
  background: rgba(204, 204, 204, .5);
  z-index: 2
}

.js-thumbCover__curtain__01, .js-thumbCover__curtain__02 {
  width: 100%
}

.js-text__anime {
  position: relative
}

.js-textCover__anime, .js-thumb__title__curtain__01, .js-thumb__title__curtain__02, .js-thumb__title__curtain__03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.js-title__anime, .js-title__anime01, .js-title__anime02, .observe_title_section {
  opacity: 0;
  -webkit-transform: translateY(120%);
  transform: translateY(120%)
}

.js-lead-top__action {
  opacity: 0;
  -webkit-transform: translateY(30px) scale(1.1);
  transform: translateY(30px) scale(1.1);
  transition: opacity .7s linear 0s, transform 1s cubic-bezier(.08, .9, .165, 1) 0s;
  transition: opacity .7s linear 0s, transform 1s cubic-bezier(.08, .9, .165, 1) 0s, -webkit-transform 1s cubic-bezier(.08, .9, .165, 1) 0s;
  display: block
}

.js-lead-top__action.is-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1)
}

.js-itemCover__curtain__01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100.1%;
  height: 100.1%;
  background: #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  backface-visibility: hidden;
  z-index: 2
}

*, .js-itemCover__curtain__01, .js-itemCover__curtain__02 {
  -webkit-backface-visibility: hidden
}

.js-itemCover__curtain__02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100.1%;
  height: 100.1%;
  background: #eee;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  backface-visibility: hidden;
  z-index: 1
}

.js-thumb__title__up {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.js-item02Cover__curtain__01, .js-item02Cover__curtain__02, .js-item02Cover__curtain__03, .js-item02Cover__curtain__04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100.1%;
  height: 100.1%;
  background: #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2
}

.js-item02Cover__curtain__02, .js-item02Cover__curtain__04 {
  opacity: .8;
  z-index: 1
}

.conts-flowAnime {
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease
}

.conts-flowAnime.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.conts-flowAnime.conts01 {
  transition-delay: .2s
}

.conts-flowAnime.conts02 {
  transition-delay: .3s
}

.conts-flowAnime.conts03 {
  transition-delay: .4s
}

.conts-flowAnime.conts04 {
  transition-delay: .5s
}

.conts-flowAnime.conts05 {
  transition-delay: .6s
}

.conts-flowAnime.conts06 {
  transition-delay: .7s
}

.conts-flowAnime.conts07 {
  transition-delay: .8s
}

.conts-flowAnime.conts08 {
  transition-delay: .9s
}

.conts-flowAnime.conts09 {
  transition-delay: 1s
}

html {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

ol, ul {
  list-style: none
}

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

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none
}

a img, button, html {
  border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

button {
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  padding: 0
}

.svg-elem-1.is-show {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(.25, .46, .45, .94) 0s both, animate-svg-fill-1 .6s cubic-bezier(.47, 0, .745, .715) .2s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(.25, .46, .45, .94) 0s both, animate-svg-fill-1 .6s cubic-bezier(.47, 0, .745, .715) .2s both
}

.svg-elem-2.is-show {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(.25, .46, .45, .94) .12s both, animate-svg-fill-2 .6s cubic-bezier(.47, 0, .745, .715) .3s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(.25, .46, .45, .94) .12s both, animate-svg-fill-2 .6s cubic-bezier(.47, 0, .745, .715) .3s both
}

.svg-elem-3.is-show {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(.25, .46, .45, .94) .24s both, animate-svg-fill-3 .6s cubic-bezier(.47, 0, .745, .715) .4s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(.25, .46, .45, .94) .24s both, animate-svg-fill-3 .6s cubic-bezier(.47, 0, .745, .715) .4s both
}

.svg-elem-4.is-show {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(.25, .46, .45, .94) .36s both, animate-svg-fill-4 .6s cubic-bezier(.47, 0, .745, .715) .5s both;
  animation: animate-svg-stroke-4 1s cubic-bezier(.25, .46, .45, .94) .36s both, animate-svg-fill-4 .6s cubic-bezier(.47, 0, .745, .715) .5s both
}

.svg-elem-5.is-show {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(.25, .46, .45, .94) .48s both, animate-svg-fill-5 .6s cubic-bezier(.47, 0, .745, .715) .6s both;
  animation: animate-svg-stroke-5 1s cubic-bezier(.25, .46, .45, .94) .48s both, animate-svg-fill-5 .6s cubic-bezier(.47, 0, .745, .715) .6s both
}

.svg-elem-6.is-show {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(.25, .46, .45, .94) .6s both, animate-svg-fill-6 .6s cubic-bezier(.47, 0, .745, .715) .7s both;
  animation: animate-svg-stroke-6 1s cubic-bezier(.25, .46, .45, .94) .6s both, animate-svg-fill-6 .6s cubic-bezier(.47, 0, .745, .715) .7s both
}

.svg-elem-7.is-show {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(.25, .46, .45, .94) .72s both, animate-svg-fill-7 .6s cubic-bezier(.47, 0, .745, .715) .8s both;
  animation: animate-svg-stroke-7 1s cubic-bezier(.25, .46, .45, .94) .72s both, animate-svg-fill-7 .6s cubic-bezier(.47, 0, .745, .715) .8s both
}

.svg-elem-8.is-show {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(.25, .46, .45, .94) .84s both, animate-svg-fill-8 .6s cubic-bezier(.47, 0, .745, .715) .9s both;
  animation: animate-svg-stroke-8 1s cubic-bezier(.25, .46, .45, .94) .84s both, animate-svg-fill-8 .6s cubic-bezier(.47, 0, .745, .715) .9s both
}

.home .top_mv .mv_slider li, .page_mv::before, .section_inner, body, svg {
  width: 100%;
  height: 100%
}

.section_inner {
  padding: 0 20px;
  position: relative
}

.transition {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  opacity: 1;
  transition: opacity .8s ease, z-index .1s 1s
}

.is-slide .transition, .transition-leave {
  opacity: 0;
  z-index: -99999
}

.home .transition {
  display: none
}

.transition-leave {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  transition: opacity .4s ease-in-out, z-index .1s
}

.is-slide-in .transition-leave {
  z-index: 99999;
  opacity: 1
}

.section_title {
  display: flex;
  align-items: center
}

.page_mv .page_mv-title .title_eng, .section_title-eg {
  display: inline-block;
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .07em;
  color: #3b3737
}

.footer .footer_baseinfo-map span, .footer .footer_baseinfo-tel span, .section_title-jp {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400
}

.section_title-jp {
  letter-spacing: .15em;
  color: #3b3737;
  margin-left: 8px;
  margin-top: 4px
}

.page_mv {
  width: 100%;
  height: 170px;
  position: relative
}

.page_mv::before {
  content: "";
  display: inline-block
}

.page_mv .page_mv-title {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding-left: 28px
}

.page_mv .page_mv-title .title_eng {
  display: block;
  font-weight: 700;
  color: #fff
}

.page_mv .page_mv-title .title_jp {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .15em;
  color: #fff;
  margin-top: 4px
}

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  outline: 0
}

body, html {
  -webkit-font-smoothing: antialiased
}

html {
  font-size: 62.5%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif
}

body {
  color: #5a5858
}

body.is_fixed {
  position: fixed
}

body.is_hidden {
  overflow: hidden
}

body.is-slide {
  background-color: #fff
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.sp {
  display: block
}

.pc, .tab {
  display: none
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

a {
  text-decoration: none;
  color: #000;
  transition: opacity .3s ease
}

img {
  width: 100%
}

body, section {
  position: relative
}

.main {
  background: linear-gradient(to left, #e1e3e6, #fff);
  overflow: hidden
}

.footer {
  z-index: 10;
  position: relative;
  background-color: #6c7784
}

.footer .footer-inner {
  padding: 66px 20px 36px
}

.footer .footer_info {
  display: flex;
  flex-direction: column
}

.footer .footer_baseinfo {
  width: 100%
}

.footer .footer_baseinfo-home {
  display: block;
  max-width: 145px
}

.footer .footer_baseinfo-map, .footer .footer_baseinfo-tel {
  display: flex;
  position: relative;
  margin-top: 27px
}

.footer .footer_baseinfo-map::before, .header_baseinfo-map::before {
  content: "";
  background: url(../images/common/map_white_icon.svg) no-repeat center center/contain;
  width: 11px;
  height: 15px;
  display: inline-block
}

.footer .footer_baseinfo-map span, .footer .footer_baseinfo-tel span {
  width: calc(100% - 11px);
  letter-spacing: .05em;
  color: #fff;
  margin-left: 7px
}

.footer .footer_baseinfo-tel {
  margin-top: 8px
}

.footer .footer_baseinfo-tel::before, .header_baseinfo-tel::before {
  content: "";
  background: url(../images/common/phone_white_icon.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  display: inline-block
}

.footer .footer_baseinfo-tel span {
  width: calc(100% - 12px);
  font-family: YakuHanJP, "Open Sans", serif;
  font-weight: 500
}

.footer .footer_link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 35px;
  max-width: 280px
}

.footer .footer_link-item {
  width: 50%
}

.footer .footer_link-item:nth-of-type(n+3) {
  margin-top: 24px
}

.footer .footer_link-text {
  width: 100%;
  display: block;
  position: relative
}

.footer .footer_link-text span {
  display: block
}

.footer .footer_link-text span:nth-of-type(1) {
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #fff
}

.footer .footer_link-text span:nth-of-type(2) {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #a2a9b1;
  margin-top: 5px
}

.footer .footer_copyright {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 45px
}

.footer .copyright, .header_menu-text span {
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 12px
}

.footer .copyright {
  font-weight: 500;
  letter-spacing: .05em;
  color: #d3d6da;
  margin-top: 15px
}

.footer .footer_copyright-list {
  display: flex
}

.footer .footer_copyright-item+.footer_copyright-item {
  margin-left: 20px
}

.footer .footer_copyright-item a {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #d3d6da
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color .3s ease;
  height: 62px
}

.header.is-active {
  background-color: transparent
}

.header-inner {
  position: relative;
  width: 100%;
  height: 100%
}

.header_nav {
  height: auto;
  display: flex;
  justify-content: space-between
}

.header_nav-top {
  max-width: 88px;
  display: block;
  margin: 17px 20px
}

.header_menu-button {
  display: flex;
  padding: 25px 20px 23px;
  z-index: 1
}

.header_menu-text {
  margin-right: 14px;
  position: relative;
  width: 39px;
  -webkit-transform: opacity .3s ease;
  transform: opacity .3s ease
}

.header_menu-text span {
  font-weight: 700;
  letter-spacing: .1em;
  position: absolute;
  transition: opacity .3s ease, color .3s ease
}

.header_menu-text span:nth-of-type(1) {
  opacity: 1
}

.header_menu-text span:nth-of-type(2), .is-open .header_menu-text span:nth-of-type(1) {
  opacity: 0
}

.is-open .header_menu-text {
  color: #fff
}

.is-open .header_menu-text span:nth-of-type(2) {
  opacity: 1
}

.header_menu-humberger {
  width: 27px;
  height: 10px;
  display: flex;
  flex-direction: column;
  position: relative
}

.header_menu-humberger span {
  display: inline-block;
  width: 27px;
  height: 1px;
  background-color: #5a5858;
  position: absolute;
  transition: background-color .3s ease, transform .3s ease, top .3s ease, bottom .3s ease;
  transition: background-color .3s ease, transform .3s ease, top .3s ease, bottom .3s ease, -webkit-transform .3s ease
}

.header_menu-humberger span:nth-of-type(1) {
  top: 0
}

.header_menu-humberger span:nth-of-type(2) {
  bottom: 0
}

.is-open .header_menu-humberger span {
  background-color: #fff
}

.is-open .header_menu-humberger span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg) translate(2px, 5px);
  transform: rotate(45deg) translate(2px, 5px)
}

.is-open .header_menu-humberger span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: rotate(-45deg) translate(1px, -5px);
  transform: rotate(-45deg) translate(1px, -5px)
}

.header_menu {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(142deg, #abb8c7, #617993);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.header_menu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.header_menu-inner {
  padding: 100px 40px 45px;
  justify-content: space-between;
  height: 100%
}

.header_menu-inner, .header_menu-item a, .header_menu-list {
  display: flex;
  flex-direction: column
}

.header_menu-item+.header_menu-item {
  margin-top: 28px
}

.header_menu-item a {
  width: 100%;
  position: relative
}

.header_menu-item a span:nth-of-type(1) {
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #fff
}

.header_menu-item a span:nth-of-type(2) {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #cfd6df;
  margin-top: 7px
}

.header_baseinfo {
  margin-top: 74px
}

.header_baseinfo-home {
  max-width: 129px;
  display: block
}

.header_baseinfo-map, .header_baseinfo-tel {
  display: flex;
  position: relative;
  margin-top: 22px
}

.header_baseinfo-map span, .header_baseinfo-tel span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: .05em;
  color: #fff;
  font-weight: 400;
  margin-left: 7px
}

.header_baseinfo-tel {
  margin-top: 8px
}

.header_baseinfo-tel span {
  font-family: YakuHanJP, "Open Sans", serif;
  font-weight: 500
}

.home .header_nav-top {
  display: none
}

.home .header_nav {
  justify-content: flex-end
}

.home .main {
  padding-bottom: 100px
}

.home .top_campusinfo {
  margin-top: 120px
}

.home .top_campusinfo::before {
  content: "";
  background: url(../images/home/campus_square01.png) no-repeat center center/contain;
  width: 117px;
  height: 117px;
  display: inline-block;
  position: absolute;
  top: -60px;
  right: -16px
}

.home .campusinfo_box {
  margin-top: 40px
}

.home .campusinfo_box, .home .campusinfo_list {
  display: flex;
  flex-direction: column
}

.home .campusinfo_item+.campusinfo_item, .home .campusinfo_list+.campusinfo_list {
  margin-top: 56px
}

.home .campusinfo_image, .home .campusinfo_item {
  width: 100%
}

.home .campusinfo_title {
  display: flex;
  flex-direction: column;
  margin-top: 24px
}

.home .campusinfo_title-icon {
  max-width: 96px
}

.home .campusinfo_title-icon.music-tokyo, .home .campusinfo_title-title.music-tokyo {
  max-width: 115px
}

.home .campusinfo_title-title {
  max-width: 335px;
  width: 100%;
  margin-top: 4px
}

.home .campusinfo_subtitle {
  color: #000;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 600;
  margin-top: 20px
}

.home .campusinfo_map {
  display: flex;
  margin-top: 16px
}

.home .campusinfo_map span, .home .campusinfo_tel span {
  letter-spacing: .05em;
  font-weight: 400;
  color: #6a6a6a;
  width: calc(100% - 14px);
  margin-left: 14px
}

.home .campusinfo_map span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.571428571;
  display: inline-block
}

.home .campusinfo_map::before {
  content: "";
  background: url(../images/common/map_icon.svg) no-repeat center center/contain;
  width: 14px;
  height: 19px;
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}

.home .campusinfo_linkmore, .home .campusinfo_tel {
  display: flex;
  margin-top: 13px;
  align-items: center
}

.home .campusinfo_tel span {
  font-family: YakuHanJP, "Open Sans", serif;
  font-size: 16px;
  line-height: 1.5
}

.home .campusinfo_tel::before {
  content: "";
  background: url(../images/common/phone_icon.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  display: inline-block
}

.home .campusinfo_linkmore {
  width: 100%;
  height: 54px;
  border: 1px solid #5a5858;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  transition: border .3s ease, background-color .3s ease
}

.home .campusinfo_linkmore span {
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #5a5858;
  transition: color .3s ease
}

.home .campusinfo_linkmore::before {
  content: "";
  background: url(../images/common/morelink_arrow.svg) no-repeat center center/contain;
  width: 41px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 17px;
  transition: background .3s ease
}

.home .campusinfo_cardlist {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  position: relative;
  z-index: 1
}

.home .campusinfo_cardlist::before {
  content: "";
  background: url(../images/home/news_square03.png) no-repeat center center/contain;
  width: 86px;
  height: 74px;
  display: inline-block;
  position: absolute;
  bottom: -107px;
  right: -29px;
  z-index: -1
}

.home .campusinfo_carditem {
  background-color: #abb8c7;
  height: 151px;
  transition: background-color .3s ease
}

.home .campusinfo_carditem+.campusinfo_carditem {
  margin-top: 20px
}

.home .campusinfo_carditem-link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 28px;
  position: relative
}

.home .campusinfo_carditem-link::before {
  content: "";
  background: url(../images/common/white_arrow.svg) no-repeat center center/contain;
  width: 47px;
  height: 6px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 19px
}

.home .campusinfo_carditem-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .13em;
  color: #fff
}

.home .campusinfo_carditem-text {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.615384615;
  color: #fff;
  margin-top: 8px
}

.home .top_mv {
  height: calc(var(--vh, 1vh)*100);
  position: relative
}

.home .top_mv::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 128px;
  height: 124px;
  background: url(../images/home/mv_parts01.png) center center/cover
}

.home .top_mv::after {
  bottom: 0;
  width: 52px;
  height: 54px;
  background: url(../images/home/mv_parts02.png) center center/cover
}

.home .top_mv .section_inner {
  padding: 0 0 0 48px
}

.home .top_mv .mv_box {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.home .top_mv .mv_slider {
  height: 330px;
  position: relative
}

.home .top_mv .mv_slider li img {
  height: 330px;
  -o-object-fit: cover;
  object-fit: cover
}

.home .top_mv .mv_logo {
  width: 67.60563%;
  -webkit-transform: translate(-28px, -9px);
  transform: translate(-28px, -9px);
  max-width: 240px
}

.home .top_mv .mv_square {
  position: absolute;
  display: inline-block
}

.home .top_mv .mv_square::before {
  content: "";
  display: inline-block
}

.home .top_message {
  width: 100%
}

.home .top_message .message_list {
  padding-top: 74px
}

.home .news_item a, .home .top_message .message_item {
  display: flex;
  flex-direction: column
}

.home .top_message .message_item+.message_item {
  margin-top: 64px
}

.home .top_message .section_title-eg {
  font-size: 30px
}

.home .top_message .section_title-jp {
  margin-top: 2px
}

.home .top_message .message_text {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.875;
  color: #3b3737;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-left: 28px;
  margin-top: 22px
}

.home .top_message .message_text span {
  display: inline-block
}

.home .top_news {
  width: 100%;
  margin-top: 115px
}

.home .news_list::after, .home .top_mv::after, .home .top_news::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0
}

.home .top_news::before {
  background: url(../images/home/news_square01.png) center center/cover;
  width: 121px;
  height: 120px;
  top: -60px
}

.home .news_list {
  display: flex;
  flex-direction: column;
  margin-top: 39px;
  position: relative
}

.home .news_list::after {
  background: url(../images/home/news_square02.png) center center/cover;
  width: 20px;
  height: 20px;
  bottom: -29px
}

.home .news_item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(80, 103, 131, .38);
  padding-bottom: 24px
}

.home .news_item+.news_item {
  margin-top: 24px
}

.home .news_item a p {
  position: relative;
  transition: opacity .4s ease
}

.home .news_item a p::after, .info .info_conts .conts_item span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/common/pdf_icon.svg) no-repeat center center/contain;
  margin-left: 8px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}

.home .news_item p, .home .news_item time {
  font-family: YakuHanJP, "Open Sans", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .15em;
  color: #3b3737
}

.home .news_item p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 16px;
  line-height: 1.642857143
}

.info .main {
  padding-bottom: 100px
}

.info .info_conts .conts_title {
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 600;
  padding-bottom: 50px;
  position: relative;
  color: #5a5858
}

.info .info_conts .conts_title::after {
  content: "";
  display: inline-block;
  width: 41px;
  height: 1px;
  background-color: rgba(0, 0, 0, .38);
  position: absolute;
  bottom: 0;
  left: 0
}

.info .info_conts, .info .info_conts .conts_box {
  margin-top: 50px
}

.info .info_conts .conts_box+.conts_box {
  margin-top: 60px
}

.info .info_conts .conts_box+.conts_board {
  margin-top: 100px
}

.info .info_conts .conts_box-title, .info .info_conts .conts_item span {
  font-size: 17px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  color: #5a5858
}

.info .info_conts .conts_list {
  margin-top: 34px;
  display: flex;
  flex-direction: column
}

.info .info_conts .conts_list.list-board {
  margin-top: 50px
}

.info .info_conts .conts_item {
  width: 100%;
  height: 105px;
  background-color: #eceef0;
  position: relative;
  transition: background-color .3s ease
}

.info .info_conts .conts_item+.conts_item {
  margin-top: 1px
}

.info .info_conts .conts_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.info .info_conts .conts_item span {
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  display: flex;
  align-items: center
}

.info .info_conts .conts_item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  background: url(../images/common/info_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 42px
}

.info .info_mv {
  margin-top: 62px
}

.info .info_mv .section_inner {
  padding: 0 0 0 20px
}

.info .page_mv::before {
  background: url(../images/info/mv_sp.jpg) no-repeat center center/cover
}

.about .main {
  padding-bottom: 100px
}

.about .about_title {
  display: flex;
  align-items: center
}

.about .about_title span {
  display: inline-block;
  color: #3b3737
}

.about .about_title span:nth-of-type(1) {
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .07em
}

.about .about_title span:nth-of-type(2) {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .22em;
  margin-left: 7px
}

.about .about_history .about_title span:nth-of-type(2) {
  -webkit-transform: translateY(4px);
  transform: translateY(4px)
}

.about .about_branch {
  margin-top: 120px
}

.about .branch_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px
}

.about .branch_item {
  width: 46.56716%
}

.about .branch_item:nth-of-type(n+3) {
  margin-top: 48px
}

.about .branch_icon {
  width: 42.30769%;
  margin-top: 10px
}

.about .branch_icon.music_tokyo {
  width: 51.28205%
}

.about .branch_title {
  width: 100%;
  margin-top: 6px
}

.about .about_global {
  margin-top: 120px
}

.about .global_info {
  margin-top: 40px;
  display: flex;
  flex-direction: column
}

.about .global_info-image {
  width: 100%
}

.about .global_info-box {
  margin-top: 20px
}

.about .global_info-box .global_info-icon {
  width: 41.79104%
}

.about .global_info-box .global_info-title {
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: .07em;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-top: 12px
}

.about .global_info-box .global_info-map {
  display: flex;
  position: relative;
  margin-top: 8px
}

.about .global_info-box .global_info-map::before {
  content: "";
  background: url(../images/about/map_icon.svg) no-repeat center center/contain;
  width: 13px;
  height: 17px;
  display: inline-block;
  -webkit-transform: translateY(4px);
  transform: translateY(4px)
}

.about .global_info-box .global_info-map span {
  display: inline-block;
  width: calc(100% - 12px);
  font-family: YakuHanJP, "Open Sans", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.692307692;
  color: #6a6a6a;
  margin-left: 16px
}

.about .global_info-box .global_info-fax, .about .global_info-box .global_info-tel {
  display: flex;
  position: relative;
  margin-top: 15px
}

.about .global_info-box .global_info-tel::before {
  content: "";
  background: url(../images/about/phone_icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  display: inline-block
}

.about .global_info-box .global_info-fax span, .about .global_info-box .global_info-tel span {
  display: inline-block;
  width: calc(100% - 16px);
  font-family: YakuHanJP, "Open Sans", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #6a6a6a;
  margin-left: 12px
}

.about .global_info-box .global_info-fax::before {
  content: "";
  background: url(../images/about/printer_icon.svg) no-repeat center center/contain;
  width: 19px;
  height: 16px;
  display: inline-block
}

.about .global_info-box .global_info-fax span {
  width: calc(100% - 19px);
  margin-left: 10px
}

.about .global_info-box .global_info-more {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5a5858;
  margin-top: 33px;
  position: relative;
  transition: background-color .3s ease, border .3s ease
}

.about .global_info-box .global_info-more span {
  display: inline-block;
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  color: #5a5858;
  letter-spacing: .08em;
  transition: color .3s ease
}

.about .global_info-box .global_info-more::before {
  content: "";
  background: url(../images/about/more_arrow.svg) no-repeat center center/contain;
  width: 48px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 30px;
  transition: background .3s ease
}

.about .global_feature {
  margin-top: 50px
}

.about .global_feature.feature02 {
  display: flex;
  flex-direction: column
}

.about .global_feature-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.5
}

.about .global_feature-title span {
  display: inline-block
}

.about .global_feature-text {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.857142857;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px
}

.about .global_feature-image {
  width: 100%
}

.about .global_feature-box .global_feature-title {
  margin-top: 35px
}

.about .about_history {
  margin-top: 45px
}

.about .history_list {
  display: flex;
  flex-direction: column;
  margin-top: 30px
}

.about .history_item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 50px;
  position: relative
}

.about .history_item::after {
  content: "";
  display: inline-block;
  background-color: #b7c0cb;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 10px;
  left: 78px
}

.about .history_item:nth-last-of-type(1) {
  padding-bottom: 0
}

.about .history_item:nth-last-of-type(1)::after {
  background: linear-gradient(#b7c0cb, rgba(183, 192, 203, 0));
  height: 120%
}

.about .history_box {
  width: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.about .history_box time {
  display: inline-block;
  font-family: YakuHanMP_Noto, "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.153846154;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #3b3737
}

.about .history_box span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #506783;
  z-index: 1
}

.about .history_text {
  width: calc(100% - 85px);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.83;
  color: #6a6a6a;
  padding-left: 11px;
  text-align: justify;
  text-justify: inter-ideograph
}

.about .history_text.text01 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.about .history_text.text02 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

.about .about_mv {
  margin-top: 62px
}

.about .about_mv .section_inner {
  padding: 0 0 0 20px
}

.about .page_mv::before {
  background: url(../images/info/mv_sp.jpg) no-repeat center center/cover
}

@media screen and (min-width:768px) {
  .button::after, .button::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    background-color: #e61919
  }

  .button::before {
    right: 0;
    width: 2px;
    height: 0;
    transition: width .1s .3s
  }

  .button::after {
    width: 0;
    height: 2px;
    transition: height .1s .2s
  }

  .section_inner {
    padding: 0 40px
  }

  .section_title-eg {
    font-size: 38px
  }

  .section_title-jp {
    letter-spacing: .2em;
    margin-left: 11px;
    margin-top: 4px
  }

  .page_mv {
    height: 320px;
    width: 94.782608696%;
    margin: 0 0 0 auto
  }

  .page_mv .page_mv-title .title_eng {
    font-size: 45px
  }

  .page_mv .page_mv-title .title_jp {
    margin-top: 10px
  }

  .sp {
    display: none
  }

  .pc, .tab {
    display: block
  }

  a:hover {
    opacity: .6
  }

  .footer {
    z-index: 0
  }

  .footer .footer-inner {
    padding: 114px 45px 60px
  }

  .footer .footer_info {
    flex-direction: row;
    justify-content: space-between
  }

  .footer .footer_baseinfo {
    width: auto
  }

  .footer .footer_baseinfo-home {
    max-width: 180px
  }

  .footer .footer_baseinfo-map {
    margin-top: 34px
  }

  .footer .footer_baseinfo-map span {
    font-size: 14px
  }

  .footer .footer_baseinfo-tel::before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .footer .footer_baseinfo-tel span {
    font-size: 14px;
    margin-left: 9px
  }

  .footer .footer_link-list {
    max-width: 320px;
    margin-top: 8px
  }

  .footer .footer_link-item:nth-of-type(n+3) {
    margin-top: 38px
  }

  .footer .footer_link-item:nth-of-type(2n+1) {
    width: 55.280898876%
  }

  .footer .footer_link-item:nth-of-type(2n) {
    width: 44.719101124%
  }

  .footer .footer_link-text span:nth-of-type(1) {
    font-size: 18px
  }

  .footer .footer_link-text span:nth-of-type(2) {
    font-size: 12px;
    margin-top: 8px
  }

  .footer .footer_link-text::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: -28px;
    transition: width .3s ease
  }

  .footer .footer_link-text:hover {
    opacity: 1
  }

  .footer .footer_link-text:hover::before, .header_menu-item a:hover::before {
    width: 16px
  }

  .footer .footer_copyright {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 85px
  }

  .footer .copyright {
    font-size: 14px;
    margin-top: 0
  }

  .footer .footer_copyright-item+.footer_copyright-item {
    margin-left: 38px
  }

  .footer .footer_copyright-item a {
    font-size: 12px
  }

  .header_nav-top {
    max-width: 152px;
    margin: 29px 32px
  }

  .header_menu-button {
    cursor: pointer;
    padding: 33px 36px
  }

  .header_menu-button:hover .header_menu-text {
    opacity: .7
  }

  .header_menu-button:hover .header_menu-humberger span:nth-of-type(1) {
    top: 2px
  }

  .header_menu-button:hover .header_menu-humberger span:nth-of-type(2) {
    bottom: 1px
  }

  .header_menu-button:hover.is-open:hover .header_menu-humberger span:nth-of-type(1) {
    top: 0;
    -webkit-transform: rotate(38deg) translate(2px, 5px);
    transform: rotate(38deg) translate(2px, 5px)
  }

  .header_menu-button:hover.is-open:hover .header_menu-humberger span:nth-of-type(2) {
    bottom: 0;
    -webkit-transform: rotate(-38deg) translate(1px, -5px);
    transform: rotate(-38deg) translate(1px, -5px)
  }

  .header_menu-text span {
    font-size: 13px
  }

  .header_menu {
    width: 420px;
    height: 100vh;
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .header_menu.is-open {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px)
  }

  .header_menu-inner {
    position: absolute;
    display: block;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0 0 77px;
    top: 55.7%
  }

  .header_menu-item+.header_menu-item {
    margin-top: 40px
  }

  .header_menu-item a span:nth-of-type(1) {
    font-size: 22px;
    font-weight: 700
  }

  .header_menu-item a span:nth-of-type(2) {
    font-size: 14px;
    margin-top: 8px
  }

  .header_menu-item a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: -33px;
    transition: width .3s ease
  }

  .header_menu-item a:hover, .home .news_item a:hover, .info .info_conts .conts_item a:hover {
    opacity: 1
  }

  .header_baseinfo {
    margin-top: 128px
  }

  .home .main {
    padding-bottom: 120px
  }

  .about section, .home section, .info section {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px
  }

  .home .section_inner {
    padding: 0 0 0 60px
  }

  .home .top_campusinfo {
    margin-top: 150px
  }

  .home .top_campusinfo::before {
    right: -8px;
    top: 19px;
    width: 169px;
    height: 165px
  }

  .home .campusinfo_box {
    margin-top: 65px
  }

  .home .campusinfo_list {
    flex-direction: row;
    justify-content: space-between;
    width: 100%
  }

  .home .campusinfo_list+.campusinfo_list, .home .top_message .message_item+.message_item {
    margin-top: 80px
  }

  .home .campusinfo_item {
    width: 48%
  }

  .home .campusinfo_item+.campusinfo_item {
    margin-top: 0
  }

  .home .campusinfo_title {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px
  }

  .home .campusinfo_title-icon {
    width: 24.375%;
    max-width: 117px
  }

  .home .campusinfo_title-icon.music-tokyo {
    max-width: 140px;
    width: 29.166666667%
  }

  .home .campusinfo_title-title {
    width: 72.916666667%;
    max-width: 350px;
    margin-top: 0
  }

  .home .campusinfo_title-title.music-tokyo {
    max-width: 327px;
    width: 68.125%
  }

  .home .campusinfo_subtitle {
    font-size: 20px
  }

  .home .campusinfo_map {
    margin-top: 17px
  }

  .home .campusinfo_map span, .home .campusinfo_tel span {
    font-size: 14px;
    width: calc(100% - 16px);
    margin-left: 10px
  }

  .home .campusinfo_map::before {
    width: 16px;
    height: 21px
  }

  .home .campusinfo_tel {
    margin-top: 15px
  }

  .home .campusinfo_tel span {
    font-size: 18px
  }

  .home .campusinfo_tel::before {
    width: 16px;
    height: 16px
  }

  .home .campusinfo_linkmore {
    margin-top: 28px;
    height: 72px
  }

  .home .campusinfo_linkmore:hover {
    opacity: 1;
    border: 1px solid #abb8c7;
    background-color: #abb8c7
  }

  .home .campusinfo_linkmore:hover:before {
    background: url(../images/common/morelink_arrowWhite-pc.svg) no-repeat center center/contain
  }

  .home .campusinfo_linkmore:hover span {
    color: #fff
  }

  .home .campusinfo_linkmore span {
    font-size: 22px
  }

  .home .campusinfo_linkmore::before {
    background: url(../images/common/morelink_arrow-pc.svg) no-repeat center center/contain;
    width: 49px;
    height: 6px;
    top: 30px;
    right: 30px
  }

  .home .campusinfo_cardlist {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 140px
  }

  .home .campusinfo_cardlist::before {
    width: 201px;
    height: 192px;
    bottom: 0;
    top: -92px;
    right: -113px
  }

  .home .campusinfo_carditem {
    width: 48%;
    height: 214px
  }

  .home .campusinfo_carditem:hover {
    background-color: #d0d8e0
  }

  .home .campusinfo_carditem+.campusinfo_carditem {
    margin-top: 0
  }

  .home .campusinfo_carditem-link {
    padding: 55px 30px
  }

  .home .campusinfo_carditem-link::before {
    background: url(../images/common/white_arrow-pc.svg) no-repeat center center/contain;
    width: 79px;
    height: 6px;
    bottom: 58px;
    right: 45px
  }

  .home .campusinfo_carditem-title {
    font-size: 22px
  }

  .home .campusinfo_carditem-text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px
  }

  .home .top_mv::after, .home .top_mv::before {
    display: none
  }

  .home .top_mv {
    max-width: 100%;
    padding: 0
  }

  .home .top_mv .section_inner {
    padding: 0 0 0 90px
  }

  .home .top_mv .mv_box {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 100%;
    justify-content: space-between
  }

  .home .top_mv .mv_box::after, .home .top_mv .mv_box::before {
    position: absolute;
    left: -17px;
    display: inline-block;
    content: ""
  }

  .home .top_mv .mv_box::before {
    top: 13px;
    width: 55px;
    height: 55px;
    background: url(../images/home/mv_parts03.png) center center/cover
  }

  .home .top_mv .mv_box::after {
    bottom: -69px;
    width: 117px;
    height: 109px;
    background: url(../images/home/mv_parts04.png) center center/cover
  }

  .home .top_mv .mv_slider {
    width: 63.69748%;
    height: auto
  }

  .home .top_mv .mv_slider::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 158px;
    height: 169px;
    background: url(../images/home/mv_parts05.png) center center/cover;
    z-index: -1;
    left: -105px;
    top: -69px
  }

  .home .top_mv .mv_slider::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 90px;
    height: 90px;
    background: url(../images/home/mv_parts06.png) center center/cover;
    right: 153px;
    bottom: -62px
  }

  .home .top_mv .mv_slider li img {
    height: auto
  }

  .home .top_mv .mv_logo {
    width: 27.31092%;
    max-width: 100%;
    display: flex;
    -webkit-transform: translate(0, 14px);
    transform: translate(0, 14px);
    margin-left: 30px
  }

  .home .top_message .message_item {
    flex-direction: row
  }

  .home .top_message .section_title {
    width: 245px
  }

  .home .top_message .section_title-eg {
    font-size: 34px
  }

  .home .top_message .section_title-jp {
    margin-top: 0
  }

  .home .top_message .message_text {
    font-size: 18px;
    line-height: 1.78;
    width: calc(100% - 245px);
    margin-top: 0;
    padding-left: 10px
  }

  .home .top_news {
    margin-top: 130px
  }

  .home .top_news::before {
    width: 111px;
    height: 110px;
    top: -73px;
    right: -8px
  }

  .home .news_list {
    margin-top: 80px
  }

  .home .news_list::after {
    width: 30px;
    height: 30px;
    bottom: -107px;
    right: -48px
  }

  .home .news_item {
    padding-bottom: 30px
  }

  .home .news_item+.news_item {
    margin-top: 32px
  }

  .home .news_item, .home .news_item a {
    flex-direction: row;
    align-items: center
  }

  .home .news_item a:hover p {
    opacity: .5
  }

  .home .news_item time {
    display: inline-block;
    max-width: 210px;
    font-size: 14px
  }

  .home .news_item p {
    font-size: 16px;
    margin-top: 0;
    width: calc(100% - 210px);
    margin-left: 120px
  }

  .info .main {
    padding-bottom: 120px
  }

  .info .section_inner {
    padding: 0 0 0 60px
  }

  .info .info_conts {
    margin-top: 90px
  }

  .info .info_conts .conts_title {
    font-size: 22px
  }

  .info .info_conts .conts_box+.conts_box {
    margin-top: 64px
  }

  .info .info_conts .conts_box+.conts_board {
    margin-top: 80px
  }

  .info .info_conts .conts_box-title {
    font-size: 18px
  }

  .info .info_conts .conts_list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 28px
  }

  .info .info_conts .conts_list.list-board {
    margin-top: 45px
  }

  .info .info_conts .conts_item {
    width: 50%
  }

  .info .info_conts .conts_item+.conts_item {
    margin-top: 0
  }

  .info .info_conts .conts_item.item-board {
    width: 100%
  }

  .info .info_conts .conts_item:hover {
    background-color: #d0d8e0
  }

  .info .info_conts .conts_item span {
    padding-left: 34px
  }

  .info .info_conts .conts_item span::after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .info .info_mv {
    margin-top: 135px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }

  .info .info_mv .section_inner {
    padding: 0 0 0 40px
  }

  .info .page_mv::before {
    background: url(../images/info/mv_pc.jpg) no-repeat center center/cover
  }

  .about .main {
    padding-bottom: 120px
  }

  .about .section_inner {
    padding: 0 0 0 60px
  }

  .about .about_title span:nth-of-type(1) {
    font-size: 38px
  }

  .about .about_title span:nth-of-type(2) {
    margin-left: 8px
  }

  .about .about_history .about_title span:nth-of-type(2) {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }

  .about .branch_list {
    margin-top: 65px
  }

  .about .branch_item {
    width: 22.5%
  }

  .about .branch_item:nth-of-type(n+3) {
    margin-top: 0
  }

  .about .branch_icon {
    width: 42.12963%;
    min-width: 91px;
    margin-top: 28px
  }

  .about .branch_icon.music_tokyo {
    width: 50.92593%;
    min-width: 110px
  }

  .about .branch_title {
    margin-top: 9px
  }

  .about .global_info {
    margin-top: 55px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end
  }

  .about .global_info-image {
    width: 60.9375%
  }

  .about .global_info-box {
    margin-top: 0;
    width: 35.41667%
  }

  .about .global_info-box .global_info-icon {
    width: 41.17647%
  }

  .about .global_info-box .global_info-title {
    font-size: 16px;
    margin-top: 8px
  }

  .about .global_info-box .global_info-map {
    margin-top: 11px
  }

  .about .global_info-box .global_info-map::before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  .about .global_info-box .global_info-map span {
    font-size: 12px;
    margin-left: 14px;
    line-height: 1.2
  }

  .about .global_info-box .global_info-fax, .about .global_info-box .global_info-tel {
    margin-top: 14px
  }

  .about .global_info-box .global_info-tel span {
    font-size: 13px;
    margin-left: 11px
  }

  .about .global_info-box .global_info-fax span {
    font-size: 13px;
    margin-left: 9px
  }

  .about .global_info-box .global_info-more {
    margin-top: 15px;
    height: 45px
  }

  .about .global_info-box .global_info-more span {
    font-size: 14px
  }

  .about .global_info-box .global_info-more::before {
    width: 40px;
    height: 5px;
    top: 18px;
    right: 22px
  }

  .about .global_info-box .global_info-more:hover {
    opacity: 1;
    border: 1px solid #bac3cd;
    background-color: #bac3cd
  }

  .about .global_info-box .global_info-more:hover::before {
    background: url(../images/about/more_arrow-white.svg) no-repeat center center/contain
  }

  .about .global_info-box .global_info-more:hover span {
    color: #fff
  }

  .about .global_feature {
    margin-top: 60px
  }

  .about .global_feature.feature02 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 65px
  }

  .about .global_feature-title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.363636364
  }

  .about .global_feature-text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px
  }

  .about .global_feature-image {
    width: 30.20833%
  }

  .about .global_feature-box {
    width: 66.66667%;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  .about .global_feature-box .global_feature-title {
    margin-top: 0
  }

  .about .about_history {
    margin-top: 90px
  }

  .about .history_list {
    margin-top: 70px
  }

  .about .history_item {
    padding-bottom: 61px
  }

  .about .history_item::after {
    top: 15px;
    left: 113px
  }

  .about .history_item:nth-last-of-type(1)::after {
    height: 180%
  }

  .about .history_box {
    width: 120px
  }

  .about .history_box time {
    font-size: 32px;
    line-height: 1.25
  }

  .about .history_text {
    width: calc(100% - 120px);
    font-size: 16px;
    line-height: 1.625;
    padding-left: 55px
  }

  .about .history_text.text01 {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  .about .history_text.text02 {
    -webkit-transform: translateY(28px);
    transform: translateY(28px)
  }

  .about .history_text.text03 {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
  }

  .about .about_mv {
    margin-top: 135px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }

  .about .about_mv .section_inner {
    padding: 0 0 0 40px
  }

  .about .page_mv::before {
    background: url(../images/info/mv_pc.jpg) no-repeat center center/cover
  }
}

@media screen and (min-width:1024px) {
  .button:hover::after {
    width: 100%;
    transition: width .1s
  }

  .button:hover::before {
    height: 100%;
    transition: height .1s .1s
  }

  .button-anime:hover {
    color: #fff
  }

  .button-anime:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }

  .hover-underline:hover {
    background-size: 100% 1px
  }

  .page_mv {
    width: 91.596638655%
  }

  .tab {
    display: none
  }

  .footer .footer-inner {
    padding: 114px 90px 60px
  }

  .footer .footer_baseinfo-home {
    max-width: 223px
  }

  .footer .footer_baseinfo-map span {
    font-size: 16px
  }

  .footer .footer_baseinfo-tel span {
    font-size: 16px;
    margin-left: 9px
  }

  .footer .footer_link-list {
    max-width: 445px;
    margin-top: 16px
  }

  .footer .footer_link-text span:nth-of-type(1) {
    font-size: 22px
  }

  .footer .footer_link-text span:nth-of-type(2) {
    font-size: 14px;
    margin-top: 8px
  }

  .footer .footer_copyright-item a {
    font-size: 14px
  }

  .home .section_inner {
    padding: 0 0 0 100px
  }

  .home .campusinfo_map span, .home .campusinfo_tel span {
    font-size: 16px;
    width: calc(100% - 16px);
    margin-left: 10px
  }

  .home .campusinfo_tel span {
    font-size: 22px
  }

  .home .campusinfo_carditem-link {
    padding: 55px 60px
  }

  .about .section_inner, .info .section_inner {
    padding: 0 0 0 140px
  }

  .about .global_info-box .global_info-title {
    font-size: 20px;
    margin-top: 12px
  }

  .about .global_info-box .global_info-map span {
    font-size: 15px;
    margin-left: 14px;
    line-height: 1.466666667
  }

  .about .global_info-box .global_info-fax span, .about .global_info-box .global_info-tel span {
    font-size: 15px
  }

  .about .global_info-box .global_info-more {
    margin-top: 33px;
    height: 54px
  }

  .about .global_info-box .global_info-more span {
    font-size: 22px
  }

  .about .global_info-box .global_info-more::before {
    width: 48px;
    height: 6px;
    top: 21px;
    right: 30px
  }

  .about .global_feature-title {
    font-size: 22px;
    letter-spacing: .05em;
    line-height: 1.363636364
  }

  .about .global_feature-text {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 17px
  }
}

@media screen and (min-width:1250px) {
  .about .about_mv .section_inner, .info .info_mv .section_inner {
    padding: 0 0 0 90px
  }
}

@media screen and (min-width:1700px) {
  .header_menu-button:hover.is-open:hover .header_menu-humberger span:nth-of-type(1) {
    -webkit-transform: rotate(38deg) translate(4px, 6px);
    transform: rotate(38deg) translate(4px, 6px)
  }

  .header_menu-button:hover.is-open:hover .header_menu-humberger span:nth-of-type(2) {
    -webkit-transform: rotate(-38deg) translate(2px, -5px);
    transform: rotate(-38deg) translate(2px, -5px)
  }

  .header_menu-text {
    width: 60px
  }

  .header_menu-text span {
    font-size: 18px
  }

  .header_menu-humberger {
    width: 35px;
    height: 13px;
    margin-top: 2px
  }

  .header_menu-humberger span {
    width: 35px
  }

  .is-open .header_menu-humberger span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px)
  }

  .is-open .header_menu-humberger span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(2px, -5px);
    transform: rotate(-45deg) translate(2px, -5px)
  }
}