@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix, .works_wrapper .inner > section {
  *zoom: 1;
}
.clearfix:after, .works_wrapper .inner > section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes blurAnime {
  from {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blurAnime {
  from {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 768px) {
  .top_cmn_heading {
    font-size: 40px;
  }
}

.parallax {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
#splash {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  color: #fff;
}
#splash .splash_logo {
  position: absolute;
  bottom: 50%;
  text-align: center;
  width: 100%;
}
#splash .splash_logo img {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #splash .splash_logo img {
    width: 240px;
  }
}
#splash #splash_text {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 99999;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
}

/*----------------------------------------------------
	MV
----------------------------------------------------*/
#mv {
  position: relative;
  height: 56.25vw;
  max-height: 100vh;
}
@media only screen and (max-width: 768px) {
  #mv {
    height: auto;
  }
}

#topMovie {
  background-image: url(../images/bg_stripe.png), -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(50%, #323232), to(#000));
  background-image: url(../images/bg_stripe.png), linear-gradient(to bottom, #323232 0%, #323232 50%, #000 100%);
  background-repeat: repeat;
  height: 56.25vw;
  max-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}
#topMovie #bg-video {
  position: absolute;
  right: 0;
  top: 0;
  left: 10vw;
  width: 100vw;
  height: auto;
  z-index: -100;
  background: url("../images/index/mv_bg_ph.jpg") no-repeat;
  background-size: cover;
}
#topMovie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
#topMovie .mv_catch {
  z-index: 1;
  position: absolute;
  bottom: 72px;
  width: 85%;
  right: 10vw;
  text-align: right;
}
#topMovie .mv_catch.animated {
  -webkit-animation: fadein 2s ease-in 1s 1 forwards;
  animation: fadein 2s ease-in 1s 1 forwards;
}
@media only screen and (max-width: 768px) {
  #topMovie {
    position: relative;
    height: auto;
  }
  #topMovie:before {
    opacity: .5;
    top: auto;
    bottom: 0;
    height: 20.5128205128vw;
    width: 100%;
  }
  #topMovie #bg-video {
    left: 0;
    position: relative;
    z-index: 0;
  }
  #topMovie .mv_catch {
    position: absolute;
    bottom: 3.8461538462vw;
    right: 8.2051282051vw;
    z-index: 2;
  }
  #topMovie .mv_catch img {
    width: 60.2564102564vw;
  }
}

/*----------------------------------------------------
	#secConcept
----------------------------------------------------*/
#secConcept {
  z-index: 2;
  position: relative;
}
#secConcept .wrap_concept {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #secConcept .wrap_concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#secConcept .concept_box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: linear-gradient(-45deg, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
}
#secConcept .concept_box1 h2 {
  padding: 10vw 10vw 30px 30px;
}
#secConcept .concept_box1 .concept_label {
  background-color: #000;
  color: #fff;
  padding: 15px 30px;
}
#secConcept .concept_box1 .concept_label .eng {
  font-size: 3.6vw;
  color: #C9A063;
  line-height: 1;
  margin-top: 10px;
}
#secConcept .concept_box1 .concept_text {
  padding: 30px 10vw 72px 30px;
}
#secConcept .concept_box1 .concept_text p {
  font-size: 18px;
}
#secConcept .concept_box1 .concept_text p + p {
  font-size: 16px;
  margin-top: 10px;
}
#secConcept .concept_box1 .btn_more {
  margin-top: 64px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #secConcept .concept_box1 h2 {
    padding: 6.5vw 10vw 6vw;
    text-align: center;
  }
  #secConcept .concept_box1 h2 img {
    height: 8.7179487179vw;
  }
  #secConcept .concept_box1 .concept_label {
    padding: 15px 30px;
    text-align: center;
  }
  #secConcept .concept_box1 .concept_label .eng {
    font-size: 7.5vw;
  }
  #secConcept .concept_box1 .concept_text {
    padding: 5vw 10vw;
    text-align: center;
  }
  #secConcept .concept_box1 .concept_text p {
    font-size: 18px;
  }
  #secConcept .concept_box1 .concept_text p + p {
    font-size: 16px;
    margin-top: 10px;
  }
  #secConcept .concept_box1 .btn_more {
    margin-right: auto;
    margin-top: 24px;
  }
}
#secConcept .concept_box2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#secConcept .concept_box2 figure {
  padding: 10vw;
}
#secConcept .concept_box2 p {
  font-family: "Parisienne", sans-serif;
  color: #C9A063;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
#secConcept .concept_box2 p .owner_name {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
}
#secConcept .eng {
  font-family: "Parisienne", sans-serif;
}

/*----------------------------------------------------
	SERVICE
----------------------------------------------------*/
#service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000));
  background-image: linear-gradient(to bottom, #323232, #000);
  position: relative;
  z-index: 2;
}

/*----------------------------------------------------
	works
----------------------------------------------------*/
.works_wrapper {
  background: #000;
  color: #fff;
  padding: 36px 0 24px;
}
.works_wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works_wrapper .inner > section {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}
.works_wrapper .inner h2 {
  text-align: center;
  color: #C9A063;
  font-size: 26px;
  margin-bottom: 16px;
}
.works_wrapper .inner h2 span {
  font-size: 12px;
  display: block;
  color: #fff;
}
.works_wrapper .inner .ph_works {
  margin-bottom: 16px;
}
.works_wrapper .inner p {
  font-size: 13px;
}
.works_wrapper .inner .link_more {
  color: #fff;
  font-family: "BioRhyme", serif;
  display: inline-block;
  float: right;
  margin-top: 20px;
  font-size: 16px;
  padding: 3px 40px 2px 3px;
  background: url("../images/icon_arrow_w.png") no-repeat right center;
  background-size: 32px auto;
}
.works_wrapper .inner .link_more:hover {
  color: #C9A063;
  background: url("../images/icon_arrow_y.png") no-repeat right center;
  background-size: 32px auto;
}
@media only screen and (max-width: 640px) {
  .works_wrapper .inner {
    display: block;
  }
  .works_wrapper .inner > section {
    margin-bottom: 24px;
  }
  .works_wrapper .inner > section:last-of-type {
    margin-bottom: 0;
  }
  .works_wrapper .inner .link_more {
    margin-top: 10px;
  }
}

/*----------------------------------------------------
	#Blog
----------------------------------------------------*/
#secBlog {
  position: relative;
  background: url(../images/index/bg_blog.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  z-index: 2;
}
#secBlog h2 {
  text-align: center;
  margin-bottom: 56px;
}
#secBlog h2 img {
  height: 110px;
}
#secBlog .inner {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  #secBlog .inner {
    width: 90%;
  }
}
#secBlog .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 641px) {
  #secBlog .inner ul {
    position: relative;
    overflow: hidden;
  }
}
#secBlog .inner ul li {
  float: left;
  width: 30%;
  margin-right: 2%;
  background-color: #3e3a39;
  position: relative;
  overflow: hidden;
}
#secBlog .inner ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #secBlog .inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #secBlog .inner ul li {
    width: 48%;
    margin-bottom: 24px;
  }
}
#secBlog .blog_ph {
  background-color: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 70.5882352941% 0 0;
  display: block;
  opacity: 1;
}
#secBlog .blog_ph img {
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#secBlog .blog_ph:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
#secBlog .blog_ph figcaption {
  color: #fff;
  font-family: 'Aldrich', sans-serif;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
#secBlog .blog_ph figcaption:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 50%;
  bottom: -20px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
#secBlog .blog_ph:hover:before {
  opacity: 1;
}
#secBlog .blog_ph:hover figcaption {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
#secBlog .blog_ph a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
#secBlog .blog_txt {
  color: #fff;
  padding: 10px 15px 36px;
  position: relative;
  overflow: hidden;
}
#secBlog .blog_data {
  background: url(../images/line_stripe.png) repeat-x bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#secBlog .blog_data .blog_cate {
  color: #C9A063;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  margin-right: auto;
}
#secBlog .blog_data .blog_no {
  font-size: 10px;
  font-family: 'Aldrich', sans-serif;
}
#secBlog .blog_data time {
  font-size: 12px;
  width: 100%;
}
#secBlog .wrap_read_more {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#secBlog .wrap_read_more .read_more {
  font-family: 'Aldrich', sans-serif;
  font-size: 10px;
  text-align: right;
  display: block;
  color: #C9A063;
  padding: 10px 12px 10px 8px;
}
@media only screen and (max-width: 768px) {
  #secBlog {
    background-attachment: scroll;
    background-size: auto 1100px;
    padding: 40px 0;
  }
  #secBlog h2 {
    margin-bottom: 32px;
  }
  #secBlog h2 img {
    height: 64px;
  }
}
#secBlog .btn_more {
  margin: 60px auto 0;
}

/*----------------------------------------------------
	#Blog
----------------------------------------------------*/
#secItem {
  position: relative;
  background-image: url(../images/bg_stripe.png), -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(25%, #323232), to(#000));
  background-image: url(../images/bg_stripe.png), linear-gradient(to bottom, #323232 0%, #323232 25%, #000 100%);
  background-repeat: repeat;
  color: #fff;
  padding: 80px 0;
  z-index: 2;
}
#secItem h2 {
  text-align: center;
  margin-bottom: 56px;
}
#secItem h2 img {
  height: 110px;
}
#secItem .inner {
  width: 80%;
}
#secItem .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#secItem .grid .grid-item {
  width: calc((100% - 50px)/5);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #secItem .grid .grid-item {
    width: 49%;
  }
}
#secItem .grid .grid-item.animated {
  -webkit-animation: fadeinup2 0.7s ease-in 0s 1 forwards;
  animation: fadeinup2 0.7s ease-in 0s 1 forwards;
}
#secItem .grid .grid-item:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#secItem .grid .grid-item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#secItem .grid .grid-item:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#secItem .grid .grid-item:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#secItem .grid .grid-item:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#secItem .grid .grid-item:nth-of-type(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#secItem .grid .grid-item:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#secItem .grid .grid-item:nth-of-type(8) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#secItem .grid .grid-item:nth-of-type(9) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#secItem .grid .grid-item:nth-of-type(10) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#secItem .shop_ph {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  background: #000;
  opacity: 1;
}
#secItem .shop_ph img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#secItem .shop_ph figcaption {
  background: url("../images/more.png") no-repeat center;
  background-size: 51px auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  left: 50%;
  width: 100%;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  font-size: 12px;
}
#secItem .shop_ph:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .4;
}
#secItem .shop_ph:hover figcaption {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
#secItem .shop_ph a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #secItem {
    padding: 40px 0;
  }
  #secItem h2 {
    margin-bottom: 32px;
  }
  #secItem h2 img {
    height: 64px;
  }
  #secItem .inner {
    width: 90%;
  }
  #secItem .grid-item {
    width: 49%;
  }
}
#secItem .btn_more {
  margin: 60px auto 0;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.wrap_404page {
  text-align: center;
  background: #fff;
  background-size: cover;
  height: calc(100vh - 132px);
  min-height: 500px;
  position: relative;
}
.wrap_404page .inner {
  position: relative;
  padding: 40px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_404page .inner figure {
  opacity: .7;
}
.wrap_404page .inner h2 {
  font-size: 180px;
  color: #C9A063;
  line-height: 1;
}
.wrap_404page .inner h2 span {
  display: block;
  font-size: 32px;
  color: #000;
  letter-spacing: .05em;
}
.wrap_404page .inner h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrap_404page .inner h3 span {
  display: inline-block;
}
.wrap_404page .inner h3 span:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 13px;
  background: url("../images/icon_arrow_w.png") center;
  background-size: contain;
  margin-right: 6px;
}
.wrap_404page .inner p {
  font-size: 13px;
  margin-bottom: 32px;
}
.wrap_404page .inner .back_top a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 16px;
  position: relative;
}
.wrap_404page .inner .back_top a:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 0;
}
.wrap_404page .inner .back_top a:hover {
  color: #000;
}
.wrap_404page .inner .back_top a:hover span {
  position: relative;
  z-index: 1;
}
.wrap_404page .inner .back_top a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
  .wrap_404page {
    height: calc(100vh - 64px);
  }
  .wrap_404page .inner figure {
    width: 38%;
  }
  .wrap_404page .inner h2 {
    margin: 24px 0 20px;
  }
  .wrap_404page .inner h3 {
    font-size: 17px;
  }
  .wrap_404page .inner p {
    font-size: 12px;
    text-align: left;
  }
}
