@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&display=swap');

/* ネイルコンテスト2023 ポップアップ
-----------------------------------------------------------*/
#popup_contest2023 {
  display: none;
  width: 100svw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#popup_contest2023::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#popup_contest2023.open-popup {
  display: block;
  position: fixed;
}

#popup_contest2023 .inner {
  width: 580px;
  padding: 60px 34px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  background: #B1A5A1;
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%);
  
}
#popup_contest2023 .inner::before {
  content: '';
  width: 60%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background: #C6BDBA;
  z-index: -1;
}

#popup_contest2023 .txt_box {
  margin-top: 34px;
}

#popup_contest2023 .txt_box .copy {
  width: fit-content;
  margin: 0 auto;
}

#popup_contest2023 .txt_box .ttl {
  width: fit-content;
  margin: 46px auto 0;
}

#popup_contest2023 .txt_box .entry {
  width: 80%;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
}
#popup_contest2023 .txt_box .entry::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #FFF;
  z-index: -1;
}
#popup_contest2023 .txt_box .entry span {
  display: inline-block;
  padding: 0 10px;
  background: #B1A5A1;
  color: #FFF;
}

#popup_contest2023 .btn {
  width: 60%;
  margin: 34px auto 0;
  background: #FFF;
  color: #716562;
}
#popup_contest2023 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  position: relative;
  background: #FFF;
  color: #716562;
}
#popup_contest2023 .btn a::before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5em;
  border-top: #716562 solid 1px;
  border-right: #716562 solid 1px;
  transform: rotate(45deg);
}

#popup_contest2023 .close {
  width: fit-content;
  position: absolute;
  top: 20px;
  right: 34px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #popup_contest2023 {
    font-size: 12px;
  }

  #popup_contest2023 .inner {
    width: 305px;
    padding: 30px 18px 20px;
  }
  #popup_contest2023 .txt_box {
    margin-top: 17px;
  }

  #popup_contest2023 .txt_box .copy {
    margin: 0 auto;
  }
  #popup_contest2023 .txt_box .ttl {
    margin: 20px auto 0;
  }

  #popup_contest2023 .txt_box .entry {
    margin: 15px auto 0;
  }
  #popup_contest2023 .txt_box .entry span {
    padding: 0 7px;
  }

  #popup_contest2023 .btn {
    margin: 15px auto 0;
  }
  #popup_contest2023 .close {
    top: 8px;
    right: 18px;
  }

}

/* EXPO2023 ポップアップ
-----------------------------------------------------------*/
#popup_expo2023 {
  display: none;
  width: 100svw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#popup_expo2023::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#popup_expo2023.open-popup {
  display: block;
  position: fixed;
}

#popup_expo2023 .inner {
  width: 580px;
  padding: 60px 34px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  background: #B1A5A1;
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%);
  
}
#popup_expo2023 .inner::before {
  content: '';
  width: 60%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background: #C6BDBA;
  z-index: -1;
}

#popup_expo2023 .btn {
  width: 60%;
  margin: 34px auto 0;
  background: #FFF;
  color: #716562;
}
#popup_expo2023 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  position: relative;
  background: #FFF;
  color: #716562;
}
#popup_expo2023 .btn a::before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5em;
  border-top: #716562 solid 1px;
  border-right: #716562 solid 1px;
  transform: rotate(45deg);
}

#popup_expo2023 .close {
  width: fit-content;
  position: absolute;
  top: 20px;
  right: 34px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #popup_expo2023 {
    font-size: 12px;
  }

  #popup_expo2023 .inner {
    width: 305px;
    padding: 30px 18px 20px;
  }

  #popup_expo2023 .btn {
    margin: 15px auto 0;
  }
  #popup_expo2023 .close {
    top: 8px;
    right: 18px;
  }

}

/* peeloff ポップアップ
-----------------------------------------------------------*/
#popup_peeloff {
  display: none;
  width: 100svw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#popup_peeloff::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#popup_peeloff.open-popup {
  display: block;
  position: fixed;
}

#popup_peeloff .inner {
  width: 580px;
  padding: 60px 34px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  background: #B1A5A1;
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%);
  
}
#popup_peeloff .inner::before {
  content: '';
  width: 60%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background: #C6BDBA;
  z-index: -1;
}

#popup_peeloff .btn {
  width: 60%;
  margin: 34px auto 0;
  background: #FFF;
  color: #716562;
}
#popup_peeloff .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  position: relative;
  background: #FFF;
  color: #716562;
}
#popup_peeloff .btn a::before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5em;
  border-top: #716562 solid 1px;
  border-right: #716562 solid 1px;
  transform: rotate(45deg);
}

#popup_peeloff .close {
  width: fit-content;
  position: absolute;
  top: 20px;
  right: 34px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #popup_peeloff {
    font-size: 12px;
  }

  #popup_peeloff .inner {
    width: 305px;
    padding: 30px 18px 20px;
  }

  #popup_peeloff .btn {
    margin: 15px auto 0;
  }
  #popup_peeloff .close {
    top: 8px;
    right: 18px;
  }

}

