@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#FFF;
    /* font-family: 'Noto Sans JP', sans-serif; */
	color: #333;
	/* font-size: 1.6rem; */
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
    font-family: source-han-sans-jp-variable, sans-serif;
    font-variation-settings: 'wght' 400;
    font-size: clamp(14px, 1.5vw, 16px);
}

.font-sh_n{
    font-family: source-han-sans-jp-variable, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.font-sh_b300{
    font-family: source-han-sans-jp-variable, sans-serif;
    font-variation-settings: 'wght' 300;
}

.font-sh_b500{
    font-family: source-han-sans-jp-variable, sans-serif;
    font-variation-settings: 'wght' 500;
}

.font-cm_b{
    font-family: cormorant, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.font-ftr_n400{
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-ftr_n500{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font-minion_n700{
    font-family: minion-pro-caption, serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

.wf-loading {
    opacity: 0;
}

/*
h1 {
  font-family: minion-pro-caption, serif;
  font-family: samantha-italic, sans-serif;
  font-family: samantha-italic-bold, sans-serif;
  font-family: cormorant, sans-serif;
  font-family: source-han-sans-jp-variable, sans-serif;
  font-weight: 300;
  font-style: normal;

    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;

  color: #333333;
    color: #DDE8DD;
    color: #718973;
}

*/
*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;

}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}

.btn,
a.btn,
button.btn {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/* loading ※https://projects.lukehaas.me/css-loaders/参照*/

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  /* font-size: 11px; */
  font-size: clamp(10px, 1.5vw, 11px);
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}


@media (hover: hover) and (pointer: fine) {
    a.opa07:hover {
        opacity: 0.7;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }   

    a.opa05:hover {
        opacity: 0.5;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    } 

    a:hover .opa07 {
        opacity: 0.7;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    } 
    
    a:hover .opa05 {
        opacity: 0.5;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    } 
}

/*IE11用に以下のコードも追加*/
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    a.opa07:hover {
        opacity: 0.7;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }

    a.opa05:hover {
        opacity: 0.5;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }

    a:hover .opa07 {
        opacity: 0.7;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    } 

    a:hover .opa05 {
        opacity: 0.5;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    } 

}

/* area */

#container{
    overflow-x: hidden;
    /*以下、IE11用*/
    z-index: 1;
    position: relative;
}

/* font-family */

h1,
h2,
#service .service-area section h3,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2em;
}

.scrolldown1{
    display:none;
}

#g-nav{
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

@media screen and (min-width:959px) {
    #g-nav-list{
        position: absolute;
        top: 10px;
        right: 10px;

        .g-title{
            display: none;
        }

        #g-navi li:nth-child(1){
            display: none;
        }

        #g-rese{
            display: none;
        }
    }
}

/* heading */

h2:not(.topics-detail) h2{
    /* font-size: 2rem; */
    font-size: clamp(1.8rem, 1.5vw, 2rem);
    margin: 0 0 50px 0;
    /* text-transform: uppercase; */
}

h3:not(.topics-detail) h3{
    /* font-size: 6.0rem; */
    font-size: clamp(5.2rem, 1.5vw, 6.0rem);
    /* text-transform: uppercase; */
}

.wrap-lead{
    text-align: center;

    h3{
        font-size: clamp(5.2rem, 1.5vw, 6.0rem);
        font-family: samantha-italic, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: capitalize;
        color: #718973;
        letter-spacing: 0.05rem;
        line-height: 1.0;
        margin: 0;
        padding: 0 10px;

    }
    .lead-sub{
        /* font-size: 1.4rem; */
        font-size: clamp(1.2rem, 1.5vw, 1.4rem);
        margin: 0 0 30px 0;
    }


}

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

    .wrap-lead{


        h3{

            margin: 0;
        }
        .lead-sub{
            margin: 0 0 20px 0;
        }


    }

}

/* header */

#header{
    background: #fff;
    border-bottom: 2px solid #DDE8DD;
}

#header h1 a{
    color: #333333;
}

#header h1{
    text-transform: uppercase;
    /* font-size: 1.5rem; */
    font-size: clamp(1.4rem, 1.5vw, 1.5rem);
    padding: 0 0 0 2%; 
    line-height: 1;
    white-space: nowrap;

    width: 100%;
    max-width: 270px;
}

@media screen and (max-width:960px){
  #header h1{
    position: absolute;
      top:22px;
      left:20px;
      padding: 0;

    width: 100%;
    max-width: 200px;
    }
}

.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}

/* vidualarea */
#vidual-area{
    position: relative;
    height:88vh;
    margin-top: 100px;
}

body.appear #vidual-area::after{
    content:'';
    background:#718973;
    width:0;
    height: 12%;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
	animation-name:vidualbgRLextendAnime;
    animation-duration:.2s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

@keyframes vidualbgRLextendAnime{
	0% {
		width:0;
	}
	100% {
		width:40%;
	}
}

@media screen and (max-width:768px){
	body.appear #vidual-area::after{
		content:none;
	}

	.scrolldown1{
		display:none;
	}

}

.vegas-slide {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#slider,
#slider .vegas-container {
  height: 660px !important; /* ← JSの上書きを防ぐために !important が必要 */
}


#vidual-area #slider-area{
    position: absolute;
    top:0;
    right: 0;
    width:84%;
    z-index: -1;/*最背面へ*/
    
}

#vidual-area h2{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 3vw;
    position: absolute;
    top:60%;
    left:5%;

    img{
        width: clamp(300px, 75%, 800px);
    }
}

#vidual-area dl{
    position: absolute;
    left:2%;
    bottom:2%;
}

#vidual-area dl{
    color:#aaa;
}

#vidual-area dt,
#vidual-area dd,
#vidual-area ul,
#vidual-area ul li{
    display: inline-block;
}

#vidual-area dt{
    text-transform: uppercase;
}

#vidual-area ul li{
    margin:0 10px;
}

#vidual-area ul img{
    width:20px;
}

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

    #slider,
    #slider .vegas-container {
        height: 400px !important;
    }

    #vidual-area{
        height: 40rem;
    }
    #vidual-area #slider-area{
        width:100%;
        /* height: 80vh; */
        height: 40rem;
    }
    #vidual-area h2{
        font-size:2.1rem;
        bottom: 0rem;
        top: initial;
    }
    #vidual-area dl{
        left:20px;
        bottom:16px;
    }
    #vidual-area ul li{
        margin:0 2px;
    }
    
}

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

    #vidual-area{
        height: 40rem;
    }

    #vidual-area h2 {
        bottom: 0rem;
        top: initial;
    }

    #vidual-area #slider-area {
        width: 100%;
        /* height: 50vh; */
        height: 40rem;
    }
}

@media screen and (max-width:450px) {
    #vidual-area h2{
        font-size:7vw;
        top: inherit;
        bottom: -8rem;
    }

}

/* service */

#service{
    padding: 10% 0 10% 15%;
}

@media screen and (max-width:768px) {
#service{
    padding: 30% 0 10% 30px;
}
}

@media screen and (max-width:500px) {
    #service .service-lead{
        padding: 0 10% 0 0;
    }
#service .service-lead br{
    display: none;
}
}

#service .service-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:10% 0 0 10%;
    position: relative;
}

#service .service-area::after{
    opacity: 0;
}

#service .service-area.startwd::after{
     content:'';
    position: absolute;
    top:10%;
    right:0;
    width:80%;
    height: 60vh;
    background:#232323;
    z-index: -1;
	animation-name:sevicebgRLextendAnime;
    animation-duration:.9s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
}

@keyframes sevicebgRLextendAnime{
	0% {
        opacity: 0;
		width:0;
	}
	100% {
        opacity: 1;
		width:80%;
	}
}

#service .service-area section{
     width:30%;   
}

@media screen and (max-width:570px) {
#service .service-area section{
     width:100%;
    margin: 0 0 100px 0;
    padding: 0 10% 0 0;
}
 
}

#service .service-area section h3{
    font-size:1.5rem;
    margin: 0 0 30px 0;
}

#service .service-area section p{
    margin: 0 0 30px 0;
}

#service .service-img-wrapper{
    position:relative;
    overflow: hidden;
    width:30%;
    height: 60vh;
}

#service .service-img{
    height: 60vh;
    background:url("../img/01.jpg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width:570px) {
#service .service-img-wrapper,
#service .service-img{
    width:100%;
    height: 40vh;
    background-position: right;
    }
    #service .service-img-wrapper{
        margin:0 0 50px 0;
    }
}

/* news */

.news-img-wrapper{
    position:relative;
    z-index: 1;
    overflow: hidden;
    width:90%;
    height: 60vh;
}

.news-img{
    height: 60vh;
    background:url("../img/02.jpg") no-repeat center;
    background-size: cover;
}

.news-img::after{
     content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:70%;
    height: 10vh;
    background:#333;
    z-index:2;
}

#news{
    padding: 0 0 5% 15%;
}

#news .area li{
    padding: 20px 0;
}

#news .area time{
    display: block;
    color: #aaa;
}

#news .tab{
    position: relative;
    top:1px;
}

#news .tab-choice-area{
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
}

@media only screen and (max-width: 1110px) {
    .tab-area{
        width:100%;
    }
    
}

@media only screen and (max-width: 768px) {
#news {
    padding: 0 0 5% 30px;
}
}

/* gallery */

#gallery{
    margin: 0 0 5% 0;
}

#gallery li{
    overflow: hidden;
}

.gallery img{
    opacity: 0.5;
}

.gallery img:hover{
    opacity: 1;
}

/* contact */

#contact{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact .contact-detail{
    width:65%;
    border-right: 1px solid #aaa;
    text-align: center;
    padding: 20px;
}

#contact .contact-detail h2{
     margin:0 0 5px 0;   
    /* font-size: 1.5rem; */
    font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}

#contact .contact-tel{
     width:35%;
}

#contact .contact-tel p{
    text-align: center;
}

#contact .contact-tel p a{
     display: block;  
    padding: 20px;
    transition: all .3s;
}

#contact .contact-tel p a:hover{
     background:rgba(255,255,255,0.2);   
}

#contact .contact-tel p:last-child{
    border-top:1px solid #aaa;
}

#contact .contact-tel br{
    display: none;
}

@media screen and (max-width:690px) {
#contact .contact-detail,
#contact .contact-tel{
    width:50%;
}
    
#contact .contact-tel br{
    display: block;
}
#contact .contact-detail h2{
    font-size: 1.2rem;
}
#contact .contact-detail p{
    text-align: left;
}
}

@media screen and (max-width:400px) {
    #contact{
        font-size: 0.8rem;
    }
}
/* footer */

#footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0.8;
    padding: 4rem 5% 3rem;
    background: #DDE8DD;
}

#footer .footer-info{
    width:100%;
    text-align: center;
}

#footer .footer-info .footer-logo{
    /* font-size: 1.5rem; */
    font-size: clamp( 1.4rem, 1.5vw,  1.5rem);
    margin: 0 auto 10px;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
}

#footer .footer-info address{
    font-style: normal;
    margin: 0 0 10px 0;
}

#footer .footer-info ul li{
    margin: 0 0 10px 0;
}

#footer .footer-info dl dt,
#footer .footer-info dl dd{
    display: inline-block;
}

#footer .footer-info dl dt::after{
    content:':';
    padding: 0 10px;
}

#footer .footer-link,
#footer .sns-link{
    width:100%;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

#footer .footer-link ul,
#footer .sns-link ul{
     display: flex;
    flex-wrap: wrap;
    line-height: 2.5;
    justify-content: center;
}

#footer .footer-link ul li,
#footer .sns-link ul li{
    margin: 0 20px;
    position: relative;
}

#footer .footer-link ul li::after,
#footer .sns-link ul li::after{
    content:'／';
    position: absolute;
    top:0;
    right: -28px;

}

#footer .footer-link ul li:last-child::after,
#footer .sns-link ul li:last-child::after{
    content: none;
}

#footer .footer-link ul ul li,
#footer .sns-link ul ul li{
    margin:0 10px 0 0;
}

#footer small{
    padding: 40px 0 0 0;
    display: block;
    color: #333;
    margin-right: auto;
    margin-left: auto;
    font-size: 80%;
    letter-spacing: 0.1em;
}

#footer .footer-link ul ul,
#footer .sns-link ul ul{
     display: block;
}

#footer .footer-link ul li a,
#footer .sns-link ul li a{
    color: #333;
}
@media (hover: hover) and (pointer: fine) {
    #footer .footer-link ul li a:hover,
    #footer .sns-link ul li a:hover {
        color: #718973;
        transition: all 0.5s ease 0s;
    }
}
/*IE11用に以下のコードも追加*/
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #footer .footer-link ul li a:hover,
    #footer .sns-link ul li a:hover {
        color: #718973;
        transition: all 0.5s ease 0s;
    }
}
@media screen and (max-width:830px) {
    #footer{
        justify-content: center;
        padding:5% 0;
    }
    #footer .footer-info{
        width:100%;
        /* padding: 0 0 5% 0;
        margin: 0 0 5% 0; */
        text-align: center;
        /* border-bottom: 1px solid #aaa; */
    }
    #footer .footer-info li:nth-of-type(2) dt::after{
        content:'';
        padding: 0;
    }
    #footer .footer-info li:nth-of-type(2) dd{
        display: block;
    }
    
    #footer .footer-link{
        width:auto;
    }

    #footer .footer-link ul {
        justify-content: center;
    }
    
    #footer small {
        padding:10% 0;
        text-align:center;
    } 
}

@media screen and (max-width: 767px) {
    #footer .footer-link ul li::after,
    #footer .sns-link ul li::after{
        content: none;
    }
    #footer .footer-link ul li,
    #footer .sns-link ul li {
        margin: 0 ;
        position: initial;
        padding: 0 0 0 10px;
        font-size: 1.6rem;
    }

    .footer-link {
    padding: 0 30px 30px;
    }

    .footer-link a {
    text-decoration: none;
    }

    .footer-link a:hover {
    text-decoration: none;
    }

    .footer-link ul {
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #718973;
    }

    .footer-link ul li {
    margin: 0;
    padding: 0;
    width: calc(50% - 20px);
    }

    .sns-link ul{
        gap: 20px;
    }

    .sns-link ul li{
        background: #fff;
        border-radius: 0.5rem;
        padding: 0.4rem 1.5rem;
        width: 14rem;
        text-align: center;
    }

}

@media screen and (max-width:400px) {
    #footer .footer-link ul li{
        margin: 0 10px;
        font-size: 1.5rem;
    }
}

/*         btn         */

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


.btn-dpgr{
    background: #718973;
}

.btn-gr{
    background: #DDE8DD;
}

.btn-wh{
    background: #fff;
}

.wrap-btn{
    font-family: cormorant, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-size: 2.0rem; */
    font-size: clamp(1.8rem, 1.5vw, 2.0rem);
    color: #718973;
}

.wrap-btn a{
    text-align: center;
    padding: 0.5rem 0;
}

/*        TOP        */

#area-salon{
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.wrap-lead{
    .salon-lead{
        margin: 0 0 60px 0;

    }

}

.wrap-salon{
    align-items: center;
    justify-content: space-evenly;

    .inner-salon{
        text-align: center;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
             
        h4{
            font-family: cormorant, sans-serif;
            font-weight: 600;
            font-style: normal;
            color: #718973;
            /* font-size: 2.8rem; */
            font-size: clamp(2.6rem, 1.5vw, 2.8rem);
        }

        .salon-add{
            margin: 0 0 30px 0;
        }



        .wrap-btn:nth-child(1n+1){
            margin: 0 auto 20px;
        }
    }
}

@media screen and (max-width:960px){
    .wrap-salon{
    align-items: center;
    justify-content: space-evenly;

        .inner-salon{
            text-align: center;
            width: 100%;
            max-width: 460px;
            margin: 0 auto 60px;

            h4{
                font-family: cormorant, sans-serif;
                font-weight: 600;
                font-style: normal;
                color: #718973;
                font-size: clamp(2.6rem, 1.5vw, 2.8rem);
            }

            .salon-add{
                margin: 0 0 30px 0;
            }



            /* .wrap-btn:nth-child(1n+1){
                margin: 0 0 20px 0;
            } */
        }
}

}

#area-transb{
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.wrap-transb{
    align-items: center;
    justify-content: center;

    .area-tb-img{
        position: relative;
        /* width: 100%;
        max-width: 500px; */
        width: 40%;

        img {
            position: absolute;
            top: 2rem;
            bottom: 0;
            left: 2rem;
            right: 0;
            margin: auto;
        }

        /* img:nth-child(1){
            position: absolute;
            top: 20px;
            right: -30px;
        }

        img:nth-child(2){
            position: absolute;
            top: initial;
            bottom: -10px;
            left: 0px;
            z-index: 2;
        } */

    }

    .wrap-topics-area{
        width: calc(60% - 20px);
    }

    .wrap-lead{
        width: 60%;
        max-width: 880px;
        text-align: left;
        /* background: #eee; */
        padding: 80px 50px 80px 80px;
        background: radial-gradient(at  0%  90%, #ABC6AB 0, transparent 50%),
        radial-gradient(at 70% 30%, #FFFDDD 0, transparent 40%),
        radial-gradient(at 50% 100%, #DDE8DD 0, transparent 100%);

        h3{
            text-align: left;
        }
        


        .area-txt{
            margin: 0 0 30px 0;

        }
      
        .wrap-btn{
            display: flex;
            justify-content: flex-end;
        }
    }

}

#area-topics{
    padding: 0 20px;

    .box-topics{
        margin-right: auto;
        margin-left: auto;
        /* justify-content: space-around; */
        gap: 4rem;
        /* padding: 0 20px; */
        flex-wrap: wrap;
    }

    .inner-topics{
        width: calc((100% - 4rem) / 2);
        /* width: 100%;
        max-width: 560px; */
        gap: 35px;
        /* border-bottom: 2px solid #DDE8DD;
        padding: 0 0 40px 0; */
        /* margin: 0 0 40px 0; */

        a.p-blog__link{
            display: flex;
            border-bottom: 2px solid #DDE8DD;
            padding: 0 0 40px 0;
            color: #333;
            gap: 3rem;

        }

        .wrap-topics-area{
            width: calc(100% - (250px + 3rem));
            min-width: 260px;

            .area-txt{
                gap: 10px;
                margin: 0 0 16px 0;
                align-items: center;
            }

            .area-ttl{
                /* font-variation-settings: 'wght' 300; */
                letter-spacing: 0.1em;
            }

            .date{
                color: #718973;
                /* font-size: 1.5rem; */
                font-size: clamp(1.4rem, 1.5vw, 1.5rem);
            }

            .cat{
                width: 12rem;
                background: #718973;
                color: #FFF;
                text-align: center;
                /* font-size: 1.3rem;*/
                font-size: clamp(1.2rem, 1.5vw, 1.3rem);
            }
        }


    }

    /*topics詳細ページ*/
    .inner-topics.topics-detail{

        .wrap-topics-area{
            width: 100%;
            font-family: source-han-sans-jp-variable, sans-serif;
            font-variation-settings: 'wght' 400;
            text-align: left !important;


                line-height: 2.5;
                margin-bottom: 1.5rem !important;



            .area-ttl{
                font-variation-settings: 'wght' 600;
                letter-spacing: 0.1em;
                font-size: 2.0rem;
                border-bottom: 2px solid #DDE8DD;
                padding: 0 0 1.5rem 0;
                margin: 0 0 1.5rem 0;
            }

            a{
                border-bottom: 2px solid #718973;
            }
        }



    }

    .transb-img{
        /* width:  100%;
        max-width:300px; */
        width: 100%;
        max-width: 250px;
    }

    .transb-img img{
        	box-shadow: 10px 10px 0 var(--accent-color);
            border: 1px solid #718973;

            width: 100%;
            max-width: 250px;
            /* height: 100%;
            max-height: 250px; */
            aspect-ratio: 1 / 1;
            object-fit: cover;
    }

    .transb-img::after{
        max-width: 200px;
        height: 200px;
        background: #718973;
    }

    .wrap-btn{
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }



}
:root {
	--accent-color: #718973;
}

#area-topics.top{
    padding: 0 20px;
    .inner-topics{
        margin: 0 0 40px 0;
    }
}

@media screen and (max-width:960px){
    #area-topics{
    /* padding: 0 20px; */

    .box-topics{
        gap: 4rem;
        padding: 0;
    }

    .inner-topics{
        width: calc((100% - 4rem) / 2);
        margin: 0 0 40px 0;

        a.p-blog__link {
            gap: 30px;
        }

        .wrap-topics-area{

            .area-txt{
                gap: 10px;
                margin: 0 0 8px 0;
                align-items: center;
            }

            .area-ttl{
                letter-spacing: 0.1em;
            }

            .date{
                color: #718973;
            }

            .cat{
                width: 12rem;
                background: #718973;
                color: #FFF;
                text-align: center;
                font-size: 1.3rem;             
            }
        }


    }

    .transb-img{
        width: 100%;
            /* max-width: 250px; */
        max-width: clamp(130px, 20vw, 250px);
        min-width: 130px;
    }

    .transb-img img{
        	box-shadow: 10px 10px 0 var(--accent-color);
    }

    .transb-img::after{
        max-width: 200px;
        height: 200px;
        background: #718973;
    }

    .wrap-btn{
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }



}
}

@media (hover: hover) and (pointer: fine) {
  
    #area-topics{
        .inner-topics{
            a.p-blog__link:hover {
                opacity: 0.7;
                transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
            }   
        } 
    }
}

//IE11用に以下のコードも追加
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #area-topics{
        .inner-topics{
            a.p-blog__link:hover {
                opacity: 0.7;
                transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
            }   
        } 
    }
}



#area-insta{

    .wrap-insta{
        position: relative;
    }

    .wrap-insta::before {
        content: '';
        background-color: #DDE8DD;
        max-width: 88vw;
        width: 100%;
        height: 280px;
        position: absolute;
        left: 0px;
        bottom: 2rem;
        z-index: -1;
    }

    .wrap-insta::after {
        content: '';
        background-color: #FCF7D0;
        max-width: 88vw;
        width: 100%;
        height: 280px;
        position: absolute;
        right: 0px;
        bottom: -2rem;
        z-index: -2;
    }


    .inner-insta{
        /* justify-content: center; */
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1000px;
        padding: 0 20px;
        /* column-gap: 4rem;
        padding: 0 20px; */

        /* .insta-img{
            flex-grow:1
        } */

        /* img{
            display: block;
            width: calc((100% - 12rem) / 4);
        } */
    }

        .wrap-btn{
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }




}

#area-abre{
    position: relative;

    .wrap-lead{
        margin-right: auto;
        margin-left: auto;
        gap: 40px;
        flex: 1;
        padding: 0 20px;   


        .abre-img{
            margin: 0 0 20px 0;
        }
    }


}
#area-abre::after {
        content: '';
        background-color: #DDE8DD;
        width: 100%;
        height: 360px;
        position: absolute;
        right: 0px;
        top: 10rem;
        z-index: -1;
}

#area-care_p{

        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;

        .box-care_p{
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        /* .care_p-img{
            flex: 1;
        } */

        .care_p-img img{
            width: 100%;
            max-width: 280px;
            display: block;
        }

}

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

    #area-salon,
    #area-transb,
    #area-topics{
        max-width: 1132px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        /* padding: 0 20px; */
    }




    
    .wrap-transb{
        flex-flow: column;

        .area-tb-img{
            position: static;
            width: 60%;
            margin: 0 auto;


            img {
                position: static;
                top: 2rem;
                bottom: 0;
                left: 2rem;
                right: 0;
                margin: auto;
            }

            /* img:nth-child(1){
                position: absolute;
                top: 20px;
                left: 10rem;
            }

            img:nth-child(2){
                position: absolute;
                top: 18rem;
                left: 1rem;
                z-index: 2;

            } */

        }

        .wrap-lead{
            width: 100%;
            max-width: 880px;
            text-align: left;
            /* background: #eee; */
            padding: 80px 50px 60px;
            background: radial-gradient(at  0%  90%, #ABC6AB 0, transparent 50%),
            radial-gradient(at 70% 30%, #FFFDDD 0, transparent 40%),
            radial-gradient(at 50% 100%, #DDE8DD 0, transparent 100%);
            margin: -60px 0 0;

            .area-txt{
                margin: 0 0 30px 0;

            }

            .wrap-btn{
                display: flex;
                justify-content: flex-end;
            }
        }

    }


    #area-topics{
        padding: 0;

        .box-topics{
            margin-right: auto;
            margin-left: auto;
            gap: 4rem;
            /* padding: 0 20px; */
        }

        .inner-topics{
            margin: 0 auto 40px;
            width: 100%;
            max-width: 100%;
            gap: 35px;          
            

            .wrap-topics-area{
                /* width: calc(65% - 20px); */
                width: 100%;
                max-width: 500px;
                flex: 1; /* 画像を除いた残り全部使う */
                min-width: 0; /* はみ出し防止用（重要） */        
                
                .area-txt{
                    gap: 10px;
                    margin: 0 0 8px 0;
                }

                .date{
                    color: #718973;
                }

                .cat{
                    width: 10rem;
                    font-size: clamp(1.1rem, 1.5vw, 1.2rem);
                    background: #718973;
                    color: #FFF;
                    text-align: center;
                    /* font-size: 1.2rem; */
                    padding: 2px 0;
                }
            }


        }

        /* .transb-img{
            width: 32%;
        } */

        .transb-img img{
                box-shadow: 10px 10px 0 var(--accent-color);
                
        }

        .transb-img::after{
            max-width: 200px;
            height: 200px;
            background: #718973;
        }

        .wrap-btn{
            width: 100%;
            max-width: 300px;
            text-align: center;
            margin-right: auto;
            margin-left: auto;
        }



    }       

    #area-insta{
        .inner-insta{
            margin-right: auto;
            margin-left: auto;
            width: 100%;
            max-width: 1000px;
            padding: 0 20px;
        }

        .wrap-insta::before {
            content: '';
            background-color: #DDE8DD;
            max-width: 88vw;
            width: 100%;
            height: 100%;
            max-height: 20rem;
            position: absolute;
            left: 0px;
            bottom: 2rem;
            z-index: -1;
        }

        .wrap-insta::after {
            content: '';
            background-color: #FCF7D0;
            max-width: 88vw;
            width: 100%;
            height: 100%;
            max-height: 20rem;
            position: absolute;
            right: 0px;
            bottom: -2rem;
            z-index: -2;
        }
    }

    .item {
		margin: 0 20px 0 0;
		width: calc(50% - 20px / 2);
	}

	.card:nth-child(2n) {
		margin-right: 0;
	}


    #area-abre{
        position: relative;

        .wrap-lead{
            margin: 0 auto 40px;
            padding: 0 20px;   


            .abre-img{
                margin: 0 0 20px 0;
            }
        }


    }

    #area-abre::after {
        content: '';
        background-color: #DDE8DD;
        width: 100%;
        height: 100%;
        max-height: 860px;
        position: absolute;
        right: 0px;
        top: 6rem;
        z-index: -1;
    }

    #area-care_p{

        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;

        .box-care_p{
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            gap: 30px;
            margin: 0 auto;
            width: 100%;
            max-width: 590px;
        }

        .care_p-img{
            width: calc((100% - 30px) / 2);
            max-width: 280px;
        }

        .care_p-img img{
            /* width: 100%;
            max-width: 280px; */
            display: block;
        }

    }


}
@media screen and (max-width:800px){
    #area-insta{
        .wrap-insta::before {
            content: '';
            background-color: #DDE8DD;
            max-width: 100%;
            width: 100%;
            height: 100%;
            max-height: 80%;
            position: absolute;
            left: 0px;
            bottom: 2rem;
            z-index: -1;
        }

        .wrap-insta::after {
            content: '';
            background-color: #FCF7D0;
            max-width: 100%;
            width: 100%;
            height: 100%;
            max-height: 80%;
            position: absolute;
            right: 0px;
            bottom: -2rem;
            z-index: -2;
        }
    }
}


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






}