@charset "utf-8";

/* 共通 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;

    font-family: "Noto Serif JP", serif;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

ul li {
    list-style: none;
}

img {
    display: block;
    margin: 0 auto;
}

button:hover:enabled {
    opacity: 0.7;
    cursor: pointer;
}

.contents_title {
    padding: 100px;
    font-weight: 700;
    font-size: 40px;
}

/* ヘッダー */
header {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-family: "Poppins", sans-serif;
    background: rgba(235, 230, 223, 0.5);
    z-index: 100;
}

header .header_contents {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 50px;
}

header .header_logo {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    height: 60%;
}

header .header_logo img {
    height: 100%;
}

header #navbar {
    position: absolute;
    display: flex;
    align-items: center;
    right: 50px;
    gap: 32px;
}

header #navbar a,
header #navbar p {
    font-size: 14px;
}



header .text-wrapper {
    line-height: 50px;
}

header .text-wrapper-now {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}




header .hamburger {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: calc(100vw - 50px);
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
}

header .hamburger span {
    display: inline-block;
    position: absolute;
    transition: all .4s;
    left: 14px;
    width: 45%;
    height: 3px;
    border-radius: 2px;
    background: rgb(165, 146, 134);
}

header .hamburger span:nth-of-type(1) {
    top: 18px;
}

header .hamburger span:nth-of-type(2) {
    top: 29px;
}

header .hamburger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

header .hamburger.active span:nth-of-type(2) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

header #navbar_ham {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 20px 0 20px;
    background: #fff;
    transition: all 0.6s;
    z-index: 999;
}

header #navbar_ham ul li {
    text-align: left;
    line-height: 5;
}

header #navbar_ham ul li a {
    display: block;
    padding: 10px;
    color: #667968;
    letter-spacing: 0.1em;
    font-size: 16px;
}

header #navbar_ham.panelactive {
    top: 0;
}



/* ----------- */
/* トップページ */
/* ----------- */
.top_wrapper {
    position: relative;
    padding: 50px 0 0 0;
}

.top_wrapper .top_img {
    position: relative;
    width: 70%;
    margin: 0 0 0 auto;
    padding: 0 0 95px 0;
}

.top_wrapper .top_img img {
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
}

.img_opacity {
    position: absolute;
    top: 0;
    width: 100%;
    aspect-ratio: 1.7;
}

.top_wrapper .top_txt {
    position: absolute;
    top: 15%;
    left: 100px;
    transform: translateY(-10%);
}

.top_wrapper .top_title {
    /* font-family: "Zen Old Mincho"; */
    font-size: 60px;
    line-height: 2;
}

.top_wrapper .top_france {
    margin: 10px 0 0 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.top_wrapper .top_ja {
    margin: 10px 0 0 0;
}

#desktop-home header .text-wrapper-now {
    color: #dc9b51;
}

#desktop-home .top_wrapper .top_title {
    color: #778669;
}

/* M's CREWについて */
#desktop-home #aboutMsCREW {
    background-image: url(/common/img/top_aboutMsCREW.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#desktop-home #aboutMsCREW .overlap {
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.5);
}

#desktop-home #aboutMsCREW .MsCREW_inner {
    width: 100%;
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(15px);
}

#desktop-home #aboutMsCREW .MsCREW_inner .MsCREW_title {
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: Mate;
    font-weight: normal;
    font-size: 50px;
    text-align: center;
}

#desktop-home #aboutMsCREW .MsCREW_inner .btn {
    display: block;
    width: fit-content;
    margin: 100px auto 0 auto;
}

#desktop-home #aboutMsCREW .MsCREW_inner .button-2 {
    padding: 18px 100px;
    background: #778669;
    border-radius: 90px;
    color: #F6EFE3;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

#desktop-home #aboutMsCREW .MsCREW_inner .button-2:hover {
    background: #fff;
    color: #778669;
    letter-spacing: 0.15em;
}

/* 事業内容 */
#desktop-home #business_introduction {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #F0F2EF;
}

#desktop-home #business_introduction .business_introduction_title {
    color: #778669;
}

#desktop-home #business_introduction .overlap-group {
    position: relative;
    width: 100%;
    margin: 0 0 150px 0;
}

/* 画像 */
#desktop-home #business_introduction .img_wrapper {
    position: relative;
    width: 70%;
}

#desktop-home #business_introduction .img_wrapper img {
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
}

#desktop-home #business_introduction .bi_img {
    margin: 0 0 0 auto;
}

#desktop-home #business_introduction .bi_img img {
    transform: scale(-1, 1);
}

#desktop-home .salon_opacity {
    background: rgba(255, 252, 242, 0.4);
}

#desktop-home .fukushi_opacity {
    background: rgba(255, 242, 240, 0.4);
}

#desktop-home .jinzai_opacity {
    background: rgba(240, 255, 254, 0.3);
}

/* 外枠 */
#desktop-home #business_introduction .div-wrapper {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    background: #fff;
}

#desktop-home #business_introduction .div-wrapper_0 {
    left: 30%;
    transform: translateY(-50%) translateX(-300px);
}

#desktop-home #business_introduction .div-wrapper_2 {
    left: 70%;
    transform: translateY(-50%) translateX(-100px);
}

/* 内枠 */
#desktop-home #business_introduction .rectangle {
    display: flex;
    flex-direction: column;
    width: 370px;
    height: 370px;
    margin: 15px;
    padding: 30px 15px;
    background: #fff;
}

#desktop-home #business_introduction .rectangle_1 {
    justify-content: space-evenly;
    border: 1px solid #a69a8f;
}

#desktop-home #business_introduction .rectangle_2 {
    justify-content: space-evenly;
    border: 1px solid #d19595;
}

#desktop-home #business_introduction .rectangle_3 {
    justify-content: space-around;
    border: 1px solid #7497a3;
}

/* テキスト */
#desktop-home #business_introduction .bi_title {
    font-size: 28px;
    text-align: center;
    font-weight: 400;
}

#desktop-home #business_introduction .rectangle_1 .bi_title {
    color: #A79A8F;
}

#desktop-home #business_introduction .rectangle_2 .bi_title {
    color: #D29695;
}

#desktop-home #business_introduction .rectangle_3 .bi_title {
    color: #7497A3;
}

#desktop-home #business_introduction .bi_txt {
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    color: #7497A3;
}

/* ボタン */
#desktop-home #business_introduction .bi_btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

#desktop-home #business_introduction .bi_label {
    display: inline-block;
    padding: 18px 100px;
    border-radius: 90px;
    /* font-family: "DM Sans"; */
    color: #F6EFE3;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

#desktop-home #business_introduction .bi_label:hover {
    background: #f5f3f0;
    letter-spacing: 0.15em;
}

#desktop-home #business_introduction .bi_label_1 {
    background: #a69a8f;
}

#desktop-home #business_introduction .bi_label_1:hover {
    color: #a69a8f;
}

#desktop-home #business_introduction .bi_label_2 {
    background: #D29695;
}

#desktop-home #business_introduction .bi_label_2:hover {
    color: #D29695;
}

/* page-top */
#page-top {
    position: fixed;
    left: calc(100vw - 90px);
    bottom: 10px;
    z-index: 100;
    opacity: 0;
    transform: translateX(100px);
}

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(165, 146, 134);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}

#page-top i {
    color: #fff;
}

/*　左の動き　*/
#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/
#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

/* フッター */
footer {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #EBE6DF;
    font-family: "Poppins", sans-serif;
}

footer .footer_inner {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

footer .frame_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55%;
}

footer .frame_right {
    width: 45%;
}

footer .frame_left .footer_logo {
    font-size: 24px;
    font-weight: bold;
}

footer .frame_left li p {
    line-height: 27px;
}

footer .frame_right .frame_right_wrapper {
    display: flex;
    justify-content: space-between;
}

footer .frame_right .frame_right_inner {
    width: 40%;
}

footer .frame_right .frame_right_ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

footer .frame_right .frame_right_title {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #353940;
    border-bottom: solid 1px #AC9381;
}

footer .frame_right .frame_right_bottom {
    display: flex;
    margin: 30px 0;
}

footer .frame_right .frame_right_bottom li {
    font-size: 14px;
}

footer .frame_right .frame_right_bottom li p {
    margin: 0 20px;
}

footer .copyright-al-wrapper {
    width: 80%;
    margin: 10px auto 0 auto;
}

footer .copyright-al-wrapper p {
    font-size: 10px;
    text-align: right;
    color: #ab9280;
}

footer .copyright-al-wrapper span {
    color: #ab9280;
}

/* -------- */
/* bi.grace */
/* -------- */
#bi-grace {
    background: #FAF9F5;
}

#bi-grace header .text-wrapper-now,
#bi-grace .top_wrapper .top_txt h1,
#bi-grace .top_wrapper .top_txt p {
    color: #8D847D;
}

#bi-grace .top_wrapper .top_img img {
    transform: scale(-1, 1);
}

#bi-grace .top_wrapper .img_opacity {
    background: rgba(255, 252, 242, 0.4);
}

/* 説明 */
#bi-grace #bg_detail {
    display: flex;
    justify-content: space-between;
    background: #F0EDE4;
    padding: 10%;
}

#bi-grace #bg_detail .bg_detail_left {
    position: relative;
    z-index: 2;
    width: 45%;
    padding: 0 0 30px 0;
}

#bi-grace #bg_detail .bg_detail_left .detail_img {
    position: relative;
    z-index: 2;
}

#bi-grace #bg_detail .bg_detail_left .detail_img img {
    width: 100%;
    height: auto;
}

#bi-grace #bg_detail .bg_detail_left .img_back {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    aspect-ratio: 1.36;
    background: #E3DACE;
    z-index: 1;
}

#bi-grace #bg_detail .bg_detail_right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 48%;
}


#bi-grace #bg_detail .bg_detail_right .detail_txt {
    text-align: center;
}

#bi-grace #bg_detail .bg_detail_right h2 {
    display: inline-block;
    color: #8D847D;
    font-size: 25px;
    line-height: 70px;
    text-align: left;
}

#bi-grace #bg_detail .bg_detail_right p {
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    text-align: left;
}


/* メニュー */
#bi-grace #bg_menu {
    padding: 0 0 100px 0;
    background-image: url(/common/img/paper-fibers.png);
    background-size: cover;
}

#bi-grace #bg_menu .contents_title {
    color: #8D847D;
}

#bi-grace #bg_menu ul {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

#bi-grace #bg_menu ul li {
    display: flex;
    padding: 25px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* font-family: "Zen Old Mincho", serif; */
    font-size: 16px;
}

#bi-grace #bg_menu ul li {
    margin: 0 0 30px 0;
}

#bi-grace #bg_menu .menu_price {
    padding: 0 0 0 10px;
}

#bi-grace #bg_menu .menu_btn,
#bi-grace #bg_reserve .reserve_btn {
    text-align: center;
}

#bi-grace #bg_menu .menu_btn a {
    display: inline-block;
    margin: 50px 0 0 0;
    padding: 18px 100px;
    background: #8D847D;
    border-radius: 90px;
    color: #F6EFE3;
    /* font-family: "DM Sans"; */
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

#bi-grace #bg_menu .menu_btn a:hover {
    background: #F6EFE3;
    color: #8D847D;
    letter-spacing: 0.15em;
}

/* アクセス */
#bi-grace #bg_access {
    padding: 0 0 100px 0;
    background: #F3EFE8;
}

#bi-grace #bg_access .contents_title {
    color: #8D847D;
}

#bi-grace #bg_access .bg_map {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#bi-grace #bg_access p {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 400;
    margin: 0 0 50px 100px;
    font-size: 20px;
    line-height: 50px;
    /* 250% */
    text-align: left;
}

/* 予約 */
#bi-grace #bg_reserve {
    padding: 10%;
    background-image: url(/common/img/bg_reserve.jpg);
    background-size: cover;
}

#bi-grace #bg_reserve .reserve_inner {
    width: 100%;
    aspect-ratio: 1.7;
    padding: 50px;
    background: #ffffff77;
    backdrop-filter: blur(15px) brightness(100%);
}

#bi-grace #bg_reserve .rectangle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: #ffffff;
}

#bi-grace #bg_reserve .reserve_title {
    font-weight: 700;
    font-size: 40px;
    color: #69625d;
    text-align: center;
}


#bi-grace #bg_reserve .reserve_detail {
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

#bi-grace #bg_reserve .reserve_tel {
    text-align: center;
}

#bi-grace #bg_reserve .reserve_tel .tel_number {
    font-size: 30px;
    color: #fff;
}

#bi-grace #bg_reserve .reserve_tel .tel_number i {
    padding: 0 10px 0 0;
    color: #fff;
}

#bi-grace #bg_reserve .reserve_btn {
    text-align: center;
}

#bi-grace #bg_reserve .reserve_btn a {
    display: inline-block;
    padding: 16px 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 40px;
    color: #8D847D;
    font-size: 26px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

#bi-grace #bg_reserve .reserve_btn a:hover {
    background: #8D847D;
    color: #fff;
    letter-spacing: 0.15em;
}




/* インスタ */
#bi-grace #bg_instagram {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#bi-grace #bg_instagram:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/common/img/bg_insta.jpg) no-repeat center center;
    opacity: 0.4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#bi-grace #bg_instagram:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#bi-grace #bg_instagram a {
    position: relative;
    display: block;
    padding: 100px 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 35px;
    color: #705c4d;
    font-family: Mate;
}

#bi-grace #bg_instagram a i {
    padding: 0 10px 0 0;
    color: #705c4d;
}

#bi-grace #bg_instagram a span {
    color: #333;
    font-size: 14px;
}


/* -------- */
/* 福祉ネイル */
/* -------- */
#fukushi-nail {
    background: #F4F4F4;
}

#fukushi-nail header .text-wrapper-now,
#fukushi-nail .top_wrapper .top_txt h1,
#fukushi-nail .top_wrapper .top_txt p {
    color: #D29695;
}

#fukushi-nail .top_wrapper .img_opacity {
    background: rgba(255, 242, 240, 0.4);
}

#fukushi-nail .fukushi_wrapper {
    padding: 100px 0;
}

#fukushi-nail .fukushi_wrapper .contents_title {
    color: #D29695;
}

#fukushi-nail .fukushi_wrapper .fukushi_contents {
    margin: 0 0 100px 0;
    text-align: center;
    font-size: 20px;
    line-height: 3;
}

#fukushi-nail .fukushi_wrapper .fukushi_img_wrapper {
    margin: 0 0 100px 0;
}

#fukushi-nail .fukushi_wrapper .fukushi_img {
    width: 50%;
}

#fukushi-nail .fukushi_wrapper .fukushi_img img {
    width: 100%;
    height: auto;
}

#fukushi-nail .img_wrapper_top .img_noside {
    margin: -10% 0 0 40%;
}

#fukushi-nail .img_wrapper_bottom .img_side {
    margin: 0 0 0 auto;
}

#fukushi-nail .img_wrapper_bottom .img_noside {
    margin: -10% 0 0 10%;
}


#fukushi-nail #recreation {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

#fukushi-nail #recreation li {
    margin: 0 0 100px 0;
}

#fukushi-nail #recreation h4 {
    font-size: 40px;
    color: #e9a692;
}

#fukushi-nail #recreation .recreation_subtitle {
    margin: 10px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}



#fukushi-nail .fukushi_instagram {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#fukushi-nail .fukushi_instagram:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/common/img/jhwn_logo.png) no-repeat center center, #f6e1dc;
    background-size: auto 80%;
    opacity: 0.2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#fukushi-nail .fukushi_instagram:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#fukushi-nail .fukushi_instagram a {
    position: relative;
    display: block;
    padding: 100px 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 35px;
    color: #D29695;
    font-family: Mate;
}

#fukushi-nail .fukushi_instagram a i {
    padding: 0 10px 0 0;
    color: #D29695;
}

#fukushi-nail .fukushi_instagram a span {
    color: #333;
    font-size: 14px;
}



/* ------------- */
/* 私たちについて */
/* ------------- */
#about-us {
    background: #F2F5F3;
}

#about-us header .text-wrapper-now,
#about-us .top_wrapper .top_txt h1,
#about-us .top_wrapper .top_txt p,
#about-us .contents_title {
    color: #778669;
}

#about-us .top_wrapper .img_opacity {
    background: rgba(230, 240, 223, 0.40);
}

#about-us #company_wrapper {
    padding: 0 0 100px 0;
}

/* 由来 */
#about-us #company_wrapper #company_origin {
    padding: 0 0 100px 0;
}

#about-us #company_wrapper #company_origin #origin_txt {
    position: relative;
    z-index: 1;
    text-align: center;
}

#about-us #company_wrapper #company_origin #origin_txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/common/img/mscrew_back.png);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

#about-us #company_wrapper #company_origin #origin_txt_inner {
    display: inline-block;
}

#about-us #company_wrapper #company_origin p {
    line-height: 3;
}

#about-us #company_wrapper #company_origin .text_c {
    text-align: center;
    font-size: 25px;
}

#about-us #company_wrapper #company_origin .text_l {
    text-align: left;
    font-size: 20px;
}

#about-us #company_wrapper #company_origin .font_g {
    color: #92c22e;
}

#about-us #company_wrapper #company_origin .font_o {
    color: #c59710;
}

/* ビジョン */
#about-us #company_wrapper #company_vision {
    padding: 0 0 100px 0;
    background: #F0F3ED;
}

#about-us #company_wrapper #company_vision .vision_img {
    text-align: center;
}

#about-us #company_wrapper #company_vision .img_t img {
    width: 500px;
}

#about-us #company_wrapper #company_vision .img_b img {
    width: 775px;
}

#about-us #company_wrapper #company_vision .img_b p {
    margin: 50px 0 0 0;
    font-size: 25px;
    line-height: 2;
}

#about-us #company_wrapper #company_vision .img_b span {
    color: red;
}

/* 指導理念 */
#about-us #company_wrapper #company_philosophy {
    padding: 0 0 100px 0;
}

#about-us #company_wrapper #company_philosophy ul {
    margin: 0 auto;
}

#about-us #company_wrapper #company_philosophy li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
}

#about-us #company_wrapper #company_philosophy li .philosophy_num {
    width: 45%;
    padding: 0 30px 0 0;
    color: #92c22e;
    font-size: 65px;
    font-weight: bold;
    text-align: right;
    border-right: solid 1px #333;
}

#about-us #company_wrapper #company_philosophy li .philosophy_detail {
    width: 55%;
    padding: 0 0 0 30px;
    font-size: 25px;
    line-height: 1.5;
}

#about-us #company_wrapper #company_philosophy li .philosophy_detail span {
    color: #c59710;
}


/* 人づくり */
#about-us #company_wrapper #company_people {
    margin: 0 0 100px 0;
    background: linear-gradient(to left, #E6EBDF 75%, #F2F5F3 25%);
}

#about-us #company_wrapper #company_people .font_g {
    color: #92c22e;
}

#about-us #company_wrapper #company_people .font_o {
    color: #c59710;
}

#about-us #company_wrapper #company_people ul {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#about-us #company_wrapper #company_people ul li:nth-child(2n-1) {
    padding: 0 0 100px 20%;
}

#about-us #company_wrapper #company_people ul li:nth-child(2n) {
    padding: 0 0 100px 40%;
}

#about-us #company_wrapper #company_people ul li .people_inner {
    display: inline-block;
    text-align: left;
}

#about-us #company_wrapper #company_people .scroll_border {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 25px;
    font-weight: bold;
}

#about-us #company_wrapper #company_people .scroll_border::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #333;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 1s ease;
}

/* スクロールで class が付与されたらアニメーション開始 */
#about-us #company_wrapper #company_people .scroll_border.underline-active::after {
    transform: scaleX(1);
}

#about-us #company_wrapper #company_people p {
    font-size: 20px;
    line-height: 3;
}



/* 会社概要 */
#about-us #company_wrapper #company_overview {
    padding: 0 0 50px 0;
    background: linear-gradient(to right, #E6EBDF 75%, #F2F5F3 25%);
}

#about-us #company_wrapper #company_overview table {
    width: 80%;
    margin: 0 auto;
}

#about-us #company_wrapper #company_overview table tr th,
#about-us #company_wrapper #company_overview table tr td {
    font-size: 20px;
}

#about-us #company_wrapper #company_overview table tr th {
    padding: 0 10px 50px 0;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

#about-us #company_wrapper #company_overview table tr td {
    padding: 0 0 50px 0;
    line-height: 1.5;
}

#about-us #company_wrapper #company_overview .office_info {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 1em;
    column-gap: 1em;
}


/* ----------- */
/* お問い合わせ */
/* ----------- */
.contact_page {
    background: #ebf3f2;
}

.contact_page .top_wrapper .top_img img,
.contact_page .top_wrapper .img_opacity {
    aspect-ratio: 3;
}

.contact_page header .text-wrapper-now,
.contact_page .top_wrapper .top_txt h1,
.contact_page .top_wrapper .top_txt p,
.contact_page .contents_title {
    color: #889AB4;
}

.contact_page .top_wrapper .img_opacity {
    background: rgba(223, 240, 238, 0.6);
}


.contact_page .contact_wrapper {
    padding: 0 0 100px 0;
}

#contact .contact_wrapper #contact_txt,
#confirm .confirm_wrapper #confirm_txt {
    width: 80%;
    margin: 0 auto 50px auto;
}

#contact .contact_form {
    width: 50%;
    margin: 0 auto;
}

#contact .contact_form p {
    margin: 0 0 10px 0;
    color: #777;
    font-size: 14px;
    text-align: left;
}

#contact .contact_form #mail_error {
    display: none;
    margin: -15px 0 30px 0;
    color: red;
    font-size: 12px;
    text-align: center;
}

#contact .contact_form input,
#contact .contact_form textarea {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #CAD1E1;
}

#contact .contact_form #mail {
    margin: 0 0 5px 0;
}

#contact .contact_form span {
    padding: 0 0 0 5px;
    color: red;
}


#contact .contact_form #privacy {
    display: inline-block;
    margin: 30px 0 0 0;
    color: #333;
    text-align: center;
}

#contact .contact_form #privacy a {
    text-decoration: underline;
}

#contact .contact_form #privacy input {
    width: auto;
    transform: scale(1.5);
    margin: 0 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

#contact .contact_form #form_submit {
    display: block;
    margin: 50px auto;
    padding: 10px 50px;
    border-radius: 50px;
    background: #ccc;
    color: #fff;
    border: none;
    cursor: not-allowed;
}

/* 確認画面 */
#confirm .confirm_wrapper #confirm_txt {
    text-align: center;
}

#confirm .confirm_form p {
    margin: 0 0 10px 0;
    color: #777;
    text-align: left;
}

#confirm .confirm_wrapper table {
    margin: 0 auto;
    /* font-family: "Poppins", sans-serif; */
}

#confirm .confirm_wrapper table th,
#confirm .confirm_wrapper table td {
    padding: 15px 5px 5px 5px;
    border-bottom: dotted 1px #bbb;
}

#confirm .confirm_wrapper table td input,
#confirm .confirm_wrapper table td textarea {
    border: none;
    background: none;
    margin: 0 0 10px 20px;
    font-size: 16px;
    resize: none;
}

#confirm .confirm_form .btn_block {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

#confirm .confirm_form .confirm_btn {
    display: block;
    padding: 10px 50px;
    border-radius: 50px;
    color: #fff;
    border: none;
}

#confirm .confirm_form #send {
    margin: 0 0 0 10px;
    background: #889AB4;
}

#confirm .confirm_form #return {
    margin: 0 10px 0 0;
    background: #575858;
}

/* サンクスページ */
.contact_page #thanks {
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: center;
    line-height: 3;
}

.contact_page #thanks .btn_block {
    margin: 50px auto;
}

.contact_page #thanks .btn_block a {
    padding: 10px 50px;
    border-radius: 50px;
    background: rgb(165, 146, 134);
    color: #fff;
}


/* ----------- */
/* 個人情報 */
/* ----------- */
#privacy-policy .top_wrapper .img_opacity {
    background: rgba(255, 255, 255, 0.4);
}

#privacy-policy .privacy_wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    /* font-family: "Noto Serif JP", serif; */
    line-height: 2;
}

/* ----------- */
/* 反社会的勢力 */
/* ----------- */
#antisocial-policy .top_wrapper .img_opacity {
    background: rgba(255, 255, 255, 0.4);
}

#antisocial-policy .antisocial_wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    /* font-family: "Noto Serif JP", serif; */
    line-height: 2;
}

#antisocial-policy .antisocial_wrapper #anti_0 {
    margin: 0 0 30px 0;
    text-align: center;
}

#antisocial-policy .antisocial_wrapper #anti_1 {
    margin: 30px 0 0 0;
    text-align: right;
}



@media (max-width: 1200px) {
    #bi-grace #bg_detail .bg_detail_right h2 {
        font-size: 20px;
    }

    #bi-grace #bg_detail .bg_detail_right p {
        font-size: 16px;
        line-height: 3;
    }

    #bi-grace #bg_access p {
        margin: 0 0 50px 50px;
    }

    footer p,
    footer a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .contents_title {
        padding: 50px 5%;
    }

    .top_wrapper .top_title {
        font-size: 45px;
    }

    #desktop-home #business_introduction .div-wrapper {
        width: 300px;
        height: 300px;
    }

    #desktop-home #business_introduction .div-wrapper_0 {
        transform: translateY(-50%) translateX(-200px);
    }

    #desktop-home #business_introduction .rectangle {
        width: 270px;
        height: 270px;
        padding: 15px 10px;
    }

    #desktop-home #business_introduction .bi_btn {
        width: 90%;
    }

    #desktop-home #business_introduction .bi_label {
        width: 100%;
        padding: 12px 0;
        text-align: center;
    }

    #desktop-home #business_introduction .bi_title {
        font-size: 20px;
    }

    #desktop-home #business_introduction .bi_txt {
        font-size: 16px;
        line-height: 2;
    }

    footer .footer_inner {
        width: 90%;
    }

    footer .frame_left {
        width: 48%;
    }

    footer .frame_right .frame_right_inner {
        width: 45%;
    }


    #about-us #company_wrapper #company_origin .text_c {
        font-size: 20px;
    }

    #about-us #company_wrapper #company_origin .text_l {
        font-size: 18px;
    }

    #about-us #company_wrapper #company_vision .img_b p {
        font-size: 20px;
    }

    #about-us #company_wrapper #company_philosophy li .philosophy_num {
        width: 40%;
    }

    #about-us #company_wrapper #company_overview table {
        width: 90%;
    }

    #about-us #company_wrapper #company_overview table tr th,
    #about-us #company_wrapper #company_overview table tr td {
        font-size: 16px;
    }

    #bi-grace #bg_detail {
        padding: 5%;
    }

    #bi-grace #bg_detail .bg_detail_right h2 {
        font-size: 18px;
        line-height: 2;
    }

    #bi-grace #bg_menu ul {
        width: 90%;
    }

    #bi-grace #bg_menu ul li {
        padding: 18px 24px;
        font-size: 16px;
    }

    #bi-grace #bg_access p {
        margin: 0 0 50px 0;
        font-size: 16px;
    }

    #bi-grace #bg_reserve .reserve_title {
        font-size: 30px;
    }

    #bi-grace #bg_reserve .reserve_btn a {
        font-size: 20px;
    }

    #bi-grace #bg_access .bg_map iframe {
        width: 100%;
    }
}

@media (min-width: 769px) {

    header #hamburger,
    header #navbar_ham {
        display: none;
    }
}

@media (max-width: 768px) {

    header #navbar {
        display: none;
    }

    header #hamburger {
        display: flex;
    }

    .contents_title {
        font-size: 30px;
    }

    header .header_logo {
        height: 50%;
        left: 10px;
    }

    .top_wrapper .top_img {
        width: 80%;
        padding: 0 0 50px 0;
    }

    .top_wrapper .top_txt {
        top: 20%;
        left: 10%;
    }

    .top_wrapper .top_france {
        font-size: 10px;
    }

    .top_wrapper .top_title {
        font-size: 30px;
    }

    #desktop-home #aboutMsCREW .MsCREW_inner .MsCREW_title {
        font-size: 30px;
    }

    #desktop-home #business_introduction .overlap-group,
    #desktop-home #business_introduction .div-wrapper {
        position: unset;
    }

    #desktop-home #business_introduction .div-wrapper {
        transform: none;
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 15px;
    }

    #desktop-home #business_introduction .img_wrapper {
        width: 80%;
        margin: 0 auto;
    }

    #desktop-home #business_introduction .rectangle {
        width: auto;
        height: auto;
        margin: 0;
    }

    #desktop-home #business_introduction .bi_btn {
        width: 200px;
        margin: 20px auto 0 auto;
    }

    #desktop-home #business_introduction .bi_txt {
        margin: 20px 0 0 0;
    }

    footer .footer_inner {
        flex-direction: column;
    }

    footer .footer_inner .frame_right,
    footer .footer_inner .frame_left {
        width: 100%;
    }

    footer .footer_inner .frame_left {
        margin: 0 0 50px 0;
    }

    #about-us #company_wrapper #company_vision .vision_img {
        width: 80%;
        margin: 0 auto;
    }

    #about-us #company_wrapper #company_vision .vision_img img {
        width: 100%;
    }

    #about-us #company_wrapper #company_philosophy li .philosophy_num {
        width: 30%;
    }

    #about-us #company_wrapper #company_overview tr {
        display: flex;
        flex-direction: column;
    }

    #about-us #company_wrapper #company_overview tr th,
    #about-us #company_wrapper #company_overview tr td {
        display: block;
    }

    #about-us #company_wrapper #company_overview table tr th {
        padding: 0 0 5px 0;
    }

    #about-us #company_wrapper #company_overview .office_info {
        display: block;
    }

    #about-us #company_wrapper #company_overview .address_margin {
        margin: 0 0 1em 0;
    }

    #about-us #company_wrapper #company_people ul {
        width: 90%;
    }

    #about-us #company_wrapper #company_people ul li {
        padding: 0 0 100px 0 !important;
    }

    #bi-grace #bg_detail {
        flex-direction: column;
        padding: 10%;
    }

    #bi-grace #bg_detail .bg_detail_left,
    #bi-grace #bg_detail .bg_detail_right {
        width: 100%;
        margin: 0 auto;
    }

    #bi-grace #bg_detail .bg_detail_left {
        padding: 0 10px 10px 0;
    }

    #bi-grace #bg_detail .bg_detail_left .img_back {
        top: 10px;
        left: 10px;
        width: calc(100% - 10px);
    }

    #bi-grace #bg_detail .bg_detail_right h2 {
        margin: 30px 0;
        font-size: 20px;
    }

    #bi-grace #bg_menu ul li {
        flex-direction: column;
        gap: 5px;
    }

    #bi-grace #bg_menu ul li .menu_price {
        padding: 0;
    }

    #bi-grace #bg_reserve,
    #bi-grace #bg_reserve .reserve_inner {
        padding: 5%;
    }

    #bi-grace #bg_reserve .rectangle {
        padding: 10px;
    }

    #bi-grace #bg_reserve .reserve_detail {
        font-size: 14px;

    }

    #bi-grace #bg_reserve .reserve_tel .tel_number {
        font-size: 20px;
    }

    #bi-grace #bg_reserve .reserve_btn a {
        width: 80%;
        padding: 5px 0;
        font-size: 16px;
    }

    #fukushi-nail .fukushi_wrapper .fukushi_contents {
        width: 90%;
        margin: 0 auto 100px auto;
        font-size: 16px;
    }

    #fukushi-nail #recreation h4 {
        font-size: 25px;
    }

    #fukushi-nail #recreation .recreation_subtitle {
        font-size: 16px;
    }

    #fukushi-nail #recreation .recreation_txt {
        font-size: 14px;
    }

    .contact_page .top_wrapper .top_img img,
    .contact_page .top_wrapper .img_opacity {
        aspect-ratio: 1.7;
    }

    #contact .contact_form {
        width: 80%;
    }

    #page-top {
        left: calc(100vw - 70px);
    }
}

@media (min-width: 481px) {
    .br_none {
        display: none;
    }

    #desktop-home .top_opacity {
        display: none;
    }
}

@media (max-width: 480px) {
    .br_none {
        display: block;
    }

    footer .frame_right .frame_right_inner {
        width: 48%;
    }

    footer p,
    footer a {
        font-size: 12px;
    }

    .top_wrapper .top_img {
        width: 90%;
    }

    #desktop-home .top_wrapper .top_img {
        height: calc(100vh - 100px);
    }

    #desktop-home .top_wrapper .top_img img {
        height: 100%;
        object-position: 55%;
    }

    #desktop-home .top_opacity {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
    }

    .top_wrapper .top_txt {
        left: 5%;
    }

    .top_wrapper .top_ja {
        margin: 0;
        font-size: 12px;
    }

    #desktop-home .top_wrapper .top_title {
        line-height: 3;
        font-size: 25px;
    }

    #desktop-home #business_introduction .img_wrapper,
    #desktop-home #business_introduction .div-wrapper {
        width: 90%;
    }

    #about-us #company_wrapper #company_origin #origin_txt {
        max-width: 90%;
        margin: 0 auto;
    }

    #about-us #company_wrapper #company_origin .text_c {
        font-size: 18px;
    }

    #about-us #company_wrapper #company_origin .text_l {
        font-size: 15px;
    }

    #about-us #company_wrapper #company_vision .img_b p {
        font-size: 18px;
    }

    #about-us #company_wrapper #company_philosophy li .philosophy_num {
        font-size: 50px;
    }

    #about-us #company_wrapper #company_philosophy li .philosophy_detail {
        width: 60%;
        font-size: 14px;
    }

    #about-us #company_wrapper #company_people h4 {
        font-size: 20px;
    }

    #about-us #company_wrapper #company_people p {
        font-size: 14px;
    }

    #about-us #company_wrapper #company_people .scroll_border {
        font-size: 17px;
    }

    #bi-grace .top_wrapper .img_opacity {
        background: rgba(255, 252, 242, 0.6);
    }


    #bi-grace #bg_access .bg_map {
        width: 90%;
    }

    #bi-grace #bg_reserve .reserve_inner {
        aspect-ratio: 0.8;
    }

    #bi-grace #bg_reserve .reserve_title {
        font-size: 20px;
    }

    #fukushi-nail .top_wrapper .img_opacity {
        background: rgba(255, 242, 240, 0.5);
    }

    #fukushi-nail .fukushi_wrapper .fukushi_contents {
        font-size: 14px;
    }

    #fukushi-nail .fukushi_wrapper .fukushi_img {
        width: 80%;
    }

    #fukushi-nail .img_wrapper_top .img_noside {
        margin: -10% 0 0 20%;
    }

    #fukushi-nail .img_wrapper_bottom .img_noside {
        margin: -10% 0 0 0;
    }

    #fukushi-nail #recreation {
        width: 90%;
    }

    #fukushi-nail #recreation h4 {
        font-size: 18px;
    }

    #privacy-policy .privacy_wrapper,
    #antisocial-policy .antisocial_wrapper {
        width: 80%;
    }

    #confirm .confirm_wrapper tr {
        display: flex;
        flex-direction: column;
    }

    .contact_page .top_wrapper .img_opacity {
        background: rgba(223, 240, 238, 0.7);
    }

    #confirm .confirm_wrapper tr th,
    #confirm .confirm_wrapper tr td {
        width: 100%;
    }

    #confirm .confirm_form .btn_block {
        flex-direction: column;
    }

    #confirm .confirm_form .confirm_btn {
        margin: 0 auto 30px auto !important;
    }

    .contact_page #thanks {
        width: 90%;
        font-size: 14px;
    }
}

@media (min-width: 751px) {

    #bi-grace #bg_reserve .tel_number,
    footer .footer_tel .tel_number {
        pointer-events: none;
        cursor: default;
    }
}

/* ------- */
/* フェード */
/* ------- */
.fadeUpTrigger,
.fadeInTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}