@charset "UTF-8";
/*
Theme Name: Responsive-Design
Theme URI: http://www.joc-network.co.jp/
Author: JOC-NETWORK CO.,LTD.
Author URI: http://www.joc-network.co.jp/
*/
:root {
  accent-color: #f43e0f;
  scroll-behavior: smooth;
  --set_default_width: 1500px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #F0F1F5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body.en-US .ja_menu {
  display: none !important;
}
body.en-US .en_menu {
  display: block !important;
}
body.ja .ja_menu {
  display: block !important;
}
body.ja .en_menu {
  display: none !important;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

header,
footer,
main,
div,
h1,
h2,
h3,
details {
  box-sizing: border-box;
  width: 100%;
  margin-block-start: 0 !important;
  margin-inline-start: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

iframe, figure {
  width: 100%;
  max-width: 100%;
  margin-block-start: 0 !important;
}

header {
  position: fixed;
  z-index: 10000;
  padding: 2rem;
  background-color: #F0F1F5;
}
@media screen and (max-width: 960px) {
  header {
    padding: 0.5rem 1rem;
  }
}
header .wp-block-group {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
header .has-base-background-color {
  background-color: transparent !important;
}
header .header_box .is-nowrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
header .header_box .is-nowrap .has-global-padding {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 1rem 3rem !important;
  border-radius: 100vmax;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
}
@media screen and (max-width: 960px) {
  header .header_box .is-nowrap .has-global-padding {
    grid-template-columns: auto auto;
    gap: 1rem;
    height: 56px;
    padding: 1rem 2rem !important;
  }
}
header .header_box .is-nowrap .has-global-padding .is-nowrap {
  grid-template-columns: 1fr;
  order: 1;
}
@media screen and (max-width: 960px) {
  header .header_box .is-nowrap .has-global-padding .is-nowrap {
    order: 2;
  }
}
header .header_box .is-nowrap .has-global-padding .wp-block-bogo-language-switcher {
  order: 2;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  header .header_box .is-nowrap .has-global-padding .wp-block-bogo-language-switcher {
    order: 1;
  }
}
header ul.bogo-language-switcher {
  padding-left: 2rem;
  border-left: 1px solid #666;
}
@media screen and (max-width: 960px) {
  header ul.bogo-language-switcher {
    padding-left: 0;
    border-left: none;
  }
}
header ul.bogo-language-switcher li.current {
  display: none;
}
header ul.bogo-language-switcher li .bogoflags {
  display: none;
}
header ul.bogo-language-switcher li .bogo-language-name:not(:has(a)) {
  display: none;
}
header ul.bogo-language-switcher li a {
  color: #f43e0f;
}
header ul.bogo-language-switcher li a:hover {
  color: #f43e0f;
}
@media screen and (max-width: 960px) {
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (min-width: 981px) {
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
header .wp-block-navigation__responsive-container {
  background-color: #F0F1F5 !important;
}
header .wp-block-navigation__responsive-container.is-menu-open {
  padding: 1.7rem 3.9rem 2rem 2rem;
}
header .wp-block-navigation__responsive-container .wp-block-navigation__container {
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  header .wp-block-navigation__responsive-container .wp-block-navigation__container {
    gap: 1rem;
  }
}
@media screen and (max-width: 960px) {
  header .wp-block-navigation__responsive-container .wp-block-navigation__container {
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  header .wp-block-navigation__responsive-container .wp-block-navigation__container li {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
header .wp-block-navigation__responsive-container .wp-block-navigation__container li a {
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  header .wp-block-navigation__responsive-container .wp-block-navigation__container li a {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    color: #f43e0f !important;
    cursor: pointer;
    outline: none !important;
  }
}
header .wp-block-navigation__responsive-container .wp-block-navigation__container li a:hover {
  color: #f43e0f;
  text-decoration: none;
}

.has-modal-open .wp-block-navigation__responsive-container-open {
  display: none;
}
.has-modal-open .wp-block-site-logo {
  z-index: 999999;
}

footer {
  margin: 4rem 0 0;
  background-color: #333;
}
footer .alignwide {
  padding: 0 !important;
}
footer .alignwide .alignfull {
  padding: 0;
}
footer .alignwide .has-global-padding {
  max-width: 100% !important;
  padding: 0 !important;
}
footer .alignwide .has-global-padding .fotter_img {
  display: grid;
  grid-template-columns: 1fr 120px;
  place-content: center;
  width: 100%;
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .fotter_img {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
footer .alignwide .has-global-padding .fotter_img figure {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0 0 0 120px;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .fotter_img figure {
    padding: 0;
  }
}
footer .alignwide .has-global-padding .fotter_img figure a {
  margin-inline: auto;
}
footer .alignwide .has-global-padding .fotter_img .has-global-padding {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .fotter_img .has-global-padding {
    grid-template-columns: repeat(3, 30px);
    place-content: center;
  }
}
footer .alignwide .has-global-padding .fotter_img .has-global-padding figure {
  padding: 0;
}
footer .alignwide .has-global-padding .text_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  place-content: center;
  padding: 2rem 0 !important;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .text_link {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 0 !important;
    font-size: 0.8rem;
  }
}
footer .alignwide .has-global-padding .text_link p {
  max-width: 100%;
  margin-block-start: 0 !important;
  margin-right: unset !important;
  margin-left: unset !important;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .text_link p {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
footer .alignwide .has-global-padding .text_link p:nth-of-type(2n) {
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .text_link p:nth-of-type(2n) {
    text-align: center;
  }
}
footer .alignwide .has-global-padding .text_link p a {
  margin-inline: unset;
}
footer .alignwide .has-global-padding .copy {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  padding: 0 !important;
}
footer .alignwide .has-global-padding .copy p {
  max-width: 100%;
  margin-right: unset !important;
  margin-left: unset !important;
  font-size: 1rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .alignwide .has-global-padding .copy p {
    font-size: 0.8rem;
  }
}
footer .alignwide a {
  color: white;
}

main {
  margin-top: 0 !important;
}
main .entry-content {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}
main > .alignfull {
  padding: 0;
}

.to_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10000;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
.to_top:has(.fadein) {
  display: block;
}
@media screen and (max-width: 768px) {
  .to_top {
    right: 1rem;
    bottom: 1rem;
  }
}
.to_top a {
  position: relative;
  display: grid;
  grid-template-columns: 90px;
}
.to_top a:hover {
  scale: 1.2;
}
@media screen and (max-width: 960px) {
  .to_top a {
    grid-template-columns: 80px;
  }
}
@media screen and (max-width: 768px) {
  .to_top a {
    grid-template-columns: 60px;
  }
}
.to_top a p {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .to_top a p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .wp-block-button__width-50 {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-button__width-50 {
    width: 100% !important;
  }
}

@media screen and (max-width: 960px) {
  .wp-block-button__width-25 {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-button__width-25 {
    width: 100% !important;
  }
}

.wp-block-button {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-button {
    display: grid !important;
    justify-items: center;
  }
}
.wp-block-button a {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  width: 100%;
  padding: 1rem;
  margin-inline: auto;
  cursor: pointer;
  border-radius: 100vmax;
}
@media screen and (max-width: 960px) {
  .wp-block-button a {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-button a {
    width: 40% !important;
  }
}
.wp-block-button a:hover {
  opacity: 0.8;
}
.wp-block-button a::before {
  content: "";
}
.wp-block-button a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

h2 {
  max-width: 100%;
  padding: 1rem 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  color: black;
}
@media screen and (max-width: 768px) {
  h2 {
    padding: 0.5rem 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

h3 {
  max-width: 100%;
  padding: 1rem 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: black;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1rem;
  }
}

details {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-block-start: 2rem !important;
}
@media screen and (max-width: 768px) {
  details {
    margin-block-start: 1rem !important;
  }
}
details summary {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  color: white;
  list-style: none;
  background-color: #666;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  content: "\f0dd";
}
details summary:hover {
  cursor: pointer;
}
details ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #666;
}
@media screen and (max-width: 960px) {
  details ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  details ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
details ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 2;
}
details ul li a {
  width: 100%;
}
details ul li a img {
  width: 100%;
  max-width: unset;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
details[open] summary::after {
  content: "\f0d8";
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.tab-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  ul.tab-nav {
    grid-template-columns: 1fr;
  }
}
ul.tab-nav li {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 1rem;
  color: white;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #666;
}
ul.tab-nav li.active {
  background-color: #f43e0f;
}
ul.tab-content {
  display: grid;
  grid-template-columns: 1fr;
}
ul.tab-content li {
  display: none;
}
ul.tab-content li.active {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  ul.tab-content li.active {
    padding: 0 0 1rem;
  }
}
ul.tab-content li.active iframe {
  padding: 0 !important;
}
ul.contact_common {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: var(--set_default_width);
  padding: 0 4rem 4rem;
  margin-inline: auto !important;
}
@media screen and (max-width: 960px) {
  ul.contact_common {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem 4rem;
  }
}
ul.contact_common li {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 3;
}
@media screen and (max-width: 960px) {
  ul.contact_common li {
    grid-row: span 2;
  }
}
ul.contact_common li p {
  display: none;
}
ul.contact_common li a {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 3;
  gap: 0.5rem;
  padding: 2rem;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 3rem;
}
@media screen and (max-width: 960px) {
  ul.contact_common li a {
    grid-template-columns: 30% 1fr;
    grid-row: span 2;
    gap: 1rem 2rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  ul.contact_common li a {
    gap: 0 1rem;
    padding: 1rem;
    border-radius: 2rem;
  }
}
ul.contact_common li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  ul.contact_common li a div {
    grid-row: span 2;
  }
}
@media screen and (max-width: 960px) {
  ul.contact_common li a div img {
    width: auto;
    max-height: 90px;
  }
}
@media screen and (max-width: 768px) {
  ul.contact_common li a div img {
    max-height: 70px;
  }
}
ul.contact_common li a h3 {
  padding: 0;
}
@media screen and (max-width: 960px) {
  ul.contact_common li a h3 {
    text-align: left;
  }
}
ul.contact_common li a p {
  display: block;
  margin-block: 0;
}
@media screen and (max-width: 960px) {
  ul.contact_common li a p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  ul.contact_common li a p {
    font-size: 1rem;
  }
}

#fancybox-title {
  display: none !important;
}

.home h1 {
  display: none;
}
.home main {
  padding-top: 100px;
  padding-right: 0;
  padding-left: 0;
}
.home main > .has-global-padding {
  padding: 0 !important;
}
.home main .entry-content {
  container-type: inline-size;
  padding: 0 !important;
  /* product   */
}
.home main .entry-content .alignwide,
.home main .entry-content .alignfull {
  max-width: 100%;
  padding: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .home main .entry-content .alignwide,
  .home main .entry-content .alignfull {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .alignwide,
  .home main .entry-content .alignfull {
    padding: 2rem 1rem;
  }
}
.home main .entry-content .alignwide.toph2,
.home main .entry-content .alignfull.toph2 {
  padding: 2rem 0 1rem;
}
.home main .entry-content .h2 {
  font-weight: bold;
  white-space: nowrap;
}
.home main .entry-content h3.toph3 {
  margin-bottom: -5rem;
  font-size: 3rem;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .home main .entry-content h3.toph3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content h3.toph3 {
    max-width: 80px;
    padding-bottom: 1rem;
    margin-bottom: -4rem;
    font-size: 1.4rem !important;
    word-break: break-all;
    white-space: pre-wrap;
  }
}
.home main .entry-content .small_title {
  color: #666;
}
@media screen and (max-width: 768px) {
  .home main .entry-content p {
    margin-block-start: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content p.has-text-align-center {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .has-text-align-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.home main .entry-content .slider_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .slider_main {
    gap: 1rem;
  }
}
.home main .entry-content .slider_main .center_slider {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .slider_main .center_slider {
    padding-top: 4rem;
  }
}
.home main .entry-content .slider_main .slider_kansaikun {
  position: relative;
}
.home main .entry-content .slider_main .slider_kansaikun .slider-logo {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 40%;
  transform: translateX(-50%);
}
.home main .entry-content .introduction h2 {
  text-align: center;
}
.home main .entry-content .product {
  position: relative;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product {
    padding-bottom: 4rem;
  }
}
.home main .entry-content .product h2 {
  width: 100%;
  max-width: var(--set_default_width);
  margin-inline: auto !important;
}
.home main .entry-content .product h2.ja_h2::after {
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  content: "商品を探す";
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product h2.ja_h2::after {
    display: block;
    padding: 0;
    font-size: 1rem;
  }
}
.home main .entry-content .product .mx_set {
  width: 100%;
  max-width: var(--set_default_width);
  margin-inline: auto !important;
}
.home main .entry-content .product .tab-nav {
  grid-template-columns: repeat(3, min-content);
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product .tab-nav {
    margin: 2rem auto;
  }
}
.home main .entry-content .product .tab-nav li {
  padding: 1rem 4rem;
  color: black;
  background-color: white;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product .tab-nav li {
    padding: 1rem;
  }
}
.home main .entry-content .product .tab-nav li#stitches {
  padding: 1rem;
}
.home main .entry-content .product .tab-nav li#stitches.active {
  padding: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product .tab-nav li#stitches.active {
    padding: 1rem;
  }
}
.home main .entry-content .product .tab-nav li#seriess.prev-active {
  padding-right: 1rem;
}
.home main .entry-content .product .tab-nav li#operations.next-active {
  padding-left: 1rem;
}
.home main .entry-content .product .tab-nav li.active {
  color: white;
  background-color: #f43e0f;
}
.home main .entry-content .product .tab-content li.active {
  padding: 0;
}
.home main .entry-content .product .child-pages-swiper {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product .child-pages-swiper {
    padding: 0 0 2rem;
  }
}
.home main .entry-content .product .child-pages-swiper .swiper-slide {
  text-align: center;
}
.home main .entry-content .product .child-pages-swiper .swiper-slide img {
  width: 85%;
  margin-inline: auto;
}
.home main .entry-content .product .child-pages-swiper .swiper-slide h3 {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-pagination {
  position: static;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-next, .home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-prev {
  position: static;
  color: black;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-next::after, .home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-prev::after {
  font-size: 1.2rem;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-next:focus, .home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-prev:focus {
  outline: none;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-button-prev {
  justify-content: flex-end;
  width: 100%;
}
.home main .entry-content .product .child-pages-swiper .swioer-control-box .swiper-pagination-bullet-active {
  top: unset;
  bottom: unset;
  background: black;
}
.home main .entry-content .product .animated-kansai {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 100%;
  height: 100px;
  aspect-ratio: 203/208;
  content: "";
  background-image: url(/wp-content/uploads/2025/04/mashine.gif);
  background-repeat: no-repeat;
  background-size: 7rem;
  animation: move-bg-side 6s linear infinite;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .product .animated-kansai {
    background-size: 5rem;
  }
}
@keyframes move-bg-side {
  0% {
    background-position: 100% bottom;
  }
  100% {
    background-position: 0 bottom;
  }
}
.home main .entry-content .special {
  padding: 0 2rem 3rem !important;
}
.home main .entry-content .special h3 {
  padding: 0;
}
.home main .entry-content .special .wp-block-button {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.home main .entry-content .special .wp-block-button a {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 4rem;
  color: #000;
  background-color: #F0F1F5;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
}
.home main .entry-content .special .wp-block-button a::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url(/wp-content/uploads/2025/03/contact_kansai.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home main .entry-content .special .wp-block-button a::after {
  display: none;
}
.home main .entry-content .topics h2 {
  width: 100%;
  max-width: var(--set_default_width);
  margin-inline: auto !important;
}
.home main .entry-content .topics .topics-swiper {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--set_default_width);
  padding: 2rem 1rem 2rem 0;
  margin-inline: auto !important;
}
.home main .entry-content .topics .topics-swiper .swiper-slide {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2rem 2rem 4rem;
  background-color: white;
  border-radius: 3rem;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
}
.home main .entry-content .topics .topics-swiper .swiper-slide img {
  width: 100%;
}
.home main .entry-content .topics .topics-swiper .swiper-slide.kansai {
  position: relative;
}
.home main .entry-content .topics .topics-swiper .swiper-slide.kansai::after {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  height: 120px;
  aspect-ratio: 203/208;
  content: "";
  background-image: url(/wp-content/uploads/2025/03/slider_kansaikun.png);
  background-repeat: no-repeat;
  background-size: 8rem;
}
.home main .entry-content .topics .topics-swiper .swiper-slide:hover {
  opacity: 0.8;
}
.home main .entry-content .topics .topics-swiper .swiper-slide h3 {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: normal;
}
.home main .entry-content .topics .topics-swiper .swiper-slide h3:has(span) {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
}
.home main .entry-content .topics .topics-swiper .swiper-slide h3 span {
  font-size: 1rem;
}
.home main .entry-content .topics .swiper-button-next {
  right: 0;
  color: black;
}
.home main .entry-content .topics .swiper-button-next::after {
  font-size: 1.6rem;
}
.home main .entry-content .topics .swiper-button-next:focus {
  outline: none;
}
.home main .entry-content .topics .swiper-button-prev {
  left: 0;
  color: black;
}
.home main .entry-content .topics .swiper-button-prev::after {
  font-size: 1.6rem;
}
.home main .entry-content .topics .swiper-button-prev:focus {
  outline: none;
}
.home main .entry-content .sns {
  width: 100%;
  max-width: calc(var(--set_default_width) + 8rem);
  padding-top: 0;
  margin-inline: auto !important;
}
.home main .entry-content .sns .wp-container-core-columns-is-layout-2 {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 6rem;
}
@media screen and (max-width: 960px) {
  .home main .entry-content .sns .wp-container-core-columns-is-layout-2 {
    grid-template-columns: 1fr;
  }
}
.home main .entry-content .sns .bn_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.home main .entry-content .sns .wp-block-button a {
  grid-template-columns: 1fr 196px;
  width: 100%;
  padding: 0;
  margin-inline: auto;
  color: #666;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .home main .entry-content .sns .wp-block-button a {
    width: 100% !important;
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .sns .wp-block-button a {
    grid-template-columns: 1fr 180px;
    margin-inline: auto;
  }
}
.home main .entry-content .sns .wp-block-button a strong {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  padding: 1rem 0 0 2rem;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .sns .wp-block-button a strong {
    padding: 0.8rem 0 0 1.4rem;
    font-size: 1.6rem;
  }
}
.home main .entry-content .sns .wp-block-button a strong::after {
  width: 33px;
  aspect-ratio: 1;
  content: "";
  background-image: url(/wp-content/uploads/2025/04/sns_fa.png);
  background-repeat: no-repeat;
}
.home main .entry-content .sns .wp-block-button a::before {
  display: none;
}
.home main .entry-content .sns .wp-block-button a::after {
  aspect-ratio: 196/130;
  content: "";
  background-image: url(/wp-content/uploads/2025/04/sns_bn01.png);
  background-repeat: no-repeat;
  border-radius: 0 2rem 2rem 0;
}
.home main .entry-content .sns .wp-block-button.bn_you a strong::after {
  width: 39px;
  aspect-ratio: 39/27;
  background-image: url(/wp-content/uploads/2025/04/sns_you.png);
}
.home main .entry-content .sns .wp-block-button.bn_you a::after {
  background-image: url(/wp-content/uploads/2025/04/sns_bn02.png);
}
.home main .entry-content .news {
  width: 100%;
  max-width: calc(var(--set_default_width) + 8rem);
  padding-top: 0;
  margin-inline: auto !important;
}
@media screen and (max-width: 960px) {
  .home main .entry-content .news .wp-block-columns-is-layout-flex {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .news .wp-block-columns-is-layout-flex {
    grid-template-columns: 1fr;
    gap: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .news .wp-block-columns-is-layout-flex .is-vertically-aligned-top {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .home main .entry-content .news .wp-block-columns-is-layout-flex .wp-block-column:has(h2) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .news .wp-block-columns-is-layout-flex .wp-block-column:has(h2) {
    grid-column: unset;
  }
}
.home main .entry-content .news ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 768px) {
  .home main .entry-content .news ul li {
    grid-template-columns: 1fr;
  }
}
.home main .entry-content .news .wp-block-latest-posts__post-title {
  order: 1;
}
.home main .entry-content .news .wp-block-button a {
  color: #000;
  background-color: #F0F1F5;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
}
@media screen and (max-width: 960px) {
  .home main .entry-content .news .wp-block-button a {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .news .wp-block-button a {
    width: 50% !important;
  }
}
.home main .entry-content .recruit {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: white;
}
.home main .entry-content .recruit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30%;
  height: auto;
  aspect-ratio: 338/209;
  content: "";
  background-image: url(/wp-content/uploads/2025/03/recruit_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home main .entry-content .recruit::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30%;
  height: auto;
  aspect-ratio: 338/209;
  content: "";
  background-image: url(/wp-content/uploads/2025/03/recruit_circle_right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home main .entry-content .recruit .left-to-right {
  position: absolute;
  top: 35%;
  left: -100%;
  z-index: -1;
  aspect-ratio: 328/262;
  opacity: 0; /* 最初は非表示 */
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .home main .entry-content .recruit .left-to-right {
    top: 24%;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .recruit .left-to-right {
    top: 17%;
    width: 120px;
  }
}
.home main .entry-content .recruit .left-to-right.animate {
  animation: fly-in-left 1s ease-out forwards;
}
.home main .entry-content .recruit .right-to-left {
  position: absolute;
  top: 30%;
  right: -100%;
  z-index: -1;
  aspect-ratio: 265/248;
  opacity: 0; /* 最初は非表示 */
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .home main .entry-content .recruit .right-to-left {
    top: 22%;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .recruit .right-to-left {
    top: 12%;
    width: 120px;
  }
}
.home main .entry-content .recruit .right-to-left.animate {
  animation: fly-in-right 1s ease-out forwards;
}
@keyframes fly-in-left {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fly-in-right {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.home main .entry-content .recruit h2.ja_h2::after {
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  content: "採用情報";
}
@media screen and (max-width: 768px) {
  .home main .entry-content .recruit h2.ja_h2::after {
    display: block;
    padding: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .home main .entry-content .recruit .recruit_p {
    padding-top: 3rem;
  }
}
.home main .entry-content .recruit .wp-block-button a {
  color: #000;
  background-color: #FFB84C;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
}
@media screen and (max-width: 768px) {
  .home main .entry-content .recruit .wp-block-button a {
    width: 50% !important;
  }
}
.home main .entry-content .contact {
  padding-bottom: 0;
}
.home main .entry-content .contact h2 {
  width: 100%;
  max-width: var(--set_default_width);
  margin-inline: auto !important;
}
.home main .entry-content .contact h2.ja_h2::after {
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  content: "お問い合わせ";
}
@media screen and (max-width: 768px) {
  .home main .entry-content .contact h2.ja_h2::after {
    display: block;
    padding: 0;
    font-size: 1rem;
  }
}
.home main .entry-content .contact .wp-block-column {
  color: #000;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
}
.home main .entry-content .contact figure {
  padding: 50px 0 0;
  text-align: center;
}
.home main .entry-content .contact p {
  width: 80%;
}
.home.en-US .contact {
  padding-top: 0 !important;
}

body:not(.home) {
  color: #666;
}
body:not(.home) .contact_common {
  padding-bottom: 0;
}
body:not(.home) main {
  width: 100%;
  max-width: var(--set_default_width);
  padding: 0;
  margin-inline: auto !important;
}
body:not(.home) main .is-content-justification-stretch {
  max-width: 100%;
  height: 100%;
}
body:not(.home) main h1 {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  max-width: 100% !important;
  height: 120px;
  padding: 0 1rem;
  font-size: 4rem;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body:not(.home) main h1 {
    height: 100px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  body:not(.home) main h1 {
    height: 90px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main h1 {
    height: 80px;
    font-size: 2rem;
  }
}
body:not(.home) main .info_product {
  max-width: 100%;
  padding: 0 1rem;
  text-align: center;
}
body:not(.home) main .entry-content {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content {
    padding: 0;
  }
}
body:not(.home) main .entry-content .alignwide {
  max-width: 100%;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content .alignwide {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .alignwide {
    padding: 1rem;
  }
}
body:not(.home) main .entry-content .alignwide .alignwide {
  padding: 0;
}
body:not(.home) main .entry-content .alignwide:has(.company_link) {
  padding-bottom: 0;
}
body:not(.home) main .entry-content .wp-block-group {
  max-width: 100%;
  /* margin: 0 auto; */
}
body:not(.home) main .entry-content .wp-block-group .wp-block-columns {
  max-width: 100%;
  /* margin: 10px auto!important; */
}
body:not(.home) main .entry-content .wp-block-group .wp-block-columns:has(iframe) {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .wp-block-group .wp-block-columns:has(iframe) {
    padding: 0 1rem;
  }
}
body:not(.home) main .entry-content p {
  max-width: 100%;
  padding: 0 0 1rem;
  margin: 0;
}
body:not(.home) main .entry-content h2.result {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  background-color: #666;
}
body:not(.home) main .entry-content .parts_detail h3 {
  padding: 0.8rem 2rem;
  color: white;
  background-color: #666;
}
body:not(.home) main .entry-content .catalog h2 {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  background-color: #666;
}
body:not(.home) main .entry-content .catalog .all_cat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #666;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .catalog .all_cat {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content .catalog .all_cat .wp-block-media-text {
  display: grid;
  grid-template-columns: 90px 1fr !important;
  gap: 2rem;
  padding: 1rem;
  border-bottom: 1px solid #666;
}
body:not(.home) main .entry-content .catalog .all_cat .wp-block-media-text:nth-child(odd) {
  border-right: 1px solid #666;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .catalog .all_cat .wp-block-media-text:nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .catalog .all_cat .wp-block-media-text figure,
  body:not(.home) main .entry-content .catalog .all_cat .wp-block-media-text .wp-block-media-text__content {
    grid-row: unset;
    grid-column: unset;
  }
}
body:not(.home) main .entry-content .white_board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content .white_board {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content .white_board::before {
  position: absolute;
  top: -132px;
  left: 0;
  z-index: -1;
  width: 360px;
  aspect-ratio: 400/250;
  content: "";
  background-image: url(/wp-content/uploads/2025/07/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board::before {
    top: 0;
    width: 120px;
  }
}
body:not(.home) main .entry-content .white_board::after {
  position: absolute;
  top: -132px;
  right: 0;
  z-index: -1;
  width: 360px;
  aspect-ratio: 400/250;
  content: "";
  background-image: url(/wp-content/uploads/2025/07/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board::after {
    top: 0;
    width: 120px;
  }
}
body:not(.home) main .entry-content .white_board .wp-block-group:has(h3) {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 2;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board .wp-block-group:has(h3) {
    gap: 0;
  }
}
body:not(.home) main .entry-content .white_board .wp-block-group:has(h3) .wp-block-group {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem 4rem;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board .wp-block-group:has(h3) .wp-block-group {
    padding: 2rem;
  }
}
body:not(.home) main .entry-content .white_board .wp-block-group:has(h3) .wp-block-group figure a {
  display: grid;
  justify-content: center;
  pointer-events: none;
}
body:not(.home) main .entry-content .white_board_to {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content .white_board_to {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board_to {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content .white_board_to::before {
  position: absolute;
  top: -275px;
  left: 0;
  z-index: -1;
  width: 360px;
  aspect-ratio: 400/250;
  content: "";
  background-image: url(/wp-content/uploads/2025/07/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board_to::before {
    top: -180px;
    width: 120px;
  }
}
body:not(.home) main .entry-content .white_board_to::after {
  position: absolute;
  top: -275px;
  right: 0;
  z-index: -1;
  width: 360px;
  aspect-ratio: 400/250;
  content: "";
  background-image: url(/wp-content/uploads/2025/07/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board_to::after {
    top: -180px;
    width: 120px;
  }
}
body:not(.home) main .entry-content .white_board_to .wp-block-group {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content .white_board_to .wp-block-group .wp-block-group {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem 4rem;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content .white_board_to .wp-block-group .wp-block-group {
    padding: 2rem;
  }
}
body:not(.home) main .entry-content form h3 {
  padding: 0.8rem 2rem;
  color: white;
  background-color: #666;
}
body:not(.home) main .entry-content form p {
  padding: 0;
  margin: 0;
}
body:not(.home) main .entry-content form p select {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
body:not(.home) main .entry-content form p input[type=text], body:not(.home) main .entry-content form p input[type=email], body:not(.home) main .entry-content form p input[type=tel] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
body:not(.home) main .entry-content form p textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
body:not(.home) main .entry-content form p .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
body:not(.home) main .entry-content form p .wpcf7-form-control-wrap + .wpcf7-form-control-wrap textarea, body:not(.home) main .entry-content form p .wpcf7-form-control-wrap + .wpcf7-form-control-wrap input[type=text] {
  margin-top: 1rem;
}
body:not(.home) main .entry-content form .sp-ft {
  padding: 1rem 1rem 2rem;
  text-align: center;
}
body:not(.home) main .entry-content form input[type=submit] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 200px;
  padding: 1rem;
  margin-inline: auto;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  border: none;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 100vmax;
}
body:not(.home) main .entry-content form input[type=submit]:hover {
  opacity: 0.8;
}
body:not(.home) main .entry-content ul {
  max-width: 100%;
}
body:not(.home) main .entry-content ul.product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.product_list {
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.product_list {
    grid-template-columns: 1fr;
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.product_list li {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  height: 50px;
  margin-top: 0;
  color: white;
  text-align: center;
  background-color: #f43e0f;
}
body:not(.home) main .entry-content ul.product_list li a {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  height: 50px;
  text-align: center;
  background-color: #666;
}
body:not(.home) main .entry-content ul.product_list li a:hover {
  background-color: #f43e0f;
}
body:not(.home) main .entry-content ul.history {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
body:not(.home) main .entry-content ul.history li {
  display: grid;
  grid-template-columns: 160px 60px 1fr;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.history li {
    grid-template-columns: 160px 1fr;
  }
}
body:not(.home) main .entry-content ul.history li .year {
  font-size: 1.4rem;
}
body:not(.home) main .entry-content ul.history li .month {
  font-size: 1.4rem;
}
body:not(.home) main .entry-content ul.history li .info {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.history li .info {
    grid-column: span 2;
  }
}
body:not(.home) main .entry-content ul.history li .info:has(img) {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.history li .info:has(img) {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content ul.history li .info:has(img) a {
  aspect-ratio: 2;
  overflow: hidden;
}
body:not(.home) main .entry-content ul.history li .info:has(img) a img {
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.home) main .entry-content ul.cat_view {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  padding: 0 0 4rem;
}
@media screen and (max-width: 1200px) {
  body:not(.home) main .entry-content ul.cat_view {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.cat_view {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_view {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.cat_view li {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content ul.cat_view li a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
  color: #666;
  text-align: center;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 100vmax;
}
body:not(.home) main .entry-content ul.cat_view li a:hover {
  opacity: 0.8;
}
body:not(.home) main .entry-content ul.dl_pdf_view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #666;
  border-bottom: none;
}
body:not(.home) main .entry-content ul.dl_pdf_view li {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #666;
}
body:not(.home) main .entry-content ul.dl_pdf_view li:nth-child(odd) {
  border-right: 1px solid #666;
}
body:not(.home) main .entry-content ul.dl_pdf_view li:nth-last-child(2n+1):last-child:not(:nth-child(-n+2)) {
  border-bottom: none;
}
body:not(.home) main .entry-content ul.dl_pdf_view li:only-child {
  border-bottom: none;
}
body:not(.home) main .entry-content ul.dl_pdf_view li a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.dl_pdf_view li a {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content ul.dl_pdf_view li a:hover {
  background-color: #D9D9D9;
}
body:not(.home) main .entry-content ul.details_top {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4rem;
  align-items: flex-start;
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.details_top {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.details_top {
    grid-template-columns: 1fr;
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.details_top li.thumb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}
body:not(.home) main .entry-content ul.details_top li.thumb img {
  margin-inline: auto;
}
body:not(.home) main .entry-content ul.details_top li.text_area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .icon li {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content ul.details_top li.text_area .icon li:has(a) a {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  font-size: 4rem;
  color: #f43e0f;
  text-align: center;
  border: 2px solid #f43e0f;
  border-radius: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .icon li:has(a) a:hover {
  color: white;
  background-color: #f43e0f;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 2rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table {
  font-size: 1rem;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #f43e0f;
  border-radius: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table th, body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table td {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #f43e0f;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table th {
  color: white;
  background-color: #f43e0f;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table tr:first-child th {
  border-top: 1px solid #f43e0f;
  border-top-left-radius: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table tr:first-child td:last-child {
  border-top-right-radius: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table tr:last-child th {
  border-bottom: 1px solid #f43e0f;
  border-bottom-left-radius: 1rem;
}
body:not(.home) main .entry-content ul.details_top li.text_area .spec_table table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
body:not(.home) main .entry-content ul.details_top li .catlog_link {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content ul.details_top li .catlog_link li {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content ul.details_top li .catlog_link li a {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 1rem 6rem;
  margin-inline: auto;
  color: #000;
  background-color: #F0F1F5;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 100vmax;
}
body:not(.home) main .entry-content ul.details_top li .catlog_link li a:hover {
  opacity: 0.8;
}
body:not(.home) main .entry-content ul.details_top li .option {
  padding: 2rem 0 0;
}
body:not(.home) main .entry-content ul.details_top li .option p {
  display: none;
}
body:not(.home) main .entry-content ul.details_top li .option ul {
  padding: 1rem 0 0;
}
body:not(.home) main .entry-content ul.info_view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.info_view {
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.info_view {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.info_view li {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 2;
  gap: 1rem;
}
body:not(.home) main .entry-content ul.info_view li:only-child:not(:has(p)) {
  grid-row: span 1;
}
body:not(.home) main .entry-content ul.info_view li a {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
body:not(.home) main .entry-content ul.info_view li a img {
  width: 100%;
  max-width: unset;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.home) main .entry-content ul.info_view li a p {
  padding: 0;
  margin: 0;
}
body:not(.home) main .entry-content ul.cat_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.cat_list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.cat_list li {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content ul.cat_list li a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
}
body:not(.home) main .entry-content ul.cat_link_list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
  align-items: flex-start;
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.cat_link_list {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_link_list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.cat_link_list li {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home) main .entry-content ul.cat_link_list li a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  font-size: 1rem;
  text-align: center;
}
body:not(.home) main .entry-content ul.cat_link_list li a .tumb_box {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  aspect-ratio: 1;
  overflow: hidden;
}
body:not(.home) main .entry-content ul.cat_link_list li a .tumb_box img {
  height: auto;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.home) main .entry-content ul.cat_detail_list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 6rem;
  margin-block-start: 0;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.cat_detail_list {
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_detail_list {
    grid-template-columns: 1fr;
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.cat_detail_list li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem 2rem;
  border: 1px solid #666;
  border-top: none;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_detail_list li {
    padding: 1rem;
  }
}
body:not(.home) main .entry-content ul.cat_detail_list li a {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.cat_detail_list li a {
    grid-template-columns: 160px 1fr;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_detail_list li a {
    grid-template-columns: 120px 1fr;
    gap: 1rem;
  }
}
body:not(.home) main .entry-content ul.cat_detail_list li a .grandson {
  text-align: center;
}
body:not(.home) main .entry-content ul.cat_detail_list li a .text-list {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
}
body:not(.home) main .entry-content ul.cat_detail_list li a .tumb_box {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  aspect-ratio: 1;
  overflow: hidden;
}
body:not(.home) main .entry-content ul.cat_detail_list li a .tumb_box img {
  height: auto;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.home) main .entry-content ul.cat_detail_list li a:hover {
  opacity: 0.8;
}
body:not(.home) main .entry-content ul.cat_detail_list li a:has(.grandson) {
  grid-template-columns: 200px 1fr 200px;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.cat_detail_list li a:has(.grandson) {
    grid-template-columns: 160px 1fr 200px;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_detail_list li a:has(.grandson) {
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_detail_list li a:has(.grandson) img {
    grid-row: span 2;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.cat_detail_list li a:has(.grandson) .grandson {
    text-align: left;
  }
}
body:not(.home) main .entry-content ul.download_link {
  display: grid;
  grid-template-columns: auto auto;
  gap: 6rem;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.download_link {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.download_link {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content ul.download_link li {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 3;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.download_link li {
    grid-row: span 2;
    max-width: 100%;
  }
}
body:not(.home) main .entry-content ul.download_link li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 3;
  gap: 1rem;
  padding: 2rem 2rem 4rem;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.download_link li a {
    grid-template-columns: 30% 1fr;
    grid-row: span 2;
    gap: 1rem 2rem;
    padding: 1rem 2rem;
    text-align: left;
  }
}
body:not(.home) main .entry-content ul.download_link li a img {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.download_link li a img {
    grid-row: span 2;
    text-align: center;
  }
}
body:not(.home) main .entry-content ul.download_link li a h3 {
  padding: 0;
}
body:not(.home) main .entry-content ul.download_link li a:hover {
  opacity: 0.8;
}
body:not(.home) main .entry-content ul.exhibition_top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.exhibition_top table {
    text-wrap: nowrap;
  }
}
body:not(.home) main .entry-content ul.movie_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.movie_list {
    gap: 2rem;
    padding: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.movie_list {
    grid-template-columns: 1fr;
    padding: 0 0 2rem;
  }
}
body:not(.home) main .entry-content ul.movie_list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
body:not(.home) main .entry-content ul.movie_list li br {
  display: none;
}
body:not(.home) main .entry-content ul.movie_list li video {
  max-width: 100%;
}
body:not(.home) main .entry-content ul.items_top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
body:not(.home) main .entry-content ul.items_top li {
  text-align: center;
}
body:not(.home) main .entry-content ul.items_top .cat_items_list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  border-top: 1px solid #666;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.items_top .cat_items_list {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .entry-content ul.items_top .cat_items_list li {
  display: grid;
  grid-template-columns: 150px 35% 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  text-align: left;
  border: 1px solid #666;
  border-top: none;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.items_top .cat_items_list li {
    grid-template-columns: 120px 1fr;
  }
}
body:not(.home) main .entry-content ul.items_top .cat_items_list li ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 2 span;
  gap: 0;
}
body:not(.home) main .entry-content ul.items_top .cat_items_list li ul li {
  display: grid;
  grid-template-columns: 1fr 30px 30px;
  align-items: flex-start;
  padding: 0;
  border: none;
}
body:not(.home) main .entry-content ul.items_top .cat_items_list li ul li a {
  text-align: center;
}
body:not(.home) main .entry-content ul.company_link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  body:not(.home) main .entry-content ul.company_link {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.company_link {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
body:not(.home) main .entry-content ul.company_link li {
  padding: 0 !important;
  border-bottom: none !important;
}
body:not(.home) main .entry-content ul.company_link li a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
  color: #666;
  text-align: center;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 100vmax;
}
body:not(.home) main .entry-content ul.company_link li a:hover {
  opacity: 0.8;
}
body:not(.home) main .entry-content ul.line_company {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #666;
  border-bottom: none;
}
body:not(.home) main .entry-content ul.line_company li {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem 0 2rem;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.line_company li {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
body:not(.home) main .entry-content ul.line_company li .choose {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem;
  border-left: 1px solid #666;
}
@media screen and (max-width: 768px) {
  body:not(.home) main .entry-content ul.line_company li .choose {
    padding: 0;
    border-left: none;
  }
}
body:not(.home) main .entry-content table.cutting th {
  padding: 0.5rem 1rem;
  border: 1px solid #333;
}
body:not(.home) main .entry-content table.cutting td {
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #333;
}
body:not(.home) main .entry-content table.cutting td a:hover {
  color: #f43e0f;
}
body:not(.home) main .entry-content table.exh_table th {
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #333;
}
body:not(.home) main .entry-content table.exh_table th.month {
  width: 10%;
}
body:not(.home) main .entry-content table.exh_table th.period {
  width: 15%;
}
body:not(.home) main .entry-content table.exh_table th.country {
  width: 15%;
}
body:not(.home) main .entry-content table.exh_table th.region {
  width: 15%;
}
body:not(.home) main .entry-content table.exh_table td {
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #333;
}
body:not(.home) main .entry-content table.exh_table td.name {
  text-align: left;
}
body:not(.home) main .entry-content table.exh_table td a:hover {
  color: #f43e0f;
}
body:not(.home) main .entry-content iframe {
  padding: 2rem 0 0;
}
body:not(.home).page-id-1891 main .entry-content h3, body:not(.home).page-id-1893 main .entry-content h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content h3, body:not(.home).page-id-1893 main .entry-content h3 {
    font-size: 1.8rem;
  }
}
body:not(.home).page-id-1891 main .entry-content .wp-block-media-text, body:not(.home).page-id-1893 main .entry-content .wp-block-media-text {
  gap: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-id-1891 main .entry-content .wp-block-media-text, body:not(.home).page-id-1893 main .entry-content .wp-block-media-text {
    gap: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .wp-block-media-text, body:not(.home).page-id-1893 main .entry-content .wp-block-media-text {
    gap: 1rem;
    padding-top: 2rem;
  }
}
body:not(.home).page-id-1891 main .entry-content .wp-block-media-text .wp-block-media-text__content, body:not(.home).page-id-1893 main .entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  line-height: 2;
}
body:not(.home).page-id-1891 main .entry-content .wp-block-list, body:not(.home).page-id-1893 main .entry-content .wp-block-list {
  margin-block-start: 0;
}
body:not(.home).page-id-1891 main .entry-content .wp-block-list li, body:not(.home).page-id-1893 main .entry-content .wp-block-list li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  margin-top: 0;
  border-bottom: 1px solid #333;
}
body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    justify-content: center;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms {
    grid-template-columns: 1fr;
  }
}
body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms li, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms li {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-row: span 2;
  gap: 2rem;
  padding: 2rem 4rem;
  font-weight: bold;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(153, 153, 153, 0.8);
  border-radius: 3rem;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms li, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms li {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms li, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms li {
    grid-template-rows: unset;
    grid-template-columns: 1fr 40%;
    gap: 1rem;
    align-items: center;
    padding: 1rem 2rem;
    text-align: left;
  }
}
body:not(.home).page-id-1891 main .entry-content .wp-block-list.qms li img, body:not(.home).page-id-1893 main .entry-content .wp-block-list.qms li img {
  margin-inline: auto;
}
body:not(.home).page-id-1891 main .entry-content .access h3, body:not(.home).page-id-1893 main .entry-content .access h3 {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  background-color: #666;
}
body:not(.home).page-id-1891 main .entry-content .access ol.wp-block-list, body:not(.home).page-id-1893 main .entry-content .access ol.wp-block-list {
  padding: 0;
  border: 1px solid #666;
  border-bottom: none;
}
body:not(.home).page-id-1891 main .entry-content .access ol.wp-block-list li, body:not(.home).page-id-1893 main .entry-content .access ol.wp-block-list li {
  grid-template-columns: 1fr;
  padding: 1rem 2rem;
  border-bottom: 1px solid #666;
}
body:not(.home).page-id-1891 main .entry-content .access ol.wp-block-list li br, body:not(.home).page-id-1893 main .entry-content .access ol.wp-block-list li br {
  display: none;
}
body:not(.home).page-id-1891 main .entry-content .network h3, body:not(.home).page-id-1893 main .entry-content .network h3 {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  background-color: #666;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .network table, body:not(.home).page-id-1893 main .entry-content .network table {
    display: block;
    text-wrap: nowrap;
  }
}
body:not(.home).page-id-1891 main .entry-content .network .domestic table tr td, body:not(.home).page-id-1893 main .entry-content .network .domestic table tr td {
  width: 20%;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .network .domestic table tr td, body:not(.home).page-id-1893 main .entry-content .network .domestic table tr td {
    width: auto;
  }
}
body:not(.home).page-id-1891 main .entry-content .network .domestic table tr td:nth-child(3), body:not(.home).page-id-1893 main .entry-content .network .domestic table tr td:nth-child(3) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .network .domestic table tr td:nth-child(3), body:not(.home).page-id-1893 main .entry-content .network .domestic table tr td:nth-child(3) {
    width: auto;
  }
}
body:not(.home).page-id-1891 main .entry-content .network .oversees table tr td, body:not(.home).page-id-1893 main .entry-content .network .oversees table tr td {
  width: 40%;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .network .oversees table tr td, body:not(.home).page-id-1893 main .entry-content .network .oversees table tr td {
    width: auto;
  }
}
body:not(.home).page-id-1891 main .entry-content .network .oversees table tr td:nth-child(2), body:not(.home).page-id-1893 main .entry-content .network .oversees table tr td:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-1891 main .entry-content .network .oversees table tr td:nth-child(2), body:not(.home).page-id-1893 main .entry-content .network .oversees table tr td:nth-child(2) {
    width: auto;
  }
}
body:not(.home).page-id-1891 main .entry-content .history .wp-block-list li, body:not(.home).page-id-1893 main .entry-content .history .wp-block-list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem 0;
  margin-top: 0;
  border-bottom: 1px solid #333;
}
body:not(.home).page-id-753 main {
  max-width: var(--set_default_width);
}
body:not(.home).page-id-753 h2 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-753 h2 {
    padding-bottom: 2rem;
  }
}
body:not(.home).page-id-753 h2.no_pad {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-753 p.has-text-align-center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-753 p.has-text-align-center br {
    display: none;
  }
}
body:not(.home).page-id-753 .left-to-right {
  position: absolute;
  top: 8%;
  left: -100%;
  z-index: -1;
  aspect-ratio: 328/262;
  opacity: 0; /* 最初は非表示 */
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  body:not(.home).page-id-753 .left-to-right {
    top: 5%;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-753 .left-to-right {
    top: 2%;
    width: 120px;
  }
}
body:not(.home).page-id-753 .left-to-right.animate {
  animation: fly-in-left 1s ease-out forwards;
}
body:not(.home).page-id-753 .right-to-left {
  position: absolute;
  top: 8%;
  right: -100%;
  z-index: -1;
  aspect-ratio: 265/248;
  opacity: 0; /* 最初は非表示 */
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  body:not(.home).page-id-753 .right-to-left {
    top: 5%;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-id-753 .right-to-left {
    top: 1%;
    width: 120px;
  }
}
body:not(.home).page-id-753 .right-to-left.animate {
  animation: fly-in-right 1s ease-out forwards;
}
@keyframes fly-in-left {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fly-in-right {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
body:not(.home).page-id-8 .contact_common, body:not(.home).page-id-761 .contact_common {
  display: none;
}
body:not(.home).sewing-template main .entry-content {
  max-width: 100%;
}
body:not(.home).archive main .wp-block-query .has-global-padding {
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  body:not(.home).archive main .wp-block-query .has-global-padding {
    padding: 2rem 1rem;
  }
}
body:not(.home).archive main .wp-block-query ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
body:not(.home).archive main .wp-block-query ul li {
  border-bottom: 1px dotted #f43e0f;
}
body:not(.home).archive main .wp-block-query ul li .wp-block-post-excerpt {
  display: none;
}
body:not(.home).archive main .wp-block-query ul li .wp-block-group {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
  padding: 1rem 0 !important;
  margin-bottom: 0;
}
body:not(.home).archive main .wp-block-query ul li .wp-block-group h2 {
  order: 2;
  padding: 0;
  font-size: 1rem !important;
}
body:not(.home).archive main .wp-block-query ul li .wp-block-group h2 a {
  text-decoration: none;
}
body:not(.home).archive main .wp-block-query ul li .wp-block-group .wp-block-post-date {
  order: 1;
}
body:not(.home).archive main .wp-block-query ul.contact_common {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  body:not(.home).archive main .wp-block-query ul.contact_common {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 0 0;
  }
}
body:not(.home).archive main .wp-block-query ul.contact_common li {
  border-bottom: none;
}
body:not(.home).archive main .wp-block-query .wp-block-query-pagination {
  display: grid;
  grid-template-columns: 130px 1fr 130px;
  gap: 1rem;
  align-items: center;
  padding: 4rem 0 0;
}
body:not(.home).archive main .wp-block-query .wp-block-query-pagination:not(:has(.wp-block-query-pagination-previous)) {
  grid-template-columns: 1fr 130px;
  padding-left: 130px;
}
body:not(.home).archive main .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  text-align: center;
}
body:not(.home).single-post main h1 {
  height: auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body:not(.home).single-post main h1 {
    padding-bottom: 2rem;
  }
}
body:not(.home).single-post main .entry-content {
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 768px) {
  body:not(.home).single-post main .entry-content {
    padding: 0 1rem 2rem;
  }
}
body:not(.home).single-post main .wp-block-group {
  padding-right: 0;
  padding-left: 0;
}
body:not(.home).single-post main .wp-block-group iframe {
  max-width: 640px;
  aspect-ratio: 4/3;
  padding: 0;
  margin-inline: auto;
}
body:not(.home).single-post main .wp-block-group figure.wp-block-image {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  padding: 0 0 2rem;
}
body:not(.home).single-post main .wp-block-group figure.wp-block-image a {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  max-width: 100%;
}
body:not(.home).single-post main .wp-block-group figure.wp-block-image a img {
  max-width: 50%;
  margin-inline: auto;
}
body:not(.home).single-post main .wp-block-group figure.wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 100%;
  padding: 0 0 2rem;
}
body:not(.home).single-post main .wp-block-group figure.wp-block-gallery .wp-block-image a img {
  max-width: 100%;
}
body:not(.home).page-template-wp-custom-template-5, body:not(.home).post-template-wp-custom-template-5 {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  color: #8B8585;
  background-color: white;
}
body:not(.home).page-template-wp-custom-template-5 main, body:not(.home).post-template-wp-custom-template-5 main {
  padding: 0 4rem;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-template-wp-custom-template-5 main, body:not(.home).post-template-wp-custom-template-5 main {
    padding: 0 2rem;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull, body:not(.home).post-template-wp-custom-template-5 main .alignfull {
  padding: 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top {
  position: relative;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top {
    padding-top: 70px !important;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .logo a img, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .logo a img {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .logo a img, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .logo a img {
    max-width: 250px;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .town a, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .town a {
  pointer-events: none;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .town a img, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .town a img {
  max-width: 980px;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .town a img, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .town a img {
    max-width: 100%;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .totop, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .totop {
  position: absolute;
  top: 0;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .totop, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .totop {
    max-width: 100%;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .totop a, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .totop a {
  max-width: 140px;
  padding: 1rem 1rem 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull.villege_top .totop a img, body:not(.home).post-template-wp-custom-template-5 main .alignfull.villege_top .totop a img {
  max-width: 100%;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content {
  padding: 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .alignwide, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .alignwide {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .alignwide, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .alignwide {
    padding: 2rem 0;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content h2, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content h2 {
  font-weight: 900;
  line-height: 1;
  color: #585454;
  letter-spacing: -0.1rem;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content h3, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content h3 {
  padding: 0 0 1rem;
  font-weight: 900;
  line-height: 1;
  color: #8B8585;
  letter-spacing: -0.1rem;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content h4, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content h4 {
  color: #585454;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .wp-block-button a, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .wp-block-button a {
  width: 202px;
  height: 83px;
  margin-inline: auto;
  font-weight: 900;
  color: #8B8585;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2025/04/kansai_button.png);
  border-radius: unset;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .wp-block-button a, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .wp-block-button a {
    width: 202px !important;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .wp-block-button a:hover, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .wp-block-button a:hover {
  opacity: 0.8;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .menu ul, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .menu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  width: auto;
  max-width: 1200px;
  margin-inline: auto;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .menu ul, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .menu ul {
    grid-template-columns: repeat(3, 1fr);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .menu ul, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .menu ul {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.2rem;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .menu ul li, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .menu ul li {
  display: grid;
  grid-template-columns: 1fr;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .menu ul li a, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .menu ul li a {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  padding: 1rem 0.5rem;
  color: white;
  text-align: center;
  background-color: #8B8585;
  border-radius: 1rem;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .menu ul li a:hover, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .menu ul li a:hover {
  opacity: 0.8;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4rem 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul {
    max-width: 100%;
    padding: 2rem 0;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul li, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul li, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul li {
    grid-template-columns: auto auto;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul li .category-name, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul li .category-name {
  display: grid;
  grid-template-columns: 1fr;
  width: 120px;
  padding: 0.5rem 1rem;
  color: #8B8585;
  text-align: center;
  background-color: #F0F1F5;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul li a, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul li a {
    grid-column: span 2;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .news ul li a:hober, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .news ul li a:hober {
  color: #f43e0f;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo {
  padding: 2rem 0 1rem;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo a, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo a {
  pointer-events: none;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo img, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo img, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .shoplogo img {
    max-width: 100%;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .history, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .history {
  padding: 2rem 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .history h3, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .history h3 {
  padding: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .history h3, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .history h3 {
    padding: 0 0.1rem 1rem;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .history .track, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .history .track {
  aspect-ratio: 1440/688;
  padding: 0;
  background-image: url(/wp-content/uploads/2025/04/track_bk.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .history .track, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .history .track {
    aspect-ratio: 1200/662;
    padding: 1rem;
    background-size: contain;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .history .track p, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .history .track p {
  max-width: 980px;
  margin-inline: auto;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .wp-block-group, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .wp-block-group {
  margin-bottom: -200px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .wp-block-group, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .wp-block-group {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 960px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .wp-block-group, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .wp-block-group {
    margin-bottom: 0;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .n2-ss-align, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .n2-ss-align {
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character div#n2-ss-16 [data-hide-mobileportrait="1"], body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character div#n2-ss-16 [data-hide-mobileportrait="1"] {
    display: block !important;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-previous, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-previous {
  width: 48px;
  aspect-ratio: 48/57;
  background-image: url(/wp-content/uploads/2025/04/slider_reft.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-previous, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-previous {
    top: 80px !important;
    left: 20px !important;
    width: 30px;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-previous img, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-previous img {
  display: none !important;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-next, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-next {
  width: 48px;
  aspect-ratio: 48/57;
  background-image: url(/wp-content/uploads/2025/04/slider_right.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-next, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-next {
    top: 70px !important;
    width: 30px;
  }
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-next img, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .character .nextend-arrow-next img {
  display: none !important;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .galley, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .galley {
  display: none;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .galley figure, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .galley figure {
  padding: 2rem 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .goods .wp-block-group, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .goods .wp-block-group {
  padding: 2rem 0 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .contact .wp-block-group, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .contact .wp-block-group {
  padding: 2rem 0;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .contact .wp-block-group h3, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .contact .wp-block-group h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
body:not(.home).page-template-wp-custom-template-5 main .alignfull .entry-content .contact .wp-block-group h3 strong, body:not(.home).post-template-wp-custom-template-5 main .alignfull .entry-content .contact .wp-block-group h3 strong {
  font-size: 2.2rem;
  font-weight: 500;
}
body:not(.home).category-kansaivillage {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  color: #8B8585;
  background-color: white;
}
body:not(.home).category-kansaivillage .villege_top {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body:not(.home).category-kansaivillage .villege_top {
    padding-top: 70px !important;
  }
}
body:not(.home).category-kansaivillage .villege_top .logo a img {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  body:not(.home).category-kansaivillage .villege_top .logo a img {
    max-width: 250px;
  }
}
body:not(.home).category-kansaivillage .villege_top .town a {
  pointer-events: none;
}
body:not(.home).category-kansaivillage .villege_top .town a img {
  max-width: 980px;
}
@media screen and (max-width: 960px) {
  body:not(.home).category-kansaivillage .villege_top .town a img {
    max-width: 100%;
  }
}
body:not(.home).category-kansaivillage .villege_top .totop {
  position: absolute;
  top: 0;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  body:not(.home).category-kansaivillage .villege_top .totop {
    max-width: 100%;
  }
}
body:not(.home).category-kansaivillage .villege_top .totop a {
  max-width: 140px;
  padding: 1rem 1rem 0;
}
body:not(.home).category-kansaivillage .news ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4rem 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  body:not(.home).category-kansaivillage .news ul {
    max-width: 100%;
    padding: 2rem 0;
  }
}
body:not(.home).category-kansaivillage .news ul li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body:not(.home).category-kansaivillage .news ul li {
    grid-template-columns: auto auto;
  }
}
body:not(.home).category-kansaivillage .news ul li .category-name {
  display: grid;
  grid-template-columns: 1fr;
  width: 120px;
  padding: 0.5rem 1rem;
  color: #8B8585;
  text-align: center;
  background-color: #F0F1F5;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  body:not(.home).category-kansaivillage .news ul li a {
    grid-column: span 2;
  }
}
body:not(.home).category-kansaivillage .news ul li a:hober {
  color: #f43e0f;
}
body:not(.home).page-template-wp-custom-template-5 h1 {
  display: none;
}