@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

html{
	font-size: 62.5%;
}

/*----------------------
	共通
----------------------*/
:root {
  --contents-width: 1180px;
}


main .en {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

#feature01 {
    background-color: #5e124f;
    color: #fff;
}
#feature02 {
    background-color: #998273;
    color: #000;
    .itemBox {
        .ttlWrap {
            border-top: 1px solid #000;
        }
    }
}
#feature03 {
    background-color: #d6c54e;
    color: #000;
    .itemBox {
        .ttlWrap {
            border-top: 1px solid #000;
        }
    }
}
#feature04 {
    background-color: #798f84;
    color: #000;
    .itemBox {
        .ttlWrap {
            border-top: 1px solid #000;
        }
    }
}

/*----------------------
	#anker
----------------------*/
#anker {
    background-color: #998273;
    color: #000;
    padding: 60px 0;

    a, a:link {
        color: #000;
    }
    a:hover {
        color: #000;
    }

    h2.title {
        font-size: 1.8rem;
        text-align: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        margin-bottom: 32px;
    }

    .menuList {
        display: flex;
        justify-content: space-between;
        
        .imgWrap {
            width: 23%;

            span.num {
                font-size: 3.6rem;
            }
            .ttl {
                font-size: 2.2rem;
                margin-bottom: 0;
                line-height: 1.5;
            }
            .caption {
                font-size: 1.4rem;
            }
        }
    }
}

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

    #anker {
        padding: 40px 0;

        h2.title {
            font-size: 1.4rem;
            padding-bottom: 16px;
            margin-bottom: 24px;
        }

        .menuList {
            flex-wrap: wrap;

            .imgWrap {
                width: 46%;

                span.num {
                    font-size: 1.8rem;
                }
                .ttl {
                    font-size: 1.6rem;
                    margin-bottom: 4px;
                    line-height: 1.4;
                }
                .caption {
                    font-size: 1.2rem;
                    line-height: 1.5;
                }
            }
        }
    }

}

/*----------------------
	.feature
----------------------*/
.feature {
    padding: 100px 0!important;

    p.subttl {
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        padding-bottom: 20px;
        background: url(../../../common/images/lineup/special/2025aw/line.png) 0 100% repeat-x;
        margin-bottom: 32px;

        span {
            font-size: 3.6rem;
            display: block;
            line-height: 1.2;
        }
    }

    p.subttl.black {
        background-image: url(../../../common/images/lineup/special/2025aw/line_b.png);

    }

    h2.title {
        font-size: 5.0rem!important;
        margin-bottom: 16px!important;
        text-align: left!important;
    }

    .caption {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    .caption.yokoku {
        display: inline-block;
        font-size: 1.8rem;
        margin-bottom: 40px;
        color: #fff;
        background-color: #000;
        padding: 2px 20px;
    }

    .slide {
        width: 100%;
    }

    .intro {
        width: 88%;
        margin-inline: auto;
        margin-top: -28px;
        position: relative;
        z-index: 99;

        p.imgLeft1 {
            width: 43%;
            float: left;
        }
        .description {
            width: 43%;
            float: right;
            margin-top: 180px;

            dt {
                font-size: 2.4rem;
                margin-bottom: 20px;
            }

            .txt {
                font-size: 1.6rem;
                margin-bottom: 24px;
                width: 80%;
            }
        }
        p.imgLeft2 {
            width: 56%;
            float: left;
            margin-left: calc((100vw - 100%) / 2 * -1);
            margin-top: 130px;
        }
        .brandInfo {
            width: 43%;
            float: right;
            margin-top: 100px;

            dt {
                margin-bottom: 20px;
            }

            dd {
                width: 80%;
            }

        }
        .imgbottom {
            clear: both;
            margin-top: 40px;
            width: 80%;
            margin-inline: auto;
        }
    }
    .intro.reverse {

        p.imgLeft1 {
            float: right;
        }
        .description {
            float: left;
        }
        p.imgLeft2 {
            float: right;
            margin-left: 0;
            margin-right: calc((100vw - 100%) / 2 * -1);
        }
        .brandInfo {
            float: left;
        }
    }

    .intro.morris {
        margin-top: 60px;

        p.imgLeft2 {
            width: 56%;
            float: right;
            margin-left: 0;
            margin-right: calc((100vw - 100%) / 2 * -1);
            margin-top: 0;
        }
        .brandInfo {
            width: 50%;
            float: left;
            margin-top: 40px;
        }
    }

    .scene {
        margin-top: 80px;

        .copyright {
            width: var(--contents-width);
            text-align: right;
            font-size: 1.2rem;
        }
    }

    .itemBox {
        .ttlWrap {
            border-top: 1px solid #fff;
            padding-top: 68px;
            margin-top: 80px;
            display: flex;
            gap: 80px;
            align-items: center;
            margin-bottom: 48px;
        }
    }

    .bg_slide {
        width: 100vw;
        margin-bottom: 80px;

        .tapeImg {
            -webkit-animation: bg-slider 60s linear infinite;
            animation: bg-slider 60s linear infinite;
            background: url(../../../common/images/lineup/special/2025aw/feature01_as_slide.png) repeat-x 50%;
            background-size: auto 81px;
            height: 81px;
            width: 100%;
        }
    }

    .itemToggle {
        cursor: pointer;

        .txt {
            text-align: center;
        }
        .btn {
            text-align: center;
            position: relative;
            margin-bottom: 40px;

            &:before {
                position: absolute;
                content: "";
                width: 100%;
                height: 1px;
                background-color: #fff;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto 0;
                z-index: 1;
            }

            img {
                position: relative;
                z-index: 5;
                rotate: 180deg;
                transition: rotate 0.3s ease-in-out;
            }
        }

        &.open {
            .btn {
                img {
                    rotate: 0deg;
                }
            }
        }
    }

    .hidden {
        display: none;
    }

    .comingsoon {
        font-size: 3.6rem;
        color: #fff;
        text-align: center;
        line-height: 1.3;

        span.yotei {
            display: inline-block;
            background-color: #000;
            color: #fff;
            padding: 4px 20px 8px;
            font-size: 1.8rem;
        }
    }

}
@-webkit-keyframes bg-slider {
    0% {
        background-position: 0 0; 
    }
    100% {
        background-position: -1609px 0;
    }
}
@keyframes bg-slider {
    0% {
        background-position: 0 0; 
    }
    100% {
        background-position: -1609px 0;
    }
}


#feature01 .itemBox.as .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature01_as_slide.png);
    background-size: auto 81px;
    height: 81px;
}
#feature01 .itemBox.casa .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature01_casa_slide.png);
    background-size: auto 246px;
    height: 246px;
}
#feature02 .itemBox.as .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature02_as_slide.png);
    background-size: auto 123px;
    height: 123px;
}
#feature02 .itemBox.pack .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature02_pack_slide.png);
    background-size: auto 208px;
    height: 208px;
}
#feature02 .itemBox.ex .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature02_ex_slide.png);
    background-size: auto 70px;
    height: 70px;
}
#feature02 .itemBox.p1 .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature02_1p_slide.png);
    background-size: auto 120px;
    height: 120px;
}
#feature03 .itemBox.casa .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature03_casa_slide.png);
    background-size: auto 272px;
    height: 272px;
}
#feature04 .itemBox.casa .tapeImg {
    background-image: url(../../../common/images/lineup/special/2025aw/feature04_casa_slide.png);
    background-size: auto 304px;
    height: 304px;
}


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

    .feature {
        padding: 60px 0!important;

        p.subttl {
            font-size: 1.0rem;
            padding-bottom: 16px;
            margin-bottom: 24px;

            span {
                font-size: 2.8rem;
            }
        }
        h2.title {
            font-size: 3.2rem!important;
        }
        .caption {
            font-size: 1.4rem;
        }
        .caption.yokoku {
            font-size: 1.4rem;
        }
        .intro {
            width: 90%;
            margin-top: -12px;
            p.imgLeft1 {
                width: 60%;
            }
            .description {
                width: 80%;
                margin-top: 40px;
                dt {
                    font-size: 2rem;
                    margin-bottom: 16px;
                }
                .txt {
                    font-size: 1.4rem;
                    margin-bottom: 24px;
                    width: auto;
                }
            }
            p.imgLeft2 {
                width: 80%;
                margin-left: calc((100vw - 100%) / 2 * -1);
                margin-top: 40px;
            }
            .brandInfo {
                width: 84%;
                margin-top: 40px;
                dd {
                    width: auto;
                    font-size: 1.3rem;
                }

            }
            .imgbottom {
                width: 100%;
            }
        }
        .intro.reverse {

            p.imgLeft1 {
                float: right;
            }
            .description {
                float: left;
            }
            p.imgLeft2 {
                float: right;
                margin-left: 0;
                margin-right: calc((100vw - 100%) / 2 * -1);
            }
            .brandInfo {
                float: left;
            }
        }
        .intro.morris {
            margin-top: 40px;

            p.imgLeft2 {
                width: 100%;
                float: right;
                margin-left: 0;
                margin-right: 0;
                margin-top: 0;
            }
            .brandInfo {
                width: 100%;
                float: left;
                margin-top: 20px;
            }
        }

        .scene {
            margin-top: 40px;

            .copyright {
                width: auto;
                text-align: center;
                font-size: 1.0rem;
            }
        }

        .itemBox {
            .ttlWrap {
                margin-top: 60px;
                border-top: 1px solid #fff;
                padding-top: 40px;
                display: block;
                margin-bottom: 32px;

                .title {
                    margin-bottom: 16px;
                }
            }
        }
        .bg_slide {
            margin-bottom: 60px;
        }

        .itemToggle {
            .txt {
                text-align: center;
                font-size: 1.3rem;
            }
        }

        .comingsoon {
            font-size: 3.2rem;

            span.yotei {
                font-size: 1.4rem;
            }
        }

    }
}



.tapeLineupBox {
    display: grid;
    margin: 0 auto;
    gap: 15px;
    max-width: 700px;
  
    a, a:link {
        color: #fff;
    }

    >div:not(:last-child) {
        margin-bottom: 16px;
    }
}


.shop_link{
    margin-top: 30px;
}

.tapeLineupItem {
  display: flex;
  flex-direction: column;
}
.tapeLineupItem p{
    margin-bottom: 6px;
    line-height: 1.4;
}
.tapeLineupItem p.size{
    font-size: 92%;
}


.tapeLineupItem .buttonStyle{
    text-align: left;
}