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 !important;
  }
  .pc{
    display: block !important;
  }
}
@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-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%;
  }
}
/* フォント */
.h-apple {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.libre {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
.zen {
  font-family: "Zen Kaku Gothic New", sans-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);
  }
}

/* ループ */
@-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-imgA,
 .popup-imgB {
  transform: translateY(20px) scale(0.6);
  transition: transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
  opacity: 0;
}
.popup-imgA.active,
.popup-imgB.active {
  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);
	}
}

/* ハート */
.pop-heart {
  animation: move-heart 1.5s ease-in-out infinite;
}
@keyframes move-heart {
  0% {
    transform: translate(0, 0); /* 初期位置 */
  }
  25% {
    transform: translate(10px, -10px); /* 少し右上にバウンド */
  }
  50% {
    transform: translate(0, 0); /* 初期位置 */
  }
  75% {
    transform: translate(10px, -10px); /* 少し右上にバウンド */
  }
  100% {
    transform: translate(0, 0); /* 初期位置 */
  }
}
/*  */
.bqc{
	width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  background: #D498A9;
  color: #fff;
}
.bqc-inner{
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.bqc--sec{
	margin: 0;
}
section.bqc__sec {
  margin: 0;
  padding-bottom: 60px;
}
/* トップ */
.bqc__top__main{
	width: 100%;
	position: relative;
}
.bqc__top__main h1{
	position: absolute;
	color: #768AB5;
	line-height: 1.4;
	opacity: 0;
  transition: opacity 1s ease 0.4s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.bqc__top__main h1.active{
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0);
}
.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: #768AB5;
  font-weight: 600;
  font-size: clamp(18px, 4vw, 42px);
  margin-bottom: clamp(20px, 3vw, 30px);
}
.bqc__top__catch{
	text-align: center;
	color: #768AB5;
	letter-spacing: .05em;
  line-height: 2;
  font-size: clamp(11px,3vw,20px);
}
.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__top__main--wrap{
	position: relative;
}
.bqc__top__catch--decoSnow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1100px;
}
.bqc__top__catch--decoSnow span {
  position: absolute;
	opacity: 0;
}
.bqc__top__catch--decoSnow span.is-show {
  opacity: 1;
  transform: none;
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

/* セクション１ */
.bqc__sec--catch {
  color: #768AB5;
  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-wrap {
  display: flex;
  width: 90%;
  margin: 0 auto clamp(40px, 6vw, 80px);
  justify-content: space-between;
}
.swiper-wrap .swiper-wrapper{
	height: auto;
}
.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: right;
  font-size: clamp(10px,2vw,18px);
  color: #fff;
}
.swiper-slide-btn {
  text-align: left;
  max-width: 50px;
}
.swiper-slide-btn a {
  color: #fff;
  background: #899ACE;
  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: #E9B6C6;
}
.bqc-swiper-2 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.bqc-swiper-3 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
	text-align: right;
}
.bqc-swiper-3{
  margin-bottom: clamp(60px, 8vw, 100px);
}
.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: right;
  font-size: clamp(12px,3vw,20px);
}
.popup-img.popup-img-2 {
  position: absolute;
  width: 33%;
  max-width: 220px;
}
.popup-img.popup-img-3 {
  position: absolute;
}
.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: #899ACE;
  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: #728CC6;
  margin-bottom: 20px;
}
h3.sns-title span{
  position: relative;
}
h3.sns-title span::before,
h3.sns-title span::after{
	content: "";
	display: inline-block;
	background: #728CC6;
	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;
}
.bqc__sec__subitem.subitem--1 {
  position: relative;
}
.bqc__sec__subitem--decoDot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bqc__sec__subitem--decoDot:nth-of-type(1) {
  position: absolute;
  right: 20%;
  top: 10%;
}
.bqc__sec__subitem--decoDot span{
  display: inline-block;
  position: absolute;
	opacity: 0;
  transform: scale(0.6);

}
.deco_dot1,
.deco_dot3,
.deco_dot5,
.deco_dot8{
	width: 7%;
	max-width: 45px;
}
.deco_dot2,
.deco_dot4,
.deco_dot6,
.deco_dot7,
.deco_dot9{
	width: 6%;
	max-width: 35px;
}
.deco_dot1{
	right: 32%;
  top: -11%;
}
.deco_dot2{
	right: 12%;
  top: 8%;
}
.deco_dot3{
	left: 33%;
  bottom: 36%;
}
.deco_dot4{
	left: 9%;
  bottom: 30%;
}
.deco_dot5{
	left: 2%;
  bottom: 7%;
}
.deco_dot6 {
	right: -5%;
  top: -3%;
}
.deco_dot7{
	right: 38%;
  top: 17%;
}
.deco_dot8{
	right: 0%;
  top: 26%;
}
.deco_dot9{
	left: 30%;
  bottom: 13%;
}
.bqc__sec__subitem--decoDot span.is-show {
  opacity: 1;
  transform: none;
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.bqc__sec__subitem--list {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.bqc__sec__subitem--list li{
	width: 50%;
	text-align: center;
}
.bqc__sec__subitem--list li.subitem--list-1-1{
	margin-right: auto;
}
.subitem--list-1-1 .swiper-slide-texts,
.subitem--list-1-2 .swiper-slide-texts{
	margin-top: 10px;
}
.subitem--list-1-1 .swiper-slide-texts li,
.subitem--list-1-2 .swiper-slide-texts li{
	margin: 0 auto;
  justify-content: space-between;
}
.subitem--list-1-1 .swiper-slide-texts li .swiper-slide-btn,
.subitem--list-1-2 .swiper-slide-texts li .swiper-slide-btn{
	text-align: right;
}
.bqc__sec__subitem--list li .swiper-slide-texts li p{
	width: auto;
	text-align: center;
}
.bqc__sec__ttl--text {
  color: #768AB5;
  letter-spacing: .1em;
  line-height: 1.8;
  font-size: clamp(12px, 3vw, 21px);
  margin-bottom: clamp(40px, 6vw, 80px);
}
.bqc__sec__subitem--list.subitem--list-2 {
  width: 90%;
  margin: 0 auto clamp(80px, 10vw, 150px);
  justify-content: space-between;
  flex-direction: row;
}
.bqc__sec__subitem--list.subitem--list-2 ul.swiper-slide-texts li{
	margin: 10px auto 0;
	width: 100%;
	justify-content: center;
}
.bqc__sec__subitem--list.subitem--list-2 {
  position: relative;
}
.subitem--list-2 li.bqc__sec__subitem--decoTxt {
  position: absolute;
  width: 55%;
  top: 10%;
  right: -3%;
}
.bqc__sec__xmasitem.subitem--3 {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
h3.bqc__sec__xmasitem--ttl {
  position: absolute;
  top: -20px;
  left: 0;
  width: 62%;
  max-width: 500px;
}
.bqc__sec__xmasitem--text {
  letter-spacing: .1em;
  line-height: 1.8;
  font-size: clamp(12px, 3vw, 21px);
  margin-bottom: clamp(40px, 6vw, 80px);
}
.text-right{
	text-align: right;
	width: auto;
}
.text-left{
	text-align: left;
	width: auto;
}
.bqc__sec__xmasitem--img.xmasitem--img--2 {
  position: relative;
}
.xmasitem__decoWrap {
  position: absolute;
}
.bqc__sec__subitem.subitem--4 {
  position: relative;
}
.bqc__sec__subitem--wrapDeco {
  width: 50%;
  max-width: 270px;
  position: absolute;
}
.bqc__sec__point-item h2.bqc__sec__ttl {
	position: relative;
}
.bqc__sec__point-itemList {
  display: flex;
}
.bqc__sec__point-itemList .swiper-slide-texts li{
	justify-content: center;
	margin-top: 10px;
}
.jfe{
	justify-content: flex-end;
}
.swiper-slide-texts.position--1 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px){
	.bqc__sec__point-itemList .swiper-slide-texts p {
		width: unset;
	}
	.bqc-inner{
		width: 80%;
    max-width: 900px;
	}
	.bqc__top__main h1{
    top: 25%;
    left: 70%;
    transform: translate(-50%, -50%) translateY(10%);
    width: 30%;
    max-width: 400px;
	}
	.bqc__top__main--wrap{
		padding: 180px 0 120px;
	}
	.bqc__top__catch--decoSnow span {
	  width: 3%;
	}
	span.deco_snow1 {
	  top: 110px;
	  left: 22%;
	  max-width: 25px;
	}
	span.deco_snow2 {
	  top: 110px;
	  right: 22%;
	  max-width: 25px;
	}
	span.deco_snow3 {
	  top: 160px;
	  left: 10%;
	  max-width: 30px;
	}
	span.deco_snow4 {
	  top: 160px;
	  right: 10%;
	  max-width: 30px;
	}
	span.deco_snow5 {
	  top: 280px;
	  left: 16%;
	  max-width: 25px;
	}
	span.deco_snow6 {
	  top: 280px;
	  right: 16%;
	  max-width: 25px;
	}
	span.deco_snow7 {
	  bottom: 150px;
	  left: 12%;
	  max-width: 25px;
	}
	span.deco_snow8 {
	  bottom: 150px;
	  right: 12%;
	  max-width: 25px;
	}
	span.deco_snow9 {
	  bottom: 50px;
	  left: 18%;
	  max-width: 30px;
	}
	span.deco_snow10 {
	  bottom: 50px;
	  right: 18%;
	  max-width: 30px;
	}
	.bqc__top__catch span{
		margin-bottom: 15px;
	}
	.bqc__top__scrollimg--loop{
	  width: 5000px;
	  padding: 0 0 80px;
	}
	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{
    left: -60px;
    bottom: -50px;
	}
	.bqc__sec--catch {
	  padding: 80px 0;
	}
	.swiper-wrapper {
	  margin-bottom: 30px;
	}
	.swiper-wrap,
	.bqc__sec__subitem--list.subitem--list-2 {
	  gap: 80px;
	}
	.bqc-swiper-1:nth-of-type(2) {
    margin-top: 80px;
	}
	.swiper-slide-texts li {
	  margin-bottom: 10px;
	}
	.swiper-slide-btn a {
	  font-size: 15px;
	}
	h2.bqc__sec__ttl {
	  width: 80%;
    max-width: 600px;
    margin: 0 auto 40px;
	}
	.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;
	}
	.swiper.bqc-swiper-2 {
	  margin-bottom: 100px;
	}
	.popup-img.popup-img-3 {
	  width: 33%;
	  max-width: 200px;
	}
	.popup-img.popup-img-3 {
	  top: 40px;
	  right: 8%;
	}
	.bqc__sec__point-item {
	  padding: 100px 10%;
	}
	.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-img img{
		border-radius: clamp(15px,4vw,50px);
	}
	.bqc-swiper-1 .swiper-slide-img img{
		border-radius: clamp(10px,2vw,30px);
	}
	.swiper-wrap .swiper-slide-text,
	.swiper-wrap .swiper-slide-btn{
		text-align: left;
	}
	.swiper-slide-btn {
    text-align: right;
    margin-left: 30px;
	}
	.swiper-wrap .swiper-slide-text{
		width: 70%;
	}
	.subitem--list-1-1 .swiper-slide-texts li,
	.subitem--list-1-2 .swiper-slide-texts li{
	  justify-content: center;
	  width: 100%;
	}
	.bqc__sec__subitem--list li.subitem--list-1-2{
		margin: -180px 0 0 auto;
	}
	.bqc__sec__subitem.subitem--1 {
	  margin-bottom: clamp(60px, 8vw, 100px);
	}
	.bqc__sec__subitem.subitem--2 h2.bqc__sec__ttl{
		max-width: 400px;
	}
	.subitem--2-2 {
    margin-top: 180px;
	}
	.bqc__sec__xmasitem--text{
		padding-top: 30px;
	}
	.xmasitem__decoWrap {
	  top: 40px;
	  right: 0;
	  width: 30%;
	  max-width: 200px;
	}
	.xmasitem__decoWrap--ttl {
    position: absolute;
    top: -65px;
    right: -10%;
	}
	.position--1{
		margin: -140px 0 120px 10%;
	}
	.bqc__sec__xmasitem--img.xmasitem--img--1 {
	  margin-bottom: 20px;
	}
	.bqc__sec__xmasitem--img.xmasitem--img--2 {
    width: 80%;
    margin: 0 auto;
	}
	.bqc-swiper-4{
		margin-bottom: 80px;
	}
	.bqc__sec__subitem.subitem--4 {
	  width: 60%;
	  margin: 0 auto 80px;
	}
	.bqc__sec__subitem--wrapDeco {
	  right: -15%;
	  top: -30px;
	}
	.bqc__sec__point-item h2.bqc__sec__ttl {
    max-width: 250px;
	}
	.bqc__sec__point-item h2.bqc__sec__ttl span {
    position: absolute;
    right: -80px;
    top: -60px;
    width: 36%;
    max-width: 90px;
	}
	.bqc__sec__point-itemList {
	  gap: 40px;
	}
	.jsb.max320{
		width: 85%;
    max-width: 320px;
    justify-content: space-between;
	}
	.jsb.max280{
		width: 85%;
    max-width: 280px;
    justify-content: space-between;
	}

}
@media screen and (max-width: 767px){
	.bqc__top__main h1{
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(10%);
    width: 50%;
	}
	.bqc__top__main--wrap{
		padding: 60px 0 40px;
	}
	.bqc__top__catch--decoSnow span {
	  width: 5%;
	}
	span.deco_snow1 {
	  top: 30px;
    left: 18%;
	  max-width: 12px;
	}
	span.deco_snow2 {
	  top: 30px;
    right: 18%;
	  max-width: 12px;
	}
	span.deco_snow3 {
	  top: 50px;
    left: 6%;
	  max-width: 15px;
	}
	span.deco_snow4 {
	  top: 50px;
    right: 6%;
	  max-width: 15px;
	}
	span.deco_snow5 {
	  top: 110px;
    left: 11%;
	  max-width: 12px;
	}
	span.deco_snow6 {
	  top: 110px;
    right: 11%;
	  max-width: 12px;
	}
	span.deco_snow7 {
	  bottom: 65px;
    left: 7%;
	  max-width: 12px;
	}
	span.deco_snow8 {
	  bottom: 65px;
    right: 7%;
	  max-width: 12px;
	}
	span.deco_snow9 {
	  bottom: 10px;
    left: 14%;
	  max-width: 15px;
	}
	span.deco_snow10 {
	  bottom: 10px;
    right: 14%;
	  max-width: 15px;
	}
	.bqc__top__catch span{
		margin-bottom: 10px;
	}
	.bqc__top__scrollimg--loop{
	  width: 3000px;
	  padding: 0 0 40px;
	}
	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{
	  left: -30px;
	  bottom: -20px;
	}
	.bqc__sec--catch {
	  padding: 40px 0;
	}
	.swiper-wrapper {
	  margin-bottom: 10px;
	}
	.swiper-wrap,
	.bqc__sec__subitem--list.subitem--list-2 {
	  gap: 20px;
	}
	.bqc-swiper-1:nth-of-type(2) {
    margin-top: 40px;
	}
	.swiper-slide-texts li {
	  margin-bottom: 3px;
	}
	.swiper-slide-btn a {
	  font-size: 10px;
	}
	h2.bqc__sec__ttl {
	  width: 80%;
    max-width: 280px;
	  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;
	}
	.swiper.bqc-swiper-2 {
	  margin-bottom: 40px;
	}
	.popup-img.popup-img-3 {
	  width: 30%;
		max-width: 130px;
	}
	.popup-img.popup-img-3 {
	  top: 15px;
    right: 6%;
	}
	.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-img img{
		border-radius: clamp(10px,5vw,30px);
	}
	.swiper-wrap .swiper-slide-text{
		text-align: left;
	}
	.swiper-slide-btn{
		text-align: right;
	}
	.bqc__sec__subitem.subitem--1 {
    width: 90%;
    margin: 0 auto clamp(60px, 8vw, 100px);
	}
	.subitem--list-1-1 .swiper-slide-texts li,
	.subitem--list-1-2 .swiper-slide-texts li{
		width: 90%;
	}
	.bqc__sec__subitem--list li.subitem--list-1-2{
		margin: -10px 0 0 auto;
	}
	.bqc__sec__subitem.subitem--2 h2.bqc__sec__ttl{
		max-width: 220px;
		margin: 0 auto 10px;
	}
	.subitem--2-2 {
    margin-top: 100px;
	}
	.bqc__sec__subitem--list.subitem--list-2 ul.swiper-slide-texts li .swiper-slide-btn{
		margin-left: 10px;
	}
	.bqc__sec__xmasitem--text{
		padding-top: 20px;
	}
	.xmasitem__decoWrap {
	 top: 0;
    right: 0;
    width: 25%;
    max-width: 100px;
	}
	.xmasitem__decoWrap--ttl {
    position: absolute;
    top: -30px;
    right: -10%;
	}
	.position--1{
		margin: -60px 0 40px 5%;
	}
	.bqc-swiper-4{
		margin-bottom: 60px;
	}
	.bqc__sec__subitem.subitem--4 {
	  width: 70%;
	  margin: 0 auto 60px;
	}
	.bqc__sec__subitem--wrapDeco {
	  right: -13%;
    top: -20px;
	}
	.bqc__sec__point-item h2.bqc__sec__ttl {
    max-width: 150px;
	}
	.bqc__sec__point-item h2.bqc__sec__ttl span {
    position: absolute;
    right: -50px;
    top: -30px;
    width: 36%;
    max-width: 50px;
	}
	.bqc__sec__point-itemList {
	  gap: 20px;
	}
	.bqc__sec__xmasitem--img.xmasitem--img--1 {
	  margin-bottom: 10px;
	}
	.jsb.max320{
    max-width: 200px;
    justify-content: space-between;
	}
	.jsb.max280{
    max-width: 150px;
    justify-content: space-between;
	}
}
/* svgテキスト */
.svg__text--anim path {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.svg__text--anim path.is-show {
  opacity: 1;
}
g#svg_1 path{
	fill	: #C65588;
}
g#svg_2 path,
g#svg_3 path{
	fill	: #222;
}
@media screen and (min-width: 768px){

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

}

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