@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : data.css
Description :
===================================================================== */


/* =====================================================================
*    data
* =================================================================== */

.next .inner {
    padding: calc(325 / 750 * 100%) 0 0;
}

.bg_white {
    background: url(../images/data/bg3.jpg) repeat center top;
    background-size: calc(150 / 750 * 100%) auto;
}

#data-content {
    padding: 0 0 calc(100 / 750 * 100%);
    background-color: #E6311A;
}

#data-content>section {
    position: relative;
}

#data-content>section::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(92 / 750 * 100%);
    background: url(../images/data/line1.png) repeat center top;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0 0 calc(-46 / 750 * 100%);
}

#data-content .inner {
    padding: calc(130 / 750 * 100%) 0;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    letter-spacing: 0.05em;
}

.data_ttl {
    width: calc(247 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.data_subttl {
    padding: calc(30 / 710 * 100%) 0;
    background-color: #d93925;
    position: relative;
}

.data_subttl::before,
.data_subttl::after {
    content: "";
    display: block;
    width: calc(15 / 710 * 100%);
    padding-top: calc(88 / 710 * 100%);
    background: url(../images/data/line2.png) repeat-y center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(6 / 710 * 100%) 0 0 calc(10 / 710 * 100%);
}

.data_subttl::after {
    left: auto;
    right: 0;
    margin: calc(6 / 710 * 100%) calc(10 / 710 * 100%) 0 0;
}

.data_subttl img {
    width: calc(216 / 710 * 100%);
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .next::after {
        display: none;
    }
    .next .inner {
        padding: calc(205 / 1100 * 100%) 0 0;
    }
    .sec_ttl {
        padding: 20% 0 1.9%;
        background: url(../images/data/bg_ttl_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    .bg_white {
        background-size: calc(150 / 1100 * 100%) auto;
    }
    #data-content {
        padding: 0 0 calc(50 / 1100 * 100%);
    }
    #data-content>section::after {
        padding-top: calc(46 / 1100 * 100%);
        margin: 0 0 calc(-23 / 1100 * 100%);
    }
    #data-content .inner {
        padding: calc(130 / 1100 * 100%) 0 calc(150 / 1100 * 100%);
    }
    .data_ttl {
        width: calc(222 / 1100 * 100%);
        margin: 0 auto calc(40 / 1100 * 100%);
    }
    .data_ttl img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .data_subttl {
        padding: calc(21 / 1100 * 100vw) 0;
    }
    .data_subttl img {
        width: calc(146 / 1100 * 100vw);
    }
    .data_subttl::before,
    .data_subttl::after {
        width: calc(13 / 1100 * 100vw);
        padding-top: calc(60 / 1100 * 100vw);
        margin: calc(5 / 1100 * 100vw) 0 0 calc(10 / 1100 * 100vw);
    }
    .data_subttl::after {
        margin: calc(5 / 1100 * 100vw) calc(10 / 1100 * 100vw) 0 0;
    }
}

@media screen and (min-width:1100px) {
    .next .inner {
        padding: 205px 0 0;
    }
    .bg_white {
        background-size: 150px auto;
    }
    #data-content {
        padding: 0 0 50px;
    }
    #data-content>section::after {
        padding-top: 46px;
        margin: 0 0 -23px;
    }
    #data-content .inner {
        padding: 130px 0 150px;
    }
    .data_subttl {
        padding: 21px 0;
    }
    .data_subttl img {
        width: 146px;
    }
    .data_subttl::before,
    .data_subttl::after {
        width: 13px;
        padding-top: 60px;
        margin: 5px 0 0 10px;
    }
    .data_subttl::after {
        margin: 5px 10px 0 0;
    }
}


/* =====================================================================
*    data-intro
* =================================================================== */

.data_intro_box {
    margin: calc(55 / 750 * 100%) 0 0;
}

.data_intro_btn {
    width: calc(500 / 750 * 100%);
    margin: calc(60 / 750 * 100%) auto 0;
}

@media screen and (min-width:768px) {
    .data_intro_ttl {
        width: calc(800 / 1100 * 100%);
        margin: 0 auto;
    }
    .data_intro_box {
        width: calc(900 / 1100 * 100%);
        margin: calc(70 / 1100 * 100%) auto 0;
    }
    .data_intro_btn {
        width: calc(450 / 1100 * 100%);
        margin: calc(40 / 1100 * 100%) auto 0;
    }
    .data_intro_btn a {
        display: block;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .data_intro_btn a:hover {
        opacity: 0.7;
    }
}

@media screen and (min-width:1100px) {}


/* =====================================================================
*    data-play
* =================================================================== */

#data-play {
    background-color: #48311b;
}

.data_play_box1 {
    width: calc(710 / 750 * 100%);
    margin: 0 auto;
}

.data_play_box1_txt {
    margin: calc(20 / 710 * 100%) 0 0;
}

.data_play_box2 {
    width: calc(710 / 750 * 100%);
    margin: calc(20 / 710 * 100%) auto 0;
}

.data_play_box2_photo figcaption {
    width: calc(640 / 710 * 100%);
    margin: 1.4em auto 2.2em;
    color: #fff;
    line-height: 1.769;
}

.data_play_box2_photo figcaption .blue {
    display: inline-block;
    width: 1.4em;
    margin: 0 0.5em;
    background-color: #2560d9;
    border-radius: 50%;
    line-height: 1.4;
    text-align: center;
}

@media screen and (min-width:768px) {
    .data_play_box1 {
        width: calc(800 / 1100 * 100%);
    }
    .data_play_box1_txt {
        margin: calc(10 / 800 * 100%) 0 0;
    }
    .data_play_box2 {
        width: 90%;
        max-width: 800px;
        margin: calc(50 / 1100 * 100%) auto 0;
    }
    .data_play_box2 li:not(:last-child) {
        margin: 0 0 calc(20 / 800 * 100%);
    }
    .data_play_box2_photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .data_play_box2_photo img {
        width: 50%;
    }
    .data_play_box2_photo figcaption {
        width: 50%;
        margin: 0 3em 0 0;
        line-height: 1.714;
    }
    .data_play_box2_photo figcaption .blue {
        margin: 0 0.2em;
    }
}

@media screen and (min-width:1100px) {}


/* =====================================================================
*    data-present
* =================================================================== */

#data-present {
    background-color: #d93925;
}

.data_present_list {
    width: calc(710 / 750 * 100%);
    margin: 0 auto;
}

.data_present_list li:not(:last-child) {
    margin: 0 0 calc(60 / 710 * 100%);
}

.data_present_ttl {
    margin: 0 0 calc(40 / 710 * 100%);
}

.data_present_photo {
    width: calc(500 / 710 * 100%);
    margin: 0 auto calc(-150 / 710 * 100%);
}

.data_present_txt {
    padding: calc(190 / 710 * 100%) 0 calc(60 / 710 * 100%);
    background-color: #fafafa;
}

@media screen and (min-width:768px) {
    .data_present_list {
        width: calc(800 / 1100 * 100%);
    }
    .data_present_list li:not(:last-child) {
        margin: 0 0 calc(10 / 800 * 100%);
    }
    .data_present_ttl {
        margin: 0 0 calc(10 / 800 * 100%);
    }
    .data_present_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .data_present_photo {
        width: calc(250 / 800 * 100%);
        margin: 0;
    }
    .data_present_txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(550 / 800 * 100%);
        padding: 0;
    }
}

@media screen and (min-width:1100px) {}


/* =====================================================================
*    data-howto
* =================================================================== */

#data-howto .inner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(230 / 750 * 100%);
    background: url(../images/data/bg_howto_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}

.data_howto_list {
    width: calc(710 / 750 * 100%);
    margin: 0 auto;
}

.data_howto_txt {
    width: calc(600 / 710 * 100%);
    margin: 1.4em auto 2.2em;
    color: #48311b;
    line-height: 1.833;
}

@media screen and (min-width:768px) {
    #data-howto .inner::before {
        padding-top: calc(200 / 1100 * 100%);
        background: url(../images/data/bg_howto_pc.png) no-repeat center bottom;
        background-size: calc(800 / 1100 * 100%) auto;
    }
    .data_howto_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(1000 / 1100 * 100%);
    }
    .data_howto_list li {
        width: calc(320 / 1000 * 100%);
    }
    .data_howto_txt {
        width: 100%;
        margin: 1em 0 0;
        line-height: 1.714;
    }
}

@media screen and (min-width:1100px) {}


/* =====================================================================
*    data-notice
* =================================================================== */

#data-notice {
    background-color: #48311b;
}

.data_notice_list {
    width: calc(710 / 750 * 100%);
    margin: 0 auto;
    padding: calc(70 / 750 * 100%) calc(50 / 750 * 100%);
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.data_notice_list li {
    margin-bottom: 0.7em;
    padding-left: 1em;
    color: #48311b;
    font-size: 90%;
    line-height: 1.833;
    text-indent: -1em;
}

.data_notice_list li:last-child {
    margin-bottom: 0;
}

.data_notice_list li a {
    color: #d93925;
}

@media screen and (min-width:768px) {
    .data_notice_list {
        width: calc(800 / 1100 * 100%);
        padding: calc(55 / 1100 * 100%) calc(100 / 1100 * 100%);
    }
    .data_notice_list li {
        margin-bottom: 0.8em;
        line-height: 1.714;
    }
    .data_notice_list li a:hover {
        text-decoration: none;
    }
}

@media screen and (min-width:1100px) {}