@charset "UTF-8";
/*
 * Yamato Block Styles
 *
 * core block 
 */
/*-------------------------------------------*/
/*  Contents__
/*-------------------------------------------*/
.is-style-table--no-border table {
  border: none;
}
.is-style-table--no-border table th, .is-style-table--no-border table td {
  padding: 0;
  border: none;
}

.is-style-table--image-left table td:first-child {
  width: 300px;
}

.wp-block-flexible-table-block-table.is-style-flextable--info-list > table {
  table-layout: auto !important;
  border: none;
}
.wp-block-flexible-table-block-table.is-style-flextable--info-list > table tr th, .wp-block-flexible-table-block-table.is-style-flextable--info-list > table tr td {
  padding: 0 0 0.5em 0;
  font-weight: 500;
  vertical-align: top;
  background-color: transparent;
  border: none;
}
.wp-block-flexible-table-block-table.is-style-flextable--info-list > table tr th {
  width: 0;
  padding-right: 16px;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
  background-color: transparent;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table.is-style-flextable--info-list > table tr th {
  width: auto;
  text-align: left;
  text-align-last: left;
}

:root {
  --main-red: #f00;
  --main-pink: #d36565;
  --main-green: #8dc21f;
  --main-blue: #6e9ec8;
  --news-category-all-color: #ff0000;
  --news-category-products-info-color: #f18c43;
  --news-category-event-color: #4cc4e9;
  --news-category-topics-color: #49c686;
  --news-category-special-color: #cc0000;
}

a {
  text-decoration: underline;
  transition: 0.2s;
}

a[href]:hover {
  opacity: 0.6;
}

.wp-block-button a,
.c-button a,
button a {
  text-decoration: none !important;
}

.attention-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 8px;
  font-style: normal;
  font-weight: 700;
  color: white;
  background-color: red !important;
  border-radius: 4px;
  vertical-align: 5%;
}
.attention-badge:not(:last-child) {
  margin-right: 8px;
}

.wp-block-post-excerpt__more-text {
  display: none;
}

.page-title {
  border-bottom: 1px solid var(--wp--preset--color--text-3);
  margin-top: 70px !important;
}

.page-title span.vk_inline-font-size {
  font-weight: normal;
}

.page-title > .wp-block-group,
.page-title > .wp-block-heading {
  transition: 0.2s;
}

@media (max-width: 1020px) {
  .page-title > .wp-block-group,
  .page-title > .wp-block-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
p:not(.has-text-align-left):not(.has-text-align-center):not(.has-text-align-right) {
  text-align: justify;
  word-break: break-all;
}

body:not(.admin-bar) {
  --wp-admin--admin-bar--height: 0px;
}

html,
body {
  height: auto !important;
}

.header-fixed {
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.scrolled .page-bread {
  opacity: 0;
  pointer-events: none;
}

.header_sp,
.header_pc {
  border-bottom: 1px solid var(--wp--preset--color--text-3);
  height: 50px;
  background-color: var(--wp--preset--color--white);
}
.header_sp p:not(.has-text-align-left):not(.has-text-align-center):not(.has-text-align-right),
.header_pc p:not(.has-text-align-left):not(.has-text-align-center):not(.has-text-align-right) {
  text-align: inherit;
  word-break: inherit;
}

.header_pc {
  height: 100px;
}

.header_pc .wp-block-navigation .wp-block-navigation-item__content:hover {
  color: var(--main-red);
  opacity: 1;
}

.header_pc .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
  color: var(--main-red);
}

*[class*=nav--active-border-bottom] .wp-block-navigation__responsive-container:where(:not(.is-menu-open)) :where(.wp-block-navigation__container, .wp-block-page-list) > .wp-block-navigation-item > a::after {
  left: 50%;
}

*[class*=nav--active-border-bottom] .wp-block-navigation__responsive-container:where(:not(.is-menu-open)) :where(.wp-block-navigation__container, .wp-block-page-list) > .wp-block-navigation-item > :is(a:hover, .current-menu-item > a, .current-menu-ancestor)::after {
  border-bottom: 2px solid var(--main-red);
  left: 0;
}

*:where(:not(.is-style-nav--text-inline)) .wp-block-navigation__responsive-container:where(:not(.has-modal-open)) .wp-block-navigation__container > .wp-block-navigation-item.has-child > a {
  padding-right: var(--nav-top-item-padding-horizontal) !important;
}

.wp-block-navigation:not(.has-modal-open) .wp-block-navigation__submenu-container .wp-block-navigation-item {
  font-size: var(--wp--preset--font-size--x-small) !important;
}

.gnav {
  position: relative;
}
.gnav a {
  text-decoration: none;
}

.gnav-search {
  cursor: pointer;
}

body nav.nav-search {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  padding: 10px;
  border-left: 1px solid var(--wp--preset--color--text-2);
  box-shadow: 1px 1px 2px var(--wp--preset--color--text-2);
  z-index: 10;
}

.header_pc nav.nav-search {
  top: 70px;
}

.wp-block-navigation button.wp-block-navigation__responsive-container-open {
  border: none;
}

.page-bread {
  padding-top: 10px;
  transition: 0.2s;
  height: auto;
  display: block;
}

.page-bread div div > span {
  color: var(--wp--preset--color--text-3);
}

.page-bread div div > span + span {
  margin-right: 10px;
}

.page-bread div div > span + span + span {
  margin-left: 10px;
}

.page-bread div div span a {
  color: var(--wp--preset--color--text-3);
  text-decoration: underline !important;
}

@media (max-width: 1020px) {
  .page-bread {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer_sns {
  max-width: 420px !important;
}

.footer_sns > ul {
  width: 100%;
  justify-content: space-between !important;
}

.footer_sns > ul > li {
  width: 36px;
}

.footer_cta {
  margin-top: 50px !important;
}
.footer_cta > div > div {
  width: calc((100% - 25px) / 2);
}
.footer_cta a {
  font-size: var(--wp--preset--font-size--large) !important;
  min-height: 70px;
  height: auto;
  border: 1px solid var(--wp--preset--color--text-3) !important;
  border-radius: 3px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto !important;
  margin-left: auto !important;
  transition: 0.2s;
  color: var(--wp--preset--color--text-normal) !important;
  background-color: var(--wp--preset--color--white) !important;
  position: relative;
}
.footer_cta a::before {
  content: "";
  width: 26px;
  height: 27px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_cta > div > div:nth-child(1) a::before {
  background-image: url(../images/footer_icon_shop.svg);
}
.footer_cta > div > div:nth-child(2) a::before {
  background-image: url(../images/footer_icon_company.svg);
}
.footer_cta a::after {
  content: "";
  width: 7px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../images/footer_icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.footer_gray {
  margin-top: 50px !important;
  background-color: var(--wp--preset--color--text-4);
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer_link {
  padding-top: 80px;
  padding-bottom: 110px;
}
.footer_link .wp-block-button a {
  transition: 0.2s;
  width: 266px;
  min-height: 50px;
  height: auto;
  border: 1px solid var(--wp--preset--color--text-3);
  border-radius: 5px;
  font-size: var(--wp--preset--font-size--large) !important;
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--text-normal) !important;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer_link .wp-block-button a[href]:hover {
  border-color: #ccc !important;
  color: #ccc !important;
}

.footer_navi {
  width: 100% !important;
  margin-top: 60px !important;
  align-items: flex-start !important;
}

.footer_navi > nav {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}

.footer_navi > nav > ul {
  width: 100% !important;
  justify-content: space-between !important;
}
.footer_navi > nav > ul > li > a {
  font-weight: 700;
  margin-bottom: var(--wp--custom--spacing--small) !important;
}
.footer_navi > nav > ul li.has-child > a {
  margin-bottom: 0px !important;
}
.footer_navi > nav > ul li a {
  margin-top: var(--wp--custom--spacing--xx-small) !important;
  transition: 0.2s;
}
.footer_navi > nav > ul li a[href]:hover {
  color: var(--wp--preset--color--bg-primary) !important;
}

.wp-block-navigation__submenu-container {
  padding-left: var(--wp--custom--spacing--xx-small) !important;
  margin-bottom: var(--wp--custom--spacing--small) !important;
}
.wp-block-navigation__submenu-container > li > a {
  font-weight: 400 !important;
  position: relative;
}
.wp-block-navigation__submenu-container > li > a::before {
  content: "・";
  margin-right: var(--wp--custom--spacing--xx-small);
}
.footer_btn {
  margin-top: 50px !important;
}
.footer_btn a {
  font-size: var(--wp--preset--font-size--medium) !important;
  min-width: 150px;
  width: auto;
  min-height: 30px;
  height: auto;
  border: 1px solid var(--wp--preset--color--text-3) !important;
  border-radius: 15px !important;
  display: block;
  line-height: 30px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto !important;
  margin-left: auto !important;
  transition: 0.2s;
  color: var(--wp--preset--color--text-normal) !important;
  background-color: var(--wp--preset--color--white) !important;
}
.footer_btn a[href]:hover {
  opacity: 0.6;
}

.footer_copyright {
  margin-top: 70px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 769px) {
  .footer_sns {
    max-width: 226px !important;
  }
  .footer_cta > div {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_cta > div > div {
    width: 100%;
    max-width: 300px;
  }
  .footer_gray {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_link .wp-block-button {
    width: 100%;
    max-width: 266px;
  }
  .footer_link .wp-block-button a {
    width: 100%;
    line-height: normal;
  }
  .footer_navi {
    margin-top: 0px !important;
    border-bottom: none;
    flex-direction: column;
    gap: 0;
  }
  .footer_navi > nav {
    width: 100%;
    max-width: 360px !important;
  }
}
.top-catalog a {
  text-decoration: none !important;
}

.vk_pageContent_editBtn {
  display: none;
}

.top-news-btn {
  margin-top: var(--wp--custom--spacing--x-small);
  font-size: var(--wp--preset--font-size--medium);
  width: fit-content;
  min-height: var(--wp--custom--spacing--medium);
  height: auto;
  border-radius: 5px;
  display: block;
  line-height: var(--wp--custom--spacing--medium);
  transition: 0.2s;
}
.top-news-btn a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
}
.top-news-btn a:hover {
  opacity: 1;
  color: var(--wp--preset--color--text-4) !important;
  border-color: var(--wp--preset--color--text-4);
}

.top-products {
  margin-top: var(--wp--custom--spacing--medium);
}
.top-products .wp-block-group-is-layout-grid {
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 225px);
}
.top-products .wp-block-group-is-layout-grid > div {
  padding: 10px;
  padding-bottom: 20px;
  width: 225px;
  min-height: 250px;
  height: 100%;
}

.top-banner .wp-block-vk-blocks-grid-column-item img {
  max-width: unset;
  width: 100%;
}

.top-catalog {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.top-catalog img {
  border: 1px solid var(--wp--preset--color--black);
  transition: 0.2s;
}
.top-catalog figure + p {
  font-size: var(--wp--preset--font-size--medium);
  width: fit-content;
  min-height: 30px;
  height: auto;
  border: 1px solid var(--wp--preset--color--text-3);
  border-radius: 15px;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.top-insta {
  margin-top: var(--wp--custom--spacing--medium);
}
.top-insta .swiper-button-next:after,
.top-insta .swiper-button-prev:after {
  display: none;
}

/* 微調整 */
/* SP */
@media (max-width: 769px) {
  .top-insta .swiper-button-next,
  .top-insta .swiper-button-prev {
    width: 2.4rem !important;
    height: 2.4rem !important;
    display: block;
    top: 50%;
  }
  .top-insta .swiper-button-next:after,
  .top-insta .swiper-button-prev:after {
    width: 100% !important;
    height: 100% !important;
    font-size: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--vk-color-text-body);
    background-color: var(--wp--preset--color--white) !important;
    border-radius: 50% !important;
    border: 1px solid var(--wp--preset--color--text-3);
  }
}
@media (max-width: 520px) {
  .top-products {
    margin-top: var(--wp--custom--spacing--medium);
  }
  .top-products .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr 1fr;
  }
  .top-products .wp-block-group-is-layout-grid > div {
    width: 100% !important;
    min-width: 100px;
    min-height: unset !important;
  }
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container {
  min-width: 100%;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container figure {
  width: calc(100% - 10px);
  height: 350px;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container figure a {
  width: 100%;
  height: 100%;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container figure img {
  display: block;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: unset !important;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .vk_posts-layout-postListText {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.25em;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_date {
  min-width: auto;
  font-family: var(--wp--preset--font-family--oswald);
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-3);
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel {
  min-width: auto;
  border-radius: 3px;
  line-height: 1.4;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-small);
  transition: 0.2s;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel_inner {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel_inner.all {
  background-color: var(--news-category-all-color) !important;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel_inner.products-info {
  background-color: var(--news-category-products-info-color) !important;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel_inner.event {
  background-color: var(--news-category-event-color) !important;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel_inner.topics {
  background-color: var(--news-category-topics-color) !important;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_singleTermLabel_inner.special {
  background-color: var(--news-category-special-color) !important;
}
.top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_title {
  clear: both;
  font-size: var(--wp--preset--font-size--x-large);
}
.top-slider .swiper-pagination {
  display: none !important;
}
.top-slider .vk_slider_item.vk_valign-center {
  justify-content: flex-start !important;
}
.top-slider .vk_slider .swiper-button-next,
.top-slider .vk_slider .swiper-button-prev {
  color: var(--vk-color-text-body);
  background-color: var(--wp--preset--color--white) !important;
  border-radius: 50% !important;
  border: 1px solid var(--wp--preset--color--text-3);
}
.top-slider .vk_slider .swiper-button-next:after,
.top-slider .vk_slider .swiper-button-prev:after {
  font-size: 1rem !important;
}
.top-slider .swiper-button-next,
.top-slider .swiper-rtl .swiper-button-prev {
  right: 15% !important;
  left: auto;
}
.top-slider .swiper-button-prev,
.top-slider .swiper-rtl .swiper-button-next {
  left: 15% !important;
  right: auto;
}
.top-slider .swiper-button-next:after {
  padding-left: 3px;
}
.top-slider .swiper-button-prev:after {
  padding-right: 3px;
}
.top-slider .vk_pageContent .wp-block-vk-blocks-slider-item .vk_slider_item_container figure {
  margin-bottom: 0;
}
.top-slider .vk_pageContent .swiper-button-next,
.top-slider .vk_pageContent .swiper-rtl .swiper-button-prev {
  top: calc(50% - 40px);
}
.top-slider .vk_pageContent .swiper-button-prev,
.top-slider .vk_pageContent .swiper-rtl .swiper-button-next {
  top: calc(50% - 40px);
}

/* 微調整 */
@media (max-width: 991px) {
  .top-slider .swiper-button-next,
  .top-slider .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  .top-slider .swiper-button-prev,
  .top-slider .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
  }
}
/* SP */
@media (max-width: 769px) {
  .top-slider .wp-block-vk-blocks-slider-item .vk_slider_item_container .postListText_title {
    font-size: var(--wp--preset--font-size--large);
  }
}
/*
 * コンテンツ内スライダー
 */
.is-style-vkslide--in-content {
  width: 100%;
}
.is-style-vkslide--in-content .vk_slider_item_container {
  margin-block: 0;
}
.is-style-vkslide--in-content .vk_slider_item_container .wp-block-image {
  margin: 0;
}

.news-list__tab {
  margin-top: 30px !important;
}

.news-list__tab .vk_button .vk_button_link.btn {
  border-radius: 5px;
  background-color: var(--wp--preset--color--white);
  padding: 5px;
  transition: 0.2s;
  opacity: 0.6;
}

.news-list__tab-all.vk_button .vk_button_link.btn {
  color: var(--news-category-all-color);
  border-color: var(--news-category-all-color);
}

.news-list__tab-products-info.vk_button .vk_button_link.btn {
  color: var(--news-category-products-info-color);
  border-color: var(--news-category-products-info-color);
}

.news-list__tab-event.vk_button .vk_button_link.btn {
  color: var(--news-category-event-color);
  border-color: var(--news-category-event-color);
}

.news-list__tab-topics.vk_button .vk_button_link.btn {
  color: var(--news-category-topics-color);
  border-color: var(--news-category-topics-color);
}

.news-list__tab-special.vk_button .vk_button_link.btn {
  color: var(--news-category-special-color);
  border-color: var(--news-category-special-color);
}

.news-list__tab .vk_button.is-current .vk_button_link.btn {
  opacity: 1;
}

.news-list__tab .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color {
  border-color: var(--wp--preset--color--text-normal);
  background-color: var(--wp--preset--color--white);
}

.news-list__tab .vk_button .vk_button_link.btn:hover div span {
  color: var(--wp--preset--color--text-normal);
}

.news-list__tab .vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color {
  box-shadow: none;
}

.taxonomy-news-category a {
  height: 100%;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  line-height: 1.4;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-small);
  transition: 0.2s;
}

.news-category-all .taxonomy-news-category a {
  background-color: var(--news-category-all-color);
}

.news-category-products-info .taxonomy-news-category a {
  background-color: var(--news-category-products-info-color);
}

.news-category-event .taxonomy-news-category a {
  background-color: var(--news-category-event-color);
}

.news-category-topics .taxonomy-news-category a {
  background-color: var(--news-category-topics-color);
}

.news-category-special .taxonomy-news-category a {
  background-color: var(--news-category-special-color);
}

.wp-block-post-date time {
  font-family: var(--wp--preset--font-family--oswald);
}

.news-list__loop.--special ul {
  color: #ccc;
  border: 1px solid var(--wp--preset--color--text-normal);
  border-radius: 5px;
  padding: var(--wp--custom--spacing--small) var(--wp--custom--spacing--medium);
}

.wp-block-query:has(> .wp-block-query-no-results) {
  display: none;
}

.news-detail-block .news-detail-title {
  font-size: var(--wp--preset--font-size--x-large);
}
.news-detail-block .wp-block-table td:has(img) img {
  display: block;
}

.post-type-news .wp-block-vk-blocks-accordion.vk_accordion {
  border-bottom: none !important;
  width: fit-content;
  margin-left: auto;
  margin-right: 0 !important;
}
.post-type-news .vk_accordion-trigger {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 30px !important;
  width: fit-content;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #ccc;
}
.post-type-news .vk_accordion-trigger h3 {
  line-height: 30px;
}
.post-type-news .vk_accordion-toggle-open::after,
.post-type-news .vk_accordion-toggle-close::after {
  right: 45px !important;
}
.post-type-news .vk_accordion-trigger .vk_accordion-toggle-open {
  border: none !important;
}
.post-type-news .vk_accordion-target-close {
  padding-top: 1px !important;
}

.products-list-group .product-header {
  margin-top: 24px !important;
}
.products-list-group .product-header h1 {
  font-size: var(--wp--preset--font-size--medium) !important;
  font-weight: normal !important;
  color: var(--wp--preset--color--text-2) !important;
  line-height: 30px;
  position: relative;
}
.products-list-group .product-header h1::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  margin-right: 5px;
  vertical-align: bottom;
  background-color: #ccc;
}
.products-list-group .product-category-description {
  margin: var(--wp--custom--spacing--small) 0;
  color: var(--wp--preset--color--text-2);
}
.products-list-group .product-category-description h3 {
  font-size: var(--wp--preset--font-size--large);
}
.products-list-group .product-list {
  padding-top: 30px !important;
  padding-left: 0 !important;
  list-style: none;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, 225px);
  justify-items: center;
  align-items: stretch;
  justify-content: center;
}
.products-list-group .product-list .product-item,
.products-list-group .product-list .product-category {
  width: 225px;
  min-height: 250px;
  height: 100%;
  border: 1px solid var(--wp--preset--color--text-4);
  padding-bottom: 20px;
  position: relative;
}
.products-list-group .product-list .product-item a,
.products-list-group .product-list .product-category a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
}
.products-list-group .product-list .product-item img,
.products-list-group .product-list .product-category img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center center;
}
.products-list-group .product-list .product-item .product-category-name,
.products-list-group .product-list .product-item .product-name,
.products-list-group .product-list .product-category .product-category-name,
.products-list-group .product-list .product-category .product-name {
  margin-top: 0;
  padding-left: var(--wp--custom--spacing--small);
  padding-right: var(--wp--custom--spacing--small);
  text-align: center;
  font-weight: 500;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}
.products-list-group .product-list .product-item .product-category-name .before-product-name,
.products-list-group .product-list .product-item .product-name .before-product-name,
.products-list-group .product-list .product-category .product-category-name .before-product-name,
.products-list-group .product-list .product-category .product-name .before-product-name {
  text-align: center;
}
.products-list-group .product-list .product-category::after {
  content: "カテゴリー";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--vk-color-text-light);
  padding: 0px 6px;
  font-size: var(--vk-font-size-xs);
  color: white;
}

@media (max-width: 600px) {
  .products-list-group .product-list {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(min(12rem, 100%), 1fr));
    container-type: inline-size;
  }
  .products-list-group .product-item,
  .products-list-group .product-category {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .products-list-group .product-list {
    grid-template-columns: 1fr 1fr;
  }
  .products-list-group .product-item,
  .products-list-group .product-category {
    width: 100% !important;
    min-width: 100px;
    min-height: unset !important;
  }
  .products-list-group .product-category-name,
  .products-list-group .product-name {
    padding-left: 0 !important;
    padding-right: 0 !important;
    word-break: unset !important;
  }
}
.products-tag-group .is-layout-grid {
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 225px);
}
.products-tag-group .wp-block-query li.wp-block-post > div {
  height: 100%;
}
.products-tag-group .wp-block-post-title a {
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
}

.products-tag-group .wp-block-query li.wp-block-post > div {
  padding: 10px;
}

.products-tag-group .wp-block-query .wp-block-post-featured-image img {
  object-fit: contain !important;
}

@media (max-width: 600px) {
  .products-tag-group .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.product-category a,
.product-item a,
.product-option-banner a,
.product-return a,
.product-catalog a,
.product-other a,
.product-sketch a,
.product-experience a {
  text-decoration: none !important;
}

.page-title + .is-style-spacer-lg {
  height: var(--wp--custom--spacing--x-small) !important;
}

.product-header {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--text-2);
  line-height: 30px;
}
.product-header div div span {
  display: inline-block;
  vertical-align: bottom;
}

.product-header + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--medium) !important;
}

.product-award-mark img {
  height: 50px !important;
  width: auto !important;
}

.product-award-mark + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--x-small) !important;
}

.product-catch {
  color: var(--wp--preset--color--black);
}

.product-catch + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--x-small) !important;
}

.product-name + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--large) !important;
}

.product-block-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.product-block-price {
  order: 2;
  width: 300px;
  transition: 0.2s;
}

.product-mv {
  order: 1;
  width: calc(100% - 300px);
}
.product-mv .wp-block-group {
  border: 1px solid var(--wp--preset--color--text-4);
  max-width: 550px;
  width: 100%;
  padding: 10px 20px;
}
.product-mv img {
  width: 400px;
  height: auto !important;
  aspect-ratio: 1 !important;
  object-fit: contain;
}
.product-mv p {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--custom--spacing--small) !important;
}
.product-mv .attention-badge {
  margin-right: 8px;
}

.product-option-banner .wp-block-lazyblock-related-links-banner {
  max-width: 900px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product-option-banner a > p {
  width: 266px;
  height: 50px;
  border: 1px solid var(--wp--preset--color--text-3);
  border-radius: 5px;
  font-size: var(--wp--preset--font-size--large) !important;
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--text-normal) !important;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
}
.product-option-banner + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--large) !important;
}

.editor-styles-wrapper .product-option-banner .wp-block-lazyblock-related-links-banner {
  flex-direction: column;
}

.product-price h4 {
  display: none;
}
.product-price {
  width: 300px;
  font-size: var(--wp--preset--font-size--large);
}
.product-price .product-price__num {
  font-family: var(--wp--preset--font-family--oswald);
  font-weight: normal;
}
.product-price .product-price__num.--large {
  font-size: var(--wp--preset--font-size--x-large);
}

.product-price + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--medium) !important;
}

.product-variation {
  order: 3;
  width: 100%;
}
.product-variation .variation-selecter {
  display: flex;
  justify-content: center;
  margin-bottom: var(--wp--custom--spacing--large);
  flex-wrap: wrap;
  gap: 20px calc(20px + var(--wp--custom--spacing--medium));
}
.product-variation .select-var {
  width: auto;
  min-height: 100px;
  padding: 5px 5px 0px 5px;
  border: 1px solid var(--wp--preset--color--text-4);
}
.product-variation .select-var img {
  transition: 0.2s;
  cursor: pointer;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-variation .select-var img:hover {
  opacity: 0.6;
}

.product-variation + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--large) !important;
}

.product-detail {
  width: 300px;
}
.product-detail .vk_accordion-trigger {
  font-size: var(--wp--preset--font-size--large);
}
.product-detail .vk_accordion-trigger .vk_accordion-toggle-open::after {
  content: "-";
  border: none;
  transform: none;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}
.product-detail .vk_accordion-trigger .vk_accordion-toggle-close::after {
  content: "+";
  border: none;
  transform: none;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}

.product-detail .var-item-blocks .var-items {
  border-bottom: 1px solid var(--wp--preset--color--text-3);
}
.product-detail .var-item-blocks .var-items > div {
  display: flex;
  border-top: 1px solid var(--wp--preset--color--text-3);
}
.product-detail .var-item-blocks .var-items > div .var-title {
  flex-shrink: 0;
  width: var(--wp--custom--spacing--large);
  padding-left: var(--wp--custom--spacing--x-small);
  font-size: var(--wp--preset--font-size--x-small);
  background-color: var(--wp--preset--color--text-4);
}
.product-detail .var-item-blocks .var-items > div .var-data {
  margin-inline-start: 15px;
  font-size: var(--wp--preset--font-size--medium);
}
.product-detail .var-item-blocks .ecomark-images {
  flex-wrap: wrap;
  gap: 5px !important;
}
.product-detail .var-item-blocks .ecomark-images figure {
  flex-basis: calc(20% - 4px) !important;
}
.product-detail .var-item-blocks .ecomark-description,
.product-detail .var-item-blocks .ecomark-caption {
  text-align: right;
}

.product-shop .vk_accordion-trigger .vk_accordion-toggle-close::after,
.product-shop .vk_accordion-trigger .vk_accordion-toggle-open::after {
  border-color: white;
}
.product-shop .online-shop-links {
  background-color: var(--wp--preset--color--text-4);
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-shop .var-item-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.product-shop .var-item-blocks a {
  width: 240px;
  transition: 0.2s;
}
.product-shop .var-item-blocks a figure {
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
.product-shop .var-item-blocks a figure img {
  width: 240px;
}
.product-shop .var-item-blocks a:hover {
  opacity: 0.6;
}

.product-shop + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--x-large) !important;
}

.editor-styles-wrapper {
  padding: 0 !important;
}
.editor-styles-wrapper .product-shop .wp-block-lazyblock-online-shop-link {
  background-color: #eee;
}
.editor-styles-wrapper .product-shop .var-item-blocks {
  justify-content: flex-start;
}
.editor-styles-wrapper .product-shop .var-item-blocks a {
  margin-bottom: 10px;
}

.product-copyimg-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 10px));
  gap: 20px;
}

.product-copyimg-block > div {
  max-width: 100%;
}

.product-copy h3, .product-copy p {
  max-width: 470px !important;
  width: 100% !important;
}
.product-copy h3 {
  font-size: var(--wp--preset--font-size--large);
  font-weight: bold;
}

.product-copy + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--medium) !important;
}

.product-image {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-image .wp-block-image img {
  max-width: 470px !important;
  width: 100% !important;
}

.product-image + .wp-block-vk-blocks-spacer .vk_block-margin-lg--margin-top {
  margin-top: var(--wp--custom--spacing--small) !important;
}

.product-color :where(body .is-layout-constrained) > * {
  margin-block-start: var(--wp--custom--spacing--medium) !important;
}
.product-color .page-title {
  width: 100vw !important;
}
.product-color .product-color-block {
  width: 720px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
  gap: 20px 0;
}
.product-color .wp-block-lazyblock-color-variation {
  width: 300px;
}
.product-color .wp-block-lazyblock-color-variation .color-vars-title {
  background-color: var(--wp--preset--color--text-2);
  color: var(--wp--preset--color--white);
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small);
}
.product-color .wp-block-lazyblock-color-variation dl {
  flex-direction: column;
  gap: 0 !important;
  margin-block-start: var(--wp--custom--spacing--x-small);
}
.product-color .wp-block-lazyblock-color-variation dl > div {
  flex-basis: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--text-3);
}
.product-color .product-comment-block p {
  margin-block-start: var(--wp--custom--spacing--x-small) !important;
}

.editor-styles-wrapper .product-color .page-title {
  max-width: 100% !important;
}
.editor-styles-wrapper .product-color .product-color-block {
  width: 90% !important;
}
.editor-styles-wrapper .product-color .wp-block-lazyblock-color-variation {
  max-width: 100% !important;
  width: 100% !important;
}

.product-return .wp-block-lazyblock-parent-category {
  font-size: var(--wp--preset--font-size--medium);
  width: fit-content;
  min-height: 30px;
  height: auto;
  border: 1px solid var(--wp--preset--color--text-3);
  border-radius: 15px;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0 !important;
  margin-left: auto !important;
  transition: 0.2s;
}

.editor-styles-wrapper .product-return .wp-block-lazyblock-parent-category {
  width: auto;
  height: auto;
}

.product-howto .page-title {
  margin-top: var(--wp--custom--spacing--small) !important;
  margin-bottom: var(--wp--custom--spacing--small) !important;
}
.product-howto img {
  width: 640px;
}

.illust-trial {
  justify-content: center;
}

/*
.product-block-sketchex {
	// border: 1px solid #f00;
	display: flex;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

// 入力画面用に調整
.editor-styles-wrapper {
	.product-block-sketchex {
		flex-direction: column;
	}
}


// 17 下絵ダウンロード
.product-sketch {
	.wp-block-lazyblock-product-sketch a {
		width: 266px;
		height: 50px;
		border-radius: 5px;
		font-size: var(--wp--preset--font-size--large) !important;
		color: var(--wp--preset--color--white) !important;
		background-color: var(--wp--preset--color--text-2) !important;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 1.2;
	}

	.wp-block-lazyblock-product-sketch a:hover {
		opacity: .6;
	}
}

// 18 体験会のお知らせ
.product-experience {
	width: 266px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--text-2);
	font-size: var(--wp--preset--font-size--large) !important;
	// color: var(--wp--preset--color--white) !important;
	// background-color: var(--wp--preset--color--text-2) !important;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;

	a {
		color: var(--wp--preset--color--text-2);
	}
}
*/
.product-movie {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.product-movie > p {
  display: none;
}

.editor-styles-wrapper .product-movie > p {
  display: block;
}

.product-sample .wp-block-gallery {
  display: grid;
  grid-auto-rows: 240px;
  grid-template-columns: repeat(auto-fill, 240px);
  justify-content: center;
  gap: 10px;
}
.product-sample .wp-block-gallery figure {
  width: 240px !important;
}
.product-sample .wp-block-gallery a {
  cursor: zoom-in;
}

.product-gallery .wp-block-gallery {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-auto-rows: 320px;
  grid-template-columns: repeat(auto-fill, 320px);
}
.product-gallery .wp-block-gallery.columns-2 {
  grid-auto-rows: 480px;
  grid-template-columns: repeat(auto-fill, 480px);
}
.product-gallery .wp-block-gallery figure {
  width: 100% !important;
}
.product-gallery .wp-block-gallery a {
  cursor: zoom-in;
}

.product-other .wp-block-vk-blocks-blog-card {
  padding: 0 !important;
  border: none;
}
.product-other figure.wp-block-vk-blocks-blog-card-featured-image > a > img {
  height: 300px;
  max-height: 300px;
  object-fit: contain !important;
  aspect-ratio: 1;
}

.product-catalog img {
  border: 1px solid var(--wp--preset--color--black);
  transition: 0.2s;
}
.product-catalog figure + p {
  font-size: var(--wp--preset--font-size--medium);
  width: fit-content;
  min-height: 30px;
  height: auto;
  border: 1px solid var(--wp--preset--color--text-3);
  border-radius: 15px;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Tablet */
@media (max-width: 1199.98px) {
  .product-gallery .wp-block-gallery {
    grid-auto-rows: minmax(160px, auto);
    grid-template-columns: repeat(3, 1fr);
  }
  .product-gallery .wp-block-gallery.columns-2 {
    grid-auto-rows: minmax(160px, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}
/* SP */
@media (max-width: 767.98px) {
  .product-block-img {
    flex-direction: column;
  }
  .product-block-price {
    order: 3;
    width: 100%;
  }
  .product-mv {
    width: 100%;
  }
  .product-mv img {
    width: auto;
    height: auto !important;
  }
  .product-option-banner .wp-block-lazyblock-related-links-banner {
    flex-direction: column;
  }
  .product-variation {
    order: 2;
  }
  .product-variation .variation-selecter {
    flex-wrap: wrap;
  }
  .product-variation .select-var {
    max-width: 50%;
    height: auto;
  }
  .product-copyimg-block {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .product-image {
    flex-direction: column;
  }
  .product-image .wp-block-image img {
    max-width: 100% !important;
  }
  .product-shop .var-item-blocks {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .product-shop .var-item-blocks a figure {
    margin-left: auto;
    margin-right: auto;
  }
  .product-color .product-color-block {
    grid-template-columns: repeat(auto-fill, 100%);
    width: auto;
  }
  .product-color .wp-block-lazyblock-color-variation {
    max-width: 100%;
  }
  .product-return .wp-block-lazyblock-parent-category {
    font-size: var(--wp--preset--font-size--x-small);
  }
  .product-block-sketchex {
    flex-direction: column;
  }
  .product-sketch {
    margin-bottom: var(--wp--custom--spacing--medium);
  }
  .product-sample .wp-block-gallery {
    grid-auto-rows: 160px;
    grid-template-columns: repeat(auto-fill, 160px);
  }
  .product-sample .wp-block-gallery figure {
    width: 160px !important;
  }
  .product-gallery .wp-block-gallery {
    grid-auto-rows: minmax(160px, auto);
    grid-template-columns: repeat(2, 1fr);
  }
  .product-other > .wp-block-columns {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  .product-other > .wp-block-columns > .wp-block-column {
    width: 46% !important;
    flex-basis: 46% !important;
    flex-grow: unset !important;
  }
  .product-other > .wp-block-columns > .wp-block-column .wp-block-vk-blocks-blog-card .wp-block-vk-blocks-blog-card-title {
    margin-top: 0 !important;
    margin-bottom: var(--wp--custom--spacing--xx-small);
    font-size: var(--wp--preset--font-size--x-small);
  }
  .product-other figure.wp-block-vk-blocks-blog-card-featured-image > a > img {
    width: auto;
    height: auto;
  }
}
.company_group p a,
.company_group .has-link p {
  position: relative;
  padding-right: 55px;
  text-decoration: none;
}
.company_group p a::after,
.company_group .has-link p::after {
  position: absolute;
  content: "";
  background: url(../images/icon_company_arrow.png) no-repeat center;
  background-size: contain;
  width: 38px;
  height: 10px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.company_list .wp-block-group.has-link {
  margin-bottom: 1rem;
}

/* SP */
@media (max-width: 769px) {
  .company_group p a,
  .company_group .has-link p {
    padding-right: 40px;
    font-size: var(--wp--preset--font-size--small) !important;
  }
  .company_group p a::after,
  .company_group .has-link p::after {
    width: 30px;
    height: 8px;
    right: 5px;
  }
  .vk_gridColumn .col-6 {
    width: calc(50% - 15px) !important;
    padding: 0 10px !important;
  }
  .company_list .wp-block-group.has-link {
    width: 100%;
  }
}
.office_navi,
.overseas_navi {
  border: 1px solid #fff;
  max-width: 300px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
}
.office_navi .wp-block-column,
.overseas_navi .wp-block-column {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.office_navi .is-active,
.overseas_navi .is-active {
  background-color: #333;
  color: #fff;
  border-radius: 15px;
  width: 100%;
}
.office_navi p,
.overseas_navi p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.office_navi a,
.overseas_navi a {
  text-decoration: none;
  border: none !important;
}

.offices_block .wp-block-vk-blocks-grid-column,
.offices_block div .wp-block-group,
.overseas_block .wp-block-vk-blocks-grid-column,
.overseas_block div .wp-block-group {
  position: relative;
  gap: 0;
  border-bottom: 3px solid var(--main-green);
}
.offices_block h4,
.overseas_block h4 {
  width: 300px;
  height: 40px;
  display: block;
  margin-bottom: -3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 0px;
  background-color: var(--main-pink);
  color: #fff;
  position: relative;
  z-index: 1;
}
.offices_block h4::before,
.overseas_block h4::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 0px;
  border: none;
  border-left: solid 40px #fff;
  border-top: solid 40px transparent;
  z-index: 5;
}
.offices_block h4::after,
.overseas_block h4::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0px;
  border: none;
  border-left: solid 40px var(--main-pink);
  border-top: solid 40px transparent;
  z-index: 5;
}
.offices_block a,
.overseas_block a {
  border: 2px solid var(--wp--preset--color--text-4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 40px;
  border-radius: 20px;
  text-decoration: none;
}

.office_info > div {
  flex-basis: auto !important;
  flex-grow: 1 !important;
}

.offices_block .office_list {
  gap: 3px;
}
.offices_block .office_list div {
  position: relative;
}
.offices_block .office_list div::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 37px;
  left: 0;
  background-color: var(--main-pink);
}
.offices_block .office_list div h4 {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.offices_block .office_list div h4::before {
  content: none;
}
.offices_block .office_list div:nth-of-type(2)::after {
  background-color: var(--main-green);
}
.offices_block .office_list div:nth-of-type(2) h4 {
  background-color: var(--main-green);
}
.offices_block .office_list div:nth-of-type(2) h4::after {
  border-left-color: var(--main-green);
}
.offices_block .office_list div:nth-of-type(3)::after {
  background-color: var(--main-blue);
}
.offices_block .office_list div:nth-of-type(3) h4 {
  background-color: var(--main-blue);
}
.offices_block .office_list div:nth-of-type(3) h4::after {
  border-left-color: var(--main-blue);
}
.offices_block .office_list .office_list_box {
  border-bottom: none;
}
.offices_block .office_list .office_list_box::after {
  content: none;
}

.overseas_block .overseas_info {
  margin-top: 0;
}
.overseas_block h4:last-child {
  background-color: var(--main-green);
  z-index: 0;
}
.overseas_block h4:last-child::before {
  content: none;
}
.overseas_block h4:last-child::after {
  border-left-color: var(--main-green);
}
@media (max-width: 769px) {
  .office_navi,
  .overseas_navi {
    height: auto;
    border-radius: 25px;
  }
  .office_navi .is-active,
  .overseas_navi .is-active {
    border-radius: 25px;
  }
  .offices_block h4,
  .overseas_block h4 {
    width: auto;
    padding-left: 40px;
  }
  .offices_block h4:nth-of-type(1),
  .overseas_block h4:nth-of-type(1) {
    padding-left: 20px;
  }
  .overseas_block .overseas_block-retail .wp-block-group-is-layout-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .overseas_block .overseas_block-retail .wp-block-group-is-layout-flex h4 {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .overseas_block .overseas_block-retail .wp-block-group-is-layout-flex h4:before {
    content: none;
  }
}
.summary_list table {
  border-top: 1px solid var(--wp--preset--color--text-3) !important;
  border-left: none !important;
  border-right: none !important;
}
.summary_list table tr {
  border-bottom: 1px solid var(--wp--preset--color--text-3) !important;
}
.summary_list table td {
  border: none !important;
  word-break: keep-all;
}
.summary_list table td:first-child {
  width: 130px;
}
.summary_list table td:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--wp--preset--color--text-4);
  line-height: 1;
  border-radius: 15px;
  width: 95px;
  height: 30px;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
}

.business_navi {
  background-color: #bdd1d9;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_navi .wp-block-columns {
  max-width: 800px;
  width: 100%;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0;
}
.business_navi .wp-block-column {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--text-3);
}
.business_navi .is-active {
  color: #3a758c;
  font-weight: bold;
  width: 100%;
}
.business_navi p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.business_navi a {
  color: var(--wp--preset--color--text-3);
  text-decoration: none;
  border: none !important;
}
.business_navi a:hover {
  text-decoration: underline;
}

.business_subttl .wp-block-heading {
  display: inline;
  width: min-content;
  padding: 5px;
  color: #fff;
  background-color: #3a758c;
}

@media (max-width: 769px) {
  .business_navi {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    height: 100px;
  }
  .business_navi .wp-block-columns {
    height: 60px;
    border-radius: 45px;
    padding: 0 10px;
    gap: 10px;
  }
  .business_navi .wp-block-columns .wp-block-column {
    width: 95%;
    padding: 0;
  }
  .business_navi .wp-block-columns p {
    font-size: var(--wp--preset--font-size--x-small);
    flex-direction: column;
  }
  .business_navi .wp-block-columns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.industry_group .industry_block h2.wp-block-heading {
  font-size: var(--wp--preset--font-size--x-large);
}
.industry_group .industry_block-car div:nth-child(1) figure {
  width: 564px;
}
.industry_group .industry_block-car div:nth-child(2) figure {
  width: 226px;
}
/* SP */
@media (max-width: 769px) {
  .industry_group .industry_block-car div:nth-child(1) figure {
    width: 100%;
  }
  .industry_group .industry_block-car div:nth-child(2) figure {
    width: 40%;
  }
}
.history_cover p {
  position: relative;
  width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
}
.history_cover p::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.8;
  width: 200px;
  height: 200px;
  z-index: -1;
}

.history_head p {
  padding-left: var(--wp--custom--spacing--medium);
  padding-right: var(--wp--custom--spacing--medium);
  margin-bottom: -10px;
  line-height: 0.2;
}

.history_step .wp-block-vk-blocks-step {
  position: relative;
  padding-top: var(--wp--custom--spacing--large);
}
.history_step .wp-block-vk-blocks-step::before {
  position: absolute;
  content: "";
  width: 4px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  top: 25px;
  left: calc(50% - 2px) !important;
  bottom: 0;
}
.history_step .wp-block-vk-blocks-step::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 68px;
  background-image: url(../images/history_center.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 26px) !important;
}
.history_step .vk_step_item_dot {
  display: none !important;
}
.history_step .step_year .vk_step_item_dot {
  display: block !important;
  background-color: unset !important;
  width: 500px !important;
  left: calc(50% - 245px) !important;
}
.history_step .step_year:first-of-type {
  margin-top: 50px;
}
.history_step .vk_step_item_dot_num {
  display: none;
}
.history_step .vk_step_item_dot_caption {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: var(--wp--custom--spacing--x-large) !important;
  color: var(--wp--preset--color--text-4);
  letter-spacing: 1rem;
  padding-left: 0.5rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.history_step .vk_custom_css_8 .vk_step_item_lineStyle-default::after,
.history_step .vk_custom_css_6 .vk_step_item_lineStyle-default::after {
  content: none;
}
.history_step .vk_custom_css_8 .vk_step_item_lineStyle-default::before,
.history_step .vk_custom_css_6 .vk_step_item_lineStyle-default::before {
  content: none;
}
.history_step .vk_custom_css_8 .vk_step_item .wp-block-group:before,
.history_step .vk_custom_css_6 .vk_step_item .wp-block-group:before {
  content: none;
}
.history_step .step_right h4,
.history_step .step_right > div {
  text-align: right !important;
}
.history_step .vk_step_item h4 {
  font-family: "Jost", sans-serif;
  font-weight: 300 !important;
  color: var(--wp--preset--color--vivid-red);
  font-size: var(--wp--preset--font-size--x-large);
}
.history_step .vk_step_item h4 + div,
.history_step .vk_step_item p {
  margin-block-start: 0;
  line-height: 1.4;
}
.history_step .vk_step_item > div > div > div > div > div {
  gap: 0 !important;
}

.history_step p:not(.has-text-align-left):not(.has-text-align-center):not(.has-text-align-right) {
  text-align: inherit;
  word-break: inherit;
}

@media (max-width: 769px) {
  .history_step .wp-block-vk-blocks-step::before {
    left: 0 !important;
    top: 12px;
  }
  .history_step .wp-block-vk-blocks-step::after {
    width: 26px;
    height: 34px;
    left: -12px !important;
  }
  .history_step .step_year .vk_step_item_dot {
    left: 0 !important;
    width: 250px !important;
  }
  .history_step .step_right h4,
  .history_step .step_right > div {
    text-align: left !important;
  }
  .history_step .vk_step .vk_step_item {
    padding-left: 1rem;
  }
}
/*
 * ノベルティページ用CSS
 */
.page-title:has(.wp-block-post-title) {
  border: none;
}
.page-title:has(.wp-block-post-title) .wp-block-post-title {
  text-align: center;
  font-size: var(--wp--preset--font-size--x-large);
}

.novelty-situations .wp-block-columns {
  justify-content: space-between;
}
.novelty-situations .wp-block-columns .wp-block-column {
  flex-basis: 180px;
}
.novelty-situations .wp-block-columns .wp-block-column .wp-block-image {
  padding: var(--wp--preset--spacing--50) 0;
}
.novelty-situations .wp-block-columns .wp-block-column .wp-block-image img {
  width: auto;
}

.novelty-link-btn a {
  width: 480px;
  max-width: 100%;
  border: 1px solid var(--wp--preset--color--text-3);
}

.is-style-heading--underline-arrow {
  padding-bottom: 20px;
  background-image: url(/wp/wp-content/uploads/2024/07/title-border-center-arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.is-style-heading--gray-leftarrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  padding-left: 12px;
  font-size: var(--wp--preset--font-size--small);
  color: white;
  background-image: url(/wp/wp-content/uploads/2024/07/novelty-situation-titlke.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/*
 * メールフォーム用CSS
 * データ申請ページ用CSS
 */
.form-contents-title {
  font-size: clamp(28px, 1.6rem + 0.64vw, var(--wp--preset--font-size--xx-large));
}

@media (min-width: 640px) {
  .smf-form--simple-table .smf-item__col--label {
    flex-basis: 16em;
    max-width: 16em;
  }
}
.smf-item .smf-text-control__control {
  width: 100%;
}
.smf-item .smf-item__label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.smf-item strong {
  display: inline-block;
  margin: 0 0.5em;
  padding: 1px 6px;
  vertical-align: 0.25em;
  font-size: 8px;
  color: white;
  background-color: red;
  border-radius: 4px;
}

.contact-download {
  gap: 1rem;
}
.contact-download .wp-block-lazyblock-linkfile {
  padding: 1rem;
  text-align: center;
  border: 1px solid var(--wp--preset--color--text-4);
}
.contact-download .wp-block-lazyblock-linkfile figcaption {
  margin: 0.5em 0 1em;
  text-align: left;
  line-height: 1.3;
  font-size: 12px;
}
.contact-download .file-links p {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
}
.contact-download .file-links a {
  display: inline-block;
}
.contact-download .file-links a + a {
  margin-top: 0.25em;
}

.hide {
  display: none;
}/*# sourceMappingURL=style.css.map */