@charset "UTF-8";
.l-header {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.under .l-header.scrolled {
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
}

.under .l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 202;
  height: 100px;
}

.l-header .logo {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 100px;
}

.l-header .sns {
  position: absolute;
  top: 75px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .sns li:not(:first-child) {
  margin-left: 20px;
}

.l-header .sns a {
  font-size: 20px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .under .l-header {
    background: #000;
    height: 200px;
  }
  .l-header .global-nav {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .under .l-header .global-nav {
    margin-top: 60px;
  }
  .home .l-header .global-nav_home {
    display: none !important;
  }
  .l-header .global-nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header .global-nav_menu li {
    padding: 0 50px;
    position: relative;
  }
  .l-header .global-nav_menu li:before, .l-header .global-nav_menu li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/global_nav_img.png) no-repeat center/contain;
    border-radius: 50%;
  }
  .l-header .global-nav_menu li:before {
    left: -7px;
  }
  .l-header .global-nav_menu li:last-child:after {
    right: -7px;
  }
  .l-header .global-nav_menu li a {
    text-align: center;
    color: #fff;
  }
  .l-header .global-nav_menu li a .en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Clash Display', sans-serif;
    letter-spacing: 0.15em;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header .global-nav_menu li a .ja {
    font-size: 14px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header .global-nav_menu li a:hover {
    text-shadow: var(--neon_shadow);
  }
  .l-header .global-nav.js-scroll {
    opacity: 0;
    -webkit-transition: 0.7s ease 0.2s;
    transition: 0.7s ease 0.2s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .l-header .global-nav.js-scroll .global-nav_menu {
    opacity: 0;
    -webkit-transition: 0.5s ease 0.8s;
    transition: 0.5s ease 0.8s;
  }
  .l-header .global-nav.is-scroll {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .l-header .global-nav.is-scroll .global-nav_menu {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1330px) {
  .l-header_menu li a .ja {
    font-size: 18px;
  }
  .l-header_menu li a .en {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .l-header .logo {
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.1;
  }
  .l-header .sns {
    display: none;
  }
  .l-header .global-nav_menu li {
    padding: 0 25px;
  }
  .l-header .global-nav_menu li a .en {
    font-size: 20px;
  }
  .l-header .global-nav_menu li a .ja {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .under .l-header .global-nav {
    margin-top: 80px;
  }
  .under .l-header .global-nav_menu li {
    padding: 0 25px;
  }
  .under .l-header .global-nav_menu li a .en {
    font-size: 20px;
  }
  .under .l-header .global-nav_menu li a .ja {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .logo {
    top: 10px;
    left: 20px;
    width: 50px;
  }
  .l-header .global-nav {
    padding: 90px 40px 100px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 202;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    background: url(../img/line001.png) repeat-x left -300px top 50px, url(../img/line002.png) repeat-x right -300px bottom 50px, url(../img/nav_bg.jpg) no-repeat center/cover;
    overflow: auto;
  }
  .menu-open .l-header .global-nav {
    background-position: left top 50px,right bottom 50px,center;
  }
  .l-header .global-nav_menu {
    width: 80%;
  }
  .l-header .global-nav_menu li {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .l-header .global-nav_menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .l-header .global-nav_menu li a {
    color: #fff;
  }
  .l-header .global-nav_menu li a .en {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Clash Display', sans-serif;
    line-height: 1.3;
    letter-spacing: 0.2em;
    display: block;
  }
  .l-header .global-nav_menu li a .ja {
    font-size: 14px;
  }
  .menu-open .l-header .global-nav_menu li {
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: none;
            transform: none;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .menu-open .l-header .global-nav_menu li:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .l-header .global-nav_sns {
    position: absolute;
    right: 40px;
    width: 18%;
    margin-left: 2%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    color: #fff;
  }
  .l-header .global-nav_sns--title {
    font-size: 18px;
    margin-left: 15px;
  }
  .l-header .global-nav_sns--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header .global-nav_sns--icon li {
    margin-top: 15px;
  }
  .l-header .global-nav_sns--icon a {
    color: #fff;
  }
  .l-header .global-nav_submenu {
    position: relative;
    display: block;
    width: 100%;
    margin: 1em 0;
  }
  .l-header .global-nav_submenu li a {
    font-size: 12px;
    font-weight: bold;
    padding-right: 70px;
    position: relative;
    color: #fff;
  }
  .l-header .global-nav_submenu li a:after {
    content: '→';
    position: absolute;
    top: calc(50% - 0.8em);
    right: 25px;
    color: #fff;
  }
  .menu-open .l-header .global-nav {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header .hamburger {
    position: fixed;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 203;
    cursor: pointer;
  }
  .l-header .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 5px #000);
            filter: drop-shadow(0 0 5px #000);
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .l-header .hamburger span:nth-child(1) {
    top: 0;
    bottom: auto;
  }
  .l-header .hamburger span:nth-child(2) {
    top: auto;
    bottom: 0;
  }
  .menu-open .l-header .hamburger {
    opacity: 0;
  }
  .menu-open .l-header .hamburger span:nth-child(1) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    bottom: 0;
  }
  .menu-open .l-header .hamburger span:nth-child(2) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
  .l-header .close-btn {
    /* position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 90px; */
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 40px;
  }
  .l-header .close-btn:before, .l-header .close-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 1px;
    background: #fff;
  }
  .l-header .close-btn:before {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .l-header .close-btn:after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@media screen and (max-width: 767px) and (max-height: 700px) {
  .l-header .global-nav_menu li a .en {
    font-size: 25px;
  }
  .l-header .global-nav_menu li a .ja {
    font-size: 12px;
  }
}

body.menu-open {
  position: fixed;
  top: 0;
  left: 0;
}

.l-footer {
  padding: 70px 0;
  background: url(../img/footer_bg.jpg) no-repeat center/cover;
  border-bottom: 20px solid #000;
  color: #000;
}

.l-footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer_logo {
  width: 50%;
  padding: 0 4%;
}

.l-footer_logo img {
  width: 160px;
  margin: 0 auto;
}

.l-footer_content {
  width: 50%;
  margin-top: 65px;
}

.l-footer_nav {
  position: relative;
  padding-top: 15px;
  margin-bottom: 33px;
}

.l-footer_nav li a {
  font-size: 12px;
  font-weight: bold;
  padding-right: 60px;
  display: block;
  position: relative;
}

.l-footer_nav li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 8px;
  background: url(../img/arrow001.svg) no-repeat center/contain;
  color: var(--maincolor);
}

.l-footer_nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #000;
}

.l-footer_sns {
  margin-bottom: 25px;
}

.l-footer_sns--title {
  font-size: 10px;
  font-family: 'Panchang', sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.l-footer_sns--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
}

.l-footer_sns--icon li:not(:last-child) {
  margin-right: 20px;
}

.l-footer_sns--icon li a {
  font-size: 22px;
}

.l-footer_group {
  margin: 50px 0 30px;
}

.l-footer_group--title {
  font-size: 10px;
  font-family: 'Panchang', sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.l-footer_group--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer_group--link li {
  margin: 15px;
}

.l-footer_group--link li img {
  width: 150px;
}

.l-footer_group--link li a {
  width: 220px;
  height: 70px;
  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;
  position: relative;
}

.l-footer_group--link li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
}

.l-footer_group--link li.egodiva a {
  padding-top: 7px;
  background: #fff;
  border: 2px solid #000;
}

.l-footer_group--link li.mekuru a {
  background: #fff;
  border: 2px solid #2d2220;
}

.l-footer_group--link li.mekuru a:after {
  border-right-color: #2d2220;
  border-bottom-color: #2d2220;
}

.l-footer .f-logo {
  margin-bottom: 30px;
}

.l-footer .copyright {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Clash Display', sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .l-footer_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .l-footer_nav li:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 15vw;
  }
  .l-footer_logo {
    padding: 0 30px 0 0;
  }
  .l-footer_nav:before {
    width: 50px;
  }
  .l-footer_nav li a {
    font-size: 12px;
    padding-right: 20px;
  }
  .l-footer_nav li a:after {
    right: 0;
  }
  .l-footer_flex {
    margin-bottom: 70px;
  }
  .l-footer_content {
    margin-top: 20px;
  }
  .l-footer .copyright {
    text-align: center;
  }
}

/* コンテイナー */
.l-container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  .l-container {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/* PC/SP */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* clearfix */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.wp-block-cover {
  padding: 0 !important;
}