@charset "UTF-8";
html {
  font-size: 10px;
}
body {
  overflow-wrap: break-word;
  background: #fff;
}
a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #1F1F1F;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}
a {
  color: #1F1F1F;
  cursor: pointer;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}
div,
p {
  /*word-break: break-all;*/
}
ul,
ol,
li {
  list-style: none;
}
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, 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, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
ul,
ol,
li {
  list-style: none;
}
body,
td,
th,
input,
textarea {
  color: #1F1F1F;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
table{
  border-collapse: collapse;
}
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
figure, picture {
  line-height: 0;
}
picture {
  display: block;
}
html, body {
  width: 100%;
  height: 100%;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.position-r{
  position: relative;
}
.font-gill{
  font-family: 'Open Sans', sans-serif;
}
.font-mon{
  font-family: 'Montserrat', sans-serif;
}
.font-imp{
  font-family: 'Anton', sans-serif;
}
#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1F1F1F;
  z-index: 9000;
}
#animation{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
}
#animation .logotxt{
  font-size: 8.9rem;
  font-weight: 600;
  color: #fff;
}
#loading #animation:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #1F1F1F;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 1.5s;
}
@keyframes loadLogo {
  0% { left: 0;}
  50% { left: 0;}
  100% { left: 100%;}
}
#loading.open__ {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
}


@media screen and (min-width: 769px), print {
  /*a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }*/
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    overflow: hidden;
  }
  .row {
    width: 100%;
    margin: 0 auto;
  }
  .inner1 {
    max-width: 1140px;
    width: auto;
    margin: 0 auto;
  }
  .inner2 {
    max-width: 945px;
    width: auto;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .go2top{
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 65px;
    z-index: 999;
  }
  .go2top span#back_top{
    cursor: pointer;
  }
  .go2top span#back_top:hover{
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  #animation .logotxt{
    font-size: 16vw;
  }
  #animation{
    top: 45%;
  }
  body, td, th, input, textarea {
    font-size: 4vw;
  }
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row{
    width: 100%;
  }
  .inner1, .inner2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .go2top{
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 15vw;
    height: 15vw;
    z-index: 999;
  }
  .go2top span#back_top{
    cursor: pointer;
  }
  .go2top span#back_top:hover{
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
}
