@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

.wrapper {
  padding-top: 0;
}

.craftbeer_set {
  color: #111;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: normal;
}

.craftbeer_set > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.craftbeer_set img {
  zoom: 0.5;
}

h1 {
    margin: unset;
}

.mv img {
  width: 100%;
}

.mv-lead {
  padding: 15px 0;
  background: #fff04d;
}
.mv-lead p {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.inner-wrap {
  padding: 0 24px;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap .btn {
  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: 100%;
  min-height: 70px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25;
  text-decoration: none;
  background: #d92525;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(9, 52, 87, 0.3);
          box-shadow: 0px 4px 30px 0px rgba(9, 52, 87, 0.3);
}
.btn-wrap .btn.blue {
  min-height: 54px;
  background: #08374c;
  border-color: #08374c;
}

.cv-box {
  position: relative;
  padding-top: 36px;
  min-height: 1145px;
  background: url(/images/craftbeer_set/bg_cv_box_sp.jpg) no-repeat center top/cover;
}
.cv-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 135px;
  top: -10px;
  left: -10px;
  background: url(/images/craftbeer_set/item_beer_potato_sp.png) no-repeat top center/cover;
}
.cv-box .cv-box-ttl {
  margin-bottom: 32px;
  margin-left: 92px;
}
.cv-box .flx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cv-box .flx-box > .img-wrap img {
  zoom: 1;
  width: 100%;
  height: auto;
}
.cv-box .flx-box .label {
  margin-bottom: 16px;
  text-align: center;
}
.cv-box .flx-box .txt-wrap {
  margin-top: 36px;
  text-align: center;
}
.cv-box .flx-box .txt-wrap .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.cv-box .flx-box .txt-wrap .txt span {
  font-size: 1.6rem;
  line-height: 1.875;
}
.cv-box .flx-box .txt-wrap .place {
  margin-top: 32px;
}
.cv-box .flx-box .txt-wrap .place .notes {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.cv-box .btn-wrap {
  margin-top: 40px;
  padding: 0 14px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv-box .btn-wrap .notes {
  display: block;
  width: 100%;
  margin: 10px 0 10px;
  text-align: center;
  font-size: 1.6rem;
}

.flavor-box-wrap {
  margin-top: 54px;
}
.flavor-box-wrap .flavor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding-left: 24px;
  position: relative;
}
.flavor-box-wrap .flavor-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 0;
  left: 11px;
  background: #03a0e9;
}
.flavor-box-wrap .flavor-box + .flavor-box {
  margin-top: 20px;
}
.flavor-box-wrap .flavor-box .img-wrap img {
  zoom: 1;
  width: 100%;
  height: auto;
}
.flavor-box-wrap .flavor-box .txt-wrap {
  padding: 24px 16px 24px 0;
  font-size: 1.4rem;
  line-height: 1.85;
}

.lead-box .lead img {
  width: 100%;
  height: auto;
  zoom: 1;
}

.first-section {
  padding: 56px 0 190px;
  background: url(/images/craftbeer_set/bg_intro_sp.jpg) no-repeat left bottom/cover;
}
.first-section .inner-wrap {
  padding: 0 10px;
}
.first-section .inner-wrap .cv-txt-wrap {
  padding: 0 12px;
}
.first-section .inner-wrap .cv-txt-wrap .cv-ttl {
  margin-bottom: 24px;
}
.first-section .inner-wrap .cv-txt-wrap .cv-txt {
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 0px 0px 10px rgba(0, 35, 100, 0.6);
  margin-bottom: 60px;
  line-height: 1.8333;
}

.second-section {
  position: relative;
  padding-bottom: 200px;
  margin-top: min(-14.4vw, -54px);
  background: url(/images/craftbeer_set/item_cloud_02_sp.png) no-repeat left bottom/contain, url(/images/craftbeer_set/bg_sky_lager_sp.jpg) no-repeat right top min(117.3333333333vw, 440px)/cover;
}
.second-section .img-ttl img {
  zoom: 1;
  width: 100%;
  height: auto;
}
.second-section .inner-wrap {
  padding-top: 8px;
}
.second-section .inner-wrap .producer-box {
  margin-top: 60px;
}
.second-section .inner-wrap .producer-box .producer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.second-section .inner-wrap .producer-box .producer .face {
  margin-right: 24px;
}
.second-section .inner-wrap .producer-box .producer .name-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(9, 52, 87, 0.6));
          filter: drop-shadow(0 0 5px rgba(9, 52, 87, 0.6));
}
.second-section .inner-wrap .producer-box .producer .name-wrap .sub {
  font-size: 1.4rem;
  line-height: 1.85;
}
.second-section .inner-wrap .producer-box .producer .name-wrap .name {
  font-size: 1.8rem;
  line-height: 1.44;
}
.second-section .inner-wrap .producer-txt {
  margin-top: 24px;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(9, 52, 87, 0.6));
          filter: drop-shadow(0 0 5px rgba(9, 52, 87, 0.6));
}
.second-section .inner-wrap .producer-txt .txt {
  font-size: 1.4rem;
  line-height: 1.85;
}

.third-section {
  position: relative;
  margin-top: min(-14.4vw, -54px);
  padding-bottom: 204px;
  background: url(/images/craftbeer_set/item_leaf_sp.png) no-repeat left bottom/contain, url(/images/craftbeer_set/bg_pale_ale_sp.jpg) no-repeat right bottom/auto 272vw;
}
.third-section .img-ttl img {
  width: 100%;
}

.fourth-section {
  position: relative;
  margin-top: min(-14.4vw, -54px);
  padding-bottom: 200px;
  background: url(/images/craftbeer_set/item_section_bottom_sp.png) no-repeat left bottom/contain, url(/images/craftbeer_set/item_cloud_03_sp.png) no-repeat left bottom/contain, url(/images/craftbeer_set/bg_beer_potato_sp.png) no-repeat right top/cover;
}
.fourth-section .img-ttl img {
  zoom: 1;
  width: 100%;
  height: auto;
}
.fourth-section .inner-wrap .scene-box-wrap {
  margin-top: 80px;
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box .img-wrap {
  width: calc(100vw - 24px);
  position: relative;
  aspect-ratio: 3/2;
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box .txt-wrap {
  margin-top: 30px;
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box .txt-wrap .txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.85;
  text-shadow: 0px 0px 10px rgba(0, 35, 100, 0.6);
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box + .scene-box {
  margin-top: 42px;
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box.scene-box:nth-of-type(2n) .img-wrap {
  margin-left: -24px;
}
.fourth-section .inner-wrap .scene-box-wrap .scene-box.scene-box:nth-of-type(2n) .txt-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fifth-section {
  padding: 84px 0 60px;
}
.fifth-section .inner-wrap .img-ttl {
  margin-bottom: 48px;
}
.fifth-section .inner-wrap .txt {
  font-size: 1.4rem;
  line-height: 1.85;
}
.fifth-section .inner-wrap .img-wrap {
  margin-top: 30px;
}

.six-section .img-ttl img {
  width: 100%;
  height: auto;
}
.six-section .inner-wrap {
  padding-top: 54px;
  padding-bottom: 118px;
  background: url(/images/craftbeer_set/bg_interview_sp.jpg) no-repeat center top/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.six-section .inner-wrap .ttl {
  margin-bottom: 32px;
  text-align: center;
}
.six-section .inner-wrap .txt {
  font-size: 1.4rem;
  line-height: 1.85;
}
.six-section .inner-wrap .btn-wrap {
  margin-top: 36px;
}
.six-section .inner-wrap .btn-wrap .btn {
  font-size: 1.6rem;
}

.seventh-section {
  padding: 102px 0 150px;
  margin-top: min(-14.4vw, -54px);
  background: url(/images/craftbeer_set/item_cloud_04_sp.png) no-repeat left bottom/contain, url(/images/craftbeer_set/bg_cv_sp.png) no-repeat center top/cover;
}
.seventh-section .inner-wrap {
  padding: 0 10px;
}

.following-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background: url(/images/craftbeer_set/bg_following_cv_sp.jpg) repeat-x left top/auto 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.following-cv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 100%;
  left: 0;
  background: rgb(25, 163, 225);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(25, 163, 225)), to(rgb(6, 162, 224)));
  background: linear-gradient(to bottom, rgb(25, 163, 225) 0%, rgb(6, 162, 224) 100%);
}
.following-cv.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.following-cv .cv-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 8px 5px 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #111;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: normal;
}
.following-cv .cv-inner .txt img {
  zoom: 0.5;
}
.following-cv .cv-inner .btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
  height: 100%;
}
.following-cv .cv-inner .btn-wrap .btn {
  min-width: 140px;
  font-size: 1.7rem;
  min-height: 20px;
  height: auto;
}

/* suigei__note */
.sake__note {
  text-align: left;
  padding-block: 30px 0;
}

.sake__note_caption {
  margin-bottom: 5.33vw;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ce3b29;
  letter-spacing: -0.02em;
}

.sake__note_list {
  position: relative;
  padding-left: 12px;
  font-size: 10px;
  line-height: 16px;
}

.sake__note_list::before {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 4px;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  background: #000;
  border-radius: 50%;
}

.sake__note_list:last-child::before {
  border-radius: 0;
}

/* -------------------------------------------
 * Scroll Animation
 * ------------------------------------------- */
/* アニメーション有効 */
.an_true,
.an_delay_item {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

/* フェードイン　　*/
.si_fade,
.si_top,
.si_bottom,
.si_left,
.si_right {
  opacity: 0;
}

.si_fade.scrollin, .scrollin .si_fade {
  opacity: 1;
}

.si_top {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.si_bottom {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.si_left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.si_right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.si_diagonal {
  -webkit-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
}

.si_top.scrollin, .scrollin .si_top,
.si_bottom.scrollin, .scrollin .si_bottom,
.si_left.scrollin, .scrollin .si_left,
.si_right.scrollin, .scrollin .si_right,
.si_diagonal.scrollin, .scrollin .si_diagonal {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.btn-wrap .btn-sold {
    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: 100%;
    min-height: 70px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    text-decoration: none;
    background: #666;
}
.following-cv .cv-inner .btn-wrap .btn-sold {
    min-width: 140px;
    font-size: 1.7rem;
    min-height: 20px;
    height: auto;
}