@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */



body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
}

a:hover {
    opacity: 0.8;
}
a:focus {
    outline: none;
}
a {
    transition: opacity 0.3s ease-out;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 10px;
    width: 70px;
    cursor: pointer;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ccc;
    overflow-y: auto;
}
/* @media (max-width: 750px) {
    #nav-fixed {
        width: 40vw;
        height: 100%;
    }
} */
#nav-fixed.navClose {
    animation: navClose 0.25s ease 0.0s forwards alternate;
}
#nav-fixed.navOpen {
    animation: navOpen 0.25s ease 0.0s forwards alternate;
}

#nav-fixed ul li {
    font-size: 18px;
    padding: 0.5em;
}
#nav-fixed ul li a {
    padding: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
}
#nav-fixed ul li img {
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
#nav-fixed ul li a:hover {
    opacity: 0.75;
}
@media (max-width: 750px) {
    #nav-btn {
        top: 3vw;
        right: 3vw;
        width: 14vw;
    }
    #nav-fixed {
        left: -75vw;
        width: 75vw;
    }
}
@keyframes navClose {
    0% {
        left: 0;
    }
    100% {
        left: -300px;
    }
}
@keyframes navOpen {
    0% {
        left: -300px;
    }
    100% {
        left: 0;
    }
}
@media (max-width: 750px) {
    @keyframes navClose {
        0% {
            left: 0;
        }
        100% {
            left: -75vw;
        }
    }
    @keyframes navOpen {
        0% {
            left: -75vw;
        }
        100% {
            left: 0;
        }
    }
}
#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents #sns-share h2{
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 4.5%;
}
#social_btn {
	width: 100%;
    text-align: center;
    font-size: 0;
}
#social_btn > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
#social_btn .fb_iframe_widget {
    vertical-align: top;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top.fixed {
    position: fixed !important;
}









/* sns-area */

#sns-area{
	margin-bottom: 2em;
	margin: 0 5.333% 3em;
}

.main-sns .ttl-sns{
    background: #969696;
}

.main-sns .inner {
    position: relative;
}
.main-sns .inner .bg {
    position: relative;
    z-index: 1;
}

.main-sns .inner .on {
    position: absolute;
    z-index: 2;
    width: 76.9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-sns .inner li{
    background: #fff;
}

.main-news .ttl-news{
    background: #969696;
}

.main-news .news_inner{
    background: #fff;
    width: 100%;
    border: 1px solid #969696;
    box-sizing: border-box;
}

.main-news .news_inner.gray{
    background: #eee;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.main-news .news_inner .news_lead{
    width: 84.6%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .news_inner .news_btn{
    width: 76.923%;
    border: 1px solid #969696;
    margin-left: auto;
    margin-right: auto;
}




/* Alternative */

.main-sns.alter{
    position: relative;
    padding: 8% 0;
    background: #EEECEB;
}
.main-sns.alter .ttl-sns{
    background: #EEECEB;
}
.main-sns.alter ul{
    width: 90%;
    margin: 0 auto;
}
.main-sns.alter::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #8F8F8F;
    transform: translate(-50%, 0);

}

.main-channel.alter{
        padding: 8% 0;
    background: #EEECEB;
}
.main-channel.alter .ttl-channel{
    background: #EEECEB;
}
.main-channel.alter ul{
    width: 90%;
    margin: 0 auto;
}



/* global */
.other-txt{
    display: block;
}
.global-txt{
    display: none;
}
.global .other-txt {
    display: none;
}
.global .global-txt{
    display: block;
}



/* -----------------------------------------
	SNS footer
-----------------------------------------*/
#sns-footer {
	background: #EEE;
}
#sns-footer svg {
	width: 100%;
}
#sns-footer img {
	width: 100%;
}
#sns-footer #sns-footer-inner {
	max-width: 750px;
	margin: auto;
}
#sns-footer #sns-footer-inner #sns-footer-tit {
	padding: 12% 20% 5%;
}
#sns-footer #sns-footer-inner #sns-footer-line {
	padding: 0 14% 10%;
}
#sns-footer #sns-footer-inner #sns-footer-tit-02 {
	padding: 0 33% 3.5%;
}
#sns-footer #sns-footer-inner #sns-footer-list {
	padding: 0 14% 15%;
	overflow: hidden;
}
#sns-footer #sns-footer-inner #sns-footer-list li {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#sns-footer #sns-footer-inner #sns-footer-list li a {
	display: block;
	padding: 5%;
}



/* -----------------------------------------
contents
-----------------------------------------*/
.sp {
    display: block;
}
.pc {
    display: none;
}
#container {
    margin: auto;
    width: 100%;
    font-family:  "游ゴシック体", YuGothic, "Zen Kaku Gothic New", sans-serif;
    * {
        box-sizing: border-box;
    }
}
#contents {
    margin: auto;
    line-height: 1.6;
    font-size: 26px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-feature-settings: "palt";
}

.content-inner {
    width: 89.7334%;
    margin-inline: auto;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hbg-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #9b8aff;
    border: 1px solid #000;
    border-radius: 50%;
    position: fixed;
    top: 59px;
    right: 16px;
    z-index: 1000;
    transition: .3s ease;
    padding: 0;
    &.fixed {
        top: 16px;
    }
    &.close {
        background: transparent;
        border-color: transparent;
        top: 0;
        right: 0;
        .hbg-btn__ico__border {
            &:first-child {
                rotate: 30deg;
                translate: 0 13px;
            }
            &:nth-child(2) {
                opacity: 0;
            }
            &:last-child {
                rotate: -30deg;
                translate: 0 -1px;
            }
        }
        .hbg-btn__txt {
            opacity: 0;
            visibility: hidden;
        }
    }

}
.hbg-btn__ico {
    display: grid;
    gap: 6px;
    width: 27px;
    margin: 0 auto 4px;
}
.hbg-btn__ico__border {
    display: block;
    height: 1px;
    background: #000;
    transition: .3s ease;
}
.hbg-btn__txt__img {
    width: 24px;
    margin-inline: auto;
}
.hbg {
    display: grid;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 900;
    background: #ebe8ff;
    padding-block: 22px 20px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    &.show {
        opacity: 1;
        visibility: visible;
    }
}
.hbg__deco {
    width: 12px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 4vw;
}
.hbg__inner {
    display: grid;
    align-content: safe center;
    width: 70%;
    margin-inline: auto;
    height: calc(100% - 40px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
        display: none;
    }
}
.hbg__img {
    width: 62%;
    margin: 0 auto 15px;
}
.hbg__list {
    border-block: 2px solid #000;
    margin-bottom: 25px;
}
.hbg__list__items + .hbg__list__items {
    border-top: 1px solid #000
}
.hbg__list__link {
    display: block;
    padding: 15px 10px;
    background: url(../img/260130/ico_hbg01.webp) no-repeat center right 10px/ 19px;
    span {
        display: block;
    }
}
.hbg__list__link.down {
	background: url(../img/260129/ico_hbg02.webp) no-repeat center right 10px/ 19px;
}
.hbg__list__link__subtxt {
    font-size: min(2.93vw,11px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .15em;
}
.hbg__list__link__txt {
    font-size: min(3.73vw,14px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
}
.hbg__totop {
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: min(3.2vw,12px);
    font-weight: 600;
    line-height: 1;
}


.sec--lead {
    padding-block: 35px;
	background-image: url("../img/260216/main_bg01.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	background-color: #f1f0ec;
}
.sec--lead__txt {
    font-size: min(3.73vw,19px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-bottom: 36px;
}
.sec--lead__note {
    width: fit-content;
    margin-inline: auto;
    font-size: min(3.2vw,16px);
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
}

.common-bg {
    background: #f1f0ec;
    padding-block: 50px 20px;
}

.common-box {
    background: #fff;
    border: 1px solid #9b8aee;
    padding: 25px 20px 34px;
}
.sec--engraving {
    margin-bottom: 20px;
}
.sec--embroidery {
    margin-bottom: 20px;
}
.common-box__ttl-wrapper {
    margin-bottom: 39px;
}
.sec--embroidery__ttl-wrapper {
    margin-bottom: 52px;
}
.common-box__subttl {
    margin-bottom: 10px;
}
.sec--engraving__subttl {
    width: 47.458%;
    margin-inline: auto;
}
.sec--embroidery__subttl {
    width: 56.2712%;
    margin-inline: auto;
}
.sec--select__subttl {
    width: 74.9153%;
    margin-inline: auto;
}
.common-box__ttl {
    color: #9b8aee;
    font-size: min(4.53vw,22px);
    font-weight: 700;
    letter-spacing: .24em;
    text-align: center;
}
.common-box__list {
    display: grid;
    gap: 48px;
}
.sec--embroidery__list__items--margin {
    margin-top: 20px;
    .sec--embroidery__list__img {
        margin-bottom: -20px;
    }
}
.common-box__list__ttl {
    margin-bottom: 16px;
}
.common-box__list__img-wrapper {
    position: relative;
    margin-bottom: 16px;
}
#container .sec--embroidery__list__img--wide {
    margin-inline: -20px;
    max-width: calc(100% + 40px);
}
.sec--embroidery__list__img--margin {
    margin-bottom: -20px;
}
.common-box__list__img {
    margin-bottom: 12px;
}
.img-border {
    border: 1px solid #9b8aee;
}
.img-border--brown {
    border-color: #d0a345;
}
.common-box__list__img--zoom {
    width: min(42%,170px);
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: -27px;
}
.sec--embroidery__list__img--zoom--higher {
    top: -36px;
}
.sec--embroidery__list__img--zoom--rt {
    width: min(42%,156px);
    top: -47px;
    left: auto;
    right: -28px;
}
.common-box__list__img-caption {
    font-size: min(4.26vw,20px);
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: .06em;
}
.common-box__list__img-caption__large-txt {
    display: block;
    font-size: min(4.8vw,22px);
    line-height: 1.35;
    letter-spacing: -.01em;
}
.common-box__list__txt {
    font-size: min(3.73vw,18px);
    line-height: 1.78;
    margin-bottom: 17px;
}
.common-box__list__info {
    font-size: min(3.46vw,17px);
    font-weight: 500;
    line-height: 1.61;
}

.sec--links {
    margin-bottom: 66px;
}
.sec--links__customize {
    padding-block: 37px 52px;
}
.sec--links__customize__txt {
    font-size: min(5.06vw,24px);
    font-weight: 700;
    line-height: 1.68;
    letter-spacing: .3em;
    text-align: center;
    margin-bottom: 25px;
}
.sec--links__customize__btn {
    display: block;
    padding-block: 18px;
    background: url(../img/260130/ico_arrow01.webp) no-repeat center right 29px/25px,#9b8aee;
    border: 1px solid #000;
    border-radius: 10vh;
    font-size: min(3.46vw,18px);
    font-weight: 500;
    letter-spacing: .075em;
    text-align: center;
}
.sec--links__list {
    display: grid;
    gap: 18px;
}
.sec--links__banner.comingsoon {
    display: block;
    position: relative;
    pointer-events: none;
    user-select: none;
    .comingsoon-txt {
        display: grid;
        place-content: center;
        position: absolute;
        inset: 0;
        background: rgb(0 0 0/.4);
        color: #fff;
        text-align: center;
        .comingsoon-txt__highlight {
            font-size: min(4.8vw,24px);
            font-weight: 700;
        }
        .comingsoon-txt__sub-txt {
            font-size: min(3.46vw,18px);
            font-weight: 500;
        }
    }
}

@media (min-width: 751px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    #container {
        max-width: none;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    #contents {
        border-inline: 1px solid #9999ff;
    }

    .fixed-logo {
        display: none;
    }
    .fixed-menu {
        display: grid;
        height: 100vh;
        place-content: center;
        background: #ebebff;
        position: sticky;
        top: 0;
        padding-block: 10px;
    }
    .fixed-menu__inner {
        width: 92%;
        max-width: 347px;
        margin-inline: auto;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        &::-webkit-scrollbar {
            display: none;
        }
    }
    .hbg__img {
        margin: 0 auto 16px;
    }
    .hbg__list {
        margin-bottom: 30px;
    }
    .hbg__list__link {
        padding-block: 16px;
        background-size: 27px;
    }
    .hbg__list__link__subtxt {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .hbg__list__items:nth-last-child(3) .hbg__list__link__subtxt {
        font-size: 13px;
    }
    .hbg__list__link__txt {
        font-size: 19px;
    }
    .hbg__totop {
        font-size: 16px;
    }
}

@media (min-width:  1280px) {
    #container {
        max-width: none;
        display: grid;
        grid-template-columns: 1fr 500px 1fr;
    }
    .fixed-logo {
        display: grid;
        height: 100vh;
        place-content: center;
        background: #ebebff;
        position: sticky;
        top: 0;
    }
    .fixed-logo__img {
        width: 59.5715%;
        margin-inline: auto;
    }
}


/*-----------------------------------------
	2026/02/10
------------------------------------------*/

.weightM {
	font-weight: 500;
}
.weightSB {
	font-weight: 600;
}
.weightB {
	font-weight: bold;
}

/*----------------------------*/

.mainBlock01 {
	position: relative;
}
.mainText02 {
	width: 24.8%;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.salonH201 {
	text-align: center;
}
.salonH201 .s01 {
	display: block;
	color: #9b8aee;
	font-size: min(4vw,20px);
	line-height: 1.6em;
	letter-spacing: 0.3em;
	font-weight: bold;
}
.salonH201 .s02 {
	display: block;
	font-size: 38px;
	line-height: 1.2em;
	font-weight: 500;
}
.salonH201 .s03 {
	display: block;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 500;
}

.text_28_19_n {
	font-size: 19px;
	line-height: 1.9em;
}
.textBox01 {
	padding: 45px 20px 0px;
}
.alc {
	text-align: center;
}

.contLine01 {
	height: 1px;
	background-color: #000000;
	margin: 110px auto 70px;
	width: 88%;
}

/*---------------------*/

.salonBox01 {
	box-sizing: border-box;
	width: 90%;
	background-color: #ffffff;
	margin: 45px auto auto;
	border-radius: 44px;
	padding: 60px 30px;
	text-align: center;
}
.salonH301 {
	font-weight: bold;
	color: #9b8aee;
}
.salonH301 .s01 {
	display: block;
	font-size: 22px;
	line-height: 2.0em;
}
.salonH301 .s02 {
	display: block;
	font-size: 24px;
	line-height: 1.6em;
}
.text30_20_n {
	font-size: 24px;
	line-height: 1.6em;
}
.text28_19_n {
	font-size: 20px;
	line-height: 1.9em;
}
.text26_16_n {
	font-size: 20px;
	line-height: 1.6em;
}

.salonBox02 {
	/*padding: 0px 45px;*/
	/*width: 74%;*/
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.colParp {
	color: #9b8aee;
}
.salonH302 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #9b8aee;
	border-radius: 60px;
	padding: 2px 10px 4px;
}

.salonH303 {
	background-color: #666666;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 2px 10px 4px;
}
.salonFlex01 {
	display: flex;
	justify-content: center;
}
.salonText01 {
	background-color: #ffffff;
	display: inline-block;
	padding: 0px 20px 1px;
	font-size: 22px;
}
.text24_15_n {
	font-size: 18px;
	line-height: 1.5em;
}
.salonBox03 {
	background-color: #ffffff;
	border-radius: 42px;
	box-sizing: border-box;
	padding: 26px 40px 42px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.salonFlex01Box02 {
	width: 156px;
	flex-shrink: 0;
}

/*---------------------*/

.salonBg02 {
	background-color: #f5f3fd;
	padding: 150px 0px 95px;
}
.salonH202 {
	text-align: center;
}
.salonH202 .s01 {
	display: block;
	width: 74.3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.salonH202 .s02 {
	display: block;
	font-size: 38px;
	line-height: 1.65em;
	letter-spacing: 0.235em;
	font-weight: bold;
}

.salonUl01 {}
.salonUl01 li {
	display: flex;
	background-image: url("../img/260216/line01.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-size: 20px;
	line-height: 1.3em;
	padding: 10px 0px;
}
.salonUl01 li .s01 {
    flex-shrink: 0;
    width: 18px;
	padding-top: 8px;
	margin-right: 20px;
}
.salonUl01 li:first-child {
	background-image: none;
}
.salonBox04 {
	padding: 0px 0px 0px 40px;
}
.salonImg01 {
	width: 398px;
	margin-left: auto;
	margin-right: auto;
}
.text20_135_n {
	font-size: 20px;
	line-height: 1.35em;
}
.text32_185_n {
	font-size: 26px;
	line-height: 1.7em;
}
.text32_185_n {
	font-size: 26px;
	line-height: 1.7em;
}
/*----------------------*/

.swiper-slide {
	/*margin-right: 38px;*/
}

.salonBlock01 {
	padding: 120px 40px 140px;
}
.salonBox05 {
	background-color: #f5f3fd;
	border: 1px solid #000000;
	border-radius: 48px;
	padding: 40px 24px 60px;
}
.salonFuki01 {
	background-image: url("../img/260216/cont_fuki01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 30px 30px 70px;
}

.text26_16_n.textPc01 {
	font-size: 16px;
}

.salonFlex02 {
	display: flex;
	align-items: flex-end;
	gap: 0px 20px;
}
.salonFlex02 .box01 {
	text-align: right;
	width: 100%;
}
.salonFlex02 .box02 {
	width: 39.3%;
	flex-shrink: 0;
}
.slideCheck01 {
	text-align: right;
}
.slideCheck01 img {
	width: 50% !important;
	height: auto;
	margin: auto 0px auto auto;
}

/*--------------------------*/

.slideFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0px;
  justify-content:center;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 52px;
	height: 32px;
}
.swiper-button-prev {
	background-image: url("../img/260216/slide_plev01.webp");
}
.swiper-button-next {
	background-image: url("../img/260216/slide_next01.webp");
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper-pagination {
  position: relative;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10;
	top: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 28px;
	opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #000000 !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}


#site-notice{
	margin: 2em 5.333%;
    /*font-size: min(2.66vw,13px);*/
	font-size: 16px;
}
.text28_175_n {
	font-size: 21px;
	line-height: 1.75em;
}







@media (max-width: 750px) {

	.mainText02 {
		right: 2.13vw;
	}

	.salonH201 .s01 {
		font-size: 4vw;
	}
	.salonH201 .s02 {
		font-size: 6.66vw;
	}
	.salonH201 .s03 {
		font-size: 5.6vw;
	}

	.text_28_19_n {
		font-size: 3.73vw;
	}
	.textBox01 {
		padding: 6vw 2.66vw 0px;
	}

	.contLine01 {
		margin: 14.66vw auto 9.33vw;
		width: 88%;
	}

	/*---------------------*/

	.salonBox01 {
		width: 88%;
		margin: 6vw auto auto;
		border-radius: 5.86vw;
		padding: 8vw 6vw;
	}
	.salonH301 .s01 {
		font-size: 3.73vw;
	}
	.salonH301 .s02 {
		font-size: 4.8vw;
	}
	.text30_20_n {
		font-size: 4vw;
	}
	.text28_19_n {
		font-size: 3.73vw;
	}
	.text26_16_n {
		font-size: 3.46vw;
	}

	.salonBox02 {
		width: 82%;
	}
	.salonH302 {
		font-size: 3.46vw;
		padding: 0.26vw 1.33vw 0.53vw;
	}

	.salonH303 {
		font-size: 3.46vw;
		padding: 0.26vw 1.33vw 0.53vw;
	}
	.salonText01 {
		font-size: 3.46vw;
		padding: 0px 2.66vw 1px;
	}
	.text24_15_n {
		font-size: 3.2vw;
	}
	.salonBox03 {
		border-radius: 5.6vw;
		padding: 4vw 6vw 6.4vw;
		width: 88%;
	}

	.salonFlex01Box02 {
		width: 20.8vw;
		flex-shrink: 0;
	}

	/*---------------------*/

	.salonBg02 {
		padding: 20vw 0px 12.66vw;
	}
	.salonH202 .s01 {
		width: 74.26vw;
		margin-bottom: 2.66vw;
	}
	.salonH202 .s02 {
		font-size: 5.06vw;
	}

	.salonUl01 li {
		font-size: 3.46vw;
		padding: 1.33vw 0px;
	}
	.salonUl01 li .s01 {
        width: 4.2vw;
		padding-top: .6vw;
		margin-right: 2.66vw;
	}
	.salonBox04 {
		padding: 0px 0px 0px 5.33vw;
	}
	.salonImg01 {
		width: 53.06vw;
	}
	.text20_135_n {
		font-size: 2.66vw;
	}
	.text32_185_n {
		font-size: 5.26vw;
	}

	/*----------------------*/

	.swiper-slide {
		/*margin-right: 5.06vw;*/
	}

	.salonBlock01 {
		padding: 18.66vw 6.66vw 24vw;
	}
	.salonBox05 {
		border-radius: 6.4vw;
		padding: 8.53vw 5.06vw 12vw;
	}
	.salonFuki01 {
		padding: 6.66vw 5.33vw 12vw;
	}

	.text26_16_n.textPc01 {
		font-size: 3.46vw;
	}

	.salonFlex02 {
		gap: 0px 2.66vw;
	}
	.salonFlex02 .box02 {
		width: 39.3%;
		flex-shrink: 0;
	}
	.slideCheck01 img {
		width: 50% !important;
		height: auto;
		margin: auto 0px auto auto;
	}

	/*--------------------------*/

	.swiper-button-next,
	.swiper-button-prev {
		position: relative;
		top: 0px;
		justify-content:center;
		margin-top: 0px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		width: 8.8vw;
		height: 5.2vw;
	}
	.swiper-button-prev {
		background-image: url("../img/260216/slide_plev01.webp");
	}
	.swiper-button-next {
		background-image: url("../img/260216/slide_next01.webp");
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		display: none;
	}
	.swiper-pagination {
		position: relative;
		text-align:center;
		transition:.3s opacity;
		transform:translate3d(0,0,0);
		z-index:10;
		top: 0px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0px 5.06vw;
		opacity: 1;
	}

	.swiper-pagination-bullet-active {
		opacity: 1 !important;
		background-color: #000000 !important;
	}

	.swiper-pagination-bullet {
		width: 2.66vw;
		height: 2.66vw;
	}


	#site-notice{
		margin: 2em 5.333%;
			/*font-size: min(2.66vw,13px);*/
		font-size: 2.4vw;
	}
	.text28_175_n {
		font-size: 3.73vw;
	}

	.sec--lead__txt {
			font-size: 3.73vw;
			margin-bottom: 36px;
	}

	#page-top {
			position: fixed;
			bottom: 2.66vw;
			right: 2.66vw;
	}
	#page-top img {
		width: 10.66vw !important;
		height: auto;
	}
	

}

/* start_無料ワッペン */

.patch--free {
    display: grid;
    place-items: center;
    width: 12vw;
    aspect-ratio: 1 / 1;
    color: #666666;
    font-size: 3.46vw;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%);
}

@media (min-width: 751px) {
    .salonH303 {
        text-align: left;
    }

    .patch--free {
        width: 70px;
        font-size: 21px;
        right: -6%;
    }
}

@media (min-width: 1280px) {
    .salonH303 {
        text-align: center;
    }

    .patch--free {
        width: 80px;
        font-size: 23px;
        right: -2%;
    }

    .salonUl01 li .s01 {
        width: 20px;
        padding-top: 5px;
    }
}

/* end_無料ワッペン */

.text32_185_n.alc.weightB.mb-60 {
	letter-spacing: 0.19em;
}

.text32_185_n.alc.weightB.mb-20 {
	letter-spacing: 0.1em;
}

.salonH301.mb-40 {
	letter-spacing: 0.105em;
}

.salonH202 .s02.small {
	font-size: 27px;
}

@media (max-width: 750px) {
	.salonH202 .s02.small {
		font-size: 5.06vw;
	}
    .text32_185_n.alc.weightB.mb-60 {
		letter-spacing: 0.05em;
	}
}

.txt22_pc {
	font-size: 22px;
}