@font-face {
  font-family: "minamotonomincho";
  src: url(../fonts/SourceHanSerif-Bold.otf);
}
main {
  position: relative;
}
main .white_scroll {
  display: none;
}
main .black_scroll {
  position: absolute;
  font-size: 15px;
  color: #000;
  bottom: 910px;
  left: 20px;
  transform: rotate(90deg);
  z-index: 1;
}
main .black_scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 104px;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #000;
}
main .top_key {
  width: 100%;
}
main .top_key img {
  width: inherit;
}
main .algae {
  width: 100%;
  height: 760px;
  padding: 80px 0 0;
  position: relative;
}
main .algae .algae_bg {
  width: 100%;
  max-height: 340px;
  -ms-filter: blur(2px);
  filter: blur(2px);
}
main .algae .algae_text {
  position: absolute;
  text-align: center;
  top: 160px;
  left: 50%;
  width: 90%;
  min-width: 1036px;
  transform: translateX(-50%);
}
main .algae .algae_text .pc {
  display: inline-block;
}
main .algae .algae_text h2 {
  font-size: 26px;
  margin-bottom: 40px;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, transparent 0%, rgba(255, 255, 255, 0.6) 5%, rgba(255, 255, 255, 0.6) 95%, transparent 100%);
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
  line-height: 105px;
}
main .algae .algae_text .algae_text_bottom {
  display: flex;
  height: 326px;
  justify-content: center;
}
main .algae .algae_text .algae_text_bottom img {
  box-shadow: 4px 4px 6px 6px #000;
}
main .algae .algae_text .algae_text_bottom .algae_text_left {
  position: relative;
  width: 300px;
}
main .algae .algae_text .algae_text_bottom .algae_text_left .first_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
main .algae .algae_text .algae_text_bottom .algae_text_left .second_image {
  position: absolute;
  bottom: 0;
  left: 120px;
  width: 146px;
  height: 146px;
  border-radius: 50%;
}
main .algae .algae_text .algae_text_bottom .algae_text_right p {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  padding: 30px 0 30px 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 2%, rgba(255, 255, 255, 0.6) 98%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
main .about {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: rgba(246, 246, 246, 0.3764705882);
  padding-top: 30px;
}
main .about .about_images {
  width: 850px;
  height: 540px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .about .about_images img {
  width: 260px;
  height: 260px;
}
main .about .about_text {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-52%);
}
main .about .about_text p {
  font-size: 20px;
  color: #6e6e6e;
  line-height: 2.6rem;
  white-space: nowrap;
}
main .about .about_text p span {
  font-size: 25px;
  color: #808080;
}
main .about button {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  position: relative;
  text-align: center;
  width: 374px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-color: #dd9dac;
  color: #fff;
  border-radius: 25px;
  box-shadow: 6px 6px 14px 2px #815760;
}
main .about button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: #fff;
}
main .new-arrival {
  text-align: center;
  width: 100%;
  height: 870px;
  padding-top: 60px;
}
main .new-arrival .new-arrival_title h2 {
  font-size: 35px;
  margin-bottom: 30px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
main .new-arrival .new-arrival_title h3 {
  font-size: 30px;
  margin-bottom: 60px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
main .new-arrival .new-arrival_frame {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 1000px;
  color: #ce8a9e;
}
main .new-arrival .new-arrival_frame .new-arrival_content {
  background-color: #fff;
  position: relative;
}
main .new-arrival .new-arrival_frame .new-arrival_content .circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ce8a9e;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_image {
  padding: 14px;
  width: 454px;
}
main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_image img {
  width: 100%;
}
main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_image h4 {
  font-size: 25px;
  padding: 60px 30px 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid 1px #dddddd;
  letter-spacing: 0.2em;
}
main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text p {
  font-size: 22px;
  margin-left: 40px;
}
main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text .new-arrival_cart {
  height: 100%;
  width: 96px;
  background-color: #ce8a9e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  main .white_scroll {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #fff;
    bottom: 1554px;
    left: -10px;
    transform: rotate(90deg);
    z-index: 1;
  }
  main .white_scroll::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 68px;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #000;
  }
  main .black_scroll {
    font-size: 10px;
    bottom: 830px;
    left: auto;
    right: 0;
  }
  main .black_scroll::after {
    left: 64px;
    width: 50px;
  }
  main .algae {
    height: 590px;
    padding: 36px 0 34px;
  }
  main .algae .algae_bg {
    max-height: 154px;
  }
  main .algae .algae_text {
    top: 94px;
    width: 320px;
    min-width: auto;
  }
  main .algae .algae_text .pc {
    display: none;
  }
  main .algae .algae_text h2 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3em;
    color: #a68486;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    background: none;
  }
  main .algae .algae_text .algae_text_bottom {
    height: 417px;
    flex-direction: column;
  }
  main .algae .algae_text .algae_text_bottom .algae_text_left {
    width: 114px;
    height: 66px;
    margin: 0 auto 10px;
  }
  main .algae .algae_text .algae_text_bottom .algae_text_left img {
    box-shadow: 2px 2px 4px 2px #2f364c;
  }
  main .algae .algae_text .algae_text_bottom .algae_text_left .first_image {
    width: 66px;
    height: 66px;
  }
  main .algae .algae_text .algae_text_bottom .algae_text_left .second_image {
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    width: 48px;
    height: 48px;
  }
  main .algae .algae_text .algae_text_bottom .algae_text_right p {
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    background: none;
    color: #515151;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  main .about {
    height: 716px;
    padding-top: 48px;
  }
  main .about .about_wrapper {
    width: 350px;
    position: relative;
    margin: 0 auto;
  }
  main .about .about_images {
    width: 350px;
    height: 586px;
    margin: 0 auto 0;
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
  }
  main .about .about_images img {
    width: 166px;
    height: 166px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  main .about .about_images img:nth-child(1) {
    order: 3;
  }
  main .about .about_images img:nth-child(2) {
    order: 1;
    margin-top: 60px;
  }
  main .about .about_images img:nth-child(3) {
    order: 5;
  }
  main .about .about_images img:nth-child(4) {
    order: 2;
  }
  main .about .about_images img:nth-child(5) {
    order: 6;
  }
  main .about .about_images img:nth-child(6) {
    order: 4;
  }
  main .about .about_images img:nth-child(1), main .about .about_images img:nth-child(5) {
    margin-bottom: 0;
  }
  main .about .about_top {
    width: 240px;
    height: 140px;
    position: absolute;
    top: -10px;
    left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  main .about .about_top h2 {
    font-size: 32px;
    letter-spacing: 0.2em;
    font-family: "minamotonomincho", "Times New Roman", Times, serif;
    color: #815760;
    text-shadow: 1px 1px 1px #000;
  }
  main .about .about_top p {
    text-align: center;
    font-size: 16px;
    color: #484848;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  main .about .about_top button {
    margin-right: 56px;
    border-radius: 15px;
  }
  main .about .about_text {
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
  main .about .about_text p {
    font-size: 15px;
    color: #474747;
    line-height: 1rem;
    white-space: nowrap;
    margin-bottom: 10px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  main .about .about_text p:last-of-type {
    margin-bottom: 20px;
  }
  main .about button {
    font-size: 16px;
    width: 160px;
    height: 30px;
    border-radius: 5px;
    box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.9);
    border-radius: 15px;
  }
  main .about button.pc {
    display: none;
  }
  main .about button::after {
    width: 30px;
    height: 1px;
    right: -14px;
    background-color: #fff;
  }
  main .new-arrival {
    height: 824px;
    padding-top: 16px;
  }
  main .new-arrival .new-arrival_title {
    margin-bottom: 20px;
  }
  main .new-arrival .new-arrival_title h2 {
    font-size: 20px;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 28px;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 3px #fff, 2px 2px 3px #fff;
  }
  main .new-arrival .new-arrival_title h3 {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 3px #fff, 2px 2px 3px #fff;
  }
  main .new-arrival .new-arrival_frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 274px;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content {
    margin-bottom: 30px;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .circle {
    width: 60px;
    height: 60px;
    font-size: 12px;
    top: -20px;
    right: -20px;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_image {
    width: 274px;
    height: auto;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_image h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 14px 0;
    margin: 0 auto;
    border: none;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text {
    height: 36px;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text p {
    font-size: 14px;
    margin-left: 20px;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text .new-arrival_cart {
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .new-arrival .new-arrival_frame .new-arrival_content .new-arrival_text .new-arrival_cart img {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */