/* Scss Document */
/**************************/
/*reset*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#ksc_main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a4433d;
  margin-bottom: 70px;
}
#ksc_main img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}
#ksc_main .anchor {
  position: absolute;
  top: -150px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #ksc_main .anchor {
    top: -30px;
  }
}

#pagetop {
  z-index: 10;
}

*:focus {
  outline: none;
}

#ksc_main a {
  color: #a4433d;
  transition: opacity 0.3s;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  a:hover {
    opacity: 1;
  }
}

.txtS {
  font-size: 0.8em;
  line-height: 1.3em;
}

.txtM {
  font-size: 0.9em;
  line-height: 1.2em;
}

.txtSS {
  font-size: 0.7em;
}

.txtL {
  font-size: 1.2em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txtB {
  font-weight: bold;
}

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

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

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

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

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

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

.mt02 {
  margin-top: 0.2em !important;
}

.mt03 {
  margin-top: 0.3em !important;
}

.mt05 {
  margin-top: 0.5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt1-5 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt2-5 {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt3-5 {
  margin-top: 3.5em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.lineH10 {
  line-height: 1em;
}

.lineH12 {
  line-height: 1.2em;
}

.lineH13 {
  line-height: 1.3em;
}

.displayB {
  display: block;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.colorRed {
  color: #eb6100;
}

#ksc_main h2.nyoro {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  #ksc_main h2.nyoro {
    font-size: 26px;
  }
}
#ksc_main h2.nyoro::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  margin: 0.2em auto 0;
  background: url("../images/nyoro.svg") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #ksc_main h2.nyoro::after {
    height: 16px;
    margin: 0.3em auto 0;
    background: url("../images/nyoro_sp.svg") center center/contain no-repeat;
  }
}

#ksc_beerfes_main {
  position: relative;
  z-index: 0;
  background: #e5f1df;
  padding: 0 0 3vw;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main {
    padding: 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main {
    padding: 0 0 11vw;
  }
}
#ksc_beerfes_main .wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 8px 60px 0;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .wrapper {
    padding: calc(0.625vw) calc(4.6875vw) 0;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .wrapper {
    padding: calc(0.625vw) 0 0;
  }
}
#ksc_beerfes_main .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box {
    gap: calc(2.34375vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box {
    display: block;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_header {
  max-width: 61%;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_header {
    max-width: 673px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_header {
    width: 89%;
    margin: 0 auto;
    padding: calc(1.5625vw) 0 0;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data {
  max-width: 37.8%;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data {
    margin: 1.8em auto 0;
    max-width: 100%;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 {
    margin: 1.5em 0 0;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data1 .title {
  display: inline-block;
  padding: 0.2em;
  background: #eb6100;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-radius: 4px;
  width: 120px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .title {
    font-size: calc(1.875vw);
    width: calc(9.375vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .title {
    font-size: 24px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .title {
    font-size: 18px;
    width: 93px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt1 {
  color: #a4433d;
  font-size: 37px;
  line-height: 1.15em;
  margin: 0.5em 0 0 0;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt1 {
    font-size: calc(2.890625vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt1 {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt1 {
    font-size: 28px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt2 {
  color: #a4433d;
  font-size: 24px;
  font-weight: 500;
  margin: 0.7em 0 0;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt2 {
    font-size: calc(1.875vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data1 .txt2 {
    font-size: 18px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 {
  margin-top: 2em;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 {
    margin-top: 1em;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .title {
  margin: 3em 0 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .title {
    font-size: calc(1.171875vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .title {
    font-size: 15px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .title p {
  color: #eb6100;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .title p {
    font-size: calc(1.875vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .title p {
    font-size: 17px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .title p::before {
  position: relative;
  content: "\\";
  font-size: 160%;
  font-weight: 400;
  top: 0.1em;
  right: 0.18em;
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .title p::after {
  content: "/";
  position: relative;
  font-size: 160%;
  font-weight: 400;
  top: 0.1em;
  left: 0.1em;
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .date {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #eb6100;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date {
    font-size: calc(1.875vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date {
    font-size: 18px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .date {
  font-size: 48px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .date {
    font-size: calc(3.75vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .date {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .date {
    font-size: 37px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .dow {
  position: relative;
  bottom: 0.3em;
  font-size: 20px;
  margin: 0 0 0 0em;
  padding: 0 0.2em 0.1em;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .dow {
    font-size: calc(1.5625vw);
    width: calc(2.265625vw);
    height: calc(2.265625vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .dow {
    font-size: 20px;
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .dow {
    font-size: 15px;
    width: 22px;
    height: 22px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .yajirushi {
  width: 29px;
  display: inline-block;
  vertical-align: 15px;
  margin: 0 7px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .yajirushi {
    width: calc(2.265625vw);
    margin: 0 calc(0.546875vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .yajirushi {
    width: 29px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .date .yajirushi {
    width: 22px;
    vertical-align: 9px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .time {
  margin: 0.5em 0 0;
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .time {
    font-size: calc(2.5vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .time {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .time {
    font-size: 24px;
    min-height: 28px;
    padding: 0;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .time .lo {
  font-size: 16px;
  margin-left: 0.3em;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .time .lo {
    font-size: calc(1.25vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .time .lo {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .time .lo {
    font-size: 12px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .note {
  font-size: 14px;
  margin: 0.5em 0 0 25px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .note {
    margin: 0.5em 0 0 0;
    text-align: center;
    left: -2.5em;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .note {
    font-size: 10px;
    margin: -0.5em 0 0;
    left: -3em;
  }
}
#ksc_beerfes_main .nav {
  margin: 1em 0 0;
  transform: rotate(0.05deg);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .nav {
    display: block;
    margin: 0.8em auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .nav {
    margin: 1.5em auto 0;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .nav {
    margin: 2em auto 0;
  }
}
#ksc_beerfes_main .nav li {
  display: block;
  width: 340px;
  margin: 0.3em 0.8em 0;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .nav li {
    margin: 0.3em auto 0;
  }
}
#ksc_beerfes_main .nav li a {
  display: block;
  font-size: 20px;
  color: #eb6100;
  font-weight: 500;
  background: #fff;
  padding: 0.5em 1em;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #eb6100;
}
#ksc_beerfes_main h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#ksc_beerfes_shoplist {
  position: relative;
  isolation: isolate;
  background: #fcc742;
  padding: 11vw 0 5vw;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist {
    padding: 0 0 15vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist {
    padding: 0 0 7vw;
  }
}
#ksc_beerfes_shoplist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/182;
  background: url("../images/border_brewery.webp") 0 0/100% auto no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist::before {
    aspect-ratio: 768/182;
    background: url("../images/border_brewery_sp.webp") 0 0/100% auto no-repeat;
  }
}
#ksc_beerfes_shoplist .wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 8px 60px 0;
  position: relative;
  z-index: auto;
  top: -3vw;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .wrapper {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .wrapper {
    margin: 0 20px;
    padding: 8px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .wrapper > .titleBox {
    top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .wrapper > .titleBox {
    width: calc(100% + 40px);
    margin-left: -20px;
    top: 13vw;
  }
}
#ksc_beerfes_shoplist .wrapper > .titleBox h2 {
  color: #fff !important;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .wrapper > .titleBox h2 {
    padding: 38px 0 0;
  }
}
#ksc_beerfes_shoplist .wrapper > .titleBox figure::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 72px;
  height: auto;
  aspect-ratio: 72/123;
  background: url("../images/title_breweryfood2.webp") 0 0/100% auto no-repeat;
  z-index: 4;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .wrapper > .titleBox figure::before {
    display: none;
  }
}
#ksc_beerfes_shoplist .titleBox {
  position: relative;
}
#ksc_beerfes_shoplist .titleBox h2 {
  font-size: 38px;
  position: relative;
  z-index: 1;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .titleBox h2 {
    font-size: 31px;
  }
}
#ksc_beerfes_shoplist .titleBox figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 915px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .titleBox figure {
    max-width: 393px;
    top: 0;
    left: 23px;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .titleBox figure {
    max-width: 380px;
    top: 0px;
  }
}
@media screen and (max-width: 380px) {
  #ksc_beerfes_shoplist .titleBox figure {
    left: 0px;
    max-width: 100%;
  }
}
#ksc_beerfes_shoplist .list1 {
  position: relative;
  transform: rotate(0.05deg);
  margin: 80px 0 4em;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1 {
    margin: 125px 0 4em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 {
    margin: 33vw 0 3em;
  }
}
#ksc_beerfes_shoplist .list1 .title {
  position: relative;
  font-size: 31px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title {
    font-size: 24px;
  }
}
#ksc_beerfes_shoplist .list1 .title:nth-of-type(1)::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 123px;
  height: auto;
  top: 25px;
  margin: 0 0 0 30px;
  aspect-ratio: 123/94;
  background: url("../images/illust_brewery.webp") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title:nth-of-type(1)::after {
    width: 91px;
    margin: 0 0 0 5px;
  }
}
#ksc_beerfes_shoplist .list1 .title:nth-of-type(2)::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 83px;
  height: auto;
  top: 30px;
  margin: 0 0 0 40px;
  aspect-ratio: 83/98;
  background: url("../images/illust_food.webp") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title:nth-of-type(2)::after {
    width: 61px;
    margin: 0 0 0 10px;
    top: 20px;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner {
    margin-top: 2em;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 2.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list {
    display: block;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item {
  display: flex;
  align-items: center;
  width: 32%;
  position: relative;
  padding-bottom: 1.2em;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list .list-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list .list-item {
    width: 100%;
    margin: 0;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-label {
  position: relative;
  display: inline-block;
  width: 57px;
  height: auto;
  margin: 0 1em 0 0;
  aspect-ratio: 57/58;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ed1c24;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: url("../images/bg_eki.svg") 0 0/100% auto no-repeat;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-label .new {
  position: absolute;
  top: -12px;
  left: 3px;
  width: 50px;
  height: auto;
  aspect-ratio: 50/27;
  background: url("../images/icon_new.svg") 0 0/100% auto no-repeat;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:nth-of-type(even) .list-label {
  aspect-ratio: 57/59;
  background: url("../images/bg_eki2.svg") 0 0/100% auto no-repeat;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-text {
    font-size: 16px;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-text::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: #ed1c24;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover {
  opacity: 1;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover .list-text::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover .list-text::after {
    display: none;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner:nth-of-type(2) .list-label {
  color: #13318a !important;
}
#ksc_beerfes_shoplist .list1 .list1_inner:nth-of-type(2) .list-text::after {
  background: #13318a !important;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 {
    margin: 0 10px;
  }
}
#ksc_beerfes_shoplist .list2 .titleBox figure {
  max-width: 411px;
  top: 10px;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list2 .titleBox figure {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .titleBox figure {
    max-width: calc(55.9895833333vw);
  }
}
#ksc_beerfes_shoplist .list2 .titleBox.deco figure {
  max-width: 234px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .titleBox.deco figure {
    max-width: calc(32.5520833333vw);
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner {
  position: relative;
  margin: 5em 0 4em;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2%;
  row-gap: 2.5em;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .list2 .list2_inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin: 2vw 0 4em;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner::after {
  content: "";
  width: 268px;
  height: auto;
  aspect-ratio: 268/290;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .list2 .list2_inner::after {
    width: 200px;
    right: auto;
    left: -20px;
    bottom: -80px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner::after {
    width: 123px;
    bottom: -90px;
    left: auto;
    right: -30px;
    display: block;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .listBox {
  text-align: left;
  transform: rotate(0.05deg);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .listBox {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .listBox {
    padding: 11vw 0 0;
    max-width: 100%;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea {
  position: relative;
  z-index: 0;
  aspect-ratio: 368/280;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 368/280;
  background: url("../images/mask_brewery.webp") center center/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .icon {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .icon {
    max-width: 125px;
    max-height: 125px;
    bottom: 19px;
    width: calc(29.9479166667vw);
    height: calc(29.9479166667vw);
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .icon .new {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
  height: auto;
  aspect-ratio: 84/45;
  background: url("../images/icon_new.svg") 0 0/100% auto no-repeat;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox figure {
  display: block;
  margin: 0 0 0 3px;
  width: 54px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox figure {
    max-width: 54px;
    width: calc(13.0208333333vw);
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconTO {
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 1;
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconTO {
    max-width: 54px;
    max-height: 54px;
    width: calc(13.0208333333vw);
    height: calc(13.0208333333vw);
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .areanote {
  position: absolute;
  bottom: -1em;
  left: 0.2em;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .areanote {
    bottom: -0.5em;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .areanote .area {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  background: #f15a24;
  border-radius: 999px;
  min-width: 120px;
  z-index: 1;
  height: 2em;
  line-height: 1;
  box-sizing: border-box;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .areanote .note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 999px 999px 0;
  padding: 0 1.5em 0 2.5em;
  margin: 0 0 0 -2em;
  color: #f7931e;
  background: #fff;
  font-size: 14px;
  height: 2em;
  line-height: 1;
  box-sizing: border-box;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .img {
  position: relative;
  z-index: 0;
  width: 99%;
  margin: 2px 0 0 2px;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea {
  margin: 1.5em 0 0;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea h3.title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea .catch {
  font-size: 18px;
  font-weight: 800;
  color: #e5004f;
  line-height: 1.3;
  margin: 0.7em 0 0;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea .text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0.4em 0 0;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul {
  background: #fcf3ca;
  padding: 1em;
  border-radius: 15px;
  margin: 1.7em 0 0;
  font-size: 16px;
  line-height: 1.3em;
  color: #8c7373;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .textarea ul {
    margin: 1em 0 0;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul li {
  position: relative;
  padding: 0 0 0.3em 1.3em;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul li.icon-map::before {
  background: url("../images/icon_map.svg") no-repeat 0 0/100% auto;
  width: 13px;
  height: auto;
  aspect-ratio: 13/18;
  left: 1px;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul li.icon-tel::before {
  background: url("../images/icon_tel.svg") no-repeat 0 0/100% auto;
  width: 16px;
  height: auto;
  aspect-ratio: 16/16;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul li.icon-calendar::before {
  background: url("../images/icon_calendar.svg") no-repeat 0 0/100% auto;
  width: 16px;
  height: auto;
  aspect-ratio: 16/16;
  top: 0.07em;
}
#ksc_beerfes_shoplist .list2 .list2_inner .textarea ul li .note {
  display: block;
  margin-top: 0.3em;
  font-size: 14px;
}
#ksc_beerfes_shoplist .list2 .list2_inner.deco::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner.deco {
    padding-bottom: 60px;
    margin: 0;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner.deco .imgarea .areanote .area {
  background: #e73a70;
}
#ksc_beerfes_shoplist .list2 .list2_inner.deco .imgarea::before {
  background: url("../images/mask_food.webp") center center/100% auto no-repeat;
}
#ksc_beerfes_shoplist .list2 .list2_inner.deco .imgarea .icon:has(.new) {
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 84px;
  height: auto;
  z-index: 2;
}
#ksc_beerfes_shoplist .list2 .list2_inner.deco .imgarea .icon:has(.new) .new {
  position: static;
  width: 100%;
  margin: 0;
}

#ksc_beerfes_otoku,
#ksc_beerfes_event {
  position: relative;
  padding: 0 0 10em;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku,
  #ksc_beerfes_event {
    padding: 0 0 10em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku,
  #ksc_beerfes_event {
    padding: 3vw 0 8em;
  }
}
#ksc_beerfes_otoku .titleBox,
#ksc_beerfes_event .titleBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .titleBox,
  #ksc_beerfes_event .titleBox {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#ksc_beerfes_otoku .titleBox h2,
#ksc_beerfes_event .titleBox h2 {
  font-size: 38px;
  padding: 35px 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .titleBox h2,
  #ksc_beerfes_event .titleBox h2 {
    font-size: 31px;
  }
}
#ksc_beerfes_otoku .titleBox figure,
#ksc_beerfes_event .titleBox figure {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 0;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
#ksc_beerfes_otoku h4.nyoro,
#ksc_beerfes_event h4.nyoro {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#ksc_beerfes_otoku h4.nyoro::after,
#ksc_beerfes_event h4.nyoro::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  margin: 0.2em auto 0;
  background: url("../images/nyoroS.svg") center center/contain no-repeat;
}
#ksc_beerfes_otoku h5.title,
#ksc_beerfes_event h5.title {
  padding: 0.5em 0.8em;
  font-weight: 800;
  line-height: 1.3;
  font-size: 14px;
  background: #f9f5d2;
}
#ksc_beerfes_otoku .btn,
#ksc_beerfes_event .btn {
  text-align: center;
  width: 268px;
  margin: 0 auto;
}
#ksc_beerfes_otoku .btn a,
#ksc_beerfes_event .btn a {
  padding: 0.7em 0;
  line-height: 1em;
  border-radius: 999px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  background: #eb6100;
  display: block;
}
#ksc_beerfes_otoku .btn a::after,
#ksc_beerfes_event .btn a::after {
  position: relative;
  top: 0.1em;
  margin: 0 0 0 0.3em;
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
#ksc_beerfes_otoku .btn2,
#ksc_beerfes_event .btn2 {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
#ksc_beerfes_otoku .btn2 a,
#ksc_beerfes_event .btn2 a {
  border: 1px solid #eb6100;
  padding: 0.7em;
  line-height: 1em;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 800;
  background: #fff;
  display: block;
}
#ksc_beerfes_otoku .btn2 a::after,
#ksc_beerfes_event .btn2 a::after {
  position: relative;
  top: 0.1em;
  margin: 0 0 0 0.3em;
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
#ksc_beerfes_otoku .wrapper,
#ksc_beerfes_event .wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 8px 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .wrapper,
  #ksc_beerfes_event .wrapper {
    padding: 8px 20px 0;
  }
}
#ksc_beerfes_otoku .wrapper h2.nyoro,
#ksc_beerfes_event .wrapper h2.nyoro {
  color: #fff;
}
#ksc_beerfes_otoku .inner,
#ksc_beerfes_event .inner {
  display: flex;
  gap: 2em 3%;
  margin-top: 9em;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner,
  #ksc_beerfes_event .inner {
    display: flex;
    flex-direction: column;
    margin-top: 4em;
  }
}
#ksc_beerfes_otoku .inner .col,
#ksc_beerfes_event .inner .col {
  flex: 1 1 0;
  max-width: 564px;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner .col,
  #ksc_beerfes_event .inner .col {
    max-width: 100%;
  }
}
#ksc_beerfes_otoku .inner .col-center,
#ksc_beerfes_event .inner .col-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
#ksc_beerfes_otoku .inner .col-left,
#ksc_beerfes_event .inner .col-left {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner .col-left,
  #ksc_beerfes_event .inner .col-left {
    display: contents;
  }
}
#ksc_beerfes_otoku .inner .col-right,
#ksc_beerfes_event .inner .col-right {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner .col-right,
  #ksc_beerfes_event .inner .col-right {
    display: contents;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner .box.order-1,
  #ksc_beerfes_event .inner .box.order-1 {
    order: 1;
  }
  #ksc_beerfes_otoku .inner .box.order-2,
  #ksc_beerfes_event .inner .box.order-2 {
    order: 2;
  }
  #ksc_beerfes_otoku .inner .box.order-3,
  #ksc_beerfes_event .inner .box.order-3 {
    order: 3;
  }
  #ksc_beerfes_otoku .inner .box.order-4,
  #ksc_beerfes_event .inner .box.order-4 {
    order: 4;
  }
  #ksc_beerfes_otoku .inner .box.order-5,
  #ksc_beerfes_event .inner .box.order-5 {
    order: 5;
  }
  #ksc_beerfes_otoku .inner .box.order-6,
  #ksc_beerfes_event .inner .box.order-6 {
    order: 6;
  }
  #ksc_beerfes_otoku .inner .box.order-7,
  #ksc_beerfes_event .inner .box.order-7 {
    order: 7;
  }
  #ksc_beerfes_otoku .inner .box.order-8,
  #ksc_beerfes_event .inner .box.order-8 {
    order: 8;
  }
  #ksc_beerfes_otoku .inner .box.order-9,
  #ksc_beerfes_event .inner .box.order-9 {
    order: 9;
  }
  #ksc_beerfes_otoku .inner .box.order-10,
  #ksc_beerfes_event .inner .box.order-10 {
    order: 10;
  }
  #ksc_beerfes_otoku .inner .box.order-11,
  #ksc_beerfes_event .inner .box.order-11 {
    order: 11;
  }
  #ksc_beerfes_otoku .inner .box.order-12,
  #ksc_beerfes_event .inner .box.order-12 {
    order: 12;
  }
  #ksc_beerfes_otoku .inner .box.order-13,
  #ksc_beerfes_event .inner .box.order-13 {
    order: 13;
  }
  #ksc_beerfes_otoku .inner .box.order-14,
  #ksc_beerfes_event .inner .box.order-14 {
    order: 14;
  }
  #ksc_beerfes_otoku .inner .box.order-15,
  #ksc_beerfes_event .inner .box.order-15 {
    order: 15;
  }
  #ksc_beerfes_otoku .inner .box.order-16,
  #ksc_beerfes_event .inner .box.order-16 {
    order: 16;
  }
  #ksc_beerfes_otoku .inner .box.order-17,
  #ksc_beerfes_event .inner .box.order-17 {
    order: 17;
  }
  #ksc_beerfes_otoku .inner .box.order-18,
  #ksc_beerfes_event .inner .box.order-18 {
    order: 18;
  }
  #ksc_beerfes_otoku .inner .box.order-19,
  #ksc_beerfes_event .inner .box.order-19 {
    order: 19;
  }
  #ksc_beerfes_otoku .inner .box.order-20,
  #ksc_beerfes_event .inner .box.order-20 {
    order: 20;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner,
  #ksc_beerfes_event .inner {
    flex-direction: column;
  }
  #ksc_beerfes_otoku .inner .col-right,
  #ksc_beerfes_event .inner .col-right {
    gap: 1.5em;
  }
}
#ksc_beerfes_otoku .inner .box,
#ksc_beerfes_event .inner .box {
  position: relative;
  transform: rotate(0.05deg);
  text-align: left;
  padding: 1.5em 1.5em 3em;
  background: url("../images/bg_box_midium.png") center center/100% 30px repeat-y;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner .box,
  #ksc_beerfes_event .inner .box {
    max-width: 564px;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box,
  #ksc_beerfes_event .inner .box {
    margin: 0 auto 1em;
  }
}
#ksc_beerfes_otoku .inner .box::before,
#ksc_beerfes_event .inner .box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 563/80;
  background: url("../images/bg_box_top.png") center center/100% auto no-repeat;
  z-index: -1;
}
#ksc_beerfes_otoku .inner .box::after,
#ksc_beerfes_event .inner .box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 563/80;
  background: url("../images/bg_box_bottom.png") center center/100% auto no-repeat;
  z-index: -1;
}
#ksc_beerfes_otoku .inner .box h3.title,
#ksc_beerfes_event .inner .box h3.title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box h3.title,
  #ksc_beerfes_event .inner .box h3.title {
    font-size: 22px;
  }
}
#ksc_beerfes_otoku .inner .box .imgarea,
#ksc_beerfes_event .inner .box .imgarea {
  display: flex;
  justify-content: center;
  margin: 0 -2%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .imgarea,
  #ksc_beerfes_event .inner .box .imgarea {
    display: block;
  }
}
#ksc_beerfes_otoku .inner .box .imgarea .img,
#ksc_beerfes_event .inner .box .imgarea .img {
  display: block;
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .imgarea .img,
  #ksc_beerfes_event .inner .box .imgarea .img {
    width: 80%;
    margin: 0 auto 1.5em;
  }
}
#ksc_beerfes_otoku .inner .box .imgarea .img img,
#ksc_beerfes_event .inner .box .imgarea .img img {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .imgarea .img img,
  #ksc_beerfes_event .inner .box .imgarea .img img {
    max-width: 100%;
  }
}
#ksc_beerfes_otoku .inner .box .imgarea.other1,
#ksc_beerfes_event .inner .box .imgarea.other1 {
  flex-wrap: wrap;
}
#ksc_beerfes_otoku .inner .box .imgarea.other1 .img,
#ksc_beerfes_event .inner .box .imgarea.other1 .img {
  width: 25%;
  margin: 0 0 2%;
  padding: 0 1%;
}
#ksc_beerfes_otoku .inner .box .imgarea.other1 .img img,
#ksc_beerfes_event .inner .box .imgarea.other1 .img img {
  max-width: 100%;
}
#ksc_beerfes_otoku .inner .box .imgarea.other2,
#ksc_beerfes_event .inner .box .imgarea.other2 {
  flex-wrap: wrap;
}
#ksc_beerfes_otoku .inner .box .imgarea.other2::after,
#ksc_beerfes_event .inner .box .imgarea.other2::after {
  content: "";
  display: block;
  width: 65%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .imgarea.other2,
  #ksc_beerfes_event .inner .box .imgarea.other2 {
    justify-content: space-between;
    display: flex;
  }
}
#ksc_beerfes_otoku .inner .box .imgarea.other2 .img,
#ksc_beerfes_event .inner .box .imgarea.other2 .img {
  width: 32.5%;
  margin: 0 0 2%;
  padding: 0 1%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .imgarea.other2 .img,
  #ksc_beerfes_event .inner .box .imgarea.other2 .img {
    width: 49%;
    margin: 0 0 1em;
    padding: 0;
  }
}
#ksc_beerfes_otoku .inner .box .imgarea.other2 .img img,
#ksc_beerfes_event .inner .box .imgarea.other2 .img img {
  max-width: 100%;
}
#ksc_beerfes_otoku .inner .box .imgarea.other2 figcaption,
#ksc_beerfes_event .inner .box .imgarea.other2 figcaption {
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .imgarea.other2 figcaption,
  #ksc_beerfes_event .inner .box .imgarea.other2 figcaption {
    font-size: 10px;
  }
}
#ksc_beerfes_otoku .inner .box .description,
#ksc_beerfes_event .inner .box .description {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0.8em 0 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .description,
  #ksc_beerfes_event .inner .box .description {
    font-size: 14px;
  }
}
#ksc_beerfes_otoku .inner .box .description p,
#ksc_beerfes_event .inner .box .description p {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box .description .txtS,
  #ksc_beerfes_event .inner .box .description .txtS {
    font-size: 0.85em;
  }
}
#ksc_beerfes_otoku .inner .box .table1,
#ksc_beerfes_event .inner .box .table1 {
  width: 100%;
  margin: 1em 0 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.2em;
}
#ksc_beerfes_otoku .inner .box .table1 th,
#ksc_beerfes_otoku .inner .box .table1 td,
#ksc_beerfes_event .inner .box .table1 th,
#ksc_beerfes_event .inner .box .table1 td {
  border: 1px solid #ee87b4;
  padding: 0.6em 0.6em;
  vertical-align: middle;
}
#ksc_beerfes_otoku .inner .box .table1 th,
#ksc_beerfes_event .inner .box .table1 th {
  background: #ee87b4;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
#ksc_beerfes_otoku .inner .box .table1 td,
#ksc_beerfes_event .inner .box .table1 td {
  background: #fff;
}
#ksc_beerfes_otoku .inner .box .table1 td:first-child,
#ksc_beerfes_event .inner .box .table1 td:first-child {
  width: 50%;
  text-align: left;
}
#ksc_beerfes_otoku .inner .box .table1 td:nth-child(2),
#ksc_beerfes_otoku .inner .box .table1 td:nth-child(3),
#ksc_beerfes_event .inner .box .table1 td:nth-child(2),
#ksc_beerfes_event .inner .box .table1 td:nth-child(3) {
  width: 25%;
  text-align: right;
}
#ksc_beerfes_otoku .inner .box .table2,
#ksc_beerfes_event .inner .box .table2 {
  width: 100%;
  margin: 1em 0 0;
  font-size: 12px;
  line-height: 1.2em;
}
#ksc_beerfes_otoku .inner .box .table2 th,
#ksc_beerfes_event .inner .box .table2 th {
  font-weight: 800;
  text-align: left;
  padding: 0 0 0.4em 0.6em;
  width: 10em; /*6em*/
}
#ksc_beerfes_otoku .inner .box .table2 td,
#ksc_beerfes_event .inner .box .table2 td {
  font-weight: 500;
  padding: 0 0.2em 0.4em;
}
#ksc_beerfes_otoku .inner .box .table2 td:nth-of-type(1),
#ksc_beerfes_event .inner .box .table2 td:nth-of-type(1) {
  width: 16em;
}
#ksc_beerfes_otoku .inner .box .table3,
#ksc_beerfes_event .inner .box .table3 {
  width: 100%;
  margin: 1em 0 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.2em;
}
#ksc_beerfes_otoku .inner .box .table3 th,
#ksc_beerfes_otoku .inner .box .table3 td,
#ksc_beerfes_event .inner .box .table3 th,
#ksc_beerfes_event .inner .box .table3 td {
  border: 1px solid #ee87b4;
  padding: 0.6em 0.6em;
  vertical-align: middle;
  font-weight: 400;
}
#ksc_beerfes_otoku .inner .box .table3 .deco1,
#ksc_beerfes_event .inner .box .table3 .deco1 {
  color: #fff;
  background: #87adcb;
}
#ksc_beerfes_otoku .inner .box .table3 .deco2,
#ksc_beerfes_event .inner .box .table3 .deco2 {
  color: #fff;
  background: #ee87b4;
}
#ksc_beerfes_otoku .inner .box .table3 th,
#ksc_beerfes_event .inner .box .table3 th {
  text-align: center;
}
#ksc_beerfes_otoku .inner .box .table3 td,
#ksc_beerfes_event .inner .box .table3 td {
  font-size: 14px;
}
#ksc_beerfes_otoku .inner .box .table3 td:first-child,
#ksc_beerfes_event .inner .box .table3 td:first-child {
  width: 23%;
  text-align: center;
}
#ksc_beerfes_otoku .inner .box .table3 td:nth-child(2),
#ksc_beerfes_otoku .inner .box .table3 td:nth-child(3),
#ksc_beerfes_event .inner .box .table3 td:nth-child(2),
#ksc_beerfes_event .inner .box .table3 td:nth-child(3) {
  width: 37.5%;
}
#ksc_beerfes_otoku .inner .box .table3 td:nth-child(2),
#ksc_beerfes_event .inner .box .table3 td:nth-child(2) {
  background: #e0effb;
}
#ksc_beerfes_otoku .inner .box .table3 td:nth-child(3),
#ksc_beerfes_event .inner .box .table3 td:nth-child(3) {
  background: #f9e0e0;
}
#ksc_beerfes_otoku .inner .box .table4,
#ksc_beerfes_otoku .inner .box .table5,
#ksc_beerfes_event .inner .box .table4,
#ksc_beerfes_event .inner .box .table5 {
  width: 100%;
  margin: 1em 0 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.2em;
}
#ksc_beerfes_otoku .inner .box .table4 th,
#ksc_beerfes_otoku .inner .box .table4 td,
#ksc_beerfes_otoku .inner .box .table5 th,
#ksc_beerfes_otoku .inner .box .table5 td,
#ksc_beerfes_event .inner .box .table4 th,
#ksc_beerfes_event .inner .box .table4 td,
#ksc_beerfes_event .inner .box .table5 th,
#ksc_beerfes_event .inner .box .table5 td {
  border: 1px solid #ee87b4;
  padding: 0.6em 0.6em;
  vertical-align: middle;
  font-weight: 400;
}
#ksc_beerfes_otoku .inner .box .table4 .deco1,
#ksc_beerfes_otoku .inner .box .table5 .deco1,
#ksc_beerfes_event .inner .box .table4 .deco1,
#ksc_beerfes_event .inner .box .table5 .deco1 {
  color: #fff;
  background: #87adcb;
  font-size: 14px;
}
#ksc_beerfes_otoku .inner .box .table4 .deco2,
#ksc_beerfes_otoku .inner .box .table5 .deco2,
#ksc_beerfes_event .inner .box .table4 .deco2,
#ksc_beerfes_event .inner .box .table5 .deco2 {
  color: #fff;
  background: #ee87b4;
  font-size: 14px;
}
#ksc_beerfes_otoku .inner .box .table4 th,
#ksc_beerfes_otoku .inner .box .table5 th,
#ksc_beerfes_event .inner .box .table4 th,
#ksc_beerfes_event .inner .box .table5 th {
  text-align: center;
}
#ksc_beerfes_otoku .inner .box .table4 td,
#ksc_beerfes_otoku .inner .box .table5 td,
#ksc_beerfes_event .inner .box .table4 td,
#ksc_beerfes_event .inner .box .table5 td {
  font-size: 14px;
}
#ksc_beerfes_otoku .inner .box .table4 td:first-child,
#ksc_beerfes_otoku .inner .box .table5 td:first-child,
#ksc_beerfes_event .inner .box .table4 td:first-child,
#ksc_beerfes_event .inner .box .table5 td:first-child {
  width: 25%;
  text-align: center;
}
#ksc_beerfes_otoku .inner .box .table4 td:nth-child(2),
#ksc_beerfes_otoku .inner .box .table5 td:nth-child(2),
#ksc_beerfes_event .inner .box .table4 td:nth-child(2),
#ksc_beerfes_event .inner .box .table5 td:nth-child(2) {
  width: 75%;
}
#ksc_beerfes_otoku .inner .box .table4 td:nth-child(2),
#ksc_beerfes_otoku .inner .box .table5 td:nth-child(2),
#ksc_beerfes_event .inner .box .table4 td:nth-child(2),
#ksc_beerfes_event .inner .box .table5 td:nth-child(2) {
  background: #e0effb;
}
#ksc_beerfes_otoku .inner .box .table5 td:nth-child(2),
#ksc_beerfes_event .inner .box .table5 td:nth-child(2) {
  background: #f9e0e0;
}
#ksc_beerfes_otoku .inner .box dl,
#ksc_beerfes_event .inner .box dl {
  display: grid;
  grid-template-columns: 2.1fr 3.8fr;
  margin: 1.5em 0 0;
  font-size: 14px;
  font-weight: 500;
}
#ksc_beerfes_otoku .inner .box dl > div::before,
#ksc_beerfes_event .inner .box dl > div::before {
  content: "";
  display: block;
  height: 6px;
  margin: 1.5em 0;
  background-image: radial-gradient(circle, #ee87b4 3px, transparent 3px);
  background-size: 14px 6px;
  background-repeat: repeat-x;
}
#ksc_beerfes_otoku .inner .box dl > div:nth-of-type(-n + 2)::before,
#ksc_beerfes_event .inner .box dl > div:nth-of-type(-n + 2)::before {
  display: none;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner .box dl,
  #ksc_beerfes_event .inner .box dl {
    display: block;
  }
  #ksc_beerfes_otoku .inner .box dl > div:nth-of-type(-n + 2)::before,
  #ksc_beerfes_event .inner .box dl > div:nth-of-type(-n + 2)::before {
    display: block;
  }
  #ksc_beerfes_otoku .inner .box dl > div:nth-of-type(even)::before,
  #ksc_beerfes_event .inner .box dl > div:nth-of-type(even)::before {
    display: none;
  }
  #ksc_beerfes_otoku .inner .box dl > div:first-of-type::before,
  #ksc_beerfes_event .inner .box dl > div:first-of-type::before {
    display: none;
  }
}
#ksc_beerfes_otoku .inner .box .notice li,
#ksc_beerfes_event .inner .box .notice li {
  font-size: 12px;
  line-height: 1.4em;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.1em 0 0;
}
#ksc_beerfes_otoku .inner .box ol li,
#ksc_beerfes_event .inner .box ol li {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
}
#ksc_beerfes_otoku .inner .col-right > .box:first-of-type,
#ksc_beerfes_event .inner .col-right > .box:first-of-type {
  background: url("../images/bg_box_midium2.png") center center/100% 30px repeat-y;
}
#ksc_beerfes_otoku .inner .col-right > .box:first-of-type::before,
#ksc_beerfes_event .inner .col-right > .box:first-of-type::before {
  content: "";
  background: url("../images/bg_box_top2.png") center center/100% auto no-repeat;
}
#ksc_beerfes_otoku .inner .col-right > .box:first-of-type::after,
#ksc_beerfes_event .inner .col-right > .box:first-of-type::after {
  content: "";
  background: url("../images/bg_box_bottom2.png") center center/100% auto no-repeat;
}

#ksc_beerfes_otoku {
  padding: 0 0 15vw;
  background: url("../images/bg_otoku.webp") center center/385px 385px repeat;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku {
    padding: 0 0 9em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku {
    padding: 3vw 0 7em;
  }
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_otoku .inner {
    margin-top: 7em;
  }
}
#ksc_beerfes_otoku::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 65px;
  background: url("../images/border_otoku.png") center center/18px 65px repeat-x;
}
#ksc_beerfes_otoku .wrapper .titleBox {
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_otoku .wrapper .titleBox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_otoku .wrapper .titleBox h2 {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .wrapper .titleBox h2 {
    padding: 28px 0 0;
  }
}
#ksc_beerfes_otoku .wrapper .titleBox figure {
  max-width: 1102px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_otoku .wrapper .titleBox figure {
    max-width: 391px;
    left: -15px;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .wrapper .titleBox figure {
    max-width: 400px;
    top: -10px;
  }
}

#ksc_beerfes_event {
  background: #ddc394;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_event {
    padding: 0 0 7em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event {
    padding: 3vw 0 2em;
  }
}
#ksc_beerfes_event::before {
  content: "";
  position: absolute;
  top: -4.4vw;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2800/125;
  background: url("../images/border_event.png") center center/100% auto no-repeat;
}
#ksc_beerfes_event .inner {
  margin-top: 10em;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_event .inner {
    margin-top: 8em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event .wrapper {
    padding-top: 0;
    margin-top: -18px;
  }
}
#ksc_beerfes_event .wrapper .titleBox {
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_event .wrapper .titleBox {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_event .wrapper .titleBox h2 {
    padding: 86px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event .wrapper .titleBox h2 {
    padding: 100px 0 0;
  }
}
#ksc_beerfes_event .wrapper .titleBox figure {
  max-width: 1022px;
  margin: 0 0 0 14px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_event .wrapper .titleBox figure {
    max-width: 403px;
    left: -40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event .wrapper .titleBox figure {
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */