@charset "UTF-8";
/*
NightDesign Lab
*/

/*-------------------------------------------*/
/*  変数
/*-------------------------------------------*/
:root {
  --vk-color-text-body: #fff;
  --vk-width-container-padding: 10px;
}
@media (min-width: 768px) {
  :root {
    --vk-width-container: 1220px;
  }
}
@media (min-width: 576px) {
  :root {
    --vk-width-container: 1220px;
  }
}

/*-------------------------------------------*/
/*  contents
/*-------------------------------------------*/
body {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
  overflow: hidden;
}
a {
  color: var(--wp--preset--color--white);
  text-decoration: none !important;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
ol,
ul {
  padding-left: 0;
}
li {
  margin: 0;
  list-style: none;
}
:where(.wp-block-group.has-background) {
  padding: 0;
}

.site-body {
  overflow: hidden;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 10px;
  padding-left: 10px;
}

:is(.alignfull,.alignwide)>:is(div[class*=wp-container-],div[class*=wp-block-],div[class*=vk_],.alert,:where(:is(h1,h2,h3,h4,h5,h6))):where(:not(.alignfull,.alignwide,.wp-block-cover__background,.wp-block-cover__image-background,.wp-block-column,.vk_outer,.vk_slider_wrapper,.swiper-wrapper,.swiper-pagination,.is-content-justification-right,.is-content-justification-left)) {
  padding-right: 10px;
  padding-left: 10px;
}
.vk_button-color-custom a,
.editor-styles-wrapper .vk_button-color-custom a {
  transition: all 0.2s ease-in;
}
.vk_button-color-custom a:hover,
.editor-styles-wrapper .vk_button-color-custom a:hover {
  opacity: 1;
  box-shadow: none;
}
@media (min-width: 601px) {
  .none-pc {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px;
  }
}
@media (max-width: 600px) {
  .none-sp {
    display: none !important;
  }
}

/*-------------------------------------------*/
/*  back ground
/*-------------------------------------------*/
body {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
body::before {
  content: '';
  position: absolute;
  top: -8.2%;
  top: -669px;
  left: 50%;
  transform: translateX(-50%);
  width: 2096px;
  height: 2099px;
  background-image: url(./assets/images/bg_1.svg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.site-body-container {
  z-index: 1;
}
.site-body-container::before {
  content: '';
  position: absolute;
  top: 10.9%;
  left: 42%;
  transform: translateX(-50%);
  width: 3271px;
  height: 10170px;
  background-image: url(./assets/images/bg_2.svg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 600px) {
  body::before {
    top: 0.67%;
    width: 1012px;
    height: 3904px;
    background-image: url(./assets/images/bg_3.svg);
  }
  .site-body {
    padding-bottom: 40px;
  }
  .site-body-container::before {
    content: none;
  }
}
/*-------------------------------------------*/
/*  parts
/*-------------------------------------------*/
.breadcrumb {
  display: none;
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 1.5;
}
.section-title span {
  font-weight: 500;
}
@media (max-width: 600px) {
  .section-title {
    font-family: "Shippori Mincho", serif;
    font-size: 16px !important;
  }
  .section-title span {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 10px !important;
    font-weight: 300;
  }
}

.box {
  padding: 100px 0;
  background: rgba(37, 37, 37, 0.80);
  border: 1px solid;
  border-image: linear-gradient(to bottom, #7D4CD0, #F98CC4);
  border-image-slice: 1;
}
.box-inner {
  width: 809px;
  max-width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
.box-inner h2 {
  position: relative;
  padding-bottom: 8px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
.box-inner h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45.4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #A360CC 31%, #D579C7 71%, transparent 100%);;
}
.box-inner p {
  margin-bottom: 1.5em !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.36;
}
.box-inner p:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .box {
    padding: 40px 0;
  }
  .box-inner h2 {
    padding-bottom: 5px;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
  }
  .box-inner h2::after {
    width: 80.4%;
  }
  .box-inner p {
    font-size: 12px;
  }
}

div#n2-ss-4 .n2-thumbnail-dot[data-slide-public-id="1"] img {
  width: 146px;
  height: 209px;
}

/*-------------------------------------------*/
/*  cta
/*-------------------------------------------*/
.contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.contact-list li {
  width: 387px;
  max-width: 100%;
  padding: 0;
}
.contact-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 206px;
  padding: 53px 16px;
}
.contact-icon {
  width: 90px;
  margin-right: 5px;
}
.contact-list p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  flex: 1;
  text-align: center !important;
}
.contact-list p .contact-text-sm {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
}
.contact-list li:nth-of-type(2) p {
  font-size: 23px;
}
.contact-list li:nth-of-type(2) p .contact-text-lg {
  display: block;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.contact-list li:nth-of-type(2) p .contact-text-sm {
  font-size: 20px;
}
@media (max-width: 600px) {
  .contact-list {
    gap: 20px;
  }
  .contact-list li a {
    min-height: 85px;
    padding: 5px 40px;
  }
  .contact-icon {
    width: 50px;
    margin-right: 8px;
  }
  .contact-list p {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .contact-list p .contact-text-sm {
    font-size: 16px;
    font-weight: 400;
  }
  .contact-list li:nth-of-type(2) p {
    font-size: 14px;
  }
  .contact-list li:nth-of-type(2) p .contact-text-lg {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.09;
  }
  .contact-list li:nth-of-type(2) p .contact-text-sm {
    font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.5;
  }
  .contact-line-text {
    width: 95.42%;
  }
}

/*-------------------------------------------*/
/*  page top button
/*-------------------------------------------*/
.page_top_btn {
  bottom: 7%;
  right: calc((100% - 1220px) / 2);
  width: 72px;
  height: 72px;
  background-color: transparent;
  background-image: url(./assets/images/page-top.png);
  background-size: contain;
  background-position: center;
  box-shadow: none;
}
@media (max-width: 1220px) {
  .page_top_btn {
    right: 0;
  }
}
@media (max-width: 600px) {
  .page_top_btn {
    bottom: 6%;
    right: 6%;
  }
}
/* fix */
.fix_mail.page_top_btn,
.fix_tel.page_top_btn {
  display: none;
}

.fix_mail.page_top_btn {
  background-image: url(./assets/images/fix_mail.png);
}
.fix_tel.page_top_btn {
  background-image: url(./assets/images/fix_tel.png);
}
@media (max-width: 600px) {
  .fix_tel.page_top_btn {
    bottom: 4%;
    right: 3%;
    width: 96px;
    height: 96px;
  }
}

/*-------------------------------------------*/
/*  header
/*-------------------------------------------*/
.block-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.block-site-header {
  font-weight: 700;
}
@media (min-width: 601px) {
  .block-site-header {
    font-family: "Shippori Mincho", serif;
  }
}
.block-site-header .wp-block-site-logo {
  position: relative;
  z-index: 1000000;
}
.block-site-header .wp-block-navigation {
  /* gap: 3.9vw; */
  gap: 2vw;
}
@media (max-width: 991.98px) {
  .block-site-header .wp-block-navigation {
    gap: 6px;
  }
}
@media (max-width: 600px) {
  .block-site-header .has-background {
    background: transparent !important;
    transition: all 0.2s;
  }
  .scrolled .block-site-header .has-background {
    background: #252525e6 !important;
  }
  .block-site-header .wp-block-navigation {
    order: 2;
  }
}
.block-site-header .vk_button {
  font-family: "BIZ UDPMincho", serif;
}
.block-site-header .vk_button span {
  font-size: 16px;
}
.block-site-header .vk_button .has-vk-color-primary-background-color {
  padding: 7px 9px 5px !important;
  background-image: url(./assets/images/banner_tel.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.block-site-header .vk_button .has-vk-color-primary-background-color span {
  font-size: 14px;
  opacity: 0;
}
.block-site-header .vk_button.btn-contact,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.btn-contact {
  position: relative;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(90deg, #7D4CD0 0%, #F98CC4 100%) !important;
  z-index: 1;
  transition: all 0.2s ease-in;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.btn-contact {
  width: fit-content;
  margin: 40px auto 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.btn-contact a {
  padding: 7px 20px !important;
  background: var(--wp--preset--color--darkblue);
  border-radius: 10px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.btn-contact span {
  font-size: 16px;
}
.block-site-header .vk_button.btn-contact::before,
.wp-block-navigation-item.btn-contact::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 54%;
  height: 100%;
  transform: translateY(-50%);
  border-radius: 10px;
  background: linear-gradient(256deg, #F98CC4 7.14%, #7D4CD0 93.15%);
  filter: blur(7.5px);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.block-site-header .btn-contact:hover {
  background: linear-gradient(90deg, #F98CC4 0%, #7D4CD0 100%) !important;
}
.block-site-header .btn-contact:hover::before {
  opacity: 1;
}
.block-site-header .vk_button.btn-contact a {
  padding: 5px 1rem !important;
}
.block-site-header .vk_button.vk_custom_css_2,
.wp-block-navigation__responsive-container-open {
  position: relative;
}
.block-site-header .vk_button.vk_custom_css_2,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}
.wp-block-navigation .wp-block-navigation__responsive-container-open {
  border: none !important;
  padding: 0 !important;
}
.wp-block-navigation__responsive-container-close {
  top: 24px;
  right: 20px;
  margin: 0 !important;
}
.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  display: none;
}
.wp-block-navigation__responsive-container-open::after,
.wp-block-navigation__responsive-container-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 160%;
  background-size: contain;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.wp-block-navigation__responsive-container-open::after {
  background-image: url(./assets/images/btn_menu.png);
}
.wp-block-navigation__responsive-container-close::after {
  background-image: url(./assets/images/btn_close.png);
}
.block-site-header .vk_button.vk_custom_css_2 .vk_button_link.btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-width: auto;
  padding: 0;
  background: transparent;
}
.block-site-header .vk_button.vk_custom_css_2 .vk_button_link.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168%;
  height: 168%;
  background-image: url(./assets/images/btn_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.has-modal-open .wp-block-navigation__responsive-close {
  max-width: 100%;
}
.is-menu-open .wp-block-navigation__responsive-dialog {
  padding-top: 80px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 45px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(114, 118, 139, 0.80);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item:first-of-type {
  border-top: 1px solid rgba(114, 118, 139, 0.80);
}
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item:not(:last-of-type) .wp-block-navigation-item__content {
  padding: 15px 34px !important;
}
.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item:not(:last-of-type) .wp-block-navigation-item__content::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 34px;
  width: 44px;
  height: 35px;
  background-image: url(./assets/images/arrow_1.png);
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .block-site-header .vk_custom_css_5 {
    display: none;
  }
}
@media (max-width: 600px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #252525;
  }
}

/*-------------------------------------------*/
/*  footer
/*-------------------------------------------*/
.site-footer {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.site-footer,
.site-footer .widget_nav_menu > div > ul li {
  font-size: var(--vk-size-text);
  line-height: 2.5;
}
.site-footer-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.site-footer-copyright {
  display: none;
}
.footer-logo {
  display: block;
  width: 37%;
}
.footer-name {
  margin: 20px 0;
  line-height: 2.5;
}
.site-footer small {
  display: block;
  line-height: 1;
}
.site-footer .widget_nav_menu > div > ul li a {
  padding: 0;
  border-bottom: none;
}
.site-footer .widget_nav_menu > div > ul li a:hover {
  background: none;
}
.site-footer .widget_nav_menu .sub-menu {
  margin-left: 1em;
}
.site-footer .widget_nav_menu .sub-menu a {
  position: relative;
  padding-left: 1em;
  font-style: 14px;
  line-height: 1.71;
}
.site-footer .widget_nav_menu .sub-menu a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.widget .footer-menu-2 {
  padding: 0;
  margin: 0;
}
.footer-menu-2 li {
  margin: 0;
}
@media (min-width: 601px) {
  .footer-nav {
    display: none;
  }
  .site-footer .col-md-6 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #menu-footer-menu-1 > .menu-item:first-of-type {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-footer {
    padding: 0 0 50px;
  }
  .footer-nav {
    margin: 0 -10px;
  }
  .footer-nav .menu-item {
    border-bottom: 1px solid rgba(114, 118, 139, 0.80);
  }
  .footer-nav .menu-item:first-of-type {
    border-top: 1px solid rgba(114, 118, 139, 0.80);
  }
  .footer-nav .menu-item a {
    position: relative;
    padding: 18px 35px 18px 33px;
    font-size: 14px;
    font-weight: 500;
  }
  .footer-nav .menu-item a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 34px;
    width: 44px;
    height: 35px;
    background-image: url(./assets/images/arrow_1.png);
    background-size: contain;
    transform: translateY(-50%);
  }
  .site-footer-content {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 38px;
    }
  .footer-logo {
    width: 21.4%;
  }
  .footer-name {
    margin: 10px 0 25px;
    font-size: 10px;
    line-height: 1;
  }
  .footer-company {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline !important;
  }
  .site-footer small {
    font-size: 10px;
  }
  .site-footer-content .col-lg-4.col-md-6:nth-of-type(2),
  .site-footer-content .col-lg-4.col-md-6:nth-of-type(3) {
    display: none;
  }
}

/*-------------------------------------------*/
/*  page header
/*-------------------------------------------*/
.page-header {
  min-height: auto;
  margin-top: 150px;
  margin-bottom: 100px;
  background: #252525;
}
.page-header::before,
.page-header::after {
  height: 1px;
  background: linear-gradient(90deg, #7D4CD0 0%, #F98CC4 100%);
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-header-inner {
  margin: 32px auto 29px;
}
.page-header-title, h1.page-header-title {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 26px;
  line-height: 1.2;
}
.page-header-subtext {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .page-header {
    margin-top: 35px;
	margin-bottom: 35px;
  }
  .page-header-inner {
    margin: 7px auto 9px;
  }
  .page-header-title, h1.page-header-title {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
  }
  .page-header-subtext {
    margin-top: 5px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 10px;
    font-weight: 300;
  }
}

/*-------------------------------------------*/
/*  inner nav
/*-------------------------------------------*/
.inner-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 52px;
  max-width: 662px;
  margin-block-start: 44px !important;
}
.inner-nav li {
  width: 185px;
}
.inner-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 10px;
  text-align: center;
  line-height: 1.16;
}
@media (max-width: 600px) {
  .inner-nav {
    align-items: stretch;
    gap: 7px 6px;
    max-width: none;
    margin-block-start: 12px !important;
  }
  .inner-nav li {
    flex: 1 1 31.7%;
    width: 31.7%;
  }
  .inner-nav li a {
    height: 100%;
    padding: 4px 5px;
    font-size: 12px;
  }
  .inner-nav li:nth-of-type(-n+3) a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
/*-------------------------------------------*/
/*  TOPページ
/*-------------------------------------------*/
.home {
  padding-top: 0;
}
.home::before,
.home .site-body-container::before {
  content: none;
}
.home .entry-body {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.home .site-body {
  padding-top: 0;
}
.home .top-section {
  position: relative;
}
@media (max-width: 600px) {
  .home .site-body {
    padding-bottom: 0;
  }
  .home .entry-body {
    font-family: "Shippori Mincho", serif;
  }
  .home .footer-nav .menu-item:first-of-type {
    display: none;
  }
  .home .footer-nav .menu-item:nth-of-type(2) {
    border-top: 1px solid rgba(114, 118, 139, 0.80);
  }
}
/* fv ---------------------------------------- */
.fv {
  position: relative;
  max-width: var(--vk-width-full);
  z-index: 5;
}
.fv::after {
  content: '';
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 5.5%;
  height: 7.5%;
  background-image: url(./assets/images/arrow_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.fv-video video {
  width: 100%;
  height: 45.3vw;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
.fv-text {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.fv-text img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.fv .btn-contact {
  display: flex;
  position: absolute;
  bottom: 12.4%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(90deg, #7D4CD0 0%, #F98CC4 100%) !important;
  z-index: 1;
  transition: all 0.2s ease-in;
}
.fv .btn-contact span {
  padding: 8px 20px 7px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #0C1B2E;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .fv::after {
    content: none;
  }
  .fv-video video {
    height: 74.7vh;
  }
  .fv-text {
    top: 45.5%;
  }
}

/* 商材 ---------------------------------------- */
.top-commodity {
  z-index: 4;
}
@media (min-width: 601px) {
  .top-commodity::after {
    content: '';
    position: absolute;
    top: -104.5vw;
    left: 50%;
    width: 143.5vw;
    height: 553.3%;
    height: 145.8vw;
    max-width: 2066px;
    max-height: 2099px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(249, 140, 196, 0.80) 0%, #7D4CD0 57%, rgba(0, 0, 0, 0.00) 84%);
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (min-width: 1441px) {
  .top-commodity::after {
    top: -358%;
  }
}
.commodity-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.commodity-list:after {
  content: "";
  display: block;
  width: calc((100% / 4) - 20px);
  min-width: 215px;
  height: 0;
}
.commodity-list li {
  width: calc((100% / 4) - 20px);
  min-width: 215px;
  margin: 0;
}
.commodity-list li a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  height: 100%;
  transition: 0.4s;
}
.commodity-list li a:hover {
  transform: translateY(-3px);
}
.commodity-icon {
  display: block;
  margin: 0 auto 16px;
}
.commodity-list li:nth-of-type(1) .commodity-icon {
  width: 38.7%;
}
.commodity-list li:nth-of-type(2) .commodity-icon {
  width: 32%;
  margin-bottom: 10px;
}
.commodity-list li:nth-of-type(3) .commodity-icon {
  width: 34%;
  margin-bottom: 14px;
}
.commodity-list li:nth-of-type(4) .commodity-icon {
  width: 33.6%;
}
.commodity-list li:nth-of-type(5) .commodity-icon {
  width: 32.4%;
  margin-bottom: 20px;
}
.commodity-list li:nth-of-type(6) .commodity-icon {
  width: 38.74%;
}
.commodity-list li:nth-of-type(7) .commodity-icon {
  width: 28.9%;
}
.commodity-list li:nth-of-type(8) .commodity-icon {
  width: 28.2%;
}
.commodity-list li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 600px) {
  .top-commodity {
    padding-left: 15px;
    padding-right: 15px;
  }
  .commodity-list {
    gap: 15px 19px;
  }
  .commodity-list:after {
    width: calc((100% / 3) - 19px);
    min-width: auto;
  }
  .commodity-list li {
    width: calc((100% / 3) - 19px);
    min-width: auto;
  }
  .commodity-icon {
    margin-bottom: 20px;
  }
  .commodity-list li:nth-of-type(1) .commodity-icon {
    width: 91%;
  }
  .commodity-list li:nth-of-type(2) .commodity-icon {
    width: 74.4%;
    margin-bottom: 17px;
  }
  .commodity-list li:nth-of-type(3) .commodity-icon {
    width: 79%;
    margin-bottom: 25px;
  }
  .commodity-list li:nth-of-type(4) .commodity-icon {
    width: 79%;
  }
  .commodity-list li:nth-of-type(5) .commodity-icon {
    width: 75%;
    margin-bottom: 22px;
  }
  .commodity-list li:nth-of-type(6) .commodity-icon {
    width: 81%;
    margin-bottom: 22px;
  }
  .commodity-list li:nth-of-type(7) .commodity-icon {
    width: 67%;
  }
  .commodity-list li:nth-of-type(7) p {
    padding-bottom: 1.5em;
  }
  .commodity-list li:nth-of-type(8) .commodity-icon {
    width: 65%;
  }
  .commodity-list li:nth-of-type(8) p {
    line-height: 1.33;
  }
  .commodity-list li p {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
}
/* 実績 ---------------------------------------- */
.top-achievements {
  z-index: 3;
}
.top-achievements::after {
  content: '';
  position: absolute;
  top: -47%;
  right: -45.8%;
  width: 113.13vw;
  height: 113.3vw;
  max-width: 1125px;
  max-height: 1127px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(249, 140, 196, 0.80) 0%, #7D4CD0 57%, rgba(0, 0, 0, 0.00) 84%);
  z-index: -1;
}
.top-swiper {
  width: 990px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.top-swiper .swiper-slide {
  margin-left: 0;
}
.top-swiper .swiper-slide figure {
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.top-swiper .swiper-slide p {
  font-size: 14px;
  font-weight: 600;
}
.top-swiper .swiper-slide:not(.swiper-slide-visible) p {
  opacity: 0;
}
.top-achievements .swiper-button-next:after,
.top-achievements .swiper-button-prev:after {
  width: 36px;
  height: 59px;
  content: '';
  width: 36px;
  height: 59px;
  background-image: url(./assets/images/arrow_3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-achievements .swiper-button-prev:after {
  transform: scale(-1, 1);
}
.top-achievements .swiper-pagination {
  bottom: -5%;
}
.top-achievements .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
}
.top-achievements .swiper-pagination-bullet-active {
  background: #FFF;
}
.top-achievements .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
@media (max-width: 600px) {
  .top-achievements {
    margin-bottom: 60px !important;
    z-index: 2;
  }
  .top-achievements::after {
    top: 24%;
    width: 169.8vw;
    height: 169.8vw;
  }
  .top-swiper {
    overflow: visible;
  }
  .top-swiper .swiper-slide figure {
    margin-bottom: 15px;
  }
  .top-swiper .swiper-slide p {
    font-size: 12px;
  }
}

/* 制作の流れ ---------------------------------------- */
.top-process {
  z-index: 2;
}
.top-process::after {
  content: '';
  position: absolute;
  top: 43.6%;
  left: -9.8%;
  width: 141.12vw;
  height: 141.19vw;
  max-width: 2032px;
  max-height: 2033px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(249, 140, 196, 0.80) 0%, #7D4CD0 57%, rgba(0, 0, 0, 0.00) 84%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 77px;
}
.process-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90px;
  margin: 0;
}
.process-icon {
  position: relative;
  margin-bottom: 40px;
}
.process-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -66px;
  width: 55px;
  height: 23px;
  background-image: url(./assets/images/process_arrow.png);
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
.process-list li:first-of-type .process-icon::before {
  content: none;
}
.process-list li p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .top-process::before {
    content: '';
    position: absolute;
    top: -5%;
    right: -119.8%;
    width: 169.7vw;
    height: 169.7vw;
    background: radial-gradient(50% 50% at 50% 50%, rgba(249, 140, 196, 0.80) 0%, #7D4CD0 57%, rgba(0, 0, 0, 0.00) 84%);
    z-index: -1;
  }
  .top-process::after {
    top: 92.9%;
    left: -10%;
    width: 244vw;
    height: 244vw;
  }
  .process-list {
    width: 61.5%;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .process-list li {
    flex-direction: row;
    width: 100%;
    margin-bottom: 43px;
    margin-bottom: 23.5%;
  }
  .process-icon {
    width: 22.8%;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .process-icon::before {
    top: -66%;
    left: 50%;
    width: 60%;
    height: 26%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .process-list li p {
    font-size: 14px;
  }
  .process-list li:nth-of-type(3) p {
    margin-right: -19%;
  }
}
/* よくある質問 ---------------------------------------- */
.top-faq {
  z-index: 4;
}
@media (min-width: 601px) {
  .top-faq::before {
    content: '';
    position: absolute;
    top: 46%;
    right: -22.2%;
    width: 62.8%;
    height: 192.8%;
    background-image: url(./assets/images/logo_wh.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    opacity: 0.1;
    z-index: -1;
  }
}
.top-faq-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 84px 0;
}
.top-faq-icon {
  display: block;
  width: 19.8%;
}
@media (max-width: 600px) {
  .top-faq-inner {
    padding: 44px 0;
  }
  .top-faq-icon {
    width: 46.46%;
  }
}
/* お問い合わせ ---------------------------------------- */
.top-contact {
  z-index: 3;
}
.top-contact::after {
  content: '';
  position: absolute;
  top: -128%;
  right: -77.8%;
  width: 152.12vw;
  height: 152.19vw;
  max-width: 2032px;
  max-height: 2033px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(249, 140, 196, 0.80) 0%, #7D4CD0 57%, rgba(0, 0, 0, 0.00) 84%);
  z-index: -1;
}
@media (max-width: 1230px) {
  .top-contact::after {
    top: -55%;
  }
}
@media (max-width: 825px) {
  .top-contact::after {
    top: 2%;
  }
}
@media (max-width: 600px) {
  .top-contact {
    margin-bottom: 100px !important;
  }
  .top-contact::after {
    top: -56.4%;
    right: -134%;
    width: 245.7vw;
    height: 245.7vw;
  }
}

/*-------------------------------------------*/
/*  メニューページ(120) / ポスターページ(122) / プライバシーポリシーページ(3)
/*-------------------------------------------*/
.page-id-120 .site-body,
.page-id-122 .site-body,
.page-id-3 .site-body {
  padding-top: 0;
}
.page-id-120 .site-body-container,
.page-id-122 .site-body-container,
.page-id-3 .site-body-container {
  margin-top: -1px;
}

/*-------------------------------------------*/
/*  ポスターページ
/*-------------------------------------------*/
.page-id-122 .site-body-container::before {
  top: 15.3%;
}
.poster-event .vk_gridColumn .row {
  gap: 5px;
  margin: 0;
}
.poster-event .vk_gridColumn [class*=col-] {
  padding: 0;
}
.poster-event .vk_gridColumn .wp-block-image {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .poster-event .vk_gridColumn .col-xxl-6 {
    flex: 0 0 calc(50% - 2.5px);
    width: calc(50% - 2.5px);
    padding: 0;
  }
}

/*-------------------------------------------*/
/*  その他の販促物
/*-------------------------------------------*/
.page-id-124 .site-body-container::before {
  top: 6.8%;
}
@media (max-width: 600px) {
  .page-id-124::before {
    top: 1.6%;
    left: 58%;
    width: 1012px;
    height: 5471px;
    background-image: url(./assets/images/bg_4.svg);
  }
}

/*-------------------------------------------*/
/*  よくある質問
/*-------------------------------------------*/
.page-id-118 .site-body-container::before {
  top: 7.7%;
}
.faq-inner-nav {
  gap: 8px 13px;
  margin-block-start: 4px !important;
  margin-bottom: 60px !important;
}
.faq-inner-nav li {
  flex: 1 1 calc(50% - 13px);
  width: auto;
}
.faq-inner-nav li:nth-last-of-type(-n+3) {
  flex: 1 1 calc(33.333% - 13px);
}
.vk_faq {
  width: 614px;
  max-width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.vk_faq .vk_faq-body {
  margin: 0;
  margin-block-end: 0 !important;
}
.vk_faq .vk_faq_title,
.vk_faq .vk_faq_content {
  width: calc(100% - 50px);
  background-size: 100% 100%;
}
.vk_faq .vk_faq_title {
  padding: 13px 30px;
  margin-left: auto;
  margin-bottom: 20px;
  background-image: url(./assets/images/faq_q_bg.png);
  background-position: center left;
}
.vk_faq .vk_faq_title p {
  font-weight: 700;
}
.vk_faq .vk_faq_content {
  padding: 15px 31px 15px 14px;
  margin-right: auto;
  color: #252525;
  background-image: url(./assets/images/faq_a_bg.png);
  background-position: center right;
}
.vk_faq .vk_faq_content p {
  font-size: 18px;
  font-weight: 400;
}
.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before {
  content: '';
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
}
.vk_faq .vk_faq_title:before {
  left: -50px;
  background-image: url(./assets/images/faq_q.png);
}
.vk_faq .vk_faq_content:before {
  left: auto;
  right: -50px;
  top: 50%;
  background-image: url(./assets/images/faq_a.png);
  transform: translateY(-50%);
}
@media (min-width: 601px) {
  .faq-inner-nav li a {
    padding: 16px 10px;
  }
  .faq-inner-nav li:first-of-type a {
    background: #252525;
  }
}
@media (max-width: 600px) {
  .page-id-118::before {
    top: 1.23%;
    left: 29%;
    width: 1170px;
    height: 8205px;
    max-height: 94.61%;
    background-image: url(./assets/images/bg_5.svg);
    background-size: 100% 100%;
  }
  .page-id-118 .page-header {
    margin-top: 80px;
    background: transparent;
  }
  .page-id-118 .page-header::before {
    content: none;
  }
  .page-id-118 .page-header::after {
    left: 50%;
    transform: translateX(-50%);
    width: 69%;
    background: linear-gradient(90deg, transparent 0%, #A360CC 31%, #D579C7 71%, transparent 100%);
  }
  .page-id-118 .page-header-inner {
    margin: 0 0 4px;
  }
  .page-id-118 .page-header-title {
    font-size: 18px;
  }
  .page-id-118 .box-inner h2 {
    font-size: 16px;
  }
  .faq-inner-nav {
    gap: 6px 5px;
    margin-block-start: 26px !important;
  }
  .faq-inner-nav li {
    flex: 1 1 calc(50% - 5px);
    width: auto;
  }
  .faq-inner-nav li:nth-last-of-type(-n+3) {
    flex: 1 1 calc(33.333% - 5px);
  }
  .vk_faq .vk_faq_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 60px;
    padding: 10px 10px 10px 30px;
    background-image: url(./assets/images/faq_q_bg_sp.png);
  }
  .vk_faq .vk_faq_title p {
    font-size: 14px;
    line-height: 1.5;
  }
  .vk_faq .vk_faq_content {
    padding: 10px 30px 10px 10px;
    background-image: url(./assets/images/faq_a_bg_sp.png);
  }
  .vk_faq .vk_faq_content p {
    font-size: 12px;
    line-height: 1.65;
  }
}

/*-------------------------------------------*/
/*  会社概要
/*-------------------------------------------*/
.page-id-116 .site-body-container::before {
  top: 65%;
}
.page-id-116 .site-body-container {
  padding-top: 72px;
}
.page-id-116 .page-header {
  display: none;
}
.page-id-116 .box-inner {
  width: 1040px;
}
.company-row {
  display: flex;
  padding: 23px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.company-row:first-of-type {
  padding-top: 0;
}
.company-list dt,
.company-list dd {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.45;
}
.company-list dt {
  min-width: 158px;
  margin: 0 12.8% 0 8.86%;
  font-weight: 700;
}
.company-list dd {
  max-width: 575px;
  font-weight: 500;
}
.company-list-inner {
  display: flex;
}
.company-list-inner span:first-of-type {
  margin-right: 20px;
}
@media (min-width: 601px) {
  .page-id-116 .site-body {
    padding-bottom: 0;
  }
  .page-id-116 .entry-body > .box {
    padding: 150px 0;
  }
}
@media (max-width: 991.98px) {
  .company-list dt {
    min-width: 110px;
    margin: 0 8.8% 0 4.86%;
  }
}
@media (max-width: 600px) {
  .page-id-116::before {
    left: 39%;
    width: 621.1px;
    height: 979px;
    background-image: url(./assets/images/bg_6.svg);
  }
  .page-id-116 .site-body-container {
    padding-top: 16px;
  }
  .page-id-116 .entry-body > .box .box-inner h2 {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .company-row {
    padding: 12px 0 13px;
  }
  .company-list dt,
  .company-list dd {
    font-size: 10px;
    line-height: 1.4;
  }
  .company-list dt {
    min-width: 62px;
    margin: 0 28px 0 5px;
  }
  .company-list dd {
    font-family: "Shippori Mincho", serif;
  }
  .company-list-inner {
    flex-direction: column;
  }
}

/*-------------------------------------------*/
/*  プライバシーポリシー
/*-------------------------------------------*/
.page-id-3 .site-body-container::before {
  top: 25.5%;
}
.page-id-3 .entry-body > .box .box-inner h2:not(:first-of-type) {
  margin: 100px 0 50px;
}
.page-id-3 .entry-body > .box .box-inner li {
  margin-bottom: 1.5em;
  font-size: 20px;
  line-height: 1.36;
}
.privacy-policy-info {
  margin-block-start: 60px !important;
}
.privacy-policy-info p {
  font-size: 10px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .page-id-3::before {
    left: 62%;
    height: 2550px;
    background-image: url(./assets/images/bg_7.svg);
  }
  .page-id-3 .entry-body > .box .box-inner h2:not(:first-of-type) {
    margin: 60px 0 40px;
  }
  .page-id-3 .entry-body > .box .box-inner li {
    font-size: 12px;
  }
}

/*-------------------------------------------*/
/*  お問い合わせページ
/*-------------------------------------------*/
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  color: var(--wp--preset--color--navyblue);
}
::placeholder {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--navyblue);
  opacity: 0.5;
}
.page-id-114 .page-header {
  display: none;
}
.page-id-114 .site-body {
  padding-bottom: 0;
}
.page-id-114 .site-body-container {
  padding-top: 94px;
}
.page-id-114 .site-body-container::before {
  top: 67.6%;
  left: 99%;
  width: 1125px;
  height: 1127px;
  background-image: url(./assets/images/bg_8.svg);
}
.page-id-114 .site-footer {
  background: #252525;
}
.page-id-114 .box {
  padding: 80px 0;
}
.page-id-114 .box-inner {
  padding: 0 20px;
}
.page-id-114 .snow-monkey-form[data-screen="input"],
.page-id-114 .snow-monkey-form[data-screen="invalid"] {
  width: 376px;
  max-width: 100%;
  margin: 0 auto;
}
.smf-form--letter .smf-item {
  padding: 0;
  margin-bottom: 40px;
}
.smf-form--letter .smf-item__col--label {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.smf-item__label {
  margin-right: 20px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.smf-item__description {
  padding: 2px 8px;
  margin-top: 0;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--vk-color-primary);
  line-height: 1;
}
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  padding: 9px 8px;
  margin: 0;
  border-radius: 0;
  border: none;
}
.smf-form--letter+.smf-action {
  margin: 60px 0 0;
}
.smf-action .smf-button-control__control {
  padding: 9px 30px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--vk-color-primary);
  border-radius: 10px;
  border: 1px solid rgba(114, 118, 139, 0.80);
}
.contact-yubin .smf-item__col--controls {
  position: relative;
  padding-left: 23px;
}
.contact-yubin .smf-item__col--controls::before {
  content: '〒';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.18;
}
.contact-yubin .smf-text-control {
  position: relative;
}
.contact-yubin .smf-text-control::before,
.contact-yubin .smf-text-control::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 86px - 8px);
  height: 100%;
}
.contact-yubin .smf-text-control::before {
  content: '';
  background: linear-gradient(91deg, #7D4CD0 0%, #F98CC4 100%);
  filter: blur(2px);
}
.contact-yubin .smf-text-control::after {
  content: '郵便番号から自動で住所を入力';
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 21px 8px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  background: #808080;
  border: 1px solid;
  border-image: linear-gradient(to bottom, #7D4CD0, #F98CC4);
  border-image-slice: 1;
}
.contact-yubin .smf-text-control__control {
  width: 86px;
}
@media (max-width: 600px) {
  ::placeholder {
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--_light-color-gray);
  }
  .page-id-114::before {
    content: none;
  }
  .page-id-114 .site-body-container {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .page-id-114 .box {
    padding: 50px 0;
    border: none;
    background: var(--vk-color-text-body);
	color: #000000;
  }
  .smf-form--letter .smf-item {
    margin-bottom: 8px;
  }
  .smf-form--letter .smf-item__col--label {
    padding-bottom: 5px;
  }
  .smf-item__label {
    margin-right: 10px;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    line-height: 1.43;
    color: var(--wp--preset--color--black);
  }
  .smf-item__description {
    padding: 2px 6px;
    margin-top: 2px;
    font-size: 10px;
  }
  .smf-form .smf-text-control__control,
  .smf-form .smf-textarea-control__control {
    padding: 9px 6px;
    border: 1px solid var(--_light-color-gray);
    box-shadow: none;
  }
  .contact-yubin .smf-item__col--controls {
    padding-left: 20px;
  }
  .contact-yubin .smf-item__col--controls::before {
    font-size: 14px;
    color: var(--wp--preset--color--black);
  }
  .contact-yubin .smf-text-control::before {
    content: none;
  }
  .contact-yubin .smf-text-control::after {
    right: auto;
    left: 80px;
    width: 180px;
    padding: 10px 4px 9px 6px;
    font-size: 12px;
  }
  .contact-yubin .smf-text-control__control {
    width: 71px;
  }
  .smf-error-messages {
    margin-top: 2px;
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-weight: 700;
  }
  .smf-form--letter+.smf-action {
    margin-top: 40px;
  }
  .smf-action .smf-button-control__control {
    position: relative;
    padding: 9px 15px;
    background: linear-gradient(91deg, #7D4CD0 0%, #F98CC4 100%);
    border: none;
    z-index: 1;
  }
  .smf-action .smf-button-control__control::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #252525;
    border-radius: 10px;
    z-index: -1;
  }
  .page-id-114 .snow-monkey-form[data-screen="complete"] p {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    color: var(--wp--preset--color--black);
  }
}