@charset "utf-8";



* {
    box-sizing: border-box;
    color: #333;
}

img {
    width: 100%
}


body {
    font-family: "Noto Sans JP", "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", "Outfit", sans-serif;
}


a:hover img {
    opacity:.7;
    transition:.7s;
}



#header {
    z-index: 100;
    background: none;
    position: fixed;
    padding-left: 3%;
    padding-top: 3%;
}

.logo {
    width: 150px;
}


@media (max-width: 767.98px) {

    #header {
        position: relative;
        padding-left: 0%;
        padding-top: 0%;
    }

    .logo {
        position: absolute;
        margin-top: 3%;
        margin-left: 3%;
    }

}


@media screen and (min-width: 769px) {

    .scroll-content {
        width: 40%;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .pc-content {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .pc-content {
        background-color: #fff;
        width: 30%;
        height: 100%;
        position: fixed;
        top: 0;
    }

    .scroll-content {
        z-index: -1;
    }
}

.pc-content--left {
    /*    border-right: #e83935 solid 1px;*/
    /*    z-index: -1;*/
}


.pc-content--right {
    /*    border-left: #e83935 solid 1px;*/
}

@media screen and (min-width: 769px) {
    .pc-content--left {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .pc-content--right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.pc-content--left__inner {
    position: relative;
    width: 70%;
    margin: 0 auto;
}


.pc-content--left__inner h1 {
    width: 80%;
    margin: 0 auto;
}


.pc-content--right {
    right: 0
}

.pc-content--right__inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
}


.pc-content--right__inner li img {
    width: 100%;
}

.scroll-content__inner {
    position: relative;
}



/*    fv    */
/*    fv    */
/*    fv    */
/*    fv    */
/*    fv    */

.fv-slide {
    position: relative;
    margin-bottom: 3.2rem;
}

@media (max-width: 767.98px) {

.fv-slide {
    position: relative;
    margin-bottom: 2.4rem;
}

}


@media screen and (min-width: 769px) {
}


.fv-slide--pict1 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
}

.fv-slide--pict2 {
    line-height: 0;
}

.fv-slide--pict1 img {
    border-radius: 0 0 2.4rem 3.2rem;
}

.fv-slide--pict2 img {
    border-radius: 0 0 3.2rem 5.6rem;
}




.fv-logo {
    position: absolute;
    width: 70%;
    left: 17%;
    right: 13%;
    bottom: -2%;
}

@media (min-width: 767.98px) {
    .fv-logo {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .fv {
        position: relative;
    }

    .fv-logo {
        position: absolute;
        width: 66%;
        left: 18%;
        right: 6%;
        bottom: 6%;
    }

}



.itemWrap {
    position: relative;
}

@media (max-width: 767.98px) {

    .itemWrap {
        width: 90%;
        margin: 0 auto;
    }

}

.tit {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 100;
}



.layout--col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    margin-top: 1rem;
}

.layout--col3 {
    display: grid;
    margin-top: 1rem;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
}


@media screen and (min-width: 769px) {


    .layout--col2 {
        grid-column-gap: 1.6rem;
    }

    .layout--col3 {
        grid-column-gap: 1.6rem;
    }


}




.item {
    position: relative;
    margin-bottom: .8rem;
}

.layout__head {
    padding: 1rem;
    text-align: center;
}

.layout__head h2 {
    display: inline-block;
    background: #e83935;
    font-family: "Outfit", sans-serif;
    font-size: 2.4rem;
    font-weight: ;
    color: #fff;
    text-align: center;
}


.item .item__inner a {
    text-decoration: none;
}

.item .item__inner img {
    width: 100%;
    height: auto;
}




.shape1 img {
    border-radius: .8rem .4rem 1.6rem 3.2rem;
}

.shape2 img {
    border-radius: 1.6rem 2.4rem 3.2rem .4rem;
}

.shape3 img {
    border-radius: 2.4rem .8rem 1.6rem 3.2rem;
}

.shape4 img {
    border-radius: 3.2rem .8rem 2.4rem 1.6rem;
}

.shape5 img {
    border-radius: .8rem 2.4rem 3.2rem .8rem;
}


@media (max-width: 767.98px) {
    .shape1 .item__inner img {
        border-radius: .4rem .2rem .8rem 1.6rem;
    }

    .shape2 .item__inner img {
        border-radius: .8rem 1.2rem 1.6rem .2rem;
    }

    .shape3 .item__inner img {
        border-radius: 1.2rem .4rem .2rem 1.6rem;
    }

    .shape4 .item__inner img {
        border-radius: 1.6rem .4rem 1.2rem .8rem;
    }

    .shape5 .item__inner img {
        border-radius: .4rem 1.2rem 1.6rem .8rem;
    }
}




.item__thumbs {
    line-height: 0;
}

.item__meta {
    margin-top: .2rem;
}

.item__meta .brand {
    font-size: .8rem;
    color: #e83935;
    font-weight: 600;
    font-family: "Outfit", sans-serif;

}

.item__meta .att {
    display:inline-block;
    font-size: .7rem;
    font-weight:500;
    color: #e83935;
}






/* »Ø¤ë¥¿¥¤¥È¥ë */

.circle {
    position: relative;
    margin: 20px auto;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.circle__inner {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: rotateAnim 15s linear infinite;
}

.circle__inner:hover {
    animation-play-state: paused;
}

@keyframes rotateAnim {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle__inner span {
    position: absolute;
    inset: 0;
    font-family: "Outfit", sans-serif;
    color: #e83935;
    font-weight: 600;
    font-size:1.2rem;
}



/*--------------*/
/*--------------*/
/* left section */
/*--------------*/
/*--------------*/



.section {
    margin: 1.6rem 0;
}

.section p {
    font-size: .96rem;
    line-height: 1.6rem;
    color: #e83935;
    line-height:2.4;
}

.section p strong {
    font-weight:600;
    color: #e83935;
    background: #fcd1d1;
}


.bnrList {
    margin-top:2.4rem;
}


.bnrList h3 {
    color: #e83935;
    font-weight: 600;
    letter-spacing: 0.025rem;
    margin-bottom: .4rem;
    font-size: .8rem;
    text-align: center;
}








/* intro SP */

@media screen and (min-width: 769px) {

    .intro {
        display: none;
    }

}

@media (max-width: 767.98px) {


    .intro {
        width: 90%;
        margin: 0 auto 3.2rem;
    }


    .intro p {
        font-size: .8rem;
        line-height: 2;
    }

    .intro .bnrList {
        display:block;
        margin-top:2.4rem;
    }


    .intro .bnrList:nth-child(2n + 1) {
        margin-top:.8rem;
    }

    .intro2 {
        margin-top:3.2rem;
    }



}





.btn {
    max-width:400px;
    width:80%;
    margin:8rem auto;
}

.btn a {
    display:block;
    border:2px solid #e83935;
    color:#e83935;
    font-size:.9rem;
    font-weight:600;
    text-align: center;
    padding:1.2rem 1rem;
    border-radius: 3rem;
    text-decoration: none;
}

.btn a:hover {
    background: #e83935;
    color:#fff;
    transition: .5s;
}



/* -------------------- footer -------------------- */

footer {
    margin-top: 4rem;
    width: 100%;
    background: #e83435;
    padding: 2rem 0 4rem;
}

footer a {
    color: #fff;
}

.footer__linkList {
    text-align: center;
}

.footer__linkList li {
    font-size: .7rem;
    margin: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
}

.footer__linkList li.footer__linkList--icon {
    font-size: 1.4rem;
}


.footer__linkList li i {
    color: #fff;
}


.footer__innerWrap {
    width: 94%;
    margin: 0 auto;
}


.footer__copyright {
    margin-top: 1rem;
    font-size: .6rem;
    text-align: center;
    color: #fff;
}


/* -------------------- pagetop -------------------- */


#pagetop--fixed {
    position: fixed;
    width: 2.4rem;
    height: 2.4rem;
    bottom: 1.4vh;
    right: 1vw;
    background: #e83935;
    border-radius: 50%;
    z-index: 998;
}


#pagetop--fixed a {
    position: relative;
    display: block;
    padding: 1rem 2rem;
}

#pagetop--fixed a::before,
#pagetop--fixed a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}



#pagetop--fixed a::before {
    left: 1.15rem;
    width: 1px;
    height: 1.2rem;
    top: .2rem;
    background: #fff;
}


#pagetop--fixed a::after {
    left: .85rem;
    top: 0rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ¥Ú©`¥¸¤ÎÉÏ²¿¤Ø¡¡¥Æ¥­¥¹¥È°æ */
.pagetop--fixed i {
    font-size: 5rem;
}


.pagetop {
    text-align: right;
    padding-top: 4rem;
}

.pagetop::before {
    padding-right: .4rem;
    padding-bottom: -.2rem;
    content: "\f062";
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    color: #999;
    font-weight: 600;
}

.footer__copyright {
    letter-spacing: 0.025rem;
}