@charset "UTF-8";
/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #6E6F6F;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024em;
  word-break: break-all;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.028em;
  }
}

/* font
--------------------------------------*/
.dnp_b {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.no_b {
  font-family: "nobel", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* common setting
--------------------------------------*/
img,
video {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #6E6F6F;
}
a:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* mainArea
--------------------------------------*/
#top .top__inner {
  position: relative;
  width: 100%;
}
#top .top__inner::before {
  content: "";
  display: block;
  padding-top: 178.13%;
}
@media screen and (min-width: 769px) {
  #top .top__inner::before {
    padding-top: 50.7%;
  }
}
#top .top__inner h1 {
  font-size: clamp(28px, 10vw, 60px);
  position: absolute;
  top: 13.4%;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  color: #eee;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #top .top__inner h1 {
    transform: none;
    top: 35.1%;
    left: 4.6%;
    font-size: clamp(16px, 3.4vw, 44px);
  }
}
#top .top__inner h1 span {
  display: block;
  font-size: clamp(14px, 4.2vw, 20px);
  padding-top: 25px;
}
@media screen and (min-width: 769px) {
  #top .top__inner h1 span {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1;
    transform: none;
  }
}
#top .top__inner h1 .sub {
  font-size: clamp(14px, 3.7vw, 20px);
  line-height: 2.214;
  padding-top: 13%;
  color: #eee;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #top .top__inner h1 .sub {
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1;
  }
}
#top .top__inner .top_mv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#top .top__inner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
}
#top .top__inner .scrolldown span {
  position: absolute;
  left: -17px;
  top: -15px;
  color: #eee;
  font-size: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#top .top__inner .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#lead {
  width: 70%;
  margin: 100px auto 25px;
}
@media screen and (min-width: 769px) {
  #lead {
    max-width: 500px;
    width: 100%;
  }
}
#lead p {
  margin-bottom: 40px;
  line-height: 2.286;
  letter-spacing: 0.024em;
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 16px;
  }
}
#lead p:last-child {
  margin-bottom: 0;
}

#accent {
  color: #B49360;
  opacity: 0.1;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  margin: 25px 0 45px;
  font-size: 42px;
}
@media screen and (min-width: 769px) {
  #accent {
    font-size: 80px;
  }
}

#message {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  #message {
    max-width: 700px;
    width: 100%;
  }
}
#message .txt {
  color: #fff;
  z-index: 2;
  width: 80%;
  position: absolute;
  top: 17.8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #message .txt {
    max-width: 300px;
    width: 100%;
    top: 46.7%;
    left: 50.4%;
    transform: none;
  }
}
#message .txt p {
  margin-bottom: 25px;
  font-size: 13px;
  letter-spacing: 0.024em;
  line-height: 1.846;
}
@media screen and (min-width: 769px) {
  #message .txt p {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 2;
  }
}
#message .txt p:last-child {
  margin-bottom: 0;
}
#message .swiper {
  width: 100%;
  margin: 0;
}

#lineup {
  margin: 130px 0 0;
}
#lineup > p {
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  #lineup > p {
    font-size: 26px;
  }
}
#lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (min-width: 769px) {
  #lineup ul {
    max-width: 800px;
    width: 100%;
    flex-wrap: nowrap;
  }
}
#lineup ul li {
  width: 30%;
}
#item {
  margin-bottom: 100px;
}
#item .contents {
  position: relative;
  overflow: hidden;
  padding-top: 155px;
}
@media screen and (min-width: 769px) {
  #item .contents {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    padding-top: 150px;
  }
}
@media screen and (min-width: 769px) {
  #item .contents:first-child {
    padding-top: 200px;
  }
}
@media screen and (min-width: 769px) {
  #item .contents .column {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #item .contents .column .col_01 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #item .contents .column .col_02 {
    width: 45%;
    margin-left: 50px;
  }
}
@media screen and (min-width: 769px) {
  #item .contents .column.flex_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  #item .contents .column.flex_reverse .col_02 {
    width: 45%;
    margin-left: 0;
    margin-right: 50px;
  }
}
#item .contents .slider_wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#item .contents .slider_wrap h2 {
  position: absolute;
  top: -16%;
  z-index: 2;
  font-size: 140px;
  font-size: clamp(140px, 37.3vw, 174px);
}
@media screen and (min-width: 769px) {
  #item .contents .slider_wrap h2 {
    top: -30%;
  }
}
#item .contents .slider_wrap h2.left {
  left: 10.1%;
}
#item .contents .slider_wrap h2.right {
  right: 9.8%;
}
#item .contents .slider_wrap h2 span {
  position: relative;
  display: inline-block;
}
#item .contents .slider_wrap h2 span::before {
  position: absolute;
  content: "";
  background-image: url(../images/setgift.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 63px;
  height: 16px;
  top: -8%;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #item .contents .slider_wrap h2 span::before {
    width: 78px;
    height: 18px;
    top: 21%;
  }
}
#item .contents .slider_wrap .slider.slick-slider {
  -webkit-filter: drop-shadow(0px 3px 6px 0px rgba(0, 0, 0, 0.16)); /* SafariなどのWebkitブラウザ用 */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#item .contents .slider_wrap .thumbnail.slick-slider {
  left: 5.3%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #item .contents .slider_wrap .thumbnail.slick-slider {
    left: 3.5%;
  }
}
#item .contents .slider_wrap .thumbnail .thumbnail-img {
  opacity: 0.5;
  transition: opacity 0.3s linear;
  margin: 10px 4px 0 0;
}
#item .contents .slider_wrap .thumbnail .thumbnail-img:last-child {
  margin-right: 0;
}
#item .contents .slider_wrap .thumbnail .slick-current {
  opacity: 1;
  border: solid 2px #fff; /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.16));
  margin: 10px 8px 20px 4px !important;
}
#item .contents .txt_wrap {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #item .contents .txt_wrap {
    width: 100%;
    margin: 0;
  }
}
#item .contents .txt_wrap .name {
  font-size: 20px;
  line-height: 1.154;
}
@media screen and (min-width: 769px) {
  #item .contents .txt_wrap .name {
    font-size: 26px;
  }
}
#item .contents .txt_wrap .name span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #item .contents .txt_wrap .name span {
    font-size: 22px;
  }
}
#item .contents .txt_wrap .desc {
  background-color: #FFFBF6;
  border-radius: 5px;
  margin: 25px 0 30px;
}
#item .contents .txt_wrap .desc p {
  width: 75%;
  margin: 0 auto;
  padding: 35px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.028em;
}
@media screen and (min-width: 769px) {
  #item .contents .txt_wrap .desc p {
    width: 80%;
    font-size: 16px;
  }
}
#item .contents .txt_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}
#item .contents .txt_wrap .btn_wrap .btn {
  margin: 0;
  padding: 4%;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 3px 6px 0px rgba(0, 0, 0, 0.16)); /* SafariなどのWebkitブラウザ用 */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#item .contents .txt_wrap .btn_wrap .btn.more {
  flex-basis: 56.6%;
  background-color: #B49360;
}
#item .contents .txt_wrap .btn_wrap .btn.more a {
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#item .contents .txt_wrap .btn_wrap .favorite_Push {
  flex-basis: 40%;
}
#item .contents .txt_wrap .btn_wrap .favorite_Push .imgChange_on {
  -webkit-filter: drop-shadow(0px 3px 6px 0px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
#item .contents .txt_wrap .note li {
  opacity: 0.6;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0.024em;
}
@media screen and (min-width: 769px) {
  #item .contents .txt_wrap .note li {
    font-size: 12px;
  }
}
#item .contents .txt_wrap .note li::before {
  content: "※";
}
#item .contents .txt_wrap .note li a {
  border-bottom: solid 1px #6E6F6F;
}
#item #set1 h2 span::before {
  left: -13%;
}
#item #set2 h2 span::before {
  left: 8%;
}
#item #set3 h2 span::before {
  left: 10%;
}
#item #set4 h2 span::before {
  left: 22%;
}
#item #set5 h2 span::before {
  left: 10%;
}

.all.btn {
  width: 80%;
  margin: 45px auto 100px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #B49360;
  -webkit-filter: drop-shadow(0px 10px 10px -5px rgba(0, 0, 0, 0.16)); /* SafariなどのWebkitブラウザ用 */
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .all.btn {
    max-width: 400px;
    width: 100%;
    max-height: 60px;
  }
}
.all.btn a {
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  display: block;
  height: 100%;
  width: 100%;
}

#foot_wrap {
  background-color: #868BC2;
}

#sahir .sahir_wrap {
  padding: 100px 0 5px;
  background-color: #868BC2;
}
#sahir .sahir_wrap .inner {
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #sahir .sahir_wrap .inner {
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
#sahir .sahir_wrap .inner h4 {
  text-align: center;
  margin-bottom: 15px;
}
#sahir .sahir_wrap .inner .desc {
  border: solid 1px #fff;
  border-radius: 20px;
}
#sahir .sahir_wrap .inner .desc .contents {
  width: 88.8%;
  margin: 50px auto;
}
@media screen and (min-width: 769px) {
  #sahir .sahir_wrap .inner .desc .contents {
    max-width: 400px;
    width: 100%;
  }
}
#sahir .sahir_wrap .inner .desc .contents .logo {
  width: 70%;
  margin: 0 auto;
}
#sahir .sahir_wrap .inner .desc .contents .mv {
  margin: 30px 0;
}
#sahir .sahir_wrap .inner .desc .contents p {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #sahir .sahir_wrap .inner .desc .contents p {
    font-size: 14px;
  }
}
#sahir .sahir_wrap .inner .desc .contents p:last-child {
  margin-bottom: 0;
}
#sahir .sahir_wrap .inner .desc .contents .sahir_sns.btn {
  max-width: 225px;
  width: 100%;
  max-height: 50px;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #676DAD;
  -webkit-filter: drop-shadow(0px 10px 10px -5px rgba(0, 0, 0, 0.16)); /* SafariなどのWebkitブラウザ用 */
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 4%;
  position: relative;
  z-index: 999;
}
#sahir .sahir_wrap .inner .desc .contents .sahir_sns.btn a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #sahir .sahir_wrap .inner .desc .contents .sahir_sns.btn a {
    font-size: 14px;
  }
}

footer {
  background-color: #868BC2;
  position: relative;
  z-index: 999;
}
footer .inner {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 5px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .inner {
    max-width: 1000px;
    width: 100%;
  }
}
footer .inner .bd_logo {
  max-width: 145px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  footer .inner .bd_logo {
    max-width: 170px;
  }
}
footer .inner .instagram {
  max-width: 25px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media screen and (min-width: 769px) {
  footer .inner .instagram {
    max-width: 30px;
  }
}
footer .inner small {
  font-size: 9px;
  color: #fff;
}

/* colorbox
--------------------------------------*/
#cboxOverlay {
  background: #000 !important;
  opacity: 0.6 !important;
}

#cboxContent {
  background: none !important;
}

#cboxLoadedContent {
  background: #868BC2 !important;
  border: solid 1px #fff !important;
  border-radius: 12px;
  color: #fff;
  padding: 1px !important;
  position: relative;
}

#cbox_wrap {
  display: none;
}

#inline-content .inner {
  width: 77.8%;
  margin: 0 auto;
  padding: 40px 0;
}
#inline-content .inner h5 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.024em;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #inline-content .inner h5 {
    font-size: 16px;
  }
}
#inline-content .inner p {
  font-size: 12px;
  letter-spacing: 0.024em;
  line-height: 2.333;
  padding: 25px 0;
}
@media screen and (min-width: 769px) {
  #inline-content .inner p {
    font-size: 14px;
    line-height: 2;
  }
}
#inline-content .inner .note li {
  font-size: 11px;
  line-height: 2.4;
  letter-spacing: 0.024em;
}
@media screen and (min-width: 769px) {
  #inline-content .inner .note li {
    font-size: 14px;
  }
}
#inline-content .inner .note li::before {
  content: "※";
}
#inline-content .inner .btn_wrap {
  margin: 10px auto 0;
}
#inline-content .inner .btn_wrap .btn {
  width: 100%;
  margin: 0 auto 25px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 10px 10px -5px rgba(0, 0, 0, 0.16)); /* SafariなどのWebkitブラウザ用 */
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
  text-align: center;
}
#inline-content .inner .btn_wrap .btn a {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
#inline-content .inner .btn_wrap .btn.more {
  background-color: #B49360;
  padding: 4.5%;
}
#inline-content .inner .btn_wrap .btn.fav_about {
  background-color: #676DAD;
  margin-bottom: 0;
  padding: 4%;
}
#inline-content #close::before, #inline-content #close::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 6%;
  width: 1px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}
@media screen and (min-width: 769px) {
  #inline-content #close::before, #inline-content #close::after {
    top: 5%;
    right: 5%;
  }
}
#inline-content #close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#inline-content #close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#inline-content #close:hover {
  cursor: pointer;
}

/* fadeIn
--------------------------------------*/
.inviewfadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn {
  opacity: 1;
}

/*===========
inview（左から）
===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
inview（右から）
===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* slick
--------------------------------------*/
.slick_wrap {
  padding: 80px 0 20px;
  background-color: #E5E5E5;
}
@media screen and (max-width: 768px) {
  .slick_wrap {
    padding: 70px 0 30px;
  }
}

.slick_content {
  opacity: 0;
  height: 65vh;
  overflow: hidden;
  margin: auto;
  transition: all 1.5s 1s;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .slick_content {
    height: 25vh;
  }
}
@media screen and (max-width: 768px) {
  .slick_content {
    height: 40vh;
  }
}
.slick_content.active {
  opacity: 1;
}
.slick_content .slick .slick-list {
  overflow: visible;
}
.slick_content .slick li {
  width: 20.3vw;
  margin: 0 20px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .slick_content .slick li {
    width: 49.9vw;
    margin: 0 18px;
  }
}
.slick_content .slick li.left {
  margin-top: 5px;
  transform-origin: top right;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .slick_content .slick li.left {
    margin-top: 7px;
    transform: rotate(-7deg);
  }
}
.slick_content .slick li.left2 {
  margin-top: 35px;
  margin-right: 20px;
  transform-origin: top right;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .slick_content .slick li.left2 {
    margin-top: 10px;
    margin-right: 20px;
    transform: rotate(-8deg);
  }
}
.slick_content .slick li.right {
  margin-top: 5px;
  transform-origin: top left;
  transform: rotate(5deg);
}
@media screen and (max-width: 768px) {
  .slick_content .slick li.right {
    margin-top: 7px;
    transform: rotate(7deg);
  }
}
.slick_content .slick li.right2 {
  margin-top: 35px;
  margin-left: 20px;
  transform-origin: top left;
  transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
  .slick_content .slick li.right2 {
    margin-top: 10px;
    margin-left: 20px;
    transform: rotate(8deg);
  }
}

/* endArea
--------------------------------------*/
/* 自動取得
--------------------------------------*/
#sale {
  position: relative;
  margin-bottom: 220px;
}
@media screen and (min-width: 769px) {
  #sale {
    margin-bottom: 255px;
  }
}
#sale::before {
  content: "";
  display: block;
  padding-top: 42.6666666667%;
}
@media screen and (min-width: 769px) {
  #sale::before {
    padding-top: 21.6%;
  }
}
#sale .sale_bg01 {
  content: "";
  display: inline-block;
  background: url(../images/sale_bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #sale .sale_bg01 {
    background: url(../images/sale_bg_pc01.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#sale::after {
  content: "";
  display: inline-block;
  background: url(../images/sale_bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #sale::after {
    background: url(../images/sale_bg_pc02.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#list01 {
  padding: 25px 0 50px;
  background-color: #C5A9B8;
  color: #fff;
}
#list01 h3 {
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #list01 h3 {
    font-size: 37px;
    line-height: 1.2;
  }
}
#list01 h3 span {
  display: block;
  margin-top: 15px;
}
#list01 .btn {
  margin: 20px auto 0;
  color: #fff;
  background-color: rgba(144, 90, 119, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: 0.2s all;
  -webkit-filter: drop-shadow(0px 3px 6px -3px rgba(0, 0, 0, 0.16)); /* SafariなどのWebkitブラウザ用 */
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 999;
}
#list01 .btn a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
}

.date {
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  width: 90%;
  margin: 30px auto 35px;
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .date {
    font-size: 16px;
  }
}

div.list ul.category,
div.list div.category {
  width: 90%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  div.list ul.category,
  div.list div.category {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.list ul.category,
  div.list div.category {
    max-width: 1000px;
  }
}
div.list ul.category li,
div.list ul.category div,
div.list div.category li,
div.list div.category div {
  box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 769px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    margin-bottom: 37px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    width: 20%;
    padding: 17px;
  }
  div.list ul.category li p,
  div.list ul.category div p,
  div.list div.category li p,
  div.list div.category div p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    width: calc(33.3333333333% - 4px);
  }
  div.list ul.category li p,
  div.list ul.category div p,
  div.list div.category li p,
  div.list div.category div p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    margin-right: 4px;
  }
  div.list ul.category li:nth-of-type(3n),
  div.list ul.category div:nth-of-type(3n),
  div.list div.category li:nth-of-type(3n),
  div.list div.category div:nth-of-type(3n) {
    margin-right: 0;
  }
}
div.list ul.category li a,
div.list ul.category div a,
div.list div.category li a,
div.list div.category div a {
  text-decoration: none;
  color: #fff;
}

div.list ul.category li a div,
div.list ul.category div a div,
div.list div.category li a div,
div.list div.category div a div {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

div.list ul.category li a img,
div.list ul.category div a img,
div.list div.category li a img,
div.list div.category div a img {
  transition: 1s ease-in-out;
}

@media screen and (min-width: 769px) {
  div.list ul.category li a img,
  div.list ul.category div a img,
  div.list div.category li a img,
  div.list div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li a img,
  div.list ul.category div a img,
  div.list div.category li a img,
  div.list div.category div a img {
    margin-bottom: 10px;
  }
}
div.list ul.category li a:hover img,
div.list ul.category div a:hover img,
div.list div.category li a:hover img,
div.list div.category div a:hover img {
  opacity: 0.6;
}

div.list ul.category li a p,
div.list ul.category div a p,
div.list div.category li a p,
div.list div.category div a p {
  letter-spacing: 1.3px;
  font-size: 0.9em;
  line-height: 1.9;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.category p .tt02,
.category p .text-red,
.category p .sale,
.category p.price,
.category p.photo span,
.category li a p span {
  color: #EE2E2E !important;
}

/* pagetop
--------------------------------------*/
.page_top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 4.8%;
  bottom: 25px;
  width: 40px;
  height: 40px;
  background-color: rgba(112, 112, 112, 0.7);
  border-radius: 100%;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media screen and (min-width: 769px) {
  .page_top {
    width: 60px;
    height: 60px;
    right: 2%;
  }
}

.page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.page_top:hover {
  opacity: 0.7;
}

.page_top__arrow {
  height: 11px;
  width: 11px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(3px) rotate(45deg);
}/*# sourceMappingURL=style.css.map */