a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

html {
	width: 100%;
	height: 100%;
}

.drawer-open {
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font: 15px "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 300;
	color: #1a1a1a;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

body * {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a {
	color: #1a1a1a;
	text-decoration: none;
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-ready {
	opacity: 0;
	transform: translateY(30px);
	-webkit-transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-active {
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (max-width:768px){
	.is-pc {
		display: none;
	}
}

.is-sp {
	display: none;
}

@media only screen and (max-width:768px){
	.is-sp {
		display: block;
	}
}

.wrap {
	overflow: hidden;
}


.header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	padding: 20px;
	background: url(../img/keyvisual.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

@media only screen and (max-width:768px){
	.header {
		height: 90vh;
		background: url(../img/keyvisual-sp.jpg) no-repeat bottom center;
		background-size: cover;
	}
}

.header-top {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	line-height: 0;
}

.header-top-arukikata {
	width: 180px;
	padding: 5px 10px;
	background: #fff;
}

@media only screen and (max-width:768px){
	.header-top-arukikata {
		width: 140px;
	}
}

.header-top-germany {
	width: 160px;
}

@media only screen and (max-width:768px){
	.header-top-germany  {
		width: 120px;
	}
}

.header-inner {
	margin-bottom: 5vw;
}

@media only screen and (max-width:768px){
	.header-inner {
		margin-bottom: 10vw;
	}
}

.header-logo {
	position: relative;
	width: 50vw;
	min-width: 720px;
	margin: 0 auto 4vw;
}

@media only screen and (max-width:768px){
	.header-logo {
		width: 86vw;
		min-width: inherit;
		margin-bottom: 8vw;
	}
}

.header-logo img {
	width: 100%;
}

.header-logo-naw {
	position: relative;
	z-index: 10;
}

.header-logo-stamp {
	position: absolute;
	top: -3vw;
	left: -7vw;
	display: block;
	width: 12vw;
	z-index: 0;
}

.header-logo-stamp img {
	width: 100%;
}

.header-lead {
	max-width: 720px;
	margin: 0 auto;
	padding: 1.5vw;
	font-size: 17px;
	font-weight: 500;
	line-height: 2;
	text-shadow: 0 0 10px rgba(255,255,255,0.7), 0 0 10px rgba(255,255,255,0.7);
	text-align: left;
	background: rgba(255,255,255,0.6);
}

@media only screen and (max-width:768px){
	.header-lead {
		padding: 4vw;
		font-size: 13px;
	}
}

.header-copyright {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #fff;
}

.content-camapign {
	position: relative;
	padding: 90px 30px 60px;
}

@media only screen and (max-width:768px){
	.content-camapign {
		padding: 60px 20px 30px;
	}
}

.content-camapign:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 27vw;
	height: 10.3vw;
	display: block;
	content: "";
	background: url(../img/campaign-bg-left.png) no-repeat;
	background-size: cover;
}

.content-camapign:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 27vw;
	height: 10.3vw;
	display: block;
	content: "";
	background: url(../img/campaign-bg-right.png) no-repeat;
	background-size: cover;
}

.content-camapign-inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	z-index: 20;
}

.content-title {
	margin-bottom: 60px;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width:768px){
	.content-title {
		margin-bottom: 30px;
		font-size: 23px;
	}
}

.content-title br {
	display: none;
}

@media only screen and (max-width:768px){
	.content-title br {
		display: inline;
	}
}

.list-campaign {
	margin-bottom: 15px;
}

.list-campaign ul {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width:768px){
	.list-campaign ul {
		flex-direction: column;
	}
}

.list-campaign ul li {
	width: 31%;
}

@media only screen and (max-width:768px){
	.list-campaign ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.list-campaign ul li:last-of-type {
			margin-bottom: 0;
	}
}

.list-campaign-image {
	position: relative;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px){
	.list-campaign-image img {
		width: 100%;
	}
}

.list-campaign-image-number {
	position: absolute;
	top: -15px;
	left: -15px;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

@media only screen and (max-width:768px){
	.list-campaign-image-number {
		top: -5px;
		left: -5px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.list-campaign-image-number:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 45px;
	height: 45px;
	background: #cf141c;
	transform: rotate(45deg);
}

@media only screen and (max-width:768px){
	.list-campaign-image-number:before {
		width: 35px;
		height: 35px;
	}
}

.list-campaign-image-number-1:before {
	background: #f4c720;
}

.list-campaign-image-number-3:before {
	background: #080404;
}

.list-campaign-image-number strong {
	position: relative;
	z-index: 10;
}

.list-campaign-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

@media only screen and (max-width:768px){
	.list-campaign-title {
		font-size: 17px;
	}
	
	.list-campaign-text {
		font-size: 13px;
	}
}

.list-campaign-note {
	margin-bottom: 30px;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
}

.list-campaign-twitter {
	display: flex;
	justify-content: center;
}

.list-campaign-twitter a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 7px 7px 15px;
	background: #1d9bf0;
	border-radius: 5px;
	font-size: 20px;
	-webkit-transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width:768px){
	.list-campaign-twitter a {
		flex-direction: column;
		padding: 5px;
		font-size: 15px;
	}
}

.list-campaign-twitter a:hover {
	background: #60b9f4;
}

.list-campaign-twitter-title {
	color: #fff;
}

@media only screen and (max-width:768px){
	.list-campaign-twitter-title {
		margin-bottom: 5px;
	}
}

.list-campaign-twitter-account {
	display: flex;
	align-items: center;
	background: #f9f9f9;
	padding: 7px 12px;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1;
}

@media only screen and (max-width:768px){
	.list-campaign-twitter-account {
		padding: 7px 12px;
		margin-left: 0;
	}
}

.list-campaign-twitter-account img {
	width: 25px;
	height: auto;
}

.list-campaign-twitter-account span:nth-child(1) {
	margin-right: 5px;
}


.content-entry {
	position: relative;
	padding: 60px 30px;
	background: #dd0000;
}

.content-entry:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 33.33333333%;
	height: 100%;
	background: #000000;
	z-index: 0;
}

.content-entry:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 33.33333333%;
	height: 100%;
	background: #ffce00;
	z-index: 0;
}

@media only screen and (max-width:768px){
	.content-entry {
		padding: 30px 20px;
	}
}

.content-entry-inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 20;
}

.list-entries > ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

@media only screen and (max-width:768px){
	.list-entries > ul {
		flex-direction: column;
		margin-bottom: 0;
	}
}

.list-entries > ul > li {
	display: flex;
	width: 47%;
	margin: 0 6% 60px 0;
}

@media only screen and (max-width:768px){
	.list-entries > ul > li {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

.list-entries > ul > li:nth-child(2n) {
	margin-right: 0;
}

.list-entries > ul > li > a {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 25px -5px rgba(0,0,0,0.08);
}

.list-entries > ul > li > a:hover {
	box-shadow: 0 0 35px -5px rgba(0,0,0,0.2);
}

.list-entries-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 1;
}

.list-entries-image img {
	-webkit-transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.list-entries ul li a:hover .list-entries-image img {
	transform: scale(1.07);
}

@media only screen and (max-width:768px){
	.list-entries-image img {
		width: 100%;
	}
}

.list-entries-image-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background: #52ca7a;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
}

.list-entries-detail {
	padding: 15px;
}

.list-entries-title {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500;
}

.list-entries-meta ul {
	display: flex;
}

.list-entries-meta ul li {
	margin-right: 15px;
	font-size: 12px;
}

.list-entries-meta ul li svg {
	margin-right: 5px;
	color: #ff7e00;
}

.icon-scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
  padding-top: 70px;
	z-index: 10;
}

.footer {
	padding: 30px 30px 30px 30px;
	background: #dd0000;
}

@media only screen and (max-width:768px){
	.footer {
		padding-bottom: 15px;
	}
}

.footer-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

@media only screen and (max-width:768px){
	.footer-logos {
		margin-bottom: 10px;
	}
}

.footer-logos li {
	margin: 0 15px;
	line-height: 0;
}

@media only screen and (max-width:768px){
	.footer-logos li  {
		margin: 0 10px;
	}
}

.footer-logos .enit {
	width: 140px;
}

.footer-logos .arukikata {
	padding: 5px 10px;
	width: 200px;
	background: #fff;
}


.footer-logos .germany {
	width: 140px;
}

.footer-logos .germany img {
	padding: 5px 10px 10px 10px;
	background: #fff;
	line-height: 1;
}

.footer-logos .germany span {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
	color: #fff;
}

.footer-copyright {
	text-align: center;
	color: #fff;
}



.icon-scroll span.border {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 4px;
  height: 42px;
	margin-left: -2px;
  background: #fff;
  -webkit-animation: sdb2 1.5s infinite;
  animation: sdb2 1.5s infinite;
  box-sizing: border-box;
}

.icon-scroll span.arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-left: -17.5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes sdb2 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.figure01 {
	position: absolute;
	top: 25vw;
	left: -5vw;
	width: 30vw;
	height: 30vw;
	display: block;
	opacity: 0.3;
	z-index: 10;
}

@media only screen and (max-width:768px){
	.figure01 {
		position: absolute;
		top: 10%;
		left: -20vw;
		width: 70vw;
		height: 70vw;
	}
}

.figure01 svg {
	fill: #fff;
}

.figure02 {
	position: absolute;
	top: -0.5vw;
	right: -10vw;
	width: 45vw;
	height: 45vw;
	display: block;
	opacity: 0.3;
	z-index: 10;
}

@media only screen and (max-width:768px){
	.figure02 {
		top: 0;
		right: -20vw;
		width: 80vw;
		height: 80vw;
	}
}

.figure02 svg {
	fill: #fff;
}

.figure03 {
	position: absolute;
	top: 37%;
	left: 30vw;
	width: 40vw;
	height: 40vw;
	display: block;
	opacity: 0.3;
	z-index: 10;
}

@media only screen and (max-width:768px){
	.figure03 {
		top: 50%;
		left: -10vw;
		width: 120vw;
		height: 120vw;
	}
}

.figure03 svg {
	fill: #fff;
}

.figure04 {
	position: absolute;
	top: 60%;
	left: -20vw;
	width: 60vw;
	height: 60vw;
	display: block;
	opacity: 0.2;
	z-index: 10;
}

@media only screen and (max-width:768px){
	.figure04 {
		top: 75%;
		left: -20vw;
		width: 60vw;
		height: 60vw;
	}
}

.figure04 svg {
	fill: #fff;
}

.figure05 {
	position: absolute;
	top: 75%;
	right: -5vw;
	width: 30vw;
	height: 30vw;
	display: block;
	opacity: 0.2;
	z-index: 10;
}

@media only screen and (max-width:768px){
	.figure05 {
		display: none;
		top: 90%;
		right: -20vw;
		width: 80vw;
		height: 80vw;
	}
}

.figure05 svg {
	fill: #fff;
}


