@charset "UTF-8";
/*---------------------------------------- 
	importFont
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap"); /*---------------------------------------- 
	importFont
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, details, summary {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width: 2560px;
}

body {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
/*-------------------------------------
base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

ol, ul, ul li, ol li {
  list-style: none;
}

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: #005B98;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a:hover {
  opacity: 0.4;
}

a:active {
  color: #666;
}

a:focus {
  overflow: hidden;
  outline: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: #E60012;
}

.relative {
  position: relative;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ft14 {
  font-size: 0.875em;
}

.ft16 {
  font-size: 1em;
}

.ft20 {
  font-size: 1.25em;
}

.ft24 {
  font-size: 1.5em;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  br.sp {
    display: none;
  }
}
/*------------------------------------------
------------------------------------------*/
.wrap {
  opacity: 0;
  transition: all 0.8s;
}
.wrap.active {
  opacity: 1;
}

.inner {
  margin: auto;
  max-width: 1200px;
}

.section .button a {
  display: block;
  text-align: center;
  max-width: 320px;
  padding: 16px 0;
  color: #fff;
  background: #3A3A3A;
  font-size: 0.875em;
}

.site__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}
.site__header .logo {
  width: 120px;
  transition: all 0.4s;
}
.site__header .logo a:hover {
  opacity: 0.4;
}
.site__header--nav {
  display: flex;
  align-items: center;
}
.site__header--nav .gnav {
  line-height: 1;
  display: flex;
  align-items: center;
}
.site__header--nav .gnav li {
  position: relative;
  margin: 0 16px;
}
.site__header--nav .gnav li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #707070;
  font-weight: bold;
  font-size: 0.875em;
  position: relative;
  line-height: 1;
  display: block;
  /*
  &::after{
      @include mixin.arrowLink(#707070);
  }
  */
}
.site__header--nav .gnav li a:hover {
  opacity: 0.4;
}
.site__header--nav .sns {
  width: 40px;
  margin-left: 24px;
  line-height: 1;
}
.site__header--nav .sns a {
  display: block;
}
.site__header.idx {
  /*
  transform: translateY(-100%);
  &.active{
      animation-name: topSlide;
      animation-duration:1.6s;
      animation-fill-mode:forwards;
  }
  */
}
.site__header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 1px 1px #f2f2f2;
}

.figure_layout {
  background: #F2F2F2;
  padding: 120px 0 180px;
}
.figure_layout .ttl--en {
  margin: 0 0 24px;
  font-size: 3.5em;
  color: #707070;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.figure_layout .sub--ttl {
  text-align: center;
  font-size: 1em;
  letter-spacing: 2px;
}

.course--body {
  display: flex;
  justify-content: space-between;
  margin: 64px 0 0;
}
.course--item {
  flex-basis: 30%;
  box-shadow: 0 10px 10px #ccc;
  background: #fff;
}
.course--item .ttl {
  text-align: center;
  color: #fff;
  padding: 24px 0;
  font-size: 1em;
  line-height: 1;
}
.course--item .ttl.cl1 {
  background: #A1A1A1;
}
.course--item .ttl.cl2 {
  background: #5E5E5E;
}
.course--item .ttl.cl3 {
  background: #484848;
}
.course--item .lst {
  margin: 40px 0;
}
.course--item .lst li {
  text-align: center;
  margin-top: 40px;
}
.course--item .lst li:first-child {
  margin-top: 0;
}
.course--item .lst li h4 {
  font-size: 0.875em;
  margin-bottom: 16px;
}
.course--item .lst li p {
  color: #B1B1B1;
  font-size: 2.25em;
  line-height: 1;
}
.course--item .table--footer {
  padding: 24px 0;
  margin: 0 24px;
  text-align: center;
  font-size: 0.875em;
  border-top: 1px solid #f2f2f2;
}
.course--footer {
  text-align: center;
  margin: 64px 0 0;
}
.course--footer p {
  line-height: 2.25;
}
.course--footer .button {
  margin: 40px 0 0;
}
.course--footer .button a {
  margin: auto;
}

.faq a {
  display: block;
  transition: all 0.4s;
  background: #3A3A3A url(../../images/idx/faq.jpg) no-repeat 0 50%;
  background-size: 50% auto;
  overflow: hidden;
}
.faq a .faq--body {
  margin-left: 50%;
  width: 50%;
  padding: 10% 0;
  position: relative;
  transition: all 0.4s;
  background: #3A3A3A url(../../images/common/arrow.png) no-repeat 95% 92.5%;
  background-size: 5% auto;
}
.faq a .faq--body .ttl--en {
  color: #676767;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 5.5em;
  line-height: 1;
  position: absolute;
  top: 32.5%;
  left: 35%;
}
.faq a .faq--body .sub--ttl {
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.faq a:hover {
  opacity: 0.4;
}
.faq a:hover .faq--body {
  background: #3A3A3A url(../../images/common/arrow.png) no-repeat 98.5% 92.5%;
  background-size: 5% auto;
}

.cv {
  margin: 120px 0;
}
.cv__inner {
  max-width: 840px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cv--ttl {
  position: relative;
}
.cv--ttl .ttl--en {
  margin: 0 0 40px;
  font-size: 4.5em;
  line-height: 1;
  color: #ddd;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: -40px;
  left: -80px;
  z-index: 1;
}
.cv--ttl .sub--ttl {
  line-height: 1;
  position: relative;
  z-index: 2;
  font-size: 2em;
  padding: 16px 0 0;
  color: #707070;
}
.cv--body {
  color: #707070;
}
.cv--body p {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 2px;
}
.cv--body address {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.5;
}
.cv--body address a {
  color: #707070;
  cursor: default;
}
.cv--body address span {
  font-size: 0.75em;
}
.cv--body .sp-txt {
  display: none;
}

.site__footer {
  background: #f2f2f2;
  padding: 80px 0 16px;
}
.site__footer--logo {
  text-align: center;
  margin-bottom: 40px;
}
.site__footer--nav ul {
  display: flex;
  justify-content: center;
}
.site__footer--nav ul li {
  margin: 0 16px;
}
.site__footer--nav ul li a {
  display: block;
  color: #222;
  font-size: 0.875em;
}
.site__footer--nav ul li a.target-blank {
  padding: 0 32px 0 0;
  background: url(../../images/common/link.png) no-repeat 100% 50%;
}
.site__footer--name {
  margin-top: 40px;
  font-size: 1.5em;
  text-align: center;
}
.site__footer--address {
  text-align: center;
}
.site__footer .copyr {
  font-size: 0.875em;
  text-align: center;
  padding: 24px 0;
}

@media screen and (max-width: 1400px) {
  .inner {
    max-width: 920px;
  }
}
@media screen and (max-width: 767px) {
  .site__header {
    display: block;
    padding: 8px 24px 4px;
    position: relative;
    z-index: 9998;
    overflow: hidden;
    width: 100%;
  }
  .site__header .logo {
    width: 65px;
    transition: all 0.4s;
    padding-top: 4px;
  }
  .site__header .logo a:hover {
    opacity: 1;
  }
  .site__header--nav {
    display: block;
    position: fixed;
    right: -240px;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: #222;
    width: 240px;
    height: 100vh;
    padding: 0 24px;
    transition: all 0.4s;
  }
  .site__header--nav .gnav {
    line-height: 1;
    display: block;
    /*
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    */
    width: 100%;
    padding-top: 35%;
  }
  .site__header--nav .gnav li {
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin: 0;
  }
  .site__header--nav .gnav li a {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 0.875em;
    position: relative;
    line-height: 1;
    display: block;
    padding: 20px 0;
  }
  .site__header--nav .gnav li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
  }
  .site__header--nav .gnav li a:hover {
    opacity: 1;
  }
  .site__header--nav .sns {
    width: 32px;
    line-height: 1;
    margin: 40px auto 0;
  }
  .site__header--nav .sns a {
    display: block;
  }
  .site__header.fixed {
    z-index: 9999;
  }
  .site__header .toggle-btn {
    display: block;
    position: fixed;
    top: 16px;
    right: 24px;
    width: 30px;
    height: 30px;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 9999;
  }
  .site__header .toggle-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .site__header .toggle-btn span:nth-child(1) {
    top: 4px;
  }
  .site__header .toggle-btn span:nth-child(2) {
    top: 14px;
  }
  .site__header .toggle-btn span:nth-child(3) {
    bottom: 4px;
  }
  .wrap {
    transition: all 0.4s;
    position: relative;
    right: 0;
  }
  .open .wrap {
    right: 240px;
  }
  .open .site__header {
    overflow: visible;
  }
  .open .site__header--nav {
    right: 0;
  }
  .open .site__header.fixed {
    background: transparent;
    box-shadow: none;
  }
  .open .site__header .toggle-btn {
    transform: rotate(540deg);
    right: 264px;
  }
  .open .site__header .toggle-btn span {
    background: #fff;
  }
  .open .site__header .toggle-btn span:nth-child(1), .open .site__header .toggle-btn span:nth-child(3) {
    width: 16px;
  }
  .open .site__header .toggle-btn span:nth-child(1) {
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .open .site__header .toggle-btn span:nth-child(3) {
    transform: translate(-1px, -4px) rotate(45deg);
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    cursor: pointer;
  }
  .inner {
    max-width: inherit;
    margin: 0 16px;
  }
  .section .button a {
    max-width: inherit;
    padding: 16px 0;
    margin: auto;
  }
  .faq {
    margin: 48px 16px;
  }
  .faq a {
    display: block;
    background: url(../../images/idx/faq.jpg) no-repeat 50% 0;
    background-size: 100% auto;
    padding-top: 45%;
  }
  .faq a .faq--body {
    margin-left: 0;
    width: auto;
    padding: 24px 0;
    position: relative;
    transition: all 0.4s;
    background: #3A3A3A url(../../images/common/arrow.png) no-repeat 92.5% 50%;
    background-size: 5% auto;
  }
  .faq a .faq--body .ttl--en {
    font-size: 2.5em;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .faq a .faq--body .sub--ttl {
    color: #fff;
    font-size: 1.25em;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    z-index: 2;
  }
  .faq a:hover {
    opacity: 1;
  }
  .faq a:hover .faq--body {
    background: #3A3A3A url(../../images/common/arrow.png) no-repeat 92.5% 50%;
    background-size: 5% auto;
  }
  .cv {
    margin: 120px 0 80px;
  }
  .cv__inner {
    max-width: inherit;
    margin: auto;
    display: block;
  }
  .cv--ttl {
    position: relative;
    text-align: center;
  }
  .cv--ttl .ttl--en {
    margin: 0 0 40px;
    font-size: 2.5em;
    line-height: 1;
    color: #ddd;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .cv--ttl .sub--ttl {
    line-height: 1;
    position: relative;
    z-index: 2;
    font-size: 1.75em;
    padding: 16px 0 0;
  }
  .cv--body {
    color: #707070;
    margin: 40px 0 24px;
    text-align: center;
  }
  .cv--body p {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .cv--body address {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
  }
  .cv--body address span {
    font-size: 0.75em;
  }
  .cv--body .sp-txt {
    display: block;
    font-size: 0.75em;
    text-align: center;
  }
  .cv .btn {
    text-align: center;
    max-width: 15%;
    margin: auto;
  }
  .figure_layout {
    background: #F2F2F2;
    padding: 40px 0;
  }
  .figure_layout .ttl--en {
    margin: 0 0 16px;
    font-size: 2.5em;
  }
  .figure_layout .sub--ttl {
    text-align: center;
    font-size: 1em;
    letter-spacing: 2px;
  }
  .course--body {
    justify-content: space-between;
    margin: 40px 0 0;
  }
  .course--item {
    flex-basis: 32%;
    box-shadow: none;
    background: #fff;
  }
  .course--item .ttl {
    padding: 8px 0;
    font-size: 0.875em;
    font-weight: normal;
  }
  .course--item .ttl.cl1 {
    background: #A1A1A1;
  }
  .course--item .ttl.cl2 {
    background: #5E5E5E;
  }
  .course--item .ttl.cl3 {
    background: #484848;
  }
  .course--item .lst {
    margin: 24px 0;
  }
  .course--item .lst li {
    text-align: center;
    margin-top: 24px;
  }
  .course--item .lst li:first-child {
    margin-top: 0;
  }
  .course--item .lst li h4 {
    font-size: 0.75em;
    margin-bottom: 16px;
  }
  .course--item .lst li h4 span {
    display: block;
  }
  .course--item .lst li p {
    color: #B1B1B1;
    font-size: 1em;
    line-height: 1;
  }
  .course--item .table--footer {
    padding: 16px 8px;
    margin: 0 0;
    font-size: 0.675em;
    text-align: left;
  }
  .course--item .table--footer br {
    display: none;
  }
  .course--footer {
    margin: 24px 0 0;
  }
  .course--footer p {
    line-height: 2.25;
    font-size: 0.875em;
  }
  .course--footer .button {
    margin: 40px 0 0;
  }
  .course--footer .button a {
    margin: auto;
  }
  .site__footer {
    background: #f2f2f2;
    padding: 40px 0 16px;
  }
  .site__footer--logo {
    text-align: center;
    max-width: 40%;
    margin: 0 auto 40px;
  }
  .site__footer--nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site__footer--nav ul li {
    width: 48.5%;
    margin: 0 0 3% 0;
  }
  .site__footer--nav ul li a {
    display: block;
    color: #222;
    font-size: 0.75em;
    padding: 12px 0;
    line-height: 1;
    border: 1px solid #ddd;
    text-align: center;
  }
  .site__footer--nav ul li a.target-blank {
    padding: 12px 0;
    background: url(../../images/common/link.png) no-repeat 95% 50%;
    background-size: 12px auto;
  }
  .site__footer--name {
    margin-top: 40px;
    font-size: 1.5em;
    text-align: center;
  }
  .site__footer--address {
    text-align: center;
  }
  .site__footer .copyr {
    font-size: 0.75em;
    text-align: center;
    padding: 16px 0;
  }
}
@-webkit-keyframes topSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes topSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.white_animation {
  position: relative;
}
.white_animation::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.white_animation.active::after {
  -webkit-animation-name: rightSlide;
          animation-name: rightSlide;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rightSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes rightSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, details, summary {
  display: block;
}

summary {
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width: 2560px;
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Lato", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
/*-------------------------------------
base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

ol, ul, ul li, ol li {
  list-style: none;
}

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: #005B98;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a:hover {
  opacity: 0.8;
}

a:active {
  color: #666;
}

a:focus {
  overflow: hidden;
  outline: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: #E60012;
}

.relative {
  position: relative;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ft14 {
  font-size: 0.875em;
}

.ft16 {
  font-size: 1em;
}

.ft20 {
  font-size: 1.25em;
}

.ft24 {
  font-size: 1.5em;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.effect_fade {
  opacity: 0;
}

/*
.effect_fade.effect_scroll {
    animation-name:scrollFade;
    animation-fill-mode:forwards;
    animation-duration: 0.8s;
}
*/
.effect_fade.effect_scroll.bg {
  -webkit-animation-name: bgFade;
          animation-name: bgFade;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes bgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay_0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay_9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes scrollFade {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes scrollFade {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#stalker {
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: transform 0.1s, top, 0.1s, left 0.1s, width 0.5s, height 0.5s, background-color 0.5s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.hov_ {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
}
#stalker.hov_:before {
  content: "→";
  color: #ccc;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2em;
}

/* ------------------------------------ 
    loading
-----------------------------------------*/
.loader__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: fixed;
  z-index: 10;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loading 1.8s infinite ease-in-out;
          animation: loading 1.8s infinite ease-in-out;
}

.loader {
  color: #707070;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.loader::before, .loader::after {
  content: "";
  position: absolute;
  top: 0;
}
.loader::before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader::after {
  left: 3.5em;
}

@-webkit-keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -0.8em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}

@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -0.8em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}
@media screen and (max-width: 767px) {
  #stalker {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */