@charset "utf-8";


/* ============================================================================================== */
/* kv */
/* ============================================================================================== */

.kv {
	width: 100%;
	height: 90vh;
	position: relative;
	background: url(../images/common/paper-pink_bg.png) repeat center top;
	background-size: 300px;
}

.kv .kv-mask-center {
	width: 100%;
	height: 100%;
	background: url(../images/home/kv_mask-center.png) no-repeat center top;
	background-size: auto 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.kv .kv-mask-pink {
	width: 100%;
	height: 100%;
	background: url(../images/common/paper-pink_bg.png) repeat center top;
	background-size: 300px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.kv .kv-mask-step1 {
	width: 100%;
	height: 100%;
	background: url(../images/home/kv_mask-step1.png) repeat-x center top;
	background-size: auto 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.kv .kv-mask-step2 {
	width: 100%;
	height: 100%;
	background: url(../images/home/kv_mask-step2.png) repeat-x center top;
	background-size: auto 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.kv-illust {
	width: 100%;
	height: 100%;
	background: url(../images/home/kv_illust.png) repeat-x center top;
	background-size: auto 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.kv .logo-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.kv #logo,
.kv .logo-bg {
	height: 45%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.kv #logo svg,
.kv .logo-bg img {
	height: 100%;
}

.kv .logo-bg {
	display: none;
}

.kv .ring {
	position: absolute;
	bottom: -35px;
	width: 100%;
	height: 70px;
	background: url(../images/common/ring.png) repeat-x center top;
	background-size: auto 100%;
	z-index: 6;
}


/* ============================================================================================== */
/* experience                                                                                     */
/* ============================================================================================== */

.experience {
	position: relative;
	text-align: center;
	padding-top: 200px;
}

.experience:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	margin: 0 auto;
	content: "";
	display: block;
	width: 200px;
	height: 220px;
	background: url(../images/home/catch_illust.png) no-repeat left top;
	background-size: 100%;
	z-index: 7;
}

.experience .section-catch {
	width: 90%;
	max-width: 640px;
	margin: 0 auto 10px;
}

.experience .section-catch img {
	width: 100%;
}

.experience .section-catch-txt {
	letter-spacing: .2em;
}

.slider-wrapper {
	position: relative;
}

.slider {
	width: 100%;
	padding-top: 70px;
	overflow: hidden;
}

.slider-item {
	background: url(../images/home/noise_green.png) repeat left top;
	background-size: 75px;
	padding: 1px;
	margin: 0 10px;
	border-radius: 10px;
	box-sizing: border-box;
	opacity: .3;
	-webkit-transition: all .2s;
	        transition: all .2s;
}

.slider-item .inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6eb92b;
	border-radius: 10px;
}

.slider-item .no {
	width: 122px;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	margin: 0 auto;
}

.slider-item .no img {
	width: 100%;
}

.slider-item .title {
	height: 50px;
	padding-top: 50px;
}

.slider-item .title img {
	height: 100%;
	margin: 0 auto;
}

.slider-item .catch {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

.slider-item .catch img {
	width: 100%;
}

.slider-item .img {
	width: 80%;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
}

.slider-item .img img {
	width: 100%;
}

.slider-item .img:before {
	content: "";
	display: block;
	width: 130px;
	height: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.slider-item .rongo .img:before {
	background: url(../images/home/experience_illust1.png) no-repeat left top;
	background-size: 100% auto;
}

.slider-item .summer .img:before {
	background: url(../images/home/experience_illust2.png) no-repeat left top;
	background-size: 100% auto;
}

.slider-item .food .img:before {
	background: url(../images/home/experience_illust3.png) no-repeat left top;
	background-size: 100% auto;
}

.slider-item .txt {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	text-align: justify;
	width: 80%;
	padding: 30px 0 50px;
	margin: 0 auto;
}

/* slick */
.slick-list {
	overflow: visible !important;
}

.slick-active {
	opacity: 1;
}

.slick-prev,
.slick-next {
	width: 80px !important;
	height: 80px !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
	content: "" !important;
}

button.slick-prev,
button.slick-next {
	z-index: 2 !important;
}

.slick-prev {
	left: 20px !important;
	top: calc(50% - 40px);
	background: url(../images/home/slider_arrow-left.png) no-repeat left top !important;
}

.slick-next {
	right: 20px !important;
	top: calc(50% - 40px);
	background: url(../images/home/slider_arrow-right.png) no-repeat left top !important;
}

.slick-arrow {
	z-index: 10 !important;
}

.slick-dots {
	position: relative !important;
	bottom: 0 !important;
	margin-top: 5px !important
}

.slick-dots li {
	margin: 0 3px !important;
}

.slick-dots li button:before {
	font-size: 8px !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #6eb92b !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}


/* ============================================================================================== */
/* other                                                                                          */
/* ============================================================================================== */

/* experience */
.experience.bottom-space {
	padding-bottom: 100px;
}

/* policy */
.policy.hr {
	padding-top: 100px;
}

.policy .txt-area h2 {
	width: 100%;
	max-width: 382px;
	margin-bottom: 1em;
}

.policy .txt-area h2 img {
	width: 100%;
}

/* event-report */
.event-report {
	position: relative;
}

.event-report .flex-state-item {
	display: block;
	text-decoration: none;
}

.event-report .flex-state-item:hover .title {
	text-decoration: none;
}

.event-report .img-frame {
	width: 100%;
	margin-bottom: 1em;
}

.event-report .inner {
	position: relative;
}

.event-report .inner.new:before {
	content: "";
	display: block;
	width: 60px;
	height: 50px;
	background: url(../images/home/ic_new.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: -15px;
	z-index: 5;
}

.event-report .txt-area .date {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	color: rgba(0,0,0,.3);
	letter-spacing: .1em;
}

.event-report .txt-area .title {
	color: rgba(0,0,0,.8);
	text-decoration: underline;
}

.event-report .rink-text {
	position: absolute;
	right: 0;
	top: 35px;
}

/* news-access */
.news-access .floating-container {
	-webkit-align-items: flex-start; 
	        align-items: flex-start;
}

.news-access .floating-container .left {
	position: relative;
}

.news-list {
	border-top: dashed 1px #e60044;
}

.news-detail {
	text-decoration: none;
	border-bottom: dashed 1px #e60044;
	padding: 1.2em 0; 
	display: block;
}

.news-detail .post-info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	        align-items: center;
	margin-bottom: .25em;
}

.news-detail .category {
	font-size: 1.3rem;
	color: #fff;
	padding: 0 .5em;
	margin-right: 1em;
	border-radius: 3px;
	display: inline-block;
	background-color: #6eb92b;
}

.news-detail .date {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	letter-spacing: .1em;
	color: rgba(0,0,0,.3);
}

.news-detail .title {
	font-size: inherit;
	text-decoration: underline;
}

.news-detail:hover .title {
	text-decoration: none;
}

.news-access .left .rink-text {
	position: absolute;
	right: 0;
	top: 35px;
}

.news-access #maps {
	width: 100%;
	height: 300px;
}

.news-access .img-frame {
	margin-bottom: 1.5em;
}

.news-access .txt-area .tel {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: .05em;
}

.news-access .txt-area .call a {
	color: rgba(0,0,0,.8);
	text-decoration: none;
}

.news-access .right .rink-text {
	margin: 0;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

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

	/* kv */
	.kv {
		height: 70vh;
	}

	/* experience */
	.experience .section-catch-txt {
		text-align: justify;
	}

	.experience .section-catch-txt br {
		display: none;
	}

	/* policy */
	.policy .floating-container .left {
		-webkit-order: 1;
		        order: 1;
	}

	.policy .floating-container .right {
		-webkit-order: 0;
		        order: 0;
		margin-bottom: 1.0em;
	}

	.policy .floating-container .txt-area h2 {
		margin: 0 auto 1em;
		width: 80%;
	}

	/* event-report */
	.event-report .flex-state-item {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		-webkit-align-items: center; 
		        align-items: center;
		margin-bottom: 1.5em;
	}

	.event-report .flex-state-item .left {
		width: 40%;
		margin-bottom: 0;
	}

	.event-report .flex-state-item .right {
		width: calc(60% - 20px);
	}

}

@media screen and (max-width: 736px) and (orientation:landscape) {

	/* kv */
	.kv {
		height: 400px;
	}

}



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

	.kv .kv-mask-pink {
		background-size: 150px;
	}

	.kv .ring {
		position: absolute;
		bottom: -20px;
		height: 40px;
	}

	/* experience */
	.experience {
		padding-top: 130px;
	}

	.experience:before {
		top: 0;
		width: 120px;
		height: 132px;
	}

	.slider {
		padding-top: 50px;
	}

	.slider-item {
		margin: 0 5px;
	}

	.slider-item .title {
		height: 30px;
		padding-top: 30px;
	}

	/*.slider-item .catch {
		height: 80px;
		padding-top: 15px;
	}*/

	.slider-item .img {
		padding-top: 20px;
	}

	.slider-item .img:before {
		width: 80px;
		height: 74px;
	}

	.slider-item .txt {
		font-size: 1.3rem;
		padding: 15px 0 30px;
	}

	/* slick */
	.slick-prev,
	.slick-next {
		width: 50px !important;
		height: 50px !important;
		background-size: 100% !important;
	}

	.slick-prev {
		left: 10px !important;
		top: calc(50% - 25px);
	}

	.slick-next {
		right: 10px !important;
		top: calc(50% - 25px);
	}

	/* experience */
	.experience.bottom-space {
		padding-bottom: 50px;
	}

	/* policy */
	.policy.hr {
		padding-top: 50px;
	}

	/* event-report */
	.event-report .flex-state-item {
		margin-bottom: 1em;
	}
	
	.img-frame .inner {
		padding: 3px;
	}

	.event-report .flex-state-item .img-frame:before {
		background: url(../images/common/corner-left_sp_s.png) no-repeat left top;
		background-size: 25px;
		left: -3px;
		top: -3px;
	}

	.event-report .flex-state-item .img-frame:after {
		background: url(../images/common/corner-right_sp_s.png) no-repeat right bottom;
		background-size: 25px;
		right: -3px;
		bottom: -3px;
	}

	.event-report .inner.new:before {
		width: 45px;
		height: 38px;
		right: 0px;
		top: -10px;
	}

	.event-report .rink-text {
		top: 20px;
	}

	/* news-access */
	.news-access .left .rink-text {
		top: 20px;
	}

}

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

}

