/* 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;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

a:link,
a:visited {
  text-decoration: none;
  color: #535252;
}

a:hover,
a:active {
  text-decoration: none;
  color: #535252;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #535252;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #535252;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #535252;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

#ksc_main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a4433d;
  /*transform: rotate(0.05deg);*/
}
#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;
  }
}

*: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: #e5004f;
}

#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/400px auto repeat-x;
}
@media screen and (max-width: 768px) {
  #ksc_main h2.nyoro::after {
    margin: 0.3em auto 0;
  }
}

#ksc_beerfes_main {
  position: relative;
  z-index: 0;
  background: #ffe8a9;
  padding: 0 0 11vw;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main {
    padding: 0 0 13vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main {
    padding: 0 0 27vw;
  }
}
#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: 62.2%;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_header {
    max-width: 60%;
  }
}
@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: #00a5c5;
  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 > a {
  margin: 10px auto 0;
  display: block;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 > a {
    max-width: 460px;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 > a {
    width: 90%;
  }
}
#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: #e5004f;
  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: #e5004f;
}
@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 dl {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl {
    font-size: calc(1.171875vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl {
    font-size: 15px;
    width: 420px;
    margin: 1.5em auto 0;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl {
    width: 340px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dt {
  float: left;
  padding: 4px 12px;
  background: #a4433d;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 1em;
  width: 86px;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dt {
    font-size: calc(1.5625vw);
    width: calc(6.71875vw);
    padding: calc(0.3125vw) calc(0.9375vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dt {
    font-size: 20px;
    width: 86px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dt {
    font-size: 15px;
    width: 66px;
    padding: 2px 10px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dt:nth-of-type(2) {
  background: #00a5c5;
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dt:nth-of-type(3) {
  background: #e73a70;
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd {
  padding: 0.1em 0 0.3em 90px;
  font-size: 32px;
  font-weight: 800;
  vertical-align: middle;
  min-height: 35px;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd {
    font-size: calc(2.5vw);
    min-height: calc(2.734375vw);
    padding: 0.1em 0 0.3em calc(7.03125vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd {
    font-size: 32px;
    min-height: 35px;
    padding: 0.1em 0 0.3em 90px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd {
    font-size: 24px;
    min-height: 28px;
    padding: 0.1em 0 0.3em 70px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd::after {
  content: "";
  display: block;
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd .lo {
  font-size: 16px;
  margin-left: 0.3em;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd .lo {
    font-size: calc(1.25vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd .lo {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 dl dd .lo {
    font-size: 12px;
  }
}
#ksc_beerfes_main .box #ksc_beerfes_data .data2 .note {
  font-size: 14px;
  margin: 0.5em 0 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .box #ksc_beerfes_data .data2 .note {
    font-size: 10px;
    margin: -0.5em 0 0;
  }
}
#ksc_beerfes_main .nav {
  margin: 0.5em auto 0;
  transform: rotate(0.05deg);
  display: flex;
  justify-content: space-between;
  max-width: 1075px;
}
@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: 768px) {
  #ksc_beerfes_main .nav {
    margin: 2em auto 0;
  }
}
#ksc_beerfes_main .nav li {
  display: block;
  width: 340px;
  margin: 0.3em 0 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: #e5004f;
  font-weight: 500;
  background: #fff;
  padding: 0.4em 1em;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #e5004f;
}
#ksc_beerfes_main .nav:nth-of-type(1) li {
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_main .nav:nth-of-type(1) li {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_main .nav:nth-of-type(1) li {
    width: 90%;
  }
}
#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;
  background: #ffead7;
  padding: 0 0 17vw;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist {
    padding: 0 0 22vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist {
    padding: 0 0 27vw;
  }
}
#ksc_beerfes_shoplist::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 13vw;
  background: #ffead7;
  transform-origin: top left;
  transform: skewY(3deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist::before {
    transform: skewY(9deg);
    top: -17vw;
    height: 17vw;
  }
}
#ksc_beerfes_shoplist .wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 8px 60px 0;
  position: relative;
  z-index: 1;
  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;
  }
}
#ksc_beerfes_shoplist .list1 {
  position: relative;
  transform: rotate(0.05deg);
  background: #fff;
  border-radius: 2.5em;
  margin: 2em 0 0;
  padding: 3em 2em 5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#ksc_beerfes_shoplist .list1::before {
  content: "";
  position: absolute;
  top: -215px;
  right: 15px;
  width: 233px;
  height: auto;
  aspect-ratio: 233/191;
  background: url("../images/illust_brewery.svg") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1::before {
    top: -23vw;
    width: 20vw;
    right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1::before {
    width: 24vw;
  }
}
#ksc_beerfes_shoplist .list1 .title {
  position: relative;
  font-size: 31px;
  font-weight: 800;
  margin: 0 0 0 -0.1em;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title {
    font-size: 24px;
    margin: 0 0 0 0.1em;
    padding: 0 0 0 45px;
  }
}
#ksc_beerfes_shoplist .list1 .title::before {
  position: absolute;
  top: -0.35em;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 30/44;
  background: url("../images/icon_brewery.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title::before {
    width: 32px;
    top: -0.4em;
  }
}
#ksc_beerfes_shoplist .list1 .title:nth-of-type(2) {
  margin: 2em 0 0;
  padding: 0 0 0 55px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title:nth-of-type(2) {
    padding: 0 0 0 70px;
  }
}
#ksc_beerfes_shoplist .list1 .title:nth-of-type(2)::before {
  top: 0em;
  width: 46px;
  aspect-ratio: 46/27;
  background: url("../images/icon_food.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .title:nth-of-type(2)::before {
    width: 60px;
    top: -5px;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner {
    margin-top: 0;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 2.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list {
    display: block;
    margin-top: 2em;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item {
  display: block;
  width: 30.6666666667%;
  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 0 2em;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover {
  opacity: 1;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4em;
  height: 2px;
  background: #e5004f;
  transition: transform 0.3s ease;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #e5004f;
  border-bottom: 2px solid #e5004f;
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
  z-index: 1;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover::after {
  transform: translateY(4px);
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover::before {
  transform: translateX(-50%) translateY(4px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover::after {
    transform: none;
  }
  #ksc_beerfes_shoplist .list1 .list1_inner .list .list-item:hover::before {
    transform: translateX(-50%) rotate(-45deg);
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-label {
  display: inline-block;
  margin-bottom: 0.4em;
  width: 120px;
  text-align: center;
  padding: 0.2em 0.8em;
  background: #e95504;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list .list-item .list-text {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
}
@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 .note {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 14px;
  color: #f7931e;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list.list--food {
  column-gap: 2%;
}
#ksc_beerfes_shoplist .list1 .list1_inner .list.list--food .list-item {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list.list--food .list-item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner .list.list--food .list-item {
    width: 100%;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner .list.list--food .list-label {
  background: #f6bfd7;
  color: #a4433d;
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list {
  display: flex;
  align-items: flex-start;
  column-gap: 8%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list {
    display: block;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #a4433d 3px, transparent 3px);
  background-size: 6px 14px;
  background-repeat: repeat-y;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list {
    display: block;
  }
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list::after {
    display: none;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list {
  flex: 1;
  min-width: 0;
  width: auto;
  align-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list {
    width: 100%;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list .title {
  text-align: center;
  background: #e95504;
  color: #fff;
  font-size: 20px;
  width: 100%;
  flex: 0 0 100%;
  padding: 0.5em 0;
  border-radius: 10px;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list .title {
    margin-bottom: 1em;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list .title::before {
  content: none;
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list .list-item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list .list-item {
    width: 100%;
  }
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list:nth-of-type(2) .title {
  background: #ffe100;
  color: #a4433d;
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list:nth-of-type(2) .list-label {
  background: #ffe100;
  color: #a4433d;
}
#ksc_beerfes_shoplist .list1 .list1_inner.brewery_list .list:nth-of-type(2) {
  /*@include mq-down(s) {
      &::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;
      }
  }*/
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 {
    margin: 0 10px;
  }
}
#ksc_beerfes_shoplist .list2 > .title {
  position: relative;
  margin-top: 3em;
  font-size: 28px;
  background: #e95504;
  color: #fff;
  border-radius: 10px;
  padding: 0.7em 0;
  font-weight: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 > .title {
    font-size: 23px;
    padding: 0.5em 0;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner {
  margin: 3em 0 0;
  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: 0em 0 0;
  }
}
#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: 2.5em 0 0;
    max-width: 100%;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea {
  position: relative;
  z-index: 0;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .icon {
  color: #fff;
  position: absolute;
  top: -18px;
  left: -13px;
  width: 76px;
  height: 76px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 1em;
  background: url("../images/icon_breweryA.svg") no-repeat center center/100% auto;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .icon br {
  display: none;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .icon span {
  font-size: 41px;
  line-height: 1;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox {
  position: absolute;
  top: 3px;
  right: 3.5%;
  z-index: 1;
  width: 54px;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox {
    width: calc(4.21875vw);
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox {
    right: 1%;
    max-width: 54px;
    width: calc(11.71875vw);
    top: 5px;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .iconBox figure {
  display: block;
  margin: 0 0 5px;
}
#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;
  display: flex;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .areanote .area {
  vertical-align: middle;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
  background: #e95504;
  border-radius: 999px;
  min-width: 120px;
  z-index: 1;
  color: #fff;
  white-space: nowrap;
}
#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.2em 1.5em 0.2em 2.5em;
  margin: 0 0 0 -2em;
  color: #f7931e;
  background: #fff;
  line-height: 1.3em;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .img {
  position: relative;
  width: 97%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list2 .list2_inner .imgarea .img {
    width: 100%;
  }
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .img img {
  position: relative;
  z-index: 1;
}
#ksc_beerfes_shoplist .list2 .list2_inner .imgarea .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f7c4aa;
  position: absolute;
  top: 3%;
  right: -3%;
  z-index: 0;
}
#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 {
  margin: 1.7em 0 0;
  font-size: 16px;
  line-height: 1.3em;
  color: #8c7373;
}
#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:nth-of-type(2) .imgarea .areanote .area {
  background: #f6bfd7;
}
#ksc_beerfes_shoplist .list2 .list2_inner:nth-of-type(2) .imgarea .img::after {
  background: #f7dae8;
}
#ksc_beerfes_shoplist .list2 .list2_inner:nth-of-type(2) .icon {
  color: #fff;
  position: absolute;
  top: -18px;
  left: -13px;
  width: 76px;
  height: 76px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 1em;
  background: url("../images/icon_beer2.svg") no-repeat center center/100% auto;
}
#ksc_beerfes_shoplist .list2 .list2_inner:nth-of-type(2) .icon br {
  display: none;
}
#ksc_beerfes_shoplist .list2 .list2_inner:nth-of-type(2) .icon span {
  font-size: 41px;
  line-height: 1;
}
#ksc_beerfes_shoplist .list2.list2_b > .title {
  background: #ffe100;
  color: #a4433d;
}
#ksc_beerfes_shoplist .list2.list2_b .list2_inner .imgarea .icon {
  color: #a4433d;
  background: url("../images/icon_breweryB.svg") no-repeat center center/100% auto;
}
#ksc_beerfes_shoplist .list2.list2_b .list2_inner .imgarea .areanote .area {
  background: #ffe100;
  color: #a4433d;
}
#ksc_beerfes_shoplist .list2.list2_b .list2_inner .imgarea .img::after {
  background: #ffeb76;
}
#ksc_beerfes_shoplist .list2.list2_b .list2_inner:nth-of-type(2) .imgarea .icon {
  background: none;
}
#ksc_beerfes_shoplist .list2.list2_b .list2_inner:nth-of-type(2) .imgarea .areanote .area {
  background: #f6bfd7;
}
#ksc_beerfes_shoplist .list2.list2_b .list2_inner:nth-of-type(2) .imgarea .img::after {
  background: #f7dae8;
}

#ksc_beerfes_otoku,
#ksc_beerfes_event {
  position: relative;
  background: #ed9688;
  padding: 0 0 16em;
}
@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 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: #e5004f;
  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 #e5004f;
  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::before,
#ksc_beerfes_event::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 13vw;
  background: #ed9688;
  transform-origin: top right;
  transform: skewY(-4deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku::before,
  #ksc_beerfes_event::before {
    top: -17vw;
    height: 17vw;
    transform: skewY(-9deg);
  }
}
#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: 4em;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner,
  #ksc_beerfes_event .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .inner,
  #ksc_beerfes_event .inner {
    margin-top: 2em;
  }
}
#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: 676px;
}
#ksc_beerfes_otoku .inner .col-left,
#ksc_beerfes_event .inner .col-left {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@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: 2em;
}
@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 {
  transform: rotate(0.05deg);
  text-align: left;
  padding: 1.5em 1.5em 3em;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .inner .box,
  #ksc_beerfes_event .inner .box {
    max-width: 564px;
    margin: 0 auto 2em;
  }
}
#ksc_beerfes_otoku .inner .box a,
#ksc_beerfes_event .inner .box a {
  text-decoration: underline;
}
#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 .img figcaption,
#ksc_beerfes_event .inner .box .imgarea .img figcaption {
  font-size: 12px;
  line-height: 1.4em;
  margin: 0.5em 0 0;
  text-align: center;
}
#ksc_beerfes_otoku .inner .box .imgarea .imgL img,
#ksc_beerfes_event .inner .box .imgarea .imgL img {
  max-width: 300px;
}
#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 .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 dl,
#ksc_beerfes_event .inner .box dl {
  display: grid;
  grid-template-columns: 2.1fr 3.8fr; /*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 .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 .col-center .box dl,
#ksc_beerfes_event .inner .col-center .box dl {
  grid-template-columns: 1.4fr 3.8fr;
}

#ksc_beerfes_otoku .wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 75px;
  width: 181px;
  height: auto;
  aspect-ratio: 181/184;
  background: url("../images/illust_otoku1.svg") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .wrapper::before {
    left: 5vw;
    width: 23vw;
    max-width: 181px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .wrapper::before {
    left: 2vw;
  }
}
#ksc_beerfes_otoku .wrapper::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 75px;
  width: 187px;
  height: auto;
  aspect-ratio: 187/181;
  background: url("../images/illust_otoku2.svg") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_otoku .wrapper::after {
    right: 5vw;
    width: 24vw;
    max-width: 187px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_otoku .wrapper::after {
    top: -1vw;
    right: 1vw;
  }
}

#ksc_beerfes_event {
  background: #f7d25c;
}
@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: -10vw;
  left: 0;
  width: 100%;
  height: 13vw;
  background: #f7d25c;
  transform-origin: top left;
  transform: skewY(3deg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event::before {
    transform: skewY(9deg);
    top: -17vw;
    height: 17vw;
  }
}
#ksc_beerfes_event .wrapper h2.nyoro {
  color: #a4433d;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event .wrapper h2.nyoro {
    margin-top: 30px;
  }
}
#ksc_beerfes_event .wrapper::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 70px;
  width: 187px;
  height: auto;
  aspect-ratio: 187/182;
  background: url("../images/illust_event1.svg") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_event .wrapper::before {
    left: -3px;
    width: 25vw;
    max-width: 187px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event .wrapper::before {
    left: -1vw;
    width: 25vw;
    top: -5vw;
  }
}
#ksc_beerfes_event .wrapper::after {
  content: "";
  position: absolute;
  top: -110px;
  right: 75px;
  width: 163px;
  height: auto;
  aspect-ratio: 163/205;
  background: url("../images/illust_event2.svg") 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_event .wrapper::after {
    right: 5vw;
    width: 22vw;
    max-width: 163px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_event .wrapper::after {
    right: 1vw;
    top: 0vw;
  }
}/*# sourceMappingURL=style.css.map */