@charset "utf-8";
body {
	padding-top: 0;
	image-rendering: -webkit-optimize-contrast;
}
.headerArea {
	position: absolute;
	top: 0;
	top: calc(100vh - 156px);
	top: -webkit-calc(100vh - 156px);
}
.headerArea .flowbnr01 {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.headerArea .flowbnr01.view {
	opacity: 1;
	pointer-events: auto;
}
/* mvArea */

.mvArea {
	position: relative;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	background-color: #292119;
	margin-bottom: 156px;
	height: calc(100vh - 156px);
	height: -webkit-calc(100vh - 156px);
	z-index:30;
}
@media (min-width:641px) {
	.mvArea {
		min-height: 600px;
		max-height: 1200px;
	}
}
@media (max-width:640px) {
	.mvArea {
		height: 80vh!important;
	}
	.os-android .mvArea {
		height: 78vh!important;
	}
}
.mvArea.scene01 {
	opacity: 1;
}
.mvArea .opening {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: #FFF;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	-ms-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
	will-change:opacity;
}
.mvArea .openingImage {
	display: block;
	object-fit: cover;
	font-family:'object-fit: cover;';
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 3.0s;
}
.mvArea.scene01 .openingImage {
	opacity: 1;
}
.mvArea .openingLogo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: scale(1.2);
	opacity: 0;
	transition: transform 5.0s ease-out, opacity 1.0s ease-out;
	/*	-webkit-filter: drop-shadow(0 0 1px #000);

	filter: drop-shadow(0 0 1px #000);*/
}
.mvArea.scene01 .openingLogo {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
	filter: drop-shadow(0 0 5px rgba(0, 55, 100, .2)) drop-shadow(0 0 5px rgba(0, 55, 100, .2)) drop-shadow(0 0 5px rgba(0, 55, 100, .2)) drop-shadow(0 0 5px rgba(0, 55, 100, .2)) drop-shadow(0 0 5px rgba(0, 55, 100, .2)) drop-shadow(0 0 5px rgba(0, 55, 100, .2));
}
.mvArea:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.mvArea .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mvArea .minna_bnr {
	width: 180px;
	height: auto;
	position: absolute;
	top: 210px;
	right: 0;
	z-index: 11;
}
.mvArea .festa_bnr {
	width: 180px;
	height: auto;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 11;
}
.mvArea .slides div,
.mvArea .slides img {
	display: block;
	object-fit: cover;
	font-family:'object-fit: cover;';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	z-index: 1;
	transition: none;
	transition: 1s;
}
.mvArea .slides img.active,
.mvArea .slides div.active {
	opacity: 1;
}
.mvArea .slides img:first-child,
.mvArea .slides div:first-child {
	opacity: 1;
}
.mvArea .pager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 5px 0;
	background-color: rgba(106, 190, 204, 0.60);
	text-align: center;
}
.mvArea[data-slidedisabled] .pager {
	display: none !important;
}
.mvArea .pager button {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.mvArea .pager button:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #FFF;
	background-color: rgba(255, 255, 255, 1.00);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.no-touchevents .mvArea .pager button:hover:after, .mvArea .pager button.hover:after, .mvArea .pager button.on:after {
	background-color: rgba(255, 255, 255, 0.00);
}
.mvArea .pager button.on {
	cursor: default;
}
.mvArea>.in {
	position: absolute;
	top: 0;
	left: 2%;
	right: 2%;
	bottom: 0;
}
.mvArea .title01 {
	position: absolute;
	top: 9%;
	left: 0;
	z-index: 10;
}
.mvArea .mv_bnr_wrap {
	max-width: 600px;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 99;
}
.mvArea .mv_bnr_wrap a {
	display: inline-block;
	margin: 10px auto;
}
@media print, screen and (max-width: 640px) {
	.mvArea .mv_bnr_wrap a {
		margin: 0px auto;
	}
}
.mvArea .mv_bnr_wrap {}
.mvArea .mv_bnr_wrap img {
	height: auto;
}
.mvArea .title01 img {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,1.0));
}
@media print, screen and (max-width: 1700px) {
	.mvArea .title01 img {
		width: 40vw;
		height: auto;
	}
	.mvArea .title01.type01 img {
		width: 60vw;
	}
}
@media print, screen and (max-width: 1250px) {
	.mvArea>.in {
		left: 5%;
		right: 5%;
	}
}
@media print, screen and (min-width: 1100px) and (max-height: 1000px) {
	.mvArea .title01 img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@media print, screen and (min-width: 1100px) and (max-height: 900px) {
	.mvArea .title01 img {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}
@media print, screen and (min-width: 900px) and (max-height: 1000px) {
	.mvArea .title01 img {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@media print, screen and (min-width: 900px) and (max-height: 900px) {
	.mvArea .title01 img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@media print, screen and (max-width: 1500px) {
	.mvArea .mv_bnr_wrap {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left;
	}
}
@media print, screen and (max-width: 900px) {
	.mvArea .title01 img {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
		width: 72vw;
		height: auto;
	}
	.mvArea .mv_bnr_wrap {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left;
	}
}
@media print, screen and (max-height: 770px) {
	.mvArea .title01 {
		top: 5%;
	}
	.mvArea .title01 img {
		max-width: 580px;
		height: auto;
	}
	.mvArea .title01.type01 img {
		max-width: 100%;
		height: auto;
	}
	.mvArea .mv_bnr_wrap {
		bottom: 10%;
		/*25%;*/
	}
}
@media print, screen and (max-width: 640px) {
	.mvArea {
		margin-bottom: 0;
		height: calc(100vh);
		height: -webkit-calc(100vh);
	}
	.mvArea>.in {
		height: auto;
	}
	.mvArea .slides div {
		background-position: center bottom;
	}
	.mvArea .title01 {
		top: auto;
		bottom: 20px;
		text-align: left;
	}
	.mvArea .title01 img {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin-bottom: 4%;
		filter: drop-shadow(0px 0px 3px rgba(0,0,0,1.0));
	}
	.mvArea .mv_bnr_wrap {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		bottom: auto;
		top: 10px;
		left: auto;
		right: 0;
		width: 40%;
	}
	.mvArea .mv_bnr_wrap .c2 {
		display: none;
	}
	.mvArea .mv_bnr_wrap img {
		width: 100%;
	}
	.mvArea .minna_bnr {
		right: auto;
		left: 0;
		top: 90px;
		width: 26%;
	}
	.mvArea .festa_bnr {
		right: auto;
		left: 0;
		width: 26%;
	}
	.mv_bnr_wrap_sp a {
		display: block;
		margin: 15px auto;
		width: 90%;
	}
	.mv_bnr_wrap_sp a .hover01 {
		width: 100%;
	}
}
/* [data-slidearea01-topics] */

[data-slidearea01-topics] {
	padding: 0 3%;
	overflow: hidden;
}
[data-slidearea01-topics] .contentWrap {
	max-width: 1220px;
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
[data-slidearea01-topics] .btns01 {
	max-width: 1300px;
	width: 100%;
	top: -160px;
}
[data-slidearea01-topics] .btns01 button.next {
	right: -30px;
	bottom: -50%;
}
[data-slidearea01-topics] .btns01 button.prev {
	left: -30px;
	bottom: -50%;
}
[data-slidearea01-topics] .contentWrapIn {
	padding: 0 75% 0 0;
}
[data-slidearea01-topics] .content {
	position: relative;
}
[data-slidearea01-topics] .content:after {
	content: "";
	display: block;
	clear: both;
}
[data-slidearea01-topics] .link {
	display: block;
	backface-visibility: hidden;
	float: left;
	width: 100%;
	height: 100%;
}
[data-slidearea01-topics] .link>.in {
	padding: 20px 20px 0;
}
@media (min-width:641px) {
	[data-slidearea01-topics] .contentWrap {
		max-height: 400px;
	}
	[data-slidearea01-topics].no_slide .contentWrapIn {
		padding: 0;
		width: 100%;
	}
	[data-slidearea01-topics].no_slide .content {
		text-align: center;
		white-space: nowrap;
	}
	[data-slidearea01-topics].no_slide .link {
		vertical-align: top;
		width: 25%;
		display: inline-block;
		float: none;
		white-space: normal;
	}
}
.topicsArea {
	padding: 30px 0 20px;
	background-image: url(../img/concept_middle_bg.png);
	background-position: center center;
	position: relative;
}
.topicsArea .title01 {
	margin-bottom: 40px;
	text-align: center;
}
.topicsArea .link .imgarea {
	width: 200px;
	height: 200px;
	margin: auto;
	position: relative;
	margin-bottom: 25px;
}
.topicsArea .link .imgarea .label_top {
	position: absolute;
	top: 45px;
	left: -22px;
	width: 64px;
	height: 54px;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
}
.topicsArea .link .imgarea .label_top.label01 {
	background-image: url("../common/img/fair_label01.svg");
}
.topicsArea .link .imgarea .label_top.label02 {
	background-image: url("../common/img/fair_label02.svg");
}
.topicsArea .link .imgarea .label_top.label03 {
	background-image: url("../common/img/fair_label03.svg");
}
@media (max-width:640px) {
	.topicsArea .link .imgarea .label_top {
		top: 30px;
		left: -5px;
		width: 46px;
		height: 54px;
		font-size: 8px;
		line-height: 42px;
		letter-spacing: -0.1em;
	}
}
.topicsArea .link .imgarea .img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #fff;
}
@media screen and (max-width:640px) {
	.topicsArea .link .imgarea .img {
		backface-visibility: hidden;
	}
}
.topicsArea .link .imgarea time {
	background: #e4d17d;
	background: -moz-linear-gradient(-45deg, #e4d17d 0%, #b38c45 100%);
	background: -webkit-linear-gradient(-45deg, #e4d17d 0%, #b38c45 100%);
	background: linear-gradient(135deg, #e4d17d 0%, #b38c45 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e4d17d', endColorstr='#b38c45', GradientType=1);
	color: #FFF;
	position: absolute;
	top: -20px;
	left: -30px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	z-index: 1;
	line-height: 1.4;
}
.topicsArea .link .imgarea time:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.topicsArea .link .imgarea time>span {
	display: inline-block;
	vertical-align: middle;
}
.topicsArea .link .imgarea time>span .row01 {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}
.topicsArea .link .imgarea time>span .row02 {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
.topicsArea .link .title {
	margin-bottom: 20px;
	text-align: left;
	color: #3C3C3C;
}
.topicsArea .link .title img {
	display: block;
	margin: 0 0 26px;
}
.topicsArea .link .title span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 25px;
	line-height: 2.5rem;
	display: block;
}
.no-touchevents .topicsArea .link:hover .title span, .topicsArea .link.hover .title span {
	text-decoration: underline;
}
.topicsArea .link .caption {
	text-align: left;
	color: #3C3C3C;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 21px;
	line-height: 2.1rem;
}
.topicsArea .link .caption br {
	display: none;
}
.topicsArea .link .caption span {
	display: inline-block;
}
.topicsArea .link.special_info .imgarea {
	width: 100%;
}
.topicsArea .link.special_info .imgarea .img {
	background-size: contain;
	border-radius: 0;
	background-color: transparent;
}
@media screen and (max-width: 1240px) {
	[data-slidearea01-topics] .btns01 button.next {
		right: 0;
	}
	[data-slidearea01-topics] .btns01 button.prev {
		left: 0;
	}
}
@media screen and (max-width: 640px) {
	.no-touchevents [data-slidearea01-topics] .btns01 button:hover:before, [data-slidearea01-topics] .btns01 button.hover:before {
		background-color: rgba(0, 0, 0, 1.00);
	}
	[data-slidearea01-topics] .dammy {
		display: none !important;
	}
	[data-slidearea01-topics] .btns01 {
		display: none !important;
	}
	[data-slidearea01-topics] .content {
		transform: none !important;
		margin: 0 auto;
	}
	[data-slidearea01-topics] .contentWrapIn {
		padding: 0 12px 0 6px;
	}
	[data-slidearea01-topics] .link {
		min-height: 100px;
		position: static;
	}
	[data-slidearea01-topics] .link+.link {
		margin-top: 20px;
	}
	.touchevents [data-slidearea01-topics] .flickarea {
		padding-top: 50%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		display: block;
	}
	[data-slidearea01-topics] .link>.in {
		padding: 0;
		height: auto !important;
	}
	[data-slidearea01-topics] .link>.in:after {
		content: "";
		display: block;
		clear: both;
	}
	[data-slidearea01-topics] .link>.in .imgarea {
		width: 60px;
		height: auto;
		float: left;
	}
	[data-slidearea01-topics] .link>.in .imgarea .img {
		left: 10px;
		width: 100px;
		height: 100px;
	}
	[data-slidearea01-topics] .link>.in .imgarea time {
		top: 5px;
		left: 81.5vw;
		width: 50px;
		height: 50px;
	}
	[data-slidearea01-topics] .link>.in .imgarea time span .row01 {
		font-size: 11px;
	}
	[data-slidearea01-topics] .link>.in .imgarea time span .row02 {
		font-size: 9px;
	}
	[data-slidearea01-topics] .link>.in .imgarea .label_top {
		top: 47px;
		left: 82.8vw;
		font-size: 8px;
		width: 40px;
		line-height: 26px;
	}
	[data-slidearea01-topics] .contentWrapIn {}
	[data-slidearea01-topics] .contentWrap {
		margin-bottom: 20px;
		overflow: visible;
	}
	.topicsArea {
		padding: 8% 0 8%;
	}
	.topicsArea .title01 {
		margin-bottom: 9%;
	}
	.topicsArea .link .imgarea {
		margin-bottom: 0;
	}
	.topicsArea .link .title {
		padding: 10px 60px 0 120px;
		margin-bottom: 0;
	}
	.topicsArea .link .title img {
		margin-bottom: 5%;
		width: auto!important;
		height: 18px;
	}
	.topicsArea .link .title span {
		font-size: 12px;
		line-height: 1.6;
	}
	.topicsArea .link .caption {
		font-size: 9px;
		font-size: .9rem;
		line-height: 16px;
		line-height: 1.6rem;
	}
	.topicsArea .comBtn01 {
		display: block;
		margin: 26px auto 0;
		width: 80%;
	}
}
.topConcept {
	height: 730px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 20% center;
	/*center center;*/
	background-repeat: no-repeat;
	padding-top: 170px;
}
body.pink .topConcept {
}
.topConcept div.in>div {
	background-color: rgba(0, 55, 100, 0.8);
	padding: 70px 0 60px;
	margin: 0 auto;
	width: 547px;
}
body.pink .topConcept div.in>div {
	background-color: rgba(231, 166, 181, 0.8);
}
.topConcept h4 {
	color: #c2a97b;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: serif;
	padding-bottom: 2em;
	color: #fff;
}
.topConcept p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
}
.topConcept p.copy {
	text-align: center;
	font-family: serif;
	margin-bottom: 30px;
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
	.topConcept {
		height: auto;
		padding: 5% 0 109%;
	}
	body.pink .topConcept {
	}
	.topConcept div.in>div {
		width: 83%;
		padding: 7% 4% 6%;
	}
	.topConcept h4 {
		padding-bottom: 5%;
	}
	.topConcept h4 img {
		width: auto;
		height: 32px;
		height: 10vw;
	}
	.topConcept p {
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
	}
	.topConcept p br {
		display: none;
	}
	.topConcept p.copy {
		margin-bottom: 6%;
	}
	.topConcept p.copy img {
		width: auto;
		height: 35px;
		height: 11vw;
	}
}
.topConceptTop {
	padding: 0 2% 100px;
	position: relative;
}
.topConceptTop ul {
	max-width: 1600px;
	width: 100%;
	margin: auto;
	font-size: 0;
	text-align: center;
}
.topConceptTop ul li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.topConceptTop ul li+li {
	margin-left: 3%;
}
.topConceptTop ul li div {
	padding: 50px 0;
	background-color: #fff;
}
.topConceptTop ul li h4 {
	color: #c2a97b;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: serif;
	padding-bottom: 25px;
}
.topConceptTop ul li p {
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 2em;
	line-height: 21px;
	line-height: 2.1rem;
}
.topConceptTop ul li p.copy {
	padding-bottom: 13px;
	text-align: center;
	font-family: serif;
	font-size: 18px;
	font-size: 1.8rem;
}
.topConceptTop ul li .txt01, .topConceptTop ul li .txt02 {
	padding: 0 13%;
}
.topConceptTop ul li .txt01 {
	margin-bottom: 15px;
}
.topConceptTop ul li p a {
	height: 50px;
	width: 100%;
}
.topConceptTop ul li p a span {
	font-size: 14px;
	font-size: 1.4rem;
}
.topConceptTop ul li figure {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 51%;
	height: 0;
}
.topConceptTop ul li:nth-child(1) figure {
}
.topConceptTop ul li:nth-child(2) figure {
}
.topConceptTop ul li:nth-child(3) figure {
	position: relative;
}
.topConceptTop ul li:nth-child(3) figure .badge {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 32%;
	height: auto;
}
@media screen and (max-width: 1700px) {
	.topConceptTop ul li p.copy img {
		width: auto;
		height: 40px;
	}
}
@media screen and (max-width: 1300px) {
	.topConceptTop ul li .txt01, .topConceptTop ul li .txt02 {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media screen and (max-width: 1140px) {
	.topConceptTop ul li p.copy img {
		height: 35px;
	}
	.topConceptTop ul li+li {
		margin-left: 1%;
	}
	.topConceptTop ul li {
		width: 32.5%;
	}
}
@media screen and (max-width: 840px) {
	.topConceptTop ul {
		max-width: 470px;
	}
	.topConceptTop ul li {
		width: 100%;
	}
	.topConceptTop ul li+li {
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	.topConceptTop {
		padding: 0 5% 7%;
	}
	.topConceptTop ul li h4 {
		padding-bottom: 7%;
	}
	.topConceptTop ul {
		position: relative;
		margin-top: -39%;
	}
	.topConceptTop ul li {
		width: 100%;
		margin: 5% 0;
		position: relative;
		padding-top: 56.25%;
	}
	.topConceptTop ul li p.copy img {
		width: auto!important;
		height: 10.5vw!important;
	}
	.topConceptTop ul li div {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 8%;
		padding-bottom: 30px;
	}
	.topConceptTop ul li p {
		font-size: 9px;
		font-size: .9rem;
		padding-bottom: 2em;
		line-height: 17px;
		line-height: 1.7rem;
	}
	.topConceptTop ul li p a span {
		font-size: 14px;
	}
	.topConceptTop ul li p a:after {
		top: 1px;
	}
	.topConceptTop ul li figure {
		position: absolute!important;
		top: 0!important;
		height: 0!important;
		left: 0!important;
		padding-top: 56.25%!important;
		width: 100%!important;
	}
}
/* data-slidearea02 */

[data-slidearea02] {
	position: relative;
}
[data-slidearea02] .imgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
[data-slidearea02] .imgs .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
[data-slidearea02] .pager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
[data-slidearea02] .pager button {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
[data-slidearea02] .pager button:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.no-touchevents [data-slidearea02] .pager button:hover:after, [data-slidearea02] .pager button.hover:after, [data-slidearea02] .pager button.active:after {
	background-color: #000;
}
@media screen and (min-width: 641px) {
	[data-slidearea02] .imgs {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	[data-slidearea02] .imgs .img {
		left: 0 !important;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		-ms-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
	}
	[data-slidearea02] .imgs .img.dammy {
		display: none !important;
	}
}
@media screen and (max-width: 640px) {
	[data-slidearea02] .imgs .img {
		opacity: 1 !important;
	}
}
.topConceptMiddle {
	background-image: url(../img/concept_middle_bg.png);
	padding: 75px 2%;
}
.topConceptMiddleBox {
	max-width: 1800px;
	height: 525px;
	margin: 0 auto 30px;
	position: relative;
}
.topConceptMiddleBox.right .slideArea01 {
	right: 600px;
	left: 0;
}
.topConceptMiddleBox>div {
	width: 400px;
	height: 325px;
	padding: 100px;
	position: relative;
	background-color: #fff;
}
.topConceptMiddleBox.right div {
	float: right;
}
.topConceptMiddleBox>div h4 {
	color: #c2a97b;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: serif;
	margin-bottom: 35px;
}
.topConceptMiddleBox>div p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 35px;
	line-height: 21px;
	line-height: 2.1rem;
}
.topConceptMiddleBox>div p.copy {
	text-align: center;
	font-family: serif;
	margin-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
}
.topConceptMiddleBox>div p.award {
	position: absolute;
	top: -60px;
	left: -36px;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	.topConceptMiddleBox>div p.award {
		top: 0;
		left: 0;
		padding: 0;
		position: relative;
		text-align: center;
	}
}
.topConceptMiddleBox>div p a {
	width: 100%;
	height: 50px;
}
.topConceptMiddleBox .slideArea01 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 600px;
}
#topConceptMiddle21f>div, #topConceptMiddle20f>div {
	padding: 90px 100px 110px 100px;
	text-align: center;
}
#topConceptMiddle21f h4, #topConceptMiddle20f h4 {
	margin: 0 0 20px 0;
}
#topConceptMiddle21f .floor, #topConceptMiddle20f .floor {
	margin: 0;
}
#topConceptMiddle21f .copy, #topConceptMiddle20f .copy {
	margin: 35px 0 45px 0;
}
.topConceptMiddleBox .slideArea01 .imgs {}
.topConceptMiddleBox .slideArea01 .imgs .img {}
.topConceptMiddleBox .slideArea01 .imgs .no20_img03 {
	background-position: top;
}
.topConceptMiddleBox .slideArea01 .pager {}
.topConceptMiddleBox .slideArea01 .pager buttom {}
@media screen and (max-width: 1200px) {
	.topConceptMiddleBox {
		height: 390px;
	}
	.topConceptMiddleBox>div {
		width: 400px;
		height: 290px;
		padding: 50px 40px;
		background-color: #fff;
	}
	#topConceptMiddle21f>div, #topConceptMiddle20f>div {
		padding: 35px 40px 65px 40px;
	}
	#topConceptMiddle21f h4, #topConceptMiddle20f h4 {
		margin: 0 0 10px 0;
	}
	#topConceptMiddle21f .copy, #topConceptMiddle20f .copy {
		margin: 20px 0;
	}
	.topConceptMiddleBox.right .slideArea01 {
		right: 480px;
	}
	.topConceptMiddleBox .slideArea01 {
		left: 480px;
	}
}
@media screen and (max-width: 640px) {
	.topConceptMiddle {
		padding: 10% 0 4%;
	}
	.topConceptMiddleBox .slideArea01 {
		left: 0;
		z-index: 1;
		padding-top: 75%;
		overflow: hidden;
	}
	.topConceptMiddleBox figure {
		-webkit-background-size: cover;
		background-size: cover;
		height: 0;
		padding-top: 82%;
	}
	.topConceptMiddleBox.right div {
		float: none;
	}
	.topConceptMiddleBox.right .slideArea01 {
		right: 0;
	}
	.topConceptMiddleBox>div h4 {
		margin-bottom: 6%;
	}
	.topConceptMiddleBox>div p {
		padding: 0 15%;
		font-size: 9px;
		font-size: .9rem;
		line-height: 16px;
		line-height: 1.6rem;
		margin-bottom: 7%;
	}
	.topConceptMiddleBox>div p.copy {
		padding: 0;
		margin-bottom: 5%;
	}
	.topConceptMiddleBox>div p.copy img {
		width: auto!important;
		height: 10.5vw!important;
	}
	.topConceptMiddleBox>div p a {}
	.topConceptMiddleBox {
		height: auto;
		margin: 3% 0;
		background: none;
	}
	.topConceptMiddleBox>div, #topConceptMiddle21f>div, #topConceptMiddle20f>div {
		width: 100%;
		height: auto;
		padding: 83% 0 1%;
		float: none;
	}
	@media screen and (max-width: 640px) {
		.topConceptMiddleBox>div {
			padding: 84% 0 1%;
		}
	}
}
.topConceptBottom {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 75px 3%;
	font-size: 0;
}
body.pink .topConceptBottom {
}
.topConceptBottom>.in {
	max-width: 1600px;
	width: 100%;
	margin: auto;
	display: table;
}
.topConceptBottom li {
	display: table-cell;
	width: 33.33333%;
	position: relative;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.90);
}
.topConceptBottom .img {
	padding-top: 90%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.topConceptBottom li.top .img {
	bottom: 0;
	top: auto;
}
.topConceptBottom .img:after {
	content: '';
	display: block;
	border: 10px solid rgba(255, 255, 255, 0.90);
	border-bottom-color: rgba(255, 255, 255, 0.00);
	border-left-color: rgba(255, 255, 255, 0.00);
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.topConceptBottom li.top .img:after {
	bottom: auto;
	top: -10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.topConceptBottom li.top .img {
	bottom: 0;
	top: auto;
}
.topConceptBottom .content {
	padding-top: 90%;
	position: relative;
	margin-top: 90%;
}
.topConceptBottom .content .award {
	left: -8%;
	position: absolute;
	top: -50px;
}
@media screen and (min-width: 1000px) and (max-width: 1450px) {
	.topConceptBottom .content .award {
		transform: scale(0.8);
		transform-origin: top left;
	}
}
@media screen and (max-width: 1000px) {
	.topConceptBottom .content .award {
		left: 0;
		margin-top: 15px;
		position: relative;
		text-align: center;
		top: 0;
	}
}
.topConceptBottom li.top .content {
	margin-top: 0;
}
.topConceptBottom .contentIn {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	max-width: 400px;
	margin: auto;
	padding: 0 20px;
}
.topConceptBottom .title {
	margin-bottom: 20px;
}
/* .topConceptBottom .award {

	position: absolute;

	top: -31%;

	left: -19%;

}

@media print,screen and (max-width: 1600px) {

	.topConceptBottom .award {

		top: -24%;

		left: -13%;

	}

}

@media print,screen and (max-width: 1470px) {

	.topConceptBottom .award {

		top: -18%;

		left: -10%;

	}

}

@media print,screen and (max-width: 1300px) {

	.topConceptBottom .award {

		top: -13%;

	}

}

@media screen and (max-width: 1000px) {

	.topConceptBottom .award {

		position: relative;

		top: 0;

		left: 0;

		margin-bottom: 17px;

	}

	} */

.topConceptBottom .title .cat {
	display: block;
	margin: 0 auto 35px;
}
.topConceptBottom .title .txt {}
.topConceptBottom .caption {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 21px;
	line-height: 2.1rem;
	color: #3C3C3C;
	text-align: left;
	margin-bottom: 20px;
}
.topConceptBottom .link {}
.topConceptBottom .link a {
	height: 50px;
	width: 100%;
}
.topConceptBottom .link a span {
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
	.topConceptBottom .title .cat {
		margin: 0 auto 15px;
		height: 45px;
		width: auto;
	}
	.topConceptBottom .title .cat {
		margin: 0 auto 15px;
		height: 45px;
		width: auto;
	}
	.topConceptBottom .title .txt {
		width: auto;
		height: 36px;
	}
	.topConceptBottom .caption {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1000px) {
	.topConceptBottom {
		padding: 10% 7%;
	}
	.topConceptBottom>.in {
		display: block;
		max-width: 580px;
	}
	.topConceptBottom li {
		display: block;
		width: 100%;
		padding-top: 56.25%;
	}
	.topConceptBottom li+li {
		margin-top: 3%;
	}
	.topConceptBottom .content {
		margin-top: 0;
		padding-top: 0;
	}
	.topConceptBottom .contentIn {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		padding: 9% 0 8% 0;
	}
	.topConceptBottom li.top .img {
		bottom: auto;
		top: 0;
	}
	.topConceptBottom li.top .img:after {
		bottom: -10px;
		top: auto;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.topConceptBottom .img {
		padding-top: 56.25%;
		background-position: center 20%;
	}
	.topConceptBottom .title .cat {
		margin: 0 auto 5%;
		height: 60px;
	}
	.topConceptBottom .title .txt {
		height: 50px;
	}
	.topConceptBottom .caption {
		margin-bottom: 30px;
		padding: 0 10%;
	}
	.topConceptBottom .link {
		padding: 0 10%;
	}
}
@media screen and (max-width: 640px) {
	.topConceptBottom .title .cat {
		height: auto;
	}
	.topConceptBottom .title .txt {
		width: auto!important;
		height: 10.5vw!important;
	}
	.topConceptBottom .caption {
		font-size: 9px;
		font-size: .9rem;
		line-height: 16px;
		line-height: 1.6rem;
	}
	.topConceptBottom .link a {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.topConceptBottom .link a span {
		font-size: 14px;
	}
}
.topPresent {
	box-shadow: 0 0 1px 1px #ddd;
	padding: 87px 5% 75px;
}
.topPresent>.in {
	max-width: 1180px;
	width: 100%;
	margin: auto;
}
.topPresent>.in h3 {
	margin-bottom: 75px;
	text-align: center;
}
.topPresent>.in .table {
	font-size: 1.3rem;
	border-bottom: 2px solid #BEA574;
	margin-bottom: 38px;
}
.topPresent>.in .table .row {
	display: flex;
	border-top: 2px solid #BEA574;
	padding: 40px 0;
}
.topPresent>.in .table .row .th {
	color: #BCA475;
	font-size: 1.7rem;
	width: 39.66%;
	line-height: 1.6;
	padding-left: 150px;
	box-sizing: border-box;
	position: relative;
}
.topPresent>.in .table .row .th::before {
	background: url(../img/present/ttl_before.png) no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 21px;
	width: 21px;
	position: absolute;
	top: 0;
	left: 123px;
}
.topPresent>.in .table .row .td {
	font-size: 1.3rem;
	width: 60.34%;
	line-height: 1.923;
	font-weight: bold;
}
.topPresent>.in .table .row .td span {
	font-weight: normal;
	padding-top: 5px;
	display: block;
	line-height: 1.38;
}
.topPresent>.in .table .row .td span i {
	display: block;
	height: 10px;
}
.topPresent>.in .note {
	font-size: 1.2rem;
	display: flex;
	justify-content: flex-end;
	line-height: 1.5;
}
.topPresent>.in .more {
	text-align: center;
}
.topPresent>.in h3 span {
	font-size: 15px;
	font-size: 1.5rem;
	color: #c2a97b;
	font-family: serif;
	line-height: 1.6em;
}
.topPresent .topPresentArea {}
@media screen and (min-width:641px) {
	.topPresent .in .topPresentArea .topPresentAreaBox {
		margin-left: 4%;
	}
	.topPresent .in .topPresentArea .topPresentAreaBox:nth-child(2n+1) {
		margin-left: 0;
	}
	.topPresent .in .topPresentArea.col_3:after {
		content: "";
		display: block;
		clear: both;
	}
	.topPresent .in .topPresentArea.col_3 .topPresentAreaBox {
		float: left;
		width: calc(100% / 3 - 20px);
		padding: 25px;
	}
	.topPresent .in .topPresentArea.col_3 .topPresentAreaBox+.topPresentAreaBox {
		margin-left: 30px;
	}
	.topPresent .in .topPresentArea.col_3 .topPresentAreaBox figure {
		margin-bottom: 20px;
		padding-top: 70%;
		width: 100%;
	}
	.topPresent .in .topPresentArea.col_3 .topPresentAreaBox .topPresentAreaBoxR {
		padding-bottom: 30px;
		width: 100%;
	}
	.topPresent .in .topPresentArea.col_3 .topPresentAreaBox.quo .topPresentAreaBoxR {}
}
.topPresent>.in .topPresentAreaBox {
	background-color: #fff;
	display: inline-block;
	padding: 25px 20px 25px 25px;
	vertical-align: top;
	box-shadow: 0 1px 1px 1px #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow: hidden;*/
	position: relative;
}
.topPresent>.in .topPresentAreaBox figure {
	width: 40%;
	padding-top: 40%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.topPresent>.in .topPresentAreaBoxR {
	float: right;
	width: 56%;
	text-align: left;
}
.topPresent>.in .topPresentAreaBoxR span {
	background-color: #e7a6b5;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px 10px;
}
.topPresent>.in .topPresentAreaBoxR h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 30px;
}
.topPresent>.in .topPresentAreaBoxR h4.gld {}
.topPresent>.in .topPresentAreaBoxR h4 small {
	display: inline-block;
	margin-left: -8px;
	padding-top: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.topPresent>.in .topPresentAreaBoxR h4 small:first-of-type {
	padding-top: 0;
}
.topPresent>.in .topPresentAreaBoxR p {
	position: absolute;
	bottom: 22px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
.topPresent>.in .topPresentAreaBox .lists {
	padding-top: 15px;
	border-top: 1px solid #323232;
}
.topPresent>.in .topPresentAreaBox .lists li {
	padding-bottom: 3px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-indent: -15px;
	padding-left: 15px;
}
.topPresent>.in .topPresentAreaBox .lists li:before {
	content: "";
	display: inline-block;
	margin: 0 8px 0 3px;
	background-color: #323232;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	vertical-align: 20%;
}
@media screen and (min-width: 641px) {
	.topPresent>.in {
		font-size: 0;
		white-space: nowrap;
	}
	.topPresent>.in .comLayout07 {
		white-space: normal;
	}
	.topPresent>.in .comLayout07>.in {
		width: 100%;
	}
	.topPresent>.in .topPresentAreaBox {
		width: calc(50% - 15px);
		max-width: 550px;
		white-space: normal;
	}
	.topPresent>.in .topPresentAreaBox+.topPresentAreaBox {
		margin-left: 30px;
	}
	.topPresent>.in .topPresentAreaBox .obi {
		position: absolute;
		top: 10px;
		right: -11px;
	}
}
@media screen and (max-width: 640px) {
	.topPresent>.in h3 {
		padding-bottom: 9%;
	}
	.topPresent>.in .topPresentAreaBox {
		width: 100%;
	}
	.topPresent>.in .topPresentAreaBox+.topPresentAreaBox {
		margin-top: 6%;
	}
	.topPresent>.in .topPresentAreaBoxR {
		height: auto !important;
	}
	.topPresent>.in .topPresentAreaBoxR span {
		margin-bottom: 4px;
		font-size: 8.5px;
		font-size: .85rem;
		padding: 3px 6px 2px;
	}
	.topPresent>.in .topPresentAreaBoxR h4 {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.5rem;
		padding-bottom: 6px;
		padding-top: 12%;
	}
	.topPresent>.in .topPresentAreaBoxR p {
		position: static;
		/* max-width:50%; */
		font-size: 6px;
		font-size: 0.6rem;
		bottom: 10%;
	}
	.topPresent>.in .topPresentAreaBox.quo h4 {
		padding-bottom: 0;
	}
	.topPresent>.in .topPresentAreaBox.quo h4+h4 {
		padding-top: 4px;
	}
	.topPresent>.in .topPresentAreaBox.quo ul {
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.topPresent>.in .topPresentAreaBox.quo ul li {
		padding-bottom: 0;
	}
	.topPresent>.in .topPresentAreaBox.quo ul li+li {
		padding-top: 5px;
	}
	.topPresent>.in .topPresentAreaBoxR.present_quo p {
		font-size: 10px;
		font-size: 0.8rem;
		max-width: 100%;
	}
	.topPresent>.in .topPresentAreaBoxR.present_quo p.period {
		font-size: 6px;
		font-size: 0.6rem;
		letter-spacing: 0px;
	}
	.topPresent>.in .topPresentAreaBoxR.present_quo li {
		font-size: 10px;
		font-size: 0.8rem;
	}
	.topPresent {
		padding: 10% 5% 12%;
	}
	.topPresent>.in .topPresentAreaBox {
		padding: 5%;
	}
	.topPresent>.in .topPresentAreaBoxR h4 {
		font-size: 0.9rem;
		line-height: 1.6;
	}
	.topPresent>.in .topPresentAreaBoxR h4 small {
		margin-left: -.4rem;
		font-size: 0.8rem;
	}
	.topPresent>.in .topPresentAreaBox .lists {
		padding-top: 5%;
	}
	.topPresent>.in .topPresentAreaBox .lists li {
		font-size: 9px;
		text-indent: -10px;
		padding-left: 10px;
	}
	.topPresent>.in .topPresentAreaBox .lists li:before {
		width: 3px;
		height: 3px;
		margin: 0 4px 0 3px;
	}
	.topPresent>.in .topPresentAreaBox .obi {
		position: absolute;
		top: 1.5vw;
		right: -1.8vw;
		width: 30vw;
	}
}
@media screen and (max-width: 640px) {
	.topPresent {
		padding: 10.3% 4% 12%;
	}
	.topPresent>.in h3 {
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.topPresent>.in {
		max-width: 100%;
		width: 100%;
		margin: auto;
	}
	.topPresent>.in .table {
		font-size: 1.6rem;
		margin-bottom: 18px;
		border-bottom: 1px solid #BEA574;
	}
	.topPresent>.in .table .row {
		padding: 17px 4%;
		border-top: 1px solid #BEA574;
		flex-direction: column;
	}
	.topPresent>.in .table .row .th {
		color: #BCA475;
		font-size: 1.7rem;
		width: 100%;
		line-height: 1;
		padding-left: 27px;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 16px;
	}
	.topPresent>.in .table .row .img1 img {
		width: 63%!important;
	}
	.topPresent>.in .table .row .img img {
		width: 23%!important;
	}
	.topPresent>.in .table .row .th::before {
		height: 21px;
		width: 21px;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}
	.topPresent>.in .table .row .td {
		width: 100%;
		font-weight: bold;
		letter-spacing: -1px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		line-height: 2rem;
	}
	.topPresent>.in .table .row .td span {
		display: block;
		font-weight: normal;
		padding-top: 5px;
		letter-spacing: -0.8px;

		font-size: 9px;
		font-size: .9rem;
		line-height: 16px;
		line-height: 1.6rem;
	}
	.topPresent>.in .note {
		font-size: 9px;
		font-size: .9rem;
		line-height: 16px;
		line-height: 1.6rem;
		margin-bottom: 32px;
	}
}
/* planArea */

.planArea {
	padding: 75px 0 90px;
	background-image: url(../img/plan_bg.webp);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 1px 1px #ddd;
}
.no-touchevents .planArea {
	background-attachment: fixed;
}
.planArea>.title01 {
	margin-bottom: 43px;
	text-align: center;
}
.planArea .content01 {
	overflow: hidden;
}
.planArea .slidearea {
	padding: 0 100px;
}
.planArea .slidearea>.in {
	position: relative;
	max-width: 1045px;
	margin: auto;
}
.planArea .btns01 .prev {
	left: -35px;
}
.planArea .btns01 .next {
	right: -35px;
}
.planArea .slide {
	position: relative;
	margin-bottom: 30px;
	height: 340px;
}
.planArea .slide .plancontentWrap {
	padding: 0 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.planArea .slide .plancontentWrapIn {
	position: relative;
}
.planArea .slide .plancontent {
	padding: 35px 44% 95px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	min-height: 280px;
}
.planArea .slide .plancontent .title {
	margin-bottom: 17px;
	color: #212121;
}
.planArea .slide .plancontent .title span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.planArea .slide .plancontent .title b {
	font-weight: 400;
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 33px;
	line-height: 3.3rem;
}
.planArea .slide .plancontent .price {
	margin-bottom: 15px;
	width: 100%;
}
.planArea .slide .plancontent .price:after {
	content: "";
	display: block;
	clear: both;
}
.planArea .slide .plancontent .price dt {
	float: left;
	vertical-align: middle;
	padding: 5px 0;
	width: 30%;
	background-color: #E7A6B5;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.planArea .slide .plancontent .price dd {
	margin-left: 30%;
	color: #212121;
	padding-left: 5%;
}
.planArea .slide .plancontent .price strong {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: normal;
	white-space:nowrap;
}
.planArea .slide .plancontent .price strong > span + span {
	margin-left: 24px;
}
.planArea .slide .plancontent .price strong > span > span:after {
	content: "";
	display: inline-block;
	margin:0 5px 0 10px;
	width: 20px;
	height: 1px;
	background-size: 3px 1px;
	background-image: linear-gradient(to right,#000 1px,transparent 1px ,transparent 3px);
	background-repeat: repeat-x;
	vertical-align:35%;
}
@media screen and (max-width:640px) {
	.planArea .slide .plancontent .price strong {
		margin-left: -55%;
		text-align: right;
		font-size: 1.2rem;
	}
	.planArea .slide .plancontent .price strong > span {

	}
	.planArea .slide .plancontent .price strong > span > span:after {
		margin:0 .5rem 0 .8rem;
		width: 1.0rem;
	}
	.planArea .slide .plancontent .price strong > span + span {
		margin-left: 1.0rem;
	}
}
@media screen and (max-width: 640px) {
	.planArea .slide .plancontent .price dd {
		padding-top: 3px;
	}
}
.planArea .slide .plancontent .price dd span {
	font-size: 16px;
	font-size: 1.6rem;
}
.planArea .slide .plancontent .price dd b {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}
.planArea .slide .plancontent .txt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 21px;
	line-height: 2.1rem;
}
.planArea .slide .plancontent .txt .img {
	width: 33%;
	padding-top: 33%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	right: 50px;
}
.planArea .slide .plancontent .link a {
	position: absolute;
	bottom: 35px;
	max-width: 360px;
	width: 100%;
	height: 50px;
}
.planArea .slide .plancontent .link a span {
	font-size: 14px;
	font-size: 1.4rem;
}
.planArea .pager {
	text-align: center;
	font-size: 0;
	padding: 0 35px;
	margin: 0 auto 25px;
	max-width: 1070px;
}
.planArea .pager li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 4px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(106, 190, 204, 0.00);
	background-color: rgba(255, 255, 255, 0.5);
	width: 16%;
	margin: 10px 0.3%;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative;
	text-align: left;
}
body.pink .planArea .pager li {
	border: 2px solid rgba(106, 190, 204, 0.00);
}
.planArea .pager li.active, .no-touchevents .planArea .pager li:hover, .planArea .pager li.hover {
	border: 2px solid rgba(106, 190, 204, 1.00);
	background-color: rgba(255, 255, 255, 1.0);
}
body.pink .planArea .pager li.active, .no-touchevents body.pink .planArea .pager li:hover, body.pink .planArea .pager li.hover {
	border: 2px solid rgba(231, 166, 181, 1.00);
}
.planArea .pager li span {
	color: #6ABECC;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: bold;
	

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
body.pink .planArea .pager li span {
	color: #E089A0;
}
.planArea .more {
	text-align: center;
}
.planArea .more span {
	font-size: 14px;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
	.planArea .pager li {
		width: 31.3%;
	}
}
@media print, screen and (max-width: 900px) {
	.planArea .slide .plancontent {
		padding: 8% 7% 4%;
	}
	.planArea .slide .plancontent .txt .img {
		width: 40%;
		padding-top: 37%;
		height: 0;
		position: static;
		display: block;
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.planArea .slide .plancontent .txt {
		overflow: hidden;
	}
	.planArea .slide .plancontent .link a {
		width: auto;
		left: 45px;
		right: 45px;
		max-width: 100%;
	}
	.planArea .pager li {
		width: 100%;
	}
	.planArea .pager li br {
		display: none;
	}
	.planArea .pager li+li {
		margin-left: 0;
		margin-top: 2%;
	}
}
@media screen and (max-width: 640px) {
	.planArea {
		background-position: center top;
		background-size: cover;
		padding: 13% 0 12%;
	}
	.planArea>h1 {
		margin-bottom: 20px;
	}
	.planArea .slidearea {
		padding: 0 3%;
	}
	.planArea .btns01 .prev {
		left: -2%;
	}
	.planArea .btns01 .next {
		right: -2%;
	}
	.planArea .slide {
		margin-bottom: 20px;
	}
	.planArea .slide .plancontentWrap {
		padding: 0 8px;
	}
	.planArea .pager {
		padding: 0 2%;
	}
	.planArea>.title01 {
		margin-bottom: 7%;
	}
	.planArea .slide .plancontent .title span {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.6;
	}
	.planArea .slide .plancontent .title b {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		line-height: 2rem;
	}
	.planArea .slide .plancontent .price dt {
		font-size: 9px;
		font-size: .9rem;
	}
	.planArea .slide .plancontent .price dd b {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.planArea .slide .plancontent .price dd span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.planArea .slide .plancontent .txt {
		font-size: 10px;
		font-size: 1rem;
		line-height: 18px;
		line-height: 1.8rem;
	}
	.planArea .slide .plancontent .txt .img {
		margin-left: 5%;
		margin-bottom: 1%;
	}
	.planArea .slide .plancontent .link a {
		left: 7%;
		right: 7%;
	}
	.planArea .pager li span {
		font-size: 10px;
		font-size: 1rem;
		line-height: 15px;
		line-height: 1.5rem;
	}
	.planArea .slide .plancontent .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	.planArea .slide .plancontent .link a span {
		display: none;
	}
}
/* topFair */

.topFair {
	padding: 90px 0 55px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 1px 1px #ddd;
}
@media screen and (min-width:641px) {
	.no-touchevents .topFair {
		background-attachment: fixed;
	}
}
body.pink .topFair {
}
.topFair>.title01 {
	margin-bottom: 78px;
	text-align: center;
}
.topFair .content01 {
	overflow: hidden;
}
/*

.topFair .slidearea {

	padding: 0 2%;

}



.topFair .slidearea > .in {

	position: relative;

	max-width: 1240px;

	margin: auto;

}



.topFair .slide {

	position: relative;

	margin-bottom: 10px;

	font-size: 0;

}



.topFair .slide .plancontentWrap {

	padding: 0 2%;

	margin-bottom: 40px;

	width: 49.9%;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	display: inline-block;

	vertical-align: top;

}



.topFair .slide .plancontentWrapIn {

	position: relative;

}



.topFair .slide .plancontent {

	display: block;

	padding: 30px 30px 30px 43%;

	background-color: #fff;

	text-align: left;

	box-shadow: 0 0 3px rgba(0,0,0,0.2);

	color: #3C3C3C;

}



.topFair .slide .plancontent .row01 {

}



.topFair .slide .plancontent .row01 .left {

	position: absolute;

	top: 30px;

	left: 30px;

	font-size: 0;

	width: 33%;

	padding-top: 33%;

	-webkit-background-size: cover;

	background-size: cover;

	background-position: center center;

	background-repeat: no-repeat;

}



.topFair .slide .plancontent .row01 .right {

}



.topFair .slide .plancontent .row01 .right .title {

	font-size: 16px;

	font-size: 1.6rem;

	line-height: 25px;

	line-height: 2.5rem;

	margin-bottom: 10px;

	font-weight: bold;

}



.no-touchevents .topFair .slide .plancontent:hover .row01 .right .title,

.topFair .slide .plancontent.hover .row01 .right .title {

	text-decoration: underline;

}



.topFair .slide .plancontent .row01 .right .datetime {

	margin-bottom: 15px;

}



.topFair .slide .plancontent .row01 .right .datetime .date {

	margin-bottom: 7px;

	display: block;

	font-size: 16px;

	font-size: 1.6rem;

}



.topFair .slide .plancontent .row01 .right .datetime .time {

	margin-bottom: 15px;

	line-height: 1.5;

}



.topFair .slide .plancontent .row01 .right .datetime .time li {

	display: inline-block;

	vertical-align: top;

	font-size: 12px;

	font-size: 1.2rem;

}



.topFair .slide .plancontent .row01 .right .datetime .time li + li:before {

	content: ' / ';

	margin-left: 4px;

	margin-right: -2px;

}



.topFair .slide .plancontent .txt {

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 21px;

	line-height: 2.1rem;

}

*/

.topFair .more {
	text-align: center;
}
.topFair .more span {
	font-size: 14px;
	font-size: 1.4rem;
}
@media print, screen and (max-width: 900px) {
	.topFair .slide .plancontent {
		padding-top: 6%;
		padding-right: 6%;
		padding-bottom: 6%;
	}
	.topFair .slide .plancontent .row01 .left {
		top: 7%;
		left: 7%;
	}
	.topFair .slide .plancontentWrap {
		width: 100%;
	}
	.topFair .slide .plancontent {
		min-height: 215px;
	}
	.topFair .slide .plancontentWrap {
		padding: 0 3%;
		position: absolute;
	}
	.topFair .slide {
		margin-bottom: 8%;
	}
}
@media print, screen and (min-width: 901px) {
	.topFair .slide .plancontent {
		min-height: 185px;
	}
	.topFair .slide {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		height: auto !important;
	}
	.topFair .slide .plancontentWrap.dammy {
		display: none !important;
	}
	.topFair .slidearea .btns01 {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.topFair {
		background-position: center top;
		background-size: cover;
		padding: 10% 0 17%;
	}
	.topFair>.title01 {
		margin-bottom: 20px;
	}
	.topFair .more span {
		font-size: 14px;
	}
	/*

	.topFair .slidearea > .in {

		margin-bottom: 9%;

	}



	.topFair .slide .plancontent .row01 {

		overflow: hidden;

		margin-bottom: 3%;

	}



	.topFair .slide .plancontent .row01 .left {

		position: static;

		float: left;

		width: 44%;

		padding-top: 44%;

	}



	.topFair .slide .plancontent .row01 .right {

		float: right;

		width: 50%;

	}



	.topFair .slide .plancontent .row01 .right .title {

		font-size: 10px;

		font-size: 1rem;

		line-height: 15px;

		line-height: 1.5rem;

		margin-bottom: 5%;

		padding-bottom: 5%;

		border-bottom: 1px solid #CFCFCF;

	}



	.topFair .slide .plancontent .row01 .right .datetime .date {

		margin-bottom: 3%;

		font-size: 10px;

		font-size: 1rem;

	}



	.topFair .slide .plancontent .row01 .right .datetime .time {

		word-break: break-all;

		letter-spacing: 1px;

	}



	.topFair .slide .plancontent .row01 .right .datetime .time li {

		display: inline;

		font-size: 8px;

		font-size: .8rem;

	}



	.topFair .slide .plancontent .txt {

		font-size: 8px;

		font-size: .8rem;

		line-height: 15px;

		line-height: 1.5rem;

	}



	.topFair .slide .plancontent {

		padding-left: 6%;

		min-height: 0;

	}



	.topFair > .title01 {

		margin-bottom: 7%;

	}



	.topFair .slidearea {

		padding: 0 3%;

	}



	.topFair .btns01 .prev {

		left: -2%;

	}



	.topFair .btns01 .next {

		right: -2%;

	}



	.topFair .slide {

		margin-bottom: 20px;

	}

	*/
}
/* topInformation */

.topInformation {
	padding: 78px 0 72px;
	background-image: url(../img/concept_middle_bg.png);
	box-shadow: 0 0 1px 1px #ddd;
}
.topInformation>.in {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	padding: 0 2%;
}
.topInformation>.group {
	display: flex;
}
.topInformation>.in .info {
	padding-top: 23px;
	width: 36%;
}
.topInformation>.in .info .title01 {
	padding-left: 20px;
	margin-bottom: 45px;
}
.topInformation>.in .info .more {
	text-align: left;
}
.topInformation>.in .list {
	width: 64%;
}
.topInformation>.in .list .item a {
	display: flex;
	position: relative;
}
.topInformation>.in .list .item+.item {
	margin-top: 40px;
}
.topInformation>.in .list .item .img {
	margin-right: 20px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	min-width: 150px;
}
.topInformation>.in .list .item .content .category {
	font-size: 1.3rem;
	color: #BEA574;
	line-height: 1;
	margin-bottom: 18px;
}
.topInformation>.in .list .item .content .category span {
	margin-left: 40px;
	position: relative;
}
.topInformation>.in .list .item .content .category span::before {
	content: '';
	position: absolute;
	top: 0;
	left: -19px;
	height: 100%;
	width: 1px;
	background: #BEA574;
}
.topInformation>.in .list .item .content .ttl {
	font-size: 1.7rem;
	margin-bottom: 14px;
	color: #000000;
	font-weight: normal;
}
.topInformation>.in .list .item .content .caption {
	font-size: 1.3rem;
	line-height: 1.69;
	color: #000000;
}
.topInformation>.in .list .item .content .link span {
	font-size: 1.3rem;
	color: #81CCDF;
	display: inline-block;
	position: absolute;
	text-decoration: underline;
	bottom: 6px;
}
.topInformation>.in .list .item .content .link span:after {
	content: "";
	display: block;
	margin: auto 0;
    border-width: 6px 2px 2px 6px;
	border-style: solid;
	border-color: transparent #81CCDF #81CCDF transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: -14px;
	transform: rotate(-45deg);
	transition: transform 0.5s;
}
.no-touchevents .topInformation>.in .list .item a:hover .content .link span {
	text-decoration: none;
}
.no-touchevents .topInformation>.in .list .item a:hover .content .link span:after {
	transform: rotate(-45deg) translate(6px, 6px);
}
.topInformation>.title01 {
	margin-bottom: 43px;
	text-align: center;
}
.topInformation .content01 {
	overflow: hidden;
}
.topInformation .slidearea {
	padding: 0 2%;
}
.topInformation .slidearea>.in {
	position: relative;
	max-width: 1240px;
	margin: auto;
}
.topInformation .slide {
	position: relative;
	margin-bottom: 10px;
	font-size: 0;
}
.topInformation .slide .plancontentWrap {
	padding: 0 1.5%;
	margin-bottom: 40px;
	width: 33.2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.topInformation .slide .plancontent {
	display: block;
	position: relative;
	padding: 60% 5% 6%;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	color: #3C3C3C;
}
.topInformation .slide .plancontent .title {
	margin-top: 30px;
	margin-bottom: 10px;
}
.topInformation .slide .plancontent .title time {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #C0A97B;
}
.topInformation .slide .plancontent .title span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-weight: 400;
}
.topInformation .slide .plancontent .caption {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 21px;
	line-height: 2.1rem;
}
.topInformation .slide .plancontent .link {}
.topInformation .slide .plancontent .link a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #6ABECC;
	text-decoration: underline;
	display: inline-block;
	padding: 13px 0;
}
body.pink .topInformation .slide .plancontent .link a {
	color: #EAB6BF;
}
.no-touchevents .topInformation .slide .plancontent .link a:hover, .topInformation .slide .plancontent .link a.hover {
	text-decoration: none;
}
.topInformation .slide .plancontent .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.topInformation .brn {
	margin-bottom: 40px;
	text-align: center;
}
.topInformation .brn a {
	display: inline-block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .topInformation .brn a:hover {
	opacity: 0.8;
}
.topInformation .more {
	text-align: center;
}
@media print, screen and (max-width: 900px) {
	.topInformation .slide .plancontentWrap {
		width: 100%;
	}
	.topInformation .slide .plancontentWrap {
		padding: 0 3%;
		position: absolute;
	}
	.topInformation .slide {
		margin-bottom: 8%;
	}
	.topInformation .comBtn03Wrap {
		bottom: auto;
		top: 0;
		left: 0;
		right: auto;
		height: 0;
		padding-top: 56%;
	}
	.topInformation .comBtn03.next {
		right: -15px;
	}
	.topInformation .comBtn03.prev {
		left: -15px;
	}
	.topInformation>.in .list .item .content .link span:after {
		right: -8px;
	}
}
@media print, screen and (min-width: 901px) {
	.topInformation .slide {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		height: auto !important;
	}
	.topInformation .slide .plancontentWrap.dammy {
		display: none !important;
	}
	.topInformation .slidearea .btns01 {
		display: none;
	}
}
/* @media screen and (max-width: 640px) {

	.topInformation {

		background-position: center top;

		background-size: cover;

		padding: 10% 0 17%;

	}



	.topInformation .slidearea > .in {

		margin-bottom: 9%;

	}



	.topInformation .slide .plancontent {

		padding-left: 6%;

		min-height: 0;

	}



	.topInformation > .title01 {

		margin-bottom: 7%;

	}



	.topInformation .slidearea {

		padding: 0 3%;

	}



	.topInformation .btns01 .prev {

		left: -2%;

	}



	.topInformation .btns01 .next {

		right: -2%;

	}



	.topInformation .slide .plancontent .title {

		margin-top: 6%;

		margin-bottom: 2%;

	}



	.topInformation .slide .plancontent .title time {

		margin-bottom: 4%;

		font-size: 8px;

		font-size: .8rem;

	}



	.topInformation .slide .plancontent .title span {

		font-size: 10px;

		font-size: 1rem;

		line-height: 18px;

		line-height: 1.6rem;

	}



	.topInformation .slide .plancontent .caption {

		font-size: 8px;

		font-size: .8rem;

		line-height: 14px;

		line-height: 1.4rem;

	}



	.topInformation .slide .plancontent .link a {

		font-size: 8px;

		font-size: .8rem;

	}



	.topInformation .slide .plancontent {

		padding-bottom: 1%;

	}

	.topInformation .brn a img {

		display: block;

		width: 100%;

		height: auto;

	}

	} */

@media screen and (max-width: 640px) {
	.topInformation {
		padding: 40px 0 130px;
	}
	.topInformation>.in {
		max-width: 100%;
		padding: 0 10.4%;
	}
	.topInformation>.group {
		flex-direction: column;
		box-sizing: border-box;
		position: relative;
	}
	.topInformation>.in .info {
		padding-top: 0;
		width: 100%;
	}
	.topInformation>.in .info .title01 {
		padding-left: 0;
		margin-bottom: 24px;
		text-align: center;
	}
	.topInformation>.in .info .title01 img {
		width: 66%!important;
	}
	.topInformation>.in .info .more {
		text-align: center;
		bottom: -75px;
		position: absolute;
		width: 100%;
		margin: 0 auto;
		left: 0;
	}
	.topInformation>.in .info .more a {
		width: 75%;
	}
	.topInformation>.in .list {
		width: 100%;
	}
	.topInformation>.in .list .item+.item {
		margin-top: 15px;
	}
	.topInformation>.in .list .item .img {
		margin-right: 17px;
		width: 22.95%;
		min-width: 22.95%;
		height: auto;
	}
	.topInformation>.in .list .item .content .category {
		font-size: 0.85rem;
		margin-bottom: 6px;
	}
	.topInformation>.in .list .item .content .category span {
		margin-left: 27px;
		position: relative;
	}
	.topInformation>.in .list .item .content .category span::before {
		content: '';
		position: absolute;
		top: 0;
		left: -13px;
		height: 100%;
		width: 1px;
		background: #BEA574;
	}
	.topInformation>.in .list .item .content .ttl {
		font-size: 1rem;
		line-height: 1.7;
		margin-bottom: 10px;
	}
	.topInformation>.in .list .item .content .link span {
		font-size: .65rem;
		bottom: 0;
		right: 0;
	}
}
/* topReport */

.topReport {
	padding: 90px 0 55px;
	background-image: url(../img/partyreport_bg.webp);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 1px 1px #ddd;
	position: relative;
	overflow: hidden;
}
.topReport .bgimg {
	position: absolute;
	top: 200px;
	bottom: 155px;
	left: 0;
	width: 100%;
}
.topReport .bgimg>img {
	position: absolute;
	top: 50%;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topReport .bgimg .left {
	left: 50%;
	margin-left: -980px;
}
.topReport .bgimg .right {
	right: 50%;
	margin-right: -980px;
}
.no-touchevents .topReport {
	background-attachment: fixed;
}
.topReport>.title01 {
	margin-bottom: 43px;
	text-align: center;
}
.topReport .content01 {
	overflow: hidden;
}
.topReport .slidearea {
	padding: 0 2%;
}
.topReport .slidearea>.in {
	position: relative;
	max-width: 1240px;
	margin: auto;
}
.topReport .slide {
	position: relative;
	margin-bottom: 10px;
	font-size: 0;
}
.topReport .slide .plancontentWrap {
	padding: 0 1.5%;
	margin-bottom: 40px;
	width: 33.2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.topReport .slide .plancontent {
	display: block;
	position: relative;
	padding: 60% 5% 9%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	color: #3C3C3C;
}
.topReport .slide .plancontent .user {
	margin-top: 50px;
	margin-bottom: 5px;
}
.topReport .slide .plancontent .user dt {
	margin-bottom: 30px;
}
.topReport .slide .plancontent .user dt span {
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
	font-size: 1.6rem;
}
.topReport .slide .plancontent .user dt time {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #C0A97B;
}
.topReport .slide .plancontent .user dd {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
}
.topReport .slide .plancontent .link {
	padding-bottom: 10px;
}
.topReport .slide .plancontent .link .linkin {
	font-size: 1.3rem;
	color: #81CCDF;
	display: inline-block;
	position: relative;
	text-decoration: underline;
}
.topReport .slide .plancontent .link .linkin:after {
	content: "";
	display: block;
	margin: auto 0;
    border-width: 6px 2px 2px 6px;
	border-style: solid;
	border-color: transparent #81CCDF #81CCDF transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: -10px;
	transform: rotate(-45deg);
	transition: transform 0.5s;
}
.no-touchevents .topReport .slide .plancontent:hover .linkin {
	text-decoration: none;
}
.no-touchevents .topReport .slide .plancontent:hover .linkin:after {
	transform: rotate(-45deg) translate(6px, 6px);
}
@media screen and (max-width: 640px) {
	.topReport .slide .plancontent .link .linkin {
		font-size: .65rem;
	}
}
.topReport .slide .plancontent .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.topReport .more {
	text-align: center;
}
.topReport .more span {
	font-size: 14px;
	font-size: 1.4rem;
}
@media print, screen and (max-width: 700px) {
	.topReport .slide .plancontentWrap {
		width: 100%;
	}
	.topReport .slide .plancontentWrap {
		padding: 0 3%;
		position: absolute;
	}
	.topReport .slide {
		margin-bottom: 8%;
	}
	.topReport .comBtn03Wrap {
		bottom: auto;
		top: 0;
		left: 0;
		right: auto;
		height: 0;
		padding-top: 56%;
	}
	.topReport .comBtn03.next {
		right: -15px;
	}
	.topReport .comBtn03.prev {
		left: -15px;
	}
}
@media print, screen and (min-width: 701px) {
	.topReport .slide {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		height: auto !important;
	}
	.topReport .slide .plancontentWrap.dammy {
		display: none !important;
	}
	.topReport .slidearea .btns01 {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.topReport {
		background-position: center top;
		background-size: cover;
		padding: 10% 0 17%;
	}
	.topReport .slidearea>.in {
		margin-bottom: 9%;
	}
	.topReport .slide .plancontent {
		padding-left: 6%;
		min-height: 0;
		padding-bottom: 5%;
	}
	.topReport>.title01 {
		margin-bottom: 7%;
	}
	.topReport .slidearea {
		padding: 0 9%;
	}
	.topReport .btns01 .prev {
		left: -2%;
	}
	.topReport .btns01 .next {
		right: -2%;
	}
	.topReport .slide .plancontent .link .linkin {
		font-size: 8px;
		font-size: .8rem;
	}
	.topReport .slide .plancontent .user {
		margin-top: 6%;
		margin-bottom: 2px;
	}
	.topReport .slide .plancontent .user dt span {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.topReport .slide .plancontent .user dt time {
		font-size: 9px;
		font-size: .9rem;
	}
	.topReport .slide .plancontent .user dd {
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 19px;
		line-height: 1.9rem;
	}
	.topReport .slide .plancontent .user dt {
		margin-bottom: 5%;
	}
	.topReport .more span {
		font-size: 14px;
	}
}
/*topcampaign*/

.topPresent>.in .topPresentAreaBox.topcampaign {
	width: 98.2%;
	margin: 0 0 30px 0;
	position: relative;
	overflow: visible;
}
.topPresent>.in .topPresentAreaBox.topcampaign .txtbnr {
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 99;
}
.topPresent>.in .topPresentAreaBox.topcampaign .obi {
	position: absolute;
	top: 30px;
	right: -10px;
}
.topPresent>.in .topPresentAreaBox.topcampaign p {
	bottom: 30px;
	right: 80px;
}
.topPresent>.in .topPresentAreaBox.topcampaign figure {
	width: 60%;
}
.topPresent>.in .topPresentAreaBox.topcampaign .topPresentAreaBoxR img {
	width: 100%;
	padding: 20px 0;
}
.topPresent>.in .topPresentAreaBox.topcampaign .topPresentAreaBoxR h4 {
	padding-top: 30%;
	padding-bottom: 0;
}
.topPresent>.in .topcampaign .topPresentAreaBoxR {
	width: 36%;
}
.topPresent>.in .topPresentAreaBoxR span {}
.topPresent>.in .topPresentAreaBox.topcampaign .more .comBtn01 {
	width: 100%;
}
@media screen and (max-width: 1100px) {
	.topPresent>.in .topPresentAreaBox.topcampaign .link01 {
		width: 50%;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign .obi {
		position: absolute;
		top: 30px;
		right: -1vw;
		width: 50vw;
	}
}
@media screen and (max-width: 840px) {
	.topPresent>.in .topPresentAreaBox.topcampaign .obi {
		position: absolute;
		top: 47%;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign img {
		width: 50%;
		height: auto;
		padding: 0;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign figure {
		width: 100%;
		height: 80px;
		float: none;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign .topPresentAreaBoxR {
		width: 100%;
		float: none;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign .topPresentAreaBoxR h4 {
		padding-top: 10%;
		padding-bottom: 0;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign .topPresentAreaBoxR img {
		width: 100%;
		padding: 10px 0;
	}
	.topPresent>.in .topPresentAreaBox.topcampaign .comBtn01.type02 {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.topPresent>.in .topPresentAreaBox.topcampaign .obi {
		width: 70vw;
	}
}
/* topInstagram */

.topInstagram {
	padding: 75px 0 0;
}
.topInstagram .in {
	text-align: center;
}
.topInstagram .in h3 {
	padding-bottom: 40px;
}
.topInstagram .in h3 span {
	font-size: 15px;
	font-size: 1.5rem;
	color: #c2a97b;
	font-family: serif;
	line-height: 1.6em;
}
.topInstagram .contentWrap {
	overflow: hidden;
	background-color: #000;
	padding: 2px 0;
	font-size: 0;
}
.topInstagram .contentWrap .content {
	position: relative;
	height: 212px;
	width: 6420px;
	text-align: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.topInstagram .contentWrap .content+.content {
	margin-top: 2px;
}
.topInstagram .contentWrap .content li {
	padding-right: 2px;
	display: inline-block;
	vertical-align: top;
}
.topInstagram .contentWrap .content li a {
	display: block;
	width: 212px;
	height: 212px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity 2.0s, filter .2s;
	-moz-transition: opacity 2.0s, filter .2s;
	-ms-transition: opacity 2.0s, filter .2s;
	-o-transition: opacity 2.0s, filter .2s;
	transition: opacity 2.0s, filter .2s;
}
.topInstagram .contentWrap .content {
	opacity: 0;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	-ms-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}
.topInstagram.view .contentWrap .content {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	.topInstagram {
		padding: 11% 0 0;
	}
	.topInstagram .contentWrap {
		padding: 1px 0;
	}
	.topInstagram .in h3 {
		padding-bottom: 7%;
	}
	.topInstagram .contentWrap .contentWrap {
		height: 106px;
		width: 3210px;
	}
	.topInstagram .contentWrap .content {
		height: 106px;
		width: 3210px;
	}
	.topInstagram .contentWrap .content+.content {
		margin-top: 1px;
	}
	.topInstagram .contentWrap .content li {
		padding-right: 1px;
	}
	.topInstagram .contentWrap .content li a {
		width: 106px;
		height: 106px;
	}
}
.plancontent.limited_icon:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 49px;
	top: 5px;
	right: -7px;
	background-image: url(../img/plan/limited_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 2;
}
@media screen and (max-width:640px) {
	.plancontent.limited_icon h1.title {
		margin: 40px 0 0;
	}
	.plancontent.limited_icon:after {
		background-image: url(../img/plan/limited_icon_sp.png);
		width: 188px;
		height: 33px;
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 0;
		background-position: bottom;
	}
}
/*tablet*/

@media screen and (max-width: 1000px) and (min-width: 641px) {}
/*smart*/

@media screen and (max-width: 640px) {}
/* 180719追加 */

.eos_area {
	padding: 20px;
	background-color: #E6E6E6;
}
.eos_area .txt_wrap {
	padding: 30px 40px 25px;
	margin: 0 auto;
	background-color: #fff;
	color: #666666;
	box-sizing: border-box;
	font-feature-settings: "palt";
}
.eos_area .txt_wrap dt {
	margin-bottom: 12px;
	font-family: "source-han-serif-japanese", serif;
	font-size: 1.4rem;
	letter-spacing: .1em;
}
.eos_area .txt_wrap .txt {
	text-align: center;
	margin-bottom: 12px;
	font-family: "source-han-serif-japanese", serif;
	font-size: 1.7rem;
	letter-spacing: .1em;
	line-height: 1.4;
}
.eos_area .txt_wrap .txt span {
	display: inline-block;
	margin-left: 8px;
	font-size: 1.3rem;
}
@media screen and (max-width:640px) {
	.eos_area .txt_wrap .txt {
		font-size: 1.4rem;
	}
}
.eos_area .txt_wrap dd {
	font-size: 1.2rem;
	line-height: 1.9;
}
.eos_area .txt_wrap .btn {
	margin-top: 20px;
	text-align: center;
}
@media screen and (min-width:641px) {
	.eos_area .txt_wrap {
		width: 980px;
	}
}
@media screen and (max-width:640px) {
	.eos_area {
		padding: 16px 12px;
	}
	.eos_area .txt_wrap {
		padding: 20px 10px;
	}
	.eos_area .txt_wrap dt {
		margin-bottom: 8px;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: 500;
	}
	.eos_area .txt_wrap dt span {
		font-size: 1.6rem;
	}
	.eos_area .txt_wrap dd {
		font-size: 1.2rem;
		text-align: justify;
	}
}
/*

====== Brooklyn modal ======

*/

div.Brooklyn {
	width: 860px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
div.Brooklyn img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 420px) {
	div.Brooklyn {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
/* inlineModalPop */

.inlineModalPop {
	max-width: 860px;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	position: relative;
	margin: auto;
	min-height: 610px;
	padding-bottom: 30px;
}
.inlineModalPop img {
	width: 100%;
	height: auto;
}
.inlineModalPop .closebtnTopRight {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 40px;
	height: 40px;
	top: -50px;
}
.inlineModalPop .closebtnTopRight:after, .inlineModalPop .closebtnTopRight:before {
	content: "";
	display: block;
	width: 35px;
	height: 4px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.inlineModalPop .closebtnTopRight:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.inlineModalPop .closebtnTopRight:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.inlineModalPop .pager {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.inlineModalPop .pager:after {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #FFF;
}
@media (max-width: 640px) {
	.inlineModalPop .pager:after {
		width: 1.4rem;
		height: 1.4rem;
	}
}
.inlineModalPop .pager.prev {
	right: 100%;
}
@media (max-width: 640px) {
	.inlineModalPop .pager.prev {
		right: 87%;
	}
}
.inlineModalPop .pager.prev:after {
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 640px) {
	.inlineModalPop .pager.prev:after {
		right: auto;
		left: 0.7rem;
	}
}
.inlineModalPop .pager.next {
	left: 100%;
}
@media (max-width: 640px) {
	.inlineModalPop .pager.next {
		left: 87%;
	}
}
.inlineModalPop .pager.next:after {
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 640px) {
	.inlineModalPop .pager.next:after {
		left: auto;
		right: 0.7rem;
	}
}
.inlineModalPop .mfp-close {
	display: block;
}
.plancontentTxtLink {
	margin-top: 20px;
}
.plancontentTxtLink span {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
}
.plancontentTxtLink a {
	border-radius: 3px;
	background-color: #bea574;
	width: 360px;
	max-width: 100%;
	height: 54px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	display: inline-block;
}
@media (max-width: 640px) {
	.plancontentTxtLink {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.plancontentTxtLink a {
		width: 100%;
	}
}
.plancontentTxtLink a:before {
	content: "";
	display: inline-block;
	border-left: 6px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	position: relative;
	left: 0;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
.plancontentTxtLink a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.no-touchevents .plancontentTxtLink a:hover:before, .plancontentTxtLink a.hover:before {
	left: 3px;
}
/*

====== 3d unfold ======

*/

.mfp-3d-unfold {
	/* start state */
	/* animate in */
	/* animate out */
}
.mfp-3d-unfold.mfp-wrap {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-container {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-container {
	opacity: 1;
	transform: rotateY(0deg);
	padding-top: 50px;
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-container {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}



.covi {width: 100%;background-color: #FFF;text-align: center;padding: 12px 0;margin-bottom: 30px;z-index: 100;position: relative;}
.covi .in {display: inline-block;position: relative;}
.covi .in:after {content:'';display: block;width: 100%;height: 1px;background-color: #666;position: absolute;left: 0;bottom: -2px;}
.covi .in a {
    text-align: center;
    font-family: "source-han-serif-japanese", serif;
    font-size: 1.7rem;
    letter-spacing: .1em;
    line-height: 1.4;
	color: #666666;
	display: block;
	position: relative;
	padding-right: 2rem;
}
.covi .in a::before,
.covi .in a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.covi .in a::before{
    right: 4px;
    width: 2rem;
    height: 1px;
    background: #666;
}
.covi .in a::after{
    right: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
 .covi .in a span {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.3rem;
}
.link_online {
	position: relative;
	z-index: 100;
}
@media screen and (min-width: 641px) {
	.link_online {
		display: flex;
		justify-content: space-between;
		max-width: 840px;
		margin: 0 auto 40px;
	}
}
.link_online ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
@media screen and (min-width: 641px) {
	.link_online ul {
		
	}
	.link_online .link_left {
		width: 50%;
	}
	.link_online .link_right {
		width: 50%;
	}
	.link_online ul li:nth-child(2) {
		display: flex;
		align-items: flex-end;
	}
}
@media screen and (max-width: 640px) {
	.link_online {
		display: flex;
		flex-wrap: wrap;
	}
	.link_online .link_left {
		order: 2;
	}
	.link_online .link_right {
		order: 1;
	}
}
.link_online a {
	display: block;
}
@media screen and (max-width: 640px) {
	.link_online a {
		margin-top: 10px;
	}
}
.link_online a img {
	max-width: 100%;
	height: auto;
	transition: .2s ease;
}
.link_online a:hover img {
	opacity: 0.8;
}


@media screen and (max-width: 640px) {
	.covi .in a {
		font-size: 4vw;	
		padding-right: 3rem;
	}
	.covi .in a span {	 
		font-size: 3vw;
	}
}


/* 240214 Add */
.top-fair_include-osusume-splide-item-more {
	width:fit-content;
	margin-inline:auto;
	margin-top:40px;
}
@media screen and (max-width: 640px) {
	.fair_include-osusume {
		padding-top:20px;
	}
	.top-fair_include-osusume-splide-item-more {
		margin-top:20px;
	}
}