@charset "utf-8";
/* CSS Document */


body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.025rem;
    font-optical-sizing: auto;
    font-style: normal;
    background: #aa0000;
    font-size: 16px;
    color: #ffe0e0;
}


.r_only {
    display: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}




@media (max-width: 767.98px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


.item a:hover {
    opacity: 0.65;
    transition: 0.4s;
}


#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    background: rgba(255, 255, 255, 0);
}


footer {
    background: #333;
    margin-top: 0;
    padding: 4rem 0;
}


footer * {
    color: #fff;
}

footer a:link,
footer a:hover,
footer a:visited,
footer a:active {
    color: #fff;
}


h1 {
    font-size: 4rem;
    font-family: "Yeseva One", serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 2.4rem;
    font-weight: 500;
}


h2 {
    font-size: 3.2rem;
    font-family: "Yeseva One", serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 2.4rem;
}

.mainTitle+p,
h2+p {
    font-size: .8rem;
    line-height: 1.6rem;
    text-align: center;
}

.mainTitle {
    padding-bottom:2.4rem;
    margin-bottom:3.2rem;
    position:relative;
}

.mainTitle .ico {
    position:absolute;
}

.mainTitle .ico-ribbon {
    width:3.2rem;
    bottom:0;
    left:calc(50% - 1.6rem);
}


.container {
    display: flex;
    width: 100%;
    position: relative;
}


/* 左側 */
.left {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
}
/*
.left-image {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
*/
.left-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .8s ease-out;
}

/* 画像を積み重ねてフェード切替 */
.left img:first-child {
    opacity: 1;
}

.left-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    text-align: center;
    z-index: 2;
}





/* 右側 */
.right {
    width: 50%;
}

section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}

.right section:first-child {
    margin-top: 0;
}

.right section:last-child {
    padding-bottom: 8rem;
}

.subcopy {
    color:#fff;
    font-weight:500;
    letter-spacing: 0.25rem;
    text-align: center;
    margin-bottom:.8rem;
}


.sectionInner {
    width: 80%;
    margin: 0 auto;
}


.sectionInner h2 {
    background: url(img/ico_shine.png) center top  no-repeat;
    background-size:40px ;
    padding-top:5rem;
}

.itemList {
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
}

.item {
    margin-bottom: 2.4rem;
}

.item a {
    display: block;
    border-radius: .4rem;
}

.anchorLinks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 3.2rem;
}

.anchorLinks li a {
    width: 100%;
    display: block;
    background: #fff;
    color: #333;
    padding-top: .4rem;
    padding-bottom: .4rem;
    text-align: center;
    border-radius: .2rem;
    font-family: "Yeseva One", serif;
}

.anchorLinks li a:hover {
    opacity: 0.65;
    transition: 0.4s;
}



@media (min-width: 767.98px) and (max-width: 1280px) {

    .sectionInner {
        width: 86%;
        margin: 0 auto;
    }

    .itemList {
        grid-template-columns: 1fr 1fr;
    }

    .itemContainer {
        width: 90%;
        margin: 0 auto;
    }

}

@media (max-width: 767.98px) {

    .sectionInner {
        width: 90%;
        margin: 0 auto;
    }

    .itemList {
        grid-template-columns: 1fr 1fr;
        margin-top: 2.4rem;
    }

    .itemContainer {
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }

    .item {
        margin-bottom: 2.4rem;
    }

}



.item__brand {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #fff;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 0.75rem;
    margin-top: .4rem;
}

.item__pict img {
    border-radius: .4rem;
}

.item__name {
    color: #ffe0e0;
    letter-spacing: 0.025rem;
    font-size: .75rem;
    font-weight: 500;
}


.btn {
    text-align: center;

}

.btn a {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    line-height: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
    text-align: center;
}


.btn a:hover {
    border-color: #aa0000;
    color: #aa0000;
    background: #fff;
    opacity: 0.65;
    transition: 0.4s;
}


.bnrBlock{
    margin-top:8rem;
}

.bnrBlock dl dt {
    text-align: center;
    margin-bottom:.4rem;
}




@media (max-width: 767.98px) and (max-width: 1280px) {

    .left {
        display: none;
    }

    .right {
        width: 100%;
    }

    .container {
        display: block;
        width: 100%;
    }

    section {
        display: block;
        position: relative;
        margin-top: 4rem;
    }

    h2 {
        font-size: 2.4rem;
    }


    h1 {
        font-size: 3.2rem;
    }

    h1+p {
        font-size: .8rem;
    }

    .sectionMain {
        margin-bottom: 2.4rem;
    }

    .anchorLinks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: .8rem;
        grid-row-gap: .8rem;
        margin-top: 3.2rem;
    }

    .anchorLinks li a {
        width: 100%;
        display: block;
        background: #fff;
        color: #333;
        padding: .4rem 1.6rem;
        text-align: center;
        border-radius: .2rem;
        font-family: "Yeseva One", serif;
    }

    .btn {
        width: 100%;
        margin: 0 auto;
    }


}