@charset "UTF-8";

/* 後々common.css に入れたい *************************************************************************/

html {
	font-size: 62.5%;
}
body {
	color: #363636;
	font-size: clamp(1.4rem, 1.254rem + 0.73vw, 1.8rem) !important;
	line-height: 2;
	font-weight: 400;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	/*font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

@media screen and (max-width: 834px) {
	body {
	}
}
@media screen and (max-width: 430px) {
	body {
		font-family: "ryo-gothic-plusn", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
}
@media screen and (max-width: 320px) {

}

/* ******************************************************
 * 見出し
 * *************************************************** */

h1, h2, h3, h4, h5, h6 {
	font-family: serif;
	font-weight: 600;
	margin: 0;
	text-align: center;
	color: #BA9847;
	line-height: 1.6;
}

h2 {
	font-size: clamp(2.2rem, 1.031rem + 5.82vw, 5.4rem);
	margin-bottom: 60px;
}
h3 {
	font-size: 5rem;
	margin-bottom: 30px;
}
h4 {
	font-size: 5rem;
	margin-bottom: 30px;
}
h5 {
	font-size: 4rem;
	margin-bottom: 30px;
}
h6 {
	font-size: 3rem;
	margin-bottom: 30px;
}

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

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

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

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

}


/* メイン見出し ********************************** */
.mainTitle {
	text-align: center;
	margin-bottom: 90px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}
.mainTitle:before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg) skew(20deg, 20deg);
    background: #BA9847;
    width: 10px;
    height: 10px;
}
.mainTitle span.gold {
	display: inline-block;
	position: static;
	transform: none;
	color: #c5a942;
	background: -webkit-linear-gradient(0deg, #e0c66d, #B67B03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mainTitle span.number {
	font-size: 1.3em;
}
.mainTitle.noBefore { /* beforeのダイヤがないバージョン */
	padding-bottom: 0;
}
.mainTitle.noBefore:before {
	content: none;
}

/* サブ見出し ********************************** */
.sub_title {
	font-size: 6rem;
	text-align: center;
	margin-bottom: 45px;
	color: #493C1C;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1194px) {
	.sub_title {
		font-size: 5rem;
	}
}
@media screen and (max-width: 559px) {
	.sub_title {
		font-size: 4rem;
	}
}
@media screen and (max-width: 430px) {
	.sub_title {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 380px) {
	.sub_title {
		font-size: 2.8rem;
	}
}


section {
	padding: 120px 0;
}
.commonBox {
	margin-top: 90px;
}
@media screen and (max-width: 834px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 559px) {
	section {
		padding: 75px 0;
	}
	.commonBox {
		margin-top: 75px;
	}
}
@media screen and (max-width: 430px) {
	section {
		padding: 60px 0;
	}
	.commonBox {
		margin-top: 60px;
	}
}
@media screen and (max-width: 320px) {
	section {
		padding: 45px 0;
	}
	.commonBox {
		margin-top: 45px;
	}
}


/* ★テンプレート確認 */
.template {
	text-align: center;
}
.template p.discrimination {
	font-size: 5rem;
}

@media screen and (max-width: 560px) {
	.template p.discrimination {
		font-size: 3rem;
	}
}

/* 後々common.css に入れたい ここまで *************************************************************************/



/* 後々style.css に入れたい *************************************************************************/

/* フォント */
.serif {
	font-family: serif;
}
.sans-serif {
	font-family: sans-serif;
}

/* テキスト body 1.7rem */
.textS {
	font-size: 1.4rem;
}
.textL {
	font-size: 2rem;
}
.textO {
	font-size: 2.4rem;
}
.textXO {
	font-size: 2.8rem;
}
.textYO {
	font-size: 3.2rem;
}

@media screen and (max-width: 834px) {
	/* テキスト body 1.6rem */
	.textS {
		font-size: 1.4rem;
	}
	.textL {
		font-size: 2rem;
	}
	.textO {
		font-size: 2.4rem;
	}
	.textXO {
		font-size: 2.8rem;
	}
	.textYO {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 560px) {
	/* 名前や職業 */
	.name {
		margin: 3px 0 0;
	}
}
@media screen and (max-width: 430px) {
	/* テキスト body 1.5rem */
	.textS {
		font-size: 1.2rem;
	}
	.textL {
		font-size: 1.8rem;
	}
	.textO {
		font-size: 2rem;
	}
	.textXO {
		font-size: 2.2rem;
	}
	.textYO {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 380px) {
	/* テキスト body 1.5rem */
	.textS {
		font-size: 1.1rem;
	}
	.textL {
		font-size: 1.6rem;
	}
	.textO {
		font-size: 1.8rem;
	}
	.textXO {
		font-size: 2.2rem;
	}
	.textYO {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 320px) {
	/* テキスト body 1.4rem */
	.textS {
		font-size: 1rem;
	}
	.textL {
		font-size: 1.5rem;
	}
	.textO {
		font-size: 1.7rem;
	}
	.textXO {
		font-size: 2.1rem;
	}
	.textYO {
		font-size: 2.7rem;
	}
}

/* 後々style.css に入れたい ここまで *************************************************************************/



.btnMain {
	display: inline-block;
    width: auto;
    min-width: 380px;
    max-width: 680px;
    padding: 18px 3.6em 18px 60px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s !important;
    border-radius: 100px;
    background-size: 200% auto;
    color: #FFF;
    font-family: sans-serif;
    font-weight: bold;
    background-image: linear-gradient(to right, #ba9747 0%, #998d7a 51%, #ba9747 100%);
    position: relative;
    font-size: clamp(1.6rem, 1.235rem + 1.82vw, 2.6rem);
	line-height: 1.6;
}
.btnMain:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 1.6em;
	transform: translateY(-50%) rotate(45deg);
}
.btnMain:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (max-width: 834px) {
	.btnMain {
		font-size: clamp(1.6rem, 1.235rem + 1.82vw, 2.6rem);
	}
	.btnMain-blue,
	.btnMain-red {
		min-width: 380px;
		max-width: 680px;
	}
}
@media screen and (max-width: 560px) {
	.btnMain {
		min-width: 320px;
        max-width: 100%;
		padding: 18px 3.2em 18px 45px;
	}
	.btnMain-blue,
	.btnMain-red {
		min-width: 320px;
		max-width: 100%;
		padding: 18px 2.2em 18px 1em;
	}
}
@media screen and (max-width: 430px) {
	.btnMain,
	.btnMain-blue {
		min-width: 100%;
        max-width: 100%;
		padding: 18px 2.2em 18px 1em;
	}
	.btnMain:before,
	.btnMain-blue:before {
		width: 9px;
		height: 9px;
		right: 1.4em;
	}
	.btnMain-blue,
	.btnMain-red {
		min-width: 100%;
        max-width: 100%;
		padding: 18px 3.2em 18px 45px;
	}
	.btnMain-blue:before,
	.btnMain-red:before {
		width: 9px;
		height: 9px;
		right: 1.4em;
	}
}
@media screen and (max-width: 390px) {
	.btnMain-blue,
	.btnMain-red {
		padding: 18px 2.6em 18px 20px;
	}
}
@media screen and (max-width: 320px) {
	.btnMain {
		min-width: 220px;
		line-height: 1.4;
		padding: 15px 2.6em 15px 20px;
	}
	.btnMain-blue,
	.btnMain-red {
		min-width: 220px;
		line-height: 1.4;
		padding: 15px 2.6em 15px 20px;
		border-radius: 12px;
	}
}


.onenessyoga .onenessyogaFirst p.onenessyogaFirst-01 {
	font-size: 3.8rem;
	line-height: 1.6;
	margin: 0 0 12px;
	color: #c5a942;
    background: -webkit-linear-gradient(0deg, #e0c66d, #B67B03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onenessyoga .onenessyogaFirst p.onenessyogaFirst-02 {
	font-weight: bold;
	margin: 0;
	color: #2D3675;
}
.onenessyoga .onenessyogaFirst p.onenessyogaFirst-02 span {
	display: inline-block;
    background: #0b2c4b;
    color: #FFF;
    border-radius: 30px;
    padding: 2px 22px;
    font-size: .6em;
    font-weight: normal;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
.onenessyoga .onenessyogaFirst p.onenessyogaFirst-03 {
    margin: 0 0 12px;
}
.onenessyoga .onenessyogaFirst p.onenessyogaFirst-03 span {
	display: inline-block;
	font-size: 4.6rem;
    font-weight: bold;
	color: #c5a942;
    background: -webkit-linear-gradient(0deg, #e0c66d, #B67B03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onenessyoga .onenessyogaFirst p.onenessyogaFirst-04 {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.6;
}


@media screen and (max-width: 960px) {
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-01 {
		font-size: 3rem;
	}
}
@media screen and (max-width: 560px) {
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-02 span {
		margin: 0;
	}
}
@media screen and (max-width: 430px) {
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-01 {
		font-size: 2.6rem;
		margin: 0;
	}
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-02 span {
        margin-top: -12px;
        font-size: .5em;
        padding: 2px 12px;
	}
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-03 {
		margin: -12px 0 6px;
	}
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-03 span {
		font-size: 3.6rem;
	}
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-04 {
		font-size: 1.4em;
		margin-top: -12px;
	}
}
@media screen and (max-width: 380px) {
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-01 {
		font-size: 2.4rem;
	}
	.onenessyoga .onenessyogaFirst p.onenessyogaFirst-04 {
		font-size: 1.2em;
	}
}


/* **********************************************
 * ワンネスヨガクラス 2022（2024）
 * ******************************************* */


/* あなたが得られる7つの特徴 */
#onenessyoga2022 .onenessyogaFeature {
	padding-bottom: 0;
}
#onenessyoga2022 .onenessyogaFeature .onenessyogaFeature-itemsHead {
	
}
#onenessyoga2022 .onenessyogaFeature .onenessyogaFeature-itemsFood {
	
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li {
	padding-top: 12.3333333%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item01 {
	background: url(../images/onenessyoga/2022/featureBg_02.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item02 {
	background: url(../images/onenessyoga/2022/featureBg_03.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item03 {
	background: url(../images/onenessyoga/2022/featureBg_04.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item04 {
	background: url(../images/onenessyoga/2022/featureBg_05.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item05 {
	background: url(../images/onenessyoga/2022/featureBg_06.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item06 {
	background: url(../images/onenessyoga/2022/featureBg_07.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item07 {
	background: url(../images/onenessyoga/2022/featureBg_08.webp) no-repeat;
	background-size: 100%;
}


/* チャクラパワーを高め、体の至福を体験する */
#onenessyoga2022 .onenessyogaExperience {
	padding-bottom: 0;
}


/* 覚者シュリ・プリタジからのメッセージ */
#onenessyoga2022 .onenessyogaMsg {}
#onenessyoga2022 .onenessyogaMsg .onenessyogaMsg-text {
	text-align: left;
	padding: 60px 60px 60px 260px;
	background: #FFF url(../images/onenessyoga/2022/msg-textBg.webp) no-repeat;
	background-position: left -60% center;
	background-size: 60%;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}


/* ワンネス・ヨガは万人向け */
#onenessyoga2022 .onenessyogaForyoga {
	padding-bottom: 0;
}
#onenessyoga2022 .onenessyogaForyoga img.foryoga {
	display: block;
	    width: 900px;
    margin: 0 auto;
}


/* 申し込み */
#onenessyoga2022 .onenessyogaEntry {
	padding-bottom: 0;
}
#onenessyoga2022 .onenessyogaEntry p.onenessyogaEntry-everytime {
	font-weight: bold;
}
#onenessyoga2022 .onenessyogaEntry p.onenessyogaEntry-price {
	font-weight: bold;
}
#onenessyoga2022 .onenessyogaEntry p.onenessyogaEntry-price span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 180px;
	color: red;
}
#onenessyoga2022 .onenessyogaEntry p.onenessyogaEntry-price span:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 2em;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
	height: 1px;
	background: #000;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 0;
	padding: 30px 60px;
	min-width: 120px;
	max-width: 100%;
	color: #FFF;
	background: #2D3675;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-balloon:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #2D3675;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-balloon span {
	display: block;
    font-size: .8em;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry {
	margin: 75px 0 0;
	background: url(../images/onenessyoga/2022/entryBg.webp) no-repeat;
	background-size: cover;
	padding: 53% 0 0;
	position: relative;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry:before {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/onenessyoga/2022/entryBg.webp) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry-img {
	display: none;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry .onenessyogaEntry-entry-box {
	position: absolute;
	top: 35%;
	width: 800px;
	right: 0;
	text-align: center;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry p.onenessyogaEntry-entry-top {
	font-size: 1.6em;
    margin: 0;
    font-family: serif;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry p.onenessyogaEntry-entry-middle {
	font-size: 1.6em;
    margin: 0;
	color: #2D3675;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry p.onenessyogaEntry-entry-bottom {
	font-size: 1.9em;
	margin: 12px 0 0;
	font-weight: bold;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry .button_box {
	margin: 30px auto 0;
	max-width: 620px;
}
#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry .button_box a {
	width: 100% !important;
}


/* 創設者プロフィール */
#onenessyoga2022 .onenessyogaFounderprofile {
	    padding-bottom: 0;
}


/* 最下部の申し込み */
#onenessyoga2022 .onenessyogaEntry-bottom {
	background: url(../images/onenessyoga/2022/entrybottom.webp) no-repeat;
	background-position: top center;
	background-size: 700px;
	padding: 150px 0 90px;
	box-shadow: 0px -12px 12px -12px #e1e6ed;
}


@media screen and (max-width: 1194px) {
	.feature .feature_bg ul li {
		padding: 0 60px 0 25%;
	}
	.feature .feature_bg ul li.feature_bg_02,
	.feature .feature_bg ul li.feature_bg_03,
	.feature .feature_bg ul li.feature_bg_04,
	.feature .feature_bg ul li.feature_bg_05,
	.feature .feature_bg ul li.feature_bg_06,
	.feature .feature_bg ul li.feature_bg_07,
	.feature .feature_bg ul li.feature_bg_08 {
		background-size: cover;
		height: 149px;
	}
	
	/* 覚者シュリ・プリタジからのメッセージ */
	#onenessyoga2022 .onenessyogaMsg .onenessyogaMsg-text {
		padding: 60px 60px 60px 180px;
	}
}
@media screen and (max-width: 960px) {
	
	/* 覚者シュリ・プリタジからのメッセージ */
	#onenessyoga2022 .onenessyogaMsg .onenessyogaMsg-text {
		padding: 60px 60px 60px 160px;
	}
	
	/* 申し込み */
	#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry {
		display: none;
	}
	#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-entry-img {
		display: block;
		margin-top: 90px;
	}
}
@media screen and (max-width: 834px) {
	/* 覚者シュリ・プリタジからのメッセージ */
	#onenessyoga2022 .onenessyogaMsg .onenessyogaMsg-text {
		padding: 60px;
		background: #FFF url(../images/onenessyoga/2022/msg-textBg_tb.webp) no-repeat;
		background-position: top center;
		background-size: 100%;
	}

	/* 最下部の申し込み */
	#onenessyoga2022 .onenessyogaEntry-bottom {
		background-size: 600px;
	}
}
@media screen and (max-width: 560px) {
	/* あなたが得られる7つの特徴 */
	#onenessyoga2022 .onenessyogaFeature {
		padding-bottom: 0;
	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items {
		background: #FFF url(../images/onenessyoga/2022/featureBg_sp.webp) repeat-y;
		background-position: top center;
		background-size: 100%;
		padding-bottom: 60px;
	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li {
		background: none !important;
		padding: 0 30px;
        margin-top: 18px;
	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li dl {

	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li dt {
		font-weight: bold;
		font-size: 2rem;
	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li dt span.number {
		margin-right: 12px;
		font-size: 1.2em;
	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li dt span.gold {
		color: #c5a942;
		background: -webkit-linear-gradient(0deg, #e0c66d, #B67B03);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#onenessyoga2022 .onenessyogaFeature ul.onenessyogaFeature-items li dd {}
	
	/* 覚者シュリ・プリタジからのメッセージ */
	#onenessyoga2022 .onenessyogaMsg .onenessyogaMsg-text {
		padding: 30px;
	}
	
	/* ワンネス・ヨガは万人向け */
	#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-balloon {
		padding: 30px;
	}
	
	/* 最下部の申し込み */
	#onenessyoga2022 .onenessyogaEntry-bottom {
		background: url(../images/onenessyoga/2022/entrybottom_sp.webp) no-repeat;
		background-position: top center;
		padding: 90px 0 75px;
		background-size: 480px;
	}
}
@media screen and (max-width: 430px) {
	
	/* 最下部の申し込み */
	#onenessyoga2022 .onenessyogaEntry-bottom {
		padding: 75px 0 60px;
		background-size: 320px;
	}
}
@media screen and (max-width: 320px) {
	
	/* ワンネス・ヨガは万人向け */
	#onenessyoga2022 .onenessyogaEntry .onenessyogaEntry-balloon {
		padding: 20px;
	}
}



/* **********************************************
 * ワンネスヨガクラス2023
 * ******************************************* */

#onenessyoga2023 {
	margin-top: 12px;
	position: relative;
}
#onenessyoga2023:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/program/ony2023/first_bg.jpg) no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	height: 100%;
	z-index: -2;
}
#onenessyoga2023 .onenessyogaFirst {
	padding-bottom: 120px;
}
#onenessyoga2023 .onenessyogaFirst-title {
	font-size: 3.8rem;
	line-height: 1.6;
}
#onenessyoga2023 .onenessyogaFirst-title span {
	color: #BA9847;
	font-size: 1.3em;
}
#onenessyoga2023 img.yoga {
	background: none;
	display: block;
	width: 320px;
	margin: 0 auto;
	padding: 0;
}
#onenessyoga2023 dl.free {
	font-size: 4rem;
	margin: 90px 0 0;
}
#onenessyoga2023 dl.free dt {
	font-family: serif;
	position: relative;
	padding-bottom: 2%;
}
#onenessyoga2023 dl.free dt::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-color: #b99647 transparent transparent transparent;
	border-width: 16px 50px 0 50px;
	z-index: 1;
}
#onenessyoga2023 dl.free dt::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background:linear-gradient(to bottom, rgba(248,245,243,1) 0%,rgba(255,255,255,0) 100%);
	width: 100px;
	height: 16px;
	z-index: 2;
}
#onenessyoga2023 dl.free dd {
	color: #811f65;
	font-weight: bold;
	text-align: center;
	padding-top: 2%;
}
#onenessyoga2023 dl.free dd span {
	position: relative;
	font-family: serif;
	font-size: 1.3em;
	padding: 0 20px;
	background:
		linear-gradient(135deg, #811f65 0 10px, transparent 10px),
		linear-gradient(-45deg, #811f65 0 10px, transparent 10px);
}
#onenessyoga2023 .onenessyogaFirst-schedule {
	margin-top: 60px;
	
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box {
	position: relative;
	width: 720px;
	margin: 0 auto;
	padding: 30px;
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box::before {
	position: absolute;
	text-align: center;
	z-index: -1;
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box::before {
	content: '';
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background: #BA9747;
	transform: translateX(-50%) skew(-45deg);
	z-index: 1;
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box p.onenessyogaFirst-schedule-date {
	font-weight: bold;
	position: relative;
	color: #FFF;
	margin: 0;
	z-index: 2;
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box p.onenessyogaFirst-schedule-date span {
	display: block;
    line-height: 1;
    margin-bottom: 18px;
    font-size: .8em;
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box p.onenessyogaFirst-schedule-days {
	line-height: 1.2;
	position: relative;
	color: #FFF;
	margin: 0;
	z-index: 2;
}
#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box p.onenessyogaFirst-schedule-days span.days7 {
	font-weight: bold;
	margin-right: 12px;
}


/* あなたが得られる7つの特徴 */
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li {
	padding-top: 12.3333333%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item01 {
	background: url(../images/onenessyoga/2023/feature_02.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item02 {
	background: url(../images/onenessyoga/2023/feature_03.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item03 {
	background: url(../images/onenessyoga/2023/feature_04.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item04 {
	background: url(../images/onenessyoga/2023/feature_05.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item05 {
	background: url(../images/onenessyoga/2023/feature_06.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item06 {
	background: url(../images/onenessyoga/2023/feature_07.webp) no-repeat;
	background-size: 100%;
}
#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li.onenessyogaFeature-item07 {
	background: url(../images/onenessyoga/2023/feature_08.webp) no-repeat;
	background-size: 100%;
}


/* ワンネスヨガとは */
#onenessyoga2023 .onenessyogaWhat {
	background: #F7F4EC;
}
#onenessyoga2023 .onenessyogaWhat .commonBox {
	padding: 30px 0;
	position: relative;
}
#onenessyoga2023 .onenessyogaWhat .commonBox:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/onenessyoga/2023/line.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 350px;
	height: 22px;
}
#onenessyoga2023 .onenessyogaWhat .commonBox::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/onenessyoga/2023/line.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 350px;
	height: 22px;
}


/* チャクラパワーを高め、体の至福を体験する */
#onenessyoga2023 .onenessyogaExperience {}


/* 申し込み */
#onenessyoga2023 .onenessyogaEntry {
	padding: 0;
	position: relative;
}
#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn {
	text-align: center;
	position: absolute;
	bottom: 16vw;
    right: 14vw;
}
#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn .btnMain {
	width: 32vw;
	min-width: auto;
	max-width: 100%;
	font-size: 1.2vw !important;
	padding: 1.2vw 4.6vw 1.2vw 2vw;
}


/* 創設者プロフィール */
#onenessyoga2023 .onenessyogaFounderprofile {
	padding-bottom: 0;
}


/*過去のイベント*/
#onenessyoga2023 .pastevents {
	background: url(../images/program/ony2023/pastevents_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px;
	margin-top: 18px;
}
#onenessyoga2023 .pastevents .pastevents_outline {
	background: #FFF;
	padding: 60px;
}
#onenessyoga2023 .pastevents .pastevents_outline ul {

}
#onenessyoga2023 .pastevents .pastevents_outline ul li {
	padding: 30px 0;
	border-bottom: 1px solid #ededed;
}
#onenessyoga2023 .pastevents .pastevents_outline ul li:first-child {
	border-top: 1px solid #ededed;
}
#onenessyoga2023 .pastevents .pastevents_flex {
	display: flex;
}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text {
	order: 1;
	width: calc(100% - 300px);
	padding-right: 45px;
	text-align: left;
}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text p.pastevents_flex___text {
	margin: 0 0 6px;
	font-weight: bold;
	font-size: 1.2em;
}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text p.pastevents_flex_title {
	margin: 0 0 12px;
	line-height: 1.4;
	font-weight: bold;
}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text p.pastevents_flex_date {
	margin: 0 0 6px;
	font-size: .9em;
}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text p.pastevents_flex_text {

}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___img {
	order: 2;
	width: 300px;
}
#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___img img {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}


/* 最下部の申し込み */
#onenessyoga2023 .onenessyogaBottom {
	background: linear-gradient(-45deg, #fafafa 0%, #fafafa 50%, #F0EADA 50%, #F0EADA 100%);
}


#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge {
	margin: 60px 0;
	font-size: 1.6em;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge:before,
#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #666;
}
#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge:before {
	margin-right: 3rem;
}
#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge:after {
	margin-left: 3rem;
}
#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge p {
	line-height: 1;
	text-align: center;
}
#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge span {
	display: block;
	font-size: 1.1em;
	margin: 0 0 10px;
	color: #c5a942;
	background: -webkit-linear-gradient(0deg, #e0c66d, #B67B03);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media screen and (max-width: 1194px) {
	#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box {
		width: 500px;
	}
	
	/* 申し込み */
	#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn {
		bottom: 14vw;
		right: 10vw;
	}
	#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn .btnMain {
		font-size: 1.6vw !important;
		width: 40vw;
	}
	
	/*過去のイベント*/
	#onenessyoga2023 .pastevents {
		padding: 75px 0;
	}
}
@media screen and (max-width: 834px) {
	#onenessyoga2023 .onenessyogaFirst {
		padding-bottom: 90px;
	}
	#onenessyoga2023 .onenessyogaFirst-title {
		    font-size: 2.8rem;
	}
	#onenessyoga2023 dl.free dd span {
		font-size: 1.1em;
	}
	#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box {
		width: 480px;
	}
	
	/* 申し込み */
	#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn {
		bottom: 4vw;
		right: 9vw;
	}
	#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn .btnMain {
		font-size: 1.6vw !important;
		width: 40vw;
		padding: 1.6vw 4.6vw 1.6vw 2vw;
	}
	
	/*過去のイベント*/
	#onenessyoga2023 .pastevents {
		padding: 0;
		background: none;
	}
	#onenessyoga2023 .pastevents .pastevents_outline {
		padding: 90px 0;
	}
	#onenessyoga2023 .pastevents .pastevents_outline ul li {
		overflow: hidden;
	}
	#onenessyoga2023 .pastevents .pastevents_flex {
		display: block;
	}
	#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text {
		width: 100%;
	}
	#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___img {
		float: right;
		width: 38vw;
		margin: 0 0 18px 30px;
	}
}
@media screen and (max-width: 560px) {
	#onenessyoga2023 .onenessyogaFirst {
		padding-bottom: 75px;
	}
	#onenessyoga2023 .onenessyogaFirst-title {
		font-size: 2.4rem;
	}
	#onenessyoga2023 dl.free {
		font-size: 3rem;
		margin: 30px 0 0;
	}
	#onenessyoga2023 dl.free dd span {
		font-size: 1em;
	}
	#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box {
		width: calc(100% + 60px);
		overflow: hidden;
		position: relative;
		left: -30px;
	}
	
	/* あなたが得られる7つの特徴 */
	#onenessyoga2023 .onenessyogaFeature {
		padding-bottom: 0;
		margin-bottom: 12px;
	}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items {
		background: #FFF url(../images/onenessyoga/2023/featureBg_sp.webp) repeat-y;
		background-position: top center;
		background-size: 100%;
		padding-bottom: 60px;
	}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li {
		background: none !important;
		padding: 0 30px;
		margin-top: 18px;
	}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li dl {}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li dt {
		font-weight: bold;
		font-size: 2rem;
	}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li dt span.number {
		margin-right: 12px;
		font-size: 1em;
	}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li dt span.gold {
		color: #c5a942;
		background: -webkit-linear-gradient(0deg, #e0c66d, #B67B03);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#onenessyoga2023 .onenessyogaFeature ul.onenessyogaFeature-items li dd {}
	
	/* 申し込み */
	#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn {
		position: static;
		width: 100%;
		padding: 0 30px;
		margin: 45px 0;
	}
	#onenessyoga2023 .onenessyogaEntry .onenessyogaEntry-btn .btnMain {
		width: 100%;
		min-width: 320px;
        max-width: 100%;
        padding: 18px 3.2em 18px 45px;
		font-size: clamp(1.6rem, 1.235rem + 1.82vw, 2.6rem) !important;
	}
	
	/*過去のイベント*/
	#onenessyoga2023 .pastevents .pastevents_outline {
		padding: 75px 0;
	}
	#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___text {
		width: 100%;
	}
	#onenessyoga2023 .pastevents .pastevents_flex .pastevents_flex___img {
		float: right;
		width: 38vw;
		margin: 0 0 18px 18px;
	}
	
}
@media screen and (max-width: 430px) {
	#onenessyoga2023 img.yoga {
		width: 280px;
	}
	
	/* ワンネスヨガとは？ */
	#onenessyoga2023 .onenessyogaWhat .commonBox {
		padding: 1px 0;
	}
	#onenessyoga2023 .onenessyogaWhat .commonBox:before,
	#onenessyoga2023 .onenessyogaWhat .commonBox::after {
		width: 220px;
		height: 15px;
	}
	
	#onenessyoga2023 .onenessyogaFirst-schedule .onenessyogaFirst-schedule-box {
		width: calc(100% + 40px);
		overflow: hidden;
		position: relative;
		left: -20px;
		padding: 18px;
	}
}
@media screen and (max-width: 380px) {
	#onenessyoga2023 .onenessyogaFirst-title {
		font-size: 2.2rem;
	}
	#onenessyoga2023 .onenessyogaFirst-title span {
		font-size: 1.2em;
		margin-top: 9px;
        display: inline-block;
	}
	#onenessyoga2023 dl.free {
		font-size: 3rem;
		margin: 30px 0 0;
	}
	#onenessyoga2023 dl.free dd span {
		font-size: 1em;
	}
	
	
}
@media screen and (max-width: 320px) {
	#onenessyoga2023 .onenessyogaFirst {
		padding-bottom: 45px;
	}
	#onenessyoga2023 .onenessyogaFirst-title {
		font-size: 2rem;
	}
	#onenessyoga2023 .onenessyogaFirst-title span {
		font-size: 1.1em;
	}
	#onenessyoga2023 img.yoga {
		width: 180px;
	}
	
	#onenessyoga2023 dl.free {
		font-size: 2.6rem;
	}
	#onenessyoga2023 .onenessyogaBottom .onenessyogaBottom-challenge span {
		font-size: 1em;
	}
}



/* **********************************************
 * ワンネスヨガ動画視聴
 * ******************************************* */

#onenessyoga_movie .youtube {
	margin: 0;
}
#onenessyoga_movie .onenessyogaMovie-item {
	padding: 90px 0;
}
#onenessyoga_movie .onenessyogaMovie-item.odd {
    background: #F7F4EC;
}
#onenessyoga_movie .onenessyogaMovie-title {
	text-align: left;
	margin-bottom: 0;
}
#onenessyoga_movie .onenessyogaMovie-title span.number {
	display: inline-block;
	font-size: 1.6em;
}
#onenessyoga_movie .onenessyogaMovie-title span.main {
	display: inline-block;
	margin-left: 12px;
}
#onenessyoga_movie .onenessyogaMovie-subtitle {
	color: #000;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
}


@media screen and (max-width: 560px) {
	#onenessyoga_movie .onenessyogaMovie-item {
		padding: 60px 0;
	}
	#onenessyoga_movie .onenessyogaMovie-title {
		text-align: center;
		font-size: 3rem;
		margin-bottom: 18px;
	}
	#onenessyoga_movie .onenessyogaMovie-title span.main {
		display: block;
		margin: 0;
	}
	#onenessyoga_movie .onenessyogaMovie-subtitle {
		text-align: center;
		font-size: 2rem;
	}
}
@media screen and (max-width: 430px) {
	#onenessyoga_movie .onenessyogaMovie-title {
		text-align: center;
		font-size: 2.2rem;
		margin-bottom: 18px;
	}
	#onenessyoga_movie .onenessyogaMovie-title span.main {
		font-size: 3rem;
	}
	#onenessyoga_movie .onenessyogaMovie-title span.number {
		margin: 0 3px;
	}
}
@media screen and (max-width: 380px) {
	#onenessyoga_movie .onenessyogaMovie-title {
		font-size: 2rem;
	}
	#onenessyoga_movie .onenessyogaMovie-title span.main {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 320px) {
	#onenessyoga_movie .onenessyogaMovie-item {
		padding: 45px 0;
	}
	#onenessyoga_movie .onenessyogaMovie-title {
		font-size: 1.6rem;
	}
	#onenessyoga_movie .onenessyogaMovie-title span.main {
		font-size: 2.4rem;
	}
	#onenessyoga_movie .onenessyogaMovie-subtitle {
		font-size: 1.6rem;
	}
}
