@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.biororganics_lp {
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  color: #666666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(750 * 100vw/750);
  z-index: 1;
}
.biororganics_lp img,
.biororganics_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.biororganics_lp picture {
  display: block;
}
.biororganics_lp a {
  display: block;
  color: inherit;
}
.biororganics_lp *:focus {
  outline: none;
}
.biororganics_lp a,
.biororganics_lp label {
  -webkit-tap-highlight-color: rgba(102, 86, 126, 0.4);
}
.biororganics_lp input {
  display: none;
}
.biororganics_lp li,
.biororganics_lp ol {
  list-style-type: none;
}
.biororganics_lp .spOnly {
  display: block;
}
.biororganics_lp .pcOnly {
  display: none;
}
.biororganics_lp ::-moz-selection {
  color: #ffffff;
  background-color: rgb(102, 86, 126);
}
.biororganics_lp ::selection {
  color: #ffffff;
  background-color: rgb(102, 86, 126);
}
.biororganics_lp .fv__mv,
.biororganics_lp .anim {
  opacity: 0;
}
.biororganics_lp .anim_enable:not(.fv__mv) {
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.biororganics_lp .fv__mv.anim_enable {
  -webkit-animation: mv_fade 1s ease forwards;
          animation: mv_fade 1s ease forwards;
}
@-webkit-keyframes mv_fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv_fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .biororganics_lp a {
    transition: none;
  }
  .biororganics_lp a:hover {
    opacity: 1;
  }
  .biororganics_lp #share {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    bottom: calc(38 * 100vw/750);
  }
}

/* .biororganics_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.biororganics_lp {
  --color-text: #231815;
  --color-accent: #66567E;
  --color-button-bg-haqura: #7D7D8D;
  --color-button-bg-natura: #AF9080;
}
.biororganics_lp .section__title {
  margin-bottom: calc(14 * 100vw/750);
  color: var(--color-accent);
  font-family: "futura-pt", sans-serif;
  font-size: calc(86 * 100vw/750);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.142em;
  text-align: center;
}
.biororganics_lp .section__title .samll-letter {
  transform: translateY(calc(-15 * 100vw/750));
  display: inline-block;
  padding: 0 calc(10 * 100vw/750);
  font-size: calc(41 * 100vw/750);
  font-weight: 400;
}
.biororganics_lp .section__text {
  color: var(--color-text);
  font-size: calc(21 * 100vw/750);
  font-weight: 600;
  line-height: 1.76;
  letter-spacing: 0.147em;
  text-align: center;
}
.biororganics_lp .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(30 * 100vw/750) calc(24 * 100vw/750);
  padding-bottom: calc(65 * 100vw/750);
}
.biororganics_lp .link__button {
  text-align: center;
}
.biororganics_lp .link .all_button {
  padding: calc(14 * 100vw/750) 0 calc(24 * 100vw/750);
  height: auto;
  background-color: #fff8d9;
  width: calc(410 * 100vw/750);
}
.biororganics_lp .link .all_button .link__text.en {
  font-family: "futura-pt", sans-serif;
  font-size: calc(34 * 100vw/750);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
.biororganics_lp .link .all_button .link__text {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(12 * 100vw/750);
       column-gap: calc(12 * 100vw/750);
  position: relative;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(20 * 100vw/750);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  z-index: 0;
}
.biororganics_lp .link .all_button .link__text:not(.link__text.en)::after {
  content: "";
  width: calc(10 * 100vw/750);
  height: calc(14 * 100vw/750);
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.biororganics_lp .link .normal_button {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(12 * 100vw/750);
       column-gap: calc(12 * 100vw/750);
  position: relative;
  padding: calc(34 * 100vw/750) 0;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(22 * 100vw/750);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.1em;
  width: calc(338 * 100vw/750);
  z-index: 0;
}
.biororganics_lp .link .normal_button:nth-of-type(1) {
  background-image: url(../img/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #66567e;
}
.biororganics_lp .link .normal_button:nth-of-type(1)::after {
  background-color: #66567e;
}
.biororganics_lp .link .normal_button:nth-of-type(2) {
  background-color: #8084A9;
  color: #ffffff;
}
.biororganics_lp .link .normal_button:nth-of-type(2)::after {
  background-color: #ffffff;
}
.biororganics_lp .link .normal_button::after {
  content: "";
  width: calc(12 * 100vw/750);
  height: calc(16.5 * 100vw/750);
  mask-image: url(../img/arrow2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/arrow2.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.biororganics_lp .product_list {
  display: flex;
  justify-content: center;
}
.biororganics_lp .product_item--copy {
  margin-bottom: calc(20 * 100vw/750);
  font-size: calc(25 * 100vw/750);
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.2em;
  text-align: center;
}
.biororganics_lp .product_item .item__button {
  margin-top: calc(16 * 100vw/750);
  padding: calc(12 * 100vw/750) 0 calc(20 * 100vw/750);
  color: #ffffff;
}
.biororganics_lp .product_item .button__text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(18 * 100vw/750);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 0;
}
.biororganics_lp .product_item .button__buytext {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(10 * 100vw/750);
       column-gap: calc(10 * 100vw/750);
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-size: calc(33 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.biororganics_lp .product_item .button__buytext::after {
  content: "";
  width: calc(12 * 100vw/750);
  height: calc(16 * 100vw/750);
  background-image: url(../img/arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.biororganics_lp .haqura__item .product_item--copy {
  color: var(--color-button-bg-haqura);
}
.biororganics_lp .haqura__item .item__button {
  background-color: var(--color-button-bg-haqura);
}
.biororganics_lp .nature__item .product_item--copy {
  color: var(--color-button-bg-natura);
}
.biororganics_lp .nature__item .item__button {
  background-color: var(--color-button-bg-natura);
}
.biororganics_lp .fv__img {
  margin-bottom: calc(40 * 100vw/750);
}
.biororganics_lp .fv__text-img {
  margin: auto;
  width: calc(555 * 100vw/750);
}
.biororganics_lp .fv__item {
  margin: 0 auto calc(30 * 100vw/750);
}
.biororganics_lp .fv__text {
  margin-bottom: calc(45 * 100vw/750);
  color: var(--color-text);
  font-size: calc(24 * 100vw/750);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.217em;
  text-align: center;
}
.biororganics_lp .wrap01 {
  background-image: url(../img/bg1_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.biororganics_lp .wrap01 .limited {
  padding-top: calc(70 * 100vw/750);
}
.biororganics_lp .wrap01 .limited__text {
  text-align: left;
}
.biororganics_lp .wrap01 .limited__title {
  position: relative;
  z-index: 0;
}
.biororganics_lp .wrap01 .limited__title::after {
  content: "";
  position: absolute;
  top: calc(-20 * 100vw/750);
  right: calc(38 * 100vw/750);
  width: calc(265.8 * 100vw/750);
  height: calc(58.5 * 100vw/750);
  background-image: url(../img/text_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.biororganics_lp .wrap01 .limited__title .logo {
  width: calc(276 * 100vw/750);
}
.biororganics_lp .limited .logo {
  margin-bottom: calc(28 * 100vw/750);
  padding-left: calc(70 * 100vw/750);
}
.biororganics_lp .limited .text {
  margin-bottom: calc(40 * 100vw/750);
  color: var(--color-accent);
  font-size: calc(53 * 100vw/750);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.06em;
  text-align: center;
}
.biororganics_lp .limited__datawrap {
  position: relative;
  margin-left: auto;
  margin-right: calc(30 * 100vw/750);
  width: calc(313 * 100vw/750);
  z-index: 1;
}
.biororganics_lp .limited .price {
  margin-top: calc(28 * 100vw/750);
  font-family: "futura-pt", sans-serif;
  font-size: calc(35 * 100vw/750);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: right;
}
.biororganics_lp .limited .yen {
  font-size: calc(16 * 100vw/750);
  font-weight: 600;
  letter-spacing: 0.276em;
}
.biororganics_lp .limited .tax {
  font-size: calc(13 * 100vw/750);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.biororganics_lp .limited__imgwrap {
  position: relative;
  margin-top: calc(-200 * 100vw/750);
  margin-bottom: calc(30 * 100vw/750);
  width: calc(700 * 100vw/750);
  height: calc(497 * 100vw/750);
  z-index: 0;
}
.biororganics_lp .limited .item-img {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(472 * 100vw/750);
}
.biororganics_lp .limited .logo-img {
  content: "";
  position: absolute;
  bottom: calc(42 * 100vw/750);
  right: 0;
  width: calc(338 * 100vw/750);
}
.biororganics_lp .limited__text {
  padding: 0 calc(30 * 100vw/750);
}
.biororganics_lp .limited__set {
  margin: calc(27 * 100vw/750) calc(30 * 100vw/750) calc(95 * 100vw/750);
  padding: calc(30 * 100vw/750) calc(30 * 100vw/750) calc(28 * 100vw/750);
  border: 1px solid #231815;
  border-radius: calc(14 * 100vw/750);
}
.biororganics_lp .limited__set__title {
  margin-bottom: calc(14 * 100vw/750);
  color: #4a4a4a;
  font-size: calc(24 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.biororganics_lp .limited__set__text {
  color: #4a4a4a;
  font-size: calc(20 * 100vw/750);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
}
.biororganics_lp .limited__set__text p {
  line-height: 1.7;
}
.biororganics_lp .typecolor {
  margin-bottom: calc(85 * 100vw/750);
}
.biororganics_lp .typecolor__itemwrap {
  margin-top: calc(60 * 100vw/750);
}
.biororganics_lp .typecolor__itemwrap {
  -moz-column-gap: calc(68 * 100vw/750);
       column-gap: calc(68 * 100vw/750);
}
.biororganics_lp .typecolor__item {
  width: calc(300 * 100vw/750);
}
.biororganics_lp .webstore {
  padding-bottom: calc(70 * 100vw/750);
}
.biororganics_lp .webstore .section__text a {
  display: inline;
  text-decoration: underline;
}
.biororganics_lp .webstore__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(122 * 100vw/750);
  counter-reset: item;
  margin-top: calc(24 * 100vw/750);
}
.biororganics_lp .webstore__list-item {
  position: relative;
  margin: 0 calc(40 * 100vw/750);
  padding: calc(40 * 100vw/750) calc(35 * 100vw/750) calc(42 * 100vw/750);
  background-color: #ffffff;
}
.biororganics_lp .webstore__list-item::before {
  position: absolute;
  counter-increment: item;
  content: counter(item);
  top: calc(16 * 100vw/750);
  left: calc(56 * 100vw/750);
  color: var(--color-accent);
  font-family: "futura-pt", sans-serif;
  font-size: calc(140 * 100vw/750);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
}
.biororganics_lp .webstore__list-item:not(:last-of-type) {
  position: relative;
  z-index: 0;
}
.biororganics_lp .webstore__list-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: calc(-74 * 100vw/750);
  left: 50%;
  width: calc(36 * 100vw/750);
  height: calc(18 * 100vw/750);
  background-image: url(../img/arrow4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.biororganics_lp .webstore__list-title {
  margin-bottom: calc(38 * 100vw/750);
  padding-left: calc(134 * 100vw/750);
  color: #231815;
  font-size: calc(24 * 100vw/750);
  font-weight: 600;
  line-height: 1.77;
  letter-spacing: 0.076em;
  text-align: left;
}
.biororganics_lp .webstore__list-title small {
  font-size: calc(18 * 100vw/750);
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.biororganics_lp .webstore__itemwrap {
  -moz-column-gap: calc(30 * 100vw/750);
       column-gap: calc(30 * 100vw/750);
}
.biororganics_lp .webstore__item {
  width: calc(286 * 100vw/750);
}
.biororganics_lp .webstore .one-cord {
  margin: 0 auto;
  width: calc(550 * 100vw/750);
}
.biororganics_lp .webstore .two-cord {
  display: flex;
  flex-direction: column;
  row-gap: calc(26 * 100vw/750);
  margin: 0 auto;
  width: calc(550 * 100vw/750);
}
.biororganics_lp .schedule {
  padding-top: calc(114 * 100vw/750);
  padding-bottom: calc(100 * 100vw/750);
  background-color: #ffffff;
}
.biororganics_lp .schedule__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(74 * 100vw/750);
  margin-top: calc(30 * 100vw/750);
}
.biororganics_lp .schedule__item {
  margin: 0 auto;
  padding: calc(35 * 100vw/750);
  background-image: url(../img/bg2_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: calc(14 * 100vw/750);
  overflow: hidden;
  width: calc(570 * 100vw/750);
}
.biororganics_lp .schedule__item:nth-of-type(1) .time {
  font-size: calc(28 * 100vw/750);
  letter-spacing: 0.24em;
}
.biororganics_lp .schedule__item:nth-of-type(2) .time {
  font-size: calc(26 * 100vw/750);
  letter-spacing: 0.18em;
}
.biororganics_lp .schedule__item:nth-of-type(2) .info--item--color {
  position: relative;
}
.biororganics_lp .schedule__item:nth-of-type(2) .info--item--color::before {
  content: "店舗限定";
  position: absolute;
  top: calc(60 * 100vw/750);
  left: 0;
  color: #666666;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(16 * 100vw/750);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.biororganics_lp .schedule__head {
  margin-bottom: calc(16 * 100vw/750);
  padding-bottom: calc(18 * 100vw/750);
  border-bottom: 1px solid #BBBCBC;
}
.biororganics_lp .schedule .data {
  margin-bottom: calc(12 * 100vw/750);
  font-family: "futura-pt", sans-serif;
  font-size: calc(45 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.biororganics_lp .schedule .data .small-letter {
  font-size: calc(20 * 100vw/750);
  font-weight: 600;
}
.biororganics_lp .schedule .time {
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.biororganics_lp .schedule .time .big-letter {
  font-size: calc(33 * 100vw/750);
}
.biororganics_lp .schedule__info {
  display: flex;
  flex-wrap: wrap;
}
.biororganics_lp .schedule__info:not(:last-of-type) {
  margin-bottom: calc(18 * 100vw/750);
}
.biororganics_lp .schedule__info:nth-of-type(1) .schedule__info--head {
  transform: translateY(calc(21 * 100vw/750));
}
.biororganics_lp .schedule__info:nth-of-type(2) .schedule__info--head {
  transform: translateY(calc(9 * 100vw/750));
}
.biororganics_lp .schedule__info--head {
  display: block;
  width: calc(142 * 100vw/750);
  font-size: calc(20 * 100vw/750);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
}
.biororganics_lp .schedule__info--item.info--item--color {
  color: var(--color-accent);
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(26 * 100vw/750);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.24em;
  width: calc(428 * 100vw/750);
}
.biororganics_lp .schedule__info--item.info--store {
  font-family: "futura-pt", sans-serif;
  font-size: calc(26 * 100vw/750);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.biororganics_lp .schedule__info--item.info--note {
  margin-top: calc(30 * 100vw/750);
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(18 * 100vw/750);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.biororganics_lp .schedule__info--item.info--data {
  font-family: "futura-pt", sans-serif;
  font-size: calc(26 * 100vw/750);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.biororganics_lp .schedule__info--item.info--data .small-letter {
  font-size: calc(16 * 100vw/750);
}
.biororganics_lp .product {
  padding-top: calc(92 * 100vw/750);
}
.biororganics_lp .product__texe {
  margin-top: calc(24 * 100vw/750);
  font-size: calc(29 * 100vw/750);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.biororganics_lp .product__texe .en {
  font-family: "futura-pt", sans-serif;
  font-size: calc(39 * 100vw/750);
  font-weight: 500;
}
.biororganics_lp .product__wrap {
  margin-top: calc(68 * 100vw/750);
}
.biororganics_lp .product .product__img-haqura {
  position: relative;
  z-index: 1;
  margin-left: calc(50 * 100vw/750);
  width: calc(484 * 100vw/750);
}
.biororganics_lp .product .product__img-natura {
  position: relative;
  z-index: 1;
  margin-top: calc(96 * 100vw/750);
  margin-left: auto;
  margin-right: calc(50 * 100vw/750);
  width: calc(487 * 100vw/750);
}
.biororganics_lp .product__lineup-list {
  position: relative;
  margin-top: calc(78 * 100vw/750);
  height: calc(580 * 100vw/750);
  z-index: 0;
}
.biororganics_lp .product__lineup-list::after {
  content: "";
  position: absolute;
  top: calc(-55 * 100vw/750);
  left: calc(262 * 100vw/750);
  width: calc(241 * 100vw/750);
  height: calc(699 * 100vw/750);
  background-image: url(../img/product_img_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.biororganics_lp .product__lineup {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: calc(13 * 100vw/750);
       column-gap: calc(13 * 100vw/750);
  position: absolute;
  z-index: 0;
}
.biororganics_lp .product__lineup--item {
  width: calc(170 * 100vw/750);
}
.biororganics_lp .product__lineup--color {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: calc(7 * 100vw/750);
}
.biororganics_lp .product__lineup:nth-of-type(1) {
  top: 0;
  left: calc(120 * 100vw/750);
}
.biororganics_lp .product__lineup:nth-of-type(2) {
  top: calc(170 * 100vw/750);
  left: calc(80 * 100vw/750);
}
.biororganics_lp .product__lineup:nth-of-type(3) {
  top: calc(340 * 100vw/750);
  left: calc(40 * 100vw/750);
}
.biororganics_lp .product__lineup:nth-of-type(4) {
  flex-direction: row-reverse;
  bottom: calc(340 * 100vw/750);
  right: calc(40 * 100vw/750);
}
.biororganics_lp .product__lineup:nth-of-type(5) {
  flex-direction: row-reverse;
  bottom: calc(170 * 100vw/750);
  right: calc(80 * 100vw/750);
}
.biororganics_lp .product__lineup:nth-of-type(6) {
  flex-direction: row-reverse;
  bottom: 0;
  right: calc(120 * 100vw/750);
}
.biororganics_lp .product .image {
  width: calc(40 * 100vw/750);
}
.biororganics_lp .product .color {
  display: inline-block;
  font-size: calc(18 * 100vw/750);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}
.biororganics_lp .product__info-wrap {
  margin-top: calc(82 * 100vw/750);
}
.biororganics_lp .product_item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(14 * 100vw/750);
       column-gap: calc(14 * 100vw/750);
  margin-left: calc(-20 * 100vw/750);
  margin-bottom: calc(36 * 100vw/750);
}
.biororganics_lp .product__info__inner.img {
  width: calc(290 * 100vw/750);
}
.biororganics_lp .product__info__inner.text {
  width: calc(400 * 100vw/750);
}
.biororganics_lp .product__info__inner.text .text {
  font-size: calc(21 * 100vw/750);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: left;
}
.biororganics_lp .product__info .copy {
  font-size: calc(22 * 100vw/750);
}
.biororganics_lp .product__check-list {
  margin-top: calc(25 * 100vw/750);
  padding: calc(22 * 100vw/750);
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: calc(11 * 100vw/750);
}
.biororganics_lp .product .product__check {
  position: relative;
  font-size: calc(18 * 100vw/750);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  padding-left: calc(22 * 100vw/750);
  z-index: 0;
}
.biororganics_lp .product .product__check::before {
  content: "";
  position: absolute;
  top: calc(10 * 100vw/750);
  left: 0;
  width: calc(18 * 100vw/750);
  height: calc(18 * 100vw/750);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.biororganics_lp .product__item__button {
  margin: 0 auto;
  padding: calc(30 * 100vw/750) 0;
  width: calc(400 * 100vw/750);
}
.biororganics_lp .product .haqura__item {
  margin-bottom: calc(74 * 100vw/750);
}
.biororganics_lp .wrap02 {
  background-image: url(../img/bg3_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.biororganics_lp .wrap02 .limited {
  position: relative;
  z-index: 0;
}
.biororganics_lp .wrap02 .limited .logo {
  padding-top: calc(100 * 100vw/750);
  padding-left: calc(53 * 100vw/750);
  width: calc(285 * 100vw/750);
}
.biororganics_lp .wrap02 .limited__datawrap {
  margin-left: calc(45 * 100vw/750);
  margin-right: auto;
}
.biororganics_lp .wrap02 .limited__img {
  margin: calc(50 * 100vw/750) auto calc(26 * 100vw/750);
  width: calc(625 * 100vw/750);
}
.biororganics_lp .wrap02 .limited .price {
  margin-right: calc(124 * 100vw/750);
}
.biororganics_lp .wrap02 .limited .compact_img {
  position: absolute;
  top: calc(210 * 100vw/750);
  right: calc(-10 * 100vw/750);
  width: calc(490 * 100vw/750);
  z-index: 1;
}
.biororganics_lp .wrap02 .limited__set {
  position: relative;
  margin-top: calc(102 * 100vw/750);
  z-index: 0;
}
.biororganics_lp .wrap02 .limited__set::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(-62 * 100vw/750);
  left: 50%;
  width: calc(640 * 100vw/750);
  height: calc(46 * 100vw/750);
  background-image: url(../img/pic07.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.biororganics_lp .bottom_link {
  padding-bottom: calc(80 * 100vw/750);
}

/* .biororganics_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ page-top  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.biororganics_lp #page-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: calc(25 * 100vw/750);
  right: calc(25 * 100vw/750);
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-sizing: border-box;
  width: calc(130 * 100vw/750);
}

#page-top.active,
#share.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .biororganics_lp {
    width: 100%;
    max-width: 100vw;
  }
  .biororganics_lp a {
    cursor: pointer;
  }
  .biororganics_lp .pcOnly {
    display: block;
  }
  .biororganics_lp .spOnly {
    display: none;
  }
  .biororganics_lp .case__headarea__textwrap.anim_enable {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .biororganics_lp .anim_enable.case__box__item {
    -webkit-animation: fade2 1s ease forwards;
            animation: fade2 1s ease forwards;
  }
  .biororganics_lp .anim_enable.case__box__item:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .biororganics_lp .anim_enable.case__box__item:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .biororganics_lp .anim_enable.case__box__item:nth-of-type(4) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .biororganics_lp .anim_enable.case__box__item:nth-of-type(5) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  @-webkit-keyframes fade2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* .biororganics_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .biororganics_lp .section__title {
    margin-bottom: 2rem;
    font-size: 14.2rem;
    letter-spacing: 0.156em;
  }
  .biororganics_lp .section__title .samll-letter {
    transform: translateY(-1.5rem);
    padding: 0 2rem;
    font-size: 6.8rem;
  }
  .biororganics_lp .section__text {
    font-size: 3.4rem;
    line-height: 1.79;
  }
  .biororganics_lp .link {
    margin: 0 auto;
    gap: 5.4rem;
    padding-bottom: 9rem;
    max-width: 120rem;
  }
  .biororganics_lp .link .all_button {
    padding: 1.6rem 0 3.6rem;
    width: 70.6rem;
  }
  .biororganics_lp .link .all_button .link__text.en {
    font-size: 5.9rem;
  }
  .biororganics_lp .link .all_button .link__text {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
  .biororganics_lp .link .all_button .link__text:not(.link__text.en)::after {
    width: 1.8rem;
    height: 2.6rem;
  }
  .biororganics_lp .link .normal_button {
    -moz-column-gap: 2.8rem;
         column-gap: 2.8rem;
    padding: 6.3rem 0;
    font-size: 3.1rem;
    letter-spacing: 0.178em;
    width: 52.8rem;
  }
  .biororganics_lp .link .normal_button::after {
    width: 2.2rem;
    height: 3rem;
  }
  .biororganics_lp .product_item--copy {
    margin-bottom: 3rem;
    font-size: 4.1rem;
    line-height: 1.56;
  }
  .biororganics_lp .product_item .item__button {
    margin-top: 3rem;
    padding: 1.4rem 0 2.2rem;
  }
  .biororganics_lp .product_item .button__text {
    font-size: 2.4rem;
  }
  .biororganics_lp .product_item .button__buytext {
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
    font-size: 5.5rem;
  }
  .biororganics_lp .product_item .button__buytext::after {
    width: 2rem;
    height: 2.8rem;
  }
  .biororganics_lp .fv__img {
    margin-bottom: 5rem;
  }
  .biororganics_lp .fv__text-img {
    width: 81.1rem;
  }
  .biororganics_lp .fv__item {
    margin: 0 auto 3rem;
    max-width: 170rem;
  }
  .biororganics_lp .fv__text {
    margin-bottom: 5rem;
    font-size: 3.8rem;
    line-height: 1.6;
  }
  .biororganics_lp .wrap01 {
    background-image: url(../img/bg1_pc.png);
  }
  .biororganics_lp .wrap01 .limited {
    padding-top: 8rem;
  }
  .biororganics_lp .wrap01 .limited__title::after {
    top: -0.5rem;
    right: 13.3rem;
    width: 44.1rem;
    height: 7.1rem;
    background-image: url(../img/text_pc.png);
  }
  .biororganics_lp .wrap01 .limited__title .logo {
    width: 45.8rem;
  }
  .biororganics_lp .limited {
    margin: 0 auto;
    max-width: 140rem;
  }
  .biororganics_lp .limited .logo {
    margin-bottom: 4.5rem;
    padding-left: 18.6rem;
  }
  .biororganics_lp .limited .text {
    margin-bottom: 4rem;
    font-size: 8.8rem;
    line-height: 1;
  }
  .biororganics_lp .limited__datawrap {
    margin-right: 14rem;
    width: 52rem;
  }
  .biororganics_lp .limited .price {
    margin-top: 2.8rem;
    font-size: 5.8rem;
  }
  .biororganics_lp .limited .yen {
    font-size: 2.6rem;
  }
  .biororganics_lp .limited .tax {
    font-size: 2.1rem;
  }
  .biororganics_lp .limited__imgwrap {
    margin-top: -32.4rem;
    margin-bottom: 4.5rem;
    width: 89.4rem;
    height: 58.6rem;
  }
  .biororganics_lp .limited .item-img {
    width: 86.8rem;
  }
  .biororganics_lp .limited .logo-img {
    bottom: 5rem;
    width: 56rem;
  }
  .biororganics_lp .limited__text {
    padding: 0 14rem;
  }
  .biororganics_lp .limited__set {
    margin: 3.4rem 15rem 13rem;
    padding: 3rem 3rem 2.8rem;
    border-radius: 1.4rem;
  }
  .biororganics_lp .limited__set__title {
    margin-bottom: 1.8rem;
    font-size: 3.1rem;
  }
  .biororganics_lp .limited__set__text {
    font-size: 2.8rem;
  }
  .biororganics_lp .typecolor {
    margin: 0 auto 12.8rem;
    max-width: 140rem;
  }
  .biororganics_lp .typecolor__itemwrap {
    margin-top: 4rem;
  }
  .biororganics_lp .typecolor__itemwrap {
    -moz-column-gap: 11.4rem;
         column-gap: 11.4rem;
  }
  .biororganics_lp .typecolor__item {
    width: 49.7rem;
  }
  .biororganics_lp .webstore {
    margin: 0 auto;
    padding-bottom: 7rem;
    max-width: 140rem;
  }
  .biororganics_lp .webstore__list {
    row-gap: 10rem;
    margin-top: 3.6rem;
  }
  .biororganics_lp .webstore__list-item {
    margin: 0 13.8rem;
    padding: 5rem 7.4rem 4rem;
  }
  .biororganics_lp .webstore__list-item::before {
    top: 1.3rem;
    left: 12rem;
    font-size: 22rem;
  }
  .biororganics_lp .webstore__list-item:not(:last-of-type)::after {
    bottom: -6.7rem;
    width: 5.7rem;
    height: 3rem;
  }
  .biororganics_lp .webstore__list-title {
    margin-bottom: 5rem;
    padding-left: 21.7rem;
    font-size: 3.5rem;
    line-height: 1.77;
  }
  .biororganics_lp .webstore__list-title small {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  .biororganics_lp .webstore__itemwrap {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .biororganics_lp .webstore__item {
    width: 46.2rem;
  }
  .biororganics_lp .webstore .one-cord {
    width: 55rem;
  }
  .biororganics_lp .webstore .two-cord {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    width: 95rem;
  }
  .biororganics_lp .schedule {
    margin: 0 auto;
    padding-top: 11rem;
    padding-bottom: 11.2rem;
    max-width: 140rem;
  }
  .biororganics_lp .schedule__list {
    flex-direction: row;
    gap: 0 5rem;
    margin-top: 4rem;
  }
  .biororganics_lp .schedule__item {
    padding: 3.5rem 4rem;
    background-image: url(../img/bg2_pc.png);
    border-radius: 1.4rem;
    width: 56rem;
  }
  .biororganics_lp .schedule__item:nth-of-type(1) .time {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
  .biororganics_lp .schedule__item:nth-of-type(2) .time {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }
  .biororganics_lp .schedule__item:nth-of-type(2) .info--item--color::before {
    top: 5.8rem;
    font-size: 1.2rem;
  }
  .biororganics_lp .schedule__head {
    margin-bottom: 2rem;
    padding-bottom: 2.4rem;
  }
  .biororganics_lp .schedule .data {
    margin-bottom: 1rem;
    font-size: 4.1rem;
  }
  .biororganics_lp .schedule .data .small-letter {
    font-size: 1.8rem;
  }
  .biororganics_lp .schedule .time .big-letter {
    font-size: 3rem;
  }
  .biororganics_lp .schedule__info:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .biororganics_lp .schedule__info:nth-of-type(1) .schedule__info--head {
    transform: translateY(2.2rem);
  }
  .biororganics_lp .schedule__info:nth-of-type(2) .schedule__info--head {
    transform: translateY(1.2rem);
  }
  .biororganics_lp .schedule__info--head {
    width: 9.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .biororganics_lp .schedule__info--item.info--item--color {
    font-size: 2.4rem;
    width: 46rem;
  }
  .biororganics_lp .schedule__info--item.info--store {
    font-size: 2.2rem;
    font-weight: 400;
  }
  .biororganics_lp .schedule__info--item.info--note {
    margin-top: 2.5rem;
    font-size: 1.3rem;
  }
  .biororganics_lp .schedule__info--item.info--data {
    font-size: 2.5rem;
    font-weight: 400;
  }
  .biororganics_lp .schedule__info--item.info--data .small-letter {
    font-size: 1.4rem;
  }
  .biororganics_lp .product {
    margin: 0 auto 11rem;
    padding-top: 11rem;
    max-width: 140rem;
  }
  .biororganics_lp .product__texe {
    margin-top: 3.8rem;
    font-size: 3.4rem;
    letter-spacing: 0.147em;
  }
  .biororganics_lp .product__texe .en {
    font-size: 3.5rem;
  }
  .biororganics_lp .product__wrap {
    margin-top: 3.6rem;
  }
  .biororganics_lp .product .product__img-haqura {
    margin-left: 13.8rem;
    width: 22.7rem;
  }
  .biororganics_lp .product .product__img-natura {
    margin-top: -29rem;
    margin-right: 13rem;
    width: 23.7rem;
  }
  .biororganics_lp .product__lineup-list {
    margin-top: -23.4rem;
    height: 54.1rem;
  }
  .biororganics_lp .product__lineup-list::after {
    transform: translateX(-50%);
    top: -1.2rem;
    left: 49.8%;
    width: 46.5rem;
    height: 55.5rem;
    background-image: url(../img/product_img_pc.svg);
  }
  .biororganics_lp .product__lineup {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
  .biororganics_lp .product__lineup--item {
    width: 15.8rem;
  }
  .biororganics_lp .product__lineup--color {
    row-gap: 0.6rem;
  }
  .biororganics_lp .product__lineup:nth-of-type(1) {
    left: 55.8rem;
  }
  .biororganics_lp .product__lineup:nth-of-type(2) {
    top: 16rem;
    left: 40.8rem;
  }
  .biororganics_lp .product__lineup:nth-of-type(3) {
    top: 32rem;
    left: 25.8rem;
  }
  .biororganics_lp .product__lineup:nth-of-type(4) {
    bottom: 34.5rem;
    right: 26.8rem;
  }
  .biororganics_lp .product__lineup:nth-of-type(5) {
    flex-direction: row-reverse;
    bottom: 18.5rem;
    right: 41.8rem;
  }
  .biororganics_lp .product__lineup:nth-of-type(6) {
    flex-direction: row-reverse;
    bottom: 0;
    right: 56.8rem;
  }
  .biororganics_lp .product .image {
    width: 3.8rem;
  }
  .biororganics_lp .product .color {
    font-size: 1.1rem;
  }
  .biororganics_lp .product__info-wrap {
    display: flex;
    justify-content: center;
    -moz-column-gap: 4.2rem;
         column-gap: 4.2rem;
    margin-top: 8rem;
  }
  .biororganics_lp .product_item__inner {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-left: 0;
    margin-bottom: 3.8rem;
  }
  .biororganics_lp .product__info__inner.img {
    width: 22rem;
  }
  .biororganics_lp .product__info__inner.text {
    width: 32rem;
  }
  .biororganics_lp .product__info__inner.text .text {
    font-size: 1.4rem;
  }
  .biororganics_lp .product__info .copy {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .biororganics_lp .product__check-list {
    margin-top: 2.5rem;
    padding: 2.2rem;
    border-radius: 1.2rem;
  }
  .biororganics_lp .product .product__check {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    padding-left: 2.2rem;
  }
  .biororganics_lp .product .product__check::before {
    top: 0.7rem;
    width: 1.3rem;
    height: 1.2rem;
  }
  .biororganics_lp .product__item__button {
    margin-inline: auto;
    padding: 2rem 0;
    width: 37.9rem;
  }
  .biororganics_lp .product .haqura__item {
    margin-bottom: 0;
  }
  .biororganics_lp .wrap02 {
    background-image: url(../img/bg3_pc.png);
  }
  .biororganics_lp .wrap02 .limited .logo {
    padding-top: 0;
    padding-left: 19rem;
    width: 45.7rem;
  }
  .biororganics_lp .wrap02 .limited__datawrap {
    margin-left: 14.6rem;
  }
  .biororganics_lp .wrap02 .limited__img {
    margin: 3.8rem auto 5rem;
    width: 104.2rem;
  }
  .biororganics_lp .wrap02 .limited .price {
    margin-right: 22.2rem;
  }
  .biororganics_lp .wrap02 .limited .compact_img {
    top: 17.6rem;
    right: 16.6rem;
    width: 71rem;
  }
  .biororganics_lp .wrap02 .limited__set {
    margin-top: 12.6rem;
  }
  .biororganics_lp .wrap02 .limited__set::before {
    top: -7.4rem;
    width: 81rem;
    height: 5rem;
  }
  .biororganics_lp .bottom_link {
    padding-bottom: 17rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  .biororganics_lp #page-top {
    right: 4rem;
    bottom: 4rem;
    width: 11rem;
  }
  /* .biororganics_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*# sourceMappingURL=style.css.map */