@charset "Shift_JIS";

/*------------------------------------
基本CSS
-------------------------------------*/
#wrap{
    max-width: 900px;
    margin: 0 auto;
}
#wrap img{
    max-width: 100%;
}
#wrap .pc_none{
    display: none !important;
}
#wrap h1{
    border-bottom: none;
}
#wrap h2{
    font-size: 24px;
    margin-top: 35px;
}

#wrap h3{
    font-size: 31px;
    text-align: center;
}

#wrap h2.first_mida{
    margin-top: 15px;
}

/*------------------------------------
新規会員登録ボタン
-------------------------------------*/

#wrap .button{
    margin: auto auto 50px auto;
    text-align: center;
}

#wrap .mada{
    margin: 0px 0 12px 0;
}    

#wrap .tourokuBT{
    margin: auto auto 50px auto;
    text-align: center;
}


#wrap .tourokuBT a{    
    text-decoration: none;
    font-size: 40px;
    /* transition: 0.2s; */
}

#wrap .tourokuBT a{
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
    background-color: #e50012;
    padding: 8px 50px 8px 50px;
    border: 1px solid #e50012;
    /* box-shadow: 0 8px 0 #bb0010; */
    border-radius: 6px;
    display: inline-block;
    transition: .1s;
}


#wrap .tourokuBT a:hover { 
    margin-top: 3px;
    color: #ea0014!important;
    background-color: #ffffff;
    border: 3px solid #ea0014;
    transform: translateY(5px);
    box-shadow: 0 0 0 #bb0010;
    margin: 0 0 0 0;
}
    




/*------------------------------------
お買い物
-------------------------------------*/

#wrap .okaimono{
    /* margin: 65px auto;
    text-align: center;
    font-size: 45px !important; */
    font-size: 31px;
}

#wrap .okaimono:hover{
    font-size: 31px;
    color: #222;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 10px;
}
  
.arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 4px #222;
    border-right: solid 4px #222;
    position: absolute;
    left: 600px;
    top: -32px;
}
  
.arrow.arrow-left::before {
    transform: rotate(45deg);
}
  

