@charset "utf-8";
/* CSS Document */
body { background: #dcdfe1; }
img { 
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

/*
Noto Sans Japanese font-weight
- Regular 400
- Medium 500
- Bold 700

Key color
- #ff9600
*/

/* =========================================================
 header
========================================================= */
header {
    width: 100%;
    height: 120px;
    padding: 30px 60px;
    background: #243c98;
    display: flex;
    align-items: end;
    justify-content: space-between;
    box-sizing: border-box;
}

.header_logo {
    width: 300px;
}

ul.header_nav {
    padding-bottom: 15px;
    display: inline-flex;
    position: relative;
}

ul.header_nav li {
    margin-left: 1rem;
}

ul.header_nav a {
    color: #fff;
    font-weight: 500;
}

ul.header_nav span {
    width: 50px;
    height: 2px;
    background: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 10px;
}
header .sp_contents {
    display: none;
}


@media screen and (max-width: 767px) {
    header {
        height: auto;
        padding: 12% 0 0;
        justify-content: center;
    }
    .header_logo {
        width: 54vw;
    }

    header nav {
        width: 100vw;
        height: 100vh;
        padding-top: 8vw;
        display: block;
        background: #1e2224;
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 998;
        box-sizing: border-box;
        transition: .5s;
    }
    header nav.open {
        right: 0;
    }
    header nav:before {
        content: "menu";
        width: 160px;
        height: 32px;
        margin: 0 auto 8vw;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.3rem;
        letter-spacing: normal;
        border: solid 2px #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 99px;
    }
    ul.header_nav {
        width: 100%;
        margin-bottom: 8vw;
        padding: 0;
        display: block;
        text-align: left;
        border-top: solid 1px rgba(248, 250, 250, .3);
    }
    ul.header_nav li {
        margin: 0;
        border-bottom: solid 1px rgba(248, 250, 250, .3);
    }
    ul.header_nav a {
        height: 14vw;
        padding: 0 15vw;
        display: flex;
        font-size: 1.2rem;
        align-items: center;
        box-sizing: border-box;
    }
    ul.header_nav span {
        display: none;
        visibility: hidden;
    }
    header .sp_contents {
        display: block;
    }
    header .sp_contents .appstore_btn {
        width: 40vw;
        max-width: 256px;
        margin-left: 8vw;
        margin-bottom: 7vw;
    }
    header .sp_contents .googleplay_btn {
        width: 40vw;
        max-width: 256px;
        margin-left: 8vw;
        margin-bottom: 7vw;
    }
    header .sp_contents ul.links {
        padding: 0 15vw;
        box-sizing: border-box;
    }
    header .sp_contents ul.links a {
        width: 100vw;
        margin-bottom: 20px;
        color: #fff;
        text-align: left;
        font-size: 0.85rem;
        display: flex;
        align-items: center;
    }
    header .sp_contents .copyright {
        width: 100%;
        margin-bottom: 10px;
        color: #e6e6e6;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
}

/* =========================================================
 hamburger_menu
========================================================= */
.hamburger_menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .hamburger_menu {
        display: block;
        position: fixed;
        right: 3vw;
        bottom: 3vw;
        z-index: 999;
    }
    .menu_btn {
        width: 60px;
        height: 60px;
        display: flex;

        border-radius: 30px;
        box-shadow: 0 0 10px rgba(21, 21, 21, .75);
        background-color: #14b4e6;
        background-image: url(../images/menu_btn.svg);
        background-size: 60px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .menu_btn.open {
        background-image: url(../images/menu_close_btn.svg);
    }
}

/* =========================================================
 main/common
========================================================= */
main {
    background: #1e2224;
    background-image: url(../images/bg_road_pattern.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #1e2224;
    display:block;
}
main article {
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
main article section {
    width: 100%;
    max-width: 1000px;
    margin: 0 60px;
    position: relative;
}
h1.contents_tit {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: normal;
    color: #14b4e6;
    border: solid 3px #14b4e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}

@media screen and (max-width: 767px) {
    main {
        background-size: 100%;
    }
    main article {
        margin-top: 50px;
        padding-bottom: 0;
        overflow: visible;
    }
    main article section {
        max-width: 100%;
        margin: 0 9%;
    }
    h1.contents_tit {
        width: 250px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: #14b4e6 ;
        border: solid 3px #14b4e6;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 99px;
    }
}

@media screen and (max-width: 576px) {
    h1.contents_tit {
        width: 170px;
        height: 32px;
        font-size: 1.4rem;
        border: solid 2px #14b4e6 ;
    }
}

/* =========================================================
 main/keyvisual
========================================================= */
.keyvisual {
    width: 100%;
    height: 849px;
    margin-top: 0;
    background-color: #243c98;
    background-image: url(../images/bg_main.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
    z-index: 50;
}

.keyvisual h1 {
    margin-top: 60px;
    text-align: left;
    font-size: 42px;
    line-height: 65px;
}

.keyvisual h1.beatmap {
    margin-top: 9px;
    font-size: 32px;
    color: #14b4e6;
}

.top_app_img {
    max-width: 306px;
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 2;
}

.dl_share {
    width: 682px;
    height: 215px;
    padding: 16px;
    background: rgba(0, 0, 0, .6);
    border: solid 2px #fff;
    border-radius: 30px;
    position: absolute;
    top: 423px;
    right: 280px;
    box-sizing: border-box;
}

.dl_share .store_btns{
   display: flex;
   justify-content: flex-start;
   margin-bottom: 15px;
}

.dl_share .store_btns .appstore_btn {
    width: 272px;
}

.dl_share .store_btns .googleplay_btn {
    width: 336px;
    margin-left: 16px;
}

.dl_share .store_btns .appstore_btn a {
    display: block;
}

.dl_share .store_btns .googleplay_btn a {
    display: block;
}


.dl_share .share_sns {
    margin-right: 70px;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.dl_share .share_sns .sns_icon {
    width: 38px;
    margin-left: 20px;
}

.scrolldown-arrow {
    width: 100%;
    position: absolute;
    bottom: 150px;

    animation: arrowAnime 1s ease 0s infinite normal;
}
.scrolldown-arrow img {
    width: 106px;
}

@keyframes arrowAnime{
    0% { bottom: 150px; }
    50% { bottom: 140px; }
    100% { bottom: 150px; }
}

@media screen and (max-width: 1019px) {
    .dl_share {
        width: 420px;
        height: 145px;
        padding: 16px;
        background: rgba(0, 0, 0, .6);
        border: solid 2px #fff;
        border-radius: 30px;
        position: absolute;
        top: 36vw;
        right: 25.5vw;
        box-sizing: border-box;
    }
    .dl_share .store_btns{
        margin-right: 30px;
    }
}

@media screen and (max-width: 1080px) {
    .keyvisual h1 {
        font-size: 4.0vw;
        line-height: 1.5;
    }
    .top_app_img {
        width: 30vw;
    }
}

@media screen and (max-width: 767px) {
    .keyvisual {
        height: 140vw;
        background-position: bottom center;
        background-size: 250%;
    }
    .keyvisual h1 {
        margin-top: 10vw;
        text-align: center;
        font-size: 5vw;
        font-weight: 500;
        line-height: 1.7;
    }
    .keyvisual h1.beatmap {
        font-size: 18px;
    }
    .top_app_img {
        width: 60vw;
        margin:  32vw auto 0;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 15px;
    }
    .dl_share {
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        position: relative;
        top: 28px;
        right: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .dl_share .store_btns {
        width: 80vw;
        max-width: 450px;
        margin: 0 auto 36px;
    }
    .dl_share .share_sns {
        margin: 0 auto;
        font-size: 22px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .scrolldown-arrow {
        display: none;
    }
}


/* =========================================================
 main/about
========================================================= */
.about {
    margin-top: -1px;
    padding-top: 90px;
    position: relative;
    color: #fff;
    /* pointer-events: none; */
}

.about section {
    margin: 0;
}

.about:before {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(30, 34, 36, 1), rgba(30, 34, 36, 0));
}

.about h2 {
    width: 940px;
    margin: 60px auto 60px;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about h2 span:first-child {
    width: 30px;
    height: 140px;
    border-left: solid 6px #fff;
    border-top: solid 6px #fff;
    border-bottom: solid 6px #fff;
    display: block;
}
.about h2 span:last-child {
    width: 30px;
    height: 140px;
    border-right: solid 6px #fff;
    border-top: solid 6px #fff;
    border-bottom: solid 6px #fff;
    display: block;
}

.about .lead_txt {
    font-size: 24px;
    line-height: 48px;
}

@media screen and (max-width: 991px) {
    .about h2 {
        width: auto;
        margin: 3vw auto 3vw;
        font-size: 4vw;
        line-height: 6vw;
        display: inline-flex;
    }
    .about h2 span:first-child {
        height: 25vw;
    }
    .about h2 span:last-child {
        height: 25vw;
    }

}

@media screen and (max-width: 767px) {
    .about {
        padding-top: 66vw;
        position: relative;
        top: 0;
        color: #fff;
        overflow: hidden;
    }
    .about section{
        margin: 0 8vw;
    }
    .about h2 {

        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }
    .about h2 span:first-child {
        width: 20px;
        height: 20vw;
        border-left: solid 4px #fff;
        border-top: solid 4px #fff;
        border-bottom: solid 4px #fff;
    }
    .about h2 span:last-child {
        width: 20px;
        height: 20vw;
        border-right: solid 4px #fff;
        border-top: solid 4px #fff;
        border-bottom: solid 4px #fff;
    }
    .about .lead_txt {
        font-size: 3.2vw;
        line-height: 5.6vw;
    }
}

@media screen and (max-width: 576px) {
    .about .lead_txt {
        font-size: 4vw;
        line-height: 7vw;
    }
}

@media screen and (max-width: 729px) {
    .about { padding-top: 71vw; }
}

@media screen and (max-width: 699px) {
    .about { padding-top: 76vw; }
}

@media screen and (max-width: 669px) {
    .about { padding-top: 81vw; }
}

@media screen and (max-width: 649px) {
    .about { padding-top: 106vw; }
}

@media screen and (max-width: 619px) {
    .about { padding-top: 91vw; }
}

@media screen and (max-width: 599px) {
    .about { padding-top: 96vw; }
}

@media screen and (max-width: 576px) {
    .about { padding-top: 101vw; }
}

@media screen and (max-width: 559px) {
    .about { padding-top: 106vw; }
}

@media screen and (max-width: 539px) {
    .about { padding-top: 111vw; }
}

@media screen and (max-width: 529px) {
    .about { padding-top: 116vw; }
}

@media screen and (max-width: 509px) {
    .about { padding-top: 121vw; }
}

.trend {
    height: 1040px;
    margin-top: 20px;
    position: relative;
}

.trend .center {
    width: 300px;
    position: absolute;
    top: 43%;
    left: 51%;
    transform: translate(-50%, -50%);
}

ul.spot_list {
    width: 100%;
    display: block;
    position: relative;
}

ul.spot_list li {
    width: 340px;
    position: absolute;
    opacity: 0;
}

ul.spot_list li:nth-child(1) {
    top: 0;
    left: 117px;
}
ul.spot_list li:nth-child(2) {
    top: 0;
    right: 117px;
}
ul.spot_list li:nth-child(3) {
    top: 315px;
    left: 0;
}
ul.spot_list li:nth-child(4) {
    top: 315px;
    right: 0;
}
ul.spot_list li:nth-child(5) {
    top: 630px;
    left: 117px;
}
ul.spot_list li:nth-child(6) {
    top: 630px;
    right: 117px;
}

ul.spot_list li .spot_info {
    width: 370px;
    height: 240px;
    padding: 35px 45px 0 50px;
    text-align: left;
    background: url(../images/about_spot_frame.png);
    box-sizing: border-box;
}

.spot_name {
    margin-top: 15px;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.spot_name img {
    width: 46px;
    margin-right: 10px;
}

.spot_lead {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.spot_break_rate {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.spot_break_rate span {
    font-size: 20px;
}
.spot_break_rate span.active {
    margin-left: 1rem;
    color: #f08200;
}

.spot_img {
    margin-top: -60px;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
}

.trend .fadeInDown li {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.trend .fadeInDown li:nth-child(2){
    animation-delay: 0.5s;
}
.trend .fadeInDown li:nth-child(3){
    animation-delay: 1.0s;
}
.trend .fadeInDown li:nth-child(4){
    animation-delay: 1.5s;
}
.trend .fadeInDown li:nth-child(5){
    animation-delay: 2.0s;
}
.trend .fadeInDown li:nth-child(6){
    animation-delay: 2.5s;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .trend {
        height: 900px;
        margin-top: 0;
    }
    .trend .center {
        width: 150px;
        top: 45%;
    }
    .trend ul.spot_list li {
        transform: scale(0.8);
    }
    ul.spot_list li:nth-child(3) {
        top: 260px;
        left: 0;
    }
    ul.spot_list li:nth-child(4) {
        top: 260px;
        right: 0;
    }
    ul.spot_list li:nth-child(5) {
        top: 510px;
        left: 117px;
    }
    ul.spot_list li:nth-child(6) {
        top: 510px;
        right: 117px;
    }
}

@media screen and (max-width: 909px) {
    .trend {
        height: 800px;
        margin-top: -20px;
    }
    .trend .center {
        width: 140px;
        top: 48%;
    }
    .trend ul.spot_list li {
        transform: scale(0.7);
    }
    ul.spot_list li:nth-child(3) {
        top: 230px;
        left: 0;
    }
    ul.spot_list li:nth-child(4) {
        top: 230px;
        right: 0;
    }
    ul.spot_list li:nth-child(5) {
        top: 450px;
        left: 117px;
    }
    ul.spot_list li:nth-child(6) {
        top: 450px;
        right: 117px;
    }
}

@media screen and (max-width: 889px) {
    .trend {
        height: 1700px;
        margin-top: 20px;
    }
    .trend .center {
        width: 410px;
        top: 11%;
    }
    .trend ul.spot_list li {
        transform: scale(1);
        transform: translate(-50%, 0);
    }
    ul.spot_list li:nth-child(1) {
        top: 380px;
        left: 35%;
    }
    ul.spot_list li:nth-child(2) {
        top: 680px;
        left: 65%;
    }
    ul.spot_list li:nth-child(3) {
        top: 980px;
        left: 35%;
    }
    ul.spot_list li:nth-child(4) {
        top: 1280px;
        left: 65%;
    }
    .trend .fadeInDown li:nth-child(5),
    .trend .fadeInDown li:nth-child(6) {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .trend {
        height: 1050px;
        margin-top: 20px;
    }
    .trend .center {
        width: 300px;
        top: 12%;
    }
    .trend ul.spot_list li {
        transform: scale(0.6) translate(-50%, 0);
    }
    ul.spot_list li:nth-child(1) {
        top: 190px;
        left: 15%;
    }
    ul.spot_list li:nth-child(2) {
        top: 370px;
        left: 47%;
    }
    ul.spot_list li:nth-child(3) {
        top: 550px;
        left: 15%;
    }
    ul.spot_list li:nth-child(4) {
        top: 730px;
        left: 47%;
    }
}

/* feature
------------------------------ */
.feature {
    margin-top: 10px;
    text-align: left;
}

.feature h3 {
    margin-left: 330px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    letter-spacing: normal;
    color: #14b4e6;
    border-bottom: solid 3px #14b4e6;
    display: inline-block;
}

.features_block {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0px;
    background-image: url(../images/feature_bg.png);
    background-repeat: no-repeat;
    background-position: bottom 190px center;
    display: flex;
    justify-content: center;
}
.features_block:last-child {
    margin-bottom: 0;
}

.features_block .inner {
    max-width: 1000px;
    margin: 20px 60px 45px 60px;
    display: flex;
    align-items:center;
}


.features_block .app_img {
    width: 301px;
    margin-right: 30px;
}

.features_img_list_sp {
    display: none;
}

.features_block h4 {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
}

.features_txt {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.features_txt img {
    width: 20px;
    margin-right: 10px;
}

ul.features_img_list {
    margin: 30px 0 32px;
    display: flex;
}

.feature1 ul.features_img_list li {
    width: 155px;
    margin-right: 30px;
    transform: scale(.5);
}
.feature2 ul.features_img_list li {
    width: 254px;
    margin-right: 50px;
    transform: scale(.5);
}

.feature .scrollanime { opacity: 0; }
.feature .fadeInDown {
    animation-name: fadeInDown2;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.feature .fadeInDown:nth-child(2) {
    animation-delay: 0.5s;
}
.feature .fadeInDown:nth-child(3) {
    animation-delay: 1.0s;
}
@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: scale(.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform: translate(0);
    }
}

@media screen and (max-width: 991px) {
    .features_block .inner {
        max-width: 100%;
        margin: 0 8vw;
        display: flex;
    }
    .feature {
        margin-top: 10px;
        text-align: center;
    }
    .feature h3 {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
    .features_block {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 50px;
        background-image: url(../images/feature_bg.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        display: flex;
        justify-content: center;
    }
    .features_block .inner {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .features_block h4 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .features_block h4:first-child {
        margin-top: 0;
    }
    .app_img_block {
        margin-top: 15px;
        display: flex;
        align-items: center;
        order: 2;
    }
    .features_block .app_img {
        width: 45vw;
        max-width: 301px;
        margin-right: 0;
        display:block;
    }
    .features_block .items {
        order: 1;
    }
    ul.features_img_list {
        display: none;
    }
    ul.features_img_list_sp {
        width: 21vw;
        display: block;
    }
    ul.features_img_list_sp li {
        width: 23vw;
        max-width: 172px;
        margin: 13px 0 13px 30px;
        display: block;
    }
    .feature2 ul.features_img_list_sp li {
        width: 35vw;
        max-width: 256px;
        margin: 20px 0 20px 15px;
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .features_block {
        margin-bottom: 30px;
        padding-bottom: 40px;
        background-size: 280%;
    }
    .features_block h4 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .features_block h4:first-child {
        margin-top: 0;
    }
    .features_txt {
        margin-bottom: 10px;
        font-size: 1.2rem;
        text-align: left;
        align-items: flex-start;
    }
    .features_txt img {
        width: .9rem;
        margin-right: .5rem;
    }
}

@media screen and (max-width: 576px) {
    .feature h3 {
        font-size: 1.4rem;
        border-bottom: solid 2px #14b4e6 ;
    }
    .features_block h4 {
        font-size: 1.2rem;
    }
    .features_txt {
        font-size: 0.9rem;
        line-height: 1.7;
    }

}

/* =========================================================
 main/information
========================================================= */
.information {
    position: relative;
    color: #fff;
}

ul.information_list {
    width: 100%;
    margin-top: 45px;
    text-align: left;
    border-top: solid 1px #969696;
}

ul.information_list li {
    height: 100px;
    border-bottom: solid 1px #969696;
}

ul.information_list li a {
    height: 100px;
    color: #e6e6e6;
    font-size: 18px;
    display: flex;
    align-items: center;

}
ul.information_list li a:hover {
    opacity: .7;
}
ul.information_list li a:after {
    margin-left: auto;
    margin-right: 20px;
    content: url(../images/list_arrow.svg);
}

ul.information_list li .date {
    margin-right: 45px;
}

ul.information_list li .info_head {
    margin-right: 20px;
}

.information .read_more {
    height: 60px;
    background: #35393a;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.information .read_more a {
    color: #e6e6e6;
}
.information .read_more a:hover {
    opacity: .7;
}
.information .read_more a:after {
    margin-left: 40px;
    margin-right: 20px;
    content: url(../images/list_arrow.svg);
}

@media screen and (max-width: 767px) {
    .information {
        margin-top: 30px;
    }
}

@media screen and (max-width: 576px) {
    .information section {
        margin: 0;
    }
    ul.information_list {
        margin-top: 30px;
    }
    ul.information_list li {
        height: 70px;
    }
    ul.information_list li a {
        height: 70px;
        padding: 0 8vw;
        color: #e6e6e6;
        font-size: 0.85rem;
        flex-direction: column;
        box-sizing: border-box;
        background-image: url(../images/list_arrow.svg);
        background-repeat: no-repeat;
        background-position: center right 8vw;
    }
    ul.information_list li .date {
        width: 90%;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }
    ul.information_list li .info_head {
        width: 90%;
        margin-bottom: auto;
        margin-right: auto;
    }
    ul.information_list li a:after {
        display: none;
    }
    .information .read_more a {
        font-size: 0.85rem;
    }
    .information .read_more {
        height: 45px;
    }
    .information .read_more a:after {
        margin-left: 10px;
        margin-right: 8vw;
    }
}

/* =========================================================
 main/download
========================================================= */
.download {
    padding-bottom: 70px;
    color: #fff;
}

.download h2 {
    width: 520px;
    margin: 45px auto;
}

.download .lead_txt {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 700;
    color: #e6e6e6;
}

.download_info {
    display: flex;
    justify-content: center;
}

.download .info_box {
    height: 380px;
    width: 100%;
    max-width: 550px;
    border: solid 3px #83898c;
    box-sizing: border-box;
    border-radius: 30px;
}

.download .info_box .inner {
    height: 320px;
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    box-sizing: border-box;
}

.download .info_box .inner .store_btns {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.download .info_box h3 {
    height: 58px;
    background: #83898c;
    font-size: 28px;
    font-weight: 700;
    color: #1f2224;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download .info_box .inner .store_btns .appstore_btn {
    margin: 10px;
    width: 76%;
}

.download .info_box .inner .store_btns .googleplay_btn {
    margin: 10px;
    width: 90%;
}

.download .info_box .inner .download_code {
    margin: 20px;
    margin-top: 26px;
    max-width: 220px;
}

.download .info_box p {
    color: #e6e6e6;
    font-size: 18px;
    line-height: 38px;
}

@media screen and (max-width: 767px) {
    .download .info_box {
        height: 550px;
        max-width: 480px;
    }
    .download .info_box .inner {
        height: 480px;
        flex-direction: column;
    }
    .download .info_box .inner .store_btns {
        width: 90%;
    }
    .download .info_box .inner .store_btns .appstore_btn {
        margin: 10px;
        width: 60%;
    }
    .download .info_box .inner .store_btns .googleplay_btn {
        margin: 10px;
        width: 70%;
    }
    .download .info_box .inner .download_code {
        max-width: 180px;
    }

}

@media screen and (max-width: 576px) {
    .download {
        padding-bottom: 30px;
    }

    .download h2 {
        width: 34vw;
        margin: 20px auto;
    }
    .download .lead_txt {
        margin-bottom: 30px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #e6e6e6;
    }
    .download .info_box {
        border-radius: 20px;
        height: 45vh;
        width: 80%;
        border: solid 2px #83898c;
    }
    .download .info_box .inner {
        height: 40vh;
        padding: 15px;
    }
    .download .info_box:nth-child(2) .inner {
        padding: 8px;
    }
    .download .info_box h3 {
        height: 35px;
        font-size: 1.2rem;
        border-radius: 15px 15px 0 0;
    }
    .download .info_box .inner .download_code {
        margin-top: 15px;
    }
    .download .info_box p {
        font-size: 0.78rem;
        line-height: 1.7;
    }
}

/* =========================================================
 main/company
========================================================= */
.company {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: rgba(131, 137, 140, .37);
}

.company h1.contents_tit {
    color: #dfe1e3;
    border: solid 3px #dfe1e3;
}

.company .lead_txt {
    margin: 45px 0;
    color: #dfe1e3;
    font-size: 22px;
}

ul.service_list {
    display: flex;
    justify-content: space-evenly;
}

ul.service_list li {
    width: 100%;
    max-width: 414px;
    height: 550px;
    margin-right: 4px;
    padding-top: 19px;
    background-color: rgba(36, 41, 41, 1);
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
ul.service_list li:last-child {
    margin-right: 0;
}
ul.service_list li:hover {
    background-color: rgba(36, 41, 41, .7);
}

ul.service_list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.5;

}

ul.service_list .app_icon img {
    
    width: 100%;
    max-width: 378px;
}

ul.service_list h2 {
    margin: 25px 0 20px;
    color: #e6e6e6;
    font-size: 24px;
    font-weight: 500;
}

ul.service_list p {
    padding: 0 24px;
    text-align: left;
    color: #e6e6e6;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

ul.service_list .image_pc{
    display: unset;
}

ul.service_list .image_sp{
    display: none;
}

@media screen and (max-width: 991px) {
    ul.service_list {
        flex-direction: column;
        justify-content: center;
    }

    ul.service_list li {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 20px;
    }
    ul.service_list p {
        font-size: 17.5px;
        line-height: 30px;
    }
}

@media screen and (max-width: 889px) {
    ul.service_list {
        flex-direction: column;
        justify-content: center;
    }
    ul.service_list li {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 20px;
    }

}

@media screen and (max-width: 576px) {
    .company {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(131, 137, 140, .37);
    }
    .company h1.contents_tit {
        border: solid 2px #dfe1e3;
    }
    .company .lead_txt {
        margin: 20px 0;
        color: #dfe1e3;
        font-size: 0.9rem;
        line-height: 1.7;
    }
    ul.service_list {
        flex-direction: column;
        justify-content: center;
    }
    ul.service_list li {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 20px;
    }
    ul.service_list .text {
        margin-top: 5px;
        margin-left: 15px;
        margin-right: 10px;
    }
    ul.service_list h2 {
        margin: 0 0 5px;
        font-size: 1rem;
        font-weight: 500;
    }

    ul.service_list p {
        padding: 0;
        font-size: 0.75rem;
        line-height: 1.7;
        font-weight: 400;
    }

    ul.service_list .image_pc{
        display: none;
    }
    
    ul.service_list .image_sp{
        display: unset;
    }
}

/* =========================================================
 main/contact
========================================================= */
.contact {
    padding-bottom: 0;
    color: #43484a;
    background: #dcdfe1;
}

.contact section {
    padding-top: 90px;
    padding-bottom: 70px;
    background: #e6e9eb;
}

.contact h1.contents_tit {
    color: #43484a;
    border: solid 3px #43484a;
}

.contact .lead_txt {
    margin: 45px 0 0;
    font-size: 22px;
}

.contact .caution {
    margin-top: 25px;
    color: #dc0000;
    font-size: 18px;
}

dl.contact_form {
    max-width: 780px;
    margin: 5px auto 0;
    text-align: left;
}

dl.contact_form dt {
    font-size: 18px;
    font-weight: 400;
}

dl.contact_form dd {
    margin-top: 5px;
    margin-bottom: 15px;
}
dl.contact_form dd:last-child {
    margin-bottom: 0;
}

dl.contact_form dd input {
    width: 100%;
    height: 60px;
}

dl.contact_form dd textarea {
    width: 100%;
    min-height: 180px;
    resize: vertical;
}

dl.contact_form dd input,
dl.contact_form dd textarea {
    padding: 0.5rem;
    background: #f0f4f7;
    border: solid 1px #b4b4b4;
    box-sizing: border-box;
    font-size: 18px;
    transition: 0.15s;
}
dl.contact_form dd input:focus,
dl.contact_form dd textarea:focus {
    background: #dddddd;
    border: solid 1px #ff9600;
}
dl.contact_form dd input.err,
dl.contact_form dd textarea.err {
    background: #f5dcdc;
}


.err_mes {
    margin-top: 5px;
    text-align: left;
    color: #dc0000;
    font-size: 18px;
}

.btn {
    width: 100%;
    max-width: 500px;
    height: 80px;
    margin-top: 40px;
    background: #14b4e6;
    border-radius: 12px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
}
.btn:hover {
    opacity: .7;
}

@media screen and (max-width: 991px) {
    .contact {
        background: #e6e9eb;
     }
}

@media screen and (max-width: 576px) {
    .contact {
       margin-top: 0;
    }
    .contact section {
        padding-top: 30px;
        padding-bottom: 30px;
        background: none;
    }
    .contact h1.contents_tit {
        border: solid 2px #43484a;
    }
    .contact .lead_txt {
        margin: 20px 0 0;
        font-size: 0.95rem;
        line-height: 1.5;
    }
    .contact .caution {
        margin-top: 10px;
        color: #dc0000;
        font-size: 0.85rem;
    }
    dl.contact_form {
        max-width: 100%;
        margin: 20px auto 0;
    }
    dl.contact_form dt {
        font-size: 0.85rem;
        font-weight: 400;
    }
    dl.contact_form dd {
        margin-bottom: 10px;
    }
    dl.contact_form dd input {
        width: 100%;
        height: 40px;
    }
    dl.contact_form dd textarea {
        width: 100%;
        min-height: 100px;
        resize: vertical;
    }
    dl.contact_form dd input,
    dl.contact_form dd textarea {
        padding: 0.5rem;
        /* font-size: 0.85rem; */
        font-size: 16PX;
    }
    .err_mes {
        font-size: .85rem;
    }
    .btn {
        width: 100%;
        max-width: 500px;
        height: 42px;
        margin-top: 20px;
        background: #14b4e6;
        border-radius: 8px;
        font-size: 1rem;
    }
    .btn:hover {
        opacity: 1;
    }
}

/* =========================================================
 main/contact/thanks
========================================================= */
.thanks{
    padding-bottom: 20px;
}

.thanks section .mes_area {
    margin-top: 20px;
    padding-top: 46px;
    padding-bottom: 76px;
    background: #f0f3f5;
    border-radius: 12px;
}

.icon_complete {
    width: 86px;
    margin: 0 auto;
}

.thanks h1 {
    margin: 50px 0;
    font-size: 26px;
    font-weight: 500;
}

.thanks .mes {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
}

.thanks .top_btn {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.top_btn .btn {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .thanks {
        margin-top: 30px;
    }
    .thanks section .mes_area {
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 35px;
        background: #f0f3f5;
        border-radius: 12px;
    }
    .icon_complete {
        width: 15vw;
    }
    .thanks h1 {
        margin: 5vw 0;
        font-size: 1.1rem;
    }
    .thanks .mes {
        font-size: .9rem;
        font-weight: 400;
        line-height: 1.8;
    }
}


/* =========================================================
 footer
========================================================= */
footer {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 45px;
    background: #1e2224;
    color: #e6e6e6;
}

footer .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_nav {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.footer_nav li {
    display: inline-block;
}

.footer_nav li:after {
    content: "|";
    margin: 0 1rem;
}
.footer_nav li:last-child:after {
    content: "";
    margin: 0;
}

.footer_nav a {
    color: #e6e6e6;
}
.footer_nav a:hover {
    opacity: .7;
}

footer .share_sns {
    margin-left: 38px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

footer .share_sns .sns_icon {
    width: 38px;
    margin-left: 20px;
}

footer .copyright {
    margin-top: 90px;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 999px) {
    footer {
        padding-left: 8vw;
        padding-right: 8vw;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 889px) {
    .footer_nav li:after {
        content: none;
        margin: 0;
    }
    .footer_nav li {
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    footer {
        padding-left: 8vw;
        padding-right: 8vw;
        box-sizing: border-box;
    }
    footer .inner {
        align-items: flex-start;
    }
    .footer_nav {
        font-size: 0.85rem;
    }
    footer .share_sns {
        margin-left: 0;
        font-size: 0.85rem;
    }
    footer .share_sns .sns_icon {
        width: 32px;
        margin-left: 15px;
    }
    footer .copyright {
        margin-top: 70px;
        font-size: 0.85rem;
    }
}