@charset "UTF-8";
.grid {
  display: grid;
}

.grid.col-2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media only screen and (max-width: 1079px) {
  .grid.sp-col-1 {
    grid-template-columns: 1fr;
    grid-gap: 30px !important;
  }
}

.gap-30 {
  grid-gap: 30px;
}

.gap-80 {
  grid-gap: 80px !important;
}

.woocommerce-error {
  margin-bottom: 30px;
  text-align: center;
  color: #f00;
}

.woocommerce-error a {
  text-decoration: underline;
  color: #f00;
}

@media only screen and (min-width: 1080px) {
  .woocommerce-error a:hover {
    text-decoration: none;
  }
}

.my-account {
  padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
  .my-account {
    padding-bottom: 10.25641vw;
  }
}

.woocommerce-MyAccount-navigation {
  display: flex;
  border-bottom: 1px solid #dddddd;
}

.woocommerce-MyAccount-navigation .menuItem a {
  padding: 15px 20px;
  font-size: 13px;
  display: block;
}

.woocommerce-MyAccount-navigation .menuItem:last-of-type {
  margin-left: auto;
}

.woocommerce-MyAccount-navigation .menuItem.is-active a {
  font-weight: bold;
  border-bottom: 4px solid #000;
}

@media only screen and (max-width: 1079px) {
  .woocommerce-MyAccount-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #ddd;
    border-top: none;
  }
  .woocommerce-MyAccount-navigation .menuItem a {
    padding: 15px 20px;
    font-size: 13px;
    display: block;
    border-top: 1px solid #ddd;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation .menuItem:nth-of-type(odd) {
    border-right: 1px solid #ddd;
  }
  .woocommerce-MyAccount-navigation .menuItem:nth-of-type(-n + 2) {
    border-top: none;
  }
  .woocommerce-MyAccount-navigation .menuItem:last-of-type {
    margin-left: 0;
    grid-column: 1 / span 2;
  }
  .woocommerce-MyAccount-navigation .menuItem.is-active a {
    font-weight: bold;
    border-bottom: none;
    background-color: #f5f5f5;
  }
}

#mypageMenu {
  margin-top: 65px;
}

#mypageContent {
  margin-top: 65px;
}

.listSection + .listSection {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .listSection + .listSection {
    margin-top: 23.07692vw;
  }
}

.listSection .listHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.listSection .listHeading h2 {
  font-size: 18px;
  font-family: "Marcellus", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .listSection .listHeading h2 {
    font-size: 4.61538vw;
  }
}

.listSection .listHeading .arrowLink {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .listSection .listHeading .arrowLink {
    font-size: 4.10256vw;
  }
}

.listSection.wishList .productsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 40px;
}

@media only screen and (max-width: 1079px) {
  .listSection.wishList .productsList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .listSection.wishList .productsList {
    grid-gap: 7.69231vw 5.12821vw;
  }
}

.listSection.wishList .productsList .product .imageWrap .image {
  height: 21.96193vw;
  max-height: 300px;
}

@media only screen and (max-width: 1079px) {
  .listSection.wishList .productsList .product .imageWrap .image {
    max-height: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .listSection.wishList .productsList .product .imageWrap .image {
    height: 55.76923vw;
  }
}

@media only screen and (max-width: 767px) {
  .listSection.wishList .productsList .product .imageWrap .image {
    height: 51.28205vw;
  }
}

.listSection.recentlyViewList .listHeading h2 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .listSection.recentlyViewList .listHeading h2 {
    font-size: 5.12821vw;
  }
}

.listSection.recentlyViewList .productsList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px 20px;
}

@media only screen and (max-width: 1079px) {
  .listSection.recentlyViewList .productsList {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .listSection.recentlyViewList .productsList {
    grid-gap: 7.69231vw 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .listSection.recentlyViewList .productsList .product:last-of-type {
    display: none;
  }
}

.listSection.recentlyViewList .productsList .product .imageWrap .image {
  height: 18.30161vw;
  max-height: 250px;
}

@media only screen and (max-width: 1079px) {
  .listSection.recentlyViewList .productsList .product .imageWrap .image {
    max-height: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .listSection.recentlyViewList .productsList .product .imageWrap .image {
    height: 37.17949vw;
  }
}

@media only screen and (max-width: 767px) {
  .listSection.recentlyViewList .productsList .product .imageWrap .image {
    height: 32.05128vw;
  }
}

.listSection.recentlyViewList .productsList .product .imageWrap .wishIcon {
  display: none;
}

.productsList .product .tagWrap {
  display: flex;
  flex-wrap: wrap;
}

.productsList .product .tagWrap .tag {
  margin: 0.5px 1px 0.5px 0;
  padding: 7px 10px 5px;
  font-size: 13px;
  font-family: "Marcellus", serif;
  background-color: #fff;
  border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .productsList .product .tagWrap .tag {
    margin: 0.38462vw 0.76923vw 0.38462vw 0;
    padding: 1.28205vw 2.05128vw 0.76923vw;
    font-size: 2.82051vw;
  }
}

.productsList .product .tagWrap .tag:last-of-type {
  margin-right: 0;
}

.productsList .product .imageWrap {
  position: relative;
}

.productsList .product .imageWrap .image {
  position: relative;
  width: 100%;
  height: 38vw;
  max-height: 520px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .productsList .product .imageWrap .image {
    height: 52.5641vw;
    max-height: none;
  }
}

.productsList .product .imageWrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.productsList .product .imageWrap .image img.thumbnail {
  display: block;
}

.productsList .product .imageWrap .image img.product {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.productsList .product .imageWrap .tagWrap {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .productsList .product .imageWrap .tagWrap {
    top: 2.5641vw;
    left: 2.5641vw;
  }
}

.productsList .product .imageWrap .wishIcon {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .productsList .product .imageWrap .wishIcon {
    top: 0;
    right: 0;
    padding: 3.8461538462vw;
  }
}

.productsList .product .imageWrap .wishIcon .icon {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .productsList .product .imageWrap .wishIcon .icon {
    width: 3.8461538462vw;
  }
}

.productsList .product .imageWrap .wishIcon .icon svg {
  width: 100%;
  height: auto;
}

.productsList .product .imageWrap .wishIcon.active .icon svg * {
  fill: #808080;
}

.productsList .product .infoWrap {
  margin-top: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .productsList .product .infoWrap {
    margin-top: 1.92308vw;
  }
}

@media only screen and (max-width: 767px) {
  .productsList .product .infoWrap {
    margin-top: 2.5641vw;
  }
}

.productsList .product .infoWrap .infoInner {
  display: block;
}

.productsList .product .infoWrap .infoInner * {
  font-family: "Marcellus", serif;
  letter-spacing: 0.08em;
}

.productsList .product .infoWrap .tagWrap {
  margin-bottom: 2.5641vw;
}

.productsList .product .infoWrap .productInfoWrap {
  display: block;
  width: 100%;
}

.productsList .product .infoWrap .productInfoWrap .productName,
.productsList .product .infoWrap .productInfoWrap .productColor {
  display: block;
  color: #383838;
}

@media only screen and (max-width: 767px) {
  .productsList .product .infoWrap .productInfoWrap .productName,
  .productsList .product .infoWrap .productInfoWrap .productColor {
    display: block;
    color: #000;
  }
}

.productsList .product .infoWrap .productInfoWrap .productName {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .productsList .product .infoWrap .productInfoWrap .productName {
    font-size: 3.84615vw;
  }
}

.productsList .product .infoWrap .productInfoWrap .productColor {
  margin-top: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .productsList .product .infoWrap .productInfoWrap .productColor {
    margin-top: 2.5641vw;
    font-size: 2.82051vw;
  }
}

.productsList .product .infoWrap .productInfoWrap .productPrice {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .productsList .product .infoWrap .productInfoWrap .productPrice {
    margin-top: 3.84615vw;
    font-size: 2.82051vw;
    color: #808080;
  }
}

.orderListList {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 35px 40px;
}

@media only screen and (max-width: 767px) {
  .orderListList {
    padding: 8.97436vw 10.25641vw;
    display: block;
  }
}

.orderListList .table {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .orderListList .table {
    display: flex;
  }
}

.orderListList .table .tr {
  display: table-row;
}

@media only screen and (max-width: 767px) {
  .orderListList .table .tr {
    display: block;
  }
}

.orderListList .table .tr > div {
  border-bottom: 1px solid #ddd;
  display: table-cell;
  font-weight: normal;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .orderListList .table .tr > div {
    display: block;
  }
}

.orderListList .table .tr.tr_h > div {
  font-weight: bold;
  padding: 0px 0 20px;
}

.orderListList .table.item_single .tr > div {
  border-bottom: none;
  padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .orderListList .table.item_single .tr > div:first-of-type {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .orderListList .table.item_single .tr.tr_h {
    width: 30%;
  }
}

.orderListList .table.item_single .tr.tr_h > div {
  padding: 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .orderListList .table.item_single .tr.tr_h > div {
    padding: 20px 0 0;
  }
  .orderListList .table.item_single .tr.tr_h > div:first-of-type {
    padding-top: 0;
  }
}

.orderListList .table .grid {
  margin-top: 20px;
}

.orderListList .action {
  display: flex;
  text-align: right;
}

.orderListList .action a {
  display: inline-block;
  padding: 14px 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  white-space: nowrap;
}

.orderListList .action a + a {
  margin-left: 4px;
}

.not_order {
  padding: 20px 0 80px;
  place-content: center;
  grid-gap: 20px;
  text-align: center;
}

.not_order a {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #000;
}

.not_order a:hover {
  background-color: #000;
  color: #fff;
}

.addressWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.addressWrap .addressArea {
  background-color: #f5f5f5;
  padding: 35px 40px;
}

.addressWrap .addressArea header {
  font-size: 18px;
  font-weight: bold;
}

.addressWrap .addressArea address {
  margin-top: 30px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  display: grid;
  grid-gap: 10px;
}

.addressWrap .addressArea address dl {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.addressWrap .addressArea .actionLink {
  margin-top: 30px;
}

.addressWrap .addressArea .actionLink > a {
  color: #70a0b9;
}

.address_title {
  margin-bottom: 30px;
}

.woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-gap: 20px;
}

.woocommerce-address-fields__field-wrapper > p {
  display: grid;
  grid-gap: 5px;
}

.woocommerce-address-fields__field-wrapper > p label {
  width: 100%;
}

.woocommerce-address-fields__field-wrapper > p label .required {
  color: #f00;
}

.woocommerce-address-fields__field-wrapper > p span {
  width: 100%;
}

.woocommerce-address-fields__field-wrapper > p span > input {
  width: 100%;
  font-size: 14px;
  padding: 5px;
}

.actionBtn {
  margin-top: 20px;
}

.actionBtn button {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: transparent;
  padding: 10px 20px;
}

.form-parts {
  display: grid;
  grid-gap: 10px;
}

.form-parts label {
  font-size: 12px;
}

.form-parts input {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 17px 0;
  box-sizing: border-box;
  width: 100%;
}

.form-parts input ::placeholder {
  color: #808080;
}

.formWrapper {
  background-color: #f5f5f5;
  padding: 35px 40px;
}

.formWrapper .password {
  margin-top: 30px;
}

.formWrapper .password .legend {
  grid-column: 1 / 3;
}

.accountSaveBtn {
  text-align: center;
  margin-top: 30px;
}

.accountSaveBtn button {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #000;
  color: #fff;
  padding: 20px 80px;
  text-align: center;
}

.accountSaveBtn.w-max button {
  width: 100%;
}

.login_inner {
  padding: 80px 0;
}

#customer_login .loginWrapper {
  background-color: #f5f5f5;
  padding: 35px 40px;
}

.forget_check {
  margin-top: 25px;
}

.woocommerce-LostPassword {
  text-align: center;
  margin-top: 30px;
}

.woocommerce-LostPassword a {
  color: #70a0b9;
}

.register_message .send_free {
  display: inline-block;
  background-color: #d6dee2;
  padding: 10px 13px;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.register_message h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
}

.register_message p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.2;
}

.woocommerce-form-register {
  margin-top: 30px;
}

.woocommerce-form-register .woocommerce-form-register__submit {
  margin-top: 30px;
  -webkit-appearance: none;
  border: 1px solid #707070;
  background-color: #fff;
  color: #1a1a1a;
  padding: 10px 10px;
  text-align: center;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 10px;
  color: #808080;
}

.contentTitleWrap {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .login_inner {
    padding-top: 40px;
  }
  .contentTitleWrap {
    margin-bottom: 7.69231vw;
  }
  .form-parts {
    grid-gap: 0;
  }
  .form-parts input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .forget_check {
    margin-top: 20px;
  }
  .accountSaveBtn {
    margin-top: 20px;
  }
  .accountSaveBtn.w-max button {
    width: 60%;
    padding: 10px;
  }
  .woocommerce-LostPassword {
    margin-top: 20px;
  }
}

.contentTitleWrap .title {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .contentTitleWrap .title {
    font-size: 4.61538vw;
  }
}

.contentTitleWrap .title.enTitle {
  font-family: "Marcellus", serif;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.historyProductListWrap .productsList,
.wishProductListWrap .productsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 70px 40px;
}

@media only screen and (max-width: 1079px) {
  .historyProductListWrap .productsList,
  .wishProductListWrap .productsList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList,
  .wishProductListWrap .productsList {
    grid-gap: 12.82051vw 5.12821vw;
  }
}

.historyProductListWrap .productsList .product .imageWrap .image,
.wishProductListWrap .productsList .product .imageWrap .image {
  height: 21.96193vw;
  max-height: 300px;
}

@media only screen and (max-width: 1079px) {
  .historyProductListWrap .productsList .product .imageWrap .image,
  .wishProductListWrap .productsList .product .imageWrap .image {
    max-height: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .historyProductListWrap .productsList .product .imageWrap .image,
  .wishProductListWrap .productsList .product .imageWrap .image {
    height: 55.76923vw;
  }
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product .imageWrap .image,
  .wishProductListWrap .productsList .product .imageWrap .image {
    height: 51.28205vw;
  }
}

.historyProductListWrap .productsList .product .imageWrap .shareBtnWrap,
.wishProductListWrap .productsList .product .imageWrap .shareBtnWrap {
  position: absolute;
  top: 15px;
  right: 45px;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product .imageWrap .shareBtnWrap,
  .wishProductListWrap .productsList .product .imageWrap .shareBtnWrap {
    top: 3.84615vw;
    right: 10.25641vw;
  }
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product .imageWrap .shareBtnWrap .shareBtn .icon,
  .wishProductListWrap .productsList .product .imageWrap .shareBtnWrap .shareBtn .icon {
    width: 3.07692vw;
  }
}

.historyProductListWrap .productsList .product form,
.wishProductListWrap .productsList .product form {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form,
  .wishProductListWrap .productsList .product form {
    margin-top: 6.41026vw;
  }
}

.historyProductListWrap .productsList .product form .selectWrap,
.wishProductListWrap .productsList .product form .selectWrap {
  position: relative;
}

.historyProductListWrap .productsList .product form .selectTitle,
.wishProductListWrap .productsList .product form .selectTitle {
  position: relative;
  appearance: none;
  width: 50%;
  font-size: 12px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #000;
  border: none;
  outline: none;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .selectTitle,
  .wishProductListWrap .productsList .product form .selectTitle {
    width: 60%;
    font-size: 3.07692vw;
  }
}

.historyProductListWrap .productsList .product form .selectTitle::before,
.wishProductListWrap .productsList .product form .selectTitle::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .selectTitle::before,
  .wishProductListWrap .productsList .product form .selectTitle::before {
    width: 1.53846vw;
    height: 1.53846vw;
  }
}

.historyProductListWrap .productsList .product form .selectTitle a,
.wishProductListWrap .productsList .product form .selectTitle a {
  display: block;
  width: 100%;
}

.historyProductListWrap .productsList .product form .sizeSelector,
.wishProductListWrap .productsList .product form .sizeSelector {
  z-index: 5;
  position: absolute;
  top: 15px;
  left: 0;
  margin-top: 10px;
  padding: 15px;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.historyProductListWrap .productsList .product form .sizeSelector .js-sizeSelector,
.wishProductListWrap .productsList .product form .sizeSelector .js-sizeSelector {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.historyProductListWrap .productsList .product form .sizeSelector .js-sizeSelector:first-of-type,
.wishProductListWrap .productsList .product form .sizeSelector .js-sizeSelector:first-of-type {
  margin-top: 0;
}

.historyProductListWrap .productsList .product form .sizeSelector .js-sizeSelector > span:nth-of-type(2),
.wishProductListWrap .productsList .product form .sizeSelector .js-sizeSelector > span:nth-of-type(2) {
  color: #666;
  font-size: 12px;
}

.historyProductListWrap .productsList .product form .sizeSelector .js-sizeSelector.stockOut > span:first-of-type,
.wishProductListWrap .productsList .product form .sizeSelector .js-sizeSelector.stockOut > span:first-of-type {
  text-decoration: line-through;
}

.historyProductListWrap .productsList .product form .btnWrap,
.wishProductListWrap .productsList .product form .btnWrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .btnWrap,
  .wishProductListWrap .productsList .product form .btnWrap {
    margin-top: 2.5641vw;
  }
}

.historyProductListWrap .productsList .product form .btnWrap .btn,
.wishProductListWrap .productsList .product form .btnWrap .btn {
  padding: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .btnWrap .btn,
  .wishProductListWrap .productsList .product form .btnWrap .btn {
    padding: 2.5641vw;
  }
}

.historyProductListWrap .productsList .product form .btnWrap .btn .text,
.wishProductListWrap .productsList .product form .btnWrap .btn .text {
  font-size: 12px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .btnWrap .btn .text,
  .wishProductListWrap .productsList .product form .btnWrap .btn .text {
    font-size: 2.5641vw;
  }
}

@media only screen and (min-width: 1080px) {
  .historyProductListWrap .productsList .product form .btnWrap .btn-black:hover .icon,
  .wishProductListWrap .productsList .product form .btnWrap .btn-black:hover .icon {
    background-color: #000;
  }
}

.historyProductListWrap .productsList .product form .btnWrap .btn-black .icon,
.wishProductListWrap .productsList .product form .btnWrap .btn-black .icon {
  width: 15px;
  height: 15px;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21"><defs></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><path class="cls-1" d="M10,1a6,6,0,0,1,6,6h2V0H2V7H4A6,6,0,0,1,10,1Z" style="fill:none" /><polygon class="cls-1" points="18 8 2 8 2 8.04 1 20 19 20 18 8.04 18 8" style="fill:none" /><path class="cls-2" d="M19,8a1,1,0,0,0-1-1H2A1,1,0,0,0,1,8L0,20a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1ZM1,20,2,8V8H18V8l1,12Z" style="fill:fff"/><path class="cls-1" d="M10,2A5,5,0,0,0,5,7H15A5,5,0,0,0,10,2Z" style="fill:none"/><path class="cls-2" d="M10,1A6,6,0,0,0,4,7H5A5,5,0,0,1,15,7h1A6,6,0,0,0,10,1Z" style="fill:fff" /></g></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21"><defs></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><path class="cls-1" d="M10,1a6,6,0,0,1,6,6h2V0H2V7H4A6,6,0,0,1,10,1Z" style="fill:none" /><polygon class="cls-1" points="18 8 2 8 2 8.04 1 20 19 20 18 8.04 18 8" style="fill:none" /><path class="cls-2" d="M19,8a1,1,0,0,0-1-1H2A1,1,0,0,0,1,8L0,20a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1ZM1,20,2,8V8H18V8l1,12Z" style="fill:fff"/><path class="cls-1" d="M10,2A5,5,0,0,0,5,7H15A5,5,0,0,0,10,2Z" style="fill:none"/><path class="cls-2" d="M10,1A6,6,0,0,0,4,7H5A5,5,0,0,1,15,7h1A6,6,0,0,0,10,1Z" style="fill:fff" /></g></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .btnWrap .btn-black .icon,
  .wishProductListWrap .productsList .product form .btnWrap .btn-black .icon {
    width: 3.84615vw;
    height: 3.84615vw;
  }
}

@media only screen and (min-width: 1080px) {
  .historyProductListWrap .productsList .product form .btnWrap .btn-white:hover .icon,
  .wishProductListWrap .productsList .product form .btnWrap .btn-white:hover .icon {
    background-color: #fff;
  }
}

.historyProductListWrap .productsList .product form .btnWrap .btn-white .icon,
.wishProductListWrap .productsList .product form .btnWrap .btn-white .icon {
  flex: none;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 16.38"><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><g id="mail-outline"><path d="M18.58,16.38H2.42A2.42,2.42,0,0,1,0,14V2.42A2.43,2.43,0,0,1,2.42,0H18.58A2.43,2.43,0,0,1,21,2.42V14A2.42,2.42,0,0,1,18.58,16.38ZM2.42,1A1.43,1.43,0,0,0,1,2.42V14a1.42,1.42,0,0,0,1.42,1.42H18.58A1.42,1.42,0,0,0,20,14V2.42A1.43,1.43,0,0,0,18.58,1Z"/><path d="M10.5,9.46a.5.5,0,0,1-.31-.1L3.27,4a.5.5,0,0,1,.61-.79L10.5,8.33l6.62-5.15a.5.5,0,1,1,.61.79L10.81,9.36A.5.5,0,0,1,10.5,9.46Z"/></g></g></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 16.38"><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><g id="mail-outline"><path d="M18.58,16.38H2.42A2.42,2.42,0,0,1,0,14V2.42A2.43,2.43,0,0,1,2.42,0H18.58A2.43,2.43,0,0,1,21,2.42V14A2.42,2.42,0,0,1,18.58,16.38ZM2.42,1A1.43,1.43,0,0,0,1,2.42V14a1.42,1.42,0,0,0,1.42,1.42H18.58A1.42,1.42,0,0,0,20,14V2.42A1.43,1.43,0,0,0,18.58,1Z"/><path d="M10.5,9.46a.5.5,0,0,1-.31-.1L3.27,4a.5.5,0,0,1,.61-.79L10.5,8.33l6.62-5.15a.5.5,0,1,1,.61.79L10.81,9.36A.5.5,0,0,1,10.5,9.46Z"/></g></g></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: #000;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
  .historyProductListWrap .productsList .product form .btnWrap .btn-white .icon,
  .wishProductListWrap .productsList .product form .btnWrap .btn-white .icon {
    width: 3.84615vw;
    height: 3.84615vw;
  }
}

.orderInfoWrap.flexWrap {
  align-items: flex-start;
  justify-content: space-between;
}

.orderInfoWrap .bgWrap.infoWrap {
  padding: 40px;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .orderInfoWrap .bgWrap.infoWrap {
    padding: 7.69231vw 5%;
    width: 100%;
  }
}

.orderInfoWrap .bgWrap.priceInfoWrap {
  padding: 30px;
  width: 24.5%;
}

@media only screen and (max-width: 767px) {
  .orderInfoWrap .bgWrap.priceInfoWrap {
    margin-top: 5.12821vw;
    padding: 5.12821vw 5%;
    width: 100%;
  }
}

.orderInfoWrap .bgWrap dl {
  display: flex;
}

.orderInfoWrap .infoWrap dl.oneColumn {
  display: block;
}

.orderInfoWrap .infoWrap dl * {
  font-size: 15px;
  line-height: 2.3;
}

.orderInfoWrap .infoWrap dl dt {
  margin-right: 0.5em;
}

.orderInfoWrap .priceInfoWrap dl {
  margin-top: 20px;
  justify-content: space-between;
}

.orderInfoWrap .priceInfoWrap dl:first-of-type {
  margin-top: 0;
}

.orderInfoWrap .priceInfoWrap dl * {
  font-weight: bold;
}

.orderInfoWrap .priceInfoWrap dl dt {
  font-size: 14px;
}

.orderInfoWrap .priceInfoWrap dl dd {
  font-size: 16px;
  text-align: right;
}

.orderInfoWrap .priceInfoWrap dl.total {
  margin-top: 30px;
}

.orderInfoWrap .priceInfoWrap dl.total dt,
.orderInfoWrap .priceInfoWrap dl.total dd {
  font-size: 20px;
}

.orderContentWrap {
  margin-top: 40px;
}

.orderProductsListWrap .productsList {
  display: flex;
  flex-wrap: wrap;
}

.orderProductsListWrap .productsList .product {
  margin-top: 50px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product {
    margin-top: 5.12821vw;
    width: 100%;
  }
}

.orderProductsListWrap .productsList .product:nth-of-type(-n + 2) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product:nth-of-type(2) {
    margin-top: 5.12821vw;
  }
}

.orderProductsListWrap .productsList .product a {
  display: flex;
  align-items: center;
}

.orderProductsListWrap .productsList .product .imageWrap {
  flex: none;
  position: relative;
}

.orderProductsListWrap .productsList .product .imageWrap .image {
  position: relative;
  width: 120px;
  height: 150px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .imageWrap .image {
    width: 30.76923vw;
    height: 38.46154vw;
  }
}

.orderProductsListWrap .productsList .product .imageWrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orderProductsListWrap .productsList .product .imageWrap .image img.thumbnail {
  display: block;
}

.orderProductsListWrap .productsList .product .imageWrap .image img.product {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.orderProductsListWrap .productsList .product .infoWrap {
  margin-left: 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .orderProductsListWrap .productsList .product .infoWrap {
    margin-left: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .infoWrap {
    margin-left: 5.12821vw;
  }
}

.orderProductsListWrap .productsList .product .infoWrap .infoInner {
  display: block;
}

.orderProductsListWrap .productsList .product .infoWrap .tagWrap {
  margin-bottom: 2.5641vw;
}

.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap {
  display: block;
  width: 100%;
}

.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productName,
.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
  display: block;
  font-family: "Marcellus", serif;
  letter-spacing: 0.08em;
  color: #383838;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productName,
  .orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
    display: block;
    color: #000;
  }
}

.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productName {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productName {
    font-size: 4.61538vw;
  }
}

.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
    margin-top: 2.5641vw;
    font-size: 3.58974vw;
  }
}

.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .infoText {
  margin-top: 10px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .infoText {
    margin-top: 2.5641vw;
    font-size: 3.33333vw;
    color: #808080;
  }
}

.orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .infoText.productNum {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .orderProductsListWrap .productsList .product .infoWrap .productInfoWrap .infoText.productNum {
    margin-top: 3.84615vw;
  }
}

.orderProductsListWrap .productsList .product .infoWrap {
  margin-top: 0;
}

.woocommerce-message {
  margin-bottom: 10px;
}

.resetFormWrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .resetFormWrap {
    margin-top: 5.12821vw;
  }
}

.resetFormWrap .woocommerce-error {
  margin-top: 60px;
}

.resetFormWrap form > p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #808080;
}

.resetFormWrap .bgWrap {
  margin: 40px auto 0;
  padding: 40px;
  max-width: 550px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .resetFormWrap .bgWrap {
    width: 100%;
    max-width: none;
  }
}

.resetFormWrap .bgWrap .form-row + .form-row {
  margin-top: 40px;
}

.resetFormWrap .bgWrap .form-row label {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.resetFormWrap .bgWrap .form-row input {
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  -webkit-appearance: none;
  padding-bottom: 15px;
  box-sizing: border-box;
  width: 100%;
}

.resetFormWrap .bgWrap .woocommerce-password-strength,
.resetFormWrap .bgWrap small {
  font-size: 14px;
  line-height: 1.4;
}

.resetFormWrap .bgWrap .woocommerce-password-strength {
  margin-top: 15px;
}

.resetFormWrap .bgWrap small {
  margin-top: 10px;
  display: inline-block;
}

.resetFormWrap .bgWrap .btn {
  margin-top: 30px;
  width: 100%;
}

.resetFormWrap .textWrap {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  color: #808080;
}

.resetFormWrap .textWrap + .btnWrap {
  margin-top: 50px;
}

.resetFormWrap .textWrap + .btnWrap .btn {
  margin: 0 auto;
  max-width: 280px;
}

@media only screen and (max-width: 767px) {
  .resetFormWrap .textWrap + .btnWrap .btn {
    width: 71.79487vw;
  }
}
