@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
ol li, ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  scroll-behavior: smooth;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  min-width: 320px;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #b28247;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  outline: none;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #7cba27;
  text-decoration: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
}

/* inputやbuttonなどのfontは継承 */
input, button,
textarea, select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

.hide-pc {
  display: block !important;
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .hide-sp {
    display: none;
  }
}

@media (min-width: 1080px) {
  .categories__list {
    margin-top: 5px;
  }
}
.categories__list li {
  width: 105px;
  border: 1px solid #b5b5b6;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .categories__list li {
    border-radius: 8px;
    width: 243px;
  }
}
@media (max-width: 1080px) {
  .categories__list li {
    height: 100px;
  }
}
.categories__list a {
  display: block;
  text-align: center;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
}
@media (min-width: 1080px) {
  .categories__list a {
    font-size: 1.6rem;
    letter-spacing: 4px;
  }
}
@media (max-width: 1080px) {
  .categories__list a {
    height: 100px;
  }
}
.categories__list .icons {
  position: relative;
  margin: auto;
  aspect-ratio: 213/136;
  width: 71px;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 1080px) {
  .categories__list .icons {
    width: 100px;
    height: 100px;
  }
}
.categories__list .icons.ico_01 {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/cat_01@1.5x.png");
}
.categories__list .icons.ico_02 {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/cat_02@1.5x.png");
}
.categories__list .icons.ico_03 {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/cat_03@1.5x.png");
}
.categories__list .icons.ico_04 {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/cat_04@1.5x.png");
}
.categories__list .icons.ico_05 {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/cat_05@1.5x.png");
}
.categories__list .title {
  font-weight: 400;
  line-height: 35px;
  background-color: #b5b5b6;
  color: #fff !important;
  text-align: center;
  font-size: 1.3rem;
}
@media (min-width: 1080px) {
  .categories__list .title {
    line-height: 32px;
    font-size: 1.975rem;
    position: relative;
  }
  .categories__list .title:before {
    content: "";
    position: absolute;
    right: 0.75em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 7px;
    background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/cat_arrow@1.5x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.swiper-button-prev, .swiper-button-next {
  z-index: 5 !important;
}

.content_box {
  padding: 50px 0;
}
@media (min-width: 1080px) {
  .content_box {
    background-color: #fff;
    padding: 50px 60px;
  }
}
@media (min-width: 1080px) {
  .content_box.is_swipe {
    padding: 50px 20px;
  }
}
.content_box.bg_gray {
  background-color: #f7f8f8;
}

@media (max-width: 1080px) {
  .hide_sp {
    display: none;
  }
}

@media (min-width: 1080px) {
  .hide_pc {
    display: none;
  }
}

#bread_clumbs {
  width: 100%;
}
#bread_clumbs.offset-nonmain-visual {
  margin-top: 58px;
}
@media (min-width: 1080px) {
  #bread_clumbs.offset-nonmain-visual {
    margin-top: 120px;
  }
}
#bread_clumbs .bread_clumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  #bread_clumbs .bread_clumbs {
    padding-top: 15px;
    margin-bottom: 65px;
    width: 100%;
  }
}
#bread_clumbs .bread_clumbs li:not(:first-child) {
  position: relative;
  padding-left: 1.25em;
}
@media (min-width: 1080px) {
  #bread_clumbs .bread_clumbs li:not(:first-child) {
    padding-left: 1.5em;
  }
}
#bread_clumbs .bread_clumbs li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0.15em;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: solid 1px #979797;
  border-right: solid 1px #979797;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0.35em;
}
@media (min-width: 1080px) {
  #bread_clumbs .bread_clumbs li:not(:first-child):before {
    left: 3px;
    top: 0;
    width: 4px;
    height: 4px;
  }
}
#bread_clumbs .bread_clumbs li a, #bread_clumbs .bread_clumbs li span {
  color: #979797;
  font-size: 1rem;
}
@media (min-width: 1080px) {
  #bread_clumbs .bread_clumbs li a, #bread_clumbs .bread_clumbs li span {
    font-size: 1.2rem;
  }
}

.smart_select_cat {
  position: relative;
}
.smart_select_cat:after {
  content: "";
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/arrow_green_sp.svg");
  background-repeat: no-repeat;
  width: 7.5px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.smart_select_cat select[name=smart_select_cat] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 46.5px;
  font-size: 1.5rem;
  padding: 0 1em;
  color: #231815;
}
.smart_select_cat select[name=smart_select_cat]:disabled {
  color: #878788;
}
.smart_select_cat select[name=smart_select_cat]:focus {
  outline: none;
}

.banner_slider {
  overflow: hidden;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 15px;
}
.pagination .page-numbers {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #8fc31f;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  color: #231815;
  font-size: 1.5rem;
}
.pagination .page-numbers.current {
  background-color: #8fc31f;
  color: #fff;
}
.pagination .page-numbers.next .eaves, .pagination .page-numbers.prev .eaves {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
}
.pagination .page-numbers.next .eaves {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/pager_next.svg");
}
.pagination .page-numbers.prev .eaves {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/pager_prev.svg");
}

@media (max-width: 1080px) {
  .flex__smart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .flex__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  .container {
    max-width: 1168px;
    padding: 0 24px;
  }
}
@media (min-width: 1080px) {
  .container.gcg-30 {
    grid-column-gap: 30px;
  }
}
.container.offset-nonmain-visual {
  margin-top: 50px;
}
@media (min-width: 1080px) {
  .container.offset-nonmain-visual {
    margin-top: 120px;
  }
}

@media (min-width: 1080px) {
  .content {
    max-width: 800px;
    width: 61vw;
  }
}
@media (min-width: 1440px) {
  .content {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .smart-wrapper {
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #7cba27;
  background-color: #fff;
}
@media (min-width: 1080px) {
  .header {
    border-width: 2px;
    padding: 0 40px;
    height: 120px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__logo {
  display: block;
  aspect-ratio: 160/73;
  width: 99px;
  padding-left: 19px;
}
@media (min-width: 1080px) {
  .header__logo {
    aspect-ratio: 492/83;
    padding-left: 24px;
    max-width: 516px;
    width: 44vw;
  }
}
.header .drawer_button {
  background-color: #231815;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1080px) {
  .header .drawer_button {
    display: none;
  }
}
.header .drawer_button__inner {
  position: absolute;
  width: 24px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header .drawer_button__inner span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header .drawer_button__inner span:nth-of-type(1) {
  top: -14px;
}
.header .drawer_button__inner span:nth-of-type(2) {
  opacity: 1;
}
.header .drawer_button__inner span:nth-of-type(3) {
  bottom: -14px;
}
.header .drawer_button.active .drawer_button__inner span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .drawer_button.active .drawer_button__inner span:nth-of-type(2) {
  opacity: 0;
}
.header .drawer_button.active .drawer_button__inner span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .content_navigation {
  display: none;
}
@media (min-width: 1080px) {
  .header .content_navigation {
    display: block;
    margin-left: auto;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .header .content_navigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    width: 100%;
  }
}
.header .content_navigation__item {
  position: relative;
}
@media (min-width: 1080px) {
  .header .content_navigation__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .content_navigation__item.selector {
  margin-left: 20px;
}
@media (min-width: 1080px) {
  .header .content_navigation__item.selector {
    font-size: 1.6rem;
  }
}
@media (min-width: 1080px) {
  .header .content_navigation__item.selector select {
    width: 112px;
    padding: 4px;
  }
}
.header .content_navigation__item a {
  display: block;
  padding: 0 20px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 1080px) {
  .header .content_navigation__item a {
    font-size: 2rem;
    font-size: clamp(1.4rem, 1vw, 2rem);
    padding: 0 0.3vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .header .content_navigation__item a {
    padding: 0 1vw;
  }
}
.header .content_navigation__item:hover .megaMenu {
  height: 0;
}
@media (min-width: 1080px) {
  .header .content_navigation__item:hover .megaMenu {
    height: 100%;
    top: 125px;
  }
}
@media (min-width: 1080px) {
  .header .content_navigation__item:hover .megaMenu.h_100 {
    height: calc(100% + 84px);
  }
}
.header .content_navigation__item.input-text {
  display: block;
  height: 36px;
}
@media (min-width: 1080px) {
  .header .content_navigation__item.input-text {
    max-width: 230px;
    width: 10vw;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
}
@media (min-width: 1840px) {
  .header .content_navigation__item.input-text {
    width: 100%;
  }
}
.header .content_navigation__item.arrow a:before {
  content: "";
  position: absolute;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/arrow_green_pc.svg");
  aspect-ratio: 8.7/17.5;
  width: 8.7px;
  height: 17.5px;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .sns-wrapper {
  margin-left: auto;
  margin-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1080px) {
  .header .sns-wrapper {
    margin-right: inherit;
    margin-left: 20px;
  }
}
.header .sns-wrapper li {
  aspect-ratio: 60/60;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #231815;
}
@media (max-width: 1080px) {
  .header .sns-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1080px) {
  .header .sns-wrapper li {
    width: 3.4vw;
    max-width: 60px;
    height: 100%;
  }
}
.header .sns-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.header .sns-wrapper li a.tx {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/sns_icon_x@2x.png");
  background-size: 45%;
}
.header .sns-wrapper li a.ig {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/sns_icon_ig@2x.png");
  background-size: 50%;
}
.header .sns-wrapper li a.fb {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/sns_icon_fb@2x.png");
  background-size: 50%;
}
.header .megaMenu {
  background-color: #fff;
  left: 0;
  height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1080px) {
  .header .megaMenu {
    position: absolute;
    top: 125px;
    z-index: 4;
    min-width: 190px;
    left: calc(100% - 155px);
    right: 0;
    margin: auto;
  }
}
.header .megaMenu__wrapper {
  height: 100%;
  border: 1px solid #7cba27;
  padding: 10px 20px 30px;
}
.header .megaMenu__wrapper a {
  cursor: pointer;
  position: relative;
  padding: 0.5em 0;
  color: #231815;
  text-align: left;
  font-size: 1.6rem;
  border-bottom: 1px solid #231815;
}
.header .megaMenu__wrapper a:before {
  content: none !important;
}
.header .megaMenu__wrapper a:after {
  content: "";
  position: absolute;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/arrow_green_pc.svg");
  aspect-ratio: 8.7/17.5;
  width: 8.7px;
  height: 17.5px;
  right: 0;
  top: 0.2em;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.return_top {
  aspect-ratio: 150/150;
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 12vh;
  right: 0;
  z-index: 1;
}
@media (min-width: 1080px) {
  .return_top {
    display: block;
    width: 150px;
    height: 150px;
    right: 3.6458333333vw;
  }
}
@media (max-width: 1080px) {
  .return_top {
    position: sticky;
    left: calc(80% - 15px);
    bottom: 15px;
  }
}
.return_top.inside_footer {
  display: block;
  position: absolute;
  top: -35px;
  right: 15px;
}
@media (min-width: 1080px) {
  .return_top.inside_footer {
    display: none;
  }
}

.maxplus_footer {
  background-color: #f5f0e9;
  position: relative;
}
.maxplus_footer__inner {
  padding: 25px 0 50px;
}
@media (min-width: 1080px) {
  .maxplus_footer__inner {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 48px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.maxplus_footer__inner .left-side .home-logo {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  .maxplus_footer__inner .left-side .home-logo {
    width: 241px;
    margin-left: inherit;
  }
}
.maxplus_footer__inner .left-side .infomations {
  line-height: 1.5;
  font-size: 1.5rem;
  text-align: center;
  color: #231815;
  margin-top: 25px;
}
@media (min-width: 1080px) {
  .maxplus_footer__inner .left-side .infomations {
    margin-top: 20px;
    line-height: 1.56;
    font-size: 1.6rem;
    text-align: left;
  }
}
.maxplus_footer__navigation {
  border-top: 1px solid #231815;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation {
    margin-top: 0;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.maxplus_footer__navigation .links {
  margin-top: 20px;
}
.maxplus_footer__navigation .links a {
  color: #231815;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.35em;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .links a {
    font-size: 1.6rem;
  }
}
.maxplus_footer__navigation .links a:before {
  content: "";
  background: #231815;
  height: 14.7224318643px;
  width: 13px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0.1em;
  left: 0;
  bottom: 0;
  margin: auto;
}
.maxplus_footer__navigation .links:nth-of-type(2) {
  margin-left: 35px;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .links:nth-of-type(2) {
    margin-left: 100px;
  }
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .links {
    margin-top: 20px;
    line-height: 1.5;
  }
}
.maxplus_footer__navigation .links li:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .links li:not(:first-child) {
    margin-top: 15px;
  }
}
.maxplus_footer__navigation .links .sub_list {
  margin-top: 1em;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .links .sub_list {
    margin-top: 1.5em;
  }
}
.maxplus_footer__navigation .links .sub_list li a {
  color: #9fa0a0;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .links .sub_list li a {
    font-size: 1.6rem;
  }
}
.maxplus_footer__navigation .links .sub_list li a:before {
  -webkit-clip-path: none;
          clip-path: none;
  top: 0;
  height: 1px;
  background-color: #9fa0a0;
}
.maxplus_footer__navigation .sns_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 25px;
  margin-top: 45px;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .sns_links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column-gap: 20px;
    margin-top: 20px;
    margin-left: auto;
  }
}
@media (max-width: 1080px) {
  .maxplus_footer__navigation .sns_links {
    width: 100%;
  }
}
.maxplus_footer__navigation .sns_links .sns_icon a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #231815;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
@media (min-width: 1080px) {
  .maxplus_footer__navigation .sns_links .sns_icon a {
    width: 60px;
    height: 60px;
  }
}
.maxplus_footer__navigation .sns_links .sns_icon.tx a {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/sns_icon_x@2x.png");
}
.maxplus_footer__navigation .sns_links .sns_icon.ig a {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/sns_icon_ig@2x.png");
  background-size: 50%;
}
.maxplus_footer__navigation .sns_links .sns_icon.fb a {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/sns_icon_fb@2x.png");
  background-size: 50%;
}

#footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*大川家具グループ*/
}
#footer .footer-ohkawa-group {
  background-color: #222;
}
#footer .footer-ohkawa-group p {
  padding: 0;
  margin: 0;
}
#footer .footer-ohkawa-group a {
  font-weight: normal;
}
#footer .footer-ohkawa-group-logo {
  border-bottom: 1px solid #FFF;
  padding: 50px 0 35px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .footer-ohkawa-group-logo {
    padding: 8% 0;
  }
}
#footer .footer-ohkawa-group-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#footer .footer-ohkawa-group-logo img {
  max-width: 300px;
}
@media (max-width: 767px) {
  #footer .footer-ohkawa-group-logo img {
    width: 50%;
    margin: auto;
  }
}
#footer .footer-ohkawa-group .footer-copyright {
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 1080px) {
  #footer .footer-ohkawa-group .footer-copyright {
    font-size: 12px;
  }
}
#footer .footer-ohkawa-group .br-pc, #footer .footer-ohkawa-group .br-sp {
  display: inline-block;
}
@media (min-width: 768px) {
  #footer .footer-ohkawa-group .br-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #footer .footer-ohkawa-group .br-pc {
    display: none;
  }
}
#footer .footer-ohkawa-group .footer-group-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#footer .footer-ohkawa-group .footer-group-item .footer-group-item-inner {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  text-decoration: none;
}
#footer .footer-ohkawa-group .footer-group-item__name {
  color: #FFF;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: left;
}
@media (max-width: 640px) {
  #footer .footer-ohkawa-group .footer-group-item__name {
    font-size: 15px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-ohkawa-group .footer-group-item__name {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  #footer .footer-ohkawa-group .footer-group-item__name {
    font-size: 15px;
  }
}
#footer .footer-ohkawa-group .footer-group-item__text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 640px) {
  #footer .footer-ohkawa-group .footer-group-item__text {
    font-size: 8px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-ohkawa-group .footer-group-item__text {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  #footer .footer-ohkawa-group .footer-group-item__text {
    font-size: 8px;
  }
}
#footer .footer-group-list--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 60px;
  max-width: 1500px;
  width: 96%;
}
@media (max-width: 1080px) {
  #footer .footer-group-list--main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5%;
  }
}
#footer .footer-group-list--main .footer-group-item {
  border-right: solid 1px #FFF;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px 25px 0;
  text-align: left;
}
@media (max-width: 1080px) {
  #footer .footer-group-list--main .footer-group-item {
    border-right: none;
    padding: 0 5%;
    margin-bottom: 5%;
    max-width: none;
    width: 50%;
  }
}
#footer .footer-group-list--main .footer-group-item:last-child {
  border-right: none;
}
#footer .footer-group-list--main .footer-group-item .footer-group-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#footer .footer-group-list--main .footer-group-item .footer-group-item-desc {
  margin: 0;
}
#footer .footer-group-list--main .footer-group-item__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  max-height: 170px;
}
@media (max-width: 640px) {
  #footer .footer-group-list--main .footer-group-item__logo {
    height: 80px;
  }
}
#footer .footer-group-list--main .footer-group-item__logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
#footer .footer-group-list--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1500px;
  width: 96%;
}
@media (max-width: 768px) {
  #footer .footer-group-list--sub {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 5%;
  }
}
#footer .footer-group-list--sub .footer-group-item {
  padding: 0 30px;
  margin-bottom: 40px;
  text-align: left;
  width: 33.33%;
}
@media (max-width: 1500px) {
  #footer .footer-group-list--sub .footer-group-item {
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-group-list--sub .footer-group-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #footer .footer-group-list--sub .footer-group-item {
    padding: 0 2%;
    width: auto;
  }
}
#footer .footer-group-list--sub .footer-group-item .footer-group-item-desc {
  padding-left: 10px;
}
@media (max-width: 768px) {
  #footer .footer-group-list--sub .footer-group-item .footer-group-item-desc {
    display: none;
  }
}
#footer .footer-group-list--sub .footer-group-item__logo {
  max-height: 110px;
  text-align: center;
}
#footer .footer-group-list--sub .footer-group-item__logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  margin: auto;
}

@media (max-width: 1080px) {
  .search_box {
    margin-top: 25px;
    margin-bottom: 42px;
  }
}

#searchform.searchform {
  position: relative;
}
#searchform.searchform input[type=text] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  background-color: #efefef;
  color: #231815;
  border: 1px solid #231815;
  padding: 0 1em;
  line-height: 48px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1080px) {
  #searchform.searchform input[type=text] {
    line-height: 34px;
    width: 100%;
  }
}
#searchform.searchform input[type=text]:focus {
  outline: none;
  border-color: #7cba27;
}
#searchform.searchform #searchsubmit {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: inherit;
  border: none;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 52.5px;
  height: 25px;
}
@media (min-width: 1080px) {
  #searchform.searchform #searchsubmit {
    width: 36px;
    height: 20px;
  }
}

.drawer_menu__wrapper {
  position: fixed;
  top: 50px;
  left: 100vw;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 1080px) {
  .drawer_menu__wrapper {
    display: none;
  }
}
.drawer_menu__wrapper.active {
  left: 0;
}
.drawer_menu__inner {
  margin: 25px auto 0;
  max-width: 670px;
  width: 89.3333333333%;
}
.drawer_menu__inner li {
  border-bottom: 1px solid #b5b5b6;
}
.drawer_menu__inner li.langage {
  border: none;
}
.drawer_menu__inner a, .drawer_menu__inner span {
  display: block;
  color: #231815;
  font-size: 2rem;
  padding: 0.45em 0;
  padding-left: 7px;
}
.drawer_menu__inner .expand_btn {
  position: relative;
}
.drawer_menu__inner .expand_btn:before, .drawer_menu__inner .expand_btn:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7cbb28;
  position: absolute;
  top: 1.7em;
  right: 1em;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawer_menu__inner .expand_btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer_menu__inner .expand_btn.hide .expand_menu {
  height: 0 !important;
}
.drawer_menu__inner .expand_btn.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.drawer_menu__inner .expand_btn.active .expand_menu {
  margin-top: 5px;
  height: 100%;
}
.drawer_menu__inner .expand_menu {
  margin-top: 0px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawer_menu__inner .expand_menu li {
  border: none;
}
.drawer_menu__inner .expand_menu a {
  padding: 0;
  padding-left: 1em;
  color: #898989;
  font-size: 1.75rem;
  line-height: 2.14;
  position: relative;
}
.drawer_menu__inner .expand_menu a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #898989;
  top: 0;
  bottom: 0;
  left: 0.35em;
  margin: auto;
}
.drawer_menu__inner .language a {
  position: relative;
  color: #231815;
  font-size: 1.75rem;
  padding-left: 25px;
}
.drawer_menu__inner .language a:before {
  content: "";
  background: #7cbb28;
  height: 14.7224318643px;
  width: 13px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0.1em;
  left: 8px;
  bottom: 0;
  margin: auto;
}
.drawer_menu__inner .language a:nth-of-type(1) {
  margin-top: 10px;
}
.drawer_menu__inner .language a:nth-of-type(2) {
  margin-top: -1px;
}
@media (max-width: 1080px) {
  .drawer_menu__inner .language a {
    padding: 0.25em 0;
    padding-left: 25px;
  }
}

@media (min-width: 1080px) {
  .side_contents {
    width: 300px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1080px) {
  .side_contents.add-border {
    margin-bottom: 50px;
    padding: 50px 0;
    position: relative;
  }
  .side_contents.add-border:before, .side_contents.add-border:after {
    content: "";
    position: absolute;
    width: 89.3333333333%;
    left: 0;
    right: 0;
    height: 1px;
    margin: auto;
    background-color: #b5b5b6;
  }
  .side_contents.add-border:before {
    top: 0;
  }
  .side_contents.add-border:after {
    bottom: 0;
  }
}
.side_contents__inner .circle-label {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #585757;
  text-align: center;
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 38px;
  border: 1px solid #8fc31f;
  border-radius: 25px;
}
@media (min-width: 1080px) {
  .side_contents__inner .circle-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 1080px) {
  .side_contents__inner .circle-label {
    width: 66.6666666667%;
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }
}
.side_contents__inner .swiper-button-prev,
.side_contents__inner .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  .side_contents__inner .swiper-button-prev,
  .side_contents__inner .swiper-button-next {
    width: 28px;
    height: 28px;
    bottom: inherit;
    top: 50px;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
.side_contents__inner .swiper-button-prev:hover,
.side_contents__inner .swiper-button-next:hover {
  opacity: 1;
}
.side_contents__inner .swiper-button-prev {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/slider_prev@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  .side_contents__inner .swiper-button-prev {
    left: 0;
  }
}
.side_contents__inner .swiper-button-prev:after {
  content: "";
}
.side_contents__inner .swiper-button-next {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/slider_next@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  .side_contents__inner .swiper-button-next {
    right: 0;
  }
}
.side_contents__inner .swiper-button-next:after {
  content: "";
}
.side_contents__inner .swiper-slide a {
  display: block;
  margin: auto;
}
@media (min-width: 1080px) {
  .side_contents__inner .swiper-slide a {
    width: 210px;
    max-height: 148px;
  }
  .side_contents__inner .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.side_contents__inner > li.cat-item a {
  display: block;
  background-color: #8fc31f;
  margin-top: 30px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 10px;
}
.side_contents__inner > li .children li {
  border: 1px solid #c9caca;
}
.side_contents__inner > li .children li a {
  background-color: transparent;
  margin-top: 0;
  color: #231815;
  line-height: inherit;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
}
.side_contents__inner .cat-item > .children {
  margin-top: 10px;
}
.side_contents__inner .cat-item > .children a {
  color: #231815;
  display: block;
  font-size: 1.5rem;
  padding: 8.75px 1em;
  position: relative;
}
.side_contents__inner .cat-item > .children a:before, .side_contents__inner .cat-item > .children a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 1em;
  height: 1px;
  background-color: #8fc31f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.side_contents__inner .cat-item > .children a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side_contents__inner .cat-item > .children li {
  margin-top: 10px;
}
.side_contents__inner .cat-item > .children .cat-item.hover a:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.side_contents__inner .cat-item > .children .children {
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.side_contents__inner .cat-item > .children .children.hide {
  height: 0 !important;
}
.side_contents__inner .cat-item > .children .children li {
  border: none;
  margin-top: 0;
}
.side_contents__inner .cat-item > .children .children li a {
  padding: 0 1em;
  padding-left: 2em;
  line-height: 1.75;
  color: #898989;
  position: relative;
}
.side_contents__inner .cat-item > .children .children li a:before {
  content: "";
  width: 0.75em;
  height: 1px;
  background-color: #898989;
  position: absolute;
  top: 0;
  left: 1em;
  right: inherit;
  bottom: 0;
  margin: auto;
}
.side_contents__inner .cat-item > .children .children li a:after {
  content: none;
}
.side_contents__inner .cat-item > .children .children li:last-child {
  padding-bottom: 1em;
}
.side_contents__upper_slider {
  border-bottom: 1px solid #b5b5b6;
  margin-bottom: 50px;
  padding-bottom: 50px !important;
}
@media (max-width: 1080px) {
  .side_contents__upper_slider {
    border: none;
    position: relative;
  }
  .side_contents__upper_slider .swiper-button-prev,
  .side_contents__upper_slider .swiper-button-next {
    bottom: inherit;
    top: 56px;
  }
  .side_contents__upper_slider:after {
    content: "";
    position: absolute;
    width: 89.3333333333%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    background-color: #b5b5b6;
  }
}
.side_contents__upper_slider, .side_contents__lower_slider {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  .side_contents__upper_slider, .side_contents__lower_slider {
    margin-bottom: 30px;
  }
}
.side_contents__upper_slider .swiper-slide img, .side_contents__lower_slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1080px) {
  .side_contents__upper_slider .swiper-button-prev, .side_contents__lower_slider .swiper-button-prev {
    left: 5.5vw;
  }
  .side_contents__upper_slider .swiper-button-next, .side_contents__lower_slider .swiper-button-next {
    right: 5.5vw;
  }
}
.side_contents__inner.categories .title {
  background-color: #8fc31f;
  margin-top: 30px;
}
.side_contents__inner.categories .title p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  width: 3em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.side_contents__inner.categories .title:first-child {
  margin-top: 50px;
}
.side_contents__inner.categories .categories_pc li {
  background-color: #fff;
}
.side_contents__inner.categories .categories_pc li a {
  display: block;
  font-size: 1.5rem;
  padding: 8.75px 1em;
  color: #231815;
}
.side_contents__inner.categories .categories_pc li.parent {
  border: 1px solid #c9caca;
  border-bottom: none;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
}
.side_contents__inner.categories .categories_pc li.parent a:link, .side_contents__inner.categories .categories_pc li.parent a:visited, .side_contents__inner.categories .categories_pc li.parent a:hover, .side_contents__inner.categories .categories_pc li.parent a:active {
  color: #231815;
}
.side_contents__inner.categories .categories_pc li.parent:first-child {
  margin-top: 20px;
}
.side_contents__inner.categories .categories_pc li.parent:before, .side_contents__inner.categories .categories_pc li.parent:after {
  content: "";
  position: absolute;
  top: 1.45em;
  right: 20px;
  margin: auto;
  width: 1em;
  height: 1px;
  background-color: #8fc31f;
}
.side_contents__inner.categories .categories_pc li.parent:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side_contents__inner.categories .categories_pc li.parent.active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.side_contents__inner.categories .categories_pc li.parent.both {
  border-bottom: 1px solid #c9caca;
}
.side_contents__inner.categories .categories_pc .children {
  background-color: #fff;
  border: 1px solid #c9caca;
  border-top: none;
  padding-bottom: 0.75em;
}
.side_contents__inner.categories .categories_pc .children a {
  padding: 0 1em;
  padding-left: 2em;
  line-height: 1.75;
  position: relative;
}
.side_contents__inner.categories .categories_pc .children a:link, .side_contents__inner.categories .categories_pc .children a:visited, .side_contents__inner.categories .categories_pc .children a:hover, .side_contents__inner.categories .categories_pc .children a:active {
  color: #898989;
}
.side_contents__inner.categories .categories_pc .children a:before {
  content: "";
  width: 0.75em;
  height: 1px;
  background-color: #898989;
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 0;
  margin: auto;
}
.side_contents__inner.categories .categories_pc .drop_box {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.side_contents__inner.categories .categories_pc .drop_box .children {
  border: none;
}

.mt-05em {
  margin-top: 0.5em;
}
.mt-1em {
  margin-top: 1em;
}
.mt-50 {
  margin-top: 50px;
}
.mt-500 {
  margin-top: 50px;
}
@media (min-width: 1080px) {
  .mt-500 {
    margin-top: 0px;
  }
}
.mt-020 {
  margin-top: 0px;
}
@media (min-width: 1080px) {
  .mt-020 {
    margin-top: 20px;
  }
}
.mt-050 {
  margin-top: 0px;
}
@media (min-width: 1080px) {
  .mt-050 {
    margin-top: 50px;
  }
}
.mt-1500 {
  margin-top: 15px;
}
@media (min-width: 1080px) {
  .mt-1500 {
    margin-top: 0px;
  }
}
.mt-2025 {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  .mt-2025 {
    margin-top: 25px;
  }
}
.mt-2550 {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  .mt-2550 {
    margin-top: 50px;
  }
}
.mt-3000 {
  margin-top: 30px;
}
@media (min-width: 1080px) {
  .mt-3000 {
    margin-top: 0px;
  }
}
.mt-3035 {
  margin-top: 30px;
}
@media (min-width: 1080px) {
  .mt-3035 {
    margin-top: 35px;
  }
}
.mt-3550 {
  margin-top: 35px;
}
@media (min-width: 1080px) {
  .mt-3550 {
    margin-top: 50px;
  }
}

h2 {
  text-align: center;
}
h2 .title__jp {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  color: #585757;
  display: block;
  font-weight: bold;
}
@media (min-width: 1080px) {
  h2 .title__jp {
    font-size: 2rem;
  }
}
h2 .title__en {
  display: block;
  font-size: 2.25rem;
}
@media (min-width: 1080px) {
  h2 .title__en {
    font-size: 2.2rem;
    margin-top: 4px;
  }
}

.swiper_categories,
.swiper_newcontent,
.swiper_event,
.swiper_experience {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
@media (min-width: 1080px) {
  .swiper_categories,
  .swiper_newcontent,
  .swiper_event,
  .swiper_experience {
    padding: 0 40px;
    margin-top: 30px;
  }
  .swiper_categories:before, .swiper_categories:after,
  .swiper_newcontent:before,
  .swiper_newcontent:after,
  .swiper_event:before,
  .swiper_event:after,
  .swiper_experience:before,
  .swiper_experience:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: 2;
  }
  .swiper_categories:before,
  .swiper_newcontent:before,
  .swiper_event:before,
  .swiper_experience:before {
    left: 0;
  }
  .swiper_categories:after,
  .swiper_newcontent:after,
  .swiper_event:after,
  .swiper_experience:after {
    right: 0;
    z-index: 1;
  }
}
.swiper_categories .swiper-slide .date, .swiper_categories .swiper-slide .title,
.swiper_newcontent .swiper-slide .date,
.swiper_newcontent .swiper-slide .title,
.swiper_event .swiper-slide .date,
.swiper_event .swiper-slide .title,
.swiper_experience .swiper-slide .date,
.swiper_experience .swiper-slide .title {
  color: #231815;
}
.swiper_categories .swiper-slide .date,
.swiper_newcontent .swiper-slide .date,
.swiper_event .swiper-slide .date,
.swiper_experience .swiper-slide .date {
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  .swiper_categories .swiper-slide .date,
  .swiper_newcontent .swiper-slide .date,
  .swiper_event .swiper-slide .date,
  .swiper_experience .swiper-slide .date {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}
.swiper_categories .swiper-slide .title,
.swiper_newcontent .swiper-slide .title,
.swiper_event .swiper-slide .title,
.swiper_experience .swiper-slide .title {
  font-size: 1.6rem;
}
@media (min-width: 1080px) {
  .swiper_categories .swiper-slide .title,
  .swiper_newcontent .swiper-slide .title,
  .swiper_event .swiper-slide .title,
  .swiper_experience .swiper-slide .title {
    margin-top: 0.2em;
    font-size: 1.5rem;
  }
}
.swiper_categories .swiper-slide a figure,
.swiper_newcontent .swiper-slide a figure,
.swiper_event .swiper-slide a figure,
.swiper_experience .swiper-slide a figure {
  aspect-ratio: 213/125;
}
.swiper_categories .swiper-slide a figure img,
.swiper_newcontent .swiper-slide a figure img,
.swiper_event .swiper-slide a figure img,
.swiper_experience .swiper-slide a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_categories .swiper-button-prev,
.swiper_categories .swiper-button-next,
.swiper_newcontent .swiper-button-prev,
.swiper_newcontent .swiper-button-next,
.swiper_event .swiper-button-prev,
.swiper_event .swiper-button-next,
.swiper_experience .swiper-button-prev,
.swiper_experience .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 64px;
  margin: auto;
}
@media (min-width: 1080px) {
  .swiper_categories .swiper-button-prev,
  .swiper_categories .swiper-button-next,
  .swiper_newcontent .swiper-button-prev,
  .swiper_newcontent .swiper-button-next,
  .swiper_event .swiper-button-prev,
  .swiper_event .swiper-button-next,
  .swiper_experience .swiper-button-prev,
  .swiper_experience .swiper-button-next {
    width: 28px;
    height: 28px;
    bottom: inherit;
    top: 48px;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
.swiper_categories .swiper-button-prev:hover,
.swiper_categories .swiper-button-next:hover,
.swiper_newcontent .swiper-button-prev:hover,
.swiper_newcontent .swiper-button-next:hover,
.swiper_event .swiper-button-prev:hover,
.swiper_event .swiper-button-next:hover,
.swiper_experience .swiper-button-prev:hover,
.swiper_experience .swiper-button-next:hover {
  opacity: 1;
}
.swiper_categories .swiper-button-prev,
.swiper_newcontent .swiper-button-prev,
.swiper_event .swiper-button-prev,
.swiper_experience .swiper-button-prev {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/slider_prev@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  .swiper_categories .swiper-button-prev,
  .swiper_newcontent .swiper-button-prev,
  .swiper_event .swiper-button-prev,
  .swiper_experience .swiper-button-prev {
    left: 0;
  }
}
.swiper_categories .swiper-button-prev:after,
.swiper_newcontent .swiper-button-prev:after,
.swiper_event .swiper-button-prev:after,
.swiper_experience .swiper-button-prev:after {
  content: "";
}
.swiper_categories .swiper-button-next,
.swiper_newcontent .swiper-button-next,
.swiper_event .swiper-button-next,
.swiper_experience .swiper-button-next {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/slider_next@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  .swiper_categories .swiper-button-next,
  .swiper_newcontent .swiper-button-next,
  .swiper_event .swiper-button-next,
  .swiper_experience .swiper-button-next {
    right: 0;
  }
}
.swiper_categories .swiper-button-next:after,
.swiper_newcontent .swiper-button-next:after,
.swiper_event .swiper-button-next:after,
.swiper_experience .swiper-button-next:after {
  content: "";
}
@media (max-width: 1080px) {
  .swiper_categories .swiper-button-prev,
  .swiper_newcontent .swiper-button-prev,
  .swiper_event .swiper-button-prev,
  .swiper_experience .swiper-button-prev {
    left: 5.5vw;
  }
  .swiper_categories .swiper-button-next,
  .swiper_newcontent .swiper-button-next,
  .swiper_event .swiper-button-next,
  .swiper_experience .swiper-button-next {
    right: 5.5vw;
  }
}

.swiper_categories .swiper-button-prev,
.swiper_categories .swiper-button-next {
  top: 14px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1080px) {
  .swiper_categories {
    padding: 0 15px;
    position: relative;
  }
  .swiper_categories:before, .swiper_categories:after {
    content: "";
    position: absolute;
    top: 0;
    width: 24px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
  }
  .swiper_categories:before {
    left: 0;
  }
  .swiper_categories:after {
    right: 0;
  }
  .swiper_categories .swiper-button-prev {
    left: 4vw;
  }
  .swiper_categories .swiper-button-next {
    right: 4vw;
  }
}

.main-visual {
  margin-top: 65px;
}
@media (min-width: 1080px) {
  .main-visual {
    margin-top: 170px;
  }
}
.main-visual__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (min-width: 1080px) {
  .main-visual__wrapper {
    padding-bottom: 30px;
  }
}
.main-visual .swiper_mainvisual .swiper-slide a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.main-visual .swiper_mainvisual .swiper-slide figure {
  width: 100%;
}
.main-visual .swiper_mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .swiper_mainvisual .swiper-button-prev,
.main-visual .swiper_mainvisual .swiper-button-next {
  width: 20px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  .main-visual .swiper_mainvisual .swiper-button-prev,
  .main-visual .swiper_mainvisual .swiper-button-next {
    width: 40px;
    height: 80px;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
.main-visual .swiper_mainvisual .swiper-button-prev:hover,
.main-visual .swiper_mainvisual .swiper-button-next:hover {
  opacity: 1;
}
.main-visual .swiper_mainvisual .swiper-button-prev {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/mv_slide_prev@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  .main-visual .swiper_mainvisual .swiper-button-prev {
    left: 23vw;
  }
}
@media (min-width: 1880px) {
  .main-visual .swiper_mainvisual .swiper-button-prev {
    left: 28vw;
  }
}
.main-visual .swiper_mainvisual .swiper-button-prev:after {
  content: "";
}
.main-visual .swiper_mainvisual .swiper-button-next {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/mv_slide_next@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  .main-visual .swiper_mainvisual .swiper-button-next {
    right: 23vw;
  }
}
@media (min-width: 1880px) {
  .main-visual .swiper_mainvisual .swiper-button-next {
    right: 28vw;
  }
}
.main-visual .swiper_mainvisual .swiper-button-next:after {
  content: "";
}
.main-visual .swiper_mainvisual .swiper-pagination {
  bottom: 0;
  z-index: 5;
}
.main-visual .swiper_mainvisual .swiper-pagination-bullet {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 6px;
  height: 6px;
}
@media (min-width: 1080px) {
  .main-visual .swiper_mainvisual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.main-visual .swiper_mainvisual .swiper-pagination-bullet-active {
  background-color: #727171;
}

@media (min-width: 1080px) {
  #new_contents.mt-3550 {
    margin-top: 43px;
    padding-top: 46px;
  }
}
#new_contents .swiper_newcontent:before, #new_contents .swiper_newcontent:after {
  background-color: #f7f8f8;
}

#experience .swiper_experience:before, #experience .swiper_experience:after {
  background-color: #f7f8f8;
}

#news {
  margin-bottom: 50px;
  padding: 50px 0;
  border-top: 1px solid #8fc31f;
  border-bottom: 1px solid #8fc31f;
}
@media (min-width: 1080px) {
  #news {
    margin-bottom: 90px;
    padding: 45px 0 50px;
  }
}
#news .news-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1080px) {
  #news .news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }
}
#news .news-list a {
  display: block;
  background-color: #f7f8f8;
  color: #231815;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 2em;
  position: relative;
}
@media (min-width: 1080px) {
  #news .news-list a {
    width: 50%;
    width: 28vw;
    max-width: 390px;
    padding: 15px 2.25em;
    padding-right: 4em;
  }
}
#news .news-list a .data, #news .news-list a .title {
  display: block;
}
@media (min-width: 1080px) {
  #news .news-list a .data {
    font-size: 1.3rem;
  }
}
@media (min-width: 1080px) {
  #news .news-list a .title {
    font-size: 1.5rem;
  }
}
#news .news-list a:after {
  content: "";
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/arrow_green_sp.svg");
  background-repeat: no-repeat;
  width: 7.5px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  #news .news-list a:after {
    background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/arrow_green_pc.svg");
    aspect-ratio: 8.7/17.5;
    width: 8.7px;
    height: 17.5px;
    right: 30px;
  }
}
#news .news-list #more_disp {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 1080px) {
  #news .news-list #more_disp {
    margin-top: 10px;
  }
}
#news .news-list #more_disp .btn_leadmore {
  color: #898989;
  font-size: 1.5rem;
  text-align: center;
  max-width: 162px;
  width: 100%;
  margin: 0 auto 0;
  border: 1px solid #898989;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1080px) {
  #news .news-list #more_disp .btn_leadmore {
    font-size: 1.2rem;
    max-width: 130px;
    line-height: 30px;
  }
}

#pages {
  color: #231815;
}
#pages .pages__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border: 1px solid #a9cf4c;
  color: #22ac38;
  margin-bottom: 25px;
  padding: 3.5px 1em;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  #pages .pages__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.5px 1em;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-width: 2px;
  }
}
#pages .pages__title:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #a9cf4c;
  opacity: 0.35;
  top: 3.5px;
  left: 3.5px;
  z-index: -1;
}
@media (min-width: 1080px) {
  #pages .pages__title:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 5px;
    left: 5px;
  }
}
@media (min-width: 1080px) {
  #pages .pages__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pages .pages__title .is_date {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
}
@media (min-width: 1080px) {
  #pages .pages__title .is_date {
    font-size: 1.6rem;
    margin-right: 1em;
  }
}
#pages .pages__main {
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.35;
}
@media (min-width: 1080px) {
  #pages .pages__main {
    font-size: 1.5rem;
    line-height: 1.53;
  }
}
#pages .pages__main .end_label {
  text-align: center;
  background-color: #d90026;
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 145px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1080px) {
  #pages .pages__main .end_label {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 200px;
  }
}
#pages .single_navi {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 10px;
}
@media (min-width: 1080px) {
  #pages .single_navi {
    grid-column-gap: 40px;
  }
}
#pages .single_navi .navi_left, #pages .single_navi .navi_center, #pages .single_navi .navi_right {
  width: 33%;
}
@media (min-width: 1080px) {
  #pages .single_navi .navi_left, #pages .single_navi .navi_center, #pages .single_navi .navi_right {
    width: 128px;
  }
}
#pages .single_navi .navi_left a, #pages .single_navi .navi_center a, #pages .single_navi .navi_right a {
  display: block;
  color: #231815;
  border: 1px solid #898989;
  text-align: center;
  line-height: 1.5;
  padding: 6px 0.5em;
}
@media (min-width: 1080px) {
  #pages .single_navi .navi_left a, #pages .single_navi .navi_center a, #pages .single_navi .navi_right a {
    padding: 6px 0.5em;
  }
}
#pages .single_navi .navi_center a {
  background-color: #dcdddd;
}
#pages .single_navi .navi_left a, #pages .single_navi .navi_right a {
  position: relative;
}
#pages .single_navi .navi_left a:after, #pages .single_navi .navi_right a:after {
  content: "";
  background: #898989;
  height: 10.3923048454px;
  width: 7.5px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0.1em;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  #pages .single_navi .navi_left a:after, #pages .single_navi .navi_right a:after {
    height: 12.124355653px;
    width: 12px;
  }
}
#pages .single_navi .navi_right a:after {
  right: 0.5em;
}
#pages .single_navi .navi_left a:after {
  left: 0.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#pages .attention {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 20px;
}
@media (min-width: 1080px) {
  #pages .attention {
    margin-top: 45px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#pages .section_label h2 {
  color: #fff;
  background-color: #b5b5b6;
  border-top: 1px solid #8fc31f;
  border-bottom: 1px solid #8fc31f;
  padding: 13px 1em;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (min-width: 1080px) {
  #pages .section_label h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
    padding: 9px 1em;
  }
}
#pages .page_info h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border: 1px solid #a9cf4c;
  color: #22ac38;
  margin-top: 50px;
  padding: 3.5px 1em;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  #pages .page_info h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.5px 1em;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-width: 2px;
  }
}
#pages .page_info h2:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #a9cf4c;
  opacity: 0.35;
  top: 3.5px;
  left: 3.5px;
  z-index: -1;
}
@media (min-width: 1080px) {
  #pages .page_info h2:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 5px;
    left: 5px;
  }
}
#pages .recommended_feature {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 14px;
}
@media (min-width: 1080px) {
  #pages .recommended_feature {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column-gap: 35px;
  }
}
#pages .recommended_feature li a .in-thumb {
  aspect-ratio: 650/380;
}
#pages .recommended_feature li a .in-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pages .recommended_feature li a .in-title {
  display: block;
  margin-top: 0.5em;
  color: #231815;
  font-size: 1.4rem;
}
@media (min-width: 1080px) {
  #pages .recommended_feature li a .in-title {
    font-size: 1.5rem;
  }
}
#pages .page_bottom_info h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border: 1px solid #a9cf4c;
  color: #22ac38;
  margin-top: 50px;
  padding: 3.5px 1em;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  #pages .page_bottom_info h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.5px 1em;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-width: 2px;
  }
}
#pages .page_bottom_info h2:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #a9cf4c;
  opacity: 0.35;
  top: 3.5px;
  left: 3.5px;
  z-index: -1;
}
@media (min-width: 1080px) {
  #pages .page_bottom_info h2:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 5px;
    left: 5px;
  }
}
#pages .page_bottom_info ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 14px;
}
@media (min-width: 1080px) {
  #pages .page_bottom_info ul {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column-gap: 35px;
  }
}
@media (min-width: 1080px) {
  #pages .page_bottom_info {
    padding-bottom: 100px;
  }
}
#pages.pb-50100 {
  padding-bottom: 45px;
}
@media (min-width: 1080px) {
  #pages.pb-50100 {
    padding-bottom: 95px;
  }
}
#pages.maxplus_channel {
  background-color: #fff;
}
#pages.maxplus_channel .pages__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border: 1px solid #a9cf4c;
  color: #22ac38;
  margin-bottom: 25px;
  padding: 3.5px 1em;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .pages__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.5px 1em;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-width: 2px;
  }
}
#pages.maxplus_channel .pages__title:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #a9cf4c;
  opacity: 0.35;
  top: 3.5px;
  left: 3.5px;
  z-index: -1;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .pages__title:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 5px;
    left: 5px;
  }
}
#pages.maxplus_channel .youtube_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .youtube_list {
    margin-top: 50px;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-column-gap: 35px;
    grid-row-gap: 30px;
  }
}
#pages.maxplus_channel .youtube_list li {
  width: 100%;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .youtube_list li {
    width: 47.1%;
  }
}
#pages.maxplus_channel .youtube_list iframe {
  width: 100%;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .youtube_list iframe {
    max-height: 209px;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 1080px) {
  #pages.maxplus_channel .youtube_list iframe {
    aspect-ratio: 16/9;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#pages.maxplus_channel .youtube_list .publish {
  margin-top: 0.75em;
  margin-bottom: 0.35em;
  font-size: 1.15rem;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .youtube_list .publish {
    font-size: 1.3rem;
  }
}
#pages.maxplus_channel .youtube_list .description {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1080px) {
  #pages.maxplus_channel .youtube_list .description {
    font-size: 1.5rem;
  }
}
#pages.contact_page .pages__title {
  margin-top: 0;
}
#pages.contact_page .contact_page__infomations {
  background-color: #f5f0e9;
  padding: 22.5px 20px;
  font-size: 1rem;
}
@media (min-width: 1080px) {
  #pages.contact_page .contact_page__infomations {
    padding: 30px;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column-gap: 1em;
  }
}
#pages.contact_page .contact_page__infomations .title {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 1080px) {
  #pages.contact_page .contact_page__infomations .title {
    font-size: 2rem;
  }
}
#pages.contact_page .contact_page__infomations .message {
  font-size: 1rem;
  margin-top: 0.5em;
}
@media (min-width: 1080px) {
  #pages.contact_page .contact_page__infomations .message {
    font-size: 1.3rem;
  }
}
@media (max-width: 1080px) {
  #pages.contact_page .contact_page__infomations .pc-left {
    text-align: center;
  }
}
#pages.contact_page .contact_page__infomations .pc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-column-gap: 20px;
}
@media (max-width: 1080px) {
  #pages.contact_page .contact_page__infomations .pc-right {
    margin-top: 20px;
  }
}
#pages.contact_page .contact_page__infomations .icon_phone {
  width: 40.25px;
}
@media (min-width: 1080px) {
  #pages.contact_page .contact_page__infomations .icon_phone {
    width: 43px;
  }
}
#pages.contact_page .contact_page__infomations .number {
  font-size: 1.25rem;
}
@media (min-width: 1080px) {
  #pages.contact_page .contact_page__infomations .number {
    font-size: 1.3rem;
  }
}
#pages.contact_page .contact_page__infomations .number .numbers {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: bold;
  color: #8fc31f;
}
@media (min-width: 1080px) {
  #pages.contact_page .contact_page__infomations .number .numbers {
    font-size: 3.5rem;
  }
}
#pages.contact_page .step-bar {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1080px) {
  #pages.contact_page .step-bar {
    margin-top: 70px;
  }
}
#pages.contact_page .step-bar .step {
  width: 32.2388059701%;
  max-width: 108px;
  background-color: #efefef;
  color: #6aa730;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 1080px) {
  #pages.contact_page .step-bar .step {
    width: 31.6455696203%;
    max-width: 250px;
    line-height: 50px;
    font-size: 1.5rem;
  }
}
#pages.contact_page .step-bar .step .num {
  margin-right: 0.25em;
}
#pages.contact_page .step-bar .step.current {
  background-color: #e3efd0;
}
#pages.contact_page .input-wrapper dl {
  margin-top: 22px;
}
#pages.contact_page .input-wrapper dl:first-child {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper dl {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column-gap: 44px;
  }
  #pages.contact_page .input-wrapper dl:first-child {
    margin-top: 50px;
  }
}
#pages.contact_page .input-wrapper dl dt {
  width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper dl dt {
    width: 235px;
    min-width: 235px;
    padding: 1em 0;
    font-size: 1.5rem;
  }
}
#pages.contact_page .input-wrapper dl dt.required {
  position: relative;
}
#pages.contact_page .input-wrapper dl dt.required:before {
  content: "必須";
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: #c30d23;
  line-height: 14px;
  height: 14px;
  width: 35px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper dl dt.required:before {
    font-size: 1.4rem;
    width: 50px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 1080px) {
  #pages.contact_page .input-wrapper dl dt.required {
    padding-right: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#pages.contact_page .input-wrapper dl dd {
  width: 100%;
}
#pages.contact_page .input-wrapper dl dd input, #pages.contact_page .input-wrapper dl dd textarea {
  color: #231815;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c9caca;
  border-radius: 3px;
  font-size: 1.4rem;
}
#pages.contact_page .input-wrapper dl dd input:focus, #pages.contact_page .input-wrapper dl dd textarea:focus {
  outline: none;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper dl dd input, #pages.contact_page .input-wrapper dl dd textarea {
    border-radius: 5px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1080px) {
  #pages.contact_page .input-wrapper dl dd input, #pages.contact_page .input-wrapper dl dd textarea {
    margin-top: 14px;
  }
}
#pages.contact_page .input-wrapper dl dd input::-webkit-input-placeholder, #pages.contact_page .input-wrapper dl dd textarea::-webkit-input-placeholder {
  color: #9fa0a0;
}
#pages.contact_page .input-wrapper dl dd input::-moz-placeholder, #pages.contact_page .input-wrapper dl dd textarea::-moz-placeholder {
  color: #9fa0a0;
}
#pages.contact_page .input-wrapper dl dd input:-ms-input-placeholder, #pages.contact_page .input-wrapper dl dd textarea:-ms-input-placeholder {
  color: #9fa0a0;
}
#pages.contact_page .input-wrapper dl dd input::-ms-input-placeholder, #pages.contact_page .input-wrapper dl dd textarea::-ms-input-placeholder {
  color: #9fa0a0;
}
#pages.contact_page .input-wrapper dl dd input::placeholder, #pages.contact_page .input-wrapper dl dd textarea::placeholder {
  color: #9fa0a0;
}
#pages.contact_page .input-wrapper dl dd input {
  line-height: 33px;
  padding: 0 1em;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper dl dd input {
    line-height: 46px;
  }
}
#pages.contact_page .input-wrapper dl dd textarea {
  line-height: 1.5;
  padding: 1em;
}
#pages.contact_page .input-wrapper .txt__input {
  text-align: center;
  line-height: 1.35;
  margin-top: 20px;
  font-size: 1.4rem;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper .txt__input {
    margin-top: 35px;
    font-size: 1.5rem;
  }
}
#pages.contact_page .input-wrapper .txt__input .red {
  color: #c30d23;
}
#pages.contact_page .input-wrapper .txt__input .hide-pc {
  display: block;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper .txt__input .hide-pc {
    display: none;
  }
}
#pages.contact_page .input-wrapper .txt__input .underline {
  text-decoration: underline;
}
#pages.contact_page .input-wrapper .txt__input .green {
  color: #8fc31f;
}
#pages.contact_page .input-wrapper .submit-wrapper {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 1em;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper .submit-wrapper {
    margin-top: 45px;
    margin-bottom: 100px;
  }
}
#pages.contact_page .input-wrapper .submit-wrapper .btn, #pages.contact_page .input-wrapper .submit-wrapper .submit {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  max-width: 162px;
  min-width: 162px;
  width: 100%;
  line-height: 34px;
  height: 36px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #ccc;
}
@media (min-width: 1080px) {
  #pages.contact_page .input-wrapper .submit-wrapper .btn, #pages.contact_page .input-wrapper .submit-wrapper .submit {
    width: 200px;
    max-width: inherit;
    min-width: inherit;
    height: 46px;
    line-height: 44px;
    font-size: 1.5rem;
  }
}
#pages.contact_page .input-wrapper .submit-wrapper .btn[name=submitConfirm], #pages.contact_page .input-wrapper .submit-wrapper .submit[name=submitConfirm] {
  cursor: pointer;
  color: #fff;
  background-color: #8fc31f;
}
#pages.contact_page .input-wrapper .submit-wrapper #submitforword .submit {
  color: #fff;
  background-color: #8fc31f;
}
@media (min-width: 1080px) {
  #pages.contact_page .mw_wp_form.mw_wp_form_confirm dd {
    padding: 1em 0;
  }
}
#pages.contact_page .send_complete {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 1080px) {
  #pages.contact_page .send_complete {
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
#pages.contact_page .send_complete .btn__home {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  max-width: 162px;
  min-width: 162px;
  margin: 25px auto 0;
  width: 100%;
  line-height: 34px;
  height: 36px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #8fc31f;
  color: #fff;
}
@media (min-width: 1080px) {
  #pages.contact_page .send_complete .btn__home {
    width: 200px;
    max-width: inherit;
    min-width: inherit;
    margin: 50px auto 0;
    margin-bottom: 100px;
    height: 46px;
    line-height: 44px;
    font-size: 1.5rem;
  }
}

.countdown__wrapper .after_count_up {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: 0.6s;
          transform: 0.6s;
  opacity: 0;
}
@media (min-width: 1080px) {
  .countdown__wrapper .after_count_up {
    font-size: 2rem;
  }
}
.countdown__wrapper .after_count_up.hide {
  height: 0;
  overflow: hidden;
}
.countdown__wrapper .after_count_up.show {
  opacity: 1;
}
.countdown__message {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1080px) {
  .countdown__message {
    font-size: 2rem;
  }
}
.countdown__body {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.countdown__body.hide {
  opacity: 0;
}
.countdown__body.none .countdown__box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.countdown__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 1px solid #fff100;
  background-color: #c30d23;
  color: #fff;
  font-family: Impact;
  line-height: 1;
  letter-spacing: 1px;
  margin: 10px auto 36px;
  padding: 8px 0;
  font-size: 1.8rem;
  height: 60px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.countdown__box.show {
  opacity: 1;
}
@media (min-width: 1080px) {
  .countdown__box {
    margin: 10px auto 56px;
    padding: 13px 0;
    border-width: 3px;
    font-size: 3rem;
    height: 103px;
  }
}
.countdown__box #day {
  font-size: 4.5rem;
  margin-right: 0.1em;
  margin-bottom: -0.05em;
}
@media (min-width: 1080px) {
  .countdown__box #day {
    font-size: 7.5rem;
  }
}
.countdown__box #hour {
  margin-left: 0.5em;
  margin-right: 0.1em;
  margin-bottom: -0.025em;
  font-size: 3rem;
}
@media (min-width: 1080px) {
  .countdown__box #hour {
    font-size: 4.5rem;
  }
}
.countdown__box #minute {
  margin-left: 0.25em;
  margin-right: 0.1em;
  margin-bottom: -0.025em;
  font-size: 3rem;
}
@media (min-width: 1080px) {
  .countdown__box #minute {
    font-size: 4.5rem;
  }
}
.countdown__box #second {
  margin-left: 0.25em;
  margin-right: 0.1em;
  margin-bottom: -0.025em;
  font-size: 3rem;
}
@media (min-width: 1080px) {
  .countdown__box #second {
    font-size: 4.5rem;
  }
}
.countdown__box .fz30 {
  font-size: 2rem;
}
@media (min-width: 1080px) {
  .countdown__box .fz30 {
    font-size: 3rem;
  }
}
.countdown__box .fz40 {
  font-size: 2.6rem;
}
@media (min-width: 1080px) {
  .countdown__box .fz40 {
    font-size: 4rem;
  }
}
.countdown__box .fz42 {
  font-size: 2.8rem;
  margin-left: 0.1em;
  margin-bottom: -0.05em;
}
@media (min-width: 1080px) {
  .countdown__box .fz42 {
    font-size: 4.2rem;
  }
}

#is_shopinfo {
  font-size: 1.4rem;
  line-height: 1.35;
}
@media (min-width: 1080px) {
  #is_shopinfo {
    font-size: 1.5rem;
    line-height: 1.66;
    padding-bottom: 100px;
  }
}
#is_shopinfo h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border: 1px solid #a9cf4c;
  color: #22ac38;
  margin-bottom: 25px;
  padding: 3.5px 1em;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  #is_shopinfo h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.5px 1em;
    margin-bottom: 50px;
    font-size: 1.8rem;
    border-width: 2px;
  }
}
#is_shopinfo h2:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #a9cf4c;
  opacity: 0.35;
  top: 3.5px;
  left: 3.5px;
  z-index: -1;
}
@media (min-width: 1080px) {
  #is_shopinfo h2:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 5px;
    left: 5px;
  }
}
#is_shopinfo h2:not(:first-child) {
  margin-top: 45px;
}
@media (min-width: 1080px) {
  #is_shopinfo h2:not(:first-child) {
    margin-top: 95px;
  }
}
#is_shopinfo p:not([class]) {
  margin-bottom: 1.5em;
}
#is_shopinfo .wp-block-gallery {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#is_shopinfo .wp-block-gallery.one-line {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1080px) {
  #is_shopinfo .wp-block-gallery {
    margin-top: 3em;
  }
}
#is_shopinfo .shop-info {
  margin-top: 45px;
}
#is_shopinfo .shop-info dl {
  background-color: #f7f8f8;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 15px;
}
@media (min-width: 1080px) {
  #is_shopinfo .shop-info dl {
    padding: 18px;
    grid-column-gap: 18px;
  }
}
#is_shopinfo .shop-info dl dt {
  font-size: 1.25rem;
  font-weight: bold;
  min-width: 60px;
}
#is_shopinfo .shop-info dl dt span {
  display: block;
  width: 100%;
  text-justify: inter-character;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (min-width: 1080px) {
  #is_shopinfo .shop-info dl dt {
    font-size: 1.5rem;
    min-width: 70px;
  }
}
#is_shopinfo .shop-info dl:not(:first-child) {
  margin-top: 10px;
}
#is_shopinfo .shop-info dl.wide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1080px) {
  #is_shopinfo .shop-info dl.wide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#is_shopinfo .shop-info dl.wide dt {
  min-width: 100%;
}
#is_shopinfo .shop-info dl.wide dt span {
  text-justify: inherit;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (min-width: 1080px) {
  #is_shopinfo .shop-info dl.wide dt {
    min-width: 240px;
  }
}
#is_shopinfo .shop-info dl.wide dt dd figure img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#is_shopinfo .shop-info dl .size-66_pc {
  margin-top: 5px;
  height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1080px) {
  #is_shopinfo .shop-info dl .size-66_pc {
    height: 30px;
  }
}
#is_shopinfo .shop-info dl .size-66_pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1080px) {
  #is_shopinfo .googlemap {
    width: 100%;
    height: 245px;
  }
}

.return-to-top a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  margin: 35px auto;
  padding: 0 1.5em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #8fc31f;
  position: relative;
}
@media (min-width: 1080px) {
  .return-to-top a {
    width: 300px;
    margin: 65px auto;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
  }
}
.return-to-top a:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 2px;
  right: -3px;
}

body.single-item .sale-percentage .percentage {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
}
body.single-item .sale-percentage .number {
  line-height: 1;
}
body.single-item .sale-percentage .symbol {
  line-height: 1;
}
body.single-item .sale-percentage .off {
  width: 100%;
}
body.single-item .item-content {
  width: 100%;
}
@media (min-width: 1080px) {
  body.single-item .item-content {
    max-width: 790px;
  }
}
@media (max-width: 1080px) {
  body.single-item .item-content {
    overflow: hidden;
  }
}
body.single-item .item-content__mainvisual {
  position: relative;
  padding-top: 5px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual {
    margin-top: 0;
    padding-top: 0;
  }
}
body.single-item .item-content__mainvisual .sale-percentage {
  width: 75px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual .sale-percentage {
    width: 132px;
  }
}
body.single-item .item-content__mainvisual .percentage {
  font-weight: 800;
  font-style: normal;
  top: 15px;
  text-indent: 0.1em;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual .percentage {
    top: 25px;
  }
}
body.single-item .item-content__mainvisual .percentage .number {
  font-size: 2.8rem;
  font-weight: bold;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual .percentage .number {
    font-size: 5rem;
  }
}
body.single-item .item-content__mainvisual .percentage .symbol {
  font-size: 1.65rem;
  margin-bottom: 4px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual .percentage .symbol {
    font-size: 3rem;
  }
}
body.single-item .item-content__mainvisual .percentage .off {
  font-size: 1.65rem;
  line-height: 1;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual .percentage .off {
    font-size: 3rem;
  }
}
body.single-item .item-content__mainvisual .label-image {
  width: 90px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1080px) {
  body.single-item .item-content__mainvisual .label-image {
    width: 130px;
  }
}
body.single-item .item-content__information {
  background-color: #fff;
  margin-top: 25px;
  border-top: 1px solid #8bc01f;
  border-bottom: 1px solid #8bc01f;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information {
    padding: 30px 0;
  }
}
body.single-item .item-content__information .infomation_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body.single-item .item-content__information .infomation_inner .sale-percentage {
  position: relative;
  width: 65px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .sale-percentage {
    width: 70px;
  }
}
body.single-item .item-content__information .infomation_inner .sale-percentage .percentage {
  top: 0.85em;
  left: 0;
  right: 0;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .sale-percentage .percentage {
    top: 0.95em;
  }
}
body.single-item .item-content__information .infomation_inner .sale-percentage .percentage .number {
  font-size: 2.5rem;
}
body.single-item .item-content__information .infomation_inner .sale-percentage .percentage .symbol {
  font-size: 1.5rem;
}
body.single-item .item-content__information .infomation_inner .sale-percentage .percentage .off {
  line-height: 1;
  font-size: 1.5rem;
}
body.single-item .item-content__information .infomation_inner .item__infomation {
  text-align: right;
  color: #231815;
}
body.single-item .item-content__information .infomation_inner .item__detailes-wrapper {
  color: #231815;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__detailes-wrapper {
    margin-left: 20px;
    max-width: 460px;
    width: 100%;
  }
}
body.single-item .item-content__information .infomation_inner .item__body {
  margin-top: 1em;
  font-size: 1.4rem;
}
body.single-item .item-content__information .infomation_inner .item__information-wrapper {
  width: 100%;
  margin-top: 15px;
  color: #231815;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__information-wrapper {
    width: 33%;
  }
}
body.single-item .item-content__information .infomation_inner .item__name {
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  margin-top: 12px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__name {
    margin-top: 0;
    text-align: left;
  }
}
body.single-item .item-content__information .infomation_inner .item__period, body.single-item .item-content__information .infomation_inner .item__limited {
  color: #c0272d;
  font-size: 1.25rem;
  margin-top: 19px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__period, body.single-item .item-content__information .infomation_inner .item__limited {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
body.single-item .item-content__information .infomation_inner .item__price_base {
  font-size: 1.5rem;
  font-weight: bold;
  color: #231815;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__price_base {
    font-size: 2rem;
  }
}
body.single-item .item-content__information .infomation_inner .item__price {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 5px;
  color: #231815;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__price {
    font-size: 1.4rem;
  }
}
body.single-item .item-content__information .infomation_inner .item__price .price_discount {
  font-size: 4rem;
  color: #bf272d;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__price .price_discount {
    font-size: 3.5rem;
  }
}
body.single-item .item-content__information .infomation_inner .item__price .price_unit {
  margin-left: 0.25em;
}
body.single-item .item-content__information .infomation_inner .item__price .price_unit.tilde {
  position: relative;
  margin-left: 0;
}
body.single-item .item-content__information .infomation_inner .item__price .price_unit.tilde:before {
  content: "〜";
  margin-right: 0.25em;
  color: #c30d23;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__price .price_unit.tilde:before {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    font-size: 1.6rem;
  }
}
body.single-item .item-content__information .infomation_inner .item__status {
  line-height: 1;
  margin-top: 8px;
  font-size: 1.5rem;
  color: #bf272d;
  margin-bottom: 1em;
}
body.single-item .item-content__information .infomation_inner .item__label {
  margin-top: 0.5em;
  margin-left: auto;
  display: block;
  border: 1px solid #c9caca;
  border-radius: 2px;
  padding: 0 0.5em;
  font-size: 0.85rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 17.5px;
  text-align: center;
}
@media (min-width: 1080px) {
  body.single-item .item-content__information .infomation_inner .item__label {
    font-size: 1.1rem;
    line-height: 22px;
  }
}
body.single-item .item-content #item_size {
  margin-top: 1em;
  line-height: 1.5;
  color: #979797;
}
body.single-item .item-content #item_color {
  margin-top: 1em;
}
body.single-item .item-content #item_body {
  margin-top: 1em;
}
body.single-item .item-content .is_okawado_link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  margin: 35px auto;
  padding: 0 1.5em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #c2b4a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1080px) {
  body.single-item .item-content .is_okawado_link a {
    width: 300px;
    margin: 65px auto;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
  }
}
body.single-item .item-content .is_okawado_link a:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 2px;
  right: -3px;
}
body.single-item .item-content .is_okawado_link .icon_shop {
  display: block;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/item/icon_online@x2.svg");
  background-repeat: no-repeat;
  aspect-ratio: 26/24;
  width: 18px;
  height: auto;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1080px) {
  body.single-item .item-content .is_okawado_link .icon_shop {
    width: 26px;
  }
}
body.single-item .item-content .notice {
  color: #231815;
  line-height: 1.48;
  font-size: 1.35rem;
  margin-top: 15px;
}
@media (min-width: 1080px) {
  body.single-item .item-content .notice {
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 1.69;
  }
}
body.single-item .item-content__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
  grid-column-gap: 5px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__share {
    grid-column-gap: 15px;
    margin-top: 50px;
  }
}
body.single-item .item-content__share li {
  width: 25%;
  text-align: center;
}
body.single-item .item-content__share li a {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  line-height: 27px;
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 1080px) {
  body.single-item .item-content__share li a {
    border-radius: 3px;
    line-height: 35px;
    font-size: 1.4rem;
  }
}
body.single-item .item-content__share li a span {
  padding-left: 20px;
  position: relative;
}
body.single-item .item-content__share li a span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-item .item-content__share li.line a {
  background-color: #00ba01;
}
body.single-item .item-content__share li.line a span:before {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/svg_icons_line.svg");
}
body.single-item .item-content__share li.fb a {
  background-color: #4267b2;
}
body.single-item .item-content__share li.fb a span:before {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/svg_icons_fb.svg");
}
body.single-item .item-content__share li.x a {
  background-color: #1b95e0;
}
body.single-item .item-content__share li.x a span:before {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/svg_icons_x.svg");
}
body.single-item .item-content__share li.mail a {
  background-color: transparent;
  border: 1px solid #878787;
  color: #333;
}
body.single-item .item-content__share li.mail a span:before {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/svg_icons_mail.svg");
  height: 12px;
}
@media (min-width: 1080px) {
  body.single-item .item-content__share li.mail a span:before {
    height: 12px;
  }
}
body.single-item .return-to-button {
  max-width: 175px;
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #878787;
  font-size: 1.5rem;
  border: 1px solid #878787;
  margin: 50px auto;
}
@media (min-width: 1080px) {
  body.single-item .return-to-button {
    max-width: inherit;
    width: 200px;
    line-height: 47px;
    font-size: 1.6rem;
    margin: 100px auto;
  }
}
body.single-item .return-to-button a {
  display: block;
  color: #878787;
}
body.single-item .swiper_items {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media (min-width: 1080px) {
  body.single-item .swiper_items {
    width: 100%;
    padding: 0 36px;
    padding-bottom: 40px;
  }
  body.single-item .swiper_items:before, body.single-item .swiper_items:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #fff;
    width: 36px;
    height: 100%;
  }
  body.single-item .swiper_items:before {
    left: 0;
    z-index: 5;
  }
  body.single-item .swiper_items:after {
    right: 0;
  }
  body.single-item .swiper_items.is_pc figure {
    width: 172px;
    height: 101px;
  }
  body.single-item .swiper_items.is_pc figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.single-item .swiper_items.is_pc {
  padding-bottom: 0;
}
body.single-item .swiper_items.is_pc .swiper-button-next,
body.single-item .swiper_items.is_pc .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  body.single-item .swiper_items.is_pc .swiper-button-next,
  body.single-item .swiper_items.is_pc .swiper-button-prev {
    height: 27px;
  }
}
body.single-item .swiper_items .swiper-button-prev {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/slider_prev@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  body.single-item .swiper_items .swiper-button-prev {
    left: 0;
  }
}
body.single-item .swiper_items .swiper-button-prev:after {
  content: "";
}
body.single-item .swiper_items .swiper-button-next {
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/slider_next@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1080px) {
  body.single-item .swiper_items .swiper-button-next {
    right: 0;
  }
}
body.single-item .swiper_items .swiper-button-next:after {
  content: "";
}
@media (max-width: 1080px) {
  body.single-item .swiper_items .swiper-button-prev {
    left: 5.5vw;
  }
  body.single-item .swiper_items .swiper-button-next {
    right: 5.5vw;
  }
}
body.single-item .swiper_items .swiper-pagination {
  bottom: 0;
}
body.single-item .swiper_items .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
body.single-item .swiper_items .swiper-pagination-bullet-active {
  background-color: #808080;
}
body.single-item .swiper_items iframe {
  width: 100%;
}
@media (max-width: 1080px) {
  body.single-item .swiper_items.is_smart {
    margin-top: 0;
    overflow: inherit;
    position: relative;
  }
  body.single-item .swiper_items.is_smart .swiper-button-prev {
    left: -1em;
    top: -3em;
    bottom: 0;
    margin: auto;
  }
  body.single-item .swiper_items.is_smart .swiper-button-next {
    right: -1em;
    top: -3em;
    bottom: 0;
    margin: auto;
  }
  body.single-item .swiper_items.is_smart:before, body.single-item .swiper_items.is_smart:after {
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #fff;
    z-index: 2;
  }
  body.single-item .swiper_items.is_smart:before {
    left: -20px;
  }
  body.single-item .swiper_items.is_smart:after {
    right: -20px;
  }
}
body.single-item .swiper_items.is_smart .sale-percentage {
  top: 10px;
  left: 10px;
}
body.single-item .label-info__wrap {
  background-color: #8fc31f;
  color: #fff;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10.65px 1em;
  grid-column-gap: 1em;
  position: relative;
  z-index: 5;
}
@media (min-width: 1080px) {
  body.single-item .label-info__wrap {
    padding: 8.75px 1em;
    font-size: 1.5rem;
  }
}
body.single-item .swiper-slide.youtube {
  aspect-ratio: 16/9;
}
body.single-item .swiper-slide.youtube iframe {
  height: 100%;
}

#pages.event-campaign .pages__main {
  line-height: 1.35 !important;
}
@media (min-width: 1080px) {
  #pages.event-campaign .pages__main {
    line-height: 1.5 !important;
  }
}
#pages.event-campaign .swiper_post {
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 1080px) {
  #pages.event-campaign .swiper_post {
    margin-top: 40px;
  }
}
#pages.event-campaign .swiper_post .swiper-slide {
  width: 50%;
}
#pages.event-campaign .wp-block-image {
  margin-bottom: 1em;
}
#pages.event-campaign .show_categories {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25em;
}
@media (min-width: 1080px) {
  #pages.event-campaign .show_categories {
    margin-top: 60px;
  }
}
#pages.event-campaign .show_categories .cat_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 90%;
  margin: auto;
  padding: 8.75px 1em;
  background: #6DB328;
}
@media (min-width: 1080px) {
  #pages.event-campaign .show_categories .cat_name {
    font-size: 1.5rem;
    max-width: 380px;
    width: 100%;
  }
}
#pages.event-campaign .two_title {
  font-size: 23px;
  padding: 5px 5px 5px 5px;
  line-height: 1.5em;
  text-justify: inter-ideograph;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1080px) {
  #pages.event-campaign .two_title {
    font-size: 35px;
  }
}
#pages.event-campaign .two_days {
  font-size: 18px;
  margin: 0.5em auto 0;
  padding: 5px 5px 5px 5px;
  line-height: 2em;
  text-justify: inter-ideograph;
  border-bottom: 3px solid #B3B3B3;
  display: block;
  font-weight: bold;
  min-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (min-width: 1080px) {
  #pages.event-campaign .two_days {
    margin: 0.5em auto 0;
    min-width: 380px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
  }
}
#pages.event-campaign .green_tags {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
#pages.event-campaign .green_tags.std {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pages.event-campaign .green_tags.parallel {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#pages.event-campaign .green_tags li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #6DB328;
  font-size: 10px;
  font-weight: bold;
  width: fit-content;
  padding: 6.25px 1em;
  border: 1px solid #6DB328;
}
@media (min-width: 1080px) {
  #pages.event-campaign .green_tags li {
    font-size: 1.5rem;
    padding: 8.75px 1em;
  }
}

#item-page {
  color: #231815;
}
#item-page .content {
  margin-bottom: 50px;
}
@media (min-width: 1080px) {
  #item-page .content {
    margin-bottom: 100px;
  }
}
#item-page .sort-order {
  margin-top: 40px;
  font-size: 1rem;
}
@media (min-width: 1080px) {
  #item-page .sort-order {
    margin-top: 10px;
    font-size: 1.5rem;
    grid-column-gap: 16px;
  }
}
#item-page .sort-order .sort-list {
  width: 33%;
}
@media (min-width: 1080px) {
  #item-page .sort-order .sort-list {
    max-width: 250px;
  }
}
#item-page .sort-order .sort-list .title {
  font-weight: bold;
  position: relative;
}
#item-page .sort-order .sort-list .title span {
  display: inline-block;
  padding-right: 0.5em;
  background-color: #fff;
}
#item-page .sort-order .sort-list .title:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#item-page .sort-order .sort-list .title:before {
  width: 98%;
  left: 0;
  background-color: #b5b5b6;
  z-index: -2;
}
#item-page .sort-order .sort-list .gaps {
  grid-column-gap: 4px;
  margin-top: 2px;
}
@media (min-width: 1080px) {
  #item-page .sort-order .sort-list .gaps {
    grid-column-gap: 12px;
  }
}
#item-page .sort-order .sort-list a {
  display: block;
  width: 47.2222222222%;
  border-radius: 3px;
  border: 1px solid #b5b5b6;
  background-color: #fff;
  color: #231815;
  font-size: 1rem;
  line-height: 22.5px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1080px) {
  #item-page .sort-order .sort-list a {
    font-size: 1.5rem;
    border-radius: 5px;
    line-height: 36px;
  }
}
#item-page .sort-order .sort-list a:hover {
  background-color: #eff6df;
  border-color: #8fc31f;
}
#item-page .sort-order .sort-list a.active {
  background-color: #eff6df;
  border-color: #8fc31f;
}
#item-page .item-list__wrapper {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  #item-page .item-list__wrapper {
    width: 100%;
  }
}
#item-page .item-list__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 12px;
  grid-column-gap: 7px;
}
@media (min-width: 1080px) {
  #item-page .item-list__view {
    grid-row-gap: 7px;
  }
}
#item-page .item-list__view li {
  width: calc((100% - 7px) / 2);
  border: 1px solid #b5b5b6;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li {
    width: calc((100% - 14px) / 3);
  }
}
#item-page .item-list__view li a {
  color: #231815;
  display: block;
  height: 100%;
  position: relative;
}
#item-page .item-list__view li a figure {
  aspect-ratio: 162/131;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a figure {
    aspect-ratio: 79/64;
  }
}
#item-page .item-list__view li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#item-page .item-list__view li a .sale-percentage {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 7px;
  left: 7px;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a .sale-percentage {
    width: 70px;
    height: 70px;
    top: 10px;
    left: 10px;
  }
}
#item-page .item-list__view li a .sale-percentage .percentage {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0.45em;
  left: 0;
  right: 0;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a .sale-percentage .percentage {
    top: 0.9em;
  }
}
#item-page .item-list__view li a .sale-percentage .number {
  line-height: 1;
  font-size: 1.3rem;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a .sale-percentage .number {
    font-size: 2.6rem;
  }
}
#item-page .item-list__view li a .sale-percentage .symbol {
  line-height: 1;
  font-size: 0.75rem;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a .sale-percentage .symbol {
    font-size: 1.5rem;
  }
}
#item-page .item-list__view li a .sale-percentage .off {
  width: 100%;
  font-size: 0.75rem;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a .sale-percentage .off {
    font-size: 1.5rem;
  }
}
#item-page .item-list__view li a .label-info__wrap {
  background-color: #8fc31f;
  color: #fff;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.75px 0.35em;
  grid-column-gap: 1em;
}
@media (min-width: 1080px) {
  #item-page .item-list__view li a .label-info__wrap {
    padding: 7.25px 0.35em;
    font-size: 1.1rem;
  }
}
#item-page .item-list__view.is_pricing li:nth-child(n+10) {
  display: none;
}
#item-page .item-list__view.is_pricing li.show {
  display: block;
}
#item-page .item-list__details {
  display: block;
  padding: 7px;
}
@media (min-width: 1080px) {
  #item-page .item-list__details {
    padding: 15px;
  }
}
#item-page .item-list__details .pricing {
  text-align: right;
}
#item-page .item-list__details .item__price_base {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (min-width: 1080px) {
  #item-page .item-list__details .item__price_base {
    font-size: 1.4rem;
  }
}
#item-page .item-list__details .item__price_discount {
  font-size: 1.65rem;
  color: #c30d23;
  font-weight: bold;
}
@media (min-width: 1080px) {
  #item-page .item-list__details .item__price_discount {
    font-size: 2.4rem;
  }
}
#item-page .item-list__details .price_unit {
  font-size: 1.1rem;
  margin-left: 0.35em;
  margin-right: -0.75em;
}
@media (min-width: 1080px) {
  #item-page .item-list__details .price_unit {
    font-size: 1.4rem;
  }
}
#item-page .item-list__details .price_unit.tilde {
  position: relative;
  margin-left: 0;
}
#item-page .item-list__details .price_unit.tilde:before {
  content: "〜";
  margin-right: 0.25em;
  color: #c30d23;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
}
@media (min-width: 1080px) {
  #item-page .item-list__details .price_unit.tilde:before {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    font-size: 1.6rem;
  }
}
#item-page .item-list__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#item-page .item-list__information .item_option {
  display: block;
  margin-top: 5px;
}
@media (min-width: 1080px) {
  #item-page .item-list__information .item_option {
    margin-top: 20px;
  }
}
#item-page .item-list__information .item_option ul.direction-tags {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 1080px) {
  #item-page .item-list__information .item_option ul.direction-tags {
    gap: 8px;
  }
}
#item-page .item-list__information .item_option ul li {
  border: 1px solid #c9caca;
  border-radius: 2px;
  padding: 0 0.5em;
  font-size: 0.85rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 17.5px;
  text-align: center;
}
@media (min-width: 1080px) {
  #item-page .item-list__information .item_option ul li {
    font-size: 1.1rem;
    line-height: 22px;
  }
}
#item-page .item-list__information .item_option ul li.item__limited {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #c30d23;
}
#item-page .item-list__information .item_option ul li.item__limited span {
  border: 1px solid #c30d23;
  border-radius: 2px;
  padding: 0 0.5em;
  margin-right: 1em;
  color: #c30d23;
  font-size: 0.85rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 17.5px;
  text-align: center;
}
@media (min-width: 1080px) {
  #item-page .item-list__information .item_option ul li.item__limited span {
    font-size: 1.1rem;
    line-height: 22px;
  }
}
#item-page .show_more_item_list {
  background-color: #8fc31f;
  margin-top: 30px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  font-size: 1.8rem;
  color: #fff;
  line-height: 40px;
}
#item-page .show_more_item_list.hide {
  display: none;
}
#item-page .taxonomy__pagination {
  margin-top: 50px;
}
@media (min-width: 1080px) {
  #item-page .taxonomy__pagination {
    margin-top: 100px;
  }
}
#pages.categories {
  color: #231815;
}
#pages.categories .inner-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 1080px) {
  #pages.categories .inner-block-item {
    grid-column-gap: 30px;
  }
}
#pages.categories .inner-block-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #b5b5b6;
}
@media (min-width: 1080px) {
  #pages.categories .inner-block-item {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
#pages.categories .pull-left.inner-time {
  min-width: 65px;
  width: 65px;
  height: 65px;
  text-align: center;
  padding: 0.5em;
  position: relative;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left.inner-time {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
}
#pages.categories .pull-left.inner-time:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/categories/icon_calendar@x2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#pages.categories .pull-left.inner-time .in-year {
  font-size: 1.1rem;
  margin-top: -1px;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left.inner-time .in-year {
    font-size: 1.4rem;
  }
}
#pages.categories .pull-left.inner-time .in-day {
  font-size: 1.05rem;
}
#pages.categories .pull-left.inner-time .in-day span {
  display: block;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left.inner-time .in-day {
    font-size: 1.3rem;
  }
}
#pages.categories .pull-left.inner-time .font-24 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -2px;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left.inner-time .font-24 {
    font-size: 3rem;
  }
}
#pages.categories .pull-left .in-title {
  margin-bottom: 15px;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left .in-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-column-gap: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#pages.categories .pull-left .in-title a {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
  word-break: auto-phrase;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left .in-title a {
    font-size: 2rem;
  }
}
@media (min-width: 1080px) {
  #pages.categories .pull-left .in-title {
    margin-bottom: 30px;
  }
}
#pages.categories .pull-left .in-title .end_label {
  color: #fff;
  background-color: #c30d23;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 21px;
  padding: 0 1.5em;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left .in-title .end_label {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (max-width: 1080px) {
  #pages.categories .pull-left .in-title .end_label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 5px;
  }
}
#pages.categories .pull-left .in-thumb {
  border: 4px solid #ddd;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left .in-thumb {
    border-width: 10px;
  }
}
#pages.categories .pull-left .in-thumb img {
  width: 100%;
  height: 100%;
}
#pages.categories .pull-left .in-desc a {
  display: block;
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.35;
  margin-top: 10px;
}
@media (min-width: 1080px) {
  #pages.categories .pull-left .in-desc a {
    font-size: 1.5rem;
    line-height: 1.53;
    margin-top: 15px;
  }
}
#pages.categories .pull-left .in-desc .desc_title {
  display: block;
}
#pages.categories .categories__pagination {
  margin: 50px auto;
}
@media (min-width: 1080px) {
  #pages.categories .categories__pagination {
    margin: 100px auto;
  }
}
#pages.categories.event-campaign .inner_block.block-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  grid-row-gap: 40px;
}
@media (min-width: 1080px) {
  #pages.categories.event-campaign .inner_block.block-campaign {
    gap: 40px;
    grid-row-gap: 60px;
  }
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item {
  width: 47%;
  margin-bottom: 0;
  padding-bottom: 0;
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item:before {
  content: none;
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .in-thumb {
  border: none;
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .is_end,
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .cat_name {
  text-align: center;
  background-color: #6DB328;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
  padding: 3.25px 1em;
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .is_end {
  background: #a1a1a1;
  color: #fff;
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .event_info {
  margin-top: 1em;
  font-size: 1.2rem;
}
@media (min-width: 1080px) {
  #pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .event_info {
    font-size: 1.5rem;
  }
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .in-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #B3B3B3;
  margin-top: 0.75em;
  margin-bottom: 0;
  padding-bottom: 0.25em;
}
@media (min-width: 1080px) {
  #pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .in-title {
    font-size: 2rem;
    border-width: 2px;
  }
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .in-desc {
  font-size: 1rem;
  line-height: 2;
  margin-top: 10px;
}
@media (min-width: 1080px) {
  #pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .in-desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .btn_rounded {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 1em;
  line-height: 32px;
  font-size: 10px;
  font-weight: bold;
  color: #6DB328;
  border: 1px solid #6DB328;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1080px) {
  #pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .btn_rounded {
    font-size: 16px;
    border-width: 2px;
    line-height: 40px;
  }
}
#pages.categories.event-campaign .inner_block.block-campaign .inner-block-item .btn_rounded:hover {
  color: #fff;
  background: #6DB328;
}/*# sourceMappingURL=common.css.map */