@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser.css
*
*
------------------------------------------------------------------------------------------ */
.disabled{ visibility: hidden !important;}
.dnone{ display: none;}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#main_visual{
    min-width: 1000px;
    text-align: center;
    padding: 45px 0 0 0;
    margin: 0 0 280px 0;
    background-color: #349c90;
    position: relative;
    overflow: visible !important;
}

h1{
    margin: 0 0 50px 0;
    text-align: center;
}

h1 img{
    width: 225px;
}

#main_visual .pic{
    width: 1000px;
    margin: -175px auto 0 auto;
    position: relative;
    bottom: -175px;
}

#main_visual .badge{
    display: block;
    position: absolute;
    bottom: -120px;
    right: 35px;
}

#main_visual .badge img{
    width: 192px;
}

#wrap{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}


#section_yodogawa{
    margin: 0 0 80px 0;
}

#section_yodogawa h2{
    margin: 0 0 40px 0;
    text-align: center;
}

#section_yodogawa p{
    margin: 0 0 30px 300px;
    font-size: 16px;
    line-height: 1.875em;
}

#section_yodogawa p.pic{
    text-align: center;
    margin: 40px 0;
    line-height: 0;
}

#section_yodogawa p.pic.prod{
    margin: 60px 0 100px 0;
}

#section_yodogawa p.pic.b{
    margin: 0 0 15px 0;
}

#section_yodogawa .p_pic{
    margin: 35px 0 50px 0;
}

#section_yodogawa .p_pic.products{ margin: 85px 0;}
#section_yodogawa .p_pic.products .b{ margin-bottom: 25px;}


#section_product{
    padding: 70px 0;
    margin-bottom: 110px;
    border-top: 1px solid #349c90;
    border-bottom: 1px solid #349c90;
}

#section_product ul{
    padding: 0 100px;
}

#section_product li{
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

#section_product li:last-child{ margin: 0;}

#section_product li .pic{
    margin-right: 40px;
}

#section_product li .pic img{
    width: 420px;
}

#section_product li h3{
    color: #132138;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

#section_product li .price{
    color: #132138;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
}

#section_product li .txt{
    font-size: 16px;
    line-height: 1.875em;
    white-space: nowrap;
}

#btm_pic{
    margin-bottom: 120px;
    position: relative
}

#btm_pic .pic{
}

#btm_pic .btm_badge{
    position: absolute;
    top: 40px;
    right: 40px;
}

#btm_pic .btm_badge img{
    width: 191px;
}

#btm_nav{
    text-align: center;
    margin: 100px 0;
}

#btm_nav li{
    margin: 0 120px;
    display: inline-block;
}

#btm_nav li img{
    width: 69px;
}

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




@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
#main_visual{
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0 0 30px 0;
    background-color: #349c90;
    position: relative;
    overflow: visible !important;
}

h1{
    margin: 0 0 20px 0;
    text-align: center;
}

h1 img{
    width: 170px;
}

#main_visual .pic{
    margin: 0 auto;
    line-height: 0;
    position: relative;
}

#main_visual .pic img{
    width: 100%;
}

#main_visual .badge{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

#main_visual .badge.t02{
    top: inherit;
    bottom: 10px;
    left: 10px;
    right: inherit;
}

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

#main_visual .copy{
    margin: 0 0 11% 0;
    padding: 0 10%;
}

#main_visual .copy img{
    width: 100%;
    max-width: 380px;
}

#wrap{
    margin: 0 auto;
    padding: 0;
}


#section_yodogawa{
    max-width: 420px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

#section_yodogawa h2{
    margin: 0 0 25px 0;
    text-align: center;
}
 
#section_yodogawa h2 img{
    width: 100%;
    max-width: 380px;
}

#section_yodogawa p{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.875em;
}

#section_yodogawa p.pic{
    text-align: center;
    margin: 30px 0;
    line-height: 0;
}

#section_yodogawa .p_pic{
    margin: 35px 0 50px 0;
}

#section_yodogawa p.pic img{
    width: 100%;
}

#section_yodogawa p.pic.prod{
    margin: 45px 0;
}

#section_yodogawa p.pic.prod img{
    max-width: 360px;
}

#section_yodogawa p.pic.b{
    margin: 0 0 15px 0;
}

#section_yodogawa .p_pic{
    margin: 35px 0;
}

#section_yodogawa .p_pic.products{ margin: 45px 0;}
#section_yodogawa .p_pic.products .b{ margin-bottom: 20px;}


#section_product{
    padding: 35px 0;
    margin: 0 15px;
    margin-bottom: 50px;
    border-top: 1px solid #349c90;
    border-bottom: 1px solid #349c90;
}

#section_product li{
    margin-bottom: 40px;
}

#section_product li:last-child{ margin: 0;}

#section_product li .pic{
    text-align: center;
}

#section_product li .pic img{
    width: 100%;
    max-width: 420px;
}

#section_product li .desc{
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 20px;
    box-sizing: border-box;
}

#section_product li h3{
    color: #132138;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
}

#section_product li .price{
    color: #132138;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
}

#section_product li .txt{
    font-size: 14px;
    line-height: 1.875em;
}

#btm_pic{
    padding: 0 15px;
    margin-bottom: 60px;
    position: relative
}

#btm_pic img{
    width: 100%;
}

.btm_badge{
    padding: 10px 0 0 0;
    text-align: center;
    overflow: hidden;
}

.btm_badge img{
    width: 160px;
}


#btm_nav{
    text-align: center;
    margin: 40px 0 50px 0;
    overflow: hidden;
}

#btm_nav ul{
    width: calc(100% + 150px);
    position: relative;
    left: -75px;
}

#btm_nav li{
    margin: 0 75px;
    display: inline-block;
}

#btm_nav li img{
    width: 70px;
}

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