main.fs-l-main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none;
}
section.fs-l-pageMain {
  margin: 0;
}
.imgauto{
  width: 100%;
  height: auto;
}
html,body{
  color: #ff6699;
  margin: 0;
}
.nous-container section{
  margin: 0;
}
.fs-l-main.fs-l-main__wid100{
  max-width: 100vw;
  width: 100%;
  margin: 0;
}
.fs-l-page{
  overflow: auto;
}
a, a:visited {
  text-decoration: none;
  color: inherit;
}
p{
margin-bottom: 0;
line-height: 1;
}
ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px){
  a:hover {
	  text-decoration: none;
	  opacity: 0.7;
	}
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
}
@media screen and (max-width: 1200px){
  .fs-l-main.fs-l-main__wid100{
    padding: 0!important;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
/* フォント */
.inner{
  width: 95%;
  margin: 0 auto;
}


/* ■■■■■■■■■■■■■■■ フォント ■■■■■■■■■■■■■■■*/
.bello{
  font-family: bello-caps, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.vdl{
  font-family: vdl-penletter, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.kozuka{
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
}
/* ■■■■■■■■■■■■■■■ アニメーション ■■■■■■■■■■■■■■■*/
/***** フェードイン *****/
.fadein {
  overflow: hidden;
  transform: translateY(10px) scale(92%);
  filter: blur(2px);
  opacity: 0;
}
.fadein.active {
  transform: none;
  filter: blur(0);
  opacity: 1;
  transition: transform 1s ease-out, filter 1.1s ease, opacity 1s ease;
}


/* ■■■■■■■■■■■■■■■ PCトップイメージ ■■■■■■■■■■■■■■■*/
.scroll-contents {
  display: block;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 767px){
	body#fs_CustomPage::before {
	  content: "";
	  display: block;
	  width: 100vw;
	  height: 100vh;
	  background: url(images/topmv.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
	  position: relative;
	  z-index: -1;
	  position: fixed;
	  top: 0;
	  left: 0;
	}
  .scroll-contents {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px){
  .scroll-contents {
    position: static; /* モバイルでは固定を解除 */
    overflow-y: auto; /* スマートフォンではスクロールを有効にする */
    -webkit-overflow-scrolling: touch; /* スムーズスクロールを有効にする */
    width: 100%;
    max-width: 100%;
  }
}

/* ■■■■■■■■■■■■■■■ fvArea ■■■■■■■■■■■■■■■*/
.fvArea{
  background-color: #f4f2ba;
  padding: 40px 0;
}
.fv-img {
  font-size: 0;
  overflow: hidden;
  transform: translateY(10px) scale(92%);
  filter: blur(2px);
  opacity: 0;
}
.fv-img img{
  mask-image: url(images/mask-img.png);
  mask-repeat: no-repeat;
  mask-position: 50% 36%;
  mask-size: 13%;
}
.fv-img.active {
  transform: none;
  filter: blur(0);
  opacity: 1;
  transition: transform 1s ease-out, filter 1.1s ease, opacity 1s ease;
}

.fv-img.active img{
  animation: mask-scale-up 2.3s ease 1 both 1.3s;
}
@keyframes mask-scale-up {
  0% {
    -webkit-mask-size: 0;
    mask-size: 0;
  }
  20% {
    -webkit-mask-size: 25%;
    mask-size: 25%;
  }
  45% {
    -webkit-mask-size: 23%;
    mask-size: 23%;
  }
  50% {
    -webkit-mask-size: 25%;
    mask-size: 25%;
  }
  100% {
    -webkit-mask-size: 150%;
    mask-size: 150%;
  }
}

/* ■■■■■■■■■■■■■■■ カートボタン ■■■■■■■■■■■■■■■*/
.product__price a{
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
.priceArea .product__price:nth-child(2),
.priceArea .product__price:nth-child(3),
.priceArea .product__price:nth-child(4){
  padding-top: 5px;
}
.product__price a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cartright{
  color: #28bc80;
}
.cartleft{
  width: 35px;
  color: #fca903;
  background-color: #eef2c0;
  border: 1px solid #fca903;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px){
  .cartright{
    font-size: 14px;
  }
  .cartleft{
    font-size: 17px;
  }
}
@media screen and (max-width: 767px){
  .cartright{
    font-size: 10px;
  }
  .cartleft{
    font-size: 14px;
  }
}


/* ■■■■■■■■■■■■■■■ sweet-sec ■■■■■■■■■■■■■■■*/
.sweet-wrap01{
  position: relative;
  width: 90%;
  margin: 20px auto 80px;
  padding: 20px 0;
  border: 8px solid #f2f4c3;
}
.sweet-img1 {
  position: relative;
  margin: 0 0 0 auto;
  right: -15px;
  width: 65%;
}
.sweet-img2 {
  position: relative;
  top: 60px;
  right: 12px;
  width: 110%;
}
.sweet-txt{
  color: #d98296;
  position: absolute;
  z-index: 2;
}
.sweet-txt span{
  color: #fff;
  text-stroke: 1px #d98296;
  -webkit-text-stroke: 1px #d98296;
  position: absolute;
  left: -30px;
}
.sweet-item03{
  width: 40%;
  margin: 0 auto 0 20px ;
}
.sweet-txt03{
  position: relative;
  width: 80%;
  margin: 20px auto 0;
  color: #e76c6f;
}
.sweet-txt03 span{
  position: absolute;
}
.sweet-item04{
  width: 60%;
  margin: -120px 5px 0 auto;
}
.sweet-txt04{
color: #e76c6f;
position: relative;
}
.sweet-txt04::after{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(images/mogu.svg)center / contain no-repeat;
}
.sweet-txt04 span{
  position: absolute;
}
.sweet-item05{
  position: relative;
}
.priceArea--move{
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.sweet-img4{
  padding-top: 50px;
}
@media screen and (min-width: 768px){
  .sweet-txt{
    left: 20px;
    top: 200px;
    font-size: 40px;
  }
  .sweet-txt03,.sweet-txt04{
    font-size: 28px;
  }
  .sweet-txt03 span:nth-child(1){
    top: 0;
    left:0;
  }
  .sweet-txt03 span:nth-child(2){
    top: 25px;
    left: 20px;
  }
  .sweet-txt04 span:nth-child(1){
    top: 0;
    right: 60px;
  }
  .sweet-txt04 span:nth-child(2){
    top: 30px;
    right: 30px;
  }
  .sweet-txt04::after{
    width: 16px;
    height: 16px;
    bottom: -50px;
    right: 10px;
  }
}
@media screen and (max-width: 767px){
  .sweet-txt{
    left: 10px;
    top: 160px;
    font-size: 35px;
  }
  .sweet-txt03,.sweet-txt04{
    font-size: 20px;
  }
  .sweet-txt03 span:nth-child(1){
    top: 0;
    left: -10px;
  }
  .sweet-txt03 span:nth-child(2){
    top: 25px;
    left: 10px;
  }
  .sweet-txt04 span:nth-child(1){
    top: 0;
    right: 60px;
  }
  .sweet-txt04 span:nth-child(2){
    top: 30px;
    right: 15px;
  }
  .sweet-txt04::after{
    width: 12px;
    height: 12px;
    bottom: -45px;
    right: 0;
  }
}

/* ■■■■■■■■■■■■■■■ ballon-sec ■■■■■■■■■■■■■■■*/
.ballon-sec{
  background-color: #f4f2ba;
  padding: 40px 0 150px;
}
.ballon-whitebox{
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
}
.priceArea2{
  margin: 0 auto 20px 20px;
}
.ballon-txt{
  padding: 60px 0 20px;
  width: 70%;
  margin: 0 auto;
}
/* 風船 */
#ballon-container {
  position: relative;
  overflow: hidden;
}
.balloons div {
  position: absolute;
  left: 0;
  bottom: -140px;
  width: 120px;
  height: 140px;
  background: url(images/ballon-wine.png)center / contain no-repeat;
}
.balloons div:nth-of-type(1) {
  left: -5%;
  background: url(images/ballon-wine.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 18s ease-in-out infinite;
}

.balloons div:nth-of-type(2) {
  left: 12%;
  background: url(images/ballon-pink.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 12s ease-in-out infinite;
}

.balloons div:nth-of-type(3) {
  left: 18%;
  background: url(images/ballon-orange.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 21s ease-in-out infinite;
}

.balloons div:nth-of-type(4) {
  left: 22%;
  background: url(images/ballon-white.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 14s ease-in-out infinite;
}

.balloons div:nth-of-type(5) {
  left: 36%;
  background: url(images/ballon-orange.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 12s ease-in-out infinite;
}

.balloons div:nth-of-type(6) {
  left: 50%;
  background: url(images/ballon-pink.png)center / contain no-repeat;
  animation: wobbling_x 0.9s ease-in-out infinite alternate,
    wobbling_y 1.2s ease-in-out infinite alternate,
    fly_high 16s ease-in-out infinite;
}

.balloons div:nth-of-type(7) {
  left: 62%;
  background: url(images/ballon-pink.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 15s ease-in-out infinite;
}

.balloons div:nth-of-type(8) {
  left: 68%;
  background: url(images/ballon-wine.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 12s ease-in-out infinite;
}

.balloons div:nth-of-type(9) {
  left: 78%;
  background: url(images/ballon-orange.png)center / contain no-repeat;
  animation: wobbling_x 0.9s ease-in-out infinite alternate,
    wobbling_y 1.2s ease-in-out infinite alternate,
    fly_high 15s ease-in-out infinite;
}

.balloons div:nth-of-type(10) {
  left: 90%;
  background: url(images/ballon-yellow.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 21s ease-in-out infinite;
}

.balloons div:nth-of-type(11) {
  left: 0%;
  background: url(images/ballon-white.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 21s ease-in-out infinite 7s;
}

.balloons div:nth-of-type(12) {
  left: 3%;
  background: url(images/ballon-pink.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 12s ease-in-out infinite 2s;
}

.balloons div:nth-of-type(13) {
  left: 10%;
  background: url(images/ballon-green.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 10s ease-in-out infinite 5s;
}

.balloons div:nth-of-type(14) {
  left: 25%;
  background: url(images/ballon-blue.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 12s ease-in-out infinite 6s;
}

.balloons div:nth-of-type(15) {
  left: 10%;
  background: url(images/ballon-yellow.png)center / contain no-repeat;
  animation: wobbling_x 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate,
    fly_high 7s ease-in-out infinite 4s;
}
@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }

  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-bottom: 0px;
  }

  100% {
    margin-bottom: 8px;
  }
}
@keyframes fly_high {
  100% {
    transform:translateY(-1400px);
  }
}

/* ■■■■■■■■■■■■■■■ chara-sec ■■■■■■■■■■■■■■■*/
.product-sec{
  position: relative;
}
.item-chara{
display: flex;
justify-content: flex-end;
gap: 20px;
position: absolute;
top: -110px;
margin-right: 10px;
}
.item-chara__img{
  width: 45%;
}
.item-chara__txt{
  padding-top: 20px;
}
.chara-cath{
  color: #3f3533;
  padding: 20px 0;
  line-height: 1.6;
}
.chara-ballon{
  width: 90%;
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .item-chara__txt{
    width: 39%;
  }
  .chara-cath{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
  .item-chara__txt{
    width: 43%;
  }
   .chara-cath{
    font-size: 13px;
  }
}

/* ガールズ */
.item-girls{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.item-girls01{
  padding: 240px 0 0;
}
.item-girls__img{
  width: 45%;
}
.item-girls__txt{
  width: 45%;
}
.item-girls__txt {
  color: #e76c6f;
  font-size: 30px;
  text-align: center;
  z-index: 2;
}
.item-girls__txt span,
.item-boys__txt02 span{
  color: #fff;
  text-stroke: 1px #e76c6f;
  -webkit-text-stroke: 1px #e76c6f;
  position: relative;
  right: -30px;
}
.heart{
  position: relative;
}
.heart::after{
content: "";
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}
.heart01::after{
  background:url(images/heart01.svg)center / contain no-repeat;
}
.heart02::after{
  background:url(images/heart02.svg)center / contain no-repeat;
}
@media screen and (min-width: 768px){
  .heart::after{
    width: 190px;
    height: 180px;
  }
}
@media screen and (max-width: 767px){
  .heart::after{
    width: 140px;
    height: 130px;
  }
}

/* ガールズ２ */
.item-girls02{
  margin-top: -40px;
  justify-content: flex-start;
}
.item-girls__txt02{
  width: 52%;
}
@media screen and (min-width: 768px){
  .item-girls__txt02 .mgb{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px){
  .item-girls__txt02 .mgb{
    margin-bottom: 20px;
  }
}

/* ボーイ */
.item-boys{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.item-boys__img{
  width: 50%;
  margin-top: -40px;
}
.item-boys__txt{
  width: 45%;
}
/* ボーイ２ */
.item-boys02{
  justify-content: space-between;
  align-items: flex-end;
}
.item-boys__img02{
  width: 50%;
}
.item-boys__txt02{
  color: #e76c6f;
  font-size: 30px;
  text-align: center;
  width: 40%;
  z-index: 2;
}
.star{
  width: 90%;
  left: 30px;
  position:absolute;
  z-index: 1;
}
@media screen and (min-width: 768px){
  .item-boys__img02{
    margin-top: -120px;
  }
  .star{
    bottom: -160px;
  }
  .item-boys__txt{
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px){
  .item-boys__img02{
    margin-top: -60px;
  }
  .item-boys__txt{
    margin-top: 20px;
  }
  .star{
    bottom: -120px;
    left: 20px;
  }
}
/* ■■■■■■■■■■■■■■■ seeason-sec ■■■■■■■■■■■■■■■*/
.season-sec{
  padding: 90px 0;
}
.item-season{
  display: flex;
  align-items: center;
}
.item-season01{
  justify-content: center;
  padding-top: 40px;
}
.item-season__img{
  width: 55%;
}
.item-season_txt{
  width: 45%;
}
.item-season__parts{
  width: 80px;
  margin: 0 auto 10px 10px;
}
.item-season02{
  justify-content: space-evenly;
  margin-bottom: 60px;
}
.item-season__img02{
  margin-top: -110px;
}
.item-seeason__rotate{
  color: #3f3533;
  transform: rotate(-10deg);
  font-size: 16px;
}
.sns-btn {
  width: 80%;
  max-width: 350px;
  margin: 0 auto 50px;
}
.sns-btn a{
  background-color: #e76c6f;
  color: #f6ed89;
  font-size: 30px;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 36px;
}
.sns-link{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10%;
  width: 40%;
  margin: 0 auto;
}
._fs_p_remove{
  line-height: 24px;
}
