@charset "utf-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

body.active{
    overflow: hidden;
}
/* .gnav .clearfix {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    align-items: center;
  } */

span.hov{
    display: none;
    font-family: maru-maru-gothic-clr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ホバー時は通常時の文字を非表示にする */
.gnav-under-inner a:hover .nomal{
display: none;
}

/* ホバー時に、ホバー時の文字を表示する */
.gnav-under-inner a:hover .hov{
display: block;
transition: all .5s;
}

.gnav-under-inner li span img {
  opacity: 0.3;
}

.gnav-under-inner li a.current span.nomal{
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 400;
}

.nav_pc_bg {
  display: flex;
  box-sizing: border-box;
  width: 90%;
}

.gnav-under-inner a {
  display: block;
  position: relative;
}

.gheader {
  padding: 0 0;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 800;
  /* background: rgb(43 65 83 / 80%); */
  background: linear-gradient(to right, #de1785, #009fe5);
  background-size: cover;
  box-sizing: border-box;
}

.gheader-inner {
  height: 60px;
}

.gheader .gheader_top_p {
  line-height: 1.5;
  letter-spacing: 0.095rem;
  padding: 0;
}

.gheader h1, .gheader p {
  color: #fff;
  max-width: 1200px;
  margin: auto;
  font-size: 12px;
  font-weight: normal;
}

.soon a {
  pointer-events: none;
  color: #c4c4c4!important;
  opacity: 0.8;
}

.gnav-inner {
  /* max-width: 1200px; */
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 5px; */
}

.gnav-inner li.logo {
  display: inline;
  margin: 0px auto 0px 30px;
}

.gnav-inner li.logo:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.gnav-inner li.logo a {
  display: flex;
  align-items: center;
}

.gnav-inner li.logo img {
  max-width: 400px;
  width: 100%;
  margin-right: 15px;
}

.gnav-inner li.logo a span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.gnav-inner li {
  /* margin-right: 10px;
      margin-top: 10px; */
}

.gnav-inner li:nth-child(2) {}

.gnav-inner li:last-child {
  margin-right: auto;
}

.gnav-under-inner li:last-child {
  margin-right: 40px;
}

.logo a img {
  max-width: 100%;
}

.gnav-under-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 0;
  padding-bottom: 0;
  /*  padding-left: 40px;*/
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

.gnav-under-inner li {
  text-align: center;
  width: 140px;
  line-height: 1.2;
  position: relative;
}

.gnav-under-inner li.w110 {
  /* width: 110px; */
}

.gnav-under-inner a.current::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 40%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.gnav-under-inner a {
    text-decoration: none;
    color: #fff;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.2;
    font-family: asap, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.gnav-under-inner a:hover {
  /*  opacity: 0.6;*/
  transition-duration: 0.6s;
}

.gnav-under-inner li a span {
  font-size: 16px;
  /*color: #fff;*/
  color: #ffffff6b;
  letter-spacing: 0.5px;
}



.gnav-under-inner a::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.4s;
}

.gnav-under-inner li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0px;
}

.gnav-under-inner li.intv::before {
  content: none;
}

.gnav-under-inner li.comm::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: -1px;
  right: -11px;
}

.gnav-under-inner a:hover::before {
  height: 1px;
  width: 40%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.gnav-under-inner li:first-of-type {
  /* border-left: 1px solid #e4e4e4; */
}

.gnav-under-inner .dropdown li:first-of-type {
  border-left: 0;
}


/* 資料請求ボタン */

@keyframes bg_slide {
  0% {
    transform-origin: left top;
    transform: scaleX(0.0);
  }
  100% {
    transform-origin: left top;
    transform: scaleX(1.0);
  }
}


/**/

.cap_box {
  max-width: 1200px;
  margin: 80px auto 40px;
  padding: 0 10px;
}

.cap_box p {
  font-size: 10px;
  line-height: 1.8em;
  letter-spacing: 0px;
}


/*----------------------------------------------------
     共通ボタン
  ----------------------------------------------------*/

.header_btn {
  position: fixed;
  z-index: 1000;
  width: 200px;
  margin: auto;
  right: 0;
  top: 12px;
}

.header_btn>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

.header_btn>ul>li {
  width: 33.3%;
}

.header_btn>ul>li.header_btn_tel {
  display: none;
}

.header_btn>ul>li>a {
  width: 100%;
  display: block;
  padding: 15px 0;
  color: #555151;
  position: relative;
}

.header_btn>ul>li>a::before, .header_btn>ul>li>a::after {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: auto;
}

.header_btn>ul>li>a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 16px;
  font-family: FontAwesome;
  font-size: 16px;
}

.header_btn>ul>li>a::after {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  font-size: 10px;
  font-family: 'Questrial', sans-serif;
  line-height: 1;
}

.header_btn>ul>li.header_btn_tel>a::before {
  content: '\f095';
  color: #333;
}

.header_btn>ul>li.header_btn_tel>a::after {
  content: 'TEL';
  letter-spacing: 2px;
  color: #333;
  font-family: asap, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.header_btn>ul>li.header_btn_out>a::before {
  content: '\f15c';
  color: #fff;
}

.header_btn>ul>li.header_btn_out>a::after {
  content: '来場予約';
  letter-spacing: 2px;
  color: #fff;
}

.header_btn>ul>li.header_btn_map>a::before {
  content: '\f041';
  color: #333;
}

.header_btn>ul>li.header_btn_map>a::after {
  content: 'MAP';
  letter-spacing: 0px;
  color: #333;
  font-family: asap, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.header_btn>ul>li.header_btn_req>a::before {
  content: '\f0e0';
}

.header_btn>ul>li.header_btn_req>a::after {
  content: 'お問い合わせ';
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
}

.header_btn>ul>li.header_btn_res>a::before {
  content: '\f108';
}

.header_btn>ul>li.header_btn_res>a::after {
  white-space: pre;
  content: 'オンライン\A相談予約';
  font-family: 'Noto Sans JP', sans-serif;
}

.header_btn>ul>li.header_btn_tel {
  display: block;
}

.header_btn {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1000;
  box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
}

/*.header_btn>ul>li {
  width: 33.33%;
}*/
.header_btn>ul>li {
  width: 100%;
}

.header_btn>ul>li>a {
  padding: 25px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-left: 1px solid #b5b5b5;
  height: 70px;
}

.header_btn>ul>li:nth-of-type(1)>a {
  border-left: none;
}

.header_btn>ul>li>a::before {
  top: 15px;
  height: 24px;
  font-size: 20px;
}

.header_btn>ul>li>a::after {
  top: 26px;
}

.header_btn>ul>li.header_btn_req>a {
  padding: 25px 0;
  background-color: #fff;
  box-sizing: border-box;
  /* border-left: 1px solid #a48b78; */
  height: 70px;
  background: #8f82bc;
}

.header_btn>ul>li.header_btn_res>a {
  background-color: #a19973;
}

.header_btn>ul>li.header_btn_req>a::before, .header_btn>ul>li.header_btn_res>a::before {
  color: #333;
}

.header_btn>ul>li.header_btn_req>a::before, .header_btn>ul>li.header_btn_out>a::before {
  color: #fff;
}

.header_btn>ul>li.header_btn_req>a::after {
  content: '資料請求';
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.header_btn>ul>li.header_btn_res>a::after {
  content: 'オンライン\A相談予約';
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  top: 16px;
}

.header_btn ul li.header_btn_out a {
  background: #e4007f;
}



.footer_link li {
  margin-right: 20px;
}

footer .gheader{
  position: relative;
}




/*
  .gnav-under-inner > li:nth-of-type(3) a::after {
    position: absolute;
    top: -15px;
    left: 50%;
    margin: 0 auto;
    content: "NEW";
    color: #02164d;
    text-align: center;
    font-size: 9px;
    width: 38px;
    padding: 2px 0 0 0;
    height: 10px;
    line-height: 1;
    font-weight: 700;
    transform: scale(0.8);
    background: #f1e5c5;
    letter-spacing: 1px;
    transform: translateX(-50%);
  }
  
  .gnav-under-inner > li:nth-of-type(4) a::after {
    position: absolute;
    top: -15px;
    left: 50%;
    margin: 0 auto;
    content: "NEW";
    color: #02164d;
    text-align: center;
    font-size: 9px;
    width: 38px;
    padding: 2px 0 0 0;
    height: 10px;
    line-height: 1;
    font-weight: 700;
    transform: scale(0.8);
    background: #f1e5c5;
    letter-spacing: 1px;
    transform: translateX(-50%);
  }
  */



@media (max-width: 1500px) {
  .gnav-under-inner li a span {
    font-size: 14px;
  }
}

/* スマホ */

@media (max-width: 1300px) {
  header.pc-only {
    display: none;
  }
}

@media (max-width: 1200px) {
  .subhead {
    height: 100px;
    margin-top: 60px;
  }
  .subhead h2 {
    font-size: 30px;
  }
  #wrapper .mv_area {
    margin-top: 60px;
  }
  .tab_block {
    display: block;
  }
  .tab_none {
    display: none;
  }
  .sp_none {
    display: none;
  }

  .footer_info_tel {
    margin: 0 auto;
    /* padding: 10px; */
    box-sizing: border-box;
  }
  .footer_info_tel {
    max-width: 500px;
  }
  .footer_info_com {
    width: 70%;
    margin: 30px auto 20px;
  }
  .mv .pan {
    top: 95px;
    left: 52%;
  }
  .footer_info_com_img li {
    width: 100%;
    text-align: center;
  }
  .subhead {
    height: 100px;
    margin-top: 60px;
  }
  .subhead>h2::after {
    max-width: 290px;
  }
  .subhead>h2 img {
    max-width: 200px;
  }
  .inner {
    margin: 0 auto;
    padding: 60px 10px;
  }
  footer {
    /* margin-bottom: 70px; */
    /*padding: 0 0 70px;*/
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
  }
  footer ul li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
  }
  footer ul li:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
  footer ul li:last-of-type {
    /* width: 100%; */
  }
  .pagetop {
    bottom: 90px;
  }
  .footer_link li {
    margin-right: 0;
  }
  .footer_info_box {
    padding: 30px 10px;
  }
  .footer_bottom {
    padding: 0;
  }
}

@media (max-width: 650px) {
  p {
    /* font-size: 13px; */
    letter-spacing: 0px;
  }
  .sp_none {
    display: none;
  }
  .pc_none2 {
    display: block !important;
  }
  .sp_none2 {
    display: none !important;
  }
  .sp_rail {
    display: block !important;
  }
  .h_list_txt img {
    width: 80%;
  }
  .footer_info_tel {
    /* padding: 10px 0; */
  }
  .footer_info_com {
    width: 90%;
  }
  .copyright p {
    font-size: 10px;
    line-height: 1.6em;
    letter-spacing: 0px;
  }
  .tel_lead {
    line-height: 1.6;
  }
  .tel_num span {
    margin-bottom: 10px;
  }
  .footer_link_bnr {
    flex-wrap: wrap;
  }
  .footer_link_bnr>div {
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 320px) {

}


/*  */

.w1200pc {
  display: none !important;
}


/* header */

header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  /* background: #000; */
  letter-spacing: 0.2em;
  color: #231815;

  z-index: 1000;
}

.nav_en{
    font-family: asap, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.nav_jp{
    font-family: maru-maru-gothic-clr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;

}

.header_inner {
  /* max-width: 808px; */
  padding: 0px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: none;
  background: linear-gradient(to right, #de1785, #009fe5);
  transition-duration: 0.6s;
  /* background: #000; */
}
.header_inner.sc_h01{
    /* background: rgba(0,31,54,0.5); */
}

.header_logo {
  max-width: 150px;
  width: 100%;
  /* background: #00275e; */
  height: 100%;
  z-index: 996;
  position: relative;
  margin: 0 0 0 10px;
}

.header_logo a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 10px;
  box-sizing: content-box;
  height: 40px;
}

.header_right {
  display: flex;
  align-items: center;
  height: 60px;
}
.entry {
  font-size: 12px;
  color: #fff;
  background: radial-gradient( #d5cdac, #bbb394);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  /* margin-right: 30px; */
  transition: 0.3s;
}

.entry:hover {
  transition: 0.3s;
  /* background: #112b38; */
  opacity: 0.7;
}

.entry a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.entry.limited {
  background: radial-gradient(#bba593, #927c6a);
}

.btn-menu_bg {
  /* background: rgba(255,255,255,0.8); */
  /* background: rgba(0, 31, 54, 0.5); */
  height: 100%;
  padding: 0 20px;
}

.sc_h01 .btn-menu_bg {
  background: none;
}

#btn-menu p {
  /* font-size: 10px; */
  position: absolute;
  bottom: -1.2em;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

#btn-menu {
  position: relative;
  /*   height: 18px;*/
  height: 36px;
  width: 36px;
  z-index: 996;
  margin: 20px 0 0;
  cursor: pointer;
}

#btn-menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 40px;
  transition: transform .3s;
  border-radius: 10px;
}

#btn-menu span:nth-of-type(1) {
  top: 0px;
}

.header-white #btn-menu span {
  background: #000;
}

#btn-menu span:nth-of-type(2) {
  top: 9px;
}

#btn-menu span:nth-of-type(3) {
  top: 19px;
}

#btn-menu.is-open span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}

#btn-menu.is-open span:nth-of-type(2) {
  opacity: 0;
}

#btn-menu.is-open span:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.menu {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 989;
  pointer-events: none;
  visibility: hidden;
}

.menu.is-visible {
  pointer-events: auto;
  visibility: visible;
}

.menu-scroller {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  /* background: rgba(0, 31, 54, 0.9); */
  background: linear-gradient(to right, rgb(111 11 67 / 90%), rgb(5 76 107 / 90%));
  color: #fff;
  overflow: auto;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: .7s ease;
}

.menu.is-visible .menu-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.menu-body {
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: .7s ease;
}

.menu.is-visible .menu-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.menu-inner {
  width: 100%;
  max-width: 1000px;
  /* max-width: 740px; */
  margin: 0 auto;
  padding: 90px 20px 30px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}

.menu_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #231815;
  transition: .7s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  transition-delay: 0.3s;
}

.menu_list>div .menu_item:last-of-type {
  margin-bottom: 0;
}

.menu.is-visible .menu_list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.3s;
}


/* .menu_list > div:first-of-type{
    margin-right: 2%;
} */

.menu_list {
  font-size: 24px;
  color: #094868;
  letter-spacing: 0.05em;
  font-weight: 500;
  /* margin-bottom: 60px; */
  width: 66%;
}

.menu_list a span.nav_jp {
  font-size: 14px;
  color: #ece2c5;
  letter-spacing: 0.05em;
  display: block;
  margin: 5px 0 0;
}

.menu.is-visible .menu_btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.4s;
}

.menu_btn {
  opacity: 0;
  width: 33%;
  text-align: center;
  margin: 0 0 0 auto;
  border-left: 1px solid #ece2c5;
  transition: 0.3s;
  transition: .7s ease;
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  transition-delay: 0.4s;
}

.menu_item {
  margin-bottom: 30px;
  position: relative;
}

.menu_item a {
  position: relative;
  transition: 0.3s;
  /*color: #fff !important;*/
  color: #ffffff6b; !important;
  font-weight: 400;
  letter-spacing: 0.2em;
  /* background: rgba(43,62,80,1); */
  display: block;
  padding: 10px 10px 10px 10px;
}

.menu_item a:hover {
  opacity: 0.5;
  transition: 0.3s
}

.menu_item.new a:after {
  position: absolute;
  content: "NEW";
  transform: translate(100%, -50%);
  right: 40px;
  top: 50%;
  text-align: center;
  padding: 2px 4px;
  background: #e50211;
  letter-spacing: 0;
  font-size: 10px;
  color: #fff;
  display: none;
}

.menu_item.soon {
  opacity: 0.5;
  color: #858585;
}

.menu_item.soon a {
  pointer-events: none;
}

.menu_entry {
  margin: 0 0 0 auto;
  border-radius: 100px;
}

.menu_entry a:hover {
  /* background: #112b38; */
  opacity: 0.6;
  transition: 0.3s;
}

.menu_entry a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  height: 50px;
  max-width: 250px;
  border: 1px solid #fff;
  border-radius: 40px;
  margin: 0 0 20px auto;
  box-sizing: border-box;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.menu_entry.menu_limited {
  background: linear-gradient(to right, #8b7665, #b19c8b, #8b7665);
  margin: 30px auto 0px;
}

.menu_bnr {
  max-width: 250px;
  margin: 40px 0 0 auto;
  /* transition: .7s ease;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition-delay: 0.4s; */
}

.menu_bnr li {
  margin: 0 0 20px;
}

.menu_bnr li:last-of-type {
  margin: 0;
}

.menu_bnr li:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.header_h {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
}

.menu-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_sp {
  display: none !important;
}

@media (max-width: 1279px) {
  #btn-menu {
    /* right: 15px; */
  }
  .menu_item a {
    letter-spacing: 0.1em;
  }
  .pconlynav {
    display: none !important;
  }
  .w1200pc {
    display: block !important;
    width: 100%!important;
  }
}

@media (max-width: 650px) {
  .menu-body {
    display: unset;
    justify-content: unset;
    align-items: unset;
  }
  #btn-menu {
    /* top: 12px; */
  }
  .menu-inner {
    /* padding: 80px 0 10px; */
  }
  .menu_list {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .menu_list a span.nav_jp {
    font-size: 12px;
  }
  .menu_entry {
    max-width: 400px;
    font-size: 14px;
    /* height: 40px; */
  }
  .menu_list {
    transition-delay: 0.5s;
  }
  .menu.is-visible .menu_list {
    transition-delay: 0.5s;
  }
  .menu_entry {
    transition-delay: 0.6s;
  }
  .menu.is-visible .menu_entry {
    transition-delay: 0.6s;
  }
}

@media (max-width: 760px) {
  .menu {
    height: auto;
  }
  .menu_list {
    display: block;
  }
  .entry {
    display: none;
  }
  #btn-menu p {
    bottom: -1em;
    width: 80%;
  }
  .menu_list>div:first-of-type {
    margin-right: unset;
    margin: 0 auto;
  }
  .menu_list>div {
    width: 100%;
    margin: 0 auto;
  }
  .menu_item.empty {
    display: none;
  }
}

@media (max-width: 900px) {
  .menu_entry, .menu_bnr {
    width: 90%;
  }
}

@media (max-width: 760px) {
  .spno {
    display: none !important;
  }
  .menu_sp {
    display: block !important;
  }
  .menu_sp>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu_sp>div>div {
    width: 49%;
  }
  .menu_btn {
    display: none;
  }
  .menu-wrap {
    background: none;
  }
  .menu-inner {
    flex-wrap: wrap;
    padding: 60px 20px 10px;
    /* background: rgba(0, 31, 54, 0.9); */
    background: linear-gradient(to right, rgb(111 11 67 / 90%), rgb(5 76 107 / 90%));
    transition-duration: 0.5s;
  }
  .menu_entry, .menu_bnr {
    width: 100%;
  }
  .menu_list>div .menu_item:last-of-type {
    margin-bottom: 15px;
  }
  .menu_btn {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    border-left: none;
    border-top: 1px solid;
    padding: 30px 0 0;
  }
  .menu_entry a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 50px;
    max-width: 250px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
  .menu_bnr {
    max-width: 250px;
    margin: 40px auto;
  }
  .menu_item {
    margin-bottom: 10px;
  }
  .menu-body {
    align-items: flex-start;
  }
  .menu_item a {
    font-size: 14px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-family: maru-maru-gothic-clr-stdn, sans-serif;
    font-weight: 400;
    /* font-weight: 500; */
  }
  .menu.is-visible .menu_list {
    margin: 0 auto 0;
    width: 100%;
  }
  .header_logo {
    z-index: 990;
  }
}

@media (max-width: 650px) {

}

@media (max-width: 400px) {
  .menu-inner {
    padding: 60px 10px 10px;
  }
}


/* footer */

footer {
  background: #fff100;
  /* padding-bottom: 50px; */
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer_sitemap {
  background: #454545;
}

.footer_sitemap ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  /* flex: 1; */
  justify-content: center;
}

.footer_sitemap ul li {
  font-size: 12px;
  padding: 0px 14px;
  border-right: 1px solid #fff;
}

.footer_sitemap ul li:first-child {
  border-left: 1px solid #fff;
}

.footer_sitemap ul li.soon a {
  color: #c5c1c1;
  pointer-events: none;
}

.footer_sitemap ul li a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.footer_sitemap ul li.current a::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 60%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.footer_sitemap ul li.current.soon a::before {
  display: none
}

.footer_sitemap ul li a {
  color: #fff;
  position: relative;
}

.footer_info_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  /*padding: 60px 10px 40px;*/
  padding: 0px 10px 40px;
}

.footer_info_tel {
  /* padding: 16px 0; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

.footer_info_txt,.footer_info_img{
  width: 48%;
}

.footer_info_txt{
  text-align: center;
  border: 1px solid;
  box-sizing: border-box;
  padding: 10px;
}

.footer_info_tel a {
  /* color: #fff; */
}

.footer_info_tel a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.tel_lead {
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  /* color: #fff; */
  width: 100%;
  letter-spacing: 1px;
}

.tel_num {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 38px;
  line-height: 1;
}

.tel_num span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: asap, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tel_num span:nth-of-type(1) {
  margin-right: 10px;
}

.tel_num span img {
  max-width: 40px;
  vertical-align: baseline;
  width: 100%;
}

.tel_subtxt {
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  /* color: #fff; */
  text-align: center;
  /* margin-left: 15px; */
}

.footer_info_com {
  width: 52%;
}

.footer_info_com_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_info_com_img a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.footer_info_com_txt {
  line-height: 1em;
  margin: 20px 0 0;
}

.footer_info_com_img li {
  width: 60%;
}

.footer_info_com_img li:nth-of-type(1) img {
  max-width: 220px;
  width: 100%;
}

.footer_info_com_img li:nth-of-type(2) img {
  max-width: 162px;
  width: 100%;
}

.footer_info_com_txt li {
  display: inline;
  font-size: 10px;
}

.copyright {
  font-size: 11px;
  color: #fff;
  margin-left: 40px;
}

.copyright p {
  font-size: 10px;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 1px;
}

.footer_link_bnr {
  background: #00a0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.footer_link_bnr a img {
  max-width: 290px;
}

.footer_link_bnr p {
  color: #fff;
}

.footer_link_bnr p a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.pagetop, .pagetop_eq {
  background: url(../img/page_top.png) no-repeat;
  background-color: rgb(13 26 61 / 81%);
  background-size: 40px !important;
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #0b3465;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 120;
}

.pagetop a, .pagetop_eq {
  padding: 10px;
}

/* // */

.footer_link {
  display: flex;
}

.footer_link li a {
  color: #fff;
  font-size: 11px;
}

.footer_bottom {
  /* display: flex; */
  padding: 0 0 30px;
  /* justify-content: space-between; */
}

.footer_logo_twins {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.twins_l {
  max-width: 226px;
  width: 100%;
  margin-right: 50px;
  margin-left: 30px;
  position: relative;
  bottom: 6px;
}

.twins_r {
  max-width: 226px;
  width: 100%;
}

.twins_insta{
  max-width: 45px;
  width: 100%;
  margin-left: 50px;
  transition-duration: 0.6s;
}

.twins_insta:hover{
  opacity: 0.6;
}



/*
.gnav-under-inner > li:nth-of-type(3) a::after {
  position: absolute;
  top: -15px;
  left: 50%;
  margin: 0 auto;
  content: "NEW";
  color: #02164d;
  text-align: center;
  font-size: 9px;
  width: 38px;
  padding: 2px 0 0 0;
  height: 10px;
  line-height: 1;
  font-weight: 700;
  transform: scale(0.8);
  background: #f1e5c5;
  letter-spacing: 1px;
  transform: translateX(-50%);
}
*/

@media (max-width: 1700px) {
  .footer_bottom {
    display: block;
  }
  .footer_logo_twins {
    justify-content: center;
    /* margin-bottom: 20px; */
  }
  .twins_l {
    margin-left: 0;
  }
  .footer_link {
    justify-content: center;
  }
}

@media (max-width: 1070px) {
  .gnav-inner li.logo {
    width: 50%;
  }
  .footer_info_txt{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;

  }
  .footer_info_img{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* スマホ */

@media (max-width: 920px) {
  .gnav-inner li.logo {
    width: 44%;
  }
  .gnav-inner li.logo img {
    max-width: 40%;
  }
  .gnav-inner li.logo a span {
    font-size: 15px;
  }
  .footer_sitemap ul {
    max-width: 760px;
  }
  .footer_sitemap ul li {
    font-size: 11px;
    padding: 0 14px;
  }
  .mv .pan {
    top: 130px;
    left: 53%;
  }
}

@media (max-width: 900px) {

}

@media (max-width: 870px) {

  .tel_num {
    font-size: 36px;
  }

  .footer_logo_twins{
    display: block;
  }
  .twins_l{
    bottom: 3px;
    margin: 0 auto 20px;
  }
  .twins_r{
    margin: 0 auto;
    position: relative;
    left: -5px;
  }
  .twins_insta{
    margin: 30px auto 0;
  }

}

@media (max-width: 650px) {
  .footer_info_box{
    /*padding: 50px 10px 30px;*/
    padding: 0px 10px 30px;
  }
  .footer_bottom{
    padding: 0 0 50px;
  }
  
  .footer_link_bnr{
    padding: 15px 0;
  }


}


/* フローティングバナー */
.flow_bnr_head a{
    width: 40px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;                        
    height: 150px;
    /* line-height: 0; */
    right: 0;
    padding: 10px;
    box-sizing: content-box;
    text-align: center;
    border-radius: 10px 0 0 10px;
    color: #232323;
    cursor: pointer;
    z-index: 900;
    font-family: maru-maru-gothic-clr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.flow_bnr_head a:hover{
    opacity: 0.6;
    transition-duration: 0.6s;
}

.bg_raijou a p{
    color: #fff;
}
.bg_genchi a p{
    color: #fff;
}
.bg_shiryou a p{
    color: #fff;
}

.bg_concept a p{
    color: #fff;
}

.bg_raijou a{
    top: 110px;
    background: #e4007f;
}

.bg_shiryou a{
    top: 290px;
    /* background: #e4007f; */
    background: #8f82bc;
}

.bg_genchi a{
    /* top: 290px; */
    top: 470px;
    background: #00a0e9;
}
    
.flow_bnr_head p{
    color: #2e2e2e;
    font-weight: bold;
    line-height: 1.1;
    /* margin: 0 0 -10px; */
    font-size: 18px;
    letter-spacing: 0;
}
.header_btn{
    display: none;
}
@media (max-width:1200px) {
    .flow_bnr_head{
        display: none !important;
    }
    .header_btn{
        display: block;
    }
}