#key-visual__container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1024px) {
    #key-visual__container {
        min-height: 720px;
    }
}

#container__tag {
    position: absolute;
    left: 7.52%;
    top: 4.0%;
    text-align: center;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.32;
    z-index: 100;
}

@media screen and (min-width:1200px) {
    #container__tag {
        font-size: 16px;
        top: 24px;
        left: 80px;
    }
}

#container__tag strong {
    color: #fff;
    font-size: 4.2vw;
}

@media screen and (min-width:1200px) {
    #container__tag strong {
        font-size: 36px;
    }
}

#container__tag--bg {
    position: absolute;
    top: 0;
    left: 3.2vw;
    z-index: 10;
    width: 22vw;
}

@media screen and (min-width:1200px) {
    #container__tag--bg {
        width: 160px;
        left: 52px;
    }
}

#key-visual {
    /* background: transparent url(../common/img/kv_bg.png) no-repeat;
        background-size: cover;
        background-position: center; */
    margin: 0 0;
    background-color: #f1f1f1;
}


#container__area {
    text-align: center;
    color: #fff;
    font-size: 3.6vw;
    line-height: 1.32;
    z-index: 200;
    width: 100%;
    position: absolute;
    top: 22.4vw;
    letter-spacing: 0.12rem;
    font-weight: bold;
}

@media screen and (min-width:1024px) {
    #container__area {
        font-size: 32px;
        top: 244px;
    }
}

.key-visual_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.latest-version {
    position: absolute;
    top: 30px;
    left: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background-color: #FCF695;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1.2;
    color: #72594e;
}

@media screen and (max-width:1200px) {
    .latest-version {
        top: calc((30 / 1200) * 100vw);
        left: calc((260 / 1200) * 100vw);
        width: calc((155 / 1200) * 100vw);
        height: calc((155 / 1200) * 100vw);
        font-size: calc((30 / 1200) * 100vw);
    }

}

@media screen and (max-width:1024px) {
    .latest-version {
        top: calc((90 / 1024) * 100vw);
        left: calc((70 / 1024) * 100vw);
        width: calc((190 / 1024) * 100vw);
        height: calc((190 / 1024) * 100vw);
        font-size: calc((35 / 1024) * 100vw);
    }

}

.latest-version .year {
    font-size: 22px;
}

@media screen and (max-width:1200px) {
    .latest-version .year {
        font-size: calc((22 / 1200) * 100vw);
    }
}

@media screen and (max-width:1024px) {
    .latest-version .year {
        font-size: calc((30 / 1024) * 100vw);
    }

}

.latest-version .month .month-num {
    font-size: 40px;
}

@media screen and (max-width:1200px) {
    .latest-version .month .month-num {
        font-size: calc((40 / 1200) * 100vw);
    }
}

@media screen and (max-width:1024px) {
    .latest-version .month .month-num {
        font-size: calc((50 / 1024) * 100vw);
    }

}

#key-visual-listbox {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
}
.key-visual-listbox-inner {
    background: #e1f6f0;
    padding: 20px 0;
}
#key-visual-listbox ul {
display:flex;
    flex-wrap: wrap;
}
#key-visual-listbox ul li {
width: 30%;
    margin: 0 1.6%;
display:flex;
flex-wrap: wrap;
align-content: space-between;
background:#FFF;
}
#key-visual-listbox ul li .btn {
width: 100%;
    padding: 10px;
margin: 0 auto;
    max-width: 400px;
}
#key-visual-listbox ul li .tx {
    width: 100%;
    padding: 10px;
    text-align: center;
}
#key-visual-listbox ul li .tx p {
    font-weight: bold;
    font-size: 18px;
}
#key-visual-listbox ul li .tx .logo {
color:#FF0000;
font-weight:bold;
margin-bottom:10px;
font-size: 15px;
    margin-top: 0;
}
#key-visual-listbox ul li .tx .logo img {
    max-width: 220px;
}
#key-visual-listbox ul li .tx .tt {
    padding: 15px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #24becd;
    border-top: double 3px #24becd;
    border-bottom: double 3px #24becd;
font-size: 20px;
}
#key-visual-listbox ul li .tx .tt + p {
font-size:20px;
    line-height: 2;
    min-height: 120px;
align-content: center;
}
#key-visual-listbox ul li .tx .ib {
display:block;
}
#key-visual-listbox ul li .btn a {
display: block;
    background: #f3aab4;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

#key-visual-listbox ul li:first-child .btn a {
background: #f98431;
}
#key-visual-listbox ul li:nth-child(2) .btn a {
background: #f93131;
}
#key-visual-listbox ul li:nth-child(2) .tx .tt {
    color: #f93131;
    border-top: double 3px #f93131;
    border-bottom: double 3px #f93131;
}
#key-visual-listbox ul li:last-child .btn a {
background: #008e9d;
}
@media screen and (max-width:992px) {
#key-visual-listbox ul li .tx .tt + p {
    font-size: 17px;
}
}

@media screen and (max-width:900px) {
#key-visual-listbox ul li .tx .logo {
font-size:14px;
}
#key-visual-listbox ul li .tx .ib {
        display: inline-block;
}
#key-visual-listbox ul li .tx .tt {
font-size: 18px;
}
#key-visual-listbox ul li .tx p {
    font-size: 16px;
}
#key-visual-listbox ul li .tx .tt + p {
    font-size: 16px;
}
}

#key-visual-listbox .sp-block {
display:none;
}

@media screen and (max-width:768px) {
#key-visual-listbox .sp-block {
display:block;
}
#key-visual-listbox .sp-none {
display:none;
}
#key-visual-listbox ul,
#key-visual-listbox ul li {
display:block;
margin:0;
width:100%;
}
#key-visual-listbox ul li {
        width: 96%;
        margin: 0 2% 20px;
}
#key-visual-listbox ul li:last-child {
margin-bottom:0 !important;
}
#key-visual-listbox ul li .tx {
        padding-bottom: 0;
}
#key-visual-listbox ul li .tx .tt {
        margin: 0 auto 10px;
        max-width: 380px;
padding: 5px;
}
#key-visual-listbox ul li .tx .tt + p {
    line-height: 1.6;
    min-height: inherit;
}
#key-visual-listbox ul li .btn a {
    padding: 5px;
}
#key-visual-listbox ul li .tx .logo {
font-size:18px;
        margin: 0;
        min-width: 150px;
}
#key-visual-listbox ul li .sp-flex {
        display: flex;
        align-items: center;
}
}
@media screen and (max-width:500px) {
.key-visual-listbox-inner {
    padding: 20px 0;
}
#key-visual-listbox ul li {
        margin: 0 2% 20px;
}
}
@media screen and (max-width:460px) {
#key-visual-listbox ul li .tx .tt + p {
text-align: left;
}
#key-visual-listbox ul li .sp-flex {
text-align: left;
}
#key-visual-listbox ul li .tx .ib {
        display: inline;
    }
}