@charset "utf-8";

.top-wrapper {
    overflow: hidden;
}

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover-text-contents {
    position: absolute;
    bottom: 40px;
    left: 4%;
}

.cover-mask01 {
    position: relative;
}

.cover-mask01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20.83%;
    width: 100%;
    background: linear-gradient(0deg,rgba(31, 31, 31, 0) 0%, rgba(38, 26, 0, 0.3) 100%);
    z-index: 1;
}

.cover-mask01:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg,rgba(31, 31, 31, 0) 0%, rgba(38, 26, 0, 0.3) 100%);
    z-index: 1;
}

.cover-en-text {
  	font-size: clamp(40px, 25.437px + 3.883vw, 100px);
  	font-family: var(--font-family02);
  	text-shadow: 0 0 30px rgba(8,5,0,0.4);
}

.cover-jp-text {
  	font-size: clamp(15px, 13.786px + 0.324vw, 20px);
  	font-family: var(--font-family01);
  	letter-spacing: 0.05em;
  	margin: 10px 0 0;
  	text-shadow: 0 0 30px rgba(8,5,0,0.4);
}

.swiper-slide img {
	aspect-ratio: 1125 / 2436;
}

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/

.top01-text-box p {
    font-size: clamp(15px, 13.786px + 0.324vw, 20px);
    letter-spacing: 0.05em;
	line-height: 2.24;
}

.top01-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.top01-left {
    width: 100%;
    margin: 0 auto 0 0;
}

.top01-right {
    width: 100%;
}

.top01-img-box02 {
    margin: -10% auto 0 10%;
}

.top01-img-box03 {
    width: 61.6%;
    margin: 30px 0 0 auto;
}

.top01-img-box04 {
    width: 43%;
    margin: 0 25px 0 auto;
}

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02-title-box .en-title80 {
    font-size: clamp(30px, 17.864px + 3.236vw, 80px);
}

.top02-img-box {
    padding: 7px;
    background: var(--white);
    box-shadow: 0 0 40px rgba(38,24,0,.2);
}

.top02-img-box01 {
    width: 56%;
    aspect-ratio: 500/360;
    margin: 0 0 0 -10px;
}

.top02-img-box02 {
  	position: absolute;
  	width: 37.07%;
  	aspect-ratio: 300/420;
  	top: auto;
  	left: 0;
  	right: 0;
  	bottom: 78%;
  	margin: auto;
  	z-index: -1;
}

.top02-img-box02 img {
    width: 100%;
    height: 100%;
}

.top02-img-box03 {
    width: 37.07%;
    aspect-ratio: 300/300;
    margin: 0 0 0 auto;
}

.top02-img-box04 {
    width: 42.2%;
    aspect-ratio: 340/240;
}

.top02-img-box05 {
    width: 54%;
    aspect-ratio: 440/300;
    margin: 30px 0 0 15px;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-en-title {
    font-family: var(--font-family03);
    font-size: clamp(18px, 12.660px + 1.424vw, 40px);
    font-weight: 300;
    letter-spacing: 0.03em;
}

.top03-row {
    width: 95.1%;
    margin: 0 0 0 auto;
}

.top03-right {
    width: 77.61%;
}

.top03-img-box {
    aspect-ratio: 260/180;
    margin: 20px 0 0;
}

.top03-salon-logo {
    max-width: 245px;
    width: 80%;
    margin: 0 0 0 2%;
}

.top03-left {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 28%;
}

.top03-pc {
    display: none;
}

.top03-sp {
    display: block;
}

.top03-btn-box.top03-sp {
    margin: 37px 0 0;
}

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

.top04.loop-wrapper {
    margin: -30% 0 0;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.top05 .padding-x {
    padding: 0 35px;
}

.news-list > section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 15px;
}

.news-item {
    overflow: hidden;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

.news-link {
    display: block;
    color: inherit;
    position: relative;
}

.news-link:hover {
    color: inherit;
}

.news-link > .news-img {
    aspect-ratio: 307/220;
    overflow: hidden;
    transition: .3s;
    margin: 17px 0 0;
}

img + .no-img {
    display: none;
}

.news-link > .news-img > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.news-link:hover > .news-img {
    filter: brightness(.5);
}

.news-row {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.news-cate {
	max-width: 100%;
	width: fit-content;
	display: block;
	font-size: clamp(11px, 7.956px + 0.812vw, 16px);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	text-align: center;
	color: var(--base-body-color);
	border-left: 1px solid;
	padding: 0 0 0 9px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-date {
	display: block;
	font-size: clamp(13px, 9.956px + 0.812vw, 18px);
	letter-spacing: 0.03em;
	line-height: 1.4em;
	padding: 0 9px 0 0;
    flex-shrink: 0;
}

.news-title {
	font-size: clamp(15px, 11.956px + 0.812vw, 20px);
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin: 10px 0 0;
}

.top05-btn-box {
    max-width: 132px;
    width: 100%;
    margin: 57px 0 0 0;
}

.top06-row:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  	margin: auto;
    width: 100%;
    height: 1px;
    background:#EEEBE5;
    z-index: 1;
}

.top06 .link-img-box {
    height: 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

.top04.loop-wrapper {
    margin: -25% 0 0;
}


}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/

.top01-text-box p br {
    display: none;
}
  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
  
.top02 {
    padding: 120px 0 80px 0 !important;
}
  
.top02-img-box01 {
    width: 38%;
}

.top02-img-box02 {
  	position: static;
    width: 30%;
    margin: 0 auto 50px 2%;
}

.top02-img-box03 {
    width: 30%;
}
  
.top04.loop-wrapper {
    margin: -16% 0 0;
}
  
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
.swiper-slide img {
	aspect-ratio: 1920 / 960;
}
  
/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/

.top01-text-box p br {
    display: none;
}
  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02-img-box01 {
    width: 30%;
}

.top02-img-box02 {
  	position: static;
    width: 25%;
    margin: 0 auto 50px 9%;
}

.top02-img-box03 {
    width: 25%;
}

.top02-img-box04 {
    width: 35%;
    margin: 0 0 0 2%;
}

.top02-img-box05 {
    width: 40%;
    margin: 50px 0 0 25%;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-right {
    width: 69.77%;
}

.top03-img-box {
    aspect-ratio: 1200/580;
}
  
.top04.loop-wrapper {
    margin: -10% 0 0;
}


/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.top05-btn-box {
    max-width: 180px;
    width: 100%;
    margin: 0 0 0 auto;
}

.news-list > section {
    gap: 30px;
}
  
.top06-row:before {
    top: 0;
    left: 0;
    right: 0;
  	bottom : auto;
    margin: 0 auto;
    width: 1px;
    height: 100%;
}


}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.top05-btn-box.js-news-list-btn {
    max-width: 231px;
    width: 100%;
    margin: 0 0 0 auto;
}

.news-list > section {
    grid-template-columns: repeat(4,1fr);
    gap: 30px 15px;
}

.news-item {
    margin: 0;
}

.news-cate {
	font-size: clamp(11px, 5.655px + 0.539vw, 16px);
}

.news-date {
	font-size: clamp(14px, 9.724px + 0.431vw, 18px);
}

.news-title {
	font-size: clamp(15px, 9.655px + 0.539vw, 20px);
    margin: 15px 0 0;
}



}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

.top01-row {
    flex-direction: row;
}
  
.top01-left {
    width: 35%;
}

.top01-right {
    width: 60%;
}

.top01-img-box02 {
    margin: -70px 0 0 auto;
}

.top01-img-box03 {
    width: 40.4%;
    margin: 0 0 0 auto;
}

.top01-img-box04 {
    max-width: 280px;
    width: 28.28%;
    margin: 0 20% 0 auto;
}


/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
  
.top02 {
  	padding: 130px 0 110px 0 !important;
}

.top02-img-box04 {
    width: 25.58%;
    margin: 0 0 0 2%;
}

.top02-img-box05 {
    width: 32.66%;
    margin: 50px 0 0 29.5%;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-row {
    width: 100%;
    margin: 0;
}

.top03-salon-logo {
    width: 80%;
}

.top03-img-box {
    margin: 0;
}

.top03-left {
    margin: 0 0 40px;
}

.top03-pc {
    display: block;
}

.top03-sp {
    display: none;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.news-list > section {
    grid-template-columns: repeat(4,1fr);
    gap: 30px 15px;
}

.top05-btn-box {
    max-width: 231px;
    width: 100%;
}

.news-row {
    margin: 15px 0 0;
}

/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/

.top06 .link-img-box {
    position: relative;
    width: 100%;
    min-height: 600px !important;
}

}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
.cover-text-contents {
    bottom: 80px;
    left: 5.2%;
}
  
.cover-en-text br {
    display: none;
}

.top01-left {
    width: 40.11%;
}

.top01-right {
    width: 55.93%;
}

.top01-text-box {
    margin: 65px 0 0 0!important;
}

.top01-text-box.mt-0 {
    margin: 0 !important;
}

.top01-text-box p {
	line-height: 3;
}
  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02-img-box01 {
    width: 25%;
}

.top02-img-box02 {
    width: 20%;
    margin: 0 auto 50px 16.5%;
}

.top02-img-box03 {
    width: 20%;
}

  
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-left {
    gap: 0;
}

.top03-en-title.top03-pc {
    margin: 0 0 100px;
}

.top03-btn-box.top03-pc {
    margin: 80px 0 0;
}
  
/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  
.top04.loop-wrapper {
    margin: -14.5% 0 0;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.news-list > section {
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}


}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

.top01-img-box03 {
    margin: -80px 0 0 auto;
}

.top01-row {
    align-items: flex-end;
}
  
.top01-text-block {
    margin: -40px 0 0 0 !important;
}

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02-img-box01 {
    width: 28%;
}

.top02-img-box02 {
    width: 17.13%;
}

.top02-img-box03 {
    width: 17.13%;
}
  
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
  
.top03 {
    padding: 150px 0 475px 0 !important;
}
  
.top03-salon-logo {
    margin: 0 0 0 12.5%;
}

}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-en-title.top03-pc {
    margin: 0 0 160px;
}

.top03-btn-box.top03-pc {
    margin: 120px 0 0;
}


}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {


}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
  

  
}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 