@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 GNAV
===========================================*/
#header .gnav-wrap {
  left: 0;
  top: -100vh;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  z-index: -3;
  color: #fff;
  -ms-overflow-style: none;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #187fc2, #003387);
}
#header .gnav-wrap.open {
  opacity: 1;
  z-index: 110;
}
#header.gnav-open .Mmenu-hamburger {
  top: 20px;
  right: 2.5%;
}
@media screen and (min-width: 1201px) {
  #header.gnav-open .Mmenu-hamburger {
    top: 40px;
    right: 40px;
  }
}
#header .snsicon {
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 70px;
}
#header .snsicon li {
  margin-left: 12px;
}
#header .snsicon li i {
  font-size: 2.5rem;
}
#header .snsicon a {
  color: #ffffff !important;
}
#header .gnav-inner {
  padding-top: 50px !important;
  padding-bottom: 40px;
  max-width: 1740px;
  margin: auto;
  width: 90%;
}
#header .gnav-wrap-block {
  width: 100%;
  padding: 0;
}
#header .block-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  #header .block-bottom {
    display: block;
  }
}
#header .gnav-wrap-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#header .gnav-wrap-list .youtube i {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list .youtube i {
    font-size: 3rem;
  }
}
#header .gnav-wrap-list .list-item .ja {
  color: #FFF;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list .list-item .ja {
    font-size: 2rem;
  }
}
#header .gnav-wrap-list .list-item a {
  width: auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  transition: 0.4s ease-in-out;
}
#header .gnav-wrap-list .list-item a:hover {
  /*background-color: #fff;*/
}
#header .gnav-wrap-list .list-item a .en {
  display: block;
  font-size: 4rem;
  font-weight: 200;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #FFF;
  line-height: 1;
  transition: 0.3s;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list .list-item a .en {
    font-size: 3rem;
    text-align: left;
    display: inline-block;
  }
}
#header .gnav-wrap-list .list-item a .en.medium {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list .list-item a .en.medium {
    font-size: 2rem;
  }
}
#header .gnav-wrap-list .list-item a .en.small {
  font-size: 2.2rem;
}
#header .gnav-wrap-list .list-item a:hover .en {
  opacity: 0.8;
}
#header .gnav-wrap-list.sec01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec01 {
    margin-bottom: 1em;
  }
}
#header .gnav-wrap-list.sec01 .list-item {
  width: 25%;
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  #header .gnav-wrap-list.sec01 .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec01 .list-item {
    width: 100%;
    margin-bottom: 1em;
  }
}
#header .gnav-wrap-list.sec01 .list-item:nth-of-type(n+3) {
  margin-top: 0px;
}
#header .gnav-wrap-list.sec01 .list-item.mb0 {
  margin-bottom: 0;
}
#header .gnav-wrap-list.sec01 .concept_sp_nav {
  width: 100%;
}
#header .gnav-wrap-list.sec01 .concept_sp_nav ul {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  #header .gnav-wrap-list.sec01 .concept_sp_nav ul {
    display: block;
    margin-top: 5px;
    margin-left: 15px;
  }
}
#header .gnav-wrap-list.sec01 .concept_sp_nav ul_area {
  flex-wrap: wrap;
}
#header .gnav-wrap-list.sec01 .concept_sp_nav ul li {
  padding: 0 15px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  #header .gnav-wrap-list.sec01 .concept_sp_nav ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) {
  #header .gnav-wrap-list.sec01 .concept_sp_nav ul li {
    padding: 0;
    font-size: 1.8rem;
  }
}
#header .gnav-wrap-list.sec01 .concept_sp_nav ul li a {
  color: #FFF;
  display: block;
}
@media screen and (min-width: 769px) {
  #header .gnav-wrap-list.sec01 .concept_sp_nav .sp_area {
    display: none;
  }
}
#header .gnav-wrap-list.sec02 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec02 {
    margin-bottom: 1em;
  }
}
#header .gnav-wrap-list.sec02 .list-item {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec02 .list-item {
    width: 100%;
  }
}
#header .gnav-wrap-list.sec02 .list-item:nth-of-type(n+3) {
  margin-top: 0px;
}
#header .gnav-wrap-list.sec02 .list-item.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec02 .list-item.mb0 {
    margin-bottom: 1em;
  }
}
#header .gnav-wrap-list.sec03 {
  margin-bottom: 10px;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: flex;
  padding-right: 70px;
  border-right: 3px solid #FFF;
}
@media screen and (max-width: 1200px) {
  #header .gnav-wrap-list.sec03 {
    border: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec03 {
    padding-left: 0;
    display: block;
    padding-right: 0;
    margin-bottom: 1em;
    text-align: left;
  }
}
#header .gnav-wrap-list.sec03 .list-item {
  margin: auto;
  margin-right: 0rem;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  margin-right: 75px;
}
#header .gnav-wrap-list.sec03 .list-item:last-child {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec03 .list-item {
    margin-right: 0;
    text-align: left;
  }
}
#header .gnav-wrap-list.sec03 .list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 rem;
}
@media screen and (max-width: 768px) {
  #header .gnav-wrap-list.sec03 .list-item a {
    display: block;
  }
}
#header .gnav-wrap-list.sec04 {
  margin-bottom: 10px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  display: flex;
}
#header .gnav-wrap-list.sec04 .list-item {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  white-space: nowrap;
}
#header .gnav-wrap-list.sec04 .list-item:last-child {
  margin-right: auto;
}
#header .gnav-wrap-list.sec04 .list-item a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
#header .gnav-wrap-list.sec04 .list-item a .en {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#header .gnav-wrap-list.sec04 .list-item a .ja {
  font-size: 1.4rem;
  letter-spacing: 0;
}
#header .gnav-wrap-list.sec04 .list-item a i {
  font-size: 18px;
  margin: 10px;
  color: #FFF;
}/*# sourceMappingURL=gnav.css.map */