@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     ブランド
 Notes:          
--------------------------------------------------------------- */
.container{
width:100%;
padding-top:5em;
}

.main-title{
width:51.04%;
margin: 5% auto;
}
.main-title img{
width:100%;
}

.container .sec01 {
  width: 100%;
  margin: 0 auto;
    background: -webkit-repeating-linear-gradient(#ffffff 0,#ffffff 24vw,#eff2f5 24vw,#eff2f5 50vw);
    background: -o-repeating-linear-gradient(#ffffff 0,#ffffff 24vw,#eff2f5 24vw,#eff2f5 50vw);
    background: repeating-linear-gradient(#ffffff 0,#ffffff 24vw,#eff2f5 24vw,#eff2f5 50vw);
}

.sec01 .content{
width:51.04%;
margin: 0 auto 8%;
}

.brbox{
width:100%;
margin: 0;
line-height: 0;
position: relative;
}
.brbox img{
width:100%;
}

.btn-br a{
position: absolute;
bottom: 15%;
left: 57%;
width: 29.38%;
color:#ffffff;
background-color: #e60000;
line-height: 200%;
font-size: 1.2vw;
text-align: center;
text-decoration: none;
padding: 0 2%;
border-radius: 1.2vw;
}

.btn-br#big a{
position: absolute;
bottom: 22%;
left: 57%;
}

.btn-br2 a{
position: absolute;
bottom: 20%;
right: 57%;
width: 25.3%;
color:#ffffff;
background-color: #e60000;
line-height: 200%;
font-size: 1.2vw;
text-align: center;
text-decoration: none;
padding: 0 2%;
border-radius: 1.2vw;
}

.btn-br2#eco a{
position: absolute;
width: 29.38%;
bottom: 5%;
right: 57%;
}



/********　オンラインストアボタン　*************************************/
.f-bana{
width:61.224%;
margin: 10% auto;
}
.f-bana img{
width:100%;
}

.f-bana a:hover{
opacity: 0.6;
}

/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {

.main-title {
    width: 90%;
    margin: 5% auto;
}

.container .sec01 {
    width: 100%;
    margin: 0 auto;
background:none;
}

.sec01 .content {
    width: 90%;
    margin: 0 auto;
}

.btn-br a {
display: block;
    position: relative;
    bottom: unset;
    left: unset;
    width: 60%;
    margin: 3% auto 5%;
    color: #ffffff;
    background-color: #e60000;
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 0 2%;
    border-radius: 16px;
}

.btn-br2 a {
display: block;
    position: relative;
    bottom: unset;
    right: unset;
    width: 60%;
    margin: 3% auto 5%;
    color: #ffffff;
    background-color: #e60000;
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 0 2%;
    border-radius: 16px;
}

.btn-br#big a {
display: block;
    position: relative;
    bottom: unset;
    left: unset;
}

.btn-br2#eco a {
display: block;
    position: relative;
    width: 60%;
    bottom: unset;
    right: unset;
}





}