/* ==========================================================================
    kinno_lemonsour Style sheet
========================================================================== */
/* common
========================================================================== */
.is-init {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.is-inited {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s ease 0.4s;
}

.is-fixed {
  position: fixed;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* base
========================================================================== */
.kinno_lemonsour {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #42210b;
  background: url(/kinno_lemonsour/img/contents_bubble_bg.png) repeat center 0, url(/kinno_lemonsour/img/contents_bg01.jpg) repeat 0 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.kinno_lemonsour * {
  box-sizing: border-box;
}

.kinno_lemonsour * img {
  width: 100%;
  vertical-align: bottom;
}

@media (min-width: 769px) {
  .kinno_lemonsour-wrap {
    width: 1200px;
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 100px;
}

.l-main__block {
  width: 100%;
}

.l-main__ttl {
  width: 698px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  .l-main {
    max-width: 980px;
  }
}

@media (max-width: 768px) {
  .l-main {
    width: calcvw(670);
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .l-main::after {
    height: 42vh;
  }
  .l-main__block {
    padding-bottom: 100px;
  }
  .l-main__ttl {
    width: 100%;
    padding-bottom: 50px;
  }
  .l-main__ttl img {
    width: 100%;
  }
}

/* mv
========================================================================== */
.mv {
  position: relative;
}

.mv-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 280px;
  background: url(/kinno_lemonsour/img/mv_bg.png) no-repeat center bottom/contain;
  overflow: hidden;
  z-index: 1;
}

.mv-block {
  text-align: center;
  margin-top: 116px;
}

.mv-attn {
  display: inline-block;
  padding: 7px 4px;
  color: #f00;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-top: 2px solid  #f00;
  border-bottom: 2px solid  #f00;
}

.mv-logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.mv-logo .seven {
  width: 95px;
}

.mv-logo .sapporo {
  width: 207px;
  margin-top: 14px;
  margin-left: -24px;
}

.mv-ttl {
  width: 330px;
  margin: 70px auto 0;
}

.mv-product {
  position: absolute;
  bottom: -76px;
  left: 83px;
  display: block;
  width: 335px;
  margin: auto;
}

.mv-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  background: url(/kinno_lemonsour/img/mv_gold_bg.jpg) no-repeat center/cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* feature
========================================================================== */
.feature {
  margin-top: 86px;
}

.feature-block {
  position: relative;
}

.feature-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 2.59;
  letter-spacing: 0.14em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.feature-img {
  position: absolute;
  top: -61px;
  right: 94px;
  width: 342px;
  margin: auto;
}

.feature-img.is-inited {
  transition-delay: 0.6s;
}

/* about
========================================================================== */
.about {
  margin-top: 138px;
  padding-bottom: 78px;
}

.about-ttl {
  text-align: center;
}

.about-ttl img {
  width: 615px;
}

.about-list {
  margin: 40px auto 0;
  width: 1090px;
}

.about-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-img, .about-box {
  width: 50%;
}

.about-hdg {
  font-size: 43.5px;
  line-height: 1.2;
}

.about-txt {
  margin-top: 12px;
  font-size: 21.06px;
  line-height: 1.7;
}

/* btn
========================================================================== */
.btn-about {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 36px;
  width: 132px;
  height: 132px;
  padding: 35px 28px 18px;
  margin: auto;
  z-index: 100;
  transition: 0.4s ease-in;
}

.btn-about::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #42210b;
  transition: 0.3s;
  z-index: -1;
}

.btn-about:hover::after {
  opacity: 0.3;
}

/* For PC -------------------------------------- */
@media (min-width: 769px) {
  /* mv
  ========================================================================== */
  .mv::before, .mv::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: calc((100vw - 1200px) / 2);
    min-width: 358px;
    height: 100%;
    z-index: 1;
  }
  .mv::before {
    right: 100%;
    background: url(/kinno_lemonsour/img/mv_bg_l.png) no-repeat right bottom/cover;
  }
  .mv::after {
    left: 100%;
    background: url(/kinno_lemonsour/img/mv_bg_r.png) no-repeat left bottom/cover;
  }
  .mv-logo,
  .mv-ttl img {
    margin-left: 6px;
  }
  /* feature
  ========================================================================== */
  .feature-block {
    padding-left: 170px;
  }
  /* about
  ========================================================================== */
  .about-ttl {
    margin-left: 32px;
  }
  .about-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .about-box {
    padding-left: 40px;
  }
  /* btn
  ========================================================================== */
  .btn-cabout {
    right: 40px;
  }
}

/* For SP -------------------------------------- */
@media (max-width: 768px) {
  /* mv
  ========================================================================== */
  .mv-wrap {
    padding-bottom: 64vw;
    background: url(/kinno_lemonsour/img/mv_bg_sp.png) no-repeat center bottom/contain;
  }
  .mv-block {
    width: 36vw;
    margin: 10.4vw 5.33vw 0 auto;
  }
  .mv-attn {
    padding: 1.33vw 2.13vw;
    font-size: 3.33vw;
    line-height: 1.06;
    letter-spacing: 0.046em;
    border-width: 1px;
    white-space: nowrap;
  }
  .mv-logo {
    margin-top: 2.67vw;
  }
  .mv-logo .seven {
    width: 16vw;
  }
  .mv-logo .sapporo {
    width: 34.67vw;
    margin-top: 2.13vw;
    margin-left: -3.73vw;
  }
  .mv-ttl {
    width: 12vw;
    margin-top: 6.4vw;
  }
  .mv-product {
    bottom: 35.73vw;
    left: 11.47vw;
    width: 49.07vw;
  }
  /* feature
  ========================================================================== */
  .feature {
    margin-top: 9.33vw;
  }
  .feature-txt {
    text-align: center;
    font-size: 15px;
    line-height: 2.15;
    letter-spacing: 0.13em;
  }
  /* about
  ========================================================================== */
  .about {
    margin-top: 17.07vw;
    padding-bottom: 7.47vw;
  }
  .about-ttl img {
    width: 72.8vw;
  }
  .about-list {
    margin-top: 3.73vw;
    width: 86.13vw;
  }
  .about-item {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .about-item:not(:first-of-type) {
    margin-top: 5.6vw;
  }
  .about-img, .about-box {
    width: 100%;
  }
  .about-hdg {
    margin-top: 3.2vw;
    margin-left: -2.13vw;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.15em;
  }
  .about-txt {
    margin-top: 1.07vw;
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: 0.15em;
  }
  /* btn
  ========================================================================== */
  .btn-about {
    left: 2.67vw;
    bottom: 8vw;
    width: 108px;
    height: 108px;
    padding: 24px 28px 15px;
  }
}
