@import "reset.css";

/* //////////////////
PC・SP共通
////////////////// */

* {
    --font-shippori-mincho: "Shippori Mincho", serif;
    --font-montserrat: "Montserrat", sans-serif;
    --font-noto-sans-jp: "Noto Sans JP", sans-serif;
    --font-libre-baskerville: "Libre Baskerville", serif;
    --font-hiragino-gothic: hiragino-kaku-gothic-pron, sans-serif;

    --bg-color: #fff;
}

#topic_250917 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #000;
}

#topic_250917 .index {
    background-color: transparent !important;
    border: none !important;
    padding: 0px;
    text-align: center;
}

#topic_250917 img {
    width: 100%;
}

#topic_250917 li {
    list-style: none;
}

#topic_250917 p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.08em;
}

#topic_250917 a:hover {
    text-decoration: none !important;
}

#topic_250917 .animate-blur {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#topic_250917 .animate-blur.is-show {
    /* -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .4s; */
    animation: imageBlur ease 2s forwards;
}

@keyframes imageBlur {
    /* 0% {
        opacity: 0;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        -o-filter: blur(5px);
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    } */
    0% {
        opacity: 0;
        visibility: hidden;
        filter: blur(8px);
        transform: translateY(24px) scale(1.01);
    }
    100% {
        opacity: 1;
        visibility: visible;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

#topic_250917 .fadeIn_up {
    opacity: 0;
    transition: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#topic_250917 .fadeIn_up.is-show {
    opacity: 1;
}

#topic_250917 .fadeIn_up_delay {
    opacity: 0;
    transition: 1s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#topic_250917 .fadeIn_up_delay.is-show {
    opacity: 1;
}

#topic_250917 .block {
    display: block;
}

#topic_250917 .relative.item_img.block {
    transition: all 0.2s ease-out;
}

#topic_250917 .relative.item_img.block:hover {
    opacity: 0.8;
}

.red {
    color: #ff5757;
}

a .red {
    text-decoration: underline;
    text-decoration-color: #ff5757;
}

a:hover .red {
    text-decoration: none;
}

/* //////////////////
PC・SP共通
////////////////// */

/* //////////////////
PC共通
////////////////// */

#topic_250917 .center {
    text-align: center;
}

#topic_250917 .relative {
    position: relative;
}

#topic_250917 .absolute {
    position: absolute;
}

#topic_250917 .multiply {
    mix-blend-mode: multiply;
}

#topic_250917 .txt_left {
    text-align: left;
}

#topic_250917 .margin-center {
    margin: 0 auto;
}

#topic_250917 .flex {
    display: flex;
}

#topic_250917 .flex.justify-center {
    justify-content: center !important;
}

#topic_250917 .flex.reverse {
    flex-direction: row-reverse;
}

#topic_250917 .flex-1 {
    flex: 1;
}

#topic_250917 .items {
    overflow-x: clip;
    background-color: var(--bg-color);
    margin-bottom: 80px;
    position: relative;
    z-index: 0;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        width: 132vw;;
        height: 100%;
        background-color: var(--bg-color);
        z-index: -1;
    }
}

#topic_250917 .items .banner_wrap {
    padding: 0;
}

#topic_250917 .items .banner {
    max-width: 100%;
    margin: 0 auto;
}

#topic_250917 .items .banner .slider {
    overflow: hidden;
    aspect-ratio: 1564 / 640;
}

#topic_250917 .items .banner p {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.12em;
    text-align: center;
    font-weight: 350;
    margin: 96px auto 0;
    color: #000;
}

#topic_250917 .items .banner .anchor-btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 42px;
    width: 242px;
    border: 1px solid;
    border-radius: 300px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .12em;
    text-decoration: none;
    margin-inline: auto;
    margin-top: 64px;
    span {
        text-align: center;
        width: 100%;
    }
    img {
        position: absolute;
        right: 17px;
        top: 50%;
        translate: 0 -50%;
        width: 12px;
    }
    &:hover {
        opacity: .75;
    }

    @media (width < 769px) {
        margin-top: 72px;
        height: 33px;
        font-size: 12px;
    }
}

#topic_250917 .items .banner .line {
    height: 72px;
    width: 1px;
    margin-inline: auto;
    background-color: #000;
}

#topic_250917 .items .banner ._box {
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

#topic_250917 .items .banner ._box ._box-title {
    width: auto;
}

#topic_250917 .items .banner ._box p {
    margin: 0;
    padding: 24px 0 32px;
    line-height: 2;
}

#topic_250917 .items .banner ._box div {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

#topic_250917 .items .banner ._box a {
    position: relative;
    display: block;
    max-width: 249px;
    background-color: #454648;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 12px 4px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto;
    transition: all 0.2s ease-out;
}

#topic_250917 .items .banner ._box a:hover {
    opacity: 0.75;
}

#topic_250917 .items .banner ._box a img {
    width: auto;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#topic_250917 .items .banner ._line {
    width: 1px;
    height: 100px;
    margin-inline: auto;
    background-color: #231815;
    margin-top: 64px;
    transform: scaleX(0.75);
}

#topic_250917 .title_img span {
    font-family: "Crimson Text", serif;
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#topic_250917 h3.title {
    font-family: "Crimson Text", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 3.7px;
    margin-bottom: 100px;
}

#topic_250917 .subtitle {
    display: block;
    font-family: "Crimson Text", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2.4px;
    margin-top: 15px;
}

#topic_250917 .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 40px auto 150px;
}

#topic_250917 .icons a {
    transition: all 0.2s ease-out;
}

#topic_250917 .icons a:hover {
    opacity: 0.5;
}

#topic_250917 .icons img {
    width: 40px;
}

#topic_250917 h4.title {
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 80px;
}

#topic_250917 h4.title img {
    height: 25px;
    margin-bottom: 30px;
}

#topic_250917 h4.title span {
    display: block;
}

#topic_250917 h4.title span a {
    text-decoration: none;
    transition: all 0.2s ease-out;
}

#topic_250917 h4.title span a:hover {
    opacity: 0.8;
}

#topic_250917 h4.title a {
    text-decoration: none;
}

#topic_250917 .items .item_info {
    font-family: var(--font-montserrat);
    margin-top: 40px;
    max-width: 100%;
}

#topic_250917 .items .item_info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#topic_250917 .items .item_info ul li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
}

#topic_250917 .items .item_info ul li a {
    text-decoration: underline;
    display: flex;
    gap: 12px;
    align-items: center;
    text-align: left;
    color: currentColor;
}

#topic_250917 .items .item_info ul li:not(:last-child) a > span::after {
    content: ",";
}

/* ページトップ */

#topic_250917 .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 25px;
    bottom: 100px;
    background: #fff;
    border: solid 1px #bbbbbb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;

    -webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
    animation: fadeIn 1s ease 0.5s 1 forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#topic_250917 .pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #bbbbbb;
    border-right: 2px solid #bbbbbb;
    transform: translateY(20%) rotate(-45deg);
}

/* ページトップ */

/* サーチエリア */

#topic_250917 .search-ttl {
    font-family: "Libre Baskerville", serif !important;
    font-size: 2.8rem !important;
    line-height: 2.3rem !important;
    letter-spacing: 0.24em !important;
    text-align: center;
    font-weight: 400;
}

#topic_250917 .search-area .search-list {
    font-family: "Montserrat", "Noto Sans JP";
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 120px;
}

#topic_250917 .search-area .search-list > ul {
    max-width: 980px;
    margin: auto;
    padding: 65px 0 0;
}

#topic_250917 .search-area .search-list > ul > li > dl {
    display: flex;
    margin-bottom: 2px;
    justify-content: center;
}

#topic_250917 .search-area .search-list > ul > li > dl > dt {
    margin-right: 56px;
    font-size: 12px;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd > ul ~ ul {
    margin-left: 62px;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd {
    display: flex;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd > ul > li ~ li {
    margin-top: 38px;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd > ul > li dt {
    font-size: 12px;
    line-height: 1.2rem;
    font-weight: 700;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd > ul > li dd {
    margin-top: 19px;
    font-size: 14px;
}

#topic_250917 .search-area .search-list > ul > li {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 16px;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd > ul > li li {
    letter-spacing: 0.08em;
    line-height: 1;
}

#topic_250917 .search-area .search-list > ul > li > dl > dd > ul > li li ~ li {
    margin-top: 14px;
}

#topic_250917 .search-area .search-list a {
    text-decoration: none !important;
}

/* サーチエリア */

/* itemarchive */
#topic_250917 .archive_wrapper {
    background-color: #ffffff;
}

#topic_250917 .itemarchive {
    width: 805px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px;
}

#topic_250917 .itemarchive .ttl {
    margin: 0 auto;
    margin-bottom: 64px;
}

#topic_250917 .itemarchive .ttl h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 2.8rem;
    line-height: 2.3rem;
    letter-spacing: 0.24em;
    text-align: center;
    font-weight: 400;
}

#topic_250917 .itemarchive .itemlist {
    font-family: var(--font-montserrat);
    margin: 0 auto;
}

#topic_250917 .itemarchive .itemlist .itemname {
    margin-bottom: 28px;
}

#topic_250917 .itemarchive .itemlist .itemname h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.08em;
    text-align: left;
    font-weight: 500;
}

#topic_250917 .itemarchive .itemlist .box {
    border-top: solid 1px #d9d9d9;
    display: flex;
    padding: 32px 0;
}

#topic_250917 .itemarchive .itemlist .box .left-img {
    float: left;
    display: flex;
    align-items: center;
}

#topic_250917 .itemarchive .itemlist .box .left-img .itemimg {
    height: 172px;
}

#topic_250917 .itemarchive .itemlist .box .left-img .itemimg img {
    height: 100%;
    width: auto;
}

#topic_250917 .itemarchive .itemlist .box .left-img .name {
    margin-left: 24px;
}

#topic_250917 .itemarchive .itemlist .box .left-img .name h5 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: left;
    font-weight: 400;
}

#topic_250917 .itemarchive .itemlist .box .left-img .name h5 span {
    font-family: "Montserrat", sans-serif;
}

#topic_250917 .itemarchive .itemlist .box .btn {
    width: 275px;
    height: 60px;
    display: block;
    margin: auto 0 auto auto;
}

/* itemarchive */

/* //////////////////
PC共通
////////////////// */

/* //////////////////
SP共通
////////////////// */

@media screen and (max-width: 1199px) {
    /* #topic_250917 .flex {
        gap: 40px !important;
    } */
}

@media screen and (max-width: 768px) {
    #topic_250917 .flex {
        display: block;
    }

    #topic_250917 .flex.reverse {
        flex-direction: column;
    }

    #topic_250917 .items a:hover {
        text-decoration: none;
    }

    #topic_250917 .items .txt_info {
        width: 325px;
    }

    #topic_250917 .items .banner_wrap {
        padding: 0;
    }

    #topic_250917 .index .banner .slider {
        aspect-ratio: 375 / 560;
    }

    #topic_250917 .index .banner p {
        max-width: 400px;
        padding: 0 25px;
    }

    #topic_250917 .items .banner ._box {
        max-width: 300px;
        margin-bottom: 29px;
    }

    #topic_250917 .items .banner ._line {
        transform: scaleX(0.54);
        height: 70px;
        margin-top: 56px;
    }

    #topic_250917 .items p {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.08em;
        text-align: left;
        font-weight: 300;
        box-sizing: border-box;
    }

    /* #topic_250917 .items .item_info {
        margin-top: 30px;
    } */

    #topic_250917 .items .item_info ul {
        flex-direction: row;
        gap: 10px;
    }

    #topic_250917 .items .item_info ul li {
        width: calc(50% - 5px);
        font-size: 10px;
        line-height: 1.8;
    }

    #topic_250917 .items .item_info ul li a img {
        width: 90px;
    }

    #topic_250917 .items .item_info ul li:not(:last-child) a span::after {
        content: "";
    }

    /* ページトップ */

    #topic_250917 .pagetop {
        height: 44px;
        width: 44px;
        right: 8px;
        bottom: 80px;
    }

    /* ページトップ */

    /* itemarchive */

    #topic_250917 .itemarchive {
        width: calc(100% - 50px);
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #topic_250917 .itemarchive .ttl {
        margin: 0 auto;
        margin-bottom: 24px;
    }

    #topic_250917 .itemarchive .ttl h2 {
        font-family: "Libre Baskerville", serif;
        font-size: 1.7rem;
        line-height: 1.7rem;
        letter-spacing: 0.16em;
        text-align: center;
        font-weight: 400;
    }

    #topic_250917 .itemarchive .itemlist {
        margin: 0 auto;
    }

    #topic_250917 .itemarchive .itemlist .itemname {
        margin-bottom: 14px;
    }

    #topic_250917 .itemarchive .itemlist .itemname h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.08em;
        text-align: left;
        font-weight: 500;
    }

    #topic_250917 .itemarchive .itemlist .box {
        border-top: solid 1px #d9d9d9;
        display: flex;
        padding: 24px 0;
    }

    #topic_250917 .itemarchive .itemlist .box .left-img {
        float: left;
    }

    #topic_250917 .itemarchive .itemlist .box .left-img .itemimg {
        height: 92px;
    }

    #topic_250917 .itemarchive .itemlist .box .left-img .itemimg img {
        height: 100%;
    }

    #topic_250917 .itemarchive .itemlist .box .left-img .name {
        margin-left: 20px;
    }

    #topic_250917 .itemarchive .itemlist .box .left-img .name h5 {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.08em;
        text-align: left;
        margin-top: 16px;
    }

    #topic_250917 .itemarchive .itemlist .box .left-img .name h5 span {
        font-family: "Montserrat", sans-serif;
    }

    #topic_250917 .itemarchive .itemlist .box .btn {
        /* width: 140px; */
        width: 112px;
        height: auto;
        display: block;
        margin: auto 0 auto auto;
    }

    /* itemarchive */
}

@media screen and (max-width: 370px) {
    #topic_250917 .items .item_info ul li a img {
        width: 70px;
    }
}

/* //////////////////
SP共通
////////////////// */

@media screen and (max-width: 980px) {
    /* サーチエリア */

    #topic_250917 .search-ttl {
        font-family: "Libre Baskerville", serif !important;
        font-size: 1.7rem !important;
        line-height: 1.7rem !important;
        letter-spacing: 0.16em !important;
        text-align: center;
        font-weight: 400 !important;
        margin-bottom: 25px;
    }

    /* サーチエリア */

    /*アコーディオン全体*/

    #topic_250917 .accordion-area {
        list-style: none;
        width: 100%;
        max-width: 980px;
        margin: 0 auto 80px;
        border-bottom: 1px solid #ccc;
    }

    #topic_250917 .accordion-area a {
        text-decoration: none !important;
    }

    #topic_250917 .accordion-area section {
        border-top: 1px solid #ccc;
    }

    /*アコーディオン全体*/

    /*アコーディオンタイトル*/

    #topic_250917 .accordion-title {
        position: relative;
        /*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-size: 13px !important;
        font-weight: 400 !important;
        padding: 20px 0 20px 40px !important;
        transition: all 0.5s ease;
        text-align: left !important;
        display: block !important;
        background: #fff !important;
    }

    /*アコーディオンタイトル*/

    /*アイコンの＋と×*/

    #topic_250917 .accordion-title::before,
    #topic_250917 .accordion-title::after {
        content: "";
        position: absolute;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-color: #232323;
        width: 10px;
        height: 1px;
        transition: all 0.3s;
    }

    #topic_250917 .accordion-title::after {
        transform: rotate(90deg);
    }

    /*　closeというクラスがついたら形状変化　*/

    #topic_250917 .accordion-title.close::after {
        transform: rotate(90deg);
    }

    #topic_250917 .accordion-title.close::before {
        transform: rotate(180deg);
    }

    #topic_250917 .accordion-title.close::after {
        transform: rotate(180deg);
    }

    #topic_250917 .direct-link {
        padding: 20px 0px 20px 40px !important;
        text-align: left;
        font-size: 13px !important;
        font-weight: 400 !important;
        cursor: pointer;
        display: block !important;
        border-top: 1px solid #ccc;
        background: #fff !important;
    }

    /*アイコンの＋と×*/

    /*アコーディオンで現れるエリア*/

    #topic_250917 .accordion-box {
        display: none;
        /*はじめは非表示*/
        background: #fafafa;
        padding: 3%;
    }

    #topic_250917 .accordion-box {
        padding: 0 0px 0px 0px;
        font-size: 13px;
        border-top: 1px solid #d9d9d9;
        text-align: left;
        display: none;
        cursor: pointer;
    }

    #topic_250917 .accordion-box a {
        text-decoration: none !important;
        margin-left: 25px;
    }

    #topic_250917 .accordion-box ul {
        font-size: 13px;
        padding: 0;
    }

    #topic_250917 .accordion-box li {
        padding: 20px 0 20px 40px;
        border-top: 1px solid #d9d9d9;
    }

    #topic_250917 .accordion-box .list-top {
        padding: 20px 0 20px 40px;
        border-top: 0px;
    }

    /*アコーディオンで現れるエリア*/
}

/* //////////////////
変更箇所はここから
////////////////// */

/*PC個別*/
#topic_250917 .wrapper { 
    .sc-wrap {
        padding-block: 158px;
        h2 {
            margin-bottom: 80px;
            img {
                width: auto;
            }
        }

        @media (width < 769px) {
            padding-block: 0;

            &:nth-child(2) {
                padding-top: 80px;
            }
            h2 {
                margin-bottom: 40px;
            }
        }
    }
    .box {
        margin-bottom: 144px;

        .inner-wrap {
            max-width: 1360px;
            margin-inline: auto;
            padding-block: 120px 160px;
            background-color: #fff;
            border-radius: 0 80px;
            overflow: hidden;
        }
    }
}

#topic_250917 .img_4xl {
    max-width: 756px;
}
#topic_250917 .img_3xl {
    max-width: 673px;
}
#topic_250917 .img_2xl {
    max-width: 580px;
}

#topic_250917 .img_xl {
    max-width: 530px;
}

#topic_250917 .img_lg {
    max-width: 517px;
}

#topic_250917 .img_lgs {
    max-width: 500px;
}

#topic_250917 .img_md {
    max-width: 470px;
}

#topic_250917 .img_mdsl {
    max-width: 416px;
}

#topic_250917 .img_mds {
    max-width: 392px;
}

#topic_250917 .img_sm {
    max-width: 335px;
}

#topic_250917 .img_xs {
    max-width: 295px;
}

#topic_250917 .img_2xl .slick-slide {
    width: 580px;
    height: max-content;
}
#topic_250917 .img_lg .slick-slide {
    width: 525px;
    height: max-content;
}

#topic_250917 .img_lgs .slick-slide {
    width: 500px;
    height: max-content;
}

#topic_250917 .img_md .slick-slide {
    width: 460px;
    height: max-content;
}

#topic_250917 .img_sm .slick-slide {
    width: 360px;
    height: max-content;
}

#topic_250917 .img_xs .slick-slide {
    width: 275px;
    height: max-content;
}

#topic_250917 .item_txt {
    max-width: 530px;
    text-align: left;
}

/* #topic_250917 [class*="section_"]:not(:last-child) {
    margin-bottom: var(--mb, 104px);
} */

#topic_250917 [class*="section_"] h2.title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin-bottom: 100px;
}

#topic_250917 [class*="section_"] h2.title img {
    position: relative;
    width: auto;
}

#topic_250917 [class*="section_"] h2.title > div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

#topic_250917 [class*="section_"] h2.title span {
    display: block;
    font-family: var(--font-shippori-mincho);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.2px;
}

#topic_250917 [class*="section_"] h2.title .separator {
    height: 12px;
}

#topic_250917 [class*="section_"] h2.title p {
    font-family: var(--font-shippori-mincho);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.92px;
    background: #4f7bb0;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 4px 4px 8px 6px;
}

#topic_250917 [class*="section_"] h2.title p.sp {
    display: none;
}

#topic_250917 [class*="section_"] .style_01 > [class*="img_"] {
    position: relative;
    margin: 0 auto;
}

#topic_250917 [class*="section_"] .style_01 .flex {
    justify-content: center;
    align-items: center;
}

#topic_250917 [class*="section_"] .style_01 .flex .item_img {
    height: fit-content;
}

#topic_250917 [class*="section_"] .style_01 .item_txt {
    max-width: 100%;
    margin-top: 40px;
}

/* #topic_250917 [class*="section_"] .style_01 .flex .item_txt {
    max-width: 318px;
} */

#topic_250917 [class*="section_"] .style_01 .item_txt h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    background-color: #fff6ec;
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
}

#topic_250917 [class*="section_"] .style_01 .item_txt p {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.08em;
}
#topic_250917 [class*="section_"] .style_01 .item_txt p span {
    color: #7cabc0;
}

#topic_250917 [class*="section_"] .style_01 .sc_maintitle {
    color: #473B38;
    > div {
        border: 1px solid;
        padding-inline: 24px;
        height: 47px;
        display: flex;
        align-items: center;
        gap: 8px;
        width: max-content;
        margin-inline: auto;
        span {
            line-height: 1;
            letter-spacing: .08em;
            &:nth-of-type(1) {
                font-size: 18px;
                font-weight: 500;
            }
            &:nth-of-type(2) {
                font-family: var(--font-marcellus);
                font-size: 24px;
            }
        }
    }
    h2 {
        font-family: var(--font-oranienbaum);
        line-height: 1.1;
        letter-spacing: .05em;
        font-size: 166px;
        font-weight: 400;
    }
    @media screen and (max-width: 980px) {
        > div {
            padding-inline: 16px;
            height: 25px;
            gap: 4px;
            margin-bottom: 16px;
            span {
                &:nth-of-type(1) {
                    font-size: 14px;
                }
                &:nth-of-type(2) {
                    font-size: 16px;
                }
            }
        }
        h2 {
            line-height: .9;
            font-size: 72px;
        }
    }
}

#topic_250917 [class*="section_"] .style_01 .sc_title {
    text-align: left;
    > div {
        font-family: var(--font-marcellus);
        font-size: 24px;
        line-height: .8;
        letter-spacing: .08em;
        margin-bottom: 24px;
    }
    h3 {
        font-family: var(--font-oranienbaum);
        line-height: .8;
        letter-spacing: .08em;
        font-size: 128px;
        font-weight: 400;
    }
    @media screen and (max-width: 980px) {
        > div {
            margin-bottom: 16px;
        }
        h3 {
            line-height: .8;
            font-size: 80px;
        }
    }
}

#topic_250917 [class*="section_"] .style_01 .sc_txt {
    margin-bottom: 56px;
}
#topic_250917 [class*="section_"] .style_01 .sc_txt p {
    color: #A9C50D;
    text-align: justify;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .12em;
}
#topic_250917 [class*="section_"] .style_01 .sc_txt p:not(:first-child) {
    margin-top: 14px;
}

#topic_250917 [class*="section_"] .style_01 .sc_sample {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#topic_250917 [class*="section_"] .style_01 .sc_sample .txt {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}
#topic_250917 [class*="section_"] .style_01 .sc_sample .txt .top {
    display: flex;
    gap: 16px;
    align-items: center;
}
#topic_250917 [class*="section_"] .style_01 .sc_sample .txt .top span {
    letter-spacing: 0.03em;
    line-height: 2;
}

#topic_250917 [class*="section_"] .style_01 .sc_sample .txt .top img {
    width: auto;
}

#topic_250917 [class*="section_"] .style_01 .sc_sample .txt .bottom {
    padding: 10px 12px;
    background-color: #3a3a3a;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.38em;
    color: #fff;
}

#topic_250917 [class*="section_"] .style_01 .sc_sample > img {
    max-width: 177px;
}

/* Special */
#topic_250917 .section_01 {
    .style_01 {
        > .flex {
           margin-bottom: 80px;
        }
        > .stick {
            position: relative;
            .stick_back {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                .stick_sticky {
                    position: sticky;
                    top: 0;
                    transition: opacity 1s ease-out;
                    backface-visibility: hidden;
                    will-change: opacity;
                }
            }
            &.is-hitted {
                .stick_back {
                    .stick_sticky {
                        opacity: .5;
                    }
                }
            }
            .stick_front {
                padding-top: 100lvh;
                padding-bottom: 200px;
                max-width: 1440px;
                margin-inline: auto;
                > div {
                    &:nth-child(1) {
                        padding-left: 120px;
                    }
                    &:nth-child(2) {
                        margin-top: 120px;
                        margin-left: auto;
                        padding-right: 120px;
                    }
                }
            }
        }
    }
}

#topic_250917 .section_02 {
    padding-top: 120px;
    .style_01 {
        > .flex {
           margin-bottom: 80px;
        }
        > .stick {
            position: relative;
            .stick_back {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                .stick_sticky {
                    position: sticky;
                    top: 0;
                    transition: opacity 1s ease-out;
                    backface-visibility: hidden;
                    will-change: opacity;
                }
            }
            &.is-hitted {
                .stick_back {
                    .stick_sticky {
                        opacity: .5;
                    }
                }
            }
            .stick_front {
                padding-top: 100lvh;
                padding-bottom: 200px;
                max-width: 1440px;
                margin-inline: auto;
                > div {
                    &:nth-child(1) {
                        padding-left: 120px;
                    }
                    &:nth-child(2) {
                        margin-top: 120px;
                        margin-left: auto;
                        padding-right: 120px;
                    }
                }
            }
        }
    }
}

#topic_250917 .section_03,
#topic_250917 .section_06 {
    padding: 120px 50px;
    .style_01 {
        .flex {
            max-width: 1200px;
            margin-inline: auto;
            gap: 40px;
            align-items: flex-end;
            .item_txt {
                flex: 1;
                padding-inline: 10px;
                h3 {
                    font-family: var(--font-hiragino-gothic);
                    font-weight: 300;
                    font-size: 28px;
                    line-height: 1;
                    letter-spacing: .05em;
                    text-align: center;
                    margin-bottom: 32px;
                }
                ul {
                    display: grid;
                    gap: 16px;
                    li {
                        display: flex;
                        gap: 10px;
                        padding-block: 8px;
                        background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
                        background-position: bottom;
                        background-size: 4px 1px;
                        background-repeat: repeat-x;
                        img {
                            width: 16px;
                        }
                        p {
                            line-height: 1.5;
                        }
                    }
                }
            }
        }
    }
}

#topic_250917 .section_04 {
    .style_01 {
        > .flex {
            &:nth-child(1) {
                margin-bottom: 80px;
            }
            &:nth-child(2) {
                gap: 40px;
                align-items: flex-end;
                padding-right: 40px;
                max-width: 1440px;
                box-sizing: border-box;
                margin-inline: auto;
                .item_img {
                    max-width: 66.429%;
                }
                .item_txt {
                    flex: 1;
                }
            }
        }
    }
}

#topic_250917 .section_05 {
    margin-top: 240px;
    margin-bottom: 120px;
    .style_01 {
        > .flex {
            &:nth-child(1) {
                margin-bottom: 80px;
            }
            &:nth-child(2) {
                gap: 40px;
                align-items: flex-end;
                padding-left: 40px;
                max-width: 1440px;
                box-sizing: border-box;
                margin-inline: auto;
                .item_img {
                    max-width: 66.429%;
                }
                .item_txt {
                    flex: 1;
                }
            }
        }
    }
}

#topic_250917 #store {
    background-color: #F3F5F4;
    padding-block: 160px;
    h3 {
        font-family: var(--font-hiragino-gothic);
        font-weight: 300;
        font-size: 28px;
        line-height: 1;
        letter-spacing: .08em;
        margin-bottom: 24px;
    }
    p {
        font-size: 14px;
        line-height: 1.6;
    }
    .slinks {
        margin-top: 56px;
        display: flex;
        flex-wrap: wrap;
        gap: 24px 28px;
        max-width: 630px;
        margin-inline: auto;
        justify-content: center;
        a {
            font-size: 14px;
            line-height: 1;
            letter-spacing: .05em;
        }
    }
}

#topic_250917 .section_banner {
    background-color: #fff;
    padding: 120px 25px !important;
}
#topic_250917 .section_banner .item_banner p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
}
#topic_250917 .section_banner .item_banner .banners {
    max-width: 965px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#topic_250917 .section_banner .item_banner .banners a:hover {
    opacity: 0.75;
}

@media screen and (min-width: 769px) {
    #topic_250917 .wrapper { 
        .box {
            padding-inline: 40px;
        }
    }

    /* Special */
}

@media screen and (min-width: 981px) {
    /* Special */
}

@media screen and (min-width: 1200px) {
    /* Special */
}

@media screen and (max-width: 980px) {
    #topic_250917 .img_4xl {
        max-width: 620px;
    }
    #topic_250917 .img_3xl {
        max-width: 580px;
    }
    #topic_250917 .img_2xl {
        max-width: 520px;
    }
    #topic_250917 .img_xl {
        max-width: 480px;
    }

    #topic_250917 .img_lg {
        max-width: 480px;
    }

    #topic_250917 .img_lgs {
        max-width: 460px;
    }

    #topic_250917 .img_md {
        max-width: 400px;
    }

    #topic_250917 .img_mdsl {
        max-width: 350px;
    }

    #topic_250917 .img_mds {
        max-width: 340px;
    }

    #topic_250917 .img_sm {
        max-width: 280px;
    }

    #topic_250917 .img_xs {
        max-width: 220px;
    }

    /* Special */
    #topic_250917 .section_slider .slider_outer {
        max-width: 380px;
    }
    #topic_250917 .section_slider .slider_wrap {
        padding: 0;
        overflow: inherit;
        border: none;
    }
    #topic_250917 .section_slider .style_01 .item_txt ._profile {
        display: none;
    }
    #topic_250917 .section_slider .style_01 .flex .head_profile {
        display: flex;
    }

    /* Special */
}

@media screen and (max-width: 768px) {
    #topic_250917 .wrapper {
        padding-top: 104px;
    }
    
    #topic_250917 [class*="section_"] .style_01 .flex {
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: 460px;
        margin-inline: auto;
    }
    #topic_250917 [class*="section_"] .style_01 .flex .item_txt {
        max-width: 460px;
    }
    #topic_250917 .img_4xl,
    #topic_250917 .img_3xl,
    #topic_250917 .img_2xl,
    #topic_250917 .img_xl,
    #topic_250917 .img_lg,
    #topic_250917 .img_lgs,
    #topic_250917 .img_md,
    #topic_250917 .img_mdsl,
    #topic_250917 .img_mds,
    #topic_250917 .img_sm,
    #topic_250917 .img_xs {
        max-width: 460px;
        margin: 0 auto;
    }

    #topic_250917 .item_txt {
        /* padding: 0 25px; */
        max-width: 460px !important;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }

    /* #topic_250917 [class*="section_"]:not(:last-child) {
        margin-bottom: var(--sp-mb, 80px);
    } */

    #topic_250917 [class*="section_"] .sp_sm_right {
        padding-left: 16px;
    }

    #topic_250917 [class*="section_"] .sp_sm_left {
        padding-right: 16px;
    }

    #topic_250917 [class*="section_"] .sp_right {
        padding-left: 25px;
    }

    #topic_250917 [class*="section_"] .sp_left {
        padding-right: 25px;
    }

    #topic_250917 [class*="section_"] .sp_l_right {
        padding-left: 28px;
    }

    #topic_250917 [class*="section_"] .sp_l_left {
        padding-right: 28px;
    }

    #topic_250917 [class*="section_"] .sp_lgs_right {
        padding-left: 44px;
    }

    #topic_250917 [class*="section_"] .sp_lgs_left {
        padding-right: 44px;
    }

    #topic_250917 [class*="section_"] .sp_lg_right {
        padding-left: 50px;
    }

    #topic_250917 [class*="section_"] .sp_lg_left {
        padding-right: 50px;
    }

    #topic_250917 [class*="section_"] .sp_lgls_right {
        padding-left: 53px;
    }

    #topic_250917 [class*="section_"] .sp_lgls_left {
        padding-right: 53px;
    }

    #topic_250917 [class*="section_"] .sp_lgl_right {
        padding-left: 60px;
    }

    #topic_250917 [class*="section_"] .sp_lgl_left {
        padding-right: 60px;
    }

    #topic_250917 [class*="section_"] .sp_xl_right {
        padding-left: 75px;
    }

    #topic_250917 [class*="section_"] .sp_xl_left {
        padding-right: 75px;
    }
    #topic_250917 [class*="section_"] .sp_2xl_right {
        padding-left: 94px;
    }

    #topic_250917 [class*="section_"] .sp_2xl_left {
        padding-right: 94px;
    }
    #topic_250917 [class*="section_"] .sp_3xl_right {
        padding-left: 117px;
    }

    #topic_250917 [class*="section_"] .sp_3xl_left {
        padding-right: 117px;
    }

    #topic_250917 [class*="section_"] .img_sm.sp_right {
        padding-left: 55px;
    }

    #topic_250917 [class*="section_"] .img_sm.sp_left {
        padding-right: 55px;
    }

    #topic_250917 [class*="section_"] h2.title {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #topic_250917 [class*="section_"] h2.title > div {
        text-align: center;
    }

    #topic_250917 [class*="section_"] h2.title span {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    #topic_250917 [class*="section_"] h2.title .separator {
        height: 8px;
    }

    #topic_250917 [class*="section_"] h2.title p {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 1.2px;
        padding: 3px 2px 6px 4px;
    }

    #topic_250917 [class*="section_"] h2.title p.sp {
        display: inline-block !important;
    }

    #topic_250917 [class*="section_"] h2.title p.pc {
        display: none;
    }

    #topic_250917 .items .item_info {
        max-width: 100%;
        margin-top: 40px;
    }

    #topic_250917 [class*="section_"] .item_txt {
        margin-top: 40px;
    }

    #topic_250917 [class*="section_"] .style_01 .item_txt {
        margin-top: 40px;
    }

    #topic_250917 [class*="section_"] .style_01 .item_txt p {
        text-align: left;
        font-size: 13px;
    }

    #topic_250917 [class*="section_"] .style_01 .flex .item_img {
        box-sizing: border-box;
    }

    #topic_250917 [class*="section_"] .style_01 .flex > div:nth-child(2) {
        margin-top: 40px;
    }

    #topic_250917 [class*="section_"] .style_01 .sc_logo {
        width: 140px;
    }

    #topic_250917 [class*="section_"] .style_01 .sc_sample {
        position: relative;
        flex-direction: row;
        inset: 0;
        margin-top: -13px;
        justify-content: center;
    }
    #topic_250917 [class*="section_"] .style_01 .sc_sample > img {
        max-width: 136px;
    }
    #topic_250917 [class*="section_"] .style_01 .sc_sample .txt {
        align-items: flex-start;
    }
    #topic_250917 [class*="section_"] .style_01 .sc_sample .txt .top {
        gap: 10px;
    }
    #topic_250917 [class*="section_"] .style_01 .sc_sample .txt .top img {
        width: 23px;
    }
    #topic_250917 [class*="section_"] .style_01 .sc_sample .txt .top span {
        font-size: 13px;
    }
    #topic_250917 [class*="section_"] .style_01 .sc_sample .txt .bottom {
        font-size: 16px;
        padding: 7px 7px 9px 11px;
    }


    /* Special */
    #topic_250917 .section_01 {
        .style_01 {
            > .flex {
                margin-bottom: 40px;
            }
            > .stick {
                .stick_back {
                    .stick_sticky {
                        img {
                            aspect-ratio: 375/913;
                            object-fit: cover;
                        }
                    }
                }
                .stick_front {
                    max-width: 460px;
                    padding-bottom: 120px;
                    > div {
                        padding-inline: 24px !important;
                        &:nth-child(1) {
                            .item_img {
                                padding-right: 37px;
                            }
                        }
                        &:nth-child(2) {
                            margin-top: 80px;
                            .item_img {
                                padding-left: 37px;
                            }
                        }
                    }
                }
            }
        }
    }

    #topic_250917 .section_02 {
        .style_01 {
            > .flex {
                margin-bottom: 40px;
            }
            > .stick {
                .stick_back {
                    .stick_sticky {
                        img {
                            aspect-ratio: 375/913;
                            object-fit: cover;
                        }
                    }
                }
                .stick_front {
                    max-width: 460px;
                    padding-bottom: 120px;
                    > div {
                        padding-inline: 24px !important;
                        &:nth-child(1) {
                            .item_img {
                                padding-right: 37px;
                            }
                        }
                        &:nth-child(2) {
                            margin-top: 80px;
                            .item_img {
                                padding-left: 37px;
                            }
                        }
                    }
                }
            }
        }
    }

    #topic_250917 .section_03,
    #topic_250917 .section_06 {
        padding: 80px 0;
        .style_01 {
            .flex {
                box-sizing: border-box;
                padding-inline: 24px;
                .item_txt {
                    margin-top: 80px !important;
                    padding-inline: 0;
                }
            }
        }
    }

    #topic_250917 .section_04 {
        .style_01 {
            > .flex {
                &:nth-child(1) {
                    margin-bottom: 40px;
                }
                &:nth-child(2) {
                    padding-right: 0;
                    max-width: 460px;
                    .item_img {
                        max-width: 100%;
                    }
                    .item_txt {
                        padding-inline: 24px;
                    }
                }
            }
        }
    }

    #topic_250917 .section_05 {
        margin-top: 120px;
        margin-bottom: 40px;
        .style_01 {
            > .flex {
                &:nth-child(1) {
                    margin-bottom: 40px;
                }
                &:nth-child(2) {
                    padding-left: 0;
                    max-width: 460px;
                    .item_img {
                        max-width: 100%;
                    }
                    .item_txt {
                        padding-inline: 24px;
                    }
                }
            }
        }
    }

    #topic_250917 #store {
        padding-block: 72px;
        h3 {
            margin-bottom: 12px;
        }
        p {
            text-align: center;
        }
        .slinks {
            margin-top: 32px;
            display: grid;
            gap: 16px;
            text-align: left;
            width: fit-content;
            padding-inline: 24px;
            a {
                font-size: 12px;
            }
        }
    }

    #topic_250917 .section_banner {
        padding: 50px 25px !important;
    }
    #topic_250917 .section_banner .item_banner p {
        font-size: 16px;
    }
    #topic_250917 .section_banner .item_banner .banners {
        margin-top: 30px;
        gap: 30px;
    }
}

@media screen and (max-width: 460px) {
    /* Special */

    #topic_250917 .section_slider .slider_outer {
        padding: 0 49px;
        --swiper-navigation-top-offset: calc(75vw - 145px);
        --swiper-navigation-sides-offset: 35px;
    }
}

/* //////////////////
ここまで
////////////////// */

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc-only {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media only screen and (max-width: 980px) {
    .mdup-only {
        display: none !important;
    }
}
@media only screen and (min-width: 981px) {
    .md-only {
        display: none !important;
    }
}

/* aos custom */
[data-aos="in-up-custom"] {
    opacity: 1;
    transition-property: transform, opacity;
    transform: translateY(100%);
}

[data-aos="in-up-custom"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="in-up-2-custom"] {
    opacity: 1;
    transition-property: transform, opacity;
    transform: translateY(140px);
}

[data-aos="in-up-2-custom"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="wipe-custom"] {
    transition-property: height !important;
    height: 100% !important;
}

[data-aos="wipe-custom"].aos-animate {
    height: 0 !important;
}

body[data-aos-easing="ease-custom"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-custom"] {
    transition-timing-function: cubic-bezier(0.35, 0.24, 0.08, 0.97);
}

body[data-aos-easing="ease-wipe-custom"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-wipe-custom"] {
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

body[data-aos-easing="fadeinup"] [data-aos],
[data-aos][data-aos][data-aos-easing="fadeinup"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}