@charset "UTF-8";
/* mixins
--------------------------------------------------------*/
.tomonokai {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /*HEADER*/
  /*パンくず*/
  /* フッター */
}
.tomonokai .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tomonokai .header-inner {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tomonokai .header .head-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tomonokai .header .head-login-btn {
    padding: 10px;
    font-size: 0.9rem;
  }
}
.tomonokai .header .btn-grobal-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .tomonokai .header .btn-grobal-menu {
    display: block;
  }
}
.tomonokai .page-information {
  margin-top: 0px;
  padding: 20px 0;
  border-top: 1px solid #dcdcdc;
}
.tomonokai .page-information .page-top {
  background-color: #bfbfbf;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 50;
}
.tomonokai .page-information .page-top .pagetop-anchor {
  background-color: #bfbfbf;
}
.tomonokai .page-information .page-top .pagetop-anchor:hover {
  background-color: #bfbfbf;
  width: 100%;
  height: 100%;
}
.tomonokai .page-information .page-top .pagetop-anchor::after {
  width: 10px;
  height: 10px;
}
.tomonokai .page-information .page-top::before {
  content: none;
}
.tomonokai .page-information .breadcrumb {
  margin-top: 0px;
  background-color: #FFF;
}
.tomonokai .page-information .breadcrumb ul li a,
.tomonokai .page-information .breadcrumb ul li span {
  color: #878787 !important;
}
@media screen and (max-width: 767px) {
  .tomonokai .page-information {
    margin-top: 0px;
    padding: 3vw 0;
    border-top: 1px solid #dcdcdc;
  }
  .tomonokai .page-information .page-top {
    width: 10vw;
    height: 10vw;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
  }
  .tomonokai .page-information .page-top .pagetop-anchor {
    width: 100%;
    height: 100%;
  }
  .tomonokai .page-information .page-top .pagetop-anchor:hover {
    background-color: #bfbfbf;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .tomonokai .page-information .page-top .pagetop-anchor::after {
    width: 2vw;
    height: 2vw;
    left: calc(50% - 1vw);
    top: 50%;
  }
  .tomonokai .page-information .page-top::before {
    content: none;
  }
  .tomonokai .page-information .breadcrumb {
    margin-top: 0px;
    background-color: #FFF;
  }
  .tomonokai .page-information .breadcrumb ul li a,
  .tomonokai .page-information .breadcrumb ul li span {
    color: #878787 !important;
  }
}
.tomonokai .foot-bottom {
  background-color: #555555;
}
.tomonokai .foot-bottom .content-inner {
  display: block;
  border-top: none;
}
.tomonokai .foot-bottom .foot-bottom-links {
  margin: 0 auto 20px;
}
.tomonokai .foot-bottom .foot-bottom-links .links {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tomonokai .foot-bottom .foot-bottom-links .links::after {
  display: none;
}
.tomonokai .foot-bottom .foot-bottom-links .links li {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .tomonokai .foot-bottom .foot-bottom-links .links li {
    margin: 0 3vw;
  }
  .tomonokai .foot-bottom .foot-bottom-links .links li:first-of-type::after {
    display: none;
  }
}
.tomonokai .foot-bottom .foot-bottom-links .links li a {
  color: #FFF;
}
.tomonokai .foot-bottom .foot-bottom-links .links li:after {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #777777;
  position: absolute;
  top: 0;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .tomonokai .foot-bottom .foot-bottom-links .links li:after {
    height: 3vw;
    top: 2vw;
    right: -3vw;
  }
}
.tomonokai .foot-bottom .foot-bottom-links .links li:last-of-type:after {
  display: none;
}
.tomonokai .foot-bottom .copy {
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .tomonokai .btn-grobal-menu .bar {
    top: 50%;
  }
}
.tomonokai .page-information .breadcrumb ul li:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

#tomonokai-index .js-scroll-anime {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
#tomonokai-index .js-scroll-anime.is-scrolled {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sp_g_menu .sp_g_menu-main .content_inner {
    padding-top: 0;
  }
  .sp_g_menu .sp_g_menu-main .row-menus {
    background-color: #FFF;
  }
  .head-login {
    margin: 2vw 1vw;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1vw;
  }
  .sp_g_banners a {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#d4ade9), to(#a066bc));
    background: linear-gradient(to right, #d4ade9 0%, #a066bc 100%);
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80vw;
    display: block;
    margin: 0 auto;
    padding: 4vw;
    text-align: center;
    border-radius: 1vw;
  }
}
.l-footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    max-width: 100%;
  }
}

.footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.2666666667vw 0;
  }
}

.footer-copyright {
  width: 50%;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2.1333333333vw;
    text-align: center;
    padding-top: 2.1333333333vw;
  }
}

.footer-main-list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-main-list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-main-item {
  position: relative;
}
.footer-main-item span {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-main-item span {
    font-size: 2.9333333333vw;
  }
}
.footer-main-item span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.footer-main-item a:hover span:after {
  width: 0;
}
@media screen and (max-width: 767px) {
  .footer-main-item a:hover span:after {
    width: 100%;
  }
}
.footer-main-item + .footer-main-item {
  margin-left: 3em;
}
.footer-main-item + .footer-main-item:after {
  content: "";
  display: block;
  position: absolute;
  left: -1.5em;
  top: calc(50% - 6px);
  width: 0;
  height: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-link {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .footer-link {
    padding: 5.3333333333vw 0;
  }
}

.footer-link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-link-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-link-item {
    width: 100%;
    text-align: center;
  }
}
.footer-link-item + .footer-link-item {
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .footer-link-item + .footer-link-item {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.footer-link-item + .footer-link-item:after {
  content: "";
  display: block;
  position: absolute;
  left: -2em;
  top: calc(50% - 6px);
  width: 0;
  height: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .footer-link-item + .footer-link-item:after {
    display: none;
  }
}
.footer-link-item span {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-link-item span {
    font-size: 2.9333333333vw;
  }
}
.footer-link-item span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.footer-link-item a:hover span:after {
  width: 0;
}
@media screen and (max-width: 767px) {
  .footer-link-item a:hover span:after {
    width: 100%;
  }
}