@charset "UTF-8";





#topbg001, #topbg002, #topbg003, #topbg004, #topbg005 {
	display: block;
	height: 800px;
	box-sizing: border-box;
	padding: 520px 0 0 0;
	position: relative;
}

#topbg001 {
	background: url(../../images/top/bg001_pc.webp) no-repeat;
	background-size: cover;
	padding: 0;
	height: 100vh;
}

/*
@keyframes topbg001ani {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		filter: brightness(100%);
		animation-timing-function: cubic-bezier(0,.75,.29,1);
		animation-timing-function: ease-in;
	}
	100% {
		filter: brightness(60%);
		animation-timing-function: cubic-bezier(.67,0,1,.28);
		animation-timing-function: ease-out;
	}
} */
#topbg002 {
	background: url(../../images/top/bg002_pc.jpg) no-repeat;
	background-size: cover;
	margin-top: 100px;
}
#topbg002 {
//	opacity: 1;
//	filter: brightness(60%);
}

#topbg002 {
//	animation-name: topbg002ani; /*--アニメーション名--*/
//	animation-duration: 1s;　/*--時間--*/
//	animation-iteration-count: 1;　/*--実行回数--*/
}
/*
@keyframes topbg002ani {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		filter: brightness(100%);
		animation-timing-function: cubic-bezier(0,.75,.29,1);
		animation-timing-function: ease-in;
	}
	100% {
		filter: brightness(60%);
		animation-timing-function: cubic-bezier(.67,0,1,.28);
		animation-timing-function: ease-out;
	}
}
*/
#topbg003 {
	background: url(../../images/top/bg003_pc.jpg) no-repeat;
	background-size: cover;
}
#topbg004 {
	background: url(../../images/top/bg004_pc.jpg) no-repeat top center;
	background-size: cover;
}
#topbg005 {
	background: url(../../images/top/bg005_pc.jpg) no-repeat;
	background-size: cover;
}


#topbg001 .inner, #topbg002 .inner,
#topbg003 .inner, #topbg004 .inner,
#topbg005 .inner {
	width: 90%;
	margin: 0 auto;
}

#topbg001 h2, #topbg002 h2, #topbg003 h2, #topbg004 h2, #topbg005 h2 {
	font-size: 5rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

#topbg001 h2 span, #topbg002 h2 span, #topbg003 h2 span, #topbg004 h2 span, #topbg005 h2 span {
	background: rgba(255,255,255,0.4);
	padding: 0 5px;
}

#topbg001 p, #topbg002 p, #topbg003 p, #topbg004 p, #topbg005 p {
	font-size: 2rem;
	margin-bottom: 40px;
	color: #fff;
}

#topbg002 a, #topbg003 a, #topbg004 a, #topbg005 a {
	background: #fff;
	color: #000;
	padding: 12px 80px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #000;
	font-size: 1.8rem;
	font-weight: bold;
	transition: all .4s ease-out;
}

#topbg001 .title {
	text-align: center;
	padding-top: calc(120/1920*100vh);
	margin-bottom: 40px;
}
#topbg001 .title img {
	width: calc(1200/1920*100vw);
}
#topbg001 .bbb {
	width: 360px;
	margin: 0 auto;
}
#topbg001 ul {
	width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
#topbg001 a {
	
}
#topbg001 a:hover, #topbg002 a:hover, #topbg003 a:hover, #topbg004 a:hover, #topbg005 a:hover {
	opacity: .8;
}









.topswiper1, .topswiper3, .topswiper4 {
	position: relative;
	margin-top: 50px;
	padding: 40px;
}

.topswiper2 {
	position: relative;
	padding: 40px;
}

.topswiper1 .swiper-wrapper {
	width: 100%;
}
.topswiper2 .swiper-wrapper, .topswiper3 .swiper-wrapper, .topswiper4 .swiper-wrapper {
	width: 100%;
	padding-bottom: 100px;
	align-items: stretch !important;
}

.topswiper1 .swiper-slide, .topswiper2 .swiper-slide,
.topswiper3 .swiper-slide, .topswiper4 .swiper-slide {
	width: 100%;
	height: auto;
	text-align: center;
}

.topswiper1 .swiper-slide a {
	display: block;
	position: relative;
}

.topswiper1 .swiper-slide img {
	width: 100%;
	transition: all .2s ease-in-out;
}

.topswiper1 .swiper-slide a:hover img {
	transform: scale(1.05);
	filter: brightness(110%) drop-shadow(0 0 5px #ccc) grayscale(60%);
}

.topswiper1 .swiper-slide a span {
	transition: all .2s ease-in-out;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 2.4rem;
	color: #000;
	line-height: 1.4;
	letter-spacing: .4rem;
	z-index: 2;
}

.topswiper1 .swiper-slide a:hover span {
	top: 47%;
	font-size: 2.6rem;
	letter-spacing: .2rem;
}
.topswiper1 .swiper-slide a span em {
	background: rgba(255,255,255,0.4);
}




.topeventlist h2 {
	font-size: 3rem;
	width: 1100px;
	margin: 100px auto 50px auto;
}

.topeventlist h2 a {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.8rem;
	color: #000;
	text-decoration: underline;
}
.topeventlist h2 a:hover {
	text-decoration: none;
}

.topswiper2 .swiper-slide {
	box-sizing: border-box;
}

.topswiper2 .swiper-slide a {
	display: block;
	position: relative;
	background: #ececec;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
	height: 100%;
}
.topswiper2 .swiper-slide a:hover {
	margin-top: -10px;
	box-shadow: 0 4px 10px 0px #ccc;
	text-decoration: none;
}
.topswiper2 .swiper-slide span {
	position: absolute;
	display: inline-block;
	padding: 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	top: 170px;
	left: 20px;
}
.topswiper2 .swiper-slide div {
	height: 180px;
	overflow: hidden;
}
.topswiper2 .swiper-slide div img {
	width: 100%;
	height: auto;
}
.topswiper2 .title {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 30px 30px 10px;
	text-align: left;
}
.topswiper2 .date {
	font-size: 1.8rem;
	padding: 0 30px 10px;
	text-align: left;
}
.topswiper2 .desc {
	font-size: 1.5rem;
	padding: 0 30px 30px;
	text-align: left;
}




.topswiper3 h2 {
	font-size: 3rem;
	width: 1100px;
	margin: 100px auto 50px auto;
}

.topswiper3 h2 a {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.8rem;
	color: #000;
	text-decoration: underline;
}
.topswiper3 h2 a:hover {
	text-decoration: none;
}

.topswiper3 .swiper-slide {
	box-sizing: border-box;
}

.topswiper3 .swiper-slide a {
	display: block;
	position: relative;
	background: #ececec;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	overflow: hidden;
	color: #000;
	padding-bottom: 20px;
}
.topswiper3 .swiper-slide a:hover {
	margin-top: -10px;
	box-shadow: 0 4px 10px 0px #ccc;
	text-decoration: none;
}
.topswiper3 .swiper-slide div img {
	width: 100%;
}
.topswiper3 .title {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 20px 30px 10px;
}
.topswiper3 .desc {
	font-size: 1.8rem;
}



.topswiper4 .head {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto 50px auto;
}
.topswiper4 .head h2 {
	font-size: 3rem;
}

.topswiper4 .head h2 span {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.8rem;
}

.topswiper4 .head a {
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}

.topswiper4 .head a:hover {
	text-decoration: none;
}

.topswiper4 .swiper-slide {
	box-sizing: border-box;
}

.topswiper4 .swiper-slide a {
	display: block;
	position: relative;
	background: #ececec;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
	padding-bottom: 20px;
	height: 100%;
}
.topswiper4 .swiper-slide a:hover {
	margin-top: -10px;
	box-shadow: 0 4px 10px 0px #ccc;
	text-decoration: none;
}
.topswiper4 .swiper-slide div {
	height: 170px;
	overflow: hidden;
}
.topswiper4 .swiper-slide div img {
	width: 100%;
}
.topswiper4 .title {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 30px 10px;
}
.topswiper4 .desc {
	font-size: 1.5rem;
	text-align: left;
	padding: 0 10px;
}


.topswiper1 .swiper-button-prev:after, .topswiper1 .swiper-button-next:after,
.topswiper2 .swiper-button-prev:after, .topswiper2 .swiper-button-next:after,
.topswiper3 .swiper-button-prev:after, .topswiper3 .swiper-button-next:after,
.topswiper4 .swiper-button-prev:after, .topswiper4 .swiper-button-next:after {
	content: '';
}
.topswiper1 .swiper-button-prev, .topswiper2 .swiper-button-prev,
.topswiper3 .swiper-button-prev, .topswiper4 .swiper-button-prev {
	position: absolute;
	background: url(../../images/common/arrow_prev.png) no-repeat;
	width: 74px;
	height: 74px;
}
.topswiper1 .swiper-button-next, .topswiper2 .swiper-button-next,
.topswiper3 .swiper-button-next, .topswiper4 .swiper-button-next {
	position: absolute;
	background: url(../../images/common/arrow_next.png) no-repeat;
	width: 74px;
	height: 74px;
}

.kobetsu {
	margin: 50px 0;
	text-align: center;
}

#topics {
	font-size: 1.6rem;
	margin-top: 100px;
	margin-bottom: 100px;
}
#topics .inner {
	width: 1100px;
	margin: 0 auto;
}

#topics .title {
	display: flex;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 50px;
}
#topics .title h2 {
	padding-right: 20px;
}

#topics #tabs {
	display: flex;
	padding-top: 10px;
}
#topics #tabs li {
	cursor: pointer;
	font-size: 1.8rem;
	padding: 0 10px;
}
#topics #tabs .active {
	background:linear-gradient(transparent 96%, #000 96%);
}
#topics #infobox {
	border: 1px solid #000;
	padding: 30px;
	box-sizing: border-box;
}

#topics .topics-list {
	margin-bottom: 20px;
	display: flex;
}
#topics .topics-list .date {
	width: 150px;
	margin-right: 10px;
}
#topics .topics-list .tag {
	display: inline-block;
	width: 180px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	font-size: 1.3rem;
	text-align: center;
	border: 1px solid #000;
	padding: 6px 0;
}
#topics .topics-list .text {
	width: 680px;
}
#topics .tab-content {
	display: none;
}
#topics .btnlink {
	width: 300px;
	margin: 30px auto 0 auto;
}
#topics .btnlink a {
	font-size: 20px;
	text-align: center;
	color: #000;
	background: fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 3px;
	width: 100%;
	display: block;
}
#topics .btnlink a:hover {
	text-decoration: none;
}




#topaccess h2 {
	font-size: 3rem;
	width: 1100px;
	margin: 0 auto 25px;
}

#topaccess .map {
	position: relative;
	width: 100%;
	height: 650px;
}
#topaccess p {
	text-align: center;
	font-size: 1.5rem;
	padding: 25px 0;
}


.topspecial {
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 40px;
	box-sizing: content-box;
}

.topspecial .head {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto 50px auto;
}

.topspecial .head h2 {
	font-size: 3rem;
}
.topspecial .head h2 span {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.8rem;
}

.topspecial .head a {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.topspecial .head a:hover {
	text-decoration: none;
}
.topspecial ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.topspecial li {
	margin-bottom: 20px;
	width: 255px;
}

.topspecial ul a {
	display: block;
	position: relative;
	background: #ececec;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	overflow: hidden;
	color: #000;
	padding-bottom: 20px;
}

.topspecial .title {
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 10px 10px;
}
.topspecial .desc {
	font-size: 1.8rem;
}



#snsem ul {
	display: flex;
}







/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {


#topbg002, #topbg003, #topbg004, #topbg005 {
	height: auto;
	padding: 104% 0 13.0667% 0;
}
#topbg001 {
	background: url(../../images/top/bg001_sp.webp) no-repeat;
	background-size: 100% auto;
	margin-top: 50px;
	height: auto;
}
#topbg002 {
	background: url(../../images/top/bg002_sp.jpg) no-repeat;
	background-size: cover;
	margin-top: 50px;
}
#topbg003 {
	background: url(../../images/top/bg003_sp.jpg) no-repeat;
	background-size: cover;
}
#topbg004 {
	background: url(../../images/top/bg004_sp.jpg) no-repeat;
	background-size: cover;
}
#topbg005 {
	background: url(../../images/top/bg005_sp.jpg) no-repeat;
	background-size: cover;
}

#topbg001 .title {
	text-align: center;
	padding-top: calc(120/750*100vh);
	margin-bottom: 20px;
}
#topbg001 .title img {
	width: 100%;
}

#topbg001 .inner, #topbg002 .inner,
#topbg003 .inner, #topbg004 .inner,
#topbg005 .inner {
	width: 89.3333%;
	margin: 0 auto;
}

#topbg001 h2, #topbg002 h2, #topbg003 h2, #topbg004 h2, #topbg005 h2 {
	font-size: 8vw;
	margin-bottom: 4%;
}

#topbg001 p, #topbg002 p, #topbg003 p, #topbg004 p, #topbg005 p {
	font-size: 4.8vw;
	margin-bottom: 4%;
}

#topbg001 a, #topbg002 a, #topbg003 a, #topbg004 a, #topbg005 a {
	display: block;
	padding: 4% 0;
	font-size: 4.8vw;
	font-weight: bold;
	text-align: center;
}

#topbg001 .bbb {
	width: 50%;
}
#topbg001 ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 120px;
}
#topbg001 li {
	width: 48%;
}




.topswiper1, .topswiper2, .topswiper3, .topswiper4 {
	margin-top: 20%;
}

.topswiper1, .topswiper2, .topswiper4 {
	position: relative;
	padding: 0;
}

.topswiper2 .swiper-wrapper, .topswiper3 .swiper-wrapper, .topswiper4 .swiper-wrapper {
	padding-bottom: 20%;
}

.topswiper1 .swiper-slide a span {
	font-weight: bold;
}




.topswiper2 h2, .topswiper3 h2 {
	line-height: 1.2;
	width: 100%;
	margin: 0 auto 13.3333% auto;
	text-align: center;
}
.topeventlist h2 {
	line-height: 1.2;
	width: 100%;
	margin: 13.3333% auto;
	text-align: center;
}
.topswiper4 h2 {
	line-height: 1.2;
	width: 100%;
	margin: 0 auto 5.3333% auto;
	text-align: center;
}
.topeventlist h2 a, .topswiper2 h2 a, .topswiper3 h2 a {
	display: block;
	padding-left: 0;
}

.topswiper4 .head {
	display: block;
	width: 100%;
	margin: 20px auto;
}

.topswiper4 .head h2 span {
	padding-left: 0;
}

.topswiper4 .head a {
	display: block;
	text-align: center;
}


#topics {
	font-size: 1.6rem;
	margin-top: 40px;
	margin-bottom: 40px;
}
#topics .inner {
	width: 100%;
}

#topics .title {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#topics .title h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
#topics #tabs {
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
#topics #tabs li {
	width: 25%;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
	font-weight: bold;
}
#topics #infobox {
	width: 95%;
	border: none;
	padding: 10px 0;
	border-top: 1px solid #000;
	margin: 0 auto;
}
#topics .topics-list {
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

#topics .topics-list .date {
	width: 20%;
}
#topics .topics-list .tag {
	display: inline-block;
	width: 40%;
	height: auto;
	margin-right: 0;
	padding: 2px 0;
}
#topics .topics-list .text {
	width: 100%;
	margin-top: 10px;
}





#topaccess h2 {
	width: 100%;
	text-align: center;
	margin: 0 auto 13.3333%;;
}


.topspecial {
	width: 100%;
	margin-top: 0;
	padding: 20px;
	box-sizing: border-box;
}

.topspecial .head {
	display: block;
	margin: 50px auto 20px auto;
}
.topspecial h2 {
	text-align: center;
}
.topspecial .head h2 span {
	padding-left: 0;
}

.topspecial .head a {
	display: block;
	text-align: center;
}
.topspecial h2 a:hover {
	text-decoration: none;
}
.topspecial ul {
	width: 100%;
}
.topspecial li {
	width: 48%;
}

.topspecial .title {
	font-size: 1.6rem;
	padding: 20px 0 6px;
}
.topspecial .desc {
	font-size: 1.2rem;
}












}
