@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
br.sp{display: none !important;}

.device-sp{ display: none !important;}

.device-pc main p + *{
    margin-top: 0 !important;
}

#contents_area p, ul, li, div{
    padding: 0;
    margin: 0;
}

.device-pc main{
    width: inherit;
    padding: 0;
}

#contents_area{
    font-family: 'news-gothic-std', sans-serif !important;
    color: #000;
    font-weight: normal !important;
    background: none;
    overflow: hidden;
}
#contents_area a:hover{ text-decoration: underline;}
#contents_area img{ width: auto; height: auto;}

.c_anim{ opacity: 0;}
.p_txt{ transform: translate3d(0, 0, 0); position: relative;}

/* --------------------------------------------------
*
    #sec_head
*
-------------------------------------------------- */
#sec_head{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

#sec_head .logo{
    padding: 15px 0 0 0;
    position: relative;
}

#sec_head .logo img{
    width: 529px;
    height: auto;
}

/* --------------------------------------------------
*
    #sec_mv
*
-------------------------------------------------- */
#sec_mv{
    box-sizing: border-box;
    padding: 0 50px 60px 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

#sec_mv .section_inner{
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}

#sec_mv .copy{
    width: 100%;
    text-align: center;
    top: 15px;
    left: 0;
    position: absolute;
    z-index: 3;
}

#sec_mv .copy img{
    width: 529px;
    height: auto;
}

#sec_mv .img_slider{
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#sec_mv .img_slider img{
    width: 100%;
    height: auto;
    position: relative;
}

#sec_mv .img_slider img.sp{
    display: none;
}

#sec_mv .btn_prev img,
#sec_mv .btn_next img{
    width: 53px;
    height: auto;
    position: relative;
    transition: margin .15s ease;
}

#sec_mv .btn_prev{
    display: inline-block;
    position: absolute;
    bottom: calc(50% - 9px);
    left: -40px;
    cursor: pointer;
}

#sec_mv .btn_next{
    display: inline-block;
    position: absolute;
    bottom: calc(50% - 9px);
    right: -40px;
    cursor: pointer;
}

.is_pc #sec_mv .btn_prev:hover img,
.is_sp #sec_mv .btn_prev.touch img{
    margin-left: -5px;
}

.is_pc #sec_mv .btn_next:hover img,
.is_sp #sec_mv .btn_next.touch img{
    margin-right: -5px;
}


/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    font-family: 'adobe-jenson-pro', serif !important;
    font-weight: 700;
    padding: 180px 0 100px 0;
    text-align: center;
}

#sec_yodogawa .section_inner{
    display: inline-block;
    text-align: center;
}

#sec_yodogawa .section_inner p{
    margin: 0 0 60px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: .05em;
}

#sec_yodogawa .section_inner p.sp_l{
    font-size: 28px;
}


/* --------------------------------------------------
*
    #sec_prod
*
-------------------------------------------------- */
#sec_prod{
    font-family: 'adobe-jenson-pro', serif !important;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
}

#sec_prod .section_inner{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 20px 0;
}

#sec_prod .section_inner p{
    margin: 0 0 40px 0;
}

#sec_prod .section_inner .img{
    text-align: center;
}

#sec_prod .section_inner .img.avec{
    margin: 0 0 60px 0;
}

#sec_prod .section_inner .img.avec img{
    width: 275px;
    height: auto;
}

#sec_prod .section_inner .img.s img{
    width: 465px;
    height: auto;
}

#sec_prod .section_inner .img.l img{
    width: 700px;
    height: auto;
}

#sec_prod .section_inner .d{
    width: 460px;
    margin: 0 0 45px 270px;
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: .05em;
}

#sec_prod .section_inner .d a{
    padding: 0 0 4px 0;
    color: #0053a6;
    text-decoration: none;
    border-bottom: 1px solid #0053a6;
    transition: opacity .15s ease;
}

.is_pc #sec_prod .section_inner .d a:hover,
.is_sp #sec_prod .section_inner .d a.touch{
    opacity: .7;
}


/* --------------------------------------------------
*
    #sec_special
*
-------------------------------------------------- */
#sec_special{
    font-family: 'news-gothic-std', sans-serif !important;
    font-weight: 400;
    padding: 50px 0 15px 0;
    background-color: rgba(88, 183, 188, .9);
    color: #fff;
}

#sec_special .section_inner{
    width: 1000px;
    margin: 0 auto;
}

#sec_special .title{
    font-family: 'news-gothic-std', sans-serif !important;
    font-weight: 700;
    text-align: left;
    margin: 0 0 25px 200px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7em;
}

#sec_special .title .s{
    display: block;
}

#sec_special .title br{
    display: none !important;
}

#sec_special p{
    width: 600px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2em;
}

#sec_special .img{
    margin-bottom: 20px;
    text-align: center;
}

#sec_special p.caution{
    margin-top: -20px;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.8em;
    color: #000;
}


/* --------------------------------------------------
*
    #sec_btm
*
-------------------------------------------------- */
#sec_btm{
    font-family: 'news-gothic-std', sans-serif !important;
    font-weight: 700;
    padding: 60px 0 20px 0;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

#sec_btm .section_inner{
    width: 1000px;
    margin: 0 auto;
}

#sec_btm h3{
    margin: 0 0 70px 270px;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
}

#sec_btm h4{
    width: 700px;
    font-size: 20px;
    margin: 0 auto 50px auto;
    letter-spacing: .05em;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #58b7bc;
}

#sec_btm h4:before{
    content: '';
    display: block;
    width: 285px;
    height: 2px;
    background-color: #58b7bc;
    position: absolute;
    top: 50%;
    left: 0;
}

#sec_btm h4:after{
    content: '';
    display: block;
    width: 285px;
    height: 2px;
    background-color: #58b7bc;
    position: absolute;
    top: 50%;
    right: 0;
}


#sec_btm .img{
    margin: 0 0 35px 0;
    text-align: center;
}

#sec_btm .img.bunko img{
    width: 99px;
    height: auto;
}

#sec_btm .img.a5 img{
    width: 140px;
    height: auto;
}

#sec_btm .desc{
    margin: 0 0 40px 0;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: .05em;
    position: relative;
    top: -10px;
}

#sec_btm .desc .p{
    margin: 25px 0 0 0 !important;
    display: block;
    font-size: 17px;
    line-height: 1.5em;
}

#sec_btm .desc .s{
    font-size: 17px;
    display: block;
	font-weight:400;
}

#sec_btm .desc .s.i{
    margin-left: -.5em;
}

#sec_btm .btn_cart{
    margin: -25px 0 65px 0 !important;
    text-align: center;
}

#sec_btm .btn_cart a{
    padding: 8px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background-color: #58b7bc;
    border-radius: 15px;
    letter-spacing: .03em;
    line-height: 1em;
    transition: opacity .15s ease;
    text-decoration: none;
}

.is_pc #sec_btm .btn_cart a:hover,
.is_sp #sec_btm .btn_cart a.touch{
    opacity: .7;
}

/* --------------------------------------------------
*
    #sec_foot
*
-------------------------------------------------- */
#sec_foot{
    padding: 50px 0 0 0;
    background-color: #f3f3f3;
    text-align: center;
    overflow: hidden;
}

#sec_foot .logo a{
    transition: opacity .15s ease;
}

.is_pc #sec_foot .logo a:hover,
.is_sp #sec_foot .logo a.touch{
    opacity: .7;
}

#sec_foot .date{
    margin: 15px 0 45px 0 !important;
    font-size: 14px;
}

#sec_foot li{
    margin: 0 15px 60px 15px;
    display: inline-block;
}

#sec_foot li a{
    transition: opacity .15s ease;
}

.is_pc #sec_foot li a:hover,
.is_sp #sec_foot li a.touch{
    opacity: .7;
}

#sec_foot li img{
    width: auto;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
}

#sec_foot .copyright{
    margin: 0 0 30px 0;
}

#sec_foot .copyright img{
    width: 236px;
    height: auto;
}