@charset "UTF-8";

html body{
	color:#333;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
	letter-spacing: .02em;
	background:#fff;
	line-height: 1.6;
	margin:0;
	padding: 0;
}
img{
	max-width: 100%;
}
sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.a-font-en {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}

@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeOut {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
.fade-in {
	animation: fadeIn 0.5s forwards; /* 0.5秒かけてフェードイン */
}
.fade-out {
	animation: fadeOut 0.5s forwards; /* 0.5秒かけてフェードアウト */
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}

	35% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}


.btn_glow a:hover {
	position: relative;
	text-decoration: none;
	background-color: #AAC8E6;
	text-align: center;
	transition: .2s;
	color: #fff;
	-webkit-animation: glow-reverse 2s ease-in-out infinite alternate;
	animation: glow-reverse 2s ease-in-out infinite alternate;
}

.btn_glow a:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: inherit;
	-webkit-box-shadow: 0 0 1.3em #AAC8E6, 0 0 0.5em rgba(255, 255, 255, 0.5) inset;
	      box-shadow: 0 0 1.3em #AAC8E6, 0 0 0.5em rgba(255, 255, 255, 0.5) inset;
	-webkit-animation: glow 2s ease-in-out infinite alternate;
	      animation: glow 2s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}



/* PC*/
.pc{display: block;}
.sp{display: none;}
.pc_none{display: none !important;}
.sp_none{display: inline-block !important;}
.tr{text-align: right;}
.h3{text-align: center;}

/*  int  */
.int{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 130px;
}
.intt{
	max-width: 356px;
	margin:87px auto 96px;
}
/*  mv  */
.mv {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	position: relative;
}
.mv img{
	max-width: 100%;
	text-align: center;
}
.lead{
	margin-top:50px;
	font-size: 14px;
}
.lead strong{
	color: #EB718D;
	font-weight: bold;
}

section > .inner{
	max-width: 960px;
	margin:0 auto;
	padding:0 20px;
}

.feature{
	text-align: center;
	background: #F7E7E8;
}
.feature .chocolat{
}
.feature .chocolat img{
	margin-top: -80px;
	max-width: 157px;
	display: inline-block;
}
.feature .name{
	font-size:22px;
	color: #EB718D
}
.feature .name span{
	font-size: 16px;
}
.feature .txt{
	border-bottom: 1px solid #333333;
	padding-top:1em;
	padding-bottom:5em;
}
.feature .comment{
	padding: 60px 0 40px;
}


.allitem{
text-align:center;
}
.onsale{
	text-align: center;
	padding:100px 0;
	font-size:27px;
}
.onsale.top{
		background: #F7F7F7;
}
.onsale .date{
	display: inline-block;
	margin:0 60px;
	font-weight:bold;
}
.onsale .date span{
	font-size:75%;
	font-weight:normal;
}

.movie_area{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #F7F7F7;
	padding-bottom: 180px;
}

.page_anchor{
	text-align: center;
	font-size:21px;
	position: relative;
	top: -2.7em;
}
.page_anchor .anchor{
	display:inline-block;
}
.page_anchor .anchor a{
	display:inline-block;
	/* background: #eee; */
	padding: 1em 1.5em;
}
.page_anchor .anchor:nth-child(2){
}
.page_anchor .anchor:nth-child(2)::before,
.page_anchor .anchor:nth-child(2)::after{
	content:"";
	display:inline-block;
	height:65px;
	position:relative;
	bottom:-30px;
	border-left:1px #8A8A8A solid;
	transform:rotate(-135deg);
	margin: 0 20px;
}

.product{
	background: #fff;
	max-width: 1020px;
	margin:0 auto;
}
.product .items{
	display: flex;
	justify-content: center;
	gap: 160px;
}
.product .item{
	position: relative;
	margin-top:50px;
	max-width: 258px;
}
.product .link_btn{
	margin-top: 1em;
}
.product .link_btn a{
	background: #533730;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding:0.5em 0;
}
.product .notes{
	font-size: 13px;
	margin:60px 0;
	text-align: center;
}
.product  .store{
	text-align: center;
	border: 1px solid #707070;
	padding:2em 0;
}
.product .chocolatier{
	margin-top: 60px;
	display: flex;
	align-items: center;
	gap: 2em;
}
.product .chocolatier .img{
	flex-shrink: 0;
	max-width: 110px;
}
.product .chocolatier .txt{
	flex: 1;
}
}