@charset "UTF-8";

/* --------------------
    for PC size 
-------------------- */

/* =====  全ページ共通  ===== */

body {
    background-color: #ffffff;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Arial, sans-serif;
    color: #26150D;
}

.inner {
    max-width: 1050px;
    padding: 0 25px;
    width: 100%;
    margin: 0 auto;
}

/* フォント関連 */
.h1-sub {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

h1 {
    font-size: 64px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

p.exlarge {
    font-size: 40px;
    font-weight: 600;
}

.answer {
    font-size: 36px;
    font-weight: 500;
}

p.large-l {
    font-size: 30px;
    font-weight: 400;
}

p.large, #lineup h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
}

.apply-btn {
    font-size: 28px;
    font-weight: 600;
}

#voices h3, #voice-color h3, #voice-perm h3, #voice-straight h3 {
    font-size: 24px;
    font-weight: 600;
}

p.medium-b, .bubble-top {
    font-size: 24px;
    font-weight: 500;
}

p.medium-l {
    font-size: 24px;
    font-weight: 300;
}

p.normal-b {
    font-size: 18px;
    font-weight: 500;
}

p.normal-lm {
    /* light-multipleのlm */
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

p.small {
    font-size: 14px;
    font-weight: 300;
}

/* main共通 */
.strong {
    color: #D16A28;
}

.title-wrap {
    text-align: center;
}

.eng-h2 {
    margin-bottom: 20px;
}

/* メインビジュアル */
#mainvisual {
    height: 100vh;
    background-image: url(images/mainvisual-pc.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content:flex-end
}

.mv-inner {
    margin-bottom: 100px;
    margin-left: calc((100vw - 1000px) / 2);
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.mv-title-wrap {
    max-width: 1000px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.mv-bottle {
    position: absolute;
    bottom: 120px;
    right: 15px;
}

.mv-bottle img {
    height: calc(100vh * 0.6);
}

.bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bubble-top {
    background-color: #26150D;
    color: #ffffff;
    letter-spacing: 0.05em;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
}

.bubble-bottom {
    background-color: #26150D;
    width: 30px;
    height: 25px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.h1-sub {
    margin: 10px 0;
    line-height: 1.5;
}

.h1-wrap {
    display: flex;
    column-gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.apply-btn {
    background-color: #73B49B;
    color: #ffffff;
    border-radius: 10px;
    letter-spacing: 0.02em;
    padding: 15px 50px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 0 #629984;
}

.apply-btn:active {
    transform: translateY(0px);
    box-shadow: none;
}

.apply-btn img {
    width: 30px;
    padding-top: 3px;
}

/* サステナブルカラーとは */
#whatis {
    margin-top: 100px;
    margin-bottom: 85px;
    /* 上の正円の図の余白が75px（=(310-240)/2)なので120-75で85pxを設定 */
}

#whatis .eng-h2 {
    width: 150px;
    height: 30px;
}

.whatis-arrow {
    width: 34px;
    margin: 40px auto;
}

.answer {
    background-color: #73B49B;
    color: #ffffff;
    width: 100%;
    border-radius: 50px;
    padding: 15px 10px;
    margin-bottom: 80px;
}

.point-wrap {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

.point-item {
    width: 310px;
    height: 310px;
    position: relative;
    z-index: 10;
    background-image: url(images/point-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-item::before {
    position: absolute;
    content: "";
    background-size: contain;
    width: 70px;
    height: 70px;
    top: -10px;
    left: 120px;
}

.point-item:nth-of-type(1)::before {
    background-image: url(images/point01.png);
}

.point-item:nth-of-type(2)::before {
    background-image: url(images/point02.png);
}

.point-item:nth-of-type(3)::before {
    background-image: url(images/point03.png);
}

/* ラインナップ */
#lineup {
    margin-bottom: 120px;
}

#lineup .eng-h2 {
    width: 90px;
    height: 40px;
}

.lineup-item {
    display: flex;
    margin-top: 50px;
}

.lineup-text {
    background-color: #F1F7F5;
    width: calc(100% - 560px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lineup-text p.normal-b {
    width: 230px;
    height: 30px;
    line-height: 29px;
    background-color: #73B49B;
    border-radius: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}

.lineup-video iframe{
    width: 560px;
    height: 315px;
}

/* 利用サロンの声 */
#voices {
    margin-bottom: 120px;
}

#voices .eng-h2 {
    width: 75px;
    height: 30px;
}

.voice-wrap {
    display: flex;
    column-gap: 50px;
    text-align: center;
    margin-top: 50px;
}

.voice-title {
    padding: 15px;
    color: #ffffff;
}

.voice-image {
    width: 100%;
}

.voice-item p.normal-b {
    line-height: 1.6;
    padding: 20px 0 25px;
}

.voice-perm h3 {
    background-color: #3D664D;
}

.voice-color h3 {
    background-color: #D16A28;
}

.voice-straight h3 {
    background-color: #2D3E5D;
}

.voice-perm p.normal-b {
    background-color: #E7F1EB;
    color: #3D664D;
}

.voice-color p.normal-b {
    background-color: #FBF0E9;
    color: #D16A28;
}

.voice-straight p.normal-b {
    background-color: #F2F5FA;
    color: #2D3E5D;
}

/* フッター */
#footer {
    background-color: #73B49B;
    color: #ffffff;
    padding: 40px 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    line-height: 1.7;
}

.footer-copyright {
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.1em;
}

/* PageTop*/
.pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    opacity: 0;
    transform: translateY(100px);
}
  
.pagetop a{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    transition: all 0.3s;
    position: relative;
}
  
.pagetop a::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    left: 13px;
    transform: rotate(-45deg);
    border-top: 2px solid #73B49B;
    border-right: 2px solid #73B49B;
    border-radius: 2px;
}
  
.pagetop a:hover{
    background-color: #008554;
}

.pagetop a:hover::before {
    border-color: #ffffff;
}

/*　上に上がる動き　*/
.pagetop.pt-up{
    animation: ptupAnime 1.0s forwards;
}
@keyframes ptupAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/
.pagetop.pt-down{
    animation: ptdownAnime 1.0s forwards;
}
@keyframes ptdownAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(50px);
    }
}

/* ----- voice-**.html ----- */

/* 文字調整関連 */

.indent {
    text-indent: 1em;
}

.textarea {
    margin: 30px;
}

/* 画像エリア関連 */
.imgarea {
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.imgsize1 {
    width: 600px;
    height: 400px;
}

.imgsize2 {
    width: 600px;
    height: 420px;
}

/* カラー関連（一部リンク元index.htmlでも利用） */
.color-n11-bg, .color-n11-sec::before{
    background-color: #809FD0;
}

.color-n11-sec {
    background-color: #F2F5FA;
    color: #2D3E5D;
}

.color-n21-bg, .color-n21-sec::before{
    background-color: #86BB9A;
}

.color-n21-sec {
    background-color: #E7F1EB;
    color: #3D664D;
}

.color-n22-bg, .color-n22-sec::before{
    background-color: #D16A28;
}

.color-n22-sec {
    background-color: #FBF0E9;
    color: #D16A28;
}

/* voice-header */
.voice-header {
    color: #ffffff;
    padding: 0 50px;
}

.voice-header-top {
    padding: 30px 50px;
}

.voice-header-top h2 {
    margin-top: 20px;
}

.voice-header-mid {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    justify-content: flex-end;
    padding-bottom: 70px;
    font-family: 'Open Sans';
}

#voice-perm .voice-header-mid {
    background-image: url(images/voiceperm-mv.jpg);
    align-items: flex-end;
}

#voice-color .voice-header-mid {
    background-image: url(images/voicecolor-mv.jpg);
    align-items: flex-end;
}

#voice-straight .voice-header-mid {
    background-image: url(images/voicestraight-mv.jpg);
    align-items: flex-end;
}

.voice-header-mid p {
    color: #222222;
    background-color: #ffffff;
    width: fit-content;
    padding: 5px 10px;
}

.voice-header-bottom {
    padding: 30px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
}

/* voice-article */
.voice-article-wrap {
    margin: 50px auto 100px;
}

.subsec {
    margin-bottom: 70px;
}

.subtitle{
    padding: 15px 30px;
    position: relative;
    line-height: 1.5;
}

.subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
}

.img-mid p {
    margin: 5px 0;
    text-align: center;
    line-height: 1.6;
}

/* メインビジュアル調整用 */

@media screen and (max-width: 999px){

    #mainvisual .linebreak {
        display: block;
    }

    .mv-inner {
        margin-left: 25px;
    }

    .mv-title-wrap {
        text-align: center;
        border-radius: 0px;
    }

    .mv-bottle {
        bottom: 0px;
        right: 0px;
        left: 550px;
    }

    .h1-wrap {
        flex-direction: column;
        width: fit-content;
        align-items: center;
        row-gap: 20px;
    }

    .apply-btn {
        padding: 15px 105px;
    }

}

/* --------------------
    for SP size 
-------------------- */
@media screen and (max-width: 768px){

    /* フォント関連 */

    .h1-sub {
        font-size: 24px;
    }

    h1 {
        font-size: 42px;
    }
    
    h2 {
        font-size: 28px;
    }

    p.exlarge, .answer,
    p.large-l, p.large, #lineup h3 {
        font-size: 24px;
    }

    #voices h3 {
        font-size: 22px;
    }

    #voice-color h3, #voice-perm h3, #voice-straight h3,
    p.medium-b, p.medium-l, .apply-btn,
    #voices p.normal-b {
        font-size: 18px;
    }

    #lineup p.normal-b,.bubble-top {
        font-size: 16px;
    }

    p.normal-lm {
        font-size: 14px;
    }
    
    p.small {
        font-size: 12px;
    }
    
    /* main共通 */
    .eng-h2 {
        margin-bottom: 15px;
    }

    /* メインビジュアル */
    #mainvisual {
        background-image: url(images/mainvisual-sp.jpg);
        background-size: contain;
    }

    .mv-inner {
        margin: 0 auto;
        border-radius: 0;
    }

    .mv-title-wrap {
        bottom: 0px;
        width: 100%;
        margin: 0px;
    }

    .mv-bottle {
        bottom: 290px;
        right: 50px;
        left: auto;

    }

    .mv-bottle img {
        width: 100px;
        height: auto;
    }

    .bubble {
        width: 100%;
    }

    .bubble-top {
        padding: 10px;
        width: 100%;
    }

    .bubble-bottom {
        width: 20px;
        height: 15px;
    }

    .h1-sub {
        letter-spacing: 0em;
        line-height: 1.6;
        margin: 5px auto;
    }

    .h1-wrap {
        width: 100%;
    }

    .apply-btn {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }

    .apply-btn img {
        width: 25px;
        padding-top: 2px;
    }

    /* サステナブルカラーとは */
    #whatis {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #whatis .eng-h2 {
        width: 120px;
        height: auto;
    }

    #whatis h2 {
        line-height: 1.5;
    }

    .whatis-arrow {
        width: 25px;
        margin: 30px auto;
    }

    .answer {
        border-radius: 20px;
        padding: 15px;
        margin-bottom: 50px;
        line-height: 1.6;
    }

    .point-wrap {
        flex-direction: column;
        row-gap: 15px;
    }

    .point-item {
        width: 280px;
        height: 280px;
    }

    .point-item::before {
        width: 64px;
        height: 64px;
        top: -10px;
        left: 108px;
    }

    /* ラインナップ */
    #lineup {
        margin-bottom: 70px;
    }

    #lineup .eng-h2 {
        width: 70px;
        height: auto;
    }

    .lineup-item{
        flex-direction: column;
        margin-top: 30px;
    }

    .lineup-item:nth-of-type(odd) {
        flex-direction: column-reverse;
    }

    .lineup-text {
        width: 100%;
        padding: 30px 0;
    }

    .lineup-text p.normal-b {
        width: 205px;
        height: 26px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .lineup-video iframe{
        width: 100%;
        height: calc((100vw - 50px)* 315 / 560);
        /* レスポンシブを考慮して画面幅からPaddingの25*2を引いて、16:9で計算 */
    }

    /* 利用サロンの声 */
    #voices {
        margin-bottom: 70px;
    }

    #voices .eng-h2 {
        width: 60px;
        height: auto;
    }

    .voice-wrap {
        flex-direction: column;
        row-gap: 30px;
        margin-top: 30px;
    }

    /* フッター */
    #footer {
        padding: 30px 0px;
    }

    .footer-top {
        flex-direction: column;
        row-gap: 10px;
    }

    .footer-copyright {
        margin-top: 20px;
    }

    /* PageTop*/
    .pagetop a{
        width: 30px;
        height: 30px;
    }
        
    .pagetop a::before {
        width: 10px;
        height: 10px;
        top: 12px;
        left: 10px;
    }

    /* ----- voice-**.html ----- */

    /* フォント関連 */

    .textarea {
        margin: 20px 10px;
    }

    .linebreak {
        display: block;
    }

    /* 画像エリア関連 */
    .imgarea {
        margin: 30px auto;
    }
    
    .imgsize1, .imgsize2 {
        width: 100%;
        height: auto;
    }

    /* voice-header */
    .voice-header {
        padding: 0;
    }

    .voice-header-top {
        padding: 30px 0 20px;
    }

    .voice-header-top h2 {
        margin-top: 15px;
    }

    .voice-header-mid {
        height: calc((100vw - 50px) * 560 / 1000);
        padding-bottom: 10px;
        row-gap: 4px;
    }

    .voice-header-mid p.exlarge-b{
        font-size: 24px;
    }

    .voice-header-mid p.large-l{
        font-size: 18px;
    }

    .voice-header-mid p {
        padding: 3px 8px;
    }

    .voice-header-bottom {
        padding: 30px 0;
    }

    /* voice-article */
    .voice-article-wrap {
        margin: 30px auto 70px;
    }

    .subsec {
        margin-bottom: 50px;
    }

    .subtitle{
        padding: 12px 23px;
    }

    .subtitle::before {
        width: 8px;
    }
}
