/* font  */
/* @font-face {
font-family: 'WebSubsetGenShinGothic';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('font/WebSubsetGenShinGothic-Medium.woff2') format('woff2'),
url('font/WebSubsetGenShinGothic-Medium.woff') format('woff');
} */
@font-face {
font-family: 'WebSubsetGenShinGothic';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('font/WebSubsetGenShinGothic-Bold.woff2') format('woff2'),
url('font/WebSubsetGenShinGothic-Bold.woff') format('woff');
}
@font-face {
font-family: 'WebSubsetGenShinGothic';
font-style: bold;
font-weight: 700;
font-display: swap;
src: url('font/WebSubsetGenShinGothic-Heavy.woff2') format('woff2'),
url('font/WebSubsetGenShinGothic-Heavy.woff') format('woff');
}
/* color  */
:root {
  --color-font: #000;
  --color-base: #fff;
  --color-primary: #0180b4;
  --color-secondary: #4b4b4b;
  --color-third: #b2b2b2;
}
html{
    height: auto;
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 2em;
  }
  body{
    background-color: var(--color-base);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-family:"WebSubsetGenShinGothic","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    color:  var(--color-font);
    height: auto;
    min-height: 100%;
    font-size: 18px;
    position: relative;
    width: auto;
    height: auto;
    overflow-x: hidden;
    text-align: center;
  }
  h2,p,span,dl,.voice_name,.name,.name_ruby,.menu_btn,small.copyright{
    transform: scaleX(90%);
  }
  .menu_btn.logo,.subtitle{
    transform: unset;
  }
  img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  a{
    /* display: block; */
    width: fit-content;
    margin: 0 auto;
  }
  .subtitle{
    font-family: "Zen Old Mincho",ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
    font-size: clamp(0.8rem, calc(2vw + 1rem), 3rem);
    font-weight: 500;
    margin-top: 180px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .title{
    margin-top: 90px;
    margin-left: .4rem;
    margin-right: .4rem;
  }
  p.text{
    margin-top: 100px;
    color: var(--color-base);
  }
  .wrap_x{
    margin-top: 80px;
    padding: 1.2rem;
    border: var(--color-base) 3px solid;
    border-radius: 50%;
  }
  .site{
    margin-top: 3rem;
  }
  small.copy{
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }


  a:link{
    color: var(--color-secondary);
    transition: all .2s;
  }
  a:visited{
    color: var(--color-secondary);
  }
  a:active{
    color: var(--color-primary);
  }
  a:hover{
    color: var(--color-third);
    transition: all .2s;
  }
  body.lock,body.pace-running{
    overflow-y: hidden;
  }
  main.hide{
    opacity: 0;
  }
  main{
    opacity: 1;
  }
  header {
    background-color: var(--color-base);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  nav {
    background-color: var(--color-base);
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu li {
    margin: 10px 10px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; 
  }
  .menu a {
    text-decoration: none;
    color: var(--color-primary);
    font-size: 1.4em;
    display: inline-block;
    padding: 10px 14px;
    position: relative;
    text-decoration:none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .menu a span{
    -webkit-filter: drop-shadow(0 0 0.4rem var(--color-base)) drop-shadow(0 0 0.2rem var(--color-base));
            filter: drop-shadow(0 0 0.4rem var(--color-base)) drop-shadow(0 0 0.2rem var(--color-base));
  }
  
  .menu .logo a{
    padding: 14px;
    padding-top: 20px;
  }
  .hamburger {
    height: 0px; 
    overflow-y: hidden;
  }
  @media (hover: hover) {
  
    .menu a:hover{
      -webkit-filter: drop-shadow(0 0 0.6rem var(--color-third)) drop-shadow(0 0 0.3rem var(--color-base));
              filter: drop-shadow(0 0 0.6rem var(--color-third)) drop-shadow(0 0 0.3rem var(--color-base));
              color: var(--color-font);
    }
    .gallery a img,.extra a img {
      transition: transform 0.2s ease-in-out; 
    }
  .gallery a:hover img,.extra a:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out; 
  }
  }
  @media screen and (max-width: 800px) {
    nav {
      display: block;
      height: 0px; 
      overflow-y: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: -9999;
      -webkit-animation: disappear .5s ease;
              animation: disappear .5s ease;
    } 
  .open nav {
    height: 100vh;
    z-index: 9998;
    -webkit-animation: appear .5s ease;
            animation: appear .5s ease;
  }
  @-webkit-keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  @keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  @-webkit-keyframes disappear {
    0%{
      opacity: 1;
    }
    99%{
      opacity: 0;
    }
    100%{
      height: 0px;
    }
  }
  @keyframes disappear {
    0%{
      opacity: 1;
    }
    99%{
      opacity: 0;
    }
    100%{
      height: 0px;
    }
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    font-size: 1.4rem;
  }
  .menu li{
    margin: 0 auto;
  }
  .menu a{
    padding: 1rem 2rem;
  }
  .menu .logo{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header {
    position: relative;
    width: 100vw;
    height: auto;
    overflow-x: hidden;
  }
  .hamburger {
    display: block;
    position: fixed;
    top: 2px;
    right: 2px;
    width: 50px;
    height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999;
    background-color: var(--color-primary);
  }
  .hamburger span {
    display: block;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: var(--color-base);
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .hamburger span:nth-child(1) {
    top: 14px;
  }
  .hamburger span:nth-child(2) {
    top: 24px;
  }
  .hamburger span:nth-child(3) {
    top: 34px;
  }
  .open .hamburger span {
    background-color: var(--color-base);
  }
  .open .hamburger span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .open .hamburger span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  
  }
  
  .mv {
    background: url("img/mv.jpg") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 82vh;
    margin: 0 auto;
    overflow: hidden;
  }
  h2 {
    font-size: 2.2rem; 
  }
  section{
    margin-top: 260px;
  }
  section:first-of-type{
    margin-top: 0;
  }
  
  .catchphrase{
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1.2rem;
  }
  .story_wrap{
    display: block;
    height: auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
  .story_text p{
    margin-top: 1.2rem;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF, 2px -2px 0 #FFF,
                0px 2px 0 #FFF,  0 -2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  
  .chara_list{
    max-width: 700px;
    width: 100%;
    margin: 2rem auto;
  }
  .chara_list > div{
    padding: 10px;
  }
  .chara_list img{
    cursor: pointer;
  }
  .chara_list .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important;
    width: 100% !important;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .chara_wrap{
    margin: 0 auto;
    max-width: 1280px;
  }
  .chara_vis {
    padding-top: 1rem;
  }
  .chara_vis img{
    margin: 0 auto;
  }
  .chara_disc{
    text-align: left;
    text-shadow: 0 0 2px #fff,0 0 4px #fff,0 0 6px #fff;
  }
  .chara_disc_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    font-size: 2rem;
    padding: 1.4rem 0;
    text-align: center;
  }
  h3.name{
    display: block;
    width: 100%;
    font-weight: 700;
  }
  span.name_ruby{
    display: block;
    font-size: 1.2rem;
    margin-top: .8rem;
  }
  .chara_disc_pro,.chara_disc_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .4rem;
  }
  .chara_disc_pro{
    font-size: 1.4rem;
  }
.voice_name{
    font-size: 1.2rem;
}
  .chara_disc_selif{
    font-weight: 700;
  display: block;
  margin: 0 auto;
  width: auto;
  font-size: 1.2rem;
}


  .slick-next ,.slick-arrow{
    display: none !important;
  }
  
  
  .gallery {
    display: grid;
    grid-template-columns: repeat(1,auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem auto 0;
    padding: 3rem 2rem;
    gap: 1rem;
  }
  .gallery_vis{
    width: 100%;
    height: 100%;
    min-height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
    aspect-ratio: 7 / 4;
    background-color: var(--color-primary);
  }
  .gallery_vis img{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
       width: 100%;
       height: 100%;
  }
  
  .download{
    margin: 1rem auto 0;
    padding: 2rem 1rem;
    max-width: 1280px;
    font-size: 2rem;
  }
  .dl_link img{
    margin: 0 auto;
  }
  .dl_caption{
    margin: 1.4rem auto;
  }
  
  .extra{
    display: grid;
    grid-template-columns: repeat(2,auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    padding: 2rem 2rem;
    gap: 1.4rem;
  }
  .ex_contents{
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }
  .ex_contents img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  
  .spec{
    padding: 1rem 0;
  }.spec_contents {
    margin: 1rem auto;
    padding: 0 1rem;
  }
  .spec dt,.spec dd{
    display: inline;
  }
  .spec dt::after{
    content: '　';
  }
  .bookend{
    padding: 7rem 0;
  }
  .pagetop{
    display: inline-block;
    background-color: var(--color-primary);
    width: 100px;
    height: 100px;
      border-radius: 50%;
    /* padding: 30px; */
    margin-bottom: 6rem;
  }
  .dli-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    line-height: 1;
    position: relative;
    background: currentColor;
    transform: unset;
    width: 100px;
    height: 100px;
  }
  .dli-arrow-up::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 46%;
    left: 50%;
    margin: auto;
    transform: translate(-50%,-50%)rotate(-90deg);
    border-style: solid;
    border-width: 20px 0 20px 36px;
    border-color: transparent transparent transparent var(--color-base);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .twitter-share-button{
    margin: 0 auto;
  }
  .footer{
    background-color: var(--color-primary);
    margin-top: 1rem;
    padding: 3rem 0;
  }
  .copyright{
    color: var(--color-base);
  }
  
  
  @media screen and (min-width: 800px) {
    html {
    scroll-padding-top: 140px;
  }
    body{
      font-size: 22px;
    }
    h2 {
      font-size: 3.2em;
    }
    .mv {
        margin-top: 100px;
      min-width: 1100px;
    }
    section{
      margin-top: 260px;
    }
    br.sp{
      display: none;
    }
    
  .catchphrase {
    font-size: 1.8em;
    margin: .6em 0 1.4em;
  }
  .story_text{
    width: 100%;
   margin: 0 auto;
  }
  .story_text p{
    margin-top: 1.2em;
  }
  .chara_list > div{
    padding: 10px 20px;
  }
  .chara_bg{
    margin-top: -50px;
    z-index: -1;
    }
    .chara_vis{
      padding-top: 0;
      background: none;
      display: inline-block;
      width:49%;
      vertical-align: top;
    }
    .chara_vis img{
      margin: 10px 10px 0 auto;
    }
    .chara_disc{
      display: inline-block;
      width:49%;
      text-align: left;
      vertical-align: top;
      margin-left: -80px;
    }
    .chara_disc_name {
    justify-content: left;
      margin-top: 4em;
      font-size: 3rem;
    }
    h3.name{
        width: auto;
    }
    span.name_ruby{
      font-size: 1.6rem;
      margin-top: 1rem;
      margin-left: 1.6rem;
    }
    .chara_disc_pro {
      display: block;
      font-size: 2.6rem;
      margin-top: 1rem;
    }
    .chara_disc_text{
      display: block;
      font-size: 2rem;
      margin-top: 2rem;
    }
    .chara_disc_selif{
        font-weight: 700;
      display: block;
      font-size: 2.2rem;
      margin-top: 4.2rem;
    }
    .chara_disc_pro p,.chara_disc_text p{
      margin-left: -2rem;
    }
    .chara_disc_selif p{
      margin-left: -3rem;
    }
    .gallery {
      grid-template-columns: repeat(3,auto);
      padding: 3rem 1rem;
      max-width: 1280px;
      gap: 20px 50px;
    }
    .gallery_vis{
      width: 280px;
      height: 160px;
    }
    .extra{
      grid-template-columns: repeat(3,auto);
      padding: 2rem 1rem;
      gap: 3rem;
    }
    .ex_contents{
      max-width: 300px;
      max-height: 300px;
    }
    .spec{
        margin-top: 3rem;
        font-size: 1.6rem;
    }
    .spec dl{
        margin-top: 3rem;
    }
    .spec_contents{
      margin: .6rem auto;
    }
  }

  /*
  @media screen and (min-width: 500px) {
    .mv {
      background: url("img/mv.jpg") center top no-repeat;
      background-size: cover;
    }
  }
 @supports (background-image: url('../img/mv_sp.webp')) {
  .mv {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), color-stop(18%, rgba(0,0,0,0))),url("../img/mv_sp.webp") center top no-repeat;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 18%),url("../img/mv_sp.webp") center top no-repeat;
    background-size: cover;
  }
  @media screen and (min-width: 500px) {
    .mv {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), color-stop(18%, rgba(0,0,0,0))),url("../img/mv.webp") center top no-repeat;
      background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 18%),url("../img/mv.webp") center top no-repeat;
      background-size: cover;
    }
  }
  } */
  
  /* voice */
  
  .chara_disc_voice{
    display: flex;
    justify-content:center;
    margin: 1rem;
  }
  .voice_button{
    background-color: transparent;
    /* padding: .1rem 1.2rem; */
    /* border: 1px solid #666666; */
    margin: 0 .6rem;
    transition: all .2s;
  }
  
  .voice_button.playing{
    animation: GradationAnimation 1s ease-in-out infinite;
    transition: all .4s;
  }
  
  @media screen and (min-width: 800px) {
    .chara_disc_voice{
      justify-content:left;
      padding-top: 3rem;
      margin: 0 .4rem;
    }
    .voice_name{
        font-size: 2rem;
      font-size: 2rem;
      margin-top: 1.2rem;
      margin-right: 1rem;
    }

  }
  @keyframes GradationAnimation {
    0%{background-color : transparent;}
    50%{background-color : var(--color-primary);}
    100%{background-color : transparent;}
  }
  
  .voice_image{
    margin-top: 5px;
  }
  @media (hover: hover) {
    .voice_button:hover {
      /* background: #262759;
      transition: all .4s; */
    }
  }