li {
  list-style: none;
}

@-webkit-keyframes is-open-pc {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes is-open-pc {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes light-lift-animation {
  0% {
    opacity: 0;
    transform: translate(0px, 25%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, -25%);
  }
}
@keyframes light-lift-animation {
  0% {
    opacity: 0;
    transform: translate(0px, 25%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, -25%);
  }
}
@-webkit-keyframes main-light-lift-animation {
  0% {
    opacity: 0;
    transform: translate(0px, 20%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, -20%);
  }
}
@keyframes main-light-lift-animation {
  0% {
    opacity: 0;
    transform: translate(0px, 20%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, -20%);
  }
}
@-webkit-keyframes tarunama-typo-anime {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tarunama-typo-anime {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-in-up-left {
  0% {
    opacity: 0;
    transform: translate(-13px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(-13px, 0px);
  }
}
@keyframes fade-in-up-left {
  0% {
    opacity: 0;
    transform: translate(-13px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(-13px, 0px);
  }
}
@-webkit-keyframes fade-in-up-right {
  0% {
    opacity: 0;
    transform: translate(13px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(13px, 0px);
  }
}
@keyframes fade-in-up-right {
  0% {
    opacity: 0;
    transform: translate(13px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(13px, 0px);
  }
}
@-webkit-keyframes fade-in-up-center {
  0% {
    opacity: 0;
    transform: translate(-50%, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes fade-in-up-center {
  0% {
    opacity: 0;
    transform: translate(-50%, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes stamp-anime {
  0% {
    opacity: 0;
    transform: translateX(-15%) scale(1.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes stamp-anime {
  0% {
    opacity: 0;
    transform: translateX(-15%) scale(1.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes stamp-anime-sp {
  0% {
    opacity: 0;
    transform: translateX(2%) scale(1.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes stamp-anime-sp {
  0% {
    opacity: 0;
    transform: translateX(2%) scale(1.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes stamp-anime-center {
  0% {
    opacity: 0;
    transform: translateX(-40%) scale(1.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes stamp-anime-center {
  0% {
    opacity: 0;
    transform: translateX(-40%) scale(1.4);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(-50%, 0) rotate(0);
  }
  30% {
    transform: translate(-50%, 0) rotate(3deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(0);
  }
}
@keyframes shake {
  0% {
    transform: translate(-50%, 0) rotate(0);
  }
  30% {
    transform: translate(-50%, 0) rotate(3deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(0);
  }
}
@-webkit-keyframes fuwa-anime {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes fuwa-anime {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(15px);
  }
}
/* Base Style
===============================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1535px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1326px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
}

a:hover {
  cursor: pointer;
}

/* Visible Style
===============================*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .tb-sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .tb-sp {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

.sp-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-600 {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc-600 {
    display: none;
  }
}

.sp-360 {
  display: none;
}
@media screen and (max-width: 365px) {
  .sp-360 {
    display: block;
  }
}

#footer-link-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer-link-sp {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  #footer-link-pc {
    display: none;
  }
}

.nav-sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .nav-sp {
    display: block;
  }
}

@media screen and (max-width: 1110px) {
  .nav-pc {
    display: none;
  }
}

/* Header Section 
===============================*/
.header-body {
  position: fixed;
  width: 100%;
  border-radius: 0 0 100px 100px;
  background-color: #ffffff;
  box-shadow: 0px 2px 1px rgba(96, 53, 44, 0.05);
  z-index: 1000;
  transition: 0.15s;
}
@media screen and (max-width: 800px) {
  .header-body {
    border-radius: 0 0 40px 40px;
  }
}
.header-body div.header-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
  z-index: 2000;
}
@media screen and (max-width: 1535px) {
  .header-body div.header-wide {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header-body div.header-wide {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 82%;
  }
}
@media screen and (max-width: 1535px) {
  .header-body div.header-wide .header-logo {
    width: 134px;
  }
  .header-body div.header-wide .header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .header-logo {
    width: 114px;
  }
}
@media screen and (max-width: 600px) {
  .header-body div.header-wide .header-logo {
    width: 90px;
  }
}
.header-body div.header-wide .nav-list-main {
  display: flex;
  justify-content: space-between;
  width: 62%;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-list-main {
    width: 49%;
  }
}
.header-body div.header-wide .nav-list-main li {
  font-size: 1.7rem;
  font-weight: 900;
  color: #462624;
}
@media screen and (max-width: 800px) {
  .header-body div.header-wide .nav-list-main li {
    font-size: 1rem;
  }
}
.header-body div.header-wide .nav-button div {
  width: 25px;
  height: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-button div {
    width: 19px;
  }
}
.header-body div.header-wide .nav-button div:hover {
  cursor: pointer;
}
.header-body div.header-wide .nav-button div:first-child {
  background-color: #008132;
  margin-bottom: 7.5px;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-button div:first-child {
    margin-bottom: 5px;
  }
}
.header-body div.header-wide .nav-button div:nth-child(2) {
  background-color: #c8000f;
  margin-bottom: 7.5px;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-button div:nth-child(2) {
    margin-bottom: 5px;
  }
}
.header-body div.header-wide .nav-button div:nth-child(3) {
  background-color: #ffc400;
  transition: 0.2s;
}
.header-body div.header-wide .nav-active:first-child {
  transform: rotate(45deg) translate(10px, 10px);
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-active:first-child {
    transform: rotate(45deg) translate(7px, 7px);
  }
}
.header-body div.header-wide .nav-active:nth-child(2) {
  opacity: 0;
}
.header-body div.header-wide .nav-active:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-active:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
}

.header-body-open {
  border-radius: 0;
  transition: 0.15s;
  z-index: 1000;
}

.nav-open {
  position: absolute;
  position: fixed;
  top: -100px;
  width: 100%;
  height: 73px;
  background-color: #ffc400;
  z-index: 200;
  transition: 0.2s;
}
@media screen and (max-width: 1535px) {
  .nav-open {
    height: 66px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open {
    overflow-y: scroll;
  }
}
.nav-open .header-curve {
  width: 100vw;
}
@media screen and (max-width: 1110px) {
  .nav-open .header-curve {
    display: none;
  }
}
.nav-open .header-curve img {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
    padding: 0 10% 0 10%;
  }
}
.nav-open .nav-container-sp .common-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 47px 22px 0 22px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1535px) {
  .nav-open .nav-container-sp .common-menu {
    max-width: 1000px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect {
    margin-bottom: 24px;
    font-size: 24px;
    color: #462624;
  }
}
@media screen and (max-width: 400px) {
  .nav-open .nav-container-sp .common-menu .menu-effect {
    font-size: 21px;
  }
}
@media screen and (max-width: 365px) {
  .nav-open .nav-container-sp .common-menu .menu-effect {
    font-size: 19px;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 365px) {
  .nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect .header-menu-img {
    display: block;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect .lang_list {
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b675f;
}
.nav-open .nav-container-sp .common-menu .menu-effect .lang_list li {
  padding-right: 11px;
  padding-left: 11px;
  border-right: 1px solid #8b675f;
}
.nav-open .nav-container-sp .common-menu .menu-effect .lang_list li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect .lang_list li:first-child {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .nav-open .nav-container-sp .common-menu .menu-effect .lang_list li:first-child {
    font-size: 11px;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect #menu-effect-last {
  margin-bottom: 28px;
}
.nav-open .nav-container-sp .common-menu .menu-effect #header_sns {
  display: flex;
}
.nav-open .nav-container-sp .common-menu .menu-effect #header_sns li {
  padding-left: 10px;
}
@media screen and (max-width: 1110px) {
  .nav-open #header_sns_sp {
    display: inline;
    -webkit-animation: is-open-pc 0.47s ease-in-out;
            animation: is-open-pc 0.47s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    opacity: 0;
  }
  .nav-open #header_sns_sp li {
    margin-bottom: 22px;
  }
  .nav-open #header_sns_sp img {
    width: 32px;
  }
}
.nav-open .pc-effect-active {
  -webkit-animation: is-open-pc 0.47s ease-in-out;
          animation: is-open-pc 0.47s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.nav-open .pc-effect-active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav-open .pc-effect-active:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nav-open .pc-effect-active:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav-open .pc-effect-active:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav-open .pc-effect-active:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.nav-open .pc-effect-active:nth-child(n+7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 1110px) {
  .nav-open .pc-effect-active:nth-child(6) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .nav-open .pc-effect-active:nth-child(7) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .nav-open .pc-effect-active:nth-child(8) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .nav-open .pc-effect-active:nth-child(9) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav-open .pc-effect-active:nth-child(10) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .nav-open .pc-effect-active:nth-child(11) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .nav-open .pc-effect-active:nth-child(12) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .nav-open .pc-effect-active:nth-child(13) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .nav-open .pc-effect-active:nth-child(n+14) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

.nav-open-active {
  top: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 1535px) {
  .nav-open-active {
    top: 70px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open-active {
    top: 0px;
    width: 100vw;
    height: 100vh;
  }
}

/* Footer Section 
================================*/
.app-link {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #c8000f;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .app-link {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.app-link img {
  max-width: 956px;
}
@media screen and (max-width: 1535px) {
  .app-link img {
    max-width: 878px;
  }
}
@media screen and (max-width: 1110px) {
  .app-link img {
    max-width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .app-link img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .app-link img {
    max-width: 88%;
  }
}

.footer-nav {
  padding-top: 70px;
  padding-bottom: 72px;
  background-color: #60352c;
  background-image: url(/campaign2022/beer_special_202301/images/footer_illust.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .footer-nav {
    background-image: url(/campaign2022/beer_special_202301/images/footer_illust_sp.png);
    padding-top: 35px;
    padding-bottom: 110px;
    padding-left: 8.1%;
    padding-right: 8.1%;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav {
    padding-bottom: 90px;
  }
}
.footer-nav ul.footer-link {
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 25px auto;
  color: #fff;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1110px) {
  .footer-nav ul.footer-link {
    max-width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav ul.footer-link {
    font-size: 1.1rem;
  }
}
.footer-nav ul.footer-link li {
  width: 25%;
  margin-bottom: 21px;
}
.footer-nav ul.footer-link li:nth-child(4n+1) {
  width: 24%;
  padding-left: 1%;
}
.footer-nav ul.footer-link li:nth-child(4n+2) {
  width: 24%;
}
.footer-nav ul.footer-link li:nth-child(4n+3) {
  width: 27%;
}
.footer-nav ul.footer-link li:nth-child(4n+4) {
  width: 23.7%;
}
.footer-nav ul.footer-link li:nth-child(-n+4) {
  margin-bottom: 22px;
}
@media screen and (max-width: 800px) {
  .footer-nav ul.footer-link li {
    margin-bottom: 16px;
    line-height: 1.7;
  }
  .footer-nav ul.footer-link li:nth-child(4n+1) {
    width: 50%;
    padding-right: 10%;
    padding-left: 0;
  }
  .footer-nav ul.footer-link li:nth-child(4n+2) {
    width: 46%;
  }
  .footer-nav ul.footer-link li:nth-child(4n+3) {
    width: 50%;
    padding-right: 10%;
  }
  .footer-nav ul.footer-link li:nth-child(4n+4) {
    width: 46%;
  }
  .footer-nav ul.footer-link li:nth-child(-n+4) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav ul.footer-link li {
    margin-bottom: 15px;
  }
  .footer-nav ul.footer-link li:nth-child(-n+4) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav #footer-link-sp {
    display: flex;
  }
}
.footer-nav .footer-sns {
  display: flex;
  justify-content: space-between;
  width: 206px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 600px) {
  .footer-nav .footer-sns {
    display: flex;
    justify-content: space-between;
    width: 167px;
    margin-bottom: 20px;
  }
}
.footer-nav .copy {
  font-size: 1.1rem;
  color: #a38680;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .footer-nav .copy {
    font-size: 1rem;
  }
}

/* LP Original Style
===============================*/
.opening {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(/campaign2022/beer_special_202301/images/main_bg.png), #987148;
  z-index: 9999;
}
.opening .op-star {
  position: absolute;
  width: 12%;
  top: 23%;
  left: 44%;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .opening .op-star {
    width: 25%;
    left: 40%;
    top: 33%;
  }
}
.opening .op-star-active {
  -webkit-animation: opening-star-anime 1.3s forwards 0.3s;
          animation: opening-star-anime 1.3s forwards 0.3s;
}
@-webkit-keyframes opening-star-anime {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(-40%);
    opacity: 1;
  }
  58% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(-10%);
    opacity: 0;
  }
}
@keyframes opening-star-anime {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(-40%);
    opacity: 1;
  }
  58% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(-10%);
    opacity: 0;
  }
}
.opening .op-beer {
  position: absolute;
  width: 19.5%;
  top: 50%;
  left: 21%;
  transform: translateY(-50%);
  transform-origin: center center 0;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .opening .op-beer {
    width: 30%;
    left: 8%;
  }
}
.opening .op-beer-active {
  -webkit-animation: opening-beer-anime 2s forwards;
          animation: opening-beer-anime 2s forwards;
}
.opening .op-red {
  position: absolute;
  width: 15%;
  top: 49%;
  right: 25%;
  transform: translateY(-50%);
  transform-origin: center center 0;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .opening .op-red {
    width: 24%;
    right: 9%;
  }
}
.opening .op-red-active {
  -webkit-animation: opening-beer-anime-red 2s forwards;
          animation: opening-beer-anime-red 2s forwards;
}
@-webkit-keyframes opening-beer-anime {
  0% {
    transform: translate(35%, -30%) rotate(20deg);
    opacity: 0;
  }
  20% {
    transform: translate(52%, -40%) rotate(25deg);
    opacity: 1;
  }
  25% {
    transform: translate(52%, -40%) rotate(25deg);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes opening-beer-anime {
  0% {
    transform: translate(35%, -30%) rotate(20deg);
    opacity: 0;
  }
  20% {
    transform: translate(52%, -40%) rotate(25deg);
    opacity: 1;
  }
  25% {
    transform: translate(52%, -40%) rotate(25deg);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes opening-beer-anime-red {
  0% {
    transform: translate(-35%, -30%) rotate(-20deg);
    opacity: 0;
  }
  20% {
    transform: translate(-52%, -40%) rotate(-25deg);
    opacity: 1;
  }
  25% {
    transform: translate(-52%, -40%) rotate(-25deg);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes opening-beer-anime-red {
  0% {
    transform: translate(-35%, -30%) rotate(-20deg);
    opacity: 0;
  }
  20% {
    transform: translate(-52%, -40%) rotate(-25deg);
    opacity: 1;
  }
  25% {
    transform: translate(-52%, -40%) rotate(-25deg);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.opening-active {
  -webkit-animation: opening-none 1.8s forwards 0.8s;
          animation: opening-none 1.8s forwards 0.8s;
}

@-webkit-keyframes opening-none {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes opening-none {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.beer {
  background: url(/campaign2022/beer_special_202301/images/main_bg.png), linear-gradient(to bottom, #987148, #A6825C 58%, #6C4B32 90%, #744A31 100%);
  background-size: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .beer {
    background: url(/campaign2022/beer_special_202301/images/main_bg_sp.png), linear-gradient(to bottom, #987148, #A6825C 58%, #6C4B32 90%, #EECFA0 100%);
    background-position: contain;
    background-size: 100%;
  }
}

.main-light {
  position: absolute;
  -webkit-animation: main-light-lift-animation 8s infinite;
          animation: main-light-lift-animation 8s infinite;
  z-index: -10;
  opacity: 0;
}
.main-light.light-left-1 {
  top: 4%;
  left: 0.3%;
  width: 18%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 800px) {
  .main-light.light-left-1 {
    top: 9%;
    left: 0;
    width: 16%;
  }
}
.main-light.light-left-2 {
  top: 29.5%;
  left: 4%;
  width: 10.01%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media screen and (max-width: 800px) {
  .main-light.light-left-2 {
    top: 29.5%;
    left: 0;
    width: 19.46%;
  }
}
.main-light.light-left-3 {
  top: 41%;
  width: 18.1%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 800px) {
  .main-light.light-left-3 {
    top: 46%;
    left: 0;
    width: 14.6%;
  }
}
.main-light.light-left-4 {
  top: 47.5%;
  left: 21.5%;
  width: 11.35%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media screen and (max-width: 800px) {
  .main-light.light-left-4 {
    top: 72%;
    left: 0;
    width: 15.46%;
  }
}
.main-light.light-left-5 {
  top: 61%;
  left: -1%;
  width: 19.7%;
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
@media screen and (max-width: 800px) {
  .main-light.light-left-5 {
    top: 90%;
    left: -15%;
    width: 37%;
  }
}
.main-light.light-left-6 {
  top: 75.5%;
  left: -9%;
  width: 19.7%;
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
@media screen and (max-width: 800px) {
  .main-light.light-left-6 {
    top: 20%;
    left: 12%;
    width: 17%;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
.main-light.light-left-7 {
  top: 89.3%;
  left: 5%;
  width: 16.56%;
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.main-light.light-right-1 {
  right: -8%;
  top: 3%;
  width: 21%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 800px) {
  .main-light.light-right-1 {
    right: 0;
    top: 3%;
    width: 19.4%;
  }
}
.main-light.light-right-2 {
  right: 1%;
  top: 23.5%;
  width: 18%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 800px) {
  .main-light.light-right-2 {
    right: 0;
    top: 14%;
    width: 14.6%;
  }
}
.main-light.light-right-3 {
  right: 1%;
  top: 31.5%;
  width: 28%;
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
@media screen and (max-width: 800px) {
  .main-light.light-right-3 {
    right: 5%;
    top: 25%;
    width: 16.5%;
  }
}
.main-light.light-right-4 {
  right: -1%;
  top: 52%;
  width: 19.2%;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
@media screen and (max-width: 800px) {
  .main-light.light-right-4 {
    right: 1%;
    top: 42%;
    width: 20.5%;
  }
}
.main-light.light-right-5 {
  right: 8%;
  top: 75%;
  width: 21.56%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 800px) {
  .main-light.light-right-5 {
    right: -10%;
    top: 60%;
    width: 37%;
  }
}
.main-light.light-right-6 {
  right: 2%;
  top: 89.5%;
  width: 8.5%;
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
@media screen and (max-width: 800px) {
  .main-light.light-right-6 {
    right: 1%;
    top: 80%;
    width: 15%;
  }
}

.mainvisual {
  position: relative;
  width: 100%;
  padding-top: 9.4%;
}
@media screen and (max-width: 1535px) {
  .mainvisual {
    padding-top: 12%;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual {
    height: auto;
  }
}
.mainvisual .layer-01 {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mainvisual .layer-01 img {
  width: 100%;
}
.mainvisual .main-title {
  position: relative;
  z-index: 21;
  width: 100%;
}
.mainvisual .main-title img {
  width: 100%;
  opacity: 0;
}
.mainvisual .main-title img:nth-child(2) {
  margin-top: -55px;
}
@media screen and (max-width: 1110px) {
  .mainvisual .main-title img:nth-child(2) {
    margin-top: -30px;
  }
}
.mainvisual .main-title img:nth-child(3) {
  margin-top: -20px;
}
@media screen and (max-width: 1535px) {
  .mainvisual .main-title img:nth-child(3) {
    margin-top: -15px;
  }
}
.mainvisual .main-beer, .mainvisual .main-red {
  -webkit-animation: fuwa-anime 4s ease-in-out infinite;
          animation: fuwa-anime 4s ease-in-out infinite;
}
.mainvisual .main-title-active img {
  -webkit-animation: fade-in-up 1s ease-in-out forwards 1s;
          animation: fade-in-up 1s ease-in-out forwards 1s;
}
.mainvisual .main-title-active .main-2 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mainvisual .main-title-active .main-3 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.mainvisual .main-beer {
  position: absolute;
  width: 19%;
  left: 9%;
  top: 35.5%;
  z-index: 10;
}
.mainvisual .main-red {
  width: 15.2%;
  position: absolute;
  right: 10%;
  top: 36.4%;
  z-index: 10;
}
.mainvisual .main-term {
  position: relative;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 800px) {
  .mainvisual {
    padding-top: 15%;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual {
    padding-top: 25%;
    margin-bottom: 0;
  }
}
.mainvisual .layer-01 {
  position: absolute;
  top: 0;
  z-index: -10;
}
@media screen and (max-width: 800px) {
  .mainvisual .main-sp-flag {
    width: 88%;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .main-sp-flag {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual .main-sp-up {
    margin-top: -40px;
    width: 88%;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .main-sp-up {
    margin-top: -23px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual .main-sp-down {
    margin-top: -14px;
    width: 88%;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .main-sp-down {
    margin-top: -5px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual .main-beer-container img {
    -webkit-animation: fuwa-anime 3s ease-in-out infinite;
            animation: fuwa-anime 3s ease-in-out infinite;
    margin-top: -25px;
    width: 46%;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .main-beer-container img {
    margin-top: 0;
    width: 49.5%;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual .main-term-sp {
    margin-top: -50px;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .main-term-sp {
    margin-top: 0;
    width: 100%;
  }
}

.main-visual-active .main-sp-flag {
  -webkit-animation: fade-in-up 1s ease-in-out forwards 1s;
          animation: fade-in-up 1s ease-in-out forwards 1s;
}
.main-visual-active .main-sp-up {
  -webkit-animation: fade-in-up 1s ease-in-out forwards 1.2s;
          animation: fade-in-up 1s ease-in-out forwards 1.2s;
}
.main-visual-active .main-sp-down {
  -webkit-animation: fade-in-up 1s ease-in-out forwards 1.4s;
          animation: fade-in-up 1s ease-in-out forwards 1.4s;
}

.beer-cp {
  width: 100%;
  padding-top: 238px;
  padding-bottom: 218px;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 1535px) {
  .beer-cp {
    padding-top: 181px;
    padding-bottom: 174px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp {
    padding-top: 0;
    padding-bottom: 162px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp {
    padding-top: 0;
    padding-bottom: 117px;
  }
}
.beer-cp .cp-title {
  width: 1165px;
  margin: 0 auto 113px auto;
}
@media screen and (max-width: 1535px) {
  .beer-cp .cp-title {
    width: 928px;
    margin: 0 auto 88px auto;
  }
}
@media screen and (max-width: 1110px) {
  .beer-cp .cp-title {
    width: 86%;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-title {
    width: 88%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.beer-cp .cp-title .title-ul {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s ease-in;
}
.beer-cp .cp-title .title-ul .title-li-img-1 {
  width: 100%;
  text-align: center;
}
.beer-cp .cp-title .title-ul .title-li-img-2 {
  width: 100%;
}
.beer-cp .cp-title .title-ul .title-li-img-3 {
  width: 100%;
}
.beer-cp .cp-title .title-ul-active {
  opacity: 1;
  transform: translateY(0px);
}
.beer-cp .cp-window {
  position: relative;
  width: 1100px;
  margin: 0 auto 120px auto;
  padding: 75px 75px 43px 75px;
  border-radius: 60px;
  background: rgba(233, 226, 219, 0.9);
}
@media screen and (max-width: 1535px) {
  .beer-cp .cp-window {
    width: 880px;
    padding: 60px 60px 34px 60px;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1110px) {
  .beer-cp .cp-window {
    width: 80%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window {
    width: 76%;
    border-radius: 25px;
    padding: 54px 0 48px 0;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window {
    width: 86%;
    padding: 38px 0 36px 0;
    margin-bottom: 35px;
  }
}
.beer-cp .cp-window .win-shipper {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  width: 247px;
  padding-top: 23px;
  padding-bottom: 24px;
  background-color: #60352c;
  border-radius: 75px;
}
@media screen and (max-width: 1535px) {
  .beer-cp .cp-window .win-shipper {
    width: 198px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-shipper {
    width: 223px;
    top: -32px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-shipper {
    width: 123px;
    top: -23px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.beer-cp .cp-window .win-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1535px) {
  .beer-cp .cp-window .win-container {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1110px) {
  .beer-cp .cp-window .win-container {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container {
    display: block;
  }
}
.beer-cp .cp-window .win-container .container-left {
  padding-bottom: 10px;
  width: 24%;
}
@media screen and (max-width: 1535px) {
  .beer-cp .cp-window .win-container .container-left img {
    width: 150px;
  }
}
@media screen and (max-width: 1110px) {
  .beer-cp .cp-window .win-container .container-left img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container .win-container-subtitle {
    width: 77.4%;
    border-bottom: 2px solid #ffc400;
    padding-bottom: 18px;
    margin: 0 auto 25px auto;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-container .win-container-subtitle {
    padding-bottom: 9px;
    margin: 0 auto 15px auto;
  }
}
.beer-cp .cp-window .win-container .container-right {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 1110px) {
  .beer-cp .cp-window .win-container .container-right {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container .container-right {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-container .container-right {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container .container-right #item-100-1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-container .container-right #item-100-1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container .container-right #item-100-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-container .container-right #item-100-2 {
    margin-bottom: 15px;
  }
}
.beer-cp .cp-window .win-container .container-right .win-container-item {
  margin-right: 12px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container .container-right .win-container-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container .container-right .win-container-item:first-child {
    width: 51%;
    margin: 0 auto;
  }
}
.beer-cp .cp-window .win-container .container-right .win-container-item:last-child {
  margin-right: 0;
}
.beer-cp .cp-window .win-container .container-right .win-container-item img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1535px) {
  .beer-cp .cp-window .win-container .container-right .win-container-item img {
    width: 183px;
  }
}
@media screen and (max-width: 1110px) {
  .beer-cp .cp-window .win-container .container-right .win-container-item img {
    width: 90%;
  }
}
.beer-cp .cp-window .win-container #container-right-2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-container #container-right-2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-container #container-right-2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-sp-hr {
    width: 77.4%;
    border-bottom: #462624 1px solid;
    margin: 0 auto 20px auto;
    opacity: 0.85;
  }
}
@media screen and (max-width: 600px) {
  .beer-cp .cp-window .win-sp-hr {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 800px) {
  .beer-cp .cp-window .win-caption {
    width: 77.4%;
    text-align: left;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .name-left {
    padding-left: 11%;
  }
}

@media screen and (max-width: 800px) {
  .name-right {
    padding-right: 11%;
  }
}

.cp-btn-sec {
  width: 800px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: 1.2s;
}
@media screen and (max-width: 1535px) {
  .cp-btn-sec {
    width: 704px;
  }
}
@media screen and (max-width: 1110px) {
  .cp-btn-sec {
    width: 72%;
  }
}
@media screen and (max-width: 600px) {
  .cp-btn-sec {
    width: 86%;
  }
}
.cp-btn-sec .btn-container {
  text-align: center;
  height: auto;
  position: relative;
  z-index: 200;
}
.cp-btn-sec .btn-container img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cp-btn-sec .btn-container img {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .cp-btn-sec .btn-container img {
    width: 100%;
  }
}

.cp-btn-sec-active {
  opacity: 1;
  transform: translateY(0px);
}

.back-layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -120;
}

.tarunama {
  width: 100%;
  position: relative;
  padding-top: 155px;
  padding-bottom: 135px;
  margin-top: -1px;
  background: linear-gradient(to bottom, #F3DAB0, #EAC38F 14%, #e9bc82 37%, #B67D44 82%, #744A31 100%);
}
@media screen and (max-width: 1535px) {
  .tarunama {
    padding-top: 124px;
    padding-bottom: 108px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .tarunama {
    width: 100%;
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.tarunama .tarunama-layer {
  position: absolute;
  top: 0;
  width: 100%;
}
.tarunama .nama-visual {
  width: 1002px;
  margin: 0 auto 74px auto;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual {
    width: 800px;
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual {
    width: 78%;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-visual {
    width: 100%;
  }
}
.tarunama .nama-visual .ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}
.tarunama .nama-visual .nama-img {
  position: relative;
}
.tarunama .nama-visual .nama-img .beer-img {
  position: absolute;
  top: 110px;
  opacity: 0;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-img .beer-img {
    width: 800px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual .nama-img .beer-img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .beer-img {
    text-align: center;
    width: 100%;
    top: 56px;
  }
}
.tarunama .nama-visual .nama-img .stamp-img {
  position: absolute;
  bottom: 102px;
  opacity: 0;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-img .stamp-img {
    width: 800px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual .nama-img .stamp-img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .stamp-img {
    bottom: -123.5%;
  }
}
.tarunama .nama-visual .nama-img .name-img {
  position: absolute;
  right: -22px;
  bottom: -15px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-img .name-img {
    width: 800px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual .nama-img .name-img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .name-img {
    right: 0;
    bottom: -141%;
  }
}
.tarunama .nama-visual .nama-img .jukusei-img {
  width: 1000px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-img .jukusei-img {
    width: 800px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual .nama-img .jukusei-img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .jukusei-img {
    width: 100%;
  }
}
.tarunama .nama-visual .nama-img .taru-name-img {
  width: 500px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-img .taru-name-img {
    width: 400px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual .nama-img .taru-name-img {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .taru-name-img {
    width: 52%;
    transform: translateX(-2.5%);
  }
}
.tarunama .nama-visual .nama-img .nama-name-img {
  width: 500px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-img .nama-name-img {
    width: 400px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-visual .nama-img .nama-name-img {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .nama-name-img {
    width: 52%;
    transform: translateX(2.5%);
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-img .caption-img {
    position: absolute;
    width: 100%;
    bottom: -286%;
  }
}
.tarunama .nama-visual .nama-img-active .beer-img {
  -webkit-animation: fade-in-up 1.4s ease-in-out 0.8s forwards;
          animation: fade-in-up 1.4s ease-in-out 0.8s forwards;
}
.tarunama .nama-visual .nama-img-active .stamp-img {
  -webkit-animation: stamp-anime-sp 0.45s ease-in 1.7s forwards;
          animation: stamp-anime-sp 0.45s ease-in 1.7s forwards;
}
.tarunama .nama-visual .nama-container {
  display: flex;
  margin-bottom: 58px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-visual .nama-container {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-visual .nama-container {
    overflow: hidden;
    margin-top: 1px;
  }
}
.tarunama .nama-visual .nama-container .taru-name-img {
  transform: scale(0);
}
.tarunama .nama-visual .nama-container .name-nama {
  transform: scale(0);
}
.tarunama .nama-visual .nama-container-active .taru-name-img {
  -webkit-animation: tarunama-typo-anime 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
          animation: tarunama-typo-anime 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
}
.tarunama .nama-visual .nama-container-active .name-nama {
  -webkit-animation: tarunama-typo-anime 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
          animation: tarunama-typo-anime 1s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.tarunama .nama-obsession {
  margin-bottom: 64px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-obsession {
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-obsession {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-obsession {
    margin-bottom: 30px;
  }
}
.tarunama .nama-obsession .ob-container {
  display: flex;
  justify-content: space-between;
  width: 1013px;
  margin: 0 auto;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-obsession .ob-container {
    width: 810px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-obsession .ob-container {
    width: 84%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-obsession .ob-container {
    display: block;
    width: 100%;
    padding-top: 118%;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-obsession .ob-container {
    padding-top: 122%;
  }
}
.tarunama .nama-obsession .ob-container li {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .tarunama .nama-obsession .ob-container li {
    width: 50%;
    margin-top: -22%;
    transform: translateX(13px);
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-obsession .ob-container li {
    width: 72%;
    margin-top: -10px;
    transform: translateX(13px);
    margin-left: auto;
  }
}
.tarunama .nama-obsession .ob-container li:nth-child(2) {
  margin-top: 94px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-obsession .ob-container li:nth-child(2) {
    margin-top: 75px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-obsession .ob-container li:nth-child(2) {
    margin-top: -22%;
    margin-left: 0;
    margin-right: auto;
    transform: translateX(-13px);
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-obsession .ob-container li:nth-child(2) {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-obsession .ob-container img {
    width: 262px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-obsession .ob-container img {
    width: 100%;
  }
}
.tarunama .nama-obsession .ob-container-active li {
  -webkit-animation: fade-in-up 1s ease-in-out forwards;
          animation: fade-in-up 1s ease-in-out forwards;
}
@media screen and (max-width: 800px) {
  .tarunama .nama-obsession .ob-container-active li {
    -webkit-animation: fade-in-up-right 1s ease-in-out forwards;
            animation: fade-in-up-right 1s ease-in-out forwards;
  }
}
.tarunama .nama-obsession .ob-container-active li:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-obsession .ob-container-active li:nth-child(2) {
    -webkit-animation: fade-in-up-left 1s ease-in-out forwards 0.35s;
            animation: fade-in-up-left 1s ease-in-out forwards 0.35s;
  }
}
.tarunama .nama-obsession .ob-container-active li:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.tarunama .nama-movie {
  text-align: center;
}
.tarunama .nama-movie h3 {
  margin-bottom: 12px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie h3 {
    margin-bottom: 8px;
  }
}
.tarunama .nama-movie .h3-sub {
  margin-bottom: 40px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie .h3-sub {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie .h3-sub {
    margin-bottom: 29px;
  }
}
.tarunama .nama-movie .nama-video-card {
  width: 956px;
  margin: 0 auto 120px auto;
  border-radius: 25px;
  background-color: white;
  filter: drop-shadow(1px 1px 1px rgba(73, 35, 29, 0.16));
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie .nama-video-card {
    width: 765px;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-movie .nama-video-card {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie .nama-video-card {
    width: 76%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie .nama-video-card {
    width: 86%;
    margin-bottom: 40px;
  }
}
.tarunama .nama-movie .nama-video-card iframe {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie .nama-video-card iframe {
    height: 430px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-movie .nama-video-card iframe {
    height: 375px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie .nama-video-card iframe {
    height: 36%;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie .nama-video-card iframe {
    height: 30%;
  }
}
.tarunama .nama-movie .nama-video-card .about-video-caption {
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie .nama-video-card .about-video-caption {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie .nama-video-card .about-video-caption {
    padding: 30px 5% 45px 3%;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie .nama-video-card .about-video-caption {
    padding: 20px 5% 30px 3%;
  }
}
.tarunama .nama-movie .nama-video-card h4 {
  margin-bottom: 9px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie .nama-video-card h4 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie .nama-video-card h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie .nama-video-card h4 {
    margin-bottom: 7px;
  }
}
.tarunama .nama-movie .btn-2 {
  width: 840px;
  opacity: 0;
  transform: translateY(30px);
  transition: 1.2s;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie .btn-2 {
    width: 680px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-movie .btn-2 {
    width: 74%;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie .btn-2 {
    width: 76%;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie .btn-2 {
    width: 86%;
  }
}
.tarunama .nama-movie .btn-2 img {
  width: 100%;
}
.tarunama .nama-movie #kakaku {
  margin-bottom: 40px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie #kakaku {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-movie #kakaku {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie #kakaku {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie #kakaku {
    margin-bottom: 15px;
  }
}
.tarunama .nama-movie #obsession {
  margin-top: 75px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1535px) {
  .tarunama .nama-movie #obsession {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1110px) {
  .tarunama .nama-movie #obsession {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 800px) {
  .tarunama .nama-movie #obsession {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 600px) {
  .tarunama .nama-movie #obsession {
    margin-bottom: 48px;
  }
}
.tarunama .nama-movie .btn-2-active {
  opacity: 1;
  transform: translateY(0);
}

.non .non-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.non .non-wrapper .non-bg {
  width: 100%;
}
.non .non-wrapper .non-cizle {
  position: absolute;
  width: 62%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  opacity: 1;
}
.non .non-wrapper .non-title {
  position: absolute;
  width: 62%;
  top: 7.6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
}
.non .non-wrapper .non-sign {
  position: absolute;
  width: 62%;
  top: 7.6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
}
.non .non-wrapper .non-cap {
  position: absolute;
  width: 23.5%;
  bottom: 22%;
  left: 31%;
  z-index: 10;
  opacity: 0;
}
.non .non-wrapper .non-name {
  position: absolute;
  width: 62%;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
}
.non .non-wrapper .non-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-animation: light-lift-animation 6s ease-in-out infinite;
          animation: light-lift-animation 6s ease-in-out infinite;
}
.non .non-wrapper .non-light.non-light-1 {
  left: -2.6%;
  width: 6.7%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.non .non-wrapper .non-light.non-light-2 {
  left: 5.3%;
  top: 37%;
  width: 4.84%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.non .non-wrapper .non-light.non-light-3 {
  top: 4%;
  left: 44.5%;
  width: 6%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.non .non-wrapper .non-light.non-light-4 {
  left: 57.5%;
  top: 32%;
  width: 10.5%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.non .non-wrapper .non-light.non-light-5 {
  left: 77%;
  top: 9%;
  width: 3.8%;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.non .non-wrapper .non-light.non-light-6 {
  left: 88%;
  top: 20%;
  width: 8.1%;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.non .non-wrapper .non-btn-wrap {
  position: absolute;
  bottom: 7%;
  right: 21.35%;
  z-index: 20;
  width: 20%;
}
.non .non-wrapper .non-btn-wrap .non-btn {
  width: 100%;
}
.non .non-wrapper-active .non-title {
  -webkit-animation: fade-in-up-center 1s forwards;
          animation: fade-in-up-center 1s forwards;
}
.non .non-wrapper-active .non-sign {
  -webkit-animation: stamp-anime-center 0.7s forwards 0.7s;
          animation: stamp-anime-center 0.7s forwards 0.7s;
}
.non .non-wrapper-active .non-cap {
  opacity: 1;
  transition: 0.8s;
  transition-delay: 1s;
}
.non .non-wrapper-active .non-cizle {
  -webkit-animation: shake 1s ease-in-out forwards 1.2s;
          animation: shake 1s ease-in-out forwards 1.2s;
  opacity: 1;
}
.non .sp-non-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.non .sp-non-wrapper .non-bg-sp {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-title-sp {
    position: absolute;
    width: 83%;
    top: 8%;
    left: 10%;
    z-index: 20;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-title-sp {
    width: 100%;
    top: 8.4%;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-stamp-sp {
    position: absolute;
    width: 76%;
    top: 5%;
    left: 9%;
    z-index: 19;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-stamp-sp {
    width: 100%;
    top: 5.4%;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-cap-sp {
    position: absolute;
    width: 58%;
    top: 41.2%;
    left: 3%;
    z-index: 20;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-cap-sp {
    width: 100%;
    top: 33.6%;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-cizle-sp {
    position: absolute;
    width: 80%;
    top: 43.5%;
    left: 19%;
    z-index: 20;
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-cizle-sp {
    width: 100%;
    top: 56.8%;
    left: 0%;
  }
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-name-sp {
    position: absolute;
    width: 72%;
    top: 72.5%;
    left: 0.36%;
    z-index: 20;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-name-sp {
    width: 100%;
    bottom: 13.3%;
    left: 0;
  }
}
.non .sp-non-wrapper .non-btn-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 21;
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-btn-sp {
    left: 31%;
    bottom: 4.5%;
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-btn-sp {
    width: 60%;
    left: 21%;
  }
}
.non .sp-non-wrapper .non-btn-sp img {
  width: 100%;
}
.non .sp-non-wrapper .non-light {
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-animation: light-lift-animation 6s ease-in-out infinite;
          animation: light-lift-animation 6s ease-in-out infinite;
}
.non .sp-non-wrapper .non-light.non-light-1 {
  top: 6%;
  right: 3%;
  width: 12%;
}
.non .sp-non-wrapper .non-light.non-light-2 {
  top: 34%;
  left: -1%;
  width: 15.2%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.non .sp-non-wrapper .non-light.non-light-3 {
  top: 46%;
  right: 2%;
  width: 9.866%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.non .sp-non-wrapper .non-light.non-light-4 {
  top: 62%;
  left: 6%;
  width: 19.33%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper .non-light.non-light-5 {
    width: 8%;
    top: 70.5%;
    right: 6%;
    z-index: 18;
  }
}
@media screen and (max-width: 600px) {
  .non .sp-non-wrapper .non-light.non-light-5 {
    top: 80%;
    right: 8%;
    width: 18%;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
}
.non .sp-non-wrapper-active {
  display: none;
}
@media screen and (max-width: 800px) {
  .non .sp-non-wrapper-active {
    display: block;
  }
}
.non .sp-non-wrapper-active .non-title-sp {
  -webkit-animation: fade-in-up 1s forwards;
          animation: fade-in-up 1s forwards;
}
.non .sp-non-wrapper-active .non-stamp-sp {
  -webkit-animation: stamp-anime-sp 0.6s forwards 0.5s;
          animation: stamp-anime-sp 0.6s forwards 0.5s;
}
.non .sp-non-wrapper-active .non-cap-sp {
  -webkit-animation: fade-in-up 1s forwards 1s;
          animation: fade-in-up 1s forwards 1s;
}
.non .sp-non-wrapper-active .non-cizle-sp {
  -webkit-animation: fade-in-up 1s forwards 1.5s;
          animation: fade-in-up 1s forwards 1.5s;
}/*# sourceMappingURL=style.css.map */