@charset "utf-8";
/* CSS Document */
img{
	max-width: initial;
}

.warpper{
	max-width: 600px;
	width: 100%;
	margin: 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-image: url("../images/bg.jpg");
	background-size: contain;
	box-sizing: border-box;
	padding: 5% 1%;
	z-index: 10011;
}
.warpper img{
	display: block;
	line-height: 0;
}
.title{
	width: 90%;
	margin: 8% auto 10%;
}
.content{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3% 3% 10%;
	overflow: hidden;
}
.content__lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 10% auto 10%;
}
.popcorn{
	margin: 10% auto;
}
.popcorn__flavor{
	margin: 0 auto 10%;
	position: relative;
}
.warpper .popcorn__flavor__ttl{
	width: 160% !important;
	margin-left: -30%;
	margin-bottom: 8%;
}
.popcorn__Table{
	display: flex;
	column-gap: 15px;
	align-items: center;
	justify-content: space-between;
}
.popcorn__Table img{
	width: 35%;
	position: relative;
}
.popcorn__flavor__icon{
	display: flex;
	gap: 10px 10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.popcorn__flavor__icon img{
	width: calc(33.3% - 10px);
}
.uranai{
	margin: 20% auto 0;
}
.uranai__ttl{
	text-align: center;
	font-size: 20px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(254, 155, 114, 1) 5px, rgba(254, 155, 114, 1) 7px );
	padding: 2% 0;
	margin-bottom: 8%;
}
.uranai__ttl span{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 3% 0;
}
.seiza{
	padding: 0;
	margin: 5% auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:5px 5px;
	justify-content: center;
}
.seiza li{
	width: calc(33.3% - 5px);
	border: dotted 1px #fe9b72;
}
.attention{
	text-align: center;
	font-size: 11px;
	margin: 2% auto;
}
.mageC{
	margin: 15% auto;
	width: 90%;
	border-bottom:  solid 1px #fe9b72;
	padding-bottom: 7%;
}
.title-border {
	width: 100%;
	margin: 0 auto 5%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 22px;
	color: #fe9b72;
}
.title-border:before,
.title-border:after {
	border-top: 1px solid #fe9b72;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 1rem;
}
.mageC__flex{
	display: flex;
	column-gap: 25px;
	align-items: center;
}
.mageC__flex img{
	max-width: 35%;
}
.mageC__lead{
	font-size: 11px;
	line-height: 1.8;
}
.sns{
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	margin: 3% 0 0;
}
.sns:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	background-repeat: no-repeat;
}
.slide__box{
	width: 50%;
	margin: 10% auto 0;
}
.slide__group{
	width: 100%;
	margin: 8% auto 3%;
	display: block;
}
.slide{
	position: relative;
	width: 100%;
	overflow: inherit;
}
.slide img {
	animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: slideshow2; 
    animation-timing-function: ease; 
    opacity: 0;
}
.slide img:nth-child(2){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.slide img:nth-child(1){
	animation-delay: 0s;
	}
.slide img:nth-child(2){
	animation-delay: 3s;
}

@keyframes slideshow2 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
.btn{
	display: block;
	width: 90%;
	margin: 5% auto;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	background-color: #fe9b72;
	color: #fff;
	padding: 3% 0;
}
.pd5{
	padding: 6% 0;
}
.another-box{
	width: 80%;
	margin: 0 auto; 
	padding: 25% 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.another-box img{
	display: block;
	margin: 0 auto 3%; 
	line-height: 0;
}
.another-box p{
	font-size: 13px;
	line-height: 1.8;
	text-align: left;
}
.lucky__flavor{
	display: block;
	width: 100%;
	margin: 8% auto;
	text-align: center;
	background-color: #fe9b72;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 3% 0;
}
.pcBox{
	display: none;
}
@media(min-width:750px){
.sticky__container{
	display: flex;
	background-color: #fff;
	background-image: url("../images/bg.jpg");
}
.pcBox{
	width: 50%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fe9b72;
	z-index: 10011;
	background-image: url("../images/bg.jpg");
}
.image__container{
	width: 58.82vh;
	position: relative;
}
.wrapper{
	width: 35%;
	box-sizing: border-box;
	padding: 0.5%;
	background-color: #fff;
	margin-left: 2%;
}	
.another-box{
	width: 100%;
	padding: 3% 0;
}
.pc__flex{
	display: flex;
	margin: 0 auto; 
	align-items: center;
	column-gap: 20px;
}
.another-box img{
	display: block;
	margin: 0 auto; 
	line-height: 0;
	max-width: 35%;
}
.another-box p{
	font-size: 13px;
	line-height: 2;
}
.lucky__flavor{
	margin: 3% auto;
}
.br_s{
	display: none;
}
.seiza{
	gap:13px 13px;
}
.seiza li{
	width: calc(33.3% - 13px);
}
.slide__box{
	display: none;
}
}
.slide-in{
	width: 20%;
	animation: slideinTop 1.5s 1;
	position: absolute;
	top: 10%;

}
@keyframes slideinTop {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-in2{
	width: 20%;
	animation: slideinTop2 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	position: absolute;
	bottom: -10%;
	right: 60%;
}
@keyframes slideinTop2 {
 0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

