﻿.fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.fadedown {
    transform: translateY(50px);
}

.fadeActive {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#main.main {
    overflow: visible;
}

.contents-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    color: #313131;
}

.kv {
    margin: 0;
    height: calc(100vh - 64px);
    position: sticky;
    top: 64px;
    padding-top: 2.8%;
    padding-left: 3%;
}

.kvHeading {
    position: relative;
}

.kv h1 {
    font-family: "Libre Baskerville";
    font-size: clamp(18px, 3.6vw, 52px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 3.12px;
}

.kv h1 span {
    position: relative;
    overflow:hidden;
    display: inline-flex;
}

.kv h1 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: -100%;
    transition: all .5s ease;
}

.kv h1.active span:before {
    left: 0;
}

.kv h1.animated span:before {
    left: 110%;
}

.kv h1 span span {
    transition: all 2s ease;
    opacity: 0;
    visibility: hidden;
}

.kv h1.animated span span {
    opacity: 1;
    visibility: visible;
}

.kv h2 {
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: clamp(14px, 1.6vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.2px;
    margin-top: 3%;
}

.kv p {
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: clamp(8px, 1vw, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-top: 4%;
}

.kv img {
    position: absolute;
    right: -10px;
    bottom: -2px;
    z-index: -1;
    width: 56%;
    max-width: 200px;
}

.inner {
    margin: 0;
    width: 65%;
    max-width: 940px;
    position: relative;
    z-index: 1;
}

.inner img {
    width: 100%;
}

.collection {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 161px;
    padding-top: 8.4%;
}

.collection .item p {
    font-family: "Libre Baskerville";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
}

.tablation {
    margin: 0;
    max-width: 1500px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    z-index: 1;
}

.tablation ul {
    font-family: "Libre Baskerville";
    font-size: clamp(12px, 1.4vw, 14px);
    font-style: italic;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.32px;
    display: flex;
    flex-direction: column;
    gap: 1.4vw;
    padding: 0 0 3% 3%;
    width: 30vw;
}

.tablation a {
    position: relative;
    transition: all 0.2s ease;
}

.tablation a::before {
    content: "";
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 110%;
    background-color: #313131;
    transition: all 0.1s ease;
    z-index: -1;
}

.items {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.items .item {
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.items .item .visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 150px;
}

.items .item h3 {
    font-family: "Libre Baskerville";
    font-size: clamp(16px, 2.6vw, 40px);
    font-style: italic;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

.items .item .slider-main {
    position: relative;
    overflow: hidden;
}

.items .item .slider-item {
    top: 0;
    right: -100%;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    position: absolute;
}

.items .item .slider-item.standby {
    z-index: 3;
    visibility: visible;
}

.items .item .slider-item.active {
    right: 0;
    z-index: 2;
    visibility: visible;
}

.items .item .slider-item.done {
    right: 0;
    z-index: 1;
    visibility: visible;
}

.items .item .slider-item picture {
    display: block;
}

.items .item .slider-item  img {
    width: 100%;
    height: auto;
}

.items .item .slider-text {
    background: #fff;
    color: #313131;
    text-align: center;
    font-family: Futura;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 19.6px */
    margin-top: 8px;
    position: relative;
}

.items .item .slider-text-item {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    z-index: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
}

.items .item .slider-text-item.focus {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.items .item ul {
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 50px;
}

.items .item li {
    background-image: url('https://marlmarl-cdn.azureedge.net/pub/assets/img/feature/long_use_outer/mark_check.svg');
    background-repeat: no-repeat;
    background-position: left top;
}

.items .item .detailsWrap {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.items .item .detailsInner {
    margin: 0;
}

.items .item .detailsInner img {
    margin: 0;
}

.items .item .detailsInner p {
    margin-top: 10px;
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.items .item .lineup {
    margin-top: 64px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 19px 0;
}

.items .item .lineupItem {
    width: 50%;
}

.items .item .lineupItem img {
    max-width: 190px;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
}

.items .item .lineupItem:hover img {
    transform: scale(1.1);
}

.items .item .lineupItem dl {
    text-align: center;
}

.items .item .lineupItem dt {
    font-family: "Libre Baskerville";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.28px;
}

.items .item .lineupItem dd {
    font-family: Futura;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.24px;
    margin-top: 8px;
}

.shop {
    width: 100%;
    margin-top: 150px;
    padding: 106px 0 100px;
    border-top: 1px solid #313131;
}

.shop-heading {
    margin: 0;
}

.shop-heading h4 {
    text-align: center;
    font-family: "Libre Baskerville";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 3.4px;
}

.shop-heading h5 {
    margin-top: 10px;
    text-align: center;
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.7px;
}

.shopTabs {
    margin-top: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.shopTabs li {
    text-align: center;
    width: 118px;
    height: 34px;
    border: 1px solid;
    border-radius: 100px;
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: clamp(8px, 1.4vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.shopTabs li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.3s ease;
    background: #000;
    z-index: -1;
}

.shopTabs li:hover, .shopTabs li.active {
    color: #fff;
}

.shopTabs li:hover::before, .shopTabs li.active::before {
    left: 0;
}

.shopLists {
    margin-top: 79px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.shopItem img {
    display: block;
    max-width: 260px;
    width: 90%;
    margin: 0 auto;
}

.shopItem p {
    margin-top: 25px;
    text-align: center;
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.7px;
}

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

    .contents-wrap {
        flex-direction: column;
    }
    
    .kv {
        margin-bottom: 8.8vw;
        height: auto;
        position: relative;
        top: 0;
        padding-top: 9.6vw;
        padding-left: 7vw;
        width: 100%;
    }
    
    .kvHeading {
        position: relative;
        display: inline-block;
    }
    
    .kv h1 {
        font-size: 10vw;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0.4vw;
        display: inline-block;
    }
    
    .kv h2 {
        font-size: 4vw;
        margin-top: 1.6vw;
    }
    
    .kv p {
        font-size: 2.9vw;
        margin-top: 5vw;
        line-height: 1.7;
    }

    .kv img {
        left: 40vw;
        width: 39vw;
    }
    
    .inner {
        margin: 0;
        width: 100%;
        max-width: 940px;
        position: relative;
        z-index: 1;
    }
    
    .inner img {
        width: 100%;
    }
    
    .collection {
        margin-bottom: 12vw;
        padding-top: 0;
        overflow: hidden;
        padding-left: 5vw;
    }
    
    .collectionSlider {
        overflow: hidden;
    }
    
    .collectionSliderInner {
        display: flex;
        gap: 0;
    }
    
    .collection .item a {
        pointer-events: none;
    }
    
    .collection .item p {
        font-family: "Libre Baskerville";
        font-size: 3.2vw;
        font-style: italic;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: 0.32px;
        margin-bottom: 1.5vw;
    }
    
    .tablation {
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        /* padding: 3vw 0; */
        z-index: 1;
        background: #fff;
    }

    .tablation.fixed {
        position: fixed;
        top: 65px;
        z-index: 100;
    }

    .tablation.hide {
        display: none;
    }
    
    .tablation ul {
        font-size: 3vw;
        flex-direction: row;
        justify-content: center;
        gap: 2vw;
        padding: 3vw 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .tablation.fixed ul {
        position: relative;
    }
    
    .tablation a {
        padding: 0.7vw 1vw;
    }
    
    .tablation a::before {
        content: "";
        position: absolute;
        left: -5%;
        top: 50%;
        transform: translate(0, -50%);
        width: 0;
        height: 110%;
        background-color: #313131;
        transition: all 0.1s ease;
        z-index: -1;
    }
    
    .tablation .active a {
        color: #fff;
    }
    
    .tablation .active a::before {
        width: 110%;
    }

    .items {
        gap: 2vw;
        width: 87%;
        margin: 0 auto;
    }
    
    .items .item {
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        background: #fff;
    }
    
    .items .item .visual {
        width: 100%;
        padding-top: 18vw;
    }
    
    .items .item h3 {
        font-size: 8vw;
        margin-bottom: 3.5vw;
    }

    .items .item .img {
        width: 100%;
    }
    
    .items .item .slider-text {
        background: #fff;
        color: #313131;
        text-align: center;
        font-family: Futura;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 19.6px */
        margin-top: 8px;
        position: relative;
    }
    
    .items .item .slider-text-item {
        width: 100%;
    }
    
    .items .item .slider-text-item.focus {
        z-index: 1;
    }
    
    .items .item ul {
        font-size: 3.4vw;
        gap: 4vw;
        margin-bottom: 13vw;
    }
    
    .items .item li {
        padding-left: 7vw;
        background-size: 5vw;
    }

    .items .item .details {
        padding-top: 17.5vw;
    }
    
    .items .item .detailsWrap {
        margin-top: 10.3vw;
        gap: 7.3vw;
    }
    
    .items .item .detailsInner {
        margin: 0;
    }
    
    .items .item .detailsInner img {
        margin: 0;
    }
    
    .items .item .detailsInner p {
        margin-top: 2.7vw;
        font-size: 3vw;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    
    .items .item .lineup {
        margin-top: 7vw;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 19px 0;
    }
    
    .items .item .lineupItem {
        width: 50%;
    }
    
    .items .item .lineupItem img {
        max-width: 190px;
        margin: 0 auto;
        display: block;
    }
    
    .items .item .lineupItem dt {
        font-size: 3vw;
    }
    
    .items .item .lineupItem dd {
        font-size: 2.8vw;
        margin-top: 1.7vw;
    }
    
    .shop {
        width: 88%;
        margin: 45vw auto 0;
        padding: 13vw 0 10vw;
    }
    
    .shop-heading {
        margin: 0;
    }
    
    .shop-heading h4 {
        font-size: 6vw;
        letter-spacing: 0.2vw;
    }
    
    .shop-heading h5 {
        margin-top: 5vw;
        font-size: 3vw;
    }
    
    .shopTabs {
        margin-top: 13vw;
        gap: 4vw 3vw;
    }
    
    .shopTabs li {
        width: 27vw;
        height: 7.8vw;
        font-size: 3.4vw;
        
        /* 14px */
    }
    
    .shopLists {
        margin-top: 13vw;
        gap: 9.6vw 5vw;
    }
    
    .shopItem img {
        display: block;
        max-width: 260px;
        margin: 0 auto;
    }

    .shopItem {
        width: calc(93% / 2);
    }
    
    .shopItem p {
        margin-top: 3vw;
        font-size: 2.8vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {

    .kv {
        width: 40%;
    }

    .kvHeading {
        display: inline-block;
    }

    .kv h1 {
        display: inline-block;
    }

    .kv img {
        right: -3vw;
        bottom: -2px;
        width: 14vw;
    }

    .tablation .active a, .tablation a:hover {
        color: #fff;
    }
    
    .tablation .active a::before, .tablation a:hover::before {
        width: 110%;
    }

    .items {
        gap: 200px;
        width: 70%;
        margin: 0 auto;
    }

    .items .item {
        flex-direction: column;
        background: #fff;
        position: sticky;
        top: 0;
    }

    .items .item .visual {
        width: 100%;
    }

    .items .item .img {
        width: 100%;
    }

    .items .item .slider-main {
        margin: 0 auto;
    }

    .items .item .slider-text {
        background: #fff;
        color: #313131;
        text-align: center;
        font-family: Futura;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 19.6px */
        margin-top: 8px;
        position: relative;
    }
    
    .items .item li {
        padding-left: 3vw;
    }

    .items .item .details {
        padding-top: 50px;
    }

    .shop {
        position: relative;
        z-index: 1;
    }

    .shopLists {
        gap: 30px 3.5%;
        min-height: calc( 65vw / 1.27 );
    }

    .shopItem {
        width: calc(93% / 3);
    }

    .shopItem img {
        transition: all 0.3s ease;
    }

    .shopItem:hover img {
        transform: scale(1.1);
    }
}

@media (min-width: 960px) {

    .kv {
        width: 30%;
    }

    .tablation .active a, .tablation a:hover {
        color: #fff;
    }
    
    .tablation .active a::before, .tablation a:hover::before {
        width: 110%;
    }

    .items {
        gap: 120px;
        position: relative;
        z-index: 2;
    }

    .items .item .visual {
        width: 55%;
        height: calc(100vh - 64px);
        position: sticky;
        top: 64px;
        padding-top: 0;
    }

    .items .item .img {
        width: 93.3%;
    }

    .items .item .slider-text {
        background: #fff;
        color: #313131;
        text-align: center;
        font-family: Futura;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 19.6px */
        margin-top: 8px;
        position: relative;
    }
    
    .items .item li {
        padding-left: 30px;
    }

    .items .item .details {
        width: 47%;
        padding-top: 30%;
        padding-right: 3.8%;
    }

    .shop {
        position: relative;
        z-index: 1;
    }

    .shopLists {
        gap: 72px 0;
        min-height: calc(65vw / 1.37);
    }

    .shopItem {
        width: calc(100% / 3);
    }

    .shopItem img {
        transition: all 0.3s ease;
    }

    .shopItem:hover img {
        transform: scale(1.1);
    }
}
