@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

[data-aos=fade-right]{
    transform: translate3d(-50px, 0, 0);
}

[data-aos=fade-up]{
    transform: translate3d(0, 50px, 0);
}

.wrapper{
    background-color: #e9e3e0;
    transition: 0.5s;
}

.wrapper.wrapper-interview{
    background-color: #e0e9e6;
}

.fr-pagetop{
    z-index: 99;
}

.main{
    width: 100%;
    padding: 0 3vw;
}

.main_inner{
    max-width: 44vw;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Yu Gothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-align: left;
}

.key-visual {
    position: unset;
    width: 100%;
}

h1.title {
    z-index: 99;
    position: absolute;
    top: 30vh;
    left: 6vw;
    max-width: 44vw;
    font-size: 1.8vw;
    font-weight: 600;
}

.title span{
    font-size: 150%;
    line-height: 2em;
}

section.lead{
    min-width: 250px;
}

.lead-txt{
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6em;
}

.lead-txt_info{
    margin: 15px 0;
    font-weight: 600;
    margin-bottom: 1.5em;
    padding: 0.5em 0;
    border: 1px solid;
    border-right: none;
    border-left: none;
    text-align: center;
}

section.talk h2{
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
}

.interview section.talk h2{
    font-size: 30px;
}

section.talk h3{
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    position: relative;
    margin-bottom: 25px;
}

section.talk h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #666;
}

.talk-text dl{
    text-align: left;
    transition: all 0.5s ease-in 0.1s;
    opacity: 0;
}

.talk-text dt{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.talk-text dt span{
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
}

.talk-text dd p{
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.5;
}

section.talk .itemList{
    border: 1px solid #a9a9a9;
    padding: 1.5vw;
}

section.talk .itemList p{
    font-size: 1.2em;
    margin: -2.5vw 0 1vw 0;
    background: #e9e3e0;
    width: 7em;
    text-indent: 0.5em;
}

section.talk .itemList li{
    line-height: 2em;
}

section.talk .sf_bff_products_inner ul{
    margin: 0;
}

section.talk img.talk-img{
    max-height: 60vh;
    object-fit: contain;
}

section.function{
    text-align: center;
}

section.function h2{
    font-size: 1.2em;
    font-weight: 700;
}

section.sideItems h2,
.interview h2{
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    color: #666;
}

section.function ul.functionIcon{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

section.function ul.functionIcon li{
    width: 25%;
}

.sp-only{
    display: none;
}

section.sideItems{
    max-width:46vw;
    position: fixed;
    top: 70px;
    left: 2vw;
    font-size: 0.8em;
    text-align: center;
}

section.sideItems.sideItems-absolute{
    position: absolute;
    top: auto;
}

section.sideItems ul.lineup{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.sideItems li.item{
    width: 25%;
}

section.sideItems li.item:hover{
    transform:scale(1.2,1.2);
    transition: 0.3s;
}

section.sideItems .productName{
    font-size: 0.9em;
}

/* section.sideItems .sf_bff_products_inner li .sf_bff_products_itemName ,
section.sideItems .sf_bff_products_inner li .sf_bff_products_flags,
section.sideItems .sf_bff_products_inner li .favorites_layout{
    display: none!important;
} */

section.sideItems .sf_bff_products_inner ul.column_1_text li .sf_bff_products_detail{
    display: block;
    padding-right: 0!important;
}

section.sideItems .sf_bff_products_inner ul.column_1_text li .sf_bff_products_flags span:first-child,
section.sideItems .sf_bff_products_inner ul.column_1_text li .sf_bff_products_price{
    margin-left: 0;
}

section.profile{
    min-width: 250px;
}

section.profile dt{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2em;
}

section.credit h2{
    font-size: 1.2em;
    font-weight: 500;
}

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(30px);
    }

    to {
    opacity: 1;
    transform: translateY(-70px);
    }
}

.fadeUpTrigger{
    opacity: 0;
}

.linkbox{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 36px;
}

a.textlink{
    display: inline-block;
    padding: 1em 3em;
    position: relative;
    border: solid 1px;
}

a.textlink::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: -35px;
    transform: rotate(30deg);
    width: 10px;
    height: 1px;
    background-color: #333;
}

a.textlink::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 45px;
    height: 1px;
    background-color: #333;
}

.linkBtn.preciousdry a {
    background-color: unset;
}



@media screen and (max-width: 768px) {
    .main{
        padding: 0 4vw;
    }

    .main_inner{
        max-width: 100%;
    }
    
    .key-visual {
        position: relative;
        width: calc(100% + 8vw);
        margin-left: -4vw;
        margin-right: -4vw;
    }

    h1.title{
        max-width: 100%;
        font-size: 1.2em;
        bottom: 0;
        top: auto;
        color: #fff;
    }

    h1 span{
        font-size: 150%;
    }

    section.talk h2{
        font-size: 1.3em;
        font-weight: 800;
    }

    .interview section.talk h2{
        font-size: 30px;
    }

    .talk-text dt::before{
        font-size: 1.1em;
        line-height: 1.6;
    }

    h3,
    .talk-text dt span{
        font-size: 1.1em;
        line-height: 1.6;
    }

    .talk-text dd p{
        font-size: 1.1em;
        line-height: 1.6em;
    }
    section.talk .itemList{
        font-size: 0.825em;
    }

    section.talk .sf_bff_products_inner ul.column_1_text li{
        padding-right: 0!important;
    }

    section.talk .itemList p{
        margin: -4vw 0 1vw 0;
    }

    section.talk .itemList li{
        line-height: 2.5em;
    }

    section.talk .sf_bff_products_inner li .sf_bff_products_price{
        font-size: 1.4em;
    }

    section.talk .sf_bff_products_inner li .sf_bff_products_price::after{
        background-color: #1b1b1b;
        color: #e9e3e0;
    }

    section.talk img.talk-img{
        max-height: none;
    }

    section.function ul.functionIcon{
        width: 100%;
    }

    .sp-only{
        display: block;
    }

    section.sideItems,
    section.sideItems.sideItems-absolute{
        position: unset;
        max-width: 100%;
        font-size: 1em;
    }

    section.sideItems li.item{
        width: 50%;
    }

    section.sideItems li.item:hover{
        transform: none;
    }

    .linkBtn.preciousdry a {
        background-color: rgb(255, 255, 255, 0.8);
    }

    section.sideItems .sf_bff_products_inner ul.column_1_text li{
        padding-right: 0!important;
    }
    @keyframes fadeUpAnime{
        from {
        opacity: 0;
        transform: translateY(100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0px);
        }
    }
}