@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	basic layout
================================================== */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:link {
  text-decoration: none;
  color: inherit;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  a.link_tap {
    cursor: inherit;
  }
}
/* ========== end △ */

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #8DA0B6;
  color: #222222;
  font-size: 3.4658vw;
  line-height: 1.7;
  font-family: "Lato", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #wrapper {
    font-size: 1.4rem;
  }
}
/* ========== end △ */

.site_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.999vw;
  padding-right: 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .site_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
/* ========== end △ */

/* ==================================================
	header
================================================== */
.header {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.998vw 3.999vw 7.998vw 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .header {
    padding: 30px 2vw;
  }
}
/* ========== end △ */
.header .insta {
  width: 7.998vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .header .insta {
    display: none;
  }
}
/* ========== end △ */
.header .logo {
  width: 37.324vw;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .header .logo {
    width: 160px;
  }
}
/* ========== end △ */
.header .logo a {
  display: block;
}

/* ==================================================
	gnav
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap {
    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;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    padding: 34.658vw 3.999vw 7.998vw 3.999vw;
    background: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap.active {
    overflow-y: scroll;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ========== end △ */
.nav_wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .sns {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.nav_wrap .sns li {
  border: 1px solid #222222;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .sns li {
    width: 42.656vw;
  }
}
/* ========== end △ */
.nav_wrap .sns li + li {
  margin-left: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap .sns li + li {
    margin-left: 15px;
  }
}
/* ========== end △ */
.nav_wrap .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.999vw;
  padding-bottom: 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap .sns a {
    padding: 15px 30px;
  }
}
/* ========== end △ */
.nav_wrap .sns i {
  width: 5.332vw;
  margin-right: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap .sns i {
    width: 20px;
    margin-right: 10px;
  }
}
/* ========== end △ */

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav {
    margin-right: 30px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* ========== end △ */
.gnav ul li {
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav ul li {
    text-align: center;
    font-size: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li + li {
    margin-left: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav ul li + li {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li.only {
    display: none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li a:hover {
    color: #275562;
  }
}
/* ========== end △ */

.hum_wrap {
  position: absolute;
  right: 3.999vw;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .hum_wrap {
    display: none;
  }
}
/* ========== end △ */

.hum_trigger {
  z-index: 8;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 7.998vw;
  height: 6.1318vw;
}
.hum_trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #222222;
}
.hum_trigger span:nth-of-type(1) {
  top: 0;
}
.hum_trigger span:nth-of-type(2) {
  top: 2.666vw;
}
.hum_trigger span:nth-of-type(3) {
  bottom: 0;
}
.hum_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.hum_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-hum 0.8s forwards;
          animation: active-hum 0.8s forwards;
}
@-webkit-keyframes active-hum {
  100% {
    height: 0;
  }
}
@keyframes active-hum {
  100% {
    height: 0;
  }
}
.hum_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* ==================================================
	footer
================================================== */
.footer {
  padding-top: 13.33vw;
  padding-bottom: 13.33vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */
.footer .logo {
  width: 37.324vw;
  margin: 0 auto;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .logo {
    width: 200px;
  }
}
/* ========== end △ */
.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.998vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .sns {
    margin-top: 50px;
  }
}
/* ========== end △ */
.footer .sns li {
  width: 42.656vw;
  border: 1px solid #222222;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .sns li {
    width: 200px;
  }
}
/* ========== end △ */
.footer .sns li + li {
  margin-left: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .sns li + li {
    margin-left: 15px;
  }
}
/* ========== end △ */
.footer .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.999vw;
  padding-bottom: 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .sns a {
    padding: 15px;
  }
}
/* ========== end △ */
.footer .sns i {
  width: 5.332vw;
  margin-right: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .sns i {
    width: 20px;
    margin-right: 10px;
  }
}
/* ========== end △ */