@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@400;600;700&display=swap");
@media only screen and (min-width: 768px) {
  .wrapper {
    padding-top: 0;
  }
}

#header {
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
#header .header-nv {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #833ab4;
  background: linear-gradient(180deg, #833ab4 0%, #2badc9 0%, #9757a3 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1000;
  opacity: 0;
  animation: ani-fadeIn 0.5s ease-in 0.1s forwards;
  transition: all 0.6s;
}
#header .header-nv .logo_only {
  position: absolute;
  top: 24px;
  right: 23px;
  width: 37px;
  max-width: 37px;
}
#header .header-nv .icon_menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 33px;
  max-width: 33px;
}
#header .header-nv.active {
  left: 0;
}
#header .header-nv.non-active {
  opacity: 1;
  animation: ani-fadeOut 0.5s ease-in 0.1s forwards;
}
@media only screen and (max-width: 767px) {
  #header .header-nv {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-inner {
    position: fixed;
    left: 0;
    top: 20px;
    width: 230px;
    max-width: 230px;
    padding: 0 0 5vh;
    margin: 0;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.3);
    z-index: 1001;
    transition: all 0.6s;
  }
  #header .header-inner.is-hidden {
    animation: ani-isHidden 0.5s ease-in 0s forwards;
  }
  #header .header-inner.is-hiddenOon {
    animation: ani-isHiddenOn 0.5s ease-in 0s forwards;
  }
  #header .header-inner.active-scroll {
    left: -230px;
    animation: ani-slideIn 0.5s ease-in 0.1s forwards;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1232px) {
  #header .header-inner.active-scroll {
    left: -230px;
    animation: ani-slideInMAX 0.5s ease-in 0.1s forwards;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-inner.active-scroll_off {
    left: -9.5vw;
    animation: ani-slideIn_off 0.5s ease-in 0.1s forwards;
  }
  #header .header-inner.active-scroll-after {
    position: fixed;
    left: -9.5vw;
    animation: ani-slideInNonActive 0.5s ease-in 0s forwards;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1232px) {
  #header .header-inner.active-scroll-after {
    left: -144px;
    animation: ani-slideInNonActiveMAX 0.5s ease-in 0s forwards;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-inner.active {
    position: fixed;
    overflow: hidden;
  }
  #header .header-inner.active #header-inner__btn-close {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #9D9D9D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
  }
  #header .header-inner.active #header-inner__btn-close:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 12px;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header-inner.hover {
    transition: all 0.6s;
  }
  #header .header-inner.left_m250 {
    left: -250px;
  }
  #header .header-inner.left_m150 {
    left: -150px;
  }
}
@media only screen and (min-width: 768px) {
  #header .siteTitle {
    width: 100%;
    max-width: 230px;
    padding: 40px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #833ab4;
    background: linear-gradient(155deg, #833ab4 0%, #2badc9 0%, #9757a3 100%);
    border-top-right-radius: 20px;
    overflow: hidden;
  }
  #header .siteTitle:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 20px;
    width: 100%;
    height: calc(100% + 5px);
    background: url(/jp/assets/images/bg_top_siteTitle.svg) no-repeat top right;
    background-size: 140%;
    z-index: 1;
  }
  #header .siteTitle a {
    z-index: 2;
  }
}
#header .list-group {
  font-size: clamp(1rem, 1vw, 1.5rem);
  font-weight: bold;
  padding: 2vh 4vh;
  margin-bottom: 2vh;
}
@media (max-width: 1024px) and (min-height: 600px) {
  #header .list-group {
    padding: 2vh 15px;
  }
}
@media (max-height: 599px) {
  #header .list-group {
    padding: 2vh 15px;
  }
}
#header .list-group a {
  color: #333;
}
#header .list-group li + li {
  margin-top: 1.3em;
}
@media only screen and (max-width: 767px) {
  #header .list-group {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #header .utility-area {
    padding: 0 3vh; /** 4vh **/
  }
}
#header .utility-area #searchArea form {
  margin-top: 15px;
  margin-bottom: 15px;
}
#header .utility-area .btn {
  font-size: clamp(1rem, 0.9vw, 1.2rem);
  width: 100%;
  padding: 6px 10px !important; /** 追加 **/
  margin-bottom: 7px !important;
}
#header .utility-area .btn:before {
  content: none;
}
#header .dummy-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#header .dummy-panel.active {
  display: block;
}
#header #searchform #text-search {
  height: 30px;
  border: solid 1px #DEE0E4;
  width: calc(100% - 43px);
}
#header #searchform #searchsubmit {
  width: 36px;
  height: 30px;
}
#header .logo_taxan_group {
  display: block;
  margin: 20px 10px 0;
}
#header .logo_taxan_group img {
  width: 100%;
}

@keyframes ani-isHidden {
  0% {
    opacity: 1;
  }
  100% {
    left: -230px;
    opacity: 0;
  }
}
@keyframes ani-isHiddenOn {
  0% {
    left: -230px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes ani-fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes ani-fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes ani-slideIn {
  0% {
    left: -230px;
  }
  100% {
    left: -9.5vw;
  }
}
@keyframes ani-slideInMAX {
  0% {
    left: -230px;
  }
  100% {
    left: -144px;
  }
}
@keyframes ani-slideIn_off {
  0% {
    left: -9.5vw;
  }
  100% {
    left: -230px;
  }
}
@keyframes ani-slideInMAX_off {
  0% {
    left: -144px;
  }
  100% {
    left: -230px;
  }
}
@keyframes ani-slideInNonActive {
  0% {
    left: 0%;
  }
  100% {
    left: -9.5vw;
  }
}
@keyframes ani-slideInNonActiveMAX {
  0% {
    left: 0%;
  }
  100% {
    left: -144px;
  }
}
@keyframes ani-slideInActive {
  0% {
    left: -9.5vw;
  }
  100% {
    left: 0%;
  }
}
@keyframes ani-slideInActiveMAX {
  0% {
    left: -144px;
  }
  100% {
    left: 0%;
  }
}
