@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html,
body {
	padding: 0;
	margin: 0;
	line-height: 2.0;
	font-size: 11px;
}
img,video {
	width: 100%;
	border: 0;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
p {
	margin: 0;
	padding: 0;
}

#bl {
	z-index: 99;
	font-family: aktiv-grotesk, sans-serif;
	position: relative;
	overflow: hidden;
}
#top {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top .ttl {
	position: absolute;
	top: 5.5%;
	right: 0;
	left: 0;
	margin: auto;
	width: 66%;
}

@media only screen and (min-width: 769px)  {
	#bl {
		width: 100%;
	}
	#top {
		height: 62vw;
	}
	#top .ttl {
		top: 9%;
		width: 68%;
		max-width: 960px;
	}
}



/* #content
------------------------------------- */
#bl #content  {
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top: 120vw;
	padding-top: 10%;
}
#bl #content .read  {
	margin: 0 0 15%;
}
#bl #content .read p {
	text-align: center;
	font-size: 10.5px;
	margin-bottom: 14px;
}
#bl #content .read p span {
	display: block;
	font-size: 13px;
	margin-bottom: 12px;
}
#bl #content .read a {
	text-align: center;
	background: #111;
	color: #fff;
	line-height: 2.4;
	display: block;
	width: 74%;
	margin: 2% auto 0;
	text-decoration: none;
	font-size: 14px;
}
#bl #content .read .iglink {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 8% auto 0;
}
#bl #content .read .iglink a {
	display: block;
	background: #323232;
	border-radius: 26px;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	text-decoration: none;
	width: 46%;
	font-size: 12px;
}
#bl #content section {
	width: 100%;
	margin: 0 auto 25%;
}
#bl #content section h3 {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	font-family: aktiv-grotesk, sans-serif;
	text-decoration: underline;
}
@media only screen and (min-width: 769px)  {
	#bl #content {
		margin-top: 62vw;
	}
	#bl #content .read  {
		margin: 0 0 200px;
	}
	#bl #content .read p {
		font-size: 13px;
	}
	#bl #content .read p span {
		font-size: 17px;
		margin-bottom: 18px;
	}
	#bl #content .read a {
	width: 34%;
	margin: 2% auto 0;
	font-size: 15px;
	}
	#bl #content .read .iglink {
		width: 58%;
		margin: 8% auto 0;
	}
	#bl #content .read .iglink a {
		width: 44%;
		font-size: 12px;
	}
	#bl #content section {
		max-width: 1200px;
		margin: 0 auto 240px;
	}
	#bl #content section h3 {
		font-size: 23px;
	}
}
/* slide
------------------------------------- */
#bl #content section .slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 75.8vw;
  margin: auto;
}
#bl #content section .slide.tate {
	height: 133.8vw;
}
#bl #content section .slide img {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  animation: slideAnime 6s ease infinite;
}
#bl #content section .slide img:nth-of-type(1) { animation-delay: 0s }
#bl #content section .slide img:nth-of-type(2) { animation-delay: 3s }

@keyframes slideAnime{
   0% { opacity: 0 }
   8% { opacity: 1 }
  50% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}

@media only screen and (min-width: 769px)  {
	#bl #content section .slide {
		width: 640px;
		height: 855px;
	}
	#bl #content section .slide.tate {
		height: 855px;
	}
}

#bl #content section .credit_box {
	width: 58%;
	margin: 8% auto;
}
#bl #content section .credit_box .credit {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
}
#bl #content section .credit_box .credit a {
	color: #111;
}
@media only screen and (min-width: 769px)  {
	#bl #content section .slide {
		width: 640px;
		height: 855px;
	}
	#bl #content section .credit_box {
		width: 30%;
	}
}


#bl #content section .box {
	position: relative;
}
#bl #content section .absolute {
	position: absolute;
}
#bl #content section .pic .box:nth-of-type(2) .credit_box {
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
#bl #content section .credit_box .credit .nolink {
	color: #686868;
	text-decoration: none;
}
@media only screen and (min-width: 769px)  {

}
/* 1
------------------------------------- */
#bl #content section:nth-of-type(1) .pic {
	
}
#bl #content section:nth-of-type(1) .pic .box:nth-of-type(1) {
	width: 62%;
	margin: 0 auto;
}
#bl #content section:nth-of-type(1) .pic .box:nth-of-type(2) {
	height: 118vw;
}
#bl #content section:nth-of-type(1) .pic .box:nth-of-type(2) img:nth-of-type(1){
	width: 50%;
	margin: 7% 0 0 10%;
	z-index: 2;
	position: relative;
}
#bl #content section:nth-of-type(1) .pic .box:nth-of-type(2) img:nth-of-type(2){
	width: 36%;
	right: 12%;
	top: 37%;
	z-index: 1;
}


@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(1) .pic {
		display: flex;
		justify-content: space-between;
	}
	#bl #content section:nth-of-type(1) .pic .box:nth-of-type(1) {
		width: 46%;
		margin: 0;
	}
	#bl #content section:nth-of-type(1) .pic .box:nth-of-type(2) {
		width: 48%;
		height: auto;
	}
	#bl #content section:nth-of-type(1) .pic .box:nth-of-type(2) img:nth-of-type(1) {
		width: 50%;
		top: 3%;
		margin: 0;
	}
	#bl #content section:nth-of-type(1) .pic .box:nth-of-type(2) img:nth-of-type(2) {
		width: 48%;
		top: 30%;
		right: 11%;
	}
	#bl #content section .pic .box:nth-of-type(2) .credit_box {
		margin: auto;
		left: 10%;
		right: auto;
		width: 46%;
	}
}

/* 2
------------------------------------- */
#bl #content section:nth-of-type(2) .pic {
	
}
#bl #content section:nth-of-type(2) .pic .box:nth-of-type(1) {
	width: 68%;
	margin: 0 auto;
}
#bl #content section:nth-of-type(2) .pic .box:nth-of-type(2) {
	height: 140vw;
}
#bl #content section:nth-of-type(2) .pic .box:nth-of-type(2) img:nth-of-type(1){
	width: 53%;
	margin: 32% 0 0 8%;
}
#bl #content section:nth-of-type(2) .pic .box:nth-of-type(2) img:nth-of-type(2){
	width: 44%;
	top: 8%;
	right: 10%;
}


@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(2) .pic {
		display: flex;
		justify-content: space-between;
	}
	#bl #content section:nth-of-type(2) .pic .box:nth-of-type(1) {
		width: 46%;
		margin: 0;
	}
	#bl #content section:nth-of-type(2) .pic .box:nth-of-type(2) {
		width: 48%;
		height: auto;
	}
	#bl #content section:nth-of-type(2) .pic .box:nth-of-type(2) img:nth-of-type(1) {
		width: 50%;
		top: 3%;
		margin: 0;
	}
	#bl #content section:nth-of-type(2) .pic .box:nth-of-type(2) img:nth-of-type(2) {
		width: 48%;
		top: 30%;
		right: 11%;
	}
}

/* 3
------------------------------------- */
#bl #content section:nth-of-type(3) .pic {
	
}
#bl #content section:nth-of-type(3) .pic .box:nth-of-type(1) {
	width: 100%;
	margin: 0 auto;
}
#bl #content section .pic .box:nth-of-type(1) img {
	display: block;
}
#bl #content section .pic .box:nth-of-type(1) .left{
	width: 63%;
	margin: 0;
}
#bl #content section .pic .box:nth-of-type(1) .right {
	width: 50%;
	margin: 7% 0 0 auto;
}


@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(3) .pic {
		position: relative;
	}
	#bl #content section:nth-of-type(3) .pic .box:nth-of-type(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#bl #content section .pic .box:nth-of-type(1) .left {
		width: 52%;
		margin: 0;
	}
	#bl #content section .pic .box:nth-of-type(1) .right {
		width: 42%;
		margin: 0;
	}
	#bl #content section:nth-of-type(3) .pic .credit_box {
		position: absolute;
		width: 20%;
		margin: 0;
		bottom: 0;
		right: 12%;
		
	}
}

/* 4
------------------------------------- */
#bl #content section:nth-of-type(4) .pic {
	
}
#bl #content section:nth-of-type(4) .pic .box:nth-of-type(1) {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(4) .pic {
		position: relative;
	}
	#bl #content section:nth-of-type(4) .pic .box:nth-of-type(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#bl #content section:nth-of-type(4) .pic .credit_box {
		position: absolute;
		width: 20%;
		margin: 0;
		bottom: 0;
		right: 12%;
	}
}



/* 5
------------------------------------- */
#bl #content section:nth-of-type(5) .pic {
	
}
#bl #content section:nth-of-type(5) .pic .box:nth-of-type(1) {
	width: 68%;
	margin: 0 auto;
}
#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) {
	height: 142vw;
}
#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) img:nth-of-type(1){
	width: 60%;
	margin: 7% 0 0 7%;
	position: absolute;
	z-index: 2;
}
#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) img:nth-of-type(2){
	width: 48%;
	top: 30%;
	right: 10%;
}

@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(5) .pic {
		display: flex;
		justify-content: space-between;
	}
	#bl #content section:nth-of-type(5) .pic .box:nth-of-type(1) {
		width: 46%;
		margin: 0;
	}
	#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) {
		width: 48%;
		height: auto;
	}
	#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) img:nth-of-type(1) {
		width: 67%;
		top: 0%;
		margin: 0;
		position: relative;
		z-index: 2;
	}
	#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) img:nth-of-type(2) {
		width: 56%;
		top: 29%;
		right: 11%;
	}
	#bl #content section:nth-of-type(5) .pic .box:nth-of-type(2) .credit_box {
		bottom: -12%;
	}
}


/* 6
------------------------------------- */
#bl #content section:nth-of-type(6) .pic {
	
}
#bl #content section:nth-of-type(6) .pic .box:nth-of-type(1) {
	width: 68%;
	margin: 0 auto;
}
#bl #content section:nth-of-type(6) .pic .box:nth-of-type(2) {
	height: 148vw;
}
#bl #content section:nth-of-type(6) .pic .box:nth-of-type(2) img:nth-of-type(1){
	width: 39%;
	margin: 10% 0 0 21%;
	z-index: 2;
	position: relative;
}
#bl #content section:nth-of-type(6) .pic .box:nth-of-type(2) img:nth-of-type(2){
	width: 50%;
	top: 31%;
	right: 10%;
}

@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(6) .pic {
		display: flex;
		justify-content: space-between;
	}
	#bl #content section:nth-of-type(6) .pic .box:nth-of-type(1) {
		width: 46%;
		margin: 0;
	}
	#bl #content section:nth-of-type(6) .pic .box:nth-of-type(2) {
		width: 48%;
		height: auto;
	}
	#bl #content section:nth-of-type(6) .pic .box:nth-of-type(2) img:nth-of-type(1) {
		width: 50%;
		top: 0;
		margin: 0;
		z-index: 2;
		position: relative;
	}
	#bl #content section:nth-of-type(6) .pic .box:nth-of-type(2) img:nth-of-type(2) {
		width: 68%;
		top: 12%;
		right: 6%;
	}
	
}


/* 7
------------------------------------- */
#bl #content section:nth-of-type(7) .pic {
	
}
#bl #content section:nth-of-type(7) .pic .box:nth-of-type(1) {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(7) .pic {
		position: relative;
	}
	#bl #content section:nth-of-type(7) .pic .box:nth-of-type(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#bl #content section:nth-of-type(7) .pic .credit_box {
		position: absolute;
		width: 20%;
		margin: 0;
		bottom: 0;
		right: 12%;
		
	}
}


/* 8
------------------------------------- */
#bl #content section:nth-of-type(8) .pic {
	
}
#bl #content section:nth-of-type(8) .pic .box:nth-of-type(1) {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(8) .pic {
		position: relative;
	}
	#bl #content section:nth-of-type(8) .pic .box:nth-of-type(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#bl #content section:nth-of-type(8) .pic .credit_box {
		position: absolute;
		width: 20%;
		margin: 0;
		bottom: 0;
		right: 12%;
		
	}
}


/* 9
------------------------------------- */
#bl #content section:nth-of-type(9) .pic {
	
}
#bl #content section:nth-of-type(9) .pic .box:nth-of-type(1) {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 769px)  {
	#bl #content section:nth-of-type(9) .pic {
		position: relative;
	}
	#bl #content section:nth-of-type(9) .pic .box:nth-of-type(1) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#bl #content section:nth-of-type(9) .pic .credit_box {
		position: absolute;
		width: 20%;
		margin: 0;
		bottom: 0;
		right: 12%;
		
	}
}

/* staff
------------------------------------- */
#bl #content .staff {
	width: 100%;
	margin: 0 auto 0;
	padding: 24% 0 0%;
	border-top: solid 1px #ababab;
}
#bl #content .staff span {
	display: block;
	text-align: center;
	color: #ababab;
}
@media only screen and (min-width: 768px)  {
	#bl #content .staff {
		padding: 120px 0 0%;
	}
}


/* profile
------------------------------------- */
#bl #content .profile {
	width: 100%;
	margin: 25% auto 0;
	padding: 16% 0;
	background: #eee;
}
#bl #content .profile p {
	text-align: center;
	color: #767676;
	width: 88%;
	margin: 0 auto;
}
#bl #content .profile .name {
	font-size: 12px;
	margin: 0 auto 5%;
}
#bl #content .profile .name span {
	display: block;
	font-size: 11px;
}
#bl #content .profile .links {
	width: 42%;
	margin: 6% auto 0;
	display: flex;
	justify-content: space-between;
}
#bl #content .profile .links a {
	color: #767676;
}
@media only screen and (min-width: 768px)  {
	#bl #content .profile {
		margin: 120px auto 0;
		padding: 60px 0;
	}
	#bl #content .profile .name {
		margin: 0 auto 20px;
	}
	#bl #content .profile .links {
		width: 180px;
		margin: 40px auto 0;
	}
}
/* foot
------------------------------------- */
#foot {
	position: relative;
	z-index: 999999;
	background: #fff;
	margin: 0;
	padding-top: 10%;
	
}
#foot .footer_inner {
	width: 90%;
	margin: 1% auto 0;
	
}
#foot .footer_inner .staff {
	
}
#foot .footer_inner .staff span {
	display: block;
	font-size: 8px;
}
#foot .footer_inner .staff span a {
	color: #111;
}
#foot .footer_inner .f_logo {
	width: 38%;
	margin: 0 auto 4%;
}

#foot .copy {
	font-size: 8px;
	background: #111;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	line-height: 1.0;
}

@media only screen and (min-width: 768px)  {
	#foot {
		margin: 0;
		padding-top: 70px;
	}
	#foot .footer_inner {
		max-width: 1300px;
		margin: 0 auto;
	}
	#foot .footer_inner .staff span {
		font-size: 12px;
	}
	#foot .footer_inner .f_logo {
		width: 20%;
	}
	#foot #targetimg {
		width: 30%;
		max-width: 400px;
	}
	#foot .copy {
		font-size: 8px;
		padding: 10px 0;
	}
}
/* fade
------------------------------------- */
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/* view
------------------------------------- */
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}
