@charset "UTF-8";
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.header-catchphrase {
  width: 100vw;
  position: fixed;
  text-align: center;
  color: #fff;
  font-size: 0.8571428571vw;
  background: #24509B;
  z-index: 1;
  border-bottom: 5px solid #F6D85C;
}
@media (max-width: 480px) {
  .header-catchphrase {
    display: none;
  }
}

#head_wrap {
  /* 下記に変更
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
  */
  background: #FAFAFA;
  position: fixed;
  width: 18.5714285714vw;
  line-height: 1;
  z-index: 999;
  height: 100vh;
  text-decoration: none;
}
@media (max-width: 480px) {
  #head_wrap {
    background: transparent;
  }
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  margin: 0 auto;
  height: 100%;
}
#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}
#head_wrap .inner {
  position: relative;
}
#head_wrap .logo {
  float: left;
  width: 11.1428571429vw;
  height: 5.7142857143vw;
  margin: 4.2857142857vw 3.5714285714vw;
  transition: 0.5s;
  position: relative;
  z-index: 999;
}
#head_wrap .logo:hover {
  opacity: 0.7;
}
#head_wrap .logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  #head_wrap .logo > img.__pc {
    display: none;
  }
}
#head_wrap .logo > img.__sp {
  display: none;
}
@media (max-width: 480px) {
  #head_wrap .logo > img.__sp {
    display: block;
  }
}
#head_wrap .__keyword {
  margin-bottom: 2rem;
  border: 2px solid #D6D6D6;
  border-radius: 30px;
  width: 15.7142857143vw;
  height: 3vw;
  display: flex;
  justify-content: right;
  background-color: #fff;
  overflow: hidden;
  padding-left: 1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 11.7857142857vw;
}
@media (max-width: 480px) {
  #head_wrap .__keyword {
    height: 9.8666666667vw;
    justify-content: space-between;
    width: 65%;
    bottom: auto;
    top: 82.6666666667vw;
  }
}
#head_wrap .__keyword.__top {
  top: 12.8571428571vw;
}
@media (max-width: 480px) {
  #head_wrap .__keyword.__top {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #head_wrap .__keyword.__bl {
    top: 85.3333333333vw;
  }
}
#head_wrap .__keyword input {
  width: 100%;
  font-size: 1vw;
}
@media (max-width: 480px) {
  #head_wrap .__keyword input {
    font-size: 3.7333333333vw;
  }
}
#head_wrap .__keyword .__btn {
  width: 2.7142857143vw;
  height: 2.7142857143vw;
  border-radius: 30px;
  background-color: #797D81;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (max-width: 480px) {
  #head_wrap .__keyword .__btn {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
}
#head_wrap .__keyword .__btn > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#global-nav {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.2857142857vw;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
#global-nav .__top--wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}
#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle div > span {
  background: #fff;
  height: 1px;
}
@media (max-width: 480px) {
  #nav-toggle div > span {
    background: #F6D85C;
    height: 2px;
    border-radius: 1px;
  }
}

.sp-purchase__btn {
  position: absolute;
  right: 16vw;
  top: 50%;
  transform: translate(0, -50%);
  background: #F6D85C;
  padding: 3.2vw;
  border-radius: 7px;
  display: none;
}
@media (max-width: 480px) {
  .sp-purchase__btn {
    display: block;
  }
}
.sp-purchase__btn .__inner .text__blk {
  color: #23509B;
  font-weight: 600;
  font-size: 3.2vw;
}

@media (max-width: 480px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    height: 0;
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap {
    /* Fixed reset */
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 18.6666666667vw;
    z-index: 999;
    position: relative;
    background: #fff;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    transition: 0.3s;
    width: 24vw;
    height: 13.3333333333vw;
  }
  #global-nav {
    display: none;
    opacity: 0;
    position: relative;
    top: 0;
    background: #FAFAFA;
    width: 100%;
    text-align: center;
    transition: 0.5s ease-in-out;
    transition: background 0.5s, opacity 0.5s;
    overflow: scroll;
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  #global-nav ul {
    justify-content: center;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #global-nav::-webkit-scrollbar {
    display: none;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: flex;
    writing-mode: initial;
  }
  #nav-toggle {
    display: block;
    width: 12vw;
    height: 12vw;
    background-color: #23509B;
    border-radius: 7px;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 5.4794520548vw;
    background: #666;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 3.7333333333vw;
  }
  #nav-toggle span:nth-child(2) {
    top: 5.8666666667vw;
    transition: 0s;
  }
  #nav-toggle span:nth-child(3) {
    top: 8vw;
  }
  .open #nav-toggle span {
    top: 5.8666666667vw;
    left: 3.4666666667vw;
  }
  .open #nav-toggle span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    transform: rotate(45deg);
  }
  .open #global-nav {
    display: block;
    opacity: 1;
    height: 100vh;
    padding: 10.6666666667vw;
  }
  .open #mobile-head {
    background-color: #FAFAFA;
  }
  .open #mobile-head .logo {
    display: block;
  }
  .header__top--sp {
    display: block !important;
    margin-bottom: 2rem;
  }
  .header__top--sp > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 80%;
    margin: 0 auto;
  }
  .header__top--sp > ul > a {
    width: 100%;
  }
  .header__top--sp > ul > a > li {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    font-size: 4.2666666667vw;
    font-weight: 700;
    padding: 0.5rem 0;
    border-bottom: 0.5px solid #707070;
    width: 100%;
  }
  .header__top--sp > ul > a > li > span {
    font-weight: 700;
  }
}
.__sns {
  display: flex;
  justify-content: center;
  gap: 0.7142857143vw;
  width: 100%;
  left: 0;
  padding: 0 1.2857142857vw;
  bottom: 2.1428571429vw;
  position: absolute;
}
@media (max-width: 480px) {
  .__sns {
    display: none;
  }
}
.__sns .__img {
  padding: 1rem;
  border-radius: 50%;
  background: #F0F0F0;
  transition: 0.3s;
  width: 2.8571428571vw;
  height: 2.8571428571vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .__sns .__img {
    width: 12vw;
    height: 12vw;
    padding: 1.25rem;
  }
}
.__sns .__img:hover {
  background: #c6c7c8;
}

.__sns--sp {
  display: none;
  justify-content: center;
  gap: 0.7142857143vw;
  width: 100%;
  left: 0;
  padding: 0 1.2857142857vw;
  margin-bottom: 7rem;
}
@media (max-width: 480px) {
  .__sns--sp {
    display: flex;
    gap: 2.6666666667vw;
    /* 下記に変更
    bottom: auto;
    top: calc((480 / 375)* 100vw);
    */
  }
}
.__sns--sp .__img {
  padding: 1rem;
  border-radius: 50%;
  background: #F0F0F0;
  transition: 0.3s;
  width: 2.8571428571vw;
  height: 2.8571428571vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .__sns--sp .__img {
    width: 12vw;
    height: 12vw;
    padding: 1.25rem;
  }
}
.__sns--sp .__img:hover {
  background: #c6c7c8;
}

.header-search_category {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0714285714vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 14.2857142857vw;
  padding: 0 1.2857142857vw;
}
@media (max-width: 480px) {
  .header-search_category {
    gap: 5.3333333333vw;
    padding: 0 10.6666666667vw;
  }
}
.header-search_category.__top {
  /*
          top: calc((250/1400)*100vw);
  */
}
@media (max-width: 480px) {
  .header-search_category.__top {
    top: auto;
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.header-search_category.__top {
  /*
          .__item {
              &::before {
                  background: #24509B;
                  @media (max-width: $mobile) {
                      display: block;
                  }
              }
          }
  */
}
.header-search_category.__top .__item {
  height: 3.2142857143vw;
  border: none;
  box-shadow: 0px 3px 0px 0px #EAEAEA;
  padding: 3px;
}
@media (max-width: 480px) {
  .header-search_category.__top .__item {
    height: 13.3333333333vw;
  }
}
.header-search_category.__top .__item::before {
  background: #F6D85C;
  opacity: 0.2;
}
@media (max-width: 480px) {
  .header-search_category.__top .__item::before {
    display: block;
  }
}
.header-search_category.__top .__item:hover .__text02 {
  color: #3A3A3A;
}
.header-search_category.__top .__item.__commingsoon:hover .__text02 {
  color: #3A3A3A;
}
.header-search_category.__top .__item .__text02 {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #F6D85C;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.0714285714vw;
  padding: 0.7142857143vw;
  color: #3A3A3A;
}
@media (max-width: 480px) {
  .header-search_category.__top .__item .__text02 {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
}
.header-search_category.__top .__item .__text02.__small {
  font-size: 0.7142857143vw;
}
@media (max-width: 480px) {
  .header-search_category.__top .__item .__text02.__small {
    font-size: 3.7333333333vw;
  }
}
.header-search_category.__top .__item .__text02.__small02 {
  font-size: 0.5vw;
}
@media (max-width: 480px) {
  .header-search_category.__top .__item .__text02.__small02 {
    font-size: 2.9333333333vw;
  }
}
.header-search_category.__top .__item .__text02::after {
  content: "";
  width: 0.8571428571vw;
  height: 0.8571428571vw;
  background: url("../images/header-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.7142857143vw;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .header-search_category.__top .__item .__text02::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}
.header-search_category .__item {
  padding: 0.4285714286vw;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #333333;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  width: 7.4285714286vw;
  height: 5.7142857143vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .header-search_category .__item {
    width: calc((100% - 5.3333333333vw) / 2);
    height: 28vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.header-search_category .__item:first-child > img {
  width: 55%;
}
@media (max-width: 480px) {
  .header-search_category .__item:first-child > img {
    width: 45%;
  }
}
.header-search_category .__item:nth-child(2) > img {
  width: 24%;
}
@media (max-width: 480px) {
  .header-search_category .__item:nth-child(2) > img {
    width: 20%;
  }
}
.header-search_category .__item:nth-child(3) > img {
  width: 42%;
}
@media (max-width: 480px) {
  .header-search_category .__item:nth-child(3) > img {
    width: 35%;
  }
}
.header-search_category .__item:last-child > img {
  width: 52%;
}
@media (max-width: 480px) {
  .header-search_category .__item:last-child > img {
    width: 45%;
  }
}
.header-search_category .__item::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media (max-width: 480px) {
  .header-search_category .__item::before {
    display: none;
  }
}
.header-search_category .__item:hover::before {
  transform: scale(1, 1);
}
.header-search_category .__item:hover .__text02 {
  color: #fff;
}
.header-search_category .__item.__commingsoon::before {
  display: none;
}
.header-search_category .__item.__commingsoon::after {
  content: "comming soon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.7142857143vw;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 2;
}
@media (max-width: 480px) {
  .header-search_category .__item.__commingsoon::after {
    font-size: 2.6666666667vw;
  }
}
.header-search_category .__item.__commingsoon:hover::after {
  transform: scale(1, 1);
}
.header-search_category .__item.__commingsoon:hover .__text02 {
  color: #24509B;
}
.header-search_category .__item.__commingsoon > img {
  z-index: 0;
}
.header-search_category .__item.__commingsoon .__text {
  z-index: 0;
}
.header-search_category .__item > img {
  width: 2.4285714286vw;
  height: 2.4285714286vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5714285714vw;
  z-index: 1;
}
@media (max-width: 480px) {
  .header-search_category .__item > img {
    width: 16vw;
    height: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.header-search_category .__item .__text {
  font-size: 0.7857142857vw;
  z-index: 1;
}
@media (max-width: 480px) {
  .header-search_category .__item .__text {
    font-size: 3.5616438356vw;
  }
}
.header-search_category .__item .__text02 {
  font-size: 1.6428571429vw;
  font-weight: 700;
  color: #24509B;
  transition: 0.4;
  z-index: 1;
}
@media (max-width: 480px) {
  .header-search_category .__item .__text02 {
    font-size: 6.1333333333vw;
  }
}
.header-search_category .__search {
  display: none;
  position: absolute;
  width: 50vw;
  height: 100vh;
  background: #F2F2F2;
  top: -14.2857142857vw;
  left: 18.5714285714vw;
  padding: 7.1428571429vw 1.6rem 1rem;
}
@media (max-width: 480px) {
  .header-search_category .__search {
    top: 33.3333333333vw;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(213, 213, 213, 0.9);
    overflow: scroll;
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
}
.header-search_category .__search::-webkit-scrollbar {
  display: none;
}
.header-search_category .__search.active {
  display: block;
}
.header-search_category .__search .__search--element01 {
  margin-bottom: 2rem;
}
.header-search_category .__search .__search--element01 .__title {
  font-weight: 700;
  color: #23509B;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 1rem;
  text-align: left;
}
.header-search_category .__search .__search--element01 .__list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.header-search_category .__search .__search--element01 .__list > li {
  padding: 0 1rem;
  border-radius: 30px;
  background-color: #fff;
}
.header-search_category .__search .__search--element01 .__list > li > a {
  display: flex;
  align-items: center;
  font-size: 0.7857142857vw;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element01 .__list > li > a {
    font-size: 3.5616438356vw;
  }
}
.header-search_category .__search .__search--element01 .__list > li > a > span {
  background: #BABABA;
  border-radius: 10px;
  padding: 0.025;
  font-weight: 600;
  color: #fff;
  line-height: 0.7;
  margin-left: 1rem;
  display: block;
  height: 1rem;
  width: 1rem;
}
.header-search_category .__search .__search--element02 {
  margin-bottom: 2rem;
}
.header-search_category .__search .__search--element02 .__title {
  font-weight: 700;
  color: #23509B;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 1rem;
  text-align: left;
}
.header-search_category .__search .__search--element02 .__list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.header-search_category .__search .__search--element02 .__list > li {
  padding: 0 1rem;
  border-radius: 30px;
  background-color: #fff;
}
.header-search_category .__search .__search--element02 .__list > li > a {
  display: flex;
  align-items: center;
  font-size: 0.7857142857vw;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element02 .__list > li > a {
    font-size: 3.5616438356vw;
  }
}
.header-search_category .__search .__search--element02 .__list > li > a > span {
  background: #BABABA;
  border-radius: 10px;
  padding: 0.025;
  font-weight: 600;
  color: #fff;
  line-height: 0.7;
  margin-left: 1rem;
  display: block;
  height: 1rem;
  width: 1rem;
}
.header-search_category .__search .__search--element03 {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
.header-search_category .__search .__search--element03 .____search--element03--title {
  height: 2.1428571429vw;
  width: 100%;
  display: flex;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .____search--element03--title {
    height: 6.6666666667vw;
  }
}
.header-search_category .__search .__search--element03 .____search--element03--title .__title {
  background: #E5E5E5;
  padding: 0.5rem;
  display: block;
  width: 10%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 0.8571428571vw;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .____search--element03--title .__title {
    font-size: 3.2vw;
  }
}
.header-search_category .__search .__search--element03 .____search--element03--title .__title.active {
  color: #fff;
  background-color: #23509B;
}
.header-search_category .__search .__search--element03 .____search--element03--title .__title.active span {
  color: #fff;
}
.header-search_category .__search .__search--element03 .____search--element03--title .__title:hover {
  cursor: pointer;
}
.header-search_category .__search .__search--element03 .____search--element03--title .__title .sp-none {
  font-size: 0.8571428571vw;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .____search--element03--title .__title .sp-none {
    display: none;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item {
  position: absolute;
  top: 2.1428571429vw;
  width: 100%;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item {
    top: 6.6666666667vw;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__01 {
  z-index: 10;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__02 {
  z-index: 9;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__02 .__title {
  margin-left: 10%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__03 {
  z-index: 8;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__03 .__title {
  margin-left: 20%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__04 {
  z-index: 7;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__04 .__title {
  margin-left: 30%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__05 {
  z-index: 6;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__05 .__title {
  margin-left: 40%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__06 {
  z-index: 5;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__06 .__title {
  margin-left: 50%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__07 {
  z-index: 4;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__07 .__title {
  margin-left: 60%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__08 {
  z-index: 3;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__08 .__title {
  margin-left: 70%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__09 {
  z-index: 2;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__09 .__title {
  margin-left: 80%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__10 {
  z-index: 1;
}
.header-search_category .__search .__search--element03 .__search--element03--item.__search--element02--item__10 .__title {
  margin-left: 90%;
}
.header-search_category .__search .__search--element03 .__search--element03--item.active {
  z-index: 11;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--btn {
  background: #608CD6;
  display: flex;
  gap: 0.25rem;
  padding-left: 1rem;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--btn > a {
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  background: #BBC6DB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 0.8571428571vw;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--btn > a {
    font-size: 3.2vw;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--btn > a.active {
  background: #fff;
  color: #23509B;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table {
  padding: 2rem;
  height: 12.1428571429vw;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  width: 100%;
  opacity: 0;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.__table01 {
  z-index: 5;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.__table02 {
  z-index: 4;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.__table03 {
  z-index: 3;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.__table04 {
  z-index: 2;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.__table05 {
  z-index: 1;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.active {
  z-index: 6;
  opacity: 1;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table.active {
    height: initial;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  gap: 0 1rem;
  overflow: scroll;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li {
  width: 30%;
  text-align: left;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__first {
  display: flex;
  align-items: center;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__second {
  display: flex;
  align-items: center;
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__text {
  font-size: 0.7857142857vw;
  margin-right: 1rem;
  color: #608CD6;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__text {
    font-size: 3.5616438356vw;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__plus,
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__minus {
  border: 1px solid #BBC6DB;
  border-radius: 10px;
  color: #BBC6DB;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  font-size: 0.85rem;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__plus,
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__minus {
    width: 2.6666666667vw !important;
    height: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
.header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__minus {
  display: none;
}
@media (max-width: 480px) {
  .header-search_category .__search .__search--element03 .__search--element03--item .__inner .__inner--table > ul > li .__minus {
    display: none !important;
  }
}

.header__top--sp {
  display: none;
}

.searchandfilter {
  margin-bottom: 1vw;
}
@media (max-width: 480px) {
  .searchandfilter {
    display: none;
  }
}
.searchandfilter > div > ul {
  position: relative;
  width: 100%;
  width: 40%;
  display: flex;
}
.searchandfilter > div > ul > li {
  padding-right: 0;
}
.searchandfilter > div > ul > li:first-child {
  width: 100%;
}
.searchandfilter > div > ul > li:first-child > input {
  padding: 1rem;
  height: 3vw;
  border-radius: 30px;
  border: 2px solid #D6D6D6;
  width: 100%;
  font-size: 1vw;
}
@media (max-width: 480px) {
  .searchandfilter > div > ul > li:first-child > input {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.searchandfilter > div > ul > li:last-child {
  position: absolute;
  right: 0.2857142857vw;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #25509B;
  width: 2.5714285714vw;
  height: 2.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .searchandfilter > div > ul > li:last-child {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.searchandfilter > div > ul > li:last-child > input {
  background: transparent;
  background-image: url(../images/serch.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.0714285714vw;
  height: 1.0714285714vw;
}
@media (max-width: 480px) {
  .searchandfilter > div > ul > li:last-child > input {
    width: 8vw;
    height: 8vw;
  }
}

.header-print {
  background-image: url("../images/print-back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 5.6428571429vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7142857143vw;
  position: absolute;
  bottom: 6vw;
  left: 0;
  padding: 0 1.2857142857vw;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .header-print {
    display: none;
  }
}
.header-print:hover {
  opacity: 0.7;
}
.header-print .__logo {
  width: 3.7142857143vw;
  height: 3.7142857143vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .header-print .__logo {
    width: 16vw;
    height: 16vw;
  }
}
.header-print .__logo > img {
  width: 2.1428571429vw;
  height: 2.1428571429vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .header-print .__logo > img {
    width: 8vw;
    height: 8vw;
  }
}
.header-print .text__blk {
  text-align: center;
  line-height: 0.75;
}

.__tel {
  display: none;
  position: absolute;
  bottom: auto;
  top: 85.3333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}
@media (max-width: 480px) {
  .__tel {
    display: none;
  }
}
.__tel .text__blk02 {
  font-size: 3.2vw;
  font-weight: 700;
}
.__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.__tel a .__img {
  width: 17%;
  height: -moz-fit-content;
  height: fit-content;
}
.__tel a .__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__tel a .__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.__tel a .__text .text-title__blk {
  font-size: 8.5333333333vw;
  font-weight: bold;
  font-family: "Roboto Flex";
  line-height: 1;
}
.__tel a .__text .text__blk {
  color: #9FA3A7;
}

.__contact {
  position: absolute;
  bottom: 48vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
}
@media (max-width: 480px) {
  .__contact {
    display: none;
  }
}
.__contact .sp-purchase__btn {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.__tel--sp {
  display: none;
  width: 100%;
}
@media (max-width: 480px) {
  .__tel--sp {
    display: block;
    top: auto;
  }
}
.__tel--sp .text__blk02 {
  font-size: 3.2vw;
  font-weight: 700;
}
.__tel--sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.__tel--sp a .__img {
  width: 17%;
  height: -moz-fit-content;
  height: fit-content;
}
.__tel--sp a .__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__tel--sp a .__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.__tel--sp a .__text .text-title__blk {
  font-size: 8.5333333333vw;
  font-weight: bold;
  font-family: "Roboto Flex";
  line-height: 1;
}
.__tel--sp a .__text .text__blk {
  color: #9FA3A7;
}

.__contact--sp {
  display: none;
  width: 70%;
}
@media (max-width: 480px) {
  .__contact--sp {
    display: block;
    width: 100%;
  }
}
.__contact--sp .sp-purchase__btn {
  position: relative;
  top: auto;
  transform: initial;
  left: auto;
  right: auto;
  width: 100%;
}/*# sourceMappingURL=header.css.map */