@charset "UTF-8";/* 2025.12.19 */
header {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "Shippori Mincho B1", serif!important;
  font-weight: 500!important;
  text-align: center!important;
  top: 0;
  left: 0;
  z-index: 100;
  backface-visibility: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
header .h_logo {
  text-align: left;
}
header .gnav_menu a {
  font-size: clamp(15px, 1.11vw + 10.7px, 24px);
}
@media (min-width: 768px) {
  header .container .inner {
    display: flex;
    justify-content: space-between;
  }
  header .h_logo {
    margin: 0;
  }
  header .h_logo img {
    width: 80px;
  }
}




/* Gloval Nav  */
header #gnav a {
  display: block;
}
header #gnav a:hover, #gnav a:focus {
  text-decoration: none;
}

header #gnav .gnav_menu > li > a:hover,
header #h-nav li > a:hover {
  opacity: .5;
}

/*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 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;
  }
}
 */



/* 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;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header .top_copy {
  display: none;
}

/*SP Gloval Nav */
/* 三ボタン */
header #gnav_btn {
  background: none;
  border: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;}

header #gnav_btn > div > span:nth-of-type(1) {
  top: 0;
}
header #gnav_btn > div > span:nth-of-type(2) {
  top: calc(50% - 1px);
  width: 50%;
}
header #gnav_btn > div > span:nth-of-type(3) {
  top: 7px;
  background: none;
  bottom: 0;
}
header #gnav_btn > div > span:nth-of-type(3)::before {
  font-size: .9rem;
  letter-spacing: .2em;
  top: 24px;
  content: 'MENU';
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.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);
  top: 17px;
  bottom: 0;
  background: #fff;
}
.open header #gnav_btn > div > span:nth-of-type(3)::before {
  content: none;
}
header #gnav_btn {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 22px;
  right: 16px;
  z-index: 9999;
  cursor: pointer;
}
header #gnav_btn::after {
  width: 50px;
  height: 50px;
  top: -17px;
  right: -10px;
  border-radius: 50%;
  background-color: var(--text);
  position: absolute;
  content: '';
  z-index: -1;
}
header #gnav_btn > div {
  width: 32px;
  height: 18px;
  position: relative;
}
header #gnav_btn > div > span {
  background: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  position: absolute;
  transition: all .5s;
}
@media (min-width: 1200px) {
  header #gnav_btn {
    top: 37px;
    right: 21px;
  }
  header #gnav_btn > div {
    width: 50px;
    height: 20px;
  }
  header #gnav_btn::after {
    width: 80px;
    height: 80px;
    top: -32px;
    right: -15px;
  }
  header #gnav_btn > div > span:nth-of-type(3) {
    top: 12px;
  }
  header #gnav_btn > div > span:nth-of-type(3)::before {
    letter-spacing: .4em;
  }
}

header .pc_only {
  display: none;
}
html.bk_fixed {
  /*背景固定*/
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
header #gnav .d_sp {
  display: block;
}
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 {
  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 #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: var(--main);
}
body.open header .gnav_menu .d-none {
  display: none;
}
header .gnav_menu a {
  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 {
  position: fixed;
  bottom: 95px;
  right: 15px;
  z-index: 8;
}
.pageTop a:hover {
  opacity: .7;
}
.pageTop a img {
  opacity: .1;
}
@media (min-width: 600px) {
  .pageTop a {
    bottom: 30px;
  }
}

/* =================================== 
Footer
 =================================== */

footer {
  padding: 70px 0 120px;
  background-color: #000;
  color: #fff;
  position: relative;
}
footer a {
  color: #fff;
}
footer .f-logo {
  text-align: center;
  margin: 30px auto;
  filter: invert(100%);
}
footer .f-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: bold;
  text-align: center;
}
footer .f-nav dt {
  font-size: 1.5rem;
}
footer .f-nav dd {
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: solid 1px;
}
footer .f_list02 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .f-nav {
    margin-bottom: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .f-nav div {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  footer .f-nav2 {
    display: flex;
    align-items: center;
  }
  footer .f-logo {
    margin: 0 50px 0 0;
  }
  footer .f_list02 {
    margin: 0 50px 0 0;
  }
  footer .copyright {
    margin: 0 0 0 auto;
  }
}





















