@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.7777;
	font-family: "メイリオ" , sans-serif;
	width: 100%;
	font-size: 16px;
}
p {
	color: #000;
	text-align: justify;
}
a {
	text-decoration: none;
	transition: .2s;
	color: #000;
}
a:hover {
	color: #987803;
	transition: .2s;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
img {
	width: 100%;
	font-size: 0;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
figure {
	font-size: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: "メイリオ" , sans-serif;
	}
}

#wrapper {
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
}


/*ETC*/
.clear {	clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold {	font-weight: bold; }

/*margin*/
.mt-10	{ margin-top: 10px; }
.mt-15	{ margin-top: 15px; }
.mt-20	{ margin-top: 20px; }
.mt-25	{ margin-top: 25px; }
.mt-30	{ margin-top: 30px; }
.mt-35	{ margin-top: 35px; }
.mt-40	{ margin-top: 40px; }
.mt-45	{ margin-top: 45px; }
.mt-50	{ margin-top: 50px; }
.mt-80	{ margin-top: 80px; }
.mt-100	{ margin-top: 100px; }

.mr-10	{ margin-right: 10px; }
.mr-15	{ margin-right: 15px; }
.mr-20	{ margin-right: 20px; }
.mr-25	{ margin-right: 25px; }
.mr-30	{ margin-right: 30px; }
.mr-35	{ margin-right: 35px; }
.mr-40	{ margin-right: 40px; }
.mr-45	{ margin-right: 45px; }
.mr-50	{ margin-right: 50px; }

.ml-5	{ margin-left: 5px; }
.ml-10	{ margin-left: 10px; }
.ml-15	{ margin-left: 15px; }
.ml-20	{ margin-left: 20px; }
.ml-25	{ margin-left: 25px; }
.ml-30	{ margin-left: 30px; }
.ml-35	{ margin-left: 35px; }
.ml-40	{ margin-left: 40px; }
.ml-45	{ margin-left: 45px; }
.ml-50	{ margin-left: 50px; }
.ml-60	{ margin-left: 60px; }
.ml-70	{ margin-left: 70px; }
.ml-80	{ margin-left: 80px; }

.mb-10	{ margin-bottom: 10px; }
.mb-15	{ margin-bottom: 15px; }
.mb-20	{ margin-bottom: 20px; }
.mb-25	{ margin-bottom: 25px; }
.mb-30	{ margin-bottom: 30px; }
.mb-35	{ margin-bottom: 35px; }
.mb-40	{ margin-bottom: 40px; }
.mb-45	{ margin-bottom: 45px; }
.mb-50	{ margin-bottom: 50px; }
.mb-55	{ margin-bottom: 55px; }
.mb-60	{ margin-bottom: 60px; }
.mb-80	{ margin-bottom: 80px; }
.mb-100	{ margin-bottom: 100px; }

/*padding*/
.pt-10	{ padding-top: 10px; }
.pt-15	{ padding-top: 15px; }
.pt-20	{ padding-top: 20px; }
.pt-25	{ padding-top: 25px; }
.pt-30	{ padding-top: 30px; }
.pt-35	{ padding-top: 35px; }
.pt-40	{ padding-top: 40px; }
.pt-45	{ padding-top: 45px; }
.pt-50	{ padding-top: 50px; }
.pt-100	{ padding-top: 100px; }

.pr-10	{ padding-right: 10px; }
.pr-15	{ padding-right: 15px; }
.pr-20	{ padding-right: 20px; }
.pr-25	{ padding-right: 25px; }
.pr-30	{ padding-right: 30px; }
.pr-35	{ padding-right: 35px; }
.pr-40	{ padding-right: 40px; }
.pr-45	{ padding-right: 45px; }
.pr-50	{ padding-right: 50px; }

.pl-10	{ padding-left: 10px; }
.pl-15	{ padding-left: 15px; }
.pl-20	{ padding-left: 20px; }
.pl-25	{ padding-left: 25px; }
.pl-30	{ padding-left: 30px; }
.pl-35	{ padding-left: 35px; }
.pl-40	{ padding-left: 40px; }
.pl-45	{ padding-left: 45px; }
.pl-50	{ padding-left: 50px; }

.pb-10	{ padding-bottom: 10px; }
.pb-15	{ padding-bottom: 15px; }
.pb-20	{ padding-bottom: 20px; }
.pb-25	{ padding-bottom: 25px; }
.pb-30	{ padding-bottom: 30px; }
.pb-35	{ padding-bottom: 35px; }
.pb-40	{ padding-bottom: 40px; }
.pb-45	{ padding-bottom: 45px; }
.pb-50	{ padding-bottom: 50px; }

.w70 {width: 70px}
.w155 {width: 155px}
.w300 {width: 300px}
.w420 {width: 420px}


.bold   { font-weight: bold;}
.black  { color: #000;}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.sp_only,
.tb_only,
.sp_tb {
	display: none!important;
}
.flex_box {
	display: flex;
}
.reverse {
	flex-direction: row-reverse;
}
.cf {
   content: "";
   display: block;
   clear: both;
}

.kv {
	position: relative;
	height: 100vh;
	overflow: hidden;
	/*clip-path: inset(0);*/
	/*z-index: 0;*/
}
.kv .img_photo {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
}
.kv .img_photo img {
	height: 100%;
}


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

}

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

}

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

}

@media screen and (max-width:1200px) { 
	#wrapper {
		overflow: hidden;
	}
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}

	.kv {
		height: 80vh;
		/*clip-path: inset(0);*/
		transition: 1s;
	}
	.kv .img_photo {
		position: absolute;
	}
}

@media screen and (max-width:890px) { 
	.pc_only {
		display: none!important;
	}
	.pc_tb {
		display: block!important;
	}
	.sp_only {
		display: none!important;
	}
	.sp_tb {
		display: block!important;
	}
	.sp_none {
		display: none;
	}
}

@media screen and (max-width:599px) {
	.pc_only,
	.pc_tb {
		display: none!important;
	}
	.sp_only,
	.tb_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}

}


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

/*== header ==*/
.header {
	position: absolute;
	width: 100%;
	justify-content: space-between;
	z-index: 999;
}
h1.h_ttl {
	width: 435px;
	margin-top: 50px;
	margin-left: 50px;
}
h1.h_ttl a:hover {
	opacity: .5;
}

.global_nav {
	margin-top: 50px;
	margin-right: 50px;
}
.global_nav .menu_list li + li {
	margin-left: 30px;
}
.global_nav .menu_list li a {
	display: flex;
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	font-size: 30px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	line-height: 1.3;
	align-items: center;
	justify-content: center;
}
.global_nav .menu_list li:nth-child(1) a:hover {
	background-color: #4972b2;
	border: 2px solid #4972b2;
}
.global_nav .menu_list li:nth-child(2) a:hover {
	background-color: #987803;
	border: 2px solid #987803;
}
.global_nav .menu_list li:nth-child(3) a:hover {
	background-color: #006837;
	border: 2px solid #006837;
}

@media screen and (max-width:1600px) { 
	h1.h_ttl {
		width: 350px;
		margin-top: 30px;
		margin-left: 30px;
	}
	.global_nav {
		margin-top: 30px;
		margin-left: 30px;
	}
	.global_nav .menu_list li + li {
		margin-left: 20px;
	}
	.global_nav .menu_list li a {
		width: 100px;
		height: 100px;
		font-size: 24px;
	}
}

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

@media screen and (max-width:1300px) { 
	h1.h_ttl {
		width: 300px;
	}
}

@media screen and (max-width:1200px) { 
	h1.h_ttl {
		/*width: 200px;
		margin-top: 20px;
		margin-left: 20px;*/
		width: 50%;
		margin-top: 35%;
		margin-left: 5%;
	}
}

@media screen and (max-width:599px) {
	h1.h_ttl {
		width: 45%;
		margin-top: 20px;
	}
}

/*ハンバーガーボタン*/
.burger-btn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 999999;
	top: 17px;
	right: 3.125%;
	cursor: pointer;
	transition: .3s;
	background-color: #000;
	/*background-color: #0071BC;*/
}
.burger-btn:hover {
	transition: .3s;
}
.bar {
	width: 25px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .3s;
}    
.bar_top {
	top: 10px;
}
.bar_mid {
	top: 49%;
	transform: translate(-50%,-50%);
}
.bar_bottom {
	bottom: 10px;
}
.burger-btn.close .bar_top {
	transform: translate(-50%,10px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
	transform: translate(-50%,-9px) rotate(-45deg);
	transition: transform .3s;
}
#sp_nav {
	transform: translateX(100%);
	transition: .5s;
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	padding-bottom: 50px;
	transition: .2s;
}
#sp_nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/top/sp/mv_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -99;
}
#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}
#sp_nav .inner {
	max-width: 1024px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0,0,0,.6);
}
.nav_logo {
	padding-top: 150px;
	width: 300px;
	margin: 0 auto;
}
#sp_nav .menu_list {
	padding-top: 100px;
}
#sp_nav .menu_list li {
	line-height: 1;
}
#sp_nav .menu_list li+li {}
#sp_nav .menu_list li a {
	color: #fff;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#sp_nav .menu_list li a:hover {}
#sp_nav .menu_list li span.en {
	font-size: 18px;
	font-weight: bold;
}
#sp_nav .menu_list li span.ja {
	display: inline-block;
	width: 100%;
	margin-top: 4px;
	font-size: 14px;
	color: #666;
}


@media screen and (max-width:1440px) { 
	#sp_nav {
	}
	#sp_nav .inner {
	}
}

@media screen and (max-width:1200px) { 
	#sp_nav .inner {
	}
}

@media screen and (max-width:599px) { 
	.burger-btn {
		top: 13px;
	}
	.nav_logo {
		width: 230px;
		padding-top: 100px;
	}
}


/*== footer ==*/
.footer {
	padding: 30px 75px 30px;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
.footer .inner {
	justify-content: space-between;
}
.footer .f_left {
}
.footer .f_left .f_logo {
	font-size: 36px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}
.footer .f_left .address {
	margin-top: 10px;
}
.footer .f_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
}
.footer .f_right .f_menu {
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
}
.footer .f_right .f_menu li + li {
	margin-left: 50px;
}
.footer .f_right .f_menu li a {}
.footer .f_right .f_menu li a:hover {
	text-decoration: underline;
}
.footer .f_right .copyright {
	width: 100%;
	text-align: right;
	font-size: 12px;
}

@media screen and (max-width:1440px) {
	.footer {
		padding: 30px;
	}
	.footer .f_right .f_menu {
		font-size: 21px;
	 }
	.footer .f_right .copyright {
		/*margin-right: 70px;*/
	}
}

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

@media screen and (max-width:1200px) {
	.footer {
		padding: 30px 5%;
	}
	.footer .inner {
		display: block;
	}
	.footer .f_right {
		justify-content: left;
		margin-top: 30px;
	}
	.footer .f_right .f_menu {
		width: 100%;
		justify-content: space-between;
	}
	.footer .f_right .copyright {
		text-align: center;
		margin-top: 15px;
	}
}

	/*最新のsafari用*/
	_::-webkit-full-page-media, _:future, :root .tel a:before {
		bottom: 5px;
	}
	/*古いsafari用*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .tel a:before {
			bottom: 5px;
		}
	}

@media screen and (max-width:599px) {
	.footer .f_left .f_logo {
		text-align: center;
	}
	.footer .f_left .address {
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
	}
	.footer .f_right {
		margin-top: 0;
	}
	.footer .f_right .f_menu {
		display: none;
	}
	/*.footer .f_right .f_menu li {
		width: 100%;
		text-align: center;
	}
	.footer .f_right .f_menu li + li {
		margin-left: 0;
	}*/
}


/*== その他・アクション系 ==*/
/*PAGE TOP*/
.page_top {
	z-index: 98;
}
.page_top a {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #000;
	display: flex;
	justify-content: center;
	border-radius: 50px;
	align-items: center;
	z-index: 2;
	transition: .2s;
}

.page_top a .arrow_up {
	height: 10px;
	width: 10px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

.page_top a:hover {
	background: #987803;
	transition: .2s;
}

@media screen and (max-width:1200px) {
	.page_top a {
		bottom: 30px;
		right: 15px;
	}
}



/*fade-in*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}

.fi_left {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(-100px, 0);
}
.fi_right {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.fi_right02 {
	opacity: 0;
	transition-duration: 700ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.fi_right03 {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.fi_right04 {
	opacity: 0;
	transition-duration: 2000ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width:1200px) { 
	.fi,
	.fi_02 {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}





/*北川須義の全て*/
.all_list {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
	position: relative;
	z-index: 1;
}
.all_list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/common/pc/all_bk.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .3;
	z-index: 1;
}
.all_list .inner {}
.all_list h3 {
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.all_list h3 .icon {
	display: block;
	width: 50px;
	margin: 0 auto;
}
.all_list h3 .ttl_tips {
	font-size: 72px;
	font-size: 3.75vw;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}
.all_list .list_box {
	max-width: 1820px;
	width: 94.7915%;
	margin: 0 auto;
	margin-top: 80px;	
}

.all_list .list_box li {
	font-size: 0;
}
.all_list .list_box li + li {
	margin-top: 50px;
}
.all_list .list_box li a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: .2s;
	z-index: 2;
}

.all_list .list_box li a h4 {
	text-align: center;
	position: absolute;
	top: 85px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.all_list .list_box li.list_03 a h4 {
	top: 65px;
}
.all_list .list_box li a h4 .icon {
	display: block;
	width: 68px;
	margin: 0 auto;
}
.all_list .list_box li a h4 .ttl {
	font-size: 60px;
	font-size: 3.2vw;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
}
.all_list .list_box li a .img_photo {
	width: 100%;
	position: relative;
	transition: .2s;
}
.all_list .list_box li a .img_photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	transition: .2s;
	z-index: 2;
}
.all_list .list_box li.list_01 a .img_photo:before {
	background-color: #4972b2;
}
.all_list .list_box li.list_02 a .img_photo:before {
	background-color: #987803;
}
.all_list .list_box li.list_03 a .img_photo:before {
	background-color: #006837;
}
.all_list .list_box li a:hover .img_photo:before {
	opacity: .2;
}
.all_list .list_box li a:hover .img_photo img {
	width: scale(1.05);
}


@media screen and (max-width:1600px) {
	.all_list {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.all_list .list_box {
		margin-top: 60px;
	}
	.all_list .list_box li a h4 {
		top: 50px;
	}
	.all_list .list_box li.list_03 a h4 {
		top: 35px;
	}
}

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

@media screen and (max-width:1200px) {
	.all_list .inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.all_list h3 .ttl_tips {
		font-size: 46px;
	}
	.all_list .list_box {
		margin-top: 50px;
		width: 100%;
	}
	.all_list .list_box li + li {
		margin-top: 30px;
	}
	.all_list .list_box li a .img_photo {
		height: 255px;
	}
	.all_list .list_box li a .img_photo img {
		height: 100%;
	}
	.all_list .list_box li a h4 {
		top: 60px;
	}
	.all_list .list_box li a h4 .ttl {
		font-size: 36px;
	}
}

@media screen and (max-width:599px) {
	.all_list {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.all_list:before {
		background-image: url(../images/common/sp/all_bk.jpg);
		background-attachment: inherit;
	}
	.all_list h3 .icon {
		width: 40px;
	}
	.all_list h3 .ttl_tips {
		font-size: 36px;
	}
	.all_list .list_box li a .img_photo {
		height: 180px;
	}
	.all_list .list_box li a h4 {
		top: 35px;
		width: 100%;
	}
	.all_list .list_box li.list_03 a h4 {
		top: 26px;
	}
	.all_list .list_box li a h4 .icon {
		width: 45px;
	}
	.all_list .list_box li a h4 .ttl {
		font-size: 28px;
	}
}






/*slide*/
.slide_box {
	margin-top: 50px;
	/*transform: translateX(-13.4375%);*/
	position: relative;
}
.slide_box .card_list {
	margin: 0 auto;
}
.slide_box .slick-list {
	overflow: inherit;
}
.slide_box .slick-track {
	display: flex;
}
.slide_box .slick-dots {
	text-align: left;
	bottom: -60px;
}
.slide_box .card {
	max-width: 600px;
	width: 600px;
	position: relative;
	margin-left: 50px;
}
.slide_box .card .img_photo {
}
.slide_box .card .img_photo img {
	box-shadow: 7px 7px 7px rgba(0, 0, 0, .3);
}

.slide_box .slick-next,
.slide_box .slick-prev {
	display: block;
	z-index: 999;
	position: absolute;
	top: auto;
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 50px;
	z-index: 99;
}
.slide_box .slick-next {
	left: 80px;
	bottom: -100px;
}
.slide_box .slick-prev {
	left: 0;
	bottom: -100px;
}
.slide_box .slick-next:before,
.slide_box .slick-prev:before {
	content: "";
	position: absolute;
	top: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	height: 10px;
	width: 10px;
	opacity: 1;
}
.slide_box .slick-next:before {
	transform: rotate(45deg);
	right: 20px;
}
.slide_box .slick-prev:before {
	transform: rotate(-135deg);
	left: 20px;
}
.slide_box .slick-next:hover,
.slide_box .slick-prev:hover {
	background-color: #987803;
}
.slide_box .slick-next:focus,
.slide_box .slick-prev:focus {
	background-color: #987803;
}

@media screen and (max-width:1200px) {
	.slide_box {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width:599px) {
	.slide_box {
		transform: translateX(-30px);
		margin-top: 0px;
	}
	.slide_box .card_list {
		width: 100%;
		margin-top: 30px;
	}
	.slide_box .card {
		margin-left: 30px;
	}
}

.scroll-hint {
	position: absolute;
	/*top: 50%;*/
	left: 100px;
	left: 50%;
	bottom: -90px;
	transform: translateX(-50%);
	/*transform: translate(-50%, -50%);*/
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	display: none;
	animation: scroll-hint-animation 2s infinite ease;
	width: 65px;
	height: 70px;
	text-align: center;
	border-radius: 5px;
}
.scroll-hint:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 16px;
	background-image: url(../images/common/pc/icon_scroll.svg);
	background-repeat: no-repeat;
	background-size: 50px;
	width: 55px;
	height: 70px;
}
.scroll-hint--show {
	display: block;
}

@keyframes scroll-hint-animation {
	0% {
		transform: translate(-50%, -50%);
	}
	50% {
		transform: translate(-40%, -50%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width:1200px) {
	.scroll-hint {
		left: 10%;
		bottom: -30px;
	}
}

@media screen and (max-width:599px) {
	.scroll-hint {
		left: 20%;
		width: 50px;
		height: 50px;
	}
	.scroll-hint:before {
		top: 11px;
		left: 14px;
		background-size: 40px;
		width: 40px;
		height: 52px;
	}
}



/*gallery*/
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.gallery {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.gallery_wrap {
	display: flex;
	overflow: hidden;
}
.gallery_list {
	display: flex;
	list-style: none;
}
.gallery_list--left {
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
}
.gallery_list--right {
	animation :infinity-scroll-right 95s infinite linear 0.5s both;
}
.gallery_item {
	width: calc(100vw / 5);
	font-size: 0;
	height: 350px;
	margin-left: 50px;
}
.gallery_item a:hover {
	opacity: .8;
}
.gallery_item img{
	width: 100%;
	height: 100%;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, .3);
}

/*右から左へ*/
@keyframes infinity-scroll-left {
  from {
	transform: translateX(0);
  }
  to {
	transform: translateX(-100%);
  }
}

/*左から右へ*/
@keyframes infinity-scroll-right {
  from {
	transform: translateX(-100%);
  }
  to {
	transform: translateX(0);
  }
}

@media screen and (max-width:1600px) {
	.gallery_item {
		height: 300px;
	}
}

@media screen and (max-width:1440px) {
	.gallery_item {
		height: 280px;
	}
}

@media screen and (max-width:1300px) {
	.gallery_item {
		height: 250px;
	}
}

@media screen and (max-width:1200px) {
	.gallery_item {
		width: calc(100vw / 3);
		height: 250px;
	}
}

@media screen and (max-width:599px) {
	.gallery_item {
		width: calc(100vw / 1.3);
		height: 310px;
	}
	.gallery_list--left {
		animation :infinity-scroll-left 50s infinite linear 0.5s both;
	}
	.gallery_list--right {
		animation :infinity-scroll-right 50s infinite linear 0.5s both;
	}
}