@charset "UTF-8";
/*
font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* other
----------------------------------------------------------------------*/
br.sp {
  display: none;
}

.clearfix {
  display: block;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

a {
  outline: none;
  border: 0;
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

/* Breadcrumb classes
----------------------------------------------------------------------*/
.Breadcrumb {
  margin: 0 auto;
  padding: 0 58px;
  text-align: right;
  line-height: 1;
}
.Breadcrumb ul#crumbs {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.Breadcrumb ul#crumbs li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
  height: 26px;
  background-position: top right;
  background-repeat: no-repeat;
  list-style: none;
  font-size: 11px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 26px;
}
.Breadcrumb ul#crumbs li::after {
  position: absolute;
  top: 0;
  right: -18px;
  display: block;
  content: "/";
}
.Breadcrumb ul#crumbs li:last-child::after {
  display: none;
}
.Breadcrumb ul#crumbs li a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 150px;
  color: #000000;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Breadcrumb ul#crumbs li span {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 150px;
  color: #000000;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* effect classes
----------------------------------------------------------------------*/
/* pager classes
----------------------------------------------------------------------*/
.navigation {
  position: absolute;
  right: 50px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0 0 auto;
  margin: 0;
  padding: 0;
  width: 60px;
}
.navigation .alignleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: auto;
  width: 50%;
  border-bottom: none;
  list-style: none;
}
.navigation .alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: auto;
  width: 50%;
  border-bottom: none;
  list-style: none;
}
.navigation a {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  text-decoration: none;
  text-indent: 999999px;
  line-height: 50px;
}
.navigation .alignleft a {
  padding: 0;
  background: url(image/arrow_left.svg) no-repeat top 50% left 0;
  background-size: 12px auto;
  text-align: left;
}
.navigation .alignright a {
  padding: 0;
  background: url(image/arrow_right.svg) no-repeat top 50% right 0;
  background-size: 12px auto;
  text-align: right;
}

/* form classes
----------------------------------------------------------------------*/
input[type=text], input[type=email], input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  border: #e7e7e7 solid 1px;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: 150px;
  border: #e7e7e7 solid 1px;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 20px;
  width: auto;
  text-align: center;
}

input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 1px;
  padding: 0 0 0 30px;
  width: 260px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #000000;
  background-image: url(../img/arrow_right_wh.svg);
  background-position: top 50% right 30px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  -webkit-appearance: none;
}

.backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #949494;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* common
----------------------------------------------------------------------*/
#screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity ease 0.7s;
  transition: opacity ease 0.7s;
  pointer-events: none;
}
#screen.on {
  opacity: 1;
}
#screen::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
#screen::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}

#wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
#wrapper::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
}
header .logo {
  position: absolute;
  top: -60px;
  left: 70px;
  margin: 0;
  padding: 0;
  line-height: 0;
  -webkit-transition: top 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
  transition: top 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
}
header .logo img {
  width: 148px;
  height: auto;
}
header .logo.on {
  top: 23px;
}

footer {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 50px 70px;
  background-color: #ffffff;
}
footer .logo {
  margin: 0 0 30px;
  padding: 0;
  line-height: 0;
}
footer .logo img {
  width: 148px;
  height: auto;
}
footer p.address {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 2em;
}
footer p.copyright {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 2em;
}
footer nav {
  position: absolute;
  top: 50px;
  right: 70px;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
footer nav ul li a {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.menuBtn {
  position: fixed;
  top: 50%;
  left: -115px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  margin-top: -170px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  -webkit-transition: left 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
  transition: left 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
}
.menuBtn.on {
  left: 74px;
}
.menuBtn .mbox {
  position: relative;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 14px;
}
.menuBtn .mbox .hambarg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.menuBtn .mbox .hambarg:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.menuBtn.action .mbox .hambarg:nth-child(1) {
  top: 50%;
  background: #525252;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuBtn.action .mbox .hambarg:nth-child(2) {
  top: 50%;
  background: #525252;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navi {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.98);
  opacity: 1;
  -webkit-transition: 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  transition: 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  pointer-events: none;
}
.navi.on {
  right: 0;
  left: 0;
  pointer-events: auto;
}
.navi.on .navi_title {
  left: 70px;
  opacity: 1;
}
.navi .navi_title {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -72px;
  color: #383838;
  font-size: 120px;
  font-family: "Barlow Semi Condensed", sans-serif;
  opacity: 0;
  -webkit-transition: 0.5s ease 0.7s;
  transition: 0.5s ease 0.7s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navi .menu {
  position: relative;
  z-index: 5;
  padding: 0 0 0 250px;
  width: 100%;
}
.navi .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navi .menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: #1d1d1d solid 1px;
}
.navi .menu ul li:last-child {
  border-bottom: none;
}
.navi .menu ul li a {
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
  height: 74px;
  background: url(../img/arrow_right.svg) no-repeat top 50% right 70px;
  color: #545454;
  text-decoration: none;
  font-weight: 600;
  font-size: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 74px;
  -webkit-transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navi .menu ul li a.hover {
  background: url(../img/arrow_right_bk.svg) no-repeat top 50% right 70px;
  background-color: #ffff00;
  color: #000000;
}
.navi .menu ul li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: 0.5s fadeOutMenu ease forwards;
          animation: 0.5s fadeOutMenu ease forwards;
}
.navi .menu ul li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: 0.5s fadeOutMenu ease forwards 0.1s;
          animation: 0.5s fadeOutMenu ease forwards 0.1s;
}
.navi .menu ul li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: 0.5s fadeOutMenu ease forwards 0.2s;
          animation: 0.5s fadeOutMenu ease forwards 0.2s;
}
.navi .menu ul li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: 0.5s fadeOutMenu ease forwards 0.3s;
          animation: 0.5s fadeOutMenu ease forwards 0.3s;
}
.navi .menu ul li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: 0.5s fadeOutMenu ease forwards 0.4s;
          animation: 0.5s fadeOutMenu ease forwards 0.4s;
}
.navi .menu.on ul li:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-animation: 0.5s fadeInMenu ease forwards 0.7s;
          animation: 0.5s fadeInMenu ease forwards 0.7s;
}
.navi .menu.on ul li:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-animation: 0.5s fadeInMenu ease forwards 0.8s;
          animation: 0.5s fadeInMenu ease forwards 0.8s;
}
.navi .menu.on ul li:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-animation: 0.5s fadeInMenu ease forwards 0.9s;
          animation: 0.5s fadeInMenu ease forwards 0.9s;
}
.navi .menu.on ul li:nth-child(4) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-animation: 0.5s fadeInMenu ease forwards 1s;
          animation: 0.5s fadeInMenu ease forwards 1s;
}
.navi .menu.on ul li:nth-child(5) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-animation: 0.5s fadeInMenu ease forwards 1.1s;
          animation: 0.5s fadeInMenu ease forwards 1.1s;
}
.navi .sub_menu {
  position: absolute;
  right: 70px;
  bottom: 34px;
}
.navi .sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navi .sub_menu ul li {
  margin: 0 0 0 54px;
  padding: 0;
}
.navi .sub_menu ul li a {
  color: #545454;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

a.vm {
  display: block;
  width: 310px;
  height: 70px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 70px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.vm.hover {
  background-color: #ffff00;
  color: #000000 !important;
}

.line {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 40px;
  background: #383838;
  content: "";
  opacity: 1;
  -webkit-animation-name: fadeBar;
          animation-name: fadeBar;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.85, 0.37, 0.83);
          animation-timing-function: cubic-bezier(0.26, 0.85, 0.37, 0.83);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.line.line01 {
  left: 70px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.line.line02 {
  left: 359px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.line.line03 {
  right: 359px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.line.line04 {
  right: 70px;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

section#top {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section#top .hero {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  min-height: 680px;
}
section#top .hero .hero_description {
  position: relative;
  z-index: 4;
  margin: 0 0 0 82px;
  padding: 0;
  width: calc(100% - 400px);
}
section#top .hero .hero_description h2 {
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 6.3vw;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#top .hero .hero_description p {
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
section#top .hero .hero_description p.move {
  -webkit-animation-name: fadeInR;
          animation-name: fadeInR;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#top .hero .scroll {
  position: fixed;
  bottom: 179px;
  left: 80px;
  padding: 8px 0 0;
  width: 116px;
  border-top: #000000 solid 1px;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
section#top .hero .scroll::after {
  position: absolute;
  top: -1px;
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #000000;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
section#top .hero .scroll p {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 12px;
  font-weight: 600;
  font-size: 12px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#top .hero .scroll p span {
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
section#top .hero .scroll.b1 p span {
  top: -12px;
}
section#top .hero .scroll.b2 p span {
  top: -24px;
}
section#top .hero .scroll.b3 p span {
  top: -36px;
}
section#top .hero .scroll.b4 {
  opacity: 0;
}
section#top .hero .scroll.b4 p span {
  top: -24px;
}
section#top .hero .photo {
  position: absolute;
  z-index: 3;
  line-height: 0;
}
section#top .hero .photo.photo_001 {
  top: 0;
  right: 71px;
}
section#top .hero .photo.photo_001 .colorBox {
  position: absolute;
  top: 80px;
  right: -36px;
  bottom: -27px;
  left: 92px;
  z-index: 4;
  mix-blend-mode: multiply;
}
section#top .hero .photo.photo_001 .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #00ffff;
  content: "";
}
section#top .hero .photo.photo_002 {
  right: 0;
  bottom: 0;
}
section#top .hero .photo.photo_002 .colorBox {
  position: absolute;
  top: -30px;
  right: 138px;
  bottom: 48px;
  left: -30px;
  z-index: 4;
  mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}
section#top .hero .photo.photo_002 .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffff00;
  content: "";
}
section#top .oem_odm {
  position: relative;
  margin: 0 0 70px;
  padding: 0 140px;
  background: #efefef;
}
section#top .oem_odm::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#top .oem_odm::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#top .oem_odm .oem_odm_wrap {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding: 44px 0;
  max-width: 1110px;
  width: 100%;
}
section#top .oem_odm .oem_odm_wrap.move .oem_odm_mask::after {
  opacity: 0;
}
section#top .oem_odm .oem_odm_wrap.move .oem_odm_mask::before {
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
section#top .oem_odm .oem_odm_wrap.move .oem_odm_description p {
  -webkit-animation-name: fadeInL;
          animation-name: fadeInL;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_mask {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50%;
  background-image: url(../img/mask_photo_001.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_mask::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  width: 0;
  background-color: #8b8b8b;
  content: "";
  -webkit-transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_mask::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  background-color: #efefef;
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.1s linear 0.4s;
  transition: opacity 0.1s linear 0.4s;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_mask .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_mask .cover {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_mask img {
  width: 100%;
  height: auto;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 50px;
  width: 50%;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_description h2 {
  margin: 0 0 20px;
  padding: 0;
  text-align: right;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#top .oem_odm .oem_odm_wrap .oem_odm_description p {
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}
section#top .oem_odm .oem_odm_wrap .oem_odm_description a {
  position: absolute;
  right: 0;
  bottom: 0;
}
section#top .textiles {
  position: relative;
  margin: 0 0 120px;
  padding: 0 156px;
  background: #efefef;
}
section#top .textiles::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#top .textiles::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#top .textiles .textiles_wrap {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding: 75px 0 0;
  max-width: 1000px;
  width: 100%;
}
section#top .textiles .textiles_wrap.move .textiles_description p {
  -webkit-animation-name: fadeInR;
          animation-name: fadeInR;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#top .textiles .textiles_wrap.move .photo.photo_002 {
  -webkit-animation-name: fadeInR;
          animation-name: fadeInR;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#top .textiles .textiles_wrap.move .text {
  -webkit-animation-name: fadeInR;
          animation-name: fadeInR;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#top .textiles .textiles_wrap .textiles_description {
  margin: 0;
  padding: 0;
}
section#top .textiles .textiles_wrap .textiles_description h2 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#top .textiles .textiles_wrap .textiles_description p {
  margin: 0 0 65px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
section#top .textiles .textiles_wrap .photo {
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 0;
}
section#top .textiles .textiles_wrap .photo.photo_001 {
  top: 0;
  right: 50%;
  margin-right: -542px;
}
section#top .textiles .textiles_wrap .photo.photo_002 {
  right: 50%;
  bottom: -55px;
  z-index: 1;
  margin-right: -335px;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
section#top .textiles .textiles_wrap .text {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  margin-right: -721px;
  padding: 0;
  height: 121px;
  line-height: 0;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  mix-blend-mode: multiply;
}
section#top .case_study {
  position: relative;
  z-index: 2;
  margin: 0 0 120px;
  padding: 0 50px;
}
section#top .case_study .case_study_wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
section#top .case_study .case_study_wrap h2 {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#top .case_study .case_study_wrap p {
  margin: 0 0 40px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
section#top .case_study .case_study_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 -100px;
  padding: 0;
}
section#top .case_study .case_study_wrap ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 100px;
  width: 33.333%;
  list-style: none;
}
section#top .case_study .case_study_wrap ul li a {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
}
section#top .case_study .case_study_wrap ul li a .thumb {
  position: relative;
  margin: 0 0 14px;
  padding: 0;
  width: 100%;
  line-height: 0;
}
section#top .case_study .case_study_wrap ul li a .thumb img {
  width: 100%;
  height: auto;
}
section#top .case_study .case_study_wrap ul li a p {
  margin: 0;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#top .case_study .case_study_wrap ul li:first-child a .thumb .colorBox {
  position: absolute;
  top: 97px;
  right: 81px;
  bottom: -55px;
  left: -40px;
  z-index: 2;
  mix-blend-mode: multiply;
}
section#top .case_study .case_study_wrap ul li:first-child a .thumb .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #00ffff;
  content: "";
}
section#top .case_study .case_study_wrap ul li:nth-child(3) a .thumb .colorBox {
  position: absolute;
  top: -74px;
  right: -49px;
  bottom: 40px;
  left: 83px;
  z-index: 2;
  mix-blend-mode: multiply;
}
section#top .case_study .case_study_wrap ul li:nth-child(3) a .thumb .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #00ffff;
  content: "";
}
section#top .case_study .case_study_wrap a.vm {
  position: absolute;
  top: 41px;
  right: -204px;
}
section#top .fxp_banner {
  position: relative;
  z-index: 2;
  background-color: #1a1a1a;
  background-image: linear-gradient(0deg, transparent 12px, #323232 14px), linear-gradient(90deg, transparent 12px, #323232 14px);
  background-size: 14px 14px;
}
section#top .fxp_banner a {
  display: block;
  margin: 0;
  padding: 42px 50px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
section#top .fxp_banner a.hover {
  background-color: rgba(81, 81, 81, 0.49);
}
section#top .fxp_banner a .fxp_banner_wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
section#top .fxp_banner a .fxp_banner_wrap h2 {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 43px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#top .fxp_banner a .fxp_banner_wrap p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
section#top .fxp_banner a .fxp_banner_wrap .logo {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -36px 0 0;
  padding: 0;
  line-height: 0;
}

.contact_banner {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  height: 400px;
  background-color: #000000;
}
.contact_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  height: 400px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.84, 0.39, 0.33, 1);
  transition: 0.3s cubic-bezier(0.84, 0.39, 0.33, 1);
}
.contact_banner a.hover {
  background-color: #ffff00;
  color: #000000;
}
.contact_banner a p {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.contact_banner a p.name {
  margin: 0 0 40px !important;
  padding: 0 !important;
  text-align: center !important;
  letter-spacing: -1px !important;
  font-weight: 600 !important;
  font-size: 100px !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  line-height: 1 !important;
}

section#service {
  margin: 0;
  padding: 0;
}
section#service .hero {
  position: relative;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 200px 170px 0;
  max-width: 1290px;
}
section#service .hero h1 {
  margin: 0 0 28px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 110px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#service .hero .copy {
  margin: 0;
  padding: 0 0 0 240px;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
section#service .hero .copy p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
section#service .hero .copy p.read {
  font-weight: 700;
  font-size: 35px;
}
section#service .hero .copy.move {
  -webkit-animation-name: fadeInR;
          animation-name: fadeInR;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#service .hero .photo {
  position: absolute;
  line-height: 0;
}
section#service .hero .photo.photo_001 {
  top: 0;
  right: -4px;
}
section#service .hero .photo.photo_001 .colorBox {
  position: absolute;
  top: 0;
  right: -28px;
  left: -65px;
  z-index: 4;
  height: 70px;
  mix-blend-mode: multiply;
}
section#service .hero .photo.photo_001 .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e1007f;
  content: "";
}
section#service .hero .photo.photo_002 {
  position: relative;
  margin: 40px 0 -40px -184px;
}
section#service h2 {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 45px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#service p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.2em;
}
section#service p.sub {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
}
section#service p.sub span {
  display: inline-block;
  padding: 0 0 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
section#service .plan_design {
  position: relative;
  z-index: 3;
  margin: 0 0 44px;
  padding: 100px 70px 0;
  background-color: #efefef;
}
section#service .plan_design::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#service .plan_design::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#service .plan_design .num {
  position: absolute;
  top: -191px;
  right: -246px;
  color: #efefef;
  font-weight: 600;
  font-size: 340px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  mix-blend-mode: multiply;
}
section#service .plan_design .plan_design_wrap {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 370px 70px 150px;
  max-width: 1100px;
}
section#service .plan_design .plan_design_wrap .item {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  width: 310px;
}
section#service .plan_design .plan_design_wrap .item h3 {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  background: url(../img/icon_note.svg) no-repeat left;
  font-size: 15px;
}
section#service .plan_design .plan_design_wrap .item ul {
  margin: 0 0 95px 0;
  padding: 0;
  list-style: none;
}
section#service .plan_design .plan_design_wrap .item ul li {
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#service .plan_design .plan_design_wrap .item a.vm {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section#service .textiles {
  position: relative;
  z-index: 3;
  margin: 0 0 44px;
  padding: 100px 70px 0;
  background-color: #efefef;
}
section#service .textiles::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#service .textiles::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#service .textiles .num {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -306px;
  color: #efefef;
  font-weight: 600;
  font-size: 340px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  mix-blend-mode: multiply;
}
section#service .textiles .textiles_wrap {
  position: relative;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 132px;
  max-width: 1100px;
}
section#service .textiles .textiles_wrap .textiles_description {
  margin: 0 0 0 auto;
  width: 65%;
}
section#service .textiles .photo {
  position: absolute;
  line-height: 0;
}
section#service .textiles .photo.photo_001 {
  top: -171px;
  left: 50%;
  margin-left: -604px;
}
section#service .textiles .photo.photo_002 {
  top: -20px;
  left: 50%;
  margin-left: -361px;
}
section#service .textiles .photo.photo_003 {
  bottom: -44px;
  left: 50%;
  margin-left: -235px;
}
section#service .textiles a.vm {
  position: absolute;
  right: 0;
  bottom: 0;
}
section#service .other_service {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
}
section#service .other_service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section#service .other_service ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: auto;
  width: 33.333%;
  border-bottom: none;
  list-style: none;
}
section#service .other_service ul li .num {
  position: absolute;
  right: 36px;
  bottom: -20px;
  z-index: 2;
  color: #e0e0e0;
  font-weight: 600;
  font-size: 206px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#service .other_service ul li .service_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 70px 60px;
  width: 100%;
  background-color: #f4f4f4;
}
section#service .other_service ul li .service_box .service_box_warp {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 300px;
}
section#service .other_service ul li .service_box .service_box_warp h2 {
  text-align: center;
  font-size: 41px;
}
section#service .other_service ul li .service_box .service_box_warp p {
  text-align: justify;
}
section#service .other_service ul li .service_box .service_box_warp p.sub {
  margin: 0 0 25px;
  text-align: center;
  font-size: 17x;
  line-height: 1;
}
section#service .other_service ul li:nth-child(1) .service_box {
  background-color: #ededed;
}
section#service .other_service ul li:nth-child(1) .service_box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#service .other_service ul li:nth-child(3) .service_box {
  background-color: #ededed;
}
section#service .other_service ul li:nth-child(3) .service_box::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#service .support_menu {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 100px 140px;
}
section#service .support_menu h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 80px;
}
section#service .support_menu .support_menu_wrap {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
  max-width: 988px;
}
section#service .support_menu .support_menu_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -100px;
  padding: 0;
}
section#service .support_menu .support_menu_wrap ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 100px;
  width: 50%;
  border-bottom: none;
  list-style: none;
}
section#service .support_menu .support_menu_wrap ul li .icon {
  padding: 0;
  width: 117px;
  line-height: 0;
}
section#service .support_menu .support_menu_wrap ul li .icon img {
  width: 100%;
  height: auto;
}
section#service .support_menu .support_menu_wrap ul li:nth-child(1) .icon {
  margin: 0 auto 25px 0;
}
section#service .support_menu .support_menu_wrap ul li:nth-child(2) .icon {
  margin: 0 0 25px auto;
}
section#service .support_menu .support_menu_wrap ul li p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
}
section#service .support_menu .support_menu_wrap ul li p.read {
  margin: 0 0 15px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.8em;
}

section#textiles {
  margin: 0;
  padding: 0;
}
section#textiles .hero {
  position: relative;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 290px 0 100px 430px;
  max-width: 1290px;
}
section#textiles .hero h1 {
  position: relative;
  z-index: 3;
  margin: 0 0 21px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 110px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#textiles .hero .copy {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
section#textiles .hero .copy p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
section#textiles .hero .copy p.read {
  font-weight: 700;
  font-size: 35px;
}
section#textiles .hero .copy.move {
  -webkit-animation-name: fadeInR;
          animation-name: fadeInR;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#textiles .hero .photo {
  position: absolute;
  line-height: 0;
}
section#textiles .hero .photo.photo_001 {
  top: 108px;
  left: 50%;
  margin-left: -500px;
}
section#textiles .hero .photo.photo_001 .colorBox {
  position: absolute;
  top: -25px;
  right: -110px;
  bottom: 88px;
  left: 44px;
  z-index: 4;
  mix-blend-mode: multiply;
}
section#textiles .hero .photo.photo_001 .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffff00;
  content: "";
}
section#textiles .hero .photo.photo_002 {
  top: 182px;
  right: 50%;
  margin-right: -700px;
}
section#textiles .hero .photo.photo_003 {
  bottom: 163px;
  left: 50%;
  z-index: 3;
  margin-left: -537px;
}
section#textiles .hero .photo.photo_003 .colorBox {
  position: absolute;
  top: 69px;
  right: 39px;
  bottom: -13px;
  left: -129px;
  z-index: 4;
  mix-blend-mode: multiply;
}
section#textiles .hero .photo.photo_003 .colorBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #00ffff;
  content: "";
}
section#textiles .hero .text {
  position: absolute;
  bottom: 27px;
  left: 50%;
  z-index: 1;
  margin: 0;
  margin-left: -610px;
  padding: 0;
  line-height: 0;
  opacity: 0.4;
}
section#textiles .materials {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
}
section#textiles .materials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#textiles .materials ul li {
  margin: 0;
  padding: 0 140px;
}
section#textiles .materials ul li:nth-child(odd) {
  position: relative;
  background-color: #efefef;
}
section#textiles .materials ul li:nth-child(odd)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#textiles .materials ul li:nth-child(odd)::after {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 288px;
  border-right: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
  content: "";
}
section#textiles .materials ul li .material_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 65px 400px 65px 0;
  max-width: 1000px;
}
section#textiles .materials ul li .material_wrap h3 {
  position: relative;
  z-index: 3;
  margin: 0 0 21px;
  padding: 0;
  font-weight: 600;
  font-size: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#textiles .materials ul li .material_wrap p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
section#textiles .materials ul li .material_wrap .photo {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  margin: -75px 0 0;
  padding: 0;
  width: 150px;
  line-height: 0;
}
section#textiles .materials ul li .material_wrap .photo img {
  width: 100%;
  height: auto;
}
section#textiles .materials ul li .material_wrap .mark {
  position: absolute;
  top: 50%;
  right: 240px;
  z-index: 4;
  margin: -55px 0 0;
  padding: 0;
  line-height: 0;
}
section#textiles .message {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 82px 70px 0;
}
section#textiles .message .message_wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1180px;
}
section#textiles .message .message_wrap .photo {
  margin: 0;
  padding: 0 70px 0 0;
  width: 236px;
  line-height: 0;
}
section#textiles .message .message_wrap .photo img {
  width: 100%;
  height: auto;
}
section#textiles .message .message_wrap p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  text-align: justify;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.2em;
}
section#textiles .message .message_wrap p::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 65px;
  background: url(../img/wquote.svg);
  content: "";
}
section#textiles .message .message_wrap p::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 65px;
  background: url(../img/wquote.svg);
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section#showroom {
  margin: 0;
  padding: 0;
}
section#showroom .showroom {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 200px 140px 160px;
  max-width: 1280px;
}
section#showroom .showroom .showroom_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 70px 0 0;
  width: calc(100% - 490px);
}
section#showroom .showroom .showroom_info h1 {
  position: relative;
  z-index: 3;
  margin: 0 0 21px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#showroom .showroom .showroom_info p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 45px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
section#showroom .showroom .showroom_info p.name {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
section#showroom .showroom .showroom_info p.address {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
section#showroom .showroom .showroom_info p.address a {
  color: #000000;
  text-decoration: none;
  pointer-events: none;
}
section#showroom .showroom .showroom_info p a.vm {
  display: block;
  margin: 20px auto 0 0;
  color: #ffffff;
  pointer-events: auto;
}
section#showroom .showroom .map {
  margin: 0;
  padding: 0;
  width: 490px;
  line-height: 0;
}

section#company {
  position: relative;
  margin: 190px 0 0;
  padding: 140px 70px 120px;
  background-color: #efefef;
}
section#company h1 {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 3;
  margin: 0 0 0 -420px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#company .company_info {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
}
section#company .company_info dl {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px 160px;
  border-bottom: #dcdcdc solid 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}
section#company .company_info dl dt {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
section#company .company_info dl dd {
  margin: 0;
  padding: 0;
}

section#privacy {
  position: relative;
  margin: 190px 0 0;
  padding: 140px 70px 90px;
  background-color: #efefef;
}
section#privacy h1 {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 3;
  margin: 0 0 0 -420px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#privacy .term {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
  max-width: 740px;
}
section#privacy .term p {
  margin: 0 0 50px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}

section#contact {
  position: relative;
  margin: 190px 0 0;
  padding: 140px 70px 90px;
  background-color: #efefef;
}
section#contact h1 {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 3;
  margin: 0 0 0 -420px;
  padding: 0;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
section#contact .contact_form {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
}
section#contact .contact_form p {
  margin: 0 0 50px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
section#contact .contact_form dl {
  margin: 0 0 40px;
  padding: 0;
}
section#contact .contact_form dl dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
}
section#contact .contact_form dl dt::before {
  content: "■ ";
}
section#contact .contact_form dl dt span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 20px;
  background: #363636;
  color: #c9c9c9;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
section#contact .contact_form dl dd {
  position: relative;
  margin: 0;
  padding: 0;
}
section#contact .contact_form dl dd span.error {
  position: absolute;
  right: 0;
  bottom: -16px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  height: 20px;
  background: #a42424;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
}
section#contact .contact_form.confirm dl {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: #888888 solid 1px;
}
section#contact .contact_form.confirm dl dd {
  margin: 14px 0 0;
  min-height: 26px;
  font-size: 13px;
  line-height: 2em;
}
section#contact .contact_form.complete p {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.2em;
}
section#contact .contact_form.complete p.read {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
}
section#contact .contact_form.complete a.back {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
}

@media print, screen and (max-width: 1440px) {
  section#top .case_study .case_study_wrap a.vm {
    right: -154px;
  }
}
@media print, screen and (max-width: 1380px) {
  .menuBtn {
    position: fixed;
  }
  .menuBtn.on {
    left: 44px;
  }

  section#service .support_menu .support_menu_wrap {
    max-width: 880px;
  }
  section#service .support_menu .support_menu_wrap ul {
    margin: 0 0 0 -50px;
  }
  section#service .support_menu .support_menu_wrap ul li {
    padding: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 1360px) {
  section#service .plan_design .plan_design_wrap {
    padding: 0 300px 70px 110px;
  }
}
@media print, screen and (max-width: 1340px) {
  section#top .oem_odm .oem_odm_wrap .oem_odm_description {
    padding: 0 0 0 30px;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description p {
    font-size: 15px;
  }

  section#top .case_study .case_study_wrap a.vm {
    position: static;
    margin: 40px auto 0;
  }

  section#top .fxp_banner a .fxp_banner_wrap {
    max-width: 820px;
  }
  section#top .fxp_banner a .fxp_banner_wrap h2 {
    font-size: 36px;
  }
  section#top .fxp_banner a .fxp_banner_wrap p {
    font-size: 15px;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo {
    margin: -28px 0 0;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo img {
    width: 200px;
    height: 57px;
  }

  .contact_banner a p.name {
    font-size: 70px !important;
  }

  section#service .textiles .photo.photo_001 {
    left: 0;
    margin-left: 0;
  }
  section#service .textiles .photo.photo_002 {
    left: 240px;
    margin-left: 0;
  }
  section#service .textiles .photo.photo_003 {
    left: 360px;
    margin-left: 0;
  }
  section#service .textiles .num {
    left: 363px;
    margin-left: 0;
  }
  section#service .textiles .textiles_wrap .textiles_description {
    width: calc(100% - 410px);
  }
}
@media print, screen and (max-width: 1320px) {
  section#top .hero .hero_description p {
    letter-spacing: normal;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 1290px) {
  section#showroom .showroom {
    max-width: 1100px;
  }
  section#showroom .showroom .showroom_info {
    padding: 0 50px 0 0;
    width: calc(100% - 395px);
  }
  section#showroom .showroom .showroom_info h1 {
    font-size: 6.4vw;
  }
  section#showroom .showroom .showroom_info p {
    font-size: 14px;
  }
  section#showroom .showroom .showroom_info p.address {
    font-size: 14px;
  }
  section#showroom .showroom .map {
    width: 395px;
  }
  section#showroom .showroom .map img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 1240px) {
  a.vm {
    width: 288px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
  }

  .navi .menu {
    padding: 0 0 0 200px;
  }
  .navi .navi_title {
    left: 0;
  }
  .navi.on .navi.on .navi_title {
    left: 30px;
  }

  section#top .hero .hero_description {
    margin: -30px 0 0;
    width: calc(100% - 320px);
  }
  section#top .hero .hero_description h2 {
    margin: 0 0 22px;
  }
  section#top .hero .scroll {
    left: 50px;
  }
  section#top .hero .photo.photo_001 img {
    width: 23vw;
    height: auto;
  }
  section#top .hero .photo.photo_002 img {
    width: 58vw;
    height: auto;
  }
  section#top .oem_odm {
    padding: 0 110px;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description p {
    font-size: 14px;
  }
  section#top .textiles {
    padding: 0 132px;
  }
  section#top .textiles .textiles_wrap .textiles_description p {
    font-size: 14px;
  }
  section#top .case_study {
    padding: 0 132px;
  }
  section#top .case_study .case_study_wrap ul {
    margin: 0 0 0 -50px;
  }
  section#top .case_study .case_study_wrap ul li {
    padding: 0 0 0 50px;
  }
  section#top .case_study .case_study_wrap ul li a p br {
    display: none;
  }

  section#service .hero h1 {
    font-size: 8.7vw;
  }
  section#service .hero .copy {
    padding: 0 0 0 122px;
  }
  section#service .hero .copy p.read {
    font-size: 2.7vw;
  }
  section#service .hero .photo.photo_001 img {
    width: 19vw;
    height: auto;
  }
  section#service .hero .photo.photo_002 img {
    width: 60vw;
    height: auto;
  }
  section#service .plan_design .plan_design_wrap {
    padding: 0 371px 70px 70px;
  }
  section#service .plan_design .plan_design_wrap p {
    text-align: justify;
  }
  section#service .plan_design .plan_design_wrap p br {
    display: none;
  }
  section#service .textiles {
    padding: 100px 70px 0 0;
  }
  section#service .textiles .textiles_wrap .textiles_description p br {
    display: none;
    text-align: justify;
  }
  section#service .support_menu h2 {
    font-size: 60px;
  }

  section#textiles .hero h1 {
    font-size: 8.7vw;
  }
  section#textiles .hero .copy {
    padding: 0 70px 0 0;
  }
  section#textiles .hero .copy p.read {
    font-size: 2.7vw;
  }
  section#textiles .hero .photo.photo_001 {
    left: 130px;
    margin-left: 0;
  }
  section#textiles .hero .photo.photo_002 {
    right: -85px;
    margin-right: 0;
  }
  section#textiles .hero .photo.photo_003 {
    left: 70px;
    margin-left: 0;
  }
  section#textiles .materials ul li .material_wrap p br {
    display: none;
  }
  section#textiles .materials ul li .material_wrap h3 {
    position: relative;
    z-index: 3;
    margin: 0 -250px 21px 0;
  }

  section#showroom .showroom .showroom_info p {
    margin: 0 0 16px;
  }
  section#showroom .showroom .showroom_info p br {
    display: none;
  }
  section#showroom .showroom .showroom_info p.address br {
    display: block;
  }
}
@media print, screen and (max-width: 1180px) {
  section#textiles .hero {
    padding: 290px 0 100px 360px;
  }
}
@media print, screen and (max-width: 1160px) {
  .menuBtn .mbox {
    width: 40px;
  }

  section#top .case_study .case_study_wrap ul {
    margin: 0 0 0 -30px;
  }
  section#top .case_study .case_study_wrap ul li {
    padding: 0 0 0 30px;
  }

  section#company {
    position: relative;
    padding: 120px 140px 100px;
  }
  section#company h1 {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    text-align: center;
    font-size: 70px;
  }

  section#contact {
    position: relative;
    padding: 120px 140px 100px;
  }
  section#contact h1 {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    text-align: center;
    font-size: 70px;
  }

  section#privacy {
    position: relative;
    padding: 120px 140px 100px;
  }
  section#privacy h1 {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    text-align: center;
    font-size: 70px;
  }
}
@media print, screen and (max-width: 1130px) {
  section#top .oem_odm {
    padding: 0 70px 0 110px;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description {
    padding: 0;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description p {
    font-size: 13px;
  }
  section#top .textiles .textiles_wrap .textiles_description p {
    font-size: 14px;
  }

  .contact_banner {
    height: 340px;
  }
  .contact_banner a {
    height: 340px;
  }
  .contact_banner a p.name {
    margin: 0 0 30px !important;
    font-size: 60px !important;
  }

  section#service .hero {
    padding: 200px 0 0 170px;
  }
  section#service .hero .copy {
    padding: 0 0 0 65px;
  }

  section#textiles .hero {
    padding: 290px 0 100px 320px;
  }
  section#textiles .hero .copy p br {
    display: none;
  }
  section#textiles .message .message_wrap p br {
    display: none;
  }

  section#showroom .showroom {
    padding: 200px 50px 160px 140px;
  }
  section#showroom .showroom .showroom_info {
    padding: 0;
  }
}
@media print, screen and (max-width: 1080px) {
  section#top .textiles .textiles_wrap .photo.photo_001 {
    right: -132px;
    margin-right: 0;
  }
  section#top .textiles .textiles_wrap .photo.photo_001 img {
    width: 22.5vw;
    height: auto;
  }
  section#top .textiles .textiles_wrap .photo.photo_002 img {
    width: 21.5vw;
    height: auto;
  }
  section#top .fxp_banner a .fxp_banner_wrap {
    max-width: 780px;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo {
    margin: -24px 0 0;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo img {
    width: 169px;
    height: 48px;
  }
  section#top .fxp_banner a .fxp_banner_wrap p {
    font-size: 14px;
  }
  section#top .fxp_banner a .fxp_banner_wrap h2 {
    margin: 0 0 5px;
    letter-spacing: normal;
    font-size: 30px;
  }

  section#service .plan_design .num {
    top: -185px;
    right: -200px;
    font-size: 300px;
  }
  section#service .textiles .num {
    left: 345px;
    margin-left: 0;
    font-size: 300px;
  }
  section#service .other_service ul li .service_box {
    padding: 70px 50px;
  }
  section#service .other_service ul li .service_box .service_box_warp p {
    font-size: 14px;
    line-height: 2em;
  }
  section#service .support_menu .support_menu_wrap ul li p.read {
    letter-spacing: 1px;
    font-size: 23px;
  }
}
@media print, screen and (max-width: 959px) and (min-width: 768px) {
  section#top .hero {
    min-height: initial;
    height: 640px !important;
  }
}
@media print, screen and (max-width: 959px) {
  #wrapper::before {
    width: 120px;
  }
  #wrapper::after {
    width: 120px;
  }

  #screen::before {
    width: 120px;
  }
  #screen::after {
    width: 120px;
  }

  header .logo {
    position: absolute;
    left: 38px;
  }
  header .logo.on {
    top: 30px;
  }

  footer {
    padding: 50px;
  }
  footer nav {
    right: 50px;
  }

  .menuBtn {
    position: fixed;
    top: -40px;
    right: 10px;
    left: initial;
    margin-top: 0;
    -webkit-transition: top 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
    transition: top 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
  }
  .menuBtn.on {
    top: 10px;
    left: initial;
  }

  .navi .menu {
    padding: 0 0 0 70px;
  }

  a.vm {
    width: 224px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }

  section#top .hero .hero_description {
    width: calc(100% - 140px);
  }
  section#top .hero .hero_description p {
    font-size: 14px;
  }
  section#top .hero .hero_description h2 {
    margin: 0 0 15px;
    font-size: 7.5vw;
  }
  section#top .hero .photo.photo_001 img {
    width: 20vw;
  }
  section#top .hero .scroll {
    bottom: 142px;
    left: 16px;
    display: none;
  }
  section#top .oem_odm {
    padding: 0 70px 0 50px;
  }
  section#top .oem_odm::before {
    width: 120px;
  }
  section#top .oem_odm::after {
    width: 120px;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_mask {
    width: 45%;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description {
    width: 50%;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description h2 {
    font-size: 60px;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description p {
    text-align: justify;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description p br {
    display: none;
  }
  section#top .textiles {
    padding: 0 132px 0 70px;
  }
  section#top .textiles::before {
    width: 120px;
  }
  section#top .textiles::after {
    width: 120px;
  }
  section#top .textiles .textiles_wrap .textiles_description h2 {
    font-size: 60px;
  }
  section#top .textiles .textiles_wrap .text {
    margin-right: -504px;
    height: 86px;
  }
  section#top .textiles .textiles_wrap .text img {
    width: 500px;
    height: auto;
  }
  section#top .textiles .textiles_wrap .photo.photo_002 {
    bottom: -33px;
    margin-right: -285px;
  }
  section#top .case_study {
    padding: 0 70px;
  }
  section#top .case_study .case_study_wrap h2 {
    font-size: 60px;
  }
  section#top .case_study .case_study_wrap p {
    font-size: 14px;
  }

  section#service p {
    font-size: 14px;
  }
  section#service .hero {
    padding: 140px 70px 0 70px;
  }
  section#service .hero .copy {
    padding: 0;
  }
  section#service .hero .copy p {
    font-size: 15px;
  }
  section#service .hero .photo.photo_001 img {
    width: 22vw;
  }
  section#service .hero .photo.photo_002 {
    margin: 52px 0 -40px -184px;
  }
  section#service .hero .photo.photo_002 img {
    width: 72vw;
  }
  section#service .plan_design::before {
    width: 120px;
  }
  section#service .plan_design::after {
    width: 120px;
  }
  section#service .plan_design .num {
    top: -132px;
    right: -170px;
    font-size: 240px;
  }
  section#service .plan_design .plan_design_wrap {
    padding: 0 280px 70px 0;
  }
  section#service .plan_design .plan_design_wrap .item {
    padding: 0;
    width: 224px;
  }
  section#service .textiles::before {
    width: 120px;
  }
  section#service .textiles::after {
    width: 120px;
  }
  section#service .textiles .num {
    bottom: -10px;
    left: 265px;
    font-size: 240px;
  }
  section#service .textiles .textiles_wrap .textiles_description {
    width: calc(100% - 334px);
  }
  section#service .textiles .photo.photo_001 img {
    width: 25vw;
    height: auto;
  }
  section#service .textiles .photo.photo_002 {
    left: 191px;
  }
  section#service .textiles .photo.photo_002 img {
    width: 13vw;
    height: auto;
  }
  section#service .textiles .photo.photo_003 {
    left: 300px;
  }
  section#service .textiles .photo.photo_003 img {
    width: 20vw;
    height: auto;
  }
  section#service .other_service ul li .service_box {
    padding: 70px 40px;
  }
  section#service .other_service ul li .service_box .service_box_warp h2 {
    font-size: 36px;
  }
  section#service .other_service ul li:nth-child(1) .service_box::before {
    width: 120px;
  }
  section#service .other_service ul li:nth-child(3) .service_box::after {
    width: 120px;
  }
  section#service .other_service ul li .num {
    position: absolute;
    right: 18px;
    bottom: -14px;
    font-size: 146px;
  }
  section#service .support_menu {
    padding: 100px 70px;
  }
  section#service .support_menu h2 {
    margin: 0 0 30px;
    font-size: 50px;
  }
  section#service .support_menu .support_menu_wrap ul li p {
    font-size: 14px;
  }
  section#service .support_menu .support_menu_wrap ul li p.read {
    letter-spacing: 1px;
    font-size: 20px;
  }

  section#textiles .hero {
    padding: 297px 0 100px 300px;
  }
  section#textiles .hero .photo.photo_001 {
    left: 0;
    margin-left: 0;
  }
  section#textiles .hero .photo.photo_002 {
    right: -195px;
  }
  section#textiles .hero .copy p {
    font-size: 15px;
    line-height: 2.2em;
  }
  section#textiles .hero .text {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-left: 0;
  }
  section#textiles .hero .text img {
    width: 100%;
    height: auto;
  }
  section#textiles .materials ul li {
    margin: 0;
    padding: 0 70px;
  }
  section#textiles .materials ul li .material_wrap {
    padding: 80px 334px 80px 0;
  }
  section#textiles .materials ul li .material_wrap .mark {
    right: 180px;
    margin: -30px 0 0;
  }
  section#textiles .materials ul li .material_wrap .photo {
    margin: -50px 0 0;
  }
  section#textiles .materials ul li .material_wrap h3 {
    font-size: 36px;
  }
  section#textiles .materials ul li:nth-child(odd)::before {
    width: 120px;
  }
  section#textiles .materials ul li:nth-child(odd)::after {
    width: 120px;
  }
  section#textiles .message .message_wrap p {
    margin: 0;
    padding: 40px 60px;
    width: calc(100% - 236px);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 2.2em;
  }
  section#textiles .message .message_wrap .photo {
    margin: 0;
    padding: 0 50px 0 0;
  }

  section#showroom .showroom {
    padding: 200px 68px 160px 70px;
  }
  section#showroom .showroom .map {
    width: 250px;
  }
  section#showroom .showroom .showroom_info {
    width: calc(100% - 250px);
  }

  .contact_banner {
    height: 284px;
  }
  .contact_banner a {
    height: 284px;
  }
  .contact_banner a p {
    font-size: 14px !important;
  }
  .contact_banner a p.name {
    font-size: 50px !important;
  }

  section#company {
    padding: 100px 70px 80px;
  }
  section#company .company_info dl {
    border-bottom: none;
  }

  section#contact {
    padding: 100px 70px 80px;
  }

  section#privacy {
    padding: 100px 70px 80px;
  }
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block;
  }

  #wrapper::before {
    left: 30px;
    width: 60px;
  }
  #wrapper::after {
    right: 30px;
    width: 60px;
  }

  #screen::before {
    left: 30px;
    width: 60px;
  }
  #screen::after {
    right: 30px;
    width: 60px;
  }

  header .logo {
    position: absolute;
    left: 20px;
  }
  header .logo.on {
    top: 30px;
  }
  header .logo img {
    width: 110px;
    height: auto;
  }

  footer {
    padding: 50px 30px;
  }
  footer .logo {
    margin: 0 0 16px;
  }
  footer .logo img {
    width: 120px;
  }
  footer p.copyright {
    font-size: 10px;
  }
  footer nav {
    position: static;
    margin: 0 0 30px;
  }
  footer nav ul {
    display: block;
  }
  footer nav ul li {
    margin: 0;
    border-bottom: #e3e3e3 solid 1px;
  }
  footer nav ul li a {
    display: block;
    padding: 0;
    height: 50px;
    text-align: left;
    line-height: 50px;
  }

  .menuBtn {
    -webkit-transition: top 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
    transition: top 0.5s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s;
  }
  .menuBtn.on {
    top: 8px;
  }
  .menuBtn .mbox {
    width: 30px;
    height: 7px;
  }

  .navi .sub_menu {
    display: none;
  }
  .navi .menu {
    padding: 0 0 0 60px;
  }
  .navi .menu ul li a {
    padding: 0;
    height: 60px;
    background: url(../img/arrow_right.svg) no-repeat top 50% right 30px;
    background-size: 20px auto;
    font-size: 30px;
    line-height: 60px;
  }

  a.vm {
    width: 100%;
  }

  .line {
    background: #6d6d6d;
  }
  .line.line01 {
    left: 30px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .line.line02 {
    left: 91px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .line.line03 {
    right: 91px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .line.line04 {
    right: 30px;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }

  section#top .hero {
    min-height: initial;
    height: initial;
  }
  section#top .hero .photo.photo_001 {
    right: 88px;
  }
  section#top .hero .photo.photo_001 img {
    width: 35vw;
  }
  section#top .hero .photo.photo_001 .colorBox {
    top: 18px;
    right: -17px;
    bottom: -23px;
    left: 32px;
  }
  section#top .hero .photo.photo_002 {
    bottom: 40px;
  }
  section#top .hero .photo.photo_002 img {
    width: 86vw;
  }
  section#top .hero .photo.photo_002 .colorBox {
    top: -23px;
    right: 55px;
    bottom: 22px;
    left: -21px;
  }
  section#top .hero .hero_description {
    margin: 20px 0 0;
    width: calc(100% - 60px);
  }
  section#top .hero .hero_description h2 {
    margin: 0 -30px 0 0;
    font-size: 8.9vw;
    line-height: 1.2em;
  }
  section#top .hero .hero_description p {
    text-align: justify;
    font-size: 13px;
  }
  section#top .hero .hero_description p br {
    display: none;
  }
  section#top .oem_odm {
    z-index: 2;
    margin: 0 0 30px;
    padding: 0 30px;
  }
  section#top .oem_odm::before {
    left: 30px;
    width: 60px;
    border-right: none;
  }
  section#top .oem_odm::after {
    right: 30px;
    width: 60px;
    border-left: none;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_mask {
    margin: 0 auto;
    width: calc(100% - 74px);
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_mask .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description {
    position: static;
    display: block;
    padding: 20px 0 0;
    width: auto;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description h2 {
    text-align: left;
    font-size: 40px;
  }
  section#top .oem_odm .oem_odm_wrap .oem_odm_description a.vm {
    position: static;
    margin: 30px 0 0;
  }
  section#top .oem_odm .oem_odm_wrap.move .oem_odm_description p {
    -webkit-animation-name: fadeInR;
            animation-name: fadeInR;
  }
  section#top .textiles {
    margin: 0 0 50px;
    padding: 0 30px;
  }
  section#top .textiles::before {
    width: 73px;
  }
  section#top .textiles .textiles_wrap {
    padding: 75px 0 100px;
  }
  section#top .textiles .textiles_wrap .textiles_description h2 {
    margin: 0 0 10px;
    font-size: 40px;
  }
  section#top .textiles .textiles_wrap .textiles_description p {
    margin: 0 0 30px;
    text-align: justify;
    font-size: 14px;
  }
  section#top .textiles .textiles_wrap .textiles_description p br {
    display: none;
  }
  section#top .textiles .textiles_wrap .photo.photo_001 {
    top: -44px;
    right: -30px;
  }
  section#top .textiles .textiles_wrap .photo.photo_001 img {
    width: 126px;
  }
  section#top .textiles .textiles_wrap .photo.photo_002 {
    bottom: -18px;
    margin-right: 0;
  }
  section#top .textiles .textiles_wrap .photo.photo_002 img {
    width: 100px;
  }
  section#top .textiles .textiles_wrap .text {
    margin-right: -236px;
    height: 68px;
  }
  section#top .textiles .textiles_wrap .text img {
    width: 380px;
  }
  section#top .case_study {
    margin: 0 0 70px;
    padding: 0 30px;
  }
  section#top .case_study .case_study_wrap h2 {
    text-align: center;
    font-size: 40px;
  }
  section#top .case_study .case_study_wrap p {
    text-align: center;
  }
  section#top .case_study .case_study_wrap .spScroll {
    overflow: hidden;
    margin: 0 -30px;
  }
  section#top .case_study .case_study_wrap ul {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -19px -30px 0;
    padding: 0 0 30px;
    white-space: nowrap;
  }
  section#top .case_study .case_study_wrap ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
  }
  section#top .case_study .case_study_wrap ul li a .thumb .colorBox::before {
    display: none;
  }
  section#top .case_study .case_study_wrap ul li a p {
    text-align: justify;
    white-space: initial;
    line-height: 1.8em;
  }
  section#top .fxp_banner a {
    padding: 42px 30px;
  }
  section#top .fxp_banner a .fxp_banner_wrap {
    padding: 0 110px 0 0;
  }
  section#top .fxp_banner a .fxp_banner_wrap h2 {
    font-size: 20px;
  }
  section#top .fxp_banner a .fxp_banner_wrap p {
    font-size: 11px;
  }
  section#top .fxp_banner a .fxp_banner_wrap p br.sp {
    display: none;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo {
    margin: 0;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo img {
    width: 94px;
    height: auto;
  }

  .contact_banner {
    height: 170px;
  }
  .contact_banner a {
    padding: 0 30px;
    height: 170px;
  }
  .contact_banner a p {
    text-align: center;
    font-size: 13px !important;
    line-height: 1.8em;
  }
  .contact_banner a p.name {
    margin: 0 0 20px !important;
    font-size: 30px !important;
  }

  section#service h2 {
    font-size: 36px;
  }
  section#service p.sub {
    margin: 0 0 25px;
    font-size: 16px;
  }
  section#service .hero {
    padding: 120px 30px 0 30px;
  }
  section#service .hero h1 {
    margin: 0 0 20px;
    font-size: 14vw;
  }
  section#service .hero .copy p {
    text-align: justify;
    font-size: 14px;
  }
  section#service .hero .copy p.read {
    font-size: 17px;
  }
  section#service .hero .copy p br {
    display: none;
  }
  section#service .hero .photo.photo_001 {
    right: 0;
  }
  section#service .hero .photo.photo_001 img {
    width: 24vw;
  }
  section#service .hero .photo.photo_002 {
    margin: 35px 0 -40px -81px;
  }
  section#service .plan_design {
    padding: 100px 30px 70px;
  }
  section#service .plan_design::before {
    left: 30px;
    width: 60px;
  }
  section#service .plan_design::after {
    right: 30px;
    width: 60px;
  }
  section#service .plan_design .num {
    top: -38px;
    right: -120px;
    font-size: 150px;
  }
  section#service .plan_design .plan_design_wrap {
    padding: 0;
  }
  section#service .plan_design .plan_design_wrap .item {
    position: static;
    padding: 0;
    padding: 30px 0 0;
    width: auto;
  }
  section#service .plan_design .plan_design_wrap .item ul {
    margin: 0 0 30px;
  }
  section#service .plan_design .plan_design_wrap .item ul li {
    margin: 0;
    padding: 0;
  }
  section#service .plan_design .plan_design_wrap .item a.vm {
    position: static;
  }
  section#service .textiles {
    padding: 100px 30px 0 30px;
  }
  section#service .textiles::before {
    left: 30px;
    width: 60px;
  }
  section#service .textiles::after {
    right: 30px;
    width: 60px;
  }
  section#service .textiles .num {
    top: 30px;
    right: -135px;
    bottom: inherit;
    left: inherit;
    font-size: 150px;
  }
  section#service .textiles .textiles_wrap {
    padding: 0 0 70px;
  }
  section#service .textiles .textiles_wrap .textiles_description {
    width: auto;
  }
  section#service .textiles a.vm {
    position: static;
    right: 0;
    bottom: 0;
    margin: 30px 0 0;
  }
  section#service .textiles .photo.photo_001 {
    left: -30px;
    margin-left: 0;
  }
  section#service .textiles .photo.photo_001 img {
    width: 130px;
  }
  section#service .textiles .photo.photo_002 {
    top: -100px;
    left: 100px;
  }
  section#service .textiles .photo.photo_002 img {
    width: 75px;
  }
  section#service .textiles .photo.photo_003 {
    right: -32px;
    bottom: -45px;
    left: inherit;
  }
  section#service .textiles .photo.photo_003 img {
    width: 102px;
  }
  section#service .other_service ul li {
    width: 100%;
  }
  section#service .other_service ul li .num {
    right: 30px;
    bottom: -9px;
    font-size: 126px;
  }
  section#service .other_service ul li .service_box {
    padding: 70px 30px;
  }
  section#service .other_service ul li:nth-child(1) .service_box::before {
    left: 30px;
    width: 60px;
  }
  section#service .other_service ul li:nth-child(1) .service_box::after {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 60px;
    border-right: #e3e3e3 solid 1px;
    border-left: #e3e3e3 solid 1px;
    content: "";
  }
  section#service .other_service ul li:nth-child(3) .service_box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    z-index: 1;
    display: block;
    width: 60px;
    border-right: #e3e3e3 solid 1px;
    border-left: #e3e3e3 solid 1px;
    content: "";
  }
  section#service .other_service ul li:nth-child(3) .service_box::after {
    right: 30px;
    width: 60px;
  }
  section#service .other_service ul li .service_box .service_box_warp {
    max-width: initial;
  }
  section#service .support_menu {
    padding: 70px 30px 20px;
  }
  section#service .support_menu h2 {
    font-size: 40px;
  }
  section#service .support_menu .support_menu_wrap ul {
    margin: 0;
  }
  section#service .support_menu .support_menu_wrap ul li {
    padding: 0 0 50px;
    width: 100%;
  }
  section#service .support_menu .support_menu_wrap ul li:nth-child(1) .icon {
    margin: 0 auto 20px;
  }
  section#service .support_menu .support_menu_wrap ul li:nth-child(2) .icon {
    margin: 0 auto 20px;
  }

  section#textiles .hero {
    padding: 100px 30px 28px 30px;
  }
  section#textiles .hero h1 {
    margin: -0.4em 0 20px;
    font-size: 14vw;
  }
  section#textiles .hero .copy {
    padding: 0;
  }
  section#textiles .hero .copy p {
    font-size: 14px;
  }
  section#textiles .hero .copy p.read {
    font-size: 17px;
  }
  section#textiles .hero .photo.photo_001 {
    position: relative;
    top: 0;
    margin: 0 0 0 -30px;
    width: 70vw;
  }
  section#textiles .hero .photo.photo_001 img {
    width: 70vw;
    height: auto;
  }
  section#textiles .hero .photo.photo_001 .colorBox {
    top: -22px;
    right: -20px;
    bottom: 20px;
    left: 30px;
  }
  section#textiles .hero .photo.photo_002 {
    right: 50%;
    margin-right: -80%;
  }
  section#textiles .hero .photo.photo_002 img {
    width: 50vw;
  }
  section#textiles .hero .photo.photo_003 {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 20px 0 0;
    width: 30vw;
  }
  section#textiles .hero .photo.photo_003 img {
    width: 30vw;
  }
  section#textiles .hero .photo.photo_003 .colorBox {
    top: 30px;
    right: 20px;
    bottom: -13px;
    left: -41px;
    width: initial;
    height: initial;
  }
  section#textiles .materials ul li {
    padding: 0 30px;
  }
  section#textiles .materials ul li:nth-child(odd)::before {
    left: 30px;
    width: 60px;
  }
  section#textiles .materials ul li:nth-child(odd)::after {
    right: 30px;
    width: 60px;
  }
  section#textiles .materials ul li .material_wrap {
    position: relative;
    z-index: 3;
    padding: 60px 0;
  }
  section#textiles .materials ul li .material_wrap h3 {
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.2em;
  }
  section#textiles .materials ul li .material_wrap .mark {
    position: static;
    margin: 0 0 20px;
    text-align: center;
  }
  section#textiles .materials ul li .material_wrap .mark img {
    width: 104px;
    height: auto;
  }
  section#textiles .materials ul li .material_wrap .photo {
    position: static;
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
  }
  section#textiles .message {
    margin: 0;
    padding: 30px 10px;
  }
  section#textiles .message .message_wrap {
    display: block;
  }
  section#textiles .message .message_wrap .photo {
    display: none;
  }
  section#textiles .message .message_wrap p {
    margin: 0;
    width: auto;
  }

  section#showroom .showroom {
    display: block;
    padding: 100px 30px 50px;
  }
  section#showroom .showroom .showroom_info {
    width: auto;
  }
  section#showroom .showroom .showroom_info h1 {
    text-align: center;
    font-size: 12vw;
  }
  section#showroom .showroom .showroom_info p a.vm {
    display: none;
  }
  section#showroom .showroom .map {
    margin: 28px 60px 0;
    width: auto;
  }

  section#company {
    margin: 150px 0 0;
    padding: 80px 30px 40px;
  }
  section#company h1 {
    top: -0.5em;
    font-size: 12vw;
  }
  section#company .company_info dl {
    padding: 0 0 10px;
    line-height: 2em;
  }
  section#company .company_info dl dt {
    position: static;
    font-weight: 700;
  }
  section#company .company_info dl dt::before {
    content: "■ ";
  }

  section#privacy {
    margin: 150px 0 0;
    padding: 80px 30px 40px;
  }
  section#privacy h1 {
    top: -0.5em;
    font-size: 12vw;
  }
  section#privacy .term p {
    margin: 0 0 30px;
  }

  section#contact {
    margin: 150px 0 0;
    padding: 80px 30px 40px;
  }
  section#contact h1 {
    top: -0.5em;
    font-size: 12vw;
  }
  section#contact .contact_form.complete a.back {
    width: 100%;
  }
  section#contact .contact_form.complete p {
    text-align: justify;
    line-height: 2em;
  }
  section#contact .contact_form.complete p.read {
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
  }
  section#contact .contact_form.complete p br {
    display: none;
  }

  input[type=submit] {
    width: 100%;
    height: 50px;
  }

  .backBtn {
    height: 50px;
  }
}
@media print, screen and (max-width: 374px) {
  section#top .hero .hero_description h2 {
    font-size: 9.2vw;
    line-height: 1.2em;
  }
  section#top .hero .photo.photo_001 {
    right: 71px;
  }
  section#top .hero .photo.photo_001 img {
    width: 33vw;
  }
  section#top .fxp_banner a {
    padding: 42px 30px;
  }
  section#top .fxp_banner a .fxp_banner_wrap {
    padding: 0;
  }
  section#top .fxp_banner a .fxp_banner_wrap h2 {
    text-align: center;
    font-size: 30px;
  }
  section#top .fxp_banner a .fxp_banner_wrap p {
    text-align: center;
    font-size: 14px;
  }
  section#top .fxp_banner a .fxp_banner_wrap p br.sp {
    display: block;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo {
    position: static;
    margin: 20px auto 0;
    text-align: center;
  }
  section#top .fxp_banner a .fxp_banner_wrap .logo img {
    width: 130px;
    height: auto;
  }

  section#service .plan_design .num {
    top: -57px;
    right: -117px;
    font-size: 130px;
  }

  section#contact .contact_form.complete p.read {
    font-size: 5vw;
  }
}
/*アニメーション*/
.photo-cross {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.photo-cross:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 0;
  background-color: #000000;
  content: "";
  -webkit-transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0s, transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.photo-cross img {
  position: relative;
  left: -100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.bigTitle {
  opacity: 0;
}
.bigTitle.on {
  opacity: 1;
}

.move img {
  left: 0;
  opacity: 1;
}

.move .photo-cross:before {
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.colorBox::before {
  width: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.5s;
  transition: width 0.3s cubic-bezier(0.84, 0.39, 0.33, 1) 0.5s;
}

.move .colorBox::before {
  width: 100%;
}

.js-shuffle {
  opacity: 0;
}

.js-shuffle.is-show {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.84, 0.39, 0.33, 1);
  transition: 0.5s cubic-bezier(0.84, 0.39, 0.33, 1);
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInL {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInL {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInMenu {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInMenu {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOutMenu {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
@keyframes fadeOutMenu {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
@-webkit-keyframes fadeBar {
  0% {
    top: -40px;
    opacity: 1;
  }
  15% {
    height: 200px;
    opacity: 1;
  }
  30% {
    top: 100%;
    height: 200px;
    opacity: 0;
  }
  100% {
    top: 100%;
    height: 40px;
    opacity: 0;
  }
}
@keyframes fadeBar {
  0% {
    top: -40px;
    opacity: 1;
  }
  15% {
    height: 200px;
    opacity: 1;
  }
  30% {
    top: 100%;
    height: 200px;
    opacity: 0;
  }
  100% {
    top: 100%;
    height: 40px;
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */