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

/*----------
 cts
----------*/
#cts {
	padding: 80px 0 0;
}

@media (max-width: 768px) {
	#cts {
		padding: 0;
	}
}

/*----------
 top
----------*/
#mv {
	background: #cd5e4b;
}

@media (max-width: 768px) {
	
}

/*----------
 sec01
----------*/
#sec01 {
	position: relative;
	top: -1px;
	color: #fff;
	background: #cd5e4b;
	overflow: hidden;
}
#sec01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 50px;
	background: url(../img/top/sec01_bg_pc.png) no-repeat bottom center / 100%;
}
#sec01 .inner {
	position: relative;
	width: 1000px;
	padding: 70px 0 100px;
	margin: auto;
	
}
#sec01 .inner:before {
	content: "";
	position: absolute;
	left: -200px;
	bottom: -50px;
	width: 350px;
	height: 430px;
	background: url(../img/top/sec01_img01_pc.png) no-repeat center;
}
#sec01 .inner:after {
	content: "";
	position: absolute;
	right: -100px;
	bottom: 70px;
	width: 70px;
	height: 60px;
	background: url(../img/top/sec01_img02_pc.png) no-repeat center;
}
#sec01 .txt {
	font-size: 20px;
	text-align: center;
	line-height: 1.75;
}

@media (max-width: 768px) {
	#sec01:after {
		/* height: 50px; */
		height: 6.66667vw;
		background: url(../img/top/sec01_bg_sp.png) no-repeat bottom center / 100%;
	}
	#sec01 .inner {
		position: relative;
		width: 100%;
		padding: 25px 25px 200px;
		margin: auto;
		
	}
	#sec01 .inner:before {
		content: "";
		position: absolute;
		left: 25px;
		bottom: -25px;
		width: 245px;
		height: 205px;
		background: url(../img/top/sec01_img01_sp.png) no-repeat center / 100%;
	}
	#sec01 .inner:after {
		content: "";
		position: absolute;
		right: 25px;
		bottom: 50px;
		width: 62px;
		height: 53px;
		background: url(../img/top/sec01_img02_sp.png) no-repeat center / 100%;
	}
	#sec01 .txt {
		font-size: 14px;
		text-align: left;
		line-height: 1.4;
	}
}

@media (max-width: 374px) {
	#sec01 .txt {
		font-size: 3.73333vw;
	}
}

/*----------
 sec02
----------*/
#sec02 {
	position: relative;
	top: -1px;
	color: #61534f;
	background: url(../img/top/bg_yellow.png) center;
}
#sec02:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 50px;
	background: url(../img/top/sec02_bg_pc.png) no-repeat bottom center / 100%;
}
#sec02 .inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1000px;
	padding: 50px 0 100px;
	margin: auto;
}
#sec02 .news {
	width: 480px;
}
#sec02 .ttl {
	position: relative;
	padding: 30px 0 20px;
	border-bottom: 2px solid #61534f;
}
#sec02 .news .ttl > img {
	width: 123px;
}
#sec02 .ttl .bubble {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
}

/* perfect-scrollbar */
.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	width: 5px;
	background-color: #fff;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
	width: 5px;
	background-color: #fff;
}
.ps__rail-y {
	opacity: 1;
}
.ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y, .ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y {
	opacity: 1;
}
.ps__thumb-y {
	width: 5px;
	right: 0;
	background-color: #61534f;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
	width: 5px;
	background-color: #61534f;
}

#sec02 .twitter {
	width: 480px;
}
#sec02 .twitter .ttl > img {
	width: 143px;
}
#sec02 .news .box {
	padding: 10px 0 10px 10px;
	border-bottom: 2px solid #61534f;
}
#sec02 .news .box .ps {
	position: relative;
	height: 300px;
	padding: 0 15px 0 0;
}
#sec02 .news .box dl {
	padding: 20px 0 20px 10px;
	border-bottom: 1px solid #61534f;
}
#sec02 .news .box dl dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 10px;
}
#sec02 .news .box dl dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
#sec02 .news .box dl dd a {
	display: inline-block;
}
#sec02 .twitter .box {
	border-bottom: 2px solid #61534f;
}

@media (max-width: 768px) {
	#sec02:after {
		/* height: 50px; */
		height: 6.66667vw;
		background: url(../img/top/sec02_bg_sp.png) no-repeat bottom center / 100%;
	}
	#sec02 .inner {
		display: block;
		width: 100%;
		padding: 25px 25px 50px;
	}
	#sec02 .news {
		width: 100%;
		margin: 0 0 25px;
	}
	#sec02 .ttl {
		padding: 25px 0 10px;
		border-bottom: 1px solid #61534f;
	}
	#sec02 .news .ttl > img {
		width: 61px;
	}
	#sec02 .ttl .bubble {
		width: 71px;
	}
	
	#sec02 .twitter {
		width: 100%;
	}
	#sec02 .twitter .ttl > img {
		width: 72px;
	}
	#sec02 .news .box {
		padding: 5px 0;
		border-bottom: 1px solid #61534f;
	}
	#sec02 .news .box .ps {
		height: 160px;
		padding: 0 10px 0 0;
	}
	#sec02 .news .box dl {
		padding: 12px 0 12px 8px;
		border-bottom: 1px solid #61534f;
	}
	#sec02 .news .box dl dt {
		font-size: 12px;
		line-height: 1.2;
		margin: 0 0 5px;
	}
	#sec02 .news .box dl dd {
		font-size: 10px;
		line-height: 1.2;
	}
	#sec02 .twitter .box {
		border-bottom: 1px solid #61534f;
	}
	#sec02 .twitter .box iframe {
		height: 160px !important;
	}
}

/*----------
 sec03
----------*/
#sec03 {
	position: relative;
	top: -1px;
	color: #fff;
	background: url(../img/top/bg_green.png) center;
}
#sec03:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url(../img/top/sec02_bg_pc.png) no-repeat bottom center / 100%;
}
#sec03 .inner {
	width: 880px;
	padding: 50px 0 100px;
	margin: auto;
}

@media (max-width: 768px) {
	#sec03:after {
		/* height: 50px; */
		height: 6.66667vw;
		background: url(../img/top/sec02_bg_sp.png) no-repeat bottom center / 100%;
	}
	#sec03 .inner {
		width: 100%;
		padding: 25px 25px 50px;
	}
}

/*----------
 sec04
----------*/
#sec04 {
	position: relative;
	top: -1px;
	color: #fff;
	background: url(../img/top/sec04_img_pc.png) no-repeat center / cover;
}
#sec04:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../img/top/sec04_bg01_pc.png) no-repeat top center / 100%;
}
#sec04:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 50px;
	background: url(../img/top/sec04_bg02_pc.png) no-repeat bottom center / 100%;
}
#sec04 .inner {
	width: 766px;
	padding: 50px 0 100px;
	margin: auto;
}

@media (max-width: 768px) {
	#sec04 {
		background: url(../img/top/sec04_img_sp.png) no-repeat center / cover;
	}
	#sec04:before {
		/* height: 50px; */
		height: 6.66667vw;
		background: url(../img/top/sec04_bg01_pc.png) no-repeat top center / 100%;
	}
	#sec04:after {
		/* height: 50px; */
		height: 6.66667vw;
		background: url(../img/top/sec04_bg02_sp.png) no-repeat bottom center / 100%;
	}
	#sec04 .inner {
		width: 100%;
		padding: 25px 25px 50px;
	}
}

/*----------
 sec05
----------*/
#sec05 {
	position: relative;
	top: -1px;
	color: #fff;
	background: url(../img/top/bg_yellow.png) center;
}
#sec05 .inner {
	width: 1000px;
	padding: 50px 0 100px;
	margin: auto;
}

@media (max-width: 768px) {
	#sec05 .inner {
		width: 100%;
		padding: 25px 25px 25px;
		margin: auto;
	}
}

/*----------
 sec06
----------*/
#sec06 {
	position: relative;
	color: #61534f;
	background: url(../img/top/bg_gray.png) center;
}
#sec06:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../img/top/sec06_bg_pc.png) no-repeat top center / 100%;
}
#sec06 .inner {
	width: 1000px;
	padding: 100px 0;
	margin: auto;
}
#sec06 .ttl {
	width: 325px;
	margin: 0 0 30px;
}
#sec06 .date {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}
#sec06 .date dt {
	-webkit-flex: 1 0 150px;
	-ms-flex: 1 0 150px;
	flex: 1 0 150px;
	color: #fff;font-size: 30px;
	/* width: 150px; */
	padding: 25px 15px;
	background: #61534f;
}
#sec06 .date dd {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
	background: rgba(255,255,255,0.7);
}
#sec06 .date dd .txt {
	font-size: 18px;
}
#sec06 .date dd .color {
	color: #cd5e4a;
	margin: 0 0 10px;
}
#sec06 .date dd .btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#sec06 .date dd .btn a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	border-radius: 15px;
	width: 200px;
	height: 30px;
	background: #67a730;
}
#sec06 .date dd .btn a.ticket {
	width: 230px;
	margin: 0 0 0 10px;
	background: #cd5e4a;
}
#sec06 .date dd .btn a.disabled {
	background: #989393;
}

@media (max-width: 768px) {
	#sec06:before {
		/* height: 50px; */
		height: 6.66667vw;
		background: url(../img/top/sec06_bg_sp.png) no-repeat top center / 100%;
	}
	#sec06 .inner {
		width: 100%;
		padding: 50px 25px;
	}
	#sec06 .ttl {
		width: 219px;
		margin: 0 0 15px;
	}
	#sec06 .date dt {
		-webkit-flex: 1 0 75px;
		-ms-flex: 1 0 75px;
		flex: 1 0 75px;
		color: #fff;
		font-size: 15px;
		padding: 25px 7px;
		background: #61534f;
	}
	#sec06 .date dd {
		display: block;
		padding: 8px;
	}
	#sec06 .date dd .txt {
		font-size: 12px;
		margin: 0 0 5px;
	}
	#sec06 .date dd .color {
		margin: 0 0 5px;
	}
	#sec06 .date dd .btn {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#sec06 .date dd .btn a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		border-radius: 15px;
		font-size: 9px;
		width: 100px;
		height: 15px;
		background: #67a730;
	}
	#sec06 .date dd .btn a.ticket {
		width: 115px;
		margin: 0 0 0 5px;
		background: #cd5e4a;
	}
	#sec06 .date dd .btn a.disabled {
		background: #989393;
	}
}

@media (max-width: 374px) {
	#sec06 .date dt {
		-webkit-flex: 1 0 19.5vw;
		-ms-flex: 1 0 19.5vw;
		flex: 1 0 19.5vw;
		font-size: 4vw;
		padding: 8vw 1.7vw;
	}
	#sec06 .date dd .txt {
		font-size: 3.2vw;
	}
	#sec06 .date dd .btn a {
		width: 25vw;
		height: 15px;
	}
	#sec06 .date dd .btn a.ticket {
		width: 36vw;
	}
}