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

#contents_area{
    margin: 0 auto;
    overflow: hidden;
}



/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    overflow: hidden;
}

#mv p{
    line-height: 0;
}

#mv h1{
    background-color: #ff3f00;
    text-align: center;
    line-height: 0;
    position: relative;
}

#mv img{
    width: 100%;
    position: relative;
    z-index: 2;
}

#mv h1 img{
    max-width: 420px;
}

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    text-align: center;
}

#sec_yodogawa .section_inner{
    padding: 20px 20px 0 20px;
    text-align: left;
    display: inline-block;
}

#sec_yodogawa p{
    margin: 0 0 25px 0;
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1.8125em;
}

#sec_yodogawa p:last-child{
    margin: 0 0 20px 0;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    text-align: center;
}

#index_nav h3{
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ff3f00;
    font-size: 15px;
    color: #fff;
    letter-spacing: .33em;
}

#index_nav ul{
    padding: 25px 35px 10px 35px;
}

#index_nav li{
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px auto;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#index_nav li.disabled{
    opacity: .5;
    cursor: default;
}

#index_nav li a{
    display: block;
}

#index_nav li.disabled a{
    cursor: default;
}

#index_nav li.disabled.n02{ background-image:url(../images/btn_index_nav_02_off_sp.png);}
#index_nav li.disabled.n03{ background-image:url(../images/btn_index_nav_03_off_sp.png);}
#index_nav li.disabled.n04{ background-image:url(../images/btn_index_nav_04_off_sp.png);}

#index_nav li img{
    width: 100%;
}

#index_nav li.disabled img{
    visibility: hidden;
}


/* --------------------------------------------------
*
    #talk_nav
*
-------------------------------------------------- */
#talk_nav{
    margin: 0 0 0 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ff3f00;
    font-size: 14px;
    color: #fff;
    letter-spacing: .33em;
}

#talk_nav.btm{
    margin: 35px 0;
}

#talk_nav ul{
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

#talk_nav li.disabled{
    visibility: hidden;
}

#talk_nav li a{
    color: #fff;
    position: relative;
    transition: opacity .1s ease 0s;
}

.is_pc #talk_nav li a:hover,
.is_sp #talk_nav li a.touch{
    opacity: .8;
    transition: opacity .15s ease .05s;
}

#talk_nav li a:before{
    content: '';
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 6px;
    display: block;
    position: absolute;
    top: calc(50% - 4px);
}

#talk_nav li.prev{
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 25px;
}

#talk_nav li.next{
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 25px;
}

#talk_nav li.prev a:before{
    background-image:url(../images/parts_arrow_left.png);
    left: -12px;
}

#talk_nav li.next a:before{
    background-image:url(../images/parts_arrow_right.png);
    right: -12px;
}


/* --------------------------------------------------
*
    #sec_body
*
-------------------------------------------------- */
#sec_body{
    padding: 25px 0 0 0;
}

#sec_body h2{
    max-width: 390px;
    padding: 0 35px;
    margin: 0 auto 35px auto;
    box-sizing: border-box;
    text-align: center;
}

#sec_body h2 img{
    width: 100%;
}

#sec_body dl{
    clear: both;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1.8125em;
    overflow: hidden;
    position: relative;
}

#sec_body dt{
    color: #ff3f00;
    left: -5px;
    position: relative;
}

#sec_body dt.aud{ color: #6a6a6a;}
#sec_body dt.m{ color: #009ce1;}

#sec_body dd{
    margin: 0 0 30px 0;
}

#sec_body dd a{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #ff3f00;
    transition: border .1s ease .0s;
}

.is_pc #sec_body dd a:hover,
.is_sp #sec_body dd a.touch{
    border-bottom: 1px solid #fff;
    transition: border .15s ease .05s;
}

#sec_body .pic{
    margin: 5px 0 30px 0;
}

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

#sec_body .yt_mov{
    margin: 10px 0 40px 0;
    width: 100%;
}

#sec_body .yt_mov iframe{
    width: 100%;
}

#sec_body .pic_slider{
    margin: 0 0 45px 0;
    position: relative;
}

#sec_body .img_slider img{
    width: 100%;
}

#sec_body .pic_slider .btn_prev,
#sec_body .pic_slider .btn_next{
    padding: 5px;
    position: absolute;
    top: calc(50% - 9px);
    cursor: pointer;
    z-index: 5;
}

#sec_body .pic_slider .btn_prev{ left: 5px;}
#sec_body .pic_slider .btn_next{ right: 5px;}

#sec_body .pic_slider .btn_prev img,
#sec_body .pic_slider .btn_next img{
    width: 8px;
    height: auto;
    transition: transform .1s ease 0s;
    -webkit-transition: transform .1s ease 0s;
    cursor: pointer;
}

.is_pc #sec_body .pic_slider .btn_prev:hover img,
.is_pc #sec_body .pic_slider .btn_next:hover img,
.is_sp #sec_body .pic_slider .btn_prev.touch img,
.is_sp #sec_body .pic_slider .btn_next.touch img{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: transform .15s ease .05s;
    -webkit-transition: transform .15s ease .05s;
}

#sec_body .continue{
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 2em;
    text-align: center;
}

/* --------------------------------------------------
*
    #sec_profile
*
-------------------------------------------------- */
#sec_profile{
    text-align: center;
}

#sec_profile h3{
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ff3f00;
    font-size: 15px;
    color: #fff;
    letter-spacing: .33em;
}

#sec_profile .desc{
    padding: 20px 20px 15px 20px;
    text-align: left;
}

#sec_profile p{
    margin: 0 0 25px 0;
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1.8125em;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    margin: 0 auto;
    text-align: center;
}

#foot_share ul{
    max-width: 420px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    letter-spacing: -.40em;
    position: relative;
}

#foot_share li{
    width: 25%;
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
}

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

#foot_share .copyright{
    padding: 20px 0 25px 0;
}

#foot_share .copyright img{
    width: 208px;
}



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