@font-face {
  font-family: "TsukuOldGothicStd";
  src: url("../font/TsukuOldGothicStdFont.woff2") format("woff2"), url("../font/TsukuOldGothicStdFont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-L.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-R.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-R.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-M.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-D.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-D.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-B.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-H.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-H.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-E.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-E.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-LtCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-LtCn.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-MdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-MdCn.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-BdCn.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.header {
  font-family: "TsukuGoPro", sans-serif;
  max-width: 1260px;
  margin: auto;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .header {
    height: 55px;
  }
}
.header .header__inner {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: inherit;
  height: inherit;
  padding: 0 25px 0 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .header .header__inner {
    padding: 0 17px;
  }
}
.header .header__inner .header__logo {
  width: 112px;
  height: inherit;
}
@media screen and (max-width: 960px) {
  .header .header__inner .header__logo {
    width: 142px;
  }
}
.header .header__inner .header__logo a {
  display: block;
  width: inherit;
  height: inherit;
  transition: all 0.3s;
}
.header .header__inner .header__logo a:hover {
  opacity: 0.7;
}
.header .header__inner .header__logo a img {
  height: inherit;
  width: inherit;
}
.header .header__inner .header__right {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1050px) {
  .header .header__inner .header__right {
    gap: 12px;
  }
}
@media screen and (max-width: 960px) {
  .header .header__inner .header__right {
    display: none;
  }
}
.header .header__inner .nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  height: 64px;
}
@media screen and (max-width: 1050px) {
  .header .header__inner .nav__list {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .header .header__inner .nav__list {
    gap: 50px;
  }
}
.header .header__inner .nav__list .nav__item {
  display: flex;
  align-items: center;
  height: inherit;
}
.header .header__inner .nav__list .nav__item.is-active a h4,
.header .header__inner .nav__list .nav__item.is-active a p {
  color: rgb(232, 60, 92);
}
.header .header__inner .nav__list .nav__item.is-active a::before {
  opacity: 1;
}
.header .header__inner .nav__list .nav__item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: inherit;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-family: "TsukuGoPro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 35px;
  transition: all 0.3s;
  position: relative;
  gap: 0;
  justify-content: center;
}
.header .header__inner .nav__list .nav__item a h4 {
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.header .header__inner .nav__list .nav__item a p {
  margin-top: -5px;
  font-size: 10px;
  color: #989898;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.header .header__inner .nav__list .nav__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgb(232, 60, 92);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.header .header__inner .nav__list .nav__item a:hover h4,
.header .header__inner .nav__list .nav__item a:hover p {
  color: rgb(232, 60, 92);
}
.header .header__inner .nav__list .nav__item a:hover::before {
  opacity: 1;
}
.header .header__inner .nav__btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding-left: 24px;
  font-family: "TsukuGoPro", sans-serif;
}
@media screen and (max-width: 1050px) {
  .header .header__inner .nav__btns {
    padding-left: 8px;
  }
}
@media screen and (max-width: 960px) {
  .header .header__inner .nav__btns {
    padding-left: 0;
    flex-direction: column;
    gap: 24px;
    margin-top: 52px;
  }
}
.header .header__inner .nav__btns::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 43px;
  background-color: rgb(136, 136, 136);
  left: 0;
}
@media screen and (max-width: 960px) {
  .header .header__inner .nav__btns::before {
    display: none;
  }
}
.header .header__inner .nav__btns .nav__btn a {
  position: relative;
  border: 1px solid #e83c5c;
  border-radius: 16px;
  padding: 1px 8px 1px 12px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 0 6px 0 rgba(29, 32, 49, 0.3);
}
@media screen and (max-width: 960px) {
  .header .header__inner .nav__btns .nav__btn a {
    padding: 7px 12px 7px 20px;
    gap: 12px;
    border-radius: 21px;
  }
}
.header .header__inner .nav__btns .nav__btn a p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.header .header__inner .nav__btns .nav__btn a:hover .arrow::before {
  width: 19px;
  height: 19px;
}
.header .header__inner .nav__btns .nav__btn a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
.header .header__inner .nav__btns .nav__btn a .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}
.header .header__inner .nav__btns .nav__btn a .arrow img {
  width: 11px;
  position: relative;
}
.header .header__inner .nav__btns .nav__btn-pink a {
  background: #e83c5c;
}
.header .header__inner .nav__btns .nav__btn-pink a p {
  color: #fafafa;
}
.header .header__inner .nav__btns .nav__btn-pink a .arrow {
  border: 1px solid #fafafa;
}
.header .header__inner .nav__btns .nav__btn-pink a .arrow::before {
  background-color: #fafafa;
}
.header .header__inner .nav__btns .nav__btn-pink a .arrow img {
  width: 11px;
  position: relative;
}
.header .header__inner .nav__btns .nav__btn-pink a .arrow path {
  stroke: #e83c5c;
}
.header .header__inner .nav__btns .nav__btn-white a {
  background: #fafafa;
}
.header .header__inner .nav__btns .nav__btn-white a p {
  color: #e83c5c;
}
.header .header__inner .nav__btns .nav__btn-white a .arrow path {
  stroke: #fafafa;
}

.hamburger__button {
  display: none;
}

.h-menu__container {
  display: none;
}

@media screen and (max-width: 960px) {
  .hamburger__line {
    display: block;
    width: 24px;
    height: 24px;
  }
  .menu__container {
    display: block;
  }
  .hamburger__button {
    display: block;
    height: 28px;
  }
  .close__btn {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .close__btn span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: rgb(222, 36, 74);
    position: absolute;
    right: 12.5px;
    transition: all 0.3s;
  }
  .close__btn span:nth-child(1) {
    transform: rotate(25deg);
    top: 24px;
    transition: all 0.3s;
  }
  .close__btn span:nth-child(2) {
    transform: rotate(-25deg);
    top: 24px;
    transition: all 0.3s;
  }
  .h-menu__container {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    padding: 25px 25px 75px 25px;
    transition: all 0.3s;
  }
  .h-menu__container.is-open {
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    top: 0px;
    right: 0;
    overflow-y: scroll;
    z-index: 1;
    box-sizing: border-box;
  }
  .h-menu__section {
    width: 100%;
    padding: 60px 25px;
    box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
  }
  .h-menu__list a {
    display: block;
    font-size: 18px;
  }
  .h-menu__list li a span {
    color: #989898;
    font-size: 12px;
    display: block;
    margin-top: -20px;
  }
  .h-menu__list li a p {
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
  }
  .h-menu__list li a {
    line-height: 40px;
    display: block;
    font-weight: 500;
    position: relative;
  }
  .h-menu__list li a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    top: 45%;
  }
  .h-menu__list li a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid rgb(222, 36, 74);
    position: relative;
    transition: all 0.2s;
  }
  .h-menu__list li a .arrow::before {
    transition: all 0.2s;
    background-color: rgb(222, 36, 74);
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
  }
  .h-menu__list li a .arrow img {
    width: 8px;
    position: relative;
  }
}/*# sourceMappingURL=header.css.map */