/* 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;
  color: #663b34;
  font-family: "rounded mplus 1c", serif;
  font-weight: 400;
  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: #663b34;
}
#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;
}

#ksc_main a.btnInstagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  min-height: 2.6em;
  padding: 0.55em 1.4em 0.55em 1.15em;
  color: #fff;
  background: #bc6c25;
  border-radius: 999px;
  font-weight: 400;
  line-height: 1.2;
  word-break: keep-all;
}
#ksc_main a.btnInstagram::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 1.25em;
  background: url("../images/Instagram_Glyph_White.svg") no-repeat center center/contain;
}
#ksc_main a.btnInstagram:link, #ksc_main a.btnInstagram:visited, #ksc_main a.btnInstagram:hover, #ksc_main a.btnInstagram:active {
  color: #fff;
}

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_craft_main {
  position: relative;
  z-index: 0;
  background: #fcbea9;
  padding: 0 0 12vw;
}
@media screen and (max-width: 1280px) {
  #ksc_craft_main {
    padding: 0 0 13vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_craft_main {
    padding: 0 0 17vw;
  }
}
#ksc_craft_main .wrapper {
  margin: -8px auto 0;
  max-width: 1382px;
  padding: 0 60px 0;
}
@media screen and (max-width: 1280px) {
  #ksc_craft_main .wrapper {
    padding: 0 calc(4.6875vw) 0;
  }
}
@media screen and (max-width: 768px) {
  #ksc_craft_main .wrapper {
    margin: -5px auto 0;
    padding: 0 0 0;
  }
}
#ksc_craft_main #ksc_craft_header {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #ksc_craft_main #ksc_craft_header {
    padding: 0;
  }
}
#ksc_craft_main .ksc_craft_mainvisual {
  position: relative;
}
#ksc_craft_main .main_banner {
  position: absolute;
  top: 35px;
  right: 60px;
  width: 210px;
  height: auto;
  z-index: 5;
}
@media (max-width: 1400px) {
  #ksc_craft_main .main_banner {
    width: 15vw;
    top: 2.5vw;
    right: 4.2vw;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_craft_main .main_banner {
    width: 22vw;
    top: 3.58vw;
    right: 5.1vw;
  }
}
#ksc_craft_main .box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: -150px;
}
@media screen and (max-width: 1280px) {
  #ksc_craft_main .box {
    gap: calc(2.34375vw);
  }
}
@media screen and (max-width: 1000px) {
  #ksc_craft_main .box {
    display: block;
    margin-top: -29vw;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_craft_main .box {
    margin-top: -34vw;
  }
}
#ksc_craft_main .box .ksc_craft_data {
  max-width: 397px;
  margin-left: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 1280px) {
  #ksc_craft_main .box .ksc_craft_data {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_craft_main .box .ksc_craft_data {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_craft_main .box .ksc_craft_data {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
}
#ksc_craft_main .box .ksc_craft_text {
  transform: rotate(0.05deg);
  width: 770px;
}
@media screen and (max-width: 1280px) {
  #ksc_craft_main .box .ksc_craft_text {
    margin: 3em auto 0;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_craft_main .box .ksc_craft_text {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ksc_craft_main .box .ksc_craft_text {
    margin: 8vw 20px 0;
    width: auto;
  }
}
#ksc_craft_main .box .ksc_craft_text p {
  font-size: 22px;
  text-align: left;
  margin: 0 0 1em;
  font-weight: 400;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  #ksc_craft_main .box .ksc_craft_text p {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  #ksc_craft_main .box .ksc_craft_text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_craft_main .box .ksc_craft_text p {
    font-size: 18px;
  }
}
#ksc_craft_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_craft_main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/138;
  background: url("../images/border_main.png") no-repeat center center/100% auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #ksc_craft_main::after {
    aspect-ratio: 390/64;
    background: url("../images/border_main_sp.png") no-repeat center center/100% auto;
  }
}

#ksc_beerfes_shoplist {
  position: relative;
  background: #ffead7;
  padding: 0 0 3vw;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist {
    padding: 0 0 10vw;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist {
    padding: 0 0 18vw;
  }
}
#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 .wrapper > .maintitle {
  max-width: 326px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .wrapper > .maintitle {
    width: 67%;
    margin: 5vw auto 18px;
  }
}
#ksc_beerfes_shoplist .wrapper > .maintext {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .wrapper > .maintext {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list {
    margin: 0 10px;
  }
}
#ksc_beerfes_shoplist .list .list_inner {
  margin: 3em 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3%;
  row-gap: 2.5em;
}
@media screen and (max-width: 1280px) {
  #ksc_beerfes_shoplist .list .list_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 .list .list_inner {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin: 0em 0 0;
  }
}
#ksc_beerfes_shoplist .list .list_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 .list .list_inner .listBox {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list .list_inner .listBox {
    padding: 2.5em 0 0;
    max-width: 100%;
  }
}
#ksc_beerfes_shoplist .list .list_inner .imgarea {
  position: relative;
  z-index: 0;
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .icon {
  position: absolute;
  left: -2.5%;
  bottom: 10px;
  z-index: 1;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list .list_inner .imgarea .icon {
    bottom: 1vw;
    width: 30vw;
    height: auto;
  }
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .note {
  position: absolute;
  top: 92%;
  left: -2.5%;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  align-items: center;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list .list_inner .imgarea .note {
    bottom: -4vw;
    font-size: 2.5vw;
  }
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .note .item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  background: #eac675;
  border-radius: 20px;
  min-width: 140px;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list .list_inner .imgarea .note .item {
    border-radius: 10px;
    min-width: auto;
    width: 30vw;
  }
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .iconBox {
  position: absolute;
  top: -5px;
  right: -1.2%;
  z-index: 1;
  width: 54px;
}
@media screen and (max-width: 1000px) {
  #ksc_beerfes_shoplist .list .list_inner .imgarea .iconBox {
    width: calc(5.46875vw);
  }
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list .list_inner .imgarea .iconBox {
    right: -2.5%;
    max-width: 54px;
    width: calc(11.71875vw);
    top: -2vw;
  }
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .iconBox figure {
  display: block;
  margin: 0 0 5px;
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .img {
  position: relative;
  width: 100%;
  z-index: 0;
}
#ksc_beerfes_shoplist .list .list_inner .imgarea .img img {
  position: relative;
  z-index: 1;
}
#ksc_beerfes_shoplist .list .list_inner .textarea {
  margin: 1.5em 0 0;
}
#ksc_beerfes_shoplist .list .list_inner .textarea h3.title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #ksc_beerfes_shoplist .list .list_inner .textarea h3.title {
    font-size: 22px;
  }
}
#ksc_beerfes_shoplist .list .list_inner .textarea .catch {
  font-size: 18px;
  font-weight: 800;
  color: #e5004f;
  line-height: 1.3;
  margin: 0.7em 0 0;
}
#ksc_beerfes_shoplist .list .list_inner .textarea .text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0.4em 0 0;
}
#ksc_beerfes_shoplist .list .list_inner .textarea ul {
  margin: 1.7em 0 0;
  font-size: 16px;
  line-height: 1.3em;
  color: #8c7373;
}
#ksc_beerfes_shoplist .list .list_inner .textarea ul li {
  position: relative;
  padding: 0 0 0.3em 1.3em;
}
#ksc_beerfes_shoplist .list .list_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 .list .list_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 .list .list_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 .list .list_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 .list .list_inner .textarea ul li .note {
  display: block;
  margin-top: 0.3em;
  font-size: 14px;
}
#ksc_beerfes_shoplist .list .list_inner:nth-of-type(2) .imgarea .areanote .area {
  background: #f6bfd7;
}
#ksc_beerfes_shoplist .list .list_inner:nth-of-type(2) .imgarea .img::after {
  background: #f7dae8;
}
#ksc_beerfes_shoplist .list .list_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 .list .list_inner:nth-of-type(2) .icon br {
  display: none;
}
#ksc_beerfes_shoplist .list .list_inner:nth-of-type(2) .icon span {
  font-size: 41px;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */
