@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	product
------------------------------------------------------ */
.product {
  padding: 135px 0;
}

.product-pic {
  width: 60%;
}
.product-pic .pic-slide .swiper-slide img {
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-pic .pic-slide .swiper-button-prev,
.product-pic .pic-slide .swiper-button-next {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 44px;
  height: 44px;
  margin: 0;
  background: url(../img/common/icon_slide@2x.png) no-repeat;
  background-size: 100%;
}
.product-pic .pic-slide .swiper-button-prev::after,
.product-pic .pic-slide .swiper-button-next::after {
  content: none;
}
.product-pic .pic-slide .swiper-button-prev {
  right: 45px;
  transform: scale(-1, 1);
}
.product-pic .thumblist {
  display: flex;
  width: calc(100% + 2px);
  margin-top: 6px;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-pic .thumblist .thumblist-item {
  width: 16.6%;
}
.product-pic .thumblist .thumblist-item img {
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product-info {
  width: 36%;
  margin-left: auto;
}
.product-info a {
  color: #7f7f7f;
}
.product-info .info-tag {
  font-size: 16px;
  line-height: 1.2;
}
.product-info .info-tag > span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 100vmax;
  background: #eff2f0;
  color: #325c3b;
}
.product-info .info-title {
  margin: 20px 0 10px;
  font-size: 24px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.product-info .info-note {
  margin: 10px 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  opacity: 0.5;
}
.product-info .info-description {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}
.product-info .info-description p {
  line-height: 2;
}
.product-info .info-list {
  margin: 20px 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.product-info .info-list .list-row {
  display: flex;
  flex-wrap: wrap;
  padding: 22px 0 22px 20px;
  border-top: 1px solid currentColor;
  justify-content: space-between;
}
.product-info .info-list input[type=radio] {
  margin-right: 5px;
}
.product-info .info-list label {
  font-weight: 900;
}
.product-info .info-list .name {
  margin-right: auto;
  font-size: 18px;
  font-weight: 900;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.product-info .info-list .price {
  margin-left: auto;
  font-size: 18px;
  font-family: "Be Vietnam Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
.product-info .info-list .price-tax {
  color: #7f7f7f;
  font-size: 75%;
}
.product-info button[type=submit] {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 28px 20px;
  background: #325c3b;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  outline: none;
  text-align: center;
}

.product-body {
  max-width: 800px;
  margin: 110px auto 0;
  font-size: 16px;
  line-height: 2;
}
.product-body p {
  margin: 40px 0;
  line-height: 2;
}
.product-body a {
  color: #7f7f7f;
}

.product-box {
  max-width: 800px;
  margin: 70px auto;
  padding: 30px 30px 60px;
  background: #e6ebe7;
  border-radius: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.product-box + .product-box {
  margin-top: 55px;
}
.product-box p {
  margin: 15px 0;
  line-height: 2;
}
.product-box .box-tit {
  margin-bottom: 20px;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.product-box table th,
.product-box table td {
  padding: 15px 0;
}
.product-box table th {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .product {
    padding: 70px 0;
  }
  .product-pic {
    width: 100%;
  }
  .product-pic .pic-slide .swiper-slide img {
    width: 100%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .product-pic .thumblist {
    width: 100%;
    margin-top: 6px;
  }
  .product-pic .thumblist .thumblist-item {
    width: 25%;
  }
  .product-info {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .product-info .info-tag {
    font-size: 14px;
  }
  .product-info .info-title {
    margin: 15px 0 10px;
    font-size: 21px;
    letter-spacing: 0.1em;
  }
  .product-info .info-description {
    margin-top: 25px;
  }
  .product-info .info-list {
    margin: 20px 0 0;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .product-info .info-list .list-row {
    padding: 22px 0 22px 20px;
  }
  .product-info .info-list .name {
    font-size: 16px;
  }
  .product-info .info-list .price {
    font-size: 16px;
  }
  .product-info button[type=submit] {
    margin: 5px 0;
    padding: 23px 20px;
  }
  .product-body {
    margin-top: 60px;
  }
  .product-box {
    margin: 50px auto;
    padding: 30px 30px 30px;
  }
  .product-box + .product-box {
    margin-top: 30px;
  }
  .product-box .box-tit {
    font-size: 21px;
  }
  .product-box table tr {
    display: block;
    padding: 0 0 30px 0;
  }
  .product-box table th,
  .product-box table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .product-box table th {
    width: 100%;
  }
}
/* ---------------------------------------------------
		other-recommend
------------------------------------------------------ */
.other-recommend {
  padding: 100px 0 90px;
}
.other-recommend .recommend-list {
  max-width: 932px;
  margin: 0 auto 0;
  gap: 60px 33px;
  justify-content: flex-start;
}
.other-recommend .recommend-list .list-item {
  width: calc(33.333% - 22px);
  max-width: 288px;
}
.other-recommend .recommend-list .list-item .eyecatch {
  position: relative;
  margin-bottom: 10px;
}
.other-recommend .recommend-list .list-item .eyecatch img {
  width: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.other-recommend .recommend-list .list-item .title {
  font-size: 14px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.other-recommend .recommend-list .list-item .price {
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.other-recommend .recommend-btn {
  margin-top: 80px;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .other-recommend {
    padding: 70px 0 30px;
  }
  .other-recommend .recommend-list {
    gap: 30px 12px;
    justify-content: space-between;
  }
  .other-recommend .recommend-list .list-item {
    width: calc(50% - 6px);
    max-width: 100%;
  }
  .other-recommend .recommend-list .list-item .eyecatch {
    margin-bottom: 5px;
  }
  .other-recommend .recommend-list .list-item .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .other-recommend .recommend-btn {
    margin-top: 55px;
  }
}
/* ---------------------------------------------------
	cart
------------------------------------------------------ */
.cart-wrap {
  padding: 135px 0;
}
.cart-wrap .container {
  max-width: 990px;
}
.cart-wrap hr {
  margin-top: 60px;
  margin-bottom: 40px;
  border-top-color: #303030;
}

.ec-cartRole__totalBox {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #ebebeb;
  max-width: 600px;
  margin: 0 auto;
}
.ec-cartRole__totalBox .ec-cartRole__total-text {
  flex: 0 0 50%;
}
.ec-cartRole__totalBox .ec-cartRole__total-price {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.ec-cartRole__totalBox .ec-cartRole__total-price .label {
  margin-right: 5px;
}
.ec-cartRole__totalBox .ec-cartRole__total-price .price {
  font-size: 21px;
  font-family: "Be Vietnam Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.ec-progress {
  margin: 0 auto;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  list-style: none;
}
.ec-progress .ec-progress__number {
  line-height: 42px;
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  font-size: 21px;
  font-family: "Be Vietnam Pro", sans-serif;
  background: #979797;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #979797;
  width: 100%;
  height: 0.25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em \9 ;
  z-index: -1;
}
.ec-progress .ec-progress__item:last-of-type::after {
  content: none;
}
.ec-progress .ec-progress .ec-progress__label {
  font-size: 12px;
}
.ec-progress .is-complete .ec-progress__number {
  background: #325c3b;
}
.ec-progress .is-complete .ec-progress__label {
  color: #325c3b;
}

.ec-cartRole {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
  width: 100%;
}
.ec-cartRole .ec-cartRole__progress {
  width: 100%;
  text-align: center;
}

.ec-cartTable {
  display: table;
  width: 100%;
  margin-top: 50px;
}

.ec-cartHeader {
  width: 100%;
  display: table-row;
  font-size: 14px;
  line-height: 1.2;
}
.ec-cartHeader .ec-cartHeader__label {
  display: table-cell;
  padding: 10px;
  text-align: left;
  background: #ebebeb;
  overflow-x: hidden;
  font-weight: bold;
}
.ec-cartHeader .ec-cartHeader__label:nth-of-type(1) {
  width: 10%;
}
.ec-cartHeader .ec-cartHeader__label:nth-of-type(2) {
  width: 60%;
  text-align: center;
}
.ec-cartHeader .ec-cartHeader__label:nth-of-type(3) {
  width: 15%;
  text-align: center;
}
.ec-cartHeader .ec-cartHeader__label:nth-of-type(4) {
  width: 15%;
  text-align: right;
}

.ec-cartRow {
  display: table-row;
}
.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: 1px solid #c0c0c0;
  display: table-cell;
  width: 10%;
  padding: 20px 0 20px 15px;
  vertical-align: middle;
}
.ec-cartRow .ec-cartRow__contentColumn {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #c0c0c0;
}
.ec-cartRow .ec-cartRow__sutbtotalSP {
  display: none;
}
.ec-cartRow .ec-cartRow__img {
  display: inline-block;
  min-width: 80px;
  max-width: 100px;
  padding-right: 0;
}
.ec-cartRow .ec-cartRow__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ec-cartRow .ec-cartRow__summary {
  display: inline-block;
  width: calc(100% - 130px);
  margin-left: 20px;
  vertical-align: middle;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  margin-bottom: 5px;
  color: #325c3b;
  font-weight: 600;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
  color: #325c3b;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice {
  font-family: "Be Vietnam Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ec-cartRow .ec-cartRow__amountColumn {
  width: 15%;
  display: table-cell;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 28%;
  left: 50%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
  display: none;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
  display: table-cell;
  border-bottom: 1px solid #c0c0c0;
  text-align: right;
  width: 15%;
  vertical-align: middle;
}

.ec-cartRole__total {
  text-align: right;
}
.ec-cartRole__total .ec-cartRole__totalAmount {
  font-size: 21px;
  font-family: "Be Vietnam Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.ec-cartRole .ec-cartRole__actions {
  text-align: right;
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 1.42857142;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #325c3b;
  border-color: #325c3b;
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--cancel {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 1.42857142;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #303030;
  border-color: #303030;
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 810px) {
  .cart-wrap {
    padding: 70px 0;
  }
  .cart-wrap .sec-title {
    margin-bottom: 20px;
  }
  .cart-wrap hr {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .ec-cartRole__totalBox .ec-cartRole__total-text {
    letter-spacing: 0;
  }
  .ec-progress .ec-progress__number {
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    font-size: 12px;
    left: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
  }
  .ec-progress .ec-progress__item {
    font-size: 12px;
    letter-spacing: 0;
  }
  .ec-progress .ec-progress__item:after {
    content: "";
    position: absolute;
    display: block;
    background: #979797;
    width: 100%;
    height: 0.25em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em \9 ;
    z-index: -1;
  }
  .ec-progress .ec-progress__item:last-of-type::after {
    content: none;
  }
  .ec-progress .ec-progress .ec-progress__label {
    font-size: 12px;
  }
  .ec-progress .is-complete .ec-progress__number {
    background: #325c3b;
  }
  .ec-progress .is-complete .ec-progress__label {
    color: #325c3b;
  }
  .ec-cartTable {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .ec-cartHeader {
    display: none;
  }
  .ec-cartRow {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #c0c0c0;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 10px 0 10px;
    border-bottom: 1px dotted #c0c0c0;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    display: flex;
    align-items: center;
    width: 80%;
    padding: 10px 0;
    border-bottom: 1px dotted #c0c0c0;
  }
  .ec-cartRow .ec-cartRow__sutbtotalSP {
    display: none;
  }
  .ec-cartRow .ec-cartRow__img {
    min-width: 60px;
    max-width: 60px;
  }
  .ec-cartRow .ec-cartRow__summary {
    width: calc(100% - 75px);
    margin-left: 15px;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    border-bottom: none;
    text-align: right;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: none;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: block;
    margin-right: 15px;
  }
  .ec-cartRow .ec-cartRow__subtotalColumn {
    width: 100%;
    padding-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid #ccc;
  }
  .ec-cartRole .ec-cartRole__actions {
    max-width: 360px;
    margin-top: 20px;
  }
  .ec-cartRole .ec-cartRole__actions .ec-blockBtn--action {
    margin-top: 50px;
  }
}