@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	basic layout
================================================== */
:root {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

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.15rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    font-size: 3.1992vw;
  }
}
/* ========== end △ */

/* ==================================================
	header
================================================== */
.header {
  display: flex;
  justify-content: flex-end;
}
.header .logo {
  margin-right: auto;
  padding: 38px 20px 38px 38px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .header .logo {
    padding: 4vw;
  }
}
/* ========== end △ */
.header .logo img {
  width: 210px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .header .logo img {
    width: 42.656vw;
  }
}
/* ========== end △ */

/* ==================================================
	gnav
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap {
    display: flex;
    justify-content: flex-end;
    height: 100%;

    nav {
      display: flex;
      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: 101;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    padding: 26.66vw 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 .btn {
  position: relative;
  color: #fff;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .btn {
    margin-top: 13.33vw;
    width: 100%;
    flex-direction: row;
  }
}
/* ========== end △ */
.nav_wrap .btn a:first-child span {
  z-index: 1;
  background: url(../common_img/ico_entry.png) left center no-repeat;
  background-size: 19px auto;
  padding-left: 25px;
}
.nav_wrap .btn a:last-child span {
  z-index: 1;
  background: url(../common_img/ico_yt.png) left center no-repeat;
  background-size: 19px auto;
  padding-left: 25px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap .btn:hover {
    background: #fea733;
  }
}
/* ========== end △ */
.nav_wrap .btn a{
  width: 150px;
  min-height: 50px;
  max-height: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-left: 1px solid #FFF;
}
.nav_wrap .btn a:first-child {
  background: #E9463C;
}
.nav_wrap .btn a:last-child{
  background: #0547A0;
}
.nav_wrap .btn a:first-child:hover, 
.nav_wrap .btn a:last-child:hover {
  background: #222;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {

  .nav_wrap .btn a {
    width: 50%;
    padding-top: 3.999vw;
    padding-bottom: 3.999vw;
    min-height: 100px;
  }
}
/* ========== 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;
  font-size: 1.4rem;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav ul li {
    text-align: center;
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li + li {
    margin-left: 40px;
  }
}
/* ========== 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:hover {
    color: #0647A0;
  }
}
/* ========== end △ */

.hum_wrap {
  margin-right: 4vw;
  z-index: 105;
  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: 6.9316vw;
  height: 5.332vw;
}
.hum_trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222222;
}
.hum_trigger span:nth-of-type(1) {
  top: 0;
}
.hum_trigger span:nth-of-type(2) {
  top: 2.1328vw;
}
.hum_trigger span:nth-of-type(3) {
  bottom: 0;
}
.hum_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) 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(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/* ==================================================
	main_contents
================================================== */
.main_contents {
  position: relative;
  overflow: hidden;
}

/* ==================================================
	footer
================================================== */
.footer {
  margin-top: 40px;
}
.footer .fnav {
  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-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C7C7C7;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .fnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */
.footer .fnav li {
  margin: 0 15px;
  font-size: 1.4rem;
  font-weight: 700;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .fnav li {
    margin: 0;
    width: 50%;
    font-size: 1.3rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .fnav li a {
    display: block;
    padding: 10px 20px;
  }
}
/* ========== end △ */
.footer .link_wrap {
  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) {
  .footer .link_wrap {
    padding-right: 4vw;
    padding-left: 4vw;
    -ms-flex-wrap: wrap;
        /* flex-wrap: wrap;flex-direction: column; */
        flex-wrap: wrap;
        margin-top: 20px;
  }
}
/* ========== end △ */
.footer .link_wrap ul {
  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;
}
.footer .link_wrap .bnr {
  width: 200px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .link_wrap .bnr {
    margin-right: 10px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .link_wrap .bnr {
    width: 180px;
margin: 0 20px 0px 20px;
  }

  .footer .link_wrap .x {
    width: 30px !important;
  }
  
}
/* ========== end △ */
 .footer .link_wrap .x {
  width: 38px;
}

.footer .link_wrap .insta {
  width: 200px;
  margin-right: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .link_wrap .insta {
    width: 130px;
  }
  .link_wrap .x {
    width: 30px;
  }
}
/* ========== end △ */
.footer .link_wrap .x {
  /* margin-left: 15px; */
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .link_wrap .x {
    margin-left: 10px;
  }
}
/* ========== end △ */
.footer .link_wrap .youtube {
  width: 160px;
  /* margin-left: 40px; */
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .link_wrap .youtube {
    width: 120px;
    margin-left: 10px;
  }
}
/* ========== end △ */
.footer .pagetop {
  margin-top: 40px;
  font-size: 1.3rem;
  background: #040D5F;
  color: #fff;
  text-align: center;
}
.footer .pagetop a {
  display: block;
  padding: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .pagetop a {
    padding: 15px;
  }
}
/* ========== end △ */


  .pc {
    display: block;
  }
  .sp {
    display:none;
  }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display:none;
  }
}
/* ========== end △ */

.tac{text-align: center;}
.tar{text-align: right;}
.tal{text-align: left;}
.mt20{ margin-top:20px }
