/* =========================================================
bag
========================================================= */
.p-bag-mv {
  background-image: url(../images/item/bg-mv_bag01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  border-bottom: 2px solid #fff;
  position: relative;
}
.p-bag-mv--wrap {
  margin: auto;
  max-width: 1420px;
}
.p-bag-mv picture {
  display: block;
  text-align: center;
}
.p-bag-selection {
  background: white;
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  overflow: hidden;
  padding: 30px 15px 50px;
}
@media screen and (min-width: 992px) {
  .p-bag-selection {
    padding: 50px 15px 70px;
  }
}
.p-bag-selection--wrap {
  margin: auto;
}
.p-bag-selection--title {
  background-image: url(../images/item/icon-selection_borderline.webp);
  background-position: center top 37px;
  background-repeat: no-repeat;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-selection--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection--title {
    font-size: 26px;
  }
}
.p-bag-selection--title::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 20px;
  height: 74px;
  width: 71px;
}
@media screen and (min-width: 480px) {
  .p-bag-selection--title::before {
    margin: 0 0 30px;
  }
}
.p-bag-selection--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 5px;
}
.p-bag-selection--title.hermes::before {
  background-image: url(../images/item/icon-selection_hermes.webp);
}
.p-bag-selection--title.louisvuitton::before {
  background-image: url(../images/item/icon-selection_louisvuitton.webp);
}
.p-bag-selection--title.berluti::before {
  background-image: url(../images/item/icon-selection_berluti.webp);
}
.p-bag-selection--title.rimowa::before {
  background-image: url(../images/item/icon-selection_rimowa.webp);
}
.p-bag-selection--title.goyard::before {
  background-image: url(../images/item/icon-selection_goyard.webp);
}
.p-bag-selection--title.cartier::before {
  background-image: url(../images/item/icon-selection_cartier.webp);
}
.p-bag-selection--text {
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(22 * (100vw / 480));
  margin: 45px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-selection--text {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection--text {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection--text {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection--text {
    font-size: 24px;
  }
}
.p-bag-selection_carousel {
  margin: 50px auto 0;
  max-width: 1300px;
}
@media screen and (min-width: 1440px) {
  .p-bag-selection_carousel {
    overflow: hidden;
  }
}
.p-bag-selection_carousel .swiper-selection {
  margin: 25px 0 60px;
  padding: 0 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-bag-selection_carousel .swiper-selection {
    margin: 35px 0 60px;
    padding: 0 0 80px;
  }
}
.p-bag-selection_carousel .swiper-button-next,
.p-bag-selection_carousel .swiper-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-bag-selection_carousel .swiper-button-next::after,
.p-bag-selection_carousel .swiper-button-prev::after {
  background-image: url(../images/common/icon-swiper_arrow_bl.webp);
  content: '';
  display: block;
  height: 57px;
  width: 29px;
}
.p-bag-selection_carousel .swiper-button-prev::after {
  transform: rotate(180deg);
}
.p-bag-selection_carousel .swiper-pagination {
  bottom: 0;
}
.p-bag-selection_carousel .swiper-pagination-bullet {
  background-color: #f1f1f1;
  border: 1px solid #666666;
  border-radius: 0;
  opacity: 1;
  height: 8px;
  width: 8px;
  margin: 6px !important;
  position: relative;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-bag-selection_carousel .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}
.p-bag-selection_carousel .swiper-pagination-bullet-active::before {
  background-color: #303030;
  border: 1px solid #fff;
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-bag-selection_carousel .swiper-pagination-bullet-active::before {
    height: 10px;
    width: 10px;
  }
}
.p-bag-selection_carousel figure {
  padding: 0 19%;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_carousel figure {
    padding: 0 8%;
  }
}
.p-bag-selection_carousel figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-bag-selection_carousel figure figcaption {
  margin: 14px 0 0;
}
.p-bag-selection_carousel figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_carousel figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection_carousel figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection_carousel figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection_carousel figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-bag-selection_carousel figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_carousel figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection_carousel figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection_carousel figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection_carousel figure figcaption .amount {
    font-size: 24px;
  }
}
.p-bag-selection_carousel figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-bag-selection_carousel figure figcaption .amount .yen {
  font-size: 70%;
}
.p-bag-selection_carousel figure figcaption .method {
  background-color: #fff;
  border: 1px solid #000;
  font-size: calc(16 * (100vw / 480));
  margin: 10px 0 0;
  padding: 2px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_carousel figure figcaption .method {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection_carousel figure figcaption .method {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection_carousel figure figcaption .method {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection_carousel figure figcaption .method {
    font-size: 16px;
  }
}
.p-bag-selection_carousel figure a:hover {
  display: block;
  opacity: .6;
}
.p-bag-selection_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 35px auto 0;
  max-width: 1300px;
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list {
    flex-direction: row;
    padding: 35px 0;
  }
}
.p-bag-selection_list::before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-bag-selection_list .p-bag-selection--title {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list .p-bag-selection--title {
    width: 16%;
  }
}
.p-bag-selection_list .p-bag-selection--title.goyard {
  background-image: none;
}
.p-bag-selection_list .p-bag-selection--title.goyard::before {
  background-image: url(../images/item/icon-selection_goyard.webp);
}
.p-bag-selection_list .p-bag-selection--title.cartier {
  background-image: none;
}
.p-bag-selection_list .p-bag-selection--title.cartier::before {
  background-image: url(../images/item/icon-selection_cartier.webp);
}
.p-bag-selection_list .p-bag-selection--title:nth-of-type(2) {
  margin: 80px 0 0 0;
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list .p-bag-selection--title:nth-of-type(2) {
    margin: 0 0 0 10%;
  }
}
.p-bag-selection_list figure {
  display: flex;
  margin: 20px 0 0 0;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list figure {
    margin: 0 0 0 1%;
    width: 27%;
  }
}
.p-bag-selection_list figure .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
}
.p-bag-selection_list figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-bag-selection_list figure figcaption {
  margin: 0 0 0 4%;
  width: 57%;
}
.p-bag-selection_list figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_list figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection_list figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection_list figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-bag-selection_list figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_list figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection_list figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection_list figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list figure figcaption .amount {
    font-size: 24px;
  }
}
.p-bag-selection_list figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-bag-selection_list figure figcaption .amount .yen {
  font-size: 70%;
}
.p-bag-selection_list figure figcaption .method {
  background-color: #fff;
  border: 1px solid #000;
  font-size: calc(16 * (100vw / 480));
  margin: 10px 0 0;
  padding: 2px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-selection_list figure figcaption .method {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-selection_list figure figcaption .method {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-selection_list figure figcaption .method {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-selection_list figure figcaption .method {
    font-size: 16px;
  }
}
.p-bag-selection_list figure a:hover {
  display: block;
  opacity: .6;
}
.p-bag-selection_list .p-bag-selection--title {
  background-image: none;
}
.p-bag-feature {
  background: #313131;
  background: linear-gradient(180deg, #313131 0%, #1b1b1b 100%);
  border-top: 2px solid #997f3a;
  border-bottom: 2px solid #997f3a;
  padding: 45px 15px;
}
@media screen and (min-width: 768px) {
  .p-bag-feature {
    padding: 85px 15px;
  }
}
.p-bag-feature--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-bag-feature_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-bag-feature_content {
    flex-direction: row;
  }
}
.p-bag-feature_content--wrap {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-bag-feature_content--wrap {
    margin: 0 1% 0 0;
    width: 60%;
  }
}
.p-bag-feature_content figure {
  margin: 20px 0 0;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-bag-feature_content figure {
    margin: 0;
    width: 40%;
  }
}
.p-bag-feature_content--title {
  color: #cac9c9;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(27 * (100vw / 480));
  letter-spacing: .1rem;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-feature_content--title {
    font-size: calc(35 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-feature_content--title {
    font-size: calc(40 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-feature_content--title {
    font-size: calc(40 * (100vw / 992));
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .p-bag-feature_content--title {
    font-size: 40px;
  }
}
.p-bag-feature_content--title::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-bag-feature_content--title::after {
    right: auto;
  }
}
.p-bag-feature_content--text {
  color: #fff;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(16 * (100vw / 480));
  line-height: 2;
  margin: 30px 0 0;
}
@media screen and (min-width: 480px) {
  .p-bag-feature_content--text {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-feature_content--text {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-feature_content--text {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-feature_content--text {
    font-size: 18px;
  }
}
.p-bag-feature_btn {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-bag-feature_btn {
    margin: 50px 0 0;
  }
}
.p-bag-feature_btn > li {
  max-width: 280px;
  width: 49%;
}
.p-bag-feature_btn > li:not(:first-of-type) {
  margin: 0 0 0 2%;
}
.p-bag-feature_btn > li a {
  color: #fff;
  display: block;
  font-size: calc(16 * (100vw / 480));
  letter-spacing: .15rem;
  padding: calc(21 * (100vw / 480));
  position: relative;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-feature_btn > li a {
    font-size: calc(16 * (100vw / 620));
    padding: calc(21 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-feature_btn > li a {
    font-size: calc(16 * (100vw / 768));
    padding: calc(21 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-feature_btn > li a {
    font-size: calc(16 * (100vw / 992));
    padding: calc(21 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-feature_btn > li a {
    font-size: 16px;
    padding: 21px;
  }
}
.p-bag-feature_btn > li a::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-bag-feature_btn > li a::before {
    left: 20px;
  }
}
.p-bag-feature_btn > li a.line {
  background: #00b800;
  background: linear-gradient(180deg, #00b800 0%, #00ab00 100%);
  border: 1px solid #5f982b;
}
.p-bag-feature_btn > li a.line:hover {
  background: #00cc00;
  background: linear-gradient(180deg, #00cc00 0%, #00cc00 100%);
}
.p-bag-feature_btn > li a.shop {
  background: #907837;
  background: linear-gradient(180deg, #907837 0%, #867033 100%);
  border: 1px solid #cbc0a2;
}
.p-bag-feature_btn > li a.shop:hover {
  background: #ae9655;
  background: linear-gradient(180deg, #ae9655 0%, #ae9655 100%);
}
.p-bag-highlight {
  overflow: hidden;
  padding: 60px 15px;
}
.p-bag-highlight--wrap {
  margin: auto;
  max-width: 1200px;
}
.p-bag-highlight_main--title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_main--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_main--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_main--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_main--title {
    font-size: 26px;
  }
}
.p-bag-highlight_main--title::before {
  background-image: url(../images/item/icon-highlight_pickup.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-bag-highlight_main--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-bag-highlight_main--update {
  font-size: calc(16 * (100vw / 480));
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_main--update {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_main--update {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_main--update {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_main--update {
    font-size: 16px;
  }
}
.p-bag-highlight_main--update .label {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1px 26px;
}
.p-bag-highlight_main--update .date {
  font-family: "Lato", serif;
  font-size: 112%;
  letter-spacing: .15rem;
  margin: 0 0 0 8px;
}
.p-bag-highlight_main--update .att {
  margin: 0 0 0 8px;
}
.p-bag-highlight_main figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3% auto 0;
  max-width: 300px;
}
.p-bag-highlight_main figure .img img {
  display: block;
  height: 160px;
  object-fit: contain;
  width: 100%;
}
.p-bag-highlight_main figure figcaption {
  margin: 14px 0 0;
}
.p-bag-highlight_main figure figcaption .name {
  font-size: calc(19 * (100vw / 480));
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_main figure figcaption .name {
    font-size: calc(19 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_main figure figcaption .name {
    font-size: calc(19 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_main figure figcaption .name {
    font-size: calc(19 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_main figure figcaption .name {
    font-size: 19px;
  }
}
.p-bag-highlight_main figure figcaption .amount {
  font-size: calc(41 * (100vw / 480));
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_main figure figcaption .amount {
    font-size: calc(41 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_main figure figcaption .amount {
    font-size: calc(41 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_main figure figcaption .amount {
    font-size: calc(41 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_main figure figcaption .amount {
    font-size: 41px;
  }
}
.p-bag-highlight_main figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-bag-highlight_main figure figcaption .amount .yen {
  font-size: 70%;
}
.p-bag-highlight_main figure a:hover {
  display: block;
  opacity: .6;
}
.p-bag-highlight_main--text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(18 * (100vw / 480));
  line-height: 1.8;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_main--text {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_main--text {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_main--text {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_main--text {
    font-size: 18px;
  }
}
.p-bag-highlight_archive {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 40px 0 0;
  padding: 140px 0 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive {
    flex-direction: row;
  }
}
.p-bag-highlight_archive::before {
  background-color: #000;
  content: '';
  display: block;
  height: 70px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-bag-highlight_archive--headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin: 0 1% 0 0;
}
.p-bag-highlight_archive--headline .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive--headline .tag {
    justify-content: flex-start;
  }
}
.p-bag-highlight_archive--headline .tag::before {
  background-image: url(../images/item/icon-highlight_rerated.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 10px 0 0;
  height: 68px;
  width: 97px;
}
.p-bag-highlight_archive--headline .catch {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(17 * (100vw / 480));
  font-weight: bold;
  line-height: 1.8;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_archive--headline .catch {
    font-size: calc(17 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_archive--headline .catch {
    font-size: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_archive--headline .catch {
    font-size: calc(22 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive--headline .catch {
    font-size: 22px;
    margin: 30px 0 0;
    text-align: left;
  }
}
.p-bag-highlight_archive--headline .text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(18 * (100vw / 480));
  line-height: 1.8;
  margin: 30px 0 0;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_archive--headline .text {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_archive--headline .text {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_archive--headline .text {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive--headline .text {
    font-size: 18px;
  }
}
.p-bag-highlight_archive--list {
  display: flex;
  margin: 5% 0 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_archive--list {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive--list {
    margin: 0;
    width: 70%;
  }
}
.p-bag-highlight_archive--list .swiper-highlight {
  position: relative;
}
.p-bag-highlight_archive--list .swiper-button-next,
.p-bag-highlight_archive--list .swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-bag-highlight_archive--list .swiper-button-next::after,
.p-bag-highlight_archive--list .swiper-button-prev::after {
  background-image: url(../images/common/icon-swiper_arrow_bl.webp);
  content: '';
  display: block;
  height: 57px;
  width: 29px;
}
.p-bag-highlight_archive--list .swiper-button-prev::after {
  transform: rotate(180deg);
}
.p-bag-highlight_archive--list .swiper-pagination {
  bottom: 0;
}
.p-bag-highlight_archive--list .swiper-pagination-bullet {
  background-color: #303030;
  border: 1px solid #666666;
  border-radius: 0;
  opacity: 1;
  height: 14px;
  width: 14px;
  margin: 6px !important;
  position: relative;
  transform: rotate(45deg);
}
.p-bag-highlight_archive--list .swiper-pagination-bullet-active::before {
  background-color: #fff;
  border: 1px solid #303030;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
}
.p-bag-highlight_archive--item {
  width: 25%;
}
.p-bag-highlight_archive--item figure {
  padding: 0 19%;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_archive--item figure {
    padding: 0 8%;
  }
}
.p-bag-highlight_archive--item figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-bag-highlight_archive--item figure figcaption {
  margin: 14px 0 0;
}
.p-bag-highlight_archive--item figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_archive--item figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_archive--item figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_archive--item figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive--item figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-bag-highlight_archive--item figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-highlight_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-highlight_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-highlight_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-highlight_archive--item figure figcaption .amount {
    font-size: 24px;
  }
}
.p-bag-highlight_archive--item figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-bag-highlight_archive--item figure figcaption .amount .yen {
  font-size: 70%;
}
.p-bag-highlight_archive--item figure a:hover {
  display: block;
  opacity: .6;
}
.p-bag-cta {
  background: #ece9e9;
  background: linear-gradient(180deg, #ece9e9 0%, #cfcdcd 100%);
  padding: 80px 15px;
}
.p-bag-cta--wrap {
  margin: auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-bag-cta--wrap {
    max-width: 980px;
  }
}
.p-bag-cta--text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(28 * (100vw / 480));
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-cta--text {
    font-size: calc(28 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-cta--text {
    font-size: calc(28 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-cta--text {
    font-size: calc(28 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-cta--text {
    font-size: 28px;
  }
}
.p-bag-cta--text:not(:first-of-type) {
  margin: 50px 0 0;
}
.p-bag-cta--list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.p-bag-cta--list > li {
  margin: 0 5px;
  width: calc((100% - 20px) /2);
}
.p-bag-cta--list > li:first-of-type {
  margin: 0 5px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-bag-cta--list > li {
    width: calc((100% - 30px) /3);
  }
  .p-bag-cta--list > li:first-of-type {
    margin: 0 5px;
    width: calc((100% - 30px) /3);
  }
}
.p-bag-cta--list > li a {
  background: #5d747c;
  background: linear-gradient(180deg, #5d747c 0%, #576c74 100%);
  border: 1px solid #2b363a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: calc(18 * (100vw / 480));
  letter-spacing: .15rem;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .p-bag-cta--list > li a {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-cta--list > li a {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-cta--list > li a {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-cta--list > li a {
    font-size: 16px;
  }
}
.p-bag-cta--list > li a::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-bag-cta--list > li a:hover {
  background: #718890;
  background: linear-gradient(180deg, #718890 0%, #718890 100%);
}
.p-bag-cta--list > li.line a {
  background: #00b800;
  background: linear-gradient(180deg, #00b800 0%, #00ab00 100%);
  border: 1px solid #5f982b;
}
.p-bag-cta--list > li.line a:hover {
  background: #00cc00;
  background: linear-gradient(180deg, #00cc00 0%, #00cc00 100%);
}
.p-bag-cta--list > li.shop a {
  background: #907837;
  background: linear-gradient(180deg, #907837 0%, #867033 100%);
  border: 1px solid #cbc0a2;
}
.p-bag-cta--list > li.shop a:hover {
  background: #ae9655;
  background: linear-gradient(180deg, #ae9655 0%, #ae9655 100%);
}
.p-bag-result {
  background: white;
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  padding: 40px 15px 90px;
}
.p-bag-result--wrap {
  margin: auto;
  max-width: 1280px;
}
.p-bag-result--title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-bag-result--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-result--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-result--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-result--title {
    font-size: 26px;
  }
}
.p-bag-result--title::before {
  background-image: url(../images/item/icon-result.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-bag-result--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-bag-result_content {
  margin: 60px 0 0;
}
.p-bag-result_content--list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-bag-result_content--list > li {
  margin: 0 2% 60px;
  width: calc(92% / 2);
}
@media screen and (min-width: 620px) {
  .p-bag-result_content--list > li {
    margin: 0 2% 60px;
    width: calc(88% / 3);
  }
}
@media screen and (min-width: 768px) {
  .p-bag-result_content--list > li {
    margin: 0 2% 60px;
    width: calc(84% / 4);
  }
}
@media screen and (min-width: 992px) {
  .p-bag-result_content--list > li {
    margin: 0 1% 60px;
    width: calc(90% / 5);
  }
}
@media screen and (min-width: 1200px) {
  .p-bag-result_content--list > li {
    margin: 0 2% 60px;
    width: calc(80% / 5);
  }
}
.p-bag-result_content--list > li figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-bag-result_content--list > li figure figcaption {
  margin: 14px 0 0;
}
.p-bag-result_content--list > li figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-bag-result_content--list > li figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-result_content--list > li figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-result_content--list > li figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-result_content--list > li figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-bag-result_content--list > li figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-result_content--list > li figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-result_content--list > li figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-result_content--list > li figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-result_content--list > li figure figcaption .amount {
    font-size: 24px;
  }
}
.p-bag-result_content--list > li figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-bag-result_content--list > li figure figcaption .amount .yen {
  font-size: 70%;
}
.p-bag-result_content--list > li figure figcaption .method {
  background-color: #fff;
  border: 1px solid #000;
  font-size: calc(16 * (100vw / 480));
  margin: 10px 0 0;
  padding: 2px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-result_content--list > li figure figcaption .method {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-result_content--list > li figure figcaption .method {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-result_content--list > li figure figcaption .method {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-result_content--list > li figure figcaption .method {
    font-size: 16px;
  }
}
.p-bag-result_content--list > li figure a:hover {
  background-color: #fff;
  display: block;
  opacity: .6;
}
.p-bag-result--btn {
  background: #A50B43;
  background: linear-gradient(0deg, #a50b43 0%, #aa0c45 50%, #b00c48 100%);
  border: 1px solid #530622;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: calc(18 * (100vw / 480));
  letter-spacing: .15rem;
  margin: auto;
  padding: calc(22 * (100vw / 480));
  position: relative;
  text-align: center;
  max-width: 280px;
  width: 60%;
}
@media screen and (min-width: 480px) {
  .p-bag-result--btn {
    font-size: calc(18 * (100vw / 620));
    padding: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-result--btn {
    font-size: calc(16 * (100vw / 768));
    padding: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-result--btn {
    font-size: calc(16 * (100vw / 992));
    padding: calc(22 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-result--btn {
    font-size: 16px;
    padding: 22px;
  }
}
.p-bag-result--btn::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-bag-result--btn:hover {
  background: #b51650;
  background: linear-gradient(0deg, #b51650 0%, #b81852 50%, #bd1955 100%);
}
.p-bag-reason {
  background-image: url(../images/item/bg-reason_bag.webp);
  background-attachment: fixed;
  padding: 40px 15px 90px;
}
.p-bag-reason--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-bag-reason--title {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-bag-reason--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-reason--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-reason--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-reason--title {
    font-size: 26px;
  }
}
.p-bag-reason--title::before {
  background-image: url(../images/item/icon-reason.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-bag-reason--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-bag-reason--text {
  color: #fff;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(24 * (100vw / 480));
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-reason--text {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-reason--text {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-reason--text {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-reason--text {
    font-size: 24px;
  }
}
.p-bag-reason--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .p-bag-reason--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-bag-reason--list > li {
  text-align: center;
}
.p-bag-column {
  padding: 40px 15px 90px;
}
.p-bag-column--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-bag-column--title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-bag-column--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-column--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-column--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-column--title {
    font-size: 26px;
  }
}
.p-bag-column--title::before {
  background-image: url(../images/item/icon-column.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-bag-column--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-bag-column--update {
  font-size: calc(16 * (100vw / 480));
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-column--update {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-column--update {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-column--update {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-column--update {
    font-size: 16px;
  }
}
.p-bag-column--update .label {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1px 26px;
}
.p-bag-column--update .date {
  font-family: "Lato", serif;
  font-size: 112%;
  letter-spacing: .15rem;
  margin: 0 0 0 8px;
}
.p-bag-column--update .att {
  margin: 0 0 0 8px;
}
.p-bag-column--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .p-bag-column--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-bag-column--list > li {
  border: 1px solid #cabc96;
  padding: 10px 6px;
}
.p-bag-column--list > li figure {
  border-left: 1px solid #9b813b;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 34px 24px;
}
.p-bag-column--list > li figure .img {
  margin: 0 0 0 2%;
  width: 32%;
}
.p-bag-column--list > li figure .img img {
  display: block;
  height: 160px;
  object-fit: contain;
  width: 100%;
}
.p-bag-column--list > li figure figcaption {
  width: 66%;
}
.p-bag-column--list > li figure figcaption .name {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(24 * (100vw / 480));
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .p-bag-column--list > li figure figcaption .name {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-column--list > li figure figcaption .name {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-column--list > li figure figcaption .name {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-column--list > li figure figcaption .name {
    font-size: 24px;
  }
}
.p-bag-column--list > li figure figcaption .type {
  font-size: calc(16 * (100vw / 480));
  margin: 3px 0 0;
}
@media screen and (min-width: 480px) {
  .p-bag-column--list > li figure figcaption .type {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-column--list > li figure figcaption .type {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-column--list > li figure figcaption .type {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-column--list > li figure figcaption .type {
    font-size: 16px;
  }
}
.p-bag-column--list > li figure figcaption .text {
  font-size: calc(14 * (100vw / 480));
  line-height: 1.8;
  margin: 14px 0 0;
}
@media screen and (min-width: 480px) {
  .p-bag-column--list > li figure figcaption .text {
    font-size: calc(14 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-column--list > li figure figcaption .text {
    font-size: calc(14 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-column--list > li figure figcaption .text {
    font-size: calc(14 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-column--list > li figure figcaption .text {
    font-size: 14px;
  }
}
.p-bag-column--list > li figure a:hover {
  display: block;
  opacity: .6;
}
.p-bag-damaged {
  background-image: url(../images/item/bg-damaged_bag.webp);
  background-attachment: fixed;
  background-position: center;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .p-bag-damaged {
    background-attachment: fixed;
  }
}
.p-bag-damaged--wrap {
  margin: auto;
  max-width: 1030px;
  padding: 60px 0 130px;
}
.p-bag-damaged--title {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-bag-damaged--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-damaged--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-damaged--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-damaged--title {
    font-size: 26px;
  }
}
.p-bag-damaged--title::before {
  background-image: url(../images/item/icon-damaged.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-bag-damaged--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-bag-damaged--text {
  color: #fff;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(20 * (100vw / 480));
  line-height: 1.6;
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-damaged--text {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-damaged--text {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-damaged--text {
    font-size: calc(24 * (100vw / 992));
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .p-bag-damaged--text {
    font-size: 24px;
  }
}
.p-bag-damaged--text.reduce {
  font-size: calc(18 * (100vw / 480));
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  .p-bag-damaged--text.reduce {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-damaged--text.reduce {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-damaged--text.reduce {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-damaged--text.reduce {
    font-size: 18px;
  }
}
.p-bag-damaged--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .p-bag-damaged--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-bag-damaged--list > li {
  text-align: center;
}
.p-bag-contact {
  padding: 60px 15px 80px;
}
.p-bag-contact--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-bag-contact--title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-bag-contact--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-contact--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-contact--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-contact--title {
    font-size: 26px;
  }
}
.p-bag-contact--title::before {
  background-image: url(../images/item/icon-contact.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-bag-contact--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-bag-contact--text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(22 * (100vw / 480));
  font-weight: bold;
  line-height: 1.8;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-contact--text {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-contact--text {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-contact--text {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-contact--text {
    font-size: 24px;
  }
}
.p-bag-contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
.p-bag-contact .tel::before {
  content: 'TEL';
  font-family: "EB Garamond", serif;
  font-size: calc(38 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-bag-contact .tel::before {
    font-size: calc(38 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-contact .tel::before {
    font-size: calc(40 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-contact .tel::before {
    font-size: calc(40 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-contact .tel::before {
    font-size: 40px;
  }
}
.p-bag-contact .tel a {
  border-left: 1px solid #000;
  color: #000;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 3%;
  padding: 0 0 0 3%;
}
.p-bag-contact .tel a .num {
  font-family: "EB Garamond", serif;
  font-size: calc(60 * (100vw / 480));
}
@media screen and (min-width: 480px) {
  .p-bag-contact .tel a .num {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-contact .tel a .num {
    font-size: calc(60 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-contact .tel a .num {
    font-size: calc(60 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-contact .tel a .num {
    font-size: 60px;
    letter-spacing: .15rem;
  }
}
.p-bag-contact .tel a .info {
  font-size: calc(24 * (100vw / 480));
  margin: 2px 0 0;
}
@media screen and (min-width: 480px) {
  .p-bag-contact .tel a .info {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-contact .tel a .info {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-contact .tel a .info {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-contact .tel a .info {
    font-size: 24px;
    letter-spacing: .15rem;
  }
}
.p-bag-contact_btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  width: 100%;
}
.p-bag-contact_btn > li {
  max-width: 280px;
  width: 49%;
}
.p-bag-contact_btn > li:not(:first-of-type) {
  margin: 0 0 0 2%;
}
.p-bag-contact_btn > li a {
  color: #fff;
  display: block;
  font-size: calc(16 * (100vw / 480));
  letter-spacing: .15rem;
  padding: calc(21 * (100vw / 480));
  position: relative;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-bag-contact_btn > li a {
    font-size: calc(16 * (100vw / 620));
    padding: calc(21 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-bag-contact_btn > li a {
    font-size: calc(16 * (100vw / 768));
    padding: calc(21 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-bag-contact_btn > li a {
    font-size: calc(16 * (100vw / 992));
    padding: calc(21 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-bag-contact_btn > li a {
    font-size: 16px;
    padding: 21px;
  }
}
.p-bag-contact_btn > li a::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-bag-contact_btn > li a::before {
    left: 20px;
  }
}
.p-bag-contact_btn > li a.line {
  background: #00b800;
  background: linear-gradient(180deg, #00b800 0%, #00ab00 100%);
  border: 1px solid #5f982b;
}
.p-bag-contact_btn > li a.line:hover {
  background: #00cc00;
  background: linear-gradient(180deg, #00cc00 0%, #00cc00 100%);
}
.p-bag-contact_btn > li a.shop {
  background: #907837;
  background: linear-gradient(180deg, #907837 0%, #867033 100%);
  border: 1px solid #cbc0a2;
}
.p-bag-contact_btn > li a.shop:hover {
  background: #ae9655;
  background: linear-gradient(180deg, #ae9655 0%, #ae9655 100%);
}
