@charset "utf-8";

* {
    box-sizing: border-box;
}

.ritsu .sp {
	display: none;
}

.ritsu div, .ritsu span, .ritsu iframe, .ritsu h1, .ritsu h2, .ritsu h3, .ritsu h4, .ritsu h5, .ritsu h6, 
.ritsu p, .ritsu a, .ritsu img, .ritsu dl, .ritsu dt, .ritsu dd, .ritsu ol, .ritsu ul, .ritsu li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: baseline;
	box-sizing: border-box;
	line-height: 0;
}

.ritsu h1, .ritsu h2, .ritsu h3, .ritsu h4, .ritsu h5, .ritsu h6, .ritsu p, .ritsu a, .ritsu span, .ritsu dt, .ritsu dd, .ritsu li{
	line-height: 1.6;
	font-weight: revert;
}

.ritsu  {
	width: 100%;
	color:#3e3a39;
	font-family: 'Noto Sans JP', sans-serif;
}
 
.ritsu ol, .ritsu ul {
	list-style: none;
	font-size: 0;
}

.ritsu a {
	outline: none;
	text-decoration: none;
	display:inline-block;
	color:#3e3a39;
}

.ritsu a:hover {
	text-decoration: none;
	opacity: .7;
}

.ritsu img {
	width: auto;
	max-width: 100%;
}

.ritsu .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ritsu .center {
	text-align: center;
}

.ritsu .center img {
	margin-left: auto;
	margin-right: auto;
}

.ritsu .right {
	text-align: right;
}

.ritsu .textSmall {
	font-size: 90%;
}

.ritsu .textBold {
	font-weight: bold;
}

.ritsu .textBig {
	font-size: 110%;
}


.ritsu .anime01 {
    opacity: 1;
    animation: downUp 2s;
}

@keyframes downUp {
  0%   { 
	  opacity: 0;
	  transform: translateY(100px); 
	}
  50%  { 
	  opacity: 0;
	  transform: translateY(50px); 
	}
  100% { 
	  opacity: 1;
		transform: translateY(0); 
	}
}


.fadein_anime {
    opacity: 0;
    transform: translate(0,50px);
    transition: all 2s;
}

.fadein_animeActive{
opacity: 1 !important;
transform: translate(0, 0) !important;
}


main {
    color:#3e3a39;
    letter-spacing: 0.3px;
}

.ritsu .shippori {
    font-family: "Shippori Mincho", serif;
}

.ritsu .gill {
	font-family: gill-sans-nova, sans-serif;
}

.ritsu .baskerville {
	font-family: baskerville-display-pt, serif;
	font-weight: 400;
}

.ritsu img {
	width: auto;
	max-width: 100%;
}

.ritsu .inner {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}

.ritsu .size16 {
	font-size: clamp(14px, 1.6vw, 16px);
}

.ritsu .size20 {
	font-size: clamp(16px, 2vw, 20px);
}

.ritsu .size24 {
	font-size: clamp(16px, 2.4vw, 24px);
}

.ritsu .size26 {
	font-size: clamp(16px, 2.6vw, 26px);
}

.ritsu .size28 {
	font-size: clamp(16px, 2.8vw, 28px);
}

.ritsu .size32 {
	font-size: clamp(18px, 3.2vw, 32px);
}

.ritsu .size34 {
	font-size: clamp(18px, 3.4vw, 34px);
}

.ritsu .size36 {
	font-size: clamp(18px, 3.6vw, 36px);
}

.ritsu .size38 {
	font-size: clamp(18px, 3.8vw, 38px);
}

.ritsu .size48 {
	font-size: clamp(24px, 4.8vw, 48px);
}

.ritsu .size57 {
	font-size: clamp(28px, 5.2vw, 57px);
}

.ritsu .size135 {
	font-size: clamp(40px, 7vw, 135px);
	line-height: 1;
}

.ritsu .ritsu .mb10 {
	margin-bottom: 10px;
}

.ritsu .ritsu .mb20 {
	margin-bottom: 20px;
}

.ritsu .ritsu .mb30 {
	margin-bottom: 30px;
}

.ritsu .ritsu .mb50 {
	margin-bottom: 50px;
}

.ritsu .ritsu .mb80 {
	margin-bottom: 80px;
}

.ritsu .ritsu .mb100 {
	margin-bottom: 100px;
}



/*＝＝＝＝＝＝
MV
＝＝＝＝＝＝＝*/

.ritsu #mv {
	background-image: url("../image/mv_bg.jpg") ;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	padding-bottom: 140px;
}

.ritsu #mv .lunaLogo {
	width: 290px;
    padding: 50px 0 0 90px;
}

.ritsu #mv .centerLogo {
    width: 25%;
    max-width: 256px;
    margin: 60px auto 180px;
}

.ritsu #mv h1 {
	color:#fff;
	margin-bottom: 60px;
}

.ritsu #mv p {
	color:#fff;
	line-height: 2;
	font-weight: 600;
	letter-spacing: 2px;
}

/*＝＝＝＝＝＝
#sec01
＝＝＝＝＝＝＝*/

.ritsu #sec01 {
	padding: 120px 0;
	background: url("../image/sec01_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.ritsu #sec01 .logoImage {
    width: 160px;
    height: 160px;
    padding: 18px 38px;
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 30%);
    border-radius: 20px;
	margin: 0 auto 110px;
	background: #fff;
}

.ritsu #sec01 p {
	font-weight: 600;
	line-height: 2.6;
    letter-spacing: 2px;
	color: #fff;
}

/*＝＝＝＝＝＝
#sec02
＝＝＝＝＝＝＝*/

.ritsu #sec02 {
	background: url("../image/sec02_bg.jpg") no-repeat 50% 100%;
	background-size: cover;
	padding: 0 0 630px;
}

.ritsu #sec02 .leftArea {
	width: 54%;
	max-width: 545px;
}

.ritsu #sec02 .leftContents {
    position: sticky;
    top: 0;
	padding-top: 160px;
}

.ritsu #sec02 .rightArea {
	padding-top: 160px;
	width: 40%;
	max-width: 400px;
}

.ritsu #sec02 .rightArea div {
	margin-bottom: 50px;
}

/*＝＝＝＝＝＝
#sec03
＝＝＝＝＝＝＝*/

.ritsu #sec03 {
	background: #3e3a39;
	padding: 60px 0;
}

.ritsu #sec03 .flexBox {
	justify-content: center;
	align-items: center;
}

.ritsu #sec03 .leftArea {
	width: 34%;
	margin: 0 ;
	text-align: center;
}

.ritsu #sec03 .leftArea .shippori.size24 {
    margin-bottom: 50px;
	color: #fff;
}

.ritsu #sec03 .leftArea .saunaLogo {
	width: 70%;
	max-width: 290px;
	margin: 0 auto 50px;
}

.ritsu #sec03 .leftArea .btn a {
	background: #fff;
	width: 50%;
	max-width: 290px;
	margin: 0 auto ;
	padding: 5px 0px;
}

.ritsu #sec03 .rightArea {
	width: 60%;
	max-width: 1178px;
}


/*＝＝＝＝＝＝
#sec04
＝＝＝＝＝＝＝*/

.ritsu #sec04 {
	padding: 160px 0 300px;
	position: relative;
	overflow: hidden;
	background: #000;
	color: #e3e1d3;
}

.ritsu #sec04 .bgImage {
	position: absolute;
}

.ritsu #sec04 .bg01 {
	top:5%;
	left: 68%;
	width: 20%;
	max-width: 427px;
}

.ritsu #sec04 .bg02 {
	top: 29%;
    left: -8%;
	width: 35%;
	max-width: 720px;
}

.ritsu #sec04 .bg03 {
    top: 43%;
    left: 77%;
	width: 25%;
	max-width: 506px;
}

.ritsu #sec04 .bg04 {
	top:71%;
	left: 10%;
	width: 20%;
	max-width: 348px;
}

.ritsu #sec04 .bg05 {
	top: 72%;
    right: -6%;
	width: 40%;
	max-width: 949px;
}

.ritsu #sec04 .logoImage {
    width: 160px;
    height: 160px;
    padding: 25px 20px 0;
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 30%);
    border-radius: 20px;
	margin: 0 auto 90px;
	background: #fff;
}

.ritsu #sec04 .bgGray {
	background: rgb(227 225 211 / 20%);
	margin-bottom: 80px;
}

.ritsu #sec04 .bgGray .photo img {
	border-radius: 1000px;
}

.ritsu #sec04 .subTitle {
	font-weight: 600;
	display: inline-flex;
	margin-bottom: 130px;
}

.ritsu #sec04 .subTitle span {
	width: 70px;
	position: relative;
}

.ritsu #sec04 .subTitle span:before {
	content:"";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #e3e1d3;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ritsu #sec04 h3 {
    letter-spacing: 3px;
    font-weight: 400;
    margin-block: 30px;
}

.ritsu #sec04 ul {
    margin-bottom: 100px;
}

.ritsu #sec04 ul li,.ritsu #sec04 .merit {
    width: 31.5%;
}

.ritsu #sec04 div.flexBox {
    justify-content: center;
}

.ritsu #sec04 .merit {
	margin-right: 2.75%;
}

.ritsu #sec04 .merit:nth-child(3n) {
	margin-right: 0;
}

.ritsu #sec04 .merit h4 {
	line-height: 30px;
	margin-bottom: 25px;
	color: #000;
	background:#e3e1d3;
}

.ritsu #sec04 .merit h5 {
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.ritsu #sec04 .merit .text {
	margin-bottom: 120px;
	line-height: 2.2;
}


@media screen and (max-width: 768px)  {	
	
	.ritsu .pc {
		display: none;
	}

	.ritsu .sp {
		display: block;
	}
	
	.ritsu  {
        margin-bottom: 0;
    }	
	
    .ritsu .copyLight {
        margin-bottom: 0;
        padding-bottom: 60px;
    }	
	
	.ritsu .mb50 {
		margin-bottom: 30px;
	}	
	
	.ritsu .mb80 {
		margin-bottom: 40px;
	}	
	
	.ritsu .mb100 {
		margin-bottom: 50px;
	}
	
	
	/*＝＝＝＝＝＝
	MV
	＝＝＝＝＝＝＝*/
	
	.ritsu #mv {
		padding-bottom: 80px;
		background-image: none;
		clip-path: inset(0);
	}
	
	.ritsu #mv:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
		width:100%;
		height:100vh;
		background:url("../image/mv_bg.jpg") no-repeat 50% 50%;
	}

	.ritsu #mv .lunaLogo {
		width: 145px;
		padding: 20px 0 0 30px;
	}
	
	.ritsu #mv .centerLogo {
		width: 35%;
		margin: 30px auto 70px;
	}

	.ritsu #mv h1 {
		margin-bottom: 30px;
	}

	/*＝＝＝＝＝＝
	#sec01
	＝＝＝＝＝＝＝*/

	.ritsu #sec01 {
		padding: 60px 0;
	}

	.ritsu #sec01 .logoImage {
		width: 120px;
        height: 120px;
        padding: 15px 24px 0;
	}

	.ritsu #sec01 p {
		font-weight: 600;
		line-height: 2.6;
		letter-spacing: 1px;
	}

	/*＝＝＝＝＝＝
	#sec02
	＝＝＝＝＝＝＝*/

	.ritsu #sec02 {
		background: url("../image/sec02_bg.jpg") no-repeat 50% 100%;
		padding: 0 0 260px;
	}

	.ritsu #sec02 .leftContents {
		padding-top: 80px;
	}

	.ritsu #sec02 .rightArea {
		padding-top: 80px;
	}

	.ritsu #sec02 .rightArea div {
		margin-bottom: 30px;
	}

	/*＝＝＝＝＝＝
	#sec03
	＝＝＝＝＝＝＝*/

	.ritsu #sec03 {
		padding: 30px 0;
	}

	.ritsu #sec03 .leftArea {
		width: 100%;
		margin: 0 0 20px;
	}

	.ritsu #sec03 .leftArea .shippori.size24 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.ritsu #sec03 .leftArea .saunaLogo {
		width: 30%;
		margin: 0 auto 20px;
	}
	
	.ritsu #sec03 .leftArea .btn a {
		padding: 2px 0px;
	}	

	.ritsu #sec03 .rightArea {
		width: 90%;
	}


	/*＝＝＝＝＝＝
	#sec04
	＝＝＝＝＝＝＝*/

	.ritsu #sec04 {
		padding: 60px 0;
	}

	.ritsu #sec04 .bg01 {
		top: 5%;
        left: 73%;
        width: 28%;
	}

	.ritsu #sec04 .bg02 {
		top: 23%;
        left: -16%;
        width: 50%;
	}

	.ritsu #sec04 .bg03 {
		top: 40%;
        left: 67%;
        width: 56%;
	}

	.ritsu #sec04 .bg04 {
		top: 63%;
        left: -4%;
        width: 46%;
	}

	.ritsu #sec04 .bg05 {
		top: 90%;
        right: 3%;
        width: 60%;
	}

	.ritsu #sec04 .logoImage {
		width: 120px;
        height: 120px;
        padding: 20px 19px 0;
		margin: 0 auto 60px;
	}

	.ritsu #sec04 .bgGray {
		margin-bottom: 60px;
	}
	
	.ritsu #sec04 .bgGray .photo {
		width: 290px;
		height: 290px;
		margin: 0 auto;
	}
	
	.ritsu #sec04 h2 {
		margin-bottom: 10px;
	}
	
	.ritsu #sec04 .subTitle {
		display: block;
		margin-bottom: 60px;
	}

	.ritsu #sec04 .subTitle span {
		height: 40px;
		position: relative;
		display: inline-block;
	}

	.ritsu #sec04 .subTitle span:before {
		height: 30px;
		width: 1px;
	}

	.ritsu #sec04 h3 {
		letter-spacing: 2px;
	}

	.ritsu #sec04 ul {
		margin-bottom: 60px;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.ritsu #sec04 ul li {
		width: 48%;
		margin:0 2% 2% 0;
		line-height: 1;
	}
	
	.ritsu #sec04 ul li:nth-child(2) {
		margin:0 0 2% 0;
	}

	.ritsu #sec04 .merit {
		width: 100%;
	}

	.ritsu #sec04 .merit {
		margin-right: 0;
	}

	.ritsu #sec04 .merit .text {
		margin-bottom: 40px;
	}
	
	.ritsu .bgWhite {
		background: #fff;
	}

	
}

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

	.ritsu .size32 {
		font-size: 17px;
	}	
	
	.ritsu .size38 {
		font-size: 17px;
	}	
	
	.ritsu .size46 {
		font-size: 22px;
	}	
	
	.ritsu .size57 {
		font-size: 27px;
	}	
	
	
}
	
@media screen and (min-width: 769px) and (max-width: 1080px) {	
		

	
}

