@charset "utf-8";
/* CSS Document */


/* COMMON
---------------------------------*/
body {
    background: #191919;
}

.campaign_201908 {
    background: url(/resources_source/images/bg_noise.jpg) repeat #191919;
    color: #fff;
    margin: 0;
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    text-size-adjust: 100%;
}

.campaign_201908 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.campaign_201908 img {
    max-width: 100%;
}

p, dl, dt, dd {
    margin-bottom: 1em;
}

#lead {
    background: url(/resources_source/images/bbslider/bg01.png) center top no-repeat;
}

#sec_about {
    background: url(/resources_source/images/bg_sec_about2@2x.png) center top no-repeat;
    background-size: contain;
}

/* LINK
---------------------------------*/
a, a:hover, a:active {
    outline: 0px !important
}

a:link, .cta .btn {
    text-decoration: none
}

a:visited {
    color: inherit;
}

a:active {
    color: ;
}

a:focus {
    color: ;
}

a {
    outline: none;
}

.btn {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

a:link, .cta .btn:hover {
    opacity: 1;
}


/* TYPO
---------------------------------*/
.campaign_201908 {
    font-size: 16px;
}

.campaign_201908 h2 {
    font-size: 48px
}

.campaign_201908 h2,
.campaign_201908 h3 {
    font-weight: 900;
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
}

.txt_lv_01 {
    font-size: 60px;
    margin-bottom: 50px;
    font-style: italic;
    font-weight: 900;
}

.txt_lv_01 span {
    display: block;
}

.txt_lv_02 {
    font-size: 48px;
}

.txt_lv_03 {
    font-size: 32px;
}

#sec_overview .table_01 th {
    font-size: 24px;
    text-align: center;
}

#sec_about dt {
    font-size: 24px;
}

.cta .btn {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
}

.cta .btn span {
    font-size: .8em;
    display: block;
}

#sec_about .number {
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    color: #d41b01;
    padding-right: 10px;
    display: none;
}

#sec_about .point {
    text-align: center;
    width: 180px;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.1em 2em;
    background: -moz-linear-gradient(0% 50% 0deg, rgba(193, 39, 45, 1) 0%, rgba(251, 176, 59, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(193, 39, 45, 1) 0%, rgba(251, 176, 59, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(193, 39, 45, 1)), color-stop(1, rgba(251, 176, 59, 1)));
    background: -o-linear-gradient(0deg, rgba(193, 39, 45, 1) 0%, rgba(251, 176, 59, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(193, 39, 45, 1) 0%, rgba(251, 176, 59, 1) 100%);
    background: linear-gradient(90deg, rgba(193, 39, 45, 1) 0%, rgba(251, 176, 59, 1) 100%);
}


/* COMMON
---------------------------------*/
.campaign_201908 section {
    margin-bottom: 30px;
}

.campaign_201908 h2 {
    margin: 0 auto 1em;
    border-top: double 5px;
    border-bottom: double 5px;
    padding: 0.5em;
}

.list_dot li {
    display: flex;
    align-items: baseline;
    margin: 0 0 5px;
}

.list_dot li::before {
    content: "●";
    color: #FF5722;
    transform: scale(0.5, 0.5);
    margin: 0px 5px 0px 0px;
}

.step_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step_item {
    width: 45%;
    border: solid 1px;
}

.step_arrow {
    width: 0;
    height: 0;
    border-top: solid 30px transparent;
    border-right: solid 0px transparent;
    border-bottom: solid 30px transparent;
    border-left: solid 30px #d21a00;
    display: block;
    align-items: center;
    align-self: center;
    margin-right: 14px;
    margin-left: 14px;
}

.step_body .step_ttl {
    padding: .4em 1em;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #FCEE21;
    margin: 0;
}

.step_body .step_ttl::after {
    content: "";
    display: block;
    margin-top: 15px;
    border-bottom: solid 1px #fff;
}

.step {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    /* font-style: italic; */
    color: #fff;
    width: 240px;
    background-color: #d31b00;
    display: block;
    padding: 0.1em;
    margin: 20px auto 10px;
}

.step_desc {
    padding: 0 2em;
}


/*  CTA AREA BTN
---------------------------------*/
.cta {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.cta a:hover {
    opacity: 1;
    margin-top: -1px;
    box-shadow: 0px 0px 0px 3px #fff;
}

.cta .btn {
    padding: 1em .5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: .5em;
    border: solid 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.5);
    border-left-color: rgba(255, 255, 255, 0.3);
    background: #d31b00;
}


/* TABLE */
.table_01 {
    width: 100%;
    margin-bottom: 24px;
}

.table_01 tr {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.table_01 th, .table_01 td {
    padding: 1em;
}

.table_01 th, .table_01 td {
    vertical-align: middle;
}

.table_01 tbody th {
    position: relative;
}

.table_01 tbody th:after {
    background: #fff;
    content: "";
    margin: auto;
    width: 1px;
    height: calc(100% - 15%);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}

#mv_area.mv_area2 {
    padding-top: 30px;
    background-image: url(/resources_source/images/bg@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::
   Media Queries
:::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::::::::::::::*/

/*768以下
-------------*/
@media only screen and (max-width: 768px) {
    .campaign_201908 {
        font-size: 14px;
    }

    .txt_lv_01, .txt_lv_02 {
        font-size: 7vw;
    }

    .campaign_201908 h2 {
        font-size: 6vw;
    }

    .campaign_201908 h3, #sec_overview .table_01 th, #sec_about dt {
        font-size: 5vw;
    }

    .cta .btn {
        font-size: 6.5vw;
    }

    #mv_area {
        margin-bottom: 30px;
    }

    .step_item {
        width: 100%;
    }

    .step_arrow {
        width: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 24px solid #d21a00;
        border-bottom: 0;
        margin: 16px auto 16px;
    }

    #lead {
        margin-top: -20px;
    }

    .cta {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .txt_lv_01 {
        margin-bottom: 20px;
    }

    /*::::::::::::::::::::::::::::::::::::::::::::::::*/
}







