@charset "UTF-8";

/* ------------------------------------------------
  個別
------------------------------------------------ */
#sec0 .inner {
	position: relative;
	padding: 0 0 15.7rem;
}

#main_head {
	display: flex;
	margin-bottom: 12rem;
}
#main_head .img {
	width: 39.063%;
	position: relative;
}
#main_head .img .new {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
#main_head .main {
	flex: 1;
	color: #8a6c73;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #e8dddc;
	padding: 15rem;
	box-sizing: border-box;
}
#main_head .main .sub {
	font-size: 2.8rem;
	font-weight: 600;
	color: #bc989a;
	margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
	#main_head h1 {
		text-align: center;
		height: 4.1rem;
		margin-bottom: 3rem;
	}
}
#main_head h1 img {
	width: auto;
	height: 100%;
}

#sec0 .accompanying {
	text-align: center;
}
#sec0 .accompanying > div {
	display: inline-block;
	line-height: 1.8;
}
#sec0 .accompanying .jp {
	font-size: 2.0rem;
	text-align: left;
}
#sec0 .accompanying .spec {
	font-size: 2.0rem;
	text-align: left;
}
@media screen and (max-width: 640px) {
	#main_head {
		display: block;
		margin-bottom: 2.5rem;
	}
	#main_head .img {
		width: auto;
	}
	#main_head .main {
		width: 80%;
		display: block;
		background-color: transparent;
		padding: 2.8rem 0;
		margin: 0 auto;
	}
	#main_head .main .sub {
		font-size: 1.7rem;
		margin-bottom: 1.3rem;
	}

	#main_head h1 {
		height: 1.9rem;
		margin-bottom: 2.5rem;
	}

	#sec0 .accompanying {
		text-align: left;
	}
	#sec0 .accompanying .jp {
		font-size: 1.3rem;
	}
	#sec0 .accompanying .spec {
		font-size: 1.2rem;
	}
}




#sec0 .inner .lead {
	color: #806a6d;
	text-align: center;
	margin-bottom: 3.6rem;
}


#sec0 .inner .points {
	width: 108.8rem;
	margin: 0 auto;
}
#sec0 .inner .points > li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #806b70;
}
#sec0 .inner .points > li + li {
	margin-top: 12rem;
}
#sec0 .inner .points > li > * {
	width: 51.9rem;
}
#sec0 .inner .points > li > .img {
	position: relative;
}
#sec0 .inner .points > li > .img.right {
	order: 1;
}
#sec0 .inner .points > li > .img span {
	font-size: 1.2rem;
	display: block;
	width: 100%;
	padding-top: 0.5rem;
	text-align: right;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
}

#sec0 .inner .points .content {

}
#sec0 .inner .points .content h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 3.5rem;
}
#sec0 .inner .points .content h2 strong {
	display: block;
	font-size: 3.6rem;
	margin-bottom: 0.8rem;
}
#sec0 .inner .points .content h2 span {
	display: block;
}
#sec0 .inner .points .content h2 strong + span,
#sec0 .inner .points .content h2 span + strong {
	margin-top: 0.6rem;
}

#sec0 .inner .points .content .txt {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 1rem;
}
#sec0 .inner .points .content .txt strong {
	display: block;
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
#sec0 .inner .points .content .txt + .txt {
	margin-top: 1.2rem;
}
#sec0 .inner .points .content .annotation {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 1rem;
}
#sec0 .inner .points .content .annotation > li {
/* 	display: inline-block; */
}


#sec0 .inner .pyramid_area {
	width: 108.8rem;
	margin: 12rem auto 0;

	display: flex;
	justify-content: space-between;
	align-items: center;

	letter-spacing: 0.2em;
}

#sec0 .inner .pyramid_area .phs {
	width: 52rem;
	display: flex;
	justify-content: space-between;
	margin-top: 1.7rem;
}
#sec0 .inner .pyramid_area .phs li {
	width: 12.4rem;
}
#sec0 .inner .pyramid_area .phs .name {
	font-size: 1.3rem;
	color: #807070;
	text-align: center;
	margin-top: 0.5em;
}
#sec0 .inner .pyramid_area .annotation {
	font-size: 1.15rem;
		color: #807070;
		margin-top: 2rem;
		text-align: right;
}
@media screen and (max-width: 640px) {
	#sec0 .inner {
		padding: 0 0 4.2rem;
	}

	#sec0 .inner .points {
		width: 84%;
		margin: 0 auto;
	}
	#sec0 .inner .points > li {
		display: block;
	}
	#sec0 .inner .points > li + li {
		margin-top: 6.6rem;
	}
	#sec0 .inner .points > li > * {
		width: 100%;
	}
	#sec0 .inner .points .img {
		margin-bottom: 2rem;
	}
	#sec0 .inner .points .txt + .img {
		margin-top: 2rem;
	}
	#sec0 .inner .points .img span {
		font-size: 1rem;
		text-align: right;
		display: block;
		margin-top: 0.4rem;
	}
	#sec0 .inner .points .content {

	}
	#sec0 .inner .points .content h2 {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	#sec0 .inner .points .content h2 strong {
		font-size: 2rem;
	}
	#sec0 .inner .points .content .txt {
		font-size: 1.2rem;
		margin-top: 0.7rem;
	}
	#sec0 .inner .points .content .txt strong {
		font-size: 1.8rem;
	}
	#sec0 .inner .points .content .txt + .txt {
		margin-top: 1.2rem;
	}
	#sec0 .inner .points .content .annotation {
		font-size: 0.9rem;
		margin-top: 1.2rem;
	}


	#sec0 .inner .pyramid_area {
		width: 100%;
		margin: 3.4rem auto 0;

		flex-direction: column-reverse;
		letter-spacing: 0.2em;
	}
	#sec0 .inner .pyramid_area .pyramid {
		width: 80%;
		margin: 0 auto 4rem;
	}
	#sec0 .inner .pyramid_area > *{
		width: 85%;
		margin: 0 auto;
	}

	#sec0 .inner .pyramid_area .phs {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 0.4rem;
	}
	#sec0 .inner .pyramid_area .phs li {
		width: 7.4rem;
	}
	#sec0 .inner .pyramid_area .phs .name {
		font-size: 0.8rem;
		letter-spacing: 0.03em;
		margin-top: 0.5em;
	}
	#sec0 .inner .pyramid_area .annotation {
		font-size: 0.9rem;
		margin-top: 1rem;
	}
}


#last_introduction .inner {
	background-color: #e8dddc;
	padding: 12rem 0;
}
#last_introduction .inner h2 {
	height: 2.8rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
#last_introduction .inner h2 img {
	width: auto;
	height: 100%;
	max-height: 100%;
}

#last_introduction .inner .lead {
	font-size: 2.4rem;
	color: #7e696c;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 7.5rem;
}


#last_introduction .inner ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#last_introduction .inner ul li {
	width: 40rem;
	margin: 0 2rem;
	color: #8a6c73;
	text-align: center;
}

#last_introduction .inner ul li .img {
	margin-bottom: 3rem;
}
#last_introduction .inner ul li .img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#last_introduction .inner ul li .sub {
	font-size: 2.2rem;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
}
#last_introduction .inner ul li .name {
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 0.5rem;
}
#last_introduction .inner ul li .txt {
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}
#last_introduction .inner ul li .capacity {
	font-size: 1.6rem;
	letter-spacing: 0.06em;
}
#last_introduction .inner ul li .btn_buy {
	margin: 4.2rem auto 0;
}
/* 	引き延ばし */
	#last_introduction .inner ul li .prolong {
		margin-left: -2rem;
		margin-right: -2rem;
	}
@media screen and (max-width: 640px) {
	#last_introduction .inner {
		padding: 5rem 0 6rem;
	}
	#last_introduction .inner h2 {
		height: 1.95rem;
		margin-bottom: 1rem;
	}

	#last_introduction .inner .lead {
		font-size: 1.3rem;
		margin-bottom: 3rem;
	}

	#last_introduction .inner ul {
		padding: 0 8.4rem 2.5rem;
	}

	#last_introduction .inner ul li .img {
		margin: 0 auto 2rem;
	}
	#last_introduction .inner ul li .sub {
		font-size: 1.1rem;
		margin-bottom: 0.7rem;
	}
	#last_introduction .inner ul li .name {
		font-size: 1rem;
		margin-bottom: 0.3rem;
	}
	#last_introduction .inner ul li .txt {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	#last_introduction .inner ul li .capacity {
		font-size: 0.9rem;
		letter-spacing: 0.06em;
	}
	#last_introduction .inner ul li .btn_buy {
		margin: 1.5rem auto 0;
	}

/* 	引き延ばし */
	#last_introduction .inner ul li .prolong {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}


#method {
	color: #806b70;
	background-color: #e8dddc;
	margin: 12rem 0;
	padding: 12rem 41.6rem;
}
#method h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3rem;
}

#method .important {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.7;
	margin: 2rem 0;
}
#method .important strong {
	font-size: 2.1rem;
	display: block;
}

#method .center {
	text-align: center;
}
#method ol {
	display: inline-block;
	margin-top: 3rem;
	text-align: left;
}
#method ol li {
	width: auto;
	font-size: 1.8rem;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
#method ol li + li {
	margin-top: 2.4rem;
}

@media screen and (max-width: 640px) {
	#method {
		color: #806b70;
		background-color: #e8dddc;
		margin: 5rem 0;
		padding: 5rem 3rem;
	}
	#method h2 {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 2rem;
	}

	#method .important {
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.7;
		margin: 2rem 0;
	}
	#method .important strong {
		font-size: 1.4rem;
	}

	#method ol {
		display: block;
		margin-top: 2rem;
	}
	#method ol li {
		width: auto;
		font-size: 1.2rem;
		text-indent: -1.3em;
		padding-left: 1.3em;
	}
	#method ol li + li {
		margin-top: 1.8rem;
	}
}

#method .movie {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
#method .movie iframe {
	width: 100%;
	height: 100%;
}
#method .movie::before {
	content: "";
	display: block;
	width: 27.6rem;
	height: 20.3rem;
	position: absolute;
	top: 2rem;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(/images/special/movie_attachment.png);
	background-size: contain;
	pointer-events: none;
	transition: transform 1.4s ease;
}
#method .movie:hover::before {
	transform: scale(0.95);
}
@media screen and (max-width: 640px) {
	#sec0 .movie::before {
		width: 10.28rem;
		height: 8.09rem;
	}
}

#sec0 .triple {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3rem;
}
#sec0 .triple li {
	width: 49.4%;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	border: 1px solid #8a6c73;
	border-radius: 1rem;
	padding: 0.7rem 1.1rem;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
#sec0 .triple li span {
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#sec0 .triple {
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	#sec0 .triple li {
		font-size: 1.1rem;
		border-radius: 0.5rem;
		padding: 0.4rem 1rem;
		margin-bottom: 0.4rem;
	}
}


#parallel .inner {
	background-color: #e6e0f0;
	padding: 12rem 0;
}
#parallel .inner {
	color: #8a6c73;
}
#parallel .inner .sub {
	font-size: 2rem;
	font-weight: 600;
	color: #bc989a;
	text-align: center;
	margin-bottom: 1.8rem;
}
#parallel .inner h2 {
	text-align: center;
	height: 3.6rem;
	margin-bottom: 0.8rem;
}
#parallel .inner h2 img {
	width: auto;
	height: 100%;
}
#parallel .inner .jp {
	font-size: 1.5rem;
	text-align: center;
}
#parallel .inner .group {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6rem;
}
#parallel .inner .group .img {
	width: 19.4rem;
	margin-right: 7.6rem;
}
#parallel .inner .group .body {
/* 	width: 48.6rem; */
}
#parallel .inner .group .body .lead {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 3.5rem;
}
#parallel .inner .group .body .lead strong {
	font-size: 3.6rem;
	display: block;
}
@media screen and (max-width: 640px) {
	#parallel .inner {
		padding: 4.5rem 0;
	}
	#parallel .inner .sub {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	#parallel .inner h2 {
		height: 1.9rem;
		margin-bottom: 0.6rem;
	}
	#parallel .inner .jp {
		font-size: 1.1rem;
	}
	#parallel .inner .group {
		display: block;
		margin-top: 3.5rem;
	}
	#parallel .inner .group .img {
		width: 14.4rem;
		margin: 0 auto 3.3rem;
	}
	#parallel .inner .group .body {
		width: auto;
	}
	#parallel .inner .group .body .lead {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	#parallel .inner .group .body .lead strong {
		font-size: 1.8rem;
	}
	#parallel .inner .group .body .link_more {
		text-align: center;
	}
}