/*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%;
  scroll-behavior: smooth;
}

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

.menu {
  width: 300px;
  padding: 1em;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  background-image:
    url('../images/menu_bg.png'),
    linear-gradient(90deg, #ffe3c1, #fbf5e6 10% 90%, #ffe3c1);
  background-repeat: no-repeat;
  background-position:
    right 0 bottom -50px,
    center center;
  background-size: contain;
  box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.16);
  transform: rotate(-3.5deg);
  box-sizing: border-box;
}

.menu_title {
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #f69c68;
  letter-spacing: 0.03em;
}

.menu_list {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
}



.menu_link {
  display: flex;
  align-items: center;
  gap: 0.3em;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.menu_link:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

.menu_link span.orange {
  font-size: 2em;
  line-height: 1;
  position: relative;
  top: -0.05em;
}

.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%;
  height: auto;
  max-width: 1080px;
  position: relative;
  margin: 0 auto 0;
}

.mv{
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin: 3em auto 0 auto;
}

.title {
  position: absolute;
  display: block;
  width: 25%;
  max-width: 220px;
  height: auto;
  top: 0;
  right: 5%;
  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: 750px;
  height: auto;
  margin: 0 auto;
}

.wrapper section {
  margin-bottom: 90px;
}

.content{
  background-image: linear-gradient(90deg, #ffe3c1, #fbf5e6 10% 90%, #ffe3c1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.con_box{
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}

.content p {
  width: 95%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 2em;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  margin:1em auto ;
}

.orange {
  color: #d33500 !important;
}

.blue {
  color: #00aebb !important;
}

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

.noto_2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: bold !important;
}

.center{
  text-align: center !important;
  font-size: 21px !important;
}

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

.section_area h2 {
  width: 90%;
  max-width: 630px;
  margin: 0 auto 60px auto;
}

.border{
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

.banner{
  display: block;
  width: 80%;
  max-width: 540px;
  height: auto;
  margin: 30px auto 60px auto;
  transition: 0.5s;
}

.banner:hover{
    opacity: 0.8;
}

.banner img{
  display: block;
  width: 100%;
}

/* 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: 520px;
  margin: 0 auto 1em auto;
}

.box_movie img:hover {
  opacity: 0.8;
}

/* PC */
.box_movie a {
  display: block;
  width: 85%;
  max-width: 520px;
  margin: 0 auto 1em auto;
}

/* SP */
@media (max-width: 750px) {

  .box_movie a {
    width: 60%;
    max-width: 390px;
  }

  .fancybox-slide--iframe .fancybox-content {
    width: 90vw !important;
    max-width: 390px !important;
    height: auto !important;
    aspect-ratio: 9 / 16;
  }

  .fancybox-slide--iframe .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
  }

}

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

#story .content {
  background-image: url('../images/s_bg.png'), linear-gradient(90deg, #ffe3c1, #fbf5e6 10% 90%, #ffe3c1) !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

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

.bt:hover{
  opacity: 0.8;;
}

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

#chara .chara_a,
#chara .chara_b {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-bottom: 1em;
  min-height: 600px;
}

#chara .chara_a {
  background-position: left top;
}

#chara .chara_a .content {
  width: 65%;
  margin-left: 31%;
  padding: 2%;
}

#chara .chara_b {
  background-position: right top;
}

#chara .chara_b .content {
  width: 65%;
  margin-left: 0;
  margin-right: 31%;
  padding: 2%;
}

#chara .chara_01 {
  background-image: url(../images/chara_01_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#chara .chara_02 {
  background-image: url(../images/chara_02_pc.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 60px;
}

#chara .chara_03 {
  background-image: url(../images/chara_03_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#chara .chara_04 {
  background-image: url(../images/chara_04_pc.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#chara .chara_05 {
  background-image: url(../images/chara_05_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#chara .chara_title_area {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #00aebb;
  box-sizing: border-box;
}

#chara .chara_f {
  width: auto;
  margin: 0 0.4em 0 0;
  padding: 0.05em 0.4em;
  color: #ffffff;
  background: #00aebb;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

#chara .chara_name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

#chara .chara_job {
  margin-right: 0.3em;
  font-size: 36px;
  font-weight: 500;
}

#chara .chara_en {
  width: auto;
  margin: 7px 0 18px;
  font-size: 23px;
  font-weight: 500;
  line-height: 0.7em;
}

#chara .content ul {
  margin: 0;
  padding: 1em 0;
}

#chara .content li {
  position: relative;
  font-size: 18px;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

#chara .content li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#vm p{
  background-image: url(../images/chara_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#review .content{
  margin-bottom: 60px;
}

.rev{
  text-align: right;
  margin-top: 0.5em;
}

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


/* ビジュアルメイキング　------------------------------------------- */

#vm_mv{
  padding-bottom: 30px;
}

.comment {
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  padding: 0.3em 0;
  color: #ffffff;
  background-color: #00aebb;
  background-image:
    url('../images/neji.png'),
    url('../images/neji.png');
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    left 1% center,
    right 1% center;
  background-size:
  auto 50%,
  auto 50%;
  margin: 2em auto 1em;
}

.modal_img {
  display: block;
  cursor: zoom-in;
  margin-top: 30px;
}

.modal_img img {
  transition: opacity 0.5s ease;
}

.modal_img:hover img {
  opacity: 0.8;
}

.vm_h3{
  font-size: 36px !important;
}

.vm_catch{
  font-size: 24px !important;
  line-height: 1.2em !important;
}

.tl_area{
  background-image: url(../images/vm_bg_illust.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 25% auto;
  padding-bottom: 60px;
}

.hair_design{
  width: 95%;
  height: auto;
  background-image:
    url('../images/border_bg_01.png'),
    url('../images/border_bg_02.png');
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top center,
    bottom center;
  background-size:
    contain,
    contain;
    padding: 15px 0;
  margin: 30px auto 60px auto;
}

.hair_design p{
  width: 90%;
  height: auto;
  margin: 0.5em auto;
}

.poster_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  gap: 3%;
  margin: 30px auto 0;
  padding-bottom: 60px;
}

.poster_grid .modal_img {
  display: block;
  width: 100%;
  margin: 0;
}

.poster_grid .modal_img img {
  display: block;
  width: 100%;
  height: 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.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

.menu {
    width: 100%;
    max-width: 750px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #d33500;
    box-shadow: none;
    transform: none;
    box-sizing: border-box;
  }

  .menu_title {
    width: 100%;
    font-size: 1.1em !important;
    color: #ffffff !important;
    background: #d33500;
    border: none;
    box-sizing: border-box;
    font-size: clamp(28px, 6vw, 42px);
    line-height: 1.2;
    letter-spacing: 0;
    padding: 0.1em 0.3em 0.2em;
    margin: 0;
  }

  .menu_list {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    width: 100%;
    margin: 0;
    padding: 0.2em;
  background-image:
    url('../images/menu_bg.png'),
    linear-gradient(90deg, #ffe3c1, #fbf5e6 10% 90%, #ffe3c1);
  background-repeat: no-repeat;
  background-position:
    right 0 bottom,
    center center;
  background-size: contain;
    border: 2px solid #d33500;
    box-sizing: border-box;
  }

  .menu_item {
    margin: 0;
  }

  .menu_link {
    display: flex;
    align-items: center;
    gap: 0.35em;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.8em;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .menu_link span {
    flex-shrink: 0;
  }

  .menu_link:hover {
    opacity: 1;
    transform: none;
  }

  .wrapper section{
    margin-bottom: 3em;
  }

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

  .content p {
    font-size: 0.9em;
  }

  .center{
    font-size: 1em !important;
  }

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

  .bt {
    width: 75%;
    margin: 1em auto;
  }

.mv{
  margin: 1.5em auto 0 auto;
}

  .banner{
    margin: 1em auto 2em auto;
  }

  #story .content{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #chara .chara_a,
  #chara .chara_b {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-bottom: 2em;
    min-height: 500px;
  }

  #chara .chara_a .content {
    width: 60%;
    margin-left: 30%;
    padding: 2%;
  }

  #chara .chara_b {
    background-position: right top;
  }

  #chara .chara_b .content {
    width: 60%;
    margin-left: 5%;
    padding: 2%;
  }

  #chara .chara_01 {
    background-image: url(../images/sp/chara_01_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  #chara .chara_02 {
    background-image: url(../images/sp/chara_02_sp.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  #chara .chara_03 {
    background-image: url(../images/sp/chara_03_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  #chara .chara_04 {
    background-image: url(../images/sp/chara_04_sp.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  #chara .chara_05 {
    background-image: url(../images/sp/chara_05_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  #chara .chara_f {
    background: #00aebb;
    font-size: 1em;
  }

  #chara .chara_name {
    margin: 0;
    font-size: 0.9em;
    font-weight: 500;
  }

  #chara .chara_job {
    margin-right: 0.3em;
    font-size: 1.5em;
    font-weight: 500;
  }

  #chara .chara_en {
    width: auto;
    font-size: 0.9em;
  }

  #chara .content ul {
    padding: 0;
  }

  #chara .content li {
    font-size: 0.9em;
  }

  #review .content{
    width: 90%;
    height: auto;
    margin: 2em auto;
  }

  #vm .content{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }



/* ビジュアルメイキング　------------------------------------------- */

  #vm p {
      background-size: contain;
  }

  .vm_catch{
    font-size: 1em !important;
    margin: 0 !important;
    line-height: 1.5em !important;
  }

  .modal_img {
      margin-top: 1em;
  }

  #chara_design .content{
    width: 90%;
    height: auto;
    margin: 2em auto;
  }

  #cover_design .content{
    width: 90%;
    height: auto;
    margin: 2em auto;
  }

 .comment_02{
    font-size: 0.8em !important;
  }

  #poster .content{
    width: 90%;
    height: auto;
    margin: 2em auto;
  }

  .box_footer {
    padding-bottom: 12em;
  }

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

/* ビジュアルメイキング　------------------------------------------- */

}