@charset "utf-8";


#dc_c-010 section {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    #dc_c-010 section {
        margin-top: 65px;
    }
}

#kv {margin: 0!important;}

/* ==========================================================================
パーツ修正 （後に差し替えした場合は削除）
========================================================================== */
/* PC-102 ⇒ PC-011
-------------------------------------*/
.tc_comp_titlecnt.parts102 .tc_section_title_06 {
    font-size: 24px;
}

.tc_section_heading_02.parts102::before {
    background-color: rgba(0, 0, 0, 0.1);

}

@media screen and (max-width: 767px) {
    .tc_comp_titlecnt.parts102 .tc_section_title_06 {
        font-size: 20px;
    }
}



/* ==========================================================================
パーツ
========================================================================== */
.gray {
    padding: 80px 0;
    background-color: #ECECEC;
}

.tc_inner_02 {
    max-width: 800px;
    margin: 0 auto;
}

#howto.pt_adjustment , #timer.pt_adjustment{
    padding-top: 80px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .gray {
        padding: 65px 0;
    }
    #howto.pt_adjustment , #timer.pt_adjustment{
        padding-top: 65px;
    }
}



/* ==========================================================================
kv
========================================================================== */
#kv .tc_kv_01 {
    position: relative;
}

#kv h1 {
    position: absolute;
    top: 50%;
    padding: 0.33em 0.54em 0.33em 3.48em;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    #kv h1 {
        padding: 0.33em;
        width: 100%;
        font-size: 35px;
        text-align: center;
    }
}



/* ==========================================================================
howto
========================================================================== */
#howto .tc_section_heading_03 {
    margin-top: 40px;
}

#howto .tc_section_heading_03 .tc_title {
    font-size: 24px;
    font-weight: bold;
}

#howto .tc_section_heading_03 .tc_subTitle {
    color: #EB212E;
    font-size: 15px;
    font-weight: normal;
}

#howto .tc_section_saleprod_06 .tc_section_honbun_02 {
    text-align: left;
}

@media screen and (max-width: 767px) {
    #howto .tc_section_heading_03 .tc_title {
        font-size: 20px;
    }
}



/* ==========================================================================
timer
========================================================================== */
#timer .tc_section_img_03 {
    justify-content: center;
    margin: 40px 0;
}

#timer .tc_section_img_03 .tc_item {
    max-width: 375px;
}

#timer .tc_section_step_01 {
    margin-top: 84px;
}

@media screen and (max-width: 767px) {
    #timer .tc_section_step_01 {
        margin-top: 34px;
    }
}



/* ==========================================================================
movie
========================================================================== */
#movie .tc_section_heading_02 {
    margin-bottom: 40px;
}

#movie .tc_section_title_03L {
    margin-bottom: 20px;
}

#movie .tc_section_movie_01 + .tc_section_title_03L {
    margin-top: 40px;
}

#movie .tc_section_title_03L span {
    display: block;
    font-size: 17px;
}

@media screen and (min-width: 768px) {
    #movie .tc_section_title_03L {
        margin-bottom: 12px;
    }

    #movie .tc_section_title_03L span {
        font-size: 15px;
    }

    /* #movie .tc_section_movie_01 iframe {
        width: 100%;
        height: 450px;
    } */
}

@media screen and (max-width: 767px) {
    /* #movie .tc_section_movie_01 .tc_section_movie_iframe_01 {
      width: 100%;
    } */
}