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

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

#box1{
    width: 390px;
    height: 133px;
    background-color:#00000000;
}

#box2{
    width: 317px;
    height: 629px;
    background-color:#E2D6C9;
    margin-left: 36px;
    text-align: center ; 
    padding-top: 44px;
    position: relative;
}

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

.rek{
    width: 192px; 
    height: 242px;
    object-fit: cover;
    margin-top: 20px;
}

 .name{
    width: 275px; 
    height: 153px;
    object-fit: cover;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    

}

span.sample3 {
    font-family: "Darumadrop One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 90px; 
    height: 15px;
    margin-bottom: 10px;
    color: #000;
    position: absolute;
    top: 505px;
    left: 220px;
}

span.sample4 {
    font-family: "M PLUS 1p", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding-top: 45px;
    margin-top: 60px;
}

.grr{
    width: 260px; 
    height: 262px;
    object-fit: cover;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 95px;
    left: 15px;

}

#box3{
    width: 390px;
    height: 100px;
    background-color:#000;
    text-align: center ; 
    padding-top: 44px;
    position: relative;
}

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

  span.sample5 {
    font-family: "Darumadrop One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

#box4{
    width: 390px;
    height: 100px;
    background-color:#00000000;
    text-align: center ; 
    padding-top: 44px;
    position: relative;
    margin-top: 120px;
}

