@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    min-width: 920px;
    margin: 0 auto;
    position: relative;
}

#main_visual h1{
    position: absolute;
    top: 25px;
    left: 95px;
    z-index: 10;
}

#main_visual h1 img{
    width: 236px;
    height: auto;
}

#main_visual .title_teaser{
    position: absolute;
    bottom: 70px;
    right: 100px;
    z-index: 10;
}

#main_visual .title_teaser img{
    position: relative;
    transition: inherit !important;
    transform: translate3d(0, 0, 0);
}

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

#main_visual .btn_prev,
#main_visual .btn_next{
    width: 92px;
    height: 92px;
    margin: -46px 0 0 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    transition: left .15s ease .0s, right .15s ease .0s, opacity 1s ease .0s;
    z-index: 10;
}

.onload #main_visual .btn_prev,
.onload #main_visual .btn_next{
    opacity: 1;
}

#main_visual .btn_prev img,
#main_visual .btn_next img{
    width: 92px;
    height: auto;
    position: relative;
}

#main_visual .btn_prev.fixed img,
#main_visual .btn_next.fixed img{
    position: relative;
    top: 0;
}

#main_visual .btn_prev:hover{
    left: -5px;
    transition: left .15s ease .05s;
}

#main_visual .btn_next{
    left: inherit;
    right: 0;
}

#main_visual .btn_next:hover{
    right: -5px;
    transition: right .15s ease .05s;
}

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


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    min-width: 920px;
    margin: 0 0 80px 0;
}

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


/* --------------------------------------------------
*
    #section_teaser
*
-------------------------------------------------- */
#section_teaser{
    width: 920px;
    padding: 0 135px;
    box-sizing: border-box;
    margin: 0 auto 100px auto;
}

#section_teaser p{
    margin: 55px 0 0 0;
    padding: 0 0 0 35px;
    line-height: 2em;
}

#section_teaser p:not([class]) + p:not([class]) {
    margin-top: 1em;
}

#section_teaser p.img {
    margin: 55px 0 0 0;
    padding: 0;
}

#section_teaser p.img + p.img {
    margin-top: 20px;
}

#section_teaser p.caption {
    color: #5D99AC;
    margin-top: 0;
    padding-left: 0;
}

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

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

#section_teaser .txt_next{
    margin-top: 20px;
    font-size: 16px;
    color: #37b09d;
    text-align: center;
    padding-left: 0;
}

/* --------------------------------------------------
*
    #section_product
*
-------------------------------------------------- */
#section_product{
    min-width: 920px;
    margin: 0 0 90px 0;
    text-align: center;
}

#section_product img{
    max-width: 920px;
    height: auto;
    margin-bottom: 10px;
}

#section_product h3, #section_product p{
    font-size: 16px;
    line-height: 2em;
}

#btm_info{
    min-width: 920px;
    margin: 0 0 60px 0;
}

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

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

#teaser_credit li{
    margin: 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #969696;
    display: inline-block;
}


/* --------------------------------------------------
*
    .btm_nav
*
-------------------------------------------------- */
.btm_nav{
    margin: 140px 0 110px 0;
    min-width: 920px;
    position: relative;
    z-index: 2;
}

.btm_nav.disabled{
    display: none;
}

.btm_nav ul{
    width: 800px;
    height: 28px;
    margin: 0 auto;
    padding: 0 0 0 0;
    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: 28px;
    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;
}

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


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

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

#foot_share li{
    margin: 0 42px;
    display: inline-block;
}

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

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


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

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

/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile {
    position: relative;
    padding: 80px 60px;
    background-color: #fff;
}

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

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

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

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

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

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

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

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