@supports (-webkit-touch-callout: none) {
    .faq_section,
    div#price.price_section,
    #reserve_form,
    #form,
    .reason_section
    {
        background-image: none;
        background-attachment: unset;
    }

    div#info.info_section {
        background-attachment: unset;
    }
}

.hybrid-container,
div#flow.flow_section,
#trial,
#notification {
    background: #fffff3;
}

.hybrid-bg,
div#about>img {
    z-index: 0;
}

footer {
    padding: 130px 0;
    width: 100%;
    max-width: none;
    background: #fffff3;
    color: #4b4641;
}

footer .container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

div#about {
    background: #fffff3;
}

/* 各セクションは普通にレイアウト */
.js-parallax {
    position: relative;
    min-height: 100vh;
}

/* 背景を表示する固定レイヤー（JSで生成） */
.parallax-bg {
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;

    opacity: 0;
    transition: opacity 250ms ease; /* 切り替えを自然に */
    will-change: opacity, transform;
    transform: translate3d(0,0,0);  /* Safari対策 */
}

.parallax-bg.is-active {
    opacity: 1;
}

/* コンテンツを前面に */
.js-parallax .reason_section__inner {
    position: relative;
    z-index: 1;
}

div#trial.trial_section div.trial_wrap ul li div.text_wrap a,
.faq_item__content a {
    color: #c85a32;
    border-bottom: 1px solid #c85a32;
}

.side_menu ul li a span {
    font-family: Shippori Mincho B1, serif;
}
