@charset "utf-8";

/*　共通　*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #1f1f1f;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    padding-inline-start: 0px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}
@media (max-width: 767px) {
    body {
        margin: 0 auto;
        width: 100%;
        font-size: 0.95rem;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* -------fade animation------- */
/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInTrigger,
.fadeUpTrigger{
    opacity: 0;
}

/* -------fv------- */
header {
    padding: 2%;
    width: 9%;
    position: absolute;
}

.bg {
    background: no-repeat center / cover;
}

@media (max-width: 1200px) {
    header img{
        width: 96%;
    }
}
@media (max-width: 767px) {
    .inner{
        width: 90%;
    }
    /* 矢印 */
    .fv_under_arrow{
        position: absolute;
        left: 0;
        right: 0;
        top: -4%;
        width: 40%;
        margin: 0 auto;
        z-index: 100;
    }
}
@media (max-width: 450px) {
    /* 矢印 */
    .fv_under_arrow{
        position: absolute;
        left: 0;
        right: 0;
        top: -4%;
        width: 60%;
        margin: 0 auto;
        z-index: 100;
    }
}


/* -------------- 導入 -------------- */
section.Intro {
    position: relative;
    background: url("../img/intro_bg_pc.webp") top center / cover no-repeat;
    padding: 0 1%;
    
}
/* テキスト画像 */
section.Intro h2 img {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 87%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    section.Intro {
        position: relative;
        padding: 0;
    }
    /* テキスト画像 */
    section.Intro h2 img {
        position: absolute;
        z-index: 1;
        width: 89%;
        top: 11%;
        margin: 15% 0 0;
    }
    div.intro_text img{
        position: relative;
        z-index: 1;
        width: 39%;
        margin: 2% auto 2%;
        padding-right: 10%;
    }
}



/* -------------- 説明 -------------- */
section.Explan {
    position: relative;
    background: url("../img/explan_bg_pc.webp") top center / cover no-repeat;
    padding: 5% 0 13%;
}
section.Explan h2 img{
    margin: 0 auto;
    max-width: 730px;
}
div.Explan_main img{
    max-width: 1000px;
    width: 80%;
    margin: -3% auto 0;
}
div.Explan_detail img{
    margin: -2% auto 0;
    max-width: 900px;
    width: 80%;
}

@media (max-width: 767px) {
    section.Explan {
        position: relative;
        overflow: hidden;
        background: none;
        padding: 0;
    }
    section.Explan .pab{
        position: absolute;
    }
    section.Explan h2 img {
        margin: 10% auto 5%;
        max-width: 730px;
        width: 90%;
    }
    div.Explan_main img {
        width: 93%;
        margin: 0 auto;
    }
    div.Explan_detail img {
        margin: 3% auto 5%;
        max-width: 1000px;
        width: 100%;
    }
    .explan_jc{
        margin-top: -8% !important;
    }
}

@media (min-width: 768px) {
    .dotline{
        width: 0.2%;
        margin: -5% auto 0;
        display: block;
    }
}

/* -------------- スタイリスト -------------- */
section.Stylist {
    position: relative;
    background: url("../img/stylist_bg_pc.webp") top center / cover no-repeat;
    padding: 5% 0;
    margin-top: -11%;
}
section.Stylist h2 img {
    margin: 3% auto 1%;
    max-width: 900px;
    width: 80%;
}
.stylist_detail{
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    section.Stylist {
        position: relative;
        overflow: hidden;
        background: none;
        padding: 0;
        margin-top: -6%;
    }
    section.Stylist .pab{
        position: absolute;
    }
    section.Stylist h2 img {
        margin: 21% auto 8%;
        max-width: 900px;
        width: 92%;
    }
    div.stylist_main img{
        margin: 5% auto;
        width: 100%;
    }
    .stylist_text{
        margin: -5% auto 0 !important;
    }
}


/* -------------- CTAエリア -------------- */
.inner {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}

section.CTA{
    background-color: #534b54;
    padding: 1% 0;
}
section.CTA .inner {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    max-width: 800px;
    width: 80%;
}
section.CTA .inner img {
    width: 100%;
}
@media (max-width: 767px) {
    section.CTA {
        padding: 6%;
    }
    section.CTA .inner{
        width: 100% !important;
    }
    section.CTA .inner .sp{
        display: block;
    }
    section.CTA .inner .sp a.tel {
        width: 100%;
        margin-bottom: 4%;
    }
    .cta_flex{
        display: flex;
        gap: 10px;
    }
    .msize {
        width: 32%;
    }
}

/* -------------- CTAエリア END -------------- */


/* -------------- コンテスト -------------- */
section.Contest {
    position: relative;
    background: url("../img/contest_bg_pc.webp") top center / cover no-repeat;
    padding: 0 0 4%;
}
section.Contest h2 img {
    margin: 4% auto 1%;
    max-width: 700px;
    width: 80%;
}
div.contest_main{
    max-width: 950px;
    width: 80%;
    margin: 0 auto;
}
img.contest_main_img{
    margin: -5% 0 5%;
    width: 100%;
}
div.contest_svenson img{
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    section.Contest {
        position: relative;
        overflow: hidden;
        background: none;
        padding: 0;
    }
    section.Contest .pab{
        position: absolute;
    }
    section.Contest h2 img {
        margin: 12% auto 5%;
        width: 93%;
    }
    div.contest_main {
        width: 93%;
    }
    img.contest_text{
        margin: 5% 0 10%;
    }
}

/* -------------- 流れ -------------- */
section.Flow{
    position: relative;
    background: url("../img/flow_bg_pc.webp") top center / cover no-repeat;
    padding: 5% 0 7%;
}
section.Flow h2 img {
    margin: 0 auto;
    max-width: 700px;
    width: 80%;
}
div.flow_inner{
    max-width: 850px;
    width: 80%;
    margin: 0 auto;
}
div.flow_main{
    margin: 7% 0 9%;
}
div.Book_main .book_sttl{
    margin-bottom: 3%;
}
div.book_inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3%;
}
div.Book_web{
    position: relative;
}
div.Book_web .book_btn_left{
    position: absolute;
    bottom: 31%;
    left: 0;
    right: 0;
    display: flex;
    gap: 2%;
    justify-content: center;
    width: 87%;
    margin: 0 auto;
}
div.Book_tel{
    position: relative;
    margin-top: -6%;
}
div.Book_tel .book_btn_right a.tel img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31%;
    width: 83%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    section.Flow {
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    section.Flow h2 img {
        margin: 15% auto 12%;
        max-width: 700px;
        width: 93%;
    }
    section.Flow .pab{
        position: absolute;
    }
    div.flow_inner {
        width: 87%;
    }
    div.book_inner{
        display: block;
        width: 100%;
    }
    div.Book_web .book_btn_left {
        bottom: 28%;
    }
    div.Book_tel .book_btn_right{
        margin-top: 8%;
    }
    div.Book_tel .book_btn_right a.tel img {
        bottom: 27%;
    }
}


/* -------------- 店舗の雰囲気 PC -------------- */
div.shop_inner{
    max-width: 850px;
    width: 70%;
    margin: 5% auto;
    position: relative;
}
img.closing_box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33%;
    margin: 0 auto 7%;
    width: 66%;
}

/* SP */
@media (max-width: 767px) {
    section.Shop {
        position: relative;
        padding: 0;
    }
    section.Shop .pab{
        position: absolute;
    }
    section.Shop h3 img {
        margin: 23% auto 5%;
        width: 93%;
    }
    img.closing_box{
        width: 100%;
    }
    img.shop_text {
        margin: -4% 0 0 0;
    }
    img.closing_box{
        position: relative;
        left: 0;
        right: 0;
        margin: 5% auto 7%;
        width: 90%;
    }
}

/* -------------- 追従ボタン -------------- */
section.Follow_CTA{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #534b54;
    padding: 0.5% 0;
  
    /* 初期：非表示 */
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .6s ease, transform .6s ease;
}

/* 表示された状態 */
section.Follow_CTA.show{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

section.Follow_CTA .inner {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 800px;
    width: 60%;
}
section.Follow_CTA .inner img {
    width: 100%;
}
@media (max-width: 767px) {
    section.Follow_CTA {
        padding: 3% 0;
        width: 100%;
    }
    section.Follow_CTA .inner {
        width: 90%;
    }
    section.Follow_CTA .cta_flex {
        display: flex;
        gap: 6px;
        justify-content: center;
        align-items: center;
    }
}

