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


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

#wrap{
    position: relative;
}

#contents_area{
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: rgba(2, 49, 105, .5);
}

.introduction #contents_area{
    width: 100%;
    background: none !important;
}

.introduction .bg_b{
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(2, 49, 105, .5);
}

.line{ text-align: center;}

article{
    padding: 0 80px;
}

#bg_blink .b{
    width: 72px;
    height: 72px;
    background-image:url(../images/parts_blink.png);
    background-size: 72px;
    opacity: 0;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}

/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    padding: 40px 0 20px 0;
    text-align: center;
    position: relative;
}

header .logo img{
    width: 233px;
}

header .logo_books{
    position: absolute;
    right: 30px;
    top: 25px;
}

header .logo_books img{
    width: 87px;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 85px 0;
    position: relative;
    z-index: 11;
}

#mv h1{
    text-align: center;
}

#mv h1 img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#mv h1 img:first-child{
    position: relative;
}

#mv .yodogawa{
    margin: 25px 0 0 130px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.8333em;
}

#bg_car{
    width: 100%;
    min-width: 960px;
    height: 240px;
    opacity: 0;
    background-image:url(../images/img_obj_car.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 510px;
    left: -330px;
    z-index: 10;
    transform-origin: top center;
    transition: opacity 1.2s ease-in, transform 1.2s ease;
    -webkit-transition: opacity 1.2s ease-in, transform 1.2s ease;
    transform: scale(.9) rotateX(30deg);
    -webkit-transform: scale(.9) rotateX(30deg);
}

#bg_car.on{
    opacity: 1;
    transform: scale(1) rotateX(0);
    -webkit-transform: scale(1) rotateX(0);
}


/* --------------------------------------------------
*
    .yt_mov
*
-------------------------------------------------- */
.yt_mov{
    margin-bottom: 105px;
    text-align: center;
}


/* --------------------------------------------------
*
    #info_book
*
-------------------------------------------------- */
#info_book{
    
}

#info_book .img{
    margin: -15px 0 0 0;
    text-align: center;
}

#info_book h2{
    margin: -105px 0 15px 90px;
}

#info_book h2 img{
    width: 506px;
}

#info_book .info{
    margin: 0 0 80px 0;
    padding: 0 0 0 177px;
    font-size: 18px;
    line-height: 1.666em;
}

#info_book .desc{
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1.818em;
}

#info_book .desc a{
    padding: 0 0 2px 0;
    font-weight: bold;
    border-bottom: 0px solid #fff;
    transition: border .1s ease .0s;
}

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

#info_book .desc{
    padding: 0 50px;
}

#info_book .desc p{
    margin: 0 0 80px 0;
}

#info_book .cont{
    margin: 0 0 100px 0 !important;
    font-weight: bold;
}


/* --------------------------------------------------
*
    #special
*
-------------------------------------------------- */
#special{
    padding-top: 95px;
    padding-bottom: 130px;
}

#special h3{
    margin: 0 0 45px 45px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: .1em;
}

#special .s{
    margin: -5px 0 0 0;
    font-size: 22px;
    font-weight: normal;
    display: block;
    letter-spacing: .1em;
    text-indent: -.5em;
}

#special .img{
    margin: 0 0 15px 0;
    text-align: center;
}

#special .caption{
    margin: 0 0 0 120px;
    font-size: 18px;
    line-height: 1.777em;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    #sales_info
*
-------------------------------------------------- */
#sales_info{
    padding-top: 95px;
    padding-bottom: 115px;
}

#sales_info h3{
    margin: 0 0 45px 45px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: .1em;
}

#sales_info p + h3{
    margin-top: 90px;
}

#sales_info h3 a{
    padding: 0 0 2px 0;
    font-weight: bold;
    border-bottom: 0px solid #fff;
    transition: border .1s ease .0s;
}

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

#sales_info .s{
    margin: -5px 0 0 0;
    font-size: 22px;
    font-weight: normal;
    display: block;
    letter-spacing: .1em;
    text-indent: -.5em;
}

#sales_info p{
    margin: 0 0 40px 45px;
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1.818em;
}

#sales_info p .s{
    font-size: 85%;
}

#sales_info p a{
    padding: 0 0 2px 0;
    font-weight: bold;
    border-bottom: 0px solid #fff;
    transition: border .1s ease .0s;
}

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


/* --------------------------------------------------
*
    #intro
*
-------------------------------------------------- */
#intro{
    margin: 0 0 100px 0;
    color: #000;
    background-color: rgba(255, 255, 255, .7);
    position: relative;
}

#intro .line.top{
    margin: 0 0 90px 0;
    position: relative;
    top: -21px;
    left: -50px;
}

#intro .line.btm{
    position: relative;
    bottom: -18px;
    left: -50px;
}

#intro .section_inner{
    width: 700px;
    margin: 0 auto;
}

#intro h2{
    margin: 0 0 90px 0;
    font-size: 31px;
    font-weight: bold;
    color: #003269;
    white-space: nowrap;
}

#intro p{
    margin: 0 0 40px 0;
    font-size: 22px;
    line-height: 1.818em;
    letter-spacing: .1em;
}

#intro p a{
    color: #000;
    padding: 0 0 2px 0;
    font-weight: bold;
    border-bottom: 0px solid #000;
    transition: border .1s ease .0s;
}

.is_pc #intro p a:hover,
.is_sp #intro p a.touch{
    border-bottom: 1px solid #000;
    transition: border .15s ease .05s;
}

#intro p a.b_none{
    border: none !important;
}

#intro .yt_mov{
    margin: 70px 0 125px 0;
}

#intro .caption{
    margin: 5px 0 0 0;
    display: block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    color: #003269;
    font-size: 18px;
    line-height: 1.777em;
    letter-spacing: .1em;
    white-space: nowrap;
}

#intro .pic{
    margin: 50px 0 65px 0;
    text-align: center;
}

#intro .pic .caption{
    margin: 0;
}

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

#intro .pic.i img{
    max-width: 400px;
}

#intro .pic.b{
    margin-top: 95px;
}

#intro .box{
    margin: 95px 0 115px 0;
    padding: 80px 95px 65px 70px;
    background-image:url(../images/intro02/parts_box_btm.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

#intro .box:before{
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image:url(../images/intro02/parts_box_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
}

#intro .box p{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8636em;
    letter-spacing: 0;
}

#intro .box p.credit{
    margin: 0;
    text-align: right;
}

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