/*reset*/
ul,
li,
h1,
h2,
h3,
p,
a,
div,
hr {
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*# sourceMappingURL=common.css.map */


/* CSS Document */
@media (min-width: 1280px) {
  .repc {
    display: block !important;
  }

  .retb {
    display: none !important;
  }

  .resp {
    display: none !important;
  }
}

@media (min-width: 431px) and (max-width: 1279px) {
  .repc {
    display: none !important;
  }

  .retb {
    display: block !important;
  }

  .resp {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .repc {
    display: none !important;
  }

  .retb {
    display: none !important;
  }

  .resp {
    display: block !important;
  }
}

.sp {
  display: none !important;
}

.min {
  display: none;
}

body {
  font-family: sans-serif;
  position: relative;
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_pc.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
}

#mv {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.logo {
  display: block;
  width: 25%;
  max-width: 155px;
  position: absolute;
  top: 0.2%;
  left: 0.5%;
  z-index: 50;
}

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

.title {
  display: block;
  width: 20%;
  max-width: 250px;
  height: auto;
  margin-left: 55%;
  margin-bottom: 250px;
  animation: blur_01 2s linear 1, blur_02 2s ease-in 1;
}

@keyframes blur_01 {
  0% {
    filter: blur(10px);
  }

  100% {
    filter: blur(0);
  }
}

@keyframes blur_02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.white {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  background: url(../images/bg_w_a.png);
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-x;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg_w_b.png);
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  padding-top: 60px;
}

.base {
  width: 800px;
  height: auto;
  margin: 0 auto 120px auto;
  border-radius: 10px;
  border: solid 3px #76bed0;
  padding-bottom: 60px;
}

.s_a {
  background-image:
    url(../images/s_bg_03_a.png),
    url(../images/s_bg_02.png),
    url(../images/s_bg_01.png);
  background-size:
    20%,
    55%,
    auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  background-position:
    bottom right,
    bottom left,
    center;
}

.s_b {
  background-image:
    url(../images/s_bg_03_b.png),
    url(../images/s_bg_02.png),
    url(../images/s_bg_01.png);
  background-size:
    20%,
    55%,
    auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  background-position:
    bottom left,
    bottom right,
    center;
}

.s_c {
  background-image:
    url(../images/s_bg_03_a.png),
    url(../images/s_bg_03_b.png),
    url(../images/s_bg_02.png),
    url(../images/s_bg_01.png);
  background-size:
    20%,
    20%,
    50%,
    auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  background-position:
    bottom right,
    bottom left,
    bottom center,
    center;
}

section img {
  display: block;
  width: 100%;
  height: auto;
}

section h2 {
  width: 60%;
  max-width: 540px;
  height: auto;
  transform: translateY(-50%);
  margin: 0 auto 15px auto;
}

section p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 2em;
}

.m1 {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

.m1_02 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

.pink {
  color: #ff8888;
}

.blue {
  color: #4c9ad0;
}

.orange {
  color: #ff883f;
}

.brown {
  color: #6a3906;
}

.dotted_line{
  width: 90%;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='6'><circle cx='3' cy='3' r='3' fill='%2376BED0'/></svg>");
  background-size: 15px 5px;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: transparent;
  -webkit-background-size: 15px 5px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  margin: 0 auto;
}


/* You Tube */
/* 
section.movie .box_movie {
  text-align: center;
}
*/

.box_movie img {
  width: 90%;
  max-width: 530px;
  margin: 0 auto;
  transition: 0.5s;
}

.box_movie a {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.box_movie img:hover {
  opacity: 0.8;
}

section.movie .box_movie img {
  display: block;
  width: 90%;
  max-width: 530px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 750px) {
  section.movie .box_movie img {
    max-width: 219px;
  }
}

.fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}

@media (max-width: 750px) {
  .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }

  .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
}

/* You Tube */

#story p {
  width: 85%;
  height: auto;
  margin: 30px auto;
}

.bt {
  display: block;
  width: 55%;
  max-width: 600px;
  height: auto;
  margin: 30px auto;
  transition: 0.5s;
}

.bt:hover {
  opacity: 0.8;
}

#character {
  padding-bottom: 90px;
}

.chara_area {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.chara_main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.main_img {
  width: 45%;
  height: auto;
}

.chara_txt {
  width: 52%;
  height: auto;
  margin-left: 3%;
}

.chara_txt p {
  margin-top: 15px;
}

.chara_sub_area {
  display: flex;
  flex-wrap: wrap;
}

.chara_sub_l {
  width: 47%;
  height: auto;
  margin-right: 3%;
  margin-bottom: 30px;
}

.chara_sub_r {
  width: 47%;
  height: auto;
  margin-left: 3%;
  margin-bottom: 30px;
}

.sub_chara_txt img {
  margin: 15px 0;
}

#ss p {
  width: 85%;
  height: auto;
  margin-bottom: 30px;
  margin: 0 auto 30px auto;
}

#ss h3 {
  width: 50%;
  height: auto;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #76bed0;
  border-radius: 60px;
  margin: 30px auto 15px auto;
  padding: 0.1em 0;
}

#special {
  padding-bottom: 130px;
}

.special_img {
  width: 85%;
  max-width: 700px;
  height: auto;
  margin: 30px auto 15px auto;
}

#special p {
  width: 85%;
  height: auto;
  margin: 0 auto 30px auto;
}

#review {
  padding-bottom: 160px;
}

.review_area {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.reviewer_a {
  text-align: right;
  color: #ff883f;
}

.reviewer_a:before {
  content: "";
  display: inline-block;
  background: url(../images/review_icon_a.png);
  ;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(20%);
}

.reviewer_b {
  text-align: right;
  color: #ff883f;
}

.reviewer_b:before {
  content: "";
  display: inline-block;
  background: url(../images/review_icon_b.png);
  ;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(20%);
}

#review .dotted_line {
  margin: 30px auto;
}

/* info */

.shop_book img {
  display: block;
  width: 60%;
  margin: 1em auto 2em auto;
  padding-bottom: 60px;
}

.shop_book h4 {
  margin-top: 2em;
  text-align: center;
}

.shop_link {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #444444 !important;
  border-bottom: 1px solid #444444 !important;
  clear: both;
}

#share_sns img{
  display: inline;
  width: auto;
}

.box_footer {
  font-size: 16px;
  text-align: center;
}

footer {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center !important;
  z-index: 100;
}

.official_sns img {
  vertical-align: bottom;
}

/* info */

.box_cont {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body:before {
    width: 100%;
    height: 100vh;
    background: url(../images/sp/bg_sp.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #mv {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .logo {
    display: block;
    width: 25%;
    max-width: 155px;
    position: absolute;
    top: 0;
    right: 0.2%;
    z-index: 50;
  }

  .title {
    display: block;
    width: 26%;
    max-width: 250px;
    height: auto;
    margin-left: 73%;
    margin-bottom: 30%;
  }

  .base {
    width: 90%;
    height: auto;
    margin: 0 auto 6em auto;
    padding-bottom: 3em;
  }

  .s_a {
    background-image:
      url(../images/s_bg_03_a.png),
      url(../images/s_bg_02.png),
      url(../images/s_bg_01.png);
    background-size:
      25%,
      55%,
      auto;
    background-repeat:
      no-repeat,
      no-repeat,
      repeat;
    background-position:
      bottom right,
      bottom left,
      center;
  }

  .s_b {
    background-image:
      url(../images/s_bg_03_b.png),
      url(../images/s_bg_02.png),
      url(../images/s_bg_01.png);
    background-size:
      25%,
      55%,
      auto;
    background-repeat:
      no-repeat,
      no-repeat,
      repeat;
    background-position:
      bottom left,
      bottom right,
      center;
  }

  .s_c {
    background-image:
      url(../images/s_bg_03_a.png),
      url(../images/s_bg_03_b.png),
      url(../images/s_bg_02.png),
      url(../images/s_bg_01.png);
    background-size:
      25%,
      25%,
      55%,
      auto;
    background-repeat:
      no-repeat,
      no-repeat,
      no-repeat,
      repeat;
    background-position:
      bottom right,
      bottom left,
      bottom center,
      center;
  }

  section h2 {
    width: 70%;
    max-width: 540px;
    height: auto;
    transform: translateY(-50%);
    margin: 0 auto 1em auto;
  }

  .box_movie img {
    width: 60%;
    max-width: 379px;
    margin: 0 auto;
    transition: 0.5s;
  }

  section p {
    font-size: 1em;
  }

  #story p {
    margin: 1em auto;
  }

  .bt {
    display: block;
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 1em auto;
  }

  #character {
    padding-bottom: 3em;
  }

  .chara_main {
    display: block;
    margin-bottom: 2em;
  }

  .main_img {
    width: 100%;
  }

  .chara_txt {
    width: 100%;
    margin-left: 0;
    padding-top: 1em;
  }

  .chara_txt p {
    font-size: 0.9em;
    margin-top: 0.5em;
  }

  #ss h3 {
    width: 80%;
    height: auto;
    font-size: 1.3em;
    margin: 1em auto 0.5em auto;
  }

  #special {
    padding-bottom: 5em;
  }

  .special_img {
    height: auto;
    margin: 1em auto 0.5em auto;
  }

  #special p {
    margin: 0 auto 1em auto;
  }

  #review {
    padding-bottom: 5em;
  }

  #review .dotted_line {
    margin: 1.5em auto;
  }

  .shop_book img {
    display: block;
    width: 90%;
    margin: 1em auto 2em auto;
    padding-bottom: 3em;
  }

  #share_sns {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

}