@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */


/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 


#contents_area{
    position: relative;
    z-index: 3;
}

#contents_area:after{
    content: '';
    display: block;
    width: 100%;
    min-width: 1020px;
    height: 100%;
    display: block;
    background-image:url(../images/pic_bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contents_inner{
    width: 50%;
    min-width: 640px;
    margin: 0 auto;
    background-color: #fff;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 -3px 0;
    overflow: hidden;
}

#mv h1{
    position: relative;
}

#mv h1:before{
    content: '';
    display: block;
    width: 640px;
    height: 100%;
    background-color: #ff3f00;
    position: absolute;
    top: 0;
    left: calc(50% - 320px);
    z-index: 1;
}

#mv h1:after{
    content: '';
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    display: block;
    background-image:url(../images/pic_mv_bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

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


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

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

#sec_yodogawa p{
    margin: 0 0 45px 0;
    font-size: 18px;
    letter-spacing: .17em;
    line-height: 2.444em;
}



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

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

#index_nav ul{
    padding: 40px 0 20px 0;
}

#index_nav li{
    width: 500px;
    margin: 0 auto 35px auto;
    text-align: center;
    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.png);}
#index_nav li.disabled.n03{ background-image:url(../images/btn_index_nav_03_off.png);}
#index_nav li.disabled.n04{ background-image:url(../images/btn_index_nav_04_off.png);}

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


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

#talk_nav.btm{
    margin: 75px 0 65px 0;
}

#talk_nav ul{
    max-width: 800px;
    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: 15px;
    position: absolute;
    top: 0;
    left: 50px;
}

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

#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: 50px 0 0 0;
}

#sec_body h2{
    margin: 0 0 60px 0;
    text-align: center;
}

#sec_body dl{
    clear: both;
    width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2.444em;
    letter-spacing: .15em;
    overflow: hidden;
    position: relative;
    left: 65px;
}

#sec_body dt{
    width: 70px;
    float: left;
    color: #ff3f00;
}

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

#sec_body dd{
    margin: 0 0 45px 0;
    width: 530px;
    float: left;
}

#sec_body dd + dd{
    padding-left: 70px;
}

#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: -20px 0 40px 0;
}

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

#sec_body .yt_mov{
    margin: -15px 0 50px 0;
    width: 100%;
    min-width: 640px !important;
    min-height: 360px !important;
}

#sec_body .yt_mov iframe{
    width: 100%;
    min-width: 640px !important;
    min-height: 360px !important;
}

#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: 20px;}
#sec_body .pic_slider .btn_next{ right: 20px;}

#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: 15px;
    letter-spacing: .15em;
    line-height: 2em;
    text-align: center;
}

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

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

#sec_profile .desc{
    width: 480px;
    padding: 25px 0;
    text-align: left;
    display: inline-block;
}

#sec_profile p{
    margin: 0 0 45px 0;
    font-size: 18px;
    letter-spacing: .17em;
    line-height: 2.444em;
}


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

#foot_share ul{
    letter-spacing: -.40em;
    position: relative;
}

#foot_share li{
    margin: 0 35px;
    display: inline-block;
    letter-spacing: normal;
}

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

#foot_share .copyright{
    padding: 35px 0;
}

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




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