@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #home_header
*
-------------------------------------------------- */
#home_header{
    padding: 20px 15px 20px 30px;
}

#home_header .logo_hobo{ text-align: right;}
#home_header .logo_hobo img{ width: 170px;}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual,
#main_visual .img_slider,
#main_visual .img_slider div{
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

#main_visual .onsale{
    opacity: 0;
    position: absolute;
    top: 65px;
    left: 45px;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#main_visual .onsale img{
    width: 162px;
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* --------------------------------------------------
*
    #section_top
*
-------------------------------------------------- */
#section_top{
    padding: 60px 80px 50px 80px;
}

#section_top:after{
    content: '';
    clear: both;
    display: block;
}

#section_yodogawa{
    width: 450px;
    float: left;
}

#section_yodogawa p{
    margin: 0 0 35px 0;
    line-height: 2em;
} 

.is_sp #section_yodogawa a.touch,
.is_pc #section_yodogawa a:hover{ text-decoration: none;}

#section_c_right{
    width: 290px;
    float: left;
}

#banner_list{
    margin: 0 0 25px 0;
}

#banner_list li{
    margin: 0 0 15px 0;
    line-height: 0;
}

#banner_list img{
    width: 100%;
}

#about_ponte_de_pie{
    background-color: #f9f9d9;
    box-shadow: 0 0 8px #e0dbd2;
    position: relative;
}

#about_ponte_de_pie .section_inner{
    padding: 28px 25px;
    position: relative;
}

#about_ponte_de_pie .section_inner h3{ margin: 0 0 10px 0;}
#about_ponte_de_pie .section_inner h3 img{ width: 210px;}

#about_ponte_de_pie .section_inner p{
    margin: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.84em;
    color: #231815;
    white-space: nowrap;
}

#about_ponte_de_pie .section_inner p:last-child{
    margin: 0;
}

.is_sp #about_ponte_de_pie .section_inner a.touch,
.is_pc #about_ponte_de_pie .section_inner a:hover{
    text-decoration: underline;
}

#about_ponte_de_pie:after,
#about_ponte_de_pie:before,
#about_ponte_de_pie .section_inner:after,
#about_ponte_de_pie .section_inner:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #808075;
    border-radius: 8px;
    position: absolute;
}

#about_ponte_de_pie:after{ top: 7px; left: 6px;}
#about_ponte_de_pie:before{ top: 7px; right: 6px;}
#about_ponte_de_pie .section_inner:after{ bottom: 7px; left: 6px;}
#about_ponte_de_pie .section_inner:before{ bottom: 7px; right: 6px;}


/* --------------------------------------------------
*
    #section_lineup
*
-------------------------------------------------- */
#section_lineup{
    margin: 0 50px;
    padding: 65px 0 60px 0;
    text-align: center;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
}

#section_lineup:after{
    content: '';
    clear: both;
    display: block;
}

#section_lineup ul{
    width: 680px;
    margin: 0 0 -70px 0;
    text-align: left;
    display: inline-block;
    letter-spacing: -.40em;
}

#section_lineup li{
    width: 170px;
    margin: 0 0 65px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    font-size: 11px;
    position: relative;
}

#section_lineup li .pic img{
    width: auto;
    height: 241px;
}

#section_lineup li .name{
    margin: -15px 0 5px 0;
    position: relative;
}

#section_lineup li .desc{
    position: relative;
}

#section_lineup li.inicio .name,
#section_lineup li.inicio .desc{
    margin-left: 50px;
}

#section_lineup li .name img{
    width: auto;
    height: 16px;
}

#section_lineup li.sold:after{
    font-family: 'こぶりなゴシック W6 JIS2004';
    content: 'SOLD OUT';
    width: 64px;
    height: 64px;
    display: block;
    border: 1px solid #da1c24;
    color: #da1c24;
    font-size: 10px;
    font-weight: bold;
    line-height: 64px;
    border-radius: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    position: absolute;
    top: 0;
    left: 5px;
}

.is_pc #section_lineup li a img:hover,
.is_sp #section_lineup li a img.touch{ opacity: 1;}
#section_lineup li{ transition: opacity .15s ease 0s;}
.is_sp #section_lineup li.touch,
.is_pc #section_lineup li:hover{
    opacity: .8;
    transition: opacity .15s ease .1s;
}

#section_lineup li .pic img{
    transition: all .2s ease .1s;
    -webkit-transition: all .2s ease .1s;
}

.is_pc #section_lineup li:hover .pic img,
.is_sp #section_lineup li.touch .pic img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    margin: 0 50px;
    border-bottom: 2px solid #7f7f7f;
}

#section_info .section_inner{
    padding: 40px 115px 20px 115px;
    overflow: hidden;
}

#section_info .section_inner li{
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 2.15em;
    letter-spacing: .05em;
}

#section_info .col_left{
    width: 390px;
    float: left;
}

#section_info .col_right{
    width: auto;
    float: left;
}

#section_info .section_inner h4{
    text-indent: -.5em;
}

#section_info a{ text-decoration: underline;}
.is_sp #section_info a.touch,
.is_pc #section_info a:hover{ text-decoration: none;}

#section_info p .caution{
    color: #ff0000;
}

} /* ----- min-width : 641px ----- */