@charset "UTF-8";

/* ===== リセットCSS ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Kozuka Gothic Pro", "Kozuka Gothic Pr6N", "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0A1325;
    background-color: #f5f5f5;
}
/* リストのデフォルトスタイルを削除 */
ul, ol {
    list-style: none;
}
/* aタグのデフォルトスタイルを削除 */
a {
    text-decoration: none;
    color: inherit;
}
/* ボタンのリセット */
button {
    border: none;
    background: none;
    cursor: pointer;
}
/* 画像のリセット */
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}
/* ===== PC・スマホの表示切り替え ===== */
.pc {
    display: none;
}
.sp {
    display: block;
}


/* ===== 共通レイアウト ===== */
.header {
    text-align: center;
    padding: 2vw;
}

/* メインビジュアル */
.main-visual {
    position: relative;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}
.main-visual img {
    width: 100%;
    display: block;
}

/* テキストエリア */
.text-container {
    position: relative;
    margin: -12% auto 10% auto;
    max-width: 90%;
    /*background: rgba(255, 255, 255, 0.95);*/
	background: rgba(255, 255, 255, 1);
    padding: 8vw 7.7vw 5.5vw 7.7vw;
    text-align: left;
    box-sizing: border-box;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.sub-text {
    width:51% !important;
	margin-bottom:5.5%;
}
.title {
    width:82.5% !important;
	margin-bottom:5%;
}
.sub-title {
	width: 36% !important;
    margin-bottom: 3%;
}
.businesscard {
    width:49% !important;
	display:inline-block !important;
	margin-right:1% !important;
}
.vol {
    width:12% !important;
	display:inline-block !important;
}
.baila {
    width:45.5% !important;
	margin-top:9% !important;
}
.logo {
	position: absolute;
    right: 6.5%;
    top: 13%;
    width: 4.8% !important;
}
.line-vertical{
	width: 1px;
    position: absolute;
    height: calc(100vw* 0.43);
    background: #c7c7c9;
    right: 16%;
    top: 9%;
}

/* リード文 */
.lead-text {
    text-align: center;
    padding: 5vw 2.7vw;
    font-size: 3.5vw;
    color: #333333;
    font-weight: 500;
    line-height: 1.83;
    letter-spacing: 1px;
}

/* product-lineup h2の親コンテナ */
.swiper-container-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 0;
    margin: 3rem 0 2rem;
}

/* swiper-container */
.swiper-container {
    width: 100%;
    position: relative;
}

/* swiper-wrapper */
.swiper-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease-in-out;
	position:relative;
}
.swiperlinkarrow{
	position:absolute;
	width:5%;
	bottom:9% !important;
	left:47.5%;
}

/* swiper-slide */
.swiper-slide {
    flex: 0 0 auto;
    width: 50% !important;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    min-width: 12rem;
    margin: 0 5% 0.5% 5%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/* swiper-pagination */
.swiper-pagination {
    margin: 1rem auto 0 auto;
    position: relative !important;
    z-index: 10;
    text-align: center;
    margin-bottom: 0;
    }

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #d9d9d9 !important;
  opacity: 0.5;
  margin: 0 10px !important;
  border-radius: 50%;
  display: inline-block;
  transition: opacity 0.3s;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #a6a6a6 !important;
  opacity: 1;
}

.category {
    max-width: 62.5rem;
    margin: 2rem auto;
    padding: 0;
    background-color: transparent;
}
#content-02 .category {
    max-width: 62.5rem;
    margin: 1rem auto 2rem auto;
    padding: 0;
    background-color: transparent;
}
#content-03 .category {
	    margin: 0 auto 2rem auto;
}
.category-item {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.category-item.main {
	margin-bottom:27.5%;
}
.category-item.main  img{
	width:90%;
	margin:0 auto;
}

.category-item.main .label {
	position: absolute;
    margin-top: -3%;
    top: 0;
    left: 2.6rem;
    background: white;
    padding: 0.8rem 0.05rem;
    font-weight: bold;
    font-size: 1.45rem;
    letter-spacing: 0.03em;
	color:#333;
}

#content-02 .category-item.main .label {
	right: 2.3rem;
	left:inherit;
}
.category-item.main .description {
    position: absolute;
    bottom: 0;
    left: 2.6rem;
    text-align: left;
	margin-bottom:-15%;
}
.category-item.main .description p {
    padding: 0.07rem 0.8rem;
    margin-bottom: 0.45rem;
    background: white;
    width: fit-content;
    font-size: 1rem;
    letter-spacing: 0;
	color:#333;
}

.category-item.sub img {
    width: 76%;
    display: block;
	margin:0 5% 7% 19%;
}
#content-02 .category-item.sub img {
    width: 76%;
    display: block;
	margin:0 12% 6% 12%;
}
#content-03 .category-item.sub img {
    width: 76%;
    display: block;
	margin: 0 auto 7% 5%;
}
.category-item.sub {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-item.sub .text-box {
	background-color: #00267d;
    color: white;
    padding: 1.15rem 1.25rem;
    width: 75%;
    max-width: 50rem;
    text-align: left;
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.7;
    /* font-weight: bold; */
    /* letter-spacing: -0.2px; */
    margin-right: 2rem;
}
#content-02 .category-item.sub .text-box {
	margin:0 12%;
	text-align:center;
	padding: 1.2rem 1.25rem 0.6rem 1.25rem;
}
.category-item.sub .text-box p.small{
	font-family: "Montserrat" ;
	font-size:0.37rem;
	font-weight:normal;
	margin-top:3%;
}
.category-item.sub .text-box p.ttl{
	font-family: "Montserrat" ;
	margin-top:7%;
	font-size:0.72rem;
	display: inline-block !important;
	font-weight:bold;
}
#content-01 .category-item.sub .text-box p.ttl{
	margin-right:5%;
}
#content-02 .category-item.sub .text-box p.ttl,
#content-03 .category-item.sub .text-box p.ttl{
	margin-top:0 !important;
	margin-bottom:2% !important;
}
.category-item.sub .text-box p.businesscardno{
	font-family: "Montserrat" ;
	margin-top: 7.1%;
	font-size:0.4rem;
	font-weight:normal;
	font-style:italic;
	width:40%;
	display: inline-block !important;
	text-align:right;
}
#content-02 .category-item.sub .text-box p.businesscardno{
	line-height:1 !important;
	margin-top:4% !important;
	text-align:center !important;
}
#content-03 .category-item.sub .text-box p.businesscardno{
	line-height:1 !important;
	margin-top:3% !important;
	text-align:left;
}
#content-02 .category-item.sub .text-box p.small{
	font-family: "Montserrat" ;
	font-size:0.37rem;
	font-weight:normal;
	margin-top:3%;
}
#content-02 .category-item.sub .text-box p.ttl{
	font-family: "Montserrat" ;
	margin-top:7%;
	font-size:0.7rem;
	display: inline-block !important;
}
#content-02 .category-item.sub .text-box p.businesscardno{
	font-family: "Montserrat" ;
	margin-top:7%;
	font-size:0.4rem;
	font-weight:normal;
	font-style:italic;
	width:40%;
	display: inline-block !important;
	margin-left:0;
	text-align:right;
}
#content-01 .category-item.sub .text-box p.small,
#content-01 .category-item.sub .text-box p.ttl,
#content-01 .category-item.sub .text-box p.businesscardno{
	color:#6376aa;
}
#content-02 .category-item.sub .text-box p.small,
#content-02 .category-item.sub .text-box p.ttl,
#content-02 .category-item.sub .text-box p.businesscardno{
	color:#9a56ae;
}
#content-03 .category-item.sub .text-box p.small,
#content-03 .category-item.sub .text-box p.ttl,
#content-03 .category-item.sub .text-box p.businesscardno{
	color:#80ae99;
}
.category-item.sub .text-box p.businesscardno number{
	font-size:1rem;
}
#content-02 .category-item.sub .text-box {
    background-color: #600080;
}
#content-03 .category-item.sub .text-box {
    background-color: #00521f;
	margin-right:auto;
	margin-left:17%;
	padding: 1rem 1.5rem 1rem 1.8rem;
}

.product {
    max-width: 62.5rem;
    margin: 4rem auto 2.6rem auto;
    padding: 0;
    text-align: center;
    background-color: transparent;
}
#content-02 .product {
	margin: 3.5rem auto 2.6rem auto;
}
#content-03 .product {
	margin: 3.6rem auto 2.6rem auto;
}
.product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-image {
    margin-bottom: 1rem;
}

.product-image img {
	max-width: 25rem;
    width: 62%;
    margin: 0 auto;
}
#content-02 .product-image img {
	width:50%;
}
#content-03 .product-image img {
	width:67%;
}

.styling-point {
    background-color: #00267d;
    color: white;
    padding: 0.5vw 3vw;
    display: inline-block;
    font-size: 0.6rem;
    font-family: "Montserrat" ;
	font-style:italic;
	margin-top:4.6%;
	margin-bottom:3%;
}
#content-02 .styling-point {
    background-color: #600080;
}
#content-03 .styling-point {
    background-color: #015025;
	margin-top:3%;
}
.product-info {
	padding: 1rem 1.2rem 0.5rem 1.5rem;
    text-align: left;
    position: relative;
    border: none;
    width: 80%;
}
.product-info .line {
    position: absolute;
    background-color: #00267d;
    opacity: 0;
    transition: all 0.6s ease;
    transform: scaleX(0);
}

/* 色（ID別） */
#content-02 .product-info .line {
    background-color: #600080;
}
#content-03 .product-info .line {
    background-color: #00521f;
}

/* 線の位置と形 */
.line-top {
    top: 0;
    left: 0;
    height: 2px;
    width: 1.8rem;
    transform-origin: left center;
}
.line-left {
    top: 0;
    left: 0;
    width: 2px;
    height: 1.2rem;
    transform-origin: top center;
    transition-delay: 0.2s;
}
.line-bottom {
    bottom: 0;
    right: 0;
    height: 2px;
    width: 1.8rem;
    transform-origin: right center;
    transition-delay: 0.4s;
}
.line-right {
    bottom: 0;
    right: 0;
    width: 1.5px;
    height: 1.2rem;
    transform-origin: bottom center;
    transition-delay: 0.6s;
}

/* アニメーション */
.product-info.animate .line {
    opacity: 1;
    transform: scaleX(1);
}
.line-left.animate,
.line-right.animate {
    transform: scaleY(1);
}


.product-info .descriptionttl1 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #00267d;
    margin: 0 auto;
    width: fit-content;
    letter-spacing: -0.9px;
	line-height: 1.3;
	color:#333333;
}
#content-02 .product-info .descriptionttl1 {
	border-bottom: 3px solid #600080;
}
#content-03 .product-info .descriptionttl1 {
	border-bottom: 3px solid #00521f;
}
.product-info .descriptionttl2 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 4%;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.8;
	color:#333333;
}
.product-info p {
    font-size: 0.76rem;
    line-height: 1.5;
    margin-bottom: 4%;
	letter-spacing:0.4px;
}
.product-info .stylistname{
	text-align: center;
    font-size: 0.55rem;
    font-family: "Montserrat";
    font-style: italic;
    letter-spacing: -0.05rem;
	line-height:1;
}


#content-02 .product-info .styling-point {
    background-color: #600080;
}
#content-03 .product-info .styling-point {
    background-color: #00521f;
}

.product-lineup {
    max-width: 62.5rem;
    margin: 2rem auto 5.3rem auto;
    padding: 0;
    text-align: left;
	width:80%;
}
#content-02 .product-lineup {
    max-width: 62.5rem;
    margin: 2rem auto 5rem auto;
}
#content-03 .product-lineup {
    max-width: 62.5rem;
    margin: 2rem auto 4rem auto;
}
.product-lineup h2 {
    font-size: 0.7rem;
    font-weight: bold;
    border-top: 0.125rem solid #333;
    border-bottom: 0.125rem solid #333;
    padding: 0.8vw 0;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.product-item {
    display: flex;
	flex-direction: column;
    padding: 0.3rem 0 0 0;
}

.product-item .brand {
    font-size: 0.55rem;
    color: #333;
    border-bottom: 0.0625rem solid #333333;
    margin-bottom: 0.5vw;
	padding-bottom: 0.2rem;
}

.product-item .product-detail {
    display: flex;
	flex-direction: column;
}

.product-item .product-name {
    font-size: 0.63rem;
    font-weight: bold;
    flex: 1;
    padding-top: 0.15rem;
	letter-spacing:0.5px;
}
.product-item .product-name.creditsmall{
	font-size:0.58rem;
	letter-spacing:0;
}

.product-item .view-detail {
	background: #000000;
    color: #fff;
    padding: 0.19rem 0.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.6rem;
    width: 25%;
    margin-top: 2.3%;
}

.product-item .view-detail:hover {
    background: #00267d;
}
#content-02 .product-item .view-detail:hover {
    background: #600080;
}
#content-03 .product-item .view-detail:hover {
    background: #00521f;
}

.section-title {
    text-align: center;
    margin: 6.8rem 0 2.2rem;
    font-family: Arial, sans-serif;
}
#content-02 .section-title {
    margin: 0 0 2.2rem;
}
#content-03 .section-title {
    margin: 0 0 2.2rem;
}
.section-title .subtitle {
    font-style: italic;
    font-size: 0.6rem;
    color: #333333;
    margin-bottom: 0.9vw;
	font-family: "Montserrat" ;
}
.section-title .number {
    font-size: 1.4rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1.9vw;
	font-family: "Montserrat" ;
}
.section-title .main-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.5rem;
	font-family: "Montserrat" ;
	border-bottom: 4px solid #00267d;
	margin:0 auto;
	width: fit-content;
	padding-bottom: 0.3rem;
}
#content-02 .section-title .main-title{
	border-bottom: 4px solid #600080;
}
#content-03 .section-title .main-title{
	border-bottom: 4px solid #00521f;
}

.stylist-profile {
    max-width: 62.5rem;
	margin:10vw auto 13vw auto !important;
	width:80%;
    margin: auto;
    padding: 10%;
    background-color: #fff;
    text-align: center;
}

.stylist-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5vw;
}

.stylist-image img {
    max-width: 64%;
	margin:0 auto 4vw auto;
}

.stylist-info .role {
    font-style: italic;
    color: #666;
	font-family: "Montserrat" ;
	font-size:0.8rem;
	margin-bottom:1vw;
}

.stylist-info .name {
    font-size: 1.1rem;
    font-weight: bold;
	font-family: "Montserrat" ;
	margin-bottom:3vw;
}

.stylist-info .description {
    font-size: 0.7rem;
    line-height: 2;
    color: #333;
	text-align:left;
	line-height:1.6;
}

/* POP UP STORE */

.popup-store {
	max-width: 55rem;
	margin: 5vw auto;
	padding: 0 9.5%;
	text-align: center;
	color: #333333;
	font-size: 0.75rem;
	line-height:2;
}

.popup-store .popup-title {
	font-size: 1rem;
	font-weight: bold;
	line-height:2.2;
}

.popup-store .popup-arrow {
	font-size: 1rem;
	margin: 0 0.5rem;
	font-weight:bold;
}

.popup-store .popup-date {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.popup-store .popup-location {
	font-size: 0.77rem;
	margin-bottom: 1.2rem;
	line-height: 1.8;
	font-weight:bold;
}

.popup-store .popup-description {
	border-top:1px solid #a6a6a6;
	padding-top:6%;
	margin-bottom: 1.5rem;
	line-height: 1.8;
	text-align: left;
}

.popup-store .popup-button {
	text-align: center;
}

.popup-store .popup-link {
	display: inline-block;
	padding: 0.2rem;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:0.9rem;
	letter-spacing:1px;
	width:75%;
}

/* button */

.button-wrapper {
	max-width: 62.5rem;
	margin: 20vw auto 0 auto;
	padding: 0 10%;
	font-family: "Montserrat" ;
}


.button {
	text-align: center;
}

.button:first-child {
	text-align: center;
	margin-bottom: 1.5rem;
}


.button .button-link {
	display: inline-block;
	padding: 0.4rem 0.2rem;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:0.9rem;
	width:75%;
}
.button .button-link:hover {
	opacity: 0.9;
}
/* Staff Credit */
.staff-info {
    max-width: 62.5rem;
    margin: 20vw auto 5vw auto;
    text-align: center;
    font-size: 0.55rem;
    color: #333333;
    padding: 2.5vw;
	font-family: "Montserrat" ;
	line-height:2.5;
}

.staff-info .staff-title {
    font-style: italic;
    font-size: 0.65rem;
    margin-bottom: 1.25vw;
	font-family: "Montserrat" ;
	color:#333333;
}

/* footer */

.onward-logo{
}

.onward-logo img{
	width: 150px;
	margin: 5rem auto 0 auto;
}

.copyright{
	text-align: center;
	font-size: 10px;
	margin: 40px auto 0 auto;
    padding-bottom:20px;
    color:#000;
	font-family: "Montserrat" ;
}

/* メディアクエリ - PC表示 */
@media screen and (min-width: 769px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .main-visual img {
        width: 82%;
    }
    .text-container {
        position: absolute;
        right: 0;
        bottom: 6%;
        width: 50%;
        padding: 3.8rem 3rem 3rem 3rem;
        margin-top: 0;
        background: #fff;
    }
	.sub-title {
		margin-bottom: 5%;
	}
	.line-vertical{
		top:calc(100vw*0.035);
		height:24vw !important;
		position:absolute;
		align-items:center;
	}
	.baila{
		margin-top:8%;
	}
	.logo{
		top:14.6% !important;
	}
	.ulogo-img{
		width: 100% !important;
	}
	.lead-text{
		margin-top:3rem;
		font-size:1.1rem;
		margin-bottom:0;
	}
	
	.swiper-container-wrapper {
		height:300px;
		margin: 1.3rem 0 3.6rem;
	}
    .swiper-wrapper {
        justify-content: center;
    }

    .swiper-container {
        width: 90% !important;
		max-width:1000px;
        margin: auto;
    }

    .swiper-slide {
        /*flex: 1 0 33.3333%;*/
        width: auto;
        margin: 0 1%;
		width:36% !important;
    }
	.swiper-pagination{
		display:none;
	}
	.section-title{
		margin: 3rem 0 3rem;
	}
	
	.section-title .subtitle,
	#content-02 .section-title .subtitle,
	#content-03 .section-title .subtitle{
		margin: 0;
		font-size: 0.8rem;
	}
	.section-title .number {
		font-size: 1.6rem;
		margin-bottom:1%;
		line-height: 2;
	}
	.section-title .main-title{
		font-size:1.3rem;
	}
	.content-inner {
		max-width: 900px;
		margin: 0 auto;
	}
	
    .category-item.main {
		width: 82%;
		margin: 4rem auto 0 0 !important;
		aspect-ratio: 11.5 / 13;
    }
	.category-item.main img {
		position:absolute;
		right:0;
		width:80% !important;
	}
	.category-item.main .label {
		position: absolute;
		left: 0;
		background: white;
		padding: 0 1rem;
		font-weight: bold;
		font-size:1.9rem;
		margin:0 !important;
		top:30rem;
		letter-spacing:1px;
	}
	.category-item.main .description {
		/*bottom: 12rem;*/
		top: 35.3rem;
		left: 0;
		margin-bottom:0;
	}
	.category-item.main .description p{
		font-size: 1.14rem;
	}
	#content-02 .category-item.main {
		width: 100%;
		margin: 4rem auto 0 20px !important;
		aspect-ratio: 14.2 / 13;
    }
	#content-02 .category-item.main img {
		position:absolute;
		left:1rem !important;
		right:inherit;
		width:65% !important;
	}
	#content-03 .category-item.main img {
		left:17rem !important;
	}
	#content-02 .category-item.main .label{
		left:50%;
        top: 11rem;
        width: 50%;
	}
	#content-02 .category-item.main .description{
		bottom: 10rem;
        left: 50%;
        margin-bottom: 0;
        top: 16.5rem;
	}
	#content-03 .category-item.main .label{
		position:absolute;
		right:0 !important;
		width: 42%;
        top: 7rem;
		left:4.5rem;
	}
	#content-03 .category-item.main .description{
		bottom: 10rem;
        left:4.5rem;
        margin-bottom: 0;
        top: 12.8rem;
	}
	.category-item.sub{
		position:relative;
		width: 87%;
		margin:0 0 0 ;
	}
	#content-03 .category-item.sub{
		width: 95%;
	}
	.category-item.sub img {
		width: 55%;
		margin: 0!important;
	}
	#content-03 .category-item.sub img {
		width: 50.5%;
		margin:0 0 0 3rem !important;
	}
	.category-item.sub .text-box {
		position: absolute;
        right: 0;
        top: 6.5rem;
        margin: 0;
        width: 51%;
        padding: 2rem 1.5rem 1.7rem 1.5rem;
        font-size: 1rem;
	}
	#content-03 .category-item.sub .text-box{
		top: 8rem;
		width: 47.5%;
		padding: 1.5rem 1.5rem 1.5rem 2.6rem;
	}
	.category-item.sub .text-box p.small,
	#content-02 .category-item.sub .text-box p.small,
	#content-03 .category-item.sub .text-box p.small{
		font-size:0.45rem;
	}
	.category-item.sub .text-box p.ttl,
	#content-02 .category-item.sub .text-box p.ttl,
	#content-03 .category-item.sub .text-box p.ttl{
		font-family: "Montserrat";
        margin-top: 10%;
        font-size: 0.9rem;
        display: inline-block !important;
        line-height: 1.3;
	}
	.category-item.sub .text-box p.businesscardno{
		font-family: "Montserrat" ;
		margin-top:7%;
		font-size:0.5rem;
		font-weight:normal;
		font-style:italic;
		width:35%;
		display: inline-block !important;
		margin-left:5%;
		text-align:right;
	}
	#content-03 .category-item.sub .text-box p.businesscardno{
		width: 45% !important;
	}
	#content-02 .category-item.sub .text-box p.businesscardno,
	#content-03 .category-item.sub .text-box p.businesscardno{
		margin-left:0;
		text-align:left;
		font-size: 0.6rem;
	}
	.category-item.sub .text-box p.businesscardno number{
		font-size:1.2rem;
	}
	#content-02 .category-item.sub{
		width:94%;
	}
	#content-02 .category-item.sub img{
		width:51.3%;
		margin:0 0 0 5%;
		right:0;
		left:inherit;
		float:right;
	}
	#content-02 .category-item.sub .text-box{
		left: 3rem;
        right: inherit;
        margin: 0;
        top: 11.5rem;
        width: 48%;
		padding: 1.7rem 1.25rem 1rem 1.25rem;
	}
	.product{
		margin: 8.5rem auto 6.3rem auto;
	}
	.product-lineup h2 {
		font-size: 0.65rem;
		font-weight: bold;
		border-top: 0.125rem solid #000;
		border-bottom: 0.125rem solid #000;
		padding: 0.4vw 0;
		margin-bottom: 0.6rem;
		letter-spacing: 0.5px;
	}
    .product-content {
        position:relative;
		width:95%;
		display:block;
		height:19rem;
    }
	.product-image{
		position:absolute;
		top:0;
		left:0;
		height: 20rem;
	}
    #content-01 .product-image img {
		width: 86%;
        margin: 0.8rem 0 0 0.8rem;
	}
	.product-info p {
		font-size: 1rem;
		line-height:1.7;
	}
	#content-02 .product{
		margin: 7rem auto 9rem auto;
	}
	#content-02 .product-content{
		height: 18rem;
	}
	#content-02 .product-image{
		height:22rem;
	}
	#content-02 .product-image img{
		width:80%;
		margin-left:5%;
		margin-top:-2rem;
	}
	#content-03 .product{
		margin: 8rem auto 5rem auto;
	}
	#content-03 .product-content {
        position:relative;
		width:95%;
		display:block;
		height:24rem;
    }
	#content-03 .product-image img{
		margin-top: -0.7rem;
        width: 90%;
        margin-left: 5%;
	}
	.styling-point {
		position:absolute;
		right:10%;
		background-color: #00267d;
		color: white;
		padding: 0.1vw 1.4vw;
		display: inline-block;
		font-size: 0.95rem;
		font-family: "Montserrat";
		font-style: italic;
		margin-top: 0;
		margin-bottom: 0;
	}
	#content-02 .styling-point {
		margin-top: 0.8rem;
		}
    .product-info {
		position: absolute;
        right: 0;
        top: 3.5rem;
        width: 60%;
        padding: 1.4rem 2rem 1rem 2rem;
    }
	#content-01 .product-info{
		margin-right: -6.5rem;
	}
	#content-02 .product-info{
		margin-right: -12%;
        margin-top: 0.7rem;
	}
	#content-03 .product-info{
		margin-right: -12%;
		top: 5rem;
	}
	.product-info .descriptionttl1 {
		font-size: 1.15rem;
        font-weight: bold;
		margin-bottom: 4.2%;
        text-align: center;
        letter-spacing: 0.5px;
        display: inline-block;
        margin-left: 1.8rem;
	}
	#content-02 .product-info .descriptionttl1 {
		margin-left:4rem;
	}
	#content-03 .product-info .descriptionttl1 {
		margin-left:0rem;
		font-size: 1.1rem;
	}
	#content-03 .product-info .descriptionttl2 {
		margin-left:0rem;
		font-size: 1.1rem;
	}
	.product-info .descriptionttl2 {
		font-size: 1.15rem;
		font-weight: bold;
		margin-bottom: 4.2%;
		text-align: center;
		letter-spacing: 0.5px;
		display: inline-block;
	}
	.product-info .stylistname{
		margin-top:1%;
		margin-bottom:-1% !important;
		font-size:0.8rem;
	}
    .product-lineup {
        width: 49%;
    }
	#content-01 .product-lineup{
		margin: 2rem auto 9.5rem auto;
	}
	#content-02 .product-lineup {
		margin: 2rem auto 9rem auto;
	}
	.product-item{
		padding: 0.25rem 0 0 0;
	}
	.product-item .product-detail {
		display: flex;
		flex-direction: row;
		justify-content: flex-start !important;
	}
	.product-item .brand{
		font-size:0.55rem;
		margin-bottom: 0.1vw !important;
	}
	.product-item .product-name{
		font-size:0.58rem;
	}
	.product-item .view-detail{
		margin-top:1%;
		width:19% !important;
		padding: 0.2rem 1rem;
	}
	/* Line */
	.line-top {
		height: 2px;
		width: 2.6rem;
	}
	.line-left {
		width: 2px;
		height: 1.8rem;
	}
	.line-bottom {
		height: 2px;
		width: 2.6rem;
	}
	.line-right {
		width: 2px;
		height: 1.8rem;
	}
	.product-item .view-detail{
		font-size: 0.52rem;
	}
	#content-03 .product-item .product-name.creditsmall{
		font-size:0.55rem;
	}
	
	.stylist-profile{
		padding: 5% 6% 5% 7.5%;
		width:69%;
		margin: 10vw auto 10.5vw auto !important;
	}
    .stylist-content {
        flex-direction: row;
        text-align: left;
		width:100%;
		gap: 4vw;
    }
    .stylist-image img {
        max-width: 13rem;
		margin: 0;
    }
	.stylist-info .role{
		margin-bottom: 0.5rem;
		font-size: 0.9rem;
	}
	.stylist-info .name{
		margin-bottom: 1vw;
		font-size: 1.5rem;
	}
	.stylist-info .description{
		font-size:1.1rem;
		letter-spacing:0.5px;
	}
    .stylist-info {
        flex: 1;
        text-align: left;
    }
	.popup-store .popup-title{
		font-size:1.2rem;
	}
	.popup-store .popup-date{
		font-size:1.2rem;
	}
	.popup-store .popup-location {
    font-size: 0.95rem;
		margin-bottom: 1.6rem;
	}
	.popup-store .popup-date {
		margin-bottom: 0.8rem;
}
	.popup-store .popup-description{
		text-align:center;
		line-height:1.8;
		font-size:0.95rem;
		margin-bottom: 1.5rem;
		padding-top:3.5%;
	}
	.popup-store .popup-link{
		width:41%;
	}
	.button-wrapper{
		margin: 0 auto;
	}
	.button .button-link{
		width:35%;
	}
	.staff-info {
        font-size: 0.85rem;
		margin:8vw auto;
		line-height:2.38;
	}
	.staff-info .staff-title{
		font-size:1rem;
		line-height: 1.7;
	}
}
/* メディアクエリ - SP表示 */
@media screen and (max-width: 768px) {
    .swiper-slide {
        width: 55% !important;
        margin: 0 5% !important;
    }
    .category-item.main .label {
		writing-mode: vertical-rl;
    }
}

@media (min-width:769px) and (max-width:820px) {
	.category-item.main .label{
		font-size: 1.7rem;
		padding:0;
	}
	#content-02 .category-item.main .label {
        width: 48%;
    }
	#content-01 .product {
        margin: 8.5rem auto 6rem auto !important;
    }
	#content-02 .product {
        margin: 8.5rem auto 6rem auto !important;
    }
	#content-03 .product {
        margin: 8.5rem auto 6rem auto !important;
    }
	#content-01 .product-content{
		width:100%;
		height:18rem;
	}
	#content-02 .product-content{
		width:100%;
		height:18rem;
	}
	.product-image img {
		max-width: 34rem;
	}
	#content-01 .product-image img{
		width: 50%;
	}
	#content-02 .product-image img {
        width: 50%;
    }
	#content-03 .product-image img {
        width: 53%;
        margin-top: 0rem;
    }
	#content-01 .product-info,
	#content-02 .product-info,
	#content-03 .product-info{
		margin-right:0;
	}
	.styling-point{
		right:24%;
	}
	.product-info {
        padding: 1rem 2rem 1rem 2rem;
		right: 0.5rem;
    }
	.product-info .descriptionttl1{
		margin-left:0;
	}
	.product-info p {
        font-size: 0.9rem;
	}
	#content-03 .product {
        margin: 5rem auto;
    }
	#content-03 .product-content{
		width:100%;
		height:19rem;
	}
	#content-02 .product-info .descriptionttl1 {
        margin-left: 2rem;
    }
	#content-03 .product-info .descriptionttl1,
	#content-03 .product-info .descriptionttl2{
		font-size:1.05rem;
	}
	.stylist-profile{
		width:80%;
	}
	.stylist-info .description{
		font-size:0.9rem;
	}
}

@media screen and (max-width: 375px) {
	#content-01 .category-item.sub .text-box p.ttl {
		margin-right: 0%;
	}
	#content-01 .category-item.sub .text-box p.businesscardno{
		    width: 39%;
	}
	.product-info .descriptionttl1 {
    	font-size: 0.9rem;
	}
	.popup-store .popup-title {
    	font-size: 0.95rem;
	}
	.popup-store{
		width:80% !important;
		padding:0 !important;
	}
	.popup-store .popup-location {
    	font-size: 0.7rem;
	}
}

@media (min-width:376px) and (max-width:390px) {
	#content-01 .category-item.sub .text-box p.ttl {
		margin-right: 3%;
	}
	#content-03 .category-item.sub .text-box {
		padding: 1rem 1.5rem 1rem 1.4rem;
	}
	#content-03 .product-info .descriptionttl1{
		font-size:0.9rem;
	}
}


.banner{
	width:80%;
	margin:20% auto;
}
.banner img{
	margin-bottom:5%;
}
.banner img:hover {
	opacity: 0.9;
}
.button .button-link:hover {
	opacity: 0.9;
}
@media screen and (min-width: 769px) {
	.banner{
		width:680px;
		margin:7rem auto;
	}
	.banner .button .button-link{
		width:45%;
	}
}