body{
	background: #f6cbd3;
}
.coeur-contents {
  display: block;
  margin: 0;
  padding: 0;
}
.js-enabled .coeur-contents {
  display: none;
}
section.fs-l-pageMain {
  margin: 0;
}
.slick-dots li button:before{
	border-radius: 0;
}
.imgauto{
  width: 100%;
  height: auto;
}
html,body{
  color: #ffffeb;
  margin: 0;
}
.coeur-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;
}
main.fs-l-main{
  padding: 0!important;
  margin: 0!important;
  max-width: none;
}
.fs-l-main .fs-l-pageMain {
  max-width: none;
}


@media screen and (min-width: 767px){
	body#fs_CustomPage::before {
	  content: "";
	  display: block;
	  width: 100vw;
	  height: 100vh;
	  background: url(https://kimuratan.itembox.design/item/img/f/244/CC/244cc_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;
	}
}
/* フォント */
.kosugi {
  font-family: "Kosugi Maru", sans-serif;
}
.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cardo {
  font-family: "Cardo", serif;
}
.dancing {
  font-family: "Dancing Script", cursive;
}
.textshadow {
  text-shadow: 0px 0px 5px #000;
}
.catch{
  position: relative;
}
.catcharea__ttl{
  text-align: center;
  color: #ad3a47;
  font-weight: bold;
}
.catcharea{
  padding: 60px 0 30px;
}
.catcharea__txt{
  line-height: 2.2;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #ad3a47;
  margin-bottom: 30px;
  font-family: "Kosugi Maru", sans-serif;
}
.catcharea__img {
  width: 80%;
  margin: 0 auto;
}
.coeur-inner{
  width: 90%;
  margin: 0 auto;
}
.pdg30{
  padding: 30px 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%)
  }
}
/* ゆらゆら */
#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);
}
}
/* ズームアップ */
@keyframes zoomup {
  0% {
	  opacity: 0;
    transform: scale(0.6);
  }
  100% {
	  opacity: 1;
    transform: scale(1.0);
  }
}
#zoomup{
	opacity: 0;
}
#zoomup.active {
  display: inline-block;
  animation: zoomup 0.3s ease-in-out 1s forwards;
}
/* フェードイン */
@keyframes fadein {
  0% {
	  opacity: 0;
    transform: scale(0.3);
  }
  100% {
	  opacity: 1;
    transform: scale(1.0);
  }
}
.fade-in{
	opacity: 0;
}
.fade-in.active {
  display: inline-block;
}
.fade-in.delay-1.active{
  animation: fadein 0.3s ease-in-out 0.5s forwards;
}
.fade-in.delay-2.active{
  animation: fadein 0.3s ease-in-out 0.8s forwards;
}
.fade-in.delay-3.active{
  animation: fadein 0.3s ease-in-out 1.1s forwards;
}
/* フェードアップ */
@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.fade-up.active {
  animation: fadeup 1s ease-in-out forwards;
}
.fade-up.active.delay-1 {
  animation-delay: 1.0s;
}
.fade-up.active.delay-2 {
  animation-delay: 0.5s;
}
.fade-up.active.delay-3 {
  animation-delay: 1.0s;
}
.fade-up.active.delay-0-1 {
  animation-delay: 0.3s;
}
.fade-up.active.delay-0-2 {
  animation-delay: 0.5s;
}
.fade-up.active.delay-0-3 {
  animation-delay: 0.7s;
}

/* ふりこ */
.xmasdeco--img2-1 {
    transform-origin: top right;
    animation: furifuri1 6s infinite ease-in-out;
}
@keyframes furifuri1 {
    0%,100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-30deg)
    }
}
.xmasdeco--img2-2 {
    transform-origin: top right;
    animation: furifuri2 6s infinite ease-in-out;
}
@keyframes furifuri2 {
    0%,100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-35deg)
    }
}
.xmasdeco--img2-3 {
    transform-origin: top right;
    animation: furifuri3 6s infinite ease-in-out;
}
@keyframes furifuri3 {
    0%,100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-30deg)
    }
}


.pctop{
  width: calc( ( 100% - 20%) - 520px );
  position: fixed;
  top: 20%;
  right: 0;
  color: #db5674;
  text-align: center;
}
#Treats {
  padding-bottom: 60px;
}
section.fv-movie {
  line-height: 0;
}
.coeur-contents{
  background-color: #f6cbd3;
}
.coeur-ttl {
  width: 75%;
  margin: 0 auto;
}
.catcharea__img {
  margin-bottom: 20px;
}
.sptop__navi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 auto 30px;
  width: 90%;
}
.item--wrap {
  position: relative;
}
.cartIcon img {
  display: inline-block;
  padding-left: 5px;
}
.cartIcon {
  display: flex;
  align-items: center;
}
.priceArea{
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.priceArea p {
  margin-bottom: 5px;
}
.coeur__price a {
  color: #db5674;
  font-weight: bold;
}
.coeur__price a {
  display: flex;
  justify-content: space-between;
}
.treats__item__1--img {
  width: 75%;
  margin: 0 auto 20px;
}
.treats__item__1--deco {
  position: absolute;
  top: 15px;
  right: 0;
  width: 33%;
}
.macaron-icon {
  width: 40px;
  padding: 30px 0;
  margin: 0 auto;
}
.macaron-icon li:not(:last-child) {
  margin-bottom: 10px;
}
.treats__item__2 {
  margin-bottom: 40px;
}
.treats__item__2--deco {
  position: absolute;
  left: 0;
  top: 50px;
  width: 30%;
  max-width: 120px;
}
.slick-area {
  padding: 40px 0;
  position: relative;
}
.slick-area.slider__1{
  width: 90%;
  margin: 0 auto;
}
.coeur-container .slick-dotted.slick-slider{
margin-bottom: 40px;
}
.coeur-container .slick-dots li button:before{
  background-color: transparent;
  content: "";
  background: url(https://kimuratan.itembox.design/item/img/f/244/CC/heart.svg) center / contain no-repeat;
  width: 80%;
}
.coeur-container .slick-dots{
	text-align: right;
	padding: 0 5px;
}
.coeur-container .slick-dots li{
margin: 2px;
}
.coeur-container .slick-dots li.slick-active button:before{
  background-color: transparent;
}
.slick-area.slider__2 {
  padding-bottom: 0;
}
.treats__item__3--deco {
  position: absolute;
  left: -15px;
  top: 20px;
  width: 20%;
  max-width: 50px;
}
.treats__item__4--deco {
  position: absolute;
  left: 30px;
  top: 70px;
  width: 35%;
  max-width: 150px;
}
.treats__item__5--deco {
  position: absolute;
  top: 25px;
  right: -40px;
  width: 33%;
}
.item--wrap.yoko {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.item--wrap.yoko .treats__item__5 {
  width: 55%;
}
.item--wrap.yoko .item__flex {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 80%;
}
.item--wrap.yoko .priceArea{
	width: 65%;
	margin: 0 5% 0 auto;
}
.treats__item__6 {
  width: 75%;
  margin: 0 auto 20px;
}
.treats__item__6--deco {
  position: absolute;
  right: -30px;
  top: -25px;
  width: 30%;
  max-width: 65px;
}
#Tea {
  background: #bbdbdf;
  padding: 30px 0 60px;
}
.tea__item__1--img {
  width: 85%;
  margin: 0 auto 30px;
}
p.teatime--img {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.mgb100{
	margin-bottom: 100px;
}
.teatime--img2 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto 0 5%;
  position: relative;
}
.teatime--img2 span {
  width: 50%;
  margin-bottom: -50px;
}
span#svg-typing {
  position: absolute;
  left: 6%;
  top: 25px;
  font-size: 22px;
  color: #e285a2;
  font-weight: bold;
}
span.teatime--img2-posi {
  margin: 0 0 0 -5%;
  width: 40%;
}
p.teatime--img3 {
  display: flex;
  align-items: flex-end;
  margin: 50px auto 20px;
  width: 80%;
}
.tea__item__6--deco img {
  width: 80%;
  padding-bottom: 30px;
}
#Decorations {
  padding: 30px 0 60px;
}
.xmasdeco__item__1 {
  padding: 20px 0;
}
.xmasdeco--img {
  display: flex;
  width: 90%;
  margin: 0 auto 0 5%;
  position: relative;
}
span.xmasdeco--img2-1,
span.xmasdeco--img2-3{
	width: 25%;
	margin-left: -30px;
}
span.xmasdeco--img2-2 {
  margin: 0 40px 0 10px;
  width: 32%;
  z-index: 5;
}
.xmasdeco--deco1,
.xmasdeco--deco2,
.xmasdeco--deco3{
	position: absolute;
	width: 25px;
}
.xmasdeco--deco1{
  top: 20px;
  left: 0;
}
.xmasdeco--deco2{
	top: 80px;
	right: 35%;
}
.xmasdeco--deco3{
	bottom: 0;
  right: 15px;
}
h3.xmasdeco-catch.cardo {
  font-size: clamp(20px, 3vw, 28px);
  color: #ad3a47;
  font-weight: bold;
  line-height: 1.4;
}
.xmasdeco--img3{
	z-index: 3;
}
.xmasdeco--img3,
.xmasdeco--img4 {
  display: flex;
  align-items: center;
  position: relative;
}
.xmasdeco--img3 span {
  width: 50%;
}
.xmasdeco--img4 span{
  width: 65%;
}
span.img4-space {
  width: 34%;
}
.xmasdeco--img4 {
  margin: -40px 0 40px;;
}
span.tea__item__3--deco img,
span.tea__item__4--deco img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
span.xmasdeco--deco0-1,
span.xmasdeco--deco0-2,
span.xmasdeco--deco0-3,
span.xmasdeco--deco0-4,
span.xmasdeco--deco3-1,
span.xmasdeco--deco4-1 {
  position: absolute;
  width: 10%;
  max-width: 30px;
}
span.xmasdeco--deco3-1 {
  top: 20px;
  left: 5%;
}
span.xmasdeco--deco4-1 {
  bottom: 60px;
  right: 16%;
}
span.xmasdeco--deco0-1{
  top: -20px;
  left: -40px;
}
span.xmasdeco--deco0-2{
  bottom: -10px;
  right: -45px;
}
.priceArea-xmax4 {
  margin-bottom: 60px;
}
.xmasdeco__item__5 {
  position: relative;
}
.xmasdeco__item__5--deco {
  position: absolute;
  right: 7%;
  top: 60px;
  width: 20%;
  max-width: 120px;
}
.xmasdeco__item__6 {
  position: relative;
}
.xmasdeco__item__6--img {
  width: 75%;
  margin: 0 auto;
  padding: 60px 0;
}
.xmasdeco--deco6-1,
.xmasdeco--deco6-2,
.xmasdeco--deco6-3,
.xmasdeco--deco6-4{
  position: absolute;
  width: 10%;
  max-width: 30px;
}
.xmasdeco--deco6-1{
	left: 5%;
  top: 30px;
}
.xmasdeco--deco6-2{
	top: 80px;
	right: 13%;
}
.xmasdeco--deco6-3{
	right: 5%;
  bottom: 180px;
}
.xmasdeco--deco6-4{
	left: 60px;
	bottom: 40px;
}
.xmasdeco__item__7 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 40px;
}
span.xmasdeco--deco0-3{
  bottom: -50px;
  left: -60px;
}
span.xmasdeco--deco0-4{
  top: 40px;
  right: -60px;
}
.cc__top__scrollimg--loop{
  display: flex;
  overflow: hidden;
}
ul.cc__top__scrollimg {
  display: flex;
  white-space: nowrap;
}
footer{
	background: #bbdbdf;
  border-radius: 100vw 100vw 0 0;
  overflow: hidden;
  padding-bottom: 60px;
}
footer .coeur-inner {
  padding-top: 60px;
}
p.novelry--img {
  padding: 0 3%;
  margin-bottom: 15px;
}
.novelr__box {
  color: #ad3a47;
}
h3.novelry__box--ttl {
  font-size: 14px;
  margin-bottom: 10px;
}
ul.novelry__box--list li {
  list-style-type: disc;
  margin-left: 1.5em;
  line-height: 1.4;
  font-size: 11px;
}
p.allitem {
  width: 40%;
  max-width: 200px;
  margin: 0 auto 40px;
}
ul.followlist {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 20%;
  max-width: 150px;
  margin: 0 auto;
}
ul.followlist li {
  width: 20%;
}
@media screen and (min-width: 768px){
  .pctop{
    padding: 0 10px;
  }
  .pctop__ttl{
    font-size: clamp( 50px, 4.5vw, 56px);
    margin-bottom: 30px;
    font-weight: bold;
  }
  .pctop__ttl span {
    display: block;
    font-size: clamp(32px, 3vw, 38px);
	}
  .pctop__subttl{
    font-size: clamp( 28px, 3vw, 36px);
    font-weight: bold;
    margin-bottom: 15px;
  }
  .pctop__txt{
    font-size: clamp( 28px, 3vw, 36px);
    font-weight: bold;
    margin-bottom: 60px;
  }
	ul.pctop__navi {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 20px;
	  width: 80%;
	  max-width: 380px;
	  margin: 0 auto;
	}
  .coeur-contents{
    max-width: 520px;
    margin: 0 auto 0 20%;
  }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .catcharea__ttl{
    font-size: 30px;
  }
  .catcharea__txt{
    font-size: 15px;
  }
  .coeur__price{
    font-size: 15px;
  }
	.cc__top__scrollimg--loop{
	  width: 1000px;
	  padding: 80px 0;
	}
	ul.cc__top__scrollimg {
	  margin: 0 20px;
	  -webkit-animation: thumbLoop 30000ms linear infinite;
	  animation: thumbLoop 30000ms linear infinite;
	}
	ul.cc__top__scrollimg li {
	  min-width: 200px;
	  width: 28%;
	  max-width: 240px;
	}
	.typing-text1 {
    margin-bottom: 15px;
	}
	.typing-text2 {
    margin-bottom: 30px;
	}
}
@media screen and (min-width: 1201px){
  .cartIcon img{
    width: 15px;
  }
	.treats__item__4--deco {
	  left: 40px;
	  top: 80px;
	  width: 45%;
	  max-width: 170px;
	}
	.priceArea {
    max-width: 280px;
	}
	#svg-typing-text{
    font-size: clamp(22px, 3vw, 36px);
    letter-spacing: .05em;;
	}
	span#svg-typing {
    left: 4%;
	}
}
@media screen and (max-width: 1200px){
  .pctop{
    width: calc(100% - 375px);
  }
  .coeur-contents{
    max-width: 375px;
    margin: 0 auto 0 0;
  }
  .catcharea__ttl{
    font-size: clamp(23px, 3vw, 27px);
  }
  .catcharea__txt{
    font-size: 12px;
  }
  .coeur__price{
    font-size: 12px;
  }
  .cartIcon img{
    width: 13px;
  }

}

@media screen and (max-width: 767px){
  .pctop{
    display: none;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .item04{
    width: 100%;
    margin:  0 auto 40px;
  }
  .item04_3{
    width: 90%;
    margin: 0 auto;
  }
  .coeur-contents {
    position: static; /* モバイルでは固定を解除 */
    -webkit-overflow-scrolling: touch; /* スムーズスクロールを有効にする */
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .fv-movie{
	  height: 100%;
  }
  .catcharea__ttl{
    font-size: clamp(23px, 3vw, 27px);
  }
	.cc__top__scrollimg--loop{
	  width: 800px;
	  padding: 40px 0;
	}
	ul.cc__top__scrollimg {
	  margin: 0 10px;
	  -webkit-animation: thumbLoop 30000ms linear infinite;
	  animation: thumbLoop 30000ms linear infinite;
	}
	ul.cc__top__scrollimg li {
	  min-width: 140px;
	  width: 25%;
	  max-width: 120px;
	} 
	#svg-typing-text{
    font-size: 36px;
	}
	.typing-text1 {
    margin-bottom: 7px;
	}
	.typing-text2 {
    margin-bottom: 20px;
	}
	span#svg-typing {
    left: 4%;
    top: 3%;
	}
}
@media (min-width:768px) and (max-width:1200px) {
	#svg-typing-text{
    font-size: 36px;
    letter-spacing: .03em;
	}
	h3.xmasdeco-catch.cardo {
    font-size: clamp(20px, 3vw, 22px);
	}
	span#svg-typing {
    top: 8px;
	}
}
/* タイピング */
.type-text span {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.typing-text1, .typing-text2 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.typing-text1.active, .typing-text2.active {
  opacity: 1;
}
