@charset "UTF-8";

.delayActive>*,
.delay1Active>*,
.delay2Active>*,
.delay3Active>*,
.delay4Active>*,
.delay5Active>*{
	transition: 2s ease-in-out;
}

/*------------------ttc_mv------------------------*/
#ttc_mv+div{
	overflow: visible;
}
#ttc_mv+div>.content_wrapper::before {
	content: "";
	display: block;
	width: 90%;
	height: 35%;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/35yogacom/image/ttc.png) no-repeat center/contain;
	z-index: 3;
}
#ttc_mv+div .inner_item{
	width: 100% !important;
	min-height: 500px;
}
#ttc_mv+div .inner_item a{
	pointer-events: none;
}
#ttc_mv+div .inner_item:nth-of-type(2){
	display: none;
}
#ttc_mv+div .heading.block_header_4 .h {
	display: inline-block;
	line-height: 1.4;
	font-size: 3.8rem !important;
	padding: 15px 35px;
	background: rgba(214, 132, 117, 0.9);
}
#ttc_mv+div .inner_item_txt{
	height: 100%;
	padding: 30px 5%;
	background: rgba(103, 87, 75, 0.1);
	background: -moz-linear-gradient(top, rgba(103, 87, 75, 0.1) 0%, rgba(103, 87, 75, 0) 20%);
	background: -webkit-linear-gradient(top, rgba(103, 87, 75, 0.1) 0%, rgba(103, 87, 75, 0) 20%);
	background: linear-gradient(to bottom, rgba(103, 87, 75, 0.1) 0%, rgba(103, 87, 75, 0) 20%);
}
#ttc_mv+div .inner_item_img img {
	object-position: 50% 0%;
}
@media screen and (max-width: 900px){
	#ttc_mv+div>.content_wrapper::before {
		top: -23%;
	}
	#ttc_mv+div .inner_item_txt{
		background: none;
	}
}
@media screen and (max-width: 800px){
	#ttc_mv+div .inner_item {
		min-height: 500px;
	}
	#ttc_mv+div .inner_item:first-of-type{
		display: none;
	}
	#ttc_mv+div .inner_item:nth-of-type(2){
		display: block;
		width: 90% !important;
		margin: 0 auto !important;
	}
	#ttc_mv+div .heading.block_header_4 .h{
		font-size: 2.5rem !important;
		padding: 15px;
	}
	#ttc_mv+div .heading.block_header_4 p{
		font-size: 1.5rem;
	}
	#ttc_mv+div .inner_item_img img {
		object-position: 5% 50%;
	}
}
@media screen and (max-width: 600px){
	#ttc_mv+div>.content_wrapper::before {
		width: 95%;
		top: -27%;
	}
}
@media screen and (max-width: 480px){
	#ttc_mv+div .heading.block_header_4 .h {
		font-size: 2.3rem !important;
		padding: 10px;
	}
}

/*------------------course------------------------*/
a[id*="course"]+section .inner_item_txt {
	position: relative;
	padding: 100px 60px 60px!important;
	background: rgba(255, 255, 255, 0.9);
	border-left: 4px solid var(--i_btn_color);
	margin-left: -10%;
	z-index: 1;
}
#course2+section .inner_item_txt {
	margin-right: -10%;
}
a[id*="course"]+section .inner_item_txt::before {
	position: absolute;
	display: block;
	content: "COURSE.01";
	font-weight: 500;
	font-size: 2rem;
	top: 2rem;
	left: -1rem;
	pointer-events: none;
	letter-spacing: 0.6rem;
	line-height: 0.85;
	padding: 17px 20px;
	background: #67574b;
	color: #fff;
	z-index: 1;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#course2+section .inner_item_txt::before {
	content: "COURSE.02";
}
#course3+section .inner_item_txt::before {
	content: "COURSE.03";
}
a[id*="course"]+section .heading.block_header_2 .h{
	padding-left: 0;
	color: var(--i_btn_color);
	font-size: 3.2rem !important;
}
a[id*="course"]+section .heading.block_header_2 .h::before{
	display: none;
}
@media screen and (min-width: 901px) and (max-width: 1400px){
	a[id*="course"]+section .inner_item_txt {
		padding: 100px 30px 30px!important;
		margin-left: -12%;
		flex-basis: 50%!important;
		max-width: 50%!important;
	}
	#course2+section .inner_item_txt{
		margin-right: -12%;
	}
	a[id*="course"]+section .heading.block_header_2 .h {
		font-size: 2.6rem !important;
	}
}
@media screen and (max-width: 900px){
	a[id*="course"]+section .inner_item_txt,
	#course2+section .inner_item_txt{
		width: 90%;
		margin: -6rem auto 0;
	}
	a[id*="course"]+section .heading.block_header_2 .h {
		font-size: 2.4rem !important;
	}
}
@media screen and (max-width: 480px){
	a[id*="course"]+section .inner_item_txt::before {
		font-size: 1.6rem;
	}
}

/*------------------hd------------------------*/
a[id*="hd"]+section .heading.block_header_3,
a[id*="hd"]+div .heading.block_header_3{
	overflow: visible;
	padding: 30px 15px 30px 15px;
}
a[id*="hd"]+section .heading.block_header_3::before,
a[id*="hd"]+div .heading.block_header_3::before {
	position: absolute;
	display: block;
	content: "";
	bottom: -12.5px;
	left: calc(50% - 11.5px);
	width: 23px;
	height: 23px;
	border-top: solid 1px var(--i_main_color);
	border-right: solid 1px var(--i_main_color);
	pointer-events: none;
	z-index: 1;
	transform: rotate(135deg);
	background: var(--i_sub2_color);
}
a[id*="hd"]+section .heading.block_header_3 .h,
a[id*="hd"]+div .heading.block_header_3 .h{
	font-size: 2.9rem;
}
@media screen and (max-width: 800px){
	a[id*="hd"]+section .heading.block_header_3 .h,
	a[id*="hd"]+div .heading.block_header_3 .h {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px){
	a[id*="hd"]+section .heading.block_header_3 .h,
	a[id*="hd"]+div .heading.block_header_3 .h {
		font-size: 1.8rem;
	}
}

/*------------------hd_point------------------------*/
a[id*="hd_point"]+section{
	overflow: visible;
}
a[id*="hd_point"]+section>.content_wrapper{
	padding-bottom: 100px;
}
a[id*="hd_point"]+section>.content_wrapper::before{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: #ece9e7;
	z-index: -1;
}
a[id*="hd_point"]+section.dec1_1[style*="background-color"]:not(.block_images_21)>.content_wrapper {
	background: var(--i_sub2_color);
}
a[id*="hd_point"]+section.dec1_1[style*="background-color"]:not(.block_images_21)>.content_wrapper::before{
	left: 0;
	right: auto;
}
a[id*="hd_point"]+section .heading.block_header_3,
a[id*="hd_point"]+section .heading.block_header_3::before{
	background: var(--i_btn_color);
	color: #fff;
	border: none;
}
a[id*="hd_point"]+section .heading.block_header_3{
	width: 70%!important;
	margin: -9rem auto 50px auto!important;
}
a[id*="hd_point"]+section .heading.block_header_3::before{
	bottom: -10.5px;
}
a[id*="hd_point"]+section .heading.block_header_3 .h{
	display: inline-block;
	position: relative;
}
a[id*="hd_point"]+section .heading.block_header_3 .h::before {
	content: "";
	display: block;
	width: 150px;
	height: 100px;
	position: absolute;
	top: -6rem;
	left: -10rem;
	pointer-events: none;
	background: url(/common/upload_data/35yogacom/image/point01.png) no-repeat center left/contain;
}
a[id*="hd_point_02"]+section .heading.block_header_3 .h::before {
	background: url(/common/upload_data/35yogacom/image/point02.png) no-repeat center left/contain;
}
a[id*="hd_point_03"]+section .heading.block_header_3 .h::before {
	background: url(/common/upload_data/35yogacom/image/point03.png) no-repeat center left/contain;
}
a[id*="hd_point"]+section.dec1_1[style*="background-color"]:not(.block_images_21) .inner_item_img{
	padding-right: 0;
	padding-left: 20px;
}
a[id*="hd_point"]+section .inner_item_txt{
	padding: 20px 8%!important;
}
a[id*="hd_point"]+section .inner_item_txt .t_bg{
	background: #fff;
	border-bottom: 1px solid rgb(103 87 75 / 30%);
	padding: 5px;
}
a[id*="hd_point"]+section .inner_item_txt p.t_li{
	background: #fff;
	padding: 20px;
}
a[id*="hd_point"]+section .inner_item_txt p.t_li>strong {
	display: block;
	margin-bottom: 10px;
}
@media screen and (min-width: 901px){
	a[id*="hd_point"]+section .wrapper_item{
		min-height: 650px;
	}
}
@media screen and (min-width: 901px){
	a[id*="hd_point"]+section .inner_item_txt,
	a[id*="hd_point"]+section .inner_item_img{
		opacity: 0;
	}
	a[id*="hd_point"]+section.showActive .inner_item_txt,
	a[id*="hd_point"]+section.showActive .inner_item_img{
		animation: ani 2.5s forwards;
	}
	a[id*="hd_point"]+section.showActive .inner_item_txt{
		animation-delay: 1s;
	}
	a[id*="hd_point"]+section.showActive .inner_item_img{
		animation-delay: 1.5s;
	}
	a[id*="hd_point"]+section .inner_item_img img{
		width: 85% !important;
		aspect-ratio: 1 /1;
		object-fit: cover;
	}
}
@keyframes ani {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@media screen and (min-width: 601px){
	a[id*="hd"]+section .heading.block_header_3 .h br{
		display: none;
	}
}
@media screen and (max-width: 900px){
	a[id*="hd_point"]+section>.content_wrapper {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 800px){
	a[id*="hd_point"]+section .inner_item_img,
	a[id*="hd_point"]+section.dec1_1[style*="background-color"]:not(.block_images_21) .inner_item_img{
		padding-right: 0;
		padding-left: 0;
	}
	a[id*="hd_point"]+section .inner_item_img img {
		width: 80% !important;
	}
}
@media screen and (max-width: 600px){
	a[id*="hd_point"]+section .heading.block_header_3 {
		width: 90%!important;
	}
	a[id*="hd"]+section .heading.block_header_3,
	a[id*="hd"]+div .heading.block_header_3 {
		padding: 20px 2% 20px 2%;
	}
	a[id*="hd_point"]+section .heading.block_header_3 .h::before {
		width: 100px;
		top: -7rem;
		left: -4rem;
	}
}

/*------------------support------------------------*/
#support+div{
	overflow: visible;
}
#support+div>.content_wrapper{
	padding-top: 90px;
	padding-bottom: 70px;
}
#support+div>.content_wrapper::before{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: #ece9e7;
	z-index: -1;
}
#support+div.dec1_1:not(.block_images_21)>.content_wrapper{
	background: var(--i_sub2_color);
	padding: 20px 110px 80px 110px;
}
#support+div .inner_item{
	padding: 0;
	box-shadow: none;
}
#support+div .inner_item a+.inner_item_txt {
	margin-top: 0;
}
#support+div .heading.block_header_4{
	margin-bottom: 35px;
}
#support+div .heading.block_header_4 .h {
	font-size: 2.4rem!important;
	color: #fff;
	padding: 12px 10px;
	background: var(--i_btn_color);
}
#support+div .inner_item:nth-of-type(2) .heading.block_header_4 .h {
	background: var(--i_main_color);
}
#support+div .inner_item_txt{
	margin-bottom: 40px;
}
#support+div .inner_item_txt>p {
	margin: 0 40px 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgb(0 0 0 / 30%);
}
@media screen and (max-width: 1200px){
	#support+div.dec1_1:not(.block_images_21)>.content_wrapper{
		padding: 20px 20px 60px 20px;
	}
}
@media screen and (max-width: 800px){
	#support+div .heading.block_header_4 .h {
		font-size: 2rem!important;
	}
	#support+div .inner_item_txt>p {
		margin: 0 20px 5px;
	}
}
@media screen and (max-width: 480px){
	#support+div>.content_wrapper {
		padding-top: 50px;
	}
	#support+div .heading.block_header_4 .h {
		font-size: 1.7rem!important;
	}
	#support+div .inner_item_txt>p {
		margin: 0px 2% 10px;
		padding-bottom: 10px;
	}
}

/*------------------ttc_faq------------------------*/
#ttc_faq+div{
	padding-left: 20px;
	padding-right: 20px;
}
#ttc_faq+div::before{
	content: "";
	display: block;
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_sub2_color);
}
#ttc_faq+div .content_wrapper{
	padding: 0;
}
#ttc_faq+div .inner_item{
	width: 100% !important;
	min-height: 300px;
}
#ttc_faq+div .empty{
	display: none;
}
#ttc_faq+div .heading.block_header_4 .h {
	font-size: 2.8rem !important;
}
#ttc_faq+div .inner_item_txt{
	padding: 30px 5%;
	background: rgba(103, 87, 75, 0.85);
}
#ttc_faq+div .inner_item > a:hover + .inner_item_txt{
	background: rgba(103, 87, 75, 0.4);
}
#ttc_faq+div .inner_item .inner_item_img{
	position: relative;
}
#ttc_faq+div .inner_item_img img {
	transition: 1.5s !important;
}
#ttc_faq+div .inner_item .inner_item_img::before{
	position: absolute;
	content: "";
	width: 18%;
	height: 1px;
	background-color: #fff;
	top: calc(50% - 0.5px);
	right: 5%;
	left: auto;
	transform: none;
	z-index: 3;
}
#ttc_faq+div .inner_item .inner_item_img::after{
	position: absolute;
	content: " ";
	width: 30px;
	height: 1px;
	background-color: #fff;
	right: 5%;
	top: calc(50% - 0.5px);
	-webkit-transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(35deg);
	transform-origin: right bottom;
	z-index: 3;
}
#ttc_faq+div .inner_item .inner_item_img:hover{
	background: var(--i_btn_hover_color);
	color: #fff!important;
}
#ttc_faq+div .inner_item .inner_item_img:hover:before,
#ttc_faq+div .inner_item .inner_item_img:hover:after{
	animation:0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	}
#ttc_faq+div .inner_item .inner_item_img:hover:before,
#ttc_faq+div .inner_item .inner_item_img:hover:after{
	animation:0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0s;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	}
@-webkit-keyframes thearrowlink{
	0%{right:5%}
	10%{right:5%;background-color:#fff}
	100%{right:2%;background-color:#fff}
}
@keyframes thearrowlink{
	0%{right:5%}
	10%{right:5%;background-color:#fff}
	100%{right:2%;background-color:#fff}
}
@media screen and (max-width: 900px){
	#ttc_faq+div .inner_item,
	#ttc_faq+div .inner_item_txt{
		min-height: 200px;
		max-height: 200px;
	}
	#ttc_faq+div .heading.block_header_4 .h{
		font-size: 2.5rem !important;
	}
	#ttc_faq+div .heading.block_header_4 p{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px){
	#ttc_faq+div .inner_item,
	#ttc_faq+div .inner_item_txt{
		min-height: 100px;
	}
	#ttc_faq+div .heading.block_header_4 .h {
		font-size: 1.9rem !important;
	}
}

/*------------------hd_contact------------------------*/
#hd_contact+div{
	padding-left: 20px;
	padding-right: 20px;
}
#hd_contact+div>.content_wrapper {
	padding: 65px 30px;
	background: #fff;
}
#hd_contact+div .heading.block_header_3{
	background: var(--i_btn_color);
	border-bottom: none;
	color: #fff;
}
#hd_contact+div .heading.block_header_3::before{
	border: none;
	background: var(--i_btn_color);
	bottom: -10.5px;
}
@media screen and (max-width: 480px){
	#hd_contact+div>.content_wrapper {
		padding: 60px 2%;
	}
}