@charset "UTF-8";
html {
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body {
  font-family: "Noto Sans JP";
  font-weight: 300;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
html body a {
  transition: all 0.5s;
}
html body a:hover {
  opacity: 0.7;
}
html body header.site-header {
  position: relative;
}
html body header.site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
html body header.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  html body header.site-header .header-inner {
    padding: 10px 0 10px 10px;
  }
}
html body header.site-header .header-inner .branding {
  display: flex;
  align-items: center;
}
html body header.site-header .header-inner .branding p {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 5px 10px;
  color: #0083C7;
  border: 1px solid #0083C7;
}
@media screen and (max-width: 767px) {
  html body header.site-header .header-inner .branding p {
    margin-left: 12px;
    padding: 5px;
  }
}
html body header.site-header .header-inner .branding .logo img {
  height: 40px;
}
html body header.site-header .header-inner .tagline {
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
html body header.site-header .main-navigation {
  margin-top: 0px;
  background: #F2F4FF;
  padding: 10px 0px;
}
html body header.site-header .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
html body header.site-header .main-navigation .nav-menu li {
  margin-right: 20px;
}
html body header.site-header .main-navigation .nav-menu li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
html body header.site-header .header-actions {
  display: flex;
  align-items: center;
}
html body header.site-header .header-actions .search-bar {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
html body header.site-header .header-actions .search-bar input[type=text] {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
html body header.site-header .header-actions .search-bar button {
  background: none;
  border: none;
  cursor: pointer;
}
html body header.site-header .header-actions .online-shop {
  background-color: #0066cc;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 50px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.3em;
}
html body header.site-header .header-actions .online-shop:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(https://gigaplus.makeshop.jp/pasoul/files/wp/link_ico.svg) no-repeat center center;
  background-size: contain;
  vertical-align: bottom;
}
html body header.site-header .header-actions .cart {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body header.site-header .header-actions .cart {
    position: relative;
    right: 10px;
    top: -10px;
  }
}
html body header.site-header .header-actions .cart img {
  height: 30px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  html body header.site-header .main-navigation {
    display: none;
  }
  html body header.site-header .header-actions {
    margin-top: 15px;
  }
  html body header.site-header .header-actions .search-bar, html body header.site-header .header-actions .online-shop {
    display: none;
  }
  html body header.site-header .header-actions .online-shop {
    margin-bottom: 10px;
  }
}
html body header.site-header .menu-button-wrapper {
  margin-left: auto;
  z-index: 11;
  display: none;
  /* #menu-open */
}
@media screen and (max-width: 767px) {
  html body header.site-header .menu-button-wrapper {
    display: block;
  }
}
html body header.site-header .menu-button-wrapper #menuButton {
  color: #0083C7;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 16px 12px;
  width: 50px;
  z-index: 11;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  width: 50px;
  height: 40px;
  top: 5px;
  position: absolute;
  right: 0px;
}
html body header.site-header .menu-button-wrapper #menuButton span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #0083C7;
  transition: 0.4s;
}
html body header.site-header .menu-button-wrapper #menuButton span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0083C7;
  opacity: 1;
  transition: 0.4s;
}
html body header.site-header .menu-button-wrapper #menuButton span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0083C7;
  transition: 0.4s;
}
html body header.site-header .menu-button-wrapper.menu-open #menuButton span {
  animation: none;
  width: 18px;
  transition: 0.4s;
  transform: translate(0, 2px) rotate(45deg);
}
html body header.site-header .menu-button-wrapper.menu-open #menuButton span::before {
  transition: 0.4s;
  opacity: 0;
}
html body header.site-header .menu-button-wrapper.menu-open #menuButton span::after {
  animation: none;
  width: 18px;
  transition: 0.4s;
  transform: translate(0px, -8px) rotate(90deg);
}
html body header.site-header .sp-nav {
  position: fixed;
  right: -200%;
  top: 0;
  height: 100%;
  width: 100%;
  transition: opacity 1s;
  z-index: 5;
  opacity: 0;
}
html body header.site-header .sp-nav nav {
  height: 100%;
  background-color: #fff;
  padding: 3.5rem 0 0;
}
html body header.site-header .sp-nav nav ul li {
  text-align: center;
  padding: 0 1rem;
  opacity: 0;
  transition: 0.6s;
}
html body header.site-header .sp-nav nav ul li a {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: block;
  padding: 1rem 0;
}
@media screen and (max-width: 575px) {
  html body header.site-header .sp-nav nav ul li a {
    font-size: 1rem;
  }
}
html body header.site-header .sp-nav nav ul li a span {
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
html body header.site-header .sp-nav.menu-open {
  opacity: 1;
  width: 100%;
  height: 100%;
  right: 0px;
  transition: opacity 0.7s;
}
html body header.site-header .sp-nav.menu-open nav .cta-sp {
  opacity: 1;
  transition: opacity 1s ease-in;
  left: 0px;
  right: 0px;
}
html body header.site-header .sp-nav.menu-open nav ul li {
  opacity: 1;
  transition: 0.6s;
}
html body footer {
  padding: 2rem 0 1rem;
  background: #2B2B2B;
  position: relative;
  z-index: 30;
}
html body footer .footer-inner {
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner {
    max-width: 95%;
    display: block;
  }
}
html body footer .footer-inner .sns {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  html body footer .footer-inner .sns {
    justify-content: center;
    margin: 10px;
  }
}
html body footer .footer-inner .sns img {
  width: 25px;
  margin: 5px;
}
html body footer .footer-inner .sns .youtube {
  bottom: 4px;
  position: relative;
}
html body footer .footer-link {
  text-align: center;
}
html body footer .footer-link p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  html body footer .footer-link p {
    text-align: center;
  }
}
html body footer .footer-link .branding img {
  width: 200px;
}
html body footer .footer-link ul {
  display: inline-block;
}
html body footer .footer-link ul li {
  float: left;
  padding: 0 1rem;
}
html body footer .footer-link ul li a {
  color: #1e70af;
  font-size: 0.875rem;
  display: inline-block;
  border-bottom: 1px solid #1e70af;
}
html body footer .copyright {
  text-align: center;
  margin-top: 30px;
  padding: 0 1rem;
  color: #fff;
}
html body .subvisual {
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  background: linear-gradient(to right, #EF65F6, #6AABFB);
}
@media screen and (max-width: 767px) {
  html body .subvisual {
    padding: 2rem;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body .subvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 1;
}
html body .subvisual h1 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  html body .subvisual h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body .subvisual h1 {
    font-size: 1.2rem;
  }
}
html body .subvisual h1 span {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  html body .subvisual h1 span {
    font-size: 0.75rem;
  }
}
html body .contents-breadcrumb {
  padding-top: 1.25rem;
}
html body .contents-breadcrumb .inner {
  width: 1200px;
  max-width: 90%;
  margin: 0px auto;
}
html body .contents-breadcrumb.single-breadcrumb {
  margin-top: 86px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 991px) {
  html body .contents-breadcrumb.single-breadcrumb {
    margin-top: 50px;
  }
}
html body .contents-breadcrumb .breadcrumb a {
  background: #F2F4FF;
  border-radius: 30px;
  padding: 5px 10px;
}
html body .contents-breadcrumb .breadcrumb span.bread-list {
  padding: 0 0.625rem;
}
html body .contents-breadcrumb .breadcrumb span.bread-nolink {
  padding: 0 0.625rem;
}
html body .contents-breadcrumb .breadcrumb span.current-item {
  padding: 0 0.625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .contents-breadcrumb .breadcrumb span.current-item {
    display: block;
    text-align: left;
    margin-top: 15px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  html body .contents-breadcrumb .breadcrumb span {
    font-size: 0.9em;
  }
}
html body .pagetop {
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 0;
  padding-top: 15px;
  background-color: #1e70af;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
  }
}
html body .pagetop::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body .pagetop::after {
    top: 10px;
    left: calc(50% - 6px);
    border-width: 0 6px 10px 6px;
  }
}
html body .pagetop span {
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body .pagetop span {
    font-size: 0.625rem;
  }
}
html body .contents {
  color: #393939;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 3.75rem 0;
  }
}
html body .contents h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  html body .contents h2 {
    margin-bottom: 20px;
  }
}
html body .contents h2 span {
  display: block;
  font-size: 0.75rem;
  font-family: "Noto Sans JP";
  position: relative;
  margin-top: 15px;
}
html body .contents h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 20px;
  height: 1px;
  background-color: #555;
}
html body .contents p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  html body .contents p {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
html body .contents .more a {
  color: #1e70af;
  display: inline-block;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  html body .contents .more a {
    margin-top: 40px;
  }
}
html body .contents .more a:hover::after {
  width: 0;
  transition: 0.6s;
}
html body .contents .more a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent transparent #1e70af transparent;
}
html body .contents .more a::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 1px;
  width: calc(100% + 20px);
  background-color: #1e70af;
  transition: 0.6s;
}
html body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
html body img {
  height: auto;
  max-width: 100%;
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  transition: opacity 250ms;
}
html body .alpha:hover {
  opacity: 0.75;
}
html body .blog-wrapper .inner {
  width: 1200px;
  max-width: 90%;
  margin: 60px auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner {
    display: block;
    margin: 30px auto 40px auto;
  }
  html body .blog-wrapper .inner .blog-loop {
    order: 1;
  }
  html body .blog-wrapper .inner .blog-sidebar {
    order: 2;
    margin-bottom: 30px;
  }
}
html body .blog-wrapper .inner img {
  max-width: 100%;
}
html body .blog-wrapper .inner .blog-loop {
  width: 942px;
  max-width: 100%;
  order: 2;
}
html body .blog-wrapper .inner .blog-loop .loop-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block {
    justify-content: space-between;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post {
  width: 98%;
  margin: 0px 1% 40px 1%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post .image {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .image {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .image {
    width: 100%;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post .image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text {
  width: 40%;
  background: #00629F;
  color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text {
    width: 100%;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text .post-date {
  font-size: 18px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text .post-date {
    font-size: 14px;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text .post-category {
  border: 1px solid #fff;
  padding: 5px 30px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin: 10px 0px;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text .post-category {
    font-size: 14px;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .first-post .text h2 {
    font-size: 1.3em;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .loop-half {
  width: 31.333333%;
  margin: 1%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .loop-half {
    width: 47%;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .image {
  margin-bottom: 15px;
}
html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .text h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .text h3 {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .text .date-cate {
  color: #00629F;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .text .date-cate {
    font-size: 14px;
  }
}
html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .text .date-cate .post-category {
  border: 1px solid #00629F;
  padding: 5px 10px;
  color: #00629F;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  vertical-align: text-top;
}
@media screen and (max-width: 575px) {
  html body .blog-wrapper .inner .blog-loop .loop-block .loop-half .post .text .date-cate .post-category {
    margin-top: 5px;
  }
}
html body .blog-wrapper .inner .blog-loop .all-post {
  text-align: center;
}
html body .blog-wrapper .inner .blog-loop .all-post a {
  display: block;
  margin: 30px auto;
  width: 300px;
  padding: 20px 40px;
  border: 1px solid #0083C7;
  color: #0083C7;
}
html body .blog-wrapper .inner .blog-sidebar {
  width: 220px;
  order: 1;
}
@media screen and (max-width: 1199px) {
  html body .blog-wrapper .inner .blog-sidebar {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  html body .blog-wrapper .inner .blog-sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
html body .blog-wrapper .inner .blog-sidebar aside.widget {
  margin-bottom: 40px;
}
html body .blog-wrapper .inner .blog-sidebar aside.widget h2 {
  font-size: 16px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-weight: 600;
}
html body .blog-wrapper .inner .blog-sidebar aside.widget ul li {
  margin-bottom: 10px;
}
html body .pagenation {
  text-align: center;
  margin: 0px auto;
}
html body .pagenation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
html body .pagenation a {
  background: #0083C7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0px 3px;
  width: 30px;
  height: 30px;
}
html body .pagenation a.next {
  width: auto;
  border-radius: 40px;
  padding: 10px 10px 10px 30px;
  text-align: right;
}
html body .pagenation a.prev {
  width: auto;
  border-radius: 40px;
  padding: 10px 30px 10px 10px;
}
html body .pagenation span.current {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #0083C7;
}
html body div#ez-toc-container {
  width: 100%;
  padding: 20px;
}
html body div#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-weight: 600;
}
html body div#ez-toc-container .ez-toc-list-level-1 {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.related-post h3.related-title {
  font-size: 1.8em;
  font-weight: 600;
  margin: 40px 0px;
  padding-bottom: 15px;
  border-bottom: 4px solid #00629F;
}
.related-post ul {
  display: grid;
  gap: 20px; /* 各アイテムの間のスペース */
  grid-template-columns: repeat(3, 1fr); /* 3列 */
}
@media screen and (max-width: 575px) {
  .related-post ul {
    grid-template-columns: 1fr; /* 1列 */
  }
}
.related-post ul li .date-cate {
  color: #00629F;
  font-size: 16px;
  margin: 5px 0px;
}
@media screen and (max-width: 575px) {
  .related-post ul li .date-cate {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .related-post ul li .date-cate .post-date {
    display: block;
  }
}
.related-post ul li .date-cate .post-category {
  border: 1px solid #00629F;
  padding: 5px 10px;
  color: #00629F;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .related-post ul li .date-cate .post-category {
    margin-top: 5px;
  }
}
.related-post ul li .image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 15px;
}
.related-post ul li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover; /* 画像が枠にフィットするように調整 */
}
.related-post ul li h3 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .related-post ul li h3 {
    font-size: 1em;
  }
}
.related-post ul .sidebar {
  margin-top: 30px;
}

/*▼--side--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.side-section {
  background: #fff;
  color: #222;
}

.side-section-search {
  background-color: #222;
  color: #fff;
  padding: 20px 0 10px;
}

@media screen and (max-width: 768px) {
  .side {
    background: rgb(255, 255, 255);
    color: #222;
    padding: 0px;
  }
  .side_nav_warp {
    margin: 0px 0 0px;
  }
  .side-search-title {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }
} /*max-width: 768px---*/
.side_nav_warp {
  width: 100%;
}

.side_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side_nav > li {
  border-top: 1px solid #ddd;
}

.side_nav a {
  text-decoration: none;
  font-size: 15px;
}

.side_nav > li > a {
  font-weight: 700;
}

.has-child_parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 22px 8px 5px;
  text-decoration: none;
  color: #333;
  position: relative;
}

.side_nav_has-single > a {
  width: 100%;
  padding: 8px 30px 8px 5px;
  display: inline-block;
  text-align: left;
}

.has-child_list {
  background-color: #f7f7f7;
  padding: 5px 0 5px;
}

.has-child_list > li > a {
  width: 100%;
  padding: 3px 3px 3px 10px;
  display: inline-block;
  font-size: 14px;
}

.has-grandchild_parent {
  font-weight: 700;
}

.has-grandchild_list a {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 15px;
}

/* プラスマークとマイナスマークの疑似要素 */
.has-child_parent::before,
.has-child_parent::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #00629f;
  margin-top: -1px;
  transition: transform 0.2s;
}

/* 縦線の表現（プラスマーク用） */
.has-child_parent::before {
  transform: rotate(90deg);
}

/* マイナスマーク用の横線（before要素が変わる） */
.side_nav_has-child.active .has-child_parent::before {
  transform: rotate(0deg);
}

/* 横線の表現 */
.has-child_parent::after {
  transform: rotate(0deg);
}

/* 子メニューのスタイル */
.has-child_list {
  display: none; /* 初期状態で非表示 */
  list-style-type: none;
  text-align: left;
  margin: 0;
}

/* アクティブ時に子メニューを表示 */
.side_nav_has-child.active .has-child_list {
  display: block;
}

.side_nav_has-child_campaign {
  background-color: #f2f4ff;
  border-bottom: 1px solid #ddd;
}

.side_nav_hedd {
  background-color: #222222;
  color: #fff;
  font-weight: 700;
  padding: 8px 5px;
}

.side_sub_nav ul {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0rem;
  row-gap: 0rem;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.side_sub_nav li {
  border-bottom: 1px solid #ddd;
  display: table;
}

.side_sub_nav li:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.side_sub_nav a {
  text-decoration: none;
  font-size: 14px;
  padding: 5px;
  width: 100%;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

.side-search-btn {
  color: #fff !important;
  background: linear-gradient(90deg, #de3dfc 0%, #b874fe 50%, #03fffe 100%) !important;
  font-weight: 500;
}

.side_nav .nav-banner {
  width: 100%;
  padding: 10px 15px 10px 10px;
}

.side_nav .has-child_list-feature .has-grandchild_parent {
  font-size: 15px;
  padding-top: 5px;
}

.side_nav .has-child_list-feature .special a {
  margin-bottom: 10px;
  font-weight: 700;
  padding: 5px 10px;
  font-size: 0.9rem;
  text-decoration: underline;
}

.calendar_month {
  margin-top: 1rem;
  font-weight: 700;
}

/*▲--side--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 共通スタイル: アコーディオンメニュー全体 */
.menu {
  width: 100%;
  padding: 10px 10px 20px;
}

/* チェックボックスを隠す */
.menu-checkbox,
.middle_nav-checkbox {
  display: none;
}

/* ドロップダウンのラベル部分（メニューを開くボタン） */
.menu-label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  padding: 10px 20px 10px 5px;
  transition: 350ms; /* ラベル全体にアニメーション適用 */
  font-size: 15px;
}

.middle_nav-label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  padding: 8px 20px 8px 5px;
  transition: 350ms; /* ラベル全体にアニメーション適用 */
  font-size: 15px;
  font-weight: 500;
}

.menu-label {
  font-size: 14px;
}

.menu-label:hover {
  opacity: 0.7; /* ホバー時のエフェクト */
}

/* マウスオーバー時のスタイル */
.middle_nav-label:hover {
  background-color: #f2f4ff;
  border-radius: 30px;
}

/* チェックボックスがオンの時（メニューが開いている時）のスタイル */
.middle_nav-checkbox:checked + .middle_nav-label {
  background-color: #f2f4ff;
  border-radius: 30px;
}

/* チェックが外れた時に元のスタイルに戻す */
.middle_nav-checkbox:not(:checked) + .middle_nav-label {
  background-color: transparent; /* 元の背景色 */
  border-radius: 0; /* ボーダーをリセット */
}

/* 開いたときに表示されるメニューのリンク部分 */
.menu-links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  max-height: 0; /* アニメーション用に max-height を使用 */
  overflow-y: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease; /* 高さと不透明度のトランジション */
  background-color: #f1f1f1;
}

.middle_nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  max-height: 0; /* アニメーション用に max-height を使用 */
  overflow-y: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease; /* 高さと不透明度のトランジション */
  background-color: #fff;
  z-index: 6;
  border: 3px solid #f2f4ff;
  top: 45px;
  width: 100%; /* 幅を100%に再確認 */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
}

.menu-links-inner,
.middle_nav-links-inner {
  padding: 10px;
}

/* チェックボックスがオンの時にメニューリンクを表示 */
.menu-checkbox:checked + .menu-label + .menu-links　 {
  opacity: 1;
  max-height: 500px; /* 仮の高さ */
}

.middle_nav-checkbox:checked + .middle_nav-label + .middle_nav-links {
  opacity: 1;
  max-height: 500px; /* 仮の高さ */
  width: 100%; /* 幅を100%に再確認 */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
}

/* 矢印のスタイル */
.menu-label:after,
.middle_nav-label:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  right: 4%;
  top: 50%;
  margin-top: -2px; /* 矢印を中央に配置 */
  transition: transform 0.3s ease; /* 矢印の回転を滑らかに */
}

/* チェックボックスがオンのときの矢印の回転 */
.menu-checkbox:checked + .menu-label:after,
.middle_nav-checkbox:checked + .middle_nav-label:after {
  transform: rotate(-45deg);
  margin-top: 0px;
}

/* メニューリンク内の各リンク */
.menu-links li a,
.middle_nav-links li a {
  padding: 5px 6px;
  display: inline-block;
  font-size: 14px;
  /* white-space: nowrap;*/
  width: 100%;
}

.header_middle_nav_warp {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
}

.header-news-wrap {
  display: none;
}

.middle_nav-links-inner-default {
  padding: 10px 3%;
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
}

.middle_nav-links-inner-sale {
  padding: 10px 5%;
}

.middle_nav-links-inner-sale .nav-banner {
  margin-top: 10px;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 1rem;
}

.middle_nav-links-inner .middle_nav_child_parent {
  border-bottom: 1px solid #585858;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.middle_nav-links-inner .middle_nav_child_parent p {
  font-size: 1rem;
  padding-left: 5px;
  align-self: center;
  font-weight: 700;
}

.middle_nav-links-inner .middle_nav_child_parent img {
  align-self: center;
  height: 40px;
  width: auto;
}

.middle_nav-links-inner .middle_nav_child ul {
  font-size: 14px;
  text-align: left;
}

.middle_nav-links-inner .middle_nav_child ul li a {
  padding: 5px 2px;
}

@media screen and (max-width: 991px) {
  .middle_nav-links-inner-default {
    padding: 10px 15px;
    gap: 20px;
  }
  .middle_nav-links-inner-sale {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .middle_nav-links-inner .middle_nav_child_parent img {
    height: 28px;
    width: auto;
  }
  .middle_nav-links-inner .middle_nav_child_parent p {
    font-size: 0.9rem;
  }
  .middle_nav-links-inner-default {
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    gap: 0px;
    padding: 10px 10px;
  }
  .middle_nav-links-inner-default .middle_nav_child {
    width: 48%;
  }
  .middle_nav-links-inner-default .middle_nav_child:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .middle_nav-links-inner-sale .nav-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
  }
}
.middle_nav-links-inner-feature {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}

.middle_nav-links-inner-feature .middle_nav-links-inner-feature-left {
  width: 38%;
  text-align: left;
}

.middle_nav-links-inner-feature .middle_nav-links-inner-feature-left li strongs {
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
}

.middle_nav-links-inner-feature .middle_nav-links-inner-feature-left .special a {
  font-weight: 700;
  display: inline-block;
  padding: 5px 0;
}

.middle_nav-links-inner-feature .middle_nav-links-inner-feature-right {
  width: 58%;
}

.middle_nav-links-inner-feature .middle_nav-links-inner-feature-right .nav-banner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .middle_nav-links-inner-feature .middle_nav-links-inner-feature-left {
    width: 100%;
  }
  .middle_nav-links-inner-feature .middle_nav-links-inner-feature-right {
    width: 100%;
    margin-top: 10px;
  }
  .middle_nav-links-inner-feature .middle_nav_child_parent > p {
    font-size: 1rem;
  }
}
/* PC用レイアウト (769px以上)-------------------------------------------- */
@media screen and (min-width: 769px) {
  .header-inner-wrap {
    display: block;
  }
  .shop-name {
    width: 130px;
    position: absolute;
    left: 15px;
    top: 16px;
    z-index: 1000;
  }
  .header_middle_icon {
    width: 370px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
  }
  .header_middle_nav {
    width: 100%;
    padding: 0 370px 0 150px;
    position: relative;
    z-index: 2;
  }
  .search-box input[type=text] {
    line-height: 1.6em;
    width: 160px;
  }
}
/* タブレット用レイアウト (1300px以下) */
@media screen and (max-width: 1300px) {
  body .wrap {
    padding: 20px 10px 20px;
    margin: 0px auto;
    max-width: 1140px;
  }
}
/* タブレット用レイアウト (1140px以下) */
@media screen and (max-width: 1140px) {
  .header_middle_nav {
    padding: 50px 5px 0 5px;
  }
  .middle_nav-links {
    top: 100px;
  }
  .header_bottom_nav_warp {
    padding: 0 5px;
  }
}
/* タブレット用レイアウト (991px以下) */
@media screen and (max-width: 991px) {
  .middle_nav-label {
    font-size: 14px;
  }
  .header_bottom .header_bottom_nav {
    gap: 5px;
  }
}
/* モバイル用レイアウト (768px以下) */
@media screen and (max-width: 768px) {
  .header-news-list {
    margin: 0px 0 0 0 !important;
    border: none;
    display: none;
  }
  /* 必要なモバイル用スタイルがあれば追加 */
  .header_middle {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px 0;
    height: 100px;
  }
  .header_middle_nav {
    padding: 0px 5px 0 5px;
    width: 100%;
    order: 3;
    justify-content: space-between;
    background-color: #f2f4ff;
    margin-top: 5px;
  }
  .header_middle_nav_warp {
    justify-content: space-between;
    width: 100%;
  }
  .header_middle_navitem {
    align-self: center;
  }
  .shop-name {
    padding: 0 5px;
    height: 30px;
  }
  .header-drawer-btn {
    /* display: inline-block;
    padding: 5px 10px 5px 10px;
    font-size: 22px;
    line-height: 1;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1100;
    display: block;
    padding: 0;
  }
  #drawer-btn {
    line-height: 1;
    background-color: #000;
    display: block;
    padding: 17px 12px;
  }
  #drawer-btn i {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 10px;
  }
  #drawer-btn i::before,
  #drawer-btn i::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  #drawer-btn i::before {
    top: -6px;
  }
  #drawer-btn i::after {
    top: 6px;
  }
  /* メニューが開いている時の×アイコン */
  #drawer-btn.open i {
    background-color: transparent;
  }
  #drawer-btn.open i::before {
    transform: rotate(45deg);
    top: 0;
  }
  #drawer-btn.open i::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .header_middle .header_middle_iconlist {
    gap: 5px;
  }
  .header_middle .header_middle_iconlist span {
    font-size: 10px;
  }
  .header_middle_icon .search-sp {
    line-height: 1;
  }
  /* popup　search */
  .popup_wrap .popup_wrap_input {
    display: none;
  }
  .popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
  }
  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    padding: 20px 10%;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    margin-bottom: 15px;
  }
  .popup_wrap .close_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    cursor: pointer;
    padding: 6px;
    color: #222;
    line-height: 10px;
    font-weight: bold;
  }
  .popup_wrap .popup_wrap_input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }
  .popup_wrap .popup_wrap_input:checked ~ .popup_overlay .popup_content {
    transform: translateY(10px);
  }
  .popup_wrap .open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #555;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 1000; /* 検索アイコンを前面に表示 */
  }
  .popup_wrap .search-box input[type=text] {
    border: 1px solid #222;
    border-radius: 3px;
  }
}
.article-main .box {
  /* === カードのデザイン === */
  /* ==========================================
    【新規追加】商品が少ない（2個以下）時のデザイン
    ========================================== */
}
.article-main .box .ms-bulk-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.article-main .box .ms-bulk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.article-main .box .ms-bulk-img {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.article-main .box .ms-bulk-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article-main .box .ms-bulk-info {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.article-main .box .ms-bulk-name {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-main .box .ms-bulk-name {
    font-size: 12px;
  }
}
.article-main .box .ms-bulk-price {
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .article-main .box .ms-bulk-price {
    font-size: 14px;
  }
}
.article-main .box .ms-specific-swiper {
  margin-bottom: 40px;
}
.article-main .box .ms-grid-fallback .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  transform: none !important;
}
@media screen and (min-width: 769px) {
  .article-main .box .ms-grid-fallback .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.article-main .box .ms-grid-fallback .swiper-slide {
  width: 100% !important;
  margin-right: 0 !important;
}
.article-main .box .ms-grid-fallback .swiper-button-next,
.article-main .box .ms-grid-fallback .swiper-button-prev {
  display: none !important;
}
.article-main .box .cart-textlink {
  margin-top: -1rem;
}
