/*
Theme Name: CSU_260116
Author: Motohiro Suzuki
Description: CSU様テーマ
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 2.2;
	letter-spacing: 0.4px;
	font-family: "Hanken Grotesk","Zen Kaku Gothic New", sans-serif;
}
img,iframe {
	max-width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
h1,h2,h3,h4,h5,h6,p,a {
	margin: 0;
	padding: 0;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px) {
	.spv {
		display: block;
	}
	.pcv {
		display: none;
	}
}

/**/
#wrap {
	position: relative;
}

.header{
  position: fixed;
  left: 0;
  top: 0;
	z-index: 100
}
.header a {
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.header_inner {
	box-sizing: border-box;
  position: relative;
  padding: 2vw;
}
.header h1 {
	width: 100px;
	position: relative;
	z-index:9999;
	filter: invert(1);
}
.nav_list {
	margin: 50px 0;
	filter: invert(1);
}
.header .f_nav {
	display: none;
}
.header .ec {
	position: fixed;
	top: 2vw;
	right: 2vw;
	padding: 2px 15px 2px 50px;
	border: 1px solid #000;
	border-radius: 100px;
	filter: invert(1);
	transition: all .6s;
	z-index: 1000
}
.header .ec img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	box-sizing: border-box;
	padding: 5px 0;
}
.header .ec span {
	font-size: 12px;
}
@media only screen and (max-width: 768px) {
	.header{
		width: 100%;
	}
	.header_inner {
		padding: 5%;
	}
	.header h1 {
		width: 70px;
	}
	.nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		padding: 22vh 5% 0;
		background-color: #000000;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto; 
		  margin: 0;
	  }
	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px; 
		height: 40px;
		cursor: pointer;
		z-index: 300;
		}
	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	  }
	  .nav_item {
		  margin-bottom: 2%;
	  }
	  .nav_item a {
		display: block;
		text-decoration: none;
		color: #000;
		font-size: 18px;
		}
	  .hamburger_border {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #fff;
		transition: all .6s;
	  }
	  .hamburger_border_top {
		top: 14px;
	  }
	  .hamburger_border_center {
		top: 20px;
	  }
	  .hamburger_border_bottom {
		top: 26px;
	  }
	  .black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #333;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	  }

	  /* 表示された時用のCSS */
	  .nav-open .nav {
		right: 0;
	  }
	  .nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	  }
		.nav-open .hamburger_border {
			background-color: #fff!important;
		}
	  .nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
	  }
	  .nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	  }
	  .nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
	  }
		.header .f_nav {
			display: block;
			color: #FFF;
			margin-top: 15%;
			font-size: 10px;
		}
		.header .f_nav a {
			color: #FFF;
		}
		.header .f_nav p {
			margin-top: 5%;
		}
	.header .ec {
		width: 25px;
		top: 3vw;
		right: 18vw;
		padding: 0;
		border: none;
	}
	.header .ec img {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		box-sizing: border-box;
		padding: 5px 0;
	}
	.header .ec span {
		display: none;
	}
	.nav_list li,.f_nav {
		opacity: 0;
		transform: translate(-10px,0);
		transition: 1s all 0.6s ease;
	}
	.nav-open .nav_list li,.nav-open .f_nav {
		opacity: 1;
		transform: translate(0)
	}
}



header.scroll h1,.page header h1,header.scroll .ec,.page header .ec  {
	filter: invert(0);
	transition: 0.2s;
}
header.scroll .nav_list,.page header .nav_list  {
	filter: invert(0);
	transition: 0.2s;
}
header.scroll .hamburger_border,.page header .hamburger_border {
	background-color: #000;
}
.mercard header.scroll h1,.mercard header.scroll .ec  {
	filter: invert(1);
}
.mercard header.scroll .nav_list  {
	filter: invert(1);
}
.mercard header.scroll .hamburger_border {
	background-color: #fff;
}

.nav-open header.scroll h1,.nav-open header h1,.nav-open header .ec  {
	filter: invert(1);
	transition: 0.2s;
}
.nav-open header.scroll .nav_list,.nav-open header .nav_list  {
	filter: invert(1);
	transition: 0.2s;
}
.nav-open header.scroll .hamburger_border {
	background-color: #fff;
}



footer {
	background: #000;
	color: #FFF;
	position: relative;
}
footer .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0
}
footer .f_logo {
	width: 34%;
	max-width: 150px;
}
footer .f_nav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
footer .f_nav a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
footer .f_nav a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
footer .f_nav p {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	margin-top: 15px
}
@media only screen and (max-width: 768px)  {
	footer {
		box-sizing: border-box;
		padding: 8%;
	}
	footer .f_logo {
		margin-bottom: 20%;
	}
	footer .f_nav {
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0%);
		opacity: 1;
	}
	
}

main {
	position: relative;
}
.pankuzu {
	position: absolute;
	top: 25px;
	left: 350px;
	font-size: 10px;
	z-index: 50;
	width: 50%;
	display: none;
}
.pankuzu ul{
    list-style: none;
  }
.pankuzu li{
    display: inline;
  }
.pankuzu li a{
    color: inherit;
    text-decoration: none;
  }
.pankuzu li + li:before{
    content: ">";
    margin:.5em;
  }
.more {
	position: relative;
	text-align: center;
}
.more a {
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: none;
	padding-left: 52px;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0.6px;
}
.more a span {
	content: "";
	background: url("assets/img/arrow.svg") no-repeat center;
	background-size: 100%;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	
}
.mercard .more a {
	color: #eee;
}
.mercard .more a span {
	content: "";
	background: url("assets/img/arrow_gold.svg") no-repeat center;
}
@media only screen and (max-width: 768px)  {
	.pankuzu {
		font-size: 10px;
		top:15vh;
		left: 5%;
		width: 90%;
	}
	.more {
		padding: 5%;
		text-align: right;
	}	
	
}

.pager {
	width: calc(100% - 450px);
	margin-left: 350px;
	position: relative;
	text-align: right;
	margin-top: 5%;
}

.pager a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.pager .pagination {
	display: block;
	text-align: center;
	position: relative;
}
.pager ul {
	display: block;
}
.pager ul li {
	display: inline-block;
	margin-bottom: 0%;
    width: 50px;
    height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 7%;
	
}
.pager ul li a,.pager ul li span {
	background: url(assets/img/pager_off.svg) no-repeat center;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
	border-bottom: none;
	color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
}
.pager ul li a:hover {
	background: url(assets/img/pager_on.svg) no-repeat center;
	background-size: 50px;
}
.pager ul li span {
	background: url(assets/img/pager_on.svg) no-repeat center;
	background-size: 50px;

}

.pagination {
	width: 70%;
	width: 100%;
	margin: 0 auto;
	z-index: 10
}
.pager .nav-next {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pager .nav-previous {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
@media only screen and (max-width: 768px)  {
	.pager {
		width: 90%;
		margin-left: 5%;
		text-align: right;
		margin-top: 15%;
	}
	.pager .page-numbers a,.pager .page-numbers span {
		font-size: 1.2rem;
	}
}

section h3/*,section h4*/ {
	overflow: hidden;
	position: relative;
}
section .title h3 span/*,section .title h4 span*/ {
	display: block;
	transform: translate(0,100%);
	transition: 1s all 0s ease;
}
section .title.ac h3 span/*,section .title.ac h4 span*/ {
	transform: translate(0%);
}


section div {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
section div.ac {
	opacity: 1;
}
section div img {
	transform: translate(0,20px);
	transition: 1s all 0s ease;
}
section div.ac img {
	transform: translate(0)
}
section footer div {
	opacity: 1;
}
