/* CSS Document */

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

img.blurin {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.top1 {
	width: 100px;
	position: absolute;
	top: 100px;
	left: 0;
	opacity: 0;
}

.top2 {
	width: 500px;
	position: absolute;
	top: 200px;
	left: 0;
	opacity: 0;
	
}

.top3 {
	width: 700px;
	position: absolute;
	top: 100px;
	right: 0;
	opacity: 0;
	
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

#whiteMainBox_fit {
	color: #16439a;
 font-family: "A1 Gothic M"; 
	background: #d7eefb;
}
#whiteMainBox_fit img {
	max-width: 100%;
}


#head {
	width: 100%;
	background: url("img/bg.jpg") 50% 90% no-repeat;
	background-size: 100% auto;
}

#head h1 {
	display: block;
	width: 1200px;
	margin: auto;
	padding: 100px 0;
	height: 400px;
	position: relative;
}

#loading {
  --color-1: #fff;
  --size: 1px;
  width: calc(100 * var(--size));
  height: calc(100 * var(--size));
  border: calc(5 * var(--size)) solid var(--color-1);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



#message {
	background: #d7eefb;
	padding: 100px 0;
}

#message div.bg_fruit {
	background: url("img/fruit_img.webp") 100% 100% no-repeat;
	background-size: 300px auto;
	width: 600px;
	padding: 50px 300px 100px 300px;
	font-size: 1.2rem;
	margin: auto;
	line-height: 2;
}

#message div.bg_fruit h2 {
	margin-bottom: 40px;
}

#cm {
	width: 900px;
	margin: 50px auto 100px auto;
	text-align: center;
}

#cm a {
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(148, 214, 255, 0.3) 0px 30px 60px -30px;
	border: 4px solid #fff;
	display: block;
	transition: all ease 0.3s;
}

#cm a:hover {
	transform: translateY(-10px);
}
#cm h2 {
	margin-bottom: 30px;
	font-size: 3rem;
}

#flavor {
	background: #fff;
	padding: 1px 0;
}

#flavor_top {
	background: url("img/bg_text_flavor.png") 100% 0 no-repeat;
	background-size: 50% auto;
	width: 84%;
	margin: auto;
	padding: 100px 0 50px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}

#flavor_top div.beer {
	width: 40%;
}

#flavor_top div.text {
	width: 60%;
	font-size: 1.1rem;
}

#flavor_top div.text h2 {
	font-size: 2.8rem;
	margin-bottom: 50px;

}


#flavor_top div.text ul {
	list-style: none;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#flavor_top div.text ul li {
	width: 240px;
}
#flavor_top div.text ul li img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	box-shadow: 20px 20px 28px 5px #94D6FF;
}

#flavor_top div.text ul li:nth-of-type(1) {
	margin-top: 60px;
}

#flavor_top div.text ul li:nth-of-type(2) {
	margin-top: 20px;
}

#flavor_top div.text ul li:nth-of-type(3) {
	margin-top: -20px;
}


#flavor #flavor_bottom {
	width: 1100px;
	margin: 30px auto 150px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

div.point_box {
	width: calc(46% - 80px);
	border: 2px solid #1c96d4;
	border-bottom: 5px solid #1c96d4;
	padding: 40px;
	border-radius: 20px;
}

div.point_box h3 {
	background: #fff;
	margin-top: -70px;
	width: 200px;
	margin-bottom: 40px;
}

div.point_box p.fontbold {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

#color {
	background: url("img/bg_text_temp.png") 10% 0% no-repeat;
	background-size: 40% auto;
	padding: 100px 0;
	margin-top: -150px;
	
}

#color div.color_top {
	display: flex;
	width: 1000px;
	margin: auto;
	align-items: center;
	justify-content: space-around;
}


#color div.color_top div.text {
	width: 50%;
}


#color div.color_top div.can {
	width: 46%;
	position: relative;
}


.top_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.top_slide img {
  width: 100%;
  height: auto;
  display: block;
}


.top_slide {
  position: absolute;
  width: 100%;
}

.top_slide.active {
	opacity: 1;
  position: relative; 
}

#color div.color_top div.can div.ice {
	width: 150%;
	position: absolute;
	bottom: 0;
	right: -50px;
}

div.color_bottom {
	width: 800px;
	margin: auto;
	padding: 50px 0 20px 0;
	font-size: 1.3rem;
}


div#about {
	background: #fff;
	border-radius: 30px;
	width: 640px;
	padding: 50px 100px;
	position: relative;
	margin: 50px auto 100px auto;
	text-align: center;
	font-size: 1rem;
}

div#about h3 {
	font-size:1.8rem;
}

div#about div.can {
	width: 360px;
	position: absolute;
	top: -180px;
	left: -100px;
}

div#about p img {
	width: 150px;
}

div#about p {
	margin-bottom: 30px;
}
div#about h3 {
	font-family: "A1 Gothic B"; 
	font-size: 1.4rem;
	margin-bottom: 20px;
}

div#about a {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	border-radius: 100vh;
	background: #12408f;
}



#ice_box {
	position: absolute;
	pointer-events: none;
	width: 1200px;
	margin: auto;
	left: -200px;
	right: 0;
	top: -200px;
	bottom: 0;
}

div#logo_bottom {
	width: 50%;
	background: url("img/bg.jpg") 50% 50% no-repeat;
	padding: 200px 25%;
}



    .video-shell {
      width: min(60vw, 1200px);
      aspect-ratio: 16/9;
      background: #000;
      border-radius: 8px;
      overflow: hidden;
      margin-inline: auto;
    }
    .video-shell iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .modal { display: none; }
    .modal.is-open { display: block; }

    .modal__overlay {
      position: fixed; inset: 0;
      background: rgba(0,0,0,.6);
      display: grid; place-items: center;
      padding: 24px;
    }
	.modal__title {
		font-size: 1.2rem;
	}
    .modal__container {
      background: #fff; color: #000;
      border-radius: 10px;
      padding: 16px;
      max-height: 90vh;
      overflow: auto;
    }
    .modal__header, .modal__footer {
      display: flex; justify-content: space-between; align-items: center;
    }
    .modal__close, .modal__btn {
      border: none; cursor: pointer; padding: 8px 12px;
      border-radius: 6px;
    }
    .modal__close { background: #333; color: #fff; }
    .modal__btn { background: #fff; color: #111; }
/********* /modal **********/

@media screen and (min-width: 0px) and (max-width: 480px) {
	
	/******** modal **********/
	.modal__overlay {
		padding: 0;
	}
	.modal__title {
		display: none;
	}
	
    .video-shell {
      width: min(100vw);
	}
	
	.modal__container {
    	width: 100%;
	}
	
	/******** modal **********/
	
#head {
  width: 100%;
  background: url("img/bg.jpg") 100% 90% no-repeat;
  background-size: auto 100%;
}	
#head h1 {
  width: 100%;
  padding: 0;
  height: 600px;
}
	
.top1 {
  width: 100px;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
	
.top2 {
  width: 80%;
  top: 150px;
  left: 0;
  margin: auto;
  right: 0;
}	
.top3 {
  width: 100%;
  top: inherit;
  right: 0;
  bottom: 10px;
}	
	
#message {
  padding: 10px 0;
}
	
#message div.bg_fruit h2 {
  margin-bottom: 20px;
}

#message div.bg_fruit {
  background: url("img/fruit_img.webp") 50% 100% no-repeat;
    background-size: auto;
  background-size: auto 200px;
  width: 80%;
  padding: 50px 0 200px 0;
  font-size: 1rem;
  margin: auto;
  line-height: 2;
}	
	
#cm {
  width: 90%;
  margin: 50px auto 50px auto;
  text-align: center;
}
	
#cm h2 {
  margin-bottom: 30px;
  font-size: 2rem;
}	
	
#flavor_top {
	flex-direction: column-reverse;
	flex-wrap: wrap;
	background-size: 60% auto;
  	width: 100%;
	padding: 100px 0 20px 0;
}
	
#flavor_top div.text {
  width: 80%;
  font-size: 1rem;
  margin: auto;
	line-height: 1.8;
}	
	
#flavor_top div.text h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}	

#flavor_top div.text ul {
	margin-bottom: 0;
}
	
#flavor_top div.text ul li {
  width: 32%;
}	
	
#flavor_top div.text ul li img {
  width: 100%;
  height: auto;
}
	
#flavor_top div.beer {
  width: 70%;
  height: 300px;
  overflow: hidden;
  margin: 20px 8% 0 22%;
}	
	
#flavor #flavor_bottom {
  width: 90%;
  margin: 30px auto 100px auto;
  display: block;
}
	
div.point_box {
  width: 84%;
  padding: 40px 5% 20px 5%;
  margin: 0 auto 40px auto;
}	
	
div.point_box h3 {
  background: #fff;
  margin-top: -60px;
  width: 120px;
  margin-bottom: 10px;
}	
	
#flavor_top div.text ul li:nth-of-type(1) {
  margin-top: 0px;
}	
	
div.point_box p.fontbold {
  font-size: 1.2rem;
  margin-bottom: 0;
}	
	
#color {
  background: url("img/bg_text_temp.png") 10% 0% no-repeat;
    background-size: auto;
  background-size: 70% auto;
  padding: 50px 0;
  margin-top: 0px;
}	
	
#color div.color_top {
  display: block;
  width: 100%;
  margin: 40px auto;
	overflow: hidden;
}
	
#color div.color_top div.text {
  width: 90%;
  margin: 40px auto 0px auto;
}	
	
#color div.color_top div.can {
  width: 70%;
  position: relative;
  margin: 0 10% 0 20%;
}	
	
div.color_bottom {
  width: 80%;
  margin: auto;
  padding: 0px 0 20px 0;
  font-size: 1rem;
}	
	
	
div#about div.can {
  width: 160px;
  position: absolute;
  top: -40px;
  left: -20px;
}	
#ice_box {
    position: absolute;
    pointer-events: none;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
}
div#about {
  background: #fff;
  border-radius: 30px;
  width: 80%;
  padding: 20px 5%;
  position: relative;
  margin: 0px auto 50px auto;
  text-align: center;
  font-size: 0.9rem;
}
	
div#logo_bottom {
  width: 60%;
  background: url("img/bg.jpg") 50% 50% no-repeat;
  padding: 90px 20%;
  background-size: auto 100%;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}







