header#painttop_header_2409 {
  z-index: 10;
  position: relative;
  scroll-behavior: smooth;
}

#painttop_header_2409 button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

#painttop_header_2409 .pc_only {
  display: block !important;
}

#painttop_header_2409 .sp_only {
  display: none !important;
}

#painttop_header_2409 .screen {
  width: 100%;
}

#painttop_header_2409 .header_main {
  background-color: var(--eerie-black);
  display: flex;
  height: 117px;
  justify-content: flex-end;
  align-items: center;
  padding: 35.1px 48px;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-family: var(--font-family-inter-noto_sans_jp);
}

#painttop_header_2409 .header_main a {
  text-decoration: none;
}

#painttop_header_2409 .hamburger_contact {
  margin-top: 56px;
  animation: fadeIn 1.5s ease 1s 1 normal backwards;
}

#painttop_header_2409 .hamburger_contact a {
  color: #ffffff80;
  font-size: 14px;
  transition: 0.5s;
}

#painttop_header_2409 .hamburger_contact a:hover {
  color: #ffffff;
  transition: 0.5s;
}

#painttop_header_2409 .logo01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: absolute;
  left: 56px;
}

#painttop_header_2409 .overlap-group-1 {
  height: 29px;
  position: relative;
  width: 25px;
}

#painttop_header_2409 .hamburger_inner {
  display: flex;
  width: 100%;
  gap: 72px;
}

#painttop_header_2409 .header_main_links {
  display: flex;
}

#painttop_header_2409 .links {
  align-items: flex-start;
  align-self: center;
  gap: 72px;
  justify-content: flex-end;
  margin-top: 2.0px;
}

#painttop_header_2409 .selected {
  color: var(--white02) !important;
  opacity: 1.0 !important;
}

#painttop_header_2409 .pc_subnav {
  width: 100%;
}

#painttop_header_2409 .main_nav {
  font-family: var(--font-family-inter-noto_sans_jp);
  font-size: var(--font-size-xs);
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 24px;
  position: relative;
  white-space: nowrap;
  display: flex;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.5s;
}

#painttop_header_2409 .main_nav:hover {
  color: var(--white02);
  opacity: 1.0 !important;
  transition: 0.5s;
}

#painttop_header_2409 .pc_header_subnav {
  align-items: center;
  background-color: var(--grey02);
  display: flex;
  height: 52px;
  justify-content: flex-end;
  left: 0;
  top: 0;
  padding: 0 56px;
  z-index: 50;
  width: 100%;
  color: #fff;
  transition: top 0.3s;
  position: relative;
  font-family: var(--font-family-inter-noto_sans_jp);
}

.pc_header_subnav .has-child ul li a {
  display: block;
}

.pc_header_subnav .level02 {
  background-color: #fff;
}

#painttop_header_2409 .fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#painttop_header_2409 .medibang-paint_1 {
  color: var(--white02);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0.96px;
  white-space: nowrap;
  width: 135px;
  position: absolute;
  left: 88px;
}

#painttop_header_2409 .navbar {
  align-items: center;
  display: inline-flex;
  gap: 64px;
  justify-content: flex-end;
  font-size: 16px;
  font-family: var(--font-family-inter-noto_sans_jp);
}

#painttop_header_2409 .navbar_list {
  padding: 16px 0;
  cursor: pointer;
}

#painttop_header_2409 .navbar-link-pc {
  letter-spacing: 0.84px;
  line-height: 16px;
  text-align: center;
  padding: 16px 0;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}

#painttop_header_2409 .navbar-link-pc:hover {
  color: var(--white02);
  transition: 0.5s;
  opacity: 1 !important;
}

#painttop_header_2409 .navbar_list .current{
  opacity: 1;
}

#painttop_header_2409 .active-link {
  color: var(--white02);
  transition: 0.5s;
}

#painttop_header_2409 .subnav_pmenu_open,
#painttop_header_2409 .subnav_pmenu_tutorial,
#painttop_header_2409 .subnav_pmenu_tips,
#painttop_header_2409 .subnav_pmenu_faq {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  align-items: flex-start;
  flex-direction: column;
  gap: 34px;
  min-height: 193px;
  width: 100vw;
  margin: 0;
  z-index: 1001;
  position: absolute;
  top: 50px;
  right: 0px;
  -webkit-backdrop-filter: blur(60px) brightness(100%);
  backdrop-filter: blur(60px) brightness(100%);
  height: 200vh;
}

#painttop_header_2409 .subnav_inner {
  padding: 32px;
  background-color: var(--grey02);
  margin: 16px 80px 0 auto;
  border-radius: 8px;
  width: 904px;
}

#painttop_header_2409 .subnav_ctt1 {
  align-items: flex-start;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}

#painttop_header_2409 .subnav_tutorial_img {
  border-radius: 8px;
  height: 64px;
  width: 104px;
}

#painttop_header_2409 .subnav_tutorial_img img {
  height: 64px;
  width: 104px;
}

#painttop_header_2409 .tutorial-1 {
  color: var(--white02);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.32px;
  margin-bottom: 2px;
  min-width: 89px;
}

#painttop_header_2409 .tutorial-2 {
  font-family: var(--font-family-noto_sans_jp);
  line-height: 16px;
  white-space: nowrap;
}

#painttop_header_2409 .subnav_tutorial_links {
  align-items: flex-start;
  align-self: center;
  display: flex;
  gap: 32px;
  width: 840px;
}

#painttop_header_2409 .subnav_links {
  border-bottom: solid 1px #3B3C40;
  padding: 16px 0;
  position: relative;
  width: 192px;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.5s;
}

#painttop_header_2409 .subnav_links::after {
  content: "";
  background-image: url(../img-v2/ic_arrow_nav.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 8px;
  margin-top: 1.82px;
  width: 11px;
  position: absolute;
  right: 0;
  opacity: 0.5;
  transition: 0.5s;
}

#painttop_header_2409 .subnav_links:hover {

  opacity: 1;
  transition: 0.5s;
}

#painttop_header_2409 .subnav_links:hover+#painttop_header_2409 .subnav_links::after {
  opacity: 1;
  transition: 0.5s;
}

#painttop_header_2409 .flex-row-2 {
  height: 16px;
  margin-top: -3px;
  min-width: 832px;
}

@media only screen and (max-width:1120px) {
  #painttop_header_2409 .hamburger_inner {
    gap: 40px;
  }

  #painttop_header_2409 .navbar_list {
    width: fit-content;
    max-width: 100px;
  }

  #painttop_header_2409 .pc_header_subnav {
    padding: 0 40px;
  }
}

@media only screen and (max-width:768px) {
  #painttop_header_2409 .pc_only {
    display: none !important;
  }

  #painttop_header_2409 .sp_only {
    display: block !important;
  }

  #painttop_header_2409 .header_main {
    height: 64px;
    padding: 16px 20px 18px;
  }

  #painttop_header_2409 .logo01 {
    left: 0;
    align-items: flex-start;
    margin: 0 0 0 20px;
  }

  #painttop_header_2409 .logo01 img {
    width: 119px;
    height: auto;
  }

  #painttop_header_2409 .main_nav {
    font-weight: 300;
  }

  #painttop_header_2409 .container-center-horizontal {
    flex-wrap: wrap;
  }

  #painttop_header_2409 .navbar-link {
    display: flex;
    padding: 22px 8px;
    width: 100%;
    height: auto;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
  }

  #painttop_header_2409 #navbar-link-tutorial-sp:before,
  #painttop_header_2409 #navbar-link-tips-sp:before,
  #painttop_header_2409 #navbar-link-faq-sp:before{
    content: "";
    width: 2px;
    height: 10px;
    background: #fff;
    /* opacity: 0.5; */
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
  }

  #painttop_header_2409 #navbar-link-tutorial-sp::after,
  #painttop_header_2409 #navbar-link-tips-sp::after,
  #painttop_header_2409 #navbar-link-faq-sp::after{
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    /* opacity: 0.5; */
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
  }

  #painttop_header_2409 #navbar-link-tutorial-sp.active::before,
  #painttop_header_2409 #navbar-link-tips-sp.active::before,
  #painttop_header_2409 #navbar-link-faq-sp.active::before{
    transform: rotate(90deg);
  }

  #painttop_header_2409 #navbar-link-tutorial-sp.active::after,
  #painttop_header_2409 #navbar-link-tips-sp.active::after,
  #painttop_header_2409 #navbar-link-faq-sp.active::after{
    transform: rotate(-180deg);
  }

  #painttop_header_2409 .navbar-link img {
    height: 9px;
    width: 9px;
  }

  #painttop_header_2409 .header_main_links {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }

  /*subnav アコーディオン*/
  #painttop_header_2409 .dropdown__item {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  #painttop_header_2409 .dropdown__item .current{
    opacity: 1;
  }  

  #painttop_header_2409 .dropdown__wrap {
    position: relative;
    cursor: pointer;
  }

  #painttop_header_2409 .minus-icon {
    display: none;
    position: absolute;
    content: "";
    width: 9px;
    height: 1.5px;
    background: var(--grey01);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  #painttop_header_2409 .minus-icon .active {
    display: inline-block;
  }

  #painttop_header_2409 .plus-icon {
    position: absolute;
    content: "";
    width: 9px;
    height: 1.5px;
    background: var(--grey01);
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: ease all 0.5s;
  }

  #painttop_header_2409 .plus-icon .active {
    display: none;
    transform: translateY(-50%);
  }

  #painttop_header_2409 .sp_subnav {
    font-family: var(--font-family-inter-noto_sans_jp);
  }

  #painttop_header_2409 .subnav_plus {
    font-weight: bold;
    color: #FFF;
    font-size: 20px;
    position: relative;
  }

  #painttop_header_2409 .subnav_open {
    display: none;
    background: #fff;
    padding: 0;
    transition: ease all 0.5s;
    height: auto;
    opacity: 0;
  }

  #painttop_header_2409 .subnav_open .active {
    display: block;
    height: auto;
    padding: 10px 5px 10px 55px;
    opacity: 1;
  }

  /* hamburgermenu */
  @keyframes SubnavFadeIn {
    from {
      opacity: 0;
      transform: translateX(0px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes SubnavFadeOut {
    0% {
      display: block;
      opacity: 1;
      transform: translateX(0);
    }

    99% {
      display: block;
      opacity: 0;
      transform: translateX(0px);
    }

    100% {
      display: none;
      opacity: 0;
      transform: translateX(40px);
    }
  }

  #painttop_header_2409 .hamburger {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 52;
  }

  #painttop_header_2409 .hamburger_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    font-family: var(--font-family-inter-noto_sans_jp);
    margin-top: 80px;
    margin-bottom: 99px;
  }

  #painttop_header_2409 .hamburger_inner li a {
    color: #ffffff80;
    font-weight: 400;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 24px;
    animation: fadeIn 1.5s ease 1s 1 normal backwards;
  }

  #painttop_header_2409 .hamburger_inner a:hover {
    color: var(--white02);
    transition: 0.5s;
  }

  #painttop_header_2409 .row {
    margin: 6px 0;
    width: 20px;
    height: 1.5px;
    background-color: #fff;
  }

  #painttop_header_2409 .hamburger-menu {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--eerie-black);
    padding: 16px 24px 24px;
    transition: all 0.5s 0s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    z-index: 51;
    transition-duration: 0.5s;
  }

  #painttop_header_2409 .ic_sns_group {
    display: flex !important;
    gap: 40px;
    animation: fadeIn 1.5s ease 1s 1 normal backwards;
  }

  #painttop_header_2409 .ic_sns {
    width: 16px;
    height: 16px;
    opacity: 0.5;
  }

  #painttop_header_2409 .show {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.5s;
  }

  #painttop_header_2409 .close {
    margin: 0;
    cursor: pointer;
    transition-duration: 0.5s;
    display: block;
    padding: 32px;
    position: absolute;
    right: 0;
    top: 0;
  }

  #painttop_header_2409 .square_btn {
    display: block;
    position: absolute;
  }

  #painttop_header_2409 .square_btn::before,
  #painttop_header_2409 .square_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.48px;
    height: 20px;
    background: #fff;
  }

  #painttop_header_2409 .square_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #painttop_header_2409 .square_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /*サブメニュー　ドロップダウンリスト*/
  #painttop_header_2409 .dropdown {
    margin: 0 0 0 auto;
  }

  #painttop_header_2409 .dropdown__btn {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px 28px 14px 24px;
    background: none;
    border: 0;
    font-family: var(--font-family-inter-noto_sans_jp);
  }

  #painttop_header_2409 .dropdown__body {
    width: 250px;
    background: #25272D;
    box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149), 0 1px 2px 0 rgba(60, 64, 67, 0.302);
    overflow-y: scroll;
    position: absolute;
    height: 100vh;
    left: 0;
    display: none;
    transition: opacity 0.5s;
    -ms-overflow-style: none;
  }

  #painttop_header_2409 .dropdown__body::-webkit-scrollbar {
    display:none;
  }

  #painttop_header_2409 .dropdown__list {
    margin: 0;
    padding: 0;
  }

  #painttop_header_2409 .dropdown__item {
    display: block;
  }

  #painttop_header_2409 .dropdown__item-link {
    display: block;
    padding: 1em 1.2em;
    font-size: 0.95em;
    text-decoration: none;
    color: #444;
  }

  #painttop_header_2409 .dropdown__item-link:hover {
    background: #fbfbfb;
  }

  #painttop_header_2409 .dropdown__btn .is-open+.dropdown__body {
    display: block;
    z-index: 4;
    transition: 0.5s;
  }

  #painttop_header_2409 .sp_subnav {
    width: 100%;
    background-color: var(--grey02);
    height: 45px;
    font-family: var(--font-family-noto_sans_jp);
  }

  #painttop_header_2409 .subnav_inner {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: var(--font-size-xxs);
  }

  #painttop_header_2409 .subnav_tutorial_links {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  #painttop_header_2409 .subnav_smenu_open {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease-out;
  }

  #painttop_header_2409 .select-box {
    cursor: pointer;
    position: relative;
    width: 100%;
  }

  #painttop_header_2409 .subnav_links {
    width: 100%;
    padding: 20px 20px 20px 32px;
    border-bottom: none;
    border-top: solid 1px #51525660;
  }

  #painttop_header_2409 .subnav_links::after {
    display: none;
  }

  #painttop_header_2409 .select {
    z-index: 50;
    position: absolute;
    background-color: var(--grey02);
    width: 100vw;
    padding: 0 24px 24px;
  }

  #painttop_header_2409 .select li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #51525660;
    font-family: var(--font-family-inter-noto_sans_jp);
  }

  #painttop_header_2409 .select li:last-child {
    border: none;
    padding-bottom: 40px;
  }

  #painttop_header_2409 .dropdown__arrow {
    display: inline-block;
    width: 12px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    transition: transform 0.4s ease;
  }

  #sp_subnav_dropdown__btn.is-open+.dropdown__body {
    display: block;
    z-index: 4;
    animation: SubnavFadeIn 0.8s ease 0s 1 normal backwards;
  }

  #sp_subnav_dropdown__btn.is-close+.dropdown__body {
    z-index: 4;
    animation: SubnavFadeOut 0.8s ease 0s 1 normal backwards;
  }

  #sp_subnav_dropdown_arrow.rotate {
    transform: rotate(180deg);
  }

  #painttop_header_2409 .label .medibang-paint_1 .select-box1 {
    left: 0;
    width: 100%;
  }

  #painttop_header_2409 .label-desc {
    color: #fff;
  }

  #painttop_header_2409 .navbar {
    top: 52px;
    width: 100%;
  }
}