@charset "utf-8";

html,body{
    margin: 0px;
    padding:0px;
}

body{
    font-family: "HuiFontP29";
    src:url(HuiFontP29.ttf)format("truetype");
   font-size: 20px;
   color: #0000ff;
   line-height:1.8em;
   background-color:#000000;
   }

  @font-face{font-family: "HuiFontP29";
src:url(HuiFontP29.ttf)format("truetype");
}

/* ロード画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1s ease;
}
/* 非表示用 */
#loading.loaded {
  opacity: 0;
  pointer-events: none;
}

.kaiten{
   width: 200px;
   height: auto;

}
#container{
   background-color:#000000;
   margin: 0 auto;
   width: 100%;
   max-width :390px;
   height: 7900px;
   background-size: contain;
   text-align: left;
   background-image: url(sozai/zentai.gif);
}



 /* キービジュアル */
.keyvisual {
  width: 390px;         
  height: 70vh;
  margin: 0 auto;        
  background-image: url(sozai/title.gif);
  background-repeat: no-repeat;

  background-size: 150% auto;   
  background-position: center top; 
}
.title2{
   width: 390px;
   height: 200px;
   background-color: #0000ff;
   margin-top: -10px;
}
.title2 img{
   width:300px;
   height: auto;
display: block;   
margin: auto;
}
 /* スクロール誘導 */
.haikei{
   margin-top:-10px;
}
.haikei img {
  width: 390px;   
  height: auto; 
  display: block;
}

 /* 漫画 */
.manga {
  width: 370px;   
  margin: 0 auto;
}

.scene {
  position: relative;
  margin-bottom: 40px;  
}

.scene img {
  width: 370px;
  height: auto;
  display: block;
}

.serihu {
  position: absolute;
  color: #0000ff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

/* セリフ位置 */
.pos-1 { top: 65px; left: 240px; }

.pos-2 { top: 5px; left: 40px; }

.pos-3 { top: 5px; left: 60px; }
.pos-4 { top: 80px; left: 110px; }
.pos-5 { top: 120px; left: 30px; }

.pos-6 { top: 0px; left: 23px; }

.pos-7 { top: 0px; left: 180px; }
.pos-8 { top: 90px; left: 150px; }

.pos-9 { top: 5px; left: 50px; }
.pos-10 { top: 5px; left: 270px; }

.pos-11 { writing-mode: vertical-rl; top: 50px; left: 165px; }
.pos-12 { writing-mode: vertical-rl; top: 130px; left: 75px; }

.pos-13 { top: -5px; left: 235px; }
.pos-14 { top: 80px; left: 23px; }

.pos-15 { top: 37px; left: 25px; }

.pos-16 { top: 215px; left: 40px; }
.pos-17 { top: 45px; left: 180px; }


.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}



 /* 商品 */
.syouhin{
   width: 390px;   
   height: auto;      
  margin: 0 auto;
}
.syouhinmei{
   color: #ffffff;
   font-size: 25px;
   text-align: center;
}
.setumei{
   text-align: center;
   color: #ffffff;
}
 /* 効果 */
.kouka{
   margin-top: 500px;
}
.mark{
   width: 90px;   
   height: auto;  
   display: block;    
   margin-left: auto;
   margin-top: 5px;
}
.sikaku1{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin-top: 100px;
 
}
.sikaku1-item {
  background: #ffffff;
  width: 330px;
  height: 100px;
  margin-top: 20px;
  border: 5px double#000000;
  margin-top: 70px;
}
.t1{
   margin-top: -80px;
   margin-left: 10px;
}
 /* 体 */
.kuru{
   width: 390px;   
   height: auto;      
  margin: 0 auto;
  margin-top: 70px;
   background-image: url(sozai/kuru^~.gif);
   background-repeat: no-repeat;
   background-size: 390px;
}

.kao{
   display: block;
   margin-top: 130px;
   margin-left: 70px;
   color: #ffffff;
}
.kubi{
   display: block;
   margin-top: 130px;
   margin-left: 190px;
   color: #ffffff;
}
.ude{
   display: block;
   margin-top: 180px;
   margin-left: 50px;
   color: #ffffff;
}
.onaka{
   display: block;
   margin-top: 180px;
   margin-left: 100px;
   color: #ffffff;
}
.hansokubun{
   text-align: center;
   margin-top: 90px;
   color: #ffffff;
}
 /* 販促 */
.sikaku2{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.sikaku2-item{
   background: #ffffff;
  width: 350px;
  height: 150px;
  margin-top: 150px;
  border: 5px double#000000;
  text-decoration: none;
}
.t2{
   margin-left: 10px;
   margin-top: -100px;
   color: #0000ff;
}

.hansokue{
   width: 150px;   
   height: auto;  
   display: block;    
   margin-left: auto;
   margin-top: 5px;
}
.hansokue2{
   width: 150px;   
   height: auto;  
   display: block;    
   margin-left: auto;
   margin-top: 20px;
}

.sns {
   display: flex;
   gap:10px;
   justify-content: center;
   margin-top: 30px;
}
.sns img{
   width: 60px;
   height: auto;
}


 /* フッター */
footer{
   display: flex;
  margin: auto;
  width: 390px;
  height: 150px;
  background-color: #0000ff;
  align-items: center;
  margin-top: 100px;
}
.namae img{
   width: 200px;
   height: auto;
   margin-left: 15px;
}
.logo img{
   width: 70px;
   margin-left: 65px;
}
