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;
}

.header h1 {
	line-height: 0;
}

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

.header-inner {
	margin-bottom: 8vw;
}

@media only screen and (max-width:768px){
	.header-inner {
		margin-bottom: 30vw;
	}
}

.header-lead span {
	position: relative;
	display: inline-block;
	padding: 30px;
	background: rgba(255,255,255,0.8);
	color: #000;
}

@media only screen and (max-width:768px){
	.header-lead span {
		padding: 20px;
	}
}

.header-lead span:before {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	content: "";
	width: calc( 100% - 12px );
	height: calc( 100% - 12px );
	border: solid 1px #000;
}


.content {
	position: relative;
	padding: 60px 30px;
	background: #FFFBE2;
}

@media only screen and (max-width:768px){
	.content {
		padding: 30px 20px;
	}
}

.content-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.content-lead {
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: bold;
}

@media only screen and (max-width:768px){
	.content-lead {
		margin-bottom: 40px;
		font-size: 15px;
	}
}

.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;
	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: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.list-entries ul li a:hover .list-entries-image img {
	transform: scale(1.07);
}

.list-entries-image-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 12px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and (max-width:768px){
	.list-entries-image-label {
		padding: 5px 10px;
		font-size: 14px;
	}
}

.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: #DA121A;
}

.icon-scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
  padding-top: 70px;
	z-index: 10;
}

.footer {
	padding: 0 30px 30px 30px;
	background: #fffddf;
}

@media only screen and (max-width:768px){
	.footer {
		padding-bottom: 15px;
	}
}

.footer-logos {
	position: relative;
	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 10px;
	line-height: 0;
}

.footer-logos .catalunya {
	width: 100px;
}

.footer-logos .arukikata {
	padding: 10px;
	width: 200px;
	background: #fff;
}

.footer-copyright {
	text-align: center;
}

.footer-banner {
	position: relative;
	display: flex;
	max-width: 1080px;
	margin: 0 auto 20px;
	padding: 0 80px;
	z-index: 10;
}

@media only screen and (max-width:768px){
	.footer-banner {
			flex-direction: column;
			padding: 0 15px;
	}
}

.footer-banner li {
	margin-right: 30px;
}

@media only screen and (max-width:768px){
	.footer-banner li {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.footer-banner li:last-of-type {
	margin-right: 0;
}



.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.15;
}

@media only screen and (max-width:768px){
	.figure01 {
		position: absolute;
		top: 10%;
		left: -20vw;
		width: 70vw;
		height: 70vw;
	}
}

.figure01 svg {
	fill: #DA121A;
}

.figure02 {
	position: absolute;
	top: -0.5vw;
	right: -10vw;
	width: 45vw;
	height: 45vw;
	display: block;
	opacity: 0.15;
}

@media only screen and (max-width:768px){
	.figure02 {
		top: 0;
		right: -20vw;
		width: 80vw;
		height: 80vw;
	}
}

.figure02 svg {
	fill: #ff7e00;
}

.figure03 {
	position: absolute;
	top: 37%;
	left: 30vw;
	width: 40vw;
	height: 40vw;
	display: block;
	opacity: 0.25;
}

@media only screen and (max-width:768px){
	.figure03 {
		top: 50%;
		left: -10vw;
		width: 120vw;
		height: 120vw;
	}
}

.figure03 svg {
	fill: #de2910;
}

.figure04 {
	position: absolute;
	top: 60%;
	left: -20vw;
	width: 60vw;
	height: 60vw;
	display: block;
	opacity: 0.15;
}

@media only screen and (max-width:768px){
	.figure04 {
		top: 75%;
		left: -20vw;
		width: 60vw;
		height: 60vw;
	}
}

.figure04 svg {
	fill: #ff7e00;
}

.figure05 {
	position: absolute;
	top: 75%;
	right: -5vw;
	width: 30vw;
	height: 30vw;
	display: block;
	opacity: 0.3;
}

@media only screen and (max-width:768px){
	.figure05 {
		top: 90%;
		right: -20vw;
		width: 80vw;
		height: 80vw;
	}
}

.figure05 svg {
	fill: #de2910;
}


