@charset "UTF-8";
/*---top------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	backface-visibility: hidden;
}

html,
body,
.container {
	overflow-x: hidden;
}

.list_fade {
	opacity: 0;
	transition-delay: .4s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.list_fadein {
	opacity: 1.0;
}

/*--- Slick Slider 設定 ここから -----------------------------------------------------*/
#main_slider {
	width: 100%;
}

#main_slider .slick_slider {
	width: 100%;
	position: relative;
	top: 0;
}

#main_slider .slick_slider .slick_item {
	width: 100%;
}

#main_slider .slick_slider .slick_item a {
	width: 100%;
	display: block;
	position: relative;
}

#main_slider .slick_slider .slick_item a img {
	width: 100%;
}

#main_slider .slick_slider .slick_item a .slick_item_txtbox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 4.44444444444%;
	margin: 40px auto 0;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	text-align: center;
}

#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_img_title {
	max-width: calc(683/1080*100%);
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#main_slider .slick_slider .slick_item a .slick_item_txtbox {
		margin: 10px auto 0;
	}
}

#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_title_en {
	font-size: 5.552rem;
	font-family: 'Josefin Sans', sans-serif;
	text-indent: -0.6rem;
	letter-spacing: 0.3rem;
}

#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_time {
	font-size: 3.025rem;
	font-family: 'Josefin Sans', sans-serif;
	margin: 10px auto 0;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
	#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_time {
		margin: 5px auto 0;
		font-size: 1.5rem;
	}
}

#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_title {
	font-size: 1.5rem;
	margin: 0 0 0;
	line-height: 2;
	letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
	#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_title {
		font-size: 1rem;
		line-height: 1.5;
	}
}

#main_slider .slick_slider .slick_item a .slick_item_txtbox .slick_item_link {
	font-size: 2.917rem;
	font-family: 'Josefin Sans', sans-serif;
}

#main_slider .slick_slider .slick_item.slick_item_photocon .slick_item_txtbox .slick_item_link {
	color: #fff;
	background: #ff1900;
	border-radius: 10px;
	max-width: calc(240/1080*100%);
	display: block;
	margin: 0 auto;
	line-height: 1;
	padding: 20px 0 15px;
	letter-spacing: 0.05rem;
	margin: 22px auto 0;
}

@media screen and (max-width: 768px) {
	#main_slider .slick_slider .slick_item.slick_item_photocon .slick_item_txtbox .slick_item_link {
		font-size: 1rem;
		border-radius: 5px;
		padding: 10px 0 5px;
		max-width: calc(400/1080*100%);
		margin: 12px auto 0;
	}
}

.dot_class {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	top: -30px;
}

.dot_class li {
	display: inline-block;
	border-radius: 10px;
	width: 8px;
	height: 8px;
	margin: 0 9px 0;
	overflow: hidden;
}

.dot_class li button {
	display: inline-block;
	border-radius: 10px;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -200%;
	white-space: nowrap;
	padding: 0 !important;
	border-color: #231815 !important;
	background: none !important;
}

.dot_class li button:hover {
	cursor: pointer;
}

.dot_class .slick-active {
	background: #231815 !important;
}

/*--- Slick Slider 設定 ここまで -----------------------------------------------------*/
/*--- NEWS  LIST ここから -----------------------------------------------------*/
.news_sec .news_sec_content_link {
	width: 100%;
	display: flex;
	align-items: baseline;
	position: relative;
	letter-spacing: 0.1rem;
	padding: 20px 0;
	margin: 0 auto 0;
}

.news_sec .news_sec_content_link:hover {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link {
		flex-direction: column;
	}
}

.news_sec .news_sec_content_link .news_sec_01 {
	display: flex;
	align-items: baseline;
}

.news_sec .news_sec_content_link .news_sec_02 {
	width: 100%;
	display: flex;
	align-items: baseline;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link .news_sec_02 {
		margin: 12px 0 0;
	}
}

.news_sec .news_sec_content_link .news_sec_title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link .news_sec_title {
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
	}
}

.news_sec .news_sec_content_link .news_sec_line {
	display: block;
	width: 13px;
	height: 1px;
	background: #000000;
	position: relative;
	top: -4px;
	margin: 0 14px;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link .news_sec_line {
		width: 6px;
		margin: 0 5px;
	}
}

.news_sec .news_sec_content_link .news_sec_time {
	font-size: 1.3rem;
	margin: 0 133px 0 0;
	letter-spacing: 0.23rem;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link .news_sec_time {
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
	}
}

.news_sec .news_sec_content_link .news_sec_content {
	font-size: 1.2rem;
	letter-spacing: 0.23rem;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link .news_sec_content {
		font-size: 1.0rem;
		letter-spacing: 0.1rem;
	}
}

.news_sec .news_sec_content_link .news_sec_link {
	margin-left: auto;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.193rem;
	letter-spacing: 0.25rem;
}

@media screen and (max-width: 768px) {
	.news_sec .news_sec_content_link .news_sec_link {
		font-size: 0.993rem;
		letter-spacing: 0.05rem;
	}
}

/*--- NEWS  LIST ここから -----------------------------------------------------*/
/*--- ABOUT US ここから -----------------------------------------------------*/
#about_sec {
	padding-top: 112px;
}

@media screen and (max-width: 768px) {
	#about_sec {
		padding: 27px 0 0;
	}
}

#about_sec .about_content {
	margin: -63px auto 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	#about_sec .about_content {
		margin: -42px auto 0;
	}
}

#about_sec .about_txtbox {
	position: absolute;
	top: 50%;
	right: 63px;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
}

@media screen and (max-width: 768px) {
	#about_sec .about_txtbox {
		position: relative;
		top: 0;
		right: 0;
		padding: 0 8.8% 0;
		margin: -83px 0 0;
		transform: translateY(0%) translateX(0%);
		-webkit-transform: translateY(0%) translateX(0%);
	}
}

#about_sec .about_txtbox .about_title {
	font-size: 2.6rem;
	line-height: 1.92308;
	letter-spacing: 0.5rem;
}

@media screen and (max-width: 768px) {
	#about_sec .about_txtbox .about_title {
		font-size: 1.6rem;
	}
}

#about_sec .about_txtbox .about_txt {
	font-size: 1.2rem;
	line-height: 3.33333;
	margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
	#about_sec .about_txtbox .about_txt {
		font-size: 1.0rem;
	}
}

/*--- ABOUT US ここから -----------------------------------------------------*/
/*--- hokkaの約束 ここから ／ マージン -----------------------------------------------------*/
#hokka_prmis {
	padding-top: 330px;
}

@media screen and (max-width: 768px) {
	#hokka_prmis {
		padding-top: 134px;
	}
}

.sprt_content02 {
	min-height: 0%;
}

.sprt_content02 .hokka_prmis_sec {
	margin: 112px 0 0;
	min-height: 0%;
}

@media screen and (max-width: 768px) {
	.sprt_content02 .hokka_prmis_sec {
		margin: 72px 0 0;
	}
}

.sprt_content02 .hokka_prmis_sec:first-child {
	margin: 0;
}

.catch_title {
	margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
	.catch_title {
		margin: 20px 0 0;
	}
}

.catch_txt {
	margin: 35px 0 0;
}

@media screen and (max-width: 768px) {
	.catch_txt {
		margin: 14px 0 0;
	}
}

/*--- hokkaの約束 ここまで ／ マージン -----------------------------------------------------*/
/*---  HISTORY&HOIW TO MAKE ここから -----------------------------------------------------*/
.bnr_list {
	max-width: calc(986px + 8.88888888888%);
	width: 100%;
	padding: 0 4.44444444444%;
	margin: 0 auto;
	padding-top: 215px;
}

@media screen and (max-width: 768px) {
	.bnr_list {
		padding: 135px 8.8% 0;
	}
}

.bnr_list .bnr_list_sec {
	width: 100%;
}

.bnr_list .bnr_list_sec:first-child {
	margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
	.bnr_list .bnr_list_sec:first-child {
		margin: 0 auto 23px;
	}
}

.bnr_list .bnr_list_sec a {
	width: 100%;
}

.bnr_list .bnr_list_sec a:hover {
	opacity: 0.5;
}

/*---  HISTORY&HOIW TO MAKE ここまで -----------------------------------------------------*/
/*--- EVENT ここから -----------------------------------------------------*/
#event_sec {
	padding-top: 120px;
}

#event_sec .itemlist_content {
	margin: -16px auto 0;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content {
		padding: 58px 8.8% 0;
		margin: -11px auto 0;
	}
}

#event_sec .itemlist_content .itemlist_content_sec {
	text-align: left;
	margin-top: 30px;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content .itemlist_content_sec {
		margin: 0 0 74px 0;
	}
}

#event_sec .itemlist_content .itemlist_content_sec .event_time_new_txt {
	margin: 29px 0 0;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content .itemlist_content_sec .event_time_new_txt {
		margin: 20px 0 0;
	}
}

#event_sec .itemlist_content .itemlist_content_sec .event_time_new_txt .event_time {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content .itemlist_content_sec .event_time_new_txt .event_time {
		font-size: 1.0rem;
	}
}

#event_sec .itemlist_content .itemlist_content_sec .event_time_new_txt .new_txt {
	font-size: 1.2rem;
	background: #ff1900;
	display: inline-block;
	color: #fff;
	padding: 1px 4px;
	margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content .itemlist_content_sec .event_time_new_txt .new_txt {
		font-size: 1.1rem;
		margin: 0 0 0 4px;
	}
}

#event_sec .itemlist_content .itemlist_content_sec .event_content {
	margin: 26px 0 0;
	font-size: 1.3rem;
	line-height: 2.15385;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content .itemlist_content_sec .event_content {
		margin: 16px 0 0;
		font-size: 1.0rem;
	}
}

#event_sec .itemlist_content .itemlist_content_sec .event_sec_link {
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	margin: 44px 0 7px;
}

@media screen and (max-width: 768px) {
	#event_sec .itemlist_content .itemlist_content_sec .event_sec_link {
		font-size: 1.0rem;
		margin: 24px 0 4px;
	}
}

#event_sec .sec_bg_color {
	padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
	#event_sec .sec_bg_color {
		padding: 0 0 55px;
	}
}

/*--- EVENT ここまで -----------------------------------------------------*/
/*--- hokka's STYLE -----------------------------------------------------*/
#products_sec {
	padding: 154px 0 0;
}

@media screen and (max-width: 768px) {
	#products_sec {
		padding: 104px 0 0;
	}
}

#products_sec .heading_title_sub {
	margin: 72px 0 0;
}

@media screen and (max-width: 768px) {
	#products_sec .heading_title_sub {
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 768px) {
	#products_sec .link_btn {
		margin: 30px auto 0;
	}
}

.style_item_wrap {
	margin: -9px auto 0;
}

.style_item_wrap .style_item {
	width: 100%;
	background: #faf9f9;
	padding: 44px 0;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item {
		padding: 0 0;
	}
}

.style_item_wrap .style_item:nth-child(even) {
	background: #fff;
}

.style_item_wrap .style_item:nth-child(even) .style_item_inr {
	flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item:nth-child(even) .style_item_inr {
		flex-direction: column;
	}
}

.style_item_wrap .style_item:nth-child(even) .style_item_inr .style_txt_box {
	margin: 0 11.35903% 0 6.69371%;
}

.style_item_wrap .style_item .style_item_sec {
	width: 100%;
}

.style_item_wrap .style_item .style_item_sec:hover .style_link:after {
	transform: scale(0, 0) !important;
}

.style_item_wrap .style_item .style_item_inr {
	max-width: calc(986px + 8.88888888888%);
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 4.44444444444%;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr {
		padding: 44px 8.8%;
		flex-flow: column;
	}
}

.style_item_wrap .style_item .style_item_inr .style_img_box {
	max-width: 466px;
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	min-height: 0%;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr .style_img_box {
		max-width: 100%;
	}
}

.style_item_wrap .style_item .style_item_inr .style_img_box .style_img_txt_box {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	display: block;
	height: auto;
	min-height: 0%;
}

.style_item_wrap .style_item .style_item_inr .style_img_box .style_img_txt_box .style_img_title {
	font-size: 2.4rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.4rem;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr .style_img_box .style_img_txt_box .style_img_title {
		font-size: 1.6rem;
	}
}

.style_item_wrap .style_item .style_item_inr .style_img_box .style_img_txt_box .style_img_txt {
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.2rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr .style_img_box .style_img_txt_box .style_img_txt {
		font-size: 1.0rem;
		margin: 4px 0 0;
	}
}

.style_item_wrap .style_item .style_item_inr .style_txt_box {
	max-width: 340px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
	margin: 0 6.69371% 0 11.35903%;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr .style_txt_box {
		max-width: 100%;
		margin: 0 auto 0 !important;
	}
}

.style_item_wrap .style_item .style_item_inr .style_txt_box .style_txt {
	text-align: left;
	font-size: 1.2rem;
	line-height: 2.5;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr .style_txt_box .style_txt {
		font-size: 1.1rem;
		margin: 25px 0 0;
	}
}

.style_item_wrap .style_item .style_item_inr .style_txt_box .style_link {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit-transform: translateY(0%) translateX(-50%);
	padding-bottom: 8px;
	letter-spacing: 0.1rem;
	display: block;
}

@media screen and (max-width: 768px) {
	.style_item_wrap .style_item .style_item_inr .style_txt_box .style_link {
		position: relative;
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
		margin: 42px 0 0;
	}
}

.style_item_wrap .style_item .style_item_inr .style_txt_box .style_link:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	transform: scale(1, 1);
	transform-origin: center top;
	transition: transform .5s;
}

/*--- hokka's STYLE -----------------------------------------------------*/
/*--- CHARACTER -----------------------------------------------------*/
#char_sec {
	padding-top: 200px;
}

@media screen and (max-width: 768px) {
	#char_sec {
		padding-top: 120px;
	}
}

#char_sec .link_btn {
	margin: 110px auto 0;
}

@media screen and (max-width: 768px) {
	#char_sec .link_btn {
		margin: 70px auto 0;
	}
}

.two_item_wrap .two_item_sec {
	margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
	.two_item_wrap .two_item_sec {
		margin: 35px 0 0;
	}
}

.two_item_wrap .two_item_sec a {
	position: relative;
	display: block;
}

.two_item_wrap .two_item_sec a .two_item_img_txt_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.two_item_wrap .two_item_sec a .two_item_img_txt_box .two_item_img_title {
	font-size: 2.6rem;
	letter-spacing: 0.2rem;
	line-height: 1.15385;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.two_item_wrap .two_item_sec a .two_item_img_txt_box .two_item_img_title {
		font-size: 1.8rem;
	}
}

.two_item_wrap .two_item_sec a .two_item_img_txt_box .two_item_img_txt {
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	color: #fff;
	margin: 10px 0 0;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.two_item_wrap .two_item_sec a .two_item_img_txt_box .two_item_img_txt {
		font-size: 1.0rem;
	}
}

.two_item_wrap .two_item_sec a .two_item_img_txt_box .two_item_img_comming {
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	margin: 18px 0 0;
	display: inline-block;
	line-height: 1;
	border-bottom: 2px solid #fff;
}

@media screen and (max-width: 768px) {
	.two_item_wrap .two_item_sec a .two_item_img_txt_box .two_item_img_comming {
		font-size: 1.5rem;
	}
}

/*--- CHARACTER -----------------------------------------------------*/
/*--- PICK UPコンテンツ ここから -----------------------------------------------------*/
.pickup_content_wrap {
	padding-top: 146px;
}

@media screen and (max-width: 768px) {
	.pickup_content_wrap {
		padding-top: 96px;
	}
}

.pickup_content_wrap .itemlist_content_wrap {
	margin: 100px auto 0;
}

.pickup_content_wrap .link_btn {
	margin: 150px auto 0;
}

@media screen and (max-width: 768px) {
	.pickup_content_wrap .link_btn {
		margin: 73px auto 0;
	}
}

/*--- PICK UPコンテンツ ここから -----------------------------------------------------*/

/*# sourceMappingURL=top.css.map */