@charset "UTF-8";

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

/*------------------intro------------------------*/
#intro+section{
	padding-top: 11vw;
	margin-bottom: 50px;
	overflow: visible;
}
#intro+section::before,
#intro+section::after {
	content: "";
	display: block;
	width: 29vw;
	height: 30vw;
	position: absolute;
	top: 10%;
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/35yogacom/image/20240719120605.jpg) no-repeat center/contain;
}
#intro+section::after{
	left: auto;
	right: 0;
	background: url(/common/upload_data/35yogacom/image/20240719120608.jpg) no-repeat center/contain;
}
#intro+section .heading.block_header_6 {
	margin-bottom: 40px;
}
#intro+section .heading.block_header_6 .h {
	font-size: 2.8rem !important;
	letter-spacing: 0.4rem;
	color: var(--i_btn_color);
	line-height: 1.9;
	padding-bottom: 0;
	margin-bottom: 0;
}
#intro+section .heading.block_header_6 .h:before{
	display: none;
}
#intro+section .heading.block_header_6 .h::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	background: url(/common/upload_data/35yogacom/image/logo.png) no-repeat center;
	pointer-events: none;
	z-index: -1;
	background-size: contain;
	width: 200px;
	height: 170px;
	opacity: 0.06;
}
#intro+section .inner_item_txt {
	line-height: 3;
}
@media screen and (max-width: 1800px){
	#intro+section{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1500px){
	#intro+section{
		margin-bottom: 0;
	}
	#intro+section::before,
	#intro+section::after {
		width: 25vw;
		height: 35vw;
	}
}
@media screen and (max-width: 1200px){
	#intro+section{
		padding-top: 65px;
		padding-bottom: 65px;
		margin-bottom: 0;
	}
	#intro+section::before,
	#intro+section::after {
		display: none;
	}
}
@media screen and (max-width: 900px){
	#intro+section .heading.block_header_6 {
		margin-bottom: 30px;
	}
	#intro+section .heading.block_header_6 .h {
		font-size: 2.4rem !important;
		line-height: 1.7;
	}
}
@media screen and (max-width: 600px){
	#intro+section .heading.block_header_6 .h {
		font-size: 1.9rem !important;
	}
	#intro+section .inner_item_txt{
		line-height: 2;
	}
}

/*アニメーション*/
@media screen and (min-width: 1201px){
	#intro+section.showActive::before,
	#intro+section.showActive::after,
	#intro+section.showActive>.content_wrapper{
		opacity: 0;
	}
	#intro+section.showActive::before,
	#intro+section.showActive::after,
	#intro+section.showActive>.content_wrapper{
		animation: ani 2.5s forwards;
	}
	#intro+section.showActive::before{
		animation-delay: 1s;
	}
	#intro+section.showActive::after{
		animation-delay: 1.5s;
	}
	#intro+section.showActive>.content_wrapper{
		animation-delay: 2s;
	}
}
@keyframes ani {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/*------------------sp------------------------*/
@media screen and (min-width: 1201px){
	#sp+section{
		display: none;
	}
}

/*------------------co------------------------*/
a[id*="co"]+section.contents_box01.block_image_text_3.width_full .inner_item_txt,
a[id*="co"]+section.contents_box01.block_image_text_4.width_full .inner_item_txt{
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-left: 100px;
}
a[id*="co"]+section .inner_item_txt {
	margin-right: -7%;
}
a[id*="co2"]+section .inner_item_txt {
	margin-left: -7%;
}
a[id*="co"]+section .inner_item_txt>p{
	position: relative;
	padding: 80px;
	border: 1px solid rgb(103 87 75 / 50%);
}
@media screen and (min-width: 1801px){
	a[id*="co"]+section .inner_item_img img{
		height: 700px;
		object-fit: contain;
	}
}
@media screen and (max-width: 1800px){
	a[id*="co"]+section{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	a[id*="co"]+section.contents_box01.w50 .inner_item_txt{
		flex-basis: 70%;
		max-width: 70%;
	}
	a[id*="co"]+section .inner_item_txt {
		margin-right: -10%;
	}
	a[id*="co2"]+section .inner_item_txt {
		margin-left: -10%;
		margin-right: auto;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1700px){
	a[id*="co"]+section .inner_item_img img {
		height: 700px;
		object-fit: cover;
	}
}
@media screen and (max-width: 1200px){
	a[id*="co"]+section{
		padding-bottom: 65px;
	}
	a[id*="co"]+section.contents_box01:not(.block_image_text_2):not(.block_image_text_6):not(.block_text_6) .wrapper_item {
		display: block;
	}
	a[id*="co"]+section.contents_box01.w50 .inner_item_img,
	a[id*="co"]+section.contents_box01.w50 .inner_item_txt{
		flex-basis: 100%;
		max-width: 100%;
	}
	a[id*="co"]+section.contents_box01.block_image_text_3.valign-center .inner_item_txt,
	a[id*="co"]+section.contents_box01.block_image_text_4.valign-center .inner_item_txt{
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	a[id*="co2"]+section .inner_item_txt {
		margin-left: 0;
	}
	a[id*="co"]+section .inner_item_txt>p {
		padding: 20px;
	}
}

/*------------------bottom------------------------*/
#bottom+section::before {
	content: "";
	display: block;
	width: 90%;
	max-width: 1420px;
	height: 55%;
	position: absolute;
	top: 22%;
	left: 10%;
	pointer-events: none;
	background: var(--i_sub2_color);
}
#bottom+section .inner_item_img{
	position: relative;
}
#bottom+section .inner_item_img::before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	bottom: -8%;
	right: -13%;
	pointer-events: none;
	background: var(--i_btn_color);
	opacity: .3;
	z-index: 1;
}
#bottom+section .inner_item_txt{
	padding-right: 100px;
}
@media screen and (max-width: 1500px){
	#bottom+section::after {
		width: 15vw;
		height: 15vw;
		right: 1%;
	}
	#bottom+section .inner_item_txt {
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 900px){
	#bottom+section::before {
		width: 45%;
		left: 0;
	}
	#bottom+section .inner_item_img{
		width: 60%;
		margin: 0 auto 20px;
	}
	#bottom+section .inner_item_img::before {
		width: 15vw;
		height: 15vw;
		bottom: -8%;
		right: -15%;
		opacity: .2;
	}
}