@charset "utf-8";

/*-------------------
common
-------------------*/
#container .wrapper {
    color: #000000;
    font: 1em/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    text-align: justify;
}

#container .wrapper h1 {
    color: #000000;
    font-family: "Times New Roman", "Noto Serif JP", serif;
    font-size: 4.5vw;
    line-height: 1.45;
    letter-spacing: 0.4vw;
    margin-top: 92vw;
    text-align: center;
}

#container .wrapper h2 {
    color: #000000;
    font: 6.3vw/ 1.5 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-feature-settings: "palt";
    letter-spacing: 0.6vw;
    padding: 15vw 5vw 0;
    position: relative;
    text-align: center;
}

#container .wrapper h3 {
    font: 5.4vw/ 1.5 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-feature-settings: "palt";
    padding-bottom: 6vw;
}

#container .br-pc{
    display: none;
}

#container .br-sp{
    display: block;
}

/*--btn--*/
#container .wrapper .buy-btn {
    background: #b19844;
    border-radius: 50px;
    font-size: 4.5vw;
    line-height: 2.5;
    padding: 0;
    position: relative;
    text-align: center;
}

.buy-btn a {
    color: #ffffff;
    display: block;
}

.buy-btn::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left-color: #fff;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 19px;
    text-align: center;
    transform: rotate(45deg);
    transition: all .3s;
    width: 7px;
}


@media screen and (min-width:768px){
#container .wrapper {
    font-size:.9vw;
}

#container .wrapper h1 {
    font-size: 1.6vw;
    letter-spacing: 0.1vw;
    line-height: 1.3;
    margin-top: 0;
    position: absolute;
    right: 19vw;
    top: 33vw;
}

#container .wrapper h2 {
    font-size: 2.0vw;
    padding: 5vw 5vw 0;
}

#container .wrapper h3 {
    font-size: 1.8vw;
    padding-bottom: 1vw;
}

    #container .br-pc{
    display: block;
}

#container .br-sp{
    display: none;
}

#container .wrapper .buy-btn {
    font-size: 1.2vw;
    margin: 0 auto;
    width: 21vw;
}

.buy-btn::after {
    height: .5vw;
    right: 15%;
    top: 40%;
    width: .5vw;
}
}

/*-------------------
mainvisual
-------------------*/
#container .mainvisual {
    background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/reclinerchair_t01/sp_fv.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}

@media screen and (min-width:768px){
    #container .mainvisual {
    background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/reclinerchair_t01/pc_fv.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 43vw;
    margin-bottom: 5.5vw;
    position: relative;
}
}

#container .mainvisual .h1 span{
    font-size: 4vw;
    letter-spacing: .2vw;
}

#container .mv-textblock{
    padding: 6vw 5vw 5vw;
}

#container .mv-title {
    color: #000000;
    font: 7vw / 1.35 "Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","Hiragino Mincho ProN","ヒラギノ明朝 ProN","Noto Serif JP", serif;
    font-feature-settings: "palt";
    letter-spacing: 0.6vw;
    padding-top: 1vw;
    text-align: center;
}

#container .mv-sub {
    color: #000000;
    display: inline-block;
    font: 3.1vw / 1.8 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    letter-spacing: 0.7vw;
    position: absolute;
    right: 8vw;
    writing-mode: vertical-rl;
}

#container .mv-sub em {
    margin-top: 1vw;
}

#container .movie_icon{
    animation-name: movie_icon;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    position: absolute;
    left: 73vw;
    top: 84vw;
    width: 23vw;
}

@keyframes movie_icon {
    0%   { transform: translateY(0); }
    40%  { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    65%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

#container .mv-nav{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 9vw 0 6vw;
}

.mv-nav a {
    align-items: center;
    color: #b19844;
    display: flex;
    flex-direction: column;
    font-family: "Times New Roman", "Noto Serif JP", serifsans-serif;
    font-size: 5vw;
    justify-content: center;
    letter-spacing: .2vw;
    line-height: 1.25;
    padding: 3vw;
    position: relative;
    text-decoration: none;
    text-align: center;
}
/*　mv-nav　*/
.mv-nav a span {
    display: flex;
    font: 2.3vw / 1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    flex-direction: column;
    justify-content: center;
    letter-spacing: .06vw;
    margin-top: .8vw;
    min-height: 6.8vw;
}

.mv-nav a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #b19844;
    border-right: solid 1px #b19844;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 18vw;
}

#container .mv-nav li{
    position:relative;
}

#container .mv-nav li::after{
    background: #e6d28e;
    content: "";
    height: 55px;
    position: absolute;
    right: 1px;
    top: 60%;
    transform: translateY(-50%);
    width: 1px;
}

#container .mv-nav li:last-child::after{
    display: none;
}


@media screen and (min-width:768px){
    #container .mainvisual h1 span{
    font-size: 1.1vw;
    letter-spacing: normal;
}

#container .mv-textblock {
    padding: 2.6vw 5vw 0;
}

#container .mv-title {
    font-size: 3.6vw;
    letter-spacing: 0.8vw;
    padding-top: 2px;
}

#container .mv-sub {
    font-size: 1.2vw;
    line-height: 2.0;
    letter-spacing: 0.3vw;
    margin-top: 2vw;
    right: 71vw;
}

#container .mv-sub em {
    margin-top: 0.3vw;
}

#container .movie_icon {
    left: 69vw;
    top: 23vw;
    width: 8vw;
}

#container .mv-nav {
    margin: 35.3vw auto;
    width: 60vw;
}

#container .mv-nav li::after {
    height: 3vw;
    top: 62%;
}

.mv-nav a {
    font-size: 1.5vw;
    padding: .8vw;
}

.mv-nav a span {
    font-size: .8vw;
    letter-spacing: normal;
    margin-top: 0;
    min-height: 1.2vw;
}

.mv-nav a::after {
    width: .4vw;
    height: .4vw;
    top: 4vw;
}
}

/*-------------------
sec common
-------------------*/
#container h2::after{
    background-color: #282726;
    content: "";
    height: 55px;
    left: 50%;
    position: absolute;
    top: 40vw;
    transform: translateX(-50%);
    width: 1px;
}

#container .section-inner .title{
    color: #ffffff;
    font-size: 7.5vw;
}

#container .section-inner .title::after{
    background-color: #ffffff;
    top: 31vw;
}

#container .text-box{
    background: #ffffff;
    border-radius: 15px;
    margin: 18vw auto 15vw;
    position: relative;
    padding: 8vw 6vw 35vw;
    width: 90%;
}

#container .concept,
#container .other{
    background-color: #9f9186;
    padding-bottom: 42vw;
}

#container .item-list h3,
#container .features .subtitle,
#container .other .subtitle{
    font-size: 5.1vw;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
}

@media screen and (min-width:768px){
#container .section-inner{
    margin: 0 auto;
    width: 65vw;
}

#container .section-inner .title {
    font-size: 2.5vw;
    letter-spacing: 0.4vw;
    padding: 4vw 5vw 0;
}

#container .section-inner .title::after {
    top: 9.3vw;
    height: 4vw;
}

#container h2::after {
    height: 4vw;
    top: 9.5vw;
}

#container .concept,
#container .other{
    padding-bottom: 6vw;
}

#container .item-list h3,
#container .features .subtitle,
#container .other .subtitle {
        font-size: 1.8vw;
        line-height: 1.5;
        letter-spacing: .1em;
        padding-bottom: 1.2vw;
}
}

/*-------------------
section1
-------------------*/
#container .interval{
    margin-top: 4vw;
}

#container .bold{
    color: #b19844;
    font-size: 5vw;
    font-weight: 600;
}

#container .concept .text-box {
height: 125vw;
}

#container .concept .photo{
    position: relative;
}

#container .concept-photo{
    position: absolute;
    left: 50%;
    top: -39vw;
    transform: translateX(-50%);
}

#container .slide{
    max-width:580px;
    margin:0 auto;
    overflow:hidden;
    width:100%;
}

#container .slide .slide-track{
    display:flex;
    will-change:transform;
}

#container .slide .slide-track > img{
    display:block;
    flex:0 0 100%;
    height:auto;
    width:100%;
}

#container .slider-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 45vw;
    position: static;
    padding: 23vw 0 0;
    z-index: auto;
}

#container .slider-dots .dot{
    border-radius:999px;
    border:1px solid #ffffff;
    background:#ffffff;
    height:8px;
    padding:0;
    width:8px;
}

#container .slider-dots .dot.is-active{
    background:#b19844;
    border:1px solid #b19844;
}

@media screen and (min-width:768px){ 
#container .interval {
    margin-top: .8vw;
}

#container .bold {
    font-size: 1.2vw;
}

#container .concept-photo{
    left: 45vw;
    top: -19.5vw;
    width: 90%;
}

#container .slider-dots {
    margin-top: 0;
    padding: 0;
    position: absolute;
    left: 43vw;
}

#container .concept .text-box{
    border-radius: 20px;
    height: 25vw;
    margin: 5.5vw auto 0 0;
    padding: 3vw 7vw 3vw 3vw;
    width: 60%;
}
}

/*-------------------
section2
-------------------*/
.movie_box2_imgBox {
    cursor: pointer;
}

.movie_modal {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 9999;

}

.movie_modal.is-open {
    align-items: center;
    display: flex;
    justify-content: center;
}

.movie_modal_content {
    position: relative;
}

.movie_modal_video {
    aspect-ratio: 458 / 815;
    width: min(92vw, 520px);
}

.movie_modal_video iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.movie_modal_close {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 10px;
}

.movie_modal_close svg {
    height: 44px;
    width: 44px;
}

.movie_modal_close line {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
}

#container .clinic-movie h2::after {
    top: 30vw;
}

#container .clinic-movie .text-box{
    background-color:#ded8d3;
    padding-bottom: 13vw;
}

#container .clinic-movie h3 {
    text-align: center;
}

#container .voice-point-box{
    background-color: #fff;
    border-radius: 12px;
    margin: -3vw auto 10vw;
    padding: 8vw 6vw;
}

#container .voice-point-box li{
    font-size: 3.5vw;
    line-height: 2em;           
}

#container .voice-point-box li::before {
    background-color: #b19844;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 5px;
    margin-right: 4px;   
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 5px;                 
}

#container .voice-point-box .voice-note{
    font-size: 1.2em;
    letter-spacing: normal;
    margin: 3vw 0 4vw;
}

#container .voice-point-box .voice-note strong{
    color: #b19844;
}

#container .voice-point-box .buy-btn{
    font-size: 4vw;
    line-height: 3;
}

.voice-point-box .buy-btn::after {
    right: 17px;
    top: 20px;
}

.voice-profile .clinic-role{
    font-size: 3vw;
    line-height: 1.8;
}

.voice-profile .clinic-role em{
    font-size: 4vw;
    font-weight: bold;
}

.voice-profile .voice-description{
    font-size: .8em;
    margin-bottom: 0;
    padding: 3vw 0;
    position: relative;
}

.voice-profile .voice-description::before {
    border-top: 1px solid rgb(99 99 99);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.voice-profile .btn{
    align-items: center;
    display: flex;
    font-size: 3.5vw;
    line-height: 1.7;
    position: relative;
    padding-left: 4vw;
}

.voice-profile .btn::before {
    border-top: 1px solid #b19844;
    border-right: 1px solid #b19844;
    border-left-color: #b19844;
    content: "";
    height: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-50%) rotate(45deg);
    text-align: center;
    transform: rotate(45deg);
    transition: all .3s;
    width: 5px;
}

#container .voice-profile .insta { 
    height: 4vw;
    margin-right: 1vw;
    width: 4vw;
}

.voice-profile .btn a {
    display: inline-block;
}

@media screen and (min-width: 768px) {s
#container .clinic-movie {
    padding: 10px 0;
}

#container .clinic-movie h2::after {
    top: 9.5vw;
}

#container .clinic-movie .text-box {
    column-gap: 7vw;
    display: grid;
    grid-template-columns: 16vw 1fr;
    grid-template-areas:"movie heading" "movie content";
    margin: 5vw auto;
    padding: 5vw;
}

#container .clinic-movie .movie_box {
    grid-area: movie;
    margin: 0;
    width: 20vw;
}

#container .clinic-movie h3 {
    text-align: left;
}

#container .voice-point-box {
    height: 20vw;
    margin: 0;
    padding: 2vw;
}

#container .voice-point-box ul {
    margin: 0 0 14px;
    padding: 0;
}

#container .voice-point-box li {
    font-size: 1em;
    line-height: 2.2;
}

#container .voice-point-box li::before {
    height: 5px;
    margin-right: 10px;
    width: 5px;
}


#container .voice-point-box .voice-note {
    margin: 0 0 1.5vw;
}

#container .voice-point-box .buy-btn {
    font-size: 1vw;
    line-height: 1;
    padding: 1vw;
}

.voice-point-box .buy-btn::after {
    right: 8%;
    top: 40%;
}

#container .voice-profile {
    margin-top: 18px;
}

#container .voice-profile .clinic-role {
    font-size: 0.8vw;
    line-height: 1.9;
}

#container .voice-profile .clinic-role em {
    font-size: 1vw;
}

#container .voice-profile .voice-description {
    font-size: 1em;
    line-height: 1.6;
    margin: 12px 0 0;
    padding: 9px 0;
}

.voice-profile .voice-description::before {
    top: -5px;
}

.movie_modal_video {
    width: min(92vw, 450px);
}

.voice-profile .btn {
    font-size: 1em;
    padding-left: 25px;
}

.voice-profile .btn::before {
    height: .5vw;
    top: 30%;
    width: .5vw;
}

#container .voice-profile .insta {
    height: 1.2vw;
    margin-right: 8px;
    width: 1.2vw;
}

}

/*-------------------
section3
-------------------*/
#container .features{
    background-color:#ded8d3 ;
    padding-bottom: 5vw;
}

#container .features .subtitle{
    padding: 5vw 0 4vw;
}

#container .features h2::after {
    top: 73vw;
}

#container .features .feature-title {
    font-size: 5.7vw;
    letter-spacing: normal;
    padding-bottom: 5vw;
}

#container .features .feature-desc{
    letter-spacing: normal;
}

#container .features .flex{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    position:relative;
    width:100%;
    margin:0 auto 12vw;
}

#container .features .feature-img{
    position:relative;
    width: 80%;
    z-index: 2;
    margin: 0 5vw 0 auto; 
}

#container .features .feature-img.right{
    margin: 0 auto 0 5vw; 
}

#container .features .text-box{
    position:relative;
    z-index:1;
    background:#fffcf7;
    border-radius:12px;
    width: 85%;
    margin: -14vw 0 0 5vw;
    padding: 20vw 5vw 10vw;
}

#container .features .text-box.left{
    margin: -14vw 5vw 0 auto;
}

#container .feature-list{
    padding-top: 18vw;
}

/* fade-in部分 */
#container .fade-in{
    opacity: 0;
    transition: opacity 1000ms ease, transform 1000ms ease;
    will-change: opacity, transform;
}

#container .fade-in-left{
    transform: translateX(-50px);
}

#container .fade-in-right{
    transform: translateX(50px);
}

#container .fade-in.scroll-in{
    opacity: 1;
    transform: translateX(0);
}

#container .features{
    overflow-x: hidden;
}

@media screen and (min-width:768px){ 
#container .features {
    padding-bottom: 6vw;
}

#container .features .subtitle {
    font-size: 1.5vw;
    padding: 1.2vw 0 0;
}

#container .features h2::after {
    top: 16vw;
}

#container .feature-list {
    padding-top:2.3vw;
}

#container .features .text-box{
    height: 18vw;
    margin: 4vw auto 0 3.2vw;
    padding: 3vw 10vw 3vw 3vw;
    width: 60%;
}

#container .features .feature-img {
    margin: 0 auto 0 35vw;
    position: absolute;
    top: 27%;
    width: 33%;
}

#container .features .feature-title {
    font-size: 1.8vw;
    padding-bottom: 1vw;
}

#container .features .flex {
    margin: 0 auto;
}

#container .features .text-box.left {
    margin: 3vw 3.2vw 0 auto;
    padding: 3vw 3vw 3vw 8vw;
}

#container .features .feature-img.right {
    margin: 0 auto 0 6.5vw;
    top: 23%;
}
}

/* アドバンス新機能 */
#container .features .advance-system h4{
     font: 5.5vw / 1.3 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    text-align: center;
}
#container .features .advance-system h4 span{
    font-size: 4vw;
}
@media screen and (min-width:768px){
#container .features .advance-system h4{
     font-size: 1.8vw;
    margin-top: 3vw;
}
#container .features .advance-system h4 span{
    font-size: 1vw;
}    
}
#container .features .advance-system .advanceBox{
    margin: 5vw auto 0;
    width: 90vw;
}
#container .features .advance-system .advanceBox h5{
    background:#b19844;
    border-radius: 50px;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 40vw;
}
#container .features .advance-system .advanceBox dt{
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3;
    margin: 3vw 0;
    text-align: center;
}
@media screen and (min-width:768px){
#container .features .advance-system{
    margin: 0 auto 3vw;
    width: 90%;
}
#container .features .advance-system .advanceBox{
    margin: 2vw 2% 0;
    width: calc(92% / 2);
}
#container .features .advance-system .advanceBox h5{
    font-size: 1.2vw;
    width: 35%;
}
#container .features .advance-system .advanceBox dt{
    font-size: 1.2vw;
    margin: 1vw 0;
}
}

/*-------------------
section4
-------------------*/
#container .item-list .text-box{
    background-color:#ded8d3;
    padding-bottom: 18vw;
}

#container .item-list p{
    letter-spacing: normal;
    text-align: center;
}

/* シリーズ見出し */
#container .item-list h4{
    font: 7vw / 1.5 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-weight: bold;
    margin: 10vw 0 3vw;
    text-align: center;
}
#container .item-list h4 .newIcon{
    background: #de0000;
    border-radius: 50px;
    color: #FFF;
    font-size: 4vw;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin: 0 auto;
    padding: 2vw;
    width: 20vw;
}
#container .item-list h4 .typeName{
    font-size: 4vw;
    font-weight: bold;
}
@media screen and (min-width:768px){
#container .item-list h4{
    font-size: 2vw;
    margin: 3vw 0 1vw;
}
#container .item-list h4 .newIcon{
    font-size: 1.2vw;
    padding: 1%;
    width: 12%;
}
#container .item-list h4 .typeName{
    font-size: 1vw;
}
}
#container .item-list .item-name{
    letter-spacing: normal;
    padding-bottom: 4vw;
    text-align: center;
}
#container .item-list .item-price{
    color: #de0000;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width:768px){
#container .item-list .item-name{
    padding-bottom: 1vw;
}
#container .item-list .item-price{
    font-size: 1.2vw;
}
}

#container .tabContent {
    display: none;
}

#container .tabContent.active {
    display: block;
}

#container .item-box .detail {
    position: relative;
}

#container .item-list .tabMenu {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    display: flex;      
    flex-direction: column;   
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#container .item-list .tabMenu .active {
    border: 1px solid #b19844;
    border-radius: 20px;
}

#container .tabContents {
     margin-bottom: 5vw;
    position: relative;
    z-index: 1;
}
@media screen and (min-width:768px){
#container .tabContents {
     margin-bottom: 1.5vw;
}
}

#container .tabContent img {
    display: block;
}

#container .tabContents .icon{
    left: 52vw;
    position: absolute;
    top: -17vw;
    width: 35%;
    z-index: 2;
}

#container .item-box.slim {
    padding-top: 24vw;
}

/*--color--*/
#container .white {
    background-color:#edeae0;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

#container .brown {
    background-color:#433132;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

#container .greige {
    background-color:#908283;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

#container .black {
    background-color:#1d1d1d;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

@media screen and (min-width:768px){ 
#container .item-box .detail {
    width: 90%;
    margin: 0 auto;
}

#container .item-list .text-box {
    border-radius: 20px;
    margin: 5.5vw auto 6vw;
    padding: 3vw 5vw 4vw;
}

#container .item-list .item-box {
    padding-top: 0;
    width: calc(100%/2);
}

#container .tabContents .icon {
    left: 18vw;
    top: -3vw;
    width: 35%;
}

#container .item-list .tabMenu {
    top: 1vw;
    left: 1vw;
}

#container .white,
#container .brown,
#container .greige,
#container .black {
    height: 1.5vw;
    width: 1.5vw;
}
}

/*-------------------
section5
-------------------*/
#container .qanda .section-inner h2 {
    padding: 3vw 5vw 0;
}

#container .qanda .section-inner h2::after {
    top: 18vw;
}

#container .qanda-list{
    width: 90%;
    margin: 19vw auto;
    display:flex;
    flex-direction:column;
    gap: 5vw;
}

#container .qanda-box{
    background:#ded8d3;
    border-radius:15px;
    overflow:hidden;
}

#container .qanda-box .question{
    align-items: center;
    background: transparent;
    color: #000000;
    display: flex;
    font: 3.9vw / 1.5 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    gap: 1vw;
    letter-spacing: normal;
    min-width: 100%;
    position: relative;
    padding: 3vw;
}

#container .qanda-box .box-q{
    font-weight:700;
}

#container .qanda-box .box-a{
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

#container .qanda-box .box-a p{
    font-size: .95em;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: normal;
    margin: 0;
    padding: 4.5vw;
}

#container .qanda-box.is-open .box-a{
    max-height: 1200px; 
    position:relative;
}


#container .qanda-box.is-open .box-a::before{
    border-top: 1px solid rgb(99 99 99);
    content:"";
    left:5vw;
    position:absolute;
    right:5vw;
    top:0;
}

#container .question::before, #container .question::after {
    content: '';
    background-color: #000000;
    transition: 0.1s ease-in 0.05s;
    position: absolute;
    width: 12px;
    height: 1px;
}

#container .question::after {
    top: 49%;
    right: 10px;
    transform: rotate(90deg);
}

#container .question::before {
    top: 49%;
    right: 10px;
    transform: rotate(0deg);
}

#container .question.close::after {
    transform: rotate(0deg);
    transition: 0.1s ease-in 0.05s;
}

@media screen and (min-width:768px){ 
#container .qanda .section-inner h2 {
    padding: 1vw 5vw 0;
}

#container .qanda .section-inner h2::after {
    top: 6vw;
}

#container .qanda-list {
    gap: 1.5vw;
    margin: 6vw auto;
}

#container .qanda-box .question {
    font-size: 1.3vw;
    padding: 1vw 3vw;
}

#container .question::before, #container .question::after {
    right:2.5vw;
    width: 1.5vw;
}

#container .qanda h2::after {
    top: 10vw;
}

#container .qanda-box.is-open .box-a::before {
    left: 2vw;
    right: 2vw;
}

#container .qanda-box .box-a p {
    font-size: 1em;
    padding: 1vw 3vw;
}

}

/*-------------------
section6
-------------------*/
#container .other {
    padding-bottom: 7%;
}

#container .other .subtitle{
    color: #fff;
    padding: 5vw 0 4vw;
}

#container .other .title::after {
    top: 55vw;
}

#container .other .text-box {
    height: 160vw;
    margin-top: 10vw;
}

#container .other .text-box h3 {
    padding-bottom: 4vw;
}

#container .other .concept-photo {
    padding-top: 2vw;
    top: 65vw;
    width: 85%;
}

#container .other .slider-dots .dot {
    border: 1px solid #9f9186;
    background: #9f9186;
}

#container .other .slider-dots .dot.is-active{
    background:#b19844;
    border:1px solid #b19844;
}

#container .other .buy-btn {
    position: absolute;
    top: 137vw;
    width: 85%;
}

.other .buy-btn a {
    display: block;
    position: relative;
}

#container .other .slider-dots {
    left: 40%;
    margin-top: 0;
    position: absolute;
    top: 103vw;
}

/* ナビボタン */
#container .other .item-btn-1,
#container .other .item-btn-2,
#container .other .item-btn-3,
#container .other .item-btn-4,
#container .other .item-btn-5{
    display:none;
}

#container .other .item-panel.is-active{
    display:block;
}

#container .other .button {
    border: 1px solid #ffffff;
    background-color: #9f9186;
    border-radius: 50px;
    color: #ffffff;
    font: .95em / 1.4 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    height: 15vw;
    letter-spacing: normal;
    padding: 3% 0;
    transition: 0.3s;
    text-align: center;
    margin: 17px 10px 0;
    width: calc(100% / 2 - 20px);
}

#container .other .buttons .button.active{
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #9f9186;
}

#container .other .buttons.flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 12vw 5vw 0;
}

@media screen and (min-width:768px){ 
    #container .other .subtitle {
    padding: 1vw 0 4vw;
}

#container .other .buttons.flex {
    margin:0;
}

#container .other .button {
    font-size: 1.3em;
    height: 5vw;
    padding: 1% 0;
    margin: 1.8vw 1vw 0;
    width: calc(100% / 3 - 2vw);
}

#container .other .title::after {
    top: 13.3vw;
}

#container .other .buttons.flex {
    margin: 0 5vw;
}

#container .other .text-box {
    height: 20vw;
    margin-top: 4vw;
}

#container .text-box {
    margin-bottom: 0;
    padding: 3vw;
}

#container .other .text-box{
    align-items: center;
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: auto auto 1fr;
    height: auto;
    margin: 3vw auto 0;
    padding: 2vw 3vw 6.5vw;
    width: 90%;
}

#container .other .text-box h3{
    margin: 0;
    padding-bottom: 1vw;
}

#container .other .text-box .buy-btn{
    grid-column: 1;
    grid-row: 3;
    top: 1vw;
    width: 45%;
}

#container .other .text-box .photo{
    align-self: center;
    grid-column: 2;
    grid-row: 1 / 4;
}

#container .other .text-box .slide{
    top: 0;
    width: 35%;
}

#container .other .text-box .slider-dots{
    left: 75%;
    margin-top: 0.2vw;
    top: 17vw;
}

#container .other .text-box .slider-dots .dot{
    height: .45vw;
    width: .45vw;
}
}


/*-------------------
glo-navi-foot
-------------------*/
#container .glo-navi-foot {
    background-color: #5d544d;
    bottom: 0;
    color: #ffffff;
    font-family: "Times New Roman", "Noto Serif JP", serifsans-serif;
    font-size: 4vw;
    line-height: 1.3;
    letter-spacing: normal;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#container .glo-navi-foot ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 65px;
    justify-content: flex-start;
    width: 100%;
}

#container .glo-navi-foot li {
    border-right: solid 1px #ffffff;
    margin:0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(100% / 2);
}

#container .glo-navi-foot li:nth-of-type(2) {
    border-right: none;
}

#container .glo-navi-foot li a{
    color: #ffffff;
    display: block;
    line-height: 1.5;
    margin: 2vw;
}

#container .glo-navi-foot li::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left-color: #ffffff;
    content: "";
    height: 7px;
    left: 38vw;
    margin: auto;
    position: absolute;
    top: 7vw;
    text-align: center;
    transform: rotate(45deg);
    transition: all .3s;
    width: 7px;
}

@media screen and (min-width:768px){ 
#container .glo-navi-foot {
    font-size: 1.5vw;
    letter-spacing: .2vw;
}

#container .glo-navi-foot ul {
    align-items: center;
    height: 4vw;
    justify-content: center;
    margin: 0 auto;
    width: 70%;
}

#container .glo-navi-foot li {
    border-right: solid 2px #ffffff;
}

#container .glo-navi-foot li::after {
    height: 0.6vw;
    left: auto;
    margin: 0 auto 0 12vw;
    top: 1.65vw;
    width: 0.6vw;
}

#container .glo-navi-foot li a{
    margin: 1vw;
}
}

