@charset "UTF-8";
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://use.typekit.net/eow5idp.css");
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-appearance--SP {
    display: none !important;
  }
}
.p-appearance--PC {
  display: none !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-appearance--PC {
    display: block !important;
  }
}
.p-text, body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd *, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dt, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > p, body.post-type-archive-store .l-column .l-article button > a > span > p, body.tax-store_cat .l-column .l-article button > a > span > p, body.tax-store_tag .l-column .l-article button > a > span > p, body.single-products .l-article .l-article__intro .l-article__intro__prices > p, body.post-type-archive-products .l-article > ul > li > ul > li > a > p, body.archive .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.search .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.single .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.archive .l-article .l-article__block.l-article__about div > p, body.search .l-article .l-article__block.l-article__about div > p, body.single .l-article .l-article__block.l-article__about div > p, body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box *:not(i), body.support.support-supporters-club .l-voice .l-voice__list .l-voice__item p, body.support.support-supporters-club .l-training .l-training__list .l-training__box > div > p, body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p > a, body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p, body.business.business-wholesale .l-section .l-wholesaleBlock > div:first-of-type ul li p, body.business.business-development .l-conference .l-conference__list .l-conference__item > dd > p, body.business .l-intro .l-intro__list .l-intro__item > p, body.about-us.about-us-history .l-history .l-history__list .l-history__item > dd > p, body.about-us.about-us-history .l-episode-talk .l-episode-talk__box div > p, body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > div > p, body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div p, body.about-us.about-us-philosophy .l-mission .l-mission__content > div > p, body.about-us.about-us-message .l-message .l-message__block:nth-child(3) > div > p, body.about-us.about-us-message .l-message .l-message__block:nth-child(2) > div > p, body.page .l-main .l-intro .l-intro__lead, body.archive .l-main .l-intro .l-intro__lead, body.search .l-main .l-intro .l-intro__lead, body.tax .l-main .l-intro .l-intro__lead, body.single .l-main .l-intro .l-intro__lead, body.error404 .l-main .l-intro .l-intro__lead, body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > p, body.home .l-support .l-support__menu .l-support__menu__item > a > p, body .l-main .l-contents .l-section .l-section__lead *, body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > p, body .l-main .l-menu__list .l-menu__item > a > p,
body .l-main .l-menu__list .l-menu__item > span > p, body .l-main .l-page__lead, body .l-main .l-philosophy .l-philosophy__contents > div p, body .l-main .l-products .l-products__menu .l-products__menu__item > a > div > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > p, .p-movie__text, .p-rowList .p-rowList__item .p-rowList__item__text, .p-shadowBox p span, .p-shadowBox p, .p-columnBox .p-columnBox__text > p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #242424;
  text-align: justify;
  font-size: clamp(14px, 1.8229vw, 16px);
}

.p-button {
  display: block;
  width: 100%;
  border: initial;
  text-align: center;
  background-color: initial;
  cursor: pointer;
}
.p-button > a,
.p-button > span {
  display: block;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #12A8A4;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a,
  .p-button > span {
    display: inline-block;
    padding: 10px 15px 10px 30px;
  }
}
.p-button > a > span,
.p-button > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: clamp(13px, 1.6927083333vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span,
  .p-button > span > span {
    gap: 30px;
  }
}
.p-button > a > span > span,
.p-button > span > span > span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 3px 30px 0 10px;
  font-size: clamp(9px, 1.171875vw, 12px);
  color: white;
  border-radius: 40px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span,
  .p-button > span > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 15px;
  }
}
.p-button > a > span > span::before,
.p-button > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span::before,
  .p-button > span > span > span::before {
    bottom: 5.5px;
    width: calc(100% - 30px);
  }
}
.p-button > a > span > span::after,
.p-button > span > span > span::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  rotate: 45deg;
  width: 10px;
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span::after,
  .p-button > span > span > span::after {
    right: 14px;
    bottom: 9px;
  }
}
.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-tab {
    gap: 20px 40px;
  }
}
.p-tab .p-tab__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70px;
  margin-bottom: 60px;
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 1.4;
  text-align: center;
  color: #7F7865;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-tab .p-tab__label::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 30px;
  translate: -50% 0;
  background-color: #121212;
}
.p-tab .p-tab__content {
  width: 100%;
  display: none;
}
.p-tab .p-tab__switch {
  display: none;
}
.p-tab .p-tab__switch:checked + .p-tab__label {
  color: white;
  background-color: #121212;
}
.p-tab .p-tab__switch:checked + .p-tab__label + .p-tab__content {
  display: block;
}

.p-table {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-table > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-table > dl:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.p-table > dl > dt {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-table > dl > dt {
    width: 20%;
    margin-bottom: initial;
    text-align: right;
  }
}
.p-table > dl > dt > i {
  display: block;
  line-height: 1.4;
  font-size: 1.5em;
}
.p-table > dl > dt > small {
  display: block;
  margin-top: 10px;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-table > dl > dd {
    width: 80%;
    padding-left: 40px;
  }
}
.p-table > dl > dd a {
  color: #242424;
  text-decoration: underline;
}

.p-accordion {
  position: relative;
  cursor: pointer;
}
.p-accordion > dt > span {
  display: block;
  position: relative;
}
.p-accordion > dt > span::before, .p-accordion > dt > span::after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-accordion > dt > span::before {
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 2px;
}
.p-accordion > dt > span::after {
  right: 16.5px;
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 15px;
}
.p-accordion > dd {
  display: none;
}
.p-accordion.open > dt > span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-columnBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
}
.p-columnBox .p-columnBox__title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: auto;
  line-height: 1.6;
  font-size: clamp(20px, 2.6041666667vw, 40px);
  color: #12A8A4;
}
.p-columnBox .p-columnBox__title > small {
  display: block;
}
.p-columnBox .p-columnBox__title > small > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.p-columnBox .p-columnBox__title > span {
  display: block;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  font-size: clamp(16px, 2.0833333333vw, 24px);
  color: #242424;
  border-left: 10px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
.p-columnBox .p-columnBox__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-columnBox .p-columnBox__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-columnBox .p-columnBox__text {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-columnBox .p-columnBox__text > p:not(:last-child) {
  margin-bottom: 30px;
}

.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__img {
  grid-column: 2/3;
}
.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__title,
.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__text {
  grid-column: 1/2;
}

.p-title {
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-title span {
  display: block;
}
.p-title span.p-title__big {
  font-size: clamp(30px, 3.90625vw, 60px);
  color: #242424;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.p-title span.p-title__small {
  font-size: clamp(16px, 2.0833333333vw, 24px);
  color: #12A8A4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
.p-title.p-title--small span.p-title__big {
  font-size: 45px;
}
.p-title.p-title--big {
  position: relative;
}
.p-title.p-title--big > span.p-title__big {
  font-size: 11.5vw;
  opacity: 0.06;
}
.p-title.p-title--big > span.p-title__small {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: clamp(22px, 2.8645833333vw, 45px);
  color: #242424;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.p-title.p-title--alignLeft {
  text-align: left;
}

.p-shadowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
  padding: 40px;
  -webkit-box-shadow: 10px 10px 0 #12A8A4;
          box-shadow: 10px 10px 0 #12A8A4;
  border: 1px solid #242424;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-shadowBox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.p-shadowBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-shadowBox p:last-child::before {
  display: none;
  content: "";
  width: 2px;
  height: auto;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-shadowBox p:last-child::before {
    display: block;
  }
}
.p-shadowBox p span {
  display: block;
  min-width: 180px;
  text-align: center;
  font-weight: bold !important;
  color: #12A8A4;
}

.p-buttonsColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-buttonsColumn {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.p-link--external {
  display: inline-block;
}
.p-link--external > a,
.p-link--external > span {
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-left: 1px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
  cursor: pointer;
}
.p-link--external > a > span,
.p-link--external > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: auto;
  padding-left: 10px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  color: #12A8A4;
}
.p-link--external > a > span::after,
.p-link--external > span > span::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_external.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.p-link--external.p-link--external--noicon > a,
.p-link--external.p-link--external--noicon > span {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-link--external.p-link--external--noicon > a > span,
.p-link--external.p-link--external--noicon > span > span {
  gap: 10px;
}
.p-link--external.p-link--external--noicon > a > span::after,
.p-link--external.p-link--external--noicon > span > span::after {
  display: none;
}
.p-link--external.p-link--external--noicon:hover > a,
.p-link--external.p-link--external--noicon:hover > span {
  opacity: 0.5;
}

.p-rowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 60px;
  }
}
.p-rowList .p-rowList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-rowList .p-rowList__item .p-rowList__item__title {
  color: #12A8A4;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-rowList .p-rowList__item .p-rowList__item__title.p-rowList__item__title--alignCenter {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold;
}
.p-rowList .p-rowList__item.p-rowList__item--frame {
  display: block;
  border: 4px solid #12A8A4;
}
.p-rowList .p-rowList__item.p-rowList__item--frame .p-rowList__item--frame__title {
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 30px;
  background-color: #12A8A4;
}
.p-rowList .p-rowList__item.p-rowList__item--frame .p-rowList__item--frame__content {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList.p-rowList--two .p-rowList__item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList.p-rowList--three .p-rowList__item {
    width: calc(33.3333333333% - 40px);
  }
}
.p-movie__bg {
  background: url(../images/common/bg.png) no-repeat center center/cover;
}

.p-movie {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-movie__content {
  margin-bottom: 120px;
  max-width: 840px;
  margin-inline: auto;
}

.p-movie__head {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
  color: #12A8A4 !important;
}

.p-movie__text {
  margin-top: 50px;
}

.p-products__brand {
  margin-top: 45px;
}

.p-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 30px;
}
@media screen and (min-width: 768px) {
  .p-products__items {
    gap: 16px 44px;
  }
}
.p-products__item {
  width: calc((100% - 44px) / 2);
}
@media screen and (max-width: 600px) {
  .p-products__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-products__item {
    width: calc((100% - 44px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-products__item {
    width: calc((100% - 88px) / 3);
  }
}
.p-products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-products__image {
  width: 60px;
  height: auto;
  aspect-ratio: 100/76;
}
@media screen and (min-width: 768px) {
  .p-products__image {
    width: 100px;
  }
}
.p-products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products___body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FCFCFC;
  padding-left: 23px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-products___body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-products__name {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-products__name {
    font-size: 14px;
  }
}

.p-producs__products {
  margin-top: 45px;
}

.p-products__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .p-products__tags {
    gap: 16px 6px;
  }
}

.p-products__tag {
  height: 42px;
  width: calc((100% - 9px) / 2);
}
@media screen and (max-width: 600px) {
  .p-products__tag {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-products__tag {
    width: calc((100% - 18px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-products__tag {
    width: 216px;
  }
}
.p-products__tagLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-products__tagLink {
    font-size: 12px;
  }
}
.p-products__tagLink:hover {
  background: #12A8A4;
  color: #fff;
  opacity: 1;
}

.p-producs__worries {
  margin-top: 45px;
}

.p-products__wrap {
  margin-top: 96px;
}

.p-products__search {
  margin-top: 60px;
  width: 100%;
  background: #F5F5F5;
  padding: 38px;
}
@media screen and (max-width: 600px) {
  .p-products__search {
    padding: 24px;
  }
}

.p-products__searchHead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-products__searchHead {
    font-size: 16px;
  }
}

.p-products__br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-products__br {
    display: block;
  }
}

.p-products__serachForm {
  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;
  overflow: hidden;
  border: 1px solid #12A8A4;
  border-radius: 3px;
  width: 100%;
  max-width: 715px;
  margin: 35px auto 0;
}

.p-products__serachForm label {
  width: 100%;
}

.p-products__serachForm input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.p-products__serachForm input::-webkit-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::-moz-placeholder {
  color: #777777;
}

.p-products__serachForm input:-ms-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::-ms-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::placeholder {
  color: #777777;
}

.p-products__serachForm button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 52px;
  border: none;
  background-color: #12A8A4;
  cursor: pointer;
}

.p-products__serachForm button::after {
  width: 33px;
  height: 33px;
  background: url(../images/common/icon_search.png) no-repeat center center/cover;
  background-repeat: no-repeat;
  content: "";
}

.p-header__bg {
  overflow: auto;
  height: calc(100svh - 100px);
}
@media screen and (max-width: 1024px) {
  .p-header__bg {
    overflow: visible;
    height: auto;
  }
}

.p-header__megaMenuButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .p-header__megaMenuButtonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
  }
}

.p-header__megaMenuHead {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__megaMenuHead a {
  font-size: clamp(22px, 2.8645vw, 40px);
  color: #fff !important;
}

.p-header__megaMenuButton {
  display: inline-block;
  border: initial;
  background-color: initial;
  cursor: pointer;
}
.p-header__megaMenuButton > a,
.p-header__megaMenuButton > span {
  display: block;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #12A8A4;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a,
  .p-header__megaMenuButton > span {
    display: inline-block;
    padding: 10px 15px 10px 30px;
  }
}
.p-header__megaMenuButton > a > span,
.p-header__megaMenuButton > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: clamp(13px, 1.6927083333vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span,
  .p-header__megaMenuButton > span > span {
    gap: 30px;
  }
}
.p-header__megaMenuButton > a > span > span,
.p-header__megaMenuButton > span > span > span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 3px 30px 0 10px;
  font-size: clamp(9px, 1.171875vw, 12px);
  color: white;
  border-radius: 40px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span,
  .p-header__megaMenuButton > span > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 15px;
  }
}
.p-header__megaMenuButton > a > span > span::before,
.p-header__megaMenuButton > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span::before,
  .p-header__megaMenuButton > span > span > span::before {
    bottom: 5.5px;
    width: calc(100% - 30px);
  }
}
.p-header__megaMenuButton > a > span > span::after,
.p-header__megaMenuButton > span > span > span::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  rotate: 45deg;
  width: 10px;
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span::after,
  .p-header__megaMenuButton > span > span > span::after {
    right: 14px;
    bottom: 9px;
  }
}
.p-megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-megamenu {
    gap: 16px 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-megamenu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 40px;
  }
}

.p-megamenu__wrap:first-of-type {
  width: 44.9444444444%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-megamenu__wrap:first-of-type {
    width: 100%;
    padding-right: 0;
  }
}
.p-megamenu__wrap:not(:first-of-type) {
  width: 27.7777777778%;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__wrap:not(:first-of-type) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-megamenu__wrap:not(:first-of-type) {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.p-megamenu__head {
  background: #000000;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__head {
    padding: 16px 8px;
    font-size: 16px;
  }
}

.p-megamenu__body {
  padding: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__body {
    padding: 30px 8px;
  }
}

.p-megamenu__britems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}

.p-megamenu__britem {
  width: 100%;
  max-width: 280px;
}

.p-megamenu__brlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-megamenu__brimage {
  width: 104px;
  height: auto;
  aspect-ratio: 104/72;
}
.p-megamenu__brimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-megamenu__br_body {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 25px;
  padding-right: 20px;
}

.p-megamenu__brname {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #12A8A4;
  text-align: left;
}

.p-megamenu__tag {
  text-align: left;
}

.p-megamenu__tagLink {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__tagLink {
    font-size: 14px;
  }
}

.p-aside__wrap {
  margin-top: 8px;
}

.p-aside__head {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 22px;
  border-left: 6px solid #12A8A4;
  color: #12A8A4;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  cursor: pointer;
}
.p-aside__head::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow.png) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-aside__head.js-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-aside__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.p-aside__image {
  width: 100px;
  height: auto;
  aspect-ratio: 100/76;
}
.p-aside__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-aside__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body #wrap {
  overflow: hidden !important;
}
body .l-floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-floating {
    gap: 5px;
  }
}
body .l-floating .l-toTop {
  min-width: 50px;
  min-height: 50px;
  background-color: #12A8A4;
  z-index: 10;
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-floating .l-toTop {
    width: 70px;
    height: 70px;
    pointer-events: visible;
  }
}
body .l-floating .l-toTop > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
body .l-floating .l-toTop > a > span {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(11px, 1.5625vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: white;
}
body .l-floating .l-toTop > a > span::before {
  display: block;
  content: "\f35b";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
}
body .l-floating .l-toTop.active {
  opacity: 1;
  pointer-events: visible;
}
body .l-floating .l-toTop.active > a {
  opacity: 1;
  pointer-events: visible;
}
body .l-floating > figure {
  width: auto;
  height: 50px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-floating > figure {
    height: 70px;
  }
}
body .l-floating > figure a {
  display: block;
  width: 100%;
  height: 100%;
}
body .l-floating > figure a img {
  width: auto;
  height: 100%;
}
body .l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  z-index: 11;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  body .l-header {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header {
    height: 100px;
    -webkit-box-shadow: 0 1px 30px rgba(36, 36, 36, 0.1);
            box-shadow: 0 1px 30px rgba(36, 36, 36, 0.1);
    background-color: white;
  }
}
body .l-header .l-header__contents {
  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;
  height: 60px;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents {
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, 200px) 1fr;
    grid-template-columns: minmax(min-content, 200px) 1fr;
    grid-template-rows: repeat(2, 1fr);
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .l-header .l-header__contents .l-header__onlineShop {
  width: 60px;
  height: 60px;
  margin-left: auto;
  padding: initial;
  border: initial;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__onlineShop {
    display: none;
  }
}
body .l-header .l-header__contents .l-header__onlineShop > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: white;
}
body .l-header .l-header__contents .l-header__onlineShop > a::before {
  display: block;
  content: "\f54f";
  margin-bottom: 2.5px;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  font-size: 2.25em;
}
body .l-header .l-header__contents .l-header__logo {
  width: 100%;
  max-width: 150px;
  height: 100%;
  margin-right: auto;
  margin: initial;
  padding: initial;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    max-width: 100%;
  }
}
body .l-header .l-header__contents .l-header__logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
body .l-header .l-header__contents .l-header__logo > a > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 85%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .l-header .l-header__contents .l-header__logo > a > img.l-header__logo--green {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__logo > a > img.l-header__logo--green {
    opacity: 1 !important;
  }
}
body .l-header .l-header__contents .l-header__logo > a > img.l-header__logo--white {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__logo > a > img.l-header__logo--white {
    opacity: 0 !important;
  }
}
body .l-header .l-header__contents .l-header__logo.is-active > a > img.l-header__logo--green {
  opacity: 1;
}
body .l-header .l-header__contents .l-header__logo.is-active > a > img.l-header__logo--white {
  opacity: 0;
}
body .l-header .l-header__contents .l-header__hamburger {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border: initial;
  background-color: initial;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__hamburger {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__hamburger {
    display: none;
  }
}
body .l-header .l-header__contents .l-header__hamburger::before {
  display: block;
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  color: #12A8A4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .l-header .l-header__contents .l-header__hamburger > ul {
  position: relative;
  width: 30px;
  height: 18px;
  margin-top: -10px;
}
body .l-header .l-header__contents .l-header__hamburger > ul > li {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  border-radius: 2px;
  background-color: #12A8A4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .l-header .l-header__contents .l-header__hamburger > ul > li:nth-child(1) {
  top: 0;
}
body .l-header .l-header__contents .l-header__hamburger > ul > li:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .l-header .l-header__contents .l-header__hamburger > ul > li:nth-child(3) {
  bottom: 0;
}
body .l-header .l-header__contents .l-header__hamburger.is-active::before {
  content: "CLOSE";
  color: #12A8A4;
}
body .l-header .l-header__contents .l-header__hamburger.is-active > ul > li {
  background-color: #12A8A4;
}
body .l-header .l-header__contents .l-header__hamburger.is-active > ul > li:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .l-header .l-header__contents .l-header__hamburger.is-active > ul > li:nth-child(2) {
  opacity: 0;
}
body .l-header .l-header__contents .l-header__hamburger.is-active > ul > li:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .l-header .l-header__contents .l-header__nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__nav {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav {
    grid-column: 2/3;
    grid-row: 2/3;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: unset;
    height: 100%;
    margin-right: 15px;
    margin-top: initial;
    background-color: unset;
    pointer-events: visible;
    overflow-y: visible;
    opacity: 1;
  }
}
body .l-header .l-header__contents .l-header__nav.is-active {
  opacity: 1;
  pointer-events: visible;
}
body .l-header .l-header__contents .l-header__nav > ul {
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul {
    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;
    max-width: 100%;
    height: 100%;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div {
  display: none;
  padding: 40px 20px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div {
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    padding: 60px 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div:hover {
  opacity: 1;
  pointer-events: visible;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > p {
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > p > a,
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > p > span {
  display: block;
  font-size: clamp(22px, 2.8645vw, 40px);
  color: white;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul {
    gap: 30px;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li {
    width: calc(25% - 22.5px);
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a,
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a,
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span {
    gap: 10px;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a > figure,
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span > figure {
  position: relative;
  overflow: hidden;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a > figure::before,
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span > figure::before {
  display: block;
  content: "";
  padding-top: 40%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a > figure::before,
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span > figure::before {
    padding-top: 62.5%;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a > figure > img,
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span > figure > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > a > p,
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu > div > ul > li > span > p {
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: clamp(12px, 1.6vw, 18px);
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--SP {
  position: relative;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--SP {
    display: none;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--SP::before, body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--SP::after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
  height: 1.5px;
  background-color: #12A8A4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--SP::after {
  rotate: 90deg;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--SP.open::after {
  rotate: 180deg;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--PC {
  display: none;
  position: relative;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--PC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--PC::before {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  content: "\f078";
  width: initial;
  height: initial;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  font-size: 11px;
  background-color: initial;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--PC:hover {
  color: white;
  background-color: #12A8A4;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--PC:hover + div {
  opacity: 1;
  pointer-events: visible;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu .l-header__nav__megaMenu--PC.selected {
  color: white;
  background-color: #12A8A4;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul {
  gap: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul {
    gap: 60px 30px;
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li {
    width: calc(20% - 24px);
  }
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li > a > figure {
  display: none;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li > ul {
  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;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li > ul > li > a > figure {
  -webkit-box-flex: 0.75;
      -ms-flex: 0.75;
          flex: 0.75;
}
body .l-header .l-header__contents .l-header__nav > ul .l-header__nav__megaMenu.l-header__nav__megaMenu--products > div > ul > li > ul > li > a > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul > li:not(:last-child) {
    margin-bottom: 0;
  }
}
body .l-header .l-header__contents .l-header__nav > ul > li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul > li:nth-child(odd) {
    background-color: initial;
  }
}
body .l-header .l-header__contents .l-header__nav > ul > li > a,
body .l-header .l-header__contents .l-header__nav > ul > li > span,
body .l-header .l-header__contents .l-header__nav > ul > li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  height: 50px;
  padding-left: 20px;
  text-decoration: initial;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-transition: color 0.5s, background-color 0.5s, opacity 0.5s;
  transition: color 0.5s, background-color 0.5s, opacity 0.5s;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav > ul > li > a,
  body .l-header .l-header__contents .l-header__nav > ul > li > span,
  body .l-header .l-header__contents .l-header__nav > ul > li > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: initial;
    padding-bottom: initial;
    font-size: 16px;
  }
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a {
  height: 65px !important;
  color: #242424;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > small {
  font-size: 0.65em !important;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura {
  margin: 15px 15px 0 !important;
  border: 1px solid #12A8A4;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: initial !important;
  -webkit-box-direction: initial !important;
      -ms-flex-direction: initial !important;
          flex-direction: initial !important;
  height: auto !important;
  padding: initial !important;
  color: #242424;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold !important;
  color: #12A8A4 !important;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p > small {
  font-size: 0.75em !important;
  font-weight: bold !important;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video {
  margin: 15px 15px 0 !important;
  border: 1px solid #12A8A4;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: initial !important;
  -webkit-box-direction: initial !important;
      -ms-flex-direction: initial !important;
          flex-direction: initial !important;
  height: auto !important;
  padding: initial !important;
  color: #242424;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold !important;
  color: #12A8A4 !important;
}
body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p > small {
  font-size: 0.75em !important;
  font-weight: bold !important;
}
body .l-header .l-header__contents .l-header__nav > ul > li > a:hover {
  opacity: 0.3;
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 11;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__nav .l-header__nav__switch {
    left: initial;
    right: 71px;
    max-width: 500px;
    height: 70px;
  }
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  height: 100%;
  z-index: 2;
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #131313;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li {
    height: 100%;
    margin-bottom: 5px;
  }
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li > a,
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 100%;
  letter-spacing: 0.25em;
  color: white;
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li > a i,
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li > span i {
  font-weight: bold;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li > a i,
  body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li > span i {
    display: none;
  }
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li.current {
  background-color: #988263;
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch > ul > li.current > a {
  pointer-events: none;
}
body .l-header .l-header__contents .l-header__nav .l-header__nav__switch.wide {
  width: 100%;
}
body .l-header .l-header__contents .l-header__contacts {
  grid-column: 2/3;
  grid-row: 1/2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  height: 100%;
  margin-left: auto;
  padding: initial;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents .l-header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 15px;
  }
}
body .l-header .l-header__contents .l-header__contacts * {
  height: 100%;
}
@media screen and (min-width: 768px) {
  body .l-header .l-header__contents .l-header__contacts * {
    height: auto;
  }
}
body .l-header .l-header__contents .l-header__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 100%;
  padding: 10px;
}
body .l-header .l-header__contents .l-header__contacts ul > li {
  height: 100%;
}
body .l-header .l-header__contents .l-header__contacts ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
body .l-header .l-header__contents.changed::before {
  opacity: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-header .l-header__contents.changed .l-header__nav > ul > li > a {
    color: white;
  }
}
body .l-footer {
  position: relative;
  padding-bottom: 30px;
  background-color: #12A8A4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body .l-footer {
    padding-top: 80px;
    padding-bottom: initial;
  }
}
body .l-footer * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body .l-footer::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 200px 0px 100vh 100vw;
  opacity: 0.075;
}
body .l-footer .l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body .l-footer .l-footer__inner {
    gap: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .l-footer .l-footer__inner * {
  color: white;
}
body .l-footer .l-footer__inner .l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu {
    gap: 60px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    border-bottom: initial;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div > span,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div > a,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt > span,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt > a {
  display: block;
  font-weight: bold !important;
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div > span::before, body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div > span::after,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div > a::before,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div > a::after,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt > span::before,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt > span::after,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt > a::before,
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt > a::after {
  display: none;
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div {
  display: none;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > div {
    display: block;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt {
  padding: 15px 10px 15px 15px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dt {
    display: none;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd {
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd {
    display: block !important;
    background-color: initial;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd > ul {
  border-top: 1px solid white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd > ul {
    padding-left: 24px;
    list-style-type: disc;
    border-top: initial;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd > ul > li {
    border-bottom: initial;
  }
}
body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd > ul > li > a {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__menu .l-footer__menu__box > dd > ul > li > a {
    padding: initial;
  }
}
body .l-footer .l-footer__inner .l-footer__info {
  margin: auto;
  text-align: center;
  line-height: 1.8;
}
body .l-footer .l-footer__inner .l-footer__info > *:not(:last-child) {
  margin-bottom: 30px;
}
body .l-footer .l-footer__inner .l-footer__info .l-footer__info__logo img {
  display: block;
  width: 100%;
  max-width: 123px;
  margin: auto;
}
body .l-footer .l-footer__inner .l-footer__info .l-footer__info__address > span {
  display: block;
}
body .l-footer .l-footer__inner .l-footer__info .l-footer__info__address > span:not(:last-child) {
  margin-bottom: 15px;
}
body .l-footer .l-footer__inner .l-footer__info .l-footer__info__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__info .l-footer__info__menu {
    gap: 40px;
  }
}
body .l-footer .l-footer__inner .l-footer__info .l-footer__info__menu > li {
  width: 50%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-footer .l-footer__inner .l-footer__info .l-footer__info__menu > li {
    width: initial;
  }
}
body .l-copyright {
  text-align: center;
  padding: 10px;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1.5625vw, 14px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  background-color: white;
}
body .l-commonMenu {
  margin: initial !important;
  padding: initial !important;
}
body .l-commonMenu .l-commonMenu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .l-commonMenu .l-commonMenu__main .l-commonMenu__main__item {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-commonMenu .l-commonMenu__main .l-commonMenu__main__item {
    width: 50%;
    height: 400px;
  }
}
body .l-commonMenu .l-commonMenu__main .l-commonMenu__main__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body .l-commonMenu .l-commonMenu__main .l-commonMenu__main__item > a > figure {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 0;
  width: 100%;
  height: 100%;
  opacity: 0.34;
}
body .l-commonMenu .l-commonMenu__main .l-commonMenu__main__item > a > figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .l-commonMenu .l-commonMenu__main .l-commonMenu__main__item > a > h3 {
  position: relative;
}
body .l-commonMenu .l-commonMenu__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-commonMenu .l-commonMenu__banner {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body .l-commonMenu .l-commonMenu__banner > li {
  border: 1px solid #F5F5F5;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-commonMenu .l-commonMenu__banner > li {
    max-width: 335px;
  }
}
body .l-commonMenu .l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding: 30px;
}
body .l-commonMenu .l-sns > li {
  border: 1px solid #F5F5F5;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-commonMenu .l-sns > li {
    max-width: 64px;
  }
}
body .l-commonMenu .l-sns img {
  width: 64px;
}
body .contact .l-intro .l-intro__box {
  padding: 30px;
  border: 1px solid #988263;
  background-color: white;
}
body .contact .l-intro .l-intro__box 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;
  gap: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #988263;
}
body .contact .l-intro .l-intro__box h2 i {
  color: #06C755;
  font-size: 90px;
}
body .contact .l-intro .l-intro__box h2 > span {
  line-height: 1.8;
  font-size: 26px;
}
body .contact .l-intro .l-intro__box h2 > span > span {
  display: block;
}
body .contact .l-intro .l-intro__box dl {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
body .contact .l-intro .l-intro__box dl > dd {
  display: inline-block;
  text-align: justify;
}
body .l-main {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  body .l-main {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main {
    margin-top: 100px;
  }
}
body .l-main .l-triangleShadow {
  position: relative;
  overflow: hidden;
}
body .l-main .l-triangleShadow::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 200px 0px 100vh 100vw;
  opacity: 0.075;
  z-index: -1;
}
body .l-main .l-products .l-products__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .l-main .l-products .l-products__menu .l-products__menu__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-products .l-products__menu .l-products__menu__item {
    width: 50%;
  }
}
body .l-main .l-products .l-products__menu .l-products__menu__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
body .l-main .l-products .l-products__menu .l-products__menu__item > a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.89);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-products .l-products__menu .l-products__menu__item > a > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    min-height: 148px;
  }
}
body .l-main .l-products .l-products__menu .l-products__menu__item > a > div > p {
  font-size: clamp(8px, 1.0416666667vw, 20px) !important;
}
body .l-main .l-products .l-products__menu .l-products__menu__item > a > div > h3 > span:first-child {
  font-size: clamp(18px, 2.34375vw, 45px);
}
body .l-main .l-products .l-products__menu .l-products__menu__item > a > div > h3 > span:last-child {
  font-size: clamp(10px, 1.3020833333vw, 24px);
}
body .l-main .l-pickup__articles {
  overflow: visible;
}
body .l-main .l-pickup__articles .l-pickup__articles__item > *:not(:last-child) {
  margin-bottom: 10px;
  display: block;
}
body .l-main .l-pickup__articles .l-pickup__articles__item h3 {
  font-size: 18px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body .l-main .l-pickup__articles .l-pickup__articles__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-pickup__articles .l-pickup__articles__item ul {
    gap: 10px;
  }
}
body .l-main .l-pickup__articles .l-pickup__articles__item ul > li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  background-color: white;
}
body .l-main .l-pickup__articles .l-pickup__articles__item ul > li > a {
  display: block;
  padding: 5px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-pickup__articles .l-pickup__articles__item ul > li > a {
    padding: 10px 15px;
  }
}
body .l-main .l-philosophy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/philosophy_bg.png);
}
body .l-main .l-philosophy .l-philosophy__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 120px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-philosophy .l-philosophy__contents {
    display: grid;
    grid-template-columns: 0.25fr 1fr 1fr 0.15fr;
  }
}
body .l-main .l-philosophy .l-philosophy__contents .l-philosophy__contents__title {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: clamp(22.5px, 2.9296875vw, 45px);
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-philosophy .l-philosophy__contents .l-philosophy__contents__title {
    margin-bottom: 30px;
    text-align: left;
  }
}
body .l-main .l-philosophy .l-philosophy__contents > figure {
  grid-column: 3/5;
  grid-row: 1/7;
}
body .l-main .l-philosophy .l-philosophy__contents > div {
  grid-column: 2/3;
  grid-row: 3/4;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-philosophy .l-philosophy__contents > div {
    padding-left: initial;
    padding-right: initial;
  }
}
body .l-main .l-philosophy .l-philosophy__contents > div > p:not(:last-child),
body .l-main .l-philosophy .l-philosophy__contents > div > dl:not(:last-child) {
  margin-bottom: 30px;
}
body .l-main .l-philosophy .l-philosophy__contents > div > dl > dt {
  margin-bottom: 10px;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
body .l-main .l-development__menu {
  overflow: visible;
}
body .l-main .l-development__menu .swiper-wrapper .l-development__menu__item {
  background-color: white;
}
body .l-main .l-development__menu .swiper-wrapper .l-development__menu__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
body .l-main .l-development__menu .swiper-wrapper .l-development__menu__item > a > figure {
  position: relative;
  margin-bottom: 15px;
}
body .l-main .l-development__menu .swiper-wrapper .l-development__menu__item > a > figure > figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 38px;
}
body .l-main .l-development__menu .swiper-wrapper .l-development__menu__item > a > h3 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.4;
  text-align: center !important;
  font-weight: bold !important;
  color: #12A8A4 !important;
}
body .l-main .l-page__title {
  line-height: 1.6;
  text-align: center;
  color: #12A8A4;
  font-size: clamp(25px, 3.2552083333vw, 50px);
}
body .l-main .l-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}
body .l-main .l-menu__list .l-menu__item {
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-menu__list .l-menu__item {
    width: calc(50% - 15px);
  }
}
body .l-main .l-menu__list .l-menu__item > a,
body .l-main .l-menu__list .l-menu__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
}
body .l-main .l-menu__list .l-menu__item > a > h3,
body .l-main .l-menu__list .l-menu__item > span > h3 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
  color: #12A8A4 !important;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > *:not(:last-child) {
  margin-bottom: 15px;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > figure {
  position: relative;
  margin-bottom: 15px;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > figure > figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 50px;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > h3 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > ul > li {
  max-width: 70px;
}
body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > p {
  padding-left: 20px;
  padding-right: 20px;
}
body .l-main .l-article__related .l-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body .l-main .l-article__related .l-article__list .l-article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-article__related .l-article__list .l-article__item {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px;
  }
}
body .l-main .l-article__related .l-article__list .l-article__item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #12A8A4;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__thumb {
  grid-column: 1/2;
  grid-row: 1/3;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__title {
  grid-column: 2/3;
  grid-row: 1/2;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__title > a {
  display: block;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__title > a > time {
  display: block;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  font-size: clamp(14px, 1.8229166667vw, 20px);
  letter-spacing: 0.05em;
  color: #12A8A4;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__title > a > strong {
  font-size: clamp(14px, 1.8229166667vw, 20px);
  line-height: 1.4;
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  letter-spacing: 0.05em;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__categories {
  grid-column: 2/3;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: auto;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__categories > li {
  background-color: #EFF9F9;
}
body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__categories > li > a {
  display: block;
  padding: 10px;
  font-size: clamp(12px, 1.5625vw, 16px);
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-article__related .l-article__list .l-article__item .l-article__item__categories > li > a {
    padding: 15px;
  }
}
body .l-main .l-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-products__list {
    gap: 60px 30px;
  }
}
body .l-main .l-products__list .l-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-products__list .l-products__item {
    width: calc(33.3333333333% - 20px);
  }
}
body .l-main .l-products__list .l-products__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
body .l-main .l-products__list .l-products__item > a > figure {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  background-color: white;
}
body .l-main .l-products__list .l-products__item > a > figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .l-main .l-products__list .l-products__item > a > h3 {
  color: #12A8A4;
  line-height: 1.4;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body .l-main .l-products__list .l-products__item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
body .l-main .l-products__list .l-products__item > ul > li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  background-color: white;
}
body .l-main .l-products__list .l-products__item > ul > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
}
body .l-main .l-products__list > p {
  width: 100%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body .l-main .l-article__block .l-section__title {
  width: 100%;
}
body .l-main .l-article__block .l-article__block__title {
  margin-bottom: 30px;
  padding: 10px;
  font-size: clamp(20px, 2.6041666667vw, 28px);
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold;
  color: white;
  background-color: #12A8A4;
}
body .l-main .l-breadcrumbs {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  width: 100%;
  max-width: 1320px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-breadcrumbs {
    gap: 10px;
  }
}
body .l-main .l-breadcrumbs * {
  font-size: clamp(9px, 1.171875vw, 12px);
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body .l-main .l-breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-breadcrumbs > span {
    gap: 7.5px;
  }
}
body .l-main .l-breadcrumbs > span > a {
  display: block;
  color: #12A8A4;
}
body .l-main .l-breadcrumbs > span:not(:last-child)::after {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  border-top: 1px solid #242424;
  border-right: 1px solid #242424;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-breadcrumbs > span:not(:last-child)::after {
    width: 4px;
    height: 4px;
  }
}
body .l-main .l-hero {
  position: relative;
}
body .l-main .l-contents .l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body .l-main .l-contents .l-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body .l-main .l-contents .l-section .l-section__inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
body .l-main .l-contents .l-section .l-section__block:not(:last-child), body .l-main .l-contents .l-section .l-section__block:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body .l-main .l-contents .l-section .l-section__block:not(:last-child), body .l-main .l-contents .l-section .l-section__block:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
body .l-main .l-contents .l-section .l-section__lead > *:not(:last-child) {
  margin-bottom: 30px;
}
body .l-main .l-contents .l-section .l-section__lead.l-section__lead--center * {
  text-align: center !important;
}
body.home .l-hero {
  position: relative;
  height: 512px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-hero {
    height: auto;
  }
}
body.home .l-hero .l-hero__content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 30px);
  max-width: 420px;
  rotate: -5deg;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-hero .l-hero__content {
    left: 7.5%;
    top: 50%;
    bottom: initial;
    translate: 0 -50%;
    width: 25%;
  }
}
body.home .l-hero .l-hero__content #drawing--wrap {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .l-hero .l-hero__content #drawing--wrap #drawing .cls-1 {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
body.home .l-hero .l-hero__img {
  width: 100%;
  height: 100%;
}
body.home .l-hero .l-hero__img img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  right: -45%;
  top: 0;
}
@media screen and (min-width: 768px) {
  body.home .l-hero .l-hero__img img {
    position: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.home .l-pickup .l-pickup__important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 80px !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-pickup .l-pickup__important {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body.home .l-pickup .l-pickup__important > h3 {
  position: relative;
}
body.home .l-pickup .l-pickup__important > h3::before {
  display: block;
  content: "";
  position: absolute;
  left: 2.5px;
  top: 2.5px;
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
  z-index: -1;
}
body.home .l-pickup .l-pickup__important > h3 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: white;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  background-color: #12A8A4;
}
body.home .l-pickup .l-pickup__important > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
body.home .l-pickup .l-pickup__important > div > a * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.6;
  font-weight: bold !important;
}
body.home .l-philosophy .l-philosophy__contents {
  margin-top: -7%;
}
body.home .l-development {
  position: relative;
  width: 100%;
  height: 100%;
}
body.home .l-development::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/home/development_bg.jpg);
  opacity: 0.5;
}
body.home .l-development .l-section__inner {
  position: relative;
}
body.home .l-development .l-section__lead {
  max-width: 775px;
  margin-right: auto;
}
body.home .l-support {
  position: relative;
  width: 100%;
  height: 100%;
}
body.home .l-support::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/home/support_bg.jpg);
  opacity: 0.5;
}
body.home .l-support .l-section__inner {
  position: relative;
}
body.home .l-support .l-section__lead {
  max-width: 775px;
  margin-right: auto;
}
body.home .l-support .l-support__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-support .l-support__menu {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 60px 30px;
  }
}
body.home .l-support .l-support__menu .l-support__menu__item {
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-support .l-support__menu .l-support__menu__item {
    width: calc(50% - 15px);
  }
}
body.home .l-support .l-support__menu .l-support__menu__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .l-support .l-support__menu .l-support__menu__item > a > *:not(:last-child) {
  margin-bottom: 15px;
}
body.home .l-support .l-support__menu .l-support__menu__item > a > h3 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
  color: #12A8A4 !important;
}
body.home .l-sustainability {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/sustainability_bg.png);
}
body.home .l-sustainability .l-section__lead {
  max-width: 1164px;
  margin: auto;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > *:not(:last-child) {
  margin-bottom: 15px;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > figure {
  position: relative;
  margin-bottom: 15px;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > figure > figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 50px;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > h3 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > ul > li {
  max-width: 70px;
}
body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > p {
  padding-left: 20px;
  padding-right: 20px;
}
body.home .l-mission {
  position: relative;
}
body.home .l-mission::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/mission_bg.jpg);
  opacity: 0.14;
  z-index: -1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-mission .l-mission__contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr minmax(auto, 500px) 1fr 1fr 1fr;
    gap: 40px 0;
  }
}
body.home .l-mission .l-mission__contents h3 {
  grid-column: 3/6;
  grid-row: 1/2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: auto;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
body.home .l-mission .l-mission__contents h3 > span {
  display: block;
  font-size: clamp(30px, 3.90625vw, 38px);
}
body.home .l-mission .l-mission__contents > figure:nth-of-type(1) {
  grid-column: 2/4;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-mission .l-mission__contents > figure:nth-of-type(1) {
    margin-top: -40%;
  }
}
body.home .l-mission .l-mission__contents > figure:nth-of-type(2) {
  grid-column: 3/6;
  grid-row: 3/4;
}
body.home .l-mission .l-mission__contents > figure:nth-of-type(3) {
  grid-column: 5/8;
  grid-row: 1/2;
}
body.home .l-mission .l-mission__contents > figure.l-mission__contents__youtube {
  position: relative;
  background-color: #dacab9;
  cursor: pointer;
}
body.home .l-mission .l-mission__contents > figure.l-mission__contents__youtube > img {
  opacity: 0.65;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.home .l-mission .l-mission__contents > figure.l-mission__contents__youtube > p {
  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;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: clamp(14px, 1.8229166667vw, 18px);
  color: white;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
body.home .l-mission .l-mission__contents > figure.l-mission__contents__youtube > p i {
  font-size: 4em;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.home .l-mission .l-mission__contents > figure.l-mission__contents__youtube > p br {
    display: none;
  }
}
body.home .l-mission .l-mission__contents > figure.l-mission__contents__youtube:hover > img {
  opacity: 0.45;
}
body.home .l-mission .l-section__lead {
  text-align: center !important;
}
body.home .l-mission .l-section__lead * {
  text-align: center !important;
}
body.page .l-main, body.archive .l-main, body.search .l-main, body.tax .l-main, body.single .l-main, body.error404 .l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page .l-main .l-breadcrumbs, body.archive .l-main .l-breadcrumbs, body.search .l-main .l-breadcrumbs, body.tax .l-main .l-breadcrumbs, body.single .l-main .l-breadcrumbs, body.error404 .l-main .l-breadcrumbs {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
body.page .l-main .l-hero, body.archive .l-main .l-hero, body.search .l-main .l-hero, body.tax .l-main .l-hero, body.single .l-main .l-hero, body.error404 .l-main .l-hero {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page .l-main .l-hero, body.archive .l-main .l-hero, body.search .l-main .l-hero, body.tax .l-main .l-hero, body.single .l-main .l-hero, body.error404 .l-main .l-hero {
    height: 500px;
    padding-bottom: 80px;
  }
}
body.page .l-main .l-hero .l-hero__img, body.archive .l-main .l-hero .l-hero__img, body.search .l-main .l-hero .l-hero__img, body.tax .l-main .l-hero .l-hero__img, body.single .l-main .l-hero .l-hero__img, body.error404 .l-main .l-hero .l-hero__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page .l-main .l-hero .l-hero__img > img, body.archive .l-main .l-hero .l-hero__img > img, body.search .l-main .l-hero .l-hero__img > img, body.tax .l-main .l-hero .l-hero__img > img, body.single .l-main .l-hero .l-hero__img > img, body.error404 .l-main .l-hero .l-hero__img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page .l-main .l-hero .l-hero__title, body.archive .l-main .l-hero .l-hero__title, body.search .l-main .l-hero .l-hero__title, body.tax .l-main .l-hero .l-hero__title, body.single .l-main .l-hero .l-hero__title, body.error404 .l-main .l-hero .l-hero__title {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  translate: -50% -50%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.page .l-main .l-hero .l-hero__title, body.archive .l-main .l-hero .l-hero__title, body.search .l-main .l-hero .l-hero__title, body.tax .l-main .l-hero .l-hero__title, body.single .l-main .l-hero .l-hero__title, body.error404 .l-main .l-hero .l-hero__title {
    width: 25%;
    max-width: 342px;
  }
}
body.page .l-main .l-hero .l-hero__title::before, body.archive .l-main .l-hero .l-hero__title::before, body.search .l-main .l-hero .l-hero__title::before, body.tax .l-main .l-hero .l-hero__title::before, body.single .l-main .l-hero .l-hero__title::before, body.error404 .l-main .l-hero .l-hero__title::before {
  display: block;
  content: "";
  padding-top: 100%;
}
body.page .l-main .l-hero .l-hero__title > span, body.archive .l-main .l-hero .l-hero__title > span, body.search .l-main .l-hero .l-hero__title > span, body.tax .l-main .l-hero .l-hero__title > span, body.single .l-main .l-hero .l-hero__title > span, body.error404 .l-main .l-hero .l-hero__title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page .l-main .l-hero .l-hero__title > span > span:first-child, body.archive .l-main .l-hero .l-hero__title > span > span:first-child, body.search .l-main .l-hero .l-hero__title > span > span:first-child, body.tax .l-main .l-hero .l-hero__title > span > span:first-child, body.single .l-main .l-hero .l-hero__title > span > span:first-child, body.error404 .l-main .l-hero .l-hero__title > span > span:first-child {
  font-size: clamp(20px, 2.6041666667vw, 45px);
}
body.page .l-main .l-hero .l-hero__title > span > span:last-child, body.archive .l-main .l-hero .l-hero__title > span > span:last-child, body.search .l-main .l-hero .l-hero__title > span > span:last-child, body.tax .l-main .l-hero .l-hero__title > span > span:last-child, body.single .l-main .l-hero .l-hero__title > span > span:last-child, body.error404 .l-main .l-hero .l-hero__title > span > span:last-child {
  font-size: clamp(14px, 1.8229166667vw, 24px);
}
body.page .l-main .l-contents, body.archive .l-main .l-contents, body.search .l-main .l-contents, body.tax .l-main .l-contents, body.single .l-main .l-contents, body.error404 .l-main .l-contents {
  margin-top: -40px;
}
body.page .l-main .l-intro .l-intro__title, body.archive .l-main .l-intro .l-intro__title, body.search .l-main .l-intro .l-intro__title, body.tax .l-main .l-intro .l-intro__title, body.single .l-main .l-intro .l-intro__title, body.error404 .l-main .l-intro .l-intro__title {
  line-height: 1.6;
  text-align: center;
  color: #12A8A4;
  font-size: clamp(25px, 3.2552083333vw, 50px);
}
body.about-us.about-us-message .l-message .l-message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-message .l-message .l-message__block {
    display: grid;
    grid-template-columns: 0.25fr 1fr 1fr 0.25fr;
  }
}
body.about-us.about-us-message .l-message .l-message__block > div {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-message .l-message .l-message__block > div {
    padding-left: initial;
    padding-right: initial;
  }
}
body.about-us.about-us-message .l-message .l-message__block > div > p:not(:last-child) {
  margin-bottom: 30px;
}
body.about-us.about-us-message .l-message .l-message__block:first-child > figure {
  grid-column: 2/3;
  grid-row: 1/5;
}
body.about-us.about-us-message .l-message .l-message__block:first-child > h2 {
  grid-column: 3/4;
  grid-row: 2/3;
  margin: auto;
  font-size: clamp(32px, 4.1666666667vw, 64px);
  color: #12A8A4;
  line-height: 1.6;
}
body.about-us.about-us-message .l-message .l-message__block:first-child > p {
  grid-column: 3/4;
  grid-row: 3/4;
  margin: auto;
  font-size: 40px;
  font-size: clamp(20px, 2.6041666667vw, 40px);
}
body.about-us.about-us-message .l-message .l-message__block:nth-child(2) > figure {
  grid-column: 3/5;
  grid-row: 1/3;
}
body.about-us.about-us-message .l-message .l-message__block:nth-child(2) > div {
  grid-column: 2/3;
  grid-row: 1/3;
  margin: auto;
}
body.about-us.about-us-message .l-message .l-message__block:nth-child(3) > figure {
  grid-column: 1/3;
  grid-row: 1/3;
}
body.about-us.about-us-message .l-message .l-message__block:nth-child(3) > div {
  grid-column: 3/4;
  grid-row: 1/3;
  margin: auto;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-philosophy .l-philosophy {
    padding-right: 2.5%;
  }
}
body.about-us.about-us-philosophy .l-mission .l-mission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-philosophy .l-mission .l-mission__content {
    display: grid;
    gap: 40px 80px;
    grid-template-columns: 0.25fr 0.75fr 1fr 0.25fr;
    padding-left: initial;
    padding-right: initial;
  }
}
body.about-us.about-us-philosophy .l-mission .l-mission__content > figure {
  grid-column: 1/3;
  grid-row: 1/3;
}
body.about-us.about-us-philosophy .l-mission .l-mission__content > h2 {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-top: auto;
}
body.about-us.about-us-philosophy .l-mission .l-mission__content > div {
  grid-column: 3/4;
  grid-row: 2/3;
}
body.about-us.about-us-philosophy .l-mission .l-mission__content > div > p:not(:last-child) {
  margin-bottom: 40px;
}
body.about-us.about-us-philosophy .l-mission .l-mission__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-philosophy .l-mission .l-mission__list {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: initial;
    padding-right: 2.5%;
  }
}
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item {
    gap: 30px;
  }
}
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > h3,
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
}
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > h3 b,
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > h4 b {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 1.25em;
}
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div {
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div > p:not(:last-child) {
  margin-bottom: 10px;
}
body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div > ul {
  display: inline-block;
  list-style-type: disc;
  text-align: left;
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 40px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > figure {
  grid-column: 1/2;
  grid-row: 1/6;
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > h3 {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: auto;
  line-height: 1.4;
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > h3 > span {
  font-size: clamp(18px, 2.34375vw, 30px);
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > h3 > strong {
  font-size: clamp(22px, 2.8645833333vw, 41px);
  color: #12A8A4;
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > div {
  grid-column: 2/3;
  grid-row: 3/4;
}
body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > p {
  grid-column: 2/3;
  grid-row: 4/5;
  margin-bottom: auto;
}
body.about-us.about-us-history .l-episode-talk .l-episode-talk__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 40px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-history .l-episode-talk .l-episode-talk__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.about-us.about-us-history .l-episode-talk .l-episode-talk__box h3 {
  grid-row: 1/2;
  margin-top: auto;
  line-height: 1.6;
  font-size: clamp(20px, 2.6041666667vw, 40px);
  color: #12A8A4;
}
body.about-us.about-us-history .l-episode-talk .l-episode-talk__box figure {
  grid-row: 1/3;
}
body.about-us.about-us-history .l-episode-talk .l-episode-talk__box div {
  grid-row: 2/3;
}
body.about-us.about-us-history .l-episode-talk .l-episode-talk__box div > p:not(:last-child) {
  margin-bottom: 30px;
}
body.about-us.about-us-history .l-episode-talk .l-episode-talk__box:nth-child(odd) figure {
  grid-column: 1/2;
}
body.about-us.about-us-history .l-history .l-history__list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body.about-us.about-us-history .l-history .l-history__list .l-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-history .l-history .l-history__list .l-history__item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body.about-us.about-us-history .l-history .l-history__list .l-history__item:not(:last-child) {
  margin-bottom: 30px;
}
body.about-us.about-us-history .l-history .l-history__list .l-history__item > dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  text-align: right;
  color: #12A8A4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-history .l-history .l-history__list .l-history__item > dd {
    width: 100%;
    padding-left: 40px;
    border-left: 1px solid #12A8A4;
  }
}
body.about-us.about-us-company .l-company .l-company__item {
  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 60px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-company .l-company .l-company__item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body.about-us.about-us-company .l-company .l-company__item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-company .l-company .l-company__item:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
body.about-us.about-us-company .l-company .l-company__item strong {
  font-weight: bold !important;
}
body.about-us.about-us-company .l-company .l-company__item > dt {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}
body.about-us.about-us-company .l-company .l-company__item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.about-us.about-us-company .l-company .l-company__item > dd ul {
  margin-left: 16px;
  list-style-type: disc;
}
body.about-us.about-us-company .l-company .l-company__item > dd figure iframe {
  display: block;
  width: 100%;
  height: 350px;
}
body.about-us.about-us-company .l-company .l-company__item > dd > dl:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.about-us.about-us-company .l-company .l-company__item > dd > dl:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
body.about-us.about-us-company .l-company .l-company__item > dd > dl > dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
body.about-us.about-us-company .l-company .l-company__item > dd > dl > dd > *:not(:last-child), body.about-us.about-us-company .l-company .l-company__item > dd > dl > dd > *:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body.business .l-intro .l-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
}
body.business .l-intro .l-intro__list .l-intro__item {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business .l-intro .l-intro__list .l-intro__item {
    width: 33.3333333333%;
  }
}
body.business .l-intro .l-intro__list .l-intro__item > *:not(:last-child) {
  margin-bottom: 20px;
}
body.business .l-intro .l-intro__list .l-intro__item > h3 {
  font-size: 24px;
  text-align: center;
  color: #12A8A4;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business .l-intro .l-intro__list .l-intro__item > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.business .l-intro .l-section__inner > div > p:not(:last-child) {
  margin-bottom: 30px;
}
body.business.business-development .l-conference .l-conference__list .l-conference__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business.business-development .l-conference .l-conference__list .l-conference__item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 20px;
  }
}
body.business.business-development .l-conference .l-conference__list .l-conference__item:nth-child(even) {
  background-color: #F5F5F5;
}
body.business.business-development .l-conference .l-conference__list .l-conference__item > dt {
  padding-right: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business.business-development .l-conference .l-conference__list .l-conference__item > dt {
    border-right: 1px solid #12A8A4;
  }
}
body.business.business-development .l-conference .l-conference__list .l-conference__item > dt > * {
  display: block;
}
body.business.business-development .l-conference .l-conference__list .l-conference__item > dt > strong {
  color: #12A8A4;
  font-size: 20px;
}
body.business.business-development .l-conference .l-conference__list .l-conference__item > dt > time {
  font-size: 14px;
}
body.business.business-development .l-conference .l-conference__list .l-conference__item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.business.business-partnership .l-partners .l-partners__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business.business-partnership .l-partners .l-partners__block {
    gap: 30px;
  }
}
body.business.business-partnership .l-partners .l-partners__block .l-partners__block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: clamp(22px, 2.8645833333vw, 45px);
  line-height: 1.4;
  text-align: center;
  color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business.business-partnership .l-partners .l-partners__block .l-partners__block__title {
    gap: 15px;
  }
}
body.business.business-partnership .l-partners .l-partners__block .l-partners__block__title > small {
  display: block;
  font-size: 20px;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.business.business-partnership .l-partners .l-partners__block .l-partners__block__logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
body.business.business-partnership .l-partners .l-partners__block .l-partners__block__logoList > li {
  width: calc(50% - 15px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.business.business-partnership .l-partners .l-partners__block .l-partners__block__logoList > li {
    width: calc(33.3333333333% - 22.5px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.business.business-partnership .l-partners .l-partners__block .l-partners__block__logoList > li {
    width: calc(20% - 25px);
  }
}
body.business.business-partnership .l-partners .l-partners__block .l-partners__block__logoList > li > figure > img {
  display: block;
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
  background-color: #707070;
}
body.business.business-partnership .l-partners .l-partners__block .l-partners__block__logoList > li > figure > figcaption {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.business.business-wholesale .l-section .l-wholesaleBlock h3 {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: clamp(22px, 2.8645833333vw, 40px);
  color: #12A8A4;
  letter-spacing: 0.05em;
}
body.business.business-wholesale .l-section .l-wholesaleBlock > div:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.business.business-wholesale .l-section .l-wholesaleBlock > div:first-of-type ul {
  list-style-type: disc;
}
body.support.support-utp-journal .l-journals .l-journals__list {
  border-top: 1px solid #12A8A4;
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 60px;
  padding: 40px 0;
  border-bottom: 1px solid #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box {
    padding: 40px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > figure {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  border: 1px solid #707070;
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div > h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
  color: #12A8A4;
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p {
  line-height: 2 !important;
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p > a {
  display: inline-block;
  color: #12A8A4 !important;
  text-decoration: underline;
}
body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div > button {
  margin-top: 15px;
  text-align: left;
}
body.support.support-supporters-club .l-training .l-training__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-width: 4px;
  border-style: solid;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  padding: 15px;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box h3 > span {
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 20px;
  background-color: white;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box > div {
  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;
  padding: 15px;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box > div > h4 {
  font-size: 30px;
  line-height: 1.6;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--green {
  border-color: #12A8A4;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--green h3 {
  background-color: #12A8A4;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--green h3 > span {
  color: #12A8A4;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--green > div > h4 {
  color: #12A8A4;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--blue {
  border-color: #007DB5;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--blue h3 {
  background-color: #007DB5;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--blue h3 > span {
  color: #007DB5;
}
body.support.support-supporters-club .l-training .l-training__list .l-training__box.l-training__box--blue > div > h4 {
  color: #007DB5;
}
body.support.support-supporters-club .l-voice .l-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}
body.support.support-supporters-club .l-voice .l-voice__list .l-voice__item {
  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;
  width: calc(33.3333333333% - 20px);
}
body.support.support-supporters-club .l-voice .l-voice__list .l-voice__item figure {
  height: 200px;
  background-color: #333333;
}
body.support.support-supporters-club .l-voice .l-voice__list .l-voice__item h3 {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #12A8A4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.sitemap .l-sitemap .l-sitemap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.sitemap .l-sitemap .l-sitemap__wrap {
    gap: 80px 60px;
  }
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box {
    width: calc(33.3333333333% - 40px);
  }
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box i {
  color: #12A8A4;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box a {
  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: 5px 10px;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box a::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  font-size: 0.75em;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box ul > li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products {
  width: 100%;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products p {
  background-color: initial !important;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products figure,
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products img {
  display: none;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  gap: 30px 60px;
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products > dd > ul > li {
  width: 100%;
  border-bottom: initial;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products > dd > ul > li {
    width: calc(33.3333333333% - 40px);
  }
}
body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box.l-sitemap__box--products > dd > ul > li > a {
  margin-bottom: 10px;
  background-color: #F5F5F5;
}
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt {
  margin-bottom: 10px;
  background-color: #12A8A4;
}
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt > a,
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt > span {
  color: white !important;
}
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt > a > span,
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt > span > span {
  color: white !important;
}
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt > span {
  display: block;
  padding: 5px 10px;
}
body.sitemap .l-sitemap .l-sitemap__wrap > dl > dt > span::after {
  display: none;
}
body.archive .l-column, body.search .l-column, body.single .l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-column, body.search .l-column, body.single .l-column {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
body.archive .l-article, body.search .l-article, body.single .l-article {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-article, body.search .l-article, body.single .l-article {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
body.archive .l-article .l-article__block:not(:last-child), body.search .l-article .l-article__block:not(:last-child), body.single .l-article .l-article__block:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-article .l-article__block:not(:last-child), body.search .l-article .l-article__block:not(:last-child), body.single .l-article .l-article__block:not(:last-child) {
    margin-bottom: 60px;
  }
}
body.archive .l-article .l-article__block .l-article__block__title, body.search .l-article .l-article__block .l-article__block__title, body.single .l-article .l-article__block .l-article__block__title {
  width: 100%;
}
body.archive .l-article .l-article__block.l-article__about, body.search .l-article .l-article__block.l-article__about, body.single .l-article .l-article__block.l-article__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-article .l-article__block.l-article__about, body.search .l-article .l-article__block.l-article__about, body.single .l-article .l-article__block.l-article__about {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body.archive .l-article .l-article__block.l-article__about > a, body.search .l-article .l-article__block.l-article__about > a, body.single .l-article .l-article__block.l-article__about > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-article .l-article__block.l-article__about > a, body.search .l-article .l-article__block.l-article__about > a, body.single .l-article .l-article__block.l-article__about > a {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
body.archive .l-article .l-article__block.l-article__about figure, body.search .l-article .l-article__block.l-article__about figure, body.single .l-article .l-article__block.l-article__about figure {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
}
body.archive .l-article .l-article__block.l-article__about div, body.search .l-article .l-article__block.l-article__about div, body.single .l-article .l-article__block.l-article__about div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px;
}
body.archive .l-article .l-article__block.l-article__about div > h1, body.search .l-article .l-article__block.l-article__about div > h1, body.single .l-article .l-article__block.l-article__about div > h1 {
  line-height: 1.6;
  font-size: clamp(20px, 2.6041666667vw, 40px);
  text-align: center;
}
body.archive .l-article .l-article__block.l-article__about div > h1 > span, body.search .l-article .l-article__block.l-article__about div > h1 > span, body.single .l-article .l-article__block.l-article__about div > h1 > span {
  display: block;
  font-size: clamp(14px, 1.8229166667vw, 18px);
}
body.archive .l-article .l-article__block.l-article__introduction, body.search .l-article .l-article__block.l-article__introduction, body.single .l-article .l-article__block.l-article__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body.archive .l-article .l-article__block.l-article__introduction *, body.search .l-article .l-article__block.l-article__introduction *, body.single .l-article .l-article__block.l-article__introduction * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.archive .l-article .l-article__block.l-article__introduction h2, body.search .l-article .l-article__block.l-article__introduction h2, body.single .l-article .l-article__block.l-article__introduction h2 {
  padding: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-weight: bold;
  color: white;
  background-color: #12A8A4;
}
body.archive .l-article .l-article__block.l-article__introduction h3, body.search .l-article .l-article__block.l-article__introduction h3, body.single .l-article .l-article__block.l-article__introduction h3 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
body.archive .l-article .l-article__block.l-article__introduction p, body.search .l-article .l-article__block.l-article__introduction p, body.single .l-article .l-article__block.l-article__introduction p {
  line-height: 1.8;
  text-align: justify;
}
body.archive .l-article .l-article__block.l-article__introduction ul, body.search .l-article .l-article__block.l-article__introduction ul, body.single .l-article .l-article__block.l-article__introduction ul {
  margin-left: 20px;
  line-height: 1.8;
  list-style-type: disc;
  font-size: 16px;
}
body.archive .l-sidebar, body.search .l-sidebar, body.single .l-sidebar {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.archive .l-sidebar, body.search .l-sidebar, body.single .l-sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 342px;
  }
}
body.archive .l-sidebar .l-sidebar__block:not(:last-child), body.search .l-sidebar .l-sidebar__block:not(:last-child), body.single .l-sidebar .l-sidebar__block:not(:last-child) {
  margin-bottom: 30px;
}
body.archive .l-sidebar .l-sidebar__block .l-sidebar__block__title, body.search .l-sidebar .l-sidebar__block .l-sidebar__block__title, body.single .l-sidebar .l-sidebar__block .l-sidebar__block__title {
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
  background-color: #12A8A4;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__ranking, body.search .l-sidebar .l-sidebar__block.l-sidebar__ranking, body.single .l-sidebar .l-sidebar__block.l-sidebar__ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a, body.search .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a, body.single .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.search .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.single .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p {
  font-weight: bold !important;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__categories > ul > li, body.search .l-sidebar .l-sidebar__block.l-sidebar__categories > ul > li, body.single .l-sidebar .l-sidebar__block.l-sidebar__categories > ul > li {
  border-bottom: 1px dashed #12A8A4;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__categories > ul > li > a, body.search .l-sidebar .l-sidebar__block.l-sidebar__categories > ul > li > a, body.single .l-sidebar .l-sidebar__block.l-sidebar__categories > ul > li > a {
  display: block;
  padding: 25px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup .l-sidebar__block__title, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup .l-sidebar__block__title, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup .l-sidebar__block__title {
  margin-bottom: 15px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > a, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > a, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > a {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  border-left: 6px solid #12A8A4;
  background-color: #FBFBFB;
  pointer-events: none;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > a > p, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > a > p, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > a > p {
  color: #12A8A4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  background-color: initial !important;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a > figure, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a > figure, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a > figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a > p, body.search .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a > p, body.single .l-sidebar .l-sidebar__block.l-sidebar__lineup > ul > li > ul > li > a > p {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.4;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__block__title, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__block__title, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__block__title {
  margin-bottom: 15px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form {
  margin-bottom: 15px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form input, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form input, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  border: 1px solid #12A8A4;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form input:focus, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form input:focus, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form input:focus {
  outline: none;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form button, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form button, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form button {
  padding: 0 10px;
  border: initial;
  background-color: #12A8A4;
  cursor: pointer;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form button img, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form button img, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__form > form button img {
  display: block;
  max-width: 24px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag > div, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag > div, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag > div {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-size: 20px;
}
body.archive .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag > li > a, body.search .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag > li > a, body.single .l-sidebar .l-sidebar__block.l-sidebar__search .l-sidebar__search__tag > li > a {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.single .l-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
body.single .l-article .l-article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
body.single .l-article .l-article__wrap .l-article__title > time {
  display: block;
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  font-size: clamp(14px, 1.8229166667vw, 20px);
  letter-spacing: 0.05em;
  color: #12A8A4;
}
body.single .l-article .l-article__wrap .l-article__title > strong {
  font-size: clamp(20px, 2.6041666667vw, 28px);
  line-height: 1.6;
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  letter-spacing: 0.05em;
}
body.single .l-article .l-article__wrap .l-article__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: auto;
}
body.single .l-article .l-article__wrap .l-article__categories > li {
  background-color: #EFF9F9;
}
body.single .l-article .l-article__wrap .l-article__categories > li > a {
  display: block;
  padding: 10px;
  font-size: clamp(12px, 1.5625vw, 16px);
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single .l-article .l-article__wrap .l-article__categories > li > a {
    padding: 15px;
  }
}
body.single .l-article .l-article__wrap .l-article__content *:not(i) {
  line-height: 1.8;
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body.single .l-article .l-article__wrap .l-article__content h1, body.single .l-article .l-article__wrap .l-article__content h2, body.single .l-article .l-article__wrap .l-article__content h3, body.single .l-article .l-article__wrap .l-article__content h4, body.single .l-article .l-article__wrap .l-article__content h5, body.single .l-article .l-article__wrap .l-article__content h6 {
  margin-bottom: 20px;
}
body.single .l-article .l-article__wrap .l-article__content strong {
  font-weight: bold !important;
}
body.single .l-article .l-article__wrap .l-article__content em {
  font-style: oblique !important;
}
body.single .l-article .l-article__wrap .l-article__content a {
  text-decoration: underline;
}
body.single .l-article .l-article__wrap .l-article__content .has-text-align-left {
  text-align: left;
}
body.single .l-article .l-article__wrap .l-article__content .has-text-align-center {
  text-align: center;
}
body.single .l-article .l-article__wrap .l-article__content .has-text-align-right {
  text-align: right;
}
body.single .l-article .l-article__wrap .l-article__content ul {
  list-style-type: disc;
}
body.single .l-article .l-article__other .l-article__other__title {
  position: relative;
}
body.single .l-article .l-article__other .l-article__other__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  background-color: #7F7865;
}
body.single .l-article .l-article__other .l-article__other__title > span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #7F7865;
  padding-right: 20px;
  background-color: white;
}
body.single .l-article .l-article__other > ul > li {
  display: grid;
  gap: 0 15px;
  grid-template-columns: minmax(-webkit-min-content, 108px) 1fr;
  grid-template-columns: minmax(min-content, 108px) 1fr;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single .l-article .l-article__other > ul > li {
    gap: 10px 20px;
    grid-template-columns: minmax(-webkit-min-content, 216px) 1fr;
    grid-template-columns: minmax(min-content, 216px) 1fr;
  }
}
body.single .l-article .l-article__other > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
body.single .l-article .l-article__other > ul > li > figure {
  grid-column: 1/2;
  grid-row: 1/5;
}
body.single .l-article .l-article__other > ul > li > div {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: clamp(12px, 1.5625vw, 16px);
}
body.single .l-article .l-article__other > ul > li > a {
  grid-column: 2/3;
  grid-row: 3/4;
}
body.single .l-article .l-article__other > ul > li > a > p {
  font-size: clamp(14px, 1.8229vw, 20px);
  line-height: 1.6;
  color: #7F7865;
}
body.post-type-archive-topics .l-article .l-article__list, body.tax-topics_cat .l-article .l-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item, body.tax-topics_cat .l-article .l-article__list .l-article__item {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item:not(:last-child), body.tax-topics_cat .l-article .l-article__list .l-article__item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #12A8A4;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__thumb, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__thumb {
  grid-column: 1/2;
  grid-row: 1/3;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__title {
  grid-column: 2/3;
  grid-row: 1/2;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__title > a, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__title > a {
  display: block;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__title > a > time, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__title > a > time {
  display: block;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #12A8A4;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__title > a > strong, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__title > a > strong {
  font-size: 20px;
  line-height: 1.4;
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  letter-spacing: 0.05em;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__categories, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__categories {
  grid-column: 2/3;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: auto;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__categories > li, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__categories > li {
  background-color: #EFF9F9;
}
body.post-type-archive-topics .l-article .l-article__list .l-article__item .l-article__item__categories > li > a, body.tax-topics_cat .l-article .l-article__list .l-article__item .l-article__item__categories > li > a {
  display: block;
  padding: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.single-topics .l-article__content * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.8;
}
body.single-topics .l-article__content > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-topics .l-article__content > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
body.single-topics .l-article__content h2 {
  padding: 10px !important;
  line-height: 1.4 !important;
  color: white;
  font-size: clamp(16px, 2.0833333333vw, 28px) !important;
  font-weight: bold;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-topics .l-article__content h2 {
    padding: 10px !important;
  }
}
body.single-topics .l-article__content h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
body.tax-products_cat .wp-pagenavi, body.tax-products_tag .wp-pagenavi, body.single-products .wp-pagenavi {
  width: 100%;
}
body.tax-products_cat .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item, body.tax-products_tag .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item, body.single-products .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item {
  border-bottom: 1px dashed #000000;
}
body.tax-products_cat .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a, body.tax-products_tag .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a, body.single-products .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 30px;
}
body.tax-products_cat .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > figure, body.tax-products_tag .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > figure, body.single-products .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > figure {
  width: 100%;
  max-width: 128px;
}
body.post-type-archive-products .l-article > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 40px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-products .l-article > ul {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-products .l-article > ul > li {
    width: calc(33.3333333333% - 27.5px);
  }
}
body.post-type-archive-products .l-article > ul > li > a {
  display: block;
  color: #12A8A4;
  text-decoration: underline;
}
body.post-type-archive-products .l-article > ul > li > a > p {
  margin-bottom: 15px;
  padding: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  border-left: 6px solid #12A8A4;
  background-color: #FBFBFB;
  pointer-events: none;
}
body.post-type-archive-products .l-article > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-products .l-article > ul > li > ul {
    gap: 20px;
  }
}
body.post-type-archive-products .l-article > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.post-type-archive-products .l-article > ul > li > ul > li > a > figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.post-type-archive-products .l-article > ul > li > ul > li > a > p {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-products .l-article .l-article__block {
  margin-bottom: initial !important;
}
body.single-products .l-article .l-article__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body.single-products .l-article .l-article__intro .l-article__intro__images {
  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;
  width: 100%;
  max-width: 858px;
  height: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__images {
    gap: 30px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    max-height: 700px;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #F5F5F5;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main {
    max-width: 700px;
    height: 100%;
    max-height: 700px;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-button-prev::before,
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-button-next::before {
  display: block;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  color: #12A8A4;
  font-size: 32px;
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-button-prev::after,
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-button-next::after {
  display: none;
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-button-prev::before {
  content: "\f053";
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-button-next::before {
  content: "\f054";
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--main .swiper-wrapper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--thumbnail {
  width: 100%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--thumbnail {
    max-width: 160px;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--thumbnail .swiper-wrapper .swiper-slide {
  height: 70px;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  cursor: pointer;
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--thumbnail .swiper-wrapper .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.single-products .l-article .l-article__intro .l-article__intro__images .l-article__intro__images--thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.25;
  pointer-events: none;
}
body.single-products .l-article .l-article__intro .l-article__intro__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: clamp(22px, 2.8645833333vw, 40px);
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__name {
    gap: 30px;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__name > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
body.single-products .l-article .l-article__intro .l-article__intro__name > strong {
  display: block;
  color: #12A8A4;
}
body.single-products .l-article .l-article__intro > h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: clamp(20px, 2.6041666667vw, 28px);
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__prices {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 60px;
    padding: 20px;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > p {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > p > strong {
  font-size: 1.25em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > button {
  display: block;
  border: initial;
  background-color: #242424;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > button > a {
  display: block;
  padding: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 18px;
  color: white;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > ul * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 18px;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.single-products .l-article .l-article__intro .l-article__intro__prices > div > ul > li:not(:last-child)::after {
  display: block;
  content: "｜";
}
body.single-products .l-article .l-article__intro .l-article__intro__content * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.8;
}
body.single-products .l-article .l-article__intro .l-article__intro__content > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.single-products .l-article .l-article__intro .l-article__intro__content > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
body.single-products .l-article .l-article__intro .l-article__intro__content h2 {
  padding: 10px;
  font-size: clamp(16px, 2.0833333333vw, 28px) !important;
  font-weight: bold;
  line-height: 1.4;
  color: white;
  background-color: #12A8A4;
}
body.single-products .l-article .l-article__intro .l-article__intro__content h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
body.post-type-archive-store .l-column .l-sidebar .l-sidebar__block .l-sidebar__block__title, body.tax-store_cat .l-column .l-sidebar .l-sidebar__block .l-sidebar__block__title, body.tax-store_tag .l-column .l-sidebar .l-sidebar__block .l-sidebar__block__title {
  font-size: 23px;
}
body.post-type-archive-store .l-column .l-article .l-article__block, body.tax-store_cat .l-column .l-article .l-article__block, body.tax-store_tag .l-column .l-article .l-article__block {
  margin-bottom: initial;
  padding-bottom: initial;
}
body.post-type-archive-store .l-column .l-article button, body.tax-store_cat .l-column .l-article button, body.tax-store_tag .l-column .l-article button {
  margin-bottom: 30px;
}
body.post-type-archive-store .l-column .l-article button > a > span, body.tax-store_cat .l-column .l-article button > a > span, body.tax-store_tag .l-column .l-article button > a > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.post-type-archive-store .l-column .l-article button > a > span > p, body.tax-store_cat .l-column .l-article button > a > span > p, body.tax-store_tag .l-column .l-article button > a > span > p {
  text-decoration: underline;
}
body.post-type-archive-store .l-column .l-article button > a > span > span, body.tax-store_cat .l-column .l-article button > a > span > span, body.tax-store_tag .l-column .l-article button > a > span > span {
  padding: 5px 30px;
}
body.post-type-archive-store .l-column .l-article button img, body.tax-store_cat .l-column .l-article button img, body.tax-store_tag .l-column .l-article button img {
  max-width: 60px;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > p {
  color: #12A8A4 !important;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__title {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-align: left !important;
  font-size: clamp(18px, 2.3437vw, 24px) !important;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl {
  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 screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 30px;
  }
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl:not(:last-of-type), body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl:not(:last-of-type), body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl:not(:last-of-type), body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl:not(:last-of-type), body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 150px;
  font-weight: bold !important;
  text-align: left !important;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd a, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd a, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd a {
  display: block;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd a p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd a p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd a p {
  color: #12A8A4 !important;
  text-decoration: underline;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd ul, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd ul, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons {
  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;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 20px;
  }
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li {
  background-color: #EFF9F9;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li {
    width: 33.3333333333%;
  }
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a {
  display: block;
  position: relative;
  padding: 20px;
  text-align: center !important;
  color: #242424;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a::before, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a::before, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a::before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--map > a::before, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--map > a::before, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--map > a::before {
  background-image: url(../images/common/icon_map.png);
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--web > a::before, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--web > a::before, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--web > a::before {
  background-image: url(../images/common/icon_web.png);
}
body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--mail > a::before, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--mail > a::before, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li.l-article__item__button--mail > a::before {
  background-image: url(../images/common/icon_mail.png);
}
body.contact .l-contents .l-form .l-form__block:not(:last-child) {
  margin-bottom: 60px;
}
body.contact .l-contents .l-form .l-form__tel {
  text-align: center;
}
body.contact .l-contents .l-form .l-form__tel > a {
  display: block;
}
body.contact .l-contents .l-form .l-form__tel > a > b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: clamp(30px, 3.9062vw, 60px);
  color: #7F7865;
}
body.contact .l-contents .l-form .l-form__tel > a > b > img {
  display: block;
  width: 100%;
  max-width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__tel > a > b > img {
    max-width: 70px;
  }
}
body.contact .l-contents .l-form .l-form__tel > a > small {
  display: block;
  line-height: 1.4;
  font-size: 16px;
}
body.contact .l-contents .l-form .l-form__wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__wrap__lead {
  text-align: center;
  line-height: 1.6;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: initial;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 40px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item:last-of-type {
  padding-bottom: initial;
  border-bottom: initial;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  font-weight: bold !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dt {
    width: 30%;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd input,
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd textarea,
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd select {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: initial;
  background-color: #F5F5F5;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd input:focus,
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd textarea:focus,
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd select:focus {
  outline: initial;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd input[type=text],
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd textarea[type=text],
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd select[type=text] {
  width: 100%;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd textarea {
  width: 100%;
  min-height: 300px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--purpose .mwform-radio-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--purpose .mwform-radio-field > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: white;
  cursor: pointer;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--purpose .mwform-radio-field > label > input {
  display: none;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--purpose .mwform-radio-field > label > input:checked + span {
  color: white;
  background-color: #988263;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--purpose .mwform-radio-field > label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field {
  display: block;
  width: calc(50% - 5px);
  height: 40px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field {
    width: calc(25% - 7.5px);
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field > label {
  display: block !important;
  width: 100%;
  height: 100% !important;
  text-align: center;
  cursor: pointer;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field > label .mwform-checkbox-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field > label > input {
  display: none;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field > label > input:checked + span {
  color: white;
  background-color: #988263;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:nth-of-type(1) > label span, body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:nth-of-type(2) > label span {
  font-size: 0.95em !important;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:nth-of-type(5) > label span {
  font-size: 0.74em !important;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:last-of-type {
  width: 100%;
  margin-top: 10px;
  background-color: initial;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:last-of-type > label {
  width: calc(50% - 5px) !important;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:last-of-type > label {
    width: calc(25% - 7.5px) !important;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--reserve > dd .mwform-checkbox-field:last-of-type > label span {
  width: auto;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--birthday > dd input[type=text]:first-child {
  width: 30%;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--birthday > dd input[type=text]:not(:first-child) {
  width: 15%;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--birthday > dd input[type=text] {
    width: auto !important;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd .error-wrap + p {
  display: none;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd > div > p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd > div > p:first-child {
  width: auto;
  max-width: 120px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd > div > p:last-child {
  width: 100%;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--date > dd > div > p br {
  display: none;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--required > dt::after {
  display: block;
  content: "※";
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl {
  width: 100%;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dt {
  margin-bottom: 15px;
  text-align: center;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd {
  height: 300px;
  padding: 30px;
  background-color: #F5F5F5;
  overflow-y: scroll;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd > *:not(:last-child) {
  margin-bottom: 30px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd > h3 {
  text-align: center;
  font-weight: bold !important;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd > div ol,
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd > div ul {
  margin-left: 30px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd > div ol {
  list-style-type: decimal;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > div {
  margin: auto;
  text-align: center;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 30px;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--button > li {
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--button > li {
    width: auto;
  }
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--button > li > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  border: initial;
  border-radius: 40px;
  cursor: pointer;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--button > li.l-form__content__item--button_back {
  display: none;
}
body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--button > li.l-form__content__item--button__submit > input {
  color: white;
  background-color: #12A8A4 !important;
}
body.contact.contact-confirm .l-contents {
  background-color: initial;
}
body.contact.contact-confirm .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--required > dt::after {
  display: none;
}
body.contact.contact-confirm .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy {
  display: none;
}
body.contact.contact-confirm .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item small {
  display: none;
}
body.contact.contact-complete .l-contents {
  background-color: initial;
}
body.contact.contact-error .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item .error-wrap {
  width: 100%;
}
body.contact.contact-error .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item .error-wrap .error {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  line-height: 1.4;
  background-color: #B70000;
}
body.contact.contact-error .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item .error-wrap .error::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #B70000;
}
body.contact.contact-error .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > div,
body.contact.contact-error .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item > dd {
  position: relative;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-appearance--SP {
    display: none !important;
  }
}
.p-appearance--PC {
  display: none !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-appearance--PC {
    display: block !important;
  }
}
.p-text, .p-columnBox .p-columnBox__text > p, .p-shadowBox p, .p-shadowBox p span, .p-rowList .p-rowList__item .p-rowList__item__text, .p-movie__text, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p > small, body .l-main .l-products .l-products__menu .l-products__menu__item > a > div > p, body .l-main .l-philosophy .l-philosophy__contents > div p, body .l-main .l-page__lead, body .l-main .l-menu__list .l-menu__item > a > p,
body .l-main .l-menu__list .l-menu__item > span > p, body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > p, body .l-main .l-contents .l-section .l-section__lead *, body.home .l-support .l-support__menu .l-support__menu__item > a > p, body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > p, body.page .l-main .l-intro .l-intro__lead, body.archive .l-main .l-intro .l-intro__lead, body.search .l-main .l-intro .l-intro__lead, body.tax .l-main .l-intro .l-intro__lead, body.single .l-main .l-intro .l-intro__lead, body.error404 .l-main .l-intro .l-intro__lead, body.about-us.about-us-message .l-message .l-message__block:nth-child(2) > div > p, body.about-us.about-us-message .l-message .l-message__block:nth-child(3) > div > p, body.about-us.about-us-philosophy .l-mission .l-mission__content > div > p, body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div p, body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > div > p, body.about-us.about-us-history .l-episode-talk .l-episode-talk__box div > p, body.about-us.about-us-history .l-history .l-history__list .l-history__item > dd > p, body.business .l-intro .l-intro__list .l-intro__item > p, body.business.business-development .l-conference .l-conference__list .l-conference__item > dd > p, body.business.business-wholesale .l-section .l-wholesaleBlock > div:first-of-type ul li p, body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p, body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p > a, body.support.support-supporters-club .l-training .l-training__list .l-training__box > div > p, body.support.support-supporters-club .l-voice .l-voice__list .l-voice__item p, body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box *:not(i), body.archive .l-article .l-article__block.l-article__about div > p, body.search .l-article .l-article__block.l-article__about div > p, body.single .l-article .l-article__block.l-article__about div > p, body.archive .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.search .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.single .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.post-type-archive-products .l-article > ul > li > ul > li > a > p, body.single-products .l-article .l-article__intro .l-article__intro__prices > p, body.post-type-archive-store .l-column .l-article button > a > span > p, body.tax-store_cat .l-column .l-article button > a > span > p, body.tax-store_tag .l-column .l-article button > a > span > p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dt, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #242424;
  text-align: justify;
  font-size: clamp(14px, 1.8229vw, 16px);
}

.p-button {
  display: block;
  width: 100%;
  border: initial;
  text-align: center;
  background-color: initial;
  cursor: pointer;
}
.p-button > a,
.p-button > span {
  display: block;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #12A8A4;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a,
  .p-button > span {
    display: inline-block;
    padding: 10px 15px 10px 30px;
  }
}
.p-button > a > span,
.p-button > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: clamp(13px, 1.6927083333vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span,
  .p-button > span > span {
    gap: 30px;
  }
}
.p-button > a > span > span,
.p-button > span > span > span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 3px 30px 0 10px;
  font-size: clamp(9px, 1.171875vw, 12px);
  color: white;
  border-radius: 40px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span,
  .p-button > span > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 15px;
  }
}
.p-button > a > span > span::before,
.p-button > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span::before,
  .p-button > span > span > span::before {
    bottom: 5.5px;
    width: calc(100% - 30px);
  }
}
.p-button > a > span > span::after,
.p-button > span > span > span::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  rotate: 45deg;
  width: 10px;
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span::after,
  .p-button > span > span > span::after {
    right: 14px;
    bottom: 9px;
  }
}
.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-tab {
    gap: 20px 40px;
  }
}
.p-tab .p-tab__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70px;
  margin-bottom: 60px;
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 1.4;
  text-align: center;
  color: #7F7865;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-tab .p-tab__label::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 30px;
  translate: -50% 0;
  background-color: #121212;
}
.p-tab .p-tab__content {
  width: 100%;
  display: none;
}
.p-tab .p-tab__switch {
  display: none;
}
.p-tab .p-tab__switch:checked + .p-tab__label {
  color: white;
  background-color: #121212;
}
.p-tab .p-tab__switch:checked + .p-tab__label + .p-tab__content {
  display: block;
}

.p-table {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-table > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-table > dl:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.p-table > dl > dt {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-table > dl > dt {
    width: 20%;
    margin-bottom: initial;
    text-align: right;
  }
}
.p-table > dl > dt > i {
  display: block;
  line-height: 1.4;
  font-size: 1.5em;
}
.p-table > dl > dt > small {
  display: block;
  margin-top: 10px;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-table > dl > dd {
    width: 80%;
    padding-left: 40px;
  }
}
.p-table > dl > dd a {
  color: #242424;
  text-decoration: underline;
}

.p-accordion {
  position: relative;
  cursor: pointer;
}
.p-accordion > dt > span {
  display: block;
  position: relative;
}
.p-accordion > dt > span::before, .p-accordion > dt > span::after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-accordion > dt > span::before {
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 2px;
}
.p-accordion > dt > span::after {
  right: 16.5px;
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 15px;
}
.p-accordion > dd {
  display: none;
}
.p-accordion.open > dt > span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-columnBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
}
.p-columnBox .p-columnBox__title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: auto;
  line-height: 1.6;
  font-size: clamp(20px, 2.6041666667vw, 40px);
  color: #12A8A4;
}
.p-columnBox .p-columnBox__title > small {
  display: block;
}
.p-columnBox .p-columnBox__title > small > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.p-columnBox .p-columnBox__title > span {
  display: block;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  font-size: clamp(16px, 2.0833333333vw, 24px);
  color: #242424;
  border-left: 10px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
.p-columnBox .p-columnBox__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-columnBox .p-columnBox__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-columnBox .p-columnBox__text {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-columnBox .p-columnBox__text > p:not(:last-child) {
  margin-bottom: 30px;
}

.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__img {
  grid-column: 2/3;
}
.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__title,
.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__text {
  grid-column: 1/2;
}

.p-title {
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-title span {
  display: block;
}
.p-title span.p-title__big {
  font-size: clamp(30px, 3.90625vw, 60px);
  color: #242424;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.p-title span.p-title__small {
  font-size: clamp(16px, 2.0833333333vw, 24px);
  color: #12A8A4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
.p-title.p-title--small span.p-title__big {
  font-size: 45px;
}
.p-title.p-title--big {
  position: relative;
}
.p-title.p-title--big > span.p-title__big {
  font-size: 11.5vw;
  opacity: 0.06;
}
.p-title.p-title--big > span.p-title__small {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: clamp(22px, 2.8645833333vw, 45px);
  color: #242424;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.p-title.p-title--alignLeft {
  text-align: left;
}

.p-shadowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
  padding: 40px;
  -webkit-box-shadow: 10px 10px 0 #12A8A4;
          box-shadow: 10px 10px 0 #12A8A4;
  border: 1px solid #242424;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-shadowBox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.p-shadowBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-shadowBox p:last-child::before {
  display: none;
  content: "";
  width: 2px;
  height: auto;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-shadowBox p:last-child::before {
    display: block;
  }
}
.p-shadowBox p span {
  display: block;
  min-width: 180px;
  text-align: center;
  font-weight: bold !important;
  color: #12A8A4;
}

.p-buttonsColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-buttonsColumn {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.p-link--external {
  display: inline-block;
}
.p-link--external > a,
.p-link--external > span {
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-left: 1px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
  cursor: pointer;
}
.p-link--external > a > span,
.p-link--external > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: auto;
  padding-left: 10px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  color: #12A8A4;
}
.p-link--external > a > span::after,
.p-link--external > span > span::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_external.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.p-link--external.p-link--external--noicon > a,
.p-link--external.p-link--external--noicon > span {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-link--external.p-link--external--noicon > a > span,
.p-link--external.p-link--external--noicon > span > span {
  gap: 10px;
}
.p-link--external.p-link--external--noicon > a > span::after,
.p-link--external.p-link--external--noicon > span > span::after {
  display: none;
}
.p-link--external.p-link--external--noicon:hover > a,
.p-link--external.p-link--external--noicon:hover > span {
  opacity: 0.5;
}

.p-rowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 60px;
  }
}
.p-rowList .p-rowList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-rowList .p-rowList__item .p-rowList__item__title {
  color: #12A8A4;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-rowList .p-rowList__item .p-rowList__item__title.p-rowList__item__title--alignCenter {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold;
}
.p-rowList .p-rowList__item.p-rowList__item--frame {
  display: block;
  border: 4px solid #12A8A4;
}
.p-rowList .p-rowList__item.p-rowList__item--frame .p-rowList__item--frame__title {
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 30px;
  background-color: #12A8A4;
}
.p-rowList .p-rowList__item.p-rowList__item--frame .p-rowList__item--frame__content {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList.p-rowList--two .p-rowList__item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList.p-rowList--three .p-rowList__item {
    width: calc(33.3333333333% - 40px);
  }
}
.p-movie__bg {
  background: url(../images/common/bg.png) no-repeat center center/cover;
}

.p-movie {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-movie__content {
  margin-bottom: 120px;
  max-width: 840px;
  margin-inline: auto;
}

.p-movie__head {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
  color: #12A8A4 !important;
}

.p-movie__text {
  margin-top: 50px;
}

.p-products__brand {
  margin-top: 45px;
}

.p-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 30px;
}
@media screen and (min-width: 768px) {
  .p-products__items {
    gap: 16px 44px;
  }
}
.p-products__item {
  width: calc((100% - 44px) / 2);
}
@media screen and (max-width: 600px) {
  .p-products__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-products__item {
    width: calc((100% - 44px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-products__item {
    width: calc((100% - 88px) / 3);
  }
}
.p-products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-products__image {
  width: 60px;
  height: auto;
  aspect-ratio: 100/76;
}
@media screen and (min-width: 768px) {
  .p-products__image {
    width: 100px;
  }
}
.p-products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products___body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FCFCFC;
  padding-left: 23px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-products___body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-products__name {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-products__name {
    font-size: 14px;
  }
}

.p-producs__products {
  margin-top: 45px;
}

.p-products__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .p-products__tags {
    gap: 16px 6px;
  }
}

.p-products__tag {
  height: 42px;
  width: calc((100% - 9px) / 2);
}
@media screen and (max-width: 600px) {
  .p-products__tag {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-products__tag {
    width: calc((100% - 18px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-products__tag {
    width: 216px;
  }
}
.p-products__tagLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-products__tagLink {
    font-size: 12px;
  }
}
.p-products__tagLink:hover {
  background: #12A8A4;
  color: #fff;
  opacity: 1;
}

.p-producs__worries {
  margin-top: 45px;
}

.p-products__wrap {
  margin-top: 96px;
}

.p-products__search {
  margin-top: 60px;
  width: 100%;
  background: #F5F5F5;
  padding: 38px;
}
@media screen and (max-width: 600px) {
  .p-products__search {
    padding: 24px;
  }
}

.p-products__searchHead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-products__searchHead {
    font-size: 16px;
  }
}

.p-products__br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-products__br {
    display: block;
  }
}

.p-products__serachForm {
  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;
  overflow: hidden;
  border: 1px solid #12A8A4;
  border-radius: 3px;
  width: 100%;
  max-width: 715px;
  margin: 35px auto 0;
}

.p-products__serachForm label {
  width: 100%;
}

.p-products__serachForm input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.p-products__serachForm input::-webkit-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::-moz-placeholder {
  color: #777777;
}

.p-products__serachForm input:-ms-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::-ms-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::placeholder {
  color: #777777;
}

.p-products__serachForm button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 52px;
  border: none;
  background-color: #12A8A4;
  cursor: pointer;
}

.p-products__serachForm button::after {
  width: 33px;
  height: 33px;
  background: url(../images/common/icon_search.png) no-repeat center center/cover;
  background-repeat: no-repeat;
  content: "";
}

.p-header__bg {
  overflow: auto;
  height: calc(100svh - 100px);
}
@media screen and (max-width: 1024px) {
  .p-header__bg {
    overflow: visible;
    height: auto;
  }
}

.p-header__megaMenuButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .p-header__megaMenuButtonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
  }
}

.p-header__megaMenuHead {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__megaMenuHead a {
  font-size: clamp(22px, 2.8645vw, 40px);
  color: #fff !important;
}

.p-header__megaMenuButton {
  display: inline-block;
  border: initial;
  background-color: initial;
  cursor: pointer;
}
.p-header__megaMenuButton > a,
.p-header__megaMenuButton > span {
  display: block;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #12A8A4;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a,
  .p-header__megaMenuButton > span {
    display: inline-block;
    padding: 10px 15px 10px 30px;
  }
}
.p-header__megaMenuButton > a > span,
.p-header__megaMenuButton > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: clamp(13px, 1.6927083333vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span,
  .p-header__megaMenuButton > span > span {
    gap: 30px;
  }
}
.p-header__megaMenuButton > a > span > span,
.p-header__megaMenuButton > span > span > span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 3px 30px 0 10px;
  font-size: clamp(9px, 1.171875vw, 12px);
  color: white;
  border-radius: 40px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span,
  .p-header__megaMenuButton > span > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 15px;
  }
}
.p-header__megaMenuButton > a > span > span::before,
.p-header__megaMenuButton > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span::before,
  .p-header__megaMenuButton > span > span > span::before {
    bottom: 5.5px;
    width: calc(100% - 30px);
  }
}
.p-header__megaMenuButton > a > span > span::after,
.p-header__megaMenuButton > span > span > span::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  rotate: 45deg;
  width: 10px;
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span::after,
  .p-header__megaMenuButton > span > span > span::after {
    right: 14px;
    bottom: 9px;
  }
}
.p-megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-megamenu {
    gap: 16px 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-megamenu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 40px;
  }
}

.p-megamenu__wrap:first-of-type {
  width: 44.9444444444%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-megamenu__wrap:first-of-type {
    width: 100%;
    padding-right: 0;
  }
}
.p-megamenu__wrap:not(:first-of-type) {
  width: 27.7777777778%;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__wrap:not(:first-of-type) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-megamenu__wrap:not(:first-of-type) {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.p-megamenu__head {
  background: #000000;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__head {
    padding: 16px 8px;
    font-size: 16px;
  }
}

.p-megamenu__body {
  padding: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__body {
    padding: 30px 8px;
  }
}

.p-megamenu__britems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}

.p-megamenu__britem {
  width: 100%;
  max-width: 280px;
}

.p-megamenu__brlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-megamenu__brimage {
  width: 104px;
  height: auto;
  aspect-ratio: 104/72;
}
.p-megamenu__brimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-megamenu__br_body {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 25px;
  padding-right: 20px;
}

.p-megamenu__brname {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #12A8A4;
  text-align: left;
}

.p-megamenu__tag {
  text-align: left;
}

.p-megamenu__tagLink {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__tagLink {
    font-size: 14px;
  }
}

.p-aside__wrap {
  margin-top: 8px;
}

.p-aside__head {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 22px;
  border-left: 6px solid #12A8A4;
  color: #12A8A4;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  cursor: pointer;
}
.p-aside__head::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow.png) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-aside__head.js-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-aside__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.p-aside__image {
  width: 100px;
  height: auto;
  aspect-ratio: 100/76;
}
.p-aside__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-aside__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-title,
.c-date {
  font-family: zen-old-mincho, sans-serif !important;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}

.c-button {
  background-color: initial;
  border: initial;
}

.c-link {
  cursor: pointer !important;
}
.c-link.c-link--opacity a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link.c-link--opacity:hover a {
  opacity: 0.5;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-appearance--SP {
    display: none !important;
  }
}
.p-appearance--PC {
  display: none !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-appearance--PC {
    display: block !important;
  }
}
.p-text, .p-columnBox .p-columnBox__text > p, .p-shadowBox p, .p-shadowBox p span, .p-rowList .p-rowList__item .p-rowList__item__text, .p-movie__text, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--onlineShop > a > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--mykura > a > p > small, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p, body .l-header .l-header__contents .l-header__nav > ul > li.l-header__nav--video > div > p > small, body .l-main .l-products .l-products__menu .l-products__menu__item > a > div > p, body .l-main .l-philosophy .l-philosophy__contents > div p, body .l-main .l-page__lead, body .l-main .l-menu__list .l-menu__item > a > p,
body .l-main .l-menu__list .l-menu__item > span > p, body .l-main .l-sustainability__menu .l-sustainability__menu__item > a > p, body .l-main .l-contents .l-section .l-section__lead *, body.home .l-support .l-support__menu .l-support__menu__item > a > p, body.home .l-sustainability .l-sustainability__menu .l-sustainability__menu__item > a > p, body.page .l-main .l-intro .l-intro__lead, body.archive .l-main .l-intro .l-intro__lead, body.search .l-main .l-intro .l-intro__lead, body.tax .l-main .l-intro .l-intro__lead, body.single .l-main .l-intro .l-intro__lead, body.error404 .l-main .l-intro .l-intro__lead, body.about-us.about-us-message .l-message .l-message__block:nth-child(2) > div > p, body.about-us.about-us-message .l-message .l-message__block:nth-child(3) > div > p, body.about-us.about-us-philosophy .l-mission .l-mission__content > div > p, body.about-us.about-us-philosophy .l-mission .l-mission__list .l-mission__list__item > div p, body.about-us.about-us-philosophy .l-award .l-award__list .l-award__item > a > div > p, body.about-us.about-us-history .l-episode-talk .l-episode-talk__box div > p, body.about-us.about-us-history .l-history .l-history__list .l-history__item > dd > p, body.business .l-intro .l-intro__list .l-intro__item > p, body.business.business-development .l-conference .l-conference__list .l-conference__item > dd > p, body.business.business-wholesale .l-section .l-wholesaleBlock > div:first-of-type ul li p, body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p, body.support.support-utp-journal .l-journals .l-journals__list .l-journals__box > div p > a, body.support.support-supporters-club .l-training .l-training__list .l-training__box > div > p, body.support.support-supporters-club .l-voice .l-voice__list .l-voice__item p, body.sitemap .l-sitemap .l-sitemap__wrap .l-sitemap__box *:not(i), body.archive .l-article .l-article__block.l-article__about div > p, body.search .l-article .l-article__block.l-article__about div > p, body.single .l-article .l-article__block.l-article__about div > p, body.archive .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.search .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.single .l-sidebar .l-sidebar__block.l-sidebar__ranking .l-sidebar__ranking__item > a > p, body.post-type-archive-products .l-article > ul > li > ul > li > a > p, body.single-products .l-article .l-article__intro .l-article__intro__prices > p, body.post-type-archive-store .l-column .l-article button > a > span > p, body.tax-store_cat .l-column .l-article button > a > span > p, body.tax-store_tag .l-column .l-article button > a > span > p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__title, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dt, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dt, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item > dl dd p, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item > dl dd p, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item > dl dd p, body.post-type-archive-store .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_cat .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.tax-store_tag .l-column .l-article .l-article__list .l-article__item .l-article__item__buttons > li > a, body.contact .l-contents .l-form .l-form__wrap .l-form__content .l-form__content__item.l-form__content__item--privacy > dl > dd * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #242424;
  text-align: justify;
  font-size: clamp(14px, 1.8229vw, 16px);
}

.p-button {
  display: block;
  width: 100%;
  border: initial;
  text-align: center;
  background-color: initial;
  cursor: pointer;
}
.p-button > a,
.p-button > span {
  display: block;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #12A8A4;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a,
  .p-button > span {
    display: inline-block;
    padding: 10px 15px 10px 30px;
  }
}
.p-button > a > span,
.p-button > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: clamp(13px, 1.6927083333vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span,
  .p-button > span > span {
    gap: 30px;
  }
}
.p-button > a > span > span,
.p-button > span > span > span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 3px 30px 0 10px;
  font-size: clamp(9px, 1.171875vw, 12px);
  color: white;
  border-radius: 40px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span,
  .p-button > span > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 15px;
  }
}
.p-button > a > span > span::before,
.p-button > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span::before,
  .p-button > span > span > span::before {
    bottom: 5.5px;
    width: calc(100% - 30px);
  }
}
.p-button > a > span > span::after,
.p-button > span > span > span::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  rotate: 45deg;
  width: 10px;
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-button > a > span > span::after,
  .p-button > span > span > span::after {
    right: 14px;
    bottom: 9px;
  }
}
.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-tab {
    gap: 20px 40px;
  }
}
.p-tab .p-tab__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70px;
  margin-bottom: 60px;
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 1.4;
  text-align: center;
  color: #7F7865;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-tab .p-tab__label::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 30px;
  translate: -50% 0;
  background-color: #121212;
}
.p-tab .p-tab__content {
  width: 100%;
  display: none;
}
.p-tab .p-tab__switch {
  display: none;
}
.p-tab .p-tab__switch:checked + .p-tab__label {
  color: white;
  background-color: #121212;
}
.p-tab .p-tab__switch:checked + .p-tab__label + .p-tab__content {
  display: block;
}

.p-table {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-table > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-table > dl:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.p-table > dl > dt {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-table > dl > dt {
    width: 20%;
    margin-bottom: initial;
    text-align: right;
  }
}
.p-table > dl > dt > i {
  display: block;
  line-height: 1.4;
  font-size: 1.5em;
}
.p-table > dl > dt > small {
  display: block;
  margin-top: 10px;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-table > dl > dd {
    width: 80%;
    padding-left: 40px;
  }
}
.p-table > dl > dd a {
  color: #242424;
  text-decoration: underline;
}

.p-accordion {
  position: relative;
  cursor: pointer;
}
.p-accordion > dt > span {
  display: block;
  position: relative;
}
.p-accordion > dt > span::before, .p-accordion > dt > span::after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-accordion > dt > span::before {
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 2px;
}
.p-accordion > dt > span::after {
  right: 16.5px;
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 15px;
}
.p-accordion > dd {
  display: none;
}
.p-accordion.open > dt > span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-columnBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
}
.p-columnBox .p-columnBox__title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: auto;
  line-height: 1.6;
  font-size: clamp(20px, 2.6041666667vw, 40px);
  color: #12A8A4;
}
.p-columnBox .p-columnBox__title > small {
  display: block;
}
.p-columnBox .p-columnBox__title > small > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.p-columnBox .p-columnBox__title > span {
  display: block;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  font-size: clamp(16px, 2.0833333333vw, 24px);
  color: #242424;
  border-left: 10px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
}
.p-columnBox .p-columnBox__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-columnBox .p-columnBox__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-columnBox .p-columnBox__text {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-columnBox .p-columnBox__text > p:not(:last-child) {
  margin-bottom: 30px;
}

.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__img {
  grid-column: 2/3;
}
.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__title,
.p-columnBoxWrap.p-columnBoxWrap--reverse .p-columnBox:nth-child(even) .p-columnBox__text {
  grid-column: 1/2;
}

.p-title {
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-title span {
  display: block;
}
.p-title span.p-title__big {
  font-size: clamp(30px, 3.90625vw, 60px);
  color: #242424;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.p-title span.p-title__small {
  font-size: clamp(16px, 2.0833333333vw, 24px);
  color: #12A8A4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
.p-title.p-title--small span.p-title__big {
  font-size: 45px;
}
.p-title.p-title--big {
  position: relative;
}
.p-title.p-title--big > span.p-title__big {
  font-size: 11.5vw;
  opacity: 0.06;
}
.p-title.p-title--big > span.p-title__small {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: clamp(22px, 2.8645833333vw, 45px);
  color: #242424;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.p-title.p-title--alignLeft {
  text-align: left;
}

.p-shadowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
  padding: 40px;
  -webkit-box-shadow: 10px 10px 0 #12A8A4;
          box-shadow: 10px 10px 0 #12A8A4;
  border: 1px solid #242424;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-shadowBox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.p-shadowBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-shadowBox p:last-child::before {
  display: none;
  content: "";
  width: 2px;
  height: auto;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-shadowBox p:last-child::before {
    display: block;
  }
}
.p-shadowBox p span {
  display: block;
  min-width: 180px;
  text-align: center;
  font-weight: bold !important;
  color: #12A8A4;
}

.p-buttonsColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-buttonsColumn {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.p-link--external {
  display: inline-block;
}
.p-link--external > a,
.p-link--external > span {
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-left: 1px solid #12A8A4;
  border-bottom: 1px solid #12A8A4;
  cursor: pointer;
}
.p-link--external > a > span,
.p-link--external > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: auto;
  padding-left: 10px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold !important;
  color: #12A8A4;
}
.p-link--external > a > span::after,
.p-link--external > span > span::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_external.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.p-link--external.p-link--external--noicon > a,
.p-link--external.p-link--external--noicon > span {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-link--external.p-link--external--noicon > a > span,
.p-link--external.p-link--external--noicon > span > span {
  gap: 10px;
}
.p-link--external.p-link--external--noicon > a > span::after,
.p-link--external.p-link--external--noicon > span > span::after {
  display: none;
}
.p-link--external.p-link--external--noicon:hover > a,
.p-link--external.p-link--external--noicon:hover > span {
  opacity: 0.5;
}

.p-rowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 60px;
  }
}
.p-rowList .p-rowList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-rowList .p-rowList__item .p-rowList__item__title {
  color: #12A8A4;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-rowList .p-rowList__item .p-rowList__item__title.p-rowList__item__title--alignCenter {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-weight: bold;
}
.p-rowList .p-rowList__item.p-rowList__item--frame {
  display: block;
  border: 4px solid #12A8A4;
}
.p-rowList .p-rowList__item.p-rowList__item--frame .p-rowList__item--frame__title {
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 30px;
  background-color: #12A8A4;
}
.p-rowList .p-rowList__item.p-rowList__item--frame .p-rowList__item--frame__content {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList.p-rowList--two .p-rowList__item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-rowList.p-rowList--three .p-rowList__item {
    width: calc(33.3333333333% - 40px);
  }
}
.p-movie__bg {
  background: url(../images/common/bg.png) no-repeat center center/cover;
}

.p-movie {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-movie__content {
  margin-bottom: 120px;
  max-width: 840px;
  margin-inline: auto;
}

.p-movie__head {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold !important;
  color: #12A8A4 !important;
}

.p-movie__text {
  margin-top: 50px;
}

.p-products__brand {
  margin-top: 45px;
}

.p-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 30px;
}
@media screen and (min-width: 768px) {
  .p-products__items {
    gap: 16px 44px;
  }
}
.p-products__item {
  width: calc((100% - 44px) / 2);
}
@media screen and (max-width: 600px) {
  .p-products__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-products__item {
    width: calc((100% - 44px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-products__item {
    width: calc((100% - 88px) / 3);
  }
}
.p-products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-products__image {
  width: 60px;
  height: auto;
  aspect-ratio: 100/76;
}
@media screen and (min-width: 768px) {
  .p-products__image {
    width: 100px;
  }
}
.p-products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products___body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FCFCFC;
  padding-left: 23px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-products___body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-products__name {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-products__name {
    font-size: 14px;
  }
}

.p-producs__products {
  margin-top: 45px;
}

.p-products__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .p-products__tags {
    gap: 16px 6px;
  }
}

.p-products__tag {
  height: 42px;
  width: calc((100% - 9px) / 2);
}
@media screen and (max-width: 600px) {
  .p-products__tag {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-products__tag {
    width: calc((100% - 18px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-products__tag {
    width: 216px;
  }
}
.p-products__tagLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-products__tagLink {
    font-size: 12px;
  }
}
.p-products__tagLink:hover {
  background: #12A8A4;
  color: #fff;
  opacity: 1;
}

.p-producs__worries {
  margin-top: 45px;
}

.p-products__wrap {
  margin-top: 96px;
}

.p-products__search {
  margin-top: 60px;
  width: 100%;
  background: #F5F5F5;
  padding: 38px;
}
@media screen and (max-width: 600px) {
  .p-products__search {
    padding: 24px;
  }
}

.p-products__searchHead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-products__searchHead {
    font-size: 16px;
  }
}

.p-products__br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-products__br {
    display: block;
  }
}

.p-products__serachForm {
  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;
  overflow: hidden;
  border: 1px solid #12A8A4;
  border-radius: 3px;
  width: 100%;
  max-width: 715px;
  margin: 35px auto 0;
}

.p-products__serachForm label {
  width: 100%;
}

.p-products__serachForm input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.p-products__serachForm input::-webkit-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::-moz-placeholder {
  color: #777777;
}

.p-products__serachForm input:-ms-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::-ms-input-placeholder {
  color: #777777;
}

.p-products__serachForm input::placeholder {
  color: #777777;
}

.p-products__serachForm button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 52px;
  border: none;
  background-color: #12A8A4;
  cursor: pointer;
}

.p-products__serachForm button::after {
  width: 33px;
  height: 33px;
  background: url(../images/common/icon_search.png) no-repeat center center/cover;
  background-repeat: no-repeat;
  content: "";
}

.p-header__bg {
  overflow: auto;
  height: calc(100svh - 100px);
}
@media screen and (max-width: 1024px) {
  .p-header__bg {
    overflow: visible;
    height: auto;
  }
}

.p-header__megaMenuButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .p-header__megaMenuButtonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
  }
}

.p-header__megaMenuHead {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__megaMenuHead a {
  font-size: clamp(22px, 2.8645vw, 40px);
  color: #fff !important;
}

.p-header__megaMenuButton {
  display: inline-block;
  border: initial;
  background-color: initial;
  cursor: pointer;
}
.p-header__megaMenuButton > a,
.p-header__megaMenuButton > span {
  display: block;
  padding: 10px 15px;
  border-radius: 40px;
  border: 1px solid #12A8A4;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a,
  .p-header__megaMenuButton > span {
    display: inline-block;
    padding: 10px 15px 10px 30px;
  }
}
.p-header__megaMenuButton > a > span,
.p-header__megaMenuButton > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: clamp(13px, 1.6927083333vw, 16px);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span,
  .p-header__megaMenuButton > span > span {
    gap: 30px;
  }
}
.p-header__megaMenuButton > a > span > span,
.p-header__megaMenuButton > span > span > span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 3px 30px 0 10px;
  font-size: clamp(9px, 1.171875vw, 12px);
  color: white;
  border-radius: 40px;
  background-color: #12A8A4;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span,
  .p-header__megaMenuButton > span > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px 0 15px;
  }
}
.p-header__megaMenuButton > a > span > span::before,
.p-header__megaMenuButton > span > span > span::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  translate: -50% 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span::before,
  .p-header__megaMenuButton > span > span > span::before {
    bottom: 5.5px;
    width: calc(100% - 30px);
  }
}
.p-header__megaMenuButton > a > span > span::after,
.p-header__megaMenuButton > span > span > span::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  rotate: 45deg;
  width: 10px;
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-header__megaMenuButton > a > span > span::after,
  .p-header__megaMenuButton > span > span > span::after {
    right: 14px;
    bottom: 9px;
  }
}
.p-megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-megamenu {
    gap: 16px 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-megamenu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 40px;
  }
}

.p-megamenu__wrap:first-of-type {
  width: 44.9444444444%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-megamenu__wrap:first-of-type {
    width: 100%;
    padding-right: 0;
  }
}
.p-megamenu__wrap:not(:first-of-type) {
  width: 27.7777777778%;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__wrap:not(:first-of-type) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-megamenu__wrap:not(:first-of-type) {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.p-megamenu__head {
  background: #000000;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__head {
    padding: 16px 8px;
    font-size: 16px;
  }
}

.p-megamenu__body {
  padding: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__body {
    padding: 30px 8px;
  }
}

.p-megamenu__britems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}

.p-megamenu__britem {
  width: 100%;
  max-width: 280px;
}

.p-megamenu__brlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-megamenu__brimage {
  width: 104px;
  height: auto;
  aspect-ratio: 104/72;
}
.p-megamenu__brimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-megamenu__br_body {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 25px;
  padding-right: 20px;
}

.p-megamenu__brname {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #12A8A4;
  text-align: left;
}

.p-megamenu__tag {
  text-align: left;
}

.p-megamenu__tagLink {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .p-megamenu__tagLink {
    font-size: 14px;
  }
}

.p-aside__wrap {
  margin-top: 8px;
}

.p-aside__head {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 22px;
  border-left: 6px solid #12A8A4;
  color: #12A8A4;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  cursor: pointer;
}
.p-aside__head::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow.png) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-aside__head.js-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-aside__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.p-aside__image {
  width: 100px;
  height: auto;
  aspect-ratio: 100/76;
}
.p-aside__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-aside__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding-left: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
* {
  min-height: 0vw;
}

/* =============================================== */
/* =============================================== */
.js-fade {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  -webkit-transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, -webkit-transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s !important;
  transition: opacity 1.5s 0.3s, transform 1s 0.15s, -webkit-transform 1s 0.15s !important;
}
.js-fade.is-inview {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/* =============================================== */
/* =============================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
*:not(i) {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: initial;
  color: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}

.slick-slider .slick-list {
  margin-bottom: 30px;
  overflow: visible;
}
.slick-slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424 !important;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
}
.slick-slider .slick-arrow.slick-prev::after {
  margin-right: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
}
.slick-slider .slick-arrow.slick-next::after {
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}
.slick-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  width: 100%;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 74px !important;
  height: 3px !important;
  border-radius: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4B4B4B !important;
}

.wp-pagenavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
  color: #12A8A4;
  font-weight: bold;
  border-radius: 50%;
}
.wp-pagenavi > span.pages, .wp-pagenavi > span.first, .wp-pagenavi > span.last,
.wp-pagenavi > a.pages,
.wp-pagenavi > a.first,
.wp-pagenavi > a.last {
  width: auto !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: initial;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a.current {
  border: initial !important;
  color: white !important;
  background-color: #12A8A4;
}

#ui-datepicker-div * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: 100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 25%;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-gallery-item-wrap .modaal-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 90vh !important;
}

.wpsbc-container {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpsbc-container * {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.wpsbc-container > h2 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 100 !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar {
  max-width: 100% !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container > select {
  font-size: 18px !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > thead tr > th:first-child {
  color: red !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-date .wpsbc-date-inner .wpsbc-date-number {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1::before {
    bottom: 10px;
  }
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td:first-child .wpsbc-legend-item-1 .wpsbc-date-inner .wpsbc-date-number {
  background-color: #FEC0BD !important;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2 {
  position: relative;
}
.wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
  display: block;
  content: "定休日";
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
  font-size: clamp(8px, 1.0416vw, 14px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wpsbc-container .wpsbc-calendars-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-wrapper table > tbody tr > td .wpsbc-legend-item-2::before {
    bottom: 10px;
  }
}
sup,
sub {
  font-size: 0.75em !important;
  margin-left: 1px !important;
}

sup {
  vertical-align: super !important;
}

sub {
  vertical-align: sub !important;
}

.modal-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.modal-video-close-btn {
  top: -50px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #12A8A4 !important;
  border-radius: 50% !important;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .modal-video-close-btn {
    top: -25px !important;
    right: -60px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50% !important;
  width: 50% !important;
  margin-top: initial !important;
  background-color: white !important;
}

.u-display--block {
  display: block !important;
}

.u-margin-right--auto {
  margin-left: auto !important;
}

.u-margin-bottom--30px {
  margin-bottom: 30px !important;
}

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

.u-textAlign--center {
  text-align: center !important;
}

.u-textAlign--right {
  text-align: right !important;
}