@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {


/* --------------------------------------------------
*
    #home_header
*
-------------------------------------------------- */
#home_header{
    display: none;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual,
#main_visual .img_slider,
#main_visual .img_slider div{
    width: 100%;
    position: relative;
    z-index: 1;
}

#main_visual{
    margin: 0 0 40px 0;
}

#main_visual .img_slider div img{
    width: 100%;
}

#main_visual .onsale{
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}

#main_visual .onsale img{ width: 90px;}


/* --------------------------------------------------
*
    #section_top
*
-------------------------------------------------- */
#section_top{
    padding: 0 15px;
}

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

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

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

#section_c_right{
    text-align: center;
}

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

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

#banner_list img{
    width: 100%;
    max-width: 360px;
}

#about_ponte_de_pie{
    margin: 0 0 40px 0;
    background-color: #eae5db;
    box-shadow: 0 0 8px #e0dbd2;
    text-align: left;
    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; text-align: center;}
#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;
}

#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: #868075;
    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 15px;
    padding: 40px 0 0 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{
    letter-spacing: -.40em;
    font-size: 0;
}

#section_lineup li{
    width: 50%;
    margin: 0 0 40px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    position: relative;
}

#section_lineup li:last-child{
    width: auto;
}

#section_lineup li .pic{
    width: auto;
    display: inline-block;
    position: relative;
}

#section_lineup li.sold .pic: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: -20px;
}


.is_sp #section_lineup li a img.touch,
.is_pc #section_lineup li a img:hover{ 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_sp #section_lineup li.touch .pic img,
.is_pc #section_lineup li:hover .pic img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#section_lineup li.single{
    clear: both;
    width: auto;
    display: inline-block;
}

#section_lineup li.single.sold:after{ left: -20px;}

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

#section_lineup li .name{
    margin: -10px 0 8px 0;
    position: relative;
}

#section_lineup li .desc{
    font-size: 13px;
    position: relative;
}

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

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

#section_info .section_inner{
    padding: 0 10px;
}

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

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

} /* ----- max-width: 640px ----- */
