@charset "UTF-8";

/*--セクション--*/

.content{
	display: inline-block;
	width: 95%;
	position: relative;
	max-width: 1020px;
	text-align: center;
	margin-top: 50px;
}

.content p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	text-align: center;
}
@media only screen and (max-width: 767px){
.content p{
	font-size: 16px;
}}

	
/*--メインビジュアル--*/

.container-mv{
	width: 100%;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
.container-mv{
 margin: 0px;
}}

.mv-area{
display: block;
position: relative;
text-align: center;
}

.mv-area img{
margin-top: 0px;
background-color: #fff;
width: 100%;
text-align: center;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 767px){
.mv-area img{
margin-top: 0px;}
.pc { display: none !important; }
.sp { display: block !important; 
}}

/*-- 文字サイズ --*/
.text-concept01{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
}
.text-concept02{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	font-weight: 600;
}
@media screen and (max-width: 767px){
.text-concept01{
font-size: 16px;
}
.text-concept02{
font-size: 34px;
}}

.hr-10{
display: block;
border: 1px solid #666;
text-align: center;
margin:30px auto;
width: 10%;
}

@media screen and (max-width: 767px){
.hr-10{
margin:20px auto;
}}

p.message{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px){
p.message{
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: normal;
}}

/*-- 見出し --*/

h2.heavy-copy{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;
	font-weight: 600! important;
	line-height: 1.3;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px){
h2.heavy-copy{
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 30px;
	letter-spacing: -0.03em
}}

.underline-g{
	display: inline-block;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.6;
	border-bottom: solid 2px #CCC;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.underline-g{
	font-size: 26px;
	line-height: 1.6;
	margin-bottom: 10px;
}}

.ttl-fukidashi_sports{
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  min-width: 380px;
	max-width: 80%;
	border: solid #707070 2px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.4em;
  background: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	-webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.ttl-fukidashi_sports:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
	border-right: 15px solid transparent;
  border-top: 15px solid #666;
  border-left: 15px solid transparent;
}

.ttl-fukidashi_sports:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -15px;
	border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
}

  @media only screen and (max-width: 767px) {
  .ttl-fukidashi_sports{
  width: 85%;
  min-width: 280px;
	padding: 12px 10px 15px;
	margin-top: 15px;
	margin-bottom: 30px;
  font-size: 22px; }}


/*-- スポーツ種目ラインナップ --*/

.container_lineup{
	display: inline-block;
	width: 95%;
	padding: 0px 10px;
	text-align: center;
	}
	
	@media screen and (max-width: 767px){
	.container_lineup{
	width: 100%;
	padding: 0px 0px;
	}}
	
	.wrap_lineup02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	}
	
	.img_lineup02{
	position:relative;
	width: 20%;
	padding: 10px;
	}
	.img_lineup02 p{
	position:absolute;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
	white-space: nowrap;
	}
	
	.img_lineup02 img{
	max-width: 260px;
	border-radius: 6px;
	width: 100%;
	}
	
	@media screen and (max-width: 767px){
	.wrap_lineup02{
	display: flex;}
	.img_lineup02{
	width: 48%;
	padding: 5px 0;
	}}
	
/*-- スポーツ種目別説明エリア --*/

.bg-sports{
background: url("/images/sports/03_common/bg_sports.jpg");
background-size: 100% auto;
background-repeat: repeat-y;
}

.wrap_sports-lineup01,
.wrap_sports-lineup02{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 20px 15px 20px;
margin: 10px;
}

.wrap_sports-lineup01{
flex-direction: row;
}
.wrap_sports-lineup02{
flex-direction: row-reverse;
}

.sports-lineup-l{
display: inline-block;
width: 50%;
padding: 10px;
text-align: left;
}

.sports-event{
font-size: 28px;
font-weight: 600;
text-align: left;
color: #fff;
margin-top: 30px;
margin-left: 50px;
}

.sports-event-bg{
	background: url("/images/sports/03_common/img_obi-sports-event.png");
	background-repeat: no-repeat; 
	background-position: 30px 0;
	background-size:  50%;
}

.sports-photo img{
	width: 100%;
	max-width: 500px;
}

.sports-lineup-r{
display: inline-block;
width: 50%;
padding: 10px;
text-align: left;
}

.sports-ttl{
	font-size: 24px;
	font-weight: 600;
	color: #0a4a8e;
	margin-bottom: 10px;
}
	
.sports-description{
	font-size: 18px;
}

.sports-price{
font-size: 16px;
margin: 0 auto;
}

@media screen and (max-width:767px){
.wrap_sports-lineup01,
.wrap_sports-lineup02{
flex-direction: column;
padding-top: 10px;
margin: 0px;
}

.sports-event{
font-size: 22px;
margin-bottom: 10px;
}

.sports-event-bg{
background-position: 30px 0;
background-size:  90%;
}

.sports-lineup-l{
	display: inline-block;
	width: 100%;
	padding: 10px;
}
	
.sports-ttl{
font-size: 20px;
padding-left: 0px;
}
	
.sports-description{
font-size: 16px;
padding-left: 0px;
}
	
.sports-lineup-r{
width: 100%;
}
	
.sports-photo img{
width: 100%;
margin-bottom: 15px;
}

.sports-price{
font-size: 14px;
margin: 0px auto;
}}

.sports-btn{
display: flex;
justify-content: space-between;
margin: 15px auto;
max-width: 380px;
font-size: 16px;
font-weight: 600;
}

.btn-purchase{
display: inline-block;
border: 2px solid #fff;
border-radius: 5px;
background-color: #E3007F;
color: #fff;
width: 180px;
padding-top:10px;
padding-bottom:10px;
}

.description-link{
display: inline-block;
margin: 10px auto 40px;
font-size: 16px;
font-weight: normal;
}

.btn-description{
display: inline-block;
border: 2px solid #999;
background-color: #fff;
border-radius: 5px;
width: 300px;
padding-top:5px;
padding-bottom:5px;
}

@media screen and (max-width:767px){
.sports-btn{
width: 90%;
max-width:340px;
}

.btn-purchase{
width: 150px;
}

.btn-description{
width: 280px;
}}

/*-- 足裏から全身の動きを変える --*/ 

.flex-container_step3{
	display: flex;
	justify-content: space-around;
}
.step3-item{
	background: #fff;
	border:1px solid #333;
	color: inherit;
	min-width: 280px;
	padding: 10px 20px 20px 20px;
	flex-basis: 30%;
	margin-bottom: 30px;
}
.step3-item dt{
	margin-bottom: 10px;
	font-size: 1.2em;
	color: goldenrod;
	font-weight: bold;
}
.step3-item dd img{
	margin-top: 15px;
}

@media screen and (max-width:767px){
	.flex-container_step3{
	flex-direction: column;
	align-items: center;}
	.step3-item{
		margin: 0 1em 1em;
		flex-basis: 95%;
		max-width:300px;
	}}


/*-- STEP123 --*/ 

.flex-steps {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 }

.steps-item {
  padding: 15px;
  width: 48%;
}

.steps-item img{
  width: 100%;
}

.content-w680{
	display: inline-block;
	max-width: 680px;
	width: 100%;
	margin:30px auto;
}

/*-- ラージバナー --*/
.bnr01_bg-bw{
background: url("/images/room/03_common/bg_bw1920.jpg");
background-size: cover;
}
.waku_yellow{
display: inline-block;
background-color: #f6c947;
width: 70%;
margin: 60px;
padding: 30px;
}

@media screen and (max-width:767px){
.bnr01_bg-bw{
background: url("/images/room/03_common/bg_bw750.jpg");}
.waku_yellow{
width: 86%;
margin: 50px auto;
padding: 20px;
}}

.content_bnr{
	display: inline-block;
	width: 96%;
	max-width: 1020px;
	text-align: center;
}

@media only screen and (max-width: 767px){
.content_bnr{
	width: 100%;
	text-align: center;
}}

p.waku-text{
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px){
p.waku-text{
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}}

/*-- 最新テクノロジーが詰まったインソール --*/ 

.content-w720{
	display: inline-block;
	max-width: 720px;
	width: 100%;
 	vertical-align: middle;
}

.flex-steps_tech {
	display: inline-block;
 	flex-wrap: wrap;
 	justify-content: space-around;
	}

.steps-item_tech {
	display: inline-block;
  width: 48%;
	vertical-align: middle;
	text-align: left;
}

.steps-item_tech img{
  width: 90%;
}

p.steps-txt{
	text-align: left;
	line-height: 0.6;
}

.hr-100{
display: inline-block;
border: 1px solid #CCC;
margin:10px auto 10px;
width: 100%;
}
