/* ==========================================================
  APP Only
========================================================== */



/* ==========================================================
  Img Style
========================================================== */

.main_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: auto;
}

.main_inner{
    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;
}


/* ==========================================================
  Base Style SP Only
========================================================== */
.main_inner {
    position: relative;
    overflow-x: hidden;
}
.main_inner section{
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    /* background-color: #fff; */
    z-index: 1;
}

.main_inner section:last-of-type{
    padding-bottom: 40px;
}

.main_inner section.discription{
    padding: 0;
}

h1{
    text-align: center;
    font-weight: 300;
    font-size: 1.8em;
}

.main_inner h1 img{
    margin-top: 25px;
    max-width: 500px;
    width: 90%;
}

h1 span{
    font-size: 0.5em;
}

h2{
    font-size: 1.5em;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
}

h2.h2box span {
    position: relative;
    padding: 0 1em;
    font-family: serif;
    font-size: 0.8em;
    color: #606060;
}

h2.h2box span:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #606060;
  }

h3{
    font-size: 1.3em;
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
}

h3 span{
    font-family: serif;
    color: #606060;
}

h4{
    font-size: 1.2em;
    margin-bottom: 5px;
    line-height: 1.5em;
    margin-left: 4em;
    text-indent: -4em;
}

h4 span{
    padding: 0.3em;
    margin-right: 1em;
    background-color: #80b1ae;
    color: #fff;
    font-family: serif;
    font-weight: 300;
}

p{
    margin-top: 10px;
    font-size: 1em;
}

.sticky{
    position: sticky;
    top: 0;
    margin: 0 auto;
}

.sticky section{
    z-index: 0;
}

img.arrow{
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 50px 0;
    width: auto;
    animation: move-y 1.5s infinite;
}

@keyframes move-y {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(8px);
    }
    60% {
        transform: translateY(8px);
      }
    100% {
        transform: translateY(0);
      }
  }

.discription p{
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    margin-top: 30px;
}
.video {
    margin: 20px 0;
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
  }
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.items{
    background-color: #eee;
}

.items-container{
    width: 93%;
    margin: 1.5em auto 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.items-box{
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-bottom: 2%;
}

img.items-box_img{
    height: auto;
    border: solid 1px #fff;
}

.items-box .items-box_img{
    transition-duration: 0.3s;
}

.items-box:hover .items-box_img{
    filter: brightness(0.8);
  }

.items-box_title{
    height: 2.0em;
}

.items-box_title.long{
    height: auto;
}

.item-product{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.item-product .sf_bff_products_image{
    border: 1px solid #fff;
}

section.interview{
    padding-bottom: 50px;
    background-image: url(https://www.plst.com/jp/ja/special-feature/24ss/image/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.interview_img{
    position: relative;
    margin-top: 35px;
    padding: 1%;
    background-color: #fff;
}

p.interview_q{
    margin-top: 20px;
}

.interview_text span{
    padding-bottom: 0.2em;
    font-size: 1.5em;
    font-family: serif;
}

.interview_text{
    width: 90%;
    margin: 0 auto;
}

section.styling{
    background-color: #eee;
}

section.styling h3{
    margin-top: 30px;
}

section.styling h4{
    text-align: center;
    margin-top: 25px;
}

section.styling .interview_img{
    margin-top: 20px;
}

section.blouse{
    background-color: #fff;
    padding-bottom: 50px;
}

.blouse-h2{
    font-size: 2em;
}

.blouse-container{
    width: 100%;
    max-width: 740px;
    margin: 20px auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blouse-box_img{
    position: relative;
}

.blouse-box_img img{
    border: solid 1px #fff;
}

.blouse-box_text{
    width: 90%;
    margin: 10px auto;
}

.blouse-box_text p{
    margin-top: 5px;
}

.blouse_text{
    margin-top: 10px;
}

.blouse-link a{
    display: block;
    margin: 30px auto;
    width: 90%;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
    border: solid 1px #000;
    background-color: #fff;
}

section.blouse .items-container{
    margin-top: 40px;
}

.list-note{
    list-style: none;
    width: 90%;
    margin: 0 auto;
}

.list-note li{
    margin-left: 1.5em;
    text-indent: -1.5em;
}

section.banner{
    background-color: #fff;
}

.banner-container{
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px auto 45px auto;
}

.banner-box{
    width: 100%;
    margin-bottom: 20px;
}

.banner-bottun {
    margin-bottom: 20px;
}

.banner-bottun a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
    background-color: #333;
    color: #fff;
}

.banner-bottun.white a{
    border: solid 1px #000;
    background-color: #fff;
    color: #333;
}

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

.fadeUpTrigger{
    opacity: 0;
}

.delay-time02{
    animation-delay: 0.2s;
}
    
.delay-time04{
    animation-delay: 0.4s;
}

.delay-time06{
    animation-delay: 0.6s;
}

.sf_bff_products_inner li .sf_bff_products_colorchip span{
    line-height: 0;
}

.sf_bff_products_inner ul{
    margin-bottom: 0;
}

@media screen and (min-width: 480px) {

    .sp{
        display: none;
    }

    .main_inner section{
        font-size: 14px;
    }

    h1{
        font-size: 2.3em;
    }
    
    h1 span{
        font-size: 0.6em;
    }

    .sticky-cover_inner{
        margin: 0 auto;
        max-width: 1276px;
    }

    .video-area{
        max-width: 640px;
        margin: 0 auto;
    }

    .items-container::after{
        content:"";
        display: block;
        width:32%;
    }

    .items-box{
        width: 32%;
    }

    .interview_text{
        max-width: 740px;
    }

    section.interview .interview_img,
    section.styling .interview_img{
        display: block;
        width: 100%;
        padding: 5px;
        margin: 0 auto;
        margin-top: 45px;
        max-width: 500px;
    }

    section.styling .items-container{
        max-width: 740px;
    }

    .blouse-container{
        flex-direction: row;
        max-width: 740px;
    }

    .blouse-box_img{
        width: 95%;
        margin-right: 5%;
    }

    .list-note{
        max-width: 740px;
    }

    .blouse-link a{
        width: 45%;
    }

    .banner-container{
        width: 45%;
    }

}

@media screen and (max-width: 640px){
    .blouse-link a{
        width: 90%;
    }

    .banner-container{
        width: 90%;
    }

    .blouse-container{
        flex-direction: column;
    }

    .blouse-box_img{
        width: 95%;
        margin: 0 auto;
    }
}
