@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Murecho', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background: url(../images/common/svg/bg.svg) #000 repeat;
  background-size: 40px 40px;
  list-style: none;
  box-sizing: border-box;
  cursor: none;
}

#cursor {
  position: fixed;
  background: url(../images/common/cursor.png) center no-repeat;
  width: 30px;
  height: 30px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}

#cursor.active {
  background: url(../images/common/cursor_koge.png) center no-repeat;
}

.inner {
  width: 1200px;
  margin: auto;
}

h1,
h2 {
  line-height: 1;
}

a {
  transition: all 0.5s 0s ease;
  cursor: none;
}

a:hover {
  opacity: .7;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1240px) {
  .inner {
    width: 90vw;
    margin: auto;
  }
  img {
    width: 100%;
  }
  .fv {
    width: 100%;
    height: 55vh;
    margin: auto;
  }
  .fv::before {
    width: 100vw;
    height: 50vh;
  }
  .fv::after {
    width: 100vw;
    height: 50vh;
    top: 0;
  }
  .fv .inner {
    width: 80vw;
    justify-content: center;
    flex-wrap: wrap;
    height: 51vh;
  }
  .fv .inner h1 {
    width: 45%;
    height: 35vh;
    background-position-x: center;
  }
  .fv .inner .about {
    width: 55%;
    font-size: 1.75vw;
    line-height: 1.75;
    margin-top: 3vh;
    display: flex;
    justify-content: center;
  }
  .fv .inner .about::before {
    font-size: 7.25vh;
    left: 0;
    right: 0;
    top: -7.25vh;
  }
  .fv .inner .about br.br-sp {
    display: block;
  }
  article {
    margin: 40px auto 0;
  }
  .info,
  .member,
  .contents-box {
    margin-bottom: 7vh;
  }
  h1.tit {
    font-size: 40px;
    margin-bottom: 4vh;
  }
  .info ul {
    width: 80vw;
    border-radius: 0 0 20px 0;
    padding: 20px 25px;
  }
  .member p span {
    display: block;
  }
  .member ul {
    justify-content: center;
  }
  .member ul li {
    width: 370px;
    height: 140px;
    margin: auto 15px 1.25em;
    border-radius: 0 0 20px 0;
    padding: 20px 25px;
    box-shadow: 3px 3px 0 #fff100;
  }
  .member ul li h1 {
    font-size: 24px;
    margin-bottom: 0.25rem;
  }
  .member ul li h2 {
    font-size: 18px;
    margin-bottom: 0.75rem;
  }
  .member ul li .sns {
    display: none;
  }
  .member ul li .button {
    width: 55%;
    font-size: 15px;
    line-height: 32px;
    border-radius: 16px;
  }
  .member ul li .button::after {
    width: 8px;
    height: 11px;
    right: 10px;
  }
  .member ul li .button:hover {
    background: #fff100;
    color: #000;
  }
  .member ul li .button:hover::after {
    background: url(../images/common/svg/arrow.svg) no-repeat;
  }
  .member ul li .button:hover a {
    color: #000;
  }
  .member ul li.natsutaro {
    background-position: right 10px center;
    background-size: auto 100%;
  }
  .member ul li.madori {
    background-position: right 10px top -30px;
    background-size: auto 180%;
  }
  .member ul li.taiko {
    background-position: right -90px top -20px;
    background-size: auto 200%;
  }
  .member ul li.aopi {
    background-position: right -100px top -20px;
    background-size: auto 200%;
  }
  .member ul li.hal {
    background-position: right 20px top -20px;
    background-size: auto 170%;
  }
  .member ul li.wakaruya {
    background-position: right -35px top -20px;
    background-size: auto 160%;
  }
  .member ul li.shoma {
    background-position: right 30px top -20px;
    background-size: auto 165%;
  }
  .member ul li.ato {
    background-position: right -30px top -20px;
    background-size: auto 180%;
  }
  .member ul li.rukia {
    background-position: right -10px top -5px;
    background-size: auto 170%;
  }
  .member ul li.edoly {
    background-position: right -60px top -40px;
    background-size: auto 180%;
  }
  .member ul li.meko {
    background-position: right -45px top -15px;
    background-size: auto 155%;
  }
  .member ul li.tsuyu {
    background-position: right -50px top -25px;
    background-size: auto 145%;
  }
  .member ul li.pansy {
    background-position: right 10px top -20px;
    background-size: auto 145%;
  }
  .member ul li.tsuno {
    background-position: right -40px top -40px;
    background-size: auto 165%;
  }
  .member ul li.mika {
    background-position: right -75px top -40px;
    background-size: auto 175%;
  }
  .member ul li.haori {
    background-position: right -10px top -20px;
    background-size: auto 160%;
  }
  .member ul li.inari {
    background-position: right 30px center;
    background-size: auto 90%;
  }
  .member ul li.pome {
    background-position: right -10px top -20px;
    background-size: auto 180%;
  }
  .contents {
    flex-wrap: wrap;
  }
  .contents .contents-box {
    width: 45%;
    min-width: 320px;
    margin: 0 auto 7vh;
  }
  .contents .contents-box .contents-inbox {
    padding: 0;
    border-radius: 0 0 20px 0;
  }
  .contents .contents-box:last-of-type .contents-inbox {
    padding: 0;
  }
  /*  member_page   */
  #member_page .header::before,
  #event .header::before {
    height: 160px;
  }
  #member_page .header::after,
  #event .header::after {
    height: 150px;
    top: 0;
  }
  #member_page .header > .inner,
  #event .header > .inner {
    height: 150px;
  }
  #member_page .header > .inner .name h1,
  #event .header > .inner .name h1 {
    font-size: 48px;
  }
  #member_page .header > .inner .logo,
  #event .header > .inner .logo {
    top: -90px;
    right: 10px;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border: 4px #fff solid;
    box-shadow: 0 0 0 10px #000;
  }
  #member_page article {
    margin: -40px auto 40px;
  }
  #member_page article .inner {
    width: 85%;
    padding: 20px;
    border-radius: 0 0 35px 0;
  }
  #member_page article .inner .character {
    height: 750px;
    margin-top: 40px;
    position: relative;
  }
  #member_page article .inner .profile {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  #member_page article .inner .profile .profile-box {
    width: 100%;
    margin-bottom: 40px;
  }
  #member_page article .inner .profile .profile-box:first-of-type {
    margin-bottom: 60px;
  }
  #member_page article .inner .profile .profile-box:first-of-type p {
    width: 90%;
    margin: auto;
  }
  #member_page article .inner .profile .profile-box:last-of-type {
    width: 100%;
  }
  #member_page article .inner .profile .profile-box .chara-logo {
    width: 70%;
  }
  #member_page article .inner .profile .profile-box h1 {
    text-align: center;
    margin-bottom: 0.75em;
  }
  #member_page article .inner .profile .profile-box dl dd {
    padding-right: 0;
  }
  #member_page article .inner .profile .profile-box .sns-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #member_page article .inner .profile .profile-box .sns-box ul {
    width: 45%;
    min-width: 350px;
    margin-bottom: .5em;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li {
    width: 100%;
    height: 2.5em;
    border-radius: 1.25em;
    margin-bottom: 0.75em;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li a {
    border-radius: 1.25em;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_you::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 20px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_twi::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 20px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_twc::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 20px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_twcs::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 20px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_msh::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 20px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box .timeline {
    width: 45%;
    min-width: 350px;
    padding: .5em .5em 0;
  }
  #event article > h1 {
    margin-top: 1.5em;
    margin-bottom: .5em;
  }
  #event article p {
    margin-top: .5em;
    margin-bottom: 1em;
  }
  #event article .article_top p {
    margin-top: .5em;
  }
  #event article div.time_table h2.subtit {
    margin-top: 2em;
  }
  #event article div.time_table ul {
    grid-template-columns: repeat(4, 1fr);
  }
  #event article div.time_table ul li p {
    font-size: 20px;
  }
  #event ul.goods li a p, #event ul.goods2 li a p {
    font-size: 12px;
    line-height: 1.25;
  }
  #event ul.goods2 {
    grid-template-columns: 1fr 1fr;
  }
  #event ul.archives {
    justify-content: flex-start;
  }
  #event ul.archives li {
    width: 31.3%;
    height: 15vh;
    margin: 0 auto 1%;
    margin-bottom: 3em;
  }
  #event ul.archives li.pickup {
    height: 40vh;
    margin: 0 auto 1%;
    margin-bottom: 3em;
  }
  #event ul.archives li p {
    font-size: 12px;
  }
  #event ul.souvenir li {
    width: initial;
    margin-bottom: 2em;
  }
  #event ul.stamp_guide li {
    width: 100%;
    margin-bottom: 0;
  }
  #event ul.stamp_guide li:first-of-type {
    text-align: center;
  }
  #event ul.stamp_guide li:first-of-type img {
    width: 50%;
  }
  #event ul.stamp_guide li .originalstamp {
    background: none;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #event ul.stamp_guide li .originalstamp a img {
    max-width: 80px;
    max-height: 80px;
  }
  #event ul.stamp_guide li ul.waostamp li p {
    font-size: 9px;
  }
  #event .event_box {
    justify-content: center;
  }
  #event .event_box .event_inbox {
    width: 100%;
  }
  #page-top {
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 480px) {
  .inner {
    width: 95vw;
  }
  .fv {
    height: 85vh;
  }
  .fv::before {
    height: 82vh;
  }
  .fv::after {
    height: 80vh;
  }
  .fv .inner {
    width: 100%;
    flex-direction: column;
    height: 83vh;
  }
  .fv .inner h1 {
    width: 50vw;
    height: 30vh;
    background-position-x: center;
  }
  .fv .inner .about {
    width: 95vw;
    font-size: 3.25vw;
    line-height: 2;
    margin-top: 10vh;
  }
  .fv .inner .about::before {
    top: -10vh;
  }
  .fv .scrolldown {
    left: 13%;
  }
  .fv .scrolldown span {
    right: 0;
    top: 30px;
    transform: rotate(-90deg);
  }
  @keyframes scrollmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 50px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 100px;
      opacity: 0;
    }
  }
  .btn_event {
    width: 6em;
    height: 2.25em;
    left: -2.5em;
    bottom: 0;
    top: 10vh;
    transform: rotate(90deg);
  }
  .btn_event a {
    font-size: 1.1em;
    letter-spacing: 4px;
    padding: 0.15em 1em;
    border-radius: 10px 10px 0 0;
  }
  article {
    margin: 5vh auto 0;
  }
  h1.tit {
    font-size: 8vw;
    letter-spacing: 7px;
    margin-bottom: 3vh;
  }
  h2.subtit {
    font-size: 7vw;
  }
  .info .info_img {
    max-width: 90%;
    max-height: 200px;
  }
  .info ul {
    width: 90%;
  }
  .info ul li {
    font-size: 16px;
  }
  .info ul li strong {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    width: 100px;
  }
  .member p {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .member ul {
    justify-content: center;
    flex-direction: column;
  }
  .member ul li {
    width: 90%;
    height: 115px;
    padding: 15px;
    margin: auto 15px .75em;
    border: 1px solid #fff100;
    /*
        &.natsutaro{
          background-position: right 0 center;
        }
        &.hal{
          background-position: right -10px top -20px;
          background-size: auto 150%;
        }
        &.aopi{
          background-position: right -10px top -30px;
          background-size: auto 150%;
        }
        &.taiko{
          background-position: right -10px top -30px;
          background-size: auto 150%;
        }
        &.pansy{
          background-position: right -10px top -30px;
          background-size: auto 150%;
        }
        &.shoma{
          background-position: right -5px top -20px;
          background-size: auto 140%;
        }
        &.ato{
          background-position: right -5px top -40px;
          background-size: auto 145%;
        }
        &.rukia{
          background-position: right -10px top -20px;
          background-size: auto 150%;
        }
        &.madori{
          background-position: right -10px top -20px;
          background-size: auto 150%;
        }
        &.tsuno{
          background-position: right -10px top -20px;
          background-size: auto 150%;
        }
        &.tsuyu{
          background-position: right -10px top -25px;
          background-size: auto 150%;
        }
        &.edoly{
          background-position: right -10px top -25px;
          background-size: auto 150%;
        }
        &.meko{
          background-position: right -10px top -25px;
          background-size: auto 150%;
        }
        &.wakaruya{
          background-position: right -10px top -25px;
          background-size: auto 150%;
        }
        &.haori{
          background-position: right -10px top -30px;
          background-size: auto 150%;
        }
        &.inari{
          background-position: right -10px top -25px;
          background-size: auto 150%;
        }
        &.mika{
          background-position: right -10px top -27px;
          background-size: auto 150%;
        }
        &.pome{
          background-position: right -10px top -25px;
          background-size: auto 150%;
        }*/
  }
  .member ul li h1 {
    font-size: 20px;
  }
  .member ul li h2 {
    font-size: 14px;
  }
  .member ul li .button {
    width: 40vw;
    font-size: 12px;
    line-height: 26px;
    border-radius: 13px;
  }
  .member ul li .button::after {
    right: 2.5vw;
  }
  .member ul li.natsutaro {
    background-position: right 0 center;
  }
  .member ul li.hal {
    background-position: right 15px top -20px;
    background-size: auto 165%;
  }
  .member ul li.aopi {
    background-position: right -80px top -20px;
  }
  .member ul li.taiko {
    background-position: right -70px top -20px;
  }
  .member ul li.pansy {
    background-position: right 5px top -20px;
    background-size: auto 150%;
  }
  .member ul li.shoma {
    background-position: right 25px top -20px;
    background-size: auto 160%;
  }
  .member ul li.ato {
    background-position: right -25px top -20px;
    background-size: auto 180%;
  }
  .member ul li.rukia {
    background-position: right -15px top -5px;
    background-size: auto 170%;
  }
  .member ul li.madori {
    background-position: right 10px top -30px;
  }
  .member ul li.tsuno {
    background-position: right -40px top -40px;
    background-size: auto 165%;
  }
  .member ul li.tsuyu {
    background-position: right -40px top -20px;
    background-size: auto 150%;
  }
  .member ul li.edoly {
    background-position: right -50px top -35px;
  }
  .member ul li.meko {
    background-position: right -36px top -15px;
  }
  .member ul li.nya {
    background-position: right -40px top -10px;
  }
  .member ul li.wakaruya {
    background-position: right -35px top -20px;
    background-size: auto 160%;
  }
  .member ul li.haori {
    background-position: right -10px top -20px;
    background-size: auto 165%;
  }
  .member ul li.inari {
    background-position: right 15px center;
    background-size: auto 120%;
  }
  .member ul li.mika {
    background-position: right -65px top -30px;
    background-size: auto 175%;
  }
  .member ul li.pome {
    background-position: right -15px top -20px;
    background-size: auto 175%;
  }
  .event ul li {
    width: 140px;
    height: 140px;
    margin: 0 10px auto;
  }
  .event ul li a {
    font-size: 0.9em;
  }
  #page-top {
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
  }
  footer .inner {
    padding-top: 30px;
  }
  footer .inner img {
    height: 40px;
  }
  footer .inner p {
    margin-top: 20px;
    font-size: 10px;
  }
  #member_page .header,
  #event .header {
    width: 100vw;
    max-width: 100vw;
  }
  #member_page .header::before,
  #event .header::before {
    height: 130px;
  }
  #member_page .header::after,
  #event .header::after {
    height: 120px;
  }
  #member_page .header > .inner,
  #event .header > .inner {
    height: 120px;
  }
  #member_page .header > .inner .name,
  #event .header > .inner .name {
    margin-left: 1em;
  }
  #member_page .header > .inner .name h1,
  #event .header > .inner .name h1 {
    font-size: 32px;
  }
  #member_page .header > .inner .name h2,
  #event .header > .inner .name h2 {
    font-size: 22px;
  }
  #member_page .header > .inner .logo,
  #event .header > .inner .logo {
    top: -120px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 3px #fff solid;
    box-shadow: 0 0 0 7px #000;
  }
  #member_page article {
    margin: -40px auto 20px;
  }
  #member_page article .inner {
    padding: 10px;
    width: 90%;
    border-radius: 0 0 25px 0;
    border: 3px solid #fff100;
  }
  #member_page article .inner .character {
    height: 75vh;
    margin-bottom: 20px;
  }
  #member_page article .inner .profile .profile-box:first-of-type {
    margin-bottom: 40px;
  }
  #member_page article .inner .profile .profile-box:first-of-type p {
    width: 92%;
    font-size: 16px;
  }
  #member_page article .inner .profile .profile-box:last-child {
    margin-bottom: 1em;
  }
  #member_page article .inner .profile .profile-box .chara-logo {
    width: 90%;
    margin: 0 auto 10px;
  }
  #member_page article .inner .profile .profile-box h1 {
    font-size: 9vw;
  }
  #member_page article .inner .profile .profile-box dl {
    width: 90%;
    margin: auto;
  }
  #member_page article .inner .profile .profile-box dl dt {
    width: 100%;
    line-height: 24px;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 0 0.25em 0;
  }
  #member_page article .inner .profile .profile-box dl dd {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.5em;
  }
  #member_page article .inner .profile .profile-box .sns-box {
    width: 100%;
    margin: auto;
  }
  #member_page article .inner .profile .profile-box .sns-box ul {
    min-width: 100%;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li {
    min-width: 90%;
    font-size: 16px;
    margin-bottom: .5em;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li::after {
    right: 10px;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_you::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 15px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_twi::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 15px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_twc::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 15px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_twcs::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 15px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box ul li.btn_msh::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    left: 15px;
    z-index: 2;
  }
  #member_page article .inner .profile .profile-box .sns-box .timeline {
    width: 100%;
    min-width: 100%;
    border-radius: 0 0 15px 0;
    padding: .25em 0 0;
  }
  #event .header > .inner .name h1 {
    font-size: 25px;
    letter-spacing: -1px;
  }
  #event .header > .inner .name h2 {
    font-size: 16px;
  }
  #event article {
    margin-top: 30px;
    width: 90%;
  }
  #event article > h1 {
    font-size: 9vw;
    margin-top: 1.75em;
    margin-bottom: 0.75em;
  }
  #event article p {
    font-size: 14px;
    line-height: 1.75em;
  }
  #event article .article_top {
    max-width: 90%;
  }
  #event article div.time_table h2.subtit {
    margin-top: 1.5em;
    margin-bottom: .5em;
    letter-spacing: 2px;
  }
  #event article div.time_table ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #event article div.time_table ul li p {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
  }
  #event article div.time_table ul li div {
    height: 100px;
  }
  #event article ul.goods li {
    margin-bottom: 1em;
    width: 31.3%;
  }
  #event article ul.goods li:nth-of-type(-n+4) {
    width: 48%;
  }
  #event article ul.goods li a img {
    border-radius: 15px;
  }
  #event article ul.goods2 {
    grid-template-columns: 1fr;
  }
  #event article ul.goods2 li a img {
    border-radius: 15px;
  }
  #event article ul.archives li {
    width: 48%;
    height: 5em;
    margin-bottom: 3.5em;
  }
  #event article ul.archives li.pickup {
    height: 10em;
    margin-bottom: 3.5em;
  }
  #event article ul.souvenir li.size {
    font-size: 16px;
  }
}
