/*//////////////////////////////
 main
/////////////////////////////*/
.kv {
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
  background: linear-gradient(rgb(98, 231, 255), rgb(43, 195, 255));
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv {
    height: calc(100vh - 80px);
  }
}
.kv-inner {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .kv-inner {
    height: 100%;
    position: relative;
  }
}
.kv-content {
  padding: 2rem;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.kv-content-inner {
  width: 100%;
}
.kv-content-sp {
  padding: 2rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv-content-sp {
    display: none;
  }
}
.kv-copy {
  margin-bottom: 2rem;
  font-size: 10vw;
  display: none;
  color: #fff;
}
.kv-copy span {
  margin: 1vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .kv-copy {
    margin-bottom: 4rem;
    display: block;
  }
}
.kv-copy-sp {
  margin-bottom: 0;
  display: block;
}
.kv .page-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .kv .page-title {
    margin-bottom: 3rem;
  }
}
.kv .page-title a {
  width: 280px;
  display: inline-block;
}
.kv-subcopy {
  font-size: 4vw;
  color: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .kv-subcopy {
    font-size: 2.8rem;
    display: block;
  }
}
.kv-subcopy-sp {
  margin-bottom: 1rem;
  display: block;
}
.kv-pic {
  padding-top: 73.8007%;
  width: 100%;
  height: 0;
  background: url("../images/refreshing/kv.webp") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .kv-pic {
    padding-top: 0;
    width: 50%;
    height: 100%;
  }
}
.kv-pic-figure {
  width: 100%;
  height: 100%;
}
.kv-pic-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept {
  padding: 100px 0 0;
  color: #18b6ff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept {
    padding: 160px 0 0;
  }
}
.concept h2 {
  margin-bottom: 60px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .concept h2 {
    font-size: 4.8rem;
  }
}
.concept-content {
  margin-bottom: 80px;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .concept-content {
    font-size: 2rem;
    margin-bottom: 160px;
  }
}
.concept-content p.mb {
  margin-bottom: 20px;
}
.concept-pic-figure {
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .concept-pic-figure {
    height: auto;
  }
}
.concept-pic-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .concept-pic-figure {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.concept-bg {
  width: 100%;
  height: 101%;
  position: absolute;
  top: -1%;
  left: 0;
  bottom: 0;
  right: 0;
  /*background-color: #2bc3ff;*/
  background-color: #18b6ff;
  overflow: hidden;
  z-index: -1;
}

.point {
  padding: 100px 0;
  background-color: #f1f1f1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .point {
    text-align: center;
  }
}
.point h3 {
  margin-bottom: 60px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2bc3ff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point h3 {
    font-size: 2.4rem;
  }
}
.point h3::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #2bc3ff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.point-section {
  margin-bottom: 80px;
}
.point-section:last-child {
  margin-bottom: 0;
}
.point-section-content {
  margin-bottom: 20px;
  width: 100%;
}
.point-section-content h4 {
  margin-bottom: 40px;
  padding: 20px 10px;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #2bc3ff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .point-section-content h4 {
    font-size: 3rem;
  }
}
.point-section-content h4 .num {
  margin-right: 10px;
  font-size: 3rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point-section-content h4 .num {
    margin-right: 20px;
    vertical-align: 10%;
  }
}
.point-section-content h4 .num::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.point-section-content p {
  line-height: 1.4;
}
.point-section-pic {
  width: 100%;
}
.point-section-pic img {
  width: 100%;
  height: auto;
}

.pi {
  padding: 100px 0;
  background-color: #2bc3ff;
  color: #fff;
}
.pi h3 {
  margin-bottom: 60px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pi h3 {
    font-size: 4.8rem;
  }
}
.pi-copy {
  margin-bottom: 40px;
}
.pi-pics {
  margin-bottom: 40px;
}
.pi-pic {
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pi-pic {
    margin-bottom: 0;
    margin-right: 2%;
    width: 49%;
  }
}
.pi-pic:nth-child(even) {
  margin-bottom: 0;
  margin-right: 0;
}
.pi-content {
  text-align: center;
  line-height: 2;
}
.pi-content h4 {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .pi-content h4 {
    font-size: 2.4rem;
  }
}
.pi-ingredien {
  margin-bottom: 40px;
}
.pi-ingredien h5 {
  margin-bottom: 20px;
}
.pi-ingredien .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pi-ingredien .pc {
    display: block;
  }
}
.pi-ingredien .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .pi-ingredien .sp {
    display: none;
  }
}
.pi-pfu {
  margin-bottom: 40px;
}
.pi-pfu.storage {
  margin-bottom: 0;
}
.pi-pfu h5 {
  margin-bottom: 20px;
}
.pi-pfu-list {
  padding: 20px 20px 20px 40px;
  width: 100%;
  max-width: 670px;
  display: inline-block;
  text-align: left;
  border: 1px solid #fff;
  list-style-type: disc;
  font-size: 1.4rem;
}
.pi-pfu-list-li {
  margin-bottom: 10px;
}
.pi-pfu-list ol {
  padding-left: 20px;
  list-style-type: decimal;
}

.shop {
  padding: 100px 0;
  text-align: center;
}
.shop h3 {
  margin-bottom: 40px;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .shop h3 {
    font-size: 3.2rem;
  }
}
.shop-txt {
  margin-bottom: 40px;
  line-height: 2;
}/*# sourceMappingURL=refreshing.css.map */