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%;
  }
}
/* フォント */
.homemade {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}
.ramaraja {
  font-family: "Ramaraja", serif;
  font-weight: 400;
  font-style: normal;
}
.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.space {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.libre {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
/* プルプル */
#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); }
}

/* ■■■■■■■ タイピング ■■■■■■■ */
.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);
}

/* ■■■■■■■ 順番にふわっと出現 ■■■■■■■ */
.fadeInTrigger{
  opacity: 0;
}
.fadeIn {
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  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;
}
.delay-time08{
  animation-delay: 0.8s;
}
.delay-time10{
  animation-delay: 1.0s;
}
.delay-time12{
  animation-delay: 1.2s;
}

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

/*=============== スクロールすると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）を指定。*/
  }
}

/* ループ */
@-webkit-keyframes thumbLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes thumbLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

/* スライダーアニメ */
.popup-img-1,
.popup-img-3 {
  transform: translateY(20px) scale(0.6);
  transition: transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
  opacity: 0;
}
.swiper-slide-active.popup .popup-img-1,
.swiper-slide-active.popup .popup-img-3 {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.popup-img-2,
.popup-img-4,
.popup-img-5 {
/*   opacity: 0; */
  transform: translateY(0) scale(0.6);
  animation: twinkle 2s linear .4s infinite;
}
/*
.swiper-wrapper.anim .popup-img-2,
.swiper-wrapper.anim .popup-img-4,
.swiper-wrapper.anim .popup-img-5 {
  transform: translateY(0) scale(1);
  opacity: 1;
}
*/
@keyframes twinkle {
	0% {
	  transform: rotate(0deg);
	}
	10% {
	  transform: rotate(15deg);
	}
	50% {
	  transform: rotate(15deg);
	}
	60% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(0deg);
	}
}

/*  */
.bqc{
	width: 100%;
/*   font-family: "Zen Kaku Gothic New", sans-serif; */
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}
.bqc-inner{
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.bqc--sec{
	margin: 0;
}
section.bqc__sec {
    margin: 0;
    padding-bottom: 60px;
}
section.bqc__sec.bqc--01{
	margin: 0;
}
section.bqc__sec.bqc--02{
	margin: 0;
}
/* トップ */
.bqc__top{
	background: #e9cc92;
}
.bqc__top__main{
	width: 100%;
	position: relative;
}
.bqc__top__main h1{
	position: absolute;
	color: #bd3243;
	line-height: 1.4;
}
.bqc__top__main h1 span{
	display: block;
}
.bqc__top__main--ttl-1{
	font-size: clamp(16px,4vw,40px);
}
.bqc__top__main--ttl-2,
.bqc__top__main--ttl-3{
	font-size: clamp(24px,6vw,60px);
}
.bqc__top__subttl{
	text-align: center;
	color: #d67c1d;
	font-size: clamp(26px,6vw,50px);
}
.bqc__top__catch{
	text-align: center;
	color: #695143;
	letter-spacing: .05em;
  line-height: 2;
  font-size: clamp(12px,3vw,21px);
}
.bqc__top__catch span{
	font-weight: bold;
	display: block;
	font-size: clamp(18px,3vw,32px);
}
.bqc__top__scrollimg--loop{
  display: flex;
  overflow: hidden;
}
ul.bqc__top__scrollimg {
  display: flex;
  white-space: nowrap;
}
/* セクション１ */
.bqc__sec--catch {
  color: #695143;
  letter-spacing: .1em;
  line-height: 1.8;
  font-size: clamp(12px,3vw,21px);
}
.swiper{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	overflow: visible !important;
}
.swiper-slide{
	position: relative;
}
.popup-img{
	position: absolute;
	z-index: 10;
}
.popup-img-1{
	width: 33%;
	max-width: 250px;
}
.swiper-slide-texts li {
  display: flex;
  color: #000;
  align-items: center;
}
.swiper-slide-text {
  text-align: left;
  font-size: clamp(14px,3vw,20px);
}
.swiper-slide-btn {
  text-align: left;
  max-width: 50px;
}
.swiper-slide-btn a {
  color: #fff;
  background: #d98923;
  font-weight: bold;
  padding: 0px 8px;
  border-radius: 10px;
  line-height: 1;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
}
span.swiper-pagination-bullet{
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d98923;
}
.bqc__sec__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bqc__sec__wrap--img {
  width: 48%;
}
.bqc__sec__wrap--textarea {
  width: 46%;
  color: #000;
}
.bqc__sec__wrap--text {
  text-align: left;
  font-size: clamp(12px,3vw,20px);
}
.popup-img.popup-img-2 {
  position: absolute;
  width: 40%;
  max-width: 260px;
}
.popup-img.popup-img-3 {
  position: absolute;
  width: 33%;
  max-width: 240px;
}
section.bqc__sec.bqc--02::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.popup-img.popup-img-4,
.popup-img.popup-img-5{
  position: absolute;
  width: 40%;
  max-width: 200px;
}
.popup-img.popup-img-4 {
  top: -20px;
  left: -20px;
}
.popup-img.popup-img-5 {
  bottom: -20px;
  right: -20px;
}
.bqc__sec__otheritem {
  position: relative;
}
.bqc__sec__otheritem--text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #000;
}
.item-right .swiper-slide-text,
.item-right .swiper-slide-btn{
	text-align: right;
}
.btn-allitems a {
  display: block;
  width: 65%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  background: #d98923;
  padding: 10px;
  border-radius: 40px;
  font-weight: bold;
  margin: 0 auto 40px;
  font-size: 11px;
}
.btn-allitems span {
  display: block;
  font-size: 24px;
}
h3.sns-title {
  text-align: center;
  font-size: 22px;
  color: #d98923;
  margin-bottom: 20px;
}
h3.sns-title span{
  position: relative;
}
h3.sns-title span::before,
h3.sns-title span::after{
	content: "";
	display: inline-block;
	background: #d98923;
	width: 50px;
	height: 1px;
	vertical-align: middle;
}
h3.sns-title span::before{
	margin-right: 1em;
}
h3.sns-title span::after{
	margin-left: 1em;
}
.sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.bqc-swiper-5{
	margin-bottom: 50px;
}
@media screen and (min-width: 768px){
	.bqc-inner{
		width: 80%;
    max-width: 900px;
	}
	.bqc__top__main h1{
		left: 50px;
		top: 40px;
	}
	.bqc__top__main{
		margin-bottom: 120px;
	}
	.bqc__top__catch span{
		margin-bottom: 15px;
	}
	.bqc__top__scrollimg--loop{
	  width: 3500px;
	  padding: 80px 0;
	}
	ul.bqc__top__scrollimg {
	  gap: 40px;
	  margin: 0 20px;
	  -webkit-animation: thumbLoop 30000ms linear infinite;
	  animation: thumbLoop 30000ms linear infinite;
	}
	ul.bqc__top__scrollimg li {
	  min-width: 200px;
	  width: 28%;
	  max-width: 240px;
	}
	.popup-img-1{
		top: 40px;
    right: -80px;
	}
	.bqc__sec--catch {
	  padding: 80px 0;
	}
	.swiper-wrapper {
	  margin-bottom: 30px;
	}
	.swiper-slide-texts li {
	  margin-bottom: 10px;
	}
	.swiper-slide-btn a {
	  font-size: 15px;
	}
	h2.bqc__sec__ttl {
	  width: 80%;
	  max-width: 400px;
	  margin: 0 auto 40px 0;
	}
	.popup-img.popup-img-2 {
    right: -60px;
    top: -50px;
	}
	.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	  padding: 0 7% 30px;
	}
	span.swiper-pagination-bullet{
	  width: 35px;
    height: 12px;
	}
	section.bqc__sec.bqc--01{
	  padding: 100px 0 200px;
	}
	section.bqc__sec.bqc--02{
	  padding: 100px 0 120px;
	}
	.swiper.bqc-swiper-2 {
	  margin-bottom: 150px;
	}
	.popup-img.popup-img-3 {
	  top: -60px;
	  left: 27%;
	}
	section.bqc__sec.bqc--02::before {
	  height: 100px;
    top: -70px;
	}
	section.bqc__sec.bqc--02::before {
	  background: url(images/bg-yellow.svg?08272) repeat-x center top;
    background-size: 800px;
	}
	.bqc__sec__point-item {
	  padding: 100px 3%;
	}
	.bqc__sec__wrap--textarea {
    margin-bottom: 60px;
	}
	.bqc--02 .bqc__sec__wrap .bqc__sec__wrap--img{
		width: 60%;
	}
	.bqc--02 .bqc__sec__wrap .bqc__sec__wrap--textarea{
		width: 34%;
	}
	.bqc__sec__otheritem {
	  width: 90%;
	  margin: 0 auto 80px;
	}
	li.item-right {
	  width: 50%;
	  margin: 0 0 0 auto;
	}
	li.item-left {
	  width: 50%;
    margin: -300px auto 0 0;
	}
	.illust-list {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 40%;
    max-width: 280px;
    position: absolute;
    left: 3%;
    top: 50px;
	}
	.bqc__sec__otheritem--img{
		margin-bottom: 20px;
	}
	.swiper-slide-text.text-width-a {
    width: 200px;
	}
	.swiper-slide-text.text-width-b{
		width: 260px;
	}
	.bqc__sec__otheritem .swiper-slide-text.text-width-b {
    width: 300px;
    text-align: left;
  }
}
@media screen and (max-width: 767px){
	.bqc__top__main h1{
		left: 30px;
		top: 30px;
	}
	.bqc__top__main{
		margin-bottom: 40px;
	}
	.bqc__top__catch span{
		margin-bottom: 10px;
	}
	.bqc__top__scrollimg--loop{
	  width: 2500px;
	  padding: 40px 0;
	}
	ul.bqc__top__scrollimg {
	  gap: 20px;
	  margin: 0 10px;
	  -webkit-animation: thumbLoop 30000ms linear infinite;
	  animation: thumbLoop 30000ms linear infinite;
	}
	ul.bqc__top__scrollimg li {
	  min-width: 120px;
	  width: 25%;
	  max-width: 120px;
	}
	.popup-img-1{
		top: 20px;
		right: -20px;
	}
	.bqc__sec--catch {
	  padding: 40px 0;
	}
	.swiper-wrapper {
	  margin-bottom: 10px;
	}
	.swiper-slide-texts li {
	  margin-bottom: 3px;
	}
	.swiper-slide-btn a {
	  font-size: 10px;
	}
	h2.bqc__sec__ttl {
	  width: 60%;
	  max-width: 250px;
	  margin: 0 auto 20px;
	}
	.popup-img.popup-img-2 {
	  right: -30px;
	  top: -20px;
	}
	.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	  padding: 0 5% 10px;
	}
	span.swiper-pagination-bullet{
	  width: 20px;
	  height: 6px;
	}
	section.bqc__sec.bqc--01{
	  padding-bottom: 100px;
	}
	section.bqc__sec.bqc--02{
	  padding-bottom: 60px;
	}
	.swiper.bqc-swiper-2 {
	  margin-bottom: 80px;
	}
	.popup-img.popup-img-3 {
	  top: -40px;
	  left: 27%;
	}
	section.bqc__sec.bqc--02::before {
	  background: url(images/bg-yellow.svg?08272) repeat-x center top;
    background-size: 400px;
	}
	section.bqc__sec.bqc--02::before {
	  height: 60px;
	  top: -50px;
	}
	.bqc--02 .bqc__sec__wrap{
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	.bqc__sec__point-item {
	  padding: 60px 5%;
	}
	.bqc--02 .bqc__sec__wrap .bqc__sec__wrap--img{
		width: 90%;
		margin: 0 auto 10px;
	}
	.bqc--02 .bqc__sec__wrap .bqc__sec__wrap--textarea{
		width: 100%;
		text-align: center;
	}
	.bqc--02 .bqc__sec__wrap .bqc__sec__wrap--text{
		text-align: center;
	}
	.bqc__sec__otheritem {
	  width: 90%;
	  margin: 0 auto 80px;
	}
	li.item-right {
	  width: 80%;
	  margin: 0 0 50px auto;
	}
	li.item-left {
	  width: 80%;
	  margin-right: auto;
	}
	.illust-list {
	  width: 15%;
	  max-width: 60px;
	  position: absolute;
	  left: 0;
	  top: 150px;
	}
	.illust-list p {
	  margin: 10px 0;
	}
	.bqc__sec__otheritem--img{
		margin-bottom: 10px;
	}
	.swiper-slide-text.text-width-a {
    width: 150px;
	}
	.swiper-slide-text.text-width-b{
		width: 200px;
	}
}

.bqc--01{
	background: #e9bebb;
}
.bqc--02{
	background: url(images/bg-yellow.svg) no-repeat center top -50px,#e9cc92;
	background-size: 100% auto,auto;
	position: relative;
}

@media screen and (min-width: 768px){

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

}

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