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


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 auto 15px auto;
    position: relative;
}

#main_visual h1{
    padding: 14px 30px;
    text-align: center;
    position: relative;
    background-color: #37b09d;
}

#main_visual h1 img{
    width: 100%;
    max-width: 320px;
    min-width: 260px;
    height: auto;
}

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

#main_visual .btn_prev,
#main_visual .btn_next{
    display: none !important;
}

.title_date{
    margin: 0 0 15px 0;
    padding: 0 20px;
    text-align: center;
}

.title_date img{
    width: 100%;
    max-width: 292px;
    height: auto;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 30px 0;
    padding: 0 15px;
}

#section_yodogawa p{
    font-size: 14px;
    line-height: 2em;
    font-weight: bold;
    color: #37b09d;
}

/* --------------------------------------------------
*
    #sp_title
*
-------------------------------------------------- */
#sp_title{
    margin: 0 0 20px 0;
    text-align: center;
}

#sp_title img{
    width: 85px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

#sp_title h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------------------------
*
    #section_teaser
*
-------------------------------------------------- */
#section_teaser{
    box-sizing: border-box;
    margin: 0 auto 40px auto;
}

#section_teaser p{
    margin: 0 0 20px 0;
    padding: 0 15px;
    line-height: 2em;
    font-size: 16px;
}

#section_teaser p.img{
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

#section_teaser p.img img{
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
}

#section_teaser .txt_next{
    margin: 0 15px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.8em;
    color: #37b09d;
}

#section_teaser a {
    display: inline-block;
    color: #FF8080;
    transition: color .15s;
    margin: 0 0 20px 0;
    padding: 0 15px;
}

#section_teaser p.caption {
    font-size: 14px;
    color: #5D99AC;
    margin-top: 0;
}

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    margin: 0 0 65px 0;
    text-align: center;
}

#section_product img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

#section_product h3{
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.8em;
}

#section_product h3 span{
    display: block;
}

#btm_info{
    margin: 0 0 60px 0;
}

#btm_info .teaser_date{
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

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

#teaser_credit li{
    font-size: 12px;
    line-height: 2em;
    font-weight: bold;
    display: block;
    color: #969696;
}


/* --------------------------------------------------
*
    .btm_nav
*
-------------------------------------------------- */
.btm_nav{
    max-width: 480px;
    margin: -10px auto 110px auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.btm_nav.disabled{
    display: none;
}

.btm_nav ul{
    height: 22px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    text-align: center;
}

.btm_nav li{
    display: inline-block;
}

.btm_nav li.disabled{
    visibility: hidden;
}

.btm_nav li img{
    width: auto;
    height: 22px;
    opacity: 1;
    transition: opacity .15s ease 0s;
}

.is_sp .btm_nav li a.touch img,
.is_pc .btm_nav li a:hover img{
    opacity: .5;
    transition: opacity .15s ease .05s;
}

.btm_nav li.btn_prev{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: left .15s ease .0s;
}

.btm_nav li.btn_index{
    position: relative;
    transition: margin .15s ease .0s;
    top: 60px;
}

.btm_nav li.btn_next{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: right .15s ease .0s;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    text-align: center;
    background-color: #37b09d;
    overflow: hidden;
}

#foot_share ul{
    padding: 40px 5px;
    letter-spacing: -.40em;
    font-size: 0;
}

#foot_share li{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#foot_share li img{
    width: auto;
    height: 65px;
}

#foot_share li a:hover img{
    opacity: .5;
}


#contents_area .copyright{
    margin: 0 0 40px 0;
    text-align: center;
    overflow: hidden;
}

#contents_area .copyright img{
    width: 200px;
    height: auto;
}

/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile {
    position: relative;
    margin: 0 15px;
    padding: 20px 15px;
    background-color: #fff;
}

#profile h3{
    font-size: 18px;
    line-height: 1.75em;
}

#profile p {
    font-size: 15px;
    line-height: 1.75em;
}

#profile a {
    transition: color .15s;
    color: #FF8080;
}

#profile a:hover {
    color: #974B63;
}

#profile img.close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 25px;
    transition: opacity .15s;
}

#profile img.close:hover {
    opacity: .5;
}

.lity-close {
    display: none!important;
}

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