@charset "UTF-8";

/* //////////////////////////////////////////////////
[LAYOUT]
////////////////////////////////////////////////// */

body , #container, #pageLoader {
    background-color: #fef4e9;
} 

/* --------------------------------------------------
    #pageHeader
-------------------------------------------------- */ 

#pageHeader {
    padding: 165px 0 93px;
} 
#pageHeader h2 {
    position: absolute;
    top: 43px;
    left: 38px;
    width: 85px;
    height: 85px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h2 a img {
    width: 85px;
    height: auto;
}
#pageHeader h1 {
    text-align: center;
    margin-bottom: 70px;
}
#pageHeader h1 img {
    width: 750px;
    height: auto;
}
#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 28px;
    line-height: 2;
    color: #e85518;
}

/* --------------------------------------------------
    content
-------------------------------------------------- */ 
#content {
    padding: 1px 0 100px;
    background-color: #fff;
}
.contentSection {
    width: 630px;
    margin: 0 auto; 
    border-top: solid 2px #e85518;
    padding: 85px 0;
}
.contentSection:first-child {
    border: none;
}
.contentSection h2 {
    text-align: center;
    margin-bottom: 48px;
} 
#blockA h2 img { width: 280px; height: auto; }
#blockB h2 img { width: 235px; height: auto; }
#blockC h2 img { width: 185px; height: auto; }
#blockD h2 img { width: 320px; height: auto; }

#content .illustrator {
    margin-top: 5px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
#content .illustrator span {
    font-weight: 500;
    font-size: 26px;
}

/* --------------------------------------------------
    #thmMovieLink
-------------------------------------------------- */ 
#thmMovieLink {
    width: 630px;
    margin: 95px auto;
}
#thmMovieLink a {
    display: block;
    width: 630px;
    height: 355px;
    text-indent: -99999px;
    background-image: url(../../img/abc/sp/thm_movie.png);
    background-repeat: no-repeat;
    background-size: 630px auto;
}

/* --------------------------------------------------
    .unitStep
-------------------------------------------------- */ 
.unitStep {
    margin-top: 100px;
}
.unitStep:nth-child(2) {
    margin-top: 0;
} 
.unitStep .image {
    width: 630px;
    height: 430px;
    background-color: #fef4e9;
    background-size: 100% auto;
    text-indent: -99999px;
}
.unitStep01 .image { background-image: url(../../img/abc/sp/pic_step1.png); }
.unitStep02 .image { background-image: url(../../img/abc/sp/pic_step2.png); }
.unitStep03 .image { background-image: url(../../img/abc/sp/pic_step3.png); }
.unitStep04 .image { background-image: url(../../img/abc/sp/pic_step4.png); }
.unitStep05 .image { background-image: url(../../img/abc/sp/pic_step5.png); }
.unitStep06 .image { background-image: url(../../img/abc/sp/pic_step6.png); }
.unitStep07 .image { background-image: url(../../img/abc/sp/pic_step7.png); }

.unitStep .caption {
    margin-top: 50px;
    text-align: center;
}
.unitStep .captionInnr {
}

.unitStep .caption h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 17px;
}

.unitStep .caption .sentence {
}

.unitStep .caption .sentence p {
    font-size: 28px;
    line-height: 1.8;
}

.unitStep .caption .sup {
    margin-top: 42px;
    background-color: #ececec;
    padding: 24px 30px 24px;
}
.unitStep .caption .sup h4 {
    letter-spacing: 0.08em;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 23px;
    line-height: 1.5;
}
.unitStep .caption .sup p {
    font-size: 24px;
    line-height: 1.7;
    text-align: left;
}

