@charset "UTF-8";
/* =====================================
  new-design
===================================== */

.en {
  font-family: "Akshar", sans-serif;
}

.sp {
  display: none !important;
}

.new-design {
  line-height: 1.0em;
}

.new-design dl,
.new-design dt,
.new-design dd,
.new-design ul,
.new-design li,
.new-design ol,
.new-design figure {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 99999px;
}

.new-design h1,
.new-design h2,
.new-design h3,
.new-design h4,
.new-design h5,
.new-design h6,
.new-design p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  max-height: 99999px;
}

.new-design table {
  border-collapse: collapse;
  border-spacing: 0;
}

.new-design th,
.new-design td {
  max-height: 99999px;
}

.new-design form {
  margin: 0;
  padding: 0;
}

.new-design img {
  border: 0;
  display: block;
}

.new-design button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.new-design ul li img {
  vertical-align: bottom;
}

.new-design *:focus {
  outline: none;
}

.new-design *,
.new-design *:before,
.new-design *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.new-design a {
  color: #231815;
  text-decoration: none;
  transition: 0.5s all ease;
}

.new-design a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.new-design {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2.1176;
  letter-spacing: 0.06em;
}

.online-store {
  width: 100%;
  height: 470px;
  background: #91bacf url("https://cocono-air.com/wp-content/themes/cocono260501/assets/img/product/pic02.jpg") no-repeat center right;
  background-size: contain;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}

.online-store .inner {
  width: 100%;
  max-width: 1360px;
  height: 470px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.online-store .inner a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 0 64px 14px 0;
  border-bottom: 2px solid #fff;
  background: url("https://cocono-air.com/wp-content/themes/cocono260501/assets/img/common/arrow04.svg") no-repeat top right;
  background-size: 40px auto;
}

.online-store .inner a span {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-left: 0.1em;
}

.online-store .inner p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-top: 32px;
}

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

  .sp {
    display: block !important;
  }

  .new-design {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
    line-height: 2.1176;
    letter-spacing: 0.06em;
  }

  .online-store {
    height: 126.6927vw;
    background: #91bacf url("https://cocono-air.com/wp-content/themes/cocono260501/assets/img/product/sp/pic02.jpg") no-repeat center bottom;
    background-size: contain;
    padding: 12.109375vw 6.51vw 0;
    font-size: 3.3854167vw;
  }

  .online-store .inner {
    height: 126.6927vw;
    display: block;
  }

  .online-store .inner a {
    font-size: 5.01171875vw;
    padding: 0 10.4167vw 3.125vw 0;
    background: url("https://cocono-air.com/wp-content/themes/cocono260501/assets/img/common/arrow04.svg") no-repeat top right;
    background-size: 6.38vw auto;
    display: inline-block;
  }

  .online-store .inner a span {
    font-size: 5.01171875vw;
  }

  .online-store .inner p {
    font-size: 3.515625vw;
    margin-top: 3.90625vw;
  }
}