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

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #e1e6dc;
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9 !important;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
  }
}

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

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

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

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

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

.fv {
  text-align: center;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
    height: 52vw;
  }
}
.fv.on {
  animation: textanimation 1s forwards;
}
.fv h2 {
  width: 77.3333333333vw;
}
@media screen and (max-width: 768px) {
  .fv h2 {
    margin: 9.3333333333vw auto 4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h2 {
    width: 32.5694444444vw;
    top: 20vw;
    left: 34%;
    position: absolute;
  }
}
.fv h1 {
  font-weight: normal;
  font-size: 12.8vw;
  font-weight: 300 !important;
  letter-spacing: 1px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv h1 {
    margin-left: 8vw;
    margin-top: -8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 {
    font-size: 6.8055555556vw;
    position: absolute;
    top: 27vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fv .fv_brand {
  font-size: 2.6666666667vw;
  line-height: 1.4;
  margin-top: -3vw;
  margin-bottom: 13.3333333333vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .fv .fv_brand {
    position: absolute;
    font-size: 0.7638888889vw;
    top: 35.7vw;
    left: 38vw;
    line-height: 1.5;
  }
}
.fv .fv_brand span {
  display: inline !important;
}
.fv .line {
  width: 94vw;
}
@media screen and (max-width: 768px) {
  .fv .line {
    margin: -12vw auto 4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .line {
    width: 48.9583333333vw;
    position: absolute;
    top: 31vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.flex {
  display: flex;
}
.flex ul {
  width: 50%;
}

.txt {
  display: flex;
  overflow: hidden;
  text-align: center;
}

.txt p {
  margin: 0;
  /* ここからアニメーション関係 */
  opacity: 0;
}
.txt p.on {
  animation: textanimation 1s forwards;
}

/* 1文字目 */
.txt p:nth-child(1) {
  animation-delay: 0s;
}

/* 2文字目 */
.txt p:nth-child(2) {
  animation-delay: 0.05s;
}

/* 3文字目 */
.txt p:nth-child(3) {
  animation-delay: 0.1s;
}

/* 4文字目 */
.txt p:nth-child(4) {
  animation-delay: 0.15s;
}

/* 5文字目 */
.txt p:nth-child(5) {
  animation-delay: 0.2s;
}

/* 6文字目 */
.txt p:nth-child(6) {
  animation-delay: 0.25s;
}

/* 7文字目 */
.txt p:nth-child(7) {
  animation-delay: 0.3s;
  width: 3%;
}
@media screen and (min-width: 769px) {
  .txt p:nth-child(7) {
    width: 1vw;
  }
}

/* 8文字目 */
.txt p:nth-child(8) {
  animation-delay: 0.35s;
}

/* 9文字目 */
.txt p:nth-child(9) {
  animation-delay: 0.4s;
}

/* 10文字目 */
.txt p:nth-child(10) {
  animation-delay: 0.45s;
  width: 3%;
}
@media screen and (min-width: 769px) {
  .txt p:nth-child(10) {
    width: 1vw;
  }
}

/* 11文字目 */
.txt p:nth-child(11) {
  animation-delay: 0.5s;
}

/* 12文字目 */
.txt p:nth-child(12) {
  animation-delay: 0.55s;
}

.txt p:nth-child(13) {
  animation-delay: 0.6s;
  width: 3%;
}
@media screen and (min-width: 769px) {
  .txt p:nth-child(13) {
    width: 1vw;
  }
}

.txt p:nth-child(14) {
  animation-delay: 0.65s;
}

.txt p:nth-child(15) {
  animation-delay: 0.7s;
}

.txt p:nth-child(16) {
  animation-delay: 0.75s;
}

.txt p:nth-child(17) {
  animation-delay: 0.8s;
}

@keyframes textanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap.on::before {
  animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
}

.img-wrap::before {
  background: #e1e6dc;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.position {
  position: absolute;
}

.pv_fv_img01 {
  width: 20.8333333333vw;
  left: 2vw;
}

.pv_fv_img02 {
  width: 15.4166666667vw;
  left: 32vw;
}

.pv_fv_img03 {
  width: 15.2777777778vw;
  left: 55vw;
  top: 1vw;
}

.pv_fv_img04 {
  width: 20.8333333333vw;
  right: 2vw;
}

.pv_fv_img05 {
  width: 17.3611111111vw;
  left: 5vw;
  bottom: 0;
}

.pv_fv_img06 {
  width: 14.3055555556vw;
  left: 36vw;
  bottom: 0;
}

.pv_fv_img07 {
  width: 15.2777777778vw;
  right: 21vw;
  bottom: 0;
}

.pv_fv_img08 {
  width: 6.1111111111vw;
  right: 5vw;
  bottom: 3vw;
}

.read {
  font-size: 12px;
  width: 80%;
  margin: 50px auto;
  font-family: "ryo-display-plusn", serif !important;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .read {
    font-size: 15px;
    margin: 100px auto 100px;
    width: 700px;
    text-align: center;
  }
}

#menu {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #menu {
    padding-bottom: 150px;
  }
}
#menu p {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 6vw;
  margin-right: 5vw;
}
@media screen and (min-width: 769px) {
  #menu p {
    font-size: 1.7361111111vw;
    margin-right: 3vw;
  }
}
#menu p::before {
  height: 1px; /* 横線の高さ */
  width: 7.3333333333vw; /* 横線の長さ */
  content: "";
  background-color: #000;
  display: block;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #menu p::before {
    width: 22.2222222222vw;
    margin-right: 3vw;
  }
}

.flex02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (min-width: 769px) {
  .flex02 {
    gap: 2vw;
  }
}
.flex02 a {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  padding: 2vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .flex02 a {
    width: 10.4166666667vw;
    padding: 0;
    font-size: 11px;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .flex02 a:nth-child(4), .flex02 a:nth-child(7) {
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .flex02 a:nth-child(4) {
    margin-right: 22vw;
  }
  .flex02 a:nth-child(5) {
    margin-left: 23vw;
  }
}
.flex02 a img {
  margin-bottom: 12px;
}
.flex02 div {
  width: 26.6666666667vw;
  border-bottom: 1px solid #000;
  margin: 0 0 20vw 8.8vw;
}
@media screen and (min-width: 769px) {
  .flex02 div {
    width: 24.2vw;
    margin: 0 0 9vw 1.8vw;
  }
}

.m_name {
  font-size: 17px;
  margin-top: 4px;
}

.brand_sec {
  padding-top: 70px;
  background-color: #eeefea;
}
@media screen and (min-width: 769px) {
  .brand_sec {
    padding-top: 130px;
  }
}

.brand_sec02 {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #f2efec;
}
@media screen and (min-width: 769px) {
  .brand_sec02 {
    padding-top: 130px;
  }
  .brand_sec02 .pc_flex_box {
    margin: 0 0 0 16vw;
  }
  .brand_sec02 .text01 {
    margin: 4vw 0 0 6vw;
  }
  .brand_sec02 .flex03 {
    margin: 15vw 0 0 56vw;
    width: auto;
  }
  .brand_sec02 .inBag .in_img {
    margin: -4vw 0 0 4vw;
  }
  .brand_sec02 .inBag .title {
    margin: 0 0 0 4vw;
  }
  .brand_sec02 .circle {
    margin: 0 0 -9vw 8vw;
  }
  .brand_sec02 .code .text01 {
    margin: 0 0 0 6vw;
  }
  .brand_sec02 .code .credit {
    margin: 40px 0 40px 6vw;
  }
  .brand_sec02 .next_box .text01 {
    margin: 0 6vw 0 0;
  }
  .brand_sec02 .next_box .credit {
    margin: 40px 6vw 0 0;
  }
}

.brand_name {
  font-size: 20px;
  text-align: center;
}
.brand_name svg {
  width: 150px;
}
@media screen and (min-width: 769px) {
  .brand_name svg {
    width: 216px;
  }
}
.brand_name img {
  width: 70px;
  display: inline-block;
  margin-left: -76px;
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .brand_name img {
    width: 121px;
    margin-left: -109px;
  }
}

h3 {
  text-align: center;
  font-size: 8vw;
  line-height: 0.5;
  margin-top: 30px;
  font-weight: normal;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.7;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 4.1666666667vw;
    margin-top: 45px;
  }
}
h3 span {
  color: #777777;
  font-size: 10px;
  font-family: "ryo-display-plusn", serif !important;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  h3 span {
    font-size: 15px;
  }
}

.flex03 {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .flex03 {
    justify-content: flex-start;
    margin: 15vw 0 0 21vw;
  }
}
@media screen and (max-width: 768px) {
  .flex03 {
    width: 80%;
  }
}
.flex03 div {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .flex03 div {
    width: 11.8055555556vw;
  }
}
.flex03 .sta_cre {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  line-height: 1.7;
}
.flex03 .sta_cre .name {
  font-size: 20px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .flex03 .sta_cre .name {
    font-size: 2.0833333333vw;
  }
}
.flex03 .sta_cre .store {
  font-size: 11px;
  color: #777777;
  margin-top: -1.6vw;
  margin-bottom: 2.7vw;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .flex03 .sta_cre .store {
    font-size: 0.8333333333vw;
    margin-top: -0.6vw;
    margin-bottom: 1vw;
  }
}
.flex03 .sta_cre .insta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex03 .sta_cre .insta img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.flex03 .sta_cre a {
  padding: 3px 0;
  background: #111111;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  border-radius: 20px;
  width: 120px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .flex03 .sta_cre a {
    font-size: 1.1111111111vw;
    width: 10.4166666667vw;
  }
}

.favorite {
  width: 57.4666666667vw;
  position: relative;
  z-index: 3;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .favorite {
    width: 18.75vw;
    margin: -20.8333333333vw 0 0 0;
  }
}

.bag_01 {
  width: 90vw;
  margin: -15vw auto 10px;
}
@media screen and (min-width: 769px) {
  .bag_01 {
    width: 29.375vw;
    margin: -4vw 0 0 1vw;
  }
}

.text01 {
  width: 80vw;
  margin: 0 auto;
  font-size: 11px;
  font-family: "ryo-display-plusn", serif !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .text01 {
    width: 26.5972222222vw;
    font-size: 0.9722222222vw;
    margin: 4vw 4vw 0 20vw;
  }
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex;
    justify-content: center;
    width: 85vw;
  }
  .pc_flex .credit {
    margin-left: 1vw;
  }
}
.inBag {
  margin: 60px auto;
}
@media screen and (min-width: 769px) {
  .inBag {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 100px auto;
  }
}
.inBag .title {
  text-align: center;
  font-size: 9.3333333333vw;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .inBag .title {
    font-size: 4.1666666667vw;
    margin-right: 4vw;
  }
}
.inBag .in_img {
  width: 90vw;
  margin: -9vw auto 0;
}
@media screen and (min-width: 769px) {
  .inBag .in_img {
    width: 41.6666666667vw;
    margin: -4vw 4vw 0 0;
  }
}
.inBag ul {
  width: 80vw;
  margin: 6vw auto;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .inBag ul {
    width: 23.6111111111vw;
    margin: 2vw 0 0 0;
    font-size: 0.9722222222vw;
  }
}
.inBag ul li {
  margin-bottom: 10px;
  font-family: "ryo-display-plusn", serif !important;
  font-weight: 500;
  font-style: normal;
  display: flex;
}
.inBag ul li span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .inBag ul li span {
    font-size: 16px;
  }
}
.inBag ul li .credit_btn {
  margin: 0 0 40px auto;
}
.inBag ul li a {
  display: flex;
  flex-wrap: wrap;
}
.inBag ul li a span {
  width: 4vw;
}
@media screen and (min-width: 769px) {
  .inBag ul li a span {
    width: 6%;
  }
}
.inBag ul li a .dis {
  width: 73vw;
}
@media screen and (min-width: 769px) {
  .inBag ul li a .dis {
    width: 90%;
  }
}

.circle {
  width: 100%;
  animation: 10s linear infinite rotation1;
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .circle {
    width: 10.8333333333vw;
    margin: 0 0 -9vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .circle {
    margin: 40px 0 -21vw 10vw;
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .code {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 123px auto;
  }
}
.code .title {
  text-align: center;
}
.code .code_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .code .code_title {
    font-size: 2.0833333333vw;
  }
}
.code .code_title:before,
.code .code_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #111111;
}
.code .code_title:before {
  left: 0;
}
.code .code_title:after {
  right: 0;
}
@media screen and (min-width: 769px) {
  .code .text01 {
    margin: 0 6vw 3vw 0;
  }
}
.code .credit {
  margin-top: 30px;
}

.slide02 {
  width: 90vw;
  margin: 10px auto;
}
@media screen and (min-width: 769px) {
  .slide02 {
    width: 34.7222222222vw;
  }
}

.slider-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .slider-dots {
    margin-top: 20px;
  }
}
.slider-dots li {
  display: inline-block;
  width: calc(17% - 8px); /* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
  margin: 0 3px;
}
@media screen and (min-width: 769px) {
  .slider-dots li {
    width: calc(15% - 8px); /* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
  }
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #c4d995;
  font-size: 0;
}
.slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}

.slider-dots {
  /* 省略 */
  /* 追加 */
}
.slider-dots .slick-active button:after {
  background-color: #85b714;
  animation: progress 2.8s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.next {
  width: 56vw;
  margin-left: 7.7333333333vw;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .next {
    width: 20.8333333333vw;
    margin: 0 0 2vw 1vw;
  }
}

.next_bag {
  width: 80vw;
  margin: 10px auto;
}
@media screen and (min-width: 769px) {
  .next_bag {
    width: 31.25vw;
  }
}

.next_bag {
  position: relative;
  padding: 0.25em 1em;
}

.next_bag:before,
.next_bag:after {
  content: "";
  width: 10%;
  height: 10%;
  position: absolute;
  display: inline-block;
}

.next_bag:before {
  border-right: solid 1px #111111;
  border-top: solid 1px #111111;
  top: -17px;
  right: -7px;
}
@media screen and (min-width: 769px) {
  .next_bag:before {
    top: -30px;
    right: -18px;
  }
}

.next_bag:after {
  border-left: solid 1px #111111;
  border-bottom: solid 1px #111111;
  bottom: -17px;
  left: -7px;
}
@media screen and (min-width: 769px) {
  .next_bag:after {
    bottom: -30px;
    left: -18px;
  }
}

.next_bag p {
  margin: 0;
  padding: 0;
}

.next_box {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .next_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 170px;
  }
}
.next_box .text01 {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .next_box .text01 {
    margin: 0 0 0 6vw;
  }
}
@media screen and (min-width: 769px) {
  .next_box .credit {
    margin: 1vw 0 0 6vw;
  }
}

/* .credit
===================================================== */
.credit {
  display: flex;
  max-width: 420px;
  flex-direction: column;
  gap: 10px 0;
  margin: 0 auto 40px;
  font-family: "ryo-display-plusn", serif !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .credit {
    flex-wrap: wrap;
    max-width: 913px;
    gap: 10px 90px;
  }
}
@media screen and (max-width: 768px) {
  .credit {
    width: 80vw;
    max-width: 420px;
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .credit li {
    width: 29vw;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .credit li {
    width: 100%;
    font-size: 11px;
  }
}
.credit li:has(.credit_text) {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .credit li.credit_kakko {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .credit li.credit_kakko {
    font-size: 11px;
  }
}
.credit a,
.credit .credit_coming {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit .credit_img {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .credit .credit_img {
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_img {
    width: 45px;
    max-width: 70px;
  }
}
.credit .credit_data {
  width: 100%;
  margin: 0 4%;
}
@media screen and (min-width: 769px) {
  .credit .credit_data {
    padding: 0 20px 0 0;
  }
}

.credit_btn {
  flex-shrink: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #85b714;
  color: #000;
  width: fit-content;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .credit_btn {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .credit_btn {
    font-size: 12px;
    line-height: 19px;
  }
}
@media screen and (min-width: 769px) {
  .credit_btn--buy {
    padding: 0 19px;
  }
}
@media screen and (max-width: 768px) {
  .credit_btn--buy {
    padding: 0 15px;
  }
}
.credit_btn--coming {
  background-color: transparent;
  border: 1px solid;
  cursor: auto;
}
@media screen and (min-width: 769px) {
  .credit_btn--coming {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .credit_btn--coming {
    padding: 0 10px;
  }
}

.creditAjax_img1500 {
  width: 13.0666666667vw;
}
@media screen and (min-width: 769px) {
  .creditAjax_img1500 {
    width: 48px;
  }
}

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

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

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

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

.creditAjax_price {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

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

/* .sec_other
===================================================== */
.sec_other {
  background-color: #f7f7f7;
  padding: 60px 0 60px;
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec_other {
    padding: 7vw 0;
  }
}
.sec_other .otherTitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .sec_other .otherTitle {
    margin-bottom: 3.1944444444vw;
    font-size: 30px;
  }
}
.sec_other .otherTitle::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}

/* swiper
    ===================================================== */
.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .swiper.spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .swiper.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .swiper.pcNone {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .swiper.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .swiper {
    padding-bottom: 10.4651162791vw;
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper {
    margin-bottom: 55px;
    max-width: 920px;
    padding: 0 20px 60px;
  }
}

.swiper-scrollbar {
  background: #c3c3c3;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media screen and (min-width: 769px) {
  .swiper-scrollbar {
    width: 390px !important;
    height: 2px !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-scrollbar {
    width: 47.4418604651vw !important;
    height: 0.4651162791vw !important;
  }
}

.swiper-scrollbar-drag {
  background: #000;
}

.swiper-slide {
  line-height: 1.2;
}

/* 自動取得
    ===================================================== */
@media screen and (max-width: 768px) {
  .swiper-wrapper > div:first-of-type, .swiper-wrapper > li:first-of-type {
    margin-left: 6.976744186vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper-wrapper > div:last-of-type, .swiper-wrapper > li:last-of-type {
    margin-right: 6.976744186vw !important;
  }
}
.swiper-wrapper a {
  display: block;
}
.swiper-wrapper a > p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .swiper-wrapper img {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-wrapper img {
    margin-bottom: 2.7906976744vw;
  }
}
.swiper-wrapper img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #92a9b5;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .swiper-wrapper img + span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-wrapper img + span {
    font-size: 2.3255813953vw;
    padding: 3px 8px;
  }
}
.swiper-wrapper .ico_box {
  display: none;
}
.swiper-wrapper .ico_box + p {
  display: none;
}
.swiper-wrapper .textOverflow,
.swiper-wrapper .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .swiper-wrapper .textOverflow,
  .swiper-wrapper .label {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 768px) {
  .swiper-wrapper .textOverflow,
  .swiper-wrapper .label {
    font-size: 2.5581395349vw;
    line-height: 1.4545454545;
  }
}
@media screen and (min-width: 769px) {
  .swiper-wrapper .price,
  .swiper-wrapper .salecolor,
  .swiper-wrapper .salecolor + .price {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-wrapper .price,
  .swiper-wrapper .salecolor,
  .swiper-wrapper .salecolor + .price {
    font-size: 2.5581395349vw;
  }
}
.swiper-wrapper .salecolor,
.swiper-wrapper .salecolor + .price {
  color: #cc0b0b;
}

.otherBtn {
  text-align: center;
  background-color: #c3c3c3;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 66.1333333333vw;
  font-size: 16px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .otherBtn {
    width: 400px;
    font-size: 19px;
  }
}
.otherBtn a {
  display: block;
  padding: 5px;
}
.otherBtn a:hover {
  opacity: 0.4;
  transition: all 0.4s;
}

.reverse {
  flex-direction: row-reverse;
}

/* ページトップボタン */
#page-top a {
  bottom: 0;
  padding: 10px;
  position: fixed;
  right: 0;
}

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

#page-top a img {
  width: 60px;
}

#sec07 h3 {
  line-height: 1;
}

.shibutu {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .shibutu {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */