@charset "utf-8";
/* Motoyawata CSS */


body {
    font-size: 16px;
}

.inblock{
	display: inline-block;
}

.font_s{
	font-size: .7em;
	margin: 0 3px;
}

.font_b{
	font-size: 1.2em;
	margin: 0 3px;
}

.flexbox{
	display: flex;
}

.spacer40{
	display: inline-block;
	width: calc(40px + 3vw);
}

.post_content p {
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6, p {
    font-feature-settings: initial!important;
    letter-spacing: 0!important;
}



/* ScrollTrigger */
.visible, .invisible {
    opacity: 0.0;
    transition: opacity 1s ease;
}
.visible {
    opacity: 1.0;
}

.visible.translateY,.invisible.translateY {
	transform: translateY(100px);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateY {
	transform: translateY(0);
}

.visible.translateToLeft,.invisible.translateToLeft {
	transform: translateX(100px);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToLeft {
	transform: translateX(0);
}

.visible.translateToRight,.invisible.translateToRight {
	transform: translateX(-100px);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToRight {
	transform: translateX(0);
}

.visible.translateScaleUp,.invisible.translateScaleUp {
	transform: scale(.5);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleUp {
	transform: scale(1);
}

.visible.translateScaleDown,.invisible.translateScaleDown {
	transform: scale(1.4);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleDown {
	transform: scale(1);
}

.visible.translateRotate,.invisible.translateRotate {
	transform: rotate(360deg);
	transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateRotate {
	transform: rotate(0deg);
}

#app .wrapper{
	height: 50vh;
	display: flex;
	width: 100%;
	align-items: center;
}
.str__animation{
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}
.str__animation .str{
	will-change: auto;
	min-width: .3rem;
	transform: translateY(0);
	opacity: 0;
}





#top_wrap{
	background: #3B9B3B;
	position: relative;
}
#top_wrap .top_inner {
	display: table;
	width: 95%;
	max-width: 1000px;
	padding: calc(100px + 4vw) 0 calc(50px + 5vw);
	text-align: center;
	margin: auto;
}
#top_wrap .top_inner img{
	width: 100%;
	height: auto;
	object-fit: contain;
}

#top_wrap .top_inner.for-tab{
	display: none;
}

#top_wrap::after{
    content: '';
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12%;
    background: #3B9B3B url(https://mens-luxy.com/wp-content/uploads/2022/11/top02.png)right bottom/contain no-repeat;
}


@media screen and (max-width: 781px){
	#top_wrap .top_inner.for-pc {
		display: none;
	}
	#top_wrap .top_inner.for-tab{
		display: table;
		width: 60%;
		max-height: 500px;
		min-width: 350px;
	}
}



.main-wrap {
    margin-bottom: 0!important;
}

.index_free_space{
	background-color: #fff;
}

@media screen and (min-width: 951px){
  .index_free_space_inner {
    width: 900px;
    margin: 0 auto;
    padding: 95px 0 100px;
  }
}
@media screen and (max-width: 950px){
  .index_free_space_inner {
    width: auto;
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 650px){
  .index_free_space_inner {
    padding: 30px 20px 40px;
  }
}


.post_content .yellow{
    color: #ffff7c;
}

.post_content .green{
    color: #407545;
}


.index_free_space .en_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #407545;
	text-align: center;
	letter-spacing: 3px!important;
	margin: 0;
}


.post_content .lnk{
    margin-top: auto;
}
.post_content .lnk a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 10px;
    max-width: 240px;
	height: 40px;
	box-sizing: border-box;
    padding: 2px 25px;
    color: #fff;
    background: #222;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.post_content .lnk a:hover {
	color: #222!important;
    background: #ffff7c!important;
}
.post_content .lnk a:after {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 20px;
	content: '＞';
    transition: 0.3s ease-in-out;
}
.post_content .lnk a:hover:after{
	right: 15px;
}


.info_area {
    background: #eff4f1;
}

.info_area .index_free_space_inner{
	padding-top: 30px;
	padding-bottom: 40px;
}
.info_area .en_ttl{
	margin-top: 0;
}


.info_area .info_tbl {
	background-color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}
.info_area .info_tbl table{
	width: 100%;
	box-sizing: border-box;
}
.info_area .info_tbl th,
.info_area .info_tbl td{
	font-weight: 400;
	background-color: transparent;
	border: none;
	padding: 10px 15px;
    line-height: 1.8;
    background: #fff;
}
.info_area .info_tbl th:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #407545;
	margin-right: 8px;
	white-space: nowrap;
}

@media screen and (max-width: 781px){
	.info_area .info_tbl th,
	.info_area .info_tbl td{
		display: block;
	}
	.info_area .info_tbl th{
		text-align: left;
		padding-bottom: 0;
	}
	.info_area .info_tbl td{
		padding-top: 0;
		padding-left: 40px;
	}
}


.index_free_space.num2,
.index_free_space.num4{
    background: url(https://mens-luxy.com/wp-content/uploads/2022/11/top_point_bg01.png)left top repeat;
    padding-bottom: 60px;
	position: relative;
}

.index_free_space.num2:before,
.index_free_space.num4:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 85px;
	bottom: 0;
	left: 0;
	background: url(https://mens-luxy.com/wp-content/uploads/2022/11/top_point_bg02.png)left bottom no-repeat;
}


.index_free_space.num2 .con1 h2{
    display: table;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    font-size: calc(1.3rem + .8vw);
	transform: rotate(0.03deg); 
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin: auto;
    position: relative;
}
.index_free_space.num2 .con1 h2:before{
    content: '';
    divplay: inline-block;
    position: absolute;
    right: -35px;
    bottom: -10px;
    width: calc(80px + 3vw);
    height: calc(80px + 3vw);
    background: url(https://mens-luxy.com/wp-content/uploads/2022/11/top_con2_img01.png)left bottom/contain no-repeat;
}

.index_free_space.num2 .con1 h2 .yellow1{
    font-size: 1.2em;
}

.index_free_space.num2 .con1 h2 strong{
    font-size: 1.3em;
	font-weight: 700;
}

.index_free_space.num2 .con1 h2 .num{
    margin: 0 5px;
}

.index_free_space.num2 .youtube_area{
	margin: 40px 0;
}

.youtube_area{
    display: block;
	position: relative;
	width: auto;
	padding-top: 56.25%;
	overflow:auto; 
	-webkit-overflow-scrolling:touch;
	border:1px solid #ccc; 
}
.youtube_area iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}


.index_free_space.num2 .con2 p,
.index_free_space.num2 .con3 h4,
.index_free_space.num2 .con3 p{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
    font-weight: 400;
    font-size: .9em;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 2em;
}

.index_free_space.num2 .con3 h4{
	display: table;
	font-weight: 500;
	color: #407545;
	background-color: #fff;
	padding: 0 10px;
	margin-bottom: 10px;
}

.index_free_space.num2 .con3 p{
	font-size: .8em;
	font-weight: 300;
}




.index_free_space.num3{
	background: #fff url(https://mens-luxy.com/wp-content/uploads/2022/11/top_bg02.png)right top no-repeat;
}


.index_free_space h2.common{
	font-family: 'M PLUS 1p', sans-serif;
    font-size: calc(1.3rem + .5vw);
	font-weight: 700;
	transform: rotate(0.03deg); 
    text-align: center;
    margin: 0 0 40px!important;
    position: relative;
}

.index_free_space h2.common strong{
	font-size: 1.3em;
	font-weight: 700;
	margin: 0 3px;
}



.parts1 {
	margin-bottom: 40px;
}
.parts1 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	margin-top: 50px;
}



.parts2{
	border: 2px solid #3b9b3b;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
}
.post_content .parts2 img.aligncenter{
	margin: 0;
}



.accordion_toggle {
	display: none;
}
.accordion_option {
	position: relative;
	margin-bottom: 1em;
}
.accordion_title,
.accordion_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
}
.accordion_title {
	border: solid 1px #ccc;
	padding: 1em;
	display: block;
	color: #333;
	font-weight: bold;
}
.accordion_title::after,
.accordion_title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 20px;
	background-color: #fff;
	transition: all 0.3s;
}
.accordion_title::after {
	transform: rotate(90deg);
}
.accordion_content {
	max-height: 0;
	overflow: hidden;
}
.accordion_content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
}

.accordion_toggle:checked + .accordion_title::before {
	transform: rotate(90deg) !important;
}


.index_free_space .parts3{
	margin-bottom: 40px;
}

.index_free_space .parts3 .accordion_title {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1em;
	transform: rotate(0.03deg); 
	color: #fff;
	background-color: #222;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-radius: 0 0 8px 8px;
	text-align: center;
	padding: 15px 34px 15px 7px;
}
.accordion_toggle:checked + .accordion_title {
	border-radius: 0;
}
.accordion_toggle:checked + .accordion_title + .accordion_content {
	max-height: 1500px;
	background-color: #222;
	border-radius: 0 0 8px 8px;
	padding: 20px;
	margin-top: -1px;
	transition: all 1.5s;
}

.index_free_space .parts3 h3{
	display: table;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg); 
	font-size: calc(1.2rem + .5vw);
	font-weight: 700;
	background-color: #fff;
	border-top: 10px solid #3b9b3b;
	border-radius: 5px 5px 0 0;
	padding: 10px 30px;
	margin: auto;
}
.index_free_space .parts4{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}
.index_free_space .parts4 .half{
	justify-content: space-around;
}
.index_free_space .parts4 .half .left,
.index_free_space .parts4 .half .right{
	width: 45%;
	box-sizing: border-box;
}
.index_free_space .post_content .parts4 table{
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 20px 0;
}
.index_free_space .post_content .parts4 th,
.index_free_space .post_content .parts4 td{
	vertical-align: middle;
	border: none;
	background-color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg); 
	line-height: 1.5;
	padding: 13px 15px;
}
.index_free_space .post_content .parts4 tr:nth-child(odd) th,
.index_free_space .post_content .parts4 tr:nth-child(odd) td{
	background-color: #dce5dc;
}
.index_free_space .post_content .parts4 th{
	font-weight: 600;
	text-align: left;
}
.index_free_space .post_content .parts4 td{
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1.2;
	text-align: right;
}
.index_free_space .post_content .parts4 .right tr:last-child td{
	padding: 5px 15px;
}
.index_free_space .post_content .parts4 td .campain{
	display: block;
	font-size: .5em;
	color: #ff402e;
}
.index_free_space .post_content .parts4 img{
	display: table;
	width: auto;
	margin: 10px auto 40px;
}
.index_free_space .parts4 .lnk a {
	color: #fff;
	background-color: #3b9b3b;
}

.index_free_space .post_content .parts5 th,
.index_free_space .post_content .parts5 td{
	text-align: center;
}


.index_free_space .post_content .parts_bottom_txt p{
	font-size: .8em;
	line-height: 1.8;
}



@media screen and (max-width: 781px){
	.index_free_space .parts4 .half{
		flex-direction: column;
	}
	.index_free_space .parts4 .half .left,
	.index_free_space .parts4 .half .right{
		width: 100%;
	}
	.index_free_space .post_content .parts4 .left table{
		margin-bottom: 0;
	}
	.index_free_space .post_content .parts4 .right table{
		margin-top: 0;
	}
	.index_free_space .post_content .parts6 .right tr:nth-child(odd) th,
	.index_free_space .post_content .parts6 .right tr:nth-child(odd) td{
		background-color: #fff;
	}
	.index_free_space .post_content .parts6 .right tr:nth-child(even) th,
	.index_free_space .post_content .parts6 .right tr:nth-child(even) td{
		background-color: #dce5dc;
	}
}

@media screen and (max-width: 480px){
	.index_free_space .parts3 h3{
		padding: 10px 25px;
	}
}




.index_free_space.num4 .en_ttl{
	color: #222;
	margin-top: 40px;
}


.index_free_space.num4 h3.point_ttl{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: calc(1.4em + .5vw);
	font-weight: 700;
	transform: rotate(0.03deg); 
    color: #fff;
    text-align: center;
	line-height: 1.4;
}

.index_free_space.num4 h3.point_ttl .bg_white{
    display: table;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
    transform:skew(4.5deg,-4.5deg);
    padding: 5px 10px;
    margin: 20px auto 10px;
}
.index_free_space.num4 h3.point_ttl .bg_white .logo{
    font-size: 1.1em;
}

.index_free_space.num4 h3.point_ttl strong{
    font-size: 1.8em;
	font-weight: 700;
    letter-spacing: 18px;
}
.index_free_space.num4 h3.point_ttl strong .num{
    font-size: 1.4em;
    font-weight: 800;
}



.index_free_space .point1 ul {
    flex-wrap: wrap;
	justify-content: space-around;
    gap: 30px;
    list-style: none;
    margin-left: 0;
}
.index_free_space .point1 li{
    flex-direction: column;
    width: calc(50% - 30px);
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
	border-radius: 5px;
    padding: 20px 0 0;
    margin: 40px 0 20px;
}
.index_free_space .point1 li .num_img{
    position: absolute;
    top: -40px;
    left: -20px;
    width: 108px;
    height: auto;
}

.index_free_space .point1 li .ttl{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: calc(1.5em + .3vw);
	transform: rotate(0.03deg); 
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.index_free_space .point1 li .ttl strong{
    font-size: 1.7em;
	font-weight: 700;
    color: #407545;
}
.index_free_space .point1 li .img{
    text-align: center;
    padding: 15px 0;
}
.index_free_space .point1 li .img img{
	width: auto;
}
.index_free_space .point1 li .bottom_area{
    flex-direction: column;
    height: 100%;
    color: #fff;
    background-color: #222;
	border-radius: 0 0 5px 5px;
    padding: 20px 10px;
}
.index_free_space .point1 li .txt{
    font-weight: 500;
	font-size: 1.05em;
    line-height: 1.8;
    margin: 30px;
}


@media screen and (max-width: 480px){
	.index_free_space .point1 li{
		padding: 40px 0 0;
	}
}


.index_free_space .point1 li:first-child .ttl{
    flex-direction: column;
    padding-left: 60px;
    z-index: 3;
}
.index_free_space .point1 li:first-child .ttl .p2{
    font-size: 1.2em;
    line-height: 1;
}
.index_free_space .point1 li:last-child .ttl{
    padding: 20px 0;
}
.index_free_space .point1 li:last-child .ttl .font_b{
	display: block;
	font-size: 1.3em;
	line-height: 1.2;
    color: #407545;
    margin: 10px 0 0;
}
.index_free_space .point1 li:last-child .ttl .font_b strong{
	font-weight: 900;
	font-size: 2em;
	margin-right: 5px;
}
.index_free_space .point1 li:last-child .img{
	padding: 0;
	margin: auto auto -10px;
}


@media screen and (max-width: 781px){
	.index_free_space .point1 ul{
		gap: 0;
	}
	.index_free_space .point1 li{
		width: 100%;
	}



}



.index_free_space .point2,
.index_free_space .point3,
.index_free_space .point4,
.index_free_space .point5 {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
.index_free_space .point2 .num_img,
.index_free_space .point3 .num_img,
.index_free_space .point4 .num_img,
.index_free_space .point5 .num_img{
    position: absolute;
    top: -40px;
    left: -20px;
    width: 110px;
    height: auto;
}
.index_free_space .point3 .num_img{
	width: 115px;
}

.index_free_space .point2{
	width: 50%;
	box-sizing: border-box;
	margin: 40px auto 50px;
}
.index_free_space .point2 .left,
.index_free_space .point2 .right{
	
}
.index_free_space .point2 .left{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg); 
	text-align: center;
	padding-left: 40px;
}
.index_free_space .point2 .left .inner{
	display: table;
	padding: 10px;
	margin: auto;
}
.index_free_space .point2 .left h4{
	font-weight: 700;
	font-size: calc(1.5em + .5vw);
	margin-bottom: 25px;
}
.index_free_space .point2 .left h4 strong{
	font-size: 1.5em;
	font-weight: 700;
	color: #407545;
}
.index_free_space .point2 .left  ul{
	margin-left: 0;
}
.index_free_space .point2 .left  li{
	font-weight: 700;
	font-size: calc(1.1em + .4vw);
	line-height: 1.8;
	color: #fff;
	background-color: #407545;
	border-radius: 5px;
	box-shadow: 3px 3px #222;
	padding: 0 40px;
	margin-bottom: 15px;
}
.index_free_space .point2 .right{
	flex-direction: column;
	background-color: #222;
	border-radius: 0 0 5px 5px;
	padding: 30px;
}
.index_free_space .point2 .right .txt{
	font-size: 1.05em;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 20px;
}
.index_free_space .point2 .right a{
	line-height: 2.2;
}

.index_free_space .point1 .lnk a,
.index_free_space .point2 .lnk a{
	color: #222;
    background: #fff;
}




@media screen and (max-width: 781px){
	.index_free_space .point2{
		width: 100%;
	}
	.index_free_space .point2 .left,
	.index_free_space .point2 .right{
		
	}
}

@media screen and (max-width: 480px){
	.index_free_space .point2 .left{
		padding-top: 40px;
	}
}



.index_free_space .point3 {
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	margin: 50px 0 20px;
}
.index_free_space .point3 .top{
	justify-content: center;
	align-items: center;
	height: 180px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: calc(1.6em + .5vw);
	transform: rotate(0.03deg); 
	position: relative;
}
.index_free_space .point3 .top:before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 300px;
	background: url(https://mens-luxy.com/wp-content/uploads/2023/02/top_point_img03.png)left bottom/contain no-repeat;
}
.index_free_space .point3 .top strong{
	font-size: 1.5em;
	font-weight: 700;
	color: #407545;
	letter-spacing: -12px;
	padding-bottom: 3px;
}
.index_free_space .point3 .bottom{
	color: #fff;
	background-color: #222;
	border-radius: 0 0 5px 5px;
}
.index_free_space .point3 .bottom .left,
.index_free_space .point3 .bottom .right{
	width: 50%;
	box-sizing: border-box;
}
.index_free_space .point3 .bottom .left{
	flex-direction: column;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: calc(1.3em + .4vw);
	transform: rotate(0.03deg);
	line-height: 1;
	padding: 50px 20px;
	position: relative;
}
.index_free_space .point3 .bottom .left:before{
	content: '';
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 80px 60px;
	border-color: transparent transparent transparent #fff;
}
.index_free_space .point3 .bottom .left p{
	line-height: 1.3;
	margin-bottom: 1em;
}
.index_free_space .point3 .bottom .left p.zero{
	font-size: 1.5em;
	margin-bottom: 0;
}
.index_free_space .point3 .bottom .left .zero strong{
	display: block;
	font-size: 2.8em;
	font-weight: 800;
	letter-spacing: -15px;
}
.index_free_space .point3 .bottom .left .zero strong .num{
	font-size: 1.3em;
}
.index_free_space .point3 .bottom .left .hosyo{
	display: table;
	font-size: 1.6em;
	font-weight: 700;
	background-color: #ff402e;
	border-radius: 100px;
	letter-spacing: 3px;
	padding: 10px 60px;
	margin: auto;
}

.index_free_space .point3 .bottom .right{
	padding: 20px;
}
.index_free_space .point3 .bottom .right .inner{
	display: table;
	margin: auto;
}
.index_free_space .point3 .bottom .right ul{
	list-style: none;
	margin: 0;
}
.index_free_space .point3 .bottom .right li{
	align-items: center;
	margin-bottom: 10px;
}
.index_free_space .point3 .bottom .right li span{
	width: calc(100% - 35px);
	box-sizing: border-box;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: calc(1.1em + .15vw);
	transform: rotate(0.03deg); 
	line-height: 1.8;
	color: #407545;
	background-color: #fff;
	border-radius: 5px;
	white-space: nowrap;
	padding: 0 30px;
	margin-left: -20px;
}
.index_free_space .point3 .bottom .right li:before{
	content: '';
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(https://mens-luxy.com/wp-content/uploads/2022/11/top_point_check.png)center center/contain no-repeat;
	z-index: 10;
}

.index_free_space .point3 .bottom .right ul:first-child li:first-child{
	margin-right: 20px;
}
.index_free_space .point3 .bottom .right ul:first-child li span{
	padding: 0 20px;
}


@media screen and (max-width: 781px){
	.index_free_space .point3{
		margin-bottom: 20px;
	}
	.index_free_space .point3 .bottom .half{
		flex-direction: column;
	}
	.index_free_space .point3 .bottom .left,
	.index_free_space .point3 .bottom .right{
		width: 100%;
	}
	.index_free_space .point3 .bottom .left{
		margin-bottom: 60px;
	}
	.index_free_space .point3 .bottom .left:before{
		border-width: 60px 80px 0 80px;
		border-color: #fff transparent transparent transparent;
		right: 50%;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.index_free_space .point3 .bottom .right .inner{
		display: block;
	}
	.index_free_space .point3 .bottom .right ul{
		gap: 5px;
	}
	.index_free_space .point3 .bottom .right ul:first-child li:first-child{
		margin-right: 0;
	}
	.index_free_space .point3 .bottom .right ul:last-child{
		display: flex;
		flex-wrap: wrap;
		margin-top: 5px;
	}
	.index_free_space .point3 .bottom .right li{
		width: calc(50% - 3px);
		font-size: calc(12px + .2vw);
		transform: rotate(0.03deg);  
		margin-bottom: 0;
	}
	.index_free_space .point3 .bottom .right li span{
		width: 100%;
		padding: 0 5px;
		margin-left: 0;
	}
	.index_free_space .point3 .bottom .right li:before{
		display: none;
	}
}


@media screen and (max-width: 650px){
	.index_free_space .point3 .top{
		align-items: flex-start;
		height: 270px;
	}
	.index_free_space .point3 .top .txt{
		margin: 60px 0 auto;
	}
	.index_free_space .point3 .top:before{
		width: 150px;
	}
}



.index_free_space .point4{
	background: #dce5dc url(https://mens-luxy.com/wp-content/uploads/2022/11/top_point_img04.png)right bottom/contain no-repeat;
	padding-bottom: 20px;
	margin-top: 100px;
}
.index_free_space .point4 .num_img{
	top: -80px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.index_free_space .point4 .top{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: calc(1.3em + .4vw);
	transform: rotate(0.03deg); 
	font-weight: 700;
	text-align: center;
	padding: 90px 10px 20px;
}
.index_free_space .point4 .bottom ul{
	margin: 20px 0;
}
.index_free_space .point4 .bottom li{
	align-items: center;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.index_free_space .point4 .bottom .ttl{
	width: 40%;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: calc(1.3em + .4vw);
	font-weight: 700;
	transform: rotate(0.03deg); 
	color: #fff;
	background-color: #222;
	border-radius: 0 10px 10px 0;
	text-align: center;
	padding: 12px;
	margin-right: 30px;
}


@media screen and (max-width: 650px){
	.index_free_space .point4 .bottom li{
		flex-direction: column;
	}
	.index_free_space .point4 .bottom .ttl{
		width: 50%;
		margin-right: auto;
	}
	.index_free_space .point4 .bottom .txt{
		margin: 10px;
	}
}



.index_free_space .point5 {
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg); 
	text-align: center;
	border-radius: 5px;
	padding-bottom: 40px;
	margin: 50px 0 0;
}
.index_free_space .point5 .top{
	justify-content: center;
	align-items: center;
	height: 180px;
	font-size: calc(2.2em + .5vw);
	font-weight: 700;
	line-height: 1.1;
	color: #407545;
	position: relative;
}
.index_free_space .point5 .top .font_s{
	font-size: .55em;
	color: #222;
}
.index_free_space .point5 .top strong{
	font-size: 1.1em;
	font-weight: 700;
	vertical-align: -1px;
}

.index_free_space .point5 .type_choice{
	justify-content: center;
	align-items: center;
}

.index_free_space .point5 .type_choice .left,
.index_free_space .point5 .type_choice .right{
	width: 43%;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 40px 20px;
}

.index_free_space .point5 .type_choice .left{
	background: url(https://mens-luxy.com/wp-content/uploads/2023/01/top_point05_bg01.jpg)center center/cover no-repeat;
	border-radius: 15px 0 0 15px;
}

.index_free_space .point5 .type_choice .right{
	background: url(https://mens-luxy.com/wp-content/uploads/2023/01/top_point05_bg02.jpg)center center/cover no-repeat;
	border-radius: 0 15px 15px 0;
}

.index_free_space .point5 .type_choice .center{
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 -10px;
	z-index: 5;
}

.index_free_space .point5 .type_choice .hair_type{
	font-size: 1.1em;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 8px 20px;
	margin-bottom: 15px;
}
.index_free_space .point5 .type_choice .type{
	font-size: calc(.9em + .4vw);
	font-weight: 400;
}
.index_free_space .point5 .type_choice .type strong{
	font-size: 1.4em;
}


@media screen and (max-width: 781px){
	.index_free_space .point5 .type_choice{
		flex-direction: column;
	}
	.index_free_space .point5 .type_choice .left,
	.index_free_space .point5 .type_choice .right{
		width: 90%;
		max-width: 500px;
	}
	.index_free_space .point5 .type_choice .left{
		border-radius: 15px 15px 0 0;
	}
	.index_free_space .point5 .type_choice .right{
		border-radius: 0 0 15px 15px;
	}
	.index_free_space .point5 .type_choice .center{
		margin: -10px 0;
	}

}



.index_free_space .point5 .type_equal{
	display: block;
	width: 100px;
	height: 85px;
	padding: 20px;
	margin: auto;
}
.index_free_space .point5 .type_equal:before,
.index_free_space .point5 .type_equal:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 45px;
	background-color: #3b9b3b;
}

.index_free_space .point5 .type_img img{
	width: auto;
}


.index_free_space .point5 h3{
	display: table;
	font-weight: 700;
	background-color: #222;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	padding: 10px 40px;
	margin: 40px auto;
	position: relative;
}
.index_free_space .point5 h3 .bg{
	display: block;
	font-size: calc(1.55em + .8vw);
	line-height: 1.4;
	color: #fff;
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}
.index_free_space .point5 h3 strong{
	font-size: 1.2em;
	font-weight: 700;
	vertical-align: -2px;
}
.index_free_space .point5 h3:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #222222 transparent transparent transparent;
}

@media screen and (max-width: 781px){
	.index_free_space .point5 h3{
		margin-top: 20px;
	}
}



.index_free_space .point5 ul{
	display: table;

	list-style: none;
	margin: auto;
}
.index_free_space .point5 li{
	font-size: calc(1.3em + .5vw);
	font-weight: 800;
	line-height: 1.6;
	text-align: left;
	text-indent: -40px;
	padding-left: 40px;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	margin-bottom: 10px;
}
.index_free_space .point5 li:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(https://mens-luxy.com/wp-content/uploads/2023/01/top_point_check2.png)left bottom/contain no-repeat;
	vertical-align: -5px;
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
	margin-right: 10px;
}
.index_free_space .point5 li strong{
	font-size: 1.2em;
	font-weight: 700;
	color: #06700a;
	background:linear-gradient(transparent 60%, #e1f6ba 60%);
	margin-right: 7px;
}



.index_free_space.num5{
	background: #eff4f1;
}


.index_free_space h2.h2_staff1 {
	margin-bottom: 0!important;
}

.index_free_space .post_content .staff1,
.index_free_space .post_content .staff2{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
	transform: rotate(0.03deg); 
    text-align: center;
}
.index_free_space .post_content .staff1{
	font-size: 1.3em;
}
.index_free_space .post_content .staff2{
	font-size: 1em;
	margin: 40px 0 12px;
}



.index_free_space.num6{
    background: #eff4f1 url(https://mens-luxy.com/wp-content/uploads/2022/11/top_bg03.png)left bottom/contain no-repeat;
}

.index_free_space.num6 .index_free_space_inner{
	padding-top: 1px;
}



.index_free_space .voice1 ul{
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	gap: 20px;
	margin: 10px 0 40px;
}
.index_free_space .voice1 li{
    width: calc(50% - 20px);
    box-sizing: border-box;
    background-color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	transform: rotate(0.03deg); 
    padding: 20px;
	margin-bottom: 10px;
    position: relative;
}
.index_free_space .voice1 li:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 57px;
    background: url(https://mens-luxy.com/wp-content/uploads/2022/11/ico_new.png)left top/contain no-repeat;
}
.index_free_space .voice1 li .from{
    color: #407545;
	text-align: right;
}
.index_free_space .voice1 li .img{
    width: 90%;
	max-width: 600px;
    box-sizing: border-box;
	margin: auto;
}
.index_free_space .voice1 li .txt{

}
.index_free_space .voice1 li .txt p{
    line-height: 2;
	margin-bottom: 0;
}


@media screen and (max-width: 781px){
	.index_free_space .voice1 li{
		width: 100%;
	}
	.index_free_space .voice1 li:nth-child(3),
	.index_free_space .voice1 li:last-child{
		display: none;
	}
}







.index_free_space .sns_h2{
	margin-bottom: 40px;
}
.index_free_space .sns_h2 h2{
	display: table;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 2;
	text-align: center;
	margin: auto;
}
.index_free_space .sns_h2 h2::before,
.index_free_space .sns_h2 h2::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -10px;
	width: 2px;
	height: 50%;
	background-color: #407545;
	transform: rotate(-35deg);
}
.index_free_space .sns_h2 h2::after {
	left: auto;
	right: -10px;
	transform: rotate(35deg);
}

.index_free_space img.sns_img1{
	display: table;
	width: auto;
	margin: auto;
}


.index_free_space .sns_li ul{
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin: 60px 0;
}
.index_free_space .sns_li li{
	width: 45%;
	height: 65px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	margin: 10px;
	position: relative;
}
.index_free_space .sns_li li:first-child{
	background-color: #1d9bf0;
}
.index_free_space .sns_li li:nth-child(2){
	background-color: #ff0000;
}
.index_free_space .sns_li li:nth-child(3){
	background-color: #222222;
}
.index_free_space .sns_li li:last-child{
	background-color: #06c755;
}
.index_free_space .sns_li li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: all .3s;
}
.index_free_space .sns_li li a:hover{
	border-radius: 5px;
}
.index_free_space .sns_li li:first-child a:hover{
	background-color: #3DA9F2;
}
.index_free_space .sns_li li:nth-child(2) a:hover{
	background-color: #FF5656;
}
.index_free_space .sns_li li:nth-child(3) a:hover{
	background-color: #414141;
}
.index_free_space .sns_li li:last-child a:hover{
	background-color: #06DA5D;
}
.index_free_space .sns_li li img{
	position: absolute;
	top: 10px;
	left: 10%;
	width: auto;
}


@media screen and (max-width: 650px){
	.index_free_space .sns_li ul{
		flex-direction: column;
		align-items: center;
	}
	.index_free_space .sns_li li{
		width: 90%;
	}
}



.para_bg{
	height: calc(250px + 5vw);
}
.para_bg::before {
  background-image: url(https://mens-luxy.com/assets/images/yawata/para01.jpg);
  background-position: 35% center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}





.shop_tbl{
	width: 100%;
}
.shop_tbl th,
.shop_tbl td{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg); 
	line-height: 2.3;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.shop_tbl th{
	background: #f2f2f2;
    font-weight: normal;
}

.index_free_space .ifame_indoor{
	margin: 40px 0;
}


.movie_half{
	display: flex;
	gap: 1vw;
}
.movie_half .left,
.movie_half .right{
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 1.5em;
}
.movie_half .left iframe,
.movie_half .right iframe{
	width: 100%;
}

.movie_half h4{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
    font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

@media screen and (max-width: 781px){
	.movie_half{
		flex-direction: column;
		gap: 2vw;
	}
	.movie_half .left,
	.movie_half .right{
		width: 100%;
	}
	.movie_half h4{
		font-size: 18px;
	}
}


.post_content p.map_txt{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg); 
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}

.map_area{
	text-align: center;
	background-color: #333;
	padding: 2vw 0;
}
.map_area img{
	width: auto;
	max-height: 600px;
}


