@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: #330e30;
}
.contents-inner{
    position: relative;
    width: min(90%,1000px);
    margin-inline: auto;
    z-index: 2;
}
.contents-ttl{
    width: min(90%,500px);
    margin-inline: auto;
    margin-bottom: 70px;
}
.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: 0;
    vertical-align: -0.3em;
}
.contents-tips__catch{
    font-size: 34px;
    line-height: 1.647058823529412;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 40px;
}
.contents-tips__catch em{
    display: block;
    width: min(100%,308px);
    margin-inline: auto;
    margin-top: -20px;
    /*font-style: normal;
    font-size: 1.25em;*/
}
.contents-tips__note{
    width: 100%;
    margin-inline: auto;
}
.contents-tips__note__heading{
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: .05em;
    margin-bottom: 30px;
}
.contents-tips__note__heading span{
    display: inline-block;
    background: linear-gradient(135deg, rgba(177, 158, 96, 1) 0%, rgba(249, 239, 181, 1) 49.97%, rgba(177, 158, 96, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contents-tips__note__desc {
    font-size: 32px;
    line-height: 1.625;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
}
.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-image{
    position: relative;
}
@media screen and (max-width: 767px){
    .l-contents{
        padding-block: 60px 0;
    }
    .contents-inner{
        width: min(calc(340 / 380 * 100%),560px);
    }
    .contents-ttl{
        width: 100%;
        margin-bottom: 50px;
    }
    .contents-catch{
        font-size: 15px;
        line-height: 2.375;
        margin-block: 30px 50px;
    }
    .contents-figure{
        width: 100%;
        margin-bottom: 30px;
    }
    .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: -.2em;
    }
    .contents-tips__catch{
        font-size: 25px;
        letter-spacing: .05em;
        margin-bottom: 25px;
    }
    .contents-tips__catch em{
        width: min(100%, 208px);
        margin-top: -10px;
        /*font-size: 1.5em;
        letter-spacing: .15em;*/
    }
    .contents-tips__note {
        width: 100%;
    }
    .contents-tips__note__heading{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .contents-tips__note__desc {
        font-size: 18px;
    }
    .contents-tips__note__link{
        font-size: 18px;
        /*padding: 10px 30px 15px 40px;
        border-radius: 50px;*/
    }
    .contents-image {
        margin-top: 20px;
    }
}







/*  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{
    }
}


.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.footer-logo a {
    display: block;
    width: auto;
    height: 44px;
}
.footer-logo a img {
    width: auto;
    height: 100%;
}
@media screen and (max-width: 767px){
    .footer-logo {
        flex-direction: column;
        gap: 10px 20px;
    }
    .footer-logo a {
        height: 30px;
    }
}