/* PC スマホ共通スタイル */
body {
    font-family: "Noto Sans jp","Zen Kaku Gothic New";
}

html {scroll-behavior: smooth;}

/*================
PC用のスタイル 
=================*/

/* ヘッダー */
.header {
    position: relative;
}

.nav-wrapper {
    display: flex;
}

.nav-box {
    display: flex;
}

.header-logo-wrapper {
    position: absolute;
    z-index: 10;
}

.nav-inner {
    position: absolute;
    right: 14%;
    top: 3%;
    z-index: 10;
}

.nav-title {
    white-space: nowrap;
    margin-right: 10%;
}

.nav-title a {
    font-family: "Noto Sans jp";
    color: #ffffff;
    padding-right: 2%;
}

.VOICE {
    letter-spacing: 2px;
}

/* ロゴ */
.header-logo-wrapper {
    margin: 2% 0 0 2%;
}




/* メインビジュアル */
.main-wrapper {
    position: relative;
}

.mainvisual-sp {
    display: none;
}

.mainvisual {
    width: 100%;
}

.catchcopy-box {
    position: absolute;
    top: 28%;
    right: 2%;
    width: 35%;
}

.sub-title {
    position: absolute;
    top: 50%;
    right: 4%;
    font-family: "Noto Sans jp";
    color: #ffffff;
    width: 29%;
}


.ranking-box {
    width: 30%;
    position: absolute;
    bottom: 14%;
    right: 0%;
}




/* ラインナップ */
#lineup {
    padding-top: 10%;
    padding-bottom: 14%;
    background-color: #1b223a;
    margin-top: -7px;
}

.lineup-wrapper {
    background-image: url(images/lineup\ backimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 18%;
}

.lineup-inner {
    padding: 7% 0 12% 0;
}

.products-wrapper {
    display: flex;
    max-width: 80%;
    justify-content: center;
    margin: 0 auto;
    font-family: "Noto Sans jp";
    color: #000000;
}

.products-inner:nth-child(2){
    margin: 0 4%;
}

.product-more {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: 6% 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
    transition: all  0.5s ease;/*ふわっとさせる間隔*/
}

/* マウスオーバーした際の背景 */
.product-more:hover {
    background-color :#676767;/*背景色*/
    }


.product-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.price-box {
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    max-width: 177px;
    padding-bottom: 30px;
}

.price,.price03 {
    font-family: Zen Kaku Gothic New;
    font-size: 17px;
}

.price02 {
    font-size: 24px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
    padding-left: 10px;
}

.price02-yen {
    padding-right: 8px;
}



.product-set-wrapper {
    background-image: url(images/set\ backimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0;
    display: flex;
    position: relative;
    align-items: center;
}

.product-set-inner {
    position: absolute;
    left: 12%;
    width: 33%;
}

.product-set-box {
    width: 25%;
    margin-left: 50%;
}

.product-setbtn {
    display: inline-block;
    background-color: #858ba2;
    position:relative;
    top:0;
    padding: 7% 0%;
    width: 100%;
    transition: ease .2s;
}

.product-setbtn::before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background:#606681;/*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.product-setbtn:hover::before {
    transform-origin:left top;
    transform:scale(1, 1);
}

.product-setbtn:hover p{
    position: relative;
    z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color:#ffffff;
}

.product-setbtn p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.product-setbtn02 {
    margin-top: 10%;
}





.notice-wrapper {
    position: absolute;
    right: 5%;
    top: -20%;
    width: 17%;
}





/* コンセプト */
#concept {
    background-image: url(images/concept\ backimg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.concept-wrapper {
    position: relative;
}

.concept-img-box {
    position: absolute;
    /* top: -65px; */
    bottom: 40%;
    width: 35%;
}

.concept-img-box02 {
    position: absolute;
    bottom: -75px;
    /* top: 400px; */
    width: 31%;
    left: 16%;
}

.concept-inner-wrapper {
    position: relative;
}

.concept-inner {
    /* padding: 192px 9% 320px 0; */
    padding: 15% 10% 18% 0;
    width: 376px;
    margin: 0 0 0 auto;
    position: relative;
}

.concept-inner::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40%;
    background-color: #ffffff;
    right: 68%;
} 

/* .line-box {
    position: absolute;
    left: 30%;
} */

.concept-title {
    font-size: 52px;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    margin-left: -40px;
    position: relative;
}

.concept-title::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 11px;
    background-color: #8e9ed2;
    left: 0;
    bottom: -24px;
}

.concept-p {
    font-size: 18px;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New";
    font-weight: 400;
    margin-top: 88px;
    position: relative;
    padding-bottom: 50px;
}

/* お悩みチェックリスト */
#problem {
    padding-top: 16%;
    background-color: #1b223a;
}

.problem-wrapper {
    background-image: url(images/list-backimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0 13% 0;
    position: relative;
}

.problem-inner {
    display: flex;
    max-width: 432px;
    /* margin: 0 auto; */
    margin-left: 18%;
    align-items: flex-end;
    padding-bottom: 30px;
}

.problem-title {
    font-size: 30px;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
}

.problem-subtitle {
    color: #ffffff;
    font-family: "Zen Kaku Gothic New";
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 3%;
}

.problem-subtitle::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 76%;
    background-color: #ffffff;
    top: 10px;
}

/* .underline-box {
    position: relative;
} */

/* 
.underline::after {
    content: "";
    position: absolute;
    width: 42%;
    height: 6px;
    right: 0;
    background: linear-gradient(to right, #8b8e99, #6b7696);
    top: 60px;
} */

.pen-box {
    position: relative;
    z-index: 1;
}

.problem-text-wrapper {
    display: flex;
    max-width: 967px;
    /* margin: 0 auto; */
    margin-left: 18%;
}


.problem-box {
    padding: 60px 14%;
    /* margin: 0 auto;
    max-width: 59%; */
    background-color: #1b223a;
    /* background:rgba(27,34,58,0.8); */
}

.problem-p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 2%;
    font-weight: 300;
}

.introductionbox-wrapper {
    background-color: #1b223a;
    padding: 10% 0;
}

.introductionbox {
    text-align: center;
    position: relative;
    padding: 0 10%;
}

.introduction,.introduction02 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.introduction {
    border-top: 1px solid #ffffff;
    padding-top: 35px;
}

.introduction02 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 35px;
}

/* チェックマーク */
.problem-box {
    font-size: 13px;
    line-height: 1.8;
    list-style-type: none;
}

.problem-p+.problem-p {
    margin-top: 5px;
}

.problem-p {
    position: relative;
    padding-left: 25px;
}

.problem-p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 15px;
    top: 9px;
    left: -3px;
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 3px solid #1b223a;
    border-bottom: 3px solid #1b223a;
    z-index: 1;
}

.problem-p:after {
    content: "";
    position: absolute;
    top: 9px;
    left: -9px;
    width: 23px;
    height: 23px;
    background-color:#ffffff;
}



/* チェックマーク タイトル*/
/* .problem-title-box {
    font-size: 13px;
    line-height: 1.8;
    list-style-type: none;
}

.problem-title+.problem-title {
    margin-top: 5px;
}

.problem-title {
    position: relative;
    padding-left: 25px;
}

.problem-title:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 17px;
    top: 5px;
    left: -3px;
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 3px solid #1b223a;
    border-bottom: 3px solid #1b223a;
    z-index: 1;
}

.problem-title:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background-color:#ffffff;
} */



/* ３つのポイント */
.point-container {
    display: flex;
    margin: 0 auto;
    max-width: 90%;
}

.point-inner {
    display: flex;
}

.number-box img {
    width: 90%;
}

.point-title {
    font-size: 36px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    color: #0a152f;
}

.point-p {
    font-size: 18px;
    margin-top: 10%;
    line-height: 35px;
    font-weight: 500;
}

.point-p span {
    background-color: #2a3766;
    color: #ffffff;
}

.point-container-a {
    background-color: #bec3dc;
    padding: 7% 0;
}

.point-container-b {
    background-image: url(images/point02\ backimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;

}

.point-container-c {
    background-image: url(images/point03\ backimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9% 0;
}

.point-box {
    max-width: 75%;
    margin-left: 2%;
}

.point-box01 {
    max-width: 62%;
    margin-top: -4px 
}

.point01-img-box {
    width: 120%;
}


/* Q&A */

#QA {
    padding-top: 13%;
    background-color: #1b223a;
}

.QA-wrapper {
    background-image: url(images/qa\ backimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0 15% 0;
}

.QA-title-box {
    margin-left: 8%;
    margin-bottom: 5%;
}

.QA-title {
    font-size: 60px;
    font-family: "Zen Kaku Gothic New";
    color: #0f1c4c;
    font-weight: 600;
    letter-spacing: 5px;
}

.QA-subtitle {
    font-size: 22px;
    color: #0f1c4c;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
}

.answer {
    font-size: 20px;
}

.accordion-area {
    width: 96%;
    max-width: 80%;
    margin:0 auto; 
}

.QA-box {
    /* width: 100%; */
    margin-bottom: 3%;
    position: relative;
}

.q-wrapper {
    display: flex;
}

.question,.answer{
    font-size: 34px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
}

.answer-inner{
    display: flex;
}

.accordion-area-box {
    background-color: #ffffff;
}

.Q-box {
    background-color: #bec3dc;
    padding: 9px 8px 3px 12px;
}

.answer-container {
    padding: 12px 10px 9px 12.5px;
    background-color: #9facd2;
}

/* .answer-container:nth-child(2) {
    padding: 0px 10px 9px 12.5px;
} */

.answer-container02 {
    padding: 0px 10px 9px 12.5px;
}

.question-title {
    position: relative;
    cursor: pointer;
    padding: 25px;
    transition: all .5s ease;
    font-size: 22px;
    display: block;
    width: 100%;
}

.answer-title {
    font-size: 20px;
    padding: 2%;
}

.answer-title02 {
    width: 100%;
}


/* 矢印アイコン */
.question-title-box {
    position: relative;
}

.q-wrapper::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #0f1c4c;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    right: 20px;
    top: 28px;
} 

/* closeというクラスがついたら形状変化 */
.q-wrapper.close::after{
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.answer-wrapper {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
}





/* フッター */
footer {
    margin-top: -5px;
}

.footer-wrapper {
    background-image: url(images/footer.png);
    padding: 4% 4% 8% 4%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.footer-link {
    font-size: 14px;
    color: #ffffff;
    margin-right: 20px;
    position: relative;
}

.footer-line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    right: -13px;
    top: 2px;
    background-color: #ffffff;
}

.footer-box {
    margin-bottom: 2%;
}

.sns-img {
    margin-right: 20px;
}

/*=================================================
ipad用のスタイル 
==================================================*/
@media screen and (max-width: 1000px) {

.check-line-box {
    display: none;
}

.point-container {
    display: block;
}

.introductionbox-wrapper {
    margin-top: -10px;
}

.problem-wrapper {
    position: relative;
}

.point01-img-box {
    width: 100%;
}

.point-box01 {
    max-width: 74%;
}

}



/* ================================================
スマートフォン用のスタイル 
==================================================*/

@media screen and (max-width: 767px) {
    
body {
    min-width: 375px;
}

/* スマホ用ナビゲーション */
/* ハンバーガーメニュー */
.hamburger {
    width: 50px;
    height: 55px;
    position: fixed;
    display: block;
    padding-top: 3px;
    z-index: 10000;
    margin: 0 0 0 auto;
    right: 0;
}


/* ハンバーガーメニューの線 */
.hamburger span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    background-color: #ffffff;
    height: 2px;
    position: absolute;
}

.hamburger span:nth-of-type(1) {
    top:20px; 
    left: 10px;
    width: 49%;
}
.hamburger span:nth-of-type(2) {
    top:27px;
    left: 10px;
    width: 49%;
}

.hamburger span:nth-of-type(3) {
    top:34px;
    left: 10px;
    width: 49%;
}

.nav-box {
    display: block;
}

/*線が回転して×になる*/

.hamburger.open span:nth-of-type(1) {
    top: 20px;
    left: 14px;
    transform: translateY(6px) rotate(-135deg);
    width: 37%;
}

.hamburger.open span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.open span:nth-of-type(3){
    top: 32px;
    left: 14px;
    transform: translateY(-6px) rotate(135deg);
    width: 37%;
}

/* スマホ用のナビゲーション表示 */
.nav-wrapper {
    position: relative;
    bottom: 0;
}

.nav-inner {
    position: absolute;
    position: fixed;
    z-index: 9999;
    background-color: #1b223a;
    width: 100%;
    top: -1000px;
    height: 570px;
    transition: 0.4s;
    right: 0;
    opacity: 0.95;
}

.nav-box{
    display: block;
    margin-top: 110px;
    position: relative;
    }
    
    .nav-title {
    text-align: start;
    padding-bottom: 8%;
    margin-left: 13%;
    position: relative;
    }
    
    .nav-title a {
        padding-left: 0;
    }

    .nav-inner.menu{
    top: 0;
    }

    .nav-inner a{
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New";
    }
    
    .nav-title a:hover {
        color: #9696b5;
    }

    .nav-title::after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #ffffff;
        width: 150%;
        left: -80px;
        bottom: 15px;    
    }




    .header-logo-wrapper {
        position: absolute;
        z-index: 10001;
    }

    .nav-box::after {
        content: url(images/instagram.png);
        position: absolute;
        left: 110px;
    }
    .nav-inner::after {
        content: url(images/facebook.png);
        position: absolute;
        left: 50px;
    }



/* メインビジュアル */

.mainvisual {
    display: none;
} 

.mainvisual-sp {
    display: block;
    width: 100%;
    object-fit: cover;
}

.catchcopy-box {
    position: absolute;
    top: 15%;
    right: 2%;
    width: 80%;
}

.sub-title {
    width: 69%;
    top: 30%;
}

.ranking-box {
    width: 47%;
    position: absolute;
    bottom: 14%;
    right: 2%;
    bottom: 4%;
}

/* ラインナップ */
.products-wrapper{
    display: block;
}

.lineup-title-box {
    width: 72%;
}

.product-title {
    margin: 18px 0;
}

.lineup-inner {
    padding-top: 18%;
    padding-bottom: 30%;
}

.product-image-box {
    margin: 0 auto;
    max-width: 277px;
}

.products-inner {
    margin-bottom: 25%;
}

.products-inner:nth-child(2) {
    margin: 0;
    margin-bottom: 25%;
}

.product-set-wrapper {
    padding: 23% 0 17% 0;
    display: block;
}

.product-set-inner {
    width: 73%;
    position: unset;
    max-width: 75%;
    margin: 0 auto;
} 

.product-set-box {
    margin: 0 auto;
    width: 70%;
    margin-top: 11%;
}

.product-more {
    padding: 6% 36%;
    width: 28%;
}

.notice-wrapper {
    top: -19%;
    width: 45%;
}

/* コンセプト */
.concept-inner {
    padding: 10% 0 78% 0;
    margin: 0 auto;
    width: 343px;
}

.concept-img-box {
    width: 50%;
    bottom: 4%;
}

.concept-img-box02 {
    bottom: -10%;
    width: 50%;
    left: 46%;
    z-index: 1;
}

.concept-title {
    margin-left: 0;
}

.concept-inner::after {
    right: 28%;
}

/* お悩みチェックリスト */
#problem {
    padding-top: 46%;
}

.problem-wrapper {
    background-image: url(images/list-backimg-sp.png);
    background-size: cover;
    padding-bottom: 40%;
    position: relative;
}

.problem-text-wrapper {
    max-width: 351px;
    margin: 0 auto;
}

.problem-inner {
    margin-left: 0;
}

.check-line-box {
    display: none;
}

.problem-title-box {
    margin: 0 auto;
}

.problem-title {
    padding-left: 0;
}

.problem-title:after {
    left: 7px;
}

.problem-title:before {
    left: 15px;
    top: 3px;
}

.pen-box {
    width: 10%;
    top: 3px;
}

.underline::after {
    content: none;
}

.problem-box {
    max-width: 82%;
}

.introductionbox-wrapper {
    margin-top: -3px;
}


/* 3つのポイント */
.introduction, .introduction02 {
    font-size: 23px;
}


.number-box img {
    width: 100%;
}

.point-container {
    display: block;
}

.point-p:nth-child(1) {
    margin-left: -46%;
}

.point01-img-box {
    width: 100%;
}

.number-box:nth-child(1) {
    width: 24%;
}

.point-box01 {
    max-width: 74%;
}

.point-title {
    font-size: 25px;
}

.point-p {
    font-size: 16px;
    margin-top: 10%;
    line-height: 28px;
}

/* Q&A */
.q-wrapper::after {
    right: 13px;
}

.accordion-area {
    max-width: 88%;
}

.QA-title {
    font-size: 45px;
}

.question-title {
    font-size: 20px;
}

.QA-subtitle {
    font-size: 17px;
}

.answer-title02 {
    width: 90%;
}

.answer-title {
    padding: 5%;
}


/* フッター */
.footer-wrapper {
    padding: 6% 3% 10% 3%;
}

.footer-box {
    margin-bottom: 7%;
    white-space: pre-line;
} 

.footer-line::after {
    content: none;
}

.top-wrapper {
    width: 20%;
}



}