
main{
    width: 100%;
    padding: 10px 15px 60px;
    box-sizing: border-box;
}



body {
  margin: 0;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
    font-size: 16.5px;
    letter-spacing: px;

    word-break: break-all;

}




















/* fvcss */
.fv{
    width: 100%;
}
.title{
    padding: 3px 15px;
    background-color: #E94B6E;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-family: 'Yumincho';
    color: #fff;
}
.fv-at{
    font-size: 18px;
    color: #FEDE18;
}
.fv-text{
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-family: 'Yumincho';
    margin-bottom: 20px;
}
.at{
    color: #E94B6E;
    font-weight: 900;
}

/* fv-after */
.fv-after{
    text-align: center;
    padding: 15px 0;
}

/* question */
.question{
    width: 100%;
    font-family: "メイリオ", Meiryo,"Hiragino Kaku Gothic Pro",  Osaka,"ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.each-q > img{
    width: 100%;
}
.q-text{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.hukusu{
    font-size: 12px;
    color: #E94B6E;
    text-align: right;
}
.ans{
    padding: 20px 0px;
}
.check-box > li{
    margin-bottom: 7%;
}
input{
    transform: scale(2.0);
}
label {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0.5em;
    border-radius: 10px;
    border: 2px solid;
    box-sizing: border-box;
}
input{
    box-sizing: border-box;
    padding: 0;
}
.checkbox{
    display: none;
}
.radiobutton{
    display: none;
}
/* clicked */
.checkbox:checked + label {
    background-color: #289eac;
    border-color: #289eac;
    color: white;
    box-shadow: 0.2em 0.2em 0.2em rgb(0 0 0 / 30%);
}
.radiobutton:checked + label {
    background-color: #289eac;
    border-color: #289eac;
    color: white;
    box-shadow: 0.2em 0.2em 0.2em rgb(0 0 0 / 30%);
}
/* CTA */
.cta1{
    padding-top: 20px;
}
.cta1-text{
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}
.cta-btn{
    width: 90%;
    margin: 10px auto;
}
.cta-btn > img{
    width: 100%;
}

/* hidden_box */
.hidden_box label{
    display: block;
    transition: .3s;
}
.hidden_box input{
    display: none;
}
.hidden_show{
    display: none;
    margin-top: 15px;
}
input[type="checkbox"]:checked + .hidden_show{
    display:block;
}
.off-text1{
    text-align: center;
    font-family: 'Yumincho';
    font-size: 20px;
    margin-bottom: 15px;
}
.off-list{
    text-align: left;
    padding: 15px 15px;
    line-height: 30px;
    /* font-weight: 700; */
    background-color: antiquewhite;
    border-radius: 10px;
}
.arrows{
    margin: 15px auto;
    width: 60%;
}
.arrows > img{
    width: 100%;
}
.hidden_show > img{
    width: 100%;
}
.shibari > img{
    width: 100%;
}
.zaiko > img{
    width: 100%;
}
.off-text{
    text-align: center;
    padding: 15px 0;
    line-height: 30px;
    /* font-weight: 700; */
}
.cta2{
    width: 100%;
    margin: 0 auto;
}
.cta2 > a > img{
    width: 100%;
}

/* .off-text > h2{
    font-size: 20px;
    border-left: solid 6px #ff1493;
    border-bottom: solid 1px #ff1493;
    padding: 5px 10px;
} */
.h2-oss {
    text-align: left;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: white;/*背景色*/
  border-left: solid 6px #ff1493;/*左線*/
  border-bottom: solid 1px #ff1493;/*下線*/
  font-size: 23.5px;
}

.bold{
    font-weight: 700;
}


/* テキスト装飾 */
.red{
    color: red;
    font-weight: 700;
}

h3{
    font-size: 18px;
    text-align: left;
    border-bottom: solid 1px #ff1493;
}
.blue{
    color: #0000ff;
    font-weight: 700;
}

.blue-line{
    background: linear-gradient(transparent 70%, skyblue 70%);
    font-weight: 700;
}
.yellow-line{
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
}
.red-yellow{
    color: #ff0000;
    background-color: #ffff99;
    font-weight: 700;
    font-size: 18.5px;
}
.small{
    font-size: 10px;
    color: rgb(136, 136, 136);
    text-align: right;
}
.pink{
    color: #ff1493;
    font-weight: 700;
    font-size: 20px;
}

/* クチコミ */
.voice{
    padding: 15px 10px;
    line-height: 30px;
    background-color: #efefef;
    border: solid 1px #a7a7a7;
    box-shadow: 4px 4px 0 #ccc;
    border-radius: 5px;
    margin: 15px 0 20px;
}
.vo-title{
    font-size: 24px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
}
.vo-name{
    font-size: 16px;
    font-weight: 700;
    color: gray;
}













.mocchiri {
    animation: mocchiri 3s infinite;
}
@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}






.bururi {
    animation: bururi 1s infinite;
}
@keyframes bururi {
    50% {
        transform: scale(1, 1);
    }
    52% {
        transform: scale(0.98, 0.95)
    }
    54% {
        transform: scale(1, 1);
    }
    56% {
        transform: scale(0.98, 0.95)
    }
    58% {
        transform: scale(1, 1);
    }
    60% {
        transform: scale(0.98, 0.95)
    }
}






.yureru-s {
    animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}








.patsun {
    animation: patsun 2s infinite;
}
@keyframes patsun {
    0% {
        transform: rotateZ(0deg);
    }
    22% {
        transform: rotateZ(0deg);
    }
    24% {
        transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3);
    }
    26% {
        transform: rotateZ(0deg) scale(1, 1.1);
    }
    28% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    30% {
        transform: rotateZ(0deg);
    }
    32% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    33% {
        transform: rotateZ(0deg);
    }
    34% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    35% {
        transform: rotateZ(0deg);
    }
    36% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    37% {
        transform: rotateZ(0deg);
    }
    38% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    39% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}





.pekopeko {
    animation: pekopeko 2s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
}



.purupuru2 {
    animation: purupuru2 0.1s infinite;
}
@keyframes purupuru2 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.98, 0.95)
    }
}




.yureru-s {
    animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
   
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 2px);
    }
    35% {
        transform: translate(0px, -2px);
    }
    
    
    80% {
        transform: translate(0px, 2px);
    }
    85% {
        transform: translate(0px, -2px);
    }
    90% {
        transform: translate(0px, 2px);
    }
    95% {
        transform: translate(0px, -2px);
    }
    100% {
        transform: translate(0px, 2px);
    }
}



/* ランキングCSS */


table{
    text-align: center;
    width:100%;
    border-collapse: collapse;
    color: #3a4d5b;
    margin:0 0 10px 0;
}
table tr th{
    border: solid 1px #99ccc6;
    background-color: #333333;
    color:white;
    padding: 5px 5px;
}
table tr td{
    border: solid 1px #99ccc6;
    padding: 5px;
}



table th{
    width:1%;
    font-size:12px; 
}



.img-tyousei-maru{
    
    width:25%;
}






.btn-rank{
    background-color: #439322;
    padding:10px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 2px ;
    margin: 0 0 5px 0; 
}

.btn-rank a{
 color:white;   
}






