@charset "UTF-8";
/* =========================================================
tax free
========================================================= */
.page-taxfree .c-ttl02__type01 {
  margin: 0 auto 32px;
}

.taxfree-txt01 {
  font-size: 14px;
  line-height: 1.5;
}

.taxfree-txt02 {
  font-size: 12px;
  line-height: 1.5;
}

.taxfree-list01 > * {
  padding: 0 0 0 1em;
  position: relative;
}

.taxfree-list01 > *::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------
lead
------------------------------------------*/
.taxfree-lead {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #F7F7F7;
}

.taxfree-lead__txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.taxfree-lead__nav {
  margin: 24px auto 0;
}

.taxfree-lead__list {
  display: grid;
  grid-gap: 16px;
}

@media (min-width: 769px) {
  .taxfree-lead__list {
    grid-gap: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .taxfree-lead__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .taxfree-lead__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.taxfree-lead__item a {
  height: 37px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.taxfree-lead__item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

/*------------------------------------------
customer
------------------------------------------*/
.taxfree-customer {
  padding-top: 64px;
  padding-bottom: 40px;
}

.taxfree-customer__list {
  display: grid;
}

@media (max-width: 768px) {
  .taxfree-customer__list {
    grid-gap: 16px;
  }
}
@media (min-width: 769px) {
  .taxfree-customer__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
.taxfree-customer__item {
  border: 1px solid #000;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .taxfree-customer__item {
    padding: 13px 16px 13px 24px;
    gap: 6px;
  }
}
@media (min-width: 769px) {
  .taxfree-customer__item {
    padding: 16px clamp(10px, 2.7818448023vw, 38px) 16px clamp(10px, 4.6852122987vw, 64px);
    gap: 14px;
  }
}
.taxfree-customer__item .txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

@media (max-width: 768px) {
  .taxfree-customer__item .txt {
    width: 35.7333333333vw;
  }
}
@media (min-width: 769px) {
  .taxfree-customer__item .txt {
    width: 162px;
  }
}
.taxfree-customer__item .txt .small {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.taxfree-customer__item .img {
  flex: 1;
}

.taxfree-customer__note {
  margin: 24px auto 0;
}

.taxfree-customer__note > * + * {
  margin: 8px auto 0;
}

.taxfree-customer__note .taxfree-list01 {
  counter-reset: number 0;
}

.taxfree-customer__note .taxfree-list01 > * {
  padding-left: 2em;
}

.taxfree-customer__note .taxfree-list01 > *::before {
  content: "※" counter(number);
  counter-increment: number 1;
}

.taxfree-customer__note a {
  text-decoration: underline;
}

.taxfree-customer__note a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0.3em;
  background: url(../images/common/ico_external.svg) no-repeat center/contain;
  vertical-align: text-bottom;
}

/*------------------------------------------
target
------------------------------------------*/
.taxfree-target {
  padding-top: 64px;
  padding-bottom: 40px;
}

.taxfree-target__txt01 {
  font-weight: 500;
}

.taxfree-target__list {
  margin: 24px auto 0;
  display: grid;
}

@media (max-width: 768px) {
  .taxfree-target__list {
    grid-gap: 8px;
  }
}
@media (min-width: 769px) {
  .taxfree-target__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.taxfree-target__item {
  padding: 24px;
  background: #F7F7F7;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 16px;
}

.taxfree-target__item .head {
  padding: 0 0 16px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: 700;
}

.taxfree-target__item .taxfree-txt02 {
  text-align: center;
}

/*------------------------------------------
shop
------------------------------------------*/
.taxfree-shop {
  padding-top: 64px;
  padding-bottom: 40px;
}

.taxfree-shop__nav {
  margin: 24px auto 0;
  display: grid;
}

@media (max-width: 768px) {
  .taxfree-shop__nav {
    grid-gap: 8px;
  }
}
@media (min-width: 769px) {
  .taxfree-shop__nav {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
.taxfree-shop__btn a {
  height: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.taxfree-shop__btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.taxfree-shop__btn .small {
  font-size: 12px;
}

.taxfree-shop-box01 {
  margin: 64px auto 0;
}

.taxfree-shop-box01__ttl {
  padding: 8px;
  background: #F7F7F7;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.taxfree-shop-box01__wrap {
  margin: 24px auto 0;
}

@media (min-width: 769px) {
  .taxfree-shop-box01__wrap {
    display: flex;
    gap: clamp(10px, 2.9282576867vw, 40px);
  }
}
@media (max-width: 768px) {
  .taxfree-shop-box01__wrap > * + * {
    margin: 16px auto 0;
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box01__img {
    width: 37.7%;
    padding: 0 clamp(10px, 2.9282576867vw, 40px) 0 0;
    border-right: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box01__detail {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.taxfree-shop-box01__detail > * + * {
  margin: 24px 0 0;
}

.taxfree-shop-box01__detail .txt01 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.taxfree-shop-box01__detail .small {
  font-size: 12px;
  font-weight: 400;
}

.taxfree-shop-box02 {
  margin: 64px auto 0;
}

@media (min-width: 769px) {
  .taxfree-shop-box02 {
    padding: clamp(10px, 4.6852122987vw, 64px);
  }
}
.taxfree-shop-box02 > * + * {
  margin: 24px 0 0;
}

.taxfree-shop-box02__ttl {
  padding: 0 0 0 16px;
  border-left: 2px solid #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.taxfree-shop-box02__txt01 {
  font-weight: 500;
}

.taxfree-shop-box02__list01 {
  display: grid;
}

@media (max-width: 768px) {
  .taxfree-shop-box02__list01 {
    grid-gap: 16px;
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box02__list01 {
    grid-template-columns: repeat(3, clamp(10px, 100%, 280px));
    grid-gap: 24px;
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box02__list01 .c-btn01__type03 {
    width: clamp(10px, 100%, 280px);
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box02__list01 .c-btn01__type03:nth-child(5), .taxfree-shop-box02__list01 .c-btn01__type03:nth-child(7) {
    grid-column: span 2;
  }
}
.taxfree-shop-box02__list01 .c-btn01__type03 a {
  height: 48px;
  font-size: 13px;
}

.taxfree-shop-box02__list01 .c-btn01__type03 a::before {
  width: 8px;
  height: 8px;
}

.taxfree-shop-box02__list02 {
  display: grid;
  grid-gap: 24px;
  counter-reset: number 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .taxfree-shop-box02__list02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .taxfree-shop-box02__list02 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.taxfree-shop-box02__list02 .item {
  padding: 24px;
  border: 1px solid #000;
  position: relative;
}

.taxfree-shop-box02__list02 .item::before {
  content: counter(number);
  counter-increment: number 1;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.taxfree-shop-box02__list02 .img {
  max-width: 159px;
  margin: 0 auto;
}

.taxfree-shop-box02__list02 .txt {
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.taxfree-shop-box02__list03 {
  display: grid;
}

@media (max-width: 768px) {
  .taxfree-shop-box02__list03 {
    grid-gap: 16px;
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box02__list03 {
    grid-template-columns: repeat(3, clamp(10px, 100%, 280px));
    grid-gap: 24px;
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box02__list03 .c-btn01__type03 {
    width: clamp(10px, 100%, 280px);
  }
}
@media (min-width: 769px) {
  .taxfree-shop-box02__list03 .c-btn01__type03:nth-child(5), .taxfree-shop-box02__list03 .c-btn01__type03:nth-child(7) {
    grid-column: span 2;
  }
}
.taxfree-shop-box02__list03 .c-btn01__type03 a {
  height: 64px;
  font-size: 14px;
}

.taxfree-shop-box02__list03 .c-btn01__type03 a::before {
  width: 8px;
  height: 8px;
}

/*------------------------------------------
lead
------------------------------------------*/
.taxfree-payment {
  padding-top: 40px;
  padding-bottom: 120px;
}

.taxfree-payment__box01 {
  max-width: 504px;
  margin: 0 auto;
}

.taxfree-payment__box01 + .taxfree-payment__box01 {
  margin: 40px auto 0;
}

.taxfree-payment__box01 .head {
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.taxfree-payment__box01 .taxfree-txt01 {
  margin: 16px auto 0;
  font-weight: 500;
}