.fs-l-main .fs-l-pageMain{
  max-width: none;
}
.fs-l-main {
  max-width: 100vw;
  width: 100%;
  margin: 0;
  padding: 0!important;
}
html,body{
  color: #b1964c;
  margin: 0;
}
p{
line-height: normal;
text-align: center;
}
.imgauto{
  width: 100%;
  height: auto;
}
ul,ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.pdg30{
  padding: 30px 0;
}
@media screen and (min-width: 768px){
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
}
@media screen and (max-width: 767px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
.noscroll-contents {
  display: block;
  margin: 0;
  padding: 0;
}
.js-enabled .noscroll-contents {
  display: none;
}
section.fs-l-pageMain {
  margin: 0;
}
.slick-dots li button:before{
	border-radius: 0;
}


.noscroll-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;
}
@media screen and (max-width: 1200px){
  .fs-l-main.fs-l-main__wid100{
    padding: 0!important;
  }
}
@media screen and (min-width: 767px){
	body#fs_CustomPage::before {
	  content: "";
	  display: block;
	  width: 100vw;
	  height: 100vh;
	  background: url(images/pc-main-bg.jpg);
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
	  position: relative;
	  z-index: -1;
	  position: fixed;
	  top: 0;
	  left: 0;
	}
	a:hover {
	  text-decoration: none;
	  opacity: 0.7;
	}
}

/* scrollなし */
@media screen and (min-width: 768px){
  .noscroll-contents{
    max-width: 520px;
    margin: 0 15% 0 auto;
  }
}
@media screen and (max-width: 1100px){
  body#fs_CustomPage::before {
    background-position: -280px;
  }
  .noscroll-contents{
    max-width: 375px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px){
  .noscroll-contents {
    position: static; /* モバイルでは固定を解除 */
    overflow-y: auto; /* スマートフォンではスクロールを有効にする */
    -webkit-overflow-scrolling: touch; /* スムーズスクロールを有効にする */
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .js-enabled .noscroll-contents {
    overflow:hidden;
  }
}
/* フォント */
.kosugi {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gelato{
  font-family: "gelato-fresco-variable",sans-serif;
}
.gelato-800 {
  font-variation-settings: 'wght' 800;
}
.gelato-700 {
  font-variation-settings: 'wght' 700;
}
.gelato-400 {
  font-variation-settings: 'wght' 500;
}
.brandon{
  font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
}
.mina{
  font-family: mina, serif;
  font-style: normal;
  font-weight: 400;
}
.textshadow {
  text-shadow: 0px 0px 5px #000;
}
.cabin {
  font-family: "Cabin", sans-serif;
}
.txt{
  font-size: 20px;
}
.txts{
  font-size: 16px;
  line-height: 1.8;
}
.txtss{
  font-size: 12px;
  line-height: 1.6;
}
.txtm{
  font-size: 18px;
  line-height: 2;
}
.txtl{
  font-size: 40px;
}
@media screen and (max-width: 1100px){
  .txtl{
    font-size: 28px;
  }
  .txtm{
    font-size: 14px;
  }
  .txts{
    font-size: 12px;
  }
  .txtss{
    font-size: 10px;
  }
}
.braisetto{
font-family: braisetto, script;
}
/*  */
.catch{
  position: relative;
  background-color: #f7f1e7;
}
.catcharea__ttl{
  width: 80%;
  margin: 0 auto 20px;
}
.catcharea{
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.catcharea__txt{
  font-size: clamp( 13px, 1.2vw, 15px);
  line-height: 2;
  text-align: center;
  letter-spacing: -0.01em;
  font-weight: 300;
}
.catch-bg{
  line-height: 0;
}
/* プルプル */
#purupuru{
	animation: purupuru_anim 1.5s forwards;
}
@keyframes purupuru_anim {
	0% {	transform: translate(0, 0);}
	5% {	transform: translate(-5px, -0);}
	10% {	transform: translate(5px, 0);}
	15% {	transform: translate(-5px, -0);}
	20% {	transform: translate(5px, 0);}
	25% {	transform: translate(-5px, -0);}
	30% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}

/***** ゆらゆら *****/ 
#yurayura, #yurayura2, #yurayura3, #yurayura4 {
  transform-origin: center top;
  animation: yurayura 1s linear infinite;
}
@keyframes yurayura {
0%, 100% {
transform: rotate(5deg);
}
50% {
transform: rotate(-5deg);
}
}
@keyframes yurayura2 {
0%, 100% {
transform: rotate(-8deg);
}
50% {
transform: rotate(8deg);
}
}
.yurayura {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
0%, 100% {
transform: rotate(5deg);
}
50% {
transform: rotate(-5deg);
}
}
@keyframes yurayura2 {
0%, 100% {
transform: rotate(-8deg);
}
50% {
transform: rotate(8deg);
}
}
/***** ふわふわ *****/
.huwahuwa{
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/***** くるくる *****/
.kurukuru {
  display: inline-block;
  animation: rotate-z 8s linear infinite;
}
@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.pctop{
  width: calc( 100% - (15% + 520px));
  position: fixed;
  top: 10%;
  text-align: center;
}
section.fv-movie {
  line-height: 0;
}

.product__price{
  text-align: left;
}
.priceArea .product__price:nth-child(2),
.priceArea .product__price:nth-child(3),
.priceArea .product__price:nth-child(4){
padding-top: 25px;
}
.cartIcon{
  display: inline-block;
  padding-right: 6px;
}
.product__price a{
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .pctop{
    padding: 0 10px;
  }
  .pctop__ttl{
    font-size: clamp( 40px, 4vw, 70px);
    margin-bottom: 10px;
    font-weight: 400;
  }
  .pctop__subttl{
    width: 60%;
    margin: 0 auto;
  }
  .pctop__txt{
    font-size:clamp( 14px, 2vw, 22px);
    text-align: right;
    width: 60%;
    margin: 0 auto;
  }
  .product__price{
    font-size: 15px;
  }
  .cartIcon{
    width: 20px;
  }
}

@media screen and (max-width: 1100px){
  .pctop{
    width: calc(100% - 375px);
  }
  .product__price{
    font-size: 10px;
  }
  .cartIcon{
    width: 15px;
  }
}

@media screen and (max-width: 767px){
  .pctop{
    display: none;
  }
  .fv-movie{
    height: 100%;
  }
}

/* ■■■■■■■ タイピング ■■■■■■■ */
.item03 {
  position: relative;
}
.interrog__txtarea {
  position: absolute;
  left: 10px;
  top: 50px;
  z-index: 2;
  transform: rotate(-15deg);
}
p.interrog__text.typing-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
}
span.type-img {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 40px;
  font-weight: bold;
}
.typing-text, .typing-text2, .typing-text3 {
/*   display: inline-block; */
  overflow: hidden;
  white-space: nowrap;
  opacity: 0; /* 初期状態で非表示 */
}
.typing-text.active, .typing-text2.active, .typing-text3.active {
  opacity: 1;
  transition: opacity 0.5s ease-in; /* 0.5秒かけて表示 */
}
.typing-text .type-char, .typing-text2 .type-char, .typing-text3 .type-char {
/*   display: inline-block; */
  opacity: 0;
  transition: opacity 0.1s;
}
.type-img {
  display: inline-block;
  opacity: 0; /* 初期状態で非表示 */
  transition: opacity 0.1s;
}
@media screen and (min-width: 768px){
  p.interrog__text.typing-text{
    font-size: 40px;
  }
}
@media screen and (max-width: 767px){
  p.interrog__text.typing-text {
    font-size: 30px;
  }
}
/* ■■■■■■■ フェードイン ■■■■■■■*/
.fadein-bx {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.fadein-bx.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fadein-left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: 1s ease-in-out;
}
.fadein-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: 1s ease-in-out;
}
.fadein-left.active,
.fadein-right.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ■■■■■■■ 順番にふわっと出現 ■■■■■■■ */

.fadeUpTrigger{
  opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02{
animation-delay: 0.2s;
}
.delay-time04{
animation-delay: 0.4s;
}
.delay-time06{
  animation-delay: 0.6s;
  }

.item__flex {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.item__flex--algcenter{
  align-items: center;
}
.item__fleximg {
  width: 50%;
}

/* ■■■■■■■ sec-product1 ■■■■■■■*/
.sec-product1{
  background-color:#f7f1e7;
  padding: 60px 0;
}
.cat-ttl{
  font-size: 20px;
  margin-bottom: 20px;
}
.cat-icon{
  width: 40px;
  margin: 0 auto 30px;
}
.cat-icon li:not(:last-child){
  margin-bottom: 30px;
}
.catitem01{
  margin-bottom: 40px;
}
.typeing-text-box{
  margin-bottom: 40px;
}
.catitem02{
  width: 60%;
  margin: 0 auto 60px 0 ;
}
.item__flexcat03{
  justify-content: flex-end;
  position: relative;
  margin-bottom: 100px;
}
.catitem03{
  width: 70%;
}
.cat-footprints {
  position: absolute;
  left: 50px;
  bottom: -40px;
}
@media screen and (max-width: 767px){
  .cat-footprints{
    left: 20px;
    bottom: -30px;
  }
}
.catitem04{
  margin-bottom: 40px;
}
.catitem05{
  padding-top: 40px;
  margin-bottom: 60px;
  position: relative;
}
.catitem06{
  width: 70%;
  margin: 0 0 120px auto;
  position: relative;
}
.item__flex7 .item__flextxt .stepsTrigger{
  margin: 30px auto 0;
}
.catitem08{
  margin-top: -40px;
}
.item__flex:has(.catitem07){
  position: relative;
  z-index: 2;
  justify-content: space-evenly;
}
.item__flex:has(.catitem08){
  position: relative;
  z-index: 1;
}
.catitem09{
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
}
.item__flex8{
  margin-bottom: 80px;
}
.deco{
  position: absolute;
}
.meow{
  top: 40%;
  left: 30%;
  width: 130px;
}
.kittens{
  top: 10%;
  left: 15%;
  width: 90px;
}
.chou{
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .chou{
    width: 100px;
  }
}
.heart{
  width: 20%;
  top: 25%;
  right: 15px;
}
/*=============== スクロールするとpng画像が動く =================*/

.stepsTrigger{
  opacity:0;
}
.steps{
  width: 50px;/*1フレーム分の横幅*/
  height: 70px;/*1フレーム分の縦幅*/
  background: url(images/cat-parts02.png) no-repeat;
  animation: stepsline 1s steps(1) forwards,stepsopacity .5s forwards;
}

@keyframes stepsline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -50px 0 ;/*アニメーション制作コマ数から1コマ分引いた横幅（今回は1フレーム100pxで制作しているので全体の400px-100px=300px⇒-300px）を指定。*/
  }
}

/*足跡とだるま共通の透過→出現のCSSアニメーション*/
@keyframes stepsopacity{
  0% {
  opacity:0;
  }
  100% {
  opacity:1;
  }
}

.cat-footprints{
  opacity:0;
}
.step2{
  width: 80px;/*1フレーム分の横幅*/
  height: 216px;/*1フレーム分の縦幅*/
  background: url(images/cat-parts01.png?0819) no-repeat;
  animation: stepsline2 2s steps(5) forwards,stepsopacity .5s forwards;
}

@keyframes stepsline2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -400px 0 ;/*アニメーション制作コマ数から1コマ分引いた横幅（今回は1フレーム100pxで制作しているので全体の400px-100px=300px⇒-300px）を指定。*/
  }
}

.cat-footprints2{
  opacity:0;
}
.step3{
  width: 70px;/*1フレーム分の横幅*/
  height: 143px;/*1フレーム分の縦幅*/
  margin: 20px 10px 0 auto;
  background: url(images/cat-parts04.png) no-repeat;
  animation: stepsline3 2s steps(4) forwards,stepsopacity .5s forwards;
}
@keyframes stepsline3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -280px 0 ;/*アニメーション制作コマ数から1コマ分引いた横幅（今回は1フレーム100pxで制作しているので全体の400px-100px=300px⇒-300px）を指定。*/
  }
}

/* ■■■■■■■ sec-product2 ■■■■■■■*/
.sec-product2{
  background-color:#dbebdd;
  padding-bottom: 60px;
}
.baby-top{
  position: relative;
  margin-bottom: 30px;
}
.item__flexbaby1{
  padding: 40px 0;
  width: 80%;
  margin: 0 auto;
}
.item__fleximgbaby1{
  width: 60%;
}
.item__flextxtbaby1{
  width: 40%;
}
.babyitem02{
  padding-top: 100px;
  margin-bottom: 60px;
}
.item__flexbaby2{
  width: 95%;
  margin: 0 auto 40px;
}
.item__fleximgbaby2{
  width: 50%;
  position: relative;
}
.item__flexbaby3{
  position: relative;
  padding-top: 120px;
  z-index: 3;
}
.item__flexbaby3 .fadein-right{
  width: 60%;
}
.item__flexbaby4{
  width: 90%;
  margin: -50px auto 30px;
}

.ribon{
  width: 40px;
  margin: 0 auto 20px;
}
.flower{
  width: 60px;
  margin-bottom: 90px;
}
.item__fleximgbaby4{
  width: 55%;
}
.item__flextxtbaby4{
  width: 52%;
}

/* ■■■■■■■ sec-product3 ■■■■■■■*/
.sec-product3{
  padding-bottom: 350px;
  background-color: #f8e7e4;
}
.mochi-item01{
  margin-bottom: 30px;
}
.mochi-item02{
  width: 90%;
  margin: 0 0 40px auto;
  padding-top: 50px;
}
.mochi-top{
  position: relative;
}
.typeing-text-box__mochi{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
 .mochi-item03{
  width: 60%;
 }
 .item__flexmochi3{
  margin-bottom: 30px;
 }
 .dotted{
 z-index: 1;
 width: 70px;
 right: 60%;
 top: 50%;
 transform: translateY(-50%);
 }
 .item__flexmochi03txt{
  position: relative;
  width: 40%;
  color: #666666;
 }
 .dotted-txt{
  position: relative;
  z-index: 10;
 }
 .sec-product3 video{
  margin-bottom: 30px;
  padding-top: 30px;
 }

 .cotton-top{
  position: relative;
 margin: 80px auto 40px;
 }
 .cotton-item2{
  position: relative;
  margin: 100px auto 40px;
 }
 .cotton-item2 span{
  display: block;
 }
 .cotton-itemimg2{
  width: 70%;
  margin: 0 auto 0 0;
 }
.timenap{
  right: 5%;
  top: 6%;
  width: 140px;
}
.cotton-item3{
  width: 70%;
  margin: 0 0 60px auto;
}
.cotton-item4{
  position: relative;
  margin: 60px auto 40px;
}
.cotton-parts02{
  width: 100px;
  position: absolute;
  top: 10%;
  left: 10%;
}
.cotton-item5 span{
  display: block;
}
.cotton-item5{
  position: relative;
  margin-bottom: 30px;
}
.cotton-itemimg5{
  width: 85%;
  margin: 0 10px 0 auto;
}
.sleepy{
  top: 0;
  left: 3%;
  width: 150px;
}
@media screen and (max-width: 767px){
  .cotton-itemimg5{
    width: 70%;
  }
  .sleepy{
    width: 120px;
  }
}
.cotton-item6{
  position: relative;
  margin: 80px auto 0;
}
.cotton-itemimg6{
  width: 80%;
  margin: 0 auto 0 10px;
}
.cotton-itemtxt6{
  position: absolute;
  top: 15%;
  left: 8%;
  color: #fff;
}
.music{
top: 30%;
width: 50px;
z-index: 4;
left: 65%;
}
.cotton-item7{
  margin-bottom: 50px;
  position: relative;
}
.cotton-item7 span{
  display: block;
}
.cotton-itemimg7{
  width: 60%;
  margin: 0 0 0 auto;
}
.hi{
  top:20%;
  left: 15%;
  width: 100px;
}


/* ■■■■■■■ sec-product4 ■■■■■■■*/
.sec-product4{
  position: relative;
  background-color: #e6e6e6;
  padding-bottom: 100px;
}
.sec-product4::before{
  content: '';
  background-image: url(images/gift-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
  margin-top: -120px;
  width: 100%;
  height: 320px;
  display: inline-block;
}
.gift-item{
  width: 90%;
  margin: 0 auto;
}
.giftset-ttl{
  position: relative;
  top: -180px;
  z-index: 10;
  color: #546a74;
}
.giftset-ttl1 span{
  display: block;
}
.giftset-ttl1-parts{
  width: 10%;
  margin: 0 auto;
}
.giftset-ttl1,.giftset-ttl2{
font-weight: bold;
}
.giftset-ttl2{
  margin-bottom: 10px;
}
.gift-item{
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.gift-item1{
  z-index: 50;
  margin: -130px auto 40px;
}
.gift-item span{
  display: block;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  color: #546a74;
}
.kozuka{
  font-family: kozuka-mincho-pro, serif;
  font-style: normal;
  font-weight: 600;
}
.gift-list{
 width: 90%;
 margin: 0 auto;
  padding: 50px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,1fr);
}
.gift-list .product__price{
  text-align:center;
  font-size: 12px;
  line-height: 1.7;
}
.gift-list .product__price .cartIcon{
width: 17px;
}
.gift-item2{
margin-bottom: 30px;
}
.gift-item3{
  margin-bottom: 30px;
}
.gift-item3 span{
  color: #fff;
}
.last-btn a{
  display: block;
  width: 50%;
  margin: 0 auto 80px;
  background-color: #546a74;
  border-radius: 40px;
  padding: 10px 0;
  color: #fff;
}
.sns-link{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sns-link li img{
  width: 30px;
}
.last-section{
  padding-top: 60px;
}

._fs_p_remove{
  line-height: 24px;
  text-align: left;
}