@charset "UTF-8";/* 2024.09.04 */
header {
  font-size: 1.4rem;
  line-height: 1.2;
  top: 0;
  left: 0;
  z-index: 100;
  backface-visibility: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
header .h_logo {
  text-align: left;
}
@media (min-width: 768px) {
  header .container .inner {
    display: flex;
    justify-content: space-between;
  }
  header .h_logo {
    margin: 0;
  }
  header .h_logo img {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  header {
    font-size: 1.5rem;
  }
}



/* Gloval Nav  */
header #gnav a {
  display: block;
  text-decoration: none;
}
header #gnav a:hover, #gnav a:focus {
  text-decoration: none;
}

header #gnav .gnav_menu > li > a:hover,
header #h-nav li > a:hover {
  color: var(--main);
}

/*PC Gloval Nav */
@media (min-width: 1024px) {
  header .h_logo img {
    max-width: 100%;
  }
  header #gnavArea {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    background-color: rgba(242,242,242,.7);
  }
  header #gnav_btn {
    display: none !important;
  }
  header #gnav nav {
    text-align: right;
  }
  header #gnavArea {
    height: 0;
    padding: 0 15px 0 0;
    width: 100%;
    top: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    z-index: 2;
    transition: .5s;
  }
  header #gnavArea.is-show,
  header #gnavArea.is-fixed {
    height: 80px;
    background: rgba(242,242,242,.7);
  }
  header .h_right {
    display: flex;
  }
  header #h-nav {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }
  header #h-nav > li {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  header #h-nav > li:not(:last-child) {
    border-right: solid 1px #c8c8c8;
  }
  header #h-nav > li > a {
    font-size: 1.5rem;
    padding: 0 1rem;
    color: #222;
    text-align: center;
    display: block;
  }
}
@media (min-width: 1260px) {
  header .gnav_menu {
    padding: 0;
  }
  header #h-nav > li {
    width: 180px;
    justify-content: center;
  }
}

/* GNAV dropdownMenu */
#h-nav li .dropdown__lists > li > a {
  padding: 20px;
  text-align: left;
  display: block;
}
#h-nav .dropdown__lists {
  display: none;
  width: 220px;
  position: relative;
}
#h-nav .dropdown__list {
  background: #fff;
  border-bottom: solid 1px var(--main);
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  transition: .5s;
}
header #h-nav {
}
#h-nav li {
  position: relative;
}
@media (min-width: 1024px){
    #h-nav li:hover .dropdown__lists {
      display: block;
      height: auto;
      position: absolute;
      top: 70%;
      left: -35%;
      right: 0;
      background-color: #fff;
  }
  header .fade_obj.is-show .h_logo a:hover {opacity: .7;}
}

header .top_copy {
  display: none;
}

/*SP Gloval Nav */
@media (max-width: 1023px) {
  /* 三ボタン */
  header #gnav_btn > div > span:nth-of-type(1) {
    top: 0;
  }
  header #gnav_btn > div > span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  header #gnav_btn > div > span:nth-of-type(3) {
    bottom: 0;
  }
  .open header #gnav_btn > div > span:nth-of-type(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .open header #gnav_btn > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .open header #gnav_btn > div > span:nth-of-type(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  header .pc_only {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html.bk_fixed {
    /*背景固定*/
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  header #gnav .d_sp {
    display: block;
  }
  header #gnav_btn {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9999;
    cursor: pointer;
  }
  header #gnav_btn::after {
    background-color: var(--main);
    width: 50px;
    height: 50px;
    top: -16px;
    right: -16px;
    position: absolute;
    content: '';
    z-index: -1;
  }
  header #gnavArea {
    position: relative;
  }
  body.open {
    /*背景固定*/
    overflow: hidden;
    /*position: fixed;*/
  }
  .open header #gnav_btn {
    position: fixed;
  }
  header .fade_obj .h_logo a {
    opacity: 0;
    width: 80px;
    margin: 10px 0 0 10px;
    transition: .5s;
  }
  header .fade_obj.is-show .h_logo a {
    display: block;
    opacity: 1;}
  header #gnav_btn > div {
    width: 16px;
    height: 18px;
    position: relative;
  }
  header #gnav_btn > div > span {
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header #gnav {
    text-align: center;
    background-color: #fff;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
  }
  body.open #gnav {
    visibility: visible;
    opacity: 1;
  }
  header #gnav > nav {
    text-align: left;
    width: 85%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    overflow: auto;
    /*スクロール時メニュー固定*/
  }
  header .nav_top {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
  }
  header .g_search input[type="text"] {
    width: 150px;
  }

  header #gnav > nav::-webkit-scrollbar {
    display: none;
  }
  header #h-nav li > a {
    color: var(--text);
  }
  header .gnav_menu {
    height: 100%;
    display: none;
  }
  header .gnav_menu li {
    border-bottom: solid 1px #c8c8c8;
  }
  header #gnavArea .h_right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  body.open header .gnav_menu {
    display: block;
    position: relative;
    z-index: 1999;
    margin: 0;
    padding: 70px 50px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #f2f2f2;
  }
  body.open header .gnav_menu .d-none {
    display: none;
  }
  header .gnav_menu a {
    font-size: 1.5rem;
    padding: 30px 0;
    display: block;
    position: relative;
  }
  header .btn_link a {
    padding-top: 1rem;
  }
  header .gnav_menu a:hover {
    opacity: 0.5;
  }
  header .gnav_menu .trigger a:hover {
    opacity: inherit;
  }
  header .gnav_menu > li > a {
    font-weight: 700;
  }
  header .top_copy {
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    position: fixed;
    display: block;
  }
}


@media (max-width: 300px) {
  body.open header .nav_top {
    display: none;}
  body.open header .gnav_menu {
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 400px) {
  body.open header .nav_top {
    flex-direction: column;
  }
  header .gnav_menu a {
    font-size: 1.4rem;
  }
  body.open header .counter {
    margin: 10px 50px 0 0;
  }
}


.pageTop a {
  opacity: .6;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 8;
}
.pageTop a:hover {
  opacity: .7;
}



/* =================================== 
Footer
 =================================== */

footer {
  background-color: var(--light);
  padding: 66px 0 0;
  position: relative;
}
footer a:hover {
  color: #fff;
}
footer .f-logo {
  padding-bottom: 60px;
}
footer .f-nav {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
footer .f-nav li {
  padding: 8px 0;
}
footer .txt_pp {
  padding-bottom: 36px;
  text-align: center;
}
footer .txt_pp a {
  color: var(--text);
}
footer .f_address {
  font-size: 1.4rem;
  width: 19em;
  margin: 30px auto 0;
}
footer .f_address dt {
  font-weight: bold;
}
footer .f_address dd {
  font-weight: 300;
  padding-bottom: 20px;
}
footer .copyright {
  color: #fff;
  background: url("../images/bg_main.jpg") top left / cover;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
footer .copyright a {
  right: clamp(20px, 5vw, 300px);
  position: absolute;
}
@media (min-width: 700px) {
  footer {
    padding-top: 30px;
  }
  footer .flexBox {
    display: flex;
    flex-direction: column;
  }
  footer .f-nav {
    margin: 0 auto;
    padding-bottom: 30px;
    order: -1;
    max-width: 100%;
    width: 860px;
    display: flex;
    justify-content: space-between;
  }
  footer .f_address {
    width: 32em;
  }
  footer .copyright a {
    right: clamp(20px, 15vw, 300px);
  }
}
@media (min-width: 1280px) {
  footer .f_address {
    top: 80px;
    left: calc(50% + 160px);
    position: absolute;
  }
}
@media (min-width: 1600px) {
  footer .f_address {
    left: calc(50% + 200px);
  }
}
footer .link01 {
  text-align: center;
  margin-bottom: 10px;
}
footer .link01 a {
  padding: 0 0 10px;
  transition: 0;
}
footer .link01 a,
footer .link01 a:hover {
  color: #000;
}








