@charset "utf-8";
html, body {/* 背景パソコン */
    margin: 0px;
    padding: 0px;
    background-color: #000;/* 背景黒 */
    width: 100%;
}

#container{/* これは一番もとのでっかい箱 */
    margin: 0 auto;
    width: 390px;
    padding: 0px;
    height: 4125px;
    background-size: contain;
    background-image: url(container.png);
}

#keyvisual{/*一番上 */
    width: 100%;
    height: 120vh;
    background-image: url(key.png);
    background-size:cover;
    align-items: flex-end;
    width: 390px;
    height: 821px;

 }
 
 .logo{
    width: 100%; 
    height: 100%;
    object-fit: cover;
 }

 #box1{/* 紹介コーナー */
    height: 548px;
    width: 390px;
    margin: 0px;
    color: #fff;  
    text-align: center ;  
}

span.sample1 {
    font-family: "Ranchers", serif;
    font-size: 28px;
    padding: 7px;
}
span.sample2 {
    font-family: "Darumadrop One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

#box2{
    height: 187px;
    width: 390px;
    margin-top: 5px;
    color: #fff;  
    display: flex;  
}
span.sample3 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding-top: 45px;
    padding-left: 27px;
}

.mae{
    height: 125px;
    width: 134px;
    margin-top: 5px;
    object-fit: cover;
    padding-right: 36px;
    padding-top: 22px;
 }

 #box3{
    height: 53px;
    width: 390px;
    color: #fff; 
}

span.sample4 {
    font-family: "Darumadrop One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

span.sample5 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
}

#box4{
    height: 240px;
    width: 390px;
    color: #fff;  
    display: flex;
}

.ushiro{
    height: 136px;
    width: 99px;
    margin-top: 5px;
    object-fit: cover;
    padding-left: 33px;
    padding-top: 40px;
 }

 span.sample6 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding-left: 33px;
    padding-top: 85px;
}

.keisan{
    height: 99px;
    width: 301px;
 }

 #box5{
    height: 240px;
    width: 390px;
    color: #fff;
    padding-top: 60px;
    text-align: center ; 

}

span.sample7 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

span.sample8 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin-top: 30px;
}



 #box6{
    height: 290px;
    width: 390px;
    color: #fff;
    text-align: center ; 
    padding-top: 30px;

}


 .btn {
    font-family: "Ranchers", serif;
    font-size: 28px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #D30606;
    border: solid 2px #fff;
    color: #fff;
    width: 230px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
}
.btn:hover {
    color: #fff;
    opacity: 0.8;
  }

  .btn2 {
    font-family: "Ranchers", serif;
    font-size: 28px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #D30606;
    border: solid 2px #fff;
    color: #fff;
    width: 230px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    list-style: none;
    text-decoration: none;
    line-height: 80px;
  
}
.btn:hover {
    color: #fff;
    opacity: 0.8;
  }


  span.sample9 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
}


#box7{
    height: 673px;
    width: 390px;
    color: #000;
    text-align: center ;
    margin-top: 180px; 
    margin-left: auto;
    margin-right: auto;
    
    position: relative;
}

span.sample15 {
  font-family: "Ranchers", serif;
  font-size: 35px;
  color: #fff;
  position: absolute;
  left: 115px;
} 
 
  
  * {
    box-sizing: border-box;
    scrollbar-color: transparent transparent; /* thumb and track color */
    scrollbar-width: 10px;
  }
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }
  
  ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .carousel {
    position: relative;
    padding-top: 75%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
  }
  
  .carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  
  .carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
  }
  
  .chara {
      width: 390px;
      height: 675px;
    }
  
 
  
  .carousel__slide1 {
      position: relative;
      flex: 0 0 100%;
      width: 100%;
      background-color: rgb(111, 37, 37);
      counter-increment: item;
    }
  
  .carousel__slide:nth-child(even) {
    background-color: #99f;
  }
  
  .carousel__slide:before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-40%,70px);
    color: #fff;
    font-size: 2em;
  }
  
  .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
  }
  
  @media (hover: hover) {
    .carousel__snapper {
      animation-name: tonext, snap;
      animation-timing-function: ease;
      animation-duration: 4s;
      animation-iteration-count: infinite;
    }
  
   
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel__snapper {
      animation-name: none;
    }
  }
  
  .carousel:hover .carousel__snapper,
  .carousel:focus-within .carousel__snapper {
    animation-name: none;
  }
  

  
  
  
  .carousel__navigation-button {/*下のやつ*/
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #00000000;
    background-clip: content-box;
    border: 0.1rem solid transparent;
    border-radius: 90%;
    font-size: 0;
    transition: transform 0.1s;
    margin-bottom: 10px;
  }
  
  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 65%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    pointer-events: none;
  }
  
  .carousel::before,
  .carousel__prev {
    left: 0.8rem;
  }
  
  .carousel::after,
  .carousel__next {
    right: 0.8rem;
  }
  
  .carousel::before,
  .carousel::after {
    content: '';
    z-index: 1;
    background-color: #3d3737;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #000;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
  }
  
  .carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
  }
  
  .carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
  }


#box8{
    height: 400px;
    width: 390px;
    color: #fff;
    text-align: center ;
    margin-top: 270px;

}

.dare{
    height: 160px;
    width: 181px;
   padding-top: 20px;

 }

 #box10{
    height: 50px;
    width: 390px;
    color: #fff;
    text-align: center ;
    margin-top: 200px; 
        

}

/***トップへ戻るボタン***/
#page-top {
    font-family: "Ranchers", serif;
    font-size: 28px;
    font-weight: bold;
    padding: .7em;
    text-align: center;
    color: #fff; /*文字色*/
    transition: .3s;
}

#box11{
    height: 50px;
    width: 390px;
    color: #fff;
    text-align: center ;
    margin-top: 100px;
        

}

.logo2{
    width: 155px; 
    height: 63px;
 }


