@media screen and (max-width:1500px) {
    .float_counter {
        top: 50px;
    }
    .float_btn_wrap {
        bottom: 50px;
    }
    section.sec01 .top p {
        font-size: 20px;
        line-height: 34px;
    }
    section.sec01 .top em {
        font-size: 100px;
        line-height: 110px;
    }
    section .story p {
        font-size: 20px;
        line-height: 34px;
    }
    section.sec10 .block > div.col_text em {
        font-size: 64px;
        line-height: 64px;
    }
    section.sec10 .block > div.col_text p {
        font-size: 18px;
        line-height: 28px;
    }
    section.sec10 .block > div.col_text em::after {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    section.sec10 .block > div.col_text span {
        font-size: 15px;
        line-height: 22px;
    }
    section.sec13 .inner p br {
        display: none;
    }
}

@media screen and (max-width:1270px) {
    .content {
        padding-bottom: 50px;
    }
    .float_counter {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50px;
        border-radius: 0;
        position: absolute;
    }
    .float_counter > div {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .float_counter i {
        margin: 0;
        margin-right: 10px;
    }
    .float_counter span {
        font-size: 16px;
        line-height: 1.4em;
    }
    .float_counter p {
        font-size: 16px;
        margin-left: 10px;
    }
    .float_btn_wrap {
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
    }
    .float_btn_wrap .float_item {
        flex: 1;
        width: 100%;
        height: 50px;
        border-radius: 0;
        padding: 0 20px;
        justify-content: flex-start;
        text-align: left;
    }
    .float_btn_wrap .float_item:hover::before {
        opacity: 1;
    }
    .float_btn_wrap .float_item i {
        display: none;
    }
    .float_btn_wrap .float_item + .float_item {
        margin-top: 0;
    }
    .float_btn_wrap .float_item p {
        font-size: 13px;
        line-height: 13px;
        margin-top: 7px;
    }
    .float_btn_wrap .float_item p br {
        display: none;
    }
    .float_btn_wrap .float_item span {
        font-size: 12px;
        line-height: 12px;
    }
    .float_btn_wrap .float_item::before {
        border-radius: 0;
    }
    section.sec01 {
        background-image: url(../img/assets/bg-sec01-m.png);
        height: auto;
        padding: 50px 0;
    }
    section.sec13 .inner {
        display: block;
    }
    section.sec01 .inner {
        padding-top: 80vw;
    }
    section.sec01 .top em {
        margin-bottom: 40px;
    }
    section.sec05 h2 {
        font-size: 60px;
    }
    section.sec10 .block > div.col_text em {
        font-size: 28px;
    }
    section.sec10 .block > div.col_text p {
        font-size: 16px;
        line-height: 26px;
    }
    section.sec10 .block > div.col_text p + p {
        margin-top: 10px;
    }
    section.sec10 .block > div.col_text em::after {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 24px;
        height: 3px;
    }
    section.sec10 .block > div.col_text b {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    section.sec11 .sms_info_wrap {
        max-width: 100%;
    }
    section.sec12 em {
        font-size: 30px;
        line-height: 48px;
    }
    section.sec12 .sup_list li {
        width: calc((100% - 40px) / 3 - 0.1px);
    }

    section.sec12 .sup_list li + li {
        margin-left: 20px;
    }
    section.sec13 .inner p {
        margin-left: 0;
        margin-top: 20px;
    }
    section.footer .inner p {
        padding: 0;
    }
}

@media screen and (max-width:1023px) {
    section.sec01 {
        background-position: center top;
        background-color: #000;
    }
    section.sec01 .inner {
        padding-top: 80vw;
    }
    section.sec01 .top span {
        font-size: 11px;
        line-height: 25px;
        padding: 0 11px;
    }
    section.sec01 .top em {
        font-size: 40px;
        line-height: 50px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    section.sec01 .top p {
        font-size: 16px;
        line-height: 26px;
    }
    section.sec01 .top p.highlight {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    section.sec01 .top p br {
        display: none;
    }
    section.sec02 {
        background-image: url(../img/assets/bg-sec02-m.png);
        background-position: center top;
        padding-top: 80vw;
        padding-bottom: 50px;
        height: auto;
        background-color: #000;
    }
    section.sec02 .inner {
        display: block;
    }
    section .story.algn_right {
        justify-content: flex-start;
    }
    section .story em {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    section .story p {
        font-size: 16px;
        line-height: 26px;
    }
    section .story p + p {
        margin-top: 20px;
    }
    section.sec03 {
        background-image: url(../img/assets/bg-sec03-m.png);
        background-position: center top;
        padding-top: 80vw;
        padding-bottom: 50px;
        height: auto;
        background-color: #000;
    }
    section.sec03 .inner {
        display: block;
    }
    section.sec04 {
        background-image: url(../img/assets/bg-sec04-m.png);
        background-position: center top;
        padding-top: 80vw;
        padding-bottom: 50px;
        height: auto;
        background-color: #000;
    }
    section.sec04 .inner {
        display: block;
    }
    section.sec05 {
        padding: 40px 0;
    }
    section.sec05 h2 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    section.sec05 h2 br {
        display: block;
    }
    section.sec05 p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    section.sec06 {
        padding: 40px 0 70px;
    }
    section.sec06 p {
        font-size: 16px;
        line-height: 26px;
    }
    section.sec06 p br {
        display: none;
    }
    section.sec06 p strong {
        display: block;
    }
    section.sec07 {
        padding: 40px 0;
    }
    section.sec07 em {
        font-size: 28px;
        line-height: 38px;
    }
    section.sec07 .slider_wrapper {
        margin-top: 20px;
    }
    section.sec07 .slider_wrapper .sms_list{
        display: none;
    }
    section.sec07 .slider_wrapper .sms_slider_m {
        position: relative;
        display: block;
    }
    section.sec07 .slider_wrapper .sms_slider_m::before {
        content:"";
        display: block;
        width: 223px;
        height: 279px;
        background-image: url(../img/assets/img-mobile-m.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    section.sec07 .slider_wrapper .sms_slider_m li {
        width: 270px;
        height: 279px;
        padding-top: 60px;
    }
    section.sec07 .slider_wrapper .sms_slider_m li > div {
        width: 100%;
        height: 130px;
        background-color: #45B7B7;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    section.sec07 .slider_wrapper .sms_slider_m li > div p {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        opacity: 0;
        transform: translateY(20px);
        transition: All .2s ease-out;
        -webkit-transition: All .2s ease-out;
        -moz-transition: All .2s ease-out;
        -o-transition: All .2s ease-out
    }
    section.sec07 .slider_wrapper .sms_slider_m li.active > div p {
        opacity: 1;
        transform: translateY(0);
    }
    section.sec07 .slider_wrapper .sms_slider_m li  > div::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-left: 19px solid #45B7B7;
        border-top: 14px solid #45B7B7;
        border-right: 19px solid transparent;
        border-bottom: 14px solid transparent;
    }
    section.sec07 .btn_wrap {
        margin-top: 20px;
    }
    section .btn_g {
        max-width: 160px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    section.sec08 .prlx_wrap {
        height: 145px;
    }
    section.sec08 .prlx_wrap img {
        height: 145px;
    }
    section.sec09 {
        padding: 50px 0;
    }
    section.sec09 h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    section.sec09 h2 b::before {
        width: 4px;
        height: 4px;
        bottom: calc(100% + 3px);
    }
    section.sec09 .reward_list ul li .info em {
        font-size: 16px;
        line-height: 20px;
    }
    section.sec09 .reward_list ul li .info em::after {
        margin: 15px auto;
        height: 2px;
        width: 12px;
    }
    section.sec09 .reward_list ul li .info p {
        font-size: 16px;
        line-height: 26px;
    }
    section.sec09 .reward_list ul li .info {
        padding: 30px 20px 60px ;
    }
    section.sec09 .reward_list ul li .info span {
        font-size: 13px;
    }
    section.sec09 .reward_list ul li .btn_wrap .btn_g {
        max-width: 300px;
        height: 40px;
        line-height: 40px;
    }
    section.sec10 .block {
        flex-direction: column;
    }
    section.sec10 .block > div.col_img {
        order: 1;
    }
    section.sec10 .block > div.col_text {
        order: 2;
    }
    section.sec10 .block > div.col_text > div {
        width: 100%;
        padding: 30px;
    }
    section.sec11 {
        padding: 40px 0;
        background-image: url(../img/assets/bg-sec11-m.png);
    }
    section.sec11 .sms_info_wrap {
        padding: 40px 20px;
    }
    section.sec11 .sms_info_wrap .top span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    section.sec11 .sms_info_wrap .top em {
        font-size: 28px;
        line-height: 28px;
    }
    section.sec11 .sms_info_wrap .top p {
        margin-top: 25px;
        font-size: 20px;
        line-height: 30px;
    }
    section.sec11 .sms_info_wrap .bottom {
        margin-top: 25px;
    }
    section.sec11 .sms_info_wrap .bottom p::before {
        width: 33px;
        height: 33px;
        margin-right: 10px;
    }
    section.sec11 .sms_info_wrap .bottom p {
        margin-bottom: 10px;
    }
    section.sec11 .sms_info_wrap .bottom p i {
        font-size: 28px;
        line-height: 33px;
    }
    section.sec11 .sms_info_wrap .bottom span {
        font-size: 13px;
        line-height: 26px;
    }
    section.sec11 .sms_info_wrap .btn_wrap {
        margin-top: 40px;
    }
    section.sec12 {
        padding: 40px 0;
    }
    section.sec12 em {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    section.sec12 em br {
        display: none;
    }
    section.sec12 em strong {
        display: block;
    }
    section.sec12 .sup_list li p {
        font-size: 16px;
    }
    section.sec13 .inner p {
        font-size: 16px;
        line-height: 26px;
    }
    section.footer {
        padding: 20px 0;
    }

    section.footer .inner p {
        font-size: 11px;
        line-height: 14px;
    }
    section.footer .inner .logo {
        display: block;
        width: 120px;
        height: 21px;
    }
}

@media screen and (max-width:767px) {
    section.sec01 {
        background-size: contain;
    }
    section.sec01 .inner {
        padding-top: 70vw;
    }
    section.sec02 {
        padding-top: 82vw;
        background-size: contain;
    }
    section .story p {
        word-break: keep-all;
    }
    section .story p br {
        display: none;
    }
    .img_pc {
        display: none;
    }
    .img_m {
        display: block;
    }
    section.sec05 {
        background-image: url(../img/assets/bg-sec05-m.png);
    }
    section.sec05 img {
        max-width: none;
        width: 100%;
    }
    section.sec05 p {
        word-break: keep-all;
    }
    section.sec05 p br {
        display: none;
    }
    section.sec06 {
        background-image: url(../img/assets/bg-sec06-m.png);
    }
    section.sec06 p strong:nth-child(3) {
        margin-bottom: 10px;
    }
    section.sec07 .inner {
        padding: 0;
    }
    section.sec07 .under_shadow {
        width: calc(100% - 60px);
    }
    section.sec09 .reward_list ul li {
        width: 100%;
    }
    section.sec09 .reward_list ul li .btn_wrap {
        margin-top: 20px;
    }
    section.sec09 .reward_list ul li + li {
        margin-left: 0;
        margin-top: 20px;
    }
    section.sec09 .reward_list ul li .info {
        padding: 30px 20px;
    }
    section.sec09 .reward_list ul li .info p {
        word-break: keep-all;
        letter-spacing: -0.03em;
    }
    section.sec09 .reward_list ul li .info p br {
        display: none;
    }
    section.sec09 .reward_list ul li .info span {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin-top: 18px;
        display: block;
        line-height: 20px;
    }
    section.sec09 .reward_list ul li .info span br {
        display: none;
    }
    section.sec09 .reward_list ul li .info span strong {
        display: block;
    }
    section.sec10 .block > div.col_text p {
        word-break: keep-all;
    }
    section.sec10 .block > div.col_text p br {
        display: none;
    }
    section .inner {
        padding: 0 30px;
    }
    section.sec11 .sms_info_wrap .top p {
        word-break: keep-all;
    }
    section.sec11 .sms_info_wrap .top p br {
        display: none;
    }
    section.sec12 .sup_list li {
        display: block;
        width: 160px;
        margin: 0 auto;
    }
    section.sec12 .sup_list li + li {
        margin: 0 auto;
        margin-top: 20px;
    }
    section.sec12 .sup_list li p {
        margin-top: 10px;
    }
    section.sec13 {
        padding: 40px 0;
    }
}