@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
    color: #ffffff;
    font-family: -apple-system-subset, 'Noto Sans JP', 游ゴシック体,
      YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック, 'Yu Gothic',
      sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
img{
    width: 100%;
    vertical-align: bottom;
}
p{
    font-size: 0.875rem;
}
a{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    text-decoration: none;
}
h2{
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
}
h2 span{
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 300;
}
h3{
    font-size:2rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
h4{
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
a:hover{
    opacity: 0.5;
    transition: all 0.3s;
}
.fade_off{
    opacity: 0;
    transition: all .5s;
}
.fade_on {
    opacity: 1;
}
.floating_banner{
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
@media print, screen and (min-width: 480px){
    body {
        min-width: 1120px;
      }
    .pc__none{
        display: none;
    }
}
@media print, screen and (max-width: 480px){
    .sp__none{
        display: none;
    }
    h2{
        font-size: 2rem;
        margin-bottom: 1.25rem;
        line-height: 1.5;
    }
    h2 span{
        font-size: 1rem;
    }
    h3{
        font-size:1.25rem;
        margin-bottom: 0.725rem;
        line-height: 1.8;
    }
    h4{
        font-size: 1.25rem;
        margin-bottom: 0.25rem;
        line-height: 1.8;
    }
}

/* common */
.black__bg{
    background-color:#141414;
}
.gray__bg{
    background-color:#242424;
}
.white__bg{
    background-color: #F4F4F4;
    color: #141414;
}
.brown__color{
    color: #CCAF8B;
}
.white__color{
    color: white;
}
.section__container{
    width: 1120px;
    padding: 4rem 2.5rem;
    margin: auto;
}
.sub__txt{
    text-align: center;
    font-size: 1rem;
    margin-bottom: 3rem;
}
.cta{
    border: 1px solid #ffffff;
    border-radius: 3rem;
    text-align: center;
    line-height: 3rem;
    background: #AA7F17;
    font-size: 1rem;
    position: relative;
}
.cta::before{
    content: "";
    display: inline-block;
    background: url(../images/cart.svg)no-repeat center/cover;
    width: 24px;
    height: 24px;
    vertical-align: sub;
    margin-right: 0.3rem;
}
.lp_cta{
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
    width: 30rem;
    margin: auto;
}
.arrow_img{
    padding-bottom: 5.5rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.arrow_img::after{
    content: "";
    background: url(../images/arrow.png)no-repeat bottom/cover;
    display: inline-block;
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0;
}
@media print, screen and (max-width: 480px){
    .section__container{
        width: 100%;
        padding: 2.5rem 1.25rem ;
        margin: auto;
    }
    .lp_cta{
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1rem;
        width: 100%;
    }
    .sub__txt{
        text-align: left;
        font-size: .875rem;
        margin-bottom: 2rem;
    }
    .arrow_img{
        padding-bottom: 3rem;
        position: relative;
        margin-bottom: 1.5rem;
    }
    .arrow_img::after{
        background: url(../images/arrow-sp.png)no-repeat bottom/cover;
        height: 18px;
    }
}


/* header */
header{
    width: 100%;
    padding: 1rem;
    z-index: 10;
    position: absolute;
}
.header__ttl{
    max-width: 240px;
}
.header__cta{
    width: 200px;
    height: 48px;
}
@media print, screen and (min-width: 480px){
    header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 0;
        min-width: 1120px;
    }
}
@media print, screen and (max-width: 480px){
    header{
        width: 60%;
    }
}

/* fv */
.fv {
    width: 100%;
    background: url(https://d.adlpo.com/854/3111/images/40755.png) no-repeat;
    position: relative;
    background-size: 100% auto;
    height:auto;
    padding-top: 56%;
}
.fv:after {
    display: block;
    content: '';
}
@media print, screen and (max-width: 480px) {
    .fv {
        background: url(https://d.adlpo.com/854/3111/images/40757.png) no-repeat;
        position: relative;
        background-size: 100% auto;
        height:auto;
        padding-top:170%;
    }
}

/* outlet */
.outlet__container{
    width: 988px;
    padding: 64px;
    margin: auto;
}
.outlet__message{
    margin: 0 auto 32px;
    width: 860px;
    position: relative;
}
.outlet p{
    margin-bottom: 2rem;
}
.reuse__item{
    margin-bottom: 1rem;
}
.outlet__item a{
    width: 410px;
    margin-bottom: 1rem;
}
.line__bnr{
    width: 860px;
    margin: 48px auto 0;
}
@media print, screen and (min-width: 480px){
    .outlet__item{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media print, screen and (max-width: 480px){
    .outlet__container{
        width: 100%;
        padding: 2.5rem 1.25rem;
        margin: auto;
    }
    .outlet__message{
        margin: 0 auto 24px;
        width: 100%;
    }
    .line__bnr{
        width: 100%;
        margin-top: 24px;
    }
    .outlet__item a{
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* worries */
.worries__item__list{
    width: 330px;
    font-size: 1.1125rem;
    margin-bottom: 3rem;
}
.worries__item__list::before{
    content: "";
    display: inline-block;
    width: 330px;
    height: 240px;
    margin-bottom: 0.725rem;
}
.worries__item__list01::before{
    background: url(../images/worries-item-img01.png)no-repeat center/cover;
}
.worries__item__list02::before{
    background: url(../images/worries-item-img02.png)no-repeat center/cover;
}
.worries__item__list03::before{
    background: url(../images/worries-item-img03.png)no-repeat center/cover;
}
@media print, screen and (min-width: 480px){
    .worries__item{
        display: flex;
        justify-content: space-between;
    }
}
@media print, screen and (max-width: 480px){
    .worries__item__list{
        width: 100%;
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .worries__item__list::before{
        width: 100%;
        height: 200px;
        margin-bottom: 0.5rem;
    }
}

/* program */
.program__ttl{
    font-size: 3rem;
}
.program__logo{
    width: 480px;
    margin: 1.25rem auto 2.5rem;
}
.program .sub__txt{
    margin: 0;
}
.program__comparison figcaption{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    margin-bottom: 2rem;
}
.program__comparison img{
    margin-bottom: 2rem;
}
.program__content{
    margin-bottom: 2rem;
}
.program__uv{
    margin-bottom: 3rem;
}
.program__voice{
    margin-bottom: 5rem;
}
.carousel__list{
    margin-bottom: 1rem;
    background-color: #343434;
}
.carousel__list__img{
    position: relative;
}
.carousel__list__img figcaption{
    color: #ffffff;
    background-color: #343434;
    position: absolute;
    font-size: 0.75rem;
    padding: 0.125rem 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
}
.carousel__list__txt{
    padding: 2rem 2.5rem 0 2rem;
    width: 705px;
}
.carousel__list__img{
    width: 335px;
    height: 320px;
}
.carousel__list__img01{
    background: url(../images/voice01.png)no-repeat left/cover;
}
.carousel__list__img02{
    background: url(../images/voice02.png)no-repeat left/cover;   
}
.carousel__list__img03{
    background: url(../images/voice03.png)no-repeat left/cover;   
}
.carousel__list__img04{
    background: url(../images/voice04.png)no-repeat left/cover;   
}
.slick-dots li{
    margin: 0 !important;
}
.slick-dots li button:before{
    color: #666666 !important;
    font-size:0.75rem !important;
}
.slick-dots li.slick-active button:before{
    color: #CCAF8B !important;
    opacity: 1 !important;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
}
.slick-prev:before,.slick-next:before{
    content: none !important;
}
.slick-prev:hover, 
.slick-next:hover{
    opacity: 0.5;
    transition: all 0.3s;
}
.slick-prev, 
.slick-next {
    position: absolute !important;
    top: 45% !important;
    cursor: pointer !important;
    outline: none !important;
    border-top: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -2.5% !important;
    transform: rotate(-135deg) !important;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -2.5% !important;
    transform: rotate(45deg) !important;
}
@media print, screen and (min-width: 480px){
    .carousel__list__item{
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
}
@media print, screen and (max-width: 480px){
    .program__ttl{
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
    .program__logo{
        width: 275px;
        margin: 0 auto 1.25rem;
    }
    .program__comparison figcaption{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .program__comparison img{
        margin-bottom: 1rem;
    }
    .program__content{
        margin-bottom: 2rem;
    }
    .program__uv{
        margin-bottom: 2rem;
    }
    .program__voice{
        margin-bottom: 4rem;
    }
    .carousel__list{
        margin-bottom: .5rem;
    }
    .carousel__list__img{
        position: relative;
    }
    .carousel__list__img figcaption{
        background-color: #343434;
        color: #ffffff;
        position: absolute;
        font-size: 0.75rem;
        padding: 0.125rem 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .carousel__list__txt{
        background-color: #343434;
        padding: 1.25rem;
        width: 100%;
    }
    .carousel__list__img{
        width: 100%;
        height: 200px;
    }
    .slick-prev, 
    .slick-next {
        display: none !important;
    }
}

/* reason */
.reason__item img{
    width: 396px;
}
.reason__item__list{
    width: 580px;
}
.reason__item__list:not(:last-child){
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #444444;
}
.reason__table{
    margin-bottom: 3rem;
}
@media print, screen and (min-width: 480px){
    .reason__item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5rem;
    }
}
@media print, screen and (max-width: 480px){
    .reason__item{
        width: 100%;
        margin-bottom: 2rem;
    }
    .reason__item img{
        margin-bottom: 1.25rem;
    }
    .reason__item__list{
        width: 100%;
    }
    .reason__item__list:not(:last-child){
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .reason__table{
        margin-bottom: 2rem;
    }
}

@media print, screen and (min-width: 480px){
    /* tech */
    .tech__item__txt{
        width: 500px;
    }
    .tech__item01{
        position: relative;
        margin-bottom: 4rem;
    }
    .tech__item01 img{
        width: 680px;
    }
    .tech__item01__txt{
        position: absolute;
        margin: auto;
        top: 30%;
        right: 0;
    } 
    .tech__item02{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction:row-reverse;
        margin-bottom: 4rem;
    }
    .tech__item02 img{
        width: 500px;
    }
    .record{
        width: 100%;
    }
    .record__container{
        position: relative;
    }
    .record__container::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; height: 100%;
        display: block;
        border-top: 1px solid #444444;
        border-bottom: 1px solid #444444;
      }
    .record__item{
        width: 1080px;
        margin: auto;
    }
}
@media print, screen and (max-width: 480px){
    /* tech */
    .tech__item01{
        margin-bottom: 2rem;
    }
    .tech__item img{
        margin-bottom: 1rem;
    }
    .tech__item__txt{
        font-size: 0.875rem;
    }
    .tech__item02{
        margin-bottom: 2.5rem;
    }
}

/* howto */
.howto{
    border-bottom: 1px solid #DDDDDD;
}
.howto__item__list:not(:last-child){
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #DDDDDD;
}
.howto__item__list div{
    font-size: 1rem;
    display: flex;
}
.howto__item__list span{
    padding-right: .5rem;
    font-weight: 600;
}
.howto__item__list__care span{
    width: 56%;
}
@media print, screen and (min-width: 480px){
    .howto__item{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .howto__item img{
        width: 500px;
    }
    .howto__item__txxt{
        width: 500px;
    }
}
@media print, screen and (max-width: 480px){
    .howto__item img{
        margin-bottom: 1.25rem;
    }
    .howto__item__list:not(:last-child){
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .howto__item__list div{
        font-size: 0.875rem;
        display: block;
    }
    .howto__item__list span{
        padding-right: 0;
        display: block;
    }
    .howto__item__list__care span{
        width: 56%;
    }
}

/* qa */
.qa__item__list {
    border: 1px solid #DDDDDD;
    margin-bottom: 0.5rem;
    width: 512px;
}
.qa__item__list p {
    font-size: 0.875rem;
    padding-left: 1.25rem;
}
.qa__item__list p span{
    position: absolute;
    left: 1rem;
    font-weight: 600;
}
.qa__toggle {
    display: none;
}
.qa__label {
    padding: 1rem;
    display: block;
    position: relative;
}
.qa__label p {
    width: calc(100% - 2em);
}
.qa__label::before{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    position: absolute;
    top:calc( 50% - 0.4rem );
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
.qa__toggle:checked + .qa__label::before {
    transform: rotate(-45deg) !important;
    top:calc( 50% - 0.2rem );
}
.qa__label,
.qa__answer {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.qa__answer {
    height: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}
.qa__toggle:checked + .qa__label + .qa__answer { /*開閉時*/
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all .3s;
}
.qa__answer__link{
    margin-top: 1rem;
    padding-left: 2rem;
    font-size: 0.875rem;
}
.qa__answer__link p{
   padding-left:0 !important;
}
.qa__answer__link a{
    color: #007FFF;
    text-decoration: underline;
    display: inline;
}
@media print, screen and (min-width: 480px){
    .qa__item{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}
@media print, screen and (max-width: 480px){
    .qa__item__list {
        width: 100%;
    }
}

/* footer */
footer{
    margin-top: 1px;
}
footer img{
    width: 230px;
}
footer ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_container{
    padding: 4rem 2.5rem 1rem;
}
footer .footer__item__list a{
    display: block;
    color: #fff;
    font-size: 0.75rem;
    padding-left: 2rem;
}
footer .trademark{
    text-align: center;
    padding: 2rem 0 0;
    font-size: 0.75rem;

}
footer .copylight{
    border-top: 1px solid #444444;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    font-size: 0.75rem;
}
@media print, screen and (min-width: 480px){
    .footer__item{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}
@media print, screen and (max-width: 480px){
    footer{
        margin-bottom: 100px;
    }
    .footer_container{
        padding: 2.5rem 1.25rem 1rem;
    }
    footer img{
        margin: 0 auto 1.5rem;
    }
    footer ul{
        padding: 0 1.5rem;
    }
    footer .footer__item__list a{
        padding-left: 0;
    }
}
