@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

h1.title_img {
    background-color: unset !important;
    margin: 0px !important;
}

h2.h2ttl {
    margin: 50px 0 20px 0 !important;
}

h3.h3ttl {
    margin: 30px 0 20px 0 !important;
}

p.txt1 {
    line-height: 1.8;
}

span.comingsoon {
    font-size: 0.9em;
    color: #494949;
    margin-left: 1em;
    font-weight: bold;
}

.cntr {
    text-align: center;
}

.cntr img {
    width: 100%;
}

.wide_s {
    padding: 0 30px;
}

.col1 {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

.fl_box {
    display: flex;
    gap: 30px;
}

.col2 {
    width: 48%;
    max-width: 650px;
}

.col1 img, .col2 img {
    width: 100%;
}

@media (max-width: 650px){
    .fl_box{
        display: block;
    }
    .col2 {
        width: 100%;
    }
    .wide_s {
        padding: 0 10px;
    }
}

.btn_dl a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
    font-size: 1.15em;
    margin: 1em auto;
    max-width: 400px;
    padding: 15px 25px;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background: #7993ad;
    text-decoration: none;
}
.btn_dl a:hover {
    background: #386695;
}

.btn_set {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 10px;
}

.btn_set a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
    font-size: 1.15em;
    margin: 1em auto;
    width: 100%;
    padding: 15px 25px;
    border-radius: 50vh;
    color: #fff;
    transition: 0.3s ease-in-out;
    background: #f4ab73;
    text-decoration: none;
}
.btn_set a:hover {
    background: #ee802a;
}


/* -------------------------
@movie
--------------------------*/

.col1_mv {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.mv {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2em;
}

.mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}



/* -------------------------
@tips
--------------------------*/

.tips img {
    padding: 0 10px;
    margin-bottom: 2em;
}

