:root {
    --base-color: #fff;
    --text-color: #e95816;
}
html{
    scroll-snap-type: y proximity;
	scroll-padding-top: 150px;
    scroll-behavior: smooth;
}
html, body {
    height: 100%;
}
.wrap {
    min-height: 100%;
    position: relative;
}
.news-list{
    margin-bottom: 3rem;
}
.news-list li a{
    position: relative;
}
.lowerpage.pagetop .back::after,.lowerpage .back::after{
    opacity: 0.5!important;
    top: -100%;
    height: 200%;
}
.page--news{
    margin-top: 0;
}
.page--news .wrap{
    margin-top: 140px;
    display: flex;
    flex-direction: column;
}
.page--news section{
    flex: 1;
}
.page--news .section--detail{
    margin: 0 auto;
    position: relative;
}
.page--news .section--detail .section-inner{
    background: rgba(0, 0, 0, .5);
    border: solid 1px #fff;
    padding: 20px;
}
.page--news .block--title {
    margin-bottom: 2em;
}
.page--news .block--title .tit{
    font-size: 22px;
    margin-bottom: 1em;
}
.page--news .block--title .date {
    font-family: "Oswald", sans-serif;
}
.page--news .txt{
    min-height: 200px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.5;
}
.page--news .txt a{
    text-decoration: underline;
    transition: text-decoration .3s;
    word-break: break-all;
}
.page--news .txt .ph, .page--news .txt .video{
    margin: 1em 0;
}
.page--news .txt .ph img{
    max-width: 100%;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.detail__btn{
    margin-top: 60px;
}

/* Q&A */
#faq h2 {
    margin-bottom: 20px;
}
#faq .block--another{
    margin-top: 5em;
}
.list--faq {
    margin-bottom: 50px;
    margin: 0 auto;
}
.faq-subtitle {
    text-align: center;
    font-size: 22px;
    margin: 2em 0;
}
/* .list--faq .faq-item{
   
} */
 
.list--faq .faq-item__question{
    position: relative;
    padding: 20px 3em 20px 20px;
    background: #e95816;
    color: #fff;
    cursor: pointer;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 1em;
}
.list--faq .icon--q{
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1em;
}
.list--faq .faq-item__question::before{
    content: "";
    width: 1em;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.list--faq .faq-item__question::after{
    content: "";
    width: 2px;
    height: 1em;
    background: #fff;
    position: absolute;
    right: calc(1.5em - 1px);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
    transition: transform .18s cubic-bezier(.4,0,.2,1);
}

.list--faq .faq-item.is-open .faq-item__question::after{
    transform: translateY(-50%) rotate(90deg);
}
.list--faq .faq-item__answer{
    padding: 20px;
    background: #fff9f7;
    border: 1px solid #e95816;
    display: none;
}
.list--faq .faq-item__content{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #e95816;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}
.list--faq .icon--a{
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1em;
}
.list--faq .faq-item__text a{
    color: #3984c6!important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* pc */
@media screen and (min-width: 961px) {
    .header .drawer .logo{max-width: 500px;}
    .header .drawer .list--nav li a:hover{opacity: .5;}
    .news-list li a{transition: color .3s;}
    .news-list li a::before{
        content: "";
        display: block;
        background: var(--text-color);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: left;
        transform: scaleX(0);
        transition: transform .3s;
        z-index: 1;
    }
    .news-list li a .date,
    .news-list li a .tit{
        position: relative;
        z-index: 2;
    }
    .news-list li a:hover{
        color: var(--base-color);
    }
    .news-list li a:hover::before{transform: scaleX(1);}
    .list__more a:hover{
        color: var(--base-color);
        text-shadow: 1px 1px 0 var(--text-color), -1px 1px 0 var(--text-color), 1px -1px 0 var(--text-color), -1px -1px 0 var(--text-color);
    }
    .page--news .section--detail{
        width: 100%;
        max-width: 950px;
    }
    .page--news .txt a:hover{
        text-decoration: none;
    }
}
/* sp */
@media screen and (min-width: 1px) and (max-width: 960px){
    .header .drawer__btn{
        right: 20px;
        width: 30px;
        height: 30px;
        top: 52px;
    }
    .header .drawer__btn span:first-of-type {top: calc(50% - 10px);}
    .header .drawer__btn span:last-of-type {top: calc(50% + 10px);}
    .header .drawer .logo{width: max(90vw, 320px);}
    .header .drawer .drawer-inner{
        padding: 13vw 4vw 10vw;
    }
    .wovn-languages, .drawer-visible .wovn-languages{
        right: 70px!important;
    }
    .page--news .section--detail{
        width: 100%;
        padding: 0 5vw 70px;
    }
    .page--news .block--title .tit{
        font-size: 18px;
    }
    .page--news .block--title .date{
        font-size: 13px;
    }
    .detail__btn{
        margin-top: 50px;
    }
    .faq-subtitle {
        font-size: 18px;
    }
    .faq-item__title {
        font-size: 14px;
        font-weight: normal;
    }
    #faq p{font-size: 14px;}
}
#goods aside{
    width: 90%;
    margin: 20px auto 40px;
}
/* tablet */
@media screen and (min-width:756px) and (max-width: 960px){
    .header .drawer{
        height: 100svh;
    }
    .header .drawer .drawer-inner{
        padding: 18vw 4vw 10vw;
    }
    .header .drawer .logo{width: 70vw;}
}