@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*========*/
/* ヘッダ */
/*========*/
header {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86%;
  max-width: 1200px;
  height: 80px;
  padding: 22px 0;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media (max-width: 1023px) {
  header {
    position: fixed;
    left: auto;
    right: 7vw;
    transform: translateX(0);
    width: 80px;
    z-index: 50;
  }
}
@media (max-width: 767px) {
  header {
    top: 6.4vw;
    right: 6.4vw;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  header .pc-navi ul {
    display: flex;
    justify-content: center;
    gap: 0 32px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1395px) {
  header .pc-navi ul {
    gap: 0 16px;
  }
}
@media (min-width: 1024px) {
  header .pc-navi ul li a {
    position: relative;
    display: block;
    min-width: 170px;
    padding: 8px 32px 10px;
    background-color: #FFF;
    border: 1px solid #0879b7;
    border-radius: 100px;
    color: #0879b7;
    font-family: "NotoSansJP-Medium", sans-serif;
    line-height: 1;
    text-align: center;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1395px) {
  header .pc-navi ul li a {
    min-width: 150px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  header .pc-navi ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url(/gift/images/common/com_ic04.svg) no-repeat center top;
    background-size: 100% auto;
  }
}
@media (min-width: 1024px) {
  header .pc-navi ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  header .pc-navi ul li:nth-child(4) a, header .pc-navi ul li:nth-child(5) a {
    background-color: #0879b7;
    color: #FFF;
  }
  header .pc-navi ul li:nth-child(4) a::after, header .pc-navi ul li:nth-child(5) a::after {
    background: url(/gift/images/common/com_ic05.svg) no-repeat center top;
  }
}
@media (min-width: 1024px) {
  header .pc-navi ul li:nth-child(5) a {
    background-color: #c4002a;
    border-color: #c4002a;
  }
  header .pc-navi ul li:nth-child(5) a span {
    font-size: 12px;
    vertical-align: 2px;
  }
}
@media (max-width: 1023px) {
  header .pc-navi {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp-navi {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sp-navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 10;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .sp-navi {
    align-items: flex-start;
    padding-top: calc(50px + 12.8vw);
  }
}
@media (max-width: 1023px) {
  .sp-navi ul {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
  }
  .sp-navi ul li a {
    position: relative;
    display: block;
    max-width: 300px;
    width: 69.3vw;
    padding: 16px 32px 20px;
    background-color: #FFF;
    border: 1px solid #0879b7;
    border-radius: 100px;
    color: #0879b7;
    font-family: "NotoSansJP-Medium", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }
  .sp-navi ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url(/gift/images/common/com_ic04.svg) no-repeat center top;
    background-size: 100% auto;
  }
  .sp-navi ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sp-navi ul li:nth-child(4) a, .sp-navi ul li:nth-child(5) a {
    background-color: #0879b7;
    color: #FFF;
  }
  .sp-navi ul li:nth-child(4) a::after, .sp-navi ul li:nth-child(5) a::after {
    background: url(/gift/images/common/com_ic05.svg) no-repeat center top;
  }
  .sp-navi ul li:nth-child(5) a {
    background-color: #c4002a;
    border-color: #c4002a;
  }
  .sp-navi ul li:nth-child(5) a span {
    font-size: 12px;
    vertical-align: 2px;
  }
}
@media (max-width: 1023px) {
  .sp-navi.open {
    opacity: 1;
    visibility: visible;
  }
}

/* bodyスクロール停止 */
body.nav-open {
  overflow: hidden;
}

/* ハンバーガーメニュー
-----------------------------------*/
@media (min-width: 1024px) {
  header .menu {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  header .menu {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 15;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  header .menu {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  header .menu .menu-inner {
    position: relative;
    display: block;
    width: 24px;
    height: 20px;
    margin: 0 auto;
  }
  header .menu .menu-inner span {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0879b7;
    transition: all 0.5s;
  }
  header .menu .menu-inner span:first-child {
    top: 0;
  }
  header .menu .menu-inner span:nth-child(2) {
    top: 9px;
  }
  header .menu .menu-inner span:last-child {
    top: 19px;
  }
}
@media (max-width: 1023px) {
  header .menu.open .menu-inner span:first-child {
    top: 9px;
    transform: rotate(45deg);
  }
  header .menu.open .menu-inner span:last-child {
    top: 9px;
    transform: rotate(-45deg);
  }
  header .menu.open .menu-inner span:nth-child(2) {
    opacity: 0;
  }
}
/*# sourceMappingURL=header.css.map */