@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;
    --hiragino-gothic: hiragino-kaku-gothic-pron, sans-serif;
    --font-cardo: "Cardo", serif;

    --bg-color: #fff;
}

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

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

#topic_260717 img {
    width: 100%;
}

#topic_260717 li {
    list-style: none;
}

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

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

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

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

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

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

#topic_260717 .block {
    display: block;
}

#topic_260717 .item_img {
    display: block;
    overflow: hidden;
    transition: all 0.2s ease-out;
    @media (hover:hover) {
        &:hover {
            opacity: .8;
        }
    }
    &:active {
        opacity: .8;
    }
}

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

#topic_260717 .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_260717 .center {
    text-align: center;
}

#topic_260717 .relative {
    position: relative;
}

#topic_260717 .absolute {
    position: absolute;
}

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

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

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

#topic_260717 .flex {
    display: flex;
}

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

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

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

#topic_260717 .items {
    overflow-x: hidden;
    background-color: var(--bg-color);
    margin-bottom: 80px;
}

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

#topic_260717 .items .banner_txt {
    padding-block: 84px 88px;

    ._bnr {
        margin-top: 96px;
        p {
            font-weight: 350;
            font-size: 13px;
            line-height: 1.4;
            letter-spacing: .08em;
            margin-bottom: 24px;
        }
        img {
            width: 662px;
        }
    }
}

#topic_260717 .items .banner_wrap ._card {
    max-width: 550px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 196px 1fr;
    border: 1px solid #000;
    margin-top: 64px;
}
#topic_260717 .items .banner_wrap ._card ._title {
    grid-column: 1 / 3;
    grid-row: 1 / 2; 
    padding-block: 19px;
    border-bottom: 1px solid #000;
    font-family: var(--font-montserrat);
    font-size: 47px;
    line-height: 1;
    font-weight: 400;
}
#topic_260717 .items .banner_wrap ._card ._title img {
    width: auto;
    margin-inline: auto;
}
#topic_260717 .items .banner_wrap ._card ._img {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
#topic_260717 .items .banner_wrap ._card ._desc {
    grid-column: 2 / 3; 
    grid-row: 2 / 3;
    padding: 48px 50px;
    border-left: 1px solid #000;
    text-align: left;
    font-family: var(--font-montserrat);
}
#topic_260717 .items .banner_wrap ._card ._desc span {
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}
#topic_260717 .items .banner_wrap ._card ._desc div {
    font-size: 29px;
    letter-spacing: .05em;
    margin-top: 8px;
    line-height: 1;
}
#topic_260717 .items .banner_wrap ._card ._desc a {
    margin-top: 14px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: .05em;
    padding: 4px 17px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
#topic_260717 .items .banner_wrap ._card ._desc a:hover {
    background-color: #000;
    color: var(--bg-color);
}

#topic_260717 .items ._line {
    height: 80px;
    width: 1px;
    background-color: #000;
    margin-inline: auto;
    margin-block: 24px;
}

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

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

#topic_260717 .items .banner p {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: .12em;
    text-align: center;
    font-weight: 400;
    margin-inline: auto;
}
#topic_260717 .items .banner ._lead {
    width: auto;
    margin-top: 32px;
}

#topic_260717 .title_img {
    position: relative;
}

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

#topic_260717 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_260717 .subtitle {
    display: block;
    font-family: "Crimson Text", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2.4px;
    margin-top: 15px;
}

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

.slick-slide {
    height: max-content;
}

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

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

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

#topic_260717 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_260717 h4.title img {
    height: 25px;
    margin-bottom: 30px;
}

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

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

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

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

#topic_260717 .items .item_info {
    font-family: var(--font-montserrat);
    margin-top: 36px;
}

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

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

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

    sup {
        margin-left: -2px;
        font-size: 8px;
        line-height: 1.2;
        margin-top: 4px;
        display: block;
        width: max-content;
    }

    &.no-link {
        text-decoration: none;
    }
}

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

/* ページトップ */

#topic_260717 .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_260717 .pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #bbbbbb;
    border-right: 2px solid #bbbbbb;
    transform: translateY(20%) rotate(-45deg);
}

/* ページトップ */

/* サーチエリア */

#topic_260717 .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_260717 .search-area .search-list {
    font-family: "Montserrat", "Noto Sans JP";
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* サーチエリア */

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

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

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

#topic_260717 .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_260717 .itemarchive .itemlist {
    font-family: var(--font-montserrat);
    margin: 0 auto;
}

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

#topic_260717 .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_260717 .itemarchive .itemlist .box {
    border-top: solid 1px #d9d9d9;
    display: flex;
    padding: 32px 0;
}

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

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

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

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

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

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

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

/* itemarchive */

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

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

@media screen and (max-width: 980px) {
}

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

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

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

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

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

    #topic_260717 .items .banner_wrap ._card {
        max-width: 460px;
        grid-template-columns: 104px 1fr;
        margin-inline: 25px;
        margin-top: 64px;
    }
    #topic_260717 .items .banner_wrap ._card ._title {
        font-size: 36px;
        padding-block: 10px;
    }
    #topic_260717 .items .banner_wrap ._card ._desc {
        padding: 18px 0 0 30px;
    }
    #topic_260717 .items .banner_wrap ._card ._desc span {
        font-size: 13px;
    }
    #topic_260717 .items .banner_wrap ._card ._desc div {
        font-size: 20px;
        margin-top: 5px;
    }
    #topic_260717 .items .banner_wrap ._card ._desc a {
        font-size: 11px;
        margin-top: 10px;
        padding: 3px 12px;
    }

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

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

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

    #topic_260717 .items .banner_txt {
        padding-block: 80px 64px;

        ._bnr {
            margin-top: 80px;
            padding-inline: 24px;
            p {
                margin-bottom: 8px;
                padding-inline: 0;
            }
            img {
                width: 100%;
            }
        }
    }

    #topic_260717 .items .banner ._lead {
        margin-top: 16px;
    }

    #topic_260717 .items ._line {
        margin-block: 16px;
    }

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

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

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

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

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

    /* ページトップ */

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

    /* ページトップ */

    /* itemarchive */

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

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

    #topic_260717 .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_260717 .itemarchive .itemlist {
        margin: 0 auto;
    }

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

    #topic_260717 .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_260717 .itemarchive .itemlist .box {
        border-top: solid 1px #d9d9d9;
        display: flex;
        padding: 24px 0;
    }

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

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

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

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

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

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

    #topic_260717 .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_260717 .items .item_info ul li a img {
        width: 70px;
    }
}

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

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

    #topic_260717 .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_260717 .accordion-area {
        list-style: none;
        width: 100%;
        max-width: 980px;
        margin: 0 auto 80px;
        border-bottom: 1px solid #ccc;
    }

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

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

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

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

    #topic_260717 .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_260717 .accordion-title::before,
    #topic_260717 .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_260717 .accordion-title::after {
        transform: rotate(90deg);
    }

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

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

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

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

    #topic_260717 .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_260717 .accordion-box {
        display: none;
        /*はじめは非表示*/
        background: #fafafa;
        padding: 3%;
    }

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

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

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

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

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

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

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

/*PC個別*/
._bg {
    background-color: #EEF1F2;
}

#topic_260717 .wrapper {
    position: relative;
    padding-block: 344px 144px;
}

#topic_260717 .img_xl {
    max-width: 700px;
}

#topic_260717 .img_lg {
    max-width: 530px;
}

#topic_260717 .img_lgs {
    max-width: 500px;
}
#topic_260717 .img_mdl {
    max-width: 455px;
}

#topic_260717 .img_md {
    max-width: 460px;
}

#topic_260717 .img_mds {
    max-width: 400px;
}

#topic_260717 .img_sm {
    max-width: 375px;
}

#topic_260717 .img_xl .slick-slide {
    width: 700px;
    height: max-content;
}

#topic_260717 .img_lg .slick-slide {
    width: 518px;
    height: max-content;
}

#topic_260717 .img_lgs .slick-slide {
    width: 500px;
    height: max-content;
}
#topic_260717 .img_mdl .slick-slide {
    width: 455px;
    height: max-content;
}
#topic_260717 .img_md .slick-slide {
    width: 460px;
    height: max-content;
}

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

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

#topic_260717 [class*="section_"].bg-01 {
    background-color: #FAF7F3;
    padding: 120px 0 180px;
}
#topic_260717 [class*="section_"].bg-02 {
    background-color: #F3F5F4;
}

#topic_260717 [class*="section_"] {
    scroll-margin-top: 120px;

    @media (width <= 768px) {
        scroll-margin-top: 80px;
    }
}

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

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

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

#topic_260717 [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_260717 [class*="section_"] h2.title .separator {
    height: 12px;
}

#topic_260717 [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_260717 [class*="section_"] h2.title p.sp {
    display: none;
}

#topic_260717 [class*="section_"] .sc_maintitle {
    position: relative;
    width: auto;
}

#topic_260717 [class*="section_"] .sc_txt {
    position: absolute;
    width: auto;
}

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

#topic_260717 [class*="section_"] .style_01 .flex {
    gap: 40px;
    justify-content: center;
}

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

#topic_260717 [class*="section_"] .style_01 .sc_hor {
    position: absolute;
    width: auto;
}

#topic_260717 [class*="section_"] .style_01 .item_txt {
    max-width: 526px;
}

#topic_260717 [class*="section_"] .style_01 .item_txt p {
    font-weight: 400;
    line-height: 1.8;
}

#topic_260717 [class*="section_"] .style_01 .sc_title {
    img {
        margin-bottom: 48px;
        @media (width <= 980px) {
            margin-bottom: 24px;
        }
        @media (width <= 768px) {
            margin-bottom: 48px;
        }
    }

}

#topic_260717 [class*="section_"] .style_01 .item_img._small {
    padding-left: 125px;
    margin-top: 48px;

    @media (width <= 980px) {
        padding-left: 80px;
        margin-top: 24px;
    }
    
    @media (width <= 768px) {
        padding-left: 65px;
        margin-top: 48px;
        &._reverse {
            padding-left: 0;
            padding-right: 65px;
        }
    }
}

#topic_260717 [class*="section_"] .style_01 ._info {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-family: var(--font-cardo);

    a {
        font-size: 13px;
        line-height: 2;
        letter-spacing: .08em;
        text-decoration: underline;
        &:hover {
            text-decoration: none;
        }
    }
    
    @media (width > 768px) {
        max-width: 235px;
    }
    
    @media (width <= 768px) {
        flex-direction: column;
        text-align: right;
        padding-inline: 24px;
    }
}

#topic_260717 .sc-wrap {
    display: flex;
    flex-direction: column;
    gap: 252px;

    @media (width <= 768px) {
        gap: 124px;
    }
}

#topic_260717 .sc-anchor {
    box-sizing: border-box;
    width: 100%;
    padding: 32px 40px;
    position: fixed;
    top: 104px;
    z-index: 70;
    transform:translateY(-20px);
    opacity:0;
    visibility:hidden;
    will-change:transform,opacity;

    > div {
        display: flex;
        width: max-content;
        gap: 41px;
        margin-left: auto;

        a {
            position: relative;
            img {
                width: auto;
            }
            &:not(:first-child) {
                &::after {
                    content: "";
                    position: absolute;
                    top: 42%;
                    left: -24px;
                    transform: translateY(-50%);
                    width: 1px;
                    height: 16px;
                    rotate: 28deg;
                    background-color: #483434;
                }
            }
        }

        .spotlight {
            position: absolute;
            top: 15px;
            left: 0;
            width: 17px;
            height: 1px;
            background-color: #483434;
        }
    }

    @media (width <= 768px) {
        transform:translateY(20px);
        padding: 16px 14px;
        top: auto;
        bottom: 8px;
        > div {
            gap: 18px 40px;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
            a {
                img {
                    height: 11px;
                }

                &:not(:first-child) {
                    &::after {
                        height: 18px;
                    }
                }

                &:nth-child(8) {
                    margin-left: 24px;
                }
            }
        }
    }
}

/* Special */
#topic_260717 .section_02,
#topic_260717 .section_03,
#topic_260717 .section_05,
#topic_260717 .section_06,
#topic_260717 .section_07,
#topic_260717 .section_08,
#topic_260717 .section_10 {
    ._info {
        margin-left: auto;
    }
}
#topic_260717 .section_04,
#topic_260717 .section_09,
#topic_260717 .section_11 {
    @media (width > 768px) {
        ._info {
            margin-top: 0 !important;
        }
    }
}

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

#topic_260717 .section_banner .item_banner .banners a:hover {
    opacity: .75;
}

@media screen and (min-width: 769px) {
    /* #topic_260717 [class*="section_"] {
        padding: 0 25px;
    } */

    /* Special */
}

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

@media screen and (max-width: 1199px) {
    #topic_260717 .img_xl {
        max-width: 560px;
    }

    #topic_260717 .img_lg {
        max-width: 400px;
    }
    #topic_260717 .img_lgs {
        max-width: 390px;
    }
    #topic_260717 .img_mdl {
        max-width: 340px;
    }

    #topic_260717 .img_md {
        max-width: 320px;
    }

    #topic_260717 .img_sm {
        max-width: 340px;
    }

    /* Special */

    /* Wrapper 2 */
    #topic_260717 .wrapper2 .flex {
        gap: 40px;
    }
}

@media screen and (max-width: 980px) {
    #topic_260717 .img_xl {
        max-width: 480px;
    }
    
    #topic_260717 .img_lg {
        max-width: 320px;
    }
    #topic_260717 .img_lgs {
        max-width: 310px;
    }
    #topic_260717 .img_mdl {
        max-width: 295px;
    }

    #topic_260717 .img_md {
        max-width: 280px;
    }

    #topic_260717 .img_sm {
        max-width: 300px;
    }

    #topic_260717 [class*="section_"] .sc_maintitle {
        right: 0;
        left: 0;
        margin-bottom: 32px;
    }

    /* #topic_260717 [class*="section_"] .flex {
        gap: 50px !important;
    } */

    /* Special */

    /* Wrapper 2 */
    #topic_260717 .wrapper2 .flex .item_img:first-child {
        max-width: 340px;
    }  
    #topic_260717 .wrapper2 .flex .item_img:last-child {
        max-width: 320px;
    }

    #topic_260717 .wrapper3 .box .slinks {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #topic_260717 .wrapper {
        padding-block: 216px 144px;
    }
    
    #topic_260717 .wrapper2 {
        padding-block: 60px;
    }
    #topic_260717 .wrapper2:before {
        height: 24px;
    }
    
    #topic_260717 .wrapper3 {
        padding-block: 72px;
    }

    #topic_260717 .img_xl {
        max-width: 460px;
        margin: 0 auto;
    }
    
    #topic_260717 .img_lg {
        max-width: 460px;
        margin: 0 auto;
    }

    #topic_260717 .img_lgs {
        max-width: 460px;
        margin: 0 auto;
    }

    #topic_260717 .img_mdl {
        max-width: 460px;
        margin: 0 auto;
    }

    #topic_260717 .img_md {
        max-width: 460px;
        margin: 0 auto;
    }

    #topic_260717 .img_sm {
        max-width: 460px;
        margin: 0 auto;
    }

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

    /* #topic_260717 [class*="section_"] {
        padding-bottom: var(--sp-pb, 64px);

        &:not(:last-child) {
            --sp-pb: 188px;
            &::before {
                height: 60px;
                bottom: 64px;
                scale: .5 1;
            }
        }
    } */

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

    #topic_260717 [class*="section_"] .sp_left {
        padding-right: 25px;
    }
    
    #topic_260717 [class*="section_"] .sp_sm_right {
        padding-left: 37.5px;
    }

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

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

    #topic_260717 [class*="section_"] .sp_lgl_left {
        padding-right: 59px;
    }
    
    #topic_260717 [class*="section_"] .sp_lg_right {
        padding-left: 50px;
    }

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

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

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

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

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

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

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

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

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

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

    #topic_260717 .items .item_info {
        max-width: 100% !important;
        margin-top: 56px;
    }

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

    #topic_260717 [class*="section_"] .style_01 .sc_subtxt {
        font-size: 18px;
    }

    #topic_260717 [class*="section_"] .style_01 .sc_label {
        width: 92px;
    }

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

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

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

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

    #topic_260717 [class*="section_"].bg-01 {
        padding: 60px 0 45px;
    }

    /* Special */

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

    /* Wrapper 2 */
    #topic_260717 .wrapper2 h3 {
        text-align: center;
        font-size: 64px;
        margin-bottom: 40px;
    }
    #topic_260717 .wrapper2 .box ul li span {
        font-size: 12px;
    }

    #topic_260717 .wrapper2 .box .inner_box {
        padding: 32px 24px;
    }

    #topic_260717 .wrapper2 .flex {
        max-width: 460px;
        margin: 16px auto 0;
    }
/* 
    #topic_260717 .wrapper2 .flex .item_img:first-child {
        max-width: 460px;
    } */
    
    #topic_260717 .wrapper2 .flex .item_img:last-child {
        padding-inline: 25px;
        margin-top: 32px;
    }
    #topic_260717 .wrapper2 .box {
        margin-top: 40px;
    }
    #topic_260717 .wrapper2 .box ul li.ttlist {
        font-size: 14px;
        margin-bottom: 0;
    }
    #topic_260717 .wrapper2 .box ul li.ttlist::before {
        max-width: 100%;
    }

    /* Wrapper 3 */
    #topic_260717 .wrapper3 .box p {
        font-size: 12px;
        text-align: center;
        margin-top: 12px;
    }
    #topic_260717 .wrapper3 .box .slinks {
        margin-top: 30px;
        gap: 16px;
    }

    #topic_260717 .wrapper3 .box .slinks a {
        font-size: 12px;
    }

    #topic_260717 .wrapper3 .box h3 {
        text-align: center;
    }
    
}

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

.pc {
    display: block;
}

.sp {
    display: none;
}

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

    .sp {
        display: block;
    }

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

    .grid {
        max-width: 460px;
        margin-inline: auto;

        > div {
            &:nth-child(2) {
                margin-top: 48px;
            }
        }
    }
}

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

    .grid {
        max-width: 640px;
        margin-inline: auto;
        display: grid;
        gap: 24px;
        grid-template-columns: 310px 330px;
    }
}

@media only screen and (min-width: 981px) {

    .grid {
        max-width: 1024px;
        margin-inline: auto;
        display: grid;
        gap: 48px;
        grid-template-columns: 468px 508px;
    }
}

/* 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);
}

/* [data-aos][data-aos][data-aos-duration="6500"], body[data-aos-duration="6500"] [data-aos] {
    transition-duration: transform 6.5s, opacity .6s;
} */

[data-aos=zoom-out] {
    transform: scale(1.1);
}

[data-aos^=zoom][data-aos^=zoom] {
    transition: opacity .6s ease-in, transform 3s ease-out !important;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s !important;
}