@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	margin-bottom: -20rem;
	padding: 6rem 0;
	position: relative;
	aspect-ratio: 192/108;
}
.mainVisual::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25.4rem;
	content: "";
	z-index: 1;
	background: url(../img/index/mv_bg.png) repeat-x left top / 192rem auto;
}
.mainVisual .videoBox {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 192/108;
}
.mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .content {
	position: relative;
	z-index: 2;
}
.mainVisual h2 {
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.65;
}
.mainVisual h2 img {
	margin-top: 5.3rem;
	width: 47.2rem;
	display: block;
}
.mainVisual .newsBox {
	padding: 1.7rem 2.4rem;
	position: absolute;
	z-index: 3;
	bottom: 9.2rem;
	right: 0;
	width: 29.6rem;
	background-color: rgba(255, 255, 255, 0.9);
}
.mainVisual .newsBox > a {
	display: block;
}
.mainVisual .newsBox .tag {
	margin-bottom: 1rem;
	padding: 0.2rem 0.6rem 0.3rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	width: fit-content;
	background-color: #571017;
}
.mainVisual .newsBox time {
	margin-bottom: 0.9rem;
	display: block;
	font-size: 1.2rem;
	color: #000;
	font-weight: 500;
}
.mainVisual .newsBox .text {
	margin-bottom: 3rem;
	padding-right: 3rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.07em;
	color: #000;
	line-height: 1.57;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	background: url(../img/common/icon04.png) no-repeat right top calc(50% + 0.4rem) / 1.9rem;
}
.mainVisual .newsBox .link  {
	margin: 0 3.2rem 0 auto;
	width: fit-content;
}
.mainVisual .newsBox .link a {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #000;
}
.mainVisual .newsBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: -20rem;
		padding: 8vw 0 2rem;
		aspect-ratio: 375/500;
	}
	.mainVisual .videoBox {
		aspect-ratio: 375/500;
	}
	.mainVisual h2 {
		font-size: 3rem;
	}
	.mainVisual h2 img {
		margin-top: 1rem;
		width: 20rem;
	}
	.mainVisual .newsBox {
		padding: 1rem;
		bottom: 15rem;
		width: 20rem;
	}
	.mainVisual .newsBox .tag {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	.mainVisual .newsBox time {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	.mainVisual .newsBox .text {
		padding: 0.4rem 2rem 0.4rem 0;
		margin-bottom: 1rem;
		font-size: 1.2rem;
		-webkit-line-clamp: 2;
		background-size: 1.5rem auto;
		background-position: right center;
	}
	.mainVisual .newsBox .link a {
		font-size: 1rem;
	}
}
/* creat */
#main .creat {
	padding: 25.3rem 0 44rem;
	position: relative;
	overflow: hidden;
}
#main .creat .bgPhoto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#main .creat .bgPhoto img {
	width: 100%;
}
#main .creat .bgPhoto::after {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	height: 54.3rem;
	content: "";
	z-index: 1;
	background: linear-gradient(#571017 0%, #000 59.11%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}
#main .creat .content {
	max-width: 61.5rem;
	position: relative;
	z-index: 3;
}
#main .creat .content::after {
	position: absolute;
	bottom: -22rem;
	left: 50%;
	width: 1px;
	height: 14.3rem;
	background-color: #707070;
	content: "";
	z-index: 2;
	pointer-events: none;
}
#main .creat .hTitle {
	margin: 0 -3rem 4.2rem 0;
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.67;
}
#main .creat .text {
	margin: 0 4.5rem 3.2rem 0; 
	letter-spacing: -0.07em;
	line-height: 1.93;
	font-family: "Noto Sans JP", sans-serif;	
}
#main .creat .image {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
#main .creat .image01 {
	left: 0;
	bottom: 0;
	width: 72.5rem;
}
#main .creat .image02 {
	width: 100rem;
	top: -2rem;
	right: -35rem;
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	#main .creat .bgPhoto::after {
		background: linear-gradient(#571017 0%, #000 80%, rgba(0, 0, 0, 0) 100%);
	}
}
@media all and (min-width: 897px) and (max-width: 1580px) {
	#main .creat .bgPhoto::after {
		height: 70rem;
	}
}
@media all and (min-width: 1921px) {
	#main .creat {
		padding: 13.177vw 0 22.917vw;
	}
	#main .creat .image01 {
		width: 37.76vw;
	}
	#main .creat .image02 {
		width: 52.083vw;
		right: -18.229vw;
	}
}
@media all and (max-width: 896px) {
	#main .creat {
		padding: 10rem 0;
	}
	#main .creat::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4rem;
		content: "";
		z-index: 1;
		background: linear-gradient(#000 50%, rgba(0, 0, 0, 0) 100%);
	}
	#main .creat .content::after {
		display: none;
	}
	#main .creat .bgPhoto::after {
		height: 16rem;
	}
	#main .creat .hTitle {
		margin: 0 0 2rem 0;
		font-size: 3rem;
	}
	#main .creat .text {
		margin: 0 0 1.5rem 0; 
	}
	#main .creat .image01 {
		width: 25rem;
	}
	#main .creat .image02 {
		width: 35rem;
		right: -10rem;
	}
}
/* recommend */
#main .recommend {
	margin-top: -22rem;
	position: relative;
	overflow: hidden;
}
#main .recommend::before {
	position: absolute;
	top: -5rem;
	right: 0;
	content: "";
	width: 71rem;
	height: 50rem;
	z-index: -2;
	background: url(../img/index/recommend_bg.png) no-repeat right top / 100%;
	pointer-events: none;
}
#main .recommend::after {
	position: absolute;
	top: 22rem;
	right: -40rem;
	z-index: 1;
	width: 120rem;
	height: 80rem;
	background: url(../img/index/recommend_img01.png) no-repeat right top / 100%;
	content: "";
	pointer-events: none;
}
#main .recommend .content {
	position: relative;
	z-index: 3;
}
#main .recommend .recommendUl {
	position: relative;
	z-index: 3;
	gap: 2.5rem 1.85%;
}
#main .recommend .recommendUl li {
	width: 32.1%;
}
#main .recommend .recommendUl .photoBox {
	margin-bottom: 4rem;
	aspect-ratio: 450/550;
}
#main .recommend .recommendUl .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .recommend .recommendUl .textBox .hTitle {
	margin-bottom: 2.4rem;
	font-weight: 600;
	letter-spacing: -0.03em;
}
#main .recommend .recommendUl .textBox .hTitle .big {
	padding-left: 3.2rem;
	position: relative;
	display: block;
	font-size: 5.6rem;
}
#main .recommend .recommendUl .textBox .hTitle .big span {
	width: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-47%);
	left: 0;
	font-size: 2.5rem;
	line-height: 1.2;
	display: inline-block;
}
#main .recommend .recommendUl .textBox p {
	padding-right: 5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	letter-spacing: -0.07em;
	line-height: 2;
}
@media all and (min-width: 2000px){
	#main .recommend::after {
		right: -26rem;
        width: 120rem;
	}
}
@media all and (min-width: 2300px){
	#main .recommend::after {
		right: -10rem;
	}
}
@media all and (max-width: 896px) {
	#main .recommend {
		margin-top: -4rem;
		padding: 5rem 0;
	}
	#main .recommend::before {
		top: -5rem;
		width: 30rem;
	}
	#main .recommend::after {
		top: 35rem;
		right: -10rem;
		width: 45rem;
		height: 80rem;
	}
	#main .recommend .recommendUl {
		display: block;
	}
	#main .recommend .recommendUl li {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .recommend .recommendUl li:last-child {
		margin-bottom: 0;
	}
	#main .recommend .recommendUl .photoBox {
		margin-bottom: 3rem;
		aspect-ratio: 2/1.3;
	}
	#main .recommend .recommendUl .textBox .hTitle {
		margin-bottom: 1.5rem;
	}
	#main .recommend .recommendUl .textBox .hTitle .big {
		padding-left: 2.5rem;
		font-size: 2.8rem;
	}
	#main .recommend .recommendUl .textBox .hTitle .big span {
		width: 2.5rem;
		font-size: 1.7rem;
	}
	#main .recommend .recommendUl .textBox p {
		padding-right: 0;
	}
}
/* scene */
#main .scene {
	padding: 17.5rem 0 7.6rem;
	position: relative;
}
#main .scene::after {
	position: absolute;
	top: -24rem;
	left: 0;
	width: 42.9rem;
	height: 62.1rem;
	content: "";
	background: url(../img/index/scene_bg.png) no-repeat left top / 100%;
	pointer-events: none;
}
#main .scene .outBox {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10.5rem;
	height: 105rem;
}
#main .scene .title {
	padding-top: 32rem;
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0.17em;
	line-height: 1.78;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
}
#main .scene .title::after {
	position: absolute;
	top: 15rem;
	left: 50%;
	z-index: 1;
	content: "";
	width: 1px;
	height: 14.3rem;
	background-color: #707070;
}
#main .scene .sceneBox {
	position: relative;
	z-index: 2;
	width: calc(50% - 16rem);
}
#main .scene .hBox {
	position: relative;
	z-index: 2;
	padding-left: 1rem;
	max-width: 54.9rem;
	margin: 0 0 -3.7rem auto;
}
#main .scene .sceneBox .comBtn01 span {
	padding: 0 6rem 0 5.3rem;
}
#main .scene .sceneBox .photo {
	margin-bottom: -2.5rem;
	position: relative;
}
#main .scene .sceneBox .photo::after {
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 100%;
	z-index: 1;
	opacity: 0.6;
	background: linear-gradient(to top,#571017 0%, rgba(87, 16, 23, 0) 100%);
	height: 20rem;
	content: "";
}
#main .scene .sceneBox .photo img {
	width: 100%;
}
#main .scene .sceneBox .subPhoto {
	position: relative;
	z-index: 2;
	padding-left: 1rem;
	max-width: 54.9rem;
	margin-left: auto;
}
#main .scene .sceneBox .subPhoto img {
	display: block;
	max-width: 46.7rem;
	width: 100%;
}
#main .scene .business .hBox {
	padding: 0 1rem 0 0;
	margin-left: 0;
}
#main .scene .business .subPhoto {
	margin: 0;
	padding: 0 1rem 0 0;
}
#main .scene .business .subPhoto img {
	margin-left: auto;
}
@media all and (min-width: 897px) {
	#main .scene .headLine02 {
		width: fit-content;
		min-width: 28.6rem;
		margin-bottom: 1.5rem;
		font-size: 3.3rem;
	}
	#main .scene .sceneBox .comBtn01 {
		margin: 0;
		width: 28.6rem;
	}	
	#main .scene .business .headLine02 {
		margin-left: auto;
	}
	#main .scene .business .comBtn01 {
		margin-left: auto;
	}
}
@media all and (max-width: 896px) {
	#main .scene {
		padding: 5rem 0;
		display: block;
	}
	#main .scene::after {
		width: 35rem;
	}
	#main .scene .outBox {
		margin-bottom: 8rem;
		position: static;
		transform: translateX(0);
		width: auto;
		height: auto;
	}
	#main .scene .title {
		padding-top: 0;
		text-align: center;
		font-size: 1.8rem;
		writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	#main .scene .title::after {
		display: none;
	}
	#main .scene .sceneBox {
		width: auto;
	}
	#main .scene .hBox {
		padding: 0 1rem !important;
		max-width: 100%;
		margin: 0 0 -2rem !important;
	}
	#main .scene .sceneBox .photo {
		margin-bottom: -1rem;
	}
	#main .scene .sceneBox .subPhoto {
		padding: 0 !important;
		max-width: 100%;
		margin: 0 auto !important;
	}
	#main .scene .sceneBox .subPhoto img {
		max-width: 100%;
	}
	#main .scene .private {
		margin-bottom: 8rem;
	}
}
/* popular */
#main .popular {
	padding: 10rem 0;
	position: relative;
}
#main .popular::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	content: "";
	z-index: 1;
	background: linear-gradient(rgba(87, 16, 23, 0) 0%, rgba(87, 16, 23, 0.4) 10.34%, #571017 50%, rgba(87, 16, 23, 0.52) 85.22%, rgba(87, 16, 23, 0) 100%);
	opacity: 0.83;
}
#main .popular .content {
	position: relative;
	z-index: 2;
	max-width: 180rem;
}
#main .popular .headLine02 {
	margin-bottom: 9.7rem;
}
#main .popular .popularUl {
	margin-bottom: 5.4rem;
	gap: 6rem 3.375%;
}
#main .popular .popularUl li {
	width: 17.3%;
}
#main .popular .popularUl li:nth-child(5n-1),
#main .popular .popularUl li:nth-child(5n-3) {
	margin-top: 10rem;
}
#main .popular .popularUl .photoBox {
	margin-bottom: 1.8rem;
	aspect-ratio: 1/1;
}
#main .popular .popularUl .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .popular .popularUl .textBox .hTitle {
	margin-bottom: 0.2rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.72;
}
#main .popular .popularUl .textBox p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	letter-spacing: -0.07em;
	line-height: 2;
}
#main .popular .comBtn01 {
	width: 28.6rem;
}
#main .popular .comBtn01 span {
	padding-right: 3.5rem;
	background-size: 0.6rem auto;
	background-position: right top calc(50% + 1px);
}
@media all and (min-width: 897px) and (max-width: 1700px) {
	#main .popular .popularUl .textBox .hTitle {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 896px) {
	#main .popular {
		padding: 5rem 0;
	}
	#main .popular .headLine02 {
		margin-bottom: 5rem;
	}
	#main .popular .popularUl {
		margin-bottom: 5.4rem;
		display: block;
	}
	#main .popular .popularUl li {
		margin-bottom: 5rem;
		width: auto;
	}
	#main .popular .popularUl li:last-child {
		margin-bottom: 0;
	}
	#main .popular .popularUl li:nth-child(5n-1),
	#main .popular .popularUl li:nth-child(5n-3) {
		margin-top: 0;
	}
	#main .popular .popularUl .photoBox {
		margin-bottom: 1.8rem;
		aspect-ratio: 2/1;
	}
	#main .popular .popularUl .textBox .hTitle {
		font-size: 2rem;
	}
}
/* course */
#main .course {
	padding: 13rem 0 7rem;
	background: url(../img/index/course_bg.webp) no-repeat center top / cover;
}
#main .course .headLine02 {
	margin-bottom: 9.7rem;
}
#main .course .courseBox {
	margin-bottom: 5rem;
	max-width: 118.7rem;
	display: flex;
	flex-wrap: wrap;
}
#main .course .courseBox:last-of-type {
	margin-bottom: 4.3rem;
}
#main .course .courseBox .photoBox {
	width: 54.8rem;
}
#main .course .courseBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .course .courseBox .textBox {
	padding: 2rem 13rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
}
#main .course .courseBox.reverse {
	margin-left: auto;
}
#main .course .notesUl li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2.4;
}
@media all and (max-width: 896px) {
	#main .course {
		padding: 5rem 0;
	}
	#main .course .headLine02 {
		margin-bottom: 5rem;
	}
	#main .course .courseBox {
		max-width: 100%;
		display: block;
	}
	#main .course .courseBox:last-of-type {
		margin-bottom: 2rem;
	}
	#main .course .courseBox .photoBox {
		width: auto;
	}
	#main .course .courseBox .textBox {
		padding: 2rem;
		display: block;
	}
	#main .course .courseBox.reverse {
		margin-left: auto;
	}
	#main .course .notesUl li {
		margin-bottom: 1rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .course .notesUl li:last-child {
		margin-bottom: 0;
	}
}
/* shop */
#main .shop {
	padding: 13.5rem 0 12.5rem;
	position: relative;
}
#main .shop::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	z-index: 1;
	width: 57.9rem;
	height: 47.1rem;
	background: url(../img/index/shop_img01.png) no-repeat left top / 100%;
	pointer-events: none;
}
#main .shop::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
	width: 64.4rem;
	height: 53.9rem;
	background: url(../img/index/shop_img02.png) no-repeat left bottom / 100%;
	pointer-events: none;
}
#main .shop .content {
	position: relative;
	z-index: 2;
}
#main .shop .headLine02 {
	margin-bottom: 9.7rem;
}
#gFooter {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	#main .shop {
		padding: 5rem 0;
	}
	#main .shop::after {
		width: 30rem;
	}
	#main .shop::before {
		width: 30rem;
		height: 53.9rem;
	}
	#main .shop .headLine02 {
		margin-bottom: 5rem;
	}
}