body {
    color: #434343;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
}

/* 調整用スタイル */

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}


main {
  display: flex;
}


.main {
  margin: auto;
}


h2 {
    color: #e4007f;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 2rem;
}

.footer {
  background-color: #f6f6f6;
  height: 200px;
  display: flex;
}

.footer div {
  margin: auto;
}


/* ヘッダー */


.header {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 80px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 120px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}



@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}

/* ナビのリンク */
.nav-items__item a {
  color: #e4007f;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}


/*MV*/
#mv {
    background-image: url(../img/MV-BG.png);
	  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    height: 842px;
    /*width: 100vw;
    height: auto;
    padding-top: 100px;
    background-color: #e4007f;
    background-image: url(../img/liquid-cheese.svg);
    background-size: cover;
    background-position: center;*/
}

#mv img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 960px) {
    #mv {
      margin-top: 50px;
      width: 100%;
      height: 0;

      /* (画像の高さ / 1000px) × 100 */
      padding-top: 84.2%;
      background-size: cover;
    }

    .mvLogo  {
        width: 70%;
    }
}

/*movie*/
#movie {
    background-color: #fff45c;
    background-image: url(../img/bg_img-01.png);
    padding: 2rem 0;
    margin: 0 auto;
    width: 100%;
}


.movarea {
  width: 100%;
 max-width: 960px;
  aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.movarea iframe {
  width: 100%;
  height: 100%;
}

/*story*/

#story {
    background-color: #fff;
    background-image: url(../img/still_img-01.jpeg);
    background-size: cover;
    background-position: center;
    height: auto;
}

#story h2 {
    color: #fff;
    padding-top: 2rem;
}

.storyArea {
    background-color: rgba(0,0,0,0.6);
}

.storyArea div {
    width: 60%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2rem;
}

.storyArea img {
  display: block;
  margin: 1rem auto 0;
}

@media screen and (max-width: 960px) {
    .storyArea div {
        width: 80%;
    }
}


/*character*/
#character {
    padding: 3rem 0 ;
}

.charaArea {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
}

#character h3 {
    color: #fff45c;
    font-size: 1.5rem;
    padding: 0 0 .5rem;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #fff45c;
}



#character h3 span {
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    text-indent: 1em;
}

.gallery ul {
    
}

.gallery li {
    padding: 1rem;
    background-image: url(../img/bg_img-03.png);
    background-repeat:no-repeat;
    
    background-attachment: fixed;
    border-radius: 20px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
}

.gallery li img {
    padding: 0 2rem 0 0;
}

.charaTXT {
    font-weight: normal;
    padding: 1rem;
    background-color: rgba(0,0,0,0.8);
    margin: 0 2rem;
    border-radius: 10px;
}

.charaTXT h4 {
    color: #a1dcff;
}

.sampleArea {
    margin: 2rem auto 1rem;
    text-align: center;
}
.sampleArea h4 {
    color: #fff45c;
    margin: 1rem 0 0;
}

@media screen and (max-width: 960px) {
    .gallery li {
        flex-direction: column-reverse;
        border-radius: 0px;
        box-shadow: none;
    }

    .gallery li img {
      width: 280px;
      padding: 0;
    }
    
    .charaArea {
        width: 100%;
        max-width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .charaTXT {
        padding: 1rem;
        margin: 1rem 0 0;
        border-radius: 20px;
        width: 95%;
    }
}

/*クラファン*/
#crofun {
  margin: 100px auto;
}

.c-button._shiny {
  display: block;
  position: relative;
  padding: 1em 1.5em;
  background-color: #22ac38;
  box-shadow: 0 3px 0 0 #156c24;
  border-radius: 9999px;
  margin:30px auto;
  font-weight: bold;
  font-size: 16px;
  max-width:600px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
  font-size: 1.8rem;
}
.c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (max-width: 960px) {
  #crofun {
    margin: 30px auto 50px;
  }
  #crofun h2 {
    margin: 0 10px 10px;
  }
  .c-button._shiny {
    font-size: 1rem;
    margin: 0 1rem;
  }
}