<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Vue用 */

[v-cloak] {
	display:none;
}

/* VIDEO css */

body {
	background-color: #000;
}

.center {
	text-align: center;
}

.display-none {
	display: none;
}

.yogafitness {
	background-color: #F6F6F6;
}

.boxingfitness {
	background-color: #000;
}

#video_dance_package .breadcrumbs{background:#333;color: #fff;}
#video_dance_package .breadcrumbs a{color: #fff;}
body.yogafitness .breadcrumbs{background:#fff!important;color: #555!important;}
body.yogafitness .breadcrumbs a{color: #555!important;}

body.boxingfitness .breadcrumbs{background:#fff!important;color: #555!important;}
body.boxingfitness .breadcrumbs a{color: #555!important;}

.video-all-bg {
	min-height: 700px;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
	url(../img/video/video_mainimg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}
.no-webp .video-all-bg{
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
	url(../img/video/video_mainimg.png);
}

.video-dance-bg {
	min-height: 700px;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
	url(../img/video/video_mainimg_dance.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}
.no-webp .video-dance-bg {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
	url(../img/video/video_mainimg_dance.png);
}

.video-yogafitness-bg {
	min-height: 700px;
	background-image: url(../img/video/video_mainimg_yoga2.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
}
.no-webp .video-yogafitness-bg {
	background-image: url(../img/video/video_mainimg_yoga2.png);
}

.video-boxingfitness-bg {
	min-height: 700px;
	background-image:  linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
	url(../img/video/video_mainimg_boxing.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #000;
}
.no-webp .video-boxingfitness-bg {
	background-image:  linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
	url(../img/video/video_mainimg_boxing.jpg);
}

.video-purchase-bg {
	background-color: #fff;
}

.header-flex {
	display: flex;
	justify-content: space-between;
	background-color: #0000;
}
.header-flex-bg-white {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	color: #000;
}

.head-left-col {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc( 100% - 95px);
	padding-left: 1.5rem;
}

.head-left-col .head-logo {
	width: 50px;
	height: 81px;
	margin-top: 1.5rem;
	margin-left: 2rem;
}

.head-left-col img {
	margin-right: auto;
}

.head-left-col .nav-box {
	display: flex;
}

.nav-box .nav-li {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}

.nav-li-white a {
	color: #fff;
}

.nav-li-gray a {
	color: #555555;
}

.nav-li .nav-box-second {
	position: absolute;
	top: 40px;
	left: 22px;
	width: 158px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	text-align: center;
}

.nav-box-second li {
	background-color: #34CECAD6;
	margin-left: 0;
	padding: 1rem;
	border-top: 1px solid #fff;
}

.nav-box-second li:first-child {
	border-top: 0;
}

.nav-box-second-yogafit li {
	background-color: #fffc;
	margin-left: 0;
	padding: 1rem;
	border-top: 1px solid #B3B3B3;
}

.nav-box-second-boxingfit li {
	background-color: #34CECAD6;
	margin-left: 0;
	padding: 1rem;
	border-top: 1px solid #fff;
}

.nav-box li:hover .nav-box-second {
	top: 30px;
	visibility: visible;
	opacity: 1;
}

.nav-box-second a {
	padding: 1rem 0;
	background: none;
	color: #fff;
	font-weight: normal;
	display: block;
	font-family: 'Oswald', sans-serif;
}

.nav-box-second-yogafit a {
	color: #555555;
}

.nav-box-second-boxingfit a {
	color: #fff;
}

.nav-box .nav-link-default {
	position: relative;
	line-height: 30px;
	text-indent: 30px;
	padding-left: .75rem;
	display: block;
}

.nav-box .icon-default {
	position: relative;
	line-height: 30px;
	text-indent: 30px;
	padding-left: .75rem;
	display: block;
}

.nav-box .icon-default:before {
	content: '';
	background-image: url(../img/mypage/menu-ico-how-to-use.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 29px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 2px;
}

.nav-box .icon-search:before {
	background-image: url(../img/mypage/menu-ico-search.svg);
}

.nav-box .icon-price:before {
	background-image: url(../img/mypage/menu-ico-price.svg);
}

.nav-box .icon-qa:before {
	background-image: url(../img/mypage/menu-ico-qa.svg);
}

.head-right-col {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 20%;
}

.head-right-col .login-name {
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin: auto;
}

.login-name-white {
	color: #fff;
}

.login-name-gray {
	color: #555555;
}

.login-name span {
	font-weight: 700;
	margin-right: .5rem;
}

.mypage-button-box {
	padding: 1.5em 0 1.25em;
	width: 95px;
	height: 95px;
	font-size: 1em;
	font-weight: 500;
}

.mypage-button-box a {
	color: #000;
}

.mypage-button-box img {
	height: 35px;
	margin: 0 auto .35em;
	display: block;
	color: #fff;
	fill: currentColor;
}

.mypage-button-box p {
	color: #000;
}

.mypage-button-box-white p {
	text-align: center;
	color: #fff;
}

.mypage-button-box-gray p {
	color: #555555;
}

.d-sm-block {
	display: block;
}

.mypage-register-button-box {
	color: #fff;
	padding: 1rem;
	width: 120px;
	height: 40px;
	font-size: 1em;
	font-weight: 500;
	background: #34CECA;
	border-radius: 5px;
	line-height: 2rem;
}

.sp-menu-button {
	display: none;
}

.nav-sp-content {
	display: none;
}

.video-main-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
    transform: translate(-0%,-50%);
	left: 0;
}

.dance-main-wrap {
	width: 90%;
	margin: 0 auto;
}
.dance-main-wrap .video-menu-box{padding: 0 0;}
.dance-main-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 13em;
}

.main-title h1 {
	font-size: 3.2em;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #fff;
}

.main-title h1 span {
	font-size: .4em;
	font-weight: normal;
	letter-spacing: .5px;
	display: block;
	text-align: center;
}

.dance-main-title {
	text-align: left;
}

.dance-main-title h1 {
	font-size: 3.2em;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #fff;
}

.dance-main-title h1 span {
	margin-left: 1rem;
	font-size: .4em;
	font-family: 'Oswald', sans-serif;
}

.dance-main-title h2 {
	margin-top: 1rem;
	font-size: 2.5em;
	font-weight: lighter;
	color: #FF0000;
}

.dance-main-title .sp-dance-title {
	display: none;
}

.yogafitness-main-title {
	text-align: left;
}

.yogafitness-main-title h1 {
	font-size: 3.2em;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #fff;
}

.yogafitness-main-title h1 span {
	margin-left: 1rem;
	font-size: .4em;
	font-family: 'Oswald', sans-serif;
}

.yogafitness-main-title h2 {
	margin-top: 1rem;
	font-size: 1.5em;
	color: #fff;
}

.yogafitness-main-title .sp-dance-title {
	display: none;
}

.yogafitness-main-title .dance-main-content img {
	width: 30%;
	margin-top: 2rem;
}

.boxingfitness-main-title {
	text-align: left;
}

.boxingfitness-main-title h1 {
	font-size: 3.2em;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #fff;
}

.boxingfitness-main-title h1 span {
	margin-left: 1rem;
	font-size: .4em;
	font-family: 'Oswald', sans-serif;
}

.boxingfitness-main-title h2 {
	margin-top: 1rem;
	font-size: 1.5em;
	color: #fff;
}

.boxingfitness-main-title .sp-dance-title {
	display: none;
}

.boxingfitness-main-title .dance-main-content img {
	width: 30%;
	margin-top: 2rem;
}

.dance-main-content {
	width: 60%;
	margin: 3rem 0;
	line-height: 4.5rem;
	font-size: 1.8rem;
	font-weight: lighter;
	color: #fff;
}

.dance-main-content img {
	width: 45%;
	margin-top: 5rem;
}

.video-news-content {
	width: calc(100% / 5);
	margin-right: 5%;
	top: auto;
	right: 0;
	position: absolute;
}

.dance-news-content {
	width: calc(100% / 4);
}

.video-news-pickup {
	text-align: center;
}

.video-news-pickup img {
	width: 100%;
	border:2px solid #fff;
}

.dance-news-pickup {
	text-align: right;
}

/* .dance-news-pickup img {
	width: 80%;
} */

.swiper-container .dance-swiper-bullet {
	width: 70%;
	text-align: right;
}

.video-news-campaign {
	margin-top: 2rem;
	text-align: center;
}

.video-news-campaign img {
	width: 70%;
}

.dance-news-campaign {
	margin-top: 2rem;
	text-align: right;
}

.dance-news-campaign img {
	width: 80%;
}

.yogafitness-news-campaign {
	margin-top: 2rem;
	text-align: right;
}

.yogafitness-news-campaign img {
	width: 80%;
}

.boxingfitness-news-campaign {
	margin-top: 2rem;
	text-align: right;
}

.boxingfitness-news-campaign img {
	width: 80%;
}

.video-main-menu {
	width: 100%;
	margin-bottom: 3em;
	position: absolute;
	bottom: 0;
	left: 0;
}

.dance-main-menu {
	width: 100%;
	margin-bottom: 2rem;
}

.video-menu-box {
	/**width: calc(100% / 3);**/
	padding: 0 0 0 5%;
	display: flex;
	justify-content: flex-start;
	font-size: 1.8rem;
}

.dance-menu-box {
	display: flex;
	justify-content: flex-start;
	font-size: 1.8rem;
}

.video-menu-box li,.dance-menu-box li{padding-right:2.5em;}

/* .main-menu-all {
	padding-left: 2rem;
} */

.main-menu-all a {
	color: #fff;
}

.main-menu-dance a {
	color: #fff;
}

.main-menu-yogafit a {
	color: #fff;
}

.main-menu-boxingfit a {
	color: #fff;
}

.now a {
	color: #fd1010;
}

.now_yogafitness a {
	color: #34CECA;
}

.now_boxingfitness a {
	color: #34CECA;
}

.second-section {
	position: relative;
}

.filtering-box {
	padding:3em 5%;
}

.filtering-content {
	padding-left: 0;
	cursor: pointer;
	color: #34CECA;
}

.filtering-content img {
	margin-right: 1rem;
	width: 1.5%;
	vertical-align: middle;
}

.filtering-box-area {
	width: 100%;
	position: absolute;
	left: 0;
}

.filtering-box-yogafit {
	width: 100%;
	background-color: #F6F6F6E6;
	position: absolute;
	left: 0;
}

.filtering-box-boxingfit {
	width: 100%;
	background-color: #0009;
	position: absolute;
	left: 0;
}

.filtering-box-item {
	padding-bottom: 2rem;
	background-color: #0009;
	z-index: 10;
	position: relative;
}

.filtering-box-yogafit .filtering-box-item {
	padding: 2rem 0;
	background-color: unset;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.3);
}

.filtering-box-boxingfit .filtering-box-item {
	padding: 2rem 0;
	background-color: unset;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.3);
}

.filtering-content-item {
	margin: 3rem 5%;
	display: flex;
	align-items: center;
	color: #fff;
}

.filtering-box-yogafit .filtering-content-item {
	margin: 2rem;
}

.filtering-box-boxingfit .filtering-content-item {
	margin: 2rem;
}

.filtering-item-text {
	width: 15%;
}

.filtering-text {
	font-size: 2rem;
}

.filtering-text-s {
	font-size: 1.5rem;
}

.filtering-text span {
	margin-left: 1rem;
	font-size: 1.5rem;
}

.filtering-yogafit-text {
	color: #000;
}

.filtering-boxingfit-text {
	color: #fff;
}

.filtering-item-genre {
	width: 100%;
}

.filtering-instructor {
	margin-left: 3rem;
}

@media screen and (max-width: 768px) {
	.filtering-instructor {
		margin: 0;
	}
}

.filtering-genre-item {
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
}

.filtering-dance-item {
	justify-content: center;
}

.filtering-yogafit-item {
	justify-content: flex-start;
}

.filtering-boxingfit-item {
	justify-content: center;
}

.filtering-genre-item li {
	margin: 0 0.5rem;
	width: 15%;
}
.filtering-yogafit-item li {
	width: 18%;
}

.filtering-dance-item li {
	margin: 0 0.5rem;
	width: 15%;
}

.filtering-genre-item button {
	padding: 1rem 2rem;
	width: 100%;
	line-height: 3rem;
	background-color: #34CECA;
	border: 1px solid #34CECA;
	border-radius: 2px;
	font-family: 'Oswald', sans-serif;
}

.filtering-genre-item .genre-iteme-special {
	background-color: #0000;
	color: #34CECA;
}

.filtering-item-input-text {
	margin: 0 0.5rem;
	width: 35%;
	height: 48px;
	border-radius: 5px;
	padding: 0 2rem;
	border: 1px solid #B0B0B0;
}

.filtering-item-search-button {
	display: none;
	border-radius: 5px;
	border: 1px solid #34CECA;
	padding: 1.5rem 5rem;
}

.video-content-box {
	text-align: center;
	margin-bottom: 3rem;
}

.video-content-box h2 {
	font-size: 3rem;
	color: #34CECA;
	letter-spacing:1px;
}

.yogafitness-content-box {
	text-align: center;
	margin-bottom: 3rem;
}

.yogafitness-content-box h2 {
	font-size: 3rem;
	color: #F76185;
}

.boxingfitness-content-box {
	text-align: center;
	margin-bottom: 3rem;
}

.boxingfitness-content-box h2 {
	font-size: 3rem;
	color: #34CECA;
}

.video-latest-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:90%;margin:0 auto;
}
.video-latest-item:before{content:"";display: block;width: 24%;order:1;}
.video-latest-item:after{content:"";display: block;width: 24%}
.video-latest-box {
	width: 23%;
	margin-bottom: 5rem;
}

.video-genre-item{justify-content: flex-start;padding-bottom:2em;}
.video-genre-item:before{content:"";display: block;width: 14%;order:1;}
.video-genre-item:after{content:"";display: block;width: 14%}
.video-genre-box{width:14%;margin-right:3.2%;}
.video-genre-box:nth-child(6n){margin-right:0;}


.video-latest-content img {
	width: 100%;
}

.video-latest-text {
	font-size: 1.5rem;
	text-align: right;
	color: #fff;
}
body.yogafitness .video-latest-text{color: #555555;}

body.boxingfitness .video-latest-text{color: #fff;}

.yagafitness-latest-text {
	color: #555555;
}

.boxingfitness-latest-text {
	color: #555555;
}

.video-latest-text span {
	font-size: 2rem;
}

.border-style {
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	background: #999;
}

.yogafitness-footer {
	background-color: #555555;
}

.boxingfitness-footer {
	background-color: #000;
}

.dance-package {
	min-height: 860px;
	background-image: linear-gradient(0deg, rgba(0,0,0) 0%, rgba(0,0,0,0.2) 5%),
	url(../img/video/video_mainimg_dance_pk.png);
	background-position: top right 20%;
}

.package-wrap {
	padding-top: 13em;
}

.package-box{
	margin: 0 5%;
}

.package-main-content {
	display: flex;
	justify-content: center;
}

.package-main-content li {
	width: 47%;
}

.package-img {
	margin: 0 0 4rem;
	text-align: center;
}

.package-img img {
	width: 95%;
}

.package-text-box {
	color: #fff;
}
body.yoga .package-text-box{color: #444;}
body.boxing .package-text-box{color: #fff;}

.package-text-content {
	margin: 0 0 4em;
	padding-top: 0;
}

.package-title {
	margin:0 2rem  2rem;
}

.package-title h1 {
	font-size: 2.5rem;
}

.package-instructor {
	font-size: 1.5rem;
	font-weight: lighter;
	margin: 1rem 0 4rem;
	line-height:1.5;
}

.package-instructor span {
	font-size: 2rem;
	font-weight: normal;
	padding-left: 1rem;
}
.package-instructor a{color:#fff;}
body.yoga .package-instructor a{color:#444;}
body.boxing .package-instructor a{color:#fff;}
.package-instructor a.inst-link-bt{color:#34cdc9;border:1px solid;font-size: 1.2rem;padding:.5em 1.75em .5em 1.75em;display:block;font-weight:normal;position:relative;width:50%;line-height:2;margin-top:1.5em;text-align:center;}
@media screen and (max-width: 1280px) {
.package-instructor a.inst-link-bt{width:55%;}
}
@media screen and (max-width: 1024px) {
.package-instructor a.inst-link-bt{width:70%;}
}
@media screen and (max-width: 768px) {
.package-instructor a.inst-link-bt{width:80%;margin-top:1em;font-size: 1.1rem;}
}


.package-description {
	margin: 2rem;
}

.package-description h2 {
	font-size: 2rem;
	font-family: 'Oswald', sans-serif;
	display: block;
}

.package-description .sp-package-description {
	display: none;
}

.package-description p {
	margin: 1rem 0;
	font-size: 1.5rem;
	line-height: 3rem;
}

.package-content-box h2 {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}

.package-content-wrap {
	margin: 0 2rem;
}

.package-video-item {
	position: relative;
	overflow: hidden;
	padding-top: 65%;
}

.package-video-item img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.package-video-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0006;
	color: #fff;
    padding:1.4em 1.1em;
}

.package-video-title a {
	color: #fff;
}

.package-title-text {font-size: 1.7rem;margin-bottom:.1em;}
.package-instructor-text {font-size: 1.4rem;letter-spacing:1px;margin-bottom:.4em;}
.package-info-text {font-size: 1.1rem;font-weight: lighter;letter-spacing:1px;}

.package-detail-item {
	margin-top: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.package-price {font-size: 1.4rem;text-align:left;width:26%;line-height:1.3;letter-spacing:2px;}
.package-price span {font-size: 2rem;font-weight: normal;display: block;letter-spacing:1px;}
.package-about-link {border: 1px solid #fff;border-radius: 2px;cursor: pointer;width:27%;}
.package-about-link a {color: #fff;}
.package-about-link p span{padding-left:.25em;}
.package-about-link p {padding: .9rem;text-align: center;font-size: .8rem;letter-spacing:1px;}
.package-button {cursor: pointer;width:60%;}
.package-button a{color:#fff;}
.package-button .button-purchase {
	padding: 1rem 3rem;
	background-color: #EF1B49;
	border: none;
	border-radius: 2px;
	display: inline-block;
	text-align:center;
	width:100%;
}

.package-button .button-watching {
	padding: 1rem 0;
	background-color: #34CECA;
	border: none;
	border-radius: 2px;
	display: inline-block;
	color:#fff;
	width:100%;
	text-align:center;
}

.button-watching-pseudo {
	content: '';color: #fff!important;
}

.button-watching-pseudo:before {
	content: '\025b6';
	color: #fff!important;
}

@media screen and (max-width: 1280px) {
.package-about-link p {padding: .5em;line-height:1.1;}
.package-about-link p span{display:block;padding:0;line-height:1.1;}
}

@media screen and (max-width: 1024px) {
	.video-all-bg {min-height: 500px;}	

	.package-title-text {font-size: 1.6rem;}
	.package-instructor-text {font-size: 1.4rem;}
	.package-price {font-size: 1.2rem;	letter-spacing: 0;}
	.package-about-link p {padding: .6em;line-height:1.2;}
		
}

.modal-content.introduction-box {
	width: 80%;
}

@media screen and (max-width: 768px) {
	.modal-content.introduction-box {
		width: 80%;
		height: 80vh;
		overflow-y: auto;
	}
}

.introduction-flex-area {
	display: flex;
	margin: 1rem 0;
	font-size: 1.5rem;
	line-height: 3rem;
}

@media screen and (max-width: 768px) {
	.introduction-flex-area {
		flex-direction: column;
		margin-top: 3rem;
	}
}

.introduction-item {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.introduction-item {
		width: 100%;
	}
}

.introduction-item:last-child {
	margin-left: 2rem;
}

@media screen and (max-width: 768px) {
	.introduction-item:last-child {
		margin-left: 0;
	}
}

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

.modal-ttl.introduction-title {
	margin-bottom: 1rem;
	text-align: left;
}

.introduction-item p {
	margin-bottom: 1rem;
}

.introduction-note {
	margin-left: 1.5rem;
}

.introduction-note li {
	position: relative;
}

.introduction-note li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: absolute;
	left: -13px;
	top: 13px;
}

.yogafitness-package {
	/*min-height: 860px;*/
	background-image: linear-gradient(0deg, rgba(246,246,246) 0%, rgba(246,246,246,0.2) 5%),
	url(../img/video/video_mainimg_yoga-pk.png);
	background-color: #F6F6F6;
	background-size:100%;
}

.boxingfitness-package {
	/*min-height: 860px;*/
	background-image: linear-gradient(0deg, rgba(0,0,0) 0%, rgba(0,0,0,0.2) 5%),
	url("../img/video/video_mainimg_boxing_pk.png");
	background-size:100%;
	background-position:top right 20%;
}

.text-gray {
	color: #555555;
}

.package-content-box {padding-top:2em;}
.package-genre-box {padding-top:4em;}

.package-content-box .text-gray {
	color: #555555;
}

.yogafit-about-link {
	border-color: #555555;
}

.yogafit-about-link a {
	color: #555555;
}

.boxingfit-about-link {
	border-color: #555555;
}

.boxingfit-about-link a {
	color: #555555;
}

.video-purchase-content-box {
	text-align: center;
	margin-bottom: 3rem;
	padding-top: 15em;
}

@media screen and (max-width: 768px) {
	.video-purchase-content-box {
		padding-top: 10em;
	}
	
	.package-genre-box {padding-top:2em;}	
}

.video-purchase-content-box h1 {
	font-size: 2rem;
	color: #EF1B49;
	font-weight: bold;
}

.video-purchase-content {
	width: 50%;
	text-align: left;
}

.video-purchase-content img {
	width: 90%;
}

.video-purchase-content h1 {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	padding: 1.5rem 0 1rem 0;
}

.video-purchase-content-flex {
	display: flex;
	margin-top: 5rem;
}

.video-purchase-text-instracter {
	font-size: 0.5rem;
	color: #888;
}

.video-purchase-text-instracter span {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
}

.video-purchase-text-payment {
	font-size:3rem;
	color: #000;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	padding:2rem 0 2rem 0;
}

.video-purchase-text-bold {
	font-weight: bold;
}

.video-purchase-payment-box {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color: #efefef;
	padding: 2rem;
	font-weight: bold;
}

.video-purchase-payment-box span {
	font-weight: normal;
}

.video-purchase-input {
	width: 100%;
	height: 45px;
	padding: 10px;
	border-style: none;
	margin: 1rem 0 3rem 0;
}

.video-purchase-input-harfsize {
	width: 30%;
	height: 45px;
	padding: 10px;
	border-style: none;
	margin: 1rem 0 3rem 0;
}

.video-purchase-card-message-flex {
	display: flex;
	align-items: flex-start;
}

.video-purchase-card-flex {
	width: 40%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-purchase-card-proportion {
	width: 40%;
	padding-right: 5%;
}

.video-purchase-card-message-proportion {
	width: 60%;
	font-size: small;
}

.video-purchase-red-btn {
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0.8em;
	color: #fff;
	background:#ef1b49;
	font-size: 140%;
	font-weight:bold;
	margin: 4rem 0 4rem 0;
}

.video-purchase-red-btn-flex {
	display: flex;
	text-align: center;
}

.accordion {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #ccc;
	background-color: #f7f7f7;
	margin: 1.5rem 0 3.5rem 0;
}

.accordion .accordion-item {
	list-style: none;
}

.accordion .payment-link,
.accordion .toggle {
	display: flex;
	position: relative;
	padding: 10px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	align-items: center;
	height: 5rem;

}

.accordion .payment-link:hover {
	border: solid 1px #ef1b49;
}

.accordion .toggle:after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: .2s ease-in-out;
}

.accordion .toggle.open ~ .payment-list {
	display: block;
}

.accordion .toggle.open:after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.accordion-item .payment-list {
	background: #fff;
	margin: 0;
	font-size: small;
	overflow: hidden;
	display: none;
}

.payment-item .payment-link {
	line-height: 20px;
	color: #000;
}

.payment-item .payment-link:after {
	display: none;
}

.payment-radio-box .label-text-left {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.fee-radio-box {
	position: relative;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.fee-radio-box {
		width: 100%;
	}
}

.fee-radio-box input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.fee-radio-box label {
	display: flex;
	justify-content: flex-start;
	position: relative;
	font-weight: 300;
	font-size: 1.35em;
	padding: 15px 15px 15px 80px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

@media screen and (max-width: 768px) {
	.fee-radio-box label {
		flex-direction: column;
		font-size: 1.35rem;
		padding: 15px 15px 15px 55px;
		margin: 0;
	}
}

.fee-radio-box .label-text-left {
	text-align: left;
	width: 100%;
	font-size: small;
}

@media screen and (max-width: 768px) {
	.fee-radio-box .label-text-left {
		width: 100%;
		margin-bottom: 1rem;
		text-align: center;
	}
}

.label-text-left .label-caption {
	font-size: 2.8rem;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.label-text-left .label-caption {
		font-size: 2rem;
	}
}

.label-text-left img {
	width: 100%;
}

.fee-radio-box .label-text-right {
	width: 35%;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.fee-radio-box .label-text-right {
		width: 100%;
		text-align: center;
	}
}

.label-text-right .label-gray-box {
	background-image: linear-gradient(#ccc, #ccc);
	background-position: 0 50%;
	background-size: 100% 2px;
	background-repeat: repeat-x;
	color: #ccc;
	text-decoration: none;
	margin: 0 0.4em;
}

.label-text-right .label-text-l {
	font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
	.label-text-right .label-text-l {
		font-size: 2.6rem;
	}
}

.fee-radio-box .check {
	display: block;
	position: absolute;
	border: 1px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 13px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

@media screen and (max-width: 768px) {
	.fee-radio-box .check {
		height: 30px;
		width: 30px;
		top: 10px;
		left: 15px;
	}
}

.fee-radio-box .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.fee-radio-box input[type="radio"]:checked ~ .check {
	border: 6px solid #EF1B49;
}

@media screen and (max-width: 768px) {
	.fee-radio-box input[type="radio"]:checked ~ .check {
		border: 7px solid #EF1B49;
	}
}

.fee-radio-box input[type="radio"]:checked ~ label {
	color: #EF1B49;
}

.fee-radio-box.fee-radio-box-active {
	border-color: #EF1B49;
}

.wrap-video-parchase {
	padding: 0 10em;
}

.video-parchase-instractername-flex {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.video-parchase-instractername-flex p {
	margin-top: 1rem;
	font-size: 1rem;
}

.pagination-box {
	color: #fff;
	font-size: 1.6rem;
	margin: 18px 0 28px 0;
	overflow: hidden;
	padding: 7px 0 6px;
	display: block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.pagination-box {
		font-size: 1.6rem;
	}
}

.pagination-flex {
	line-height: 27px;
	margin: 0 -2px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.pagination-flex {
		line-height: 16px;
	}
}

.pagination-link {
	color: #fff;
	flex: 0;
	flex-grow: 0;
	display: inline-block;
	text-align: center;
	padding: 0 18px;
}
body.yogafitness .pagination-link span{color: #555;}
body.boxingfitness .pagination-link span{color: #fff;}

.pagination-icon {
	display: inline-block;
	fill: currentColor;
	height: 26px;
	line-height: 26px;
	position: relative;
	width: 13px;
	margin: -2px 0 0 -2px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.pagination-icon {
		height: 16px;
		line-height: 16px;
		width: 8px;
	}
}

.pagination-icon.pagination-double-icon {
	width: 26px;
}

@media screen and (max-width: 768px) {
	.pagination-icon.pagination-double-icon {
		width: 16px;
	}
}

.paginaiton-text {
	line-height: 24px;
	margin: 0 24px;
}

@media screen and (max-width: 768px) {
	.paginaiton-text {
		line-height: 16px;
		margin: 0 16px;
	}
}

.yoga .paginaiton-text {
	color: #999;
}

.boxing .paginaiton-text {
	color: #fff;
}


.angle {
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:3.51px;
}

.angle.angle-disabled {
	stroke:#999;
}

body.yogafitness .angle{stroke:#555;}
body.yogafitness .angle.angle-disabled{stroke:#aaa;}

body.boxingfitness .angle{stroke:#fff;}
body.boxingfitness .angle.angle-disabled{stroke:#999;}

/* タブレット対応 */

@media screen and (max-width: 768px) {
	.video-header-flex {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #0000;
		z-index: 10;
	}

	.head-left-col .head-logo {
		width: 42px;
		height: 71px;
	}

	.head-left-col .nav-box {
		display: none;
	}

	.head-right-col .login-name {
		display: none;
	}

	.mypage-button-box {
		width: 60px;
		height: 60px;
		padding: .5rem;
		cursor: pointer;
	}

	.d-sm-block {
		display: none;
	}

	.mypage-register-button-box {
		display: none;
	}

	.sp-menu-button {
		display: block;
		position: relative;
	}

	.sp-menu-button hr {
		display: block;
		margin: 0;
		border: none;
		width: 65%;
		height: 2px;
		background: #000;
		transform-origin:0% 50%;
		position: absolute;
		top: 12px;
		left: 18%;
		transition: .3s;
	}

	.sp-menu-button hr:nth-of-type(2){
		top: 22px;
	}

	.sp-menu-button hr:nth-of-type(3){
		top: 32px;
	}

	.sp-menu-button-white hr {
		background: #fff;
	}

	.sp-menu-button-gray hr {
		background: #555555;
	}

	.nav-sp-content {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #262626;
		z-index: 0;
		overflow: auto;
		visibility: hidden;
		opacity: 0;
		display: block;
		z-index: 5;
	}

	.gnavi-open &gt; .nav-sp-content {
		visibility: visible;
		opacity: 1;
	}

	.nav-sp-menu {
		clear: both;
	}

	.nav-sp-content .nav-sp-menu &gt; li {
		font-size: 1.7rem;
		padding: 1.7rem 2rem;
		letter-spacing: 1px;
		border-bottom: 1px solid #999;
		position: relative;
	}

	.nav-sp-menu li:first-child {
		border-bottom-width: 0;
	}

	.nav-sp-content .nav-sp-menu &gt; li:not(:first-child):after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 29px;
		right: 30px;
		margin-top: -4px;
	}

	.nav-menu-close {
		display: block;
		width: 60px;
		height: 60px;
		position: relative;
		cursor: pointer;
		float: right;
	}

	.nav-menu-close hr {
		display: block;
		margin: 0;
		border: none;
		width: 65%;
		height: 1px;
		background: #fff;
		transform-origin:0% 50%;
		position: absolute;
		top: 13px;
		left: 28%;
	}

	.nav-menu-close hr:nth-of-type(1) {
		transform: rotate(45deg);
		width: 65%;
	}

	.nav-menu-close hr:nth-of-type(2) {
		top: 40px;
		transform: rotate(-45deg);
		width: 65%;
	}

	.nav-sp-menu .name-text {
		color: #34ceca;
	}

	.name-text span {
		margin-right: .5rem;
	}

	.nav-sp-icon-default {
		position: relative;
		line-height: 30px;
		text-indent: 30px;
		padding-left: 3rem;
		display: block;
		color: #fff;
	}

	.nav-sp-content .nav-sp-menu .nav-sp-dd {
		padding-bottom: 0;
	}

	.nav-sp-dd p {
		padding-bottom: 1.7rem;
	}

	.nav-sp-content .nav-sp-menu li.nav-sp-dd:after {
		font-family: fontAwesome;
		content: '\f196';
		font-weight: 400;
		border: none;
		transform: none;
		color: #fff;
	}

	.nav-sp-content .nav-sp-menu li.list-open:after {
		content: '\f147';
	}

	.nav-sp-menu .nav-sp-icon-default:before {
		content: '';
		background-image: url(../img/mypage/menu-ico1-w.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		position: absolute;
		left: 0;
		top: 2px;
	}

	.nav-sp-menu .nav-sp-icon-how-to-use:before {
		background-image: url(../img/mypage/menu-ico-how-to-use-w.svg);
	}

	.nav-sp-menu .nav-sp-icon-search:before {
		background-image: url(../img/mypage/menu-ico-search-w.svg);
	}

	.nav-sp-menu .nav-sp-icon-price:before {
		background-image: url(../img/mypage/menu-ico-price-w.svg);
	}

	.nav-sp-menu .nav-sp-icon-qa:before {
		background-image: url(../img/mypage/menu-ico-qa-w.svg);
	}

	.nav-sp-menu .nav-sp-icon-login:before {
		background-image: url(../img/common/ico-login-w.svg);
		left: 15px;
	}

	.nav-sp-login-box .nav-sp-icon-default {
		text-indent: 0;
		padding-left: 0;
	}

	.nav-sp-login-box {
		padding: 1rem;
		border: 1px solid #fff;
		border-radius: 5px;
		text-align: center;
	}

	.nav-sp-menu-second {
		visibility: hidden;
		opacity: 0;
		height: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}

	.list-open .nav-sp-menu-second {
		visibility: visible;
		opacity: 1;
		height: auto;
	}

	.nav-sp-menu-second li {
		background: #000;
		margin-top: 0.5rem;
		padding: 1.7rem 1rem;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		position: relative;
	}

	.nav-sp-content .nav-sp-menu-second &gt; li:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 29px;
		right: 30px;
		margin-top: -4px;
	}

	.nav-sp-menu-second .nav-sp-second-font {
		padding-left: 2rem;
		color: #fff;
		display: block;
		font-size: 1.5rem;
	}

	.nav-sp-campaign-box {
		padding: 4rem;
	}

	.nav-sp-campaign-box img {
		width: 100%;
	}

	.video-all-bg {
		min-height: 930px;
		background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
		url(../img/video/video_mainimg_sp.webp);
	}
	.no-webp .video-all-bg {
		background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
		url(../img/video/video_mainimg_sp.png);
	}

	.video-dance-bg {
		min-height: 930px;
		background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
		url(../img/video/video_mainimg_dance_sp.webp);
		position: relative;
	}
	.no-webp .video-dance-bg {
		background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
		url(../img/video/video_mainimg_dance_sp.png);
	}

	.video-yogafitness-bg {
		min-height: 930px;
		background-image: url(../img/video/video_mainimg_yoga_sp.webp);
		background-color: #F6F6F6;
		position: relative;
	}
	.no-webp .video-yogafitness-bg {
		background-image: url(../img/video/video_mainimg_yoga_sp.png);
	}
	
	.video-boxingfitness-bg {
		min-height: 930px;
		background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
		url(../img/video/video_mainimg_boxing_sp.webp);
		/*background-color: #F6F6F6;*/
		position: relative;
	}
	.no-webp .video-boxingfitness-bg {
		background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),
		url(../img/video/video_mainimg_boxing_sp.jpg);
	}

	.video-main-box {
		padding: 0 6rem;
		justify-content: space-between;
	}

	.dance-main-box {
		padding-top: 13em;
	}

	.dance-main-title h1 span {
		margin: 0;
		font-size: 2rem;
		display: block;
	}

	.dance-main-title h2 {
		display: none;
	}

	.dance-main-title .sp-dance-title {
		font-size: 2rem;
		font-weight: normal;
		color: #fff;
		display: block;
	}

	.yogafitness-main-title h1 span {
		margin-left: 0;
		font-size: 2rem;
		display: block;
	}

	.yogafitness-main-title h2 {
		display: none;
	}

	.yogafitness-main-title .sp-dance-title {
		font-size: 2rem;
		color: #fff;
		display: block;
	}
	
	.boxingfitness-main-title h1 span {
		margin-left: 0;
		font-size: 2rem;
		display: block;
	}

	.boxingfitness-main-title h2 {
		display: none;
	}

	.boxingfitness-main-title .sp-dance-title {
		font-size: 2rem;
		color: #fff;
		display: block;
	}

	.dance-main-content {
		line-height: 3rem;
		font-size: 1.5rem;
	}

	.dance-main-content img {
		width: 70%;
		margin-top: 2rem;
	}

	.yogafitness-main-title .dance-main-content img {
		width: 70%;
	}
	
	.boxingfitness-main-title .dance-main-content img {
		width: 70%;
	}

	.video-news-content {
		width: calc(100% / 2.5);
		margin-right: 2.5em;
	}

	.dance-news-content {
		width: calc(100% / 2.5);
	}

	.video-news-pickup img {
		width: 100%;
	}

	.video-news-campaign img {
		width: 100%;
	}

	.video-menu-box {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.video-menu-box li {
	padding:0 1.5em;
	}


	.dance-main-menu {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.dance-menu-box {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.dance-menu-box li {
		width: calc(100% / 6);
	}

	.dance-menu-box li:last-child {
		padding-left: 2rem;
	}
	.filtering-genre-item button{font-size:1.2em;}
	.filtering-content img {
		width: 3%;
	}

	.filtering-box-yogafit {
		background-color: #F6F6F6E6;
	}
	
	.filtering-box-boxingfit {
		background-color: #0009;
	}

	.filtering-content-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.filtering-item-text {
		margin-left: 0.5rem;
		margin-bottom: 1.5rem;
		width: 100%;
	}

	.filtering-genre-item {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.filtering-genre-item li {
		margin: 0.5rem;
		width:48%;
	}

	.filtering-yogafit-item {
		justify-content: flex-start;
	}
	
	.filtering-boxingfit-item {
		justify-content: flex-start;
	}

	.filtering-item-input-text {
		width: 100%;
	}
	.video-latest-item {margin-bottom:1em;}
	.video-latest-box {
		width: 48%;
	}
	.video-genre-item{justify-content: space-between;}
	.video-genre-item:before{content:"";display: block;width: 48%;order:1;}
	.video-genre-item:after{content:"";display: block;width: 48%}
	.video-genre-box{width:48%;margin-right:0%;}	
	
	.sp-border-style {
		display: block;
		border: 0;
		width: 100%;
		height: 1px;
		background: #999;
	}

	.dance-package {
		background-image: url(../img/video/video-mainimg-street-sp-pk.png);
		background-size:120% auto;
		background-position:top center;
	}

	.yogafitness-package {
		background-image: url(../img/video/video_mainimg_yoga_sp-pk2.png);
	}
	
	.boxingfitness-package {
		background-image: url(../img/video/video-mainimg-boxing-sp-pk.png);
	}
	
	.package-wrap{padding-top: 10em;}
	.package-box{margin: 0 0;}

	.package-main-content {
		flex-direction: column;
	}

	.package-main-content li:first-child {
		width: 100%;
		margin: 0 auto;
	}

	.package-main-content .package-text-box {
		width: 100%;
	}

	.package-text-content {
		margin: 0;
	}

	.package-instructor span {
		padding: 0;
		font-size: 2.5rem;
		display: block;
	}

	.package-description h2 {
		display: none;
	}

	.package-description .sp-package-description {
		font-size: 2.5rem;
		display: block;
	}
	.package-button .button-watching {
		padding: 1.25rem 0;
	}

	.package-content-box {
		margin: 3rem 0;
	}
	.package-video-title {
			padding:1em;
	}

	.video-purchase-content-flex {
		display: flex;
		flex-direction: column;
	}

	.video-purchase-content {
		width: 100%;
		text-align: center;
	}

	.video-purchase-content-flex {
	margin-top: 3rem;
	}

	.wrap-video-parchase {
	padding: 0 6em;
	}

	.video-parchase-instractername-flex {
	flex-direction: column;
	margin-top: 1rem;
	align-items: center;
	}

	.video-purchase-content h1 {
	padding: 3rem 0 1rem 0;
	}

	.accordion .payment-link,
	.accordion .toggle {
	justify-content: center;
	}

	.payment-radio-box .label-text-left {
		display: block;
	}
}



/* スマホ対応 */

@media screen and (max-width: 480px) {
	.video-all-bg {
		min-height: 445px;
	}

	.video-dance-bg {
		min-height: 450px;
	}

	.video-yogafitness-bg {
		min-height: 450px;
	}
	
	.video-boxingfitness-bg {
		min-height: 450px;
	}

	.video-main-box {
		padding: 0 3em;
	}

	.dance-main-box {
		padding-top: 7em;
	}
	.video-news-content {
		margin-right: 1.5em;
	}	

	.video-yogafitness-bg .dance-main-box {
		align-items: flex-start;
	}
	
	.video-boxingfitness-bg .dance-main-box {
		align-items: flex-start;
	}

	.main-title h1 {
		font-size: 3rem;
	}
	.main-title h1 span{
		text-align:left;
	}

	.dance-main-title h1 {
		font-size: 2rem;
	}

	.dance-main-title h1 span {
		font-size: 1.3rem;
	}

	.dance-main-title h2 {
		display: none;
	}

	.dance-main-title .sp-dance-title {
		font-size: 1.2rem;
	}

	.yogafitness-main-title h1 {
		font-size: 2rem;
	}

	.yogafitness-main-title h1 span {
		font-size: 1.3rem;
	}

	.yogafitness-main-title h2 {
		display: none;
	}

	.yogafitness-main-title .sp-dance-title {
		font-size: 1.2rem;
	}
	
	.boxingfitness-main-title h1 {
		font-size: 2rem;
	}

	.boxingfitness-main-title h1 span {
		font-size: 1.3rem;
	}

	.boxingfitness-main-title h2 {
		display: none;
	}

	.boxingfitness-main-title .sp-dance-title {
		font-size: 1.2rem;
	}

	.dance-main-content {
		margin: 2rem 0;
		width: 80%;
		line-height: 2rem;
		font-size: 1rem;
	}

	.dance-main-content img {
		width: 100%;
	}

	.dance-news-content {
		width: 40%;
	}

	.swiper-container .dance-swiper-bullet {
		width: 80%;
	}

	.dance-news-campaign {
		margin-top: 2rem;
	}

	.yogafitness-news-campaign {
		margin-top: 2rem;
	}

	.boxingfitness-news-campaign {
		margin-top: 2rem;
	}
	
	.video-main-menu {
		margin-bottom: 2em;
	}

	.dance-main-menu {
		margin-bottom: 3rem;
	}

	.video-menu-box {
		font-size: 1.3rem;
	}

	.video-menu-box li {
	/**width: calc(100% / 3);**/
	padding:0 1.5em;
	}

	/**.video-menu-box li:nth-child(2) {
		padding-right: 2rem;
	}

	.video-menu-box .main-menu-all {
		padding-left: 0;
	}**/
	.dance-menu-box {
		padding: 0 4.5rem;
		font-size: 1.3rem;
	}

	.dance-menu-box li {
		width: calc(100% / 3);
	}

	.dance-menu-box li:nth-child(2) {
		padding-right: 2rem;
	}

	.dance-menu-box li:last-child {
		padding-left: 0;
	}

	.filtering-box {
	margin-bottom: .5rem;
	padding: 2em 5%;
	}

	.filtering-content img {
		margin-right: 0.5rem;
		width: 6%;
	}

	.filtering-genre-item button{font-size:1.35em;}

	.filtering-genre-item li {
		font-size: 1rem;
		white-space: nowrap;
		width:45%;
	}

	.video-content-box h2 {
		font-size: 2rem;
	}

	.yogafitness-content-box h2 {
		font-size: 2rem;
	}
	
	.boxingfitness-content-box h2 {
		font-size: 2rem;
	}
	.video-latest-item {padding:0}
	.video-latest-box {
		margin-bottom: 2rem;
	}

	.video-latest-text {
		font-size: 1rem;
	}

	.video-latest-text span {
		font-size: 1.5rem;
	}

	.package-wrap {padding-top:6em;margin: 0;}
    .package-main-content {padding:0 1em;}

	.package-img {
		margin: 4rem 0;
	}

	.package-title {
		margin: 0;
	}

	.package-title h1 {
		font-size: 1.5rem;
	}

	.package-instructor {
		font-size: 1rem;
		margin: 1rem 0 3.5em;
	}

	.package-instructor span {
		font-size: 1.5rem;
	}

	.package-description {
		margin: 2rem 0;
	}

	.package-description .sp-package-description {
		font-size: 1.3rem;
	}

	.package-description p {
		font-size: 1rem;
		line-height: 2rem;
	}
	body.yogafitness .package-description p	{color:#555;}
	body.boxingfitness .package-description p {color:#fff;}

	.package-content-box h2 {
		font-size: 1.4rem;
	}

	.package-content-wrap {
		margin: 0;
	}

	.package-video-item {
		width: 100%;
	}

.package-video-title {
    padding:.6em;
}
	.package-title-text {
		font-size: 1.15rem;
		transform-origin: left;
		line-height:1.2;
		margin-bottom: 0;
	}

	.package-instructor-text {
		font-size: 1rem;
		transform-origin: left;
			line-height:1.4;
		margin-bottom: .1em;
	}

	.package-info-text {
		font-size: 1rem;
		transform: scale(0.8);
		transform-origin: left;
	}

	.package-detail-item {
		margin-top: 0.75em;
	}

	.package-price {
	font-size: 0.9rem;
	width: 30%;
	}

	.package-price span {
	font-size: 1.3rem;
	}

	.package-about-link {margin: 0;transform: scale(0.8);}
	.package-about-link p {padding: 0.5rem;line-height:1.2;font-size:1rem;letter-spacing: .25px;}

	/*.package-button {
		transform: scale(0.8);
	}*/

	/*20200807 noah up*/
	.package-button .button-purchase {
		padding: 0.8rem 0;
		font-size: 1.2rem;
		width:100%;
	}	/*20200807 noah up*/

	.package-button .button-watching{
		padding: .6em 0;
	}

	.button-watching-pseudo:before {
		font-size: 1rem;
	}

	.wrap-video-parchase {
		padding: 0 2em;
	}

.pagination-box {
    font-size: 1.2rem;
}

}

.complete-bg {
	min-height: 660px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.video-button {
	text-align: center;
}

.video-button-green {
	width: 38%;
	background-color: #34CECA;
	color: #fff;
	padding: 2rem;
	border-radius: 5px;
	font-size: 2.6rem;
	margin-bottom: 2em;
	position: relative;
	display: inline-block;
}

.video-button-green span:before {
	content: '';
	background-image: url(../img/live/icon-play.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 18px;
	top: 23px;
}

@media screen and (max-width: 768px) {
	.video-button-green {
		width: 80%;
		padding: 1.6rem;
		font-size: 2rem;
	}
	.video-button-green span:before {
		left: 20px;
		top: 16px;
	}
}

.modal.modal-confirm {
	display: block;
}

.modal-confirm .modal-content {
	overflow-y: auto;
	height: 55vh;
}

.modal-confirm .modal-confirm-title {
	margin-bottom: 1rem;
	text-align: left;
	color: #EF1B49;
}

.modal-confirm .modal-confirm-text {
	margin-bottom: 1em;
}

.modal-confirm-note {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 1em;
	list-style: circle;
	padding-left: 1.2rem;
}

@media screen and (min-width: 768px) {
	.modal-confirm-note {
		font-size:1.6rem;
		line-height:1.7;
		padding-left: 1.6rem;
	}
}

.modal-confirm-btn-area {
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}

.modal-confirm-btn {
	border: 1px solid #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.2rem;
	color: #fff;
	padding: 1em 2.5em;
}

@media screen and (min-width: 768px) {
	.modal-confirm-note {
		font-size:1.6rem;
	}
}

.modal.modal-sinup {
	display: block;
}

.modal-sinup .modal-content {
	border-width: 0;
	overflow-y: auto;
}

.modal-sinup .modal-sinup-title {
	font-size: 2.4rem;
}

.modal-content .modal-sinup-text {
	text-align: center;
}

.modal-sinup-text.modal-sinup-text-bold {
	font-size: 1.6rem;
	font-weight: 900;
}

.modal-sinup-text.sinup-text-mb1em {
	margin-bottom: 1em;
}

.modal-sinup-btn-area {
	display: flex;
	justify-content: center;
	margin-bottom: 4em;
}

.modal-webmember-btn {
	background: #4100f9;
	background: -moz-linear-gradient(left, #4100f9 0%, #da02af 100%);
	background: -webkit-linear-gradient(left, #4100f9 0%,#da02af 100%);
	background: linear-gradient(to right, #4100f9 0%,#da02af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startbackgroundstr='#4100f9', endbackgroundstr='#da02af',GradientType=0);
	color: #fff;
	padding: 1em 6em;
	font-size: 2rem;
	font-weight: 900;
}

@media screen and (max-width: 450px) {
	.modal-webmember-btn {
		font-size: 1em;
		padding-left: 0;
		padding-right: 0;
        width: 100%;
        text-align: center;	
	}
.modal-sinup-btn-area {
	margin-bottom: 3em;
}	
}

@media screen and (max-width: 375px) {
	.modal-webmember-btn {
		font-size: 1em;
		padding-left: 0;
		padding-right: 0;
        width: 100%;
        text-align: center;	
	}
}

.modal-sinup-btn {
	border: 1px solid #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.6rem;
	color: #fff;
	padding: 1em 5em;
}

@media screen and (max-width: 375px) {
	.modal-sinup-btn {
		font-size: 1.1em;
		padding: .5em 2em;
	}
}

@media (min-width:769px){
	.package-img {
    margin: 0 2em 4rem auto;
    max-width: 56rem;
	}
}
@media (min-width:1024px){
	br.sp{
		display:none;
	}
}</pre></body></html>