@charset "UTF-8";



/*********** 共通 *************/

.footer-cap-bg {
	margin-top: 120px;
}

/*********** ↑共通 *************/





/*********** swiper *************/

.swiper-slide {
	overflow: hidden;
}

.main1_p {
	background-image: url("/content/dam/31sumai/mfr/G2301/images/top/main1_p.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}

.main1_c {
	position: absolute;
	width: 20%;
	top: 100px;
	left: 20px;
	filter:drop-shadow(0px 0px 7px rgba(22, 135, 217, 0.7));
	z-index: 5;
}

.main2_p {
	background-image: url("/content/dam/31sumai/mfr/G2301/images/top/main2_p.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}

.main2_c {
	position: absolute;
	width: 40%;
	top: 50%;
	right: 5%;
	transform: translateY(-40%);
	z-index: 5;
}

.main3_p {
	background-image: url("/content/dam/31sumai/mfr/G2301/images/top/main3_p.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}

.main3_c {
	position: absolute;
	width: 35%;
	top: 50%;
	right: 10%;
	transform: translateY(-40%);
	z-index: 5;
}

.main4_p {
	background-image: url("/content/dam/31sumai/mfr/G2301/images/top/main4_p.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}

.main4_c {
	position: absolute;
	width: 35%;
	top: 50%;
	right: 10%;
	transform: translateY(-40%);
	z-index: 5;
}


.main5_p {
	background-image: url("/content/dam/31sumai/mfr/G2301/images/top/main5_p.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}

.main5_obj {
	width: 180%;
	margin-left: -40%;
	margin-bottom: 20%;
}

.main5_c {
	position: absolute;
	width: 30%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}

.main5_c-img {
	width: 90%;
	margin: 0 auto;
}

.swiper-cap {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-family: 'Cinzel','Noto Serif JP', serif;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-shadow: 0 0 3px #000;
	z-index: 10;
}


.swiper-slide .main2_p,
.swiper-slide .main3_p,
.swiper-slide .main4_p {
  transform: scale(1.3);
	opacity: 0;
  transition: 4.0s;
}

.swiper-slide-active .main2_p,
.swiper-slide-active .main3_p,
.swiper-slide-active .main4_p {
  transform: scale(1);
	opacity: 1;
}

.swiper-slide .main5_p {
	opacity: 0;
  transition: 2.0s;
}

.swiper-slide-active .main5_p {
	opacity: 1;
}


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

.viewmore {
	position: relative;
	width: 400px;
	margin-top: 150px;
	margin-right: 10%;
	transition: all 0.2s ease;
}

.viewmore:hover {
	opacity: 0.5;
}

.viewmore::before {
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	bottom: -20px;
	margin: auto;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate 1.5s linear infinite;
	filter: none;
	z-index: -1;
}

.viewmore.black::before {
	border: 1px solid #000;
}

@keyframes pulsate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.viewmore::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	bottom: -25px;
	margin: auto;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate2 1.5s linear infinite;
	filter: none;
	z-index: -1;
}

.viewmore.black::after {
	border: 1px solid #000;
}

@keyframes pulsate2 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.main5_c .viewmore {
	margin-top: 80px;
	margin-right: 2%;
}

/*********** ↑swiper *************/





/*********** merit *************/

.merit-bg {
	color: #fff;
	background: #514E52;
	padding: 80px 0;
}

.merit-cont {
	padding: 30px 0;
}

.map-wrap {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 80px;
}

.map-wrap .ttl {
	font-family: 'Cinzel', serif;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	text-align: center;
}

.map_bt-wrap {
	margin-top: 40px;
}

.map_bt-wrap ul {
	display: flex;
	justify-content: center;
}

.map_bt-wrap ul li {
	width: 260px;
}

.map_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	background-image: url("/content/dam/31sumai/mfr/G2301/images/common/bt_mk02.png");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-color: #A7A2A4;
	color: #fff;
	text-decoration: none;
	outline : 1px solid #fff;
	outline-offset : -5px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.map_bt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}

/*********** ↑merit *************/





.info-wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 120px;
}

.info-wrap .ttl {
	font-family: 'Cinzel', serif;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 40px;
}

.entry-wrap {
	margin-top: 120px;
}

.entry-wrap .ttl {
	font-size: 3.5rem;
	text-align: center;
}

.entry-wrap .txt {
	text-align: center;
	margin-top: 40px;
}

.entry_bt-wrap {
	margin-top: 40px;
}

.entry_bt-wrap ul {
	display: flex;
	justify-content: center;
}

.entry_bt-wrap ul li {
	width: 420px;
}

.entry_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	background-image: url("/content/dam/31sumai/mfr/G2301/images/common/bt_mk01.png"), linear-gradient(110deg, #D3CFD0, #7E7169, #B9B0AF);
	background-position: right 10px center,right center;
	background-repeat: no-repeat;
	background-size: 30px auto,100% 100%;
	color: #fff;
	font-family: 'EB Garamond',serif;
	font-size: 3.5rem;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.entry_bt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}

.step-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.step-wrap > li {
	width: 32%;
}

.step-cont {
	display: flex;
}

.step-cont > p:nth-child(1) {
	width: 114px;
	margin-top: 10px;
}

.step-cont dl {
	width: calc(100% - 114px);
	padding-left: 15px;
}

.step-cont dt {
	font-size: 2.5rem;
}

.step-cont dd {
	font-size: 1.5rem;
	text-align: justify;
	margin-top: 5px;
}

.websalon-wrap {
	background: #EAE5E3;
	border: 1px solid #2F4579;
	margin-top: 60px;
}

.websalon-wrap .ttl {
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	background: #2F4579;
	padding: 5px;
}

.websalon-wrap .txt1 {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 20px;
}

.websalon-wrap .txt2 {
	font-family: 'EB Garamond',serif;
	font-size: 4.5rem;
	line-height: 1.0;
	letter-spacing: 0.2em;
	text-align: center;
}

.websalon_bt-wrap {
	margin-top: 30px;
	margin-bottom: 50px;
}

.websalon_bt-wrap ul {
	display: flex;
	justify-content: center;
}

.websalon_bt-wrap ul li {
	width: 420px;
}

.websalon_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	background-image: url("/content/dam/31sumai/mfr/G2301/images/common/bt_mk01.png"), linear-gradient(110deg, #CFB8C0, #9B7266, #B895A0);
	background-position: right 10px center,right center;
	background-repeat: no-repeat;
	background-size: 30px auto,100% 100%;
	color: #fff;
	font-family: 'EB Garamond',serif;
	font-size: 3.5rem;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.websalon_bt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}

.energylabel-wrap {
	max-width: 480px;
	margin: 0 auto;
	margin-top: 100px;
}







