@charset "UTF-8";

h2,h3,h4{
	font-weight: 400;
}
.border_line {
	position: relative;
}
.border_line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 150px;
	width: 1px;
	height: 100%;
	background: #eaeaea;
	z-index: -9999;
}
.border_line:after {
	content: "";
	position: absolute;
	top: 0;
	right: 150px;
	width: 1px;
	height: 100%;
	background: #eaeaea;
	z-index: -9999;
}

@media screen and (max-width: 640px) {

}

/*-----------------------------------

	main

-----------------------------------*/
#main_img {
	position: relative;
	width: 100%;
	min-width: 1000px;
}
#main_img .logo_img {
display: block;
    width: 287px;
    height: 254px;
    position: absolute;
    bottom: -2px;
    left: 160px;
    margin: 0 auto;
    z-index: 1;
}
#main_img .main_left_img {
	display: block;
	width: 441px;
	height: auto;
	position: absolute;
	bottom: -16px;
	left: 0;
}
#main_img .main_right_img {
	display: block;
	width: 652px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
#main_img .main_bottom_img {
	display: block;
	width: 823px;
	height: 114px;
	position: absolute;
	bottom: -20px;
	right: 0;
	z-index: 2;
}

#main_wrap {
	width: 100%;
	margin: 0 auto;
}
.bx-wrapper {
	max-width: 100% !important;
}
.slide_body {
	width: 100%;
}
.slide {
	height: 800px;
	position: relative;
	background-size: cover!important;
	background-position: center !important;
}

#slide_01 {
	width: 100%;
	background: url(../img/index/main_slide_01.jpg) no-repeat;
}
#slide_02 {
	background: url(../img/index/main_slide_02.jpg) no-repeat;
}
#slide_03 {
	background: url(../img/index/main_slide_03.jpg) no-repeat;
}
#slide_04 {
	background: url(../img/index/main_slide_04.jpg) no-repeat;
}
#slide_05 {
	background: url(https://basefile.akamaized.net/knowhimerice/5cda28437cdfe/main_slide_05.jpg) no-repeat;
}

@media screen and (max-width: 840px) {

	#main_img {
		height: auto;
		margin-top: 0;
		min-width: 100%;
	}
	.slide {
		height: 600px;
	}
	#main_img .main_left_img {
		width: 333px;
		height: auto;
	}
	#main_img .logo_img {
		width: 140px;
        height: auto;
		left: 120px;
	}
	#main_img .main_bottom_img {
		width: 653px;
		height: auto;
	}
	#main_img .main_right_img {
		width: 489px;
		height: auto;
	}

}

@media screen and (max-width: 640px) {

	.slide {
		height: 240px;
	}
	#main_img .main_left_img {
		width: 130px;
		bottom: 0;
	}
	#main_img .logo_img {
		width: 83px;
		height: auto;
		left: 30px;
	}
	#main_img .main_bottom_img {
		width: 260px;
		bottom: -10px;
	}
	#main_img .main_right_img {
		width: 195px;
		bottom: 0;
	}

}

/*-----------------------------------

	news_block

-----------------------------------*/

#news_block {
	padding: 75px 0 60px;
	background: #89172b;
}
#news_block h2 {
	height: 60px;
	margin-top: 35px;
	margin-left: 60px;
}
#news_block .news_box {
	height: auto;
	padding: 20px 0;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	position: relative;
}
#news_block .news_box:before {
	content: "";
	display: block;
	width: 990px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 2px;
}
#news_block .news_box:after {
	content: "";
	display: block;
	width: 990px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	left: 2px;
}
#news_block ul {
	margin-left: 80px;
}
#news_block li {
	color: #fff;
	font-size: 17px;
	margin-bottom: 15px;
}
#news_block li:last-child {
	margin-bottom: 0;
}
#news_block li span {
	display: inline-block;
	width: 105px;
}
#news_block li p {
	display: inline-block;
}
#news_block li a {
	color: #fff;
}
#news_block li a:hover {
	text-decoration: underline;
}
#news_block .more_btn {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	position: absolute;
	right: 10px;
	bottom: 3px;
}
#news_block .more_btn:hover {
	text-decoration: underline;
}

@media screen and (max-width: 840px) {

	#news_block .news_box:before,
	#news_block .news_box:after {
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#news_block ul {
		width: 75%;
		margin-left: 5%;
		margin-bottom: 15px;
	}
	#news_block h2 {
		width: 15%;
		margin-left: 5%;
	}

}

@media screen and (max-width: 640px) {

	#news_block {
		padding: 40px 0;
	}
	#news_block h2 {
		width: 90px;
		height: auto;
		margin: 15px 0 20px 5%;
		float: none !important;
	}
	#news_block .news_box {
		padding: 5px 0;
	}
	#news_block ul {
		float: none !important;
		width: 100%;
		margin-left: 5%;
		margin-bottom: 30px;
	}
	#news_block li p,
	#news_block li span {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
	}

}

/*-----------------------------------

	about_block

-----------------------------------*/

#about_block {
	padding: 75px 0;
	background: url(../img/index/about_bg.png) #a01b32 no-repeat;
	background-position: center;
}
#about_block h2 img {
	margin: 0 auto;
}
#about_block .img_box {
	width:480px;
	margin-left: -140px;
}
#about_block .text_box {
	color: #fff;
}
#about_block .text_box {
	margin-top: 90px;
	width: 620px;
}
#about_block .text_box h3 {
	position: relative;
}
#about_block .text_box h3:after {
	content: "";
	width: 46px;
	height: 2px;
	margin-left: 10px;
	background: #fff;
	position: absolute;
	top: 12px;
}
#about_block .text_box p {
	font-size: 16px;
	line-height: 220%;
	margin: 1.5em 0;
}
#about_block .about_miyagi  {
	display: none ;
}

@media screen and (max-width: 840px) {

	#about_block {
		background-size: 90%;
	}
	#about_block .text_box {
		width: 55%;
	}
	#about_block .text_box p {
		margin: 1em 0;
	}
	#about_block .img_box {
		width: 40%;
		margin-top: 90px;
		margin-left: 0;
	}
	#about_block .img_box .pc_mode  {
		display: block;
	}
	#about_block .img_box .sp_mode {
		display: none;
	}


}

@media screen and (max-width: 640px) {

	#about_block {
		padding: 60px 0 40px;
	}
	#about_block .img_box {
		width: 80%;
		margin: 40px auto 0;
		float: none !important;
	}
	#about_block .img_box .pc_mode {
		display: none;
	}
	#about_block .img_box .sp_mode {
		display: block;
	}
	#about_block .text_box {
		float: none !important;
		width: 100%;
		margin-top: 30px;
	}
	#about_block .text_box p {
		font-size: 14px;
	}
	#about_block .about_miyagi {
		display:block;
		width: 84%;
		margin: 40px auto 0;
	}
	#about_block .text_box h3:after {
		top: 70%;
	}

}

/*-----------------------------------

	shopping_block

-----------------------------------*/

#shopping_block {
	padding: 75px 0;
	/* background: #c19f54; */
}
#shopping_block h2 img {
	margin: 0 auto;
}
#shopping_block .coming_box {
	color: #fff;
	text-align: center;
	margin-top: 80px;
}
#shopping_block .coming_box h3 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
}
#shopping_block .coming_box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
}
#shopping_block .coming_box a {
	display: block;
	width: 370px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
	padding: 20px 0;
	border: 1px solid #fff;
}
#shopping_block .coming_box a:hover {
	color: #8c6e2b;
	background: #fff;
}

@media screen and (max-width: 840px) {

	#shopping_block .coming_box h3 {
		font-size: 36px;
	}

}

@media screen and (max-width: 640px) {

	#shopping_block {
		padding: 60px 0 50px;
	}
	#shopping_block .coming_box {
		margin-top: 40px;
	}
	#shopping_block .coming_box h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	#shopping_block .coming_box p {
		font-size: 14px;
	}
	#shopping_block .coming_box a {
		width: 100%;
		font-size: 16px;
	}

}


/*-----------------------------------

	strength_block

-----------------------------------*/

#strength_block {
	padding: 75px 0;
}
#strength_block .line_bg{
    background: url(https://basefile.akamaized.net/knowhimerice/5cda39b38e4d4/strength_under.png);
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: 1000px auto;
	padding-bottom: 30px;
}
#strength_block h2 img{
	margin: 0 auto;
}
#strength_block .strength_list {
	margin-top:30px;
}
#strength_block .listbox:nth-child(2) {
	margin:10px 0;
}
#strength_block .strength_txt{
	float:left;
	width:500px;
	color:#a01b32;
	font-size:18px;
	font-weight: 600;
}
#strength_block .strength_txt span{
	display:block;
	font-size:16px;
	margin-top:10px;
	font-weight: 400;
}
#strength_block .strength_img{
	float:right;
	width:300px;
}

@media screen and (max-width: 840px) {

	#strength_block .strength_txt{
		width:55%;
	}
	#strength_block .strength_img{
		width:40%;
	}
}


@media screen and (max-width: 640px) {

	#strength_block {
		padding: 0 0 50px 0;
	}
	#strength_block .strength_txt{
		width:100%;
		float:none;
		display:block;
		margin:0 auto;
		text-align:center;
	}
	#strength_block .strength_img{
		width:70%;
		float:none;
		display:block;
		margin: 20px auto auto auto;
	}
	#strength_block .listbox:nth-child(2) {
		margin: 30px 0;
	}
	#strength_block .strength_txt span {
		font-size:13px;
		text-align:left;
	}
	#strength_block h2 img {
		width:80%;
	}

}

/*-----------------------------------

	movie_block

-----------------------------------*/

#movie_block {
	text-align:center;
	height: auto;
	padding: 75px 0 120px;
	box-sizing: border-box;
	background: url(https://basefile.akamaized.net/knowhimerice/5cda3a8d86701/movie_bg.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}
#movie_block h2 img {
	margin: 0 auto;
}
#movie_block .movie_box {
	color: #fff;
}
#movie_block #movie_box_2018 {
	margin-top: 80px;
	text-align: center;
}
#movie_block .text_box h3 {
	font-size: 40px;
	font-weight: 600;
	margin: 30px 0;
}
#movie_block .text_box {
	margin-bottom: 90px;
}
#movie_block .text_box p {
	font-size: 16px;
}
#movie_block .link_btn {
	background:#a01b32;
	color:#fff;
	padding: 20px 90px;
	font-size: 24px;
    font-weight: 600;
}
#movie_block .link_btn:hover {
	opacity:0.8;
}
#movie_block .display_none {
	display: none;
}

@media screen and (max-width: 840px) {

	#movie_block .movie_box {
		width: 100%;
	}
	#movie_block .text_box {
		width: 100%;
	}
	#movie_block .text_box h3 {
		font-size: 35px;
	}
	#movie_block .img_box {
		width: 100%;
	}
	#movie_block .img_box iframe {
		width: 100%;
		height: 450px;
	}

}

@media screen and (max-width: 640px) {

	#movie_block {
		padding: 50px 0;
		background-image: url(../img/index/sp/movie_bg_01.jpg);
		background-size: contain;
	}
	#movie_block .contents_inner {
		width: 100%;
	}
	#movie_block .movie_box {
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 30px;
	}
	#movie_block .day_box img {
		width: 40px;
	}
	#movie_block .day_box span {
		font-size: 16px;
		margin-top: 10px;
		margin-left: 10px;
	}
	#movie_block .text_box h3 {
		font-size: 26px;
		margin: 18px 0;
		line-height: 140%;
	}
	#movie_box_01 {
		margin-top: 30px !important;
		padding-top: 30px;
	}
	#movie_box_02 {
		padding-top: 30px;
		margin: 0 !important;
		background: url(../img/index/sp/movie_bg_02.jpg);
		background-position: top;
		background-size: cover;
	}
	#movie_box_03 {
		padding-top: 30px;
		margin: 0 !important;
		background: url(../img/index/sp/movie_bg_03.jpg);
		background-position: top;
		background-size: cover;
	}
	#movie_box_04 {
		padding-top: 30px;
		margin: 0 !important;
		background: url(../img/index/sp/movie_bg_04.jpg);
		background-position: top;
		background-size: cover;
	}
	#movie_block .text_box {
		width: 100%;
		float: none !important;
		margin-bottom: 20px;
	}
	#movie_block .img_box {
		width: 100%;
		float: none !important;
	}
	#movie_block .img_box iframe {
		width: 100%;
		height: 300px;
	}
	#movie_block .link_btn {
		padding: 20px;
		font-size: 14px;
	}
	#movie_block .text_box p {
		font-size:13px;
	}

}

/*-----------------------------------

	member_block

-----------------------------------*/

#member_block {
	background: #c19f54;
}
#member_block .contents_inner {
	position: relative;
}
#member_block h2 {
	position: absolute;
	top: -32px;
	right: 0;
	left: 0;
}
#member_block h2 img {
	margin: 0 auto;
}
#member_block .member_box {
}
#member_block .text_box,
#member_block .img_box {
	width: 50%;
    padding: 140px 0 160px;
    height: 480px;
}
#member_block .text_box {
	color: #fff;
}
#member_block .text_box h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
#member_block .text_box h3 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
#member_block .text_box {
	display: block;
}
#member_block .name_list {
	width: 310px;
	margin: 30px auto 0;
}
#member_block .name_list li {
	font-size: 17px;
	line-height: 180%;
}
#member_block .name_list li span {
	margin-left: 15px;
}
#member_block p {
	width: 370px;
	margin: 30px auto 0;
}
#member_block .img_box {
	background-position: center;
	background-size: cover;
}
#member_01 .img_box {
	background-image: url(../img/index/member_img_01.jpg);

}
#member_02 .img_box {
	background: url(../img/index/member_img_02.jpg);
	background-size: cover;
}
@media screen and (max-width: 1599px) {
	#member_block .text_box, #member_block .img_box {
		padding: 100px 0 200px;
	}
}
@media screen and (min-width: 841px) {
	#member_02 .text_box, #member_02 .img_box {
		padding: 190px 0 110px;
	}
}
@media screen and (min-width: 1600px) {
	#member_02 .text_box, #member_02 .img_box {
		padding: 230px 0 70px;
	}
}
@media screen and (max-width: 840px) {

	#member_block {
		padding: 65px 0;
	}
	#member_block h2 {
		position: static;
	}
	#member_block .img_box {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#member_block .text_box,
	#member_block .img_box {
		height: auto;
	}
	#member_block .text_box {
		box-sizing: border-box;
		padding: 0 15px;
	}
	#member_block .text_box h3 {
		font-size: 22px;
	}
	#member_block #member_01 {
		margin: 80px 0;
	}
	#member_block p {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {

	#member_block .text_box,
	#member_block .img_box {
		width: 100%;
		float: none !important;
		margin: 0 auto;
	}
	#member_block .text_box {
		margin-top: 40px;
	}
	#member_block .img_box {
		background-size: cover;
	}
	#member_block .text_box h3 {
		font-size: 18px;
	}
	#member_block #member_01 {
		margin: 40px 0 30px;
	}
	#member_02 .img_box {
		background-position-y: 10px;
	}
	#member_block .name_list li {
		font-size: 15px;
	}
	#member_block p {
		margin-top: 25px;
	}

}
