/*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;
}

html,body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; 
  text-size-adjust: 100%;
}

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

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

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

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

#mv{
  width: auto;
  height: 90vh;
  position: relative;
}

.title {
  display: block;
  width: 30%;
  max-width: 575px;
  height: auto;
  position: absolute;
  top: 5%;
  left: 55%;
  opacity: 0;
  animation: cloud_appear 2.5s ease-out forwards;
}

@keyframes cloud_appear {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(0.95) translateY(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
  }
}

.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-image: 
    url("../images/bg_a.png"),
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 2%, rgba(255, 255, 255, 0.7) 100%);
  background-repeat: repeat, no-repeat;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

section p {
  font-size: 21px;
  color: #000000;
  line-height: 1.8em;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  text-shadow: 
    1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
    0px 1px 0 #ffffff,  0px -1px 0 #ffffff,
    -1px 0px 0 #ffffff, 1px 0px 0 #ffffff,
    0 0 3px #ffffff,
    0 0 6px #ffffff,
    0 0 10px #ffffff,
    0 0 15px #ffffff,
    0 0 25px #ffffff;
}

.red {
  color: #be002c;
}

.blue{
  color: #373e76;
}

.sec_line{
  display: block;
  width: 90%;
  max-width: 949px;
  height: auto;
  margin: 0 auto 90px auto;
}

.noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

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

.content {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0 40px 0; 
}

.section_area h2 {
  position: relative;
  width: 60%;
  max-width: 454px;
  margin: 0 auto 30px auto;
}

#story{
  padding-top: 15%;
}

.bt{
  display: block;
  width: 45%;
  max-width: 430px;
  height: auto;
  margin: 2em auto 2em auto;
  transition: 0.5s;
}

.bt:hover{
  opacity: 0.8;;
}

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

.box_movie img {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}

.box_movie a {
  display: block;
  width: 90%;
  max-width: 599px;
  margin: 0 auto 1em auto;
}

.box_movie img:hover {
  opacity: 0.8;
}

@media (max-width: 750px) {
  .box_movie a {
    display: block;
    width: 80%;
    max-width: 390px;
    margin: 0 auto 1em auto;
  }
}

.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 */



.chara_block {
  margin-bottom: 60px;
}

.chara_block:last-child {
  margin-bottom: 0;
}

.chara_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
}

.chara_block.chara_02 .chara_box {
  flex-direction: row-reverse;
}

.chara_img {
  width: 50%;
  max-width: 357px;
}

.chara_txt {
  width: 50%;
}

.chara_txt p{
  width: 90%;
  margin: 0 auto;
}

.chara_name {
  display: block;
  width: 100%;
  max-width: 195px;
  margin: 0 auto;
}

.chara_block.chara_02 .chara_name {
margin: 0 auto;
}

.chara_design {
  width: 100%;
  text-align: center;
}

.chara_design a {
  display: inline-block;
  width: 100%;
  max-width: 652px;
  transition: 0.5s;
}

.chara_design a:hover {
  opacity: 0.8;
}

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

@media (min-width: 751px) {
  .chara-modal .fancybox-slide--image {
    padding: 3vh 3vw !important;
  }
}

@media screen and (max-width: 750px) {
  .chara-modal .fancybox-slide--image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .chara-modal .fancybox-content {
    width: 100% !important;
    height: auto !important;
    max-height: 90vh !important;
    aspect-ratio: auto !important;
    background: transparent !important;
  }

  .chara-modal .fancybox-image {
    width: 100% !important;
    height: auto !important;
    max-height: 90vh !important;
    object-fit: contain !important;
  }
}

.ss_txt{
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

.s_title,.m_title{
  text-align: center;
}

.s_title{
  font-size: 25px;
  margin-top: 1em;
}

.m_title{
  font-size: 30px;
  margin-bottom: 1em;
}

#review .content{
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

/* info */
#info .content{
  margin-top: 3em;
}

.reviewer{
  display: block;
  text-align: right;
}

.r_line {
  width: 100%;
  height: 2px;
  background-color: #999999;
  margin: 3em auto 3em auto;
}


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

.txt_book li {
  color: #000;
}

.shop_book h4 {
  color: #000;
  margin-top: 0.5em;
  text-align: center;
}

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

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

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

footer {
  position: relative;
  width: 100%;
  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: 750px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

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

  #mv {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    position: relative;
  }

  .title {
    display: block;
    width: 68%;
    max-width: 575px;
    height: auto;
    position: absolute;
    top: 55%;
    left:29%;
    opacity: 0;
    animation: cloud_appear 2.5s ease-out forwards;
  }

  section p {
    font-size: 1.1em;
  }

  .content {
    position: relative;
    width: 80%;
    padding: 1em 0 2em 0;
  }

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

  .section_area h2 {
    width: 65%;
    margin: 0 auto 1em auto;
  }

  #story {
    padding-top: 30%;
  }

  .bt {
    display: block;
    width: 75%;
  }

  .chara_block {
    margin-bottom: 3em;
  }

  .chara_box,
  .chara_block.chara_02 .chara_box {
    display: block;
    margin-bottom: 1em;
  }

  .chara_img {
    width: 70%;
    margin: 0 auto 1em auto;
  }

  .chara_txt {
    width: 100%;
    margin: 0 auto;
  }

  .chara_name,
  .chara_block.chara_02 .chara_name {
    width: 60%;
    max-width: 250px;
    margin: -4em auto 1em auto;
  }

  .chara_design img {
    width: 95%;
  }

  .s_title {
    margin-top: 2em;
    font-size: 1em;
  }

  .m_title {
    font-size: 1.5em;
  }

  #review .content {
    width: 80%;
  }

  #info .content {
    margin-top: 1em;
  }

  .shop_book img {
    display: block;
    width: 90%;
    margin: 1em auto 1em auto;
  }

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

}