@charset "UTF-8";
/* --------------------
		設定
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://use.typekit.net/dbz4jsk.css");
:root {
  --c-txt: #555;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  letter-spacing: 0.2ex;
  background: #fff;
  color: #000;
}

.wrapper {
  background-color: #fff;
}

.caption {
  width: 100%;
  max-width: 80vw;
  padding-top: 16vw;
  padding-bottom: 16vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.caption__dotair {
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 1000px) {
  .caption__dotair {
    margin-bottom: 5.46875vw;
  }
}

.caption img {
  margin-bottom: 4vw;
  width: 37.33333vw;
}

@media screen and (min-width: 1000px) {
  .caption img {
    margin-bottom: 1.95312vw;
    width: 13.28125vw;
  }
}

@media screen and (min-width: 1000px) {
  .caption {
    padding: 8.59375vw;
  }
}

.caption__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  font-size: 14px;
  text-align: justify;
}

@media screen and (min-width: 1000px) {
  .caption__text {
    text-align: center;
  }
}

.caption__ttl {
  margin-bottom: 4vw;
  font-size: 4.37333vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 1000px) {
  .caption__ttl {
    font-size: 1.32812vw;
    margin-bottom: 1.17188vw;
  }
}

.points {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.points-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 18.66667vw 0 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .points-flex .air {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (min-width: 1000px) {
  .points-flex .stretch {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (min-width: 1000px) {
  .points-flex {
    display: block;
    width: 58.59375vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7.8125vw 0 11.71875vw;
  }
}

.points-flex_block {
  -ms-flex-preferred-size: 80vw;
      flex-basis: 80vw;
  margin: 0 0 40px 0;
}

@media screen and (min-width: 1000px) {
  .points-flex_block {
    -ms-flex-preferred-size: 28.90625vw;
        flex-basis: 28.90625vw;
    height: 100%;
    margin: 0 0 0.78125vw 0;
  }
}

.points-flex_block:nth-child(3) {
  margin: 0 0 48px 0;
}

@media screen and (min-width: 1000px) {
  .points-flex_block:nth-child(3) {
    margin: 0;
  }
}

.points-flex_block:last-child {
  margin: 0;
}

.points-visual {
  width: 60%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .points-visual {
    width: 28%;
  }
}

.points-detail {
  margin-top: -2.66667vw;
}

@media screen and (min-width: 1000px) {
  .points-detail {
    margin-top: -0.78125vw;
  }
}

.points-detail_title {
  font-weight: 700;
  font-size: 19px;
  color: #000;
  margin: 0 auto 15px;
}

@media screen and (min-width: 1000px) {
  .points-detail_title {
    font-size: 21px;
  }
}

.points-detail_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  font-size: 14px;
}

.break-field_01 {
  width: 100%;
  height: 230px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.break-field_01::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/background_01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .break-field_01 {
    height: 400px;
  }
}

.break-field_02 {
  width: 100%;
  height: 230px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.break-field_02::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/background_02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .break-field_02 {
    height: 400px;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 34.25%;
}

.video-wrapper.pc-only {
  padding-top: 56.25%;
}

.video-wrapper.sp-only {
  padding-top: 100%;
  overflow: hidden;
  height: auto;
  min-height: 186.66667vw;
}

.video-wrapper iframe {
  position: absolute;
  top: -8.5%;
  left: -7.5%;
  width: 115%;
  height: 115%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.video-wrapper.is-loaded iframe {
  opacity: 1;
}

@media (min-width: 1000px) {
  .video-wrapper iframe {
    top: -8.5%;
    left: -7.5%;
    width: 115%;
    height: 115%;
  }
}

.container .youtube iframe {
  display: block;
  width: 90%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .container .youtube iframe {
    width: 63%;
  }
}

.aside-wrapper {
  padding-bottom: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .aside-wrapper {
    padding-bottom: 15.625vw;
  }
}

.product {
  width: 80vw;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 300,400,600;
  font-style: normal,italic;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  font-size: 6.4vw;
}

@media screen and (min-width: 1000px) {
  .product {
    width: 68.90625vw;
    font-size: 2.03125vw;
  }
}

.product .gender {
  text-align: center;
  margin-bottom: 8vw;
}

@media screen and (min-width: 1000px) {
  .product .gender {
    margin-top: 4.6875vw;
    margin-bottom: 2.73438vw;
  }
}

.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 37.86667vw;
      flex-basis: 37.86667vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  font-size: 3.06667vw;
  font-style: normal;
  letter-spacing: 0.035rem;
  font-weight: 600;
  margin-bottom: 9.33333vw;
}

@media screen and (min-width: 1000px) {
  .product__list {
    -ms-flex-preferred-size: 12.65625vw;
        flex-basis: 12.65625vw;
    font-size: 1.04688vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.40625vw;
    margin-bottom: 2.73438vw;
  }
}

.product__list .product-name {
  margin-top: 3.2vw;
}

@media screen and (min-width: 1000px) {
  .product__list .product-name {
    margin-top: 1.09375vw;
  }
}

.product__list .price {
  margin-top: 1.86667vw;
  font-size: 2.8vw;
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  .product__list .price {
    font-size: 0.97656vw;
    margin-top: 0.54688vw;
  }
}

.product__list .price span {
  font-size: 2.4vw;
  margin-left: -1.06667vw;
}

@media screen and (min-width: 1000px) {
  .product__list .price span {
    font-size: 0.78125vw;
    margin-left: -0.53333vw;
  }
}

.product__list__item-img img {
  width: 37.86667vw;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .product__list__item-img img {
    width: 12.65625vw;
  }
}

.product a :hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.label-top__btn {
  margin: -2.66667vw auto 26.66667vw auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 300,400,600;
  font-style: normal,italic;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
  font-size: 3.2vw;
  text-align: center;
  width: 80vw;
}

@media screen and (min-width: 1000px) {
  .label-top__btn {
    width: 39.0625vw;
    font-size: 13.4px;
    margin: 5.46875vw auto 14.0625vw auto;
  }
}

.label-top__btn a {
  position: relative;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 3.73333vw;
}

@media screen and (min-width: 1000px) {
  .label-top__btn a {
    padding: 1.5625vw;
  }
}

.label-top__btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.men {
  padding-top: 18.66667vw;
}

@media screen and (min-width: 1000px) {
  .men {
    padding-top: 6.25vw;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  position: relative;
  padding: 16vw 0;
  background-color: #000;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}

.footer img {
  width: 100%;
  height: auto;
}

.footer__logo {
  width: 34.66667vw;
  margin: 0 auto 4.26667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}

.footer__logo a {
  display: block;
  width: 34.66667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.01562vw;
  }
}
/*# sourceMappingURL=260313_ekal_dot-air_style.css.map */