header {
  margin-bottom: -10px;
  background-color: #fff;
}
header .logo {
  width: 12%;
  margin: 10px auto;
  display: block;
}
header .header-pc {
  display: block;
  width: 100%;
}
header .header-sp {
  display: none;
}

main {
  background-image: url(../img/back.png);
  background-size: cover;
}

.about {
  position: relative;
}
.about .aboutimg-pc {
  display: block;
  width: 100%;
  margin: 100px 0 115px 0;
}
.about .about-sp {
  display: none;
}
.about .about-sp {
  display: none;
}
.about .about-text {
  position: absolute;
  top: 21.5%;
  left: 50%;
  background-color: rgba(247, 244, 244, 0.6);
  color: #808080;
  white-space: nowrap;
}
.about .about-text h2 {
  font-weight: 100;
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.about .about-text p {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-size: 1vw;
  line-height: 2;
}
.about .about-inner {
  margin: 13% 121px;
}

.service {
  margin: 50px 110px 50px 170px;
}
.service h2 {
  color: #808080;
  font-weight: 100;
  font-size: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 13px;
}
.service .content {
  display: flex;
}
.service .content .service-text {
  display: flex;
  align-items: flex-end;
  border-bottom: solid 2px #A68486;
  width: 600px;
  margin-top: 3%;
}
.service .content .service-text .list-text p {
  color: #A68486;
  font-size: 6vw;
  margin-bottom: -45%;
}
.service .content .service-text .item-text {
  color: #808080;
  padding-left: 25px;
}
.service .content .service-text .item-text p:nth-child(1) {
  margin: 0;
}
.service .content .service-text .item-text p:nth-child(2) {
  font-size: 2.5vw;
  letter-spacing: 0.12em;
  margin: 0;
}
.service .service-cp {
  display: block;
  margin-top: 125px;
  margin-left: 130px;
  width: 100%;
  height: 100%;
}
.service .service-sp {
  display: none;
}
.service .br-sp {
  display: none;
}

.contact .contact-cp {
  margin: 100px 10% 130px 10%;
  width: 80%;
}
.contact .contact-sp {
  display: none;
}
.contact .sp {
  display: none;
}

.algae {
  background-color: #fff;
  padding: 10% 17% 15% 17%;
  margin-bottom: 10%;
}
.algae .h2-cp {
  display: block;
  text-align: center;
  color: #4d4d4d;
  border-bottom: solid 1px rgba(109, 109, 109, 0.6);
  font-weight: 100;
  font-size: 2vw;
  letter-spacing: 0.3em;
  width: 72%;
  margin: 10% auto;
}
.algae .algae-inner {
  display: flex;
}
.algae .algae-inner img {
  width: 40%;
}
.algae .algae-inner .h2-sp1 {
  display: none;
}
.algae .algae-inner .h2-sp2 {
  display: none;
}
.algae .algae-inner p {
  color: #4d4d4d;
  font-size: 1.1vw;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
.algae .algae-inner .br-cp {
  display: block;
}
.algae .algae-inner .br-sp {
  display: none;
}

.ingredient {
  background-color: #faf7f2;
  margin: 0 7%;
  padding: 100px;
}
.ingredient h3 {
  color: #A68486;
  font-weight: 100;
  text-align: center;
  font-size: 1.9vw;
  letter-spacing: 0.5rem;
}
.ingredient h2 {
  margin-top: 1%;
  color: #A68486;
  text-align: center;
  font-size: 3vw;
  font-weight: 100;
  letter-spacing: 0.8rem;
  margin-bottom: 6%;
}
.ingredient .ingredient-content {
  display: flex;
}
.ingredient .ingredient-content span {
  background-color: #E1BBBC;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5% 2.5%;
  font-size: 0.9vw;
}
.ingredient .ingredient-content .ingredient-area {
  width: 67%;
  margin: 3% 0 0 11%;
}
.ingredient .ingredient-content .inner-bottom1 {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ingredient .ingredient-content .inner-bottom2 {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14%;
}
.ingredient .ingredient-content .inner-bottom3 {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1%;
}
.ingredient .ingredient-content span {
  margin-bottom: 5px;
}
.ingredient .ingredient-inner:nth-child(1) {
  margin-left: 5%;
}
.ingredient p {
  text-align: left;
  margin-top: -5%;
  color: #707070;
  line-height: 2.1em;
  font-size: 1vw;
}
.ingredient .ingredientimg {
  width: 79%;
  height: auto;
}

.cp {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #A68486;
  font-size: 2vw;
  letter-spacing: 0.19em;
  padding: 35px;
  margin: 145px 145px 0 145px;
}

@media screen and (max-width: 500px) {
  header .header-pc {
    display: none;
  }
  header .logo {
    display: none;
  }
  header .header-sp {
    display: block;
    width: 100%;
  }
  .about .aboutimg-pc {
    display: none;
  }
  .about .about-inner {
    display: none;
  }
  .about .about-text {
    display: none;
  }
  .about .about-sp {
    display: block;
    color: #A68486;
    letter-spacing: 0.2em;
    font-size: 3vw;
    line-height: 2.7;
    text-align: center;
  }
  .about .about-sp h2 {
    font-weight: 100;
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-top: 20%;
  }
  .about .about-sp p {
    margin-bottom: 10%;
  }
  .about .about-sp .second {
    margin-top: 10%;
  }
  .about .about-sp img {
    width: 100%;
  }
  .service {
    margin: 0;
  }
  .service .service-sp {
    display: block;
    width: 100%;
    margin-bottom: 18%;
  }
  .service .service-header {
    position: relative;
  }
  .service h2 {
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.8;
    letter-spacing: 0.25em;
    color: #A68486;
    position: absolute;
    top: 14%;
    left: 24%;
  }
  .service h2 .br-sp {
    display: block;
  }
  .service .content .service-inner {
    margin: 0 10%;
  }
  .service .content .service-inner .service-text {
    align-items: inherit;
    border-bottom: solid 1px #A68486;
    width: 100%;
    margin-top: -17%;
  }
  .service .content .service-inner .service-text .list-text {
    margin-top: 18%;
  }
  .service .content .service-inner .service-text .list-text p {
    font-size: 14vw;
  }
  .service .content .service-inner .service-text .item-text {
    font-size: 1vw;
    margin-top: 26%;
  }
  .service .content .service-inner .service-text .item-text p:nth-child(2) {
    font-size: 6vw;
  }
  .service .content .service-cp {
    display: none;
  }
  .contact .sp {
    display: block;
    text-align: center;
    color: #A68486;
    letter-spacing: 0.3em;
    line-height: 3;
    margin-top: 7%;
    margin-bottom: 10%;
  }
  .algae {
    background-color: #fff;
    padding: 20% 0;
    margin-bottom: 20%;
    margin-top: 20%;
  }
  .algae .h2-cp {
    display: none;
  }
  .algae .algae-inner {
    flex-direction: column;
  }
  .algae .algae-inner img {
    width: 85%;
    margin-left: 13%;
  }
  .algae .algae-inner h2 {
    text-align: center;
    color: #4d4d4d;
    border-bottom: solid 1px rgba(109, 109, 109, 0.6);
    font-weight: 100;
    font-size: 4.3vw;
    letter-spacing: 0.2em;
  }
  .algae .algae-inner h2.h2-sp1 {
    display: block;
    width: 45%;
    margin: 10% auto 0 auto;
  }
  .algae .algae-inner h2.h2-sp2 {
    display: block;
    width: 55%;
    margin: 3% auto;
  }
  .algae .algae-inner p {
    color: #4d4d4d;
    text-align: center;
    font-size: 3vw;
    line-height: 2.5;
    letter-spacing: 0.2em;
    margin-top: 5%;
  }
  .algae .algae-inner .br-cp {
    display: none;
  }
  .algae .algae-inner .br-sp {
    display: block;
  }
  .ingredient {
    margin: 0;
    padding: 15% 0;
  }
  .ingredient h3 {
    font-size: 2.6vw;
    letter-spacing: 0.2rem;
  }
  .ingredient h2 {
    font-size: 4vw;
    letter-spacing: 0.4rem;
    margin-top: -1%;
  }
  .ingredient .ingredient-content {
    flex-direction: column;
  }
  .ingredient .ingredient-content .ingredient-area {
    width: 49%;
    margin: -5% 0 20% 29%;
  }
  .ingredient .ingredient-content span {
    font-size: 2.7vw;
  }
  .ingredient .ingredient-inner:nth-child(1) {
    margin-left: 0;
  }
  .ingredient .ingredientimg {
    width: 70%;
    margin: 0 15%;
  }
  .ingredient p {
    font-size: 2.5vw;
    line-height: 2.3em;
    letter-spacing: 0.2em;
  }
  .cp {
    display: none;
  }
  .contact {
    margin-top: 10%;
  }
  .contact .contact-cp {
    display: none;
  }
  .contact .contact-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */