@charset "utf-8";
/*== MV ==*/
.mv {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.mv h2 {
	position: absolute;
	/*top: 50%;*/
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
	max-width: 600px;
	width: 31.25%;
}
.mv figure {}
.mv figure img {
	height: 100%;
	width: 100%;
	position: absolute;
}
/*.mv figure img {
	transform: scale(1.1);
}*/
.fi_mv {
	transition-duration: 7000ms;
	transition-property: transform,filter;
	transform: scale(1);
	filter: blur(5px);
}
.scroll-inn {
	transform: scale(1.1);
	filter: blur(0px);
}


/*== About Us ==*/
.about_us {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/top/pc/about_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.about_box {
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
}
.about_box h3 {
	max-width: 368px;
	margin: 0 auto;
}
.about_txt {
	text-align: center;
	font-size: 28px;
	margin-top: 30px;
}

@media screen and (max-width:1600px) { 
	.about_box {
		max-width: 1100px;
	}
}

@media screen and (max-width:1300px) {
	.about_us {
	}
	
	.about_box {
		max-width: 1100px;
	}
	.about_txt {
		font-size: 18px;
		letter-spacing: 0;
	}
}


/*== NEW ITEMS ==*/
.new_item {
	padding-top: 100px;
	padding-bottom: 100px;
}
.new_item .ttl_thips .en {
	font-size: 68px;
}
.new_item .item_box {
	max-width: 1480px;
	width: 77.0834%;
	margin: 0 auto;
	margin-top: 50px;
}
.new_item .item_box > div {
	max-width: 725px;
	width: 48.9865%;
}
.new_item .item_box > div a {
	display: inline-block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.new_item .item_box > div a:hover {
	opacity: .7;
}
.new_item .item_box > div h4 {
	font-size: 36px;
	margin-top: 15px;
	text-align: center;
}
.new_item .item_box .okuchi {
	margin-left: 2.0271%;
}

@media screen and (max-width:1600px) {
	.new_item .item_box > div h4 {
		font-size: 28px;
	} 
}

@media screen and (max-width:1300px) {
	.new_item .item_box > div h4 {
		font-size: 24px;
	}
}


/*== LINE UP ==*/
.lineup {
	padding-bottom: 100px;
}
.lineup .inner {
	position: relative;
}
.lineup .ttl_thips .en {
	font-size: 68px;
}
.lineup_list {
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 80px;
}
#lineup02 {
	flex-direction: row-reverse;
}
.lineup_list li {
	padding: 0 50px;
	align-items: center;
}
.lineup_list li+li {
	margin-top: 80px;
}
.lineup_list li .img_photo {
	max-width: 500px;
}
.lineup_list li .content {
	padding-left: 40px;
	max-width: 1100px;
	width: 100%;
	text-align: center;
}
.lineup_list li#lineup02 .content {
	padding-left: 0;
	padding-right: 40px;
}
.lineup_list li .lineup_ttl {
	display: inline-block;
	font-size: 60px;
	position: relative;
    padding-right: 40px;
}
.lineup_list li .lineup_ttl:before {
	content: "";
	position: absolute;
	right: -50px;
	top: 15px;
	background-image: url(../images/common/pc/nikukyu.svg);
	background-repeat: no-repeat;
	background-size: 70px;
	width: 70px;
	height: 70px;
}
.lineup_list li .coming {
	margin-top: 125px;
	margin-left: 45px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.min_box {
	margin-top: 20px;
}
.min_box h5 {
	font-size: 36px;
}
.min_box p {
	font-size: 24px;
	margin-top: 15px;
}

@media screen and (max-width:1600px) {
	.lineup_list {
		max-width: 1280px;
	}
	.lineup_list li {
		padding: 0;
	}
	.lineup_list li .img_photo {
		max-width: 500px;
	}
	.lineup_list li .content {
		padding-left: 40px;
	}
	.lineup_list li .lineup_ttl {
		font-size: 48px;
	}
	.lineup_list li .lineup_ttl:before {
		background-size: 55px;
		width: 55px;
		height: 55px;
		right: -70px;
		top: 10px;
	}
	.min_box p {
		font-size: 18px;
        font-size: 1.3vw;
		margin-top: 5px;
	}
}

@media screen and (max-width:1300px) {
	.lineup {
		padding-bottom: 50px;
	}
	.lineup_list {
		max-width: 1100px;
		margin-top: 50px;
	}
	.lineup_list li {
		/*padding: 30px;*/
		border-radius: 80px
	}
	.lineup_list li+li {
		margin-top: 50px;
	}
	.lineup_list li .img_photo {
		max-width: 450px;
		border-radius: 60px;
	}
	.lineup_list li .content {
		padding-left: 30px;
	}
	.lineup_list li .lineup_ttl {
		font-size: 36px;
		margin-top: 10px;
        padding-right: 15px;
	}
	.lineup_list li .lineup_ttl:before {
		background-size: 50px;
		width: 50px;
		height: 50px;
		right: -60px;
		top: 0;
	}
	.lineup_list li .coming {
		margin-left: 10px;
		margin-top: 90px;
		font-size: 21px;
	}
	.min_box {
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.min_box h5 {
		font-size: 24px;
	}
	.min_box p {
		font-size: 16px;
	}
}

/*== NEWS ==*/
.top_news {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/top/pc/news_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.top_news .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.top_news .news_box {
	padding: 50px 30px;
}
.top_news .news_list {
	border: 1px solid #333;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 45px 60px;
	box-sizing: border-box;
}
.top_news .news_list li a {
	display: flex;
	align-items: center;
	padding: 15px;
}
.top_news .news_list li a:hover {
	background-color: #fbf7eb;
}
.news_list li a > div {
	align-items: center;
}
.top_news .news_time {
	font-size: 14px;
}
.top_news .news_list li .news_time {
	margin-right: 20px;
	color: #444;
}
.top_news .news_list li .cat {
	margin-right: 20px;
}

.top_news .news_list li a:hover .news_ttl {
	text-decoration: underline;
}
.top_news .news_list li a .news_ttl {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
}
.top_news .news_box .more {
	margin-top: 50px;
	text-align: center;
}
.top_news .news_box .more a {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #333;
	border: 1px solid #333;
}
.top_news .news_box .more a:hover {
	border: 1px solid #594237;
	background-color: #594237;
	color: #fff;
}


.cat span {
	padding: 5px 10px;
	font-size: 13px;
	display: inline-block;
	/*width: 80px;*/
	text-align: center;
	color: #fff;
}
/*カテゴリ：ニュース*/
.cat .cat_news {
	background-color: #594237;
}
/*カテゴリ：イベント*/
/*.cat .cat_event  {
	background-color: #F19911;
}*/


@media screen and (max-width:1600px) {
	.top_news .inner {
		max-width: 1100px;
	}
}

/*== 下層ページ ==*/
.kv {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 150px;
	font-size: 0;
}
.kv_img {
	border-radius: 130px;
	overflow: hidden;
}

/*== NEWSページ ==*/
.news {
	margin-top: 150px;
	padding-top: 130px;
	padding-bottom: 130px;
}
.news .inner {
	max-width: 960px;
	margin: 0 auto;
}
.news .main {
	margin-top: 50px;
	border: 1px solid #333;
}
.category_box {
	align-items: center;
	margin-bottom: 10px;
}
.category_box .box_name {
	font-size: 24px;
	font-weight: bold;
}
.cat_list {
}
.cat_list .cat-item {
	margin-left: 20px;
	padding-left: 40px;
	position: relative;
}
.cat_list .cat-item:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	background-repeat: no-repeat;
	background-size: 36px;
	width: 36px;
	height: 32px;
}
/*カテゴリ：全て*/
.cat_list .cat-item.cat:before {
	background-image: url(../images/news/pc/niku_pink.svg);
}
/*カテゴリ：ニュース*/
.cat_list .cat-item.cat-item-3:before {
	background-image: url(../images/news/pc/niku_blue.svg);
}
/*カテゴリ：イベント*/
/*.cat_list .cat-item:before {
	background-image: url(../images/news/pc/niku_orange.svg);
}*/
.cat_list .cat-item a {
	font-weight: bold;
}
.cat_list .cat-item a:hover {
	text-decoration: underline;
}

/*== 一覧ページ ==*/
.news .news_list {
	margin: 0 auto;
	padding: 45px 60px;
	box-sizing: border-box;
}
.news .news_list li a {
	display: flex;
	align-items: center;
	padding: 15px;
}
.news .news_list li a:hover {
	background-color: #fbf7eb;
}
.news_list li a > div {
	align-items: center;
}
.news .news_time {
	font-size: 14px;
}
.news .news_list li .news_time {
	margin-right: 20px;
	color: #444;
}
.news .news_list li .cat {
	margin-right: 20px;
}
/*ページネーション*/
.pagination {
	margin-top: 30px;
	display: flex;
}
.pagination span ,
.pagination a {
	width: 50px;
	height: 50px;
	border: 1px solid #333;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	transition: .3s;
	margin-right: 20px;
	position: relative;
}
.pagination span.current {
	background-color: #594237;
	color: #fff;
	border:1px solid #594237;
	transition: .3s;
}
.pagination a:hover {
	background-color: #594237;
	color: #fff;
	border:1px solid #594237;
	transition: .3s;
}
.pagination a.prev,
.pagination a.next {
	font-size: 0;
}
.pagination a.prev:before,
.pagination a.next:before {
	content: "";
	position: absolute;
	top: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 14px;
	display: block!important;
}
.pagination a.prev:before {
	background-image: url(../images/common/pc/arrow_left_b.png);
	left: 20px;
}
.pagination a.next:before {
	background-image: url(../images/common/pc/arrow_right_b.png);
	right: 20px;
}
	.pagination a.prev:hover:before {
		background-image: url(../images/common/pc/arrow_left_w.png);
	}
	.pagination a.next:hover:before {
		background-image: url(../images/common/pc/arrow_right_w.png);
	}



/*== 詳細ページ ==*/
.news_single {
}
.news_single .main {
	padding: 20px 30px 30px;
}
.news_single .news_ttl {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.news_single .catch_photo {
	/*min-height: 400px;*/
	width: 100%;
}
.news_single .catch_photo img {
	height: auto;
}
.news_single .news_boxarea {
	margin-top: 30px;
}
/*ページネーション*/
.prev_next_list {
	margin-top: 30px;
	justify-content: space-between;
}
.prev_next_list li {
}
.prev_next_list li a {
	display: inline-block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #333;
	transition: .3s;
	position: relative;
}
.prev_next_list li a:hover {
	background-color: #594237;
	color: #fff;
	border:1px solid #594237;
	transition: .3s;
}
.prev_next_list li a:before {
	content: "";
	position: absolute;
	top: 18px;
	background-repeat: no-repeat;
	background-size: 7px;
	width: 7px;
	height: 14px;
	transition: .3s;
}
.prev_next_list li.prev a:before {
	background-image: url(../images/common/pc/arrow_left_b.png);
	left: 23px;
}
.prev_next_list li.next a:before {
	background-image: url(../images/common/pc/arrow_right_b.png);
	right: 23px;
}
.prev_next_list li.prev a:hover:before {
	background-image: url(../images/common/pc/arrow_left_w.png);
}
.prev_next_list li.next a:hover:before {
	background-image: url(../images/common/pc/arrow_right_w.png);
}

@media screen and (max-width:1600px) {
	.news {
		margin-top: 130px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

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

}



/*== CONTACT ==*/
.contact {
	margin-top: 150px;
	padding-top: 130px;
	padding-bottom: 130px;
}
.contact .txt_box {
	margin-top: 50px;
}
.contact .txt_box p {
	text-align: left;
	max-width: 660px;
	margin: 0 auto;
}
.contact .txt_box p a {
	text-decoration: underline;
}
.contact .txt_box p a:hover {
	color: #f19911;
}
.form {
	max-width: 900px;
	margin: 50px auto 0;
}
.form_box {
	padding: 0 50px;
	box-sizing: border-box;
}
.form_box > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #555;
	padding: 15px 10px;
}
.form_box > div + div {
}
.form_box > div.textarea {
	align-items: flex-start;
	border-bottom: 1px solid #333;
}
.form_box > div br {
	 display: none; 
}
.form_box > div br.br {
	 display: block; 
}
.form label {
	display: inline-block;
	width: 230px;
}
.form .required {
	background-color: #bf272d;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	margin-left: 15px;
}
.form .mt_box input,
.form .mt_box select {
	padding: 5px;
	height: 40px;
	border: 1px solid #333;
	width: 550px;
	box-sizing: border-box;
}
.form .radio {
	cursor: pointer;
}

#contact .form .radio span + span {
	margin-left: 30px;
}
.form textarea {
	padding: 10px 5px;
	min-height: 400px;
	border: 1px solid #333;
	width: 550px;
	min-height: 280px;
	box-sizing: border-box;
}
.termsBox {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.termsBox p {
	padding-bottom: 5px;
}
.termsBox .scrollWrap {
	border: 1px solid #333;
	padding: 20px;
	height: 300px;
	overflow-y: scroll;
}
.termsBox .scrollWrap dl+dl {
	padding-top: 30px;
}
.termsBox .scrollWrap dl dt {
	font-size: 16px;
	font-weight: bold;
}
.form .btn_l {
	margin-top: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.form .btn_l input {
	background-color: transparent;
	color: #333;
	text-align: center;
	max-width: 155px;
	width: 155px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: relative;
	transition: .3s;
	height: auto;
	border: 1px solid #333;
	cursor: pointer;
	font-size: 16px;
}
// 最新のsafari用
_::-webkit-full-page-media, _:future, :root .form .btn_l input {
	/*border-radius: 50px;*/
}
// 古いsafari用
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .form .btn_l input {
		/*border-radius: 50px;*/
	}
}
.form .btn_l input { -webkit-appearance: none; }

.form .btn_l input:hover {
	transition: .3s;
	background-color: #594237;
	border: 1px solid #594237;
	color: #fff;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
}
.wpcf7c-elm-step1 {
	margin-left: 20px;
	margin-right: 20px;
}
.wpcf7c-elm-step2 {
	display: inline;
}
.wpcf7c-elm-step2.back {
	margin-top: 0!important;
	/*margin-left: 50px;*/
}
.wpcf7c-elm-step2.back input[type="submit"] {
	background-color: #666!important;
	color: #fff;
	width: 200px!important;
}
.wpcf7c-elm-step2.back input:hover {
	border: 1px solid #333;
	background-color: #999!important;
}

.mw_wp_form_confirm .kakunin {
	/*display: none;*/
}
.mw_wp_form_confirm .termsBox {
	display: none;
}
input:focus,
textarea:focus {
	background-color:#E8F0FE;
}

@media screen and (max-width:1600px) { 
	.contact {
		margin-top: 130px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/*== サンクスページ ==*/
.thanks {
	margin-top: 150px;
	padding-top: 130px;
	padding-bottom: 130px;
}
.thanks_box {
	border: 1px solid #333;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 50px;
}
.thanks h4 {
	font-size: 28px;
	text-align: center;
}
.thanks p {
	text-align: center;
	margin-top: 30px;
}
.thanks .more_btn {
	max-width: 270px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
.thanks .more_btn a {
	display: inline-block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border: 1px solid #333;
	position: relative;
}
.thanks .more_btn a:hover {
	background-color: #594237;
	border: 1px solid #594237;
	color: #fff;
	transition: .3s;
}

@media screen and (max-width:1600px) { 
	.thanks {
		margin-top: 130px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/*== プライバシーポリシー ==*/
.privacypolicy {
	margin-top: 150px;
	padding-top: 130px;
	padding-bottom: 130px;
}
.privacy_box {
	border: 1px solid #333;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 50px;
}
.privacy_box h4 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.privacy_box dl {
	padding-top: 20px;
}
.privacy_box dl dt {
	font-size: 18px;
	font-weight: bold;
}
.privacy_box dl dd {
}

@media screen and (max-width:1600px) { 
	.privacypolicy {
		margin-top: 130px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}