@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 2.3rem;
}
.mainVisual .innerBox {
	flex-direction: row-reverse;
	align-items: center;
}
.mainVisual .slideBox {
	max-width: 76rem;
	width: 55.9%;
}
.mainVisual .imgBox {
	margin: 0 -1.5rem -9rem 0;
	flex: 1;
}
.mainVisual .imgBox .sub {
	margin-left: auto;
	width: calc(50% + 20.5rem);
}
.mainVisual .imgBox .pho {
	margin-bottom: 4.6rem;
	max-width: 50.4rem;
} 
.mainVisual .slick-dots {
	position: absolute;
	left: 15.3rem;
	bottom: 5.9rem;
	width: 100%;
	text-align: left;
}
.mainVisual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.6rem;
	padding: 0;
	cursor: pointer;
	border: 0;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}
.mainVisual .slick-dots li button {
	display: none;
}
.mainVisual .slick-dots li.slick-active {
	background-color: #CC0000;
}
.mainVisual .imgBox .text {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}
#main .lcc {
    margin-top: -25rem;
    padding: 43rem 0 58rem;
    z-index: 1;
	background: #fff url(../img/common/bg01.png) repeat left top / 2.8rem;
}
#main .lcc .imgBox .pho {
	/* max-width: 68rem; */
    max-width: 64rem;
    width: 50%;
    position: absolute;
    z-index: 2;
    top: 25.5rem;
    left: -2rem;
}
#main .lcc .imgBox .textBox {
	margin-left: auto;
    width: 50%;
    max-width: 541px;
}
#main .lcc .imgBox .textBox .text {
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.05em;
}
#main .reason {
	margin-top: -20rem;
	position: relative;
	z-index: 2;
	margin-bottom: -7rem;
    padding-bottom: 8rem;
	background: #fff url(../img/common/bg01.png) repeat left top / 2.8rem;
}
#main .reason .imgBox {
	margin-bottom: 8.9rem;
}
#main .reason .imgBox .pho {
	position: absolute;
	top: -17.5rem;
	right: -2rem;
	max-width: 58rem;
	width: 44.7%;
}
/* 追加 */
#main .reason .imgBox .textBox{
	margin-right: auto;
	width: 50%;
	max-width: 541px;
}
@media all and (max-width: 767px) {
#main .reason .imgBox .textBox{
	width: 100%;
	max-width: unset;
}
}
/* /追加 */

#main .reason .innerBox .lBox,
#main .reason .innerBox .rBox {
	max-width: 46rem;
}
#main .reason .innerBox .rBox {
	margin-top: 21.3rem;
}
#main .reason .innerBox .sub {
	margin-bottom: 7.1rem;
}
#main .reason .innerBox .sub:last-of-type {
	margin-bottom: 0;
}
#main .reason .innerBox .sub h3 {
	margin-bottom: 2rem;
	padding: 0.8rem 1rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	color: #4C4C4C;
	letter-spacing: 0.05em;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
#main .reason .innerBox .sub .text {
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.05em;
}
#main .group {
	padding: 20rem 0 32.5rem;
	position: relative;
	z-index: 3;
	background: #fff url(../img/common/bg01.png) repeat left top / 2.8rem;
}
#main .group.comBgBox::before {
	height: 30rem;
	clip-path: polygon(0 0, 0 90%, 100% 0);
}
#main .group.comBgBox::after {
	height: 35rem;
	clip-path: polygon(0 19%, 0 100%, 100% 100%);
}
#main .group .infoBox {
	position: relative;
	z-index: 2;
}
#main .group .imgBox .pho {
	max-width: 70.4rem;
	width: 51.8%;
	position: absolute;
	top: -46rem;
	left: -6rem;
}
#main .group .headLine01 {
	margin-left: auto;
	width: calc(50% - 6rem);
}
#main .group .imgBox {
	margin-bottom: 9.4rem;
}
#main .group .innerBox .lBox,
#main .group .innerBox .rBox {
	max-width: 46.2rem;
}
#main .group .innerBox .sub {
	margin-bottom: 7.5rem;
}
#main .group .innerBox .sub:last-of-type {
	margin-bottom: 0;
}
#main .group .innerBox .sub h3 {
	margin-bottom: 2rem;
	padding: 1.6rem 1rem;
	text-align: center;
	color: #CC0000;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
/* 追加 */
	#main .lcc .imgBox .textBox h3,
	#main .reason .imgBox .sub h3 {
	margin-bottom: 2rem;
	padding: 1.6rem 1rem;
	text-align: center;
	color: #CC0000;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	}
h3 .h3Span{
	display: block;
    color: #ffffff;
    font-size: 1.6rem;
    background-color: #CC0000;
    padding: 2px 20px;
    border-radius: 25px;
    width: 6.2em;
    margin-inline: auto;
    margin-block: 5px 12px;
	white-space: nowrap;
}
/* / 追加 */
#main .group .innerBox .sub .text {
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.05em;
}
#main .group .innerBox .rBox .sub .text {
	margin-bottom: 2.5rem;
}
#main .group .innerBox .lBox .sub .text {
	margin-bottom: 1.2rem;
}
#main .group .innerBox .sub h4 {
	margin-bottom: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .group .innerBox .sub .table {
	margin-bottom: 1.6rem;
}
#main .group .innerBox .notesList li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.538;
}
#main .lineup {
	padding-bottom: 15.1rem;
	margin-top: -8.2rem;
	position: relative;
	z-index: 4;
}
#main .lineup .imgBox .pho {
	max-width: 51.4rem;
	width: 37.8%;
	position: absolute;
	z-index: 1;
	top: -41.5rem;
	right: 8.5rem;
}
#main .lineup .imgBox .headLine01 {
	margin: 0 auto 3rem 0;
	width: calc(50% + 13rem);
	text-align: left;
}
#main .lineup .lineupList > li {
	margin-right: 2.3%;
	width: 31.8%;
	border-top: 1rem solid #009877;
	border-bottom: 1rem solid #009877;
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}
#main .lineup .lineupList > li:nth-child(3n) {
	margin-right: 0;
}
#main .lineup .time {
	margin-bottom: 1rem;
	font-size: 1.3rem;
	text-align: right;
	letter-spacing: 0.03em;
}
#main .lineup .lineupList .topBox {
	margin-bottom: 5rem;
	padding: 1.2rem 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#main .lineup .lineupList .topBox::after {
	position: absolute;
	top: 100%;
	height: 2.5rem;
	left: 0;
	right: 0;
	content: "";
	background: url(../img/index/lineup_bg01.png) no-repeat center bottom / 100%;
}
#main .lineup .lineupList .topBox h3 {
	margin-bottom: 0.1rem;
}
#main .lineup .lineupList .topBox p {
	letter-spacing: 0.05em;
	font-weight: 500;
}
#main .lineup .lineupList .innerBox {
	padding: 1.9rem 3rem 4rem;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
#main .lineup .lineupList .innerBox::after {
	position: absolute;
	bottom: 100%;
	height: 2.5rem;
	left: 0;
	right: 0;
	content: "";
	background: url(../img/index/lineup_bg02.png) no-repeat center top / 100%;
}
#main .lineup .lineupList .innerBox h4 {
	margin-bottom: 0.8rem;
	padding: 0.3rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #009877;
	border-left: 0.8rem solid #C7D1D6;
	border-right: 0.8rem solid #C7D1D6;
}
#main .lineup .lineupList .innerBox .text {
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: justify;
}
#main .lineup .lineupList .innerBox .text01 {
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 4.8rem;
}
#main .lineup .lineupList .innerBox .text .tag {
	color: #009877;
}
#main .lineup .lineupList .innerBox .matchBox .text {
	margin-bottom: 3.4rem;
	min-height: 11.2rem;
}
#main .lineup .lineupList .innerBox .photoList {
	margin: 0.5rem 0 1.3rem;
	position: relative;
	z-index: 1;
	line-height: 0.65;
}
#main .lineup .lineupList .innerBox .photoList a {
	display: block;
}
#main .lineup .lineupList .innerBox .photoList a:hover {
	opacity: 0.8;
}
#main .lineup .lineupList .innerBox .photoList::after {
	position: absolute;
	width: 2rem;
	height: 2rem;
	content: "";
	bottom: 0;
	right: 0;
	z-index: 1;
	background: url(../img/common/icon03.png) no-repeat right bottom / 100%;
	pointer-events: none;
}
#main .lineup .lineupList .controlBox {
	height: 2.4rem;
	margin-bottom: 2rem;
}
#main .lineup .lineupList .control button {
	border: 0;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background-color: transparent;
}
#main .lineup .lineupList .control .prev:hover,
#main .lineup .lineupList .control .next:hover {
	opacity: 0.8;
}
#main .lineup .lineupList .control .num span {
	padding: 0 0.8rem;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}
#main .lineup .lineupList .bgBox .sub {
	padding: 2rem 2rem 4rem;
	background-color: #E5F5F1;
	min-height: 38rem;
	display: flex;
	align-items: center;
	border-radius: 0.6rem;
}
#main .lineup .lineupList .tagList {
	margin: -0.5rem 0 0.6rem;
}
#main .lineup .lineupList .tagList li {
	margin: 0.5rem 0.5rem 0 0;
	padding-top: 0.1rem;
	min-width: 6.8rem;
	text-align: center;
	color: #009877;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	border: 1px solid #4DB7A0;
	border-radius: 1.1rem;
	background-color: #fff;
}
#main .lineup .lineupList .tagList li:last-child {
	margin-right: 0;
}
#main .lineup .lineupList .bgBox {
	margin: 1.5rem 0 3rem;
}
#main .lineup .lineupList .bgBox .title {
	margin-bottom: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #009877;
}
#main .lineup .lineupList .bgBox .text {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.57;
}
#main .lineup .lineupList .linkList li {
	margin-right: 2.5rem;
}
#main .lineup .lineupList .linkList li:nth-child(2n) {
	margin-right: 0;
}
#main .lineup .lineupList .linkList a {
	padding-left: 1.1rem;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	text-decoration: underline;
	background: url(../img/common/icon08.png) no-repeat left top 0.2rem / 0.7rem;
}
#main .lineup .lineupList .btn {
	margin-bottom: 2.4rem;
}
#main .lineup .lineupList .btn a {
	width: 27rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	min-height: 6rem;
	background: #CC0000 url(../img/common/icon02.png) no-repeat right 2rem center / 1.5rem;
}
#main .lineup .lineupList .btnList {
	margin: 0 -1rem;
	align-items: center;
}
#main .lineup .lineupList .btnList li {
	margin: 0 1rem;
}
#main .lineup .lineupList .btnList a:hover {
	opacity: 0.8;
}
#main .lineup .lineupList .li02 {
	border-color: #44B400;
}
#main .lineup .lineupList .li02 .innerBox .text .tag {
	color: #44B400;
}
#main .lineup .lineupList .li02 .innerBox h4 {
	background-color: #44B400;
	border-color: #FFF100;
}
#main .lineup .lineupList .li02 .innerBox .photoList::after {
	background-image: url(../img/common/icon04.png);
}
#main .lineup .lineupList .li02 .tagList li {
	color: #44B400;
	border-color: #7CCB4D;
}
#main .lineup .lineupList .li02 .bgBox .title {
	color: #44B400;
}
#main .lineup .lineupList .li02 .bgBox .sub {
	background-color: #ECF7E5;
}
#main .lineup .lineupList .li02 .linkList a {
	background-image: url(../img/common/icon09.png);
}
#main .lineup .lineupList .li03 {
	border-color:#FF5115;
}
#main .lineup .lineupList .li03 .innerBox .text .tag {
	color: #FF5115;
}
#main .lineup .lineupList .li03 .innerBox h4 {
	background-color: #FF5115;
	border-color: #A8B2B2;
}
#main .lineup .lineupList .li03 .innerBox .photoList::after {
	background-image: url(../img/common/icon05.png);
}
#main .lineup .lineupList .li03 .tagList li {
	color: #FF5115;
	border-color: #FF855B;
}
#main .lineup .lineupList .li03 .bgBox .title {
	color: #FF5115;
}
#main .lineup .lineupList .li03 .linkList a {
	background-image: url(../img/common/icon10.png);
}
#main .lineup .lineupList .li03 .bgBox .sub {
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	background-color: #FFEEE8;
	min-height: 15rem;
}
#main .lineup .lineupList .li03 .bgBox .sub:last-of-type {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	#main .lineup .lineupList .linkList a:hover {
		color: #009877;
	}
	#main .lineup .lineupList .li02 .linkList a:hover {
		color: #44B400;
	}
	#main .lineup .lineupList .li03 .linkList a:hover {
		color: #FF5115;
	}
	#main .lineup .lineupList .btn a:hover {
		background-color: #229777;
	}
	#main .lineup .lineupList .li02 .btn a:hover {
		background-color: #44B600;
	}
	#main .lineup .lineupList .li03 .btn a:hover {
		background-color: #FE5715;
	}
} 
#main .message {
	padding: 8rem 0 13.5rem;
	background: #E7E2DB url(../img/index/message_bg01.png) repeat left top / 1.1rem;
	overflow: hidden;
}
#main .message .headLine01 {
	margin-bottom: 4.8rem;
}
#main .message .innerBox {
	margin-bottom: 7.9rem;
	position: relative;
	z-index: 3;
	padding: 5.2rem 6rem 4.2rem 6.2rem;
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}
#main .message .innerBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
	clip-path: polygon(1% 0, 99% 0, 100% 2%, 100% 98%, 99% 100%, 1% 100%, 0 98%, 0 1.8%);
}
#main .message .innerBox::after{
	text-align: right;
	position: absolute;
	width: 104rem;
	z-index: 2;
	right: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background-color: #009877;
	clip-path: polygon(1% 0, 99% 0, 100% 2%, 100% 98%, 99% 100%, 1% 100%, 0 98%, 0 1.8%);
}
#main .message .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .message .innerBox .imgtext {
	position: relative;
	z-index: 3;
	margin: 0 1rem 0 -11rem;
	display: flex;
	align-items: center;
}
#main .message .innerBox01 .imgtext {
	margin: 0 -11rem 0 1rem;
}

#main .message .innerBox .photoBox {
	position: relative;
	z-index: 1;
	width: 28rem;
}
#main .message .innerBox .photoBox .pho {
	margin-bottom: 1.4rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .message .innerBox .photoBox .name {
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #009877;
	font-weight: 500;
}
#main .message .innerBox .textBox {
	position: relative;
	z-index: 1;
	width: calc(100% - 34rem);
}
#main .message .innerBox .textBox h3 {
	margin-bottom: 2.1rem;
	padding-bottom: 1.9rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #009877;
}
#main .message .innerBox .textBox h3 img {
	margin-right: 1.5rem;
	width: 20.2rem;
}
#main .message .innerBox01 .textBox h3 img {
	width: 32.7rem;
}
#main .message .innerBox02 .textBox h3 img {
	width: 24.5rem;
}
#main .message .innerBox .textBox .text {
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}
#main .message .innerBox:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#main .message .innerBox01::after{
	text-align: left;
	left: 100%;
	right: auto;
	background-color: #44B400;
}
#main .message .innerBox01 .textBox h3 {
	padding-bottom: 0.8rem;
	margin-top: -0.7rem;
}
#main .message .innerBox01 .photoBox .name {
	color: #44B400;
}
#main .message .innerBox01 .textBox h3 {
	border-color: #44B400;
}
#main .message .innerBox02::after{
	background-color: #FF5115;
}
#main .message .innerBox02 .textBox h3 {
	margin-top: -1.8rem;
}
#main .message .innerBox02 .photoBox .name {
	color: #FF5115;
}
#main .message .innerBox02 .textBox h3 {
	border-color: #FF5115;
}
.pageTop {
	width: 3.6rem;
	position: fixed;
	z-index: 99;
	bottom: 12rem;
	right: 5rem;
}
.pageTop a {
	display: block;
}
.pageTop a:hover {
	opacity: 0.8;
}
@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 2.7rem;
	}
	.mainVisual .innerBox {
		margin-top: 11.5rem;
		display: block;
	}
	.mainVisual .slideBox {
		margin: 0 auto 2.9rem;
		width: 88.2%;
	}
	.mainVisual .imgBox {
		margin: 0 2.1rem;
	}
	.mainVisual .imgBox .sub {
		margin: 0;
		width: auto;
	}
	.mainVisual .imgBox .pho {
		margin-bottom: 0rem;
		max-width: fit-content;
	} 
	.mainVisual .imgBox .pho img {
		width: 100%;
	}
	.mainVisual .slick-dots {
		text-align: right;
		left: auto;
		right: 1.8rem;
		bottom: 0.5rem;
	}
	.mainVisual .slick-dots li {
		width: 0.6rem;
		height: 0.6rem;
		margin: 0 0.25rem;
	}
	.mainVisual .imgBox .text {
		text-align: justify;
		font-size: 1.6rem;
	}
	#main .lcc {
		margin-top: 0rem;
		/* padding: 27.5rem 0 14rem; */
		padding-block: 0 0;
	}
	#main .lcc .imgBox .pho {
		/* max-width: fit-content;
		width: 35rem;
		top: -4.5rem;
		left: 1rem; */
		width: auto;
        max-width: 480px;
        top: 0rem;
        position: relative;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
	}
	#main .lcc .imgBox .textBox {
		margin: 0;
		width: 100%;
		max-width: unset;
		/* margin-top: 40px; */
	}
	#main .lcc .imgBox .pho + .textBox{
		margin-top: 40px;
	}
	#main .lcc .imgBox .textBox .text {
		line-height: 2;
		text-align: justify;
		letter-spacing: 0.05em;
	}
	#main .reason {
		padding: 23rem 0 11.1rem;
		margin-top: 0;
		padding-block: 40px 11rem;
	}
	#main .reason .imgBox {
		margin-bottom: 3.5rem;
	}
	#main .reason .imgBox .pho {
		/* top: -7.3rem;
		right: 1rem;
		max-width: fit-content;
		width: 35rem; */
		width: auto;
        max-width: 480px;
        top: 0rem;
        position: relative;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
	}
	#main .reason .headLine01 {
		margin: 0;
		width: auto;
		text-align: left;
	}
	#main .reason .innerBox .lBox,
	#main .reason .innerBox .rBox {
		max-width: 100%;
	}
	#main .reason .innerBox .rBox {
		margin-top: 5rem;
	}
	#main .reason .innerBox .sub {
		margin-bottom: 5rem;
	}
	#main .reason .innerBox .pho + .textBox{
		margin-top: 40px;

	}
	#main .reason .innerBox .sub h3 {
		padding: 0.8rem 0 0.7rem;
		font-size: 2.4rem;
	}
	#main .reason .imgBox .innerBox {
		display: block;
	}
	#main .group {
		padding: 31rem 0 23.5rem;
	}
	#main .group.comBgBox::after {
		height: 13.8rem;
		clip-path: polygon(0 31%, 0 100%, 100% 100%);
	}
	#main .group .imgBox .pho {
		max-width: fit-content;
		width: 37.6rem;
		top: -37.5rem;
		left: -2rem;
	}
	#main .group .headLine01 {
		margin: 0;
		width: auto;
	}
	#main .group .imgBox {
		margin-bottom: 3.5rem;
	}
	#main .group .innerBox {
		display: block;
	}
	#main .group .innerBox .lBox,
	#main .group .innerBox .rBox {
		max-width: 100%;
	}
	#main .group .innerBox .lBox {
		margin-bottom: 5.6rem;
	}
	#main .group .innerBox .sub {
		margin-bottom: 5.6rem;
	}
	#main .group .innerBox .sub:last-of-type {
		margin-bottom: 0;
	}
	#main .group .innerBox .sub h3 {
		margin-bottom: 1.8rem;
		padding: 1.4rem 1rem 1.2rem;
		font-size: 2.4rem;
	}
/* 追加 */
	#main .lcc .imgBox .textBox h3 {
		margin-bottom: 40px;
		padding: 1.4rem 1rem 1.2rem;
		font-size: 2.4rem;
	}
/* /追加 */
	#main .group .innerBox .rBox .sub .text {
		margin-bottom: 2.8rem;
	}
	#main .group .innerBox .lBox .sub .text {
		margin-bottom: 1rem;
	}
	#main .group .innerBox .sub .table img {
		width: 100%;
	}
	#main .group .innerBox .notesList li {
		padding-left: 1.2rem;
		text-indent: -1.2rem;
		text-align: justify;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .lineup {
		padding: 10rem 0 17.1rem;
		margin-top: 0;
	}
	#main .lineup .imgBox .pho {
		max-width: fit-content;
		width: 33rem;
		top: -21.5rem;
		right: -2rem;
	}
	#main .lineup .imgBox .headLine01 {
		margin: 0 auto 1.5rem 0;
		width: auto;
	}
	#main .lineup .lineupList > li {
		margin: 0 0 4rem;
		width: auto;
	}
	#main .lineup .lineupList > li:last-child {
		margin-bottom: 0;
	}
	#main .lineup .time {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
	}
	#main .lineup .lineupList {
		display: block;
	}
	#main .lineup .lineupList .topBox {
		padding-bottom: 0.5rem;
	}
	#main .lineup .lineupList .innerBox {
		padding: 1.7rem 3rem 4rem;
	}
	#main .lineup .lineupList .innerBox h4 {
		margin-bottom: 1rem;
	}
	#main .lineup .lineupList .innerBox .text {
		line-height: 1.71;
	}
	#main .lineup .lineupList .innerBox .text01 {
		min-height: fit-content;
		letter-spacing: 0.03em;
	}
	#main .lineup .lineupList .innerBox .matchBox .text {
		margin-bottom: 3.4rem;
		min-height: fit-content;
	}
	#main .lineup .lineupList .innerBox .photoList {
		margin-bottom: 0;
	}
	#main .lineup .lineupList .innerBox .photoList img {
		width: 100%;
	}
	#main .lineup .lineupList .controlBox {
		min-height: 2.1rem;
		height: auto;
	}
	#main .lineup .lineupList .control {
		margin: 2.3rem 0 3.5rem;
	}
	#main .lineup .lineupList .bgBox .sub {
		padding-bottom: 2.3rem;
		min-height: fit-content;
	}
	#main .lineup .lineupList .bgBox {
		margin-bottom: 4rem;
	}
	#main .lineup .lineupList .bgBox .title {
		font-size: 1.6rem;
	}
	#main .lineup .lineupList .bgBox .text {
		line-height: 1.57;
	}
	#main .lineup .lineupList .btn {
		margin-bottom: 4.1rem;
	}
	#main .lineup .lineupList .btnList li {
		margin: 0 1.5rem;
	}
	#main .lineup .lineupList .li03 .bgBox .sub {
		min-height: fit-content;
	}
	#main .message {
		padding: 5.2rem 0 7.7rem;
	}
	#main .message .headLine01 {
		margin-bottom: 11rem;
		text-align: center;
	}
	#main .message .innerBox {
		margin-bottom: 10.9rem;
		padding: 5.2rem 4.1rem 4.2rem;
		display: block;
	}
	#main .message .innerBox::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-color: #fff;
		clip-path: polygon(3% 0, 97% 0, 100% 1%, 100% 99%, 97% 100%, 2.5% 100%, 0 99%, 0 1%);
	}
	#main .message .innerBox::after{
		text-align: center;
		position: absolute;
		width: 100%;
		height: 7rem;
		left: 0 !important;
		right: 0 !important;
		top: auto;
		bottom: 100% !important;
		clip-path: polygon(100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%, 0 0);	
	}
	#main .message .innerBox .imgtext {
		margin: -8.7rem auto 6rem !important;
		text-align: center;
		display: block;
	}
	#main .message .innerBox .photoBox {
		margin-bottom: 1.8rem;
		width: auto;
	}
	#main .message .innerBox .photoBox .pho {
		margin: 0 2rem 1rem;
	}
	#main .message .innerBox .photoBox .pho img {
		width: 100%;
	}
	#main .message .innerBox .photoBox .name {
		line-height: 1.71;
		font-weight: 400;
	}
	#main .message .innerBox .textBox {
		width: auto;
	}
	#main .message .innerBox .textBox h3 img {
		width: 18.3rem;
	}
	#main .message .innerBox02 .textBox h3 img {
		width: 25rem;
	}
	#main .message .innerBox03 .textBox h3 img {
		width: 21rem;
	}
	#main .message .innerBox h3 {
		margin-bottom: 2.1rem;
		padding-bottom: 1.9rem;
		display: block;
		text-align: center;
		border-bottom: 0;
	}
	#main .message .innerBox h3 img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#main .message .innerBox01::after{
		text-align: left;
		left: 100%;
		right: auto;
		content: "";
		background-color: #44B400;
	}
	#main .message .innerBox01 h3 {
		padding-bottom: 0.8rem;
	}
	#main .message .innerBox02 h3 {
		margin-top: 0;
	}
	.pageTop {
		bottom: 7.8rem;
		right: 2.3rem;
	}
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
body.popFix {
	touch-action: none;
	overscroll-behavior: none;
	overflow: hidden;
}
.mfp-wrap {
	overflow-y: auto;
}
.mfp-content {
	padding-bottom: 5rem;
}
@media all and (min-width: 768px) {
	body.fixed {
		overflow-y: scroll;
	}
}
.mfp-container {
	padding-bottom: 10.5rem;
}
.popupBox {
	position: relative;	
	margin: 0 auto;
	max-width: 100rem;
}
.popupBox .innerBox {
	padding-top: 3rem;
}
.popupBox .icon {
	margin: 0 0 5rem auto;
	width: 5.2rem;
}
.popupBox .icon a:hover {
	opacity: 0.8;
}
.popupBox .innerBox .pho {
	margin: 0 auto 2.8rem;
	max-width: 80rem;
}
.popupBox .innerBox p {
	text-align: center;
	color: #fff;
	letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
	.mfp-container {
		padding: 0 2.2rem 7.8rem;
	} 
	.popupBox .icon {
		margin-bottom: 2rem;
		width: 4.2rem;
	}
	.popupBox .innerBox .pho {
		margin-bottom: 1rem;
	}
}
#gFooter .fCopy {
	margin-top: 1.2rem;
	font-size: 1.2rem;
	color: #fff;
}
/*追加*/
@media all and (min-width: 1536px) {
#main .lcc .imgBox .pho,
#main .reason .imgBox .pho{
	left: 50%;
    right: 50%;
}
#main .lcc .imgBox .pho{
	transform: translateX(calc(-100% - 5vw));
}
#main .reason .imgBox .pho{
	transform: translateX(calc(0% + 5vw));
}
}