@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/main_img.jpg);
	height: calc( var(--vh) * 100);
}
.mainArea .inner {
	max-width: 1500px;
  height: calc( var(--vh) * 100);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainArea .inner .m_ttl {
	 width: 300px;
}
.mainArea .inner .m_ttl img {
	 width: 100%;
}

/* 共通 */
h2 {
	font-size: 18px;
	line-height: 1;
	color: #439664;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .3em;
	text-align: center;
}

/* btn */
.btnArea .btn a {
	width: 150px;
	display: inline-block;
	padding: 15px 0;
	color: #439664;
	font-size: 12px;
	text-align: center;
	background-color: transparent;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, transparent 50%, #ADCFB5 50%);
	transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .8s ease 0s, background-color .8s ease;
	border: 1px solid #439664;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.btnArea .btn a:hover {
	background-color: #ADCFB5;
  color: #fff;
	background-position: -100% 100%;
}

/* newsArea */
.newsArea {
	background-image: url("../img/top/news_bg.jpg");
	background-position: left top;
	background-repeat: repeat;
}
.newsArea .inner {
	padding: 50px 20px;
	text-align: center;
}
.newsArea .inner h2 {
	padding-bottom: 30px;
}
.newsArea .inner .news {
	max-width: 400px;
	margin: 0 auto;
}
.newsArea .inner .news dl {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	padding-bottom: 5px;
}
.newsArea .inner .news dl dt {
	width: 20%;
	color: #444;
}
.newsArea .inner .news dl dd {
	width: 80%;
}
.newsArea .inner .news dl dd a {
	color: #444;
}
.newsArea .inner .news dl dd a:hover {
	color: #62B984;
}
.newsArea .inner .news .btnArea {
	padding-top: 30px;
}

/* conceptArea */
.conceptArea .inner {
	padding: 80px 20px;
	text-align: center;
	background-image: url("../img/top/concept_bg01.svg"),url("../img/top/concept_bg02.svg");
	background-position: left top 20px, right bottom 50px;
	background-repeat: no-repeat;
	background-size: 150px,250px;
}
.conceptArea .inner h2 {
	padding-bottom: 30px;
}
.conceptArea .inner .ttl {
	padding-bottom: 30px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 67px;
	line-height: 1;
	letter-spacing: .2em;
	color: #ADCFB5;
}
.conceptArea .inner h3 {
	padding-bottom: 20px;
	font-size: 21px;
	line-height: 1;
	letter-spacing: .3em;
	color: #ADCFB5;
}
.conceptArea .inner .txt {
	line-height: 2;
}
.conceptArea .imagArea02 .img {
	text-align: center;
}

/* conceptArea */
.voychicaArea {
	padding: 50px 0;
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.voychicaArea .left,
.voychicaArea .right {
	width: 50%;
	text-align: center;
}
.voychicaArea .left {
	position: relative;
}
.voychicaArea .left:after {
	content: "";
	position: absolute;
	z-index: -100;
	left: 0;
	top: 0;
	width: 800px;
	height: 515px;
	background-image: url("../img/top/voychica_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
.voychicaArea .left .l_inner {
	max-width: 640px;
	margin: 0 auto;
	padding-left: 20px;
}
.voychicaArea .left .l_inner .txtArea {
	height: 515px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.voychicaArea .left .l_inner .txtArea .txtBox h2 {
	font-size: 36px;
	color: #444;
	text-align: left;
	padding-bottom: 30px;
}
.voychicaArea .left .l_inner .txtArea .txtBox h3 {
	font-size: 24px;
	color: #444;
	padding-bottom: 10px;
}
.voychicaArea .left .l_inner .txtArea .txtBox .txt {
	line-height: 2;
	color: #444;
	letter-spacing: .2em;
}
.voychicaArea .left .l_inner .txtArea .txtBox .btnArea {
	padding-top: 20px;
}
.voychicaArea .right {
	position: relative;
}
.voychicaArea .right:after {
	content: "";
	position: absolute;
	z-index: -100;
	right: 234px;
	top: 297px;
	width: 468px;
	height: 374px;
	background-image: url("../img/top/voychica02_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
.voychicaArea .right .r_inner {
	max-width: 640px;
	margin: 0 auto;
	padding-top: 40px;
	padding-right: 20px;
	text-align: left;
	position: relative;
}
/* descArea01 */
.descArea01 {
	padding: 60px 0;
	background-image: url("../img/top/news_bg.jpg");
	background-repeat: repeat;
	background-position: left top;
}
.descArea01 .desc01_bg {
	background-image: url("../img/top/desk01_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.descArea01 .desc01_bg .inner {
	max-width: 1030px;
	margin: 0 auto;
	padding: 30px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.descArea01 .desc01_bg .inner li {
	width: 50%;
	text-align: center;
}
.descArea01 .desc01_bg .inner li:nth-of-type(1) {
	padding-right: 2%;
}
.descArea01 .desc01_bg .inner li:nth-of-type(2) {
	padding-left: 2%;
}
.descArea01 .desc01_bg .inner li .imgArea {
	position: relative;
}
.descArea01 .desc01_bg .inner li .imgArea .deco_txt {
	position: absolute;
	bottom: -25px;
	right: 80px;
	transform: rotate(-15deg);
	color: #F8D0CB;
	font-size: 88px;
	font-family: alex-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	z-index: 100;
}
.descArea01 .desc01_bg .inner li .imgArea .img {
	position: relative;
	margin-left: -20px;
	z-index: 1;
}
.descArea01 .desc01_bg .inner li .imgArea .img:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -40px;
	background-color: #fff;
	width: 120px;
	height: 120px;
	z-index:-100;
}
.descArea01 .desc01_bg .inner li h2 {
	text-align: left;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	color: #fff;
	letter-spacing: 0;
	padding-top: 30px;
}
.descArea01 .desc01_bg .inner li .txt {
	text-align: left;
	color: #fff;
	letter-spacing: 0;
	padding: 10px 0;
}
.descArea01 .desc01_bg .inner li .btnArea .btn a {
	color: #fff;
	background-image: linear-gradient(to right, transparent 50%, rgba(248,208,203,1) 50%);
	transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .8s ease 0s, background-color .8s ease;
	border: 1px solid #fff;
}
.descArea01 .desc01_bg .inner li .btnArea .btn a:hover {
	background-color: #F8D0CB;
  color: #fff;
	background-position: -100% 100%;
}

/* descArea02 */
.descArea02 {
	background-image: url("../img/top/bg_pk.jpg");
	background-repeat: repeat;
	background-position: center center;
}
.descArea02 .desc02_bg {
	background: linear-gradient(90deg, #fff 50%,rgba(0,0,0,0) 50% ) no-repeat 50% 50% / 100% 100%;
	margin-bottom: 30px;
}
.descArea02 .desc02_bg .inner {
	padding: 80px 20px 10px;
	text-align: center;
}
.descArea02 .desc02_bg .inner h2 {
	padding-bottom: 40px;
}
.descArea02 .desc02_bg .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.descArea02 .desc02_bg .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.descArea02 .desc02_bg .inner ul li {
	width: 30%;
	margin: 0 1%;
	text-align: center;
}
.descArea02 .desc02_bg .inner ul li .img {
	position: relative;
	margin-left: -20px;
	z-index: 1;
}
.descArea02 .desc02_bg .inner ul li .img {
	position: relative;
	z-index: 1;
	width: 222px;
	margin: 0 auto;
}
.descArea02 .desc02_bg .inner ul li .img:after {
	content: "";
	position: absolute;
	right: -15px;
	bottom: -15px;
	background-color: #9798AC;
	width: 222px;
	height: 222px;
	z-index: -100;
}
.descArea02 .desc02_bg .inner ul li .img:before {
	content: "01";
	position: absolute;
	top: -24px;
	left: -30px;
	transform: rotate(-15deg);
	color: #F8D0CB;
	font-size: 88px;
	font-family: alex-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	z-index: 100;
}
.descArea02 .desc02_bg .inner ul li:nth-of-type(1) {
	margin-top: 60px;
}
.descArea02 .desc02_bg .inner ul li:nth-of-type(2) {
	margin-top: 30px;
}
.descArea02 .desc02_bg .inner ul li h3 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	color: #9798AC;
	letter-spacing: 0;
	padding-top: 30px;
}
.bnrArea {
	background-image: url("../img/top/bg_pk.jpg");
	background-repeat: repeat;
	background-position: center center;
	margin-bottom: 30px;
}
.bnrArea .b_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 35px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.bnrArea .b_inner li {
	margin: 0 1%;
}
.bnrArea .b_inner li a {
	display: inline-block;
}
.bnrArea .b_inner li a:hover {
	opacity: .7;
}
.igArea {
	background-image: url("../img/top/bg_pk.jpg");
	background-repeat: repeat;
	background-position: center center;
}
.igArea .ig_bg {
	background: linear-gradient(90deg, rgba(0,0,0,0) 50%,#fff 50% ) no-repeat 50% 50% / 100% 100%;
}
.igArea .ig_bg .inner {
	padding: 80px 20px;
	text-align: center;
}
.igArea .ig_bg .inner .h2Area {
	position: relative;
	padding-bottom: 40px;
}
.igArea .ig_bg .inner .h2Area .h2_txt {
	font-size: 40px;
	color: #439664;
}
.igArea .ig_bg .inner .h2Area .deco_txt {
    position: absolute;
    top: 0;
    right: 80px;
    transform: rotate(
-15deg);
    color: #D4D9BB;
    font-size: 88px;
    font-family: alex-brush, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    z-index: 100;
}
.igArea .ig_bg .inner .h2Area .ig {
	padding-top: 15px;
}
.igArea .ig_bg .inner .btnArea {
	padding-top: 40px;
}
.igArea .ig_bg .inner .btnArea .btn a {
	width: 250px;
}


/*210128*/
.descArea01 .imagArea02 {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.descArea01 .imagArea02 h2 {
	padding-bottom: 40px;
}
.descArea01 .imagArea02 .btnArea {
	padding-top: 20px;
}
.voychicaArea .right .r_inner .deco_txt {
    position: absolute;
    bottom: 0;
    left: 60px;
    transform: rotate(
-15deg);
    color: #D4D9BB;
    font-size: 88px;
    font-family: alex-brush, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

@media screen and (max-width: 1000px) {
	.conceptArea .inner .ttl {
		font-size: 40px;
	}
	.conceptArea .imagArea02 {
		padding: 40px 20px 0;
	}

	.voychicaArea .right .r_inner .deco_txt {
		font-size: 60px;
	}
	.descArea01 .desc01_bg .inner li .imgArea .deco_txt {
		font-size: 60px;
	}
	.descArea02 .desc02_bg .inner ul li .img:before {
		font-size: 60px;
	}	
	.igArea .ig_bg .inner .h2Area .deco_txt {
		font-size: 60px;
	}
}	


@media screen and (max-width: 897px) and (orientation: landscape) {
	.mainArea .main_bg .inner .m_ttl {
		width: 55px;
	}
}

@media screen and (max-width: 767px) {
	
.mainArea .inner .m_ttl {
	 width: 180px;
}
/* newsArea */
	.newsArea .inner {
		padding: 40px 5vw;
	}
	.newsArea .inner h2 {
		padding-bottom: 20px;
	}
	.newsArea .inner ul {
		display: block;
		overflow: hidden;
	}
	.newsArea .inner ul li {
		float: left;
		width: 48%;
		margin: 10px 1%;
	}
	.newsArea .inner ul li a {
		display: block;
	}
	.newsArea .inner ul li .display,
	.newsArea .inner ul li .news_s {
		text-align: left;
	}
	
	/* conceptArea */
	.conceptArea .inner {
		padding: 60px 5vw 20px;
	}
	.conceptArea .inner h2 {
		padding-bottom: 20px;
	}
	.conceptArea .inner .ttl {
		font-size: 6vw;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
	.conceptArea .inner h3 {
		padding-bottom: 20px;
		font-size: 4vw;
		letter-spacing: .2em;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
	.conceptArea .inner .txt {
		line-height: 1.6;
		text-align: left;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
	.conceptArea .imagArea02 {
		padding: 40px 5vw 0;
	}
.conceptArea .inner {
    background-position: left 10px top 20px, right 10px bottom 100px;
    background-size: 80px,120px;
}	
	
	
	/* voychicaArea */
	.voychicaArea {
		padding: 40px 5vw;
		margin-bottom: 0;
		display: block;
	}
	.voychicaArea .left,
	.voychicaArea .right {
		width: 100%;
		text-align: center;
	}
	.voychicaArea .left {
		position: static;
		background-image: url("../img/top/bg_pk.jpg");
		background-position: center center;
		background-repeat: repeat;
	}
	.voychicaArea .left:after {
		display: none;
	}
	.voychicaArea .left .l_inner {
		width: inherit;
		padding: 30px 5vw;
	}
	.voychicaArea .left .l_inner .txtArea {
		height: inherit;
	}
	.voychicaArea .left .l_inner .txtArea .txtBox h2 {
		font-size: 22px;
		text-align: center;
		padding-bottom: 20px;
	}
	.voychicaArea .left .l_inner .txtArea .txtBox h3 {
		font-size: 18px;
		text-align: center;
		padding-bottom: 8px;
	}
	.voychicaArea .left .l_inner .txtArea .txtBox .txt {
		line-height: 1.6;
		letter-spacing: .2em;
	}
	.voychicaArea .left .l_inner .txtArea .txtBox .btnArea {
		padding-top: 20px;
		text-align: center;
	}
	.voychicaArea .right {
		position: static;
	}
	.voychicaArea .right:after {
		direction: none;
	}
	.voychicaArea .right .r_inner {
		width: 100%;
		padding-top: 30px;
		padding-right: 0;
		text-align: center;
	}
	.voychicaArea .right .r_inner .deco_txt {
		text-align: right;
		bottom: 0;
		right: 0;
		font-size: 11vw;
	}

/* descArea01 */
	.descArea01 {
		padding: 40px 5vw;
	}
	.descArea01 .desc01_bg .inner {
		width: 100%;
		padding: 30px 5vw;
		display: block;
	}
	.descArea01 .desc01_bg .inner li {
		width: 100%;
		text-align: center;
	}
	.descArea01 .desc01_bg .inner li:nth-of-type(1) {
		padding-right: 0;
		padding-bottom: 40px;
	}
	.descArea01 .desc01_bg .inner li:nth-of-type(2) {
		padding-left: 0;
	}
	.descArea01 .desc01_bg .inner li .imgArea {
		position: relative;
	}
	.descArea01 .desc01_bg .inner li .imgArea .deco_txt {
		text-align: right;
		bottom: -30px;
		right: 0;
		font-size: 12vw;
	}
	.descArea01 .desc01_bg .inner li .imgArea .img {
		position: static;
		margin-left: 0;
	}
	.descArea01 .desc01_bg .inner li .imgArea .img:after {
		display: none;
	}
	.descArea01 .desc01_bg .inner li h2 {
		font-size: 22px;
		padding-top: 20px;
	}
	.descArea01 .desc01_bg .inner li .btnArea {
		text-align: center;
	}

/* descArea02 */
	.descArea02 .desc02_bg {
		margin-bottom: 20px;
	}
	.descArea02 .desc02_bg .inner {
		padding: 50px 5vw;
	}
	.descArea02 .desc02_bg .inner h2 {
		padding-bottom: 20px;
	}
	.descArea02 .desc02_bg .inner ul {
		display: block;
	}
	.descArea02 .desc02_bg .inner ul li {
		width: 100%;
		margin: 0 0;
	}
	.descArea02 .desc02_bg .inner ul li .img:before {
		font-size: 15vw;
		top: -10px;
	}
	.descArea02 .desc02_bg .inner ul li:nth-of-type(1) {
		margin-top: 30px;
	}
	.descArea02 .desc02_bg .inner ul li:nth-of-type(2),
	.descArea02 .desc02_bg .inner ul li:nth-of-type(3) {
		margin-top: 60px;
	}
	.descArea02 .desc02_bg .inner ul li h3 {
		font-size: 22px;
		padding-top: 25px;
	}
	
	.bnrArea {
		margin-bottom: 20px;
	}
	.bnrArea .b_inner {
		width: 100%;
		padding: 30px 5vw;
		display: block;
	}
	.bnrArea .b_inner li {
		margin: 15px auto;
		text-align: center;
	}

	.igArea .ig_bg .inner {
		padding: 70px 5vw 40px;
	}
	.igArea .ig_bg .inner .h2Area {
		position: relative;
		padding-bottom: 25px;
	}
	.igArea .ig_bg .inner .h2Area .deco_txt {
		top: -50px;
		right: 0;
		font-size: 10vw;
		text-align: right;
	}
	.igArea .ig_bg .inner .h2Area .h2_txt {
		font-size: 22px;
	}
	.igArea .ig_bg .inner .h2Area .ig {
		padding-top: 10px;
	}
	.igArea .ig_bg .inner .btnArea {
		padding-top: 20px;
	}
	
	
	/*210128*/
	.imagArea02 {
		width: 100%;
	}
	.descArea01 .imagArea02 h2 {
		padding-bottom: 25px;
	}	
}

