@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.615384615384615;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-select: none;
  pointer-events: none;
}
a img {
  pointer-events: all;
}
.pc {
  display: block;
}
.sp {
  display: none !important;
}
a:hover {
  opacity: 0.5;
}

/*header*/
/*----------------------------------*/
.headerBlock {
  font-family: GenEiLate;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
}
.headerInner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 15px 20px;
  margin: 0 auto;
  background-color: #fff;
}
.headerLogo {
  width: 80px;
}
.headerNav {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-around;
  font-size: 16px;
}
.headerNav_item {
  display: flex;
  align-items: center;
}
.headerNav_item:first-child img {
  width: 47px;
  margin-bottom: 3px;
}
.headerNav_item:nth-child(2) img {
  width: 59px;
}
.headerNav_item:nth-child(3) img {
  width: 96px;
  margin-bottom: 3px;
}
.headerNav_item:nth-child(4) img {
  width: 74px;
  margin-top: 3px;
}
.headerNav_item:nth-child(5) img {
  width: 65px;
}
.headerNav_item:nth-child(6) img {
  width: 23.698vw;
}

.headerNav_item:not(:last-child) {
  margin-right: 30px;
}

.btnTrigger {
  display: none;
}

/*mainvisual*/
/*----------------------------------*/
#btn_pagetop {
  position: absolute;
  right: 16%;
  bottom: 110%;
}
#btn_pagetop #btn_pagetop a {
  display: block;
}
#btn_pagetop:hover {
  background-image: url(../images/btn_totop_hover.svg);
}
#btn_pagetop img {
  width: 80px;
}


/*footer*/
/*----------------------------------*/
.footerBlock {
  background-color: #e7e7e9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.footerInner {
  max-width: 1320px;
  width: 100%;
  background-color: #e7e7e9;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1320px) {
  .footerInner {
    flex-wrap: wrap;
  }
}

.footerLogo {
  display: inline-flex;
}
.footerLogo_img {
  width: 65px;
  align-self: center;
}
.footerLogo_txt {
  font-weight: bold;
  margin-left: 20px;
  white-space: nowrap;
}
.footerNav {
  display: flex;
  align-items: center;
}
.footerNav_item {
  margin-right: 40px;
  white-space: nowrap;
}
.footerInfo {
  font-size: 10px;
  font-weight: 400;
}
.footerInfo .productData {
  margin-bottom: 20px;
}
.footerInfo .productData dt {
  white-space: nowrap;
}
.footerInfo .productData dd {
  white-space: nowrap;
}
.footerInfo .productData_item > dl {
  display: flex;
}

@media screen and (max-width: 1280px) {
  /*header*/
  /*----------------------------------*/
  .headerInner {
    width: 100%;
  }
  .mainVisual {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /*header*/
  /*----------------------------------*/
  .headerLogo {
    width: 18.229vw;
  }
  .headerNav {
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    display: block;
    background-color: #e9e9e9;
    font-size: 5.208vw;
  }
  .headerNav.active {
    opacity: 1;
    visibility: visible;
  }
  .headerNav_item {
    border-bottom: 1px solid #fff;
  }
  .headerNav_item a {
    padding: 2.51vw 0 2.51vw 9.766vw;
    display: block;
    position: relative;
  }
  .headerNav_item a p {
    font-size: 2.604vw;
  }
  .headerNav_item:first-child img {
    width: 16.2vw;
  }
  .headerNav_item:nth-child(2) img {
    width: 19.271vw;
  }
  .headerNav_item:nth-child(3) img {
    width: 30.729vw;
    margin: 0;
  }
  .headerNav_item:nth-child(4) img {
    width: 23.698vw;
  }
  .headerNav_item:nth-child(4) a::after {
    position: absolute;
    top: 36%;
    left: calc(30vw + 16px);
  }
  .headerNav_item:nth-child(5) img {
    width: 20.703vw;
  }
  .headerNav_item:not(:last-of-type) {
    margin-right: initial;
  }
  .btnTrigger {
    display: block;
    position: relative;
    width: 9.115vw;
    margin-left: auto;
    cursor: pointer;
  }
  .btnTrigger span {
    display: block;
    width: 100%;
    height: 0.781vw;
    position: absolute;
    background-color: #000;
    border-radius: 10em;
    transition: transform 0.5s, opacity 0.5s;
  }
  .btnTrigger span:first-child {
    top: 0px;
  }
  .btnTrigger span:nth-child(2) {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .btnTrigger span:nth-child(3) {
    bottom: 0;
  }
  .btnTrigger.active span:first-child {
    transform: translateY(3.255vw) rotate(-45deg);
  }
  .btnTrigger.active span:nth-child(2) {
    opacity: 0;
  }
  .btnTrigger.active span:nth-child(3) {
    transform: translateY(-3.125vw) rotate(45deg);
  }


  /*footer*/
  /*----------------------------------*/
  .footerBlock {
    font-size: 3.125vw;
  }
  .footerInner {
    width: 100%;
    flex-direction: column;
    padding: 0 0 3.906vw 0;
    text-align: center;
  }
  .footerLogo {
    order: 2;
    margin-bottom: 7.161vw;
  }
  .footerLogo_img {
    width: 16.276vw;
  }
  .footerLogo_txt {
    text-align: left;
    font-size: 2.865vw;
  }
  .footerNav {
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 7.161vw;
  }
  .footerNav_item {
    width: 50%;
    margin-right: 0;
    padding: 3.906vw 0;
    border-bottom: 1px solid #fff;
  }
  .footerNav_item:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
  .footerInfo {
    order: 3;
    font-size: 2.865vw;
    line-height: 2;
  }
  .footerInfo dt {
    width: 5.5em;
    text-align-last: justify;
  }
  .footerInfo dd {
    letter-spacing: 0.12em;
    text-align: left;
  }
  .footerInfo_copyright {
    font-size: 2.344vw;
  }
  #btn_pagetop {
    right: 3%;
  }
}
.productData_box {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .productData_box {
    flex-direction: column;
  }
  .footerInfo .productData {
    gap: 5vw;
  }
}
