body{
    line-height: 48px !important;
}
#key{
    background: url(../img/spots/key.png) no-repeat center bottom/cover;
}
#key .ttl .ttl-eng .cr{
    margin: 0 -25px;
}
#sec1{
    padding: 0 0 86px;
    margin-top: -7px;
}
#sec1 h2{
    margin-bottom: -46px;
}
#sec1 .txt{
    text-align: center;
}
#sec2{
    padding-bottom: 90px;
}
#sec2 h2{
    margin-bottom: -32px;
}
#sec2 .set{
    position: relative;
    padding: 84px 0 55px;
}
#sec2 .set::before{
    content: '';
    background: rgb(240 137 160 / 8%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 306px;
}
#sec2 .set .gr{
    display: flex;
    justify-content: space-between;
}
#sec2 .set .gr .photo{
    width: 54.3636363636%;
    margin: -24px 0 0 -36px;
}
#sec2 .set .gr .info{
    width: 47.8181818182%;
}
#sec2 .set .gr .info h3 span{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    display: inline-block;
    background: #C04080;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 8px 32px;
}
#sec2 .set .gr .info .txt{
    line-height: 40px;
    margin: 20px 0 35px;
}
#sec2 .set .gr .info .effect dt span{
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    color: #C04080;
    letter-spacing: 0.2em;
    display: inline-block;
    border: 1px solid #C04080;
    border-radius: 50px;
    padding: 0 29px;
    text-align: center;
    margin-bottom: 15px;
}
#sec2 .set .gr .info .effect dd{
    line-height: 40px;
}
#sec2 .set .gr .info .gr-btn{
    display: flex;
    margin-top: 23px;
}
#sec2 .set .gr .info .gr-btn li{
    width: 210px;
}
#sec2 .set .gr .info .gr-btn li a{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background: #F089A0;
    position: relative;
}
#sec2 .set .gr .info .gr-btn li:not(:last-child){
    margin-right: 24px;
}
#sec2 .set .gr .info .gr-btn li a::after{
    content: "";
    background: url(../img/spots/sec2_arr.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
#sec2 .set .gr .info .gr-btn li a:hover{
    opacity: 0.8;
}
#sec3{
    position: relative;
    padding-bottom: 100px;
}
#sec3 h2{
    margin-bottom: 62px;
}
#sec3::before{
    content: '';
    background: rgb(252 173 190 / 16%);
    position: absolute;
    top: 162px;
    right: 0;
    bottom: 0;
    left: 0;
}
#sec3 .list dl{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    color: #C04080;
    padding: 10px 32px;
    border-bottom: 1px solid #C04080;
    position: relative;
}
#sec3 .list dl:first-child::before{
    content: '';
    background: url(../img/spots/sec3_line1.png) no-repeat 0 0/100% auto;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    height: 16px;
}
#sec3 .list dl:last-child::before{
    content: '';
    background: url(../img/spots/sec3_line2.png) no-repeat 0 0/100% auto;
    height: 16px;
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
}
#sec3 .list dl:last-child{
    border: 0;
}
#sec3 .list dl dd small{
    font-size: 16px;
}
@media screen and (max-width: 767px){
    #key .ttl .ttl-eng {
        font-size: 40px !important;
    }
    #key .ttl .ttl-jp{
        font-size: 20px !important;
        margin-top: -57px !important;
    }
    #sec1 .txt {
        text-align: left;
    }
    #sec1{
        padding: 0 0 50px;
    }
    #sec2 .set .gr{
        display: block;
    }
    #sec2 .set .gr .photo {
        width: auto;
        margin: 0 -22px;
    }
    #sec2 .set .gr .info {
        width: 100%;
    }
    #sec2 .set .gr .info .gr-btn{
        display: block;
    }
    #sec2 .set .gr .info .gr-btn li:not(:last-child){
        margin: 0 0 20px;
    }
    #sec2 .set .gr .info .gr-btn li {
        width: 100%;
    }
    #sec2 .set .gr .info .gr-btn li a{
        padding: 10px 0;
    }
    #sec2 .set::before{
        height: 415px;
    }
    #sec3 .list dl{
        padding: 10px 0;
        display: block;
        font-size: 18px;
    }
    #sec3 .list dl dd small {
        font-size: 14px;
    }
    
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #sec3 .list dl{
        padding: 10px;
    }
    .ttl .ttl-eng{
        font-size: 78px;
    }
    .ttl .ttl-jp{
        margin-top: -68px;
    }
}