/* ----------------------------
about
---------------------------- */
.kvArea {
  position: relative;
}

.kvArea__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kvArea__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1921px) {
  .kvArea__img img {
    width: 100%;
  }
}

.mainArea {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .mainArea {
    padding-bottom: 150px;
  }
}

.mainBox {
  position: relative;
  padding-top: 150px;
}
.mainBox:first-child {
  padding-top: 160px;
}
.mainBox:nth-child(even) .boxWrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .mainBox {
    padding-top: 185px;
  }
  .mainBox:first-child {
    padding-top: 130px;
  }
  .mainBox:first-child .mainBox__title {
    top: 80px;
  }
  .mainBox:nth-child(odd) .mainBox__img, .mainBox:nth-child(even) .mainBox__img {
    padding: 0 0 7%;
  }
}

.boxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .boxWrap {
    display: block;
  }
}

.mainBox__img {
  max-width: 435px;
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .mainBox__img {
    max-width: none;
    width: 100%;
  }
}

.mainBox__img__main {
  padding-bottom: 10px;
}

.mainBox__column {
  max-width: 480px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mainBox__column {
    max-width: none;
    width: 100%;
  }
}

.mainBox__title {
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .mainBox__title {
    position: absolute;
    top: 100px;
    padding-bottom: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mainBox__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mainBox__sp__note {
    padding-top: 7%;
  }
}

/* ----------------------------
distillery
---------------------------- */
.page-distillery .mainArea {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-distillery .mainArea {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-distillery .mainBox:first-child {
    padding-top: 165px;
  }
  .page-distillery .mainBox:first-child .mainBox__title {
    top: 80px;
  }
}

.methodArea__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 250px;
}
.methodArea__list:after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .methodArea__list {
    display: block;
  }
  .methodArea__list:after {
    display: none;
  }
}

.methodArea__item {
  width: 31%;
}
.methodArea__item:nth-child(n+4) {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .methodArea__item {
    width: 100%;
  }
  .methodArea__item + .methodArea__item, .methodArea__item:nth-child(n+4) {
    padding-top: 50px;
  }
}

.methodArea__imgBox {
  position: relative;
  padding-bottom: 30px;
}

.methodArea__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 8px 5px;
  font-size: 19px;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .methodArea__label {
    font-size: 20px;
  }
}

.methodArea__banner {
  padding-bottom: 150px;
  text-align: center;
}
