/*-----mv-----*/
.mv {
	/* background: url(../img/top/mv1.svg); */
	position: relative;
}
.mv_slide5 .mv__title {
	padding-left: 0;
	text-indent: 0;
	font-size: 38px;
}
.mv_slide6 .mv__title {
    top: 4%;
    right: 5%;
    left: unset;
    font-size: 36px;
    text-shadow: none;
    color: #000005;
    background: rgb(255 255 255 / 80%);
}
.mv__title {
	/* padding-left: 8.25em; */
	/* text-indent: -13.5em; */
	text-align: center;
	/* text-shadow: 0 0 15px black; */
	font-weight: normal;
	font-size: 42px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	position: absolute;
	top: 45%;
	z-index: 100;
	left: 0;
	right: 0;
	margin: auto;
	color: #fefefe;
    text-shadow: 3px 2px 2px rgba(0,0,0,0.8);
	/* font-family: 'Goryu'; */
	font-family: 'Goryu',"HGGyoshotai";
}

@media screen and (max-width: 1300px) {
	.mv__title {
		font-size: 38px;
		/* padding-left: 6.25em; */
	}
}
@media screen and (max-width: 1100px) {
	.mv__title {
		font-size: 32px;
		letter-spacing: 1px;
		/* padding-left: 6.25em; */
	}
	.mv_slide5 .mv__title {
		font-size: 32px;
	}
	.mv_slide6 .mv__title {
		font-size: 30px;
	}

	
	.mv_slide6 .mv__title span{
		text-combine-upright: all;
	}
	.mv_slide6 .mv__title {
		top: 5%;
		right: 10%;
		left: unset;
		text-indent: 0;
		font-size: 24px;
		width: auto;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 700px) {
	.mv__title {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.mv__title {
		padding-left: 0;
		/* display: flex;
		align-items: center;
		justify-content: center; */
		line-height: 1.5;
		top: 15%;
		font-size: 24px;
		text-indent: -12.5em;
		min-height: 500px;
		width: fit-content;
	}

	.mv_slide7 .mv__title {
		text-indent: 0;
	}
	.mv_slide1 .mv__title {
		top: 5%;
		font-size: 22px;
		min-height: 610px;
		text-align: center;
		text-indent: 0;
	}
	.mv_slide5 .mv__title {
		top: 5%;
		font-size: 22px;
		min-height: 610px;
		text-align: center;
		text-indent: 0;
	}

}

/*-----/mv-----*/
/*-----sec1-----*/
.sec1 {
	background: url(../img/top/sec1-bg.jpg?04) no-repeat center;
	background-size: cover;
	padding: 80px 20px;
}
.sec1__wrap {
	padding: 55px 0 0;
}
.sec1__subheading {
	padding-left: 10.25em;
	text-indent: -15.5em;
	text-align: center;
	font-weight: normal;
	font-size: 33px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.sec1__subheading span {
	font-size: 24px;
}
.sec1__txt {
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.sec1__subheading {
		font-size: 24px;
	}
	.sec1__subheading span {
		font-size: 18px;
	}
	.sec1__txt {
		font-size: 20px;
	}
}
@media screen and (max-width: 700px) {
	.sec1 {
		padding: 70px 5px;
		/* background: url(../img/top/sec1-bg_sp.jpg?04) no-repeat center; */
	}
	.sec1__wrap {
		padding: 100px 0 0;
		margin-top: 130px;
	}
	.sec1__subheading {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		padding-left: 0;
		margin: 0 auto 30px;
		text-indent: -14em;
		width: 45px;
		/* padding-top: 275px; */
	}
	.sec1__subheading span {
		display: block;
		position: absolute;
		bottom: -170px;
	}
	.sec1__txt {
		/* text-align: left; */
		font-size: 16px;
	}
}
/*-----/sec1-----*/
/*-----sec2-----*/
.sec2 {
	/* background: url(../img/top/sec2-bg.jpg?04) no-repeat top; */
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.sec2__bg {
	/*
	background: url(../img/top/sec2-bg.jpg?04) no-repeat top;
	background-size: auto 82%;
	background-position-x: 45%;
	*/
	/*padding: 130px 20px 0;*/
	/* padding: 65px 20px 65px; */
	position: relative;
}
.sec2__svg {
	position: absolute;
    bottom: 0px;
}
.sec2__group1 {
	max-width: 875px;
	padding: 0 20px 0;
	margin: auto;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 130px;
}
.sec2__group2 {
	max-width: 875px;
	padding: 0 20px 0;
	margin: auto;
	text-align: right;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}
.sec2__txt1 {
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 0.1em;
	line-height: 0.6;
	text-align: right;
}
.sec2__txt1 span {
	font-size: 22px;
	letter-spacing: 1.5px;
}
.sec2__wrap {
	max-width: 545px;
	margin-right: auto;
}
.sec2__txt2 {
	font-weight: normal;
	font-size: 33px;
	letter-spacing: 0.1em;
	line-height: 1.36;
	text-align: left;
}
.sec2__txt2--tac {
	text-align: center;
}
.sec2__txt2--tar {
	text-align: right;
}
.sec2__txt3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: auto;
	margin-bottom: 10px;
}
.sec2__img-wrap {
}
.sec2__img {
	margin-left: auto;
	-o-object-fit: cover;
	object-fit: cover;
	height: 15px;
}
@media screen and (max-width: 1100px) {
	.sec2__bg {
		/*
		background: url(../img/top/sec2-bg.jpg?04) no-repeat top;
		background-size: auto 80%;
		background-position-x: 28%;
		*/
	}
	.sec2__txt1 {
		font-size: 36px;
		margin-bottom: 35px;
	}
	.sec2__txt1 span {
		font-size: 18px;
	}
	.sec2__txt2 {
		font-size: 20px;
	}
	.sec2__wrap {
		max-width: 335px;
		margin: auto;
	}
	.sec2__txt3 {
		font-size: 14px;
	}
	.sec2__img img {
		height: 12px;
	}
	.sec2__group1 {
		top: 95px;
	}
}
@media screen and (max-width: 700px) {
	.sec2 {
		/*padding: 50px 0 0;*/
	}
	.sec2__bg {
		/*padding: 130px 25px 0;*/
		/* padding: 65px 25px 65px; */
		/*
		background-size: auto 60%;
		background-position-x: 27%;
		*/
	}
	.sec2__txt1 {
		margin-bottom: 35px;
		line-height: 0.7;
		text-align: center;
	}
	.sec2__wrap {
		margin-left: 0;
		max-width: 100%;
	}
	.sec2__group1 {
		top: 130px;
	}
}
/*-----/sec2-----*/
/*-----sec3-----*/
.sec3 {
	background: url(../img/top/sec3-bg_ver02.jpg?04) no-repeat right;
	background-size: cover;
	background-color: #000005;
	padding: 175px 20px 95px;
	position: relative;
}
.sec3__group {
	position: relative;
	z-index: 1;
	padding: 50px 0 0;
	max-width: 850px;
	width: 100%;
	margin: auto;
}
.sec3__txt {
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 2.2;
	text-align: left;
	margin-bottom: 20px;
}
.sec3__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.sec3__img {
	height: 80px;
}
.sec3__name {
	/* font-family: "New Tegomin", serif; */
	font-weight: normal;
	font-size: 40px;
	/* letter-spacing: 0.1em; */
	line-height: 1.2;
	margin: 20px;
	/* padding-left: 450px; */
	text-align: center;
}
.sec3__symbol {
	position: absolute;
	top: calc(50% - 260px);
	width: 486px;
	left: 270px;
}
@media screen and (max-width: 1100px) {
	.sec3 {
		/* background: url(../img/top/sec3-bg_ver02.jpg?04)bottom right/auto 100% no-repeat #000005; */
	}
	.sec3__group {
		max-width: 600px;
	}
	.sec3__txt {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.sec3__name {
		font-size: 26px;
		line-height: 1;
		/* padding-left: 370px; */
	}
	.sec3__symbol {
		top: calc(50% - 190px);
		width: 380px;
		left: 0;
	}
	.sec3__img {
		/* height: 100px; */
	}
}

@media screen and (max-width: 700px) {
	.sec3 {
		padding: 70px 25px 420px;
		background: url(../img/top/sec3-bg_ver02_sp.jpg?04)center bottom/70% auto no-repeat #000005;
		/*
		background-size: cover;
		background-size: 150%;
		background-position-x: 85%;
		background-color: #000005;
		*/
	}
	.sec3__txt {
		margin-bottom: 30px;
	}
	.sec3__group {
		position: static;
		padding: 20px 0;
	}
	.sec3__wrap {
		position: absolute;
		width: 100%;
		z-index: 1;
		left: 0;
		bottom: 60px;
		flex-wrap: wrap;
	}
	.sec3__symbol {
		top: calc(50% - 90px);
		width: 180px;
		left: 0;
	}
	.sec3__img {
		height: 70px;
	}
	.sec3__name {
		font-size: 30px;
		line-height: 1;
		padding-left: 0;
		position: relative;
		margin: 0 0 0 5px;
	}
}

@media screen and (max-width: 500px) {
	.sec3 {
		padding: 70px 25px 420px;
		background: url(../img/top/sec3-bg_ver02_sp.jpg?04)right bottom/100% auto no-repeat #000005;
		/*
		background-size: cover;
		background-size: 150%;
		background-position-x: 85%;
		background-color: #000005;
		*/
	}
}

/*-----/sec3-----*/
/*-----sec4-----*/
.sec4 {
	/* background: url(../img/top/sec4-bg.jpg?04) no-repeat bottom; */
	/* background-size: cover; */
	/* background-attachment: fixed; */
	width: 100%;
	height: 500px;
	/* height: calc(100vw * 0.57); */
	/* background-color: #000005; */
	z-index: -1;
}
.sec4::before {
	content: "";
	display: block;
	background: url(../img/top/sec4-bg.jpg?04) no-repeat bottom;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 1100px) {
	.sec4 {
		height: 450px;
		width: auto;
		background: none;
		position: relative;
		background-color: #000005;
		z-index: -1;
	}

}
@media screen and (max-width: 700px) {
	.sec4 {
		height: 400px;
		/* background: url(../img/top/sec4-bg.jpg?04) no-repeat center;
		background-size: cover;
		background-attachment: unset; */


	}
	.sec4::before {
		height: 400px;
		/* background-size: auto 100%; */
	}
}
/*-----/sec4-----*/
/*-----sec5-----*/
.sec5 {
	background: url(../img/top/sec5-bg.jpg?04) no-repeat center;
	background-size: cover;
	padding: 80px 160px 140px;
}

.news__area {
	max-width: 730px;
	width: 100%;
	margin: auto;
	padding: 65px 0 0;
}
.news__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 23px;
}
.news__day {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin-right: 2em;
	min-width: 170px;
}
.news__content {}
.news__title {
	margin-bottom: 5px;
	/* font-weight: bold; */
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.news__txt {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.6;
    font-family: 'Nyorai',"HGGyoshotai";
}
.news__txt a {
	/*color: #e50011;*/
	text-decoration: underline;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 700px) {
	.sec5 {
		background: url(../img/top/sec5-bg.jpg?04) no-repeat center;
		background-size: cover;
		/* background-position-x: 66%; */
		padding: 80px 25px;
	}
	.news__area {
		padding: 45px 0 0;
	}
	.news__wrap {
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	.news__day {
		margin-right: 12px;
	}
}
/*-----/sec5-----*/
/*-----sec6-----*/
.sec6 {
	background-color: #000005;
	padding: 80px 20px;
	/*
	max-height: 655px;
	height: 100vw;
	*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec6__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.sec06__insta {
	margin-right: 4%;
	width: 48%;
}
.sec06__insta__wrap {
	max-width: 340px;
	margin-left: auto;
}
.sec06__fb {
	width: 48%;
}
.fb-page {}
/*
.sec6__wrap p {
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 0.04em;
	line-height: 28.58px;
}
.sec6__wrap p:first-child {
	margin-right: auto;
}
*/
@media screen and (max-width: 1100px) {
	.sec6__wrap {
		/*max-width: 400px;*/
	}
}
@media screen and (max-width: 700px) {
	.sec6 {
		padding: 80px 25px;
		display: block;
		height: 100%;
	}
	.sec6__wrap {
		display: block;
		text-align: center;
	}
	.sec06__insta {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	.sec06__insta__wrap {
		max-width: 100%;
	}
	.sec06__fb {
		width: 100%;
	}
	/*
	.sec6__wrap p {
		margin: 100px auto;
		font-size: 18px;
		line-height: 1.12;
	}
	.sec6__wrap p:first-child {
		margin-bottom: 200px;
	}
	*/
}
/*-----/sec6-----*/
