/* カスタマイズ用CSS */
.tvIce-ttl{
    width: 100%;
    margin: 40px auto;
    font-size: 22px;
    text-align: center;
}
.tvIce-btn{
    text-align: center;
}
.tvIce-slider{
    padding: 34px 0 34px 0 !important;
}

/* SP */
.tvIce-slider-ttl{
    margin: 10px auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/*浮島登録ボタンSP*/
.txt-center{
	text-align: center;
}
.regist-zone {
	width: 100%;
	margin: 0 auto ;
	background: #FDF8E3;
	padding-top: 6%;

}
.flex-btn{
	width: 80%;
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	margin: 2% auto;
}

.flex-column{
	display: flex;
	flex-direction:column;
	padding: 2%;
}

.btn-mail{
	display: inline-block;
	font-size: 1em;
	background: #FFE62F;
	color: #fff;
	width: 250px;
	border-radius: 30px;
	padding: 15px 40px;
	font-weight: bold;
	text-decoration: none;
}

.btn-line{
	display: inline-block;
	font-size: 1em;
	background: #06c755;
	color: #fff;
	width: 250px;
	border-radius: 30px;
	padding: 15px 40px;
	font-weight: bold;
	text-decoration: none;
}
.flex-btn .flex-column{
		margin-bottom: 6%;
	}
/*mb60が効かないための予備*/
.mb-60 {
    margin-bottom: 60px;
}
.fs-18{
    font-size: 18px;
}
/* PC */
@media only screen and (min-width: 768px){
    .tvIce-slider-ttl{
        margin: 10px auto;
        font-size: 30px;
        letter-spacing: 0.15em;
    
    }
    /*浮島登録ボタンpc*/
    .regist-zone {
    	width: 80%;
    	padding: 4% 0 2% 0;
    
    }
    .flex-btn{
    		width: 80%;
    		display: flex;
    		
    		flex-direction:row;
    	}
    .regist-zone {
    		width: 100%;
    	}
    .btn-mail{
        width: 300px;
    	border-radius: 30px;
    	padding: 20px 50px;
    }
    
    .btn-line{
    	width: 300px;
    	border-radius: 30px;
    	padding: 20px 50px;

    }
    .flex-btn .flex-column{
    		margin-bottom: 0%;
    	}
}
/*LINEボタン非表示*/
.line-button{display: none;}

/*最低購入数*/
.min-num{
    font-size: 1.1em;
    font-weight: bold;
}

/*お友達や家族と*/
.friendsfamily{
    color: #c00;
    font-weight: bold;
    font-size: 1.2em;
}

/*トップページのふわっと切り替わるスライド*
.huwa {
  height: auto;
  aspect-ratio:11/4; 
  overflow: hidden;
  position: relative;
}

/* imgのみ *
.huwa-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;

  animation : huwa-anime 10s infinite;
}
*/
/*nth-childを読み込まないので仕方なくこうしています。*/
.huwa-item1 {
  animation-delay: 0s;
}
.huwa-item2 {
  animation-delay: 5s;
}
/*
.item1:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
*/
/* ふわっとアニメーション *
@keyframes huwa-anime {
  0% {
    opacity : 0;
    z-index : 2;
  }
  17%{
    opacity : 1;
  }
  50%{
    opacity : 1;
  }
  65%{
    opacity : 0;
    z-index : 1;
  }
  100% {
    opacity : 0;
  }
}
*/
/*スマホ*/
@media (max-width: 768px){
/*	.huwa {
	  height: auto;
	  aspect-ratio:751/501; 
	  overflow: hidden;
	  position: relative;
	}
	.sp-huwa-item {
	  opacity: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  position: absolute;
	  left: 0;
	  top: 0;

	  animation : sp-huwa-anime 10s infinite;
	}
	*/
	/*nth-childを読み込まないので仕方なくこうしています。*/
	.sp-huwa-item1 {
	  animation-delay: 0s;
	}
	.sp-huwa-item2 {
	  animation-delay: 5s;
	}


}
/*
	@keyframes sp-huwa-anime {
		  0% {
		    opacity : 0;
		    z-index : 2;
		  }
		  17%{
		    opacity : 1;
		  }
		  50%{
		    opacity : 1;
		  }
		  65%{
		    opacity : 0;
		    z-index : 1;
		  }
		  100% {
		    opacity : 0;
		  }
	}
	*/