@charset "utf-8";

:root {
  --margin-top: 0px;
  --margin-bottom: 0px;
}
.eb {
  font-family: "EB Garamond", serif;
}
.notoeb {
  font-family: YakuHanMP, "EB Garamond", "Noto Serif JP", serif;
}
.medium {
  font-weight: 500;
}



.snowpeak-kv {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #042517;
}
.snowpeak-kv__photo {
  z-index: 1;
}
.snowpeak-kv__desc {
  position: relative;
  z-index: 2;
  min-height: calc(1020 / 1920 * (var(--window-half-width) * 2));
  margin-top: calc(1020 / 1920 * (var(--window-half-width) * -2));
  grid-template:
    ". . ." max(280px, calc(350 / 1920 * (var(--window-half-width) * 2)))
    ". heading ." auto
    ". . ." calc(120 / 1920 * (var(--window-half-width) * 2))
    ". copy ." auto
    ". . ." calc(130 / 1920 * (var(--window-half-width) * 2))
    / max(2.5%, calc(var(--window-half-width) - 680px)) minmax(0, 1fr) max(10%, calc(var(--window-half-width) - 680px));
  align-items: start;
}
.snowpeak-kv__heading {
  grid-area: heading;
  font-size: clamp(30px, calc(50 / 1200 * 100vw), 50px);
  line-height: 1.48;
  margin-block: calc((1.48 - 1) / 2 * -1em);
}
.snowpeak-kv__heading sup {
  font-size: 50%;
  vertical-align: super;
}
.snowpeak-kv__heading .cross {
  font-family: "Noto Serif JP", serif;
  padding-right: .05em;
}
.snowpeak-kv__heading em {
  font-size: 125%;
  font-style: normal;
  font-weight: 400;
}
.snowpeak-kv__copy {
  grid-area: copy;
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  line-height: 3;
  margin-block: calc((3 - 1) / 2 * -1em);
}
@media screen and (max-width: 480px){
  .snowpeak-kv__desc {
    min-height: calc(460 / 380 * (var(--window-half-width) * 2));
    margin-top: calc(460 / 380 * (var(--window-half-width) * -2));
    grid-template-rows: 150px auto 210px auto 120px;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
  }
  .snowpeak-kv__heading {
    font-size: 34px;
    line-height: 1.411764706;
    margin-block: calc((1.411764706 - 1) / 2 * -1em);
  }
  .snowpeak-kv__copy {
    font-size: 14px;
    line-height: 2.571428571;
    margin-block: calc((2.571428571 - 1) / 2 * -1em);
  }
}



.intro {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #fff;
}
.intro__kv {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #042517 calc(800 / 1920 * (var(--window-half-width) * 2)), #fff calc(800 / 1920 * (var(--window-half-width) * 2)));
}
.intro__kv__photo {
  z-index: 1;
  width: calc(1620 / 1920 * 100%);
}
.intro__kv__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(100 / 1920 * 100%);
  transform: translateY(-50%);
  width: calc(300 / 1920 * 100%);
}
.intro__desc {
  padding-top: 180px;
  padding-bottom: 170px;
}
.intro__desc__copy {
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.5;
  text-align: center;
  margin-block: calc((2.5 - 1) / 2 * -1em);
}
.intro__desc__logo {
  max-width: 384px;
  margin-top: 100px;
}
.intro__desc__heading {
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 1.944444444;
  margin-top: calc(100px + ((1.944444444 - 1) / 2 * -1em));
  margin-bottom: calc((1.944444444 - 1) / 2 * -1em);
}
.intro__desc__heading em {
  font-size: 125%;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 480px){
  .intro__kv {
    background: #042517;
  }
  .intro__kv__photo {
    width: 100%;
  }
  .intro__kv__logo {
    top: -70px;
    right: 20px;
    transform: none;
    width: calc(120 / 380 * 100%);
  }
  .intro__desc {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .intro__desc__copy {
    font-size: 12px;
    line-height: 2.083333333;
    text-align: justify;
    margin-block: calc((2.083333333 - 1) / 2 * -1em);
  }
  .intro__desc__logo {
    max-width: 208px;
    margin-top: 70px;
  }
  .intro__desc__heading {
    font-size: 18px;
    line-height: 1.611111111;
    margin-top: calc(50px + ((1.611111111 - 1) / 2 * -1em));
    margin-bottom: calc((1.611111111 - 1) / 2 * -1em);
  }
}



.activestyle {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #fff;
}
.activestyle__content {
  padding-top: 200px;
  padding-bottom: 180px;
  background: linear-gradient(0deg, #F4ECE9, #F4ECE9) no-repeat top left/calc(1300 / 1920 * 100%) calc(100% - 330px);
}
.activestyle__content__group {
  max-width: 1220px;
  gap: 80px calc(150 / 1220 * 100%);
}
.activestyle__content__group__desc {
  flex: 1;
}
.style-heading {
  font-size: clamp(42px, calc(72 / 1200 * 100vw), 72px);
}
.copy {
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
  margin-top: calc(var(--margin-top) + ((2.125 - 1) / 2 * -1em));
  margin-bottom: calc(var(--margin-bottom) + ((2.125 - 1) / 2 * -1em));
}
.activestyle__content__group__copy {
  --margin-top: 70px;
}
.activestyle__content__group__photo {
  width: calc(400 / 1220 * 100%);
  margin-right: calc(100 / 1220 * 100%);
}
.activestyle__content__group2 {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
.activestyle__content__group2__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(180 / 1920 * 100%);
  transform: translateY(-50%);
  width: calc(300 / 1920 * 100%);
}
.activestyle__content__group2__photo {
  z-index: 1;
  width: calc(1570 / 1920 * 100%);
  margin-left: auto;
}
.activestyle__content__group3 {
  margin-top: 150px;
  grid-template: "photo1 . photo2 . ." auto / calc(670 / 1920 * 100%) calc(130 / 1920 * 100%) calc(670 / 1920 * 100%) minmax(0, calc(100 / 1920 * 100%)) max(2.5%, calc(var(--window-half-width) - 610px));
  align-items: start;
}
.activestyle__content__group3__photo--1 {
  grid-area: photo1;
}
.activestyle__content__group3__photo--2 {
  grid-area: photo2;
  margin-top: 100px;
}
@media screen and (max-width: 480px){
  .activestyle__content {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: calc(320 / 380 * 100%) 100%;
  }
  .activestyle__content__group {
    gap: 25px 0;
    flex-wrap: wrap;
  }
  .activestyle__content__group__desc {
    flex: 1 0 100%;
  }
  .style-heading {
    font-size: 32px;
  }
  .copy {
    font-size: 12px;
    line-height: 2.083333333;
    margin-top: calc(var(--margin-top) + ((2.083333333 - 1) / 2 * -1em));
    margin-bottom: calc(var(--margin-bottom) + ((2.083333333 - 1) / 2 * -1em));
  }
  .activestyle__content__group__copy {
    --margin-top: 40px;
  }
  .activestyle__content__group__photo {
    width: calc(200 / 340 * 100%);
    margin-right: calc(20 / 340 * 100%);
    margin-left: auto;
  }
  .activestyle__content__group2 {
    margin-top: 110px;
  }
  .activestyle__content__group2__logo {
    top: -70px;
    left: 20px;
    transform: none;
    width: calc(120 / 380 * 100%);
  }
  .activestyle__content__group2__photo {
    width: 100%;
    margin-left: 0;
  }
  .activestyle__content__group3 {
    margin-top: 70px;
    grid-template:
      "photo1 photo1 ." auto
      ". photo2 photo2" auto
      / calc(80 / 380 * 100%) minmax(0, 1fr) calc(80 / 380 * 100%);
  }
  .activestyle__content__group3__photo--2 {
    margin-top: 90px;
  }
}



.homestyle {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #fff;
}
.homestyle__content {
  padding-top: 200px;
  background: linear-gradient(0deg, #E8EADF, #E8EADF) no-repeat top right/calc(1300 / 1920 * 100%) calc(100% - 150px);
}
.homestyle__content__group {
  max-width: 1220px;
  gap: 80px calc(150 / 1220 * 100%);
}
.homestyle__content__group__desc {
  flex: 1;
}
.homestyle__content__group__copy {
  --margin-top: 60px;
}
.homestyle__content__group__photo {
  width: calc(400 / 1220 * 100%);
  margin-left: calc(100 / 1220 * 100%);
}
.homestyle__content__group2 {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
.homestyle__content__group2__logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(180 / 1920 * 100%);
  transform: translateY(-50%);
  width: calc(300 / 1920 * 100%);
}
.homestyle__content__group2__photo {
  z-index: 1;
  width: calc(1570 / 1920 * 100%);
}
.homestyle__content__group3 {
  margin-top: 150px;
  grid-template: ". . photo1 . photo2" auto / max(2.5%, calc(var(--window-half-width) - 610px)) minmax(0, calc(100 / 1920 * 100%)) calc(670 / 1920 * 100%) calc(130 / 1920 * 100%) calc(670 / 1920 * 100%);
  align-items: start;
}
.homestyle__content__group3__photo--1 {
  grid-area: photo1;
  margin-top: 100px;
}
.homestyle__content__group3__photo--2 {
  grid-area: photo2;
}
@media screen and (max-width: 480px){
  .homestyle {
    padding-top: 100px;
  }
  .homestyle__content {
    padding-top: 100px;
    background-size: calc(320 / 380 * 100%) 100%;
    padding-bottom: 100px;
  }
  .homestyle__content__group {
    gap: 25px 0;
    flex-wrap: wrap;
  }
  .homestyle__content__group__desc {
    flex: 1 0 100%;
  }
  .homestyle__content__group__heading {
    text-align: right;
  }
  .homestyle__content__group__copy {
    --margin-top: 40px;
    text-align: right;
  }
  .homestyle__content__group__photo {
    width: calc(200 / 340 * 100%);
    margin-left: calc(20 / 340 * 100%);
    margin-right: auto;
  }
  .homestyle__content__group2 {
    margin-top: 110px;
  }
  .homestyle__content__group2__logo {
    top: -70px;
    right: 20px;
    transform: none;
    width: calc(120 / 380 * 100%);
  }
  .homestyle__content__group2__photo {
    width: 100%;
  }
  .homestyle__content__group3 {
    margin-top: 70px;
    grid-template:
      ". photo1 photo1" auto
      "photo2 photo2 ." auto
      / calc(80 / 380 * 100%) minmax(0, 1fr) calc(80 / 380 * 100%);
  }
  .homestyle__content__group3__photo--1 {
    margin-top: 0;
  }
  .homestyle__content__group3__photo--2 {
    margin-top: 90px;
  }
}



.garden {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-top: 210px;
  padding-bottom: 200px;
  background: #fff;
}
.garden__heading {
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 1.861111111;
  margin-block: calc((1.861111111 - 1) / 2 * -1em);
}
.garden__content {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin-top: 150px;
  padding-block: 100px;
  gap: 100px calc(150 / 1220 * 100%);
}
.garden__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(536 / 1220 * 100%);
  width: calc((684 / 1220 * 100%) + (var(--window-half-width) - 50%));
  height: 100%;
  background: #EFEAE0;
}
.garden__content.reverse::before {
  left: auto;
  right: calc(536 / 1220 * 100%);
}
.garden__content__photo {
  flex: 1;
}
.garden__content__desc {
  width: calc(420 / 1220 * 100%);
}
.garden__content__heading {
  font-size: clamp(18px, calc(28 / 1200 * 100vw), 28px);
  line-height: 1.75;
  margin-block: calc((1.75 - 1) / 2 * -1em);
  margin-right: -2em;
}
.garden__content__copy {
  --margin-top: 60px;
}
.garden__content__illust {
  max-width: 60%;
  margin-left: auto;
  margin-right: calc(70 / 420 * -100%);
}
.garden__content.reverse .garden__content__illust {
  margin-left: calc(70 / 420 * -100%);
  margin-right: 0;
}
.garden__content--1.reverse .garden__content__illust {
  margin-top: 120px;
  margin-left: calc(99 / 420 * 100%);
}
.garden__content--2 .garden__content__illust {
  margin-top: 55px;
}
.garden__content--3 .garden__content__illust {
  margin-top: 110px;
}
.garden__content__illust img {
  width: auto;
}
@media screen and (min-width: 481px) and (max-width: 1500px){
  .garden__content__illust {
    margin-right: calc(var(--window-half-width) * -.0125);
  }
  .garden__content.reverse .garden__content__illust {
    margin-left: calc(var(--window-half-width) * -.0125);
    margin-right: 0;
  }
}
@media screen and (max-width: 480px){
  .garden {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .garden__heading {
    font-size: 22px;
    line-height: 1.818181818;
    margin-block: calc((1.818181818 - 1) / 2 * -1em);
  }
  .garden__content {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 0;
    gap: 90px 0;
    flex-wrap: wrap;
  }
  .garden__content::before {
    left: calc(50% - var(--window-half-width));
    width: calc(var(--window-half-width) * 2);
  }
  .garden__content.reverse::before {
    left: auto;
    right: calc(50% - var(--window-half-width));
  }
  .garden__content__photo {
    flex: 1 0 100%;
  }
  .garden__content__photo.fit-right {
    margin-left: calc(50% - var(--window-half-width));
  }
  .garden__content__photo.fit-left {
    margin-right: calc(50% - var(--window-half-width));
  }
  .garden__content__desc {
    width: 100%;
  }
  .garden__content__heading {
    font-size: 20px;
    margin-right: 0;
  }
  .garden__content__copy {
    --margin-top: 30px;
  }
  .garden__content__illust {
    margin-left: auto;
    margin-right: calc(22 / 340 * 100%);
    margin-bottom: -18px;
  }
  .garden__content.reverse .garden__content__illust {
    margin-left: auto;
    margin-right: calc(22 / 340 * 100%);
  }
  .garden__content--1 .garden__content__illust {
    margin-top: 40px;
    max-width: calc(90 / 340 * 100%);
  }
  .garden__content--2 .garden__content__illust {
    margin-top: 50px;
    max-width: calc(164 / 340 * 100%);
  }
  .garden__content--3 .garden__content__illust {
    margin-top: 110px;
    max-width: calc(172 / 340 * 100%);
  }
  .garden__content__illust img {
    width: 100%;
  }
}



.park {
  margin-top: -50px;
  padding-bottom: 200px;
  background: #fff;
}
.park__heading {
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 1.944444444;
  margin-block: calc((1.944444444 - 1) / 2 * -1em);
}
.park__photos {
  margin-top: 80px;
  background: linear-gradient(0deg, #EFEAE0, #EFEAE0) no-repeat center/100% clamp(540px, calc(740 / 1200 * 100vw), 740px);
}
.park__photos__photo {
  max-width: 1360px;
}
@media screen and (max-width: 480px) {
  .park {
    padding-bottom: 100px;
  }
  .park__heading {
    font-size: 18px;
    line-height: 1.611111111;
    margin-block: calc((1.611111111 - 1) / 2 * -1em);
  }
  .park__photos {
    margin-top: 50px;
    margin-bottom: 0;
    background: none;
  }
}



.pickup {
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-top: 200px;
  padding-bottom: 100px;
  background: #E6E6E6;
  overflow: hidden;
}
.pickup__heading {
  font-size: clamp(22px, calc(32 / 1200 * 100vw), 32px);
  font-weight: 600;
}
.pickup__content {
  width: calc(100% - 260px);
  max-width: 1220px;
  margin-top: 80px;
  overflow: visible;
}
.pickup__content__list__item {
  height: auto;
  background: #fff;
}
.pickup__content__list__item__desc {
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 80px calc(80 / 1220 * 100%) 100px;
}
.pickup__content__list__item__type {
  flex: 0 0 calc(185 / 70 * 1em);
  font-size: clamp(40px, calc(70 / 1200 * 100vw), 70px);
  font-weight: 400;
  line-height: .65;
  border-right: 1px solid #333;
}
.pickup__content__list__item__type small {
  font-size: 40%;
}
.pickup__content__list__item__datas {
  flex: 1;
  box-sizing: border-box;
  padding-left: clamp(35px, calc(45 / 1200 * 100vw), 45px);
}
.pickup__content__list__item__datas__data {
  font-size: clamp(30px, calc(40 / 1200 * 100vw), 40px);
  font-weight: 400;
  line-height: .65;
  flex-wrap: wrap;
  gap: .25em 0;
}
.pickup__content__list__item__datas__data + .pickup__content__list__item__datas__data {
  margin-top: .7em;
}
.pickup__content__list__item__datas__data em {
  font-size: 150%;
  font-style: normal;
}
.pickup__content__list__item__datas__data small {
  font-size: 60%;
  flex-wrap: wrap;
}
.pickup__content__list__item__datas__data small em {
  font-size: 125%;
}
.pickup__content__list__item__datas__data small .plus {
  padding-bottom: .1em;
}
.pickup__content__list__item__datas__data small .floor {
  font-family: YakuHanMP, 'Noto Serif JP', 'Noto Serif', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-size: calc(16 / 24 * 100%);
  line-height: 1;
  margin-inline: 1em;
}
.pickup__content__list__item__datas__data2 {
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.pickup__content__list__item__datas__data2__name {
  font-size: clamp(14px, calc(17 / 1200 * 100vw), 17px);
}
.pickup__content__list__item__datas__data2__meter {
  font-size: clamp(30px, calc(40 / 1200 * 100vw), 40px);
  line-height: .65;
}
.pickup__content__list__item__datas__data2__meter .en {
  font-weight: 400;
  line-height: .65;
}
.pickup__content__list__item__datas__data2__meter .en small {
  font-size: 75%;
}
.pickup__content__list__item__datas__data2__meter .unit {
  font-size: 50%;
  font-family: YakuHanMP, 'Noto Serif JP', 'Noto Serif', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
.pickup__content__list__item__datas__data2__tsubo {
  font-size: clamp(13px, calc(16 / 1200 * 100vw), 16px);
}
.pickup__content__list__item__datas__data2__tsubo .en {
  font-weight: 300;
  line-height: .65;
}
.pickup__content__list__item__datas__data3 {
  margin-top: 35px;
}
.pickup__content__list__item__datas__data3__item {
  display: inline-block;
  font-size: clamp(13px, calc(16 / 1200 * 100vw), 16px);
  margin-bottom: 12px;
  margin-right: 1em;
}
.pickup__content__list__item__datas__data3__item .en {
  font-weight: 300;
  line-height: .65;
}
.pickup__content__list__item__madori {
  width: 100%;
  margin-top: 60px;
}
.pickup__content__list__item__madori__figure {
  text-align: center;
}
.pickup__content__list__item__madori__samples {
  margin-top: 20px;
  margin-inline: auto;
  flex-wrap: wrap;
  gap: 15px;
}
.pickup__content__list__item__madori__samples__sample {
  font-size: 12px;
  letter-spacing: .05em;
  white-space: nowrap;
}
.pickup__content__list__item__madori__samples__sample--storage::first-letter,
.pickup__content__list__item__madori__samples__sample--water::first-letter,
.pickup__content__list__item__madori__samples__sample--floor::first-letter {
  text-shadow: -.5em 0 0 currentColor, .5em 0 0 currentColor;
  margin-inline: .5em;
}
.pickup__content__list__item__madori__samples__sample--storage::first-letter {
  color: #e9dcc8;
}
.pickup__content__list__item__madori__samples__sample--water::first-letter {
  color: #cadfea;
}
.pickup__content__list__item__madori__samples__sample--floor::first-letter {
  color: #EEDFDD;
}
.pickup__content__btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(720 / 1220 * 100%);
  pointer-events: none;
}
.pickup__content__btn__item {
  width: 150px;
  --swiper-navigation-size: 80px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 37px;
  font-weight: 400;
  gap: 0 .025em;
  pointer-events: auto;
}
.pickup__content__btn__item.swiper-button-disabled {
  opacity: 0;
}
.pickup__content__btn__item--prev {
  left: -120px;
  padding: .5em .5em .5em .8em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5.737" height="10.584" viewBox="0 0 5.737 10.584"><polygon points="5.01 10.584 0 5.292 5.01 0 5.737 .688 1.377 5.292 5.737 9.896 5.01 10.584" fill="%23dfdfdf"/></svg>') no-repeat center left calc(18 / 37 * 1em)/calc(6 / 37 * 1em) auto rgba(35, 35, 35, .8);
}
.pickup__content__btn__item--next {
  right: -120px;
  padding: .5em .8em .5em .5em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5.736" height="10.584" viewBox="0 0 5.736 10.584"><polygon points=".727 10.584 0 9.896 4.359 5.292 0 .688 .727 0 5.736 5.292 .727 10.584" fill="%23dfdfdf"/></svg>') no-repeat center right calc(18 / 37 * 1em)/calc(6 / 37 * 1em) auto rgba(35, 35, 35, .8);
}
.pickup__content__btn__item small {
  font-size: 40%;
  font-style: normal;
  margin-top: 1.2em;
}
.pickup__desc {
  margin-top: 90px;
}
.pickup__desc__logo {
  max-width: 260px;
}
.pickup__desc__heading {
  font-size: clamp(17px, calc(27 / 1200 * 100vw), 27px);
  line-height: 1.75;
  margin-top: calc(30px + ((1.75 - 1) / 2 * -1em));
  margin-bottom: calc((1.75 - 1) / 2 * -1em);
}
.pickup__desc__heading em {
  font-size: 125%;
  font-style: normal;
  font-weight: 400;
}
.pickup__desc__btn {
  max-width: 530px;
  margin-top: 60px;
}
.pickup__desc__btn__link {
  width: 100%;
  min-height: calc(100 / 20 * 1em);
  border-radius: 5px;
  box-sizing: border-box;
  padding: .5em calc(40 / 20 * 1em);
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  letter-spacing: .04em;
  line-height: 1.2;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5.736" height="10.584" viewBox="0 0 5.736 10.584"><polygon points=".727 10.584 0 9.896 4.359 5.292 0 .688 .727 0 5.736 5.292 .727 10.584" fill="%23dfdfdf"/></svg>') no-repeat center right calc(18 / 20 * 1em)/calc(6 / 20 * 1em) auto #000;
}
.pickup__caution {
  max-width: 1360px;
  font-size: clamp(10px, calc(11 / 1200 * 100vw), 11px);
  line-height: 1.75;
  margin-top: calc(80px + ((1.75 - 1) / 2 * -1em));
  margin-bottom: calc((1.75 - 1) / 2 * -1em);
}
@media screen and (min-width: 481px) and (max-width: 767px){
  .pickup__content__list__item__type {
    flex: 1 0 100%;
    border-right: none;
    border-bottom: 1px solid #333;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  .pickup__content__list__item__datas {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px){
  .pickup {
    padding-top: 100px;
  }
  .pickup__heading {
    font-size: 24px;
  }
  .pickup__content {
    width: calc(100% - 40px);
    margin-top: 30px;
  }
  .pickup__content__list__item__desc {
    padding: 40px 20px 35px;
  }
  .pickup__content__list__item__type {
    flex: 1 0 100%;
    font-size: 60px;
    border-right: none;
    border-bottom: 1px solid #333;
    padding-bottom: 25px;
  }
  .pickup__content__list__item__datas {
    flex: 1 0 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .pickup__content__list__item__datas__data {
    font-size: 30px;
  }
  .pickup__content__list__item__datas__data2__name {
    font-size: 12px;
  }
  .pickup__content__list__item__datas__data2__meter {
    font-size: 30px;
  }
  .pickup__content__list__item__datas__data2__tsubo {
    font-size: 12px;
  }
  .pickup__content__list__item__datas__data3 {
    margin-top: 20px;
  }
  .pickup__content__list__item__datas__data3__item {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .pickup__content__list__item__madori {
    margin-top: 30px;
  }
  .pickup__content__list__item__madori__samples {
    margin-top: 15px;
  }
  .pickup__content__btn {
    padding-top: calc(200 / 340 * 100%);
  }
  .pickup__content__btn__item {
    width: 50px;
    --swiper-navigation-size: 70px;
    font-size: 20px;
    gap: 0;
    flex-direction: column;
  }
  .pickup__content__btn__item--prev {
    left: -20px;
    padding: 15px 0 0 0;
    background-position: top 10px center;
    background-size: 6px auto;
    border-radius: 0 4px 4px 0;
  }
  .pickup__content__btn__item--next {
    right: -20px;
    padding: 15px 0 0 0;
    background-position: top 10px center;
    background-size: 6px auto;
    border-radius: 4px 0 0 4px;
  }
  .pickup__content__btn__item small {
    margin-top: .1em;
  }
  .pickup__desc {
    margin-top: 50px;
  }
  .pickup__desc__logo {
    max-width: 172px;
  }
  .pickup__desc__heading {
    font-size: 18px;
    line-height: 1.611111111;
    margin-top: calc(20px + ((1.611111111 - 1) / 2 * -1em));
    margin-bottom: calc((1.611111111 - 1) / 2 * -1em);
  }
  .pickup__desc__btn {
    max-width: 320px;
    margin-top: 40px;
  }
  .pickup__desc__btn__link {
    min-height: calc(80 / 16 * 1em);
    border-radius: 4px;
    padding: .5em;
    font-size: 16px;
    background-position: center right 20px;
    background-size: 6px auto;
  }
  .pickup__caution {
    margin-top: calc(60px + ((1.75 - 1) / 2 * -1em));
  }
}