/*-----header top-----*/
.header-top {
  position: fixed;
  top: 32px;
  right: 84px;
  display: flex;
  align-items: center;
  gap: 28px;
  z-index: 3;
}

.header-btn-product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17.5px 27px;
  border: 1px solid #fff;
  transition: .3s;
}

.header-btn-product:hover {
  background-color: #FFFFFF;
  transition: .3s;
}

.header-btn-product:hover .header-btn-product-text{
  color: #414141;
  transition: .3s;
}
.header-btn-product:hover .header-btn-product-img path{
  stroke: #0D0E28;
  transition: .3s;
}

.header-btn-product-text {
  color: #fff;
  font-size: 15px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 1;
  transition: .3s;
}

.header-btn-product-img{
  transition: .3s;
}

.header-btn-instagram {
  width: 50px;
  height: auto;
}

.header-btn-hamburger {
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.p-nav-hamburger__bar {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transition: all .5s ease-in-out;
}

.p-nav-hamburger__bar:first-child {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.p-nav-hamburger__bar:last-child {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.header-btn-hamburger.is-show .p-nav-hamburger__bar:first-child {
  -webkit-transform: translateY(0) rotateZ(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg)
}

.header-btn-hamburger.is-show .p-nav-hamburger__bar:nth-child(2) {
  opacity: 0
}

.header-btn-hamburger.is-show .p-nav-hamburger__bar:last-child {
  -webkit-transform: translateY(0) rotateZ(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg)
}

@media screen and (max-width: 768px) {
  .header-top {
    top: 16px;
    right: 20px;
    gap: 16px;
  }

  .header-btn-product {
    display: none;
  }

  .header-btn-instagram {
    width: 40px;
  }

  .header-btn-hamburger {
    width: 40px;
    height: 40px;
    border: 1px solid #C0C0C0;
  }

  .p-nav-hamburger__bar {
    width: 20px;
    background-color: #C0C0C0;
  }
}



/*-----header white-----*/
.header-white {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 3;
  padding: 32px 84px 0 39px;
}

.header-btn-logo {
  width: 260px;
}

.header-btn-logo-img {
  width: 100%;
}

.header-btn-container {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .header-white {
    align-items: center;
    padding: 16px 20px 12px 15px;
  }

  .header-btn-logo {
    width: 160px;
  }

  .header-btn-container {
    gap: 13px;
  }
}



/*-----header black-----*/
.header-black {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 3;
  padding: 32px 84px 0 39px;
}

.header-btn-logo {
  width: 260px;
}

.header-btn-logo-img {
  width: 100%;
}

.header-btn-container {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-btn-product-black {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17.5px 27px;
  border: 1px solid #0D0E28;
  transition: .3s;
}

.header-btn-product-text-black {
  color: #0D0E28;
  font-size: 15px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 1;
  transition: .3s;
}

.header-btn-product-img-black {
  transition: .3s;
}

.header-btn-product-img-black path{
  stroke: #0D0E28;
}

.header-btn-product-black:hover {
  background-color: #0D0E28;
  transition: .3s;
}

.header-btn-product-black:hover .header-btn-product-text-black{
  color: #fff;
  transition: .3s;
}

.header-btn-product-black:hover .header-btn-product-img-black path{
  stroke: #fff;
  transition: .3s;
}

.header-btn-hamburger-black {
  border: 1px solid #0D0E28;
}

.p-nav-hamburger__bar-black{
  background-color: #0D0E28;
}




@media screen and (max-width: 768px) {
  .header-black {
    align-items: center;
    padding: 16px 20px 12px 15px;
  }

  .header-btn-logo {
    width: 160px;
  }

  .header-btn-container {
    gap: 13px;
  }

  .header-btn-product-black{
    display: none;
  }
  
}





/*-----header-menu-----*/
.header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background-color: #0D0E28;
  background-image: url(../img/img_kv.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
  opacity: 0;
}

.header-menu-item-container {
  width: 783px;
  margin: 0 auto;
  padding: 139px 120px 100px 0;
}

.header-menu-img-sp{
  display: none;
}

.header-menu-item {
  width: 100%;
  padding: 40px 24px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  transition: .3s;
  &:hover{
    opacity: 0.7;
    transition: .3s;
  }
}

.header-menu-item:nth-child(2) {
  border-top: 1px solid #fff;
}

.header-menu-item-text {
  color: #fff;
  font-size: 32px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

.header-menu-img {
  position: absolute;
  top: 139px;
  right: 18%;
}

.is-show {
  display: block;
}
.is-change-border {
  border: 1px solid #fff;
}

.is-change-bg{
  background-color: #fff;
}

.is-visible {
  opacity: 1
}

@media screen and (max-width: 768px) {
  .header-menu {
    background-image: none;
  }

  .header-menu-item-container {
    width: calc(100vw - 40px);
    padding: 90px 0 74px 0;
  }

  .header-menu-img-sp{
    display: block;
    width: calc(100vw - 48px);
    margin: 0 auto;
    margin-bottom: 37px;
  }

  .header-menu-item{
    padding: 16px 0;
    border-bottom: 1px solid #C0C0C0;
  }

  .header-menu-item:nth-child(2) {
    border-top: 1px solid #C0C0C0;
  }
  
  .header-menu-item-text {
    color: #C0C0C0;
    font-size: 18px;
    line-height: 2;
  }
  .header-menu-item-img{
    opacity: 0;
  }


  .header-menu-img {
    display: none;
  }
}