@charset "UTF-8";


.sec-salon:before {
    height: 60%;
}    

.sec-salon .inner{
    display: flex;
    justify-content: space-between;
}

.sec-salon .inner .flex{
    width: 50%;
}

.sec-salon .inner .flex .salon-name{
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.sec-salon .inner .flex .salon-name span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-left: 10px;
}

.sec-salon .inner .flex:nth-of-type(1){
    border-right: 1px solid #e7e4e4;
    padding-right: 5%;
}

.sec-salon .inner .flex:nth-of-type(2){
    padding-left: 5%;
}

@media screen and (max-width: 834px) {
.sec-salon:before {
    height: 100%;
}

.sec-salon .inner {
    display: block;
}

.sec-salon .inner .flex .salon-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.sec-salon .inner .flex .salon-name span {
    font-size: 1.2rem;
}

.sec-salon .inner .flex {
    width: 100%;
}
.sec-salon .inner .flex:nth-of-type(1) {
    border-bottom: 1px solid #e7e4e4;
    border-right: 0 ;
    padding: 0;
    margin-bottom: 25px;
}
.sec-salon .inner .flex:nth-of-type(2) {
    padding: 0;
}
}

.pcS{
    display: block;
}

.spS{
    display: none;
}

.sec-gallery{
    margin-bottom: -250px;
}

.top-img{
    position: relative;
}

.top-img .textWrap{
    color: #fff;
    font-family: 'Shippori Mincho', serif !important;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.top-img .textWrap .catch{
    font-size: 50px;
    font-size: 5rem;
    font-family: 'Shippori Mincho', serif !important;
    margin-bottom: 20px;
}

.top-img .textWrap .text{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif !important;
	text-align: left;
	padding: 0 40px;
	line-height: 1.9;
	font-weight: 800;
	text-shadow: 1px 2px 3px #808080;
}

.top-img .waterMark{
    position: absolute;
    left: 40px;
    bottom: 30px;
    font-family: "Belleza", sans-serif;
    font-size: 150px;
    font-size: 15rem;
    line-height: 1;
    color: rgba(255,255,255,0.5)
}

.sec-gallery .btnWrap{
    margin: 0 auto 80px;
    text-align: center;
}

.sec-gallery .btnWrap a{
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    font-family: sans-serif;
    padding: 10px 15px;
	font-weight: 800;
}

.sec-gallery .flexWrap{
    display: flex;
    justify-content: space-between;
	text-align: center;
}

.sec-gallery .flexWrap span{
    font-size: 1.3rem;
  text-align: center;
	margin: 0 auto;
}

#medium .flexWrap .ttl,
#short .flexWrap .ttl,
#men .flexWrap .ttl{
    border-left: 0;
    border-right: 1px solid #eeeeee;
    margin-right: 0;
    margin-left: 5%;
    width: 5%;
    order: 2;
}

#medium .flexWrap .ttl p,
#short .flexWrap .ttl p,
#men .flexWrap .ttl p{
    line-height: 0.7;
}

#medium .flexWrap ul,
#short .flexWrap ul,
#men .flexWrap ul{
    order: 1;
}

.sec-gallery .flexWrap .ttl{
    border-left: 2px solid #c21500;
  border-image: linear-gradient(90deg, rgb(34, 34, 166), rgb(0, 0, 90));
  border-image-slice: 1;
    margin-right: 5%;
    width: 5%;
    order: 1;
}

.sec-gallery .flexWrap .ttl p{
    color: #ccc;
    font-size: 150px;
    font-size: 15rem;
    font-family: "Belleza", sans-serif;
    line-height: 1em;
    writing-mode: vertical-lr;
	letter-spacing: 9px;
}

.sec-gallery .flexWrap ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    order: 2;
}

.sec-gallery .flexWrap ul li{
    margin: 0 2% 4%;
    width: 29%;
}

.sec-gallery #long .flexWrap ul li:nth-of-type(7){
    margin-bottom: 0;
}

.sec-gallery #medium .flexWrap ul li:nth-of-type(7),
.sec-gallery #medium .flexWrap ul li:nth-of-type(8){
    margin-bottom: 0;
}

.sec-gallery #cd .flexWrap ul li:nth-of-type(4),
.sec-gallery #cd .flexWrap ul li:nth-of-type(5),
.sec-gallery #cd .flexWrap ul li:nth-of-type(6){
    margin-bottom: 4%;
}

#long, #medium, #bob, #short{
    margin-bottom: 150px;
}


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

.top-img .textWrap .catch {
    font-size: 4rem;
}    

.top-img .textWrap .text {
    font-size: 1.5rem;
		line-height: 1.9;
}

.top-img .waterMark {
    font-size: 13rem;
}
}


@media screen and (max-width: 1245px){
.sec-gallery{
    margin-bottom: 100px;
}

.top-img .textWrap .catch {
    font-size: 4rem;
}

.top-img .textWrap .text {
    font-size: 1.5rem;
		line-height: 1.9;
}

.top-img .waterMark {
    font-size: 9rem;
}

#medium .flexWrap .ttl p,
#short .flexWrap .ttl p,
#men .flexWrap .ttl p{
    line-height: 0.5;
}
}

@media screen and (max-width: 1090px) {
#medium .flexWrap .ttl p,
#short .flexWrap .ttl p,
#men .flexWrap .ttl p{
    line-height: 0.4;
}    
}

@media screen and (max-width: 1050px) {
#medium .flexWrap .ttl p,
#short .flexWrap .ttl p,
#men .flexWrap .ttl p{
    line-height: 0.4;
}
}

@media screen and (max-width: 955px) {
#medium .flexWrap .ttl p,
#short .flexWrap .ttl p,
#men .flexWrap .ttl p{
    line-height: 0.3;
}
}

@media screen and (max-width: 860px) {
.sec-gallery .flexWrap .ttl p {
    font-size: 7rem;
	letter-spacing: 0px;
}
	.sec-gallery .btnWrap a{
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: sans-serif;
	font-weight: 800;
	letter-spacing: -1px;
		line-height: 1.9;
}
	.sec-gallery .flexWrap span{
    font-size: 1.2rem;
  text-align: center;
	margin: 0 auto;
}
}

@media screen and (max-width: 834px) {
.sec-gallery{
    margin-bottom: 60px;
}

.top-img .textWrap .catch {
    font-size: 2.5rem;
	margin-top: -30px;
}

.top-img .textWrap .text {
    font-size: 1.5rem;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.9;
}

.top-img .waterMark {
    font-size: 6rem;
    bottom: 5px;
    left: 5px;
}

.sec-gallery .btnWrap {
    margin: 0 auto 30px;
}

#long, #medium, #bob, #short {
    margin-bottom: 90px;
}
}

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

.pcS{
    display: none;
}

.spS{
    display: block;
}

.top-sec {
    margin-bottom: 60px;
}

.sec-gallery .textWrap {
    font-family: 'Shippori Mincho', serif !important;
    text-align: center;
    margin-bottom: 50px;
}

.top-img .waterMark {
    font-size: 3rem;
    bottom: 0;
    left: auto;
    top: 5px;
    right: 5px;
}

.sec-gallery {
    padding: 0;
}

.sec-gallery .textWrap .catch{
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.sec-gallery .textWrap .text{
    font-size: 15px;
    font-size: 1.5rem;
	text-align: left;
	line-height: 1.9;
	letter-spacing: 1px;
}

.sec-gallery .flexWrap {
    display: block;
}

.sec-gallery .flexWrap .ttl {
    border-left: 0;
    margin: 0 0 25px 0;
    width: 100%;
    order: 1;
    border-bottom: 2px solid #c21500;
  border-image: linear-gradient(90deg, rgb(34, 34, 166), rgb(0, 0, 90));
  border-image-slice: 1;
}

.sec-gallery .flexWrap .ttl p {
    font-size: 7rem;
    writing-mode: horizontal-tb;
}

.sec-gallery .flexWrap ul {
    width: 100%;
}

.sec-gallery .flexWrap ul li {
    margin-bottom: 4%;
    width: 46%;
}

.sec-gallery .flexWrap ul li:nth-of-type(4),
.sec-gallery .flexWrap ul li:nth-of-type(5),
.sec-gallery .flexWrap ul li:nth-of-type(6){
    margin-bottom: 4%;
}

#long, #medium, #bob, #short {
    margin-bottom: 60px;
}

#medium .flexWrap .ttl,
#short .flexWrap .ttl,
#men .flexWrap .ttl{
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 25px;
    width: 100%;
}

#long .flexWrap .ttl p,
#medium .flexWrap .ttl p,
#bob .flexWrap .ttl p,
#short .flexWrap .ttl p,
#men .flexWrap .ttl p,
#cd .flexWrap .ttl p{
    line-height: 0.7;
}

#cd .flexWrap .ttl p span{
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    margin-bottom: 10px;
}
}

#long, #medium, #bob, #short, #cd, #men{
    outline : none!important;
}

/*------------------------------------------------20211013追加---*/

.remodal{
    position: relative;
}

.remodal .designer{
    padding: 20px 0;
}

.remodal .designer p{
    color: #000;
    font-family: 'Shippori Mincho', serif !important;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
}

