@charset "UTF-8";
:root {
  --flex-list-col-num: 0;
  --flex-list-column-gap: 0;
  --filter-delivery-color: #0066A0;
  --filter-delivery-text-underline: #C2F9FE;
  --filter-delivery-bg01-color: #EFF6F7;
  --filter-delivery-bg02-color: #E4E4E4;
  --filter-delivery-bg03-color: #DDE1E5;
  --filter-delivery-inner-width: 1100px;
  --media-width: 750;
  --font-weight-w3: 300;
  --font-weight-w5: 500;
  --font-weight-w6: 600;
}

body {
  background-color: #F5F5F5;
}

.filter-delivery-content {
  background-color: var(--filter-delivery-bg02-color);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", "游ゴシック Medium", "游ゴシック", Meiryo, "MS Gothic", sans-serif;
}

.filter-delivery-inner {
  width: 100%;
  max-width: calc(var(--filter-delivery-inner-width) + 40px);
  padding: 0 20px;
  margin: auto;
}

@media (min-width: 751px) {
  .sp-show {
    display: none;
  }
}

@media (max-width: 750px) {
  .pc-show {
    display: none;
  }
}

.filter-delivery-title {
  font-size: clamp(20px, 8.4835px + 1.5015vw, 25px);
  line-height: 1.6;
  font-weight: var(--font-weight-w3);
  text-align: center;
}
.filter-delivery-title .h2 {
  font-size: 1.56em;
  font-weight: var(--font-weight-w5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .filter-delivery-title {
    font-size: min(24 / var(--media-width) * 100vw, 24px);
  }
}

.hero {
  position: relative;
  z-index: 3;
  aspect-ratio: 3840/1700;
  width: 100%;
}
.hero .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 100%;
}
.hero .txt {
  font-size: clamp(20px, -14.5495px + 4.5045vw, 35px);
}
.hero .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5142857143em;
}
.hero .ttl::before, .hero .ttl::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #fff;
}
.hero .con {
  background: linear-gradient(45deg, #1672E3 0%, #063877 100%);
  border-radius: 8px;
  padding: 0.5555555556em 0.8333333333em;
  position: relative;
  margin: 0.6944444444em auto;
}
.hero .con .big {
  font-size: 1.7222222222em;
  text-align: center;
  line-height: 1.2;
}
.hero .con .ico {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  max-width: 4.2857142857em;
}
.hero .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  width: 16.4477142857em;
  margin: auto;
}
.hero .price .payment {
  font-size: 0.9428571429em;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 2.5351515152em;
  aspect-ratio: 1;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.43);
}
.hero .price .number {
  font-size: 2.1714285714em;
  line-height: 1;
  position: relative;
}
.hero .price .number .num {
  font-size: 1.2236842105em;
}
.hero .price .number .tax {
  font-size: 0.3815789474em;
}
.hero .price .number sup {
  position: absolute;
  top: 0;
  font-size: 0.2105263158em;
  -webkit-transform: translate(0, 1.5em);
      -ms-transform: translate(0, 1.5em);
          transform: translate(0, 1.5em);
}
.hero .price .number small {
  font-size: 0.6842105263em;
}
.hero .price .note {
  width: 100%;
  font-size: 0.4571428571em;
  margin-top: 1em;
  text-align: right;
}
.hero .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 2.8em;
}
.hero .tag {
  font-size: 0.8857142857em;
  font-weight: var(--font-weight-w5);
  background-color: #fff;
  color: var(--filter-delivery-color);
  padding: 7px 20px;
  border-radius: 100em;
}
.hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.hero .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1100px) {
  .hero {
    aspect-ratio: initial;
  }
  .hero .box {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .hero {
    aspect-ratio: 1500/1900;
  }
  .hero .box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: min(60 / var(--media-width) * 100vw, 60px) min(20 / var(--media-width) * 100vw, 20px);
  }
  .hero .txt {
    font-size: min(28 / var(--media-width) * 100vw, 28px);
  }
  .hero .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25em;
  }
  .hero .con {
    margin-top: 1.5em;
    padding: 0.6em 1em;
  }
  .hero .con .big {
    font-size: 2em;
  }
  .hero .con .ico {
    -webkit-transform: translate(10%, -50%);
        -ms-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    max-width: 3.5em;
  }
  .hero .price {
    font-size: 1.25em;
    width: 100%;
  }
  .hero .price .note {
    font-size: 14px;
  }
  .hero .tags {
    margin-top: 1em;
    gap: 0.5em;
    font-size: 2em;
    font-size: 1.1em;
  }
  .hero .tag {
    padding: min(7 / var(--media-width) * 100vw, 7px) min(20 / var(--media-width) * 100vw, 20px);
  }
}

.section01 {
  background-color: var(--filter-delivery-bg01-color);
  padding: clamp(60px, -25.2222px + 11.1111vw, 97px) 0 clamp(60px, 2.4174px + 7.5075vw, 85px);
}
.section01 .title {
  font-size: clamp(20px, -26.0661px + 6.006vw, 40px);
  font-weight: var(--font-weight-w5);
  text-align: center;
  color: var(--filter-delivery-color);
}
.section01 .sub {
  margin: clamp(25px, -9.5495px + 4.5045vw, 40px) auto;
  text-align: center;
  font-size: clamp(16px, -9.3363px + 3.3033vw, 27px);
  font-weight: var(--font-weight-w5);
  line-height: 1.8;
}
.section01 .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  text-align: center;
  margin: 40px auto;
}
.section01 .flow .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(16px, -11.6396px + 3.6036vw, 28px);
  font-weight: var(--font-weight-w5);
  color: var(--filter-delivery-color);
  margin-top: 5px;
}
.section01 .bottom {
  text-align: center;
  margin-top: clamp(40px, 16.967px + 3.003vw, 50px);
}
.section01 .bottom .ttl {
  font-size: clamp(14px, -11.3363px + 3.3033vw, 25px);
  font-weight: var(--font-weight-w3);
}
.section01 .bottom .list {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, -49.0991px + 9.009vw, 50px);
     -moz-column-gap: clamp(20px, -49.0991px + 9.009vw, 50px);
          column-gap: clamp(20px, -49.0991px + 9.009vw, 50px);
  font-size: clamp(16px, -9.3363px + 3.3033vw, 27px);
  font-weight: var(--font-weight-w5);
}
.section01 .bottom .text-underline {
  -webkit-box-shadow: inset 0 -0.7em 0 var(--filter-delivery-text-underline);
          box-shadow: inset 0 -0.7em 0 var(--filter-delivery-text-underline);
}
.section01 .bottom .con {
  margin-top: clamp(20px, -14.5495px + 4.5045vw, 35px);
  font-size: clamp(14px, -11.3363px + 3.3033vw, 25px);
  font-weight: var(--font-weight-w3);
  text-align: center;
}
.section01 .bottom .note {
  font-size: clamp(12px, 2.7868px + 1.2012vw, 16px);
  font-weight: var(--font-weight-w3);
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section01 .flow .tt {
    font-size: clamp(12px, -14.3348px + 3.4335vw, 20px);
  }
  .section01 .bottom {
    text-align: left;
  }
  .section01 .bottom .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1em;
    margin: 15px auto;
  }
  .section01 .bottom .list .li {
    width: 100%;
  }
  .section01 .bottom .con {
    text-align: left;
  }
}

.section02 {
  padding: clamp(60px, -32.1321px + 12.012vw, 100px) 0 clamp(60px, 2.4174px + 7.5075vw, 85px);
}
.section02 .steps {
  margin-top: clamp(30px, -4.5495px + 4.5045vw, 45px);
}
.section02 .step {
  margin-top: 35px;
  background-color: #F0F2F4;
  padding: clamp(20px, 8.4835px + 1.5015vw, 25px) clamp(20px, -26.0661px + 6.006vw, 40px);
  border-radius: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section02 .step::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  display: block;
  border: 33px solid transparent;
  border-top: 20px solid #C2CAD8;
  border-bottom: 0;
}
.section02 .step:not(:last-child)::after {
  content: "";
}
.section02 .txt {
  width: calc(100% - 280px);
  font-size: clamp(16px, 6.7868px + 1.2012vw, 20px);
}
.section02 .number {
  display: inline-block;
  font-size: 1.5em;
  -webkit-box-shadow: inset 0 -0.7em 0 var(--filter-delivery-text-underline);
          box-shadow: inset 0 -0.7em 0 var(--filter-delivery-text-underline);
  padding: 0 0.5em;
  white-space: nowrap;
}
.section02 .num {
  font-size: 1.3333333333em;
  line-height: 1;
}
.section02 .ttl {
  margin: 15px 0;
  font-size: 1.65em;
  font-weight: var(--font-weight-w5);
  color: var(--filter-delivery-color);
}
.section02 .con {
  font-weight: var(--font-weight-w3);
}
.section02 .note {
  font-size: clamp(12px, 2.7868px + 1.2012vw, 16px);
}
.section02 .fig {
  width: 280px;
}
@media (max-width: 767px) {
  .section02 .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 10px;
  }
  .section02 .txt {
    width: 100%;
  }
  .section02 .number {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 4.2em;
    display: block;
    font-size: 1.2em;
  }
  .section02 .ttl {
    text-align: center;
    font-size: 1.2em;
  }
  .section02 .fig {
    width: 100%;
    max-width: 200px;
  }
}

.section03 {
  background-color: var(--filter-delivery-bg03-color);
  padding: clamp(60px, -32.1321px + 12.012vw, 100px) 0 clamp(60px, -124.2643px + 24.024vw, 140px);
  --filter-delivery-inner-width: 910px;
}
.section03 .point {
  margin-top: 40px;
}
.section03 .point .number {
  text-align: center;
  margin: auto;
  border-radius: 10px 10px 0 0;
  background-color: var(--filter-delivery-color);
  color: #fff;
  font-size: clamp(16px, -9.3363px + 3.3033vw, 27px);
  width: 100%;
  max-width: 7.1111111111em;
  padding: 5px;
}
.section03 .point .number .num {
  font-size: 1.1481481481em;
  line-height: 1;
}
.section03 .point .boxes {
  border: 1px solid var(--filter-delivery-color);
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(25px, 20.3934px + 0.6006vw, 27px) clamp(20px, 8.4835px + 1.5015vw, 25px);
}
.section03 .point .title {
  background-color: #CEE9F9;
  color: var(--filter-delivery-color);
  text-align: center;
  font-size: clamp(18px, -14.2462px + 4.2042vw, 32px);
  font-weight: var(--font-weight-w5);
  padding: 15px;
  line-height: 1.2;
}
.section03 .point .title small {
  font-size: 0.625em;
}
.section03 .point .title .size1 {
  font-size: 0.84375em;
}
.section03 .point .ttl {
  font-size: clamp(14px, -11.3363px + 3.3033vw, 25px);
  font-weight: var(--font-weight-w5);
  margin: clamp(20px, -3.033px + 3.003vw, 30px) auto;
  text-align: center;
}
.section03 .point .con {
  font-size: clamp(12px, -6.4264px + 2.4024vw, 20px);
  font-weight: var(--font-weight-w3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section03 .point .con02 {
  font-size: clamp(12px, -11.033px + 3.003vw, 22px);
}
.section03 .point .note {
  font-size: 0.8em;
}
.section03 .bottom {
  margin-top: clamp(60px, -101.2312px + 21.021vw, 130px);
}
.section03 .bottom .title {
  font-size: clamp(18px, -18.8529px + 4.8048vw, 34px);
  font-weight: var(--font-weight-w5);
  color: var(--filter-delivery-color);
  text-align: center;
  padding: clamp(10px, -1.5165px + 1.5015vw, 15px);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.section03 .bottom .box {
  margin: clamp(40px, -17.5826px + 7.5075vw, 65px) auto;
}
.section03 .bottom .note {
  font-size: clamp(16px, -11.6396px + 3.6036vw, 28px);
  font-weight: var(--font-weight-w3);
  text-align: center;
}
.section03 .text-underline {
  -webkit-box-shadow: inset 0 -0.7em 0 var(--filter-delivery-text-underline);
          box-shadow: inset 0 -0.7em 0 var(--filter-delivery-text-underline);
}
@media (max-width: 767px) {
  .section03 .point .con {
    display: block;
  }
  .section03 .bottom .title {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

.section04 {
  padding: clamp(60px, -32.1321px + 12.012vw, 100px) 0;
  --filter-delivery-inner-width: 910px;
}
.section04 .top {
  padding: 0 20px;
}
.section04 .sub {
  margin: clamp(40px, 16.967px + 3.003vw, 50px) auto 37.5px;
  font-size: clamp(16px, -4.7297px + 2.7027vw, 25px);
  text-align: center;
}
.section04 .sub .small01 {
  font-size: 0.92em;
}
.section04 .sub .small02 {
  font-size: 0.96em;
}
.section04 .top-note {
  font-size: 16px;
  text-align: center;
}
.section04 .top-note span {
  text-decoration: underline;
}
.section04 .item {
  padding: 60px 0;
}
.section04 .item .figs {
  --flex-list-column-gap: clamp(20px, -49.0991px + 9.009vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--flex-list-column-gap);
}
.section04 .item .fig {
  width: calc(50% - var(--flex-list-column-gap) / 2);
}
.section04 .item .dt {
  margin-top: clamp(20px, -49.0991px + 9.009vw, 50px);
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.section04 .item .dt .tt {
  padding-left: 15px;
  font-size: clamp(18px, -18.8529px + 4.8048vw, 34px);
  font-weight: var(--font-weight-w5);
}
.section04 .item .dt .tt small {
  font-size: 0.6857142857em;
}
.section04 .item .dt .ico {
  border-radius: 4px;
  background-color: var(--filter-delivery-color);
  width: clamp(30px, -9.1562px + 5.1051vw, 47px);
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
}
.section04 .item .dt .ico::before, .section04 .item .dt .ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57.4468085106%;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section04 .item .dt .ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.section04 .item .dt.active .ico::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section04 .item .dd {
  width: 100%;
  max-width: 650px;
  margin: auto;
  margin-top: 40px;
  font-size: clamp(14px, -4.4264px + 2.4024vw, 22px);
  display: none;
}
.section04 .item .dd .tt {
  margin-top: 10px;
}
.section04 .bottom {
  margin-top: clamp(60px, -101.2312px + 21.021vw, 130px);
}
.section04 .bottom .title {
  font-size: clamp(18px, -18.8529px + 4.8048vw, 34px);
  font-weight: var(--font-weight-w5);
  color: var(--filter-delivery-color);
  text-align: center;
  padding: clamp(10px, -1.5165px + 1.5015vw, 15px);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.section04 .bottom .box {
  margin: clamp(40px, -17.5826px + 7.5075vw, 65px) auto 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.section04 .bottom .ttl {
  background-color: var(--filter-delivery-color);
  color: #fff;
  font-size: clamp(18px, -14.2462px + 4.2042vw, 32px);
  font-weight: var(--font-weight-w5);
  padding: 13px;
  text-align: center;
}
.section04 .bottom .content {
  padding: clamp(25px, 20.3934px + 0.6006vw, 27px) clamp(20px, 3.8769px + 2.1021vw, 27px) clamp(30px, -11.4595px + 5.4054vw, 48px);
}
.section04 .bottom .content .fig {
  width: 100%;
  max-width: 408px;
  margin: auto;
  margin-top: 30px;
}
.section04 .bottom .col dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-size: clamp(14px, 4.7868px + 1.2012vw, 18px);
}
.section04 .bottom .col dt {
  font-weight: var(--font-weight-w6);
  width: 1.9444444444em;
  min-width: 1.9444444444em;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--filter-delivery-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section04 .bottom .col dd {
  font-size: clamp(16px, -4.7297px + 2.7027vw, 25px);
  font-weight: var(--font-weight-w3);
}
.section04 .bottom .tl {
  font-size: 1.2em;
  font-weight: var(--font-weight-w5);
  color: var(--filter-delivery-color);
}
.section04 .bottom .con {
  margin-top: 5px;
}
.section04 .bottom img {
  max-width: 100%;
}
.section04 .bottom .note {
  font-size: 16px;
  font-weight: var(--font-weight-w3);
  text-align: right;
  margin-top: 10px;
}
.section04 .bottom-boxes {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
@media (max-width: 767px) {
  .section04 .sub {
    margin: 40px auto 20px;
  }
  .section04 .top-note {
    font-size: 12px;
  }
  .section04 .item {
    padding: 0;
    margin: 60px auto;
  }
  .section04 .item .dt {
    padding-bottom: 10px;
  }
  .section04 .item .dt .tt {
    padding-left: 10px;
  }
  .section04 .item .dd {
    margin-top: 25px;
  }
  .section04 .bottom .title {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .section04 .bottom .note {
    font-size: 12px;
  }
  .section04 .bottom .content .fig {
    width: 80%;
    margin-top: 20px;
  }
}
.section05 {
  background-color: var(--filter-delivery-bg03-color);
  padding: clamp(60px, -32.1321px + 12.012vw, 100px) 0 clamp(60px, -124.2643px + 24.024vw, 140px);
  --filter-delivery-inner-width: 650px;
}
.section05 .top {
  padding: 0 20px;
}
.section05 .sub {
  font-size: clamp(16px, -4.7297px + 2.7027vw, 25px);
  text-align: center;
  margin-top: clamp(25px, 1.967px + 3.003vw, 35px);
}
.section05 .boxes01 {
  margin: clamp(40px, 28.4835px + 1.5015vw, 45px) auto;
}
.section05 .boxes01 .note {
  font-size: 16px;
}
.section05 .boxes01 table {
  font-size: 20px;
  margin-top: 6px;
  width: 100%;
}
.section05 .boxes01 td {
  border: 1px solid #707070;
  background-color: #DDE1E5;
  padding: 10px;
}
.section05 .boxes01 th {
  border: 1px solid #707070;
  background-color: #C7D1DD;
  padding: 10px;
}
.section05 .item {
  max-width: 100%;
  padding: 40px 20px 20px;
  position: relative;
  margin-top: clamp(25px, -12.5px + 7.5vw, 70px);
  background-color: #fff;
  font-size: 27px;
}
.section05 .item .fig {
  max-width: 148px;
}
.section05 .item .model {
  font-size: 1.1111111111em;
  font-weight: var(--font-weight-w5);
}
.section05 .item .info-sub {
  font-size: 0.8148148148em;
  font-weight: var(--font-weight-w5);
}
.section05 .item .tags {
  font-size: 0.8888888889em;
  font-weight: var(--font-weight-w5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4166666667em;
  margin-top: 1em;
}
.section05 .item .tag {
  padding: 2px 0.5em;
  border: 1px solid #707070;
}
.section05 .item .price {
  width: 100%;
  max-width: 570px;
  margin: auto;
  font-size: 0.7777777778em;
}
.section05 .item .price .val {
  font-size: 1.5384615385em;
  margin-left: 1em;
}
.section05 .item .price .symbol {
  font-size: 0.65em;
  font-weight: var(--font-weight-w5);
}
.section05 .item .price .num {
  font-size: 1.55em;
  font-weight: var(--font-weight-w5);
}
.section05 .item .price .tax {
  font-size: 0.5em;
}
.section05 .item .delivery {
  width: 478px;
  max-width: 100%;
  margin: 10px auto;
  font-size: 0.7407407407em;
  font-weight: var(--font-weight-w3);
}
.section05 .item .btn {
  margin: 0.6296296296em auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section05 .item .btn a {
  width: 478px;
  max-width: 100%;
  background-color: var(--filter-delivery-color);
  color: #fff;
  border-radius: 10em;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (pointer: fine) {
  .section05 .item .btn a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.section05 .item .btn svg {
  width: 0.4444444444em;
  aspect-ratio: 1/2;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section05 .item .more {
  text-align: center;
}
.section05 .item .more a {
  color: #707070;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (pointer: fine) {
  .section05 .item .more a:hover {
    color: var(--filter-delivery-color);
  }
}
.section05 .item-top {
  width: 100%;
  max-width: 570px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .section05 .boxes01 .note {
    font-size: 12px;
  }
  .section05 .boxes01 table {
    font-size: clamp(14px, 2.764px + 2.2472vw, 20px);
  }
  .section05 .boxes01 th {
    min-width: 11em;
    vertical-align: middle;
  }
  .section05 .item {
    font-size: clamp(14px, -10.3446px + 4.8689vw, 27px);
  }
  .section05 .item .fig {
    width: 22.7692307692%;
  }
  .section05 .item .price {
    font-size: 14px;
  }
  .section05 .item .delivery {
    width: 100%;
    max-width: 300px;
    font-size: 12px;
  }
  .section05 .item .btn a {
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 380px) {
  .section05 .item .price {
    font-size: 12px;
  }
  .section05 .item .price .val {
    margin-left: 0.5em;
  }
  .section05 .item .price .num {
    font-size: 1.25em;
  }
}

.section-contact {
  padding: clamp(60px, 25.4505px + 4.5045vw, 75px) 0 clamp(60px, -119.6577px + 23.4234vw, 138px);
}
.section-contact .boxes {
  border: 1px solid var(--filter-delivery-color);
  background-color: #fff;
  border-radius: clamp(20px, 1.5736px + 2.4024vw, 28px);
  padding: clamp(40px, -6.0661px + 6.006vw, 60px) 20px clamp(40px, 16.967px + 3.003vw, 50px);
  text-align: center;
}
.section-contact .title {
  font-size: calc(clamp(20px, 8.4835px + 1.5015vw, 25px) * 1.56);
  font-weight: var(--font-weight-w5);
  color: var(--filter-delivery-color);
}
.section-contact .sub {
  margin: clamp(25px, 13.4835px + 1.5015vw, 30px) auto;
  font-size: clamp(14px, -6.7297px + 2.7027vw, 23px);
  font-weight: var(--font-weight-w3);
}
.section-contact .ttl {
  font-size: clamp(16px, -11.6396px + 3.6036vw, 28px);
  font-weight: var(--font-weight-w5);
}
.section-contact .email {
  width: 100%;
  max-width: 770px;
  margin: auto;
  margin-top: 20px;
  border: 1px solid #4D9ECC;
  font-weight: var(--font-weight-w5);
}
.section-contact .email dt {
  font-size: clamp(16px, -11.6396px + 3.6036vw, 28px);
  background-color: #CEE9F9;
  color: var(--filter-delivery-color);
  padding: 5px;
}
.section-contact .email dd {
  font-size: clamp(14px, -11.3363px + 3.3033vw, 25px);
  padding: 20px;
}
.section-contact .email .mail {
  font-size: 1.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (pointer: fine) {
  .section-contact .email .mail:hover {
    text-decoration: underline;
  }
}
.section-contact .time {
  font-size: clamp(14px, -11.3363px + 3.3033vw, 25px);
  font-weight: var(--font-weight-w3);
  margin-top: 1.2em;
}
.section-contact .tel .num {
  font-size: 1.2em;
  font-weight: var(--font-weight-w5);
  line-height: 1;
}
.section-contact .data {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .section-contact .title {
    font-size: calc(min(24 / var(--media-width) * 100vw, 24px) * 1.56);
  }
  .section-contact .email .mail {
    font-size: 1.25em;
  }
}
@media (max-width: 380px) {
  .section-contact .email .mail {
    font-size: 1em;
  }
}