@charset "UTF-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.bonus__container, .korean__container, .original__content, .cont__container {
  box-sizing: content-box !important;
  max-width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* common:start */
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  transition: 1.2s all;
  transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#kankoku-fair {
  position: relative;
}

/* common:end */
/* kv:start */
.kv {
  max-width: 100%;
}
.kv__title {
  margin: 0;
}

/* kv:end */
/* nav:start */
.nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 54px;
  left: 0;
  transition: opacity 0.2s;
  width: 100%;
  height: calc(100% - 54px);
  background-color: #ffffff;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
.nav.active {
  opacity: 1;
  pointer-events: all;
}
.nav__items {
  width: 100%;
}
.nav__childs {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 4vw 0;
}
.nav__child {
  border-bottom: 0.5333333333vw solid #00b0ed;
  position: relative;
}
.nav__child:last-child {
  margin-bottom: 0;
}
.nav__child a {
  display: block;
  padding: 4vw 8vw;
  color: #00b0ed;
  font-weight: bold;
}
.nav__child::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.9333333333vw;
  background-image: url(../img/nav_child_arrow.png);
  background-position: left;
  background-repeat: repeat;
  background-size: cover;
  width: 2.2666666667vw;
  height: 4.5333333333vw;
  content: "";
}
.nav__child-text {
  position: relative;
  color: #00b0ed;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 8vw;
}
.nav__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  appearance: none;
  background-color: #ffffff;
  width: 100%;
  height: 11.6vw;
}
.nav__button.active .nav__button-icon {
  background-color: transparent;
}
.nav__button.active .nav__button-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.nav__button.active .nav__button-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav__child-product100 p {
  color: #c70000;
}
.nav__child-product200 p {
  color: #004bb9;
}

.nav-fixed {
  overflow: hidden;
}

/* nav:end */
/* hamburger:start */
.hamburger {
  position: sticky;
  top: 54px;
  z-index: 999;
}
.hamburger__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  appearance: none;
  background-color: #00b0ed;
  width: 100%;
  height: 11.6vw;
}
.hamburger__button.active .nav__button-icon {
  background-color: transparent;
}
.hamburger__button.active .nav__button-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger__button.active .nav__button-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* hamburger:end */
/* original:start */
.original {
  background-color: #f5cc22;
  background-image: url(../img/original_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.original__container {
  padding-top: 7.7333333333vw;
  padding-bottom: 7.2vw;
}
.original__title {
  margin-bottom: 4.2666666667vw;
}
.original__list {
  display: flex;
  flex-direction: column;
}
.original__list-top {
  display: flex;
  margin-bottom: 0.6666666667vw;
}
.original__list-top .original__item + .original__item {
  margin-left: 0.6666666667vw;
}
.original__list-bottom {
  display: flex;
}
.original__list-left {
  display: flex;
  flex-direction: column;
  margin-right: 0.6666666667vw;
}
.original__list-left .original__item + .original__item {
  margin-top: 0.6666666667vw;
}
.original__list-right {
  display: flex;
  flex-direction: column;
}
.original__list-right .original__item + .original__item {
  margin-top: 0.6666666667vw;
}
.original__item-01 {
  width: 49.3333333333vw;
}
.original__item-02 {
  width: 39.3333333333vw;
}
.original__item-03 {
  width: 44.6666666667vw;
}
.original__item-04 {
  width: 44.6666666667vw;
}
.original__item-05 {
  width: 44vw;
}
.original__item-06 {
  width: 44vw;
}

/* original:end */
/* korean:start */
.korean {
  background-color: #00cac7;
  background-image: url(../img/korean_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 10.2666666667vw;
  padding-bottom: 9.7333333333vw;
}
.korean__container {
  padding-top: 0;
}
.korean__title {
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.korean__text {
  width: 87.7333333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.6666666667vw;
}
.korean__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.korean__item {
  width: 44.6666666667vw;
}
.korean__item:nth-child(3) {
  margin-top: -3.7333333333vw;
}
.korean__item:nth-child(4) {
  margin-top: 4.4vw;
}
.korean__item:nth-child(5) {
  margin-top: -5.3333333333vw;
}
.korean__item:nth-child(6) {
  margin-top: 4.4vw;
}

/* korean:end */
/* bonus:start */
.bonus {
  background-color: #39c672;
  background-image: url(../img/bonus_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 10.4vw 0 10.6666666667vw;
}
.bonus__title {
  margin-bottom: 5.3333333333vw;
}
.bonus__logo {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.9333333333vw;
}
.bonus__text {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  margin-top: -1.2vw;
  margin-bottom: -1.2vw;
}
.bonus__list {
  margin-top: 8vw;
}
.bonus__item {
  width: 100%;
}
.bonus__item:nth-child(2) {
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.bonus__alcohol {
  display: flex;
  align-items: center;
  width: 76.6666666667vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 10.4vw;
  margin-left: auto;
  margin-right: auto;
}
.bonus__alcohol-icon {
  width: 74.4vw;
}
.bonus__note {
  color: #000000;
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: -0.9333333333vw;
  margin-bottom: -0.9333333333vw;
}

/* bonus:end */
/* modal:start */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px 30px 30px;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 7.4074074074vh;
  /* 閉じるボタン */
}
.modalOpen {
  cursor: pointer;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}
.modal__content {
  position: fixed;
  width: 100%;
  max-width: 89.3333333333vw;
  background-color: #ededed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 8vw 2.6666666667vw;
}
.modal__close-btn {
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 4.4vw;
  height: 4.2666666667vw;
  cursor: pointer;
}
.modal__close-btn img {
  display: block;
}
.modal_inner {
  margin: 0 auto;
  height: 100%;
  overflow: auto;
}
.modal_close-btn {
  position: absolute;
  right: 0;
  top: 30px;
  right: 40px;
  cursor: pointer;
  z-index: 20;
}
.modal__num {
  display: none;
}
.modal__num.is-active {
  display: block;
}
.modal__images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  max-width: 89.3333333333vw;
  width: 100%;
}
.modal__images-larges {
  justify-content: center;
}
.modal__images-large {
  width: 68vw !important;
}
.modal__images-small {
  width: 40.6666666667vw !important;
}
.modal__images-small:nth-child(odd) {
  margin-right: 2.6666666667vw;
}
.modal__images-small:nth-child(n+3) {
  margin-top: 3.2vw;
}
.modal__images-small:last-child {
  margin-right: 0;
}
.modal .slick-slider {
  position: static !important;
}
.modal .slick-slide {
  margin-right: 0;
}
.modal .lead__slide-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 30px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0656c4;
  border-left: 2px solid #0656c4;
  border-bottom: none;
  border-right: none;
  background: none;
  cursor: pointer;
}
.modal .lead__slide-next {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(135deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #0656c4;
  border-left: 2px solid #0656c4;
  border-bottom: none;
  border-right: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .modal .lead__slide-next {
    right: 3.0927835052%;
  }
}
@media screen and (max-width: 768px) {
  .modal .lead__slide-next {
    cursor: auto;
    border-width: 0.4vw;
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.modal .slick-track {
  display: flex;
}
.modal .slick-slide {
  height: auto !important;
}

/* modal:end */