@charset "UTF-8";
/*==================================================ヘッダー==================================================*/
@keyframes fade-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  font-weight: 600;
  position: sticky;
  top: 0;
  border-bottom: solid 1px #000;
  z-index: 10;
}
header .smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  header .smp-block {
    display: none;
  }
}
header .pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  header .pc-block {
    display: block;
  }
}
header a {
  color: #111;
}
header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
header.is-fixed {
  transition: all 0.6s;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 6;
}
@media screen and (min-width: 768px) {
  header div.head-wrap {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
header h1 {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 5.4%;
  width: 66%;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 230px;
    padding: 10px 0;
    margin: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 340px;
  }
}
@media screen and (min-width: 1280px) {
  header h1 {
    width: 500px;
    margin-left: 40px;
  }
}
header h1 a {
  display: block;
}
@media screen and (min-width: 768px) {
  header div.pc-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    margin: 0 0 0 auto;
  }
  header div.pc-wrap .header_flexbox05 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 150px;
  }
  header div.pc-wrap .header_flexbox05 li:nth-of-type(1) {
    width: 13.8%;
  }
  header div.pc-wrap .header_flexbox05 li:nth-of-type(2) {
    width: 14.6%;
  }
  header div.pc-wrap .header_flexbox05 li:nth-of-type(3) {
    width: 16.6%;
  }
  header div.pc-wrap .header_flexbox05 li:nth-of-type(4) {
    width: 14.4%;
  }
  header div.pc-wrap .header_flexbox05 li:nth-of-type(5) {
    width: 14.6%;
  }
  header div.pc-wrap .header_flexbox05 li a {
    display: block;
  }
  header div.pc-wrap .header_flexbox05 li a picture {
    display: block;
  }
  header div.pc-wrap .header_flexbox04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 1em;
    z-index: 1;
  }
  header div.pc-wrap .header_flexbox04 li {
    display: inline-block;
    position: relative;
  }
  header div.pc-wrap .header_flexbox04 li a, header div.pc-wrap .header_flexbox04 li .more-btn {
    padding: 0.6em;
    display: block;
    border: solid 0.6px #000000;
    background: white;
    text-align: center;
    line-height: 1em;
    font-weight: 500;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 10px;
    color: #111;
    cursor: pointer;
  }
  header div.pc-wrap .header_flexbox04 li a:hover, header div.pc-wrap .header_flexbox04 li .more-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  header div.pc-wrap .header_flexbox04 li a, header div.pc-wrap .header_flexbox04 li .more-btn {
    font-size: 12px;
    padding: 0.6em 0.8em;
  }
}
@media screen and (min-width: 768px) {
  header div.pc-wrap .header_flexbox04 li a span.icon, header div.pc-wrap .header_flexbox04 li .more-btn span.icon {
    display: inline-block;
    width: 1em;
  }
  header div.pc-wrap .header_flexbox04 li .accordion {
    position: absolute;
    bottom: -30%;
    left: 0;
    transform: translate(0, 100%);
    width: 100%;
  }
  header div.pc-wrap .header_flexbox04 li .accordion button {
    border: solid 0.6px #d8d8d9;
    display: block;
    width: 100%;
    line-height: 1em;
    padding: 8% 0;
    background: #fff;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 10px;
    color: #111;
    cursor: pointer;
  }
  header div.pc-wrap .header_flexbox04 li .accordion button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  header div.pc-wrap .header_flexbox04 li .accordion button {
    font-size: 12px;
  }
}
header div.taggle-btn {
  display: block;
  width: 8vw;
  height: 6vw;
  position: absolute;
  right: 5%;
  top: 4.2vw;
}
@media screen and (min-width: 768px) {
  header div.taggle-btn {
    position: relative;
    background: #111;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1000px) {
  header div.taggle-btn {
    width: 75px;
    height: 75px;
  }
}
header div.taggle-btn span {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  header div.taggle-btn span {
    width: 36%;
    background: #fff;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
header div.taggle-btn span:nth-child(2) {
  top: 50%;
}
header div.taggle-btn span:nth-child(3) {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  header div.taggle-btn span:nth-child(3) {
    bottom: 35%;
  }
}
header div.taggle-btn.active span:nth-child(1) {
  transform: translate(0%, 50%) rotate(-45deg);
  top: 50%;
}
header div.taggle-btn.active span:nth-child(2) {
  transform: scaleX(0);
}
header div.taggle-btn.active span:nth-child(3) {
  bottom: auto;
  top: 54%;
  transform: translate(0%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  header div.taggle-btn.active span:nth-child(3) {
    top: 51%;
  }
}
header nav {
  display: none;
  background: #f3f3f3;
  padding-top: 4.8%;
  padding-bottom: 14.6%;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100vh;
  /*position: fixed;
  top: 14.4vw;*/
  left: 0;
}
@media screen and (min-width: 768px) {
  header nav {
    padding-top: 2%;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  header nav {
    top: 75px;
  }
}
header nav ul {
  margin: auto;
}
header nav ul a {
  color: black;
}
header nav.is-show {
  display: block;
  animation: fade-ani 0.8s 0.1s ease forwards;
}
header .header_flexbox01 {
  width: 65.4%;
}
@media screen and (min-width: 768px) {
  header .header_flexbox01 {
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
header .header_flexbox01 li {
  position: relative;
  border-bottom: 1px solid #898989;
  line-height: 1em;
  margin-top: 8%;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  header .header_flexbox01 li {
    width: 48%;
    margin: 0;
  }
}
header .header_flexbox01 li::after {
  position: absolute;
  top: 0;
  bottom: 3.4%;
  right: 3%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.46em;
  height: 0.46em;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}
header .header_flexbox01 li a {
  display: block;
  font-size: 1.18em;
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  header .header_flexbox01 li a {
    padding: 1.4em 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  header .header_flexbox01 li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  header .header_flexbox01 li a {
    font-size: 18px;
  }
}
header .header_flexbox02 {
  display: flex;
  flex-wrap: wrap;
  width: 65.4%;
  gap: 3%;
  margin-top: 6.6%;
}
@media screen and (min-width: 768px) {
  header .header_flexbox02 {
    width: 90%;
    max-width: 900px;
    gap: 0;
    margin-top: 60px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
header .header_flexbox02 li {
  width: 47.6%;
  margin-bottom: 3%;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .header_flexbox02 li {
    width: 23%;
    margin-bottom: 0;
  }
}
header .header_flexbox02 li a, header .header_flexbox02 li .more-btn {
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: solid 1px #8e8e8e;
  background: white;
  text-align: center;
  line-height: 1em;
  padding: 8% 0;
  font-weight: 500;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1em;
  cursor: pointer;
  color: #111;
}
@media screen and (min-width: 768px) {
  header .header_flexbox02 li a, header .header_flexbox02 li .more-btn {
    font-size: 14px;
  }
  header .header_flexbox02 li a:hover, header .header_flexbox02 li .more-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1000px) {
  header .header_flexbox02 li a, header .header_flexbox02 li .more-btn {
    font-size: 16px;
  }
}
header .header_flexbox02 li a span.icon, header .header_flexbox02 li .more-btn span.icon {
  display: inline-block;
  width: 1em;
}
header .header_flexbox02 li .accordion {
  position: absolute;
  bottom: -30%;
  left: 0;
  transform: translate(0, 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .header_flexbox02 li .accordion {
    bottom: -10px;
  }
}
header .header_flexbox02 li .accordion button {
  border: solid 0.6px #d8d8d9;
  display: block;
  width: 100%;
  line-height: 1em;
  padding: 8% 0;
  background: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  cursor: pointer;
  color: #111;
}
@media screen and (min-width: 768px) {
  header .header_flexbox02 li .accordion button {
    font-size: 14px;
  }
  header .header_flexbox02 li .accordion button:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1000px) {
  header .header_flexbox02 li .accordion button {
    font-size: 16px;
  }
}
header .header_flexbox03 {
  display: flex;
  flex-wrap: wrap;
  width: 65.4%;
  gap: 5.4%;
  margin-top: 6%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header .header_flexbox03 {
    width: 270px;
    margin-top: 60px;
  }
}
header .header_flexbox03 li:nth-of-type(1) {
  width: 13.8%;
}
header .header_flexbox03 li:nth-of-type(2) {
  width: 14.6%;
}
header .header_flexbox03 li:nth-of-type(3) {
  width: 16.6%;
}
header .header_flexbox03 li:nth-of-type(4) {
  width: 14.4%;
}
header .header_flexbox03 li:nth-of-type(5) {
  width: 14.6%;
}/*# sourceMappingURL=header.css.map */