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

/* ★修正箇所：iOSでの横揺れ防止のため html にも overflow-x を追加 */
html,
body {
  overflow-x: hidden;
}

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.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
}

.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: 50%;
  max-width: 475px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  animation: appear_yura 2s ease-out forwards;
}

@keyframes appear_yura {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translate(0, 10px);
  }

  33% {
    opacity: 0.4;
    filter: blur(5px);
    transform: translate(-3px, 5px);
  }

  66% {
    opacity: 0.8;
    filter: blur(2px);
    transform: translate(3px, 2px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0);
  }
}

.wrapper {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  height: auto;
  padding-bottom: 120px;
  margin-bottom: 120px;
  z-index: 1;
}

section p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8em;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.yellow {
  color: #eedfa4;
}

.green {
  color: #afdb00;
}

.orange {
  color: #ff883f;
}

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

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

.section_area {
  width: 95%;
  max-width: 750px;
  height: auto;
  margin: 90px auto;
  padding-bottom: 40px;
  background-image:
    url("../images/sec_bg_a.png"),
    url("../images/sec_bg_b.png"),
    linear-gradient(to right, rgba(44, 41, 107, 0.9), #000000);
  background-position: left top, right bottom, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 15%, 15%, cover;
  border-left: clamp(5px, 1.2vw, 12px) solid #eedfa4;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.section_area h2 {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 30px 0;
  padding-top: 20px;
  z-index: 2;
}

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

#movie {
  padding-bottom: 30px;
}

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

.box_movie a {
  display: block;
  width: 90%;
  max-width: 503px;
  margin: 0 auto 30px auto;
}

.box_movie img:hover {
  opacity: 0.8;
}

@media (max-width: 750px) {
  .box_movie a {
    display: block;
    width: 60%;
    max-width: 375px;
    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 */


/*ルビ */
ruby {
  line-height: 1;
}

rt {
  line-height: 0;
  font-size: 0.5em;
  transform: translateY(-10%);
}

.story_area {
  display: block;
  position: relative;
  width: 100%;
  min-height: 400px;
}

.story_img {
  position: absolute;
  right: 0;
  top: 2%;
  width: 60%;
  z-index: 1;
  pointer-events: none;
}

.story_txt {
  width: 43%;
  padding-left: 5%;
  position: relative;
  z-index: 2;
}

.bt {
  display: block;
  width: 70%;
  max-width: 600px;
  margin: 40px auto 0 auto;
  transition: 0.5s;
}

.bt img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bt:hover {
  opacity: 0.8;
}

.chara_wrap {
  width: 95%;
  margin: 0 auto;
}

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

.main_chara .chara_img {
  width: 50%;
}

.main_chara .chara_txt {
  width: 50%;
  padding-top: 2em;
}

.sub_chara .chara_img {
  width: 40%;
}

.sub_chara .chara_txt {
  width: 60%;
}

.chara_box .name {
  font-size: 24px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
  display: flex;
  align-items: baseline;
}

.small {
  font-size: 14px;
  margin-left: 15px;
}

.review_box {
  margin-bottom: 60px;
}

.review_txt {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.reviewer {
  width: 30%;
  height: auto;
  text-align: right;
  margin-left: auto;
  padding-right: 0.5em;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.2em;
  margin-top: 1em;
}



/* info */

.box_cont {
  padding-top: 1em;
}

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

.txt_book li {
  color: #ffffff;
}

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

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

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

.box_footer {
  color: #ffffff;
  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;
    background-color: #2c296b;
  }

  section {
    position: relative;
    height: auto;
    padding-bottom: 3em;
    margin-bottom: 3em;
    z-index: 1;
  }

  .section_area h2 {
    margin: 1em 0;
    padding-top: 0.5em;
  }

  section p {
    font-size: 0.9em;
    line-height: 2.1em;
  }

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

  .title {
    width: 45%;
    max-width: 475px;
  }

  .story_area {
    display: block;
    min-height: auto;
  }

  .story_area::after {
    content: "";
    display: block;
    clear: both;
  }

  .story_img {
    position: static;
    float: right;
    width: 55%;
  }

  .story_txt {
    width: 90%;
    display: block;
  }

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

  .chara_wrap {
    width: 100%;
  }

  .chara_box .name {
    font-size: 1.3em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1em;
  }

  .chara_box .name .small {
    font-size: 0.5em;
    margin-left: 10px;
  }

  .chara_box {
    margin-bottom: 2em;
  }

  .main_chara {
    display: block;
  }

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

  .main_chara .chara_txt {
    width: 90%;
    height: auto;
    padding-top: 0.2em;
    margin: 0 auto;
  }

  .main_chara .name {
    display: inline-flex;
  }

  .sub_chara {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    margin: 1em auto;
  }

  .sub_chara .chara_img {
    width: 45%;
    margin: 0;
  }

  .sub_chara p {
    line-height: 1.5em;
  }

  .sub_chara .chara_txt {
    width: 55%;
  }

  .sub_chara .name {
    font-size: 1em;
  }

  .review_box {
    margin-bottom: 2em;
  }


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

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

}