html,
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Work Sans', sans-serif;
    width: auto;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

* {
  box-sizing: border-box;
}


.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
   background-image: url(../assets/img/noisebg.gif);
       display: flex;
    overflow-x: auto;
    z-index: 15;
}

.nav img {
  width: 28px;
  margin-bottom: 5px;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 8px;
    color: #888;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #000;
}

.nav__icon {
    font-size: 15px;
}


.main {
  padding: 16px;
  margin-bottom: 30px;
}

.topbar {
  height: 10vh;
background-color: #fff;

}

.topbar:after {
  /* content is required when using :after */
  animation: noise 12s steps(10) infinite;
  content: "";
  /* The grainy image */
  background-image: url(../assets/img/noise.png);
  /* Specify a height and width above and beyond the page header for movement */
  height: 280%;
  width: 280%;
  /* We're using opacity in place of a transparent image */
  opacity: 0.3;
  /* We'll need this when the animation kicks in to hold the position of the texture */
  position: fixed;
  left: -50%;
top: -150%;

}

@keyframes noise {
  0%, 100% { transform:translate(0, 0) }
  10% { transform:translate(-5%, -10%) }
  20% { transform:translate(-15%, 5%) }
  30% { transform:translate(7%, -25%) }
  40% { transform:translate(-5%, 25%) }
  50% { transform:translate(-15%, 10%) }
  60% { transform:translate(15%, 0%) }
  70% { transform:translate(0%, 15%) }
  80% { transform:translate(3%, 35%) }
  90% { transform:translate(-10%, 10%) }
}

.floatlogo img {
  margin-top: 30px;
}

.floatlogo {
width: 23%;
z-index: 8;
  position: fixed;
left: 39%;
}

.kirinlogo {
width: 40px;
z-index: 6;
  position: absolute;
right: 20px;
margin-top: 40px;
background-color: ;
}


.movie-block {
  width: 100%;
  background-color: #fff;
  height: 160px;
  position: relative;
 overflow: scroll;
}

.full-block {
  width: 100%;
  background-color: #fff;
  height: 1060px;
  position: relative;
 overflow: scroll;
}

.full-block2 {
  width: 100%;
  background-color: #fff;
  height: 1960px;
  position: relative;
 overflow: scroll;
}


.quizwrap2 {
  padding-top: 70px;
  width: 280px;
  background-color: #fff;
  height: 1900px;
  margin: 0 auto;

}

.quizwrap {
  padding-top: 70px;
  width: 280px;
  background-color: #fff;
  height: 1030px;
  margin: 0 auto;

}

.music-block {
  width: 100%;
  background-color: #eee;
  height: 150px;  position: relative;

}

.recipe-block {
  width: 100%;
  background-color: #fff;
  height: 175px;  position: relative;
  overflow: scroll;
}

.recipe-block2 {
  width: 100%;
  background-color: #fff;
  height: 205px;  position: relative;
  overflow: scroll;
}

.food-block {
  width: 100%;
  background-color: #fff;
  height: 450px;  position: relative;
}

.title {
width: 100%;
background-color: #f2f2f2;
height: 45px;
padding: 12px;
color: #666;
font-size: 14px;
}

.movie-article-thumbs {
  width: 100%;
  height: 200px;
  background-color: #fff;
  padding: 10px;
}

.movie-thumbnail {
  width:40%;
  background-color: #fafafa;
  height: 75px;
  background-size: cover;
  border-radius: 6px;"
  float: left;

}

.article-info {
  margin-top: 10px;
  width: 57%;
  float: right;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 75px;
}

.musicplaylist {
  margin-top: 10px;
  width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
height: 170px;
padding: 10px;
column-gap: 15px;
}

.musicthumb img {
  width: 100%;
  margin-bottom: 5px;
}

.musicthumb {
text-align: center;
font-size: 12px;
width: 30%;
margin-top: 10px;
}

.monthsdrinks {
width: 95%;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-around;
height: 90px;
padding: 1px;
column-gap: 0px;
background-color: #fff;
border-radius: 15px;
}

.musicthumb img {
  width: 100%;
  margin-bottom: 5px;
}

.article-topic {
font-size: 10px;
font-weight: 300;
}

.article-title {
font-size: 12px;
line-height: 1.3;
}

.foodpair {
padding: 10px;
}

.foodpairing {
  width: 100%;
  height: 130px;
  margin-top: 15px;
}

.cocktail {
  width: 27%;
  background-color: red;
  float: left;
  height: inherit;
  border-radius: 10px 0px 0px 10px;
}

.deliveryfood {
  width: 73%;
  float: right;
    height: inherit;
}

.cocktailscroll {
width: 600px;
margin-left: 10px;
height:150px;
margin-top: 20px;
font-size: 11px;
text-align: center;
} 

.cocktailscroll2 {
width: 600px;
margin-left: 10px;
height:180px;
margin-top: 20px;
font-size: 11px;
text-align: left;
} 

.cocktails {
width: 95px;
border-radius: 6px;
height: 115px;
background-size: cover;
margin-bottom: 5px;
}

.cocktailunit {
width: 95px;
float: left;
margin-right: 5px;
height: 150px;
line-height: 18px;
}

  .swiper {
        width: 100%;
        height: 130px;
        background-color: #fafafa;
        margin: 0 auto;
      }

      .swiper-slide {
        text-align: left;
        font-size: 12px;
 

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
      }

  .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swipercaption {
  position: absolute;
  z-index: 7;
  color: #fff;
  text-align: left;
  left: 15px;
  bottom: 15px;
}

.foodcaption {
  position: absolute;
  z-index: 7;
  color: #fff;
  text-align: left;
  left: 10px;
  bottom: 15px;
  font-size: 12px;
}

.cocktailcaption {
  z-index: 7;
  color: #666;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 11px;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#ccc)!important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .9)!important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important;
  }

 .swiper-pagination1 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: linear-gradient(41deg, rgba(211,178,9,1) 0%, rgba(211,100,9,1) 49%, rgba(211,178,166,1) 100%) !important;
}



.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: linear-gradient(24deg, rgba(140,198,63,1) 0%, rgba(41,171,149,1) 35%, rgba(237,229,208,1) 100%) !important;
}

.beerslideholder {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type=text] {
  color: #666;
  padding: 10px;
  font-size: 15px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  width: 125px;
  background-image: url(../assets/img/dropdownbg.gif);
  background-position: center;
  background-size: cover;

}

::placeholder {
text-align: right;
}


.wrapper{
  position: relative;
  top:140px;
  height: 280px;
  width: 280px;
 
  overflow: hidden;
  background: #fff;


      -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

}
.wrapper .images{
  height: 100%;
  width: 100%;
  display: flex;
}
.wrapper .images .img-1{
  height: 100%;
  width: 100%;
  background: url("../assets/img/winebefore.gif") no-repeat;
  /* background: url("images/car.jpg") no-repeat; */
}
.wrapper .images .img-2{
  position: absolute;
  height: 100%;
  width: 50%;
  /* filter: blur(5px); */
  background: url("../assets/img/wineafter.gif") no-repeat;

  /* background: url("images/car.png") no-repeat; */
}

.wrapper .slider{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.wrapper .slider input{
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
  opacity: 0;
}
.slider input::-webkit-slider-thumb{
  height: 486px;
  width: 0px;
  background: none;
  -webkit-appearance: none;
  cursor: col-resize;
}
.slider .drag-line{
  width: 0px;
  height: 486px;
  position: absolute;
  left: 49.85%;
  pointer-events: none;

}
.slider .drag-line::before,
.slider .drag-line::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 222px;
  background: #fff;
    opacity: 0;
}
.slider .drag-line::before{
  top: 0;
  opacity: 0;
}
.slider .drag-line::after{
  bottom: 0;
  opacity: 0;
}
.slider .drag-line span{
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.slider .drag-line span::after{
  position: absolute;
  content: "";
  top: 50%;
  border: 12px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  transform: translate(-50%, -1650%) rotate(135deg);
  opacity: 1;
}

.slider .drag-line span::after{
  left: 50%;
  border-top-color: #4d4d4d;

}

.output {
position: absolute;
bottom: 84%;
right: 39px;
margin-bottom: -100px;
text-align: center;
width: 50%;
font-size: 16px;
color: #666;
z-index: 9;
}

.outputbg {
position: absolute;
right: 66px;
bottom: 68.5%;
width: 125px;
height: 100px;
border-radius: 15px 15px 0 0;
z-index: 8;
background-image: url(../assets/img/noisebg.gif);
}

.pageend {

}


.endbutton {
width: 100%;
height: 50px;
margin-top: 330px; 
}

.endbutton2 {
width: 100%;
height: 50px;
margin-top: 60px; 
}

.endbutton3 {
width: 100%;
height: 50px;
margin-top: 80px; 
}

/* Dropdown Button */
.dropbtn {
  color: #666;
  padding: 8px;
  font-size: 15px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  width: 125px;
  background-image: url(../assets/img/dropdownbg.gif);
  background-position: center;
  background-size: cover;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 125px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
    background-image: url(../assets/img/noisebg.gif);
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  z-index: 1;
    font-size: 15px;
      color: #666;
        border-radius: 15px;
        text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.plus{
    background-image: url("../assets/img/radiobtnback1.gif");
    width:70px;
    height:70px;
    background-repeat:no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 28px; 
    border-radius: 50%;
    color: #666;
    text-decoration: none;
    font-size: 11px;
}

.plus.minus{
    background-image: url("../assets/img/radiobtnfront.gif");
    width:70px;
    height:70px;
        background-size: cover;
    background-repeat:no-repeat;
      border-radius: 50%;
      color: #fff;
          text-decoration: none;
           font-size: 11px;
}

.circleholders {
  display: flex;
flex-direction: row;
column-gap: 35px;
grid-row-gap: 30px;
margin-top: 20px;
margin-bottom: 30px;
flex-wrap: wrap;
}

