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

#mv{
  width: 100%;
  max-width: 800px;
  height: auto;
  background: url(../images/mv_pc.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.title {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  padding-top: 25%;
  padding-bottom: 25%;
  opacity: 0;
  animation: cloud_appear 2.5s ease-out forwards;
}

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

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

section {
  position: relative;
  height: auto;
  z-index: 1;
}

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

.orange {
  color: #f27c1b;
}

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

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

.section_area {
  width: 95%;
  max-width: 750px;
  height: auto;
  margin: 6em auto;
  padding: 2em 5% 6em 5%; 
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border: none; 
  background-image:
    url("../images/sec_bg_e.png"),
    url("../images/sec_bg_b.png"),
    url("../images/sec_bg_c.png"),
    url("../images/sec_bg_a.jpg"); 
  background-position:
    center bottom 20px,   
    center top 10px,      
    center bottom 10px,   
    top left;             
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    repeat; 
  background-size:
    60% auto,  
    calc(100% - 20px) auto,  
    calc(100% - 20px) auto,  
    auto;       
}

.content {
  position: relative;
  width: 100%;
  padding: 30px 0 40px 0; 
  
  background-image:
    url("../images/sec_bg_d.png"), 
    linear-gradient(to right, #bfa45c, #bfa45c), 
    linear-gradient(to right, #bfa45c, #bfa45c); 

  background-position:
    right 1% bottom 0, 
    center top 0,
    center bottom 0;

  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat; 

  background-size:
    35px auto,
    100% 1px,
    100% 1px; 
}

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

/* 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: 85%;
  max-width: 510px;
  margin: 0 auto 1em auto;
}

.box_movie img:hover {
  opacity: 0.8;
}

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


/*ルビ */
.ruby {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
}

.rt {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em;
  line-height: 1;
  margin-bottom: 2px;
  white-space: nowrap;
  pointer-events: none;
  color: #333333; 
}

.note {
  width: 90%;
  position: relative; 
  padding: 0 1em; 
  margin: 0 auto 3em auto;
  line-height: 42px; 
  background-image: linear-gradient(to bottom, transparent, transparent 41px, #c8c8c8 41px, #c8c8c8 42px);
  background-size: 100% 42px;
  background-position: left top;
}

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

.bt:hover{
  opacity: 0.8;;
}


.chara_wrap {
  width: 100%;
}

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

.chara_img {
  width: 49%;
  margin-right: 1%;
}

.chara_txt {
  width: 50%;
}

.chara_name {
  background-image: url("../images/name_bg.png");
  background-size: cover;
  background-position: center right;
  padding: 0.1em 0.5em;
  display: flex;
  align-items: baseline;
  border: #ea605a solid 1px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.name {
  font-size: 24px;
  color: #ffffff;
  margin-right: 15px;
}

.ruby {
  font-size: 18px;
  color: #ffffff;
}

#review .content{
  padding-bottom: 6em;
}

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

.review_line{
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 3em auto;
}

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


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

  #mv {
    width: 100%;
    max-width: 800px;
    height: auto;
    background: url(../images/sp/mv_sp.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

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

  section p {
    font-size: 0.9em;
  }

  .logo {
    display: block;
    width: 25%;
    max-width: 155px;
    position: absolute;
    top: 0;
    right: 0.2%;
    z-index: 50;
  }
  .content {
  position: relative;
  width: 100%;
  padding: 30px 0 40px 0; 
  
  background-image:
    url("../images/sec_bg_d.png"), 
    linear-gradient(to right, #bfa45c, #bfa45c), 
    linear-gradient(to right, #bfa45c, #bfa45c); 

  background-position:
    right 1% bottom 0, 
    center top 0,
    center bottom 0;

  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat; 

  background-size:
    7% auto,
    100% 1px,
    100% 1px; 
  }

  section p.note {
    line-height: 34px;
    background-image: linear-gradient(to bottom, transparent, transparent 33px, #c8c8c8 33px, #c8c8c8 34px);
    background-size: 100% 34px;
    background-position: left top; 
    transform: none;
  }

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

  .chara_box {
    display: block;
  }

  .chara_03 {
    margin-bottom: 1em;
  }

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

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

  .chara_name {
    margin-top: 0;
  }

  .name {
    font-size: 1.2em;
  }

  .ruby {
    font-size: 0.9em;
  }

  #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;
  }

}