body {
  background-image: url(../img/bg_fv.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffff00;
}

@media screen and (max-width: 600px) {
  body {
    background-size: 100%;
    background-image: url(../img/bg_fv_sp.png);
  }
}

/*---------------------------------------------

	FV

---------------------------------------------*/

.conversionbuttonArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 110;
}

.conversionbutton-topArera {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.conversionbutton-top {
  display: none;
  justify-content: center;
  margin-bottom: -2rem;
}

.conversionbutton-top.show {
  display: flex;
  opacity: 1;
}

.conversionbutton-item:hover {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

.conversionbutton-item {
  display: inline-block;
  width: 9.289063vw;
  max-width: 150px;
  display: inline-flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .conversionbutton-item {
    width: 26.66vw;
  }
}

.conversionbutton-item img {
  width: 100%;
}

.conversionbutton-bottom {
  display: flex;
  justify-content: center;
  width: 29.030625vw;
  min-width: 450px;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.75));
}

.conversionbutton-bottom:hover {
  /* animation: poyopoyo 2s ease-out infinite;
  opacity: 1; */
}

@media screen and (max-width: 910px) {
  .conversionbutton-bottom {
    max-width: 90vw;
  }
}

.conversionbutton-bottom img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .conversionbutton-bottom {
    min-width: 95vw;
    width: 95vw;
    max-width: none;
  }
}

.conversionbutton-bottom :hover {
  opacity: 1;
}

/* -------------------------*/

.secFv {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 74.01vw;
  max-height: 814px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .secFv {
    height: 128.21vw;
  }
}

.secFv__title {
  position: absolute;
  top: 1.1753183153771%;
  left: 50%;
  transform: translateX(-50%);
  width: 91.79487179%;
  z-index: 4;
}

@media screen and (max-width: 600px) {
  .secFv__title {
    width: 95.794872%;
  }
}

.secFv__mv {
  position: relative;
  margin: 0 auto;
  width: 85.579710144928%;
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .secFv__mv {
    width: 100%;
  }
}

.secFv__mvBg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 85.579710144928%;
  mix-blend-mode: darken;
  animation-name: fadeIn1s;
  animation-delay: 1.8s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secFv__mvBg {
    width: 100%;
  }
}

@keyframes fadeIn1s {
  0% {}

  100% {
    opacity: 1;
  }
}

.secFv__subTitle {
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
  width: 63.550724637681%;
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .secFv__subTitle {
    bottom: 8px;
    width: 86.050725%;
  }
}

.secFv__bottle {
  position: absolute;
  width: 25.217391304348%;
}

@media screen and (max-width: 600px) {
  .secFv__bottle {
    width: 29.317391%;
  }
}

.secFv__bottle--shampoo {
  top: 19.392752203722%;
  left: 0;
  z-index: 2;
}

.secFv__bottle--shampooBg {
  top: 19.392752203722%;
  left: 0;
  z-index: 1;
  mix-blend-mode: darken;
  animation-name: fadeIn1s;
  animation-delay: 1.5s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (max-width: 600px) {

  .secFv__bottle--shampoo,
  .secFv__bottle--shampooBg {
    top: auto;
    bottom: 14%;
  }
}

.secFv__bottle--treatment {
  top: 19.392752203722%;
  right: -1.4492753623188%;
  z-index: 2;
}

.secFv__bottle--treatmentBg {
  top: 19.392752203722%;
  right: -1.4492753623188%;
  z-index: 1;
  mix-blend-mode: darken;
  animation-name: fadeIn1s;
  animation-delay: 1.5s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (max-width: 600px) {

  .secFv__bottle--treatment,
  .secFv__bottle--treatmentBg {
    top: auto;
    bottom: 14%;
  }
}

/*---------------------------------------------

	リードセクション

---------------------------------------------*/

/* 泡
-------------------------*/

/* 左上 */
.secRead__bubble01 {
  position: absolute;
  z-index: 3;
  width: 4%;
  bottom: 40rem;
  left: 12%;
  animation: bubble 4s ease-in infinite;
}

@media screen and (max-width: 600px) {
  .secRead__bubble01 {
    width: 6%;
    bottom: 17rem;
    left: 2%;
  }
}

/* 左中央 */
.secRead__bubble02 {
  position: absolute;
  z-index: 6;
  width: 5.7%;
  left: 5%;
  bottom: 40rem;
  animation: bubble 4s ease-in infinite;
  animation-delay: 2s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secRead__bubble02 {
    width: 5%;
    bottom: 15rem;
    left: 2%;
  }
}

/* 左下 */
.secRead__bubble03 {
  position: absolute;
  z-index: 6;
  width: 5%;
  bottom: 10rem;
  left: 3%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 3s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secRead__bubble03 {
    width: 6%;
    bottom: 6rem;
    left: 7%;
    animation-delay: 3s;
    z-index: 1;
  }
}

/* 右下 */
.secRead__bubble04 {
  position: absolute;
  z-index: 1;
  width: 5%;
  bottom: 44rem;
  right: 3%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 3s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secRead__bubble04 {
    width: 6%;
    bottom: 8rem;
    right: 0%;
    animation-delay: 1s;
  }
}

/* 右下 */
.secRead__bubble05 {
  position: absolute;
  z-index: 1;
  width: 6%;
  bottom: 30rem;
  right: 18%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 4s;
}

@media screen and (max-width: 600px) {
  .secRead__bubble05 {
    width: 5%;
    bottom: 2rem;
    right: 4%;
    animation-delay: 3s;
  }
}

/* 右下 */
.secRead__bubble06 {
  position: absolute;
  z-index: 0;
  width: 5%;
  bottom: 8rem;
  right: 10%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 1s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secRead__bubble06 {
    display: none;
  }
}

/*  */
.secRead {
  position: relative;
  padding-bottom: 8.125rem;
  overflow: hidden;
  /* background-color: #ffff00; */
}

@media screen and (max-width: 600px) {
  .secRead {
    padding-bottom: 3.125rem;
  }
}

.menuButtonBlock {
  position: relative;
  height: 33.33vw;
}

@media screen and (max-width: 600px) {
  .menuButtonBlock {
    height: 121.79vw;
  }
}

.menuButtonBlock__buttonBox {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.menuButtonBlock__button {
  position: absolute;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.3s;
}

.menuButtonBlock__button img:hover {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

.menuButtonBlock__button.purchaseCampaign {
  top: 0;
  left: 9.4202898550725%;
  width: 23.04347826087%;
}

@media screen and (max-width: 600px) {
  .menuButtonBlock__button.purchaseCampaign {
    width: 49.043478%;
    top: 4.2194092827004%;
    left: 3.3333333333333%;
  }
}

.menuButtonBlock__button.campaignX {
  left: 39.710144927536%;
  top: 16.593886462882%;
  animation-delay: 1s;
  width: 23.188405797101%;

}


@media screen and (max-width: 600px) {
  .menuButtonBlock__button.campaignX {
    width: 49.588406%;
    top: 23.426160337553%;
    right: -1.025641025641%;
    left: auto;
  }
}

.menuButtonBlock__button.lineup {
  top: 1.9650655021834%;
  right: 7.2463768115942%;
  width: 26.086956521739%;
}

@media screen and (max-width: 600px) {
  .menuButtonBlock__button.lineup {
    width: 64.686957%;
    top: auto;
    bottom: 5.9071729957806%;
    right: auto;
    left: 10.769230769231%;
  }
}

.menuButtonBlock__deco {
  position: absolute;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.3s;
}

.menuButtonBlock__deco01 {
  top: 5.0218340611354%;
  left: 35.869565217391%;
  width: 5.0724637681159%;
}

@media screen and (max-width: 600px) {
  .menuButtonBlock__deco01 {
    width: 11.072464%;
    top: 13.713080168776%;
    right: 30.25641025641%;
    left: auto;
  }
}

.menuButtonBlock__deco02 {
  bottom: 22.707423580786%;
  left: 32.971014492754%;
  width: 5.0724637681159%;
  animation-delay: 1s;
}

@media screen and (max-width: 600px) {
  .menuButtonBlock__deco02 {
    width: 11.072464%;
    top: auto;
    bottom: 46.62447257384%;
    left: 43.589743589744%;
  }
}

.restart {
  position: absolute;
}

.textAreaBlock {
  position: relative;
  padding: 5.5rem 4.3478260869565215vw 3.75rem 4.3478260869565215vw;
  background: #ffffff;
  border-style: Solid;
  border-color: #000000;
  border-width: 6px;
  border-radius: 94px;
  box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 1),
    27px 20px 0px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
  .textAreaBlock {
    padding: 3.4375rem 1.1rem 1.6875rem 1.1rem;
    border-radius: 56px;
    border-width: 4px;
    box-shadow: 7.4px 7.4px 0px 0px rgba(0, 0, 0, 1),
      11px 11px 0px 0px rgba(0, 0, 0, 0.3);
  }
}

.textAreaBlock__text {
  font-weight: 700;
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: 214%;
  letter-spacing: -0.08rem;
  color: #000000;
  font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
  .textAreaBlock__text {
    font-size: 1rem;
    line-height: 37px;
    letter-spacing: 0.02rem;
  }
}

.textAreaBlock__image {
  margin-left: auto;
  margin-right: auto;
  width: 81.365740740741%;
}

@media screen and (max-width: 600px) {
  .textAreaBlock__image {
    width: 100%;
  }
}

.textAreaBlock__image--logo {
  margin: 0 auto;
  width: 17.5rem;
}

@media screen and (max-width: 600px) {
  .textAreaBlock__image--logo {
    width: 56.3%;
  }
}

.secRead__deco {
  position: absolute;
}

.secRead__deco01 {
  top: -9.3278463648834%;
  right: -58.264462809917%;
  width: 85.433884297521%;
  max-width: 827px;
  animation: fuwafuwajouge 1.3s ease-in-out infinite alternate;
  animation-delay: 1s;
}

@media screen and (max-width: 600px) {
  .secRead__deco01 {
    top: -9.4318181818182%;
    right: -36.390532544379%;
    width: 67.433884%;
    animation-duration: 1s;
  }
}

.secRead__deco02 {
  left: -14.462809917355%;
  bottom: -136px;
  width: 37.913223140496%;
}

@media screen and (max-width: 600px) {
  .secRead__deco02 {
    bottom: -6.3636363636364%;
    left: -4.2857142857143%;
    width: 29.313223%;
    z-index: 10;
  }
}

.secRead__deco03 {
  left: -8.6776859504132%;
  bottom: 375px;
  width: 19.628099173554%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .secRead__deco03 {
    left: 0;
    bottom: 9.5454545454545%;
    width: 15.628099%;
  }
}

.secRead__deco04 {
  right: -8.4710743801653%;
  bottom: 38.751714677641%;
  width: 12.396694214876%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

@media screen and (max-width: 600px) {
  .secRead__deco04 {
    right: 3.7142857142857%;
    bottom: 7.3863636363636%;
    width: 8.896694%;
  }
}

.secRead__deco05 {
  left: -16.838842975207%;
  top: 43px;
  width: 11.896694%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

@media screen and (max-width: 600px) {
  .secRead__deco05 {
    left: -35px;
    top: -44px;
    width: 17.896694%;
    animation-duration: 2s;
  }
}

/*---------------------------------------------

	買ってもらえるキャンペーン

---------------------------------------------*/

/* 泡
-------------------------*/

/* 左上 */
.secPurchaseCampaign__bubble01 {
  position: absolute;
  z-index: 5;
  width: 3%;
  bottom: 30%;
  left: 3%;
  animation: bubble 4s ease-in infinite;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__bubble01 {
    width: 6%;
    bottom: 17rem;
    left: 3%;
  }
}

/* 左中央 */
.secPurchaseCampaign__bubble02 {
  position: absolute;
  z-index: 6;
  width: 3%;
  left: 9%;
  bottom: 23%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 2s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__bubble02 {
    width: 5%;
    bottom: 15rem;
    left: 0%;
  }
}

/* 左下 */
.secPurchaseCampaign__bubble03 {
  position: absolute;
  z-index: 6;
  width: 2%;
  bottom: 15%;
  left: 3%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 3s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__bubble03 {
    display: none;
  }
}

/* 右下 */
.secPurchaseCampaign__bubble04 {
  position: absolute;
  z-index: 1;
  width: 2%;
  bottom: 44rem;
  right: 9%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 3s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__bubble04 {
    width: 6%;
    bottom: 16rem;
    right: 0%;
  }
}

/* 右下 */
.secPurchaseCampaign__bubble05 {
  position: absolute;
  z-index: 1;
  width: 2%;
  bottom: 40rem;
  right: 3%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 4s;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__bubble05 {
    width: 4%;
    bottom: 6rem;
    right: 0%;
  }
}

/* 右下 */
.secPurchaseCampaign__bubble06 {
  position: absolute;
  z-index: 1;
  width: 2%;
  bottom: 47rem;
  right: 18%;
  animation: bubble 4s ease-in infinite;
  animation-delay: 1s;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__bubble06 {
    display: none;
  }
}

.secPurchaseCampaign {
  position: relative;
  padding: 6.25rem 0 7.5rem 0;
  background-color: #ff51bc;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign {
    padding: 3rem 0 3.5rem 0;
  }
}

.secPurchaseCampaign .textAreaBlock {
  padding: 6rem 4.3478260869565215vw 5.75rem 4.3478260869565215vw;
}

@media screen and (max-width: 820px) {
  .secPurchaseCampaign .textAreaBlock {
    padding: 2.5rem 0.47rem 5.4375rem 0.47rem;
  }
}

.secPurchaseCampaign__title {
  margin-left: auto;
  margin-right: auto;
  width: 31.6875rem;
  max-width: 90%;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__title {
    width: 76.428571%;
    min-width: auto;
  }
}

.secPurchaseCampaign__subTitle {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__subTitle {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.secPurchaseCampaign__schedule {
  margin-left: auto;
  margin-right: auto;
  width: 49.4375rem;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__schedule {
    width: 100%;
  }
}

.secPurchaseCampaign__text {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__text {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

.secPurchaseCampaign__text--small {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__text--small {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.secPurchaseCampaign__presentImage {
  margin-right: auto;
  width: 87.9%;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__presentImage {
    margin-left: auto;
    width: 88.9%;
  }
}

.secPurchaseCampaign__presentImage--1col {
  margin-left: auto;
  width: 87.190741%;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__presentImage--1col {
    width: 98.4%;
  }
}

.secPurchaseCampaign__detailBlock {
  padding: 0 1.5rem;
}

@media screen and (max-width: 820px) {
  .secPurchaseCampaign__detailBlock {
    padding: 0 0.25rem;
  }
}

.secPurchaseCampaign__detail {
  display: flex;
  align-items: flex-start;
  gap: 2.75rem;
}

@media screen and (max-width: 820px) {
  .secPurchaseCampaign__detail {
    flex-direction: column;
    gap: 0.6rem;
  }
}

.secPurchaseCampaign__detailedTitle {
  padding: 0.3rem 0;
  width: 11.875rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  border: solid 4px #000;
  line-height: 100%;
  border-radius: 25px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__detailedTitle {
    padding: 0.2rem 1rem;
    width: auto;
    font-size: 1rem;
    border: solid 2px #000;
  }
}

.secPurchaseCampaign__detailedTextBlock {
  display: flex;
  flex-direction: column;
}

.secPurchaseCampaign__detailedText {
  font-size: 1.5625rem;
  font-weight: 700;
  flex: 1;
  letter-spacing: normal;
  line-height: 36.52px;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__detailedText {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.secPurchaseCampaign__detailedText--small {
  display: block;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__detailedText--small {
    font-size: 0.75rem;
    line-height: 16px;
  }
}

.secPurchaseCampaign__detailedText--marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__detailedText--marker {
    background: linear-gradient(transparent 70%, #ffff00 70%);
  }
}

.secPurchaseCampaign__detailedTextIcon {
  width: 2.75rem;
  margin-left: 8px;
}

@media screen and (max-width: 820px) {
  .secPurchaseCampaign__detailedTextIcon {
    width: 1rem;
  }
}

.secPurchaseCampaign__deco {
  position: absolute;
  z-index: 1;
}

.secPurchaseCampaign__deco01 {
  bottom: 2.9716655148583%;
  left: -173px;
  width: 45.971074380165%;
  max-width: 445px;
}

@media screen and (max-width: 820px) {
  .secPurchaseCampaign__deco01 {
    bottom: -4.972972972973%;
    left: -8.4795321637427%;
    width: 36.971074%;
    max-width: 445px;
  }
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__deco01 {
    bottom: -2.972972972973%;
  }
}

.secPurchaseCampaign__deco02 {
  bottom: -1.4621968616262%;
  right: -374px;
  width: 70.557851239669%;
  max-width: 683px;
}

@media screen and (max-width: 820px) {
  .secPurchaseCampaign__deco02 {
    bottom: -4.972972972973%;
    right: -11.40350877193%;
    width: 55.7%;
  }
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__deco02 {
    bottom: -2.972972972973%;
  }
}

.secPurchaseCampaign__deco03 {
  top: 110px;
  left: -53px;
  width: 11.260330578512%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.3s;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__deco03 {
    top: 40px;
    left: -18px;
  }
}

.secPurchaseCampaign__deco04 {
  right: -9.3278463648834%;
  top: 150px;
  width: 19.628099173554%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media screen and (max-width: 600px) {
  .secPurchaseCampaign__deco04 {
    top: 100px;
    right: -36px;
  }
}

/*---------------------------------------------

	Xで応募キャンペーン

---------------------------------------------*/
.secCampaignX {
  position: relative;
  padding: 6.25rem 0 6.875rem 0;
  background-color: #ff5f00;
}

@media screen and (max-width: 600px) {
  .secCampaignX {
    padding: 3rem 0 3.5rem 0;
  }
}

.secCampaignX__deco {
  position: absolute;
}

.secCampaignX__deco01 {
  bottom: -30px;
  right: -13.326446280992%;
  width: 31.253704%;
  animation: wobble 2s ease-in-out infinite;
  transform-origin: bottom center;
}

@media screen and (max-width: 600px) {
  .secCampaignX__deco01 {
    width: 27.553704%;
    bottom: -14px;
    right: -9.573099415205%;
  }
}

.secCampaignX__deco02 {
  bottom: 30px;
  left: -3.4090909090909%;
  width: 35.847107438017%;
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@media screen and (max-width: 1200px) {
  .secCampaignX__deco02 {
    left: -10.409091%;
  }
}

@media screen and (max-width: 600px) {
  .secCampaignX__deco02 {
    bottom: 22.794258%;
    left: -25px;
    width: 34.847107%;
  }
}

/* 6/1に変更 */
.yet_image {
  left: 30%;
  top: 20%;
  width: 40%;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .yet_image {
    left: 23%;
    top: 25%;
    width: 60%;
    z-index: 10;
  }
}

.secCampaignX__bubble01 {
  left: -140px;
  top: 19.423558897243%;
  width: 19.628099173554%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

@media screen and (max-width: 600px) {
  .secCampaignX__bubble01 {
    left: -30px;
    top: 19.856459330144%;
    width: 16.628099%;
  }
}

.secCampaignX__bubble02 {
  top: 58px;
  right: 74px;
  width: 7.2314049586777%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-direction: alternate;
}

@media screen and (max-width: 600px) {
  .secCampaignX__bubble02 {
    top: 46px;
    right: 14px;
  }
}

.secCampaignX__bubble03 {
  top: -52px;
  right: 5.7971014492754%;
  width: 6.7%;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-direction: alternate;
  animation-delay: 1.5s;
}

@media screen and (max-width: 600px) {
  .secCampaignX__bubble03 {
    top: 7px;
    right: 5.7971014492754%;
    width: 8.5%;
  }
}

@keyframes wobble {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }
}

.secCampaignX .textAreaBlock {
  padding: 6.5rem 3.25rem 5rem 3.25rem;
}

@media screen and (max-width: 600px) {
  .secCampaignX .textAreaBlock {
    padding: 2.375rem 0rem 3.5rem 0rem;
  }
}

.secCampaignX__title {
  margin-left: auto;
  margin-right: auto;
  width: 28.75rem;
  max-width: 90%;
}

@media screen and (max-width: 600px) {
  .secCampaignX__title {
    width: 66.240741%;
  }
}

.secCampaignX__textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .secCampaignX__textBlock {
    gap: 0.5rem;
  }
}

.secCampaignX__icon {
  width: 7.625rem;
}

@media screen and (max-width: 600px) {
  .secCampaignX__icon {
    width: 3.9375rem;
  }
}

.opa03 {
  opacity: 0.3;
}

.secCampaignX__text {
  font-size: 2.6875rem;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .secCampaignX__text {
    font-size: 1.375rem;
  }
}

.secCampaignX__buttonWrapper {
  display: flex;
  justify-content: center;
}

.secCampaignX__button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.3rem 1.9rem;
  font-size: 2rem;
  color: #ffffff;
  background: #ff5f00;
  border-style: Solid;
  border-color: #000000;
  border-width: 4px;
  border-radius: 100px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);

}

@media screen and (max-width: 600px) {
  .secCampaignX__button {
    padding: 0.2rem 1.4rem;
    font-size: 1rem;
    border-width: 2px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
  }
}

.secCampaignX__buttonIcon {
  width: 2.625rem;
}

@media screen and (max-width: 600px) {
  .secCampaignX__buttonIcon {
    width: 1.125rem;
  }
}

/*---------------------------------------------

	商品ラインナップ

---------------------------------------------*/
.secLineup {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 1rem;
  background-color: #007aff;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .secLineup {
    padding-top: 2.5rem;
  }
}

.secLineup__title {
  margin-left: auto;
  margin-right: auto;
  width: 29.375rem;
  max-width: 90%;
}

@media screen and (max-width: 600px) {
  .secLineup__title {
    width: 71.71345%;
  }
}

.secLineup__deco {
  position: absolute;
}

.secLineup__deco--star {
  width: 100%;
  top: 0;
  z-index: 1;
}

.secLineup__decoWrapper {
  position: relative;
}

.secLineup__twinklestar01 {
  position: absolute;
  position: absolute;
  top: 63.7%;
  left: 5.2%;
  animation: twinklestar 15s infinite linear;
  width: 7.5%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .secLineup__twinklestar01 {
    top: 75.7%;
  }
}

.secLineup__twinklestar02 {
  position: absolute;
  position: absolute;
  top: 82.3%;
  right: 5.2%;
  animation: twinklestar 15s infinite linear;
  width: 7.5%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .secLineup__twinklestar02 {
    top: 84.3%;
    right: 5.6%;
  }
}

@keyframes twinklestar {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.secLineup__deco--jerry {
  top: -34px;
  right: -28.719008264463%;
  width: 53.061224489796%;
  max-width: 519px;
  z-index: 2;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media screen and (max-width: 600px) {
  .secLineup__deco--jerry {
    top: -35px;
    right: -9.6491228070175%;
    width: 43%;
  }
}

.secLineup__deco--tom {
  left: -33.163265306122%;
  bottom: 60px;
  width: 88.061224489796%;
  max-width: 863px;
  animation: fuwafuwajouge 2s ease-in infinite;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.3s;
}

@media screen and (max-width: 600px) {
  .secLineup__deco--tom {
    left: -25.146198830409%;
    bottom: 10.426320667285%;
    width: 77.161224%;
  }
}

.textAreaBlock.lineup {
  padding-left: 0;
  padding-right: 0;
  padding-top: 7.1875rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 600px) {
  .textAreaBlock.lineup {
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}

.textAreaBlockInner {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 70.697959%;
}

@media screen and (max-width: 900px) {
  .textAreaBlockInner {
    width: 85%;
  }
}

@media screen and (max-width: 600px) {
  .textAreaBlockInner {
    width: 94.197959%;
  }
}

.secLineup__itemBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.3125rem;
}

@media screen and (max-width: 600px) {
  .secLineup__itemBlock {
    row-gap: 2.25rem;
  }
}

.secLineup__item {
  position: relative;
  width: 38.686131386861%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .secLineup__item {
    width: 47.686131%;
  }
}

.secLineup__item:last-child {
  margin-left: auto;
  margin-top: 2rem;
}

@media screen and (max-width: 600px) {
  .secLineup__item:last-child {
    margin-left: auto;
    margin-top: 0rem;
  }
}

.secLineup__bubble {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8125rem;
  width: 91.056604%;
}

@media screen and (max-width: 600px) {
  .secLineup__bubble {
    width: 96.056604%;
  }
}

.secLineup__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .secLineup__image {
    margin-bottom: 0.875rem;
    width: 87%;
  }
}

/* スティック */
.secLineup__item:nth-child(5) .secLineup__image {
  width: 12.6%;
}

.secLineup__item:nth-child(6) .secLineup__image {
  width: 93.7%;
}

@media screen and (max-width: 600px) {
  .secLineup__item:nth-child(5) .secLineup__image {
    width: 11%;
  }

  .secLineup__item:nth-child(6) .secLineup__image {
    width: 82%;
  }
}

/* スティック */
.secLineup__item:last-child .secLineup__image {
  width: 43.181818181818%;
}

.secLineup__textBlock {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.secLineup__item:nth-child(2) .secLineup__bubble {
  width: 103%;
}

@media screen and (max-width: 600px) {
  .secLineup__item:nth-child(2) .secLineup__bubble {
    width: 109.356604%;
    margin-left: -0.7rem;
  }
}

.secLineup__item:nth-child(3) .secLineup__bubble {
  width: 90.943396226415%;
}

@media screen and (max-width: 600px) {
  .secLineup__item:nth-child(3) .secLineup__bubble {
    width: 98.843396%;
  }
}

.secLineup__item:nth-child(4) .secLineup__bubble {
  width: 112.45283018868%;
  margin-left: -1rem;
}

@media screen and (max-width: 600px) {
  .secLineup__item:nth-child(4) .secLineup__bubble {
    width: 107.85283%;
    margin-left: -0.5rem;
  }
}

.secLineup__item:nth-child(5) .secLineup__bubble {
  width: 108.30188679245%;
  margin-left: -0.5rem;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 600px) {
  .secLineup__item:nth-child(5) .secLineup__bubble {
    width: 102.301887%;
    margin-left: 0rem;
    margin-bottom: 0.625rem;
  }
}

.secLineup__item:nth-child(6) .secLineup__bubble {
  width: 96%;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 600px) {
  .secLineup__item:nth-child(6) .secLineup__bubble {
    margin-bottom: 0.625rem;
    width: 98%;
  }
}

.secLineup__item:last-child .secLineup__bubble {
  width: 97.6%;
}

@media screen and (max-width: 600px) {
  .secLineup__item:last-child .secLineup__bubble {
    width: 95.6%;
  }
}

.secLineup__text {
  margin-bottom: 1.3125rem;
}

@media screen and (max-width: 600px) {
  .secLineup__text {
    margin-bottom: 0.5rem;
  }
}

.secLineup__productName {
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: normal;
}

@media screen and (max-width: 600px) {
  .secLineup__productName {
    /* min-height: 25px; */
    font-size: 0.6875rem;
  }
}

.secLineup__productName--category {
  display: block;
  font-size: 0.9375rem;
}

@media screen and (max-width: 600px) {
  .secLineup__productName--category {
    font-size: 0.625rem;
  }
}

.secLineup__buttonBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .secLineup__buttonBlock {
    margin-bottom: 0.3rem;
  }
}

.secLineup__button {
  padding: 0.2rem 0;
  width: 97.348484848485%;
  font-size: clamp(16px, 1.45vw, 20px);
  text-align: center;
  color: #ffffff;
  background: #007aff;
  border-style: Solid;
  border-color: #000000;
  border-width: 3px;
  border-radius: 100px;
  letter-spacing: normal;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.secLineup__button:hover {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .secLineup__button {
    padding: 0.5rem 0;
    width: 87.348485%;
    font-size: 0.75rem;
    letter-spacing: -0.05rem;
    border-width: 1.4588px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
  }
}

.secLineup__button--yellow {
  background: #eb871e;
}

.secLineup__buttonText {
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .secLineup__buttonText {
    font-size: 0.5rem;
  }
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.secFooter {
  background-color: #007aff;
  padding-bottom: 20rem;
}

@media screen and (max-width: 600px) {
  .secFooter {
    padding-bottom: 8rem;
  }
}

.footer__deco {
  position: absolute;
  bottom: -20px;
}

.footer__deco01 {
  width: 32.246376811594%;
  max-width: 445px;
  position: absolute;
  left: -30vw;
}

.footer__deco01.is-animated {
  animation: runAway 6s ease-in infinite;
  animation-delay: 0s;
}

@keyframes runAway {
  0% {
    left: -30vw;
    opacity: 1;
  }

  40% {
    left: 120vw;
    opacity: 1;
  }

  41% {
    opacity: 0;
  }

  99% {
    left: -30vw;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .footer__deco01 {
    top: -34px;
    bottom: auto;
    width: 43.246377%;
  }
}

.footer__deco02 {
  width: 18.985507246377%;
  max-width: 262px;
  position: absolute;
  left: -30vw;
}

.footer__deco02.is-animated {
  animation: runAway 6s ease-in infinite;
  animation-delay: 1s;
}

@media screen and (max-width: 600px) {
  .footer__deco02 {
    top: 39px;
    bottom: auto;
    width: 25.985507%;
  }
}

.secFooter__inner {
  padding-top: 7.75rem;
  padding-bottom: 3.125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .secFooter__inner {
    padding-top: 5.25rem;
  }
}

.secFooter__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.secFooter__logo {
  margin-bottom: 5.3125rem;
}

@media screen and (max-width: 600px) {
  .secFooter__logo {
    margin-bottom: 2rem;
    width: 33%;
  }
}

.secFooter__snsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.125rem;
}

@media screen and (max-width: 600px) {
  .secFooter__snsBlock {
    gap: 2.5rem;
  }
}

.secFooter__snsLink {
  display: block;
  width: 50px;
}

@media screen and (max-width: 600px) {
  .secFooter__snsLink {
    width: 47px;
  }
}

.secFooter__copyright {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 200;
  letter-spacing: normal;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .secFooter__copyright {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    line-height: 22px;
    text-align: center;
  }
}

.secFooter__copyrightLogo {
  width: 40px;
}

.decoWrapper {
  overflow: hidden;
}