*{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    letter-spacing: 0.05em;
}
html{
    scroll-behavior: smooth;
}
img{
    display: block;
}
.main{
    overflow-x: hidden;
}
a:hover{
    opacity: 0.7;
}
.ac-768,.ac-550,.ac-400,.ac-1000,.ac-500{
    display: none;
}
.header{
    height: 77px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    display: flex;
    align-items: center;
    /* display: none; */
}
.h-sp-lines,.h-sp-menu{
    display: none;
}
.h-inner{
    width: 100%;
    padding: 0 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-logo{
    width: 100px;
}
.h-right{
    display: flex;
    align-items: center;
}
.h-list{
    margin-right: 46px;
    display: flex;
    align-items: center;
}
.h-item{
    padding: 0 30px;
    /* margin: 0 10px; */
}
.h-item:nth-of-type(2){
    border-left: 2px solid #6b6b6b;
    border-right: 2px solid #6b6b6b;
}
.h-link{
    font-size: 18px;
    color: #6b6b6b;
}
.kv-sec{
    margin-top: 77px;
}
.kv-slider{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv-slider,.slide-item,.slide-img{
    height: 100vh;
}
.slide-item{}
.slide-img{
    object-fit: cover;
    width: 100%;
}
.slick-dots{
    height: 60px;
    margin: 0 auto;
    bottom: -70px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-items: center; */
}
.slick-dots li{
    margin: 0 15px;
}
.slick-dots li button:before{
    font-size: 15px;
}
.second-sec{
    padding-top: 150px;
}
.s-s-ttl{
    text-align: center;
    font-size: 53px;
    font-weight: bold;
}
.s-s-sub-ttl{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 83px 0 68px 0;
}
.s-s-txt{
    text-align: center;
    font-size: 22px;
    margin-bottom: 175px;
    line-height: 1.8;
}
.products-container{
    display: flex;
    justify-content: center;
    gap: 0 140px;
    padding: 140px 0 100px 0;
}
.products-content{
    width: 342px;
}
.products-img{
    width: 60px;
    margin: 0 auto 40px auto;
}
.p-c-ttl{
    font-size: 28px;
    text-align: center;
}
.p-c-txt{
    font-size: 15px;
    text-align: center;
    margin: 18px 0 20px 0;
}
.p-c-price{
    font-size: 18px;
    text-align: center;
}
.p-c-cats{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    margin: 25px 0 40px 0;
}
.p-c-cat{
    font-size: 14px;
    font-weight: 700;
    color: #f987a9;
    background: #fef2f6;
    padding: 13px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-c-btn{
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #f9a9b8;
    width: 198px;
    height: 44px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-r-img{
    width: 62px;
}
.pc-r-cat{
    color: #007de2;
    background: #e5effc;
}
.pc-r-btn{
    background: #65bbeb;
}
.s-p2-ttl{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 63px 0 70px 0;
}
.s-p2-txt{
    margin-bottom: 80px;
}
.txt-c-p{
    font-weight: 600;
    font-size: 36px;
    color: #f987a9 !important;
}
.hair-catch-content{
    background-image: url(./img/hair-sec-bg.webp);
    background-size: cover;
    background-position: top;
    padding: 50px 0 52px 0;
}
.hair-c-ttl{
    font-size: 44px;
    font-weight: 700;
    text-align: center;
}
.hair-c-list{
    /* width: 585px; */
    margin: 25px auto 58px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 6px;
}
.hair-c-item{
    font-size: 27px;
    font-weight: 700;
    padding: 20px 15px;
    border: 3px solid #6b6b6b;
}
.hair-c-circle{
}
.hair-c-circle-inner{
    position: relative;
    width: 793px;
    height: 793px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.hair-c-c-txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30% auto 0 auto;
    font-size: 41px;
    font-weight: 500;
    text-shadow: 3px 3px 10px #000;
    color: #fff;
    line-height: 2;
    /* display: flex; */
    /* align-content: space-between; */
    text-align: center;
}
.hair-con-t-sec{
    background-image: url(./img/hair-sec-t-bg.webp);
    background-size: cover;
    padding-bottom: 111px;
}
.hair-con-b-sec{
    background-image: url(./img/hair-sec-b-bg.webp);
    background-size: cover;
    padding-bottom: 111px;
}
.hair-con-ttl{
    font-size: 53px;
    font-weight: 700;
    text-align: center;
    padding: 111px 0 49px 0;
}
.hair-con-inner-content{
    background: #e8e8e8;
    padding: 60px 40px;
    width: 860px;
    margin: 0 auto;
}
.hair-con-inner-content-f{
    margin-bottom: 60px;
}
.hair-con-inner-ttl{
    font-size: 28px;
    color: #2d2d2d;
    text-align: center;
    padding: 20px 0;
}
.hair-con-inner-ttl span{
    font-size: 36px;
    font-weight: 700;
    color: #f987a9;
    position: relative;
}
.hair-con-inner-ttl span::before{
    position: absolute;
    top: 0;
    right: -20px;
    content: "※";
    font-size: 20px;
    color: #2d2d2d;
}
.hair-con-inner-area{
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
}
.hair-con-inner-content-s .hair-con-inner-area{
    padding-bottom: 40px;
}
.hair-con-inner-img{
    width: 530px;
    margin: 0 auto;
}
.hair-con-inner-txt{
    font-size: 18px;
    text-align: center;
    margin: 20px 0 40px 0;
    line-height: 2;
    letter-spacing: 0;
    color: #2d2d2d;
}
.pink-txt{
    color: #f987a9;
    letter-spacing: 0;
}
.hair-con-inner-txt .pink-txt{
    font-size: 21px;
    font-weight: 500;
}
.hair-con-inner-btm-txt{
    display: flex;
    justify-content: right;
    color: #2d2d2d;
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: 0;
}
.hair-con2-blue-txt{
    background: #65bbeb;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}
.hair-con2-blue-txt-l{
    color: #fff;
    margin-right: 50px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
}
.hair-con2-blue-txt-r{
    color: #fff;
    font-size: 21px;
    letter-spacing: 0;
}
.hair-con2-blue-txt-r span{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}
.white-fleur-span{
    color: #2d2d2d !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}
.white-fleur-span::before{
    display: none;
}
.hair-con-inner-sub-ttl{
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
    color: #2d2d2d;
}
.hair-con-inner-sub-ttl span{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    color: #2d2d2d;
}
.hair-con-inner-area-t{
    padding: 40px 0 0 0;
}
.hair-con-inner-img-t{
    width: 100%;
}
.hair-con-e-sec{
    padding-bottom: 111px;
    background: #fff;
}
.hair-con-inner-area-fo{
    position: relative;
}
.hair-con-fo-item-imgs{
    position: absolute;
    top: -100px;
    right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}
.hair-con-fo-item-img{
    display: block;
    width: 60px;
}
.use-con-outer{
    padding: 130px 0 130px 40px;
}
.use-con-inner{
    display: flex;
    align-items: center;
}
.use-con-img{
    width: 150px;
    margin-right: 30px;
}
.use-con-inner-txt{
    font-size: 21px;
    color: #2d2d2d;
}
.use-con-inner-txt span{
    font-size: 20px;
    color: #2d2d2d;
}
.use-con-dots{
    height: 70px;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 70px;
}
.use-con-dot{
    width: 10px;
    height: 10px;
    background: #f09abe;
    border-radius: 50%;
}
.footer-cp{
    font-size: 12px;
    color: #131313;
    text-align: center;
    padding: 31px 0 19px 0;
}
.footer-main{
    height: 150px;
    padding-left: 160px;
    display: flex;
    align-items: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.footer-logo img{
    width: 100px;
}
.footer-company{
    font-size: 16px;
    color: #131313;
    margin: 0 58px;
}

@media screen and (min-width:1405px){
    body{
        max-width: 1405px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1200px){
    .s-s-sub-ttl,.s-s-txt,.s-p2-ttl{
        padding-left: 20px;
        padding-right: 20px;
    }
    .h-inner,.footer-main{
        padding: 0 40px;
    }
    .hair-con-inner-content{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    .hair-con-inner-img{
        width: 80%;
    }
    .hair-con-inner-img-t{
        width: 100%;
    }
    .s-s-ttl,.hair-con-ttl{
        font-size: calc((100vw - 320px) / 49 + 40px);
    }
    .s-s-sub-ttl{
        font-size: calc((100vw - 320px) / 49 + 30px);
    }
    .s-s-txt,.hair-con-inner-txt,.hair-con2-blue-txt-r{
        font-size: calc((100vw - 320px) / 49 + 14px);
    }
    .p-c-ttl,.s-p2-ttl,.hair-con-inner-txt .pink-txt,.hair-con-inner-sub-ttl,.use-con-inner-txt{
        font-size: calc((100vw - 320px) / 49 + 16px);
    }
    .s-p2-ttl span,.hair-con-inner-ttl{
        font-size: calc((100vw - 320px) / 49 + 26px);
    }
    .hair-c-ttl,.hair-con-inner-ttl span{
        font-size: calc((100vw - 320px) / 49 + 32px);
    }
    .hair-c-c-txt{
        font-size: calc((100vw - 320px) / 49 + 28px);
    }
    .hair-con2-blue-txt-l,.hair-con2-blue-txt-r span,.hair-con-inner-sub-ttl span{
        font-size: calc((100vw - 320px) / 49 + 20px);
    }
    .hair-c-item{
        font-size: 22px;
    }
    .hair-c-circle{
        width: 90%;
        margin: 0 auto;
    }
    .hair-c-circle-inner{
        width: 100%;
        padding-top: 100%;
        height: 0;
    }
    .hair-con-inner-content{
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .hair-con2-blue-txt{
        padding: 10px 20px;
    }
    .hair-con2-blue-txt-l{
        flex-shrink: 0;
    }
    .hair-con-inner-txt-white{
        font-size: 22px;
    }
}
@media screen and (max-width:1000px){
    .ac-1000{
        display: block;
    }
    .b-1000{
        display: none;
    }
    .products-container{
        padding: 100px 0 60px 0;
    }
    .hair-con-inner-txt-white{
        font-size: 16px;
    }
    .hair-con-fo-item-img{
        width: 40px;
    }
    .use-con-outer {
        padding: 60px 0;
    }
    .use-con-dots {
        height: 60px;
        margin: 20px 0;
    }
}
@media screen and (max-width:900px){
    .products-container{
        flex-direction: column;
        align-items: center;
    }
    .products-content-t{
        margin-bottom: 100px;
    }
}
@media screen and (max-width:768px){
    .header{
        height: 60px;
    }
    .h-logo {
        width: 60px;
    }
    .h-list{
        margin-right: 20px;
        display: none;
    }
    .h-item{
        padding: 0 15px;
    }
    .h-link{
        font-size: 16px;
    }
    .h-instagram{
        /* width: 25px; */
        display: none;
    }
    .h-sp-menu{
        display: block;
        position: absolute;
        bottom: -209px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 1s;
        transform: translateX(100%);
    }
    .h-sp-menu.is-active{
        opacity: 1;
        visibility: visible;
        transition: all 1s;
        transform: translateX(0%);
    }
    .h-sp-lines{
        display: block;
        position: relative;
        width: 25px;
        height: 15px;
        margin-left: 30px;
    }
    .h-sp-line{
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 2px solid #131313;
    }
    .h-sp-line:nth-of-type(1){
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s;
    }
    .h-sp-line:nth-of-type(2){
        position: absolute;
        top: 7px;
        left: 0;
        transition: all 1s;
    }
    .h-sp-line:nth-of-type(3){
        position: absolute;
        top: 15px;
        left: 0;
        transition: all 1s;
    }
    .h-sp-lines.is-active .h-sp-line:nth-of-type(1){
        top: 7px;
        transform: rotate(45deg);
        transition: all 1s;
    }
    .h-sp-lines.is-active .h-sp-line:nth-of-type(2){
        opacity: 0;
        visibility: hidden;
        transition: all 1s;
    }
    .h-sp-lines.is-active .h-sp-line:nth-of-type(3){
        top: 7px;
        transform: rotate(-45deg);
        transition: all 1s;
    }
    .h-sp-list{
        background: #fff;
    }
    .h-sp-item{
        padding: 15px;
    }
    .h-sp-link img{
        opacity: 0.7;
        width: 20px;
    }
    .kv-sec{
        margin-top: 60px;
    }
    .kv-slider,.slide-item,.slide-img{
        height: 100vh;
    }
    .hair-catch-content{
        padding-top: 20px;
    }
    .hair-c-list{
        margin-top: 15px;
    }
    .hair-c-item{
        background: #fff;
        border: none;
    }
    .hair-c-c-txt{
        margin-top: 25%;
    }
    .ac-768,.ac-550{
        display: block;
    }
    .hair-con-inner-txt{
        text-align: left;
    }
    .hair-con-inner-txt-white{
        text-align: center;
    }
    .hair-con-inner-img{
        width: 90%;
    }
    .hair-con-inner-img-t{
        width: 100%;
    }
    .hair-con-inner-content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hair-con2-blue-txt{
        display: block;
    }
    .hair-con2-blue-txt-l{
        margin: 0 0 10px 0;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .hair-con2-blue-txt-r{
        text-align: center;
    }
    .use-con-img{
        margin: 0 auto 20px auto;
    }
    .use-con-inner{
        display: block;
    }
    .use-con-dots{
        padding-left: 0px;
        width: 100%;
        margin: 50px 0;
    }
    .use-con-dot{
        margin: 0 auto;
    }
    .use-con-inner-txt span{
        font-size: 14px;
    }
}
@media screen and (max-width:700px){
    .second-sec{
        padding-top: 100px;
    }
    .s-s-sub-ttl{
        margin: 40px 0;
    }
    .s-s-txt{
        margin-bottom: 120px;
    }
    .products-container{
        padding: 40px 0;
    }
    .s-p2-ttl{
        margin: 40px 0 25px 0;
    }
    .s-p2-txt{
        margin-bottom: 60px;
    }
    .hair-con-ttl{
        padding: 60px 0 25px 0;
    }
    .hair-con-inner-ttl-btm{
        padding-bottom: 80px;
    }
    .hair-con-e-sec,.hair-con-t-sec,.hair-con-b-sec{
        padding-bottom: 60px;
    }
    .hair-con-fo-item-imgs{
        top: -70px;
        gap: 0 10px;
    }
    .hair-con-fo-item-img{
        width: 30px;
    }
    .use-con-img{
        width: 120px;
    }
    .use-con-dots{
        /* padding-left: 54px; */
    }
    .p-c-txt{
        margin: 10px 0;
    }
    .p-c-cats{
        margin: 15px 0 25px 0;
    }
}
@media screen and (max-width:500px){
    .h-inner{
        padding: 0 20px;
    }
    .hair-c-item{
        font-size: 16px;
    }
    .hair-con-inner-txt{
        line-height: 1.7;
    }
    .hair-con2-blue-txt{
        padding: 10px;
    }
    .hair-con-inner-btm-txt{
        margin-right: 0;
        justify-content: left;
    }
    .ac-500{
        display: block;
    }
    .hair-con-inner-txt-white{
        font-size: 14px;
        margin: 10px 0 20px 0;
    }
    .hair-con-fo-item-imgs{
        right: 30px;
    }
    .use-con-outer {
        padding: 30px 0;
    }
    .use-con-dots{
        margin: 30px 0;
    }
    .footer-main{
        padding: 0;
        justify-content: center;
    }
    .footer-logo img{
        width: 60px;
    }
    .footer-main{
        height: 100px;
    }
    .footer-company{
        margin: 0 30px;
    }
    .footer-cp{
        padding: 20px 0 10px 0;
    }
}
@media screen and (max-width:400px){
    .p-c-cat{
        font-size: 14px;
    }
    .hair-c-c-txt {
        margin-top: 18%;
    }
    .hair-c-item{
        padding: 15px 10px;
    }
    .hair-con-inner-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .hair-con-inner-area{
        padding: 20px 10px;
    }
    .ac-400{
        display: block;
    }
    .hair-con-inner-area-t{
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width:350px){
    .hair-c-c-txt {
        margin-top: 14%;
    }
}
@media screen and (max-width:1200px){}
table {
	border: none;
	border-collapse: collapse;
	width: 50%;
	margin:60px auto;
}
td {
	padding: 18px 0;
	width: 30%;
	height: 25px;
	border-bottom: 1px solid #dedede;
}
th {
	padding:18px 0;
	width: 64%;
	height: 25px;
	border-bottom: 1px solid #dedede;
}
@media screen and (max-width:768px){
	table {
	border: none;
	border-collapse: collapse;
	width: 80%;
	margin:60px auto;
}
}