/* summer 2025 */
/*h1.fs-c-heading.fs-c-heading--page {
  display: none;
}*/

.f-summer-sale {
  position: relative;
  font-size: 1.6rem;
  color: #222;
}

.f-summer-sale figure {
  margin: 0;
  padding: 0;
}

.f-summer-sale img {
  max-width: 100%;
  height: auto;
}

.c-maxwidth {
  width: min(calc(1100 / 1290 * 100%), 1100px);
  margin: 0 auto;
}

.serif{
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.linkbtn {
  margin: 0 auto;
}
.linkbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(300 / 16 * 1em), 300px);
  height: calc(50 / 16 * 1em);
  margin: 0 auto;
  padding: 0 0 0;
  border: 1px solid #707070;
  background-color: #fff;
}
.linkbtn .arrow:after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: calc(53 / 16 * 1em);;
  height: calc(12 / 16 * 1em);;
  background: url('https://importrossa8189.itembox.design/item/images/f-about/arrow.svg') no-repeat center/cover;
  position: absolute;
  right: calc(-20 / 16 * 1em);
}
@media (hover: hover) {
  .linkbtn .arrow:after {
    transition: all 0.2s;
  }
  .linkbtn .arrow:hover {
    text-decoration: none;
  }
  .linkbtn .arrow:hover:after {
    right: calc(-30 / 16 * 1em);
  }
}

.sale-pickup {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) calc(140 / 16 * 1em);
  background-color: #F8FDDA;
  border-bottom: 1px solid #C0AA78;
}

.summer-sale-mv {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
}

.introduction {
  padding: calc(60 / 16 * 1em) 0 calc(130 / 16 * 1em);
}

.introduction p {
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: calc(19 / 16);
  text-align: center;
}

.bnr-10off {
  margin: calc(50 / 16 * 1em) auto calc(100 / 16 * 1em);
}

.about {
  position: relative;
  width: min(100%, 810px);
  margin: 0 auto;
  padding: calc(86 / 16 * 1em) 0 calc(60 / 16 * 1em);
  border: 1px solid #C0AA78;
  background-color: rgba(255 255 255 / 0.6);
}
.about_headline {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 22em;
  background: linear-gradient(to bottom, #F8FDDA calc(50% + 2px), transparent 50%);
}
.about_headline h2 {
  margin: 0;
  font-size: calc(24 / 16 * 1em);
  line-height: calc(29 / 24);
  letter-spacing: 0.02em;
}
.about_headline p {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  font-size: calc(23 / 16 * 1em);
  line-height: calc(28 / 23);
  letter-spacing: 0.05em;
}
.about_headline p::before,
.about_headline p::after {
  content: "";
  width: calc(17 / 16 * 1em);
  height: 1px;
  background-color: #111;
}

.about .linkbtn {
  margin-top: calc(48 / 16 * 1em);
}

.pickup {
  width: min(calc(1016 / 1100 * 100%), 1016px);
  margin: 0 auto;
}
.pickup_headline {
  width: min(calc(600 / 1016 * 100%), 333px);
  margin: 0 auto calc(62 / 16 * 1em);
}
.pickup .sec-pickup + .sec-pickup {
  margin-top: calc(140 / 16 * 1em);
}
.pickup .sale-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pickup01 .sale-items > .item:nth-of-type(1),
.pickup03 .sale-items > .item:nth-of-type(1) {
  width: min(calc(410 / 1016 * 100%), 410px);
}
.pickup01 .sale-items > .item:nth-of-type(2),
.pickup03 .sale-items > .item:nth-of-type(2) {
  width: min(calc(560 / 1016 * 100%), 560px);
}

.pickup02 .sale-items > .item:nth-of-type(1),
.pickup04 .sale-items > .item:nth-of-type(1) {
  width: min(calc(559 / 1016 * 100%), 559px);
}
.pickup02 .sale-items > .item:nth-of-type(2),
.pickup04 .sale-items > .item:nth-of-type(2) {
  width: min(calc(410 / 1016 * 100%), 410px);
}

@media (hover: hover) {
  .pickup .sale-items > .item a:hover img {
    opacity: 1;
  }
}

/*.pickup .sale-items .items-wrap {
  width: min(calc(560 / 1016 * 100%), 560px);
}
.pickup .sale-items .items-wrap .item:nth-of-type(1) {
  width: min(calc(346 / 560 * 100%), 346px);
}
.pickup .sale-items .items-wrap .item:nth-of-type(2) {
  width: min(calc(300 / 560 * 100%), 300px);
  margin: min(calc(-170 / 384 * 100%), 170px) 0 0 auto;
}*/

.pickup .product-item {
  margin-top: calc(42 / 16 * 1em);;
}
.product-item  .product-name {
  margin-bottom: calc(30 / 20 * 1em);
  font-size: calc(20 / 16 * 1em);
  line-height: calc(24 / 20);
  letter-spacing: 0.05em;
}
.product-item  .product-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
  gap: calc(20 / 16 * 1em);
}
.product-item .sales-price {
  font-size: calc(20 / 16 * 1em);
  line-height: calc(38 / 32);
}
.product-item .sales-price .price {
  display: inline-block;
  text-decoration: line-through;
}
/*.product-item .member-price {
  padding: 0.1em 0.5em;
  background-color: #A11931;
  font-size: calc(20 / 16 * 1em);
  line-height: calc(24 / 20);
  color: #fff;
}*/
.product-item .member-price {
  font-size: calc(20 / 16 * 1em);
  line-height: calc(24 / 20);
}
.product-item .member-price .sale {
  display: inline-block;
  padding: 0.1em 0.5em;
  background-color: #A11931;
  font-size: calc(24 / 16 * 1em);
  color: #fff;
}
.product-item .member-price .price {
  font-size: calc(34 / 16 * 1em);
  font-weight: bold;
  margin-left: 0.5em;
  color: #A11931;
  vertical-align: baseline;
}
.product-item .select-item {
  width: min(100%, 238px);
  margin: calc(54 / 16 * 1em) auto 0;
}
.product-item .select-item .item-color {
  margin-bottom: calc(12 / 14 * 1em);
  font-size: calc(14 / 16 * 1em);
  line-height: calc(17 / 14);
  letter-spacing: 0.02em;
}
.product-item .select-item .item {
  margin-bottom: calc(42 / 16 * 1em);
}

@media (hover: hover) {
  .product-item .select-item .item a:hover img {
    opacity: 1;
  }
}

.product-item .text {
  line-height: calc(19 / 16);
  letter-spacing: 0.05em;
  text-align: center;
}
.product-item .purchase-btn {
  width: min(100%, 300px);
  margin: calc(28 / 16 * 1em) auto 0;
}
.product-item .purchase-btn + .purchase-btn {
  margin-top: calc(84 / 16 * 1em);
}
.product-item .purchase-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: calc(13 / 16 * 1em) 0 calc(12 / 16 * 1em);
  background-color: #222;
  border: 1px solid #222;
  font-weight: bold;
  line-height: calc(19 / 16);
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
.product-item .purchase-btn.u-purchase-btn a {
  padding: calc(26 / 16 * 1em) 0 calc(24 / 16 * 1em);
  background-color: #C0AA78;
  border: 1px solid #C0AA78;
}
@media (hover: hover) {
  .product-item .purchase-btn a {
    transition: all 0.2s;
  }
  .product-item .purchase-btn a:hover {
    background-color: #fff;
    color: #222;
  }
  .product-item .purchase-btn.u-purchase-btn a:hover {
    color: #C0AA78;
  }
}

.category {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: calc(90 / 16 * 1em) calc(50vw - 50%) calc(100 / 16 * 1em);
  background-color: #F5F5F5;
}
.category_headline {
  width: min(calc(239 / 600 * 100%), 239px);
  margin: 0 auto calc(58 / 16 * 1em);;
}
.category .category__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3.2rem 2.4rem;
  max-width: 100%;
  margin: 0 auto calc(60 / 16 * 1em);
}
.category .category__list > li {
  position: relative;
}
.category .category__list .category_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.category .category__list .image {
  overflow: hidden;
}
.category .category__list p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media (hover: hover) {
  .category .category__list a:hover img {
    opacity: 1;
  }
  .category .category__list a .category_img::after {
    transition: .3s;
  }
  .category .category__list a:hover .category_img::after {
    background-color: rgba(0, 0, 0, .1);
  }
}

.btn-more {
  width: min(100%, 200px);
  margin: 0 auto 0;
}
.btn-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: calc(13 / 16 * 1em) 0 calc(12 / 16 * 1em);
  background-color: #C0AA78;
  border: 1px solid #C0AA78;
  font-weight: bold;
  line-height: calc(19 / 16);
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .btn-more a {
    transition: all 0.2s;
  }
  .btn-more a:hover {
    background-color: #fff;
    color: #C0AA78;
  }
}

.register {
  position: relative;
  width: min(100%, 810px);
  margin: calc(115 / 16 * 1em) auto calc(117 / 16 * 1em);
  padding: calc(86 / 16 * 1em) 0 calc(60 / 16 * 1em);
  border: 1px solid #C0AA78;
  background-color: rgba(255 255 255 / 0.6);
}
.register_headline {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 16em;
  margin: 0;
  padding: 0 0.25em;
  background-color: #fff;
  font-size: calc(24 / 16 * 1em);
  line-height: calc(29 / 24);
  letter-spacing: 0.02em;
  text-align: center;
}
.register p {
  text-align: center;
}
.register .linkbtn {
  margin-top: calc(48 / 16 * 1em);
}

@media screen and (max-width: 700px) {
  .register_headline {
    width: 11em;
  }
}

@media screen and (max-width: 600px) {
  .c-maxwidth {
    width: 100%;
  }

  .f-summer-sale {
    font-size: 1.4rem;
  }

  .linkbtn a {
    width: min(calc(280 / 375 * 100svw), 300px);
    height:  min(calc(45 / 375 * 100svw), 50px);;
  }

  .introduction p:first-of-type {
    margin-bottom: 0.5em;
  }
  .introduction p:not(:first-of-type) {
    text-align: left;
  }

  .product-item .product-price {
    flex-direction: column;
  }

  .product-item .member-price {
    text-align: center;
  }


  .pickup .sale-items {
    flex-direction: column;
    gap: calc(46 / 16 * 1em);
  }

  .pickup01 .sale-items > .item:nth-of-type(1),
  .pickup03 .sale-items > .item:nth-of-type(1) {
    width: min(100%, 410px);
    order: 2;
  }
  .pickup01 .sale-items > .item:nth-of-type(2),
  .pickup03 .sale-items > .item:nth-of-type(2) {
    width: min(100%, 560px);
    order: 1;
  }

  .pickup02 .sale-items > .item:nth-of-type(1),
  .pickup04 .sale-items > .item:nth-of-type(1) {
    width: min(100%, 559px);
  }
  .pickup02 .sale-items > .item:nth-of-type(2),
  .pickup04 .sale-items > .item:nth-of-type(2) {
    width: min(100%, 410px);
  }
  .product-item .text {
    text-align: left;
  }

  .category .category__list {
    grid-template-columns: 1fr 1fr;
  }
  .category .category__list li {
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  .coordination-tips::before {
    bottom: calc(-68 / 25 * 0.875em);
  }
}
