/* トップページ
----------------------------------------------------*/

/*イントロダクション*/
.top_main_img {
    position: relative;
    overflow-x: hidden;
}

.top_main_slider {
    width: 100vw;
    height: 100vh;
    height: 100svh;
}

.top_main_slide {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh !important;
    height: 100svh !important;
    transition: 0.5s ease-out;
}

.top_main_slide:hover {
    opacity: .8;
}

.top_main_slide-1 {
    background-image: url(https://link-spirits.jp/shop/img/top_nanairo_slide_pc.jpg);
}

.top_main_slide-2 {
    background-image: url(https://link-spirits.jp/shop/img/top_otowa_slide_pc.jpg);
}

.top_main_slide-3 {
    background-image: url(https://link-spirits.jp/shop/img/top_gem_slide_pc.jpg);
}

.top_main_slide-4 {
    background-image: url(https://link-spirits.jp/shop/img/top_nanairo_slide2_pc.jpg);
    background-position: center bottom;
}

.top_main_link {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.top_main_inner {
    width: 100%;
    position: absolute;
    bottom: 9rem;
    left: 0;
}

.top_main_logo_tokusanhin {
    width: 20%;
    margin-bottom: 1.2rem;
}

.top_main_heading_title {
    font-size: 3.8rem;
    line-height: 1.5;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

.top_main_heading_title span {
    display: block;
    font-size: 76%;
    padding-left: 2rem;
}

.top_main_slide-2 .top_main_heading_title {
    color: #eee;
}

.top_main_slide-2 .top_main_heading_title span {
    font-size: 64%;
}

.top_main_slide-3 .top_main_heading_title {
    color: #eee;
}

.top_main_slide-4 .top_main_heading_title {
    color: #eee;
}

.top_intro_body {
    padding-top: 6.8rem;
    padding-bottom: 8rem;
}

.top_intro_icon {
    width: 4.6rem;
    margin: auto;
    display: block;
    padding-bottom: 2.4rem;
}

.top_intro_text {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    padding-bottom: 5.8rem;
}

.top_intro_banner + .top_intro_banner {
    margin-top: 4rem;
}

.top_intro_link {
    transition: 0.5s ease-out;
}

.top_intro_link:hover {
    opacity: .8;
}

/*ジャーナル*/
.top_journal_container {
    padding-bottom: 6rem;
}

.top_journal_heading {
    font-size: 2.6rem;
    color: #90326D;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 4.6rem;
}

.journal_list {
    margin: 0 -2.1%;
}

.journal_list_item {
    width: calc(100% / 3);
    padding: 0 2.1% 6rem;
}

.journal_list_item:nth-child(n+4) {
    display: none;
}

.journal_list_img {
    position: relative;
    margin: 0 0 2rem;
    order: 1;
}

.journal_list_img:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #90326D;
    opacity: 0;
    display: block;
    content: "";
    transition: 0.5s ease-out;
}

.journal_list_img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: 100%;
}

.journal_list_link:hover {
    text-decoration: none;
}

.journal_list_link:hover .journal_list_img:after {
    opacity: .15;
}

.journal_list_title {
    font-size: 1.6rem;
    line-height: 1.56;
    padding-bottom: 2.6rem;
    font-weight: 600;
    order: 2;
}

.journal_list_text {
    font-size: 1.5rem;
    line-height: 1.73;
    order: 3;
}

/*ニュース*/

.top_news_container {
    border-top: 1px solid rgba(144, 50, 109, 0.35);
    padding-top: 8rem;
}

.top_news_inner {
    justify-content: space-between;
}

.top_news_heading {
    font-size: 2.6rem;
    color: #90326D;
    text-transform: uppercase;
    width: 34%;
    padding-top: 0.4rem;
}

.top_news_list {
    width: 66%;
    margin: 0;
}

.top_news_list_item {
    align-items: baseline;
    padding-bottom: 2.4rem;
}

.top_news_list_item + .top_news_list_item {
    padding-top: 2.4rem;
    border-top: rgba(0, 0, 0, 0.15) 1px solid;
}

.top_news_list_date {
    font-size: 1.8rem;
    line-height: 1.56;
    width: 18%;
}

.top_news_list_tag {
    font-size: 1.4rem;
    line-height: 1.56;
    text-transform: uppercase;
    width: 22%;
}

.top_news_list_title {
    font-size: 1.6rem;
    line-height: 1.56;
    width: 60%;
}

.top_news_empty {
    width: 66%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.56;
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


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

    /*イントロダクション*/


    .top_main_slide-1 {
        background-image: url(https://link-spirits.jp/shop/img/top_nanairo_slide_sp.jpg);
    }

    .top_main_slide-2 {
        background-image: url(https://link-spirits.jp/shop/img/top_otowa_slide_sp.jpg);
        background-position: top center;
    }

    .top_main_slide-3 {
        background-image: url(https://link-spirits.jp/shop/img/top_gem_slide_sp.jpg);
    }

    .top_main_slide-4 {
        background-image: url(https://link-spirits.jp/shop/img/top_nanairo_slide2_sp.jpg);
    }

    .top_main_inner {
        bottom: 6rem;
    }

    .top_main_heading_title {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    .top_main_logo_tokusanhin {
        margin-bottom: .4rem;
        width: 15rem
    }

    .top_main_heading_title span {
        padding-bottom: .4rem;
        padding-left: 1.2rem;
    }

    .top_intro_container {
        border-image: linear-gradient(0deg, rgba(144, 50, 109, 0.35) 1px, #0000 0) fill 0 //0 100vw 0 100vw;
        margin-bottom: 5.8rem;
    }

    .top_intro_body {
        padding-top: 3.8rem;
        padding-bottom: 6.4rem;
    }

    .top_intro_icon {
        width: 3.3rem;
        padding-bottom: 3.4rem;
    }

    .top_intro_text {
        font-size: 1.5rem;
        padding-bottom: 5.4rem;
    }

    .top_intro_banner + .top_intro_banner {
        margin-top: 4rem;
    }

    .top_intro_link_box {
        margin: 2rem auto 0;
        width: 70%;
        height: 6.2rem;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 1.5rem;
    }

    .banner_otowa .top_intro_link_box {
        border: 1px solid #A56D35;
        background: #A56D35;
    }

    .banner_otowa .top_intro_link_box:hover {
        color: #A56D35;
        background: #fff;
        text-decoration: none;
    }

    .banner_gem .top_intro_link_box {
        border: 1px solid #b28146;
        background: #b28146;
    }

    .banner_gem .top_intro_link_box:hover {
        color: #b28146;
        background: #fff;
        text-decoration: none;
    }

    .banner_nanairo .top_intro_link_box {
        border: 1px solid #90326d;
        background: #90326d;
    }

    .banner_nanairo .top_intro_link_box:hover {
        color: #90326d;
        background: #fff;
        text-decoration: none;
    }

    .top_intro_link_box span {
        padding-right: .6rem;
    }

    .top_intro_link_box svg {
        width: 5rem;
    }

    /*ジャーナル*/
    .journal_list {
        margin: 0;
    }

    .journal_list_item {
        width: 100%;
        padding: 0 0 4.2rem;
    }

    .journal_list_title {
        font-size: 1.5rem;
        padding-bottom: 1.6rem;
    }

    .journal_list_text {
        font-size: 1.3rem;
    }

    /*ニュース*/

    .top_news_container {
        padding-top: 5.8rem;
    }

    .top_news_heading {
        font-size: 2.6rem;
        padding-top: 0;
        padding-bottom: 4.8rem;
        width: 100%;
        text-align: center;
    }

    .top_news_list {
        width: 100%;
    }

    .top_news_list_item {
        padding-bottom: 2rem;
    }

    .top_news_list_item + .top_news_list_item {
        padding-top: 2rem;
    }

    .top_news_list_date {
        width: 30%;
    }

    .top_news_list_tag {
        width: 70%;
    }

    .top_news_list_title {
        width: 100%;
    }

    .top_news_empty {
        width: 100%;
    }


}
