@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11px;
  overflow: hidden;
  transition: all 1.6s ease 0s;
  background-color: #EDE6DC;
  color: #262626;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 12px;
  }
}

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

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

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

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

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.fv, h1, .fv_righttext {
  opacity: 0;
  transition: opacity 1s;
}
.fv.on, h1.on, .fv_righttext.on {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 初期位置 */
.fade-up {
  transform: translateY(20px);
}

.fade-left {
  transform: translateX(-20px);
}

.fade-right {
  transform: translateX(20px);
}

/* その場フェードはtransformなしでもOK */
.fade-in {
  transform: none;
}

/* 表示状態 */
.fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 1024px) {
  #page-top img {
    width: 7.6vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

.fv {
  margin-top: 40px;
}
.fv h1 {
  width: 87.2293333333vw;
  margin: 5vw auto -10vw 5vw;
}
@media screen and (min-width: 1025px) {
  .fv h1 {
    width: 41vw;
    margin: 2vw auto -5vw 6vw;
  }
}
.fv picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .fv_img_wrap {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_wrap {
    padding-bottom: 10px;
  }
}
.fv .fv_img_track {
  display: flex;
  width: max-content;
  animation: fv-scroll 30s linear infinite;
}
.fv .fv_img_set {
  margin-right: 8vw;
  display: flex;
  align-items: center;
  gap: 10.6666666667vw;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set {
    gap: 5vw;
  }
}
.fv .fv_img_set .fv_pic-1 {
  width: 72vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-1 {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_img_set .fv_pic-1 {
    margin-top: 3%;
  }
}
.fv .fv_img_set .fv_pic-2 {
  width: 37.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-2 {
    width: 13.8888888889vw;
  }
}
.fv .fv_img_set .fv_pic-3 {
  width: 53.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-3 {
    width: 16.3888888889vw;
  }
}
.fv .fv_img_set .fv_pic-4 {
  width: 74.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-4 {
    width: 23.6111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_img_set .fv_pic-4 {
    margin-top: 3%;
  }
}
.fv .fv_img_set .fv_pic-5 {
  width: 61.3333333333vw;
  margin-top: 5%;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-5 {
    width: 20.8333333333vw;
  }
}
.fv .fv_img_set .fv_pic-6 {
  width: 37.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-6 {
    width: 13.8888888889vw;
  }
}
.fv .fv_img_set .fv_pic-7 {
  width: 46.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-7 {
    width: 14.5138888889vw;
  }
}
.fv .fv_img_set .fv_pic-8 {
  width: 58.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_img_set .fv_pic-8 {
    width: 24.3055555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_img_set .fv_pic-8 {
    margin-top: 3%;
  }
}
@keyframes fv-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.fv .fv_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_flex {
    gap: 2vw;
  }
}
.fv .fv_flex picture:nth-child(1) {
  margin-right: 15vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_flex picture:nth-child(1) {
    margin-right: 5vw;
  }
}
.fv .fv_flex picture:nth-child(2) {
  margin-right: -23vw;
}
@media screen and (min-width: 1025px) {
  .fv .fv_flex picture:nth-child(2) {
    margin-right: -5vw;
  }
}
.fv .fv_btmtext {
  display: flex;
  justify-content: space-between;
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2vw;
  color: #5E280B;
  width: 85%;
  margin: 0 auto;
  align-items: end;
  margin: 10px auto 40px;
}
@media screen and (min-width: 1025px) {
  .fv .fv_btmtext {
    font-size: 0.9722222222vw;
  }
}
.fv .fv_righttext {
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .fv .fv_righttext {
    text-align: right;
    font-family: "garamond-premier-pro-subhead", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9722222222vw;
    color: #5E280B;
    margin-right: 5vw;
    display: flex;
    align-items: end;
    position: relative;
  }
}

.lead {
  font-size: 12px;
  width: 100%;
  padding: 80px 10%;
  line-height: 2;
  background-color: #E1D9CD;
}
@media screen and (min-width: 1025px) {
  .lead {
    text-align: center;
    font-size: 15px;
    line-height: 2.3;
    padding: 100px 0;
  }
}
.lead span {
  display: block;
  font-size: 10px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .lead span {
    font-size: 12px;
    margin-top: 20px;
  }
}

header {
  position: relative;
}

/* --------------------------------
  固定ヘッダー
-------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* 他の要素より手前に表示 */
}
@media screen and (min-width: 1025px) {
  .header {
    width: 43.0555555556vw;
    top: 50%;
    left: 21%;
    transform: translate(-50%, -50%) scale(calc(0.1219512195vh / 1px));
    transform-origin: center;
  }
}
.header .header_label {
  position: absolute;
  top: 67%;
  white-space: nowrap;
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9722222222vw;
  letter-spacing: 0.5px;
  color: #5E280B;
}
.header .header_label--left {
  left: -1vw;
  transform: translateY(-50%) translateX(10%) rotate(-90deg);
}
.header .header_label--right {
  right: -1vw;
  transform: translateY(-50%) translateX(-20%) rotate(90deg);
}
.header .pc_left_title {
  width: 28.4722222222vw;
  margin: 0 auto 2vw;
}
.header svg {
  width: 0.7638888889vw;
  height: 0.7638888889vw;
}

.header ul {
  display: flex;
  list-style: none;
  margin: 0;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  color: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .header ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .header ul {
    align-items: center;
  }
}
.header ul li {
  width: 16.6666666667%;
}
@media screen and (min-width: 1025px) {
  .header ul li {
    width: 100%;
    height: 100%;
  }
}
.header ul li.is-active a::before {
  background-color: transparent !important;
}
.header ul li a {
  position: relative;
  display: block;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .header ul li a {
    height: 100%;
  }
  .header ul li a picture, .header ul li a img {
    height: 100%;
  }
  .header ul li a img {
    object-fit: cover;
    object-position: top;
  }
}
.header ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
}
.header ul li a:hover {
  opacity: 1;
}
.header ul li a p {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  font-size: 3.2vw;
  width: 95%;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.34);
}
@media screen and (min-width: 1025px) {
  .header ul li a p {
    font-size: 1.5972222222vw;
  }
}
.header ul li a svg {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 70%;
}
@media screen and (min-width: 1025px) {
  .header ul li a svg {
    top: 68%;
  }
}
@media screen and (max-width: 1024px) {
  .header ul li:nth-child(2) a p {
    width: 80%;
  }
}

.index {
  text-align: center;
  background-color: #E1D9CD;
  margin: 0px auto 50px;
}
.index .i_h2 {
  line-height: 0.7;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  color: #7A4A2D;
  font-size: 34px;
  margin-bottom: 25px;
}
.index .i_h2 span {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
.index ul {
  color: #F6F6F6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1025px) {
  .index ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.index li {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(15px);
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.index li a {
  position: relative;
  display: block;
}
.index li a p {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  font-size: 5.3333333333vw;
  width: 90%;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .index li a p {
    font-size: 1.5277777778vw;
  }
}
.index li a svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 70%;
}
@media screen and (min-width: 1025px) {
  .index li a svg {
    top: 64%;
  }
}
.index.is-show li {
  opacity: 1;
  filter: blur(0);
}
.index.is-show li:nth-child(1) {
  transition-delay: 0s;
}
.index.is-show li:nth-child(2) {
  transition-delay: 0.2s;
}
.index.is-show li:nth-child(3) {
  transition-delay: 0.4s;
}
.index.is-show li:nth-child(4) {
  transition-delay: 0.6s;
}
.index.is-show li:nth-child(5) {
  transition-delay: 0.8s;
}
.index.is-show li:nth-child(6) {
  transition-delay: 1s;
}

.brand_area {
  padding: 100px 0 100px;
}
@media screen and (min-width: 1025px) {
  .brand_area {
    padding: 150px 9vw 150px 8vw;
  }
}
.brand_area h2 {
  font-size: 7.4666666667vw;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10vw;
}
@media screen and (min-width: 1025px) {
  .brand_area h2 {
    font-size: 30px;
    font-size: 2.5694444444vw;
    gap: 4vw;
  }
}
.brand_area h2 svg {
  width: 4vw;
  height: 15.2vw;
}
@media screen and (min-width: 1025px) {
  .brand_area h2 svg {
    width: 1.0416666667vw;
    height: 4.8611111111vw;
  }
}
.brand_area h2 p {
  line-height: 1.2;
}
.brand_area .b_num {
  font-size: 5.0666666667vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 1025px) {
  .brand_area .b_num {
    font-size: 1.7361111111vw;
  }
}
.brand_area .line {
  margin: 30px auto 20px;
  display: block;
  width: 5.6vw;
  height: 5.6vw;
}
@media screen and (min-width: 1025px) {
  .brand_area .line {
    width: 2.3611111111vw;
    height: 2.3611111111vw;
    margin: 25px auto;
  }
}
.brand_area .color_title {
  line-height: 1;
  font-size: 24.2666666667vw;
  font-family: "etna-x-condensed", serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
  width: 95%;
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .brand_area .color_title {
    font-size: 8.4722222222vw;
    width: 100%;
  }
}
.brand_area .color_title:not(.first_color) {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .brand_area .color_title:not(.first_color) {
    margin-top: 120px;
  }
}
.brand_area .color_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -25px;
  width: 4vw;
  background-color: currentColor;
  transform: scaleY(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}
@media screen and (min-width: 1025px) {
  .brand_area .color_title::before {
    width: 2vw;
  }
}
.brand_area .color_title.is-show::before {
  transform: scaleY(1);
}
.brand_area .color_title span {
  font-size: 4vw;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .brand_area .color_title span {
    font-size: 1.3888888889vw;
  }
}
.brand_area .color_title .color_label {
  display: inline-block;
  vertical-align: 7vw;
  transform: rotate(-90deg) translateY(4vw);
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 1025px) {
  .brand_area .color_title .color_label {
    letter-spacing: 0.05vw;
    vertical-align: 2.5vw;
    transform: rotate(-90deg) translateY(1.5vw);
  }
}
.brand_area .color_title .color_left {
  position: relative;
  left: -3vw;
}
@media screen and (min-width: 1025px) {
  .brand_area .color_title .color_left {
    left: 0;
  }
}
.brand_area .b_right {
  font-size: 3.2vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .brand_area .b_right {
    font-size: 1.1805555556vw;
  }
}
.brand_area .b_right span {
  font-size: 3.7333333333vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 3px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .brand_area .b_right span {
    font-size: 1.3194444444vw;
  }
}

.swiper.wipe_left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
.swiper.wipe_left.is-show {
  clip-path: inset(0 0 0 0);
}

#sec03 .color_title.first_color .color_left {
  font-size: 18.1333333333vw;
}
@media screen and (min-width: 1025px) {
  #sec03 .color_title.first_color .color_left {
    font-size: 6.25vw;
  }
}
#sec03 .color_title.first_color .color_label {
  vertical-align: 5vw;
}
@media screen and (min-width: 1025px) {
  #sec03 .color_title.first_color .color_label {
    vertical-align: 2vw;
    font-size: 1.1vw;
    transform: rotate(-90deg) translateY(1.2vw);
  }
}
@media screen and (max-width: 1024px) {
  #sec03 .color_title.first_color span {
    font-size: 3vw;
  }
}

#sec02,
#sec04,
#sec06 {
  background-color: #E1D9CD;
}
#sec02 .codecoment_area.is-long:not(.is-open)::before,
#sec04 .codecoment_area.is-long:not(.is-open)::before,
#sec06 .codecoment_area.is-long:not(.is-open)::before {
  background: linear-gradient(to bottom, rgba(225, 217, 205, 0), #E1D9CD 80%);
}
.white_area #sec02.is-long:not(.is-open)::before,
.white_area #sec04.is-long:not(.is-open)::before,
.white_area #sec06.is-long:not(.is-open)::before {
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #E1D9CD 80%);
}

.codecoment_area {
  position: relative;
  width: 81.8666666667vw;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.7;
  font-size: 13px;
  border-top: 1px solid #AEA6A6;
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .codecoment_area {
    width: 100%;
    font-size: 15px;
    padding-top: 30px;
  }
}
.codecoment_area.is-long {
  transition: max-height 0.5s ease-out;
}
.codecoment_area.is-long:not(.is-open) {
  max-height: 8.5em;
  overflow: hidden;
}
.codecoment_area.is-long:not(.is-open)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0), #EDE6DC 80%);
  pointer-events: none;
  z-index: 5;
}
.codecoment_area.is-long.is-open::before {
  display: none;
}
.codecoment_area.is-long.is-long:not(.is-open)::after {
  content: "+ MORE";
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  color: #262626;
  padding: 0 5px;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
  text-decoration: underline;
}
.codecoment_area.is-long.is-long:not(.is-open)::after:hover {
  opacity: 0.7;
}
.codecoment_area .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  color: #F6F6F6;
  background-color: #262626;
  padding: 0 5px;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
  text-decoration: underline;
}
.codecoment_area .more-btn:hover {
  opacity: 0.7;
}
.white_area .codecoment_area.is-long:not(.is-open)::before {
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0), #F6F6F6 80%);
}
.white_area .codecoment_area.is-long:not(.is-open)::after {
  color: #262626 !important;
  background-color: #F6F6F6 !important;
}

.credit_area {
  width: 81.8666666667vw;
  text-align: left;
  margin: 45px auto 0;
}
@media screen and (min-width: 1025px) {
  .credit_area {
    width: 100%;
    margin: 45px auto 0;
  }
}
.credit_area .credit_note {
  font-size: 9px;
}
@media screen and (min-width: 1025px) {
  .credit_area .credit_note {
    font-size: 10px;
  }
}

.credit_area .creditAjax_link, .credit_area .coming {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.coming .credit_text {
  width: 75%;
}
.coming .buy {
  font-size: 15px;
  white-space: nowrap;
  color: #7a8797 !important;
}

.credit_text {
  font-size: 11px;
  width: 80%;
  letter-spacing: normal;
}
@media screen and (min-width: 1025px) {
  .credit_text {
    font-size: 12px;
  }
}

.cre_img {
  width: 60px;
}

.buy {
  border: 1px solid;
  line-height: 1.2;
  font-size: 18px;
  width: fit-content;
  padding: 0 3vw 0.4vw;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .buy {
    font-size: 20px;
    padding: 0 1vw 0.1vw;
  }
}
.buy.non-buy {
  background-color: #c7c7c7;
  color: #fff;
  padding: 0 6px;
  white-space: nowrap;
}

.credit_box {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  width: 82%;
}
@media screen and (min-width: 1025px) {
  .credit_box {
    width: 100%;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: #b71d1d;
  margin-left: 5px;
}

.creditAjax_price__off {
  color: #b71d1d;
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

/* アイテム名
===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item_last {
  padding: 50px 0;
}
@media screen and (min-width: 1025px) {
  .item_last {
    padding: 120px 0;
  }
}
.item_last h4 {
  text-align: center;
  font-family: "etna-x-condensed", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 35px;
  color: #5E280B;
}
@media screen and (min-width: 1025px) {
  .item_last h4 {
    font-size: 45px;
  }
}

#item_area {
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  #item_area .spNone {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #item_area .pcNone {
    display: none;
  }
}
#item_area ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 3.8194444444vw 12.0833333333vw 0;
  line-height: 1.6;
}
#item_area ul li a {
  display: grid;
}
#item_area ul li a p.ico_box {
  display: none;
}
#item_area ul li a p.price span {
  display: none;
}
#item_area ul li a p.price span.tt01 {
  display: block;
}
#item_area ul li a p.price.salecolor {
  color: #ae4242;
  order: 4;
  display: inline-block;
  font-size: 12px;
}
#item_area ul li a p.price.salecolor span {
  display: inline-block;
}
#item_area ul li a p.price.salecolor span::after {
  content: "(sale)";
  margin: 0 5px;
  display: inline-block;
}
#item_area ul li a p:first-child span {
  display: none;
}
#item_area ul li a p:nth-child(3) { /* ブランド名 */
  order: 2;
  font-size: 0.7638888889vw;
}
#item_area ul li a p:last-child { /* 値段 */
  order: 4;
  font-size: 0.7638888889vw;
}
@media screen and (min-width: 1025px) {
  #item_area ul li a p:last-child {
    font-size: 12px;
  }
}
#item_area ul li a div.textOverflow { /* アイテム名 */
  order: 1;
  font-size: 0.7638888889vw;
  margin-top: 0.9027777778vw;
}

.sectionAjax {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 10px;
  width: 90%;
  margin: 40px auto;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .sectionAjax {
    gap: 50px 15px;
    width: 80%;
    margin: 40px auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    font-size: 0.8333333333vw;
  }
}
.sectionAjax div {
  list-style: none;
}
.sectionAjax div a p.photo span {
  display: none;
}
.sectionAjax div a p.ico_box {
  display: none;
}
.sectionAjax div a p:nth-child(3) {
  order: 2;
  line-height: 1;
  font-size: 2.5vw;
  margin-top: 10px;
  margin-bottom: 4px;
}
.sectionAjax div a p.label { /* アイテム名 */
  order: 1;
  font-size: 2.6666666667vw;
  line-height: 1.2;
}
.sectionAjax div a p.price {
  order: 4;
  font-size: 2.6666666667vw;
}
.sectionAjax div a p.price span {
  display: block;
}
.sectionAjax div a p.price span.text-red {
  display: none;
}
.sectionAjax div a p.price.salecolor {
  color: #ae4242;
  display: inline-block;
  font-size: 2.6666666667vw;
}
.sectionAjax div a p.price.salecolor span {
  display: inline-block;
}
.sectionAjax div a p.price.salecolor span::after {
  content: "(sale)";
  margin: 0 5px;
  display: inline-block;
}

.more_btn {
  background-color: #5E280B;
  width: 50%;
  margin: 40px auto 0;
  padding: 8px 10px 10px;
  font-family: "etna-x-condensed", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
@media screen and (min-width: 1025px) {
  .more_btn {
    width: 300px;
    font-size: 22px;
    margin: 80px auto 0;
  }
}
.more_btn a {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em; /* テキストと矢印の間隔 */
  /* 右向きの三角矢印を生成 */
}
.more_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff; /* 矢印の色 */
}
.more_btn a p {
  color: #fff;
}

.all_btn {
  width: 70%;
  font-size: 25px;
  margin: 120px auto;
}
@media screen and (min-width: 1025px) {
  .all_btn {
    width: 500px;
    font-size: 25px;
    margin: 0px auto 200px;
  }
}

.sta_cre {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  margin: 120px auto;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .sta_cre {
    font-size: 13px;
    margin: 200px auto;
  }
}

.copy {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .copy {
    font-size: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .pc_flex {
    display: flex;
  }
  .pc_flex .pc_right {
    margin-left: 43.0555555556vw;
    width: 56.9444444444vw;
  }
}/*# sourceMappingURL=style.css.map */