@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  height: 100%;
  overflow: hidden;
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
figure {
  position: relative;
}
figcaption {
  padding: .3em;
}
.circle {
  border-radius: 10px;
}
button {
  border: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
span,a  {
  display: inline;
}
a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
/*
a::before,
a::after {
  position: absolute;
}
*/
a:focus {
  outline: none;
}
address, caption, cite, code, dfn, em, th {
  font-style: normal;
  font-weight: normal;
}
* {
  box-sizing: border-box
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
a,button,.btn,.opa {
  transition: all 0.5s;
}
a:hover,button:hover,.btn:hover {
  cursor: pointer;
}
.opa:hover {
	opacity: 0.6;
}
.on1366, .on1280, .on1024, .on768, .on480, .on375 {
  display: none!important;
}
@media (min-width:1367px) {
  .off1366 {
    display: none!important;
  }
  .on1366 {
    display: block!important;
  }
}
@media (max-width:1280px) {
  .off1280 {
    display: none!important;
  }
  .on1280 {
    display: block!important;
  }
}
@media (max-width:1024px) {
  .off1024 {
    display: none!important;
  }
  .on1024 {
    display: block!important;
  }
}
@media (max-width:768px) {
  .off768 {
    display: none!important;
  }
  .on768 {
    display: block!important;
  }
  figcaption {
    font-size: 14px;
  }
}
@media (max-width:480px) {
  .off480 {
    display: none!important;
  }
  .on480 {
    display: block!important;
  }
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
.opa {
  transition: 0.3s;
  cursor: pointer
}
.opa:hover {
  opacity: 0.6;
}
/*margin*/
.mts {
  margin-top: .5em;
}
.mt1em {
  margin-top: 1em;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mbs {
  margin-bottom: .5em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt60 {
  padding-top: 60px;
}
@media (max-width:768px) {
  .mt80 {
    margin-top: 30px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb80 {
    margin-bottom: 30px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
}
/*  fade  */
.inview {
  opacity: 0;
  transition: all 1s;
}
.inview.is-show {
  opacity: 1;
}
.inview.early {
  transition: all 0.5s;
}
.inview.slow {
  transition: all 1.5s;
}
.fadein_up {
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}
.fadein_up.is-show {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}