@charset "UTF-8";
/*
buildOutputFile: 'layout';
*/
@keyframes katakataRotate {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
:root {
  --themeColor:#00AAE5;
  --themeColor-lt:#fcf1ed;
  --pointColor:#004099;
  --linkColor:#87eaf9;
  --bgColor:#f7f7f7;
  --fontColor: #000;
  --w:1120px;
  --side: calc((100% - (var(--w))) / 2);
  --widthXL:1220px;
  --widthLG:980px;
  --widthTab:768px;
  --font-go-base: "Noto Sans JP","Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  img {
    width: 100%;
    max-width: fit-content;
  }
}

a {
  text-decoration: none !important;
  transition: all 0.3s;
  color: var(--fontColor);
  font-weight: 500;
}
a:visited {
  color: var(--fontColor);
}
a:hover {
  color: var(--fontColor);
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: var(--fontColor);
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=search], input[type=url], input[type=date], input[type=time], input[type=datetime-local], input[type=month], input[type=week], input[type=color], input[type=file], input[type=range], select, textarea {
  color: var(--fontColor);
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 40px;
  padding: 10px 40px;
  border-radius: 40px;
  border: 1px solid #838383;
  color: #000;
  font-weight: 500;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .btn-round {
    height: 56px;
    width: 280px;
    max-width: 100%;
    padding: 10px 50px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .btn-round:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
  }
}

.btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 10px 35px 10px 40px;
  border-radius: 40px;
  border: none;
  background: #000;
  font-weight: 500;
  color: #fff;
  transition: all 0.2s;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .btn-search {
    width: 280px;
    height: 56px;
    padding: 10px 50px 10px 60px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .btn-search:hover {
    background: var(--themeColor);
    color: #fff;
  }
}
.btn-search:active {
  background: var(--themeColor);
}
.btn-search::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../img/common/icon-searchlist.svg) center/contain no-repeat;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .btn-search::after {
    width: 34px;
    height: 20px;
    margin-left: 20px;
  }
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 16px;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1219px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.table-1 tr {
  border-bottom: 2px dotted #ccc;
}
.table-1 th, .table-1 td {
  padding: 13px;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 1.4rem;
  }
}
.table-1 th {
  background: #fcfbf5;
  color: var(--themeColor);
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 2.56rem;
  font-weight: bold;
}

.title-l {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .title-l {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 40px;
  }
}

.chips {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.chips-item {
  display: inline-flex;
  padding: 5px 10px;
  font-size: 1.2rem;
  background: #E2FFCE;
  border-radius: 5px;
}

#container {
  position: relative;
  background: url(../img/common/bg-topround-sp.svg) 50% -140px/110% 348px no-repeat;
}
@media (min-width: 768px) {
  #container {
    background: url(../img/common/bg-topround.svg) 50% -450px/110% 805px no-repeat;
  }
}

.slideXListArea {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .slideXListArea {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .slideXListArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .slideXListArea {
    max-width: 96%;
  }
}
.slideXListArea .fs-p-heading--lv2 {
  display: none !important;
}

.slideXList {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  margin-left: 4%;
  padding: 0 4% 10px 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .slideXList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 15px;
    padding-inline: 0;
    margin: 0 auto 60px;
    overflow: auto;
  }
  .slideXList.is-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.slideXList-li {
  width: 165px;
  min-width: 165px;
}
@media (min-width: 768px) {
  .slideXList-li {
    width: 100%;
  }
}
.slideXList-li-img {
  width: 100%;
  border: 1px solid #F0F0F0;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slideXList-li-img {
    margin-bottom: 21px;
  }
}
.slideXList-li-img img {
  border-radius: 10px;
}
.slideXList-li-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
}
a .slideXList-li-title {
  color: var(--fontColor) !important;
}
@media (min-width: 768px) {
  .slideXList-li-title {
    font-size: 1.6rem;
  }
}
.slideXList-li-price {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 500;
}
a .slideXList-li-price {
  color: var(--fontColor) !important;
}
@media (min-width: 768px) {
  .slideXList-li-price {
    font-size: 2rem;
  }
}
.slideXList-li-price .text-s {
  font-size: 80%;
  margin-left: 5px;
  font-weight: 500;
}
.slideXList-li .chips {
  margin-bottom: 5px;
}
.slideXList-li-time {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .slideXList-li-time {
    font-size: 1.6rem;
  }
}

div.fr3-productListStatic {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  margin-left: 4%;
  padding: 0 4% 10px 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.fr3-productListStatic {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 15px;
    padding-inline: 0;
    margin: 0 auto 60px;
    overflow: auto;
  }
}
div.fr3-productListStatic .fr3-item {
  width: 165px;
  min-width: 165px;
}
@media (min-width: 768px) {
  div.fr3-productListStatic .fr3-item {
    width: 100%;
  }
}
div.fr3-productListStatic .fr3-item .fr3-item__imageContainer {
  width: 100%;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.fr3-productListStatic .fr3-item .fr3-item__imageContainer {
    margin-bottom: 21px;
  }
}
div.fr3-productListStatic .fr3-item .fr3-item__productName {
  font-size: 1.2rem;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
  color: var(--fontColor) !important;
}
@media (min-width: 768px) {
  div.fr3-productListStatic .fr3-item .fr3-item__productName {
    font-size: 1.6rem;
  }
}
div.fr3-productListStatic .fr3-item .fr3-item__productPrice {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 500;
  color: var(--fontColor) !important;
}
@media (min-width: 768px) {
  div.fr3-productListStatic .fr3-item .fr3-item__productPrice {
    font-size: 2rem;
  }
}
div.fr3-productListStatic .fr3-item .fr3-item__productPrice__price {
  font-size: 1em;
}
div.fr3-productListStatic .fr3-item .fr3-item__productPrice__price::after {
  content: "円";
  font-size: 80%;
  font-weight: 500;
}
div.fr3-productListStatic .fr3-item .fr3-item__productPrice__currencyMark {
  display: none;
}
div.fr3-productListStatic .fr3-item .fr3-item__productPrice__addon {
  font-size: 80%;
  font-weight: 500;
}

.moreBtn {
  text-align: center;
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 10;
}
.search-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.lowerPage {
  background: #fff;
  padding: 40px 0 0;
}
.lowerPage .fs-c-productMark {
  gap: 3px;
  margin-bottom: 3px;
}
.lowerPage .fs-c-mark--preorder {
  background: var(--themeColor);
  display: none;
}
.lowerPage .fs-c-productMark__mark {
  background: var(--themeColor);
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productMark__mark {
    font-size: 1.6rem;
  }
}
.lowerPage .fs-c-productMark__mark.icon-new2025 {
  background: #EB0000;
}
.lowerPage .fs-l-main {
  padding: 0;
}
.lowerPage .fs-c-productListItem__image__image {
  border-radius: 10px;
}
.lowerPage .fs-c-price__currencyMark,
.lowerPage .fs-c-button--plain {
  display: none;
}
.lowerPage .fs-c-productName__name {
  color: #131313;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productName__name {
    font-size: 1.6rem;
  }
}
.lowerPage .fs-c-price__value {
  color: #131313;
  font-size: 1.7rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-price__value {
    font-size: 1.6rem;
  }
}
.lowerPage .fs-c-price__value::after {
  content: "円";
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-price__value::after {
    font-size: 1.6rem;
  }
}
.lowerPage .fs-c-productList__list__item {
  border-bottom: none;
  padding: 0 0 20px 0 !important;
}
.lowerPage .fs-c-productList__list__item form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productList__list__item form {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.lowerPage .fs-c-productList__controller {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productList__controller {
    flex-direction: row-reverse;
  }
}
.lowerPage .fs-c-listControl {
  margin-left: auto;
}
.lowerPage .fs-c-sortItems {
  margin-left: auto;
  border: none;
}
.lowerPage .fs-c-sortItems__list {
  border-color: #D6D6D6;
  border-radius: 0 6px 6px 0;
}
.lowerPage .fs-c-sortItems__list__item.is-active {
  background: var(--themeColor);
}
.lowerPage .fs-c-productList__list__item {
  position: relative;
}
.lowerPage .fs-c-productList__list__item + .lowerPage .fs-c-productList__list__item {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productList__list__item + .lowerPage .fs-c-productList__list__item {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .lowerPage .fs-c-listControl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.lowerPage .fs-c-pagination {
  gap: 5.3vw;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-pagination {
    gap: 40px;
  }
}
.lowerPage .fs-c-listControl {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: linear 0.2s;
  cursor: pointer;
}
.lowerPage .fs-c-listControl:hover {
  opacity: 0.8;
}
.lowerPage .fs-c-listControl .fs-c-pagination__item {
  width: 10vw;
  height: 10vw;
  max-width: 40px;
  max-height: 40px;
  line-height: 1;
  font-size: 4.2vw;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #EDEDED;
  color: #000;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-listControl .fs-c-pagination__item {
    font-size: clamp(16px, 4.2vw, 18px);
  }
}
.lowerPage .fs-c-listControl .fs-c-pagination__item.is-active {
  background: #fff;
}
.lowerPage .fs-c-listControl .fs-c-pagination__item.fs-c-pagination__item--prev, .lowerPage .fs-c-listControl .fs-c-pagination__item.fs-c-pagination__item--next {
  background: none;
}
.lowerPage .fs-c-productListItem__outOfStock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  border: none;
  background: left center/100% auto no-repeat url(../img/common/icon-soldout-bg.svg);
  color: #fff;
  min-width: 82px;
  height: 23px;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 0 5px 7px;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productListItem__outOfStock {
    min-width: 118px;
    height: 35px;
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
.lowerPage .fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}
.lowerPage .fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
  display: none;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productListItem__imageContainer {
    margin-bottom: 10px;
  }
}
.lowerPage .fs-c-productList__list {
  padding-top: 30px;
  grid-template-columns: 1fr;
  gap: 13px;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productList__list {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 24px;
  }
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productList__list__item {
    padding: 0;
  }
}
.lowerPage .fs-c-productList {
  width: 90%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-productList {
    max-width: 1120px;
  }
}
.lowerPage .fs-c-breadcrumb {
  width: 90%;
  margin-inline: auto;
  margin: 30px auto 65px;
}
@media (min-width: 768px) {
  .lowerPage .fs-c-breadcrumb {
    margin: 80px auto 130px;
    max-width: 1120px;
  }
}
.lowerPage .fs-c-productList__list__item .fs-c-productListItem__control {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}
.lowerPage .fs-c-sortItems__label {
  border-color: #D6D6D6;
  border-radius: 6px 0 0 6px;
}
.lowerPage .fs-c-history__total dt, .lowerPage .fs-c-history__total dd {
  border-top: 1px solid #6492a8;
  margin-top: 8px;
  padding-top: 8px;
  line-height: 1.75;
  font-size: 1.6rem;
}
.lowerPage .fs-c-productList__list .fs-c-productPrice__main__label {
  display: none;
}
.lowerPage .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #EB0000;
}

.fs-l-main {
  margin: 0 auto;
  padding: 24px 0;
  max-width: 100%;
  width: 100%;
  background: #fff;
}

.fs-l-pageMain {
  background: #fff;
  margin-inline: auto;
  max-width: 1120px;
  width: 90%;
}
@media (min-width: 768px) {
  .fs-l-pageMain {
    width: 100%;
  }
}

.pageHeading {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  max-width: 1120px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pageHeading {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.icon-soldout, .icon-new {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: grid;
  align-items: center;
  width: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .icon-soldout, .icon-new {
    font-size: 1.6rem;
  }
}
.icon-soldout {
  background: left center/100% auto no-repeat url(../img/common/icon-soldout-bg.svg);
  height: 22px;
  width: 90%;
  padding-left: 0.6em;
  line-height: 22px;
}
@media (min-width: 768px) {
  .icon-soldout {
    height: 34px;
    width: 120px;
    padding-left: 0.9em;
    line-height: 34px;
  }
}
.icon-new {
  background: left center/contain no-repeat url(../img/common/icon-new-bg.svg);
  height: 28px;
  width: 66px;
  padding-left: 1em;
  line-height: 28px;
}
@media (min-width: 768px) {
  .icon-new {
    height: 34px;
    width: 75px;
    padding-left: 0.9em;
    line-height: 34px;
  }
}
.itemDtl-inf .icon-new {
  border-radius: 5px;
  padding: 4px;
  background: #EB0000;
  color: #fff;
  font-size: 1.2rem;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.5 !important;
  display: inline-block;
  width: auto;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .itemDtl-inf .icon-new {
    padding: 5px 8px;
    font-weight: 500;
    font-size: 1.6rem;
    width: 100%;
  }
}
.icon-normal {
  border-radius: 5px;
  padding: 4px;
  background: #00aae5;
  color: #fff;
  font-size: 1.2rem;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.5 !important;
  display: inline-block;
  width: auto;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 768px) {
  .icon-normal {
    padding: 5px 8px;
    font-weight: 500;
    font-size: 1.6rem;
    width: 100%;
  }
}
.icon-itm {
  min-height: 23px;
  border-radius: 5px;
  background: #e2ffce;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100px;
  padding: 4px 8px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #131313;
  vertical-align: middle;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .icon-itm {
    font-size: 1.2rem;
    min-height: 27px;
    padding: 5px 10px;
  }
}

.cmnBreadcrumb {
  max-width: 1120px;
  width: 90%;
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .cmnBreadcrumb {
    margin-top: 80px;
    margin-bottom: 130px;
  }
}
.cmnBreadcrumb .fs-c-breadcrumb__list {
  font-size: 1.2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.cmnBreadcrumb .fs-c-breadcrumb__listItem {
  line-height: 1.8;
}

.cmnItem {
  max-width: 1120px;
  width: 90%;
  margin-inline: auto;
}
.cmnItem-lst {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .cmnItem-lst {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 24px;
  }
}
.cmnItem-lst-pager {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .cmnItem-lst-pager {
    margin-top: 130px;
  }
}
.cmnItem-lst-pager-ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .cmnItem-lst-pager-ctrl {
    gap: 30px;
  }
}
.cmnItem-lst-pager a, .cmnItem-lst-pager span {
  font-size: 1.6rem;
  line-height: 1.45;
  color: #000;
  background: #EDEDED;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cmnItem-lst-pager a, .cmnItem-lst-pager span {
    font-size: 1.6rem;
  }
}
.cmnItem-lst-pager a.is-active, .cmnItem-lst-pager span.is-active {
  background: none;
  border: none;
}
.cmnItem-lst-pager .fs-c-pagination__item--prev,
.cmnItem-lst-pager .fs-c-pagination__item--next {
  background: none;
  border: none;
  position: relative;
}
.cmnItem-lst-pager .fs-c-pagination__item--prev::before,
.cmnItem-lst-pager .fs-c-pagination__item--next::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  width: 10px;
  height: 15px;
}
.cmnItem-lst-pager .fs-c-pagination__item--prev::before {
  background: url(../img/common/icon-arrow-left.svg) center/contain no-repeat;
}
.cmnItem-lst-pager .fs-c-pagination__item--next::before {
  background: url(../img/common/icon-arrow-right.svg) center/contain no-repeat;
}

.fs-c-listControl {
  justify-content: center;
}

.cmnFreeHeading {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 700;
  border-left: 4px solid #05AAE5;
  padding-left: 14px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .cmnFreeHeading {
    border-left: 6px solid #05AAE5;
    font-size: 2.6rem;
    margin-bottom: 32px;
    padding-left: 20px;
  }
}

.cmnLink {
  text-decoration: underline;
  color: #0093D5;
}
.cmnLink:hover {
  text-decoration: none;
}

.slideXListArea .fr3-productListCarousel {
  display: block;
}
.slideXListArea .fr3-productListCarousel__ButtonContainer {
  display: none;
}

.fs-c-couponName__discount .fs-c-price__value,
.fs-c-couponName__discount .fs-c-price__value::after {
  color: #fff;
}

.fs-c-checkout-couponList__item .fs-c-price__value,
.fs-c-checkout-couponList__item .fs-c-price__value::after {
  color: #e76b34;
}

.footer {
  position: relative;
  margin-top: 140px;
  background: var(--themeColor);
  padding: 60px 0 60px;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 100px 0 20px;
  }
}
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 90%;
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .footer-inner {
    max-width: 96%;
  }
}
.footer a {
  color: #fff;
}
@media (hover: hover) {
  .footer a:hover img {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.pagetop {
  position: absolute;
  bottom: calc(100% - 88px);
  left: calc(50% - 78px);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 50px;
  background: var(--themeColor);
}
@media (min-width: 768px) {
  .pagetop {
    width: 252px;
    height: 252px;
    left: calc(50% - 126px);
    bottom: calc(100% - 166px);
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .pagetop img {
    width: 120px;
    height: 63px;
  }
}

@media (min-width: 768px) {
  .footerNaviWrapper {
    display: flex;
    justify-content: space-between;
  }
}
.footerNaviWrapper a:visited {
  color: #fff;
}

.footerNavi {
  position: relative;
  padding: 0 4% 40px;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .footerNavi {
    width: 60%;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.footerNavi-ul {
  color: #fff;
}
.footerNavi-ul-li {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footerNavi-ul-li {
    font-size: 2rem;
  }
}
.footerNavi-ul-li + .footerNavi-ul-li {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .footerNavi-ul-li + .footerNavi-ul-li {
    margin-top: 35px;
  }
}
.footerNavi-ul-li > a {
  display: block;
  color: #fff;
}
.footerNavi-ul-li > a:visited {
  color: #fff;
}
.footerNavi-ul-li > a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -0.2em;
  background: url(../img/common/icon-arrow-b.svg) center/contain no-repeat;
  transform: rotate(-90deg);
  margin-right: 10px;
}
@media (min-width: 768px) {
  .footerNavi-ul-li > a::before {
    margin-right: 20px;
    margin-bottom: -0.1em;
  }
}
@media (hover: hover) {
  .footerNavi-ul-li > a:hover {
    opacity: 0.7;
  }
}

.footerNaviSub {
  margin: 33px 0 25px 30px;
}
@media (min-width: 768px) {
  .footerNaviSub {
    margin-left: 40px;
  }
}
.footerNaviSub-li {
  font-size: 1.5rem;
}
.footerNaviSub-li + .footerNaviSub-li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footerNaviSub-li + .footerNaviSub-li {
    margin-top: 20px;
  }
}
.footerNaviSub-li a {
  display: block;
  color: #fff;
}
@media (hover: hover) {
  .footerNaviSub-li a:hover {
    opacity: 0.7;
  }
}

.footerSideNavi {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .footerSideNavi {
    width: 30%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.footerSideNavi-ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-inline: 5%;
}
@media (min-width: 768px) {
  .footerSideNavi-ul {
    gap: 35px;
  }
}
.footerSideNavi-ul-li {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .footerSideNavi-ul-li {
    font-size: 2rem;
  }
}
.footerSideNavi-ul-li a {
  display: flex;
  color: #fff;
  font-weight: 400;
}
@media (hover: hover) {
  .footerSideNavi-ul-li a:hover {
    opacity: 0.7;
  }
}
.footerSideNavi-ul-li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-top: 0.3em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .footerSideNavi-ul-li a::before {
    width: 10px;
    height: 14px;
    margin-right: 15px;
    margin-top: 0.4em;
  }
}

.footerSns {
  margin-bottom: 40px;
}
.footerSns-ul {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .footerSns-ul {
    justify-content: flex-end;
  }
}
.footerSns-ul-li {
  width: 49px;
}

.footerCopy {
  display: block;
}
@media (min-width: 768px) {
  .footerCopy {
    text-align: center;
  }
}

.footerMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: #fff;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
@media (min-width: 768px) {
  .footerMenu {
    display: none;
  }
}
.footerMenu-ul {
  display: flex;
  justify-content: space-evenly;
}
.footerMenu-ul-li {
  position: relative;
  width: 46px;
}
.footerMenu-ul-li a, .footerMenu-ul-li button {
  appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.footerMenu-ul-li svg {
  width: 23px;
}
.footerMenu-ul-li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  display: inline-block;
  width: 80%;
  height: 4px;
  background: var(--pointColor);
  border-radius: 0 0 4px 4px;
  opacity: 0;
}
.footerMenu-ul-li.is-current::before {
  opacity: 1;
}
.footerMenu-ul-li.is-current svg path {
  fill: var(--pointColor);
  stroke: var(--pointColor);
}
.footerMenu-ul-li .cartNum {
  top: 8px;
  right: 6px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 4%;
}
.header-logo-img {
  display: block;
  margin-bottom: 5px;
  width: 156px;
  height: 14px;
}
@media (min-width: 768px) {
  .header-logo-img {
    width: 219px;
    margin-bottom: 12px;
  }
}
.header-logo-img img {
  display: block;
}
.header-logo-text {
  display: block;
  font-size: 0.8rem;
  color: var(--fontColor);
  text-align: center;
}
@media (min-width: 768px) {
  .header-logo-text {
    font-size: 1.1rem;
  }
}

.headerIconts {
  display: flex;
  align-items: center;
  gap: 20px;
}
.headerIconts-item {
  position: relative;
}
@media (min-width: 768px) {
  .headerIconts-item {
    width: 32px;
  }
}
.headerIconts-item a, .headerIconts-item button {
  transition: all 0.2s;
}
@media (hover: hover) {
  .headerIconts-item a:hover, .headerIconts-item button:hover {
    opacity: 0.7;
  }
}

.cartNum {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 14px;
  width: auto;
  max-width: 100%;
  height: 14px;
  border-radius: 7px;
  background: #EB0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1rem;
}

.searchPopup {
  position: fixed;
  max-height: 80vh;
  height: fit-content;
  width: 84%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 20px;
  background: #fff;
  border-radius: 10px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}
.search-active .searchPopup {
  opacity: 1;
  pointer-events: auto;
}
.searchPopup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.searchPopup-close svg {
  width: 100%;
}
.searchPopup-inner {
  overflow-y: scroll;
  max-height: calc(80vh - 20px);
  padding: 10px 30px 40px;
}
.searchPopup-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 500;
}

.searchRow {
  display: flex;
}
.searchRow + .searchRow {
  margin-top: 15px;
}
.searchRow-title {
  font-size: 1.2rem;
  width: 75px;
  color: #918787;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .searchRow-title {
    font-size: 1.6rem;
    width: 120px;
    font-weight: 500;
  }
}
.searchRow:has(.checkBoxes) .searchRow-title {
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .searchRow:has(.checkBoxes) .searchRow-title {
    margin-top: 0.3rem;
  }
}
.searchRow-input {
  flex: 1;
}
.searchRow-input input[type=text], .searchRow-input select {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 2px solid #EDEDED;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1.4rem;
}

.checkBoxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
@media (min-width: 768px) {
  .checkBoxes {
    gap: 10px 20px;
  }
}
.checkBoxes-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
}
.checkBoxes-item:has(input[type=checkbox]) {
  cursor: pointer;
}
.checkBoxes input[type=checkbox] {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 2px solid #dddbd7;
  border-radius: 10px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkBoxes input[type=checkbox]:before {
  position: absolute;
  top: 6px;
  left: 9.5px;
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #dddbd7;
  border-bottom: 2px solid #dddbd7;
  content: "";
}
.checkBoxes input[type=checkbox]:checked {
  border: 2px solid #EB0000;
}
.checkBoxes input[type=checkbox]:checked:before {
  border-color: #EB0000;
}

.searchBtns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .searchBtns {
    justify-content: center;
    margin-top: 50px;
  }
}
.searchBtns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.searchBtns-btn.is-clear {
  background: #EDEDED;
  padding: 0 10px;
}
.searchBtns-btn.is-search {
  background: #131313;
  color: #fff;
  flex: 1;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .searchBtns-btn.is-search {
    padding: 0 30px;
    flex: 0 1 auto;
  }
}