@charset "UTF-8";
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
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;
}

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

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  html {
    scroll-padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 835px) and (max-width: 1299px) {
  html.is-open {
    overflow: auto;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.44;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #000000;
  background: #fff;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  body {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.44;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

button {
  color: initial;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 992px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: inherit;
  padding: 0;
  margin: 0;
  border: inherit;
  cursor: pointer;
}

label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .sp {
    display: block !important;
  }
}

/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: 100%;
  padding: 0 80px;
}

@media screen and (max-width: 991px) {
  .c-inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-flag {
  display: none;
}

/* 共通テキスト
-----------------------------------------*/
/* MODAL
===================================*/
#SELECT-SEARCH:checked ~ .c-modal .c-modal-search__back {
  display: block;
}
#SELECT-SEARCH:checked ~ .c-modal .c-modal-search__wrap {
  right: 0;
}

#MODAL-CARD:checked ~ .c-modal .c-modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#SORT-TAB-PLACE:checked ~ .c-modal .c-modal-search-sort__tab--place {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#SORT-TAB-PLACE:checked ~ .c-modal .c-modal-search-sort__tab--place dt {
  position: relative;
  color: #9599C0;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  pointer-events: none;
  z-index: 2;
}
#SORT-TAB-PLACE:checked ~ .c-modal .c-modal-search-sort__tab--place dd {
  display: block;
  pointer-events: visible;
}

#SORT-TAB-STYLE:checked ~ .c-modal .c-modal-search-sort__tab--style {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#SORT-TAB-STYLE:checked ~ .c-modal .c-modal-search-sort__tab--style dt {
  position: relative;
  color: #9599C0;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  pointer-events: none;
  z-index: 2;
}
#SORT-TAB-STYLE:checked ~ .c-modal .c-modal-search-sort__tab--style dd {
  display: block;
  pointer-events: visible;
}

#SORT-TAB-COLOR:checked ~ .c-modal .c-modal-search-sort__tab--color {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#SORT-TAB-COLOR:checked ~ .c-modal .c-modal-search-sort__tab--color dt {
  position: relative;
  color: #9599C0;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  pointer-events: none;
  z-index: 2;
}
#SORT-TAB-COLOR:checked ~ .c-modal .c-modal-search-sort__tab--color dd {
  display: block;
  pointer-events: visible;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.c-modal-search {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-modal-search__wrap {
  position: fixed;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  max-width: 405px;
  max-height: 100vh;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 170, 215)), color-stop(50%, rgb(145, 184, 213)), to(rgb(236, 215, 214)));
  background: linear-gradient(180deg, rgb(159, 170, 215) 0%, rgb(145, 184, 213) 50%, rgb(236, 215, 214) 100%);
  padding-top: 50px;
  pointer-events: visible;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-search__back {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: visible;
  cursor: pointer;
}
.c-modal-search__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 1001;
  background: none;
}
.c-modal-search__close::before, .c-modal-search__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.c-modal-search__close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-modal-search__tag {
  display: none;
  background: #196B79;
}
.c-modal-search__tag span {
  position: relative;
  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: 50px;
  padding: 0 20px;
}
.c-modal-search__tag span::before, .c-modal-search__tag span::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
}
.c-modal-search__tag span::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-modal-search__keyword {
  position: relative;
  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;
  padding: 5px 20px;
  background: #fff;
}
.c-modal-search__keyword input {
  width: 100%;
  height: 100%;
  color: #000000;
  background: none;
  border: none;
}
.c-modal-search__keyword button {
  height: 100%;
}
.c-modal-search__keyword button img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-modal-search__keyword button label {
  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;
}
.c-modal-search-sort {
  position: relative;
  padding: 15px 20px;
}
.c-modal-search-sort__heading {
  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;
  gap: 6px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-modal-search-sort__cleer, .c-modal-search-sort__submit label {
  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;
  width: 80px;
  height: 32px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.69;
  font-weight: 700;
  color: #9599C0;
  background: #fff;
}
.c-modal-search-sort__cleer:hover, .c-modal-search-sort__submit label:hover {
  color: #000;
  background: #ECD7D6;
}
.c-modal-search-sort__cleer {
  display: none;
  margin-left: auto;
}
.c-modal-search-sort__cleer.is-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal-search-sort__wrap {
  position: relative;
}
.c-modal-search-sort__tab {
  width: 100%;
}
.c-modal-search-sort__tab--style dt {
  left: 33.3333%;
}
.c-modal-search-sort__tab--color dt {
  right: 0;
  margin-left: auto;
}
.c-modal-search-sort__tab dt {
  position: absolute;
  top: 0;
  width: 33.3333%;
  height: 60px;
  color: #000000;
  background: #DEE0F5;
}
.c-modal-search-sort__tab dt button,
.c-modal-search-sort__tab dt label {
  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;
  width: 100%;
  height: 100%;
}
.c-modal-search-sort__tab dd {
  position: relative;
  display: none;
  width: 100%;
  height: 60px;
  color: #000000;
  background: #fff;
  border: 1px solid #fff;
}
.c-modal-search-sort__tab dd:first-of-type {
  margin-top: -2px;
}
.c-modal-search-sort__tab dd:not(:last-of-type) {
  border-bottom: none;
}
.c-modal-search-sort__tab dd button {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.c-modal-search-sort__tab dd label {
  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;
  gap: 15px;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.69;
  font-weight: 700;
}
.c-modal-search-sort__tab dd label::before {
  content: "";
  width: 17px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #9599C0;
}
.c-modal-search-sort__tab dd label span {
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 500;
  margin-left: auto;
}
.c-modal-card {
  position: fixed;
  top: 0;
  left: 0;
  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;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-modal-card__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 90vh;
  max-width: 1280px;
  max-height: 1280px;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-card__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: visible;
  cursor: pointer;
}
.c-modal-card__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
.c-modal-card__close::before, .c-modal-card__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.c-modal-card__close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-modal-card__picture {
  display: block;
  width: 100%;
  height: calc(100% - 45px);
}
.c-modal-card__picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-modal-card-text {
  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: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 5px 20px;
  color: #fff;
  background: #9599C0;
}
.c-modal-card-text__heading {
  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;
  gap: 8px;
}
.c-modal-card-text__number {
  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;
  gap: 1em;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 500;
  margin-left: auto;
}
.c-modal-card-text__number a {
  text-decoration: underline;
  color: #fff;
}
.c-modal-card-text__links {
  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;
  gap: 20px;
  margin-top: 0;
}
.c-modal-card-text__links img {
  width: 18px;
  height: 18px;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-modal-card-text__links button {
  line-height: 1;
}
.c-modal-card-text__links button:hover {
  opacity: 0.7;
}
.c-modal-card__arrow {
  position: fixed;
  top: calc(50% - 25px);
  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;
  width: 50px;
  height: 50px;
  z-index: 1002;
  pointer-events: visible;
  cursor: pointer;
}
.c-modal-card__arrow::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 10000;
}
.c-modal-card__arrow--prev {
  left: 25px;
}
.c-modal-card__arrow--prev::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.c-modal-card__arrow--next {
  right: 25px;
}
.c-modal-card__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .c-modal-search__wrap {
    max-width: calc(405 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
  .c-modal-search__close {
    top: calc(15 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    z-index: 1001;
  }
  .c-modal-search__tag span {
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
  .c-modal-search__tag span::before, .c-modal-search__tag span::after {
    width: calc(12 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }
  .c-modal-search__tag span::before {
    right: calc(20 / 375 * 100vw);
  }
  .c-modal-search__keyword {
    height: calc(60 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .c-modal-search__keyword img {
    width: calc(22 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
  .c-modal-search-sort {
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .c-modal-search-sort__heading {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .c-modal-search-sort__heading label {
    width: calc(80 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.69;
  }
  .c-modal-search-sort__cleer, .c-modal-search-sort__submit label {
    width: calc(80 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.69;
  }
  .c-modal-search-sort__tab dt {
    height: calc(60 / 375 * 100vw);
  }
  .c-modal-search-sort__tab dd {
    position: relative;
    height: calc(60 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #fff;
  }
  .c-modal-search-sort__tab dd:first-of-type {
    margin-top: calc(-2 / 375 * 100vw);
  }
  .c-modal-search-sort__tab dd button {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .c-modal-search-sort__tab dd label {
    gap: calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.69;
  }
  .c-modal-search-sort__tab dd label::before {
    width: calc(17 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    border-radius: calc(2 / 375 * 100vw);
  }
  .c-modal-search-sort__tab dd label span {
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.8;
  }
  .c-modal-card__wrap {
    height: auto;
  }
  .c-modal-card__close {
    top: calc(15 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .c-modal-card__picture {
    height: calc(266 / 375 * 100vw);
  }
  .c-modal-card-text {
    -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: calc(12 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
  }
  .c-modal-card-text__heading {
    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;
    gap: calc(8 / 375 * 100vw);
  }
  .c-modal-card-text__heading * {
    font-size: calc(16 / 375 * 100vw) !important;
  }
  .c-modal-card-text__number {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-left: 0;
  }
  .c-modal-card-text__links {
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
    margin-left: auto;
  }
  .c-modal-card-text__links img {
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
}
@media print {
  body.is-printing {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body.is-printing * {
    visibility: hidden;
  }
  body.is-printing .l-header,
  body.is-printing .l-header-float,
  body.is-printing .l-main-card,
  body.is-printing .c-modal {
    display: none !important;
  }
  body.is-printing .l-footer,
  body.is-printing .l-footer * {
    visibility: visible !important;
  }
  body.is-printing .is-print-target,
  body.is-printing .is-print-target * {
    visibility: visible !important;
  }
  body.is-printing .is-print-target {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.is-printing .is-print-target.l-main-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 210mm;
    max-width: 210mm;
    height: auto;
    max-height: 262.6041666667mm;
    margin: 0 auto;
    overflow: hidden;
  }
  body.is-printing .is-print-target .l-main-card__info {
    position: relative;
    opacity: 1;
    height: auto;
    background: #9599C0;
  }
  body.is-printing .is-print-target .l-main-card__title {
    margin-top: 0;
  }
  body.is-printing .is-print-target .l-main-card__links, body.is-printing .is-print-target .l-main-card__more {
    display: none;
  }
  body.is-printing .is-print-target .l-main-card__picture {
    height: auto;
    max-height: 190mm;
  }
  body.is-printing .is-print-target .l-main-card__picture img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.is-printing .is-print-target .l-main-card__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.7;
    color: #fff;
    background: #9599C0;
    padding: 15px 40px;
  }
  body.is-printing .is-print-target .l-main-card__number a {
    color: #fff;
  }
  @page {
    size: A4;
    margin: 10mm;
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
@-webkit-keyframes animate-scroll {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes animate-scroll {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*===================================
translate
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-role-in {
  opacity: 0;
  -webkit-transform: translate(-150px, 0) rotate(-360deg);
          transform: translate(-150px, 0) rotate(-360deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 1.3s forwards;
          animation: animate-translate 1.3s forwards;
}

@-webkit-keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*===================================
mask
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
}
@media only screen and (max-width: 991px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
#SELECT-PLACE:checked ~ .l-header .l-header-select label[for=SELECT-PLACE] {
  color: #9599C0;
}
#SELECT-PLACE:checked ~ .l-header .l-header-category--place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#SELECT-STYLE:checked ~ .l-header .l-header-select label[for=SELECT-STYLE] {
  color: #9599C0;
}
#SELECT-STYLE:checked ~ .l-header .l-header-category--style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#SELECT-COLOR:checked ~ .l-header .l-header-select label[for=SELECT-COLOR] {
  color: #9599C0;
}
#SELECT-COLOR:checked ~ .l-header .l-header-category--color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#PLACE-ALL:checked ~ .l-header .l-header-category__button label[for=PLACE-ALL] {
  color: #fff;
  background: #9599C0;
}
#PLACE-ALL:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-ALL]::before {
  background: #9599C0 !important;
}

#PLACE-ENTRANCE:checked ~ .l-header .l-header-category__button label[for=PLACE-ENTRANCE] {
  color: #fff;
  background: #9599C0;
}
#PLACE-ENTRANCE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-ENTRANCE]::before {
  background: #9599C0 !important;
}

#PLACE-DINING:checked ~ .l-header .l-header-category__button label[for=PLACE-DINING] {
  color: #fff;
  background: #9599C0;
}
#PLACE-DINING:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-DINING]::before {
  background: #9599C0 !important;
}

#PLACE-KITCHEN:checked ~ .l-header .l-header-category__button label[for=PLACE-KITCHEN] {
  color: #fff;
  background: #9599C0;
}
#PLACE-KITCHEN:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-KITCHEN]::before {
  background: #9599C0 !important;
}

#PLACE-LIVING:checked ~ .l-header .l-header-category__button label[for=PLACE-LIVING] {
  color: #fff;
  background: #9599C0;
}
#PLACE-LIVING:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-LIVING]::before {
  background: #9599C0 !important;
}

#PLACE-PRIVATE:checked ~ .l-header .l-header-category__button label[for=PLACE-PRIVATE] {
  color: #fff;
  background: #9599C0;
}
#PLACE-PRIVATE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-PRIVATE]::before {
  background: #9599C0 !important;
}

#PLACE-KIDS:checked ~ .l-header .l-header-category__button label[for=PLACE-KIDS] {
  color: #fff;
  background: #9599C0;
}
#PLACE-KIDS:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-KIDS]::before {
  background: #9599C0 !important;
}

#PLACE-LAUNDRY:checked ~ .l-header .l-header-category__button label[for=PLACE-LAUNDRY] {
  color: #fff;
  background: #9599C0;
}
#PLACE-LAUNDRY:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-LAUNDRY]::before {
  background: #9599C0 !important;
}

#PLACE-VANITY:checked ~ .l-header .l-header-category__button label[for=PLACE-VANITY] {
  color: #fff;
  background: #9599C0;
}
#PLACE-VANITY:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-VANITY]::before {
  background: #9599C0 !important;
}

#PLACE-TOILET:checked ~ .l-header .l-header-category__button label[for=PLACE-TOILET] {
  color: #fff;
  background: #9599C0;
}
#PLACE-TOILET:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-TOILET]::before {
  background: #9599C0 !important;
}

#PLACE-OFFICE:checked ~ .l-header .l-header-category__button label[for=PLACE-OFFICE] {
  color: #fff;
  background: #9599C0;
}
#PLACE-OFFICE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=PLACE-OFFICE]::before {
  background: #9599C0 !important;
}

#STYLE-ALL:checked ~ .l-header .l-header-category__button label[for=STYLE-ALL] {
  color: #fff;
  background: #9599C0;
}
#STYLE-ALL:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-ALL]::before {
  background: #9599C0 !important;
}

#STYLE-NATURAL:checked ~ .l-header .l-header-category__button label[for=STYLE-NATURAL] {
  color: #fff;
  background: #9599C0;
}
#STYLE-NATURAL:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-NATURAL]::before {
  background: #9599C0 !important;
}

#STYLE-MINIMAL:checked ~ .l-header .l-header-category__button label[for=STYLE-MINIMAL] {
  color: #fff;
  background: #9599C0;
}
#STYLE-MINIMAL:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-MINIMAL]::before {
  background: #9599C0 !important;
}

#STYLE-SIMPLE:checked ~ .l-header .l-header-category__button label[for=STYLE-SIMPLE] {
  color: #fff;
  background: #9599C0;
}
#STYLE-SIMPLE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-SIMPLE]::before {
  background: #9599C0 !important;
}

#STYLE-JAPANDI:checked ~ .l-header .l-header-category__button label[for=STYLE-JAPANDI] {
  color: #fff;
  background: #9599C0;
}
#STYLE-JAPANDI:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-JAPANDI]::before {
  background: #9599C0 !important;
}

#STYLE-NORDIC:checked ~ .l-header .l-header-category__button label[for=STYLE-NORDIC] {
  color: #fff;
  background: #9599C0;
}
#STYLE-NORDIC:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-NORDIC]::before {
  background: #9599C0 !important;
}

#STYLE-CHIC:checked ~ .l-header .l-header-category__button label[for=STYLE-CHIC] {
  color: #fff;
  background: #9599C0;
}
#STYLE-CHIC:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=STYLE-CHIC]::before {
  background: #9599C0 !important;
}

#COLOR-ALL:checked ~ .l-header .l-header-category__button label[for=COLOR-ALL] {
  color: #fff;
  background: #9599C0;
}
#COLOR-ALL:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-ALL]::before {
  background: #9599C0 !important;
}

#COLOR-WHITE:checked ~ .l-header .l-header-category__button label[for=COLOR-WHITE] {
  color: #fff;
  background: #9599C0;
}
#COLOR-WHITE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-WHITE]::before {
  background: #9599C0 !important;
}

#COLOR-BEIGE:checked ~ .l-header .l-header-category__button label[for=COLOR-BEIGE] {
  color: #fff;
  background: #9599C0;
}
#COLOR-BEIGE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-BEIGE]::before {
  background: #9599C0 !important;
}

#COLOR-GREIGE:checked ~ .l-header .l-header-category__button label[for=COLOR-GREIGE] {
  color: #fff;
  background: #9599C0;
}
#COLOR-GREIGE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-GREIGE]::before {
  background: #9599C0 !important;
}

#COLOR-GRAY:checked ~ .l-header .l-header-category__button label[for=COLOR-GRAY] {
  color: #fff;
  background: #9599C0;
}
#COLOR-GRAY:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-GRAY]::before {
  background: #9599C0 !important;
}

#COLOR-BLUE:checked ~ .l-header .l-header-category__button label[for=COLOR-BLUE] {
  color: #fff;
  background: #9599C0;
}
#COLOR-BLUE:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-BLUE]::before {
  background: #9599C0 !important;
}

#COLOR-GREEN:checked ~ .l-header .l-header-category__button label[for=COLOR-GREEN] {
  color: #fff;
  background: #9599C0;
}
#COLOR-GREEN:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-GREEN]::before {
  background: #9599C0 !important;
}

#COLOR-RED:checked ~ .l-header .l-header-category__button label[for=COLOR-RED] {
  color: #fff;
  background: #9599C0;
}
#COLOR-RED:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-RED]::before {
  background: #9599C0 !important;
}

#COLOR-YELLOW:checked ~ .l-header .l-header-category__button label[for=COLOR-YELLOW] {
  color: #fff;
  background: #9599C0;
}
#COLOR-YELLOW:checked ~ .c-modal .c-modal-search-sort__tab dd label[for=COLOR-YELLOW]::before {
  background: #9599C0 !important;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.l-header__wrap {
  position: relative;
  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;
  height: 90px;
}
.l-header-logo {
  position: absolute;
  top: 50%;
  left: 80px;
  display: block;
  width: 181px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-select {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.27;
  font-weight: bold;
}
.l-header-select label {
  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: 2px;
}
.l-header-select img {
  width: 24px;
}
.l-header-select--sp {
  display: none;
}
.l-header-cleer {
  position: absolute;
  top: 50%;
  right: 80px;
  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: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-cleer::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../img/common/icon_eraser.svg");
          mask-image: url("../img/common/icon_eraser.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000000;
}
.l-header-cleer:hover {
  color: #9599C0;
}
.l-header-cleer:hover::before {
  background-color: #9599C0;
}
.l-header-category {
  display: none;
  gap: 1px;
  height: 60px;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.27;
}
.l-header-category button {
  width: 100%;
  height: 100%;
}
.l-header-category label {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background: #DEE0F5;
}
.l-header-category label:hover {
  color: #fff;
  background: #9599C0;
}
.l-header-category span {
  display: inline-block;
}
.l-header-sort {
  display: none;
  padding: 0 60px;
  color: #fff;
  background: #9599C0;
  border-top: 1px solid #fff;
}
.l-header-sort__list {
  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;
  gap: 1em;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.71;
}
.l-header-sort__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;
  gap: 1em;
}
.l-header-sort__item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header-sort__item:last-of-type {
  font-weight: 700;
}
.l-header-sort__item img {
  display: block;
  width: 1em;
}

@media only screen and (max-width: 991px) {
  .l-header__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(60 / 375 * 100vw);
  }
  .l-header-logo {
    position: static;
    width: calc(82 / 375 * 100vw);
    -webkit-transform: none;
            transform: none;
  }
  .l-header-select {
    gap: calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.46;
  }
  .l-header-select__button:last-of-type {
    margin-left: calc(15 / 375 * 100vw);
  }
  .l-header-select img {
    width: calc(20 / 375 * 100vw);
  }
  .l-header-select--pc {
    display: none;
  }
  .l-header-select--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-cleer {
    display: none;
  }
  .l-header-category {
    display: none !important;
  }
  .l-header-sort {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .l-header-sort__list {
    height: calc(60 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  width: 100%;
  text-align: center;
  padding: 36px 0 0;
  color: #000000;
  background: #fff;
}
.l-footer__logo {
  display: block;
  width: 220px;
  margin: 0 auto;
}
.l-footer__copy {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 4.29;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .l-footer {
    padding: calc(24 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
  }
  .l-footer__logo {
    width: calc(220 / 375 * 100vw);
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-main-card {
  position: relative;
  width: 25%;
  height: 332px;
}
@media screen and (max-width: 1840px) {
  .l-main-card {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1280px) {
  .l-main-card {
    width: 50%;
  }
}
.l-main-card__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(159, 170, 215)), color-stop(75%, rgb(145, 184, 213)), to(rgb(236, 215, 214)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(159, 170, 215) 50%, rgb(145, 184, 213) 75%, rgb(236, 215, 214) 100%);
  padding: 20px 40px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .l-main-card__info:hover {
    opacity: 1;
  }
}
.l-main-card__title {
  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;
  gap: 8px;
  margin-top: calc(50% - 70px);
}
.l-main-card__category {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.22;
  font-weight: 500;
  padding-right: 8px;
  border-right: 1px solid #fff;
}
.l-main-card__name {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.22;
  font-weight: 500;
}
.l-main-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  margin-top: 14px;
}
.l-main-card__tag span {
  padding: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .l-main-card__tag span:hover {
    opacity: 0.7;
  }
}
.l-main-card__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: auto;
}
.l-main-card__links img {
  width: 18px;
  height: 18px;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main-card__links button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-main-card__links button:hover {
  opacity: 0.7;
}
.l-main-card__more {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 65px;
  height: 65px;
  padding: 5px;
  background: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-main-card__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-main-card__picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main-card__number {
  display: none;
}

@media only screen and (max-width: 991px) {
  .l-main-card {
    width: 100%;
    height: calc(262 / 375 * 100vw);
  }
  .l-main-card:hover .l-main-card__info {
    opacity: 1;
    pointer-events: visible;
  }
  .l-main-card__info {
    gap: calc(10 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
    pointer-events: none;
  }
  .l-main-card__title {
    gap: calc(16 / 375 * 100vw);
    margin-top: calc(50% - 80 / 375 * 100vw);
  }
  .l-main-card__category {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.22;
  }
  .l-main-card__name {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.22;
  }
  .l-main-card__tag {
    gap: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .l-main-card__tag span {
    padding: calc(7 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #fff;
    border-radius: calc(5 / 375 * 100vw);
  }
  .l-main-card__links {
    gap: calc(15 / 375 * 100vw);
  }
  .l-main-card__links img {
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
  .l-main-card__more {
    width: calc(65 / 375 * 100vw);
    height: calc(65 / 375 * 100vw);
  }
}
/*----------------------------------------
	FRONT-PAGE
-----------------------------------------*/