/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.gmsns_aic-ins {background-image: url(../img/index_v2/pbic-ins.webp);}
.gmsns_aic-tik {background-image: url(../img/index_v2/pbic-tik.webp);}
.gmsns_aic-yt {background-image: url(../img/index_v2/pbic-yt.webp);}
.gmsns_aic-line {background-image: url(../img/pbic-line.webp);}

.ftsns_aic-ins {background-image: url(../img/index_v2/pbic-ins.webp);}
.ftsns_aic-tik {background-image: url(../img/index_v2/pbic-tik.webp);}
.ftsns_aic-yt {background-image: url(../img/index_v2/pbic-yt.webp);}


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  #header_v2 {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s all;
    position: relative;
    margin:0 auto;
  }
  #header_v2 h1 {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
transition: .4s all;
  }
  #header_v2 h1 img {
    width: 100px;
    height: 100px;
    display: block;
  }

  #header_v2.site_active {
    width: 100%;
    height: 80px;
    position: fixed;
    top:0;
    left:0;
    z-index:20000;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:0px 1px 10px rgba(0,0,0,0.3);
  }
  #header_v2.site_active h1 {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
transition: .4s all;
  }
  #header_v2.site_active h1 img {
    width: 70px;
    height: 70px;
    display: block;
  }

  /* Header navi */
  .hrnavi_v2 {
    width:230px;
    height: 30px;
    display: flex;
    position: fixed;
    top:60px;
    left:5%;
    z-index:15000;
  }
  #header_v2.site_active .hrnavi_v2 {
    width:230px;
    height: 30px;
    display: flex;
    position: fixed;
    top:25px;
    left:5%;
    z-index:15000;
  }
  .hrnavi_v2 * {
    box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
  .hrnavi_v2 li.hrn_tel {
    width:170px;
    height: 30px;
    display: block;
  }
  .hrnavi_v2 li.hrn_tel a {
    width:100%;
    height: 30px;
    display: block;
    text-decoration: none;
    font-size:18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
    line-height: 30px;
    padding-left:40px;
    background-image: url(../img/pbic-tel_sq.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
  }
  .hrnavi_v2 li.hrn_line {
    width:30px;
    height: 30px;
    display: block;
    margin-right:10px;
  }
  .hrnavi_v2 li.hrn_line a {
    width:30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/pbic-line_sq.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
  }
  .hrnavi_v2 li.hrn_mail {
    width:30px;
    height: 30px;
    display: block;
  }
  .hrnavi_v2 li.hrn_mail a {
    width:30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/pbic-mail_sq.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
  }


/* Menu botton*/
.menubn_v2 {
  position: fixed;
  top: 45px;
  right:5%;
  width: 60px;
  height: 60px;
  z-index: 21500;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  transition: .4s all;

  background-color: rgba(0,0,0,0.9);
  background-image: url(../img/mic-open.webp);
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: auto 12px;

}



.menubn_v2.site_active {
display: block;
position: fixed;
z-index: 21500;
right: 1%;
top: 10px;
width: 60px;
height: 60px;
cursor: pointer;
text-align: center;
}

.menubn_v2 span {
display: block;
position: absolute;
width: 50px;
height: 2px;
left: 6px;
background: #fff;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.menubn_v2 span:nth-child(1) {
top: 10px;
}

.menubn_v2 span:nth-child(2) {
top: 20px;
}

.menubn_v2 span:nth-child(3) {
top: 30px;
}

/* ナビ開いてる時のボタン */
.menubn_v2.menu_active {
background-color: rgba(0,0,0,0);
background-image: url(../img/mic-close.webp);
background-repeat: no-repeat;
background-position: center 95%;
background-size: auto 12px;
}
.menubn_v2.menu_active span:nth-child(1) {
top: 22px;
left: 6px;
background: #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.menubn_v2.menu_active span:nth-child(2),
.menubn_v2.menu_active span:nth-child(3) {
top: 22px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

nav.globalmenu_v2 {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  padding: 10vh 5%;
  z-index: 20000;
  background-color: rgba(0,0,0,0.9);

  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;

  overflow-y: auto;
  overflow-x: hidden;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.globalmenu_v2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.globalmenu_v2.menu_active {
  opacity: 1;
  visibility: visible;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

nav.globalmenu_v2 h3 {
  font-size:20px!important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
  font-weight: 400!important;
  line-height: 1.4em;
  margin-bottom: 15px;
  color:#fff;
}

nav.globalmenu_v2 ul.gm_nom {
width: 100%;
max-width: 1024px;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin:0 auto 30px;
}

nav.globalmenu_v2 ul.gm_nom li {
width: 31.3333333333%!important;
height: auto;
display: block;
font-size: 14px;
font-weight: 400;
list-style-type: none;
padding: 0;
margin:0 1% 2%;
border-radius: 5px;
transition: .4s all;
}

nav.globalmenu_v2 ul.gm_nom li a {
width: 100%;
height: auto;
display: block;
color: #fff;
line-height: 1em;
padding: 1.5em 1em;
text-align: left;
border-radius: 5px;
text-decoration: none;
background-color: rgba(255,255,255,0.1);
background-image: url(../img/pbic-ar_h.webp);
background-position: 96% center;
background-repeat: no-repeat;
background-size: auto 20px;
transition: .4s all;
}

nav.globalmenu_v2 ul.gm_nom li a:hover {
color: #fff;
background-color: rgba(138, 120, 84, 0.8);
}

/* Globalmenu SNS */
nav.globalmenu_v2 ul.gm_sns {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 50px;
}
nav.globalmenu_v2 ul.gm_sns li {
  width:150px;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  text-align: center;
  margin:0 0;
}
nav.globalmenu_v2 ul.gm_sns li a {
  width:100%;
  height: auto;
  display: block;
  color:#fff;
  padding:45px 0 0 0;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
}
nav.globalmenu_v2 ul.gm_sns li a:hover {
  opacity: 0.5;
}




/* Footer V2 */
footer {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:50px 5%;
}
footer * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
footer h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#fff;
  text-align: center;
  padding:110px 0 0 0;
  background-image: url(../img/head_logo_v2-w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  margin-bottom: 25px;
}
footer h3 {
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#fff;
  text-align: center;
  margin-bottom: 10px;
}
footer p.ftad01 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0;
}
footer p.ftad02 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0;
}
footer p.ftad03 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0 0 25px 0;
}
footer p.ftmapbn {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:14px;
  font-weight: 400;
  color:#fff;
  text-align: center;
  margin:0 auto 30px auto;
}
footer p.ftmapbn a {
  width:fit-content;
  height: 30px;
  display: block;
  color:#fff;
  line-height: 30px;
  text-decoration: none;
  background-color: #333;
  border-radius: 3px;
  padding:0 2em;
  transition: .4s all;
}
footer p.ftmapbn a:hover {
  color:#000;
  background-color: #ccc;
}
footer ul.ftsnslist {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 30px;
}
footer ul.ftsnslist li {
  width:150px;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  text-align: center;
  margin:0 0;
}
footer ul.ftsnslist li a {
  width:100%;
  height: auto;
  display: block;
  color:#fff;
  padding:45px 0 0 0;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
}
footer ul.ftsnslist li a:hover {
  opacity: 0.5;
}
footer ul.ftssmenu {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 20px;
}
footer ul.ftssmenu li {
  width:150px;
  height: auto;
  display: block;
  padding:0;
  font-size:14px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1em;
  text-align: center;
  margin:0 0;
}
footer ul.ftssmenu li a {
  color:#fff;
  text-decoration: underline;
}
footer ul.ftssmenu li a:hover {
  color:#fff;
  text-decoration: none;
}


}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

    #header_v2 {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s all;
    position: relative;
  }
  #header_v2 h1 {
    width: 80px;
    height: 80px;
    display: block;
    margin:0 auto;
transition: .4s all;
  }
  #header_v2 h1 img {
    width: 100%;
    height: auto;
    display: block;
  }

  #header_v2.site_active {
    height: 80px;
    position: fixed;
    top:0;
    left:0;
    z-index:20000;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:0px 1px 10px rgba(0,0,0,0.3);
  }
  #header_v2.site_active h1 {
    width: 70px;
    height: 70px;
    display: block;
    margin:0 auto;
transition: .4s all;
  }

  /* Header navi */
  .hrnavi_v2 {
    display: none!important;
  }

/* Menu botton*/
.menubn_v2 {
display: block;
position: fixed;
z-index: 21500;
right: 5%;
top: 20px;
width: 60px;
height: 60px;
cursor: pointer;
text-align: center;
border-radius: 3px;
transition: .4s all;
background-color: rgba(0,0,0,0.9);
background-image: url(../img/mic-open.webp);
background-repeat: no-repeat;
background-position: center 85%;
background-size: auto 12px;
}

.menubn_v2.site_active {
display: block;
position: fixed;
z-index: 21500;
right: 1%;
top: 10px;
width: 60px;
height: 60px;
cursor: pointer;
text-align: center;
}

.menubn_v2 span {
display: block;
position: absolute;
width: 50px;
height: 2px;
left: 6px;
background: #fff;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.menubn_v2 span:nth-child(1) {
top: 10px;
}

.menubn_v2 span:nth-child(2) {
top: 20px;
}

.menubn_v2 span:nth-child(3) {
top: 30px;
}

/* ナビ開いてる時のボタン */
.menubn_v2.menu_active {
background-color: rgba(0,0,0,0);
background-image: url(../img/mic-close.webp);
background-repeat: no-repeat;
background-position: center 95%;
background-size: auto 12px;
}
.menubn_v2.menu_active span:nth-child(1) {
top: 22px;
left: 6px;
background: #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.menubn_v2.menu_active span:nth-child(2),
.menubn_v2.menu_active span:nth-child(3) {
top: 22px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

nav.globalmenu_v2 {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  padding: 10vh 5%;
  z-index: 20000;
  background-color: rgba(0,0,0,0.9);

  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;

  overflow-y: auto;
  overflow-x: hidden;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.globalmenu_v2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.globalmenu_v2.menu_active {
  opacity: 1;
  visibility: visible;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


nav.globalmenu_v2 h3 {
  font-size:18px!important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
  font-weight: 400!important;
  line-height: 1.4em;
  margin-bottom: 15px;
  color:#fff;
}

nav.globalmenu_v2 ul.gm_nom {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}

nav.globalmenu_v2 ul.gm_nom li {
width: 48%!important;
height: auto;
display: block;
font-size: 14px;
font-weight: 400;
list-style-type: none;
padding: 0;
margin:0 1% 2%;
border-radius: 5px;
transition: .4s all;
}

nav.globalmenu_v2 ul.gm_nom li a {
width: 100%;
height: auto;
display: block;
color: #fff;
line-height: 1em;
padding: 1em 1em;
text-align: left;
border-radius: 5px;
text-decoration: none;
background-color: rgba(255,255,255,0.1);
background-image: url(../img/pbic-ar_h.webp);
background-position: 96% center;
background-repeat: no-repeat;
background-size: auto 20px;
transition: .4s all;
}

nav.globalmenu_v2 ul.gm_nom li a:hover {
color: #fff;
background-color: rgba(138, 120, 84, 0.8);
}

/* Globalmenu SNS */
nav.globalmenu_v2 ul.gm_sns {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 50px;
}
nav.globalmenu_v2 ul.gm_sns li {
  width:150px;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  text-align: center;
  margin:0 0;
}
nav.globalmenu_v2 ul.gm_sns li a {
  width:100%;
  height: auto;
  display: block;
  color:#fff;
  padding:45px 0 0 0;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
}
nav.globalmenu_v2 ul.gm_sns li a:hover {
  opacity: 0.5;
}





/* Footer V2 */
footer {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:50px 5%;
}
footer * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
footer h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#fff;
  text-align: center;
  padding:50px 0 0 0;
  background-image: url(../img/head_logo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 25px;
}
footer h3 {
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#fff;
  text-align: center;
  margin-bottom: 10px;
}
footer p.ftad01 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0;
}
footer p.ftad02 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0;
}
footer p.ftad03 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0 0 25px 0;
}
footer p.ftmapbn {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:14px;
  font-weight: 400;
  color:#fff;
  text-align: center;
  margin:0 auto 30px auto;
}
footer p.ftmapbn a {
  width:fit-content;
  height: 30px;
  display: block;
  color:#fff;
  line-height: 30px;
  text-decoration: none;
  background-color: #333;
  border-radius: 3px;
  padding:0 2em;
  transition: .4s all;
}
footer p.ftmapbn a:hover {
  color:#000;
  background-color: #ccc;
}
footer ul.ftsnslist {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 30px;
}
footer ul.ftsnslist li {
  width:150px;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  text-align: center;
  margin:0 0;
}
footer ul.ftsnslist li a {
  width:100%;
  height: auto;
  display: block;
  color:#fff;
  padding:45px 0 0 0;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
}
footer ul.ftsnslist li a:hover {
  opacity: 0.5;
}
footer ul.ftssmenu {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 20px;
}
footer ul.ftssmenu li {
  width:150px;
  height: auto;
  display: block;
  padding:0;
  font-size:14px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1em;
  text-align: center;
  margin:0 0;
}
footer ul.ftssmenu li a {
  color:#fff;
  text-decoration: underline;
}
footer ul.ftssmenu li a:hover {
  color:#fff;
  text-decoration: none;
}


}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

    #header_v2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: .4s all;
    position: relative;
  }
  #header_v2 h1 {
    width: 80px;
    height: auto;
    display: block;
    margin:5px 0 0 5%;
transition: .4s all;
  }
  #header_v2 h1 img {
    width: 100%;
    height: auto;
    display: block;
  }

  #header_v2.site_active {
    height: 80px;
    position: fixed;
    top:0;
    left:0;
    z-index:20000;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:0px 1px 10px rgba(0,0,0,0.3);
  }
    #header_v2.site_active h1 {
    width: 70px;
    height: auto;
    display: block;
    margin:5px 0 0 5%;
transition: .4s all;
  }

  /* Header navi */
  .hrnavi_v2 {
    display: none!important;
  }

/* Menu botton*/
.menubn_v2 {
display: block;
position: fixed;
z-index: 21500;
right: 5%;
top: 20px;
width: 60px;
height: 60px;
cursor: pointer;
text-align: center;
border-radius: 3px;
transition: .4s all;
background-color: rgba(0,0,0,0.9);
background-image: url(../img/mic-open.webp);
background-repeat: no-repeat;
background-position: center 85%;
background-size: auto 12px;
}

.menubn_v2.site_active {
display: block;
position: fixed;
z-index: 21500;
right: 1%;
top: 10px;
width: 60px;
height: 60px;
cursor: pointer;
text-align: center;
}

.menubn_v2 span {
display: block;
position: absolute;
width: 50px;
height: 2px;
left: 6px;
background: #fff;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.menubn_v2 span:nth-child(1) {
top: 10px;
}

.menubn_v2 span:nth-child(2) {
top: 20px;
}

.menubn_v2 span:nth-child(3) {
top: 30px;
}

/* ナビ開いてる時のボタン */
.menubn_v2.menu_active {
background-color: rgba(0,0,0,0);
background-image: url(../img/mic-close.webp);
background-repeat: no-repeat;
background-position: center 95%;
background-size: auto 12px;
}
.menubn_v2.menu_active span:nth-child(1) {
top: 22px;
left: 6px;
background: #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.menubn_v2.menu_active span:nth-child(2),
.menubn_v2.menu_active span:nth-child(3) {
top: 22px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

nav.globalmenu_v2 {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100%;
  padding: 10vh 5%;
  z-index: 20000;
  background-color: rgba(0,0,0,0.9);

  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;

  overflow-y: auto;
  overflow-x: hidden;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.globalmenu_v2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

nav.globalmenu_v2.menu_active {
  opacity: 1;
  visibility: visible;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


nav.globalmenu_v2 h3 {
  font-size:18px!important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
  font-weight: 400!important;
  line-height: 1.4em;
  margin-bottom: 15px;
  color:#fff;
}

nav.globalmenu_v2 ul.gm_nom {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}

nav.globalmenu_v2 ul.gm_nom li {
width: 48%!important;
height: auto;
display: block;
font-size: 14px;
font-weight: 400;
list-style-type: none;
padding: 0;
margin:0 1% 2%;
border-radius: 5px;
transition: .4s all;
}

nav.globalmenu_v2 ul.gm_nom li a {
width: 100%;
height: auto;
display: block;
color: #fff;
line-height: 1em;
padding: 1em 2em 1em 1em;
text-align: left;
border-radius: 5px;
text-decoration: none;
background-color: rgba(255,255,255,0.1);
background-image: url(../img/pbic-ar_h.webp);
background-position: 96% center;
background-repeat: no-repeat;
background-size: auto 20px;
transition: .4s all;
}

nav.globalmenu_v2 ul.gm_nom li a:hover {
color: #fff;
background-color: rgba(138, 120, 84, 0.8);
}

/* Globalmenu SNS */
nav.globalmenu_v2 ul.gm_sns {
  width:80%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto 40px;
}
nav.globalmenu_v2 ul.gm_sns li {
  width:48%;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  text-align: center;
  margin:0 1% 25px;
}
nav.globalmenu_v2 ul.gm_sns li a {
  width:100%;
  height: auto;
  display: block;
  color:#fff;
  padding:35px 0 0 0;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 30px;
}
nav.globalmenu_v2 ul.gm_sns li a:hover {
  opacity: 0.5;
}





/* Footer V2 */
footer {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding:50px 5% 100px;
  margin:0;
}
footer * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
footer h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#fff;
  text-align: center;
  padding:90px 0 0 0;
  background-image: url(../img/head_logo_v2-w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 80px;
  margin-bottom: 25px;
}
footer h3 {
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color:#fff;
  text-align: center;
  margin-bottom: 10px;
}
footer p.ftad01 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0;
}
footer p.ftad02 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0;
}
footer p.ftad03 {
  font-size:12px;
  font-weight: 400;
  color:#fff;
  line-height: 2em;
  text-align: center;
  margin:0 0 25px 0;
}
footer p.ftad01 a, footer p.ftad02 a, footer p.ftad03 a {
  color:#fff!important;
}
footer p.ftmapbn {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:14px;
  font-weight: 400;
  color:#fff;
  text-align: center;
  margin:0 auto 30px auto;
}
footer p.ftmapbn a {
  width:fit-content;
  height: 30px;
  display: block;
  color:#fff;
  line-height: 30px;
  text-decoration: none;
  background-color: #333;
  border-radius: 3px;
  padding:0 2em;
  transition: .4s all;
}
footer p.ftmapbn a:hover {
  color:#000;
  background-color: #ccc;
}
footer ul.ftsnslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto 30px;
}
footer ul.ftsnslist li {
  flex:1;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1em;
  text-align: center;
  margin:0 1em;
}
footer ul.ftsnslist li a {
  width:100%;
  height: auto;
  display: block;
  color:#fff;
  padding:45px 0 0 0;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
}
footer ul.ftsnslist li a:hover {
  opacity: 0.5;
}
footer ul.ftssmenu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto 20px;
}
footer ul.ftssmenu li {
  padding:0;
  font-size:12px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1em;
  text-align: center;
  margin:0 1em;
}
footer ul.ftssmenu li a {
  color:#fff;
  text-decoration: underline;
}
footer ul.ftssmenu li a:hover {
  color:#fff;
  text-decoration: none;
}



}
