@charset "UTF-8";
.hero {
  background-size: cover;
  background-position: 24% bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .hero {
    background-position: 32% top;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.hero .btn {
  text-shadow: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .hero .btn {
    font-size: 14px;
  }
}
.hero__home {
  background-position: right bottom;
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__home {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__home {
    background-position: 32% top;
    background-repeat: no-repeat;
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 200px 0 140px;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width:992px) {
  .hero__inner {
    text-align: center;
    padding: 280px 0;
  }
}
.hero__inner .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width:576px) {
  .hero__inner .container {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .hero__inner .container {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .hero__inner .container {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .hero__inner .container {
    max-width: 1240px;
  }
}
.hero__content {
  margin: 0 auto;
}
.hero__copy__jp {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  color: #9c7f4b;
  font-weight: 300;
}
@media screen and (min-width: 360px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__copy__jp {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.hero__title {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .hero__title {
    font-size: 88px;
  }
}
@media screen and (min-width:768px) {
  .hero__title {
    font-size: 150px;
  }
}
@media screen and (min-width:992px) {
  .hero__title {
    display: block;
    font-size: 150px;
  }
}
.hero__description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 360px) {
  .hero__description {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__description {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.hero__circles {
  display: flex;
  justify-content: center;
}
.hero__circles:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.hero__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 5px;
  font-size: 12px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
@media screen and (min-width:992px) {
  .hero__circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.hero__boxes {
  justify-content: center;
}
.hero__boxes > div {
  margin-bottom: 0.5rem;
}
.hero__box {
  width: 100%;
  height: auto;
  line-height: 1.2;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
  border: 1px dotted #ddd;
  font-size: 12px;
}
.hero__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.hero__page {
  padding: 150px 0 100px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width:992px) {
  .hero__page {
    padding: 170px 0 120px;
  }
}
.hero__page.img-hero1 {
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero1 {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero1 {
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__page.img-hero4 {
  background-image: url(../images/mobile/home/hero-4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero4 {
    background-image: url(../images/mobile/home/hero-4.jpg@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero4 {
    background-image: url(../images/home/hero-4.jpg);
  }
}
.hero__page__inner {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 100px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 1;
  color: #fff;
}
.hero__page__inner.is-secoundary {
  background-color: rgba(156, 127, 75, 0.6);
  border: 1px solid #9c7f4b;
}
.hero__page__title {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  font-weight: 200 !important;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .hero__page__title {
    font-size: 28px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__title {
    font-size: 34px;
  }
}
.hero__page__copy_jp {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 360px) {
  .hero__page__copy_jp {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__copy_jp {
    font-size: 20px;
  }
}
@media screen and (min-width:992px) {
  .hero__page__copy_jp {
    font-size: 18px;
  }
}
.hero__page .btn {
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
}
@media screen and (min-width: 360px) {
  .hero__page .btn {
    font-size: 14px;
  }
}
.hero__page__login {
  margin-top: 1rem;
}
.hero__promise {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #9D7D4A;
  text-align: center;
  text-shadow: #fff 1px 0 3px;
  text-shadow: 0 0 2px rgba(157, 125, 74, 0.1), 0 1px 1px rgba(157, 125, 74, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:992px) {
  .hero__promise {
    font-size: 40px;
  }
}

.flexitem {
  align-items: center;
  margin-bottom: 3rem;
}
.flexitem > div {
  margin-bottom: 1rem;
}
.flexitem p {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width:992px) {
  .flexitem p {
    font-size: 13px;
  }
}
.flexitem__headline {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width:992px) {
  .flexitem__headline {
    font-size: 1.25rem;
  }
}
.flexitem img.rounded {
  border-radius: 0.25rem;
}

form {
  text-align: left;
}

.form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-group .font-weight-bold {
  font-weight: 700;
}

.form-control, input[type=password] {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, input[type=password]:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: none;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
}
.form-control:disabled, input[type=password]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control .text-danger, input[type=password] .text-danger {
  color: #dc3545 !important;
}

input[type=password] {
  display: inline;
  width: auto;
}

input[type=submit] {
  border: 1px solid #9c7f4b;
  background-color: #9c7f4b;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
input[type=submit].btn {
  transition: 0.3s;
  padding: 0.64rem 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.is_img {
  background-image: url(../images/gelcream/women.png);
  height: auto;
  width: 100%;
  background-size: cover;
}

.topbg {
  padding-top: 100px;
  padding-left: 180px;
}

.top-titile {
  font-size: 50px;
  color: #707070;
  line-height: normal;
  letter-spacing: normal;
}

.top-bigtitile {
  font-size: 153px;
  color: #707070;
  line-height: normal;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  letter-spacing: normal;
}

.topbg img {
  margin-top: 50px;
  width: 430px;
  height: 149px;
}

.titile {
  font-size: 80px;
  color: #9C7F4A;
  font-weight: lighter;
  text-align: center;
}

.second-title {
  font-size: 35px;
  text-align: center;
}

.vavairagelcream {
  padding-top: 100px;
  position: relative;
}

.gel-img img {
  width: 647px;
  height: 567px;
  margin-left: 200px;
  margin-top: 40px;
}

.gel-bg {
  display: flex;
  flex-direction: row-reverse;
  background-color: #F5F8FA;
  width: 1041px;
  height: 494px;
  margin: -250px 0 300px auto;
}

.inner {
  background-color: rgba(255, 255, 255, 0.7);
  width: 644px;
  height: 297px;
  margin: 100px 200px;
}

.inner p {
  padding: 50px;
  font-size: 20px;
  letter-spacing: normal;
}

.gel-bg p span {
  font-size: 12px;
  line-height: 80px;
}

.sub-title {
  width: 400px;
  height: 1000px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/gelcream/water-right.png);
  background-position: top left;
  background-size: contain;
  padding-top: 380px;
  padding-left: 80px;
}

.sub-title img {
  width: 180px;
  height: 424px;
}

.two-bun {
  margin-right: 90px;
  margin-top: 80px;
  background-color: #F8F2E9;
  width: 1140px;
  height: 450px;
  margin: 0 0 0 auto;
  padding-top: 60px;
}

.two-bun2 {
  margin-left: 90px;
  margin-top: 80px;
  background-color: #F5F8FA;
  width: 1140px;
  height: 450px;
  margin: 0 auto 0 0;
  padding-top: 60px;
}

.two-way {
  margin: 150px 0 300px;
  position: relative;
}

.suiteki {
  background-image: url(../images/gelcream/water-left.png);
  background-position: left top 1100px;
}

.two-way2 {
  margin: 100px auto 50px 0;
  position: relative;
}

.two-way img {
  width: 480px;
  height: 480px;
  box-shadow: 20px 20px white;
  position: absolute;
  display: block;
  top: -150px;
  right: 200px;
}

.two-way2-img {
  width: 480px;
  height: 480px;
  box-shadow: 20px 20px white;
  position: absolute;
  display: block;
  top: -150px;
  left: 200px;
}

.midashi {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 35px;
  position: relative;
  left: -100px;
}

.naiyou {
  font-size: 20px;
  width: 470px;
  height: auto;
  letter-spacing: normal;
  position: relative;
  left: -100px;
}

.two-bun2 .midashi {
  width: 470px;
  right: -100px;
  left: auto;
  margin: 0 0 0 auto;
}

.two-bun2 .naiyou {
  right: -100px;
  left: auto;
  margin: 0 0 0 auto;
}

.recommend {
  background-image: url(../images/gelcream/water-right2.png);
  background-position: right top -50px;
  padding-top: 100px;
  position: relative;
}

.bg-gold {
  background-color: #F8F2E9;
  width: 1240px;
  height: 767px;
  margin: 50px 0 0 auto;
  padding-top: 180px;
}

.osusen {
  position: absolute;
  top: 350px;
  right: 800px;
}

.osusume {
  font-size: 30px;
  color: #AF986E;
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin-left: 110px;
}

.sen {
  width: 60px;
  border: 0;
  border-top: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  bottom: 1px;
  right: -56px;
}

.reccomend-p {
  font-size: 20px;
  letter-spacing: normal;
  line-height: normal;
  padding-top: 30px;
}

.reccomend-p span {
  font-size: 30px;
  padding-right: 10px;
  padding-left: 110px;
}

.kome {
  font-size: 12px;
  padding-left: 120px;
}

.osugel-img {
  width: 519px;
  height: 440px;
  position: absolute;
  top: 460px;
  right: 80px;
}

.point {
  padding-top: 100px;
  position: relative;
}

.point-bgimg img {
  width: 320px;
  height: 520px;
  position: absolute;
  top: -85px;
}

.point-4 {
  display: flex;
  margin-top: 150px;
  margin-bottom: 100px;
  position: relative;
  justify-content: space-around;
}

.pointbg {
  position: absolute;
  top: -40px;
  padding-left: 40px;
}

.pointbg p {
  font-size: 60px;
  font-family: "Parisienne", cursive;
  background-color: #F5F8FA;
  width: 226px;
  height: 111px;
  padding: 0px 5px;
  transform: rotate(-10deg);
  text-align: center;
}

.circle {
  border-radius: 50%;
  width: 320px;
  height: 320px;
  background-color: white;
  box-shadow: 10px 5px 5px #F7F7F8, 0px 10px 5px #F7F7F8 inset;
}

.circle p {
  font-size: 25px;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
}

.ingredients-bg {
  background-color: #F8F2E9;
  height: 1130px;
  padding: 50px;
}

.ingredients-white {
  border: 3px solid white;
  padding: 60px 60px;
}

.extract {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.set {
  width: 33%;
  text-align: center;
}

.set img {
  width: 195px;
  height: 195px;
}

.set p {
  font-size: 20px;
  line-height: 30px;
}

.ingredients-bun {
  padding-top: 50px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 800px;
}

.ingredients-p {
  font-size: 20px;
}

.ingredients-mini {
  font-size: 12px;
}

.particular-bg {
  background-image: url(../images/gelcream/water-bg.png);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-size: cover;
  background-position: bottom;
  padding-top: 50px;
  padding-bottom: 100px;
}

.particular-title p {
  font-size: 30px;
  text-align: center;
}

.particular-title span {
  font-weight: bold;
}

.point3 {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.point2 {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

.point5 p {
  font-size: 22px;
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.point5 {
  background-image: url(../images/gelcream/cream-maru.png);
  background-position: center center;
  width: 270px;
  height: 270px;
}

.movie {
  margin: 0 auto;
  width: 800px;
}

.goods {
  margin-top: 100px;
  margin-bottom: 250px;
}

.goods-img {
  position: absolute;
  top: 150px;
  left: 200px;
  width: 520px;
  height: 405px;
  box-shadow: 20px 20px white;
}

.goods-img1 {
  position: absolute;
  top: 250px;
  right: 190px;
  width: 520px;
  height: 405px;
  box-shadow: 20px 20px white;
}

.goods-bg {
  margin: 180px 0 150px auto;
  width: 530px;
  position: relative;
  z-index: 10;
}

.goods-bg2 {
  margin: 180px auto 150px 250px;
  width: 530px;
  position: relative;
  z-index: 10;
}

.goods-yoko {
  position: relative;
  padding-top: 10px;
}
.goods-yoko::before {
  content: "";
  background-color: #F8F2E9;
  width: 990px;
  height: 590px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0px;
}
.goods-yoko::after {
  content: "";
  background-image: url(../images/gelcream/water-right3.png);
  background-position: right 70px top -90px;
  width: 990px;
  height: 590px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

.goods-yoko1 {
  position: relative;
  padding-top: 100px;
}
.goods-yoko1::before {
  content: "";
  background-color: #F8F2E9;
  width: 990px;
  height: 590px;
  display: block;
  position: absolute;
  top: 150px;
  left: 0px;
}
.goods-yoko1::after {
  content: "";
  background-image: url(../images/gelcream/water-left3.png);
  background-position: left 0px top -110px;
  width: 990px;
  height: 590px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.goods-gold {
  font-size: 35px;
  color: #9C7F4A;
  letter-spacing: normal;
  line-height: normal;
}

.goods-b {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}

.goods-p {
  font-size: 25px;
  letter-spacing: normal;
  line-height: normal;
}

.goods-m {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}

.goods-m span {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-left: 5px;
}

.btn1 {
  text-align: center;
  margin-top: 40PX;
}

.btn1 a {
  color: #9C7F4A;
  display: inline-block;
  height: 50px;
  font-size: 16px;
  padding: 10px 50px;
  margin: 0 auto;
  border: solid 3px;
  border-color: #9C7F4A;
  border-radius: 20px;
  background-color: white;
}

.online {
  background-image: url(../images/gelcream/online.png);
  width: 100%;
  height: 454px;
  background-size: cover;
}

.online-p {
  font-size: 25px;
  color: white;
  text-align: center;
  line-height: normal;
  margin-bottom: 0px;
  padding-top: 140px;
  font-weight: bold;
}

.online-title {
  font-size: 80px;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

.btn2 {
  text-align: center;
}

.btn2 a {
  color: white;
  display: inline-block;
  height: 65px;
  font-size: 25px;
  padding: 10px 50px;
  margin: 0 auto;
  border: solid 2px;
  border-color: white;
}

.online-bun {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 30px;
  width: 940px;
}

.online-bun p {
  font-size: 20px;
}

.container-ch {
  padding-top: 150px;
}

.change {
  background-color: #F5F8FA;
  width: 770px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}

.change-bun {
  padding-top: 50px;
  margin-left: -180px;
}

.change img {
  width: auto;
  height: 404px;
  position: absolute;
  right: -80px;
  top: 280px;
}

.change-title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: normal;
}

.change-p {
  font-size: 20px;
  padding-top: 10px;
  letter-spacing: normal;
  width: 700px;
}

.partner {
  margin-top: 200px;
}

.partner-yoko {
  display: flex;
  padding-top: 50px;
  margin: 0 auto;
}

.partner-yoko img {
  width: 520px;
  height: auto;
  padding-right: 20px;
}

.partner-title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0px;
}

.partner-bun {
  font-size: 20px;
  width: 480px;
  letter-spacing: normal;
}

h3 {
  text-align: center;
  font-size: 25px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.messe {
  font-size: 20px;
  letter-spacing: normal;
  padding-bottom: 200px;
}

.koe {
  margin-bottom: 80px;
  display: flex;
  gap: 0px 150px;
}

.koeimg {
  width: 50%;
  text-align: center;
}

.koe img {
  width: 437px;
  height: auto;
}

.mobabr {
  display: none;
}

.pcbr {
  display: block;
}

@media screen and (max-width: 767px) {
  .is_img {
    background-image: url(../images/gelcream/top_moba.png);
    height: 302px;
    width: 100%;
    background-size: auto 242px;
    background-position: center top 60px;
  }
  .topbg {
    padding-top: 55px;
    padding-left: 30px;
  }
  .top-titile {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .top-titile span {
    margin-left: -15px;
  }
  .top-bigtitile {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .top-bigtitile span {
    padding-left: 0px;
  }
  .topbg img {
    width: 116px;
    height: 40px;
    margin-top: 20px;
  }
  .titile {
    font-size: 40px;
  }
  .second-title {
    font-size: 20px;
  }
  .vavairagelcream {
    padding-top: 10px;
    position: relative;
  }
  .gel-img img {
    width: 314px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
  }
  .sub-title {
    width: 70px;
    height: 500px;
    position: absolute;
    right: 10px;
    top: 70px;
    background-position: top left;
    padding-top: 100px;
    padding-left: 0px;
  }
  .sub-title img {
    width: 46px;
    height: auto;
  }
  .gel-bg {
    display: block;
    flex-direction: row-reverse;
    width: auto;
    height: 191px;
    margin: -120px 0 300px auto;
  }
  .gel-bg p span {
    font-size: 12px;
    line-height: 20px;
  }
  .inner {
    width: 217px;
    height: 246px;
    margin: 55px 0px 0px auto;
    position: absolute;
    right: 0;
    left: auto;
  }
  .inner p {
    padding: 20px;
    font-size: 14px;
  }
  .midashi {
    font-size: 18px;
    padding-left: 30px;
    left: 0px;
    top: -11px;
    margin-bottom: 0px;
    line-height: 1.2;
  }
  .naiyou {
    font-size: 14px;
    width: 213px;
    height: 253px;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0px;
  }
  .two-bun2 .midashi {
    width: 175px;
    right: -130px;
    left: auto;
    margin: 0 0 30px 0;
  }
  .two-bun2 .naiyou {
    width: 213px;
    height: 253px;
    left: 0px;
  }
  .suiteki {
    background-position: left -30px top 610px;
    background-size: 130px;
  }
  .two-way {
    margin-bottom: 230px;
  }
  .two-way img {
    width: 188px;
    height: 166px;
    box-shadow: none;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 0px;
    display: block;
    position: absolute;
    top: -30px;
    right: 0px;
  }
  .two-way2 {
    margin: 100px auto 150px 0;
  }
  .two-way2-img {
    width: 188px;
    height: 166px;
    box-shadow: none;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: -20px;
    left: 0px;
  }
  .two-bun {
    width: 336px;
    height: 171px;
    margin: 0 auto 0 0;
    padding-top: 0px;
  }
  .two-bun2 {
    width: 325px;
    height: 171px;
    margin: 0 0 0 auto;
    padding-top: 0px;
    background-color: #F8F2E9;
  }
  .recommend {
    background-image: url(../images/gelcream/water-right2.png);
    background-position: right top 130px;
    padding-top: 100px;
    background-size: 80px;
    height: 300px;
  }
  .osusen {
    top: 220px;
    right: 180px;
  }
  .osusume {
    font-size: 18px;
    margin-left: 20px;
  }
  .sen {
    width: 35px;
    right: -28px;
    bottom: 3px;
    transform: rotate(50deg);
  }
  .reccomend-p {
    font-size: 14px;
    padding-top: 0px;
  }
  .reccomend-p span {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .kome {
    font-size: 10px;
    padding-left: 30px;
  }
  .osugel-img {
    width: 192px;
    height: 145px;
    top: 320px;
    right: 0px;
  }
  .bg-gold {
    width: 253px;
    height: 350px;
    margin: 0px;
    padding-top: 0px;
    position: absolute;
    top: 450px;
  }
  .reccomend-yoko {
    display: block;
  }
  .reccomend-p {
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    padding-top: 20px;
    padding-left: 5px;
  }
  .reccomend-p span {
    font-size: 14px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .point {
    padding-top: 550px;
  }
  .point-bgimg img {
    width: 120px;
    height: 165px;
    top: 510px;
  }
  .point-4 {
    margin-top: 80px;
    margin-bottom: 100px;
    position: relative;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .pointmb50 {
    width: 50%;
    position: relative;
    margin-bottom: 70px;
  }
  .pointbg {
    position: absolute;
    top: -40px;
    padding-left: 40px;
  }
  .pointmb50:nth-child(even) {
    position: relative;
    top: 150px;
  }
  .pointbg p {
    font-size: 30px;
    width: 111px;
    height: 54px;
  }
  .circle {
    width: 180px;
    height: 180px;
  }
  .circle p {
    font-size: 14px;
    width: 180px;
    height: 180px;
    padding-top: 0px;
  }
  .ingredients-bg {
    background-color: transparent;
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .ingredients-white {
    border: 0;
    padding: 0px;
  }
  .extract {
    gap: 0px 0;
  }
  .set img {
    width: 90px;
    height: 90px;
  }
  .set p {
    font-size: 14px;
    color: #9C7F4A;
    line-height: normal;
  }
  .ingredients-bun {
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0 auto;
    width: 333px;
  }
  .ingredients-p {
    font-size: 12px;
  }
  .ingredients-mini {
    font-size: 10px;
  }
  .particular-bg {
    background-image: url(../images/gelcream/water-bg.png);
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
  }
  .particular {
    margin-bottom: 30px;
  }
  .particular-title p {
    font-size: 20px;
  }
  .point3 {
    gap: 20px;
  }
  .point2 {
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .point5 p {
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .point5 {
    background-image: url(../images/gelcream/cream-maru.png);
    background-size: cover;
    width: 90px;
    height: 90px;
  }
  .full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #fff;
    padding: 30px 0px;
  }
  .movie-gray {
    padding: 70px 0px;
  }
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .goods {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .goods-img {
    width: 174px;
    height: 136px;
    box-shadow: 5px 5px white;
    top: 0px;
    left: 0px;
  }
  .goods-img1 {
    top: 30px;
    right: 0px;
    width: 40vw;
    height: auto;
    box-shadow: 0px 0px 0px 5px white;
  }
  .goods-bg {
    margin: 50px 0 10px auto;
    width: 180px;
  }
  .goods-bg2 {
    margin: 80px auto 10px 20px;
    width: 180px;
  }
  .goods-yoko {
    padding-top: 5px;
  }
  .goods-yoko::before {
    content: "";
    width: 276px;
    height: 163px;
    top: 30px;
    right: 0px;
  }
  .goods-yoko::after {
    content: "";
    background-position: right 0px top 10px;
    background-size: cover;
    width: 70px;
    height: 163px;
    top: -110px;
    right: 0px;
  }
  .goods-yoko1 {
    padding-top: 5px;
  }
  .goods-yoko1::before {
    content: "";
    width: 276px;
    height: 163px;
    top: 60px;
    left: 0px;
  }
  .goods-yoko1::after {
    content: "";
    background-position: left 0px top 0px;
    background-size: cover;
    width: 110px;
    height: 163px;
    top: -80px;
    left: 0px;
  }
  .goods-gold {
    font-size: 18px;
    color: #080808;
    margin-bottom: 0px;
  }
  .goods-b {
    font-size: 14px;
  }
  .goods-p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .goods-m {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .goods-m span {
    font-size: 13px;
    margin-left: 5px;
  }
  .btn1 {
    text-align: center;
    margin-top: 5PX;
  }
  .btnmoba {
    margin-top: 20px;
    position: relative;
    left: -30px;
  }
  .btn1 a {
    height: 30px;
    font-size: 9px;
    padding: 7px 30px;
    border: solid 2px;
    border-radius: 10px;
  }
  .online {
    background-image: url(../images/gelcream/online-moba.png);
    width: 100%;
    height: 224px;
    background-size: cover;
  }
  .online-p {
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 40px;
    font-weight: normal;
  }
  .online-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .btn2 a {
    height: 44px;
    font-size: 14px;
    padding: 10px 20px;
    border: solid 2px;
  }
  .online-bun {
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    padding-top: 10px;
    width: auto;
  }
  .online-bun p {
    font-size: 14px;
  }
  .container-ch {
    padding-top: 50px;
  }
  .change {
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .change-bun {
    padding-top: 0px;
    margin-left: 0px;
  }
  .change img {
    display: none;
  }
  .change-title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    border-bottom: 10px solid #F8F2E9;
    width: 256px;
    margin: 0 auto;
  }
  .change-p {
    font-size: 14px;
    padding-top: 20px;
    width: auto;
  }
  .partner {
    margin-top: 0px;
  }
  .partner-yoko {
    display: block;
  }
  .partner-yoko img {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .partner-title {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0px;
  }
  .moba-title {
    font-size: 16px;
    font-weight: normal;
  }
  .partner-bun {
    font-size: 16px;
    width: auto;
  }
  h3 {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .messe {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .koe {
    margin-bottom: 30px;
    display: block;
  }
  .koeimg {
    margin-bottom: 30px;
  }
  .koe img {
    width: 350px;
  }
  .mobabr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}/*# sourceMappingURL=page-gelcream-en.css.map */