/*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-image:
    url(../images/bg_b.png),
    url(../images/bg_a.jpg);
  background-size:
    25%,
    cover;
  background-repeat:
    no-repeat,
    repeat;
  background-position:
    right top,
    top center;
  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;
}

#mv{
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.mv_img {
  display: block;
  width: 100%;
}

.title {
  display: block;
  width: 45%;
  max-width: 520px;
  height: auto;
  position: absolute;
  right: 3%;
  top: 3%;
  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;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: -350px;
  z-index: 50;
}

.sec_a {
  background-image:
    url(../images/section_bg_c.png),
    url(../images/section_bg_b.png),
    url(../images/section_bg_a_01.jpg);
  background-size:
    20%,
    20%,
    contain;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  background-position:
    5% 95%,
    95% 5%,
    center;
  padding-bottom: 60px;
}

.sec_b {
  background-image:
    url(../images/section_bg_c.png),
    url(../images/section_bg_b.png),
    url(../images/section_bg_a_02.jpg);
  background-size:
    20%,
    20%,
    contain;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  background-position:
    5% 95%,
    95% 5%,
    center;
  padding-bottom: 60px;
}

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

section h2 {
  width: 80%;
  max-width: 570px;
  height: auto;
  margin: 0 auto 30px auto;
}

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

.photo_a{
  display: block;
  width: 50%;
  max-width: 380px;
  margin-top: -60px;
  margin-right: -60px;
  margin-left: auto;
}

.photo_b{
  display: block;
  width: 50%;
  max-width: 380px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: -60px;
}

.m1 {
  font-family: "M PLUS 1p", sans-serif;
  font-style: 600;
  color: #333333;
  transform: rotate(0.05deg);
}

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

.box_movie img {
  width: 90%;
  max-width: 510px;
  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;
}

.red{
  color: #de0133;
}

.green{
  color: #008e7b;
}

/* ruby */
[rb] {
  position: relative;  /* 漢字の位置を取得 */
}

[rb]::before {  /* ::before擬似要素によって，contentプロパティの内容を表示 */
  content: attr(rb);  /* rbの値をcontentプロパティに代入 */
  position: absolute;  /* 以下4行は，ルビを振る場所の指定 */
  top: -0.9em;
  left: -0.2em;  /* ルビを振る場所の幅を，ルビを振る漢字の幅よりも少し拡大 */
  right: -0.2em;
  font-size: 0.5em;  /* 漢字1文字について，かな2文字を基準とする */
  text-align: center;  /* ルビは，ルビを振る場所の中央に表示 */
  white-space: nowrap;  /* ルビが長くなっても途中で改行しないように */
  line-height: 1;  /* 以下2行は，*/
  text-indent: 0;  /* ルビを振る位置が親ボックスのプロパティによって変わらないように */
}
/* ruby */

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

.bt:hover {
  opacity: 0.8;
}

.chara_area {
  width: 90%;
  margin: 0 auto 60px auto;
  display: flex;     
  align-items: flex-start;
  gap: 2%;
}

.img_area {
  flex: 0 0 40%;
  max-width: 430px;
}

.text-area {
  flex: 1;
}

.name {
  font-size: 30px;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.name_ruby {
  font-size: 18px;
}

.name_01 { 
  border-bottom: 2px solid #c43b4d; 
}

.name_02 { 
  border-bottom: 2px solid #4b9e94; 
}

#ss h3{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

#ss p{
  width: 85%;
  margin: 0 auto;
}

.review_area{
  width: 80%;
  margin: 0 auto;
}

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

#review hr{
  width: 90%;
  border: none; 
  height: 6px; 
  background-image: radial-gradient(circle, #b02947 2px, transparent 2px);
  background-size: 14px 14px; 
  background-position: center;
  background-repeat: repeat-x;
  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;
}

.box_biookinfo li{
  color: #ffffff;
}

.shop_book{
  color: #ffffff;
}

.shop_book img{
  width: 80%;
  max-width: 450px;
}

.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 {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

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: 750px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #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: 50%;
    height: auto;
    right: 1%;
    top: 2%;
  }

  .wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: -100px;
    z-index: 50;
  }

  .sec_a {
    padding-bottom: 2em;
  }

  .sec_b {
    padding-bottom: 2em;
  }

  section h2 {
    margin: 0 auto 1em auto;
  }

  section p {
    font-size: 1em;
    line-height: 2em;
  }

  .photo_a {
    display: block;
    width: 50%;
    margin-top: -2em;
    margin-right: -5%;
    margin-left: auto;
  }

  .photo_b {
    display: block;
    width: 50%;
    margin-top: -2em;
    margin-right: auto;
    margin-left: -5%;
  }

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

  .bt {
    display: block;
    width: 70%;
    max-width: 500px;
    height: auto;
    margin: 1em auto;
    transition: 0.5s;
  }

  .chara_area {
    display: block;
    width: 80%;
    margin-bottom: 2em;
  }

  .img_area {
    margin: 0 auto 1em auto;
    text-align: center;
  }

  .name {
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }

  .name_ruby {
    font-size: 0.7em;
  }

  #ss h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }


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

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

}