@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box}

html { font-size: 16px; font-family: 'Noto Sans JP', sans-serif; font-weight: 300;}
@media (max-width: 1920px) { html{ font-size: calc(100vw * 16 / 1920);}}

.pc {display: block;}
.sp {display: none;}

html { 
  scroll-behavior: smooth;
}
::selection {background: #808080;}

body {
  position: relative;
}

/* loader */
#loader {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
}
#loader.loaded {
  animation: fadeOut 1s forwards;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}
#loader img {
  width: 150px;
  height: auto;
}
#loader p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
  color: #FFF;
  font-size: 0.625rem;
  font-family: 'Lato', sans-serif;
}

#wrapper {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background: #FFF;
}

#contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  background: #FFF;
}
#contents.loaded {
  animation: contents_anim 1s ease-out both;
}
@keyframes contents_anim {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#contents img {
  width: 100%;
  height: auto;
}


#header {
  width: 100%;
  display: block;
  mix-blend-mode: difference;
}
#header img {
  width: 100%;
  height: auto;
}
#header.loaded {
  animation: header_anim 1s ease-out both;
}
@keyframes header_anim {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#header > .back a {
  width: 6%;
  max-width: 115.2px;
  position: fixed;
  top: 0;
  left: 2.6%;
  margin-top: 1%;
}
#header > .logo a {
  width: 4.5%;
  max-width: 86.4px;
  position: fixed;
  top: 0;
  right: 2.6%;
  margin-top: 1%;
}
#header a {
  transition: transform .6s ease;
}
#header a:hover {
  transform: scale(1.1);
}
#pageTop {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  bottom: 1.5%;
  z-index: 1000;
  mix-blend-mode: difference;
  pointer-events: none;
}
#pageTop a {
  width: 6.4%;
  margin-right: 2.6%;
  float: right;
  transition: transform .6s ease;
  pointer-events: auto;
}
#pageTop a:hover {
  transform: scale(1.1);
}


main #contact {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 7.8% 0;
  position: relative;
}
main #contact > h2 {
  margin: 0 auto ;
  font-size: 5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #1E1E1E;
  letter-spacing: 0.05em;
  text-align: center;
}
main #contact > .cap {
  margin: 6% auto 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
main #contact > #formArea {
  width: 100vw;
  margin: 7.8% calc(50% - 50vw) 7.8%;
  padding: 7.8% 0;
  background: #000;
}
main #contact > #formArea > .inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
main #contact > #formArea > .inner > h3 {
  width: 52%;
  margin: 0 auto 5% ;
  padding: 0 0 3% 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 1.25rem;
  text-align: center;
}
main #contact > #formArea > .inner > .cap{
  width: 52%;
  margin: 3.75% auto 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height:1.8;
  color: #FFF;
  text-align: center;
}

/* フォームCSS */
.item {
  width: 52%;
  overflow: hidden;
  margin: 0 auto 2%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.label {
  width:18%;
  margin: 0 1% 0 0;
  padding: 1% 0 0 0;
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
}
.inputs {
  width:81%;
  border: solid 1px #7c7c7c;
  border-radius:5px;
  padding:10px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #FFF;
  white-space: pre-wrap;
}
button, input, select, textarea {
  font-size : 100%;
  font: inherit;
  background-color: transparent;
}
input[type="text"],input[type="email"],input[type="tel"]{
}
textarea {
  height: 300px;
  resize: vertical;
}
.btn-area {
  width: 52%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.btn-area > div {
  width: 17.4%;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ;
  box-sizing: border-box;
}
.btn-area > div:nth-child(2) {
  margin: 0 0 0 2%;
}

input.submit[type="submit"]{
  width: 100%;
  height: 2.5em;
  border: 1px solid #FFF;
  border-radius: 11.57% / 50% ;
  justify-content: center;
  display: flex;
  background: #FFF;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1E1E1E;
}
input.submit[type="submit"]:hover {
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}
.btn-area > div:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
input.send[type="submit"]{
  width: 100%;
  height: 2.5em;
  border: 1px solid #FFF;
  border-radius: 11.57% / 50% ;
  justify-content: center;
  display: flex;
  background: #FFF;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1E1E1E;
}
input.send[type="submit"]:hover {
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}
input.back[type="submit"]{
  width: 100%;
  height: 2.5em;
  border: 1px solid #FFF;
  border-radius: 11.57% / 50% ;
  justify-content: center;
  display: flex;
  background: #FFF;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1E1E1E;
}
input.back[type="submit"]:hover {
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}
.homeBtn a {
  width: 100%;
  height: 2.5em;
  border: 1px solid #FFF;
  border-radius: 11.57% / 50% ;
  justify-content: center;
  display: flex;
  background: #FFF;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1E1E1E;
  align-items: center;
  text-decoration: none;
}
.homeBtn a:hover {
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}
input::placeholder {
  color: #7c7c7c;
}
input:-ms-input-placeholder {
  color: #7c7c7c;
}
input::-ms-input-placeholder {
  color: #7c7c7c;
}
.error_list {
  width:100% ;
  margin: 0 auto;
  color: #c8c800;
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}


main #contact > #privacyPolicy {
  width: 52%;
  margin: 10% auto 0;
  letter-spacing: 0.1em;
  line-height:1.8;
  text-align: center;
}
main #contact > #privacyPolicy > h3 {
  margin: 2.6% 0 1.3% 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #1E1E1E;
  text-decoration: none;
  text-align: center;
}
main #contact > #privacyPolicy > .cap {
  width:100%;
  font-size: 0.875rem;
  color: #1E1E1E;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 35em; 
  overflow: auto;
  border: dashed 1px #1E1E1E;
  border-radius:5px;
  padding:2% 3%;
  box-sizing: border-box;
}
main #contact > #privacyPolicy > .cap > .midashi {
  font-weight: 500;
}


main #copyright {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 3%;
  position: relative;
  overflow: hidden;
}
main #copyright > p {
  font-size: 0.75rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
  
}





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

  html{ font-size: calc(100vw * 16 / 390);}

  .pc {display: none;}
  .sp {display: block;}

  /* loader */
  #loader {
  }
  #loader.loaded {
  }
  #loader img {
    width: 65%;
  }
  #loader p {
  }


  #wrapper {
  }


  #contents {
  }
  #contents.loaded {
  }
  #contents img {
  }


  #header {
  }
  #header img {
  }
  #header.loaded {
  }
  #header > .back a {
    width: 20.4%;
    top: 0;
    left: 2%;
    margin-top: 3.5%;
  }
  #header > .logo a {
    width: 15.3%;
    top: 0;
    right: 2%;
    margin-top: 3.5%;
  }
  #header a {
  }
  #header a:hover {
  }
  #pageTop {
  }
  #pageTop a {
    width: 20%;
  }
  #pageTop a:hover {
  }


  main #contact {
    width: 100%;
    padding: 25% 0 0;
  }
  main #contact > h2 {
    margin: 0 auto ;
    font-size: 3rem;
  }
  main #contact > .cap {
    width: 90%;
    margin: 10% auto 0;
    font-size: 0.875rem;
  }
  main #contact > #formArea {
    margin: 20% calc(50% - 50vw);
    padding: 20% 0;
  }
  main #contact > #formArea > .inner {
  }
  main #contact > #formArea > .inner > h3 {
    width: 90%;
    margin: 0 auto 10% ;
    padding: 0 0 10% 0;
    font-size: 1rem;
  }
  main #contact > #formArea > .inner > .cap{
    width: 90%;
    margin: 10% auto 0;
    text-align: left;
  }

  /* フォームCSS */
  .item {
    width: 90%;
    margin: 0 auto 5%;
  }
  .label {
    width:100%;
    margin: 0 0 2%;
    padding: 0;
    font-size: 0.875rem;
  }
  .inputs {
    width:100%;
    font-size: 0.875rem;
  }
  button, input, select, textarea {
  }
  input[type="text"],input[type="email"],input[type="tel"]{
  }
  textarea {
  }
  .btn-area {
    width: 90%;
    margin: 10% auto 0;
    display: flex;
    justify-content: center;
  }
  .btn-area > div {
    width: 49.2%;
  }
  .btn-area > div:nth-child(2) {
    margin: 0 0 0 1.8%;
  }

  input.submit[type="submit"]{
  }
  input.submit[type="submit"]:hover {
  }
  .btn-area > div:hover:before {
  }
  input.send[type="submit"]{
  }
  input.send[type="submit"]:hover {
  }
  input.back[type="submit"]{
  }
  input.back[type="submit"]:hover {
  }
  .homeBtn a {
  }
  .homeBtn a:hover {
  }
  input::placeholder {
  }
  input:-ms-input-placeholder {
  }
  input::-ms-input-placeholder {
  }
  .error_list {
    font-size: 0.875rem;
  }


  main #contact > #privacyPolicy {
    width: 90%;
    margin: 10% auto 0;
  }
  main #contact > #privacyPolicy > h3 {
    margin: 0 0 2% 0;
    font-size: 0.875rem;
  }
  main #contact > #privacyPolicy > .cap {
    font-size: 0.75rem;
    height: 50em;
  }
  main #contact > #privacyPolicy > .cap > .midashi {
  }


  main #copyright {
    width: 100%;
    padding: 20% 0;
  }
  main #copyright > p {
    font-size: 0.75rem;
  }


}