@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Top page

//////////////////////////////////////////////////////////////////////////////// */
#op {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#op > div {
	line-height: 0;
	width: 240px;
	max-width: 40%;
	opacity: 0;
	animation: opLogo 1s ease-out 0.5s forwards;
}
@keyframes opLogo {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

#opBnr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	z-index: 9999;
}
#opBnr .opBnrWrap {
	width: 800px;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #243f72;
	padding: 40px 60px 60px;
}
#opBnr .opBnrWrap .opHead {
	text-align: center;
}
#opBnr .opBnrWrap .opHead img {
	width: 340px;
	max-width: 60%;
}

#opBnr .opBnrWrap .opBody {
	color: #fff;
}
#opBnr .opBnrWrap .opBody .ttl {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
}
#opBnr .opBnrWrap .opBody .ttl span {
	font-size: 0.9em;
}
#opBnr .opBnrWrap .opBody .ttlSub {
	text-align: center;
	color: #85b3d1;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#opBnr .opBnrWrap .opBody .opBnrList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}
#opBnr .opBnrWrap .opBody .opBnrList li {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
#opBnr .opBnrWrap .opBody .opBnrList li:nth-child(3n) {
	margin-right: 0;
}
#opBnr .opBnrWrap .opBody .opBnrList li:nth-child(n+4) {
	margin-top: 20px;
}

#opBnr .opBnrWrap .opBody .opBnrList li > div,
#opBnr .opBnrWrap .opBody .opBnrList li > a {
	position: relative;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
}
#opBnr .opBnrWrap .opBody .opBnrList li > div::before,
#opBnr .opBnrWrap .opBody .opBnrList li > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
}
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr01 > div,
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr01 > a {
	background: url("../images/op_bg01.jpg") no-repeat center center;
	background-size: cover;
}
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr02 > div,
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr02 > a {
	background: url("../images/op_bg02.jpg") no-repeat center center;
	background-size: cover;
}
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr03 > div,
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr03 > a {
	background: url("../images/op_bg03.jpg") no-repeat center center;
	background-size: cover;
}
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr04 > div,
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr04 > a {
	background: url("../images/op_bg04.jpg") no-repeat center center;
	background-size: cover;
}
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr05 > div,
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr05 > a {
	background: url("../images/op_bg05.jpg") no-repeat center center;
	background-size: cover;
}
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr06 > div,
#opBnr .opBnrWrap .opBody .opBnrList li.opBnr06 > a {
	background: url("../images/op_bg06.jpg") no-repeat center center;
	background-size: cover;
}
#opBnr .opBnrWrap .opBody .opBnrList li > div,
#opBnr .opBnrWrap .opBody .opBnrList li > a {
	display: block;
	padding: 60px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}
#opBnr .opBnrWrap .opBody .opBnrList li p {
	position: relative;
	display: block;
	z-index: 1;
    color: #fff;
    text-decoration: none;
}
#opBnr .opBnrWrap .opBody .opBnrList li p span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
}
#opBnr .opBnrWrap .opBody .opBnrList li > .blank {
	background: url("../images/ico_blank_wh.png") no-repeat right center;
	background-size: 8px;
	padding-right: 15px;
}
#opBnr .opClose {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
}
#opBnr .opClose::before,
#opBnr .opClose::after {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
#opBnr .opClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#opBnr .opClose::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}


.hdrTopics {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background-color: #f6f6f6;
	z-index: 8;
	padding: min(6vw, 30px) min(4vw, 20px);
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.hdrTopics p {
	position: relative;
	padding-left: min(10vw, 40px);
    font-size: min(3.2vw, 14px);
}
.hdrTopics p::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "i";
    display: block;
    width: min(6vw, 24px);
    height: min(6vw, 24px);
    line-height: min(6.2vw, 24px);
    text-align: center;
    background-color: #A56B6B;
    color: #fff;
    border-radius: 50%;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: min(3.2vw, 14px);
    font-weight: bold;
    margin-right: min(2vw, 15px);
    transform: translateY(-50%);
}
.hdrTopics p a {
	display: block;
	color: #A56B6B;
	text-decoration: none;
	padding-right: 30px;
	background: url("../images/ico_arrow.svg") no-repeat right center;
	background-size: 12px;
}

#mainVisual {
	background: linear-gradient(130deg, #19adb2 10%, #ffdc3b 100%);
	padding-top: 140px;
	position: relative;
	padding-bottom: 12vw;
	overflow: hidden;
	transition: all 0.6s ease-out;
}
#mainVisual.bg02 {
  background: linear-gradient( 130deg, #f2b40e 9%, #6ab935 97%);
}
#mainVisual.bg03 {
	background: linear-gradient( 130deg, #1aabdc 10%, #72d3f0 99%);
}
#mainVisual.bg04 {
	background: linear-gradient( 130deg, #914676 8%, #bb6da1 98%);
}
#mainVisual.bg05 {
	background: #c0ad4b;
}
#mainVisual.bg06 {
	background: #1f4d3f;
}


#mainVisual::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12vw;
	z-index: 0;

	background: url("../images/bg01.svg") no-repeat center top;
	background-size: 100%;
	transition: all 0.6s ease-out;
}
#mainVisual.bg02::before {
	content: "";
	display: block;
	/* background: #ee9ba5 url("../images/bg01.svg") no-repeat center top; */
	background-size: 100%;
}
#mainVisual.bg03::before {
	content: "";
	display: block;
	/* background: #89bcd6 url("../images/bg01.svg") no-repeat center top; */
	background-size: 100%;
}
#mainVisual.bg04::before {
	content: "";
	display: block;
	/* background: #f6ad3c url("../images/bg01.svg") no-repeat center top; */
	background-size: 100%;
}
#mainVisual.bg05::before {
	content: "";
	display: block;
	background: #c0ad4b url("../images/bg01.svg") no-repeat center top;
	background-size: 100%;
}
#mainVisual.bg06::before {
	content: "";
	display: block;
	background: #1f4d3f url("../images/bg01.svg") no-repeat center top;
	background-size: 100%;
}

/*
#mainVisual::before {
	background: url("../images/mv_bg.jpg") repeat-x center top;
	background-size: 45% auto;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	z-index: 0;
	opacity: 0.5;
}
*/

#mainVisual .mainBg {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width: 66%;
	height: 75vh;
	overflow: hidden;
	transition: all 0.6s ease-out;
}

#mainVisual .mainBg {
	opacity: 0;
}
#mainVisual #bg01.mainBg {
	opacity: 1;
}
#mainVisual.bg01 #bg01.mainBg {
	opacity: 1;
	/* background: rgba(227, 195, 46, 0.9); */
}
#mainVisual.bg02 #bg02.mainBg {
	opacity: 1;
	/* background: #ed9500; */
	background: rgb(255, 197, 98);
}
#mainVisual.bg03 #bg03.mainBg {
	opacity: 1;
	/* background: #335492; */
	background: rgb(101, 136, 200);
}
#mainVisual.bg04 #bg04.mainBg {
	opacity: 1;
	/* background: #2e8436; */
	background: rgb(97, 173, 105);
}
#mainVisual.bg05 #bg05.mainBg {
	opacity: 1;
	background: #c0ad4b;
}
#mainVisual.bg06 #bg06.mainBg {
	opacity: 1;
	background: #1f4d3f;
}

#mainVisual .mainBg li {
	line-height: 0;
	width: calc(100% / 7);
	display: inherit;
	opacity: 0;
	transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
	background-color: #fff;
}
#mainVisual .mainBg li.on {
	opacity: 0.7;
	animation: mvbg 4s ease-out 2s infinite;
}
@keyframes mvbg {
	0% { opacity: 0.7;}
	80% { opacity: 0.7;}
	90% { opacity: 1;}
	100% { opacity: 0.7;}
}
#mainVisual .mainBg li.on img {
	opacity: 1;
	animation: mvbg2 4s ease-out 2s infinite;
}
@keyframes mvbg2 {
	0% { opacity: 1;}
	80% { opacity: 1;}
	90% { opacity: 0.5;}
	100% { opacity: 1;}
}



#mainVisual .mvWrap {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 60px;
	animation: op 2s linear 2s forwards;
	opacity: 0;
}
@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

#mainVisual .mvWrap .mainTitle {
	width: 28%;
	padding: 0 7%;
}
#mainVisual .mvWrap .mainTitle .titleLogo {
	max-width: 180px;
	margin: 0 auto;
	line-height: 0;
    padding-bottom: 35%;
}
#mainVisual .mvWrap .mainTitle p {
    margin: 0 auto;
    font-size: 3.2vh;
	font-weight: bold;
	letter-spacing: .24em;
	color: #fff;
}

#mainVisual .mvWrap .mvSlideWrap {
	width: 72%;
	overflow: hidden;
	position: relative;
}

#mainVisual .mvSlide {
	max-width: 520px;
    width: 75%;
	margin: 0 auto 0 0;
	overflow: visible;
	position: static;
}
#mainVisual .mvSlide .slick-list {
	overflow: visible;
}
#mainVisual .mvSlide li {
	padding: 0;
}
#mainVisual .mvSlide li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	border-radius: 20px;
	overflow: hidden;

    transform-origin: right center;
	transition: all 0.5s ease-out;
	transform: scale(0.8);
}
#mainVisual .mvSlide .slick-current li a {
	transform: scale(1);
}
#mainVisual .mvSlide li a:hover {
	opacity: 1;
}
#mainVisual .mvSlide li a .mvImg {
	line-height: 0;
	z-index: 0;
	position: relative;
	padding-top: 100%;
}
#mainVisual .mvSlide li a .mvImg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainVisual .mvSlide li a .mvImg::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 90%;
	opacity: 0.4;
}
#mainVisual.bg01 .mvSlide li a .mvImg::after {
	background: linear-gradient(-125deg, #0b898d 3%, transparent 55%);
}
#mainVisual.bg02 .mvSlide li a .mvImg::after {
	background: linear-gradient(-125deg, #7b6957 3%, transparent 55%);
}
#mainVisual.bg03 .mvSlide li a .mvImg::after {
	background: linear-gradient(-125deg, #335492 3%, transparent 55%);
}
#mainVisual.bg04 .mvSlide li a .mvImg::after {
	background: linear-gradient(-125deg, #7b6957 3%, transparent 55%);
}
/* #mainVisual .mvSlide li.color1 a .mvImg::before { background-image: linear-gradient(45deg, rgba(130,157,206,0) 60%, rgba(130,157,206,0.6) 100%);}
#mainVisual .mvSlide li.color2 a .mvImg::before { background-image: linear-gradient(45deg, rgba(224,146,147,0) 60%, rgba(224,146,147,0.6) 100%);}
#mainVisual .mvSlide li.color3 a .mvImg::before { background-image: linear-gradient(45deg, rgba(66,135,199, 0) 60%, rgba(66,135,199, 0.6) 100%);}
#mainVisual .mvSlide li.color4 a .mvImg::before { background-image: linear-gradient(45deg, rgba(81,55,22, 0) 60%, rgba(81,55,22, 0.6) 100%);}
#mainVisual .mvSlide li.color5 a .mvImg::before { background-image: linear-gradient(45deg, rgba(63,95,38, 0) 60%, rgba(63,95,38, 0.6) 100%);}
#mainVisual .mvSlide li.color6 a .mvImg::before { background-image: linear-gradient(45deg, rgba(136,132,62, 0) 60%, rgba(136,132,62, 0.6) 100%);} */


#mainVisual .mvSlide li a .mvImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mainVisual .mvSlide li a .catName {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4% 3%;
	white-space: nowrap;
	font-size: min(3vw, 40px);
	font-weight: bold;
	letter-spacing: 0.14em;
/*
	transform-origin: top left;
	transform: translateX(100%) rotate(90deg);
*/
	margin: 0;
    line-height: 1.5;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 2;
}
#mainVisual .mvSlide li a .catName span {
	font-size: 0.4em;
	display: block;
	text-align: left;
	letter-spacing: .4em;
}


#mainVisual .mvWrap .mvSlideWrap .slideCount {
	position: absolute;
	bottom: 0;
    left: 625px;
	display: flex;
	color: #fff;
    font-family: Helvetica, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
#mainVisual .mvWrap .mvSlideWrap .slideCount .total::before {
	content: "/";
}


#mainVisual .topicsWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 4% 5%;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#mainVisual .color1 .topicsWrap {
	background: rgba(227, 195, 46, 0.9);
}
#mainVisual .color2 .topicsWrap {
	background: rgba(87, 162, 36, 0.9);
}
#mainVisual .color3 .topicsWrap {
	background: rgba(20,146,219, 0.9);
}
#mainVisual .color4 .topicsWrap {
	background: rgba(137, 23, 96, 0.9);
}
#mainVisual .color5 .topicsWrap {
	background: rgba(81,55,22, 0.8);
}
/* #mainVisual .color6 .topicsWrap {
	background: rgba(136,132,62, 0.8);
} */

#mainVisual .topicsWrap .badge {
	position: absolute;
    top: -55%;
    left: 3%;
    width: 88px;
    height: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#mainVisual .color1 .topicsWrap .badge {
	background: url("../images/bg_badge01.svg") no-repeat center center;
	background-size: cover;
}
#mainVisual .color2 .topicsWrap .badge {
	background: url("../images/bg_badge02.svg") no-repeat center center;
	background-size: cover;
}
#mainVisual .color3 .topicsWrap .badge {
	background: url("../images/bg_badge03.svg") no-repeat center center;
	background-size: cover;
	color: #000;
}
#mainVisual .color4 .topicsWrap .badge {
	background: url("../images/bg_badge04.svg") no-repeat center center;
	background-size: cover;
}
#mainVisual .color5 .topicsWrap .badge {
	background: url("../images/bg_badge05.svg") no-repeat center center;
	background-size: cover;
}
#mainVisual .color6 .topicsWrap .badge {
	background: url("../images/bg_badge06.svg") no-repeat center center;
	background-size: cover;
}
#mainVisual .topicsWrap .badge strong {
	font-size: 1.3em;
}
#mainVisual .topicsWrap .topicsTxt {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
    line-height: 1.6;
}
#mainVisual .topicsWrap .topicsTxt span {
	font-size: 0.7em;
    display: block;
    line-height: 1.6;
}


#mainVisual .mvSlide .slick-next {
	background: #fff url("../images/mv_slide_arrow.png") no-repeat center center;
	background-size: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-indent: -9999px;
	top: inherit;
	bottom: 30px;
	right: 60px;
	transform: translate(0,0);
}

#mainVisual .mvSlide .slick-prev {
	display: none;
}


/*
#mainVisual p {
	text-align: center;
	font-size: min(5.2vw, 30px);
	font-weight: bold;
	letter-spacing: .24em;
	color: #fff;
    margin-bottom: min(8vw, 50px);
}

#mainVisual .txtLogo {
	text-align: center;
	padding: min(4vw, 20px);
}
*/

#mainVisual .pickupBnrList {
	line-height: 0;
	margin-bottom: min(3vw, 20px);
	max-width: 840px;
	margin: 0 auto;
}
#mainVisual .pickupBnrList li {
	padding: 0 10px;
}
#mainVisual .pickupBnrList li a {
	display: block;
	line-height: 0;
	border-radius: 8px;
	overflow: hidden;
    position: relative;
    padding-top: 53.84%;
}
#mainVisual .pickupBnrList li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 821px) {
	#opBnr .opBnrWrap .opBody .opBnrList li > div a:hover,
	#opBnr .opBnrWrap .opBody .opBnrList li > a:hover {
		opacity: 1;
		background-color: rgba(0,0,0,0.60);
	}
	#mainVisual .mvWrap .mainTitle p {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#mainVisual .mvSlide li a .mvImg {
		transition: all 0.5s ease-out;
	}
	#mainVisual .mvSlide li a:hover .mvImg {
		transform: scale(1.1);
	}

	#mainVisual .mvSlide .slick-next {
		transition: all 0.3s ease-out;
	}
	#mainVisual .mvSlide .slick-next:hover {
		transform: scale(1.16);
	}

}
@media screen and (max-width: 820px) {

	#opBnr .opBnrWrap {
		padding: min(8vw, 60px) min(5vw, 60px);
	}

	#opBnr .opBnrWrap .opHead {
		line-height: 0;
	}

	#opBnr .opBnrWrap .opBody .ttl {
		font-size: min(4.2vw, 24px);
		margin-bottom: min(1vw, 5px);
	}
	#opBnr .opBnrWrap .opBody .ttlSub {
		font-size: min(3vw, 14px);
	}
	#opBnr .opBnrWrap .opBody .opBnrList {
		margin-top: min(5vw, 30px);
		justify-content: space-between;
	}
	#opBnr .opBnrWrap .opBody .opBnrList li {
		width: 48%;
		margin-right: 0;
	}
	#opBnr .opBnrWrap .opBody .opBnrList li:nth-child(n+3) {
		margin-top: min(4vw, 20px);
	}

	#opBnr .opBnrWrap .opBody .opBnrList li > div,
	#opBnr .opBnrWrap .opBody .opBnrList li > a {
		border-radius: 6px;
	}

	#opBnr .opBnrWrap .opBody .opBnrList li > div,
	#opBnr .opBnrWrap .opBody .opBnrList li > a {
		padding: min(6vw, 60px) min(2vw, 10px);
		font-size: min(3.6vw, 18px);
	}
	#opBnr .opBnrWrap .opBody .opBnrList li > p {
		margin-top: min(2vw, 10px);
		font-size: min(3vw, 14px);
	}
	#opBnr .opBnrWrap .opBody .opBnrList li > .blank {
		background-size: 6px;
		padding-right: 12px;
	}

	#opBnr .opClose {
		top: -10px;
		right: -10px;
		width: 40px;
		height: 40px;
	}

	.hdrTopics {
		bottom: min(22vw, 100px);
		right: min(4vw, 40px);
		padding: min(4vw, 30px) min(4vw, 20px);
		max-width: 92vw;
	}
	.hdrTopics p {
		padding-left: min(8vw, 40px);
	}
	.hdrTopics p::before {
		width: min(5vw, 24px);
		height: min(5vw, 24px);
		line-height: min(5vw, 24px);
		font-size: min(3vw, 14px);
		margin-right: min(1.5vw, 15px);
	}
	.hdrTopics p a {
		padding-right: 25px;
		background-size: 10px;
	}

/*
	#mainVisual::before {
		background: url("../images/mv_bg.jpg") no-repeat center top;
		background-size: 100% auto;
		height: 100vw;
	}
*/
	#mainVisual {
		padding-bottom: 30vw;
		padding-top: 100px;
	}
	#mainVisual::before {
		/* background: #b99d70 url(../images/bg01_sp.svg) no-repeat center top; */
		background-size: 100%;
    	height: 24vw;
	}
	#mainVisual.bg02::before {
		/* background: #ee9ba5 url(../images/bg01_sp.svg) no-repeat center top; */
		background-size: 100%;
	}
	#mainVisual.bg03::before {
		/* background: #89bcd6 url(../images/bg01_sp.svg) no-repeat center top; */
		background-size: 100%;
	}
	#mainVisual.bg04::before {
		/* background: #f6ad3c url(../images/bg01_sp.svg) no-repeat center top; */
		background-size: 100%;
	}
	#mainVisual.bg05::before {
		/* background: #c0ad4b url(../images/bg01_sp.svg) no-repeat center top; */
		background-size: 100%;
	}
	#mainVisual.bg06::before {
		/* background: #1f4d3f url(../images/bg01_sp.svg) no-repeat center top; */
		background-size: 100%;
	}

	#mainVisual .mainBg {
    	height: 54vh;
	}
	#mainVisual .mainBg li {
		width: 25%;
	}

	#mainVisual .mvWrap {
		overflow: hidden;
		flex-direction: column-reverse;
    	margin-bottom: min(8vw, 60px);
	}

	#mainVisual .mvWrap .mvSlideWrap {
		width: 100%;
	}

	#mainVisual .mvWrap .mainTitle {
		width: 100%;
		padding: 0 7%;
	}
	#mainVisual .mvWrap .mainTitle .titleLogo {
		display: none;
	}

	#mainVisual .mvSlide {
		width: 75vw;
		/* margin: 0 auto min(6vw, 20px); */
		margin: 0 auto min(12vw, 60px);
	}
	#mainVisual .slick-slider .slick-list {
		overflow: visible;
	}
	#mainVisual .mvSlide li {
		padding: 0 1vw;
	}
	#mainVisual .mvSlide li a {
		transform-origin: center center;
    	border-radius: 10px;
	}
/*
	#mainVisual .mvSlide .slick-current li a {
		transform: scale(1.1);
	}
*/
	#mainVisual .mvSlide li a .catName {
    	font-size: min(6.4vw, 40px);
	}

	#mainVisual .mvSlide .slick-next {
		display: none !important;
	}


	#mainVisual .mvWrap .mainTitle p {
		/* font-size: min(5.6vw, 36px);
		letter-spacing: .24em; */
		font-size: min(4.5vw, 36px);
		letter-spacing: 0.14em;
		text-align: center;
	}

	#mainVisual .mvWrap .mvSlideWrap .slideCount {
		bottom: min(4vw, 20px);
		left: inherit;
		right: 12.5vw;
		font-size: min(3.4vw, 16px);
	}

	#mainVisual .txtLogo {
		padding: min(4vw, 20px) min(5vw, 30px);
	}

	#mainVisual .pickupBnrList {
		width: 70vw;
		margin: 0 auto;
	}


	#mainVisual .topicsWrap {
		padding: 4% 5%;
    	min-height: 70px;
	}

	#mainVisual .topicsWrap .badge {
		position: absolute;
		top: -70%;
		left: 3%;
		width: min(17vw, 88px);
		height: min(17vw, 88px);
		font-size: min(2.6vw, 12px);
	}
	#mainVisual .topicsWrap .badge strong {
		font-size: 1.2em;
	}
	#mainVisual .topicsWrap .topicsTxt {
		font-size: min(4.2vw, 24px);
	}
	#mainVisual .topicsWrap .topicsTxt span {
		font-size: 0.7em;
	}

}

section {
	padding: 80px 0;
	position: relative;
}
/*
section::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 12vw;
	z-index: 0;
}
*/

section h2 {
	font-family: Helvetica, "sans-serif";
	font-size: 42px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: .1em;
	margin-bottom: 60px;
	text-align: center;
}
section h2 span {
	display: block;
	color: #25c2c7;
	font-size: 0.3em;
}

.moreBtn {
	margin: 60px auto 0;
	max-width: 270px;
}
.moreBtn a {
	display: block;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
	text-decoration: none;
	padding: 15px 20px;
	border: #888888 solid 1px;
	border-radius: 8px;
}

@media screen and (max-width: 820px) {

	section {
		padding: 20vw 0 min(16vw, 80px);
	}
	section::before {
		height: 40vw;
	}
	section h2 {
		font-size: min(7.4vw, 42px);
		margin-bottom: min(8vw, 60px);
	}
	section h2 span {
    	font-size: 0.42em;
	}

	.moreBtn {
		margin: min(12vw, 60px) auto 0;
	}
	.moreBtn a {
		font-size: min(3.8vw, 16px);
		padding: min(3.5vw, 15px) min(4vw, 20px);
	}

}

/*
#plan {
	padding-top: 0;
}
#plan::before {
	background: #b99d70 url("../images/bg01.svg") no-repeat center top;
	background-size: 100%;
}
*/


.planList {
	max-width: 986px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.planList li {
	width: 24%;
}
.planList li a {
	display: block;
	background-color: #F7F7F7;
	border-radius: 10px;
	overflow: hidden;
	border: #F7F7F7 solid 1px;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	height: 100%;
}
.planList li a .thumb {
	line-height: 0;
	position: relative;
	padding-top: 78%;
}
.planList li a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.planList li a p {
	padding: 10px 15px;
	line-height: 1.6;
}


@media screen and (max-width: 820px) {
/*
	#plan::before {
		background: #b99d70 url("../images/bg01_sp.svg") no-repeat center top;
		background-size: 100%;
	}

	#plan {
		padding-top: 0;
	}
*/
	.planList {
		flex-wrap: wrap;
	}
	.planList li {
		width: 48%;
	}
	.planList li:nth-child(n+3) {
		margin-top: min(6vw, 30px);
	}
	.planList li a p {
		padding: min(2vw, 10px) min(3vw, 15px);
		font-size: min(3.2vw, 14px);
	}

}



#event {
	background-color: #F8EEDD;
	overflow: hidden;
}
/*
#event::before {
	background: #fff url("../images/bg02.svg") no-repeat center top;
	background-size: 100%;
}
*/

#event h2 span {
	color: #F6AE54;
}

.eventWrap {
	max-width: 1170px;
	margin: 0 auto;
}

.eventWrap .slick-slider .slick-list {
	overflow: visible;
}
.eventWrap .slick-disabled {
	opacity: 0.3;
}

.eventList .slick-track {
	display: flex;
}
.eventList .slick-slide {
	height: auto !important;
}
.eventList .slick-slide > div,
.eventList .slick-slide > div li,
.eventList .slick-slide > div li a {
	height: 100%;
}

.eventList li {
	padding: 0 15px;
}
.eventList li a {
	display: block;
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	height: 100%;
}
.eventList li a .thumb {
	line-height: 0;
	position: relative;
	padding-top: 78%;
}
.eventList li a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eventList li a .txt {
	padding: 15px;
}
.eventList li a .panelTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.eventList li a .date {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 6px;
}

.eventList .slick-prev,
.eventList .slick-next {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    top: -40px;
}
.eventList .slick-prev {
	background: url("../images/slide_arrow_prev.svg") no-repeat center center;
	background-size: contain;
	left: inherit;
    right: 60px;
}
.eventList .slick-next {
	background: url("../images/slide_arrow_next.svg") no-repeat center center;
	background-size: contain;
	right: 20px;
}

.eventList.slick-dotted.slick-slider {
    margin-bottom: 120px;
}

.eventList .slick-dots li button:before {
	display: none;
}

.eventList .slick-dots {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	left: 50%;
    bottom: -50px;
	transform: translateX(-50%);
}
.eventList .slick-dots li {
	padding: 0;
	width: 100%;
	height: 2px;
	margin: 0;
}
.eventList .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #F7F7F7;
	transition: all 0.3s ease-out;
}
.eventList .slick-dots li.slick-active button {
	background-color: #333333;
}


@media screen and (max-width: 820px) {

/*
	#event {
		padding-top: 30vw;
	}
*/
	#event::before {
		background: #fff url("../images/bg02_sp.svg") no-repeat center top;
		background-size: 100%;
	}
	.eventWrap {
		width: 78vw;
    	margin: 0 auto 0 min(3vw, 15px);
	}
	.eventList li {
		padding: 0 min(3vw, 15px);
	}
	.eventList li a .txt {
		padding: min(3vw, 15px);
	}
	.eventList li a .panelTitle {
		font-size: min(3.2vw, 14px);
	}
	.eventList li a .date {
		margin-top: min(3vw, 5px);
		font-size: min(2.8vw, 12px);
	}

	.eventList .slick-prev,
	.eventList .slick-next {
		width: 20px;
		height: 20px;
	}
	.eventList .slick-prev {
		right: -5vw;
	}
	.eventList .slick-next {
		right: -14vw;
	}


	.eventList.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}
	.eventList .slick-dots {
		max-width: 80vw;
		left: 8vw;
    	bottom: -35px;
		transform: translateX(0%);
	}
}




#information {

}
/*
#information::before {
	background: #F8EEDD url("../images/bg03.svg") no-repeat center top;
	background-size: 100%;
    height: 16vw;
}
*/


.infoList {
	max-width: 986px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.infoList li {
	width: 24%;
}
.infoList li a {
	display: block;
	background-color: #F7F7F7;
	border-radius: 10px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	height: 100%;
}
.infoList li a .thumb {
	line-height: 0;
	position: relative;
	padding-top: 78%;
}
.infoList li a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infoList li a .txt {
	padding: 15px 15px 20px;
}
.infoList li a .txt p {
	font-size: 14px;
	line-height: 1.6;
}
.infoList li a .txt .date {
	font-size: 12px;
	color: #999999;
	margin-bottom: 5px;
}
.infoList li a .txt .cat {
    color: #7AA3BD;
    margin-bottom: 10px;
    font-size: 12px;
}


@media screen and (max-width: 820px) {

/*
	#information {
		padding-top: 30vw;
	}
*/
	#information::before {
		background: #F8EEDD url("../images/bg03_sp.svg") no-repeat center top;
		background-size: 100%;
		height: 40vw;
	}
	.infoList {
		flex-wrap: wrap;
	}
	.infoList li {
		width: 48%;
	}
	.infoList li:nth-child(n+3) {
		margin-top: min(6vw, 30px);
	}
	.infoList li a .txt {
		padding: min(4vw, 20px) min(3vw, 15px) min(4vw, 20px);
	}
	.infoList li a .txt p {
		font-size: min(3vw, 14px);
	}
	.infoList li a .txt .date {
		font-size: min(2.8vw, 12px);
		margin-bottom: min(3vw, 5px);
	}
}






#column {
	background: #dfebf3;
	padding-bottom: 16vw;
/*
	background: #DCE5E4 url("../images/bg04.svg") no-repeat center top;
	background-size: 100%;
*/
}
#column::before {
	background: url("../images/bg01.svg") no-repeat center top;
	background-size: 100%;
	bottom: 0;
    height: 12vw;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 0;
}



.columnList {
	display: flex;
	justify-content: space-between;
	margin: 0 80px;
}
.columnList li {
	padding: 0 10px;
}
.columnList li a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	position: relative;
	background-color: #fff;
	border: #cccccc solid 1px;
}
.columnList li .thumb {
	position: relative;
	padding-top: 78%;
}
.columnList li .thumb::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
	z-index: 0;
}
.columnList li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.columnList li .txt {
	padding: 20px;
}
.columnList li p {
	font-size: 14px;
}
.columnList li .date {
	margin-top: 10px;
	font-size: 1em;
	color: #999;
}

.columnList .slick-next {
	background: url(../images/box_slide_next.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    right: -80px;
}
.columnList .slick-prev {
	background: url(../images/box_slide_prev.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    left: -80px;
}
.columnList .slick-next:before,
.columnList .slick-prev:before {
	display: none;
}


.movie {
	max-width: 780px;
	margin: 80px auto 0;
	line-height: 0;
}

@media screen and (min-width: 821px) {

	.columnList li .thumb a:hover {
		opacity: 1;
	}
	.columnList li .thumb a::after {
		transition: all 0.3s ease-out;
	}
	.columnList li .thumb a:hover::after {
		background-color: rgba(0,0,0,0.0);
	}

}
@media screen and (max-width: 820px) {

	#column {
		background: #DCE5E4 url("../images/bg04_sp.svg") no-repeat center top;
		background-size: 100%;
	}
	#column .contentWrap {
		padding: min(16vw, 100px) 0 0 0;
	}

	#column h2 {
		position: absolute;
		top: 0;
		left: min(5vw, 60px);
		margin-bottom: 0;
		transform-origin: left bottom;
		transform: translateY(-100%) rotate(90deg);
	}
	#column h2 span {
		position: absolute;
		top: 0;
		left: 0;
		transform-origin: left top;
		transform: rotate(-90deg);
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
    	white-space: nowrap;
	}

	.columnList {
		display: block;
		margin: 0 60px;
	}
	.columnList li {
		padding: 0 min(2vw, 10px);
	}
	.columnList li a {
		border-radius: 8px;
	}
	.columnList li .txt {
		padding: min(4vw, 20px);
	}
	.columnList li p {
		font-size: min(3vw, 14px);
	}
	.columnList li .date {
		margin-top: min(2vw, 10px);
		font-size: min(2.8vw, 12px);
	}


	.columnList .slick-next {
		width: 40px;
		height: 40px;
		right: -45px;
	}
	.columnList .slick-prev {
		width: 40px;
		height: 40px;
		left: -45px;
	}

	.movie {
		margin: min(14vw, 80px) auto 0;
	}

}

#contentsPanel {
	padding: 60px 30px;
}
#contentsPanel .gridPanel {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	max-width: 1380px;
	margin: 0 auto;
}

#contentsPanel .gridPanel li.panelLarge {
    grid-row-end: span 2;
}
#contentsPanel .gridPanel li.panelSmall {
    grid-row-end: span 1;
}


#contentsPanel .gridPanel li {
	border-radius: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	overflow: hidden;
}
#contentsPanel .gridPanel li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	z-index: 0;
}

#contentsPanel .gridPanel li .txtArea {
	position: relative;
	z-index: 1;
	color: #fff;
}
#contentsPanel .gridPanel li .txtArea h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#contentsPanel .gridPanel li .txtArea h3 span {
	display: block;
	font-size: 0.5em;
	text-indent: 0.2em;
	color: #25c2c7;
}
#contentsPanel .gridPanel li .txtArea p {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2;
}
#contentsPanel .gridPanel li .moreBtn {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
}
#contentsPanel .gridPanel li .moreBtn a {
	width: 46%;
	border: none;
    font-size: 14px;
}
#contentsPanel .gridPanel li .moreBtn a + a {
	margin-left: 8%;
}


.underPanlBnrList {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	gap: 0 3.5%;
	margin-top: 80px;
}
.underPanlBnrList li {
	width: 31%;
}
.underPanlBnrList li a {
	display: block;
	position: relative;
	padding-top: 45%;
	border-radius: 8px;
	overflow: hidden;
}
.underPanlBnrList li a .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.underPanlBnrList li a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.underPanlBnrList li a p {
	font-size: 16px;
	font-weight: bold;
    position: absolute;
    top: 50%;
    left: 5%;
    text-align: center;
    color: #fff;
    width: 90%;
    transform: translateY(-50%);
}


@media screen and (max-width: 820px) {

	#contentsPanel {
		padding: min(10vw, 60px) min(6vw, 30px);
	}
	#contentsPanel .gridPanel {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: min(4vw, 30px);
		grid-row-gap: min(4vw, 30px);
	}


	#contentsPanel .gridPanel li {
		border-radius: 8px;
		padding: min(6vw, 40px) min(4.5vw, 40px);
	}

	#contentsPanel .gridPanel li .txtArea h3 {
		font-size: min(4.8vw, 26px);
	}
	#contentsPanel .gridPanel li .txtArea h3 span {
		display: block;
		font-size: 0.5em;
		text-indent: 0.2em;
		color: #a7dcff;
	}
	#contentsPanel .gridPanel li .txtArea p {
		margin-top: min(6vw, 40px);
		font-size: min(3.4vw, 16px);
	}

	#contentsPanel .gridPanel li .moreBtn a {
		width: 48%;
		font-size: min(3.2vw, 14px);
		padding: min(3.5vw, 15px) min(2vw, 20px);
		letter-spacing: 0.02em;
	}
	#contentsPanel .gridPanel li .moreBtn a + a {
		margin-left: 4%;
	}

	.underPanlBnrList {
		display: block;
		margin-top: min(10vw, 80px);
	}
	.underPanlBnrList li {
		width: 100%;
	}
	.underPanlBnrList li + li {
		margin-top: min(4vw, 30px);
	}
	.underPanlBnrList li a p {
		font-size: min(3.4vw, 16px);
	}
}



#access {

}

#access .accessWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#access .accessWrap .accessTxt {
    width: 40%;
}
#access .accessWrap .accessTxt .address {
	font-size: 16px;
}

#access .accessWrap .accessTxt .tel {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #ccc solid 1px;
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 0.05em;
}
#access .accessWrap .accessTxt .tel strong {
	font-family: Helvetica, "sans-serif";
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 10px;
}
#access .accessWrap .accessTxt .tel a {
	color: #000;
	text-decoration: none;
}
#access .accessWrap .accessTxt .mailBtn {
	text-align: center;
	max-width: 410px;
	margin: 0 auto;
}
#access .accessWrap .accessTxt .mailBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: 8px;
	border: #ccc solid 1px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
#access .accessWrap .accessTxt .mailBtn p + a {
	margin-top: 30px;
}
#access .accessWrap .accessTxt .mailBtn a span {
	width: 25px;
	line-height: 0;
	margin-right: 10px;
}
#access .accessWrap .accessTxt .mailBtn p {
	margin-top: 15px;
	font-size: 14px;
}


#access .accessWrap .gMap {
	width: 55%;
	padding-top: 36%;
	position: relative;
}
#access .accessWrap .gMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 820px) {

	#access {
		padding-top: 14vw;
	}

	#access h2 {
		display: flex;
		align-items: center;
	}
	#access h2 span {
		margin-left: min(4vw, 20px);
	}

	#access .accessWrap {
		display: block;
	}
	#access .accessWrap .accessTxt {
		width: 100%;
		margin-bottom: min(10vw, 60px);
	}
	#access .accessWrap .accessTxt .address {
		font-size: min(3.2vw, 16px);
	}
	#access .accessWrap .accessTxt .tel {
		margin-top: min(4vw, 20px);
		padding-top: min(4vw, 20px);
		margin-bottom: min(6vw, 40px);
		font-size: min(3.2vw, 16px);
	}
	#access .accessWrap .accessTxt .tel strong {
		letter-spacing: 0.08em;
		margin: 0 min(2vw, 10px);
	}

	#access .accessWrap .accessTxt .mailBtn a {
		padding: min(3vw, 15px);
		font-size: min(3.4vw, 14px);
	}
	#access .accessWrap .accessTxt .mailBtn p + a {
		margin-top: min(6vw, 30px);
	}
	#access .accessWrap .accessTxt .mailBtn a span {
		width: min(5vw, 25px);
		margin-right: min(2vw, 10px);
	}
	#access .accessWrap .accessTxt .mailBtn p {
		margin-top: min(3vw, 15px);
		font-size: min(3.4vw, 14px);
	}


	#access .accessWrap .gMap {
		width: 100%;
		padding-top: 58%;
	}
}
