.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: bottom;
}

.w100 img {
  width: 100%;
}

/***************************************************** pc */
@media (min-width: 1001px) {
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.5;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-webkit-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
/***************************************************** sp */
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    line-height: 1.45;
  }
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.7;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.header {
  border-bottom: 1px solid #C3C3C3;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 10;
}

/*------------
header_search
-------------*/
.header_search.for_pc {
  display: block !important;
}

.header_search {
  background-color: #F2F2F2;
  padding: 7px 16px;
}
.header_search form {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  width: 250px;
}
.header_search input[type=text] {
  border: 1px solid #C3C3C3;
  width: 200px;
  height: 28px;
}
.header_search button {
  font-size: 1.1rem;
  padding: 5px 0;
  background-color: #838383;
  border: 1px solid #C3C3C3;
  color: #fff;
  width: 50px;
  text-align: center;
}

/*------------
header_wrap
-------------*/
.header_wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 16px 26px;
}

.header_navi ul {
  display: flex;
  align-items: center;
}
.header_navi a, .header_navi .label_name {
  display: inline-block;
  padding: 20px 15px;
}

.header_download {
  margin-right: 15px;
}
.header_download a {
  display: inline-block;
  color: #fff;
  padding: 22px 27px;
  background-color: #006494;
  font-weight: 700;
}
.header_download img {
  vertical-align: baseline;
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.header_download span {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 14px;
}

.header_contact a {
  display: inline-block;
  color: #fff;
  padding: 22px 42px;
  background-color: #2BB3F0;
  font-weight: 700;
}
.header_contact img {
  vertical-align: baseline;
}
.header_contact span {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (max-width: 1500px) {
  .header_logo {
    max-width: 150px;
  }
  .header_navi a, .header_navi .label_name {
    display: inline-block;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 1280px) {
  .header_navi ul {
    font-size: 1.3rem;
  }
  .header_contact a, .header_download a {
    padding: 8px 12px;
  }
  .header_contact span, .header_download span {
    margin-right: 4px;
    width: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header_logo {
    max-width: 210px;
  }
  .header_wrap {
    display: flex;
    justify-content: space-between;
    padding: 8px 8px 8px 16px;
  }
  .header_navi {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    left: 0;
  }
  .header_navi ul {
    flex-direction: column;
    align-items: baseline;
    gap: 16px 0;
    padding: 40px 0;
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .header_navi.is-Active {
    transform: translateX(0);
  }
  .header_contact a {
    padding: 12px 24px;
  }
  .header_contact span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .header-hamburger_area {
    position: relative;
    width: 44px;
    height: 44px;
  }
  .header-hamburger_button {
    position: relative;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .header-hamburger__line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.5333333333vw;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    background-color: #E00080;
    border-radius: 4px;
  }
  .header-hamburger__line::before,
  .header-hamburger__line::after {
    background-color: #E00080;
    content: "";
    display: block;
    height: 0.5333333333vw;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .header-hamburger__line::before {
    bottom: 0;
    margin: auto;
    right: 0;
    top: -16px;
  }
  .header-hamburger__line::after {
    bottom: -16px;
    margin: auto;
    right: 0;
    top: 0;
  }
  .header .u-sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  .header-hamburger_button.is-Active .header-hamburger__line {
    background-color: transparent;
  }
  .header-hamburger_button.is-Active .header-hamburger__line::before {
    transform: translateX(-50%) rotate(-45deg);
    top: 0;
  }
  .header-hamburger_button.is-Active .header-hamburger__line::after {
    transform: translateX(-50%) rotate(45deg);
    bottom: 0px;
  }
  .header-navi.is-Active {
    transform: translate(0);
  }
}
.header_navi .label {
  cursor: pointer;
  position: relative;
}

.child {
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  align-items: baseline;
  width: 300%;
  padding: 4px 10px;
  background-color: #F2F2F2;
}
.child a {
  font-size: 1.4rem;
}

.header_navi .child {
  display: none;
}

@media (hover: hover) {
  .header_navi .label:hover .child {
    display: block;
  }
  .header_navi .label:hover .label_name {
    position: relative;
  }
  .header_navi .label:hover .label_name::after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #E00080;
    content: "";
  }
}
@media screen and (max-width: 1000px) {
  .header_navi .child {
    position: initial;
    top: initial;
    left: initial;
    flex-direction: column;
    align-items: baseline;
    padding: 4px 10px;
    background-color: #F2F2F2;
  }
  .header_navi .child a {
    font-size: 1.4rem;
  }
}
/*------------
footer
-------------*/
.footer {
  background-color: #EFEFEF;
  margin-top: 70px;
}
.footer .footer_inr {
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer nav {
  display: flex;
}
.footer dl,
.footer ul {
  width: 25%;
}
.footer dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.footer dd,
.footer li {
  line-height: 2.5;
}
.footer .main_navi {
  font-weight: 700;
  font-size: 1.8rem;
}
.footer .copy {
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 12px 0;
}

@media screen and (max-width: 1000px) {
  .footer .footer_inr {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer nav {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .footer dl,
  .footer ul {
    width: 100%;
  }
  .footer dt {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .footer .main_navi {
    font-size: 1.6rem;
  }
  .footer .copy {
    font-size: 1rem;
    padding: 6px 0;
  }
}
.single-product .header {
  position: relative;
}
.single-product .nav.pagenavi {
  top: 0;
}/*# sourceMappingURL=header_footer.css.map */