@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@1,75..100,500&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: inline-block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li:nth-of-type(10)::before {
  content: "10";
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #C32D28;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.04em;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.fv .single-fv-block-outline-txt {
  -webkit-line-clamp: 3;
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}
.m-articleContents__box__inner ul li,
.m-articleContents__box__inner ol li {
  list-style: none;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}

.brown-tit {
  position: relative;
  color: #212121;
  background: #EAE1D6;
  border: 1px solid #212121;
  font-size: 22px !important;
  font-weight: 700;
  max-width: 793px;
  line-height: 1 !important;
  padding: 22px 34px 27px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .brown-tit {
    font-size: 16px !important;
    letter-spacing: normal !important;
    padding: 14px 22px;
  }
}
.brown-tit::before {
  content: "";
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 781px;
  height: 68px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .brown-tit::before {
    bottom: -5px;
    right: -5px;
    width: 98%;
    height: 100%;
  }
}
.brown-tit span {
  color: #fff;
  background: #B93930;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  padding: 2px 11px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .brown-tit span {
    font-size: 12px;
    display: inline-block;
    padding: 5px 14px;
    margin: 8px 0 0;
  }
}
.brown-tit + * {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .brown-tit + * {
    margin-top: 18px;
  }
}

.brown-box {
  background: #48352E;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .brown-box {
    padding: 20px 15px;
  }
}
.brown-box__tit {
  position: relative;
  color: #fff;
  background: #362A25;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  padding: 20px 60px;
}
@media screen and (max-width: 640px) {
  .brown-box__tit {
    font-size: 16px !important;
    padding: 14px 42px 17px;
  }
}
.brown-box__tit::before {
  content: "";
  background: url(../uploads/whisky-kengaku_brown-box-flag.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 14px;
  width: 28px;
  height: 47px;
}
@media screen and (max-width: 640px) {
  .brown-box__tit::before {
    left: 10px;
    width: 21px;
    height: 38px;
  }
}
.brown-box__mv {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .brown-box__mv {
    margin-top: 16px;
  }
}
.brown-box__mv-txt {
  color: #fff;
  font-size: 13px !important;
  line-height: 1.69 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .brown-box__mv-txt {
    line-height: 1.38 !important;
    margin-top: 16px;
  }
}
.brown-box__txt {
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .brown-box__txt {
    margin-top: 16px;
  }
}
.brown-box__list li {
  position: relative;
  color: #fff;
  background: #362A25;
  font-weight: 700;
  line-height: 1.33 !important;
}
.brown-box__list li::before {
  content: "";
  border-style: solid;
  border-top: 0;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #775b50;
  border-left: 13px solid transparent;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.brown-box__img {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .brown-box__img {
    margin-top: 20px;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-wrap__item {
  width: 48.75%;
}
@media screen and (max-width: 640px) {
  .flex-wrap__item {
    width: 100%;
  }
}

.info-box {
  background: #F7F4F2;
  border: 2px solid #CCC8C7;
  border-radius: 4px;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .info-box {
    border-radius: 2px;
    padding: 24px 12px;
  }
}
.info-box__tit {
  position: relative;
  color: #fff;
  background: #48352E;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 40px;
  display: inline-block;
  max-width: 158px;
  width: 100%;
  padding: 9px 0 11px;
}
@media screen and (max-width: 640px) {
  .info-box__tit {
    font-size: 16px !important;
    max-width: none;
    width: 45%;
    padding: 8px 0 10px;
  }
}
.info-box__name {
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .info-box__name {
    margin-top: 10px;
  }
}
.info-box__address {
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .info-box__address {
    margin-top: 4px;
  }
}
.info-box__link {
  font-weight: 700;
  margin-top: 10px;
}
.info-box__note {
  font-size: 13px !important;
  margin-top: 8px;
}
.info-box__img {
  max-width: 558px;
  margin: -18px auto 0;
}
@media screen and (max-width: 640px) {
  .info-box__img {
    max-width: none;
    margin: 16px auto 0;
  }
}
.info-box__tel {
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 12px;
}
.info-box__time {
  font-size: 14px !important;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .info-box__time {
    font-size: 13px !important;
  }
}

.step-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .step-tit {
    gap: 10px;
  }
}
.step-tit__ico {
  color: #fff;
  background: #7B3300;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 40px;
  max-width: 108px;
  width: 100%;
  padding: 11px 0;
}
@media screen and (max-width: 640px) {
  .step-tit__ico {
    font-size: 15px !important;
    max-width: none;
    width: 30%;
    padding: 8px 0;
  }
}
.step-tit__txt {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border-bottom: 3px dotted #D9884E;
}
@media screen and (max-width: 640px) {
  .step-tit__txt {
    font-size: 16px !important;
    border-bottom: 2px dotted #D9884E;
  }
}

.step-top-txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .step-top-txt {
    margin-top: 10px;
  }
}

.recommend {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .recommend {
    margin-top: 48px;
  }
}
.recommend__tit + .brown-tit {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .recommend__tit + .brown-tit {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .recommend .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
}
.recommend .brown-tit {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .recommend .brown-tit {
    margin-top: 24px;
  }
}
.recommend .brown-box {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .recommend .brown-box {
    margin-top: 30px;
  }
}
.recommend .brown-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .recommend .brown-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 16px;
  }
}
.recommend .brown-box__list li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  padding: 32px 16px;
}
@media screen and (max-width: 640px) {
  .recommend .brown-box__list li {
    font-size: 15px;
    line-height: 1.46 !important;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 20px;
  }
}

.procedure {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .procedure {
    margin-top: 48px;
  }
}
.procedure__duration {
  color: #fff;
  background: #362A25;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 40px;
  max-width: 468px;
  padding: 10px 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .procedure__duration {
    font-size: 14px !important;
    max-width: none;
    padding: 7px 0;
    margin: 40px auto 0;
  }
}
.procedure__list {
  position: relative;
  max-width: 474px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .procedure__list {
    max-width: none;
    margin: 24px auto 0;
  }
}
.procedure__list::before {
  content: "";
  background: #B59782;
  position: absolute;
  top: 0;
  left: 26px;
  width: 10px;
  height: 94%;
}
@media screen and (max-width: 640px) {
  .procedure__list::before {
    left: 19px;
    width: 8px;
  }
}
.procedure__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.procedure__list li:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .procedure__list li:not(:first-child) {
    margin-top: 24px;
  }
}
.procedure__list__num {
  width: 13.5%;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
@media screen and (max-width: 640px) {
  .procedure__list__num {
    max-width: 45px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.procedure__list__body {
  width: 84.5%;
}
@media screen and (max-width: 640px) {
  .procedure__list__body {
    width: 84%;
  }
}
.procedure__list__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border-bottom: 3px dotted #D6C334;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .procedure__list__tit {
    font-size: 16px !important;
    border-bottom: 2px dotted #D6C334;
  }
}
.procedure__list__txt {
  line-height: 1.75 !important;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .procedure__list__txt {
    line-height: 1.57 !important;
    margin-top: 8px;
  }
}
.procedure .brown-tit {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .procedure .brown-tit {
    margin-top: 32px;
  }
}
.procedure__name {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  border-bottom: 1px solid #212121;
  padding-bottom: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .procedure__name {
    font-size: 16px !important;
    line-height: 1.375 !important;
    padding-bottom: 10px;
    margin-top: 16px;
  }
}
.procedure__name-txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .procedure__name-txt {
    margin-top: 16px;
  }
}
.procedure .info-box {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .procedure .info-box {
    margin-top: 20px;
  }
}

.step-01 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .step-01 {
    margin-top: 40px;
  }
}
.step-01__wrap {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .step-01__wrap {
    margin-top: 16px;
  }
}
.step-01__wrap__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  position: absolute;
  top: 84px;
  right: 0;
  max-width: 269px;
}
@media screen and (max-width: 640px) {
  .step-01__wrap__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    position: static;
    max-width: none;
    margin-top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .step-01__sp-img {
    margin-top: 16px;
  }
}

.step-02 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .step-02 {
    margin-top: 60px;
  }
}
.step-02__wrap {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .step-02__wrap {
    margin-top: 16px;
  }
}
.step-02__wrap__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  position: absolute;
  bottom: 13px;
  left: 0;
  max-width: 352px;
}
@media screen and (max-width: 640px) {
  .step-02__wrap__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    position: static;
    max-width: none;
    margin-top: 18px;
  }
}

.step-03 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .step-03 {
    margin-top: 60px;
  }
}
.step-03__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .step-03__img {
    margin-top: 16px;
  }
}
.step-03__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .step-03__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    margin-top: 14px;
  }
}

.step-04 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .step-04 {
    margin-top: 60px;
  }
}
.step-04__wrap {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .step-04__wrap {
    margin-top: 10px;
  }
}
.step-04__wrap__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .step-04__wrap__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
  }
}
.step-04__wrap__txt--01 {
  top: 58px;
  right: 0;
  max-width: 220px;
}
@media screen and (max-width: 640px) {
  .step-04__wrap__txt--01 {
    font-size: clamp(14px, 3.733vw, 24px) !important;
    top: auto;
    bottom: 5%;
    right: auto;
    left: 0%;
    max-width: none;
    width: 52%;
  }
}
.step-04__wrap__txt--02 {
  bottom: 0;
  right: 0;
  max-width: 464px;
}
@media screen and (max-width: 640px) {
  .step-04__wrap__txt--02 {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}
.step-04__wrap + .step-04__wrap {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .step-04__wrap + .step-04__wrap {
    margin-top: 16px;
  }
}

.step-05 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .step-05 {
    margin-top: 60px;
  }
}
.step-05__img {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .step-05__img {
    margin-top: 16px;
  }
}
.step-05__img-txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .step-05__img-txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
  }
}
.step-05__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .step-05__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
}
.step-05__wrap__item {
  width: 32.5%;
}
@media screen and (max-width: 640px) {
  .step-05__wrap__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .step-05__wrap__img {
    width: 42%;
  }
}
.step-05__wrap__txt {
  font-size: 15px !important;
  line-height: 1.33 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .step-05__wrap__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    letter-spacing: normal !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.step-05 .brown-box {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .step-05 .brown-box {
    margin-top: 30px;
  }
}

.step-06 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .step-06 {
    margin-top: 60px;
  }
}
.step-06__img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .step-06__img {
    margin-top: 4px;
  }
}
.step-06__img + .step-06__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .step-06__img + .step-06__img {
    margin-top: 12px;
  }
}
.step-06__list {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .step-06__list {
    margin-top: 6px;
  }
}
.step-06__list > li {
  background: #F8EFE9;
  padding: 20px 24px 24px;
}
@media screen and (max-width: 640px) {
  .step-06__list > li {
    padding: 16px 14px;
  }
}
.step-06__list > li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .step-06__list > li:not(:first-child) {
    margin-top: 6px;
  }
}
.step-06__list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .step-06__list__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.step-06__list__ico {
  max-width: 36px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .step-06__list__ico {
    max-width: 34px;
    width: 12%;
  }
}
.step-06__list__tit {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.33 !important;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .step-06__list__tit {
    font-size: 16px !important;
    line-height: 1.25 !important;
    width: 84%;
    margin-right: 0;
  }
}
.step-06__list__alcohol {
  color: #B84E00;
  background: #fff;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 40px;
  padding: 6px 10px;
}
@media screen and (max-width: 640px) {
  .step-06__list__alcohol {
    font-size: 10px !important;
    padding: 6px 12px;
    margin: 6px 0 0 44px;
  }
}
.step-06__list__detail {
  margin-top: 10px;
}
.step-06__list__detail li {
  font-size: 15px;
  line-height: 1.6 !important;
  padding: 0 0 0 44px;
}
@media screen and (max-width: 640px) {
  .step-06__list__detail li {
    font-size: 14px;
    line-height: 1.57 !important;
    padding: 0;
  }
}
.step-06 .brown-box {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .step-06 .brown-box {
    margin-top: 24px;
  }
}
.step-06 .brown-box__list {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .step-06 .brown-box__list {
    margin-top: 16px;
  }
}
.step-06 .brown-box__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 42px 34px 28px;
}
@media screen and (max-width: 640px) {
  .step-06 .brown-box__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
.step-06 .brown-box__list li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .step-06 .brown-box__list li:not(:first-child) {
    margin-top: 6px;
  }
}
.step-06 .brown-box__list__tit {
  font-size: 18px !important;
  width: 34%;
}
@media screen and (max-width: 640px) {
  .step-06 .brown-box__list__tit {
    font-size: 15px !important;
    text-align: center;
    width: 100%;
  }
}
.step-06 .brown-box__list__txt {
  font-weight: 400;
  line-height: 1.5 !important;
  width: 63%;
}
@media screen and (max-width: 640px) {
  .step-06 .brown-box__list__txt {
    line-height: 1.57 !important;
    letter-spacing: normal;
    width: 100%;
    margin-top: 10px;
  }
}

.food-menu {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .food-menu {
    margin-top: 48px;
  }
}
.food-menu__wrap {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .food-menu__wrap {
    margin-top: 30px;
  }
}
.food-menu__wrap__txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 472px;
}
@media screen and (max-width: 640px) {
  .food-menu__wrap__txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    position: static;
    max-width: none;
    margin-top: 12px;
  }
}
@media screen and (max-width: 640px) {
  .food-menu__wrap__img {
    margin-top: 16px;
  }
}
.food-menu__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .food-menu__img {
    margin-top: 24px;
  }
}
.food-menu__img-txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .food-menu__img-txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    margin-top: 16px;
  }
}
.food-menu .info-box {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .food-menu .info-box {
    padding: 24px 12px 20px;
    margin-top: 20px;
  }
}
.food-menu .info-box__name {
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .food-menu .info-box__name {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin-top: 16px;
  }
}
.food-menu .info-box__note {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .food-menu .info-box__note {
    line-height: 1.38;
    margin-top: 6px;
  }
}

.spotlight {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .spotlight {
    margin-top: 48px;
  }
}
.spotlight__top-txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .spotlight__top-txt {
    margin-top: 16px;
  }
}
.spotlight .brown-tit {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .spotlight .brown-tit {
    text-align: center;
    padding: 14px 18px;
    margin-top: 20px;
  }
}
.spotlight__img-txt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .spotlight__img-txt {
    font-size: 14px !important;
    line-height: 1.57 !important;
    margin-top: 16px;
  }
}
.spotlight .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px 12px 20px;
    margin-top: 20px;
  }
}
.spotlight .info-box__img {
  max-width: none;
  width: 49.5%;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__img {
    width: 100%;
    margin: 20px 0 0;
  }
}
.spotlight .info-box__img-txt {
  font-size: 14px !important;
  line-height: 1.42 !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__img-txt {
    font-size: 13px !important;
    line-height: 1.38 !important;
  }
}
.spotlight .info-box__body {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__body {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }
}
.spotlight .info-box__tit {
  text-align: center;
}
.spotlight .info-box__name {
  margin: 16px 0 0 12px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__name {
    font-size: 16px !important;
    margin: 10px 0 0;
  }
}
.spotlight .info-box__address {
  margin: 0 0 0 12px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__address {
    margin: 4px 0 0;
  }
}
.spotlight .info-box__txt {
  margin: 16px 0 0 12px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__txt {
    margin: 16px 0 0;
  }
}
.spotlight .info-box__link {
  margin: 0px 0 0 12px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box__link {
    margin: 4px 0 0;
  }
}
.spotlight .info-box + .brown-tit {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .spotlight .info-box + .brown-tit {
    margin-top: 44px;
  }
}

.how-to {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .how-to {
    margin-top: 60px;
  }
}
.how-to__top-img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .how-to__top-img {
    margin-top: 20px;
  }
}
.how-to__head {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border-bottom: 1px solid #212121;
  padding-bottom: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .how-to__head {
    font-size: 16px !important;
    line-height: 1.375 !important;
    margin-top: 20px;
  }
}
.how-to__head-txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .how-to__head-txt {
    margin-top: 16px;
  }
}
.how-to__common-point {
  background: #FFF4A3;
  padding: 44px 40px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .how-to__common-point {
    padding: 32px 20px;
    margin-top: 20px;
  }
}
.how-to__common-point__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border-bottom: 2px solid #212121;
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .how-to__common-point__tit {
    font-size: 18px !important;
    line-height: 1.22 !important;
    text-align: center;
    padding-bottom: 12px;
  }
}
.how-to__common-point__tit span {
  position: relative;
  font-style: italic;
  display: inline-block;
}
.how-to__common-point__tit span::before {
  content: "";
  background: url(../uploads/whisky-kengaku_how-to-point-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 38px;
  height: 23px;
}
@media screen and (max-width: 640px) {
  .how-to__common-point__tit span::before {
    top: -14px;
    right: -22px;
  }
}
.how-to__common-point__list {
  margin-top: 16px;
}
.how-to__common-point__list li {
  font-size: 16px;
  line-height: 1.875 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .how-to__common-point__list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}
.how-to__item {
  border-top: 1px solid #CECECE;
  padding-top: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .how-to__item {
    padding-top: 40px;
    margin-top: 50px;
  }
}
.how-to__item--top {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .how-to__item--top {
    margin-top: 30px;
  }
}
.how-to__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .how-to__item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.how-to__item__top-img {
  width: 48.75%;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-img {
    width: 100%;
  }
}
.how-to__item__top-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.how-to__item__top-head {
  border-bottom: 2px solid #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-head {
    border-bottom: none;
    padding-left: 0;
    margin-top: 0;
  }
}
.how-to__item__top-num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 86px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  margin-right: 14px;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-num {
    font-size: 56px !important;
    letter-spacing: -0.06em !important;
    margin-right: 12px;
  }
}
.how-to__item__top-name {
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1.25 !important;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-name {
    font-size: 16px !important;
  }
}
.how-to__item__top-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-material {
    padding-left: 0;
    margin-top: 20px;
  }
}
.how-to__item__top-material-tit {
  color: #fff;
  background: #212121;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 40px;
  padding: 10px 29px;
  margin-right: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-material-tit {
    font-size: 16px !important;
    padding: 8px 32px;
    margin-right: 8px;
  }
}
.how-to__item__top-material-list li {
  font-size: 16px;
  line-height: 1.875 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .how-to__item__top-material-list li {
    font-size: 14px;
    line-height: 1.57 !important;
  }
}
.how-to__item__how-to-tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.75 !important;
  border-bottom: 1px solid #212121;
  padding-bottom: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .how-to__item__how-to-tit {
    font-size: 16px !important;
    line-height: 1.375 !important;
    padding-bottom: 14px;
    margin-top: 20px;
  }
}
.how-to__item__how-to-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px 0;
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .how-to__item__how-to-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    margin-top: 16px;
  }
}
.how-to__item__how-to-item {
  width: 48.75%;
}
@media screen and (max-width: 640px) {
  .how-to__item__how-to-item {
    width: 100%;
  }
}
.how-to__item__how-to-item--w100 {
  width: 100%;
}
.how-to__item__how-to-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .how-to__item__how-to-step {
    margin-top: 12px;
  }
}
.how-to__item__how-to-step-num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.22 !important;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .how-to__item__how-to-step-num {
    line-height: 1.18 !important;
  }
}
.how-to__item__how-to-step-txt {
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .how-to__item__how-to-step-txt {
    line-height: 1.42 !important;
    margin-top: 4px;
  }
}
.how-to__item__point {
  background: #FFFBED;
  padding: 36px 40px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .how-to__item__point {
    padding: 32px 20px 20px;
    margin-top: 20px;
  }
}
.how-to__item__point-tit {
  position: relative;
  font-style: italic;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.22 !important;
  border-bottom: 2px solid #212121;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .how-to__item__point-tit {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.how-to__item__point-tit span {
  position: relative;
  display: inline-block;
}
.how-to__item__point-tit span::before {
  content: "";
  background: url(../uploads/whisky-kengaku_how-to-point-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 38px;
  height: 23px;
}
@media screen and (max-width: 640px) {
  .how-to__item__point-tit span::before {
    top: -14px;
    right: -22px;
  }
}
.how-to__item__point-txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .how-to__item__point-txt {
    margin-top: 8px;
  }
}
.how-to__item__point-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .how-to__item__point-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
}
.how-to__item__point-flex .how-to__item__point-txt {
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .how-to__item__point-flex .how-to__item__point-txt {
    width: 100%;
    margin-top: 8px;
  }
}
.how-to__item__point-img {
  width: 46.75%;
}
@media screen and (max-width: 640px) {
  .how-to__item__point-img {
    width: 100%;
  }
}
.how-to .brown-box {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .how-to .brown-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .how-to .brown-box__tit {
    padding: 14px 28px 17px 42px;
  }
}
.how-to .brown-box__txt {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .how-to .brown-box__txt {
    margin-top: 16px;
  }
}