@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@font-face {
  font-family: "VDL-V7Gothic", "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  /*16px × 62.5%=10px*/
}

body {
  color: #403734;
  font-family: "VDL-V7Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

a {
  color: #403734;
}

img {
  max-width: 100%;
  height: auto;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

/*----------------------------
* utility
----------------------------*/
/*----------------------------
* header
----------------------------*/
.header_nav {
  height: 80px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.nav-list {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 48px;
}

.nav-item {
  height: 48px;
  width: 120px;
  text-align: center;
  line-height: 48px;
  border-right: 1px solid #1f3d89;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-item > a {
  color: #1f3d89;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-item:hover {
  background-color: #1f3d89;
}

.nav-item:hover > a {
  color: #fff;
}

.nav-item:first-child {
  border-left: 1px solid #1f3d89;
}

.main-visual {
  text-align: center;
  height: 836px;
  position: relative;
}

.main-visual_title_01 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: VDL-V7Gothic;
  font-weight: bold;
  font-size: 100px;
  line-height: 160px;
  text-align: left;
  color: #c14f7e;
  opacity: 0.8;
  text-transform: uppercase;
  z-index: 2;
  -webkit-animation: loading_01 3s ease-in-out;
          animation: loading_01 3s ease-in-out;
}

@-webkit-keyframes loading_01 {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
    color: #c14f7e;
    opacity: 0.8;
  }
  80% {
    left: 50%;
    color: #c14f7e;
    opacity: 0.8;
  }
  100% {
    color: #403734;
    opacity: 1;
  }
}

@keyframes loading_01 {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
    color: #c14f7e;
    opacity: 0.8;
  }
  80% {
    left: 50%;
    color: #c14f7e;
    opacity: 0.8;
  }
  100% {
    color: #403734;
    opacity: 1;
  }
}

.main-visual_title_01 {
  /* 背景グラデーションの作成 */
  background: -webkit-gradient(linear, left top, left bottom, from(#14b8b8), color-stop(#4747eb), to(#b814b8));
  background: linear-gradient(to bottom, #14b8b8, #4747eb, #b814b8);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 10s ease infinite;
          animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

.main-visual_title_01 {
  opacity: 0;
  display: inline-block;
  background: url(./sample.jpg) no-repeat center center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#14b8b8), color-stop(#4747eb), to(#b814b8));
  background: linear-gradient(to bottom, #14b8b8, #4747eb, #b814b8);
  background-size: 400% 400%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: AnimationName 10s ease infinite;
          animation: AnimationName 10s ease infinite;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

@keyframes AnimationName {
  0% {
    opacity: 0.6;
    background-position: 50% 0%;
  }
  50% {
    opacity: 0.8;
    background-position: 50% 100%;
  }
  100% {
    opacity: 0.1;
    background-position: 50% 0%;
  }
}

.main-visual_title_02 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
  font-family: VDL-V7Gothic;
  font-weight: bold;
  font-size: 100px;
  line-height: 160px;
  text-align: left;
  color: #69c4d0;
  opacity: 0.8;
  text-transform: uppercase;
  -webkit-animation: loading_02 4s ease-in-out forwards;
          animation: loading_02 4s ease-in-out forwards;
}

@-webkit-keyframes loading_02 {
  0% {
    left: 150%;
  }
  20% {
  }
  40% {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
            transform: translate(-50%, -50%) rotateY(180deg);
  }
  60% {
    left: 50%;
  }
  80% {
    opacity: 0.8;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes loading_02 {
  0% {
    left: 150%;
  }
  20% {
  }
  40% {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
            transform: translate(-50%, -50%) rotateY(180deg);
  }
  60% {
    left: 50%;
  }
  80% {
    opacity: 0.8;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.main-visual_title_03 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: VDL-V7Gothic;
  font-weight: bold;
  font-size: 100px;
  line-height: 160px;
  text-align: left;
  color: #1f3d89;
  opacity: 0.8;
  text-transform: uppercase;
  z-index: 1;
  -webkit-animation: loading_01 4s ease-in-out;
          animation: loading_01 4s ease-in-out;
}

@keyframes loading_01 {
  0% {
    left: -50%;
  }
  20% {
  }
  40% {
    left: 50%;
    color: #1f3d89;
    opacity: 0.8;
  }
  60% {
    left: 50%;
    color: #1f3d89;
    opacity: 0.8;
  }
  80% {
    left: 50%;
    color: #1f3d89;
    opacity: 0.8;
  }
  100% {
    color: #1f3d89;
    opacity: 0.6;
  }
}

/*----------------------------
* works
----------------------------*/
.works {
  height: 680px;
  background: #f8f5de;
}

.works_title {
  font-family: 'Rock Salt', cursive;
  padding-top: 80px;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}

.works_text {
  padding-top: 32px;
  text-align: center;
}

.works_inner {
  margin-top: 56px;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works_content {
  width: 360px;
  height: auto;
  margin-left: 40px;
  text-align: center;
}

.works_img {
  width: 360px;
  position: relative;
  border: 1px solid #403734;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.works_img:hover .works_cover {
  left: 0%;
}

.works_cover {
  width: 360px;
  height: 252px;
  position: absolute;
  left: -120%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.works_cover_typography {
  font-family: 'Rock Salt', cursive;
  font-size: 3.2rem;
  color: #69c4d0;
  width: 80%;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 3;
  text-align: left;
  line-height: 1.6;
}

.works_cover_text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 3;
  color: #fff;
  text-align: left;
  line-height: 1.6;
}

.works_content_title {
  margin-top: 24px;
}

.works_handle {
  margin-top: 8px;
}

.view-more_btn {
  color: #fff;
  margin: 0 auto;
  margin-top: 24px;
  width: 144px;
  height: 32px;
  background-color: #403734;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
}

/*----------------------------
* feature
----------------------------*/
.feature {
  height: 1120px;
}

.feature_border {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  border-bottom: 1px solid #403734;
}

.feature_title {
  font-family: 'Rock Salt', cursive;
  color: #1f3d89;
  padding-top: 80px;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}

.feature_inner {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature_inner_left {
  width: 480px;
  height: 600px;
  border: 1px solid #403734;
}

.feature_inner_right {
  width: 480px;
  margin-left: 64px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.feature_inner_right > p {
  margin-top: 16px;
}

/*----------------------------
* about
----------------------------*/
.about {
  height: 800px;
}

.about_border {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  border-bottom: 1px solid #403734;
}

.about_title {
  font-family: 'Rock Salt', cursive;
  color: #1f3d89;
  padding-top: 80px;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}

.about_inner {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_inner_left {
  width: 300px;
  height: auto;
}

.about_inner_right {
  width: 480px;
  margin-left: 64px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.about_inner_right > p {
  margin-top: 16px;
}

/*---------------------------
 * contact
 --------------------------*/
.contact {
  height: 960px;
  background: #f8f5de;
}

.contact_title {
  font-family: 'Rock Salt', cursive;
  padding-top: 80px;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #403734;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: solid 3px #403734;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

.contact h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #403734;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
  float: right;
  width: 45%;
}

input[type='text'], [type='email'], select, textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #403734;
  color: #403734;
  font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.message {
  float: none;
}

.name {
  float: left;
  width: 45%;
}

select {
  background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png") no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #403734;
}

:-moz-placeholder {
  color: #403734;
  opacity: 1;
}

::-moz-placeholder {
  color: #403734;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #403734;
}

#form_button {
  background: none;
  border: solid 2px #403734;
  color: #403734;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background: #403734;
  color: #f8f5de;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  .underline {
    width: 68px;
  }
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  .icon {
    height: 35px;
    width: 35px;
  }
  .underline {
    width: 53px;
  }
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}

/*---------------------------
 * footer
 --------------------------*/
.footer {
  background: #403734;
  height: 72px;
  text-align: center;
  line-height: 72px;
}

.copyright {
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */