@charset "UTF-8";
.page-index {
  width: 660px;
}
.page-index h1 {
  padding-block: 10px;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #345C9F;
}
.page-index .mv {
  position: relative;
}
.page-index .mv__img {
  position: relative;
  z-index: 1;
}
.page-index .mv__product {
  width: 600px;
  height: 394px;
  position: absolute;
  top: 209px;
  left: 14px;
  z-index: 3;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.page-index .mv__txt {
  line-height: 1.5;
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  right: 54px;
  z-index: 2;
}
body[data-viewport="660"][data-device=pc] .page-index .mv__txt {
  font-size: 16px;
}
.page-index .announce {
  padding-block: 60px;
  padding-inline: 30px;
}
.page-index .announce__inner {
  border-radius: 20px;
  background: #345C9F;
  padding: 4px;
}
.page-index .announce__inner__bg {
  background: #fff;
  border-radius: 20px;
  padding-block: 46px;
  padding-inline: 28px;
}
.page-index .announce__title {
  font-size: 30px;
  font-weight: 700;
  color: #345C9F;
  text-align: center;
  margin-bottom: 30px;
}
.page-index .announce__comment {
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
body[data-viewport="660"][data-device=pc] .page-index .announce__comment {
  font-size: 16px;
}
.page-index .announce__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.page-index .announce__box.-isbox01 {
  padding-bottom: 30px;
  border-bottom: 3px solid #333;
}
.page-index .announce__box.-isbox02 {
  padding-top: 30px;
}
.page-index .announce__box.-isbox02 .other {
  font-size: 27px;
  color: #345C9F;
  font-weight: 700;
}
.page-index .announce__box .date {
  color: #DD4C77;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 45px;
  text-align: center;
  border-radius: 5px;
  border: 3px solid #345C9F;
  font-size: 24px;
}
.page-index .about {
  width: 600px;
  margin: 0 auto;
  background: #345C9F;
  border-radius: 40px;
}
.page-index .about__top {
  border: 8px solid #357BBF;
  border-radius: 40px 40px 0px 0px;
  border-bottom: 0;
}
body[data-viewport="660"][data-device=sp] .page-index .about__top::after {
  content: "";
  display: block;
  width: 584px;
  height: 4px;
  background: #345C9F;
  position: absolute;
  left: 39px;
  z-index: 100;
}
.page-index .about__bottom {
  border: 8px solid transparent;
  border-top: 0;
  border-radius: 0px 0px 40px 40px;
  /* 背景を2枚重ねる：1枚目はコンテンツエリアの塗り、2枚目はグラデーションの枠線 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#345C9F), to(#345C9F)), -webkit-gradient(linear, left top, right top, color-stop(50%, #FAC406), color-stop(50%, #E264A0));
  background-image: linear-gradient(#345C9F, #345C9F), linear-gradient(to right, #FAC406 50%, #E264A0 50%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 20px 40px 40px;
}
.page-index .about__ttl {
  width: 383px;
  margin: 30px auto 0;
}
.page-index .about__img {
  margin-top: -15px;
}
.page-index .about__txt {
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
}
.page-index .about__note {
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: right;
  margin-top: 20px;
}
.page-index .athome__ttl {
  width: 500px;
  margin: 0 auto;
}
.page-index .athome__img02 {
  width: 600px;
  margin: 87px auto 0;
  position: relative;
}
.page-index .athome__logo {
  width: 530px;
  height: 47px;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-index .athome__txt {
  padding: 20px 30px 50px 30px;
  color: #345C9F;
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
}
.page-index .products {
  background: #345C9F;
  padding-block: 50px;
  padding-inline: 30px;
}
.page-index .products__ttl {
  width: 542px;
  margin: 0 auto 40px;
}
.page-index .products__note {
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: right;
}
.page-index .products .product {
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 40px;
}
.page-index .products .product__title {
  padding-block: 35px 20px;
  text-align: center;
  color: #4C4948;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.page-index .products .product__title span {
  font-size: 40px;
}
.page-index .products .product__title::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: -16px;
  left: -10px;
  position: absolute;
  z-index: 3;
}
.page-index .products .product__title::after {
  content: "";
  display: block;
  width: 81px;
  height: 74px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 18px;
  right: 75px;
  position: absolute;
}
.page-index .products .product__subtitle {
  padding-block: 20px;
  text-align: center;
  color: #E264A0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.page-index .products .product__subtitle::before {
  content: "";
  display: block;
  width: 500px;
  height: 4px;
  background-color: #E264A0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-index .products .product__subtitle::after {
  content: "";
  display: block;
  width: 4px;
  height: 50px;
  background-color: #E264A0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 46px;
}
.page-index .products .product__img {
  text-align: center;
}
body[data-viewport="660"][data-device=pc] .page-index .products .product__img {
  width: 450px;
  margin: 0 auto;
}
.page-index .products .product__detail {
  width: 500px;
  margin: 0 auto;
  padding-block: 20px;
}
.page-index .products .product__detail p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.page-index .products .product__detail p sub {
  font-size: 55%;
  line-height: 0;
  font-weight: 400;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.page-index .products .product__detail-line01 {
  font-size: 27px;
}
.page-index .products .product__detail-line02 {
  font-size: 24px;
}
.page-index .products .product__detail-line03 {
  font-size: 19px;
}
.page-index .products .product__name {
  background: #E264A0;
  border-radius: 0px 0px 12px 12px;
  padding-block: 20px 25px;
}
.page-index .products .product__name p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  color: #FFFFFF;
}
.page-index .products .product__name-line01 {
  font-size: 34px;
}
.page-index .products .product__name-line02 {
  font-size: 27px;
}
.page-index .products .product.pink {
  border: 4px solid #E264A0;
}
.page-index .products .product.pink .product__title::before {
  background-image: url("/theampoule/images/index/products_label01.svg");
}
.page-index .products .product.pink .product__title::after {
  background-image: url("/theampoule/images/index/products_title_icon01.svg");
}
.page-index .products .product.pink .product__detail p {
  color: #E264A0;
}
.page-index .products .product.blue {
  border: 4px solid #357BBF;
}
.page-index .products .product.blue .product__title::before {
  background-image: url("/theampoule/images/index/products_label02.svg");
}
.page-index .products .product.blue .product__title::after {
  width: 74px;
  height: 73px;
  background-image: url("/theampoule/images/index/products_title_icon02.svg");
}
.page-index .products .product.blue .product__subtitle {
  color: #357BBF;
}
.page-index .products .product.blue .product__subtitle::before {
  background-color: #357BBF;
}
.page-index .products .product.blue .product__subtitle::after {
  background-color: #357BBF;
}
.page-index .products .product.blue .product__detail p {
  color: #357BBF;
}
.page-index .products .product.blue .product__name {
  background: #357BBF;
}
.page-index .products .product.yellow {
  border: 4px solid #FAC406;
}
.page-index .products .product.yellow .product__title::before {
  background-image: url("/theampoule/images/index/products_label03.svg");
}
.page-index .products .product.yellow .product__title::after {
  width: 79px;
  height: 70px;
  background-image: url("/theampoule/images/index/products_title_icon03.svg");
}
.page-index .products .product.yellow .product__subtitle {
  color: #ED782B;
}
.page-index .products .product.yellow .product__subtitle::before {
  background-color: #FAC406;
}
.page-index .products .product.yellow .product__subtitle::after {
  background-color: #FAC406;
}
.page-index .products .product.yellow .product__detail p {
  color: #ED782B;
}
.page-index .products .product.yellow .product__name {
  background: #ED782B;
}
/*# sourceMappingURL=index.css.map */