@charset "UTF-8";

body.loaded {
    overflow: auto;
    opacity: 1;
}
#site-header {
    background: #000;
}
.serif{
    font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}




/*  l-kv
--------------------------------------------------*/
.l-kv{
    position: relative;
    margin-bottom: -1px;
}
.l-kv img{
    vertical-align: bottom;
}



/*  commonCapArea
--------------------------------------------------*/
.l-contents{
    padding-block: 80px 0;
    background: #000000;
}
.contents-inner{
    position: relative;
    width: min(90%,1000px);
    margin-inline: auto;
    z-index: 2;
}
.contents-ttl{
    width: min(90%,600px);
    margin-inline: auto;
}
.contents-catch{
    font-size: 18px;
    line-height: 2.375;
    letter-spacing: .2em;
    color: #fff;
    text-align: center;
    margin-block: 50px 60px;
}
.contents-figure{
    width: min(90%,680px);
    margin-inline: auto;
    margin-bottom: 50px;
}
.contents-tips{
    width: min(90%,680px);
    margin-inline: auto;
}
.contents-tips__txt{
    position: relative;
    font-size: 34px;
    line-height: 1.647058823529412;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.contents-tips__txt:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background : linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.contents-tips__txt sup{
    font-size: 10px;
    letter-spacing: -116m;
    vertical-align: -1.8em;
    margin-inline: -1em;
}
.contents-tips__catch{
    font-size: 34px;
    line-height: 1.647058823529412;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 50px;
}
.contents-tips__catch em{
    font-style: normal;
    font-size: 1.25em;
}
.contents-tips__note{
    width: min(100%,650px);
    margin-inline: auto;
    border: solid 1px #e5cf7b;
    padding: 26px 30px 32px;
    text-align: center;
}
.contents-tips__note__heading{
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #e5cf7b;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
.contents-tips__note__link{
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    color: #e5cf7b;
    text-align: center;
    letter-spacing: .05em;
    /*border: solid 1px #e5cf7b;
    padding: 13px 30px 20px 40px;
    border-radius: 50px;*/
    text-decoration: underline;
    text-decoration-color: rgba(229, 207, 123, 0.6);
}
.contents-tips__note__link:hover{
    text-decoration: underline;
    text-decoration-color: rgba(229, 207, 123, 0.6);
}
.contents-tips__note span{
    display: inline-block;
    border: solid 1px #fff;
    padding: 17px 30px 19px;
}
.contents-image{
    position: relative;
    margin-top: calc(-350 / 1500 * 100%);
}
.contents-image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background : linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}
@media screen and (max-width: 767px){
    .l-contents{
        padding-block: 60px 0;
    }
    .contents-inner{
        width: min(calc(340 / 380 * 100%),560px);
    }
    .contents-ttl{
        width: calc(240 / 340 * 100%);
    }
    .contents-catch{
        font-size: 15px;
        line-height: 2.375;
        margin-block: 30px 50px;
    }
    .contents-figure{
        width: 100%;
        margin-bottom: 50px;
    }
    .contents-tips{
        width: 100%;
    }
    .contents-tips__txt{
        font-size: 24px;
        line-height: 1.75;
        padding-bottom: 23px;
        margin-bottom: 25px;
    }
    .contents-tips__txt sup{
        font-size: 9px;
        vertical-align: -1.6em;
    }
    .contents-tips__catch{
        font-size: 20px;
        letter-spacing: .05em;
        margin-bottom: 40px;
    }
    .contents-tips__catch em{
        font-size: 1.5em;
        letter-spacing: .15em;
    }
    .contents-tips__note {
        width: 100%;
        padding: 22px 18px 25px;
    }
    .contents-tips__note__heading{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contents-tips__note__link{
        font-size: 18px;
        /*padding: 10px 30px 15px 40px;
        border-radius: 50px;*/
    }
    .contents-tips__note span{
        padding: 12px 20px 13px;
    }
    .contents-image{
        margin-top: calc(-30 / 380 * 100%);
    }
    .contents-image:before{
        height: 80px;
    }
}







/*  commonCapArea
--------------------------------------------------*/
.commonCapArea{
    background-color: #fff;
}
.commonCapArea ul li{
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: .05em;
}
@media screen and (max-width: 767px){
    .commonCapArea{
    }
}
