@charset "UTF-8";
header {
    position: absolute;
}
#index .l-wrapper {
    background: #818181;
}
#index .kv__ttl {
    animation: none;
    opacity: 1;
}
#index .section4__inner, #index .section4__ttl_sub {
    background: #b29434;
    color: #b29434;
}
#index .kv__copy {
    top: 94px;
    left: 386px;
}
#index .section4__ttl, #index .section4__txt-2 {
    color: #fff;
}
#index .section4__ttl-sub {
    background-color: #fff;
}
#index .article section {
    padding-bottom: 24px;
}
#index1 {
    background: #698CCA;
}
#index2 {
    background: #BDAC9D;
}
#index3 {
    background: #77C5C9;
}
#index4 {
    background: #F2E2BF;
}
#index5 {
    background: #BAB0CF;
}
#index6 {
    background: #736F66;
}
#index7 {
    background: #BCB9B5;
}
#index8 {
    background: #E3A5A5;
}
#index9 {
    background: #56A8CB;
}
#index10 {
    background: #446495;
}
#index11 {
    background: #78B799;
}
#index .section4__inner-2 img {
    width: auto;
}
#index .article h3 {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: inherit;
}
.question-box {
    max-width: 274px;
    margin: 24px auto;
}
.question-box dl {
    background: #fff;
    border-radius: 10px;
    padding: 20px 16px;
    position: relative;
}
#index .article {
    white-space: normal;
}
.q-number-visual {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    padding-bottom: 8px;
}
.q-number-visual img{
    padding-bottom: 1px;
}
.q-number-visual .svg-q {
    padding-bottom: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.question-title {
    width: max-content;
    margin: 0 auto;
}
.question-text {
    font-family: "Maru Antique+ Bold", "Noto Sans JP", sans-serif;
    font-size: min(4.4vw, 18px);
    line-height: 1.33;
    color: #97CAEB;
}
.answer-title {
    position: relative;
    display: inline-block;
    padding: 16px 112px;
}
.answer-title:before, .answer-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 1px;
    background-color: #97CAEB;
}

.answer-title:before {
    left:0;
    width: 90px;
}
.answer-title:after {
    right: 0;
    width: 96px;
}
.answer-text {
    font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin-top: -8px;
}
.answer-text a {
    color: #eb82af;
    transition: opacity .3s;
}
.answer-text a:hover {
    opacity: 0.4;
}
.question-box.effect-fade {
    opacity: 1;
    transform: translate(0, 0);
    position: relative;
}
.question-box.effect-fade:before {
    content: '';
    background: url(/store/nemukuma/img/100go/nemukuma.png) no-repeat;
    background-size: contain;
    width: 57px;
    height: 55px;
    position: absolute;
    top: 70px;
    right: 0;
    transform: translateY(-30px) rotate(-60deg);
    transition: all 1s ease 1s; 
}
.question-box.effect-fade.effect-scroll:before {
    right: -50px;   
    transform: translateY(0) rotate(0);
}
.question-box.effect-fade2:before {
    left: 10px;
    right: auto;
    transform: translateY(-30px) rotate(-20deg);
}
.question-box.effect-fade2.effect-scroll:before {
    left: -46px;
    right: auto;
    transform: translateY(0) rotate(-90deg);
}
#index .section4__inner-2 .nav {
    position: absolute;
    height: 100vh;
    top: 70px;
    left: 100px;
}
#index .section4__inner-2.fixed .nav {
    position: fixed;
}
/* ending: nav released from fixed, background remains fixed */
#index .section4__inner-2.ending {
    background-attachment: fixed;
    background-position: top center;
}
#index .section4__inner-2 .nav h3 img {
    margin: 0 auto 8px;
}
/* active nav link */
#index .section4__inner-2 .nav li + li {
    margin-top: 4px;
}
#index .section4__inner-2 .nav a {
    font-family: 'Maru Antique+ DemiBold', "Noto Sans JP", sans-serif;
    color: #332E20;
    font-size: 16px;
    line-height: 2.12;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    position: relative;
}
#index .section4__inner-2 .nav a span {
    font-size: 12px;
    display: block;
    margin-bottom: -8px;
}
#index .section4__inner-2 .nav a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    bottom: -5px;
}
#index .section4__inner-2 .nav a:hover,
#index .section4__inner-2 .nav a.active {
    color: #fff;
    border-bottom-color: #fff;
}
#index .section4__inner-2 .nav a:hover::after,
#index .section4__inner-2 .nav a.active::after {
    background: #fff;
}
#index .article__date {
    color: #fff;
}
#index .article__arrow img {
    filter: brightness(0) invert(1);
}
/* SP nav toggle button: PCでは非表示、SPではsection内右上に表示 */
.nav-toggle-btn {
    display: none;
    top: 32px;
    right: 16px;
    z-index: 1000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
#index .article__arrow {
    align-items: center;
}
#index .section5__ttl {
    font-size: 18px;
}
#index .section5__txt {
    font-size: 13px;
}
.nemukuma-end {
    margin-top: 24px;
}
.nemukuma-end img {
    width: 178px !important;
    margin: 0 auto;
}
.prof__body {
    background-color: initial;
    color: #fff;
}
.prof__body > div {
    padding: 40px 0 0;
}
.prof__body p a {
    font-family: "Shuei MaruGo L" , sans-serif;
}
.prof__body a {
    color: #2F2610;
}
@media (min-width: 601px) {
    .wrapper_send > div {
        width: 100%;
    }
}
@media (min-width:768px) {
    #index .kv {
        background-image: url(/store/nemukuma/img/100go/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        top: 95px;
        left: 130px;
    }
    #index .kv__logo {
        width: auto;
        left: 20px;
        top: 21px;
    }
    #index .section4__inner-2 {
        background: url(/store/nemukuma/img/100go/bg.png) no-repeat top center #97CAEB;
        background-size: auto 100vh;
        padding-top: 0;
        position: relative;
    }
    #index .section4__inner-2.fixed {
        background-attachment: fixed;
        background-position: top center;
    }
    #index .section4__ttl-wrapper {
        max-width: 470px;
        margin: 0 auto;
        justify-content: start;
    }
    #index .article {
        width: 400px;
    }
    #index .article__navi {
        width: 94%;
    }
    #index .article__arrow-left, #index .article__arrow-right {
        width: 70px;
    }
    #index .section5__btn {
        position: relative !important;
        margin-top: 50px;
    }
    .prof__body > div {
        width: 470px;
        padding: 40px 0 0;
        white-space: nowrap;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    #index .section4__inner-2 {
        background: url(/store/nemukuma/img/100go/bg.webp) no-repeat top center;
        background-size: 950px auto;
    }
}
@supports (-webkit-touch-callout: none) {
    @media (min-width: 768px) {
        #index .section4__inner-2.fixed,
        #index .section4__inner-2.ending {
            background-attachment: scroll;
            background-repeat: repeat-y;
        }
    }
}
@media (max-width: 767px) {
    #index .kv__logo {
        width: 19.06vw;
        top: 5.3vw;
        right: 6.2vw;
    }
    #index .kv {
        background-image: url(/store/nemukuma/img/100go/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__ttl {
        width: 44vw;
        top: 5.3vw;
        left: 5vw;
    }
    #index .kv__copy {
        width: 78.933vw;
        top: 44vw;
        left: 10.4vw;
    }
    #index .section4__inner-2 {
        padding-top: 0;
        position: relative;
    }
    #index .article {
        width: 100%;
    }
    header {
        position:absolute
    }
    /* トグルボタン: SP内でabsolute表示、スクロールでfixedに切り替え */
    .nav-toggle-btn {
        display: block;
        position: absolute;
    }
    .nav-toggle-btn.is-active {
        position: fixed;
    }    
    /* nav open中はbodyスクロール禁止 */
    body.nav-open {
        overflow: hidden;
    }
    /* navパネル: 右からスライドイン */
    #index .section4__inner-2 .nav,
    #index .section4__inner-2.fixed .nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        height: 100%;
        width: 100%;
        z-index: 900;
        background: url(/store/nemukuma/img/100go/bg-index.png) no-repeat bottom center;
        background-size: cover;
        padding: 60px 24px 40px;
        transform: translateX(110%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        box-sizing: border-box;
    }
    #index .section4__inner-2 .nav.is-open,
    #index .section4__inner-2.fixed .nav.is-open {
        transform: translateX(0);
    }
    #index .section4__inner-2 .nav h3 img {
        width: 168px;
        margin: 0 auto;
    }
    #index .section4__inner-2 .nav h3 + ul {
        width: max-content;
        margin: 10px auto;
    }
}