/*//////////////////////////////
 main
/////////////////////////////*/
.kv-img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .kv-img.pc {
    display: block;
  }
}
.kv-img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .kv-img.sp {
    display: none;
  }
}

.kcbg {
  padding: 6rem 0;
  background-color: #d1db17;
}
@media screen and (min-width: 768px) {
  .kcbg {
    padding: 8rem 0;
  }
}

.catch {
  margin-bottom: 6rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catch {
    margin-bottom: 8rem;
  }
}
.catch h2 {
  margin-bottom: 4rem;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .catch h2 {
    font-size: 2.8rem;
  }
}
.catch-txt {
  line-height: 1.8;
}

.component {
  margin-bottom: 6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .component {
    margin-bottom: 8rem;
  }
}
.component-content {
  padding: 4rem;
  border: 1px solid #fff;
  position: relative;
}
.component-content h3 {
  padding: 0 4rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d1db17;
  font-size: 1.8rem;
  font-weight: 700;
}
.component-item {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .component-item {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}
.component-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.component-types {
  margin-bottom: 4rem;
}
.component-type {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.component-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.2rem;
  display: block;
  background-color: #fff;
}
.component-pic {
  margin: 0 auto 1rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  overflow: hidden;
}
.component-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-txt {
  line-height: 1.6;
  text-align: center;
}

.point {
  margin-bottom: 6rem;
}
.point h3 {
  margin-bottom: 4rem;
  line-height: 1.4;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point h3 {
    text-align: left;
  }
}
.point-content {
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point-content {
    margin-bottom: 0;
    text-align: left;
    flex: 1;
  }
}
.point-txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .point-pic {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p1 .point-pic {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p2 .point-pic {
    margin-right: 2rem;
  }
}

.usage-body {
  padding: 4rem;
  background-color: #fff;
}
.usage h3 {
  padding: 2rem;
  color: #fff;
  text-align: center;
  background-color: #d1db17;
}
@media screen and (min-width: 768px) {
  .usage h3 {
    margin-right: 2%;
    width: 24%;
    line-height: 1.2;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .usage-content {
    width: 74%;
  }
}
.usage-pic {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .usage-pic {
    margin-left: 2%;
    width: 32%;
    margin-bottom: 0;
  }
}
.usage-txt {
  line-height: 1.4;
  color: #d1db17;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .usage-txt {
    width: 66%;
    text-align: left;
  }
}
.usage-txt h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .usage-txt h4 {
    margin-bottom: 1rem;
  }
}

.detail {
  padding: 6rem 0;
  background-color: #d1db17;
  color: #fff;
}
.detail-main {
  margin-bottom: 8rem;
}
.detail-pic {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .detail-pic {
    margin-bottom: 0;
    width: 49%;
  }
}
.detail-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.detail-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-content {
    margin-right: 2%;
    width: 49%;
    text-align: left;
  }
}
.detail-content h3 {
  line-height: 1.4;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .detail-content h3 {
    font-size: 4.6rem;
  }
}
.detail-title-jp {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .detail-title-jp {
    font-size: 4.6rem;
  }
}
.detail-copy {
  margin-bottom: 1rem;
}
.detail-capacity {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.detail-component {
  margin-bottom: 4rem;
  line-height: 1.4;
}
.detail-component h4 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-component h4::before {
  content: "";
  margin-right: 1rem;
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detail-component h4::before {
    content: none;
  }
}
.detail-component h4::after {
  content: "";
  margin-left: 1rem;
  display: block;
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detail-component h4::after {
    margin-left: 20px;
  }
}
.detail-remarks {
  margin-bottom: 1rem;
}
.detail-pfu {
  margin-bottom: 4rem;
  text-align: center;
}
.detail-pfu.storage {
  margin-bottom: 0;
}
.detail-pfu h5 {
  margin-bottom: 2rem;
}
.detail-pfu-list {
  padding: 20px 20px 20px 40px;
  width: 100%;
  max-width: 670px;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  border: 1px solid #fff;
  list-style-type: disc;
  font-size: 1.4rem;
}
.detail-pfu-list-li {
  margin-bottom: 10px;
}
.detail-pfu-list ol {
  margin-top: 1rem;
  padding-left: 20px;
  list-style-type: decimal;
}/*# sourceMappingURL=jelly.css.map */