@charset UTF-8;


/*  ------------------------------------------------ 共通設定*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.interview__wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.interview__container {
    max-width: 740px;
    margin: 0 auto;
}

.interview__wrapper p,
.interview__container p{
    text-align: justify;
}

header,
footer {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mb60 {
    margin-bottom: 60px;
}


@media screen and (min-width: 767px) {
    .sp_only {
        display: none;
    }
}

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

    .pc_only {
        display: none;
    }

    body {
        font-size: 32px;
        line-height: 1.7em;
    }

    .interview__wrapper_all {
        width: 764px;
    }

    .interview__wrapper,
    .interview__container {
        width: 90%;
        margin: 0 auto;
    }


}


/*  ------------------------------------------------ fadeの設定*/

.fade{
    opacity : 0;
    transition: opacity 2s;
}
.fade.view{
    opacity: 1;
}

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

    .fade{
        transition: opacity 1s;
    }

}



    /*  ------------------------------------------------ article*/

.interview__wrapper_all article {
    background-color: #EBEBEB; 
}

.interview__mainvisual {
    position: relative;
    margin-bottom: 150px;
}

.interview__mainvisual img {
    width: 100%;
}

.interview__title_contain {
    background-color: #464646;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 40px;
    width: 480px;
    height: 470px;
    padding: 60px 40px 40px;
    color: #fff;
}

.interview__title_name p{
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
}

p.interview__title_interview {
    font-size: 12px;
    letter-spacing: 7px;
    border-bottom: 1px solid #fff;
}

.interview__title_contain h1 {
    font-size: 32px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 40px;
    padding: 80px 0 20px;
}


.interview__container section {
    margin-bottom: 200px;
}

.interview__container section:last-child {
    margin-bottom: 80px;
}


.interview__container h2 {
    font-size: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    line-height: 1.5em;
}

.interview__container h2::before {
    content: '';
    background: url(../detail/2021/img/icon_miso.png) no-repeat center/cover;
    display: block;
    width: 63px;
    height: 68px;
    position: absolute;
    top: -40px;
    left: -32px;
    z-index: -1;
}

p.interview__ask {
    font-weight: 500;
    padding-bottom: 20px;
}

.interview__ask span {
    letter-spacing: -.2em;
    width: 2em;
    margin-right: .5em;
    font-weight: 100;
}

.interview__flex_contain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.interview__flex_left {
    width: 400px;
}

.interview__flex_right {
    width: 300px;
}

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

    .interview__wrapper_all article {
        margin-top: 102px;
    }

    .interview__title_contain {
        position: inherit;
        right: -50%;
        transform: translate(-50%, -27%);
        width: 80%;
        height: auto;
    }

    .interview__title_contain p {
        font-size: 26px;
        line-height: 1.7em;
    }

    .interview__title_name p{
        text-align: center;
        padding-bottom: 12px;
        font-size: 32px;
        line-height: 1.5em;
    }
    
    p.interview__title_interview {
        font-size: 22px;
        letter-spacing: 7px;
        border-bottom: 1px solid #fff;
    }
    
    .interview__title_contain h1 {
        font-size: 38px;
        line-height: 1.5em;
        padding-top: 40px;
    }

    .interview__container h2 {
        font-size: 46px;
        line-height: 1.5em;
        position: relative;
        padding-bottom: 70px;
    }

    .interview__container h2::before {
        width: 100px;
        height: 100px;
        top: -55px;
        left: -5px;
    }

    .interview__flex_contain {
        display: block;
    }
    
    .interview__flex_left {
        width: 100%;
        margin-bottom: 60px;
    }
    
    .interview__flex_right {
        width: 100%
    }

    .interview__ask span {
        letter-spacing: -.3em;
    }
    

}



    /*  ------------------------------------------------ aside*/

aside.productinfo {
    margin: 0 0 140px;
}

.interview__matome img {
    display: block;
}

.interview__container h4 {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.7em;
    padding-bottom: 40px;
}

.interview__product {
    margin: 100px auto 140px;
}

.interview__product h3 {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;
}

.interview__product h3 span {
    font-family: initial;
    font-size: 14px;
    padding-left: 1.5em;
}

.interview__product .interview__flex_left {
    width: 510px;
}

.interview__product .interview__flex_right {
    width: 570px;
}

.interview__product_name {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    padding-bottom: 20px;
}

.interview__product dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.interview__product dt {
    width: 16%;
    padding-bottom: 7px;
}

.interview__product dd {
    width: 84%;
    padding-bottom: 7px;
}

.interview__netshop_btn {
    position: relative;
}

.interview__netshop_btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #FABE00;
    font-size: 24px;
    font-weight: 500;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 40px;
    margin-top: 30px;
}

.interview__netshop_btn i {
    position: absolute;
    right: 30px;
    top: 27px;
}

.interview__netshop_btn a:hover {
    opacity: 0.6;
}

aside.interview__shopinfo {
    background-color: #EBEBEB;
    padding: 40px 0;
}

.interview__shopinfo h5 {
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.interview__shop_btn {
    position: relative;
}

.interview__shop_btn a {
    color: #000;
    text-decoration: none;
    display: block;
    border: 1px solid #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}

.interview__shop_btn a:hover {
    color: #fff;
    border: none;
    background-color: #000;
}

.interview__shop_btn i {
    position: absolute;
    right: 12px;
    top: 15px;
}


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

    .interview__container h4 {
        font-size: 42px;
    }

    .interview__product h3 {
        font-size: 42px;
    }
    
    .interview__product h3 span {
        font-size: 24px;
    }

    .interview__product .interview__flex_left,
    .interview__product .interview__flex_right {
        width: 100%;
    }
    
    .interview__product_name {
        font-size: 42px;
        padding: 35px 0;
    }
    
    .interview__product dt {
        width: 25%;
    }
    
    .interview__product dd {
        width: 75%;
    }

    .interview__netshop_btn a {
        font-size: 42px;
        height: 100px;
        line-height: 100px;
        border-radius: 50px;
        margin-top: 50px;
    }


    aside.interview__shopinfo {
        padding: 80px 0;
    }
    
    .interview__shopinfo h5 {
        border-bottom: 1px solid #000;
        font-size: 24px;
        margin: 40px 0 0;
    }
    
    .interview__shop_btn {
        position: relative;
    }
    
    .interview__shop_btn a {
        font-size: 26px;
        height: 80px;
        line-height: 80px;
        border-radius: 10px;
        margin-top: 40px;
    }
    
    .interview__shop_btn i {
        right: 30px;
        top: 25px;
    }

}