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

.cont__container, .contact__container, .food__container, .about__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cont__container, .contact__container, .food__container, .about__container, .cont__container--small {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact__container, .food__container, .about__container, .cont__container--small {
  max-width: 840px;
}
@media screen and (max-width: 880px) {
  .contact__container, .food__container, .about__container, .cont__container--small {
    max-width: 95.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__container, .food__container, .about__container, .cont__container--small {
    max-width: 100%;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

.contact__heading, .food__heading, .about__heading {
  font-size: 6rem;
  background-image: url(/alcohol/beer/ichiban/contact-action/images/action-hdg-bg-pc.png);
  background-repeat: no-repeat;
  background-size: 101.5476190476%;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 3.2142857143% 0 4.1666666667%;
  text-shadow: 0px 0px 7px rgba(173, 95, 11, 0.7);
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .contact__heading, .food__heading, .about__heading {
    font-size: 6.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__heading, .food__heading, .about__heading {
    background-image: url(/alcohol/beer/ichiban/contact-action/images/action-hdg-bg-sp.png);
    background-size: 88.1333333333vw;
    background-position: right top;
    font-size: 6.9333333333vw;
    padding: 4.2666666667vw 0 6.5333333333vw 4.9333333333vw;
    justify-content: flex-start;
    font-weight: 600;
    width: 88.1333333333vw;
    margin-left: 0;
  }
}

.contact__text, .contact__text-caution, .food__text, .about__text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.0833333333;
  color: #332014;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .contact__text, .contact__text-caution, .food__text, .about__text {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__text, .contact__text-caution, .food__text, .about__text {
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
  }
}

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

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

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

.bg-foot {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 15px;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 140px;
  margin-bottom: 20px;
  background-image: url(/alcohol/beer/ichiban/contact-action/images/action-bg-pc.jpg);
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 13.3333333333vw;
    padding-bottom: 24vw;
  }
}

.canvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* 下にあるボタンなどをクリックできるようにする */
  z-index: 1;
}

/* フェードインする要素の初期状態（非表示） */
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  /* 少し下からスタート */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 画面内に入ったときに適用されるクラス */
.js-fade-active {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に戻る */
}

/* common:end */
/* about:start */
.about__container {
  padding-bottom: 142px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-bottom: 24.2666666667vw;
  }
}
.about__text {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 6.9333333333vw;
  }
}
.about__icon {
  position: absolute;
  width: 22.2727272727%;
  right: -12.5%;
  bottom: 22.7272727273%;
}
@media screen and (max-width: 768px) {
  .about__icon {
    width: 15.8666666667vw;
    right: 3.2vw;
    bottom: 13.3333333333vw;
  }
}

/* about:end */
/* food:start */
.food__container {
  padding-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .food__container {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .food__heading-text {
    margin-left: -4vw;
  }
}
.food__text {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .food__text {
    margin-top: 6.9333333333vw;
  }
}

/* food:end */
/* genre:start */
.genre {
  margin-top: 4.5238095238%;
  border: 2px solid #edb700;
}
@media screen and (max-width: 768px) {
  .genre {
    border-width: 0.5333333333vw;
    width: 93.6vw;
    margin-inline: auto;
  }
}
.genre__head {
  background-color: #edb700;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .genre__head {
    height: 11.4666666667vw;
  }
}
.genre__heading {
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(173, 95, 11, 0.7);
}
@media screen and (max-width: 880px) {
  .genre__heading {
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .genre__heading {
    font-size: 5.8666666667vw;
    font-weight: 500;
    text-shadow: 0px 0px 6px rgba(173, 95, 11, 0.9);
  }
}
.genre__body {
  background-color: #fff;
  padding: 1.9047619048% 6.9047619048% 2.9761904762%;
}
@media screen and (max-width: 768px) {
  .genre__body {
    padding: 3.0666666667vw 2.6666666667vw 4.2666666667vw;
  }
}
.genre__list-item {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
  color: #332014;
}
@media screen and (max-width: 880px) {
  .genre__list-item {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .genre__list-item {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.genre__caution {
  font-size: 1.6rem;
  margin-top: 3.4722222222%;
  font-weight: 500;
  color: #332014;
}
@media screen and (max-width: 880px) {
  .genre__caution {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .genre__caution {
    font-size: 3.2vw;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 4vw;
  }
}

/* genre:end */
/* contact:start */
.contact__text {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-top: 6.4vw;
  }
}
.contact__text-caution {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.6666666667%;
}
@media screen and (max-width: 880px) {
  .contact__text-caution {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__text-caution {
    font-size: 3.2vw;
    width: 94.6666666667vw;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-left: 2.6666666667vw;
    margin-top: 2.9333333333vw;
  }
}

/* contact:end */
.detail__text-02, .detail__text-01, .detail__text {
  font-size: 2.4rem;
  line-height: 1.35;
  text-align: center;
  margin-top: 2.5%;
  color: #332014;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .detail__text-02, .detail__text-01, .detail__text {
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
    margin-top: 2.1333333333vw;
  }
}

/* detail:start */
.detail {
  margin-top: 5.5952380952%;
  width: 76.1904761905%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .detail {
    margin-top: 6.6666666667vw;
    padding-top: 1.3333333333vw;
    width: 93.6vw;
    position: relative;
  }
  .detail::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/alcohol/beer/ichiban/contact-action/images/action-detail-line-sp.png);
    background-size: contain;
    width: 79.3333333333vw;
    height: 0.8vw;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
.detail__container {
  border-top: 4px dotted #eebc12;
}
@media screen and (max-width: 768px) {
  .detail__container {
    border-top: none;
  }
}
.detail__heading {
  width: 213px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  border-radius: 0 20px;
  background-color: #edb700;
  margin-top: 7.8125%;
  margin-inline: auto;
  font-weight: 600;
  color: #332014;
}
@media screen and (max-width: 768px) {
  .detail__heading {
    width: 30.4vw;
    height: 8.5333333333vw;
    font-size: 5.0666666667vw;
    border-radius: 0vw 4vw;
    margin-top: 7.7333333333vw;
  }
}
.detail__heading--02 {
  width: 37.1875%;
}
@media screen and (max-width: 768px) {
  .detail__heading--02 {
    width: 45.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.detail__text-02 {
  margin-top: 3.125%;
}
@media screen and (max-width: 768px) {
  .detail__text-02 {
    margin-top: 2vw;
  }
}
.detail__text-caution {
  font-size: 1.6rem;
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  color: #332014;
}
@media screen and (max-width: 880px) {
  .detail__text-caution {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .detail__text-caution {
    margin-top: 2vw;
    font-size: 3.2vw;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.detail__text + .detail__heading {
  margin-top: 7.03125%;
}
@media screen and (max-width: 768px) {
  .detail__text + .detail__heading {
    margin-top: 7.3333333333vw;
    width: 40.4vw;
  }
}
.detail__caution {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  color: #332014;
}
@media screen and (max-width: 880px) {
  .detail__caution {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .detail__caution {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    font-weight: 600;
  }
}
.detail__btn {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  text-decoration: none;
  background-color: #e98f00;
  border-radius: 35px;
  color: #fff;
  margin-top: 3.90625%;
  opacity: 1;
  transition: 0.2s opacity;
}
@media screen and (max-width: 768px) {
  .detail__btn {
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 6vw;
    margin-top: 4vw;
  }
}
.detail__btn--02 {
  margin-top: 4.6875%;
}
@media screen and (max-width: 768px) {
  .detail__btn--02 {
    margin-top: 4vw;
  }
}
.detail__btn:hover {
  opacity: 0.5 !important;
}
.detail__btn:hover .detail__btn-text::after {
  right: -40px;
}
.detail__btn-text {
  position: relative;
}
.detail__btn-text::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/alcohol/beer/ichiban/contact-action/images/action-btn-icon-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
  transition: 0.3s right;
}
@media screen and (max-width: 768px) {
  .detail__btn-text::after {
    background-image: url(/alcohol/beer/ichiban/contact-action/images/action-btn-icon-sp.png);
    background-size: contain;
    width: 4vw;
    height: 4vw;
  }
}
.detail__contact {
  border: 2px solid #edb700;
  margin-top: 3.90625%;
}
@media screen and (max-width: 768px) {
  .detail__contact {
    border-width: 0.5333333333vw;
  }
}
.detail__contact-head {
  background-color: #edb700;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .detail__contact-head {
    height: 10.6666666667vw;
  }
}
.detail__contact-title {
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(173, 95, 11, 0.7);
}
@media screen and (max-width: 880px) {
  .detail__contact-title {
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width: 768px) {
  .detail__contact-title {
    font-size: 5.8666666667vw;
    font-weight: 500;
    text-shadow: 0px 0px 6px rgba(173, 95, 11, 0.9);
  }
}
.detail__contact-body {
  background-color: #fff;
  padding: 4.4025157233% 9.1194968553% 4.4025157233%;
}
@media screen and (max-width: 768px) {
  .detail__contact-body {
    padding: 5.3333333333vw 6.6666666667vw 4.2666666667vw;
  }
}
.detail__contact-text {
  font-size: 2.4rem;
  line-height: 1;
  color: #332014;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__contact-text {
    font-size: 4.5333333333vw;
    font-weight: 600;
  }
}
.detail__contact-text:first-child {
  margin-bottom: 3.4615384615%;
  padding-bottom: 4.0384615385%;
  border-bottom: 4px dotted #eebc12;
}
@media screen and (max-width: 768px) {
  .detail__contact-text:first-child {
    margin-bottom: 3.7333333333vw;
    padding-bottom: 3.4666666667vw;
    border-width: 0.8vw;
  }
}
.detail__contact-term {
  font-size: 2rem;
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .detail__contact-term {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
.detail__contact-caution {
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .detail__contact-caution {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    font-weight: 500;
  }
}

/* detail:end */