@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
	PC
----------------------------------------------------*/

@media screen and (min-width: 768px) {

html {
  background: #232323;
}
body {
  color: #dedede;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 1px;
  line-height: 2;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: none;
}

/* ********** header ********** */

header {
  width: 100%;
  padding: 50px 0 0 0;
}
header .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
header h1 {
  width: 66px;
  margin: 0 auto 50px;
}
header h1 a {
  transition: .3s;
}
header h1 a:hover {
  opacity: .7;
}
header .breadcrumbs {
  padding: 20px 30px;
  background: #2f3034;
}
header .breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
}
header .breadcrumbs ul li {
color: #808080;
}
header .breadcrumbs ul li a {
  color: #fff;
}
header .breadcrumbs ul li:after {
  content: "/";
  padding: 0 10px;
}
header .breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0;
}
header .breadcrumbs ul li a:hover {
  text-decoration: none;
}

/* ********** footer ********** */

footer {
  margin: -32px 0 0 0;
  padding: 32px 0 0 0;
  background: url(../images/triangle_black.png) repeat-x center top;
}
footer .outer {
  background: #191919;
}
footer .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
footer .inner p.logo {
  width: 100px;
  position: absolute;
  bottom: 80px;
  left: 30px;
}
footer .inner .box {
  width: 45%;
}
footer .inner .box h2 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #4d4d4d;
}
footer .inner .box p + p {
  margin: 20px 0 0 0;
}
footer .inner a {
  color: #fff;
  text-decoration: none;
}
footer .inner a:hover {
  text-decoration: underline;
}
footer .inner a[target="_blank"] {
  padding: 0 20px 0 0;
  background: url(../images/blank.png) no-repeat right center;
}
footer .inner .box a.btn {
  width: 100%;
  padding: 25px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 5px;
  border: 1px solid #fff;
  display: block;
  transition: .3s;
}
footer .inner .box a.btn:hover {
  color: #303030;
  background: #fff;
}
footer .inner .bottom {
  width: 100%;
  margin: 180px 0 0 0;
  font-size: 12px;
}
footer .inner .bottom ul {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: flex-end;
}
footer .inner .bottom ul li {
  margin: 0 0 0 30px;
}
footer .inner .bottom .copy {
  text-align: right;
}

}

/*----------------------------------------------------
	SP
----------------------------------------------------*/

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

html {
  background: #232323;
}
body {
  color: #dedede;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 1px;
  line-height: 2;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.pc {
  display: none;
}

/* ********** header ********** */

header {
  width: 100%;
  padding: 30px 0 0 0;
}
header .inner {
  padding: 0 20px;
}
header h1 {
  width: 60px;
  margin: 0 auto 30px;
}
header .breadcrumbs {
  padding: 15px 20px;
  background: #2f3034;
}
header .breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
}
header .breadcrumbs ul li {
color: #808080;
font-size: 12px;
}
header .breadcrumbs ul li a {
  color: #fff;
}
header .breadcrumbs ul li:after {
  content: "/";
  padding: 0 10px;
}
header .breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0;
}
header .breadcrumbs ul li a:hover {
  text-decoration: none;
}

/* ********** footer ********** */

footer {
  margin: -32px 0 0 0;
  padding: 32px 0 0 0;
  background: url(../images/triangle_black.png) repeat-x center top;
}
footer .outer {
  background: #191919;
}
footer .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
footer .inner p.logo {
  width: 80px;
  margin: 0 auto 30px;
}
footer .inner .box {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 12px;
}
footer .inner .box h2 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #4d4d4d;
}
footer .inner .box p + p {
  margin: 20px 0 0 0;
}
footer .inner a {
  color: #fff;
  text-decoration: none;
}
footer .inner a:hover {
  text-decoration: underline;
}
footer .inner a[target="_blank"] {
  padding: 0 20px 0 0;
  background: url(../images/blank.png) no-repeat right center;
}
footer .inner .box a.btn {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 5px;
  border: 1px solid #fff;
  display: block;
  transition: .3s;
}
footer .inner .box a.btn:hover {
  color: #303030;
  background: #fff;
}
footer .inner .bottom {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 12px;
}
footer .inner .bottom ul {
  width: 100%;
  margin: 0 0 20px 0;
}
footer .inner .bottom ul li {
  margin: 0 0 10px 0;
}
footer .inner .bottom .copy {
  margin: 40px 0 0 0;
}

}

/*----------------------------------------------------
	ANIMATION
----------------------------------------------------*/

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, -110px, 0);
    transform: translate3d(0, -110px, 0);
  }

  30% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0);
  }
}
