@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.secBox {
	position: relative;
}
.position {
	position: relative;
	z-index: 10;
}
.bgImg {
	margin-left: 0.2rem;
	width: 247rem;
	position: absolute;
	top: 3.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.bgBox {
	position: relative;
}
@media all and (max-width: 896px) {
	.bgImg {
		margin-left: 0 !important;
		width: 100vw;
		top: 0;
		left: 0 !important;
		transform: translateX(0);
	}
	.bgImg img {
		width: 100%;
	}
}

/* sec01 */
#main .sec01 {
	margin-bottom: -0.7rem;
	position: relative;
}
#main .sec01 .bgImg {
	top: -27.3rem;
}
#main .sec01 .image {
	margin: 0 auto;
	max-width: 130rem;
	position: relative;
	right: -1.5rem;
}
#main .sec01 .image img {
	width: 100%;
}
#main .sec01 .enImg {
	margin-top: -8.5rem;
	width: 1.1rem;
	position: absolute;
	top: 50%;
	left: 2.5rem;
	transform: translateY(-50%);
}
#main .sec01 .enImg img {
	width: 100%;
}
#main .sec01 .right {
	margin-top: -8.8rem;
	left: auto;
	right: 2.2rem;
}
#main .sec01 .scrollLink {
	width: 10.4rem;
	position: absolute;
	left: 50%;
	bottom: 14.1rem;
	transform: translateX(-50%);
}
#main .sec01 .scrollLink a {
	display: block;
}
@media all and (min-width: 897px) {
	#main .sec01 .scrollLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .image {
		right: auto;
	}
	#main .sec01 .scrollLink {
		width: 5.5rem;
		left: 50%;
		bottom: 5.3rem;
	}
	#main .sec01 {
		margin-bottom: -1.7rem;
	}
	#main .sec01 .bgImg {
		top: -8.2rem;
	}
}


/* sec02 */
#main .sec02 {
	padding-bottom: 28.6rem;
	margin-bottom: 13rem;
}
#main .sec02 p {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: justify;
	letter-spacing: -0.1em;
}
#main .sec02 .comBtn a {
	width: 40.4rem;
}
#main .sec02 .comBtn img {
	margin-right: 0.4rem;
	width: 3rem;
	display: inline-block;
	vertical-align: middle;
}
#main .sec02 .comBtn {
	margin-top: 3.1rem;
}
#main .sec02 .photo {
	margin-left: 2.6rem;
	width: 168rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	#main .sec02 p {
		font-size: 1.5rem;
		line-height: 1.8;
		text-align: justify;
		letter-spacing: -0.1em;
	}
	#main .sec02 .comBtn {
		margin-top: 2.7rem;
	}
	#main .sec02 .comBtn a {
		width: 30.4rem;
		font-size: 1.5rem;
	}
	#main .sec02 .comBtn .btn {
		height: 5.7rem;
	}
	#main .sec02 .comBtn img {
		width: 2.3rem;
		margin: -0.4rem 0.3rem 0 0;
	}
	#main .sec02 .photo {
		width: auto;
		bottom: auto;
		left: auto;
		transform: translateX(0);
		position: relative;
		margin: -6.5rem -6.4rem 0 -2.3rem;
		text-align: center;
	}
	#main .sec02 .photo img {
		width: 100%;
		max-width: 60rem;
	}
	#main .sec02 {
		padding-bottom: 0;
		margin-bottom: 6.5rem;
		z-index: 10;
	}
}

/* sec03 */
#main .sec03 .centerTxt {
	margin-bottom: -3.1rem;
	position: relative;
	z-index: 10;
}
#main .sec03 .headLine01 {
	margin-bottom: 3.6rem;
}
#main .sec03 .headLine01 img {
	width: 58.6rem;
}
#main .sec03 .map {
	margin-bottom: -21.85%;
	position: relative;
}
#main .sec03 .map img {
	width: 100%;
}
#main .sec03 .map .iconImg {
	position: absolute;
	top: -9.7rem;
	right: 9.9rem;
	width: 13.5rem;
}
#main .sec03 .map .numList li {
	margin: -1.65% 0 0 -0.35%;
	width: 7.08vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
#main .sec03 .map .numList li::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/num_on.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
	opacity: 0;
}
#main .sec03 .map .numList li.on::before {
	opacity: 0.7;
}
#main .sec03 .map .numList .num02 {
	margin: -7.6% 0 0 5.3%;
}
#main .sec03 .map .numList .num03 {
	margin: -8.3% 0 0 -13.5%;
}
#main .sec03 .map .numList .num04 {
	margin: -11.2% 0 0 42.52%;
}
#main .sec03 .map .numList .num05 {
	margin: -6.8% 0 0 -35.58%;
}
#main .sec03 .showBox {
	margin: 0 auto;
	max-width: 112.6rem;
	background-color: #fff;
	border-radius: 5.5rem;
	border: 0.3rem solid #000000;
	position: relative;
	font-size: 1.8rem;
	box-shadow: 0.5rem 0.5rem 0 #F78B69;
}
#main .arrowUl li {
	margin-top: -1.1rem;
	width: 9rem;
	position: absolute;
	top: 50%;
	left: -5.8rem;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	line-height: 1;
	font-size: 0;
	overflow: hidden;
}
#main .arrowUl img {
	transition: 0.3s;
}
#main .arrowUl .next {
	left:auto;
	right: -5.8rem;
}
#main .sec03 .listUl .flexBox {
	display: flex;
	padding: 5.9rem 6.1rem;
}	
#main .sec03 .listUl .photo {
	width: 48rem;
	border-radius: 3rem;
	overflow: hidden;
}
#main .sec03 .listUl .photo img {
	width: 100%;
}
#main .sec03 .listUl .textBox {
	margin: 0.3rem 0 0 5rem;
	flex: 1;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.88;
	letter-spacing: 0.05em;
	text-align: justify;
}
#main .sec03 .listUl .title {
	margin-bottom: 2.5rem;
	font-size: 3.2rem;
	font-weight: 800;
	display: flex;
	line-height: 1.31;
	letter-spacing: -0.05em;
	text-align: left;
}
#main .sec03 .listUl .title .txt {
	flex: 1;
}
#main .sec03 .listUl .title .icon {
	width: 6.1rem;
	position: relative;
	margin: 0.3rem 1.5rem 0 -0.1rem;
}
#main .sec03 .listUl .title .icon::before {
	width: 2.3rem;
	height: 2.3rem;
	position: absolute;
	top: -1.1rem;
  	left: -1.2rem;
	background: url("../img/index/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .sec03 .decorationImg {
	width: 15.7rem;
	position: absolute;
	top: -10.3rem;
	left: -2.2rem;
}
#main .sec03 .decorationImg.img02 {
	width: 15rem;
	top: -4.7rem;
	right: -6.3rem;
	left: auto;
}
#main .sec03 .decorationImg.img03 {
	width: 33rem;
	top: auto;
	right: -3.8rem;
	left: auto;
	bottom: -6.2rem;
}
#main .sec03 .cloudImg {
	width: 27.7rem;
	position: absolute;
	top: -8.1rem;
	left: 7.7rem;
}
@media all and (min-width: 897px) {
	#main .sec03 .map .numList li:hover::before {
		opacity: 0.7;
	}
	#main .arrowUl li:hover img {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec03 .bgImg {
		top: -26rem;
	}
	#main .sec03 .cloudImg {
		width: 10rem;
		top: -4.9rem;
		left: -3.3rem;
	}
	#main .sec03 .listUl .flexBox {
		display: block;
		padding: 2rem 1rem 4.8rem;
	}
	#main .sec03 .listUl .photo {
		width: auto;
		margin-bottom: 1.5rem;
		border-radius: 1.5rem;
	}
	#main .sec03 .listUl li {
		padding: 0 1rem;
	}
	#main .sec03 .listUl .textBox {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.78;
	}
	#main .sec03 .showBox {
		margin: 0 1.2rem 0 1.4rem;
		border-width: 0.2rem;
		border-radius: 2rem;
		box-shadow: 0.3rem 0.3rem 0 #F78B69;
	}
	#main .arrowUl li {
		width: 4.5rem;
		transform: translateY(0);
		top: 27vw;
		left: -1rem;
		margin-top: 0;
	}
	#main .arrowUl .next {
		left: auto;
		right: -1rem;
	}
	#main .sec03 .headLine01 img {
		width: 29.6rem;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 1.7rem;
	}
	#main .sec03 .centerTxt {
		margin-bottom: 1.9rem;
	}
	#main .sec03 .map {
		margin-bottom: -10.8%;
	}
	#main .sec03 .map .numList li {
		margin: 7.3% 0 0 -3.54%;
		width: 8.08vw;
	}
	#main .sec03 .map .numList .num02 {
		margin: -0.6% 0 0 3%;
	}
	#main .sec03 .map .numList .num03 {
		margin: -0.3% 0 0 -18.5%;
	}
	#main .sec03 .map .numList .num04 {
		margin: -4.2% 0 0 43.5%;
	}
	#main .sec03 .map .numList .num05 {
		margin: 0.2% 0 0 -41.58%;
	}
	#main .sec03 .decorationImg {
		width: 6.8rem;
		top: -3.7rem;
		left: -0.4rem;
	}
	#main .sec03 .decorationImg.img02 {
		width: 7.5rem;
		top: -2.5rem;
		right: 1rem;
		left: auto;
	}
	#main .sec03 .listUl .title {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	#main .sec03 .listUl .title .icon {
		width: 3.7rem;
		margin: 0.2rem 0.9rem 0 -0.1rem;
	}
	#main .sec03 .listUl .title .icon::before {
		width: 1.4rem;
		height: 1.4rem;
		top: -0.7rem;
		left: -0.7rem;
	}
	#main .sec03 .decorationImg.img03 {
		width: 16rem;
		top: auto;
		right: 0.9rem;
		left: auto;
		bottom: -3.5rem;
	}
}


/* sec04 */
#main .sec04 {
	margin-top: -8.5rem;
	padding-top: 26.3rem;
}
#main .sec04 .headLine01 img {
	width: 93rem;
}
#main .sec04 .content {
	max-width: 108.6rem;
	position: relative;
}
#main .sec04 .topImg {
	margin-bottom: -5.9rem;
	text-align: center;
	position: relative;
	z-index: 10;
}
#main .sec04 .topImg img {
	width: 19.8rem;
}
#main .sec04 .showBox {
	margin-bottom: 5.7rem;
	padding: 0 4.6rem;
	border-bottom: 0.35rem solid #000000;
	position: relative;
}
#main .sec04 .imgUl {
	border-radius: 7rem 7rem 0 0;
	padding: 1.1rem 1.2rem 0;
	border: 0.35rem solid #000000;
	border-bottom: none;
	background-color: #b3b3b3;
	overflow: hidden;
	font-size: 0;
	line-height: 1;
}
#main .sec04 .imgUl .image {
	overflow: hidden;
	height: 55.5rem;
	border-radius: 5.5rem 5.5rem 0 0;
}
#main .sec04 .imgUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec04 .txtUl {
	width: 100%;
	position: absolute;
	bottom: 4.6rem;
	left: 0;
	text-align: center;
}
#main .sec04 .txtUl p {
	padding: 0.8rem 1.5rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	vertical-align: top;
}
#main .sec04 .lableUl {
	width: 18rem;
	position: absolute;
	bottom: 4.8rem;
	right: -2rem;
	z-index: 10;
}
#main .sec04 .lableUl li {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}
#main .sec04 .lableUl .lable {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 0 0.7rem;
}
#main .sec04 .lableUl p {
	border-radius: 0.8rem;
	min-width: 4.2rem;
	border: 2px solid #000;
	background-color: #fff;
	padding: 1.2rem 0.4rem;
	letter-spacing: 0.08em;
	box-sizing: border-box;
}
#main .sec04 .lableUl span {
	margin: 0 auto;
	position: relative;
	left: 0.5rem;
	width: 1rem;
	display: block;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space:nowrap;
}
#main .sec04 .arrowUl {
	position: absolute;
	left: 50%;
	bottom: -5.9rem;
	display: flex;
	justify-content: center;
	gap: 0 2.7rem;
	z-index: 20;
	transform: translateX(-50%);
}
#main .sec04 .arrowUl li {
	margin: 0;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: translateY(0);
}
#main .sec04 .showBox .decorationImg {
	width: 41.7rem;
	position: absolute;
	top: -2.7rem;
	right: -6.2rem;
}
#main .sec04 .decorationImg.img02 {
	width: 40rem;
	position: absolute;
	bottom: -6.1rem;
	left: -20rem;
}
#main .sec04 .photo {
	margin: 0 -4.2rem 0 -7.2rem;
}
@media all and (min-width: 897px) {
	.safari #main .sec04 .lableUl span  {
		left: -0.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .sec04 .showBox {
		padding: 0 1.3rem;
		margin-bottom: 4.9rem;
		border-width: 2px;
	}
	#main .sec04 .imgUl {
		border-radius: 2.5rem 2.5rem 0 0;
		border-width: 2px;
		padding: 0.3rem 0.3rem 0;
	}
	#main .sec04 .imgUl .image {
		height:auto;
		aspect-ratio: 339 / 196;
		border-radius: 2rem 2rem 0 0;
	}
	#main .sec04 .decorationImg.img02 {
		width: 15.6rem;
		left: -3.6rem;
		bottom: -1.8rem;
	}
	#main .sec04 .topImg img {
		width: 7.2rem;
	}
	#main .sec04 .topImg {
		margin-bottom: -1.9rem;
	}
	#main .sec04 .txtUl p {
		padding: 0.5rem 1rem;
		font-size: 1.2rem;
	}
	#main .sec04 .lableUl {
		bottom: auto;
		width: 12rem;
		right: 0.8rem;
		top: calc(100% - 1.1rem);
	}
	#main .sec04 {
		margin-top: 6.6rem;
		padding-top: 0;
	}
	#main .sec04 .headLine01 img {
		width: 24rem;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 1.1rem;
	}
	#main .sec04 .centerTxt {
		margin-bottom: 0.7rem;
	}
	#main .sec04 .content {
		margin: 0 auto;
    	max-width: 70rem;
		position: relative;
	}
	#main .sec04 .arrowUl {
		bottom: -5.4rem;
		gap: 0 1.3rem;
	}
	#main .sec04 .photo {
		margin: 0 -4.8rem 0 -5.7rem;
	}
	#main .sec04 .lableUl li {
		font-size: 1.2rem;
	}
	#main .sec04 .lableUl .lable {
		gap: 0 0.3rem;
	}
	#main .sec04 .lableUl p {
		border-radius: 0.5rem;
		padding: 0.7rem 0.2rem;
		min-width: 2.4rem;
	}
	#main .sec04 .txtUl {
		bottom: 1.3rem;
	}
	#main .sec04 .bgImg {
		top: -12.4rem;
	}
	#main .sec04 .lableUl span {
		left: 0.1rem;
	}
	.safari #main .sec04 .lableUl span  {
		left: -0.5rem;
	}
}


/* sec05 */
#main .sec05 {
	margin-bottom: 16.8rem;
	padding-top: 20.2rem;
}
#main .sec05 .bgImg {
	top: -19.7rem;
}
#main .sec05 .headLine01 img {
	width: 85rem;
}
#main .sec05 .headLine01 {
	margin-bottom: 3.7rem;
}
#main .sec05 .content {
	max-width: 112.6rem;
	position: relative;
}
#main .sec05 .decorationImg {
	width: 19.1rem;
	position: absolute;
	top: -3.7rem;
	right: -5.2rem;
	z-index: 10;
}
#main .sec05 .cloudImg {
	width: 17.6rem;
	position: absolute;
	bottom: -2.8rem;
	left: -6rem;
}
#main .sec05 .tableBox {
	background-color: #fff;
	border-radius: 2.3rem;
	border: 0.3rem solid #000000;
	position: relative;
	font-size: 1.8rem;
	box-shadow: 0.5rem 0.5rem 0 #F78B69;
	overflow: hidden;
}
#main .sec05 .tableBox .soonTxt {
	padding: 4rem;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: 700;
}
#main .sec05 .centerTxt {
	margin-bottom: 2.8rem;
}
#main .sec05 .title {
	padding: 2.1rem 0 2.3rem;
	text-align: center;
	background-color: #ffec00;
}
#main .sec05 .title img {
	width: auto;
	height: 3.6rem;
}
#main .sec05 .btmTxt {
	margin-top: 2.8rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
}
#main .sec05 .btmTxt span {
	background: url("../img/index/line.jpg") repeat-x left bottom;
}
@media all and (max-width: 896px) {
	#main .sec05 .btmTxt {
		margin: 2.1rem auto 0;
		max-width: 24rem;
		position: relative;
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.6;
	}
	#main .sec05 .headLine01 img {
		width: 25rem;
	}
	#main .sec05 {
		margin-bottom: 3.3rem;
		padding-top: 7.8rem;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 1.3rem;
	}
	#main .sec05 .centerTxt {
		margin-bottom: 1.5rem;
	}
	#main .sec05 .content {
		margin: 0 1.2rem 0 1.4rem;
	}
	#main .sec05 .tableBox {
		border-radius: 1.5rem;
		border-width: 2px;
		font-size: 1.4rem;
		box-shadow: 0.3rem 0.3rem 0 #F78B69;
	}
	#main .sec05 .decorationImg {
		width: 9.5rem;
		top: -3rem;
		right: -0.7rem;
	}
	#main .sec05 .title img {
		width: auto;
		height: 2rem;
	}
	#main .sec05 .title {
		margin-bottom: 1.6rem;
		padding: 1.6rem 0 1.4rem;
	}
	#main .sec05 .cloudImg {
		width: 6.6rem;
		bottom: 3.1rem;
		left: -2.5rem;
	}
	#main .sec05 .btmTxt span {
		background-size: auto 0.8rem;
	}
	#main .sec05 .btmTxt::before,
	#main .sec05 .btmTxt::after {
		width: 1px;
		height: 4.3rem;
		position: absolute;
		bottom: -0.5rem;
		left: 0;
		transform: rotate(-43deg);
		background-color: #000;
		content: "";
	}
	#main .sec05 .btmTxt::after {
		left: auto;
		right: 0;
		transform: rotate(43deg);
	}
	#main .sec05 .tableBox .soonTxt {
		padding: 0 2rem 2rem;
		font-size: 1.6rem;
	}
}

/* sec06 */
#main .sec06 {
	margin-bottom: 18.6rem;
	padding-top: 4.2rem;
}
#main .sec06 .bgImg {
	top: 0;
	margin-left: 10.4rem;
}
#main .sec06 .bgImg.btm {
	top: calc(100% - 54.7rem);
}
#main .sec06 .headLine01 {
	margin-bottom: 4.2rem;
}
#main .sec06 .headLine01 img {
	width: 40.8rem;
}
#main .sec06 .listDl {
	line-height: 1.66;
}
#main .sec06 .listDl dt {
	font-weight: 800;
	line-height: 1.5;
	font-size: 2rem;
	border-bottom: 0.3rem solid #000;
	letter-spacing: 0.05em;
	padding-bottom: 0.9rem;
	margin-bottom: 1.2rem;
}
#main .sec06 .listDl dd p {
	margin-bottom: 3rem;
}
#main .sec06 .listDl dd p:last-child {
	margin-bottom: 0;
}
#main .sec06 .listDl dd {
	margin-bottom: 2.9rem;
	letter-spacing: -0.05em;
}
#main .sec06 .listDl dd:last-child {
	margin-bottom: 0;
}
#main .sec06 .listDl a {
	font-weight: 900;
	text-decoration: underline;
	letter-spacing: 0.03em;
	display: inline-block;
	position: relative;
}
#main .sec06 .listDl a[target="_blank"]::after {
	margin: -0.2rem 0 0 0.4rem;
	width: 2rem;
	height: 2rem;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .notesBox {
	background-color: #fff37b;
	border-radius: 1.8rem;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 4.5rem;
	padding: 3.5rem 4rem;
}
#main .notesBox .innerBox {
	margin-right: -3.2rem;
	padding-right: 3.2rem;
	height: 17.8rem;
	overflow-y: auto;
}
#main .notesBox dd {
	margin-bottom: 2.8rem;
}
#main .notesBox dd:last-child {
	margin-bottom: 0;
}
#main .sec06 .cloudImg {
	position: absolute;
	z-index: 10;
}
#main .sec06 .cloud01 {
	width: 52.5rem;
	top: 17%;
	left: -31.1rem;
} 
#main .sec06 .cloud02 {
	width: 25.4rem;
	top: 36.15%;
	right: -9.6rem;
}
#main .sec06 .cloud03 {
	width: 18.9rem;
	bottom: 14.8%;
	left: 9rem;
}
#main .sec06 .cloud04 {
	width: 27.7rem;
	bottom: -10.2rem;
	left: -13.5rem;
}
@media all and (min-width: 897px) {
	#main .sec06 .listDl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec06 .cloud02 {
		width: 8.8rem;
		top: -0.4rem;
		right: -2.1rem;
	}
	#main .sec06 .cloud04 {
		width: 10.2rem;
		bottom: -11.2rem;
		left: -3.7rem;
	}
	#main .sec06 .headLine01 img {
		width: 20.6rem;
	}
	#main .sec06 .headLine01 {
		margin-bottom: 2.9rem;
	}
	#main .sec06 .listDl dt {
		margin-bottom: 1rem;
		font-size: 1.7rem;
		padding-bottom: 0.6rem;
		border-width: 2px;
	}
	#main .sec06 .listDl dd p {
		margin-bottom: 2.5rem;
	}
	#main .sec06 .listDl dd {
		letter-spacing: -0.08em;
		margin-bottom: 1.1rem;
	}
	#main .notesBox {
		border-radius: 1rem;
		font-size: 1.3rem;
		line-height: 1.61;
		margin-top: 5.3rem;
		padding: 2rem 2rem;
	}
	#main .notesBox .innerBox {
		height: 12rem;
		margin-right: -1.5rem;
		padding-right: 1.5rem;
	}
	#main .sec06 {
		margin-bottom: 8.7rem;
		padding-top: 4.2rem;
	}
	#main .sec06 .bgImg {
		top: -17.9rem;
	}
}

/* sec07 */
#main .sec07 {
	margin-bottom: 22.9rem;
}
#main .sec07 .headLine01 img {
	width: 33.2rem;
}
#main .sec07 .content {
	max-width: 114.6rem;
}
#main .sec07 .linkUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .sec07 .linkUl li {
	padding: 3.7rem 13rem 3.3rem 3.6rem;
	width: calc(50% - 2.7rem);
	background-color: #fff;
	border-radius: 3.2rem;
	border: 0.3rem solid #000000;
	position: relative;
	font-size: 1.7rem;
	box-shadow: 0.5rem 0.5rem 0 #F78B69;
	transform: rotate(0.05deg);
	overflow: hidden;
}
#main .sec07 .linkUl p {
	line-height: 1.76;
}
#main .sec07 .linkUl .photo {
	position: absolute;
	top: 3.9rem;
	right: 2.4rem;
}
#main .sec07 .linkUl .item01 .photo {
	right: 3.9rem;
}
#main .sec07 .linkUl .photo img {
	width: auto;
	height: 20.6rem;
}
#main .sec07 .linkUl .title {
	margin: 0 -3rem 2rem 0;
	font-size: 2.2rem;
	font-weight: 900;
}
#main .sec07 .linkUl .title img {
	display: inline-block;
	vertical-align: middle;
	height: 4.1rem;
	width: auto;
	margin: -0.1rem 1.6rem 0 0;
}
#main .sec07 .headLine01 {
	margin-bottom: 5.5rem;
}
#main .sec07 .linkUl .comLink {
	margin-top: -0.8rem;
}
@media all and (max-width: 896px) {
	#main .sec07 .linkUl {
		display: block;
	}
	#main .sec07 .linkUl li {
		width: auto;
		padding: 2.1rem 8.5rem 2.1rem 1.9rem;
		font-size: 1.3rem;
		border-radius: 2.2rem;
		border-width: 0.2rem;
		margin-bottom: 1.7rem;
		box-shadow: 0.3rem 0.3rem 0 #F78B69;
	}
	#main .sec07 .headLine01 img {
		width: 16.7rem;
	}
	#main .sec07 .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .sec07 .content {
		margin: 0 1.2rem 0 1.3rem;
	}
	#main .sec07 .linkUl .title {
		font-size: 1.6rem;
		margin: 0 -8rem 1.3rem 0;
	}
	#main .sec07 .linkUl .title img {
		height: 3.1rem;
		width: auto;
		margin: -0.1rem 0.7rem 0 0;
	}
	#main .sec07 .linkUl p {
		line-height: 1.69;
	}
	#main .sec07 .linkUl .photo img {
		width: auto;
		height: 12.9rem;
	}
	#main .sec07 .linkUl .photo {
		top: 4.2rem;
		right: 1.5rem;
	}
	#main .sec07 .linkUl .item01 .photo {
		right: 2.2rem;
	}
	#main .sec07 .linkUl .comLink {
		margin-top: 1rem;
	}
	#main .sec07 {
		margin-bottom: 8.4rem;
	}
	#main .sec07 .bgImg {
		top: -36.5rem;
	}
}

/* sec08 */
#main .sec08 {
	padding: 3.1rem 0 6rem;
	background-color: #fff37b;
	position: relative;
}
#main .sec08 .cloudImg {
	position: absolute;
	top: -16rem;
	right: -4.7rem;
	width: 41.6rem;
}
#main .sec08::before {
	width: 100%;
	height: 9rem;
	position: absolute;
	left: 0;
	bottom: calc(100% - 0.5rem);
	background: url("../img/index/sec08_bg.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .sec08 .headLine01 img {
	width: 30.1rem;
}
#main .sec08 .content {
	position: relative;
	z-index: 10;
}
#main .sec08 p {
	margin-bottom: 2.2rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.533;
	transform: rotate(0.05deg);
}
#main .sec08 p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#main .sec08 p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec08 .cloudImg {
		top: -4.3rem;
		right: -3.3rem;
		width: 14.6rem;
	}
	#main .sec08::before {
		height: 3rem;
	}
	#main .sec08 .headLine01 img {
		width: 22.6rem;
	}
	#main .sec08 {
		padding: 3.8rem 0 4.2rem;
	}
	#main .sec08 p {
		margin-bottom: 2.2rem;
		font-size: 1.3rem;
		line-height: 1.61;
	}
	#main .sec08 .headLine01 {
		margin-bottom: 1.7rem;
	}
}

/* popBox */
.popBox {
	padding: 8rem 0;
	margin: 0 auto;
	max-width: 112.8rem;
}
.popBox .innerBox {
	padding: 5.4rem 8rem;
	background-color: #fff;
	border-radius: 7.5rem;
	border: 0.4rem solid #000000;
	font-size: 1.7rem;
	box-shadow: 0.7rem 0.7rem 0 #F78B69;
	position: relative;
}
.popBox .cloudImg {
	width: 33.6rem;
	position: absolute;
	bottom: -8.2rem;
	right: -8.5rem;
}
.popBox .close {
	width: 7.5rem;
	position: absolute;
	top: 3rem;
	right: 3rem;
	cursor: pointer;
	transition: 0.3s;
	z-index: 10;
}
.popBox .title {
	margin-bottom: 2.1rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 800;
}
.popBox .centerTxt {
	margin-bottom: 2.4rem;
	font-size: 1.8rem;
	line-height: 1.88;
}
.popBox p,
.popBox h3 {
	transform: rotate(0.05deg);
}
.popBox .listUl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
}
.popBox .listUl::before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #dfdfdf;
	content: "";
}
.popBox .listUl li {
	padding: 2.4rem 0 2.8rem;
	width: 50%;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}
.popBox .listUl li:first-child,
.popBox .listUl li:nth-child(2) {
	border-top: none;
}
.popBox .listUl .image img {
	width: 34.1rem;
}
.popBox .listUl .image {
	margin-bottom: 2.5rem;
}
@media all and (min-width: 897px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.popBox .innerBox {
		padding: 5.4rem 1rem;
	}
}
@media all and (max-width: 896px) {
	.popBox .innerBox {
		padding: 3.2rem 2rem;
		border-radius: 2.5rem;
		border-width: 2px;
		font-size: 1.7rem;
		box-shadow: 0.3rem 0.3rem 0 #F78B69;
	}
	.popBox .title {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	.popBox .centerTxt {
		margin-bottom: 2.2rem;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
		letter-spacing: -0.03em;
	}
	.popBox .listUl {
		display: block;
		font-size: 1.2rem;
	}
	.popBox .listUl li {
		margin-bottom: 0.9rem;
		width: auto;
		padding: 0 0 2.5rem;
		border-top: none;
		border-bottom: 1px solid #dfdfdf;
	}
	.popBox .listUl::before {
		display: none;
	}
	.popBox .listUl li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.popBox .cloudImg {
		width: 12.6rem;
		bottom: -5.2rem;
		right: -0.5rem;
	}
	.popBox .cloudImg {
		width: 11.8rem;
		bottom: -3.7rem;
		right: 1rem;
	}
	.popBox {
		max-width: 40rem;
		padding: 5rem 0 5rem;
	}
	.popBox .listUl .image img {
		width: 21.7rem;
	}
	.popBox .listUl .image {
		margin-bottom: 1.2rem;
	}
	.popBox .close {
		width: 5.1rem;
		top: -2.1rem;
		right: 0.8rem;
	}
}


.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0 1.5rem;
	position: fixed !important;
	overflow-y: auto;
	overflow-x: hidden;
}
.mfp-bg {
	background: #fbff90 !important;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.96 !important;
}
@media all and (max-width: 896px) {
	.mfp-container {
		padding: 0 1.2rem 0 1.4rem;
	}
}

/* simplebar */
.simplebar ::-webkit-scrollbar {
    display: none !important;
}
.simplebar-scrollbar::before {
	background-color: #bfb65b;
	opacity: 1 !important;
	left: 0;
  	right: 0;
	border-radius: 50px !important;
	overflow: hidden;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	top: 0;
	bottom: 0;
}
.simplebar-track {
	background-color: transparent;
}
.simplebar-track.simplebar-vertical {
	width: 8px;
}