#yoga_200603{overflow-x: hidden;}

#yoga_200603 img {
	width: 100%;
}

#yoga_200603 a {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: 0.4s;
	position: relative;
}
#yoga_200603 a:hover{
	letter-spacing: 0.1em;
}
#yoga_200603 a:hover i{
	right: 20px;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fw {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fnw {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aie {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

#yoga_200603 a > i{
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: 25px;
	transition: all 1s ease;
}

/* ====================
all
==================== */
#yoga_200603 {
	font-feature-settings: "palt";
	font-family: futura-pt;
}

.yoga_200603_container {
	width: 900px;
	margin: 60px auto 100px;
	text-align: center;
}

.yoga_200603_mv {
	width: 900px;
}
.yoga_200603_mv > div{
	background: #fafafa;
	width: 86%;
	padding: 30px 0;
	margin: 60px auto 0;
	position: relative;
}
.yoga_200603_mv > div::after{
	content: "";
	background: #fafafa;
	width: 1000vh;
	height: 100%;
	position: absolute;
	left: -500vh;
	top: 0;
    z-index: -1;
}

.yoga_200603_mv_lead {
	font-size: 16px;
	line-height: 2;
	font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	/*background-size: 200% 12px;
	background-image: -webkit-linear-gradient(left, transparent 50%, #fff 50%) ;
	background-image: -moz-linear-gradient(left, transparent 50%, #fff 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, #fff 50%) ;
	background-image: -o-linear-gradient(left, transparent 50%, #fff 50%) ;
	background-image: linear-gradient(left, transparent 50%, #fff 50%);
	background-repeat: repeat-x;
	background-position: -100% 20px;
	display: inline-block;
	padding: 0 10px;*/
}

.yoga_200603_menu_wrap {
	width: 750px;
	margin: 80px auto 0;
}

.yoga_200603_menu_ttl,
.yoga_200603_topics_ttl {
	font-size: 24px;
	margin-bottom: 40px;
}

.yoga_200603_menu {
	width: 600px;
	margin: 0 auto;
}

.yoga_200603_menu_inner {
	margin-bottom: 20px;
	height: 50px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #000;
}
.yoga_200603_menu_inner{
	width: 290px;
}

.yoga_200603_topics li{
	width: 20%;
	font-size: 18px;
	margin-bottom: 40px;
}
.yoga_200603_topics li.nb{
	padding: 0 3%;
	box-sizing: border-box;
}
.yoga_200603_topics li a{
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 80% !important;
	margin: auto;
}

.yoga_200603_topics_wrap {
	width: 900px;
	margin: 80px auto 0;
}

.yoga_200603_topics_inner {
	width: 350px;
	margin-top: 20px;
}

.yoga_200603_btn_wrap {
	width: 320px;
	margin: auto;
}

.yoga_200603_btn {
	width: 320px;
	height: 50px;
	font-size: 18px;
	border: 1px solid ;
}

.btn_h50{
	line-height: 50px;
}

.yoga_200603_features{
	margin: 100px auto;
}
.yoga_200603_features ul{
	display: flex;
	justify-content: space-between;
}
.yoga_200603_features ul li{
	width: calc((100% - 60px) / 4);
}

/* for pc */
@media only screen
and (min-device-width: 768px) {
	.sp_only {
		display: none;
	}
}


/* for tablet */
/* for tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {
}

/* for sp */
@media only screen
and (max-device-width: 767px) {
	.pc_only {
		display: none;
	}
	#yoga_200603 a > i{
		padding: 3px;
		top: calc(50% - calc(6 *(100vw / 750)));
		right: calc(30 *(100vw / 750));
	}
	.yoga_200603_container {
		width: calc(700 * (100vw / 750));
		margin: calc(40 * (100vw / 750)) auto calc(100 * (100vw / 750));
		text-align: center;
	}

	.yoga_200603_mv {
		width: 100%;
		margin: 0 auto;
	}
	.yoga_200603_mv > div{
		margin-top: calc(60 * (100vw / 750));
	}
	.yoga_200603_mv_lead {
		font-size: calc(28 * (100vw / 750));
		background-position: -100% calc((30 / 750) * 100vw);
	}

	.yoga_200603_menu_wrap {
		width: calc(640 * (100vw / 750));
		margin: calc(100 * (100vw / 750)) auto 0;
	}

	.yoga_200603_menu_ttl,
	.yoga_200603_topics_ttl {
		font-size: calc(36 * (100vw / 750));
		margin-bottom:  calc(40 * (100vw / 750));
	}

	.yoga_200603_menu {
		width: calc(640 * (100vw / 750));
		margin: 0 auto;
	}

	.yoga_200603_menu_inner {
		margin-bottom: calc(20 * (100vw / 750));
		height: calc(100 * (100vw / 750));
		font-size: calc(24 * (100vw / 750));
		box-sizing: border-box;
		border: 1px solid #000;
	}
	.yoga_200603_menu_inner{
		width: calc(310 * (100vw / 750));
	}

	.yoga_200603_topics li{width: 50%;}
	.yoga_200603_topics li.nb{
		padding: 0 10%;
	}

	.yoga_200603_topics_wrap {
		width: calc(640 * (100vw / 750));
		margin: calc(100 * (100vw / 750)) auto 0;
	}

	.yoga_200603_topics_inner {
		width: calc(310 * (100vw / 750));
		margin-top: calc(40 * (100vw / 750));
	}

	.yoga_200603_btn_wrap {
		width: calc(640 * (100vw / 750));
		margin: auto;
	}

	.yoga_200603_btn {
		width: calc(640 * (100vw / 750));
		height: calc(100 * (100vw / 750));
		font-size: calc(30 * (100vw / 750));
	}

	.btn_h50{
		line-height: calc(100 * (100vw / 750 ));
	}
	.yoga_200603_features{
		margin: calc(120 * (100vw / 750 )) auto;
	}
	.yoga_200603_features ul{
		flex-wrap: wrap;
	}
	.yoga_200603_features ul li{
		width: calc(340 * (100vw / 750 ));
		margin-bottom: calc(20 *(100vw / 750));
	}

}
