@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/************************************************************

RESET

************************************************************/
.shin-lemon_sour h1,
.shin-lemon_sour h2,
.shin-lemon_sour h3,
.shin-lemon_sour div,
.shin-lemon_sour p,
.shin-lemon_sour ol,
.shin-lemon_sour ul,
.shin-lemon_sour li,
.shin-lemon_sour figure {
  margin: 0;
  padding: 0;
}

.shin-lemon_sour ol,
.shin-lemon_sour ul {
  list-style: none;
}

.shin-lemon_sour img {
  vertical-align: top;
}

.shin-lemon_sour {
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  height: 100%;
  letter-spacing: 0.2em;
  background-color: #fcf7df;
}
.shin-lemon_sour .lemon-inner {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.shin-lemon_sour .lemon-inner-m {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.shin-lemon_sour .lemon-inner-s {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
  .lemon-inner, .lemon-inner-m, .lemon-inner-s {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 768px) {
  .shin-lemon_sour {
    font-size: 16px;
    font-size: 2.3988005997vw;
    line-height: 1.8;
    min-width: 100%;
  }
  .shin-lemon_sour .lemon-inner, .shin-lemon_sour .lemon-inner-m, .shin-lemon_sour .lemon-inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .shin-lemon_sour .shin-lemon_sour img {
    width: 100%;
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .shin-lemon_sour {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.shin-lemon_sour #shin-nav {
  padding: 14px 14px 20px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  background-color: #231815;
}
.shin-lemon_sour #shin-nav .lemon-inner .menu {
  display: none;
}
.shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul {
  display: flex;
  justify-content: center;
}
.shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li {
  margin-left: 8%;
}
.shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li:first-child {
  margin-left: 0px;
}
.shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li a {
  display: inline-block;
  margin: 0px !important;
  height: auto !important;
  padding: 0px !important;
  line-height: 1 !important;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li a:hover {
  transform: translateY(-5px) scale(1.1);
  filter: brightness(1.2);
}
.shin-lemon_sour #shin-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .shin-lemon_sour #shin-nav {
    padding: 5px 0 7px;
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul {
    flex-wrap: wrap;
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li {
    margin-left: 3%;
    /*&:nth-child(1){width: 17%; margin-left: 0;}
    &:nth-child(2){width: 21%;}
    &:nth-child(3){width: 17%;}
    &:nth-child(4){width: 31%; margin-left: 0;}
    &:nth-child(5){width: 23%;}
    /*&:nth-child(4){width: 35%; margin-left: 0;}
    &:nth-child(5){width: 23%;}*/
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li:nth-child(1) {
    width: 17%;
    margin-left: 0;
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li:nth-child(2) {
    width: 16.5%;
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li:nth-child(3) {
    width: 29%;
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li:nth-child(4) {
    width: 22%;
  }
  .shin-lemon_sour #shin-nav .lemon-inner .lemon-nav ul li a:hover {
    transform: translateY(0px) scale(1);
    filter: brightness(1);
  }
}
/*---------------------------
		modal
----------------------------*/
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

#modal-movie {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /*#movie-wrap{
  	@include movie();
  }*/
}
#modal-movie #movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#modal-movie #movie #movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-movie .close {
  background: url(/shin-lemon_sour/assets/img/close.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal-movie {
    width: 90%;
  }
  #modal-movie .close {
    background: url(/shin-lemon_sour/assets/img/close.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
/*.anime{
	opacity: 0;
	transition: 1s;
	&.active2{
		opacity: 1;
	}
}*/
.breadcrumbs {
  position: relative;
  z-index: 101;
  background-color: #fff;
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

@keyframes boyon {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  55%, 70% {
    transform: scale(1);
  }
  50%, 65% {
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
  }
}
.shin-lemon_sour .teaser .lemon-inner {
  max-width: 1260px;
  width: auto;
  position: relative;
}
.shin-lemon_sour .teaser img {
  width: 100%;
}
.shin-lemon_sour .teaser .lead {
  position: absolute;
  top: 0;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  z-index: 3;
}
.shin-lemon_sour .teaser .obj {
  position: absolute;
  top: 18.5%;
  left: 50%;
  width: 31.75%;
  transform: translateX(-55%);
}
.shin-lemon_sour .teaser .txt {
  position: absolute;
  top: 72%;
  left: 50%;
  width: 32.31%;
  transform: translateX(-50%);
  z-index: 3;
}
.shin-lemon_sour .teaser .logo {
  position: absolute;
  top: 89%;
  right: 0;
  width: 17.31%;
}
.shin-lemon_sour .teaser.mv-anime .lead {
  opacity: 0;
  transition: 0.3s all ease-out;
  transform: translateX(-50%) translateY(80px) scale(0.8);
}
.shin-lemon_sour .teaser.mv-anime .obj {
  opacity: 0;
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
  transform: translateX(-55%) scale(0.1);
}
.shin-lemon_sour .teaser.mv-anime .txt {
  opacity: 0;
  transition: 0.3s all ease-out;
  transform: translateX(-50%) translateY(-80px) scale(0.8);
}
.shin-lemon_sour .teaser.mv-anime.active .lead {
  opacity: 1;
  transform: translateX(-50%) translateY(0px) scale(1);
}
.shin-lemon_sour .teaser.mv-anime.active .obj {
  opacity: 1;
  transform: translateX(-55%) scale(1);
}
.shin-lemon_sour .teaser.mv-anime.active .txt {
  opacity: 1;
  transform: translateX(-50%) translateY(0px) scale(1);
}

@media screen and (max-width: 768px) {
  .shin-lemon_sour .teaser .lemon-inner {
    padding: 0;
  }
  .shin-lemon_sour .teaser .lead {
    width: 98%;
  }
  .shin-lemon_sour .teaser .obj {
    position: absolute;
    top: 30.5%;
    left: 50%;
    width: 67.7%;
    transform: translateX(-55%);
  }
  .shin-lemon_sour .teaser .txt {
    position: absolute;
    top: 69%;
    left: 50%;
    width: 72.7%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .shin-lemon_sour .teaser .logo {
    position: absolute;
    top: 91%;
    right: auto;
    left: 22.65%;
    width: 54.7%;
  }
}
.shin-lemon_sour {
  overflow: hidden;
}
.shin-lemon_sour #shin-mv {
  background-color: #dcd7b0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shin-lemon_sour #shin-mv:after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f5f3e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour #shin-mv img {
  width: 100%;
}
.shin-lemon_sour #shin-mv .lemon-inner {
  /*background: url(/shin-lemon_sour/assets/img/mv.jpg) no-repeat 50% 50%;
  background-size: cover;*/
  position: relative;
}
.shin-lemon_sour #shin-mv .mv {
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;*/
}
.shin-lemon_sour #shin-mv .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shin-lemon_sour #shin-mv .lead {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  z-index: 2;
}
.shin-lemon_sour #shin-mv .logo1 {
  position: absolute;
  top: 69.5%;
  left: 63%;
  width: 19.5%;
  z-index: 2;
}
.shin-lemon_sour #shin-mv .logo2 {
  position: absolute;
  top: 85%;
  left: 1.5%;
  width: 15.8%;
  z-index: 2;
}
.shin-lemon_sour #shin-mv .product {
  position: absolute;
  top: 41.5%;
  left: 84%;
  width: 9.6%;
  z-index: 2;
}
.shin-lemon_sour #shin-mv.no-slide .slick-dots {
  display: none;
}
.shin-lemon_sour #shin-mv.mv-anime:after {
  opacity: 0;
}
.shin-lemon_sour #shin-mv.mv-anime .mv {
  opacity: 0;
  transform: scale(1.5);
}
.shin-lemon_sour #shin-mv.mv-anime .lead {
  top: -2%;
  opacity: 0;
  transform: scale(1.5);
}
.shin-lemon_sour #shin-mv.mv-anime .logo1 {
  opacity: 0;
  transform: scale(1.5);
}
.shin-lemon_sour #shin-mv.mv-anime .logo2 {
  opacity: 0;
  transform: translateX(10px);
}
.shin-lemon_sour #shin-mv.mv-anime .product {
  opacity: 0;
  transform: translateY(-50px) scale(1.5);
  filter: brightness(1.2);
  transform-origin: bottom;
}
.shin-lemon_sour #shin-mv.mv-anime.active:after {
  opacity: 1;
}
.shin-lemon_sour #shin-mv.mv-anime.active .mv {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #shin-mv.mv-anime.active .lead {
  top: 1%;
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
  transition-delay: 0.4s;
}
.shin-lemon_sour #shin-mv.mv-anime.active .logo1 {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
  transition-delay: 0.5s;
}
.shin-lemon_sour #shin-mv.mv-anime.active .logo2 {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #shin-mv.mv-anime.active .product {
  opacity: 1;
  transform: translateY(0px) scale(1);
  filter: brightness(1);
  transition: 0.2s all ease-out;
  transition-delay: 0.4s;
}
.shin-lemon_sour #about {
  background: url(/shin-lemon_sour/assets/img/about_bg.jpg) repeat 50% 50%;
}
.shin-lemon_sour #about .lemon-inner {
  text-align: center;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shin-lemon_sour #about .lemon-inner:after {
  content: "";
  width: 940px;
  height: 940px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.shin-lemon_sour #about .lemon-inner .lead {
  margin-bottom: 70px;
}
.shin-lemon_sour #about .lemon-inner .logo {
  margin-top: 80px;
}
.shin-lemon_sour #about .lemon-inner .circle {
  display: none;
}
.shin-lemon_sour #about .lemon-inner.anime:after {
  opacity: 0;
  transform: scale(0) translate(-50%, -50%);
  transition: 0.3s all ease-out;
  transform-origin: top left;
}
.shin-lemon_sour #about .lemon-inner.anime .lead {
  opacity: 0;
  transform: scale(0.8);
}
.shin-lemon_sour #about .lemon-inner.anime .txt {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.shin-lemon_sour #about .lemon-inner.anime .logo {
  opacity: 0;
}
.shin-lemon_sour #about .lemon-inner.anime.active:after {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.shin-lemon_sour #about .lemon-inner.anime.active .lead {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
  transition-delay: 0.5s;
}
.shin-lemon_sour #about .lemon-inner.anime.active .txt {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.7s all ease-out;
  transition-delay: 0.5s;
}
.shin-lemon_sour #about .lemon-inner.anime.active .logo {
  opacity: 1;
  transition: 0.5s all ease-out;
  transition-delay: 1.5s;
}
.shin-lemon_sour #cm {
  position: relative;
  z-index: 1;
  padding: 120px 0 100px;
  background-color: #adada3;
}
.shin-lemon_sour #cm:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/cm_bg.jpg) no-repeat left 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour #cm.anime:after {
  opacity: 0;
  transform: translateX(-80px);
}
.shin-lemon_sour #cm.anime.active:after {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #cm h2 {
  text-align: center;
  margin-bottom: 75px;
}
.shin-lemon_sour #cm h2.anime {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #cm h2.anime.active {
  transform: scale(1);
  opacity: 1;
}
.shin-lemon_sour #cm ul {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
}
.shin-lemon_sour #cm ul.anime {
  opacity: 0;
}
.shin-lemon_sour #cm ul.anime.active {
  opacity: 1;
  transition: 0.5s all ease-out;
}
.shin-lemon_sour #cm ul li {
  position: relative;
  margin-left: 5%;
  width: 45%;
}
.shin-lemon_sour #cm ul li:nth-child(3) {
  margin-left: 0;
  margin-top: 40px;
}
.shin-lemon_sour #cm ul li:nth-child(1) {
  margin-left: 0px;
}
.shin-lemon_sour #cm ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shin-lemon_sour #cm ul li a:hover ~ figure:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.shin-lemon_sour #cm ul li figure {
  position: relative;
}
.shin-lemon_sour #cm ul li figure img {
  width: 100%;
}
.shin-lemon_sour #cm ul li figure:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/play.png) no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s all;
}
.shin-lemon_sour #cm ul li article {
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
  white-space: nowrap;
}
.shin-lemon_sour #product {
  background: url(/shin-lemon_sour/assets/img/about_bg.jpg) repeat 50% 50%;
  padding: 35px 0;
}
.shin-lemon_sour #product .lemon-inner {
  background: url(/shin-lemon_sour/assets/img/product_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 90px 0 190px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.shin-lemon_sour #product .lemon-inner h2 {
  margin-bottom: 45px;
}
.shin-lemon_sour #product .lemon-inner h2.anime {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #product .lemon-inner h2.anime.active {
  transform: scale(1);
  opacity: 1;
}
.shin-lemon_sour #product .lemon-inner .product {
  width: 49.2%;
  margin: auto;
  transform: translateX(7%);
}
.shin-lemon_sour #product .lemon-inner .product img {
  width: 100%;
}
.shin-lemon_sour #product .lemon-inner .obj {
  position: absolute;
  bottom: -5%;
  left: -6.5%;
  width: 44.4%;
}
.shin-lemon_sour #product .lemon-inner .obj img {
  width: 100%;
}
.shin-lemon_sour #product .lemon-inner p {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 32%;
}
.shin-lemon_sour #product .lemon-inner p img {
  width: 100%;
}
.shin-lemon_sour #product .lemon-inner .anime .product {
  opacity: 0;
  filter: brightness(1.2);
  transform: scale(1.5) translateX(7%);
}
.shin-lemon_sour #product .lemon-inner .anime .obj {
  opacity: 0;
  transform: translateX(-30px);
}
.shin-lemon_sour #product .lemon-inner .anime p {
  opacity: 0;
  transform: translateY(-20px);
}
.shin-lemon_sour #product .lemon-inner .anime.active .product {
  opacity: 1;
  filter: brightness(1);
  transform: scale(1) translateX(7%);
  transition: 0.2s all ease-out;
  transition-delay: 0.2s;
}
.shin-lemon_sour #product .lemon-inner .anime.active .obj {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
}
.shin-lemon_sour #product .lemon-inner .anime.active p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s all ease-out;
  transition-delay: 0.2s;
}
.shin-lemon_sour #truth {
  padding: 90px 0;
  background: url(/shin-lemon_sour/assets/img/truth_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.shin-lemon_sour #truth .box {
  position: relative;
  max-width: 1190px;
  margin: auto;
  box-sizing: border-box;
}
.shin-lemon_sour #truth .box .bg-obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26.5%;
  /*&.anime{
    opacity: 0;
    transform: translateY(30px);
    &.active{
      opacity: 1;
      transform: translateY(0px);
      transition: 0.5s all ease-out;
    }
  }*/
}
.shin-lemon_sour #truth .box .bg-obj img {
  width: 100%;
}
.shin-lemon_sour #truth .box .bg-obj.bg-obj1 {
  left: 86%;
  top: -0.5%;
}
.shin-lemon_sour #truth .box .bg-obj.bg-obj2 {
  left: -13%;
  top: 18%;
  width: 20.5%;
}
.shin-lemon_sour #truth .box .bg-obj.bg-obj3 {
  left: -24%;
  top: 70%;
}
.shin-lemon_sour #truth .box .bg-obj.bg-obj4 {
  left: 94%;
  top: 92%;
  width: 18.5%;
}
.shin-lemon_sour #truth .box .box-wrap {
  padding: 80px 100px 100px;
  background: url(/shin-lemon_sour/assets/img/truth_box_bg.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.shin-lemon_sour #truth .box h2 {
  text-align: center;
  margin-bottom: 50px;
}
.shin-lemon_sour #truth .box h2.anime {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #truth .box h2.anime.active {
  transform: scale(1);
  opacity: 1;
}
.shin-lemon_sour #truth .box .lead {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 70px;
}
.shin-lemon_sour #truth .box .lead.anime {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.shin-lemon_sour #truth .box .lead.anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.5s all ease-out;
}
.shin-lemon_sour #truth .box .block {
  max-width: 820px;
  margin: 0 auto 40px;
  border: 1px solid #000;
}
.shin-lemon_sour #truth .box .block dl {
  display: flex;
  align-items: flex-end;
}
.shin-lemon_sour #truth .box .block dl dt {
  width: 22%;
}
.shin-lemon_sour #truth .box .block dl dt img {
  width: 100%;
}
.shin-lemon_sour #truth .box .block dl dd {
  width: 78%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}
.shin-lemon_sour #truth .box .block dl dd h4 {
  font-size: 22px;
  line-height: 1;
  color: #005062;
  margin-bottom: 20px;
  margin-left: -10px;
}
.shin-lemon_sour #truth .box .block dl dd h4 span {
  display: inline-block;
  background-color: #fff100;
  padding: 10px;
  font-weight: 900;
  transform: rotate(-5deg);
}
.shin-lemon_sour #truth .box .block dl dd .logo {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 14%;
}
.shin-lemon_sour #truth .box .block dl dd .logo img {
  width: 100%;
}
.shin-lemon_sour #truth .box .block.anime {
  opacity: 0;
  transform: scale(1.2);
}
.shin-lemon_sour #truth .box .block.anime.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #truth .box ul li {
  position: relative;
  margin-bottom: 60px;
}
.shin-lemon_sour #truth .box ul li h3 {
  position: relative;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 900;
  padding-left: 190px;
  min-height: 150px;
  margin-bottom: 30px;
}
.shin-lemon_sour #truth .box ul li h3 span {
  position: absolute;
  bottom: 10px;
  left: 190px;
}
.shin-lemon_sour #truth .box ul li h3:after {
  content: "";
  width: 95%;
  height: 6px;
  background-color: #ac181e;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 1;
}
.shin-lemon_sour #truth .box ul li h3:before {
  content: "";
  background: url(/shin-lemon_sour/assets/img/truth_h3_1.png) no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 2;
}
.shin-lemon_sour #truth .box ul li h3.anime span {
  opacity: 0;
}
.shin-lemon_sour #truth .box ul li h3.anime:after {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.shin-lemon_sour #truth .box ul li h3.anime:before {
  opacity: 0;
  transform: scale(1.2) rotate(-15deg);
}
.shin-lemon_sour #truth .box ul li h3.anime.active span {
  opacity: 1;
  transition: 0.5s all ease-out;
  transition-delay: 0.2s;
}
.shin-lemon_sour #truth .box ul li h3.anime.active:after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.5s all ease-out;
}
.shin-lemon_sour #truth .box ul li h3.anime.active:before {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #truth .box ul li p {
  position: relative;
  padding-left: 190px;
  font-size: 20px;
  z-index: 4;
}
.shin-lemon_sour #truth .box ul li p span {
  position: relative;
  z-index: 4;
}
.shin-lemon_sour #truth .box ul li p.anime {
  opacity: 0;
  transform: translateY(-30px);
}
.shin-lemon_sour #truth .box ul li p.anime.active {
  opacity: 1;
  transition: 0.2s all ease-out;
  transform: translateY(0px);
}
.shin-lemon_sour #truth .box ul li .obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.shin-lemon_sour #truth .box ul li .obj img {
  width: 100%;
}
.shin-lemon_sour #truth .box ul li .obj.obj1 {
  width: 18%;
  top: 0;
  left: 88%;
}
.shin-lemon_sour #truth .box ul li .obj.obj2 {
  width: 25%;
  top: 70%;
  left: 93%;
}
.shin-lemon_sour #truth .box ul li .obj.obj3 {
  width: 33%;
  top: 66%;
  left: -17%;
}
.shin-lemon_sour #truth .box ul li .obj.anime.obj1 {
  opacity: 0;
  transform: scale(1.2) rotate(15deg);
}
.shin-lemon_sour #truth .box ul li .obj.anime.obj2 {
  opacity: 0;
  transform: translateX(20px);
}
.shin-lemon_sour #truth .box ul li .obj.anime.obj3 {
  opacity: 0;
  transform: translateX(-20px);
}
.shin-lemon_sour #truth .box ul li .obj.anime.active.obj1 {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: 0.2s all ease-out;
  transition-delay: 0.2s;
}
.shin-lemon_sour #truth .box ul li .obj.anime.active.obj2 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #truth .box ul li .obj.anime.active.obj3 {
  opacity: 1;
  transform: translateX(0);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #truth .box ul li.truth2 h3:before {
  content: "";
  background: url(/shin-lemon_sour/assets/img/truth_h3_2.png) no-repeat;
}
.shin-lemon_sour #truth .box ul li.truth3 {
  margin-bottom: 0px;
}
.shin-lemon_sour #truth .box ul li.truth3 h3:before {
  content: "";
  background: url(/shin-lemon_sour/assets/img/truth_h3_3.png) no-repeat;
}
.shin-lemon_sour #info {
  background: url(/shin-lemon_sour/assets/img/info_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.shin-lemon_sour #info:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/info_bg_txt.png) no-repeat;
  width: 906px;
  height: 199px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.shin-lemon_sour #info .lemon-inner {
  padding: 100px 0;
  display: flex;
  max-width: 1300px;
}
.shin-lemon_sour #info figure {
  width: 40%;
  position: relative;
}
.shin-lemon_sour #info figure img {
  width: 100%;
}
.shin-lemon_sour #info figure p {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.2%;
}
.shin-lemon_sour #info article {
  width: 60%;
  box-sizing: border-box;
  padding-left: 7%;
}
.shin-lemon_sour #info article h2 {
  font-size: 40px;
  line-height: 1.4;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
  font-weight: 900;
}
.shin-lemon_sour #info article table {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
.shin-lemon_sour #info article table th, .shin-lemon_sour #info article table td {
  padding-bottom: 20px;
}
.shin-lemon_sour #info article table th {
  width: 9em;
  text-align: left;
}
.shin-lemon_sour #info article table th small {
  font-size: 14px;
  display: block;
}
.shin-lemon_sour #info article .note {
  font-size: 14px;
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
  display: block;
}
.shin-lemon_sour #info article .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.shin-lemon_sour #info .obj {
  display: none;
}
.shin-lemon_sour #info.anime:after {
  opacity: 0;
  transform: translateX(-50px);
}
.shin-lemon_sour #info.anime figure .product {
  opacity: 0;
  filter: brightness(1.2);
  transform: scale(1.5);
}
.shin-lemon_sour #info.anime figure p {
  opacity: 0;
  transform: scale(0.6) rotate(-15deg);
}
.shin-lemon_sour #info.anime article {
  opacity: 0;
  transform: translateX(-20px);
}
.shin-lemon_sour #info.anime.active:after {
  opacity: 1;
  transform: translateX(0);
  transition: 3s all ease-out;
}
.shin-lemon_sour #info.anime.active figure .product {
  opacity: 1;
  filter: brightness(1);
  transform: scale(1);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #info.anime.active figure p {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: 0.2s all ease-out;
  transition-delay: 0.4s;
}
.shin-lemon_sour #info.anime.active article {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
  transition-delay: 0.4s;
}
.shin-lemon_sour #talent {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
  background-color: #dfc643;
}
.shin-lemon_sour #talent:before {
  content: "";
  background: url(/shin-lemon_sour/assets/img/talent_bg.png) no-repeat right 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour #talent:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/talent_bg_txt.png) no-repeat;
  width: 906px;
  height: 198px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour #talent article {
  width: 58%;
  position: relative;
  font-size: 18px;
}
.shin-lemon_sour #talent article h2 {
  font-size: 40px;
  line-height: 1.4;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
  font-weight: 900;
}
.shin-lemon_sour #talent article .pic {
  position: absolute;
  top: -4em;
  right: 0;
  width: 21.7%;
}
.shin-lemon_sour #talent article .pic img {
  width: 100%;
}
.shin-lemon_sour #talent article .name {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 30px;
}
.shin-lemon_sour #talent .obj {
  display: none;
}
.shin-lemon_sour #talent.anime:before {
  opacity: 0;
  transform: translateX(80px);
}
.shin-lemon_sour #talent.anime:after {
  opacity: 0;
  transform: translateX(50px);
}
.shin-lemon_sour #talent.anime article {
  opacity: 0;
  transform: translateX(20px);
}
.shin-lemon_sour #talent.anime article .pic {
  opacity: 0;
  transform: translateX(20px);
}
.shin-lemon_sour #talent.anime.active:before {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
}
.shin-lemon_sour #talent.anime.active:after {
  opacity: 1;
  transform: translateX(0);
  transition: 3s all ease-out;
}
.shin-lemon_sour #talent.anime.active article {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
  transition-delay: 0.4s;
}
.shin-lemon_sour #talent.anime.active article .pic {
  opacity: 1;
  transform: translateX(0px);
  transition: 1.5s all ease-out;
  transition-delay: 0.4s;
}
.shin-lemon_sour #bnr {
  padding: 25px 0 20px;
  background-color: #e7e2c1;
}
.shin-lemon_sour #bnr a {
  display: block;
  width: 90%;
  margin: auto;
  transition: 0.3s all ease-out;
}
.shin-lemon_sour #bnr a:after {
  display: none;
}
.shin-lemon_sour #bnr a img {
  width: 100%;
}
.shin-lemon_sour #bnr a:hover {
  transform: scale(1.05);
}
.shin-lemon_sour #bnr.anime a {
  opacity: 0;
  transform: scale(0.8);
}
.shin-lemon_sour #bnr.anime.active a {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.shin-lemon_sour #contents-info {
  position: relative;
  z-index: 1;
  padding: 120px 0 100px;
  background-color: #fffce7;
  overflow: hidden;
}
.shin-lemon_sour #contents-info .lemon-inner {
  max-width: 1080px;
}
.shin-lemon_sour #contents-info h2 {
  text-align: center;
  margin-bottom: 75px;
}
.shin-lemon_sour #contents-info h2.anime {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #contents-info h2.anime.active {
  transform: scale(1);
  opacity: 1;
}
.shin-lemon_sour #contents-info ul li {
  position: relative;
  display: flex;
  background-color: #e1c55f;
  margin-bottom: 50px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.shin-lemon_sour #contents-info ul li.kouhan {
  margin-bottom: 0px;
  background-color: #d1caa8;
}
.shin-lemon_sour #contents-info ul li.anime {
  opacity: 0;
  transform: translateY(30px);
}
.shin-lemon_sour #contents-info ul li.anime.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s all ease-out;
}
.shin-lemon_sour #contents-info ul li img {
  width: 100%;
  transition: 0.3s all ease-out;
}
.shin-lemon_sour #contents-info ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shin-lemon_sour #contents-info ul li a:after {
  content: none;
}
.shin-lemon_sour #contents-info ul li a:hover ~ figure img {
  transform: scale(1.1);
}
.shin-lemon_sour #contents-info ul li label {
  display: block;
  width: 10%;
  position: absolute;
  top: -15%;
  right: -2%;
}
.shin-lemon_sour #contents-info ul li figure {
  width: 24%;
  overflow: hidden;
}
.shin-lemon_sour #contents-info ul li article {
  width: 76%;
  box-sizing: border-box;
  padding-left: 20px;
}
.shin-lemon_sour #contents-info ul li article h3 {
  font-size: min(2.2vw,32px);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}
.shin-lemon_sour #contents-info ul li article h3 span {
  position: relative;
  z-index: 1;
}
.shin-lemon_sour #contents-info ul li article h3 span:after {
  content: "";
  width: 101.5%;
  height: 15px;
  background-color: #eae145;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour #contents-info ul li article p {
  padding-left: 0.7em;
  font-size: min(1.6vw,18px);
}
.shin-lemon_sour #contents-info .obj {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.shin-lemon_sour #contents-info .obj img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width:1150px) {
  .shin-lemon_sour #truth .box ul li .obj {
    /*&.obj2{
      width: 25%;
      top: 50%;
      left: 92%;
    }
    &.obj3{
      width: 33%;
      top: 66%;
      left: -17%;
    }*/
  }
  .shin-lemon_sour #truth .box ul li .obj.obj1 {
    width: 18%;
    top: 0;
    left: 88%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .shin-lemon_sour #shin-mv {
    background-color: #dcd7b0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .shin-lemon_sour #shin-mv:after {
    display: none;
  }
  .shin-lemon_sour #shin-mv img {
    width: 100%;
  }
  .shin-lemon_sour #shin-mv .lemon-inner {
    padding: 0 !important;
  }
  .shin-lemon_sour #shin-mv .lead {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    z-index: 2;
  }
  .shin-lemon_sour #shin-mv .logo1 {
    top: 74%;
    left: 8%;
    width: 51%;
    z-index: 2;
  }
  .shin-lemon_sour #shin-mv .logo2 {
    display: none;
  }
  .shin-lemon_sour #shin-mv .product {
    position: absolute;
    top: 44.5%;
    left: 64%;
    width: 28%;
    z-index: 2;
  }
  .shin-lemon_sour #about .lemon-inner {
    padding: 55px 0 30px;
  }
  .shin-lemon_sour #about .lemon-inner:after {
    display: none;
  }
  .shin-lemon_sour #about .lemon-inner .circle {
    width: 86%;
    display: block;
    position: absolute;
    top: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .shin-lemon_sour #about .lemon-inner .circle-in {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #fff;
  }
  .shin-lemon_sour #about .lemon-inner .lead {
    width: 78%;
    margin: 0 auto 25px;
  }
  .shin-lemon_sour #about .lemon-inner .txt {
    width: 87%;
    margin: 0 auto;
  }
  .shin-lemon_sour #about .lemon-inner .logo {
    margin: 45px auto 0;
    width: 60%;
  }
  .shin-lemon_sour #about .lemon-inner.anime .circle {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  .shin-lemon_sour #about .lemon-inner.anime.active .circle {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    transition: 0.3s all ease-out;
  }
  .shin-lemon_sour #cm {
    padding: 30px 0 130px;
    background-color: #dfded7;
  }
  .shin-lemon_sour #cm:after {
    content: "";
    background: url(/shin-lemon_sour/assets/img/cm_bg_sp.jpg) no-repeat left 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .shin-lemon_sour #cm h2 {
    width: 50.8%;
    margin: 0 auto 40px;
  }
  .shin-lemon_sour #cm ul {
    display: block;
    margin: auto;
    padding: 0 5%;
  }
  .shin-lemon_sour #cm ul li {
    position: relative;
    margin-left: 0;
    width: 100%;
  }
  .shin-lemon_sour #cm ul li:nth-child(1) {
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .shin-lemon_sour #cm ul li article {
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 10px;
  }
  .shin-lemon_sour #product {
    padding: 25px 5%;
  }
  .shin-lemon_sour #product .lemon-inner {
    padding: 40px 0 190px;
    background: url(/shin-lemon_sour/assets/img/product_bg_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .shin-lemon_sour #product .lemon-inner h2 {
    width: 38.4%;
    margin: 0 auto 25px;
  }
  .shin-lemon_sour #product .lemon-inner .product {
    width: 104%;
    margin: auto;
    transform: translateX(-3%) !important;
  }
  .shin-lemon_sour #product .lemon-inner .product img {
    width: 100%;
  }
  .shin-lemon_sour #product .lemon-inner .obj {
    position: absolute;
    bottom: -10%;
    left: -6.5%;
    width: 80%;
  }
  .shin-lemon_sour #product .lemon-inner .obj img {
    width: 100%;
  }
  .shin-lemon_sour #product .lemon-inner p {
    position: relative;
    bottom: auto;
    right: auto;
    width: 108%;
    transform: translateX(-4%);
    margin: 20px auto 0;
  }
  .shin-lemon_sour #product .lemon-inner p img {
    width: 100%;
  }
  .shin-lemon_sour #truth {
    padding: 40px 0;
    background: url(/shin-lemon_sour/assets/img/truth_bg.jpg) repeat 50% 50%;
    background-size: contain;
  }
  .shin-lemon_sour #truth .box {
    position: relative;
    max-width: 1190px;
    margin: auto;
    box-sizing: border-box;
  }
  .shin-lemon_sour #truth .box .bg-obj img {
    width: 100%;
  }
  .shin-lemon_sour #truth .box .bg-obj.bg-obj1 {
    left: -21%;
    top: -0.5%;
    width: 30.5%;
  }
  .shin-lemon_sour #truth .box .bg-obj.bg-obj2 {
    left: 82%;
    top: 9%;
    width: 40.5%;
  }
  .shin-lemon_sour #truth .box .bg-obj.bg-obj3 {
    left: -18%;
    top: 60%;
    width: 40.5%;
  }
  .shin-lemon_sour #truth .box .bg-obj.bg-obj4 {
    left: 80%;
    top: 95%;
    width: 36.5%;
  }
  .shin-lemon_sour #truth .box .box-wrap {
    padding: 0;
    background: none;
  }
  .shin-lemon_sour #truth .box h2 {
    width: 61.8%;
    margin: 0 auto 25px;
  }
  .shin-lemon_sour #truth .box .lead {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 35px;
  }
  .shin-lemon_sour #truth .box .block {
    max-width: 820px;
    margin: 0 auto 40px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 2em 15px 15px;
  }
  .shin-lemon_sour #truth .box .block dl {
    display: block;
  }
  .shin-lemon_sour #truth .box .block dl dt {
    width: 45%;
    margin: 0 0 15px 15px;
    position: relative;
    z-index: 2;
  }
  .shin-lemon_sour #truth .box .block dl dt img {
    width: 100%;
  }
  .shin-lemon_sour #truth .box .block dl dd {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    position: inherit;
  }
  .shin-lemon_sour #truth .box .block dl dd h4 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
  }
  .shin-lemon_sour #truth .box .block dl dd h4 span {
    display: inline-block;
    background-color: #fff100;
    padding: 10px;
    font-weight: 900;
    transform: rotate(-5deg);
  }
  .shin-lemon_sour #truth .box .block dl dd .logo {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 28%;
  }
  .shin-lemon_sour #truth .box .block dl dd .logo img {
    width: 100%;
  }
  .shin-lemon_sour #truth .box ul li {
    position: relative;
    padding: 20px 20px 27%;
    margin-bottom: 20px;
    background: url(/shin-lemon_sour/assets/img/truth_box_bg_sp.png) no-repeat;
    background-size: cover;
  }
  .shin-lemon_sour #truth .box ul li h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    font-weight: 900;
    padding-left: 80px;
    min-height: auto;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .shin-lemon_sour #truth .box ul li h3 span {
    position: relative;
    bottom: auto;
    left: auto;
    line-height: 1.2 !important;
    display: inline-block;
  }
  .shin-lemon_sour #truth .box ul li h3:after {
    height: 3px;
  }
  .shin-lemon_sour #truth .box ul li h3:before {
    content: "";
    background: url(/shin-lemon_sour/assets/img/truth_h3_1.png) no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    bottom: -10px;
  }
  .shin-lemon_sour #truth .box ul li p {
    padding-left: 0px;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .shin-lemon_sour #truth .box ul li .obj {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .shin-lemon_sour #truth .box ul li .obj img {
    width: 100%;
  }
  .shin-lemon_sour #truth .box ul li .obj.obj1 {
    width: 32%;
    top: auto;
    left: 66%;
    bottom: -4%;
  }
  .shin-lemon_sour #truth .box ul li .obj.obj2 {
    width: 45%;
    top: auto;
    left: 46%;
    bottom: 0;
  }
  .shin-lemon_sour #truth .box ul li .obj.obj3 {
    width: 55%;
    top: auto;
    left: 7%;
    bottom: 0;
  }
  .shin-lemon_sour #truth .box ul li.truth2 {
    padding-bottom: 40%;
  }
  .shin-lemon_sour #truth .box ul li.truth2 h3:before {
    content: "";
    background: url(/shin-lemon_sour/assets/img/truth_h3_2.png) no-repeat;
    background-size: 70px;
  }
  .shin-lemon_sour #truth .box ul li.truth3 {
    margin-bottom: 0px;
    padding-bottom: 40%;
  }
  .shin-lemon_sour #truth .box ul li.truth3 h3:before {
    content: "";
    background: url(/shin-lemon_sour/assets/img/truth_h3_3.png) no-repeat;
    background-size: 70px;
  }
  .shin-lemon_sour #info:after {
    display: none;
  }
  .shin-lemon_sour #info .lemon-inner {
    padding: 50px 0 28%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shin-lemon_sour #info figure {
    width: 90%;
    margin: auto;
  }
  .shin-lemon_sour #info figure p {
    position: absolute;
    top: 0;
    left: 0;
    width: 34.2%;
  }
  .shin-lemon_sour #info article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .shin-lemon_sour #info article h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 25px;
  }
  .shin-lemon_sour #info article table {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .shin-lemon_sour #info article table th, .shin-lemon_sour #info article table td {
    padding-bottom: 10px;
  }
  .shin-lemon_sour #info article table th {
    width: 9em;
    text-align: left;
  }
  .shin-lemon_sour #info article table th small {
    font-size: 9px;
    font-size: 2.4vw;
    display: block;
  }
  .shin-lemon_sour #info article .note {
    display: block;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.4 !important;
  }
  .shin-lemon_sour #info article .note:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .shin-lemon_sour #info .obj {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    z-index: -1;
    display: block;
  }
  .shin-lemon_sour #info.anime .obj {
    opacity: 0;
    transform: translateX(-20px);
  }
  .shin-lemon_sour #info.anime.active .obj {
    opacity: 1;
    transform: translateX(0);
    transition: 1s all ease-out;
  }
  .shin-lemon_sour #talent {
    padding: 50px 0 56%;
  }
  .shin-lemon_sour #talent:before {
    content: "";
    background: url(/shin-lemon_sour/assets/img/talent_bg_sp.png) no-repeat right 50%;
    background-size: cover;
    width: 90%;
    height: 40%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
  }
  .shin-lemon_sour #talent:after {
    display: none;
  }
  .shin-lemon_sour #talent article {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .shin-lemon_sour #talent article h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 25px;
  }
  .shin-lemon_sour #talent article .pic {
    position: absolute;
    top: -2em;
    right: 0;
    width: 21.7%;
  }
  .shin-lemon_sour #talent article .pic img {
    width: 100%;
  }
  .shin-lemon_sour #talent article .name {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 20px;
  }
  .shin-lemon_sour #talent .obj {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    display: block;
  }
  .shin-lemon_sour #talent.anime .obj {
    opacity: 0;
    transform: translateX(20px);
  }
  .shin-lemon_sour #talent.anime.active .obj {
    opacity: 1;
    transform: translateX(0);
    transition: 1s all ease-out;
  }
  .shin-lemon_sour #bnr {
    padding: 0px 0 10px;
    background-color: #dcd7b0;
  }
  .shin-lemon_sour #bnr a {
    width: 94%;
  }
  .shin-lemon_sour #bnr a:hover {
    transform: scale(1);
  }
  .shin-lemon_sour #contents-info {
    position: relative;
    z-index: 1;
    padding: 40px 0 50px;
    background-color: #fffce7;
    overflow: hidden;
  }
  .shin-lemon_sour #contents-info .lemon-inner {
    max-width: 1080px;
  }
  .shin-lemon_sour #contents-info h2 {
    width: 64.3%;
    margin: 0 auto 25px;
  }
  .shin-lemon_sour #contents-info ul li {
    display: block;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 25px 1%;
  }
  .shin-lemon_sour #contents-info ul li a:hover ~ figure img {
    transform: scale(1);
  }
  .shin-lemon_sour #contents-info ul li label {
    display: block;
    width: 16%;
    position: absolute;
    top: -5%;
    right: -2%;
  }
  .shin-lemon_sour #contents-info ul li figure {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .shin-lemon_sour #contents-info ul li article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .shin-lemon_sour #contents-info ul li article h3 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    white-space: nowrap;
  }
  .shin-lemon_sour #contents-info ul li article h3 span {
    position: relative;
    z-index: 1;
  }
  .shin-lemon_sour #contents-info ul li article h3 span:after {
    content: "";
    width: 100%;
    height: 15px;
    background-color: #eae145;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .shin-lemon_sour #contents-info ul li article h3 span.line2 {
    padding: 0 0.5em;
  }
  .shin-lemon_sour #contents-info ul li article p {
    padding-left: 0em;
    padding: 0 5%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .shin-lemon_sour #contents-info .obj {
    display: none;
  }
}
.shin-lemon_sour.renew2024 #shin-mv {
  background: url(/shin-lemon_sour/assets/img/mv_slide1_bg1.jpg);
  background-size: 100%;
}
.shin-lemon_sour.renew2024 #shin-mv:after {
  display: none;
}
.shin-lemon_sour.renew2024 #shin-mv .slider {
  margin: 0;
}
.shin-lemon_sour.renew2024 #shin-mv .slick-track {
  display: flex;
}
.shin-lemon_sour.renew2024 #shin-mv .slick-slide {
  height: auto !important;
}
.shin-lemon_sour.renew2024 #shin-mv .slider {
  opacity: 0;
}
.shin-lemon_sour.renew2024 #shin-mv .slider.slick-initialized {
  opacity: 1;
  transition: 0.1s all;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap {
  background: url(/shin-lemon_sour/assets/img/mv_slide1_bg1.jpg);
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding: 14px 14px 14px;
  box-sizing: border-box;
  height: 100%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap .mv-wrap {
  background: url(/shin-lemon_sour/assets/img/mv_slide1_bg2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  height: 100%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap .mv-wrap .lemon-inner {
  position: relative;
  height: 100%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap .mv-wrap .lemon-inner img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-txt1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.5%;
  z-index: 3;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-txt2 {
  position: absolute;
  bottom: 3%;
  left: 67%;
  width: 29.9%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-obj1 {
  position: absolute;
  bottom: 0;
  left: 31%;
  width: 40.4%;
  z-index: 2;
}
.shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-obj2 {
  position: absolute;
  bottom: 57%;
  left: 64.5%;
  width: 13.7%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .slide2-wrap {
  background: url(/shin-lemon_sour/assets/img/renew2024-bg2.jpg);
  position: relative;
  z-index: 1;
  padding: 14px 14px 140px;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .mv-wrap {
  background-color: #dad2ae;
  position: relative;
  z-index: -1;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .mv-wrap:after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f5f3e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-logo2 {
  width: 13%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt1 {
  width: 62%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-pic {
  width: 92%;
  position: absolute;
  bottom: 0;
  left: 4%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt2 {
  width: 14.9%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt3 {
  width: 43.2%;
  position: absolute;
  bottom: 40px;
  left: 20%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt4 {
  width: 16.2%;
  position: absolute;
  bottom: 15px;
  right: 14%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 .re-obj {
  width: 12.4%;
  position: absolute;
  bottom: -35px;
  right: 0;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2 article {
  display: block;
  position: absolute;
  bottom: -140px;
  left: 4%;
  width: 92%;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .mv-wrap:after {
  opacity: 0;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .bg {
  opacity: 0;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .re-txt1 {
  opacity: 0;
  transform: translateX(-50%) scale(2) rotate(15deg);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .re-pic {
  opacity: 0;
  transform: translateX(-100px) scale(0.9);
  transform-origin: center bottom;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .re-txt2 {
  opacity: 0;
  transform: scale(1.2);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .re-txt3 {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .re-txt4 {
  opacity: 0;
  transform: translateX(10px);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime .re-obj {
  opacity: 0;
  transform: translateY(100px);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .mv-wrap:after {
  opacity: 1;
  transition: 0.1s all;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .bg {
  opacity: 1;
  transition: 0.1s all;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .re-txt1 {
  opacity: 1;
  transform: translateX(-50%) scale(1) rotate(0deg);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .re-pic {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 0.3s;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .re-txt2 {
  opacity: 1;
  transform: scale(1);
  transition: 0.1s all ease-out;
  transition-delay: 0.7s;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .re-txt3 {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.3s all ease-out;
  transition-delay: 0.9s;
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .re-txt4 {
  opacity: 1;
  transition: 0.3s all ease-out;
  transition-delay: 1.3s;
  transform: translateX(0);
}
.shin-lemon_sour.renew2024 #shin-mv .slide2.mv-anime.active .re-obj {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s all ease-out;
  transition-delay: 1.3s;
}
.shin-lemon_sour.renew2024 #about {
  position: relative;
  z-index: 1;
}
.shin-lemon_sour.renew2024 #about:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/renew2024-about_bg.jpg) repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour.renew2024 #cm {
  background: url(/shin-lemon_sour/assets/img/renew2024-cm_bg2.jpg) repeat-y;
  background-size: 100%;
  /*ul{
    box-sizing: border-box;
    padding-left: 10%;
    max-width: 1100px;
  }*/
}
.shin-lemon_sour.renew2024 #cm:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/renew2024-cm_bg.png) no-repeat left bottom;
  background-size: 1600px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shin-lemon_sour.renew2024 #cm ul {
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 15%;
}
.shin-lemon_sour.renew2024 #cm ul li {
  width: 31%;
  margin-left: 2.3%;
}
.shin-lemon_sour.renew2024 #cm ul li:nth-child(3) {
  margin-left: 2.3%;
  margin-top: 0px;
}
.shin-lemon_sour.renew2024 #product {
  margin-bottom: 50px;
  background: url(/shin-lemon_sour/assets/img/about_bg.jpg) repeat 50% 50%;
  padding: 35px;
}
.shin-lemon_sour.renew2024 #product .product-wrap {
  background: url(/shin-lemon_sour/assets/img/renew2024-product_bg.jpg) no-repeat;
  background-size: cover;
}
.shin-lemon_sour.renew2024 #product .lemon-inner-m {
  background: none;
  padding: 90px 0 80px;
  position: relative;
  text-align: center;
}
.shin-lemon_sour.renew2024 #product .lemon-inner-m h2 {
  margin-bottom: 45px;
}
.shin-lemon_sour.renew2024 #product .lemon-inner-m h2.anime {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour.renew2024 #product .lemon-inner-m h2.anime.active {
  transform: scale(1);
  opacity: 1;
}
.shin-lemon_sour.renew2024 #product dl {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.shin-lemon_sour.renew2024 #product dl dt {
  width: 45%;
}
.shin-lemon_sour.renew2024 #product dl dt img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #product dl dt.anime {
  opacity: 0;
  transform: scale(1.2);
}
.shin-lemon_sour.renew2024 #product dl dt.anime.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.shin-lemon_sour.renew2024 #product dl dd {
  width: 55%;
  font-size: min(1.4vw,26px);
}
.shin-lemon_sour.renew2024 #product dl dd strong {
  font-weight: 700;
  font-size: min(1.8vw,30px);
}
.shin-lemon_sour.renew2024 #product dl dd.anime {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.shin-lemon_sour.renew2024 #product dl dd.anime.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.7s all ease-out;
}
.shin-lemon_sour.renew2024 #product .box {
  background: url(/shin-lemon_sour/assets/img/renew2024-product_box.png) no-repeat;
  background-size: cover;
  padding: 70px 0 110px;
  position: relative;
}
.shin-lemon_sour.renew2024 #product .box.anime {
  opacity: 0;
  transform: translateY(-50px);
}
.shin-lemon_sour.renew2024 #product .box.anime.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s all ease-out;
}
.shin-lemon_sour.renew2024 #product .box .obj {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 18%;
}
.shin-lemon_sour.renew2024 #product .box .obj img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #product .box .obj.anime {
  opacity: 0;
  transform: scale(1.2);
}
.shin-lemon_sour.renew2024 #product .box .obj.anime.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 0.3s;
}
.shin-lemon_sour.renew2024 #product .box .lead {
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 50px;
  margin-bottom: 60px;
  letter-spacing: 0.01em;
}
.shin-lemon_sour.renew2024 #product .box .btn-list {
  display: flex;
  width: 74%;
  justify-content: space-between;
  margin: 0 auto 90px;
}
.shin-lemon_sour.renew2024 #product .box .btn-list.anime li {
  transform: scale(0.5) rotate(15deg);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .box .btn-list.anime.active li {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: 0.3s all ease-out;
  transition-delay: 0.3s;
}
.shin-lemon_sour.renew2024 #product .box .btn-list.anime.active li:nth-child(2) {
  transition-delay: 0.4s;
}
.shin-lemon_sour.renew2024 #product .box .btn-list.anime.active li:nth-child(3) {
  transition-delay: 0.5s;
}
.shin-lemon_sour.renew2024 #product .box .btn-list li {
  width: 28%;
}
.shin-lemon_sour.renew2024 #product .box .btn-list li img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #product .box .btn-list li a {
  display: block;
  position: relative;
}
.shin-lemon_sour.renew2024 #product .box .btn-list li a:after {
  content: "";
  background: url(/shin-lemon_sour/assets/img/arrow1.png) no-repeat;
  width: 31px;
  height: 21px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s all ease-out;
}
.shin-lemon_sour.renew2024 #product .box .btn-list li a:hover:after {
  bottom: 25px;
}
.shin-lemon_sour.renew2024 #product .box .block {
  border: 3px solid #000;
  width: 74%;
  box-sizing: border-box;
  margin: auto;
  padding: 40px 25px 40px;
  position: relative;
}
.shin-lemon_sour.renew2024 #product .box .block.anime {
  transform: translateY(50px);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .box .block.anime.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s all ease-out;
  transition-delay: 0.3s;
}
.shin-lemon_sour.renew2024 #product .box .block h4 {
  line-height: 1;
  color: #005062;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  top: -5px;
  left: 10px;
  letter-spacing: 0.01em;
}
.shin-lemon_sour.renew2024 #product .box .block h4 span {
  display: inline-block;
  background-color: #fff100;
  padding: 10px;
  font-weight: 900;
  transform: rotate(-5deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.shin-lemon_sour.renew2024 #product .box .block h4 span strong {
  font-size: 30px;
  font-weight: 900;
}
.shin-lemon_sour.renew2024 #product .box .block .flex {
  display: flex;
  align-items: center;
}
.shin-lemon_sour.renew2024 #product .box .block .flex figure {
  width: 34%;
  text-align: center;
}
.shin-lemon_sour.renew2024 #product .box .block .flex figure img {
  width: 74%;
}
.shin-lemon_sour.renew2024 #product .box .block .flex article {
  width: 66%;
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
}
.shin-lemon_sour.renew2024 #product .box .block .flex article .note {
  margin-top: 20px;
}
.shin-lemon_sour.renew2024 #product .box .block .flex article .note li {
  font-size: 13px;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 5px;
}
.shin-lemon_sour.renew2024 #product .box .block .flex article .note li:last-child {
  margin-bottom: 0px;
}
.shin-lemon_sour.renew2024 #product .box .block .flex article .note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.shin-lemon_sour.renew2024 #product .campaign-box {
  background: url(/shin-lemon_sour/assets/img/campaign_box_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 60px 70px 50px;
  display: flex;
  align-items: center;
}
.shin-lemon_sour.renew2024 #product .campaign-box figure {
  width: 53%;
  position: relative;
}
.shin-lemon_sour.renew2024 #product .campaign-box figure img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #product .campaign-box figure div {
  position: absolute;
}
.shin-lemon_sour.renew2024 #product .campaign-box figure div.obj1 {
  position: relative;
  width: 54%;
  z-index: 2;
  margin-top: 40px;
}
.shin-lemon_sour.renew2024 #product .campaign-box figure div.obj2 {
  top: 0;
  left: 50%;
  width: 30%;
  z-index: 1;
}
.shin-lemon_sour.renew2024 #product .campaign-box figure div.obj3 {
  bottom: 0;
  left: 55%;
  width: 41%;
}
.shin-lemon_sour.renew2024 #product .campaign-box article {
  color: #fff;
  width: 47%;
  font-size: min(1.1vw,20px);
  white-space: nowrap;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime {
  transform: translateY(50px);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime figure div.obj1 {
  transform: translateX(30px);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime figure div.obj2 {
  transform: scale(1.2);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime figure div.obj3 {
  transform: translateX(-20px);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime article {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime.active {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s all ease-out;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime.active figure div.obj1 {
  transform: translateX(0px);
  opacity: 1;
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime.active figure div.obj2 {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s all ease-out;
  transition-delay: 0.7s;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime.active figure div.obj3 {
  transform: translateX(0px);
  opacity: 1;
  transition: 0.3s all ease-out;
  transition-delay: 0.7s;
}
.shin-lemon_sour.renew2024 #product .campaign-box.anime.active article {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  transition: 0.7s all ease-out;
  transition-delay: 0.5s;
}
.shin-lemon_sour.renew2024 #voice {
  padding: 120px 0 140px;
  margin-top: -50px;
  background: url(/shin-lemon_sour/assets/img/truth_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.shin-lemon_sour.renew2024 #voice h2 {
  text-align: center;
  margin-bottom: 50px;
}
.shin-lemon_sour.renew2024 #voice h2.anime {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour.renew2024 #voice h2.anime.active {
  transform: scale(1);
  opacity: 1;
}
.shin-lemon_sour.renew2024 #voice .lead {
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 50px;
}
.shin-lemon_sour.renew2024 #voice .lead strong {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
  display: block;
}
.shin-lemon_sour.renew2024 #voice .lead.anime {
  opacity: 0;
  transform: translateY(50px);
}
.shin-lemon_sour.renew2024 #voice .lead.anime.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s all ease-out;
}
.shin-lemon_sour.renew2024 #voice .pop-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.shin-lemon_sour.renew2024 #voice .pop-list li {
  width: 50%;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.anime {
  opacity: 0;
  transform: scale(0.5) rotate(-10deg) translate(200px, 50px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.anime.active {
  opacity: 1;
  transition: 0.2s all ease-out;
  transition-delay: 0.2s;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transform-origin: bottom;
}
.shin-lemon_sour.renew2024 #voice .pop-list li figure {
  transform-origin: left top;
}
.shin-lemon_sour.renew2024 #voice .pop-list li figure img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop1 figure {
  transform: translate(12%, 0%) scale(1.1);
  margin-bottom: 45px;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop2.anime {
  transform: scale(0.5) rotate(10deg) translate(-200px, 50px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop2.anime.active {
  transition-delay: 0.2s;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop2 figure {
  transform: translate(28%, 0%) scale(0.72);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop3.anime.active {
  transition-delay: 0.7s;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop3 figure {
  transform: translate(-7%, 0%) scale(0.98);
  margin-bottom: 25px;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop4.anime {
  transform: scale(0.5) rotate(10deg) translate(-200px, 50px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop4.anime.active {
  transition-delay: 0.2s;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop4 figure {
  transform: translate(-2%, -45px) scale(1.1);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop5.anime.active {
  transition-delay: 0.7s;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop5 figure {
  transform: translate(-6%, 0%) scale(0.9);
  margin-bottom: 45px;
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop6 figure {
  transform: translate(-8%, -60px) scale(1.15);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop7.anime {
  transform: scale(0.5) rotate(10deg) translate(-200px, 50px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop7.anime.active {
  transition-delay: 0.7s;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop7 figure {
  transform: translate(0%, 0%) scale(0.94);
}
.shin-lemon_sour.renew2024 #voice .pop-list li.pop8 figure {
  transform: translate(0%, -20px) scale(1.01);
}
.shin-lemon_sour.renew2024 #voice .bg-obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26.5%;
  /*&.anime{
    opacity: 0;
    transform: translateY(30px);
    &.active{
      opacity: 1;
      transform: translateY(0px);
      transition: 0.5s all ease-out;
    }
  }*/
}
.shin-lemon_sour.renew2024 #voice .bg-obj img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj1 {
  left: 76%;
  top: 4%;
  width: 20.5%;
}
.shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj2 {
  left: 6%;
  top: 10%;
  width: 12.5%;
}
.shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj3 {
  left: 90%;
  top: 48%;
  width: 12.5%;
}
.shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj4 {
  left: -5%;
  top: 68%;
  width: 18.5%;
}
.shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj5 {
  left: 88%;
  top: 92%;
  width: 18.5%;
}
.shin-lemon_sour.renew2024 #contents-info h3.ttl {
  text-align: center;
  margin-bottom: 30px;
}
.shin-lemon_sour.renew2024 #contents-info h3.ttl span {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  width: 190px;
  padding: 10px 0;
  position: relative;
}
.shin-lemon_sour.renew2024 #contents-info h3.ttl span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 10px solid #000;
}
.shin-lemon_sour.renew2024 #contents-info h3.ttl.anime {
  opacity: 0;
  transform: scale(0.2);
  transform-origin: bottom;
}
.shin-lemon_sour.renew2024 #contents-info h3.ttl.anime.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.shin-lemon_sour.renew2024 #contents-info ul li.bnr {
  background-color: #fff;
}
.shin-lemon_sour.renew2024 #contents-info ul li.bnr figure {
  width: 100%;
}
.shin-lemon_sour.renew2024 #contents-info ul li figure {
  width: 27%;
  display: flex;
  height: auto;
}
.shin-lemon_sour.renew2024 #contents-info ul li figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.shin-lemon_sour.renew2024 #contents-info ul li article {
  letter-spacing: 0.01em;
  width: 73%;
}
.shin-lemon_sour.renew2024 #contents-info ul li article h3 {
  font-weight: 900;
  font-size: min(2.2vw,30px);
}
.shin-lemon_sour.renew2024 #contents-info ul li article p {
  padding-bottom: 30px;
}
.shin-lemon_sour.renew2024 #contents-info ul li article small {
  display: inline-block;
  line-height: 1;
  border: 2px solid #000;
  font-size: 15px;
  padding: 5px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.shin-lemon_sour.renew2024 #contents-info ul li.kouhan {
  margin-bottom: 50px;
}
.shin-lemon_sour.renew2024 #contents-info ul li.new {
  margin-bottom: 0px;
  background-color: #88d3ce;
}
.shin-lemon_sour.renew2024 #contents-info ul li.new small {
  margin-bottom: 10px;
}
.shin-lemon_sour.renew2024 #contents-info ul li.new p {
  padding-bottom: 15px;
}
.shin-lemon_sour.renew2024 #contents-info .obj {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 44%;
}
.shin-lemon_sour.renew2024 #contents-info .obj img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shin-lemon_sour.renew2024 #info article {
  position: relative;
  padding-bottom: 1.2em;
}
.shin-lemon_sour.renew2024 #info article .note {
  /*position: absolute;
  bottom: 0;*/
  margin-top: 2vw;
}
.shin-lemon_sour.renew2024 #talent {
  padding-bottom: 140px;
}
.shin-lemon_sour.renew2024 #talent:before {
  content: "";
  background: url(/shin-lemon_sour/assets/img/renew2024-talent_bg.png) no-repeat right 50%;
  background-size: auto 100%;
}
.shin-lemon_sour.renew2024 #talent .bg {
  display: none;
}
.shin-lemon_sour.renew2024 #modal-about {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  background: url(/shin-lemon_sour/assets/img/renew2024-modal_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 40px;
  overflow: hidden;
  display: none;
}
.shin-lemon_sour.renew2024 #modal-about .close {
  text-align: right;
}
.shin-lemon_sour.renew2024 #modal-about .close span {
  display: inline-block;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}
.shin-lemon_sour.renew2024 #modal-about .close span:hover {
  opacity: 0.7;
}
.shin-lemon_sour.renew2024 #modal-about .close span i {
  font-style: normal;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap .block {
  display: flex;
  align-items: center;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap .block figure {
  width: 32%;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 40px;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap .block figure img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap .block article {
  width: 68%;
  font-size: 22px;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap .block .obj {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap .block .obj img {
  width: 100%;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal1 article {
  margin-bottom: 20px;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal2 article {
  margin-bottom: 20px;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal2 .obj {
  width: 22%;
  min-width: 250px;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal3 article {
  margin-bottom: 20px;
}
.shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal3 .obj {
  width: 23%;
  min-width: 250px;
}
.shin-lemon_sour #shin-campaign-0731 {
  background-color: #ac181e;
  margin: -14px 0;
  padding: 48px 0;
}
.shin-lemon_sour #shin-campaign-0731 img {
  width: 100%;
}
.shin-lemon_sour #shin-campaign-0731 dl {
  display: flex;
  align-items: center;
}
.shin-lemon_sour #shin-campaign-0731 dl dt {
  width: 80.6%;
}
.shin-lemon_sour #shin-campaign-0731 dl dd {
  width: 19.4%;
  box-sizing: border-box;
  padding-left: 40px;
}
.shin-lemon_sour #shin-campaign-0731 dl dd a {
  display: inline-block;
  transition: 0.2s all ease-out;
}
.shin-lemon_sour #shin-campaign-0731 dl dd a:after {
  display: none !important;
}
.shin-lemon_sour #shin-campaign-0731 dl dd a:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}
.shin-lemon_sour #shin-campaign-0731 dl.anime2 dt {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.shin-lemon_sour #shin-campaign-0731 dl.anime2 dd {
  opacity: 0;
  transform: scale(1.2);
}
.shin-lemon_sour #shin-campaign-0731 dl.anime2.active dt {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  transition: 0.5s all ease-out;
}
.shin-lemon_sour #shin-campaign-0731 dl.anime2.active dd {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .shin-lemon_sour.renew2024 #shin-mv {
    background: url(/shin-lemon_sour/assets/img/mv_slide1_bg1.jpg);
    background-size: 100%;
    padding: 0px;
  }
  .shin-lemon_sour.renew2024 #shin-mv:after {
    display: none;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap {
    background: url(/shin-lemon_sour/assets/img/mv_slide1_bg1.jpg);
    background-size: 100%;
    position: relative;
    z-index: 1;
    padding: 14px 14px 26px;
    box-sizing: border-box;
    height: 100%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap .mv-wrap {
    background: url(/shin-lemon_sour/assets/img/mv_slide1_bg2_sp.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 100%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap .mv-wrap .lemon-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-wrap .mv-wrap .lemon-inner img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-logo {
    position: absolute;
    top: 0;
    right: auto;
    left: -10%;
    width: 48%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-txt1 {
    position: absolute;
    top: 4%;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-txt2 {
    position: absolute;
    bottom: auto;
    top: 32.5%;
    left: 15%;
    width: 60%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-obj1 {
    position: absolute;
    bottom: 0;
    left: -9%;
    width: 88%;
    z-index: 2;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide1 .slide1-obj2 {
    position: absolute;
    bottom: auto;
    top: 54%;
    left: 67%;
    width: 27%;
    z-index: 4;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 {
    background: url(/shin-lemon_sour/assets/img/renew2024-bg2.jpg);
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .slide2-wrap {
    background: url(/shin-lemon_sour/assets/img/renew2024-bg2.jpg);
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
    box-sizing: border-box;
    margin: 15px 15px 0;
    overflow: visible;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .mv-wrap {
    background: none;
    position: relative;
    z-index: -1;
    padding: 0;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .mv-wrap:after {
    display: none;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-logo2 {
    display: none;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt1 {
    width: 95%;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-pic {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt2 {
    width: 18%;
    position: absolute;
    bottom: 10px;
    left: -2%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt3 {
    width: 82%;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 18%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-txt4 {
    width: 54%;
    position: absolute;
    bottom: auto;
    right: auto;
    top: calc(31% + 5px);
    left: 42%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 .re-obj {
    width: 35%;
    position: absolute;
    bottom: auto;
    right: auto;
    top: calc(22% + 5px);
    left: 5%;
  }
  .shin-lemon_sour.renew2024 #shin-mv .slide2 article {
    display: block;
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    background: url(/shin-lemon_sour/assets/img/renew2024-bg2.jpg) repeat;
    padding: 3% 0;
  }
  .shin-lemon_sour.renew2024 #about {
    padding: 40px 0;
  }
  .shin-lemon_sour.renew2024 #about .lemon-inner {
    padding: 10vh 0 10vh;
  }
  .shin-lemon_sour.renew2024 #about .lemon-inner .circle {
    width: 118%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .shin-lemon_sour.renew2024 #about .lemon-inner .circle-in {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #fff;
  }
  .shin-lemon_sour.renew2024 #about .lemon-inner .logo {
    margin: 25px auto 0;
  }
  .shin-lemon_sour.renew2024 #cm {
    padding-bottom: 100px;
    background: #cbcbbf;
  }
  .shin-lemon_sour.renew2024 #cm:after {
    content: "";
    background: url(/shin-lemon_sour/assets/img/renew2024-cm_bg.png) no-repeat left calc(100% + 20px);
    background-size: 100%;
  }
  .shin-lemon_sour.renew2024 #cm ul {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .shin-lemon_sour.renew2024 #cm ul li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 30px;
  }
  .shin-lemon_sour.renew2024 #cm ul li:nth-child(3) {
    margin-left: 0%;
    margin-top: 0px;
  }
  .shin-lemon_sour.renew2024 #product {
    padding: 17px;
    margin-bottom: 0px;
  }
  .shin-lemon_sour.renew2024 #product .lemon-inner-m {
    background: none;
    padding: 40px 0 20px;
    position: relative;
    text-align: center;
  }
  .shin-lemon_sour.renew2024 #product .lemon-inner-m h2 {
    margin: 0 auto 25px;
    width: 40%;
  }
  .shin-lemon_sour.renew2024 #product dl {
    display: block;
    align-items: center;
    margin-bottom: 35px;
  }
  .shin-lemon_sour.renew2024 #product dl dt {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #product dl dt img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #product dl dd {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  .shin-lemon_sour.renew2024 #product dl dd strong {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .shin-lemon_sour.renew2024 #product .box {
    background: url(/shin-lemon_sour/assets/img/renew2024-product_box_sp.png) no-repeat;
    background-size: cover;
    padding: 35px 0 20px;
    position: relative;
  }
  .shin-lemon_sour.renew2024 #product .box .obj {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 18%;
  }
  .shin-lemon_sour.renew2024 #product .box .obj img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #product .box .lead {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    justify-content: space-between;
    margin: 0 auto 40px;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list li {
    width: 49%;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list li:nth-child(3) {
    margin-left: 25%;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list li img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list li a {
    display: block;
    position: relative;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list li a:after {
    content: "";
    background: url(/shin-lemon_sour/assets/img/arrow1.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 15px;
    bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #product .box .btn-list li a:hover:after {
    bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #product .box .block {
    border: 2px solid #000;
    width: 94%;
    box-sizing: border-box;
    margin: auto;
    padding: 50px 20px 20px;
    position: relative;
  }
  .shin-lemon_sour.renew2024 #product .box .block h4 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    top: -25px;
  }
  .shin-lemon_sour.renew2024 #product .box .block h4 span strong {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .shin-lemon_sour.renew2024 #product .box .block .flex {
    display: block;
  }
  .shin-lemon_sour.renew2024 #product .box .block .flex figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #product .box .block .flex figure img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #product .box .block .flex article {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .shin-lemon_sour.renew2024 #product .box .block .flex article .note {
    margin-top: 20px;
  }
  .shin-lemon_sour.renew2024 #product .box .block .flex article .note li {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box {
    background: url(/shin-lemon_sour/assets/img/campaign_box_bg_sp.jpg) no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding: 20px 10px 25px;
    display: block;
    align-items: center;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box figure {
    width: 100%;
    padding-bottom: 15%;
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box figure div {
    position: absolute;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box figure div.obj1 {
    position: relative;
    width: 54%;
    z-index: 2;
    margin: 40px auto 0;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box figure div.obj2 {
    top: -30px;
    left: 72%;
    width: 28%;
    z-index: 1;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box figure div.obj3 {
    bottom: 0;
    left: 27%;
    width: 50%;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box article {
    width: 100%;
    font-size: 12px;
    font-size: 3.2vw;
    text-shadow: 0 3px 6px #000;
    box-sizing: border-box;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime {
    transform: translateY(50px);
    opacity: 0;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime figure div.obj1 {
    transform: translateX(30px);
    opacity: 0;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime figure div.obj2 {
    transform: scale(1.2);
    opacity: 0;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime figure div.obj3 {
    transform: translateX(-20px);
    opacity: 0;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime article {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime.active {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.5s all ease-out;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime.active figure div.obj1 {
    transform: translateX(0px);
    opacity: 1;
    transition: 0.3s all ease-out;
    transition-delay: 0.5s;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime.active figure div.obj2 {
    transform: scale(1);
    opacity: 1;
    transition: 0.3s all ease-out;
    transition-delay: 0.7s;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime.active figure div.obj3 {
    transform: translateX(0px);
    opacity: 1;
    transition: 0.3s all ease-out;
    transition-delay: 0.7s;
  }
  .shin-lemon_sour.renew2024 #product .campaign-box.anime.active article {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
    transition: 0.7s all ease-out;
    transition-delay: 0.5s;
  }
  .shin-lemon_sour.renew2024 #voice {
    padding: 40px 0 70px;
    margin-top: 0px;
    background: url(/shin-lemon_sour/assets/img/truth_bg.jpg) repeat 50% 50%;
    background-size: contain;
  }
  .shin-lemon_sour.renew2024 #voice h2 {
    width: 70%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 5;
  }
  .shin-lemon_sour.renew2024 #voice .lead {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 30px;
  }
  .shin-lemon_sour.renew2024 #voice .lead strong {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list {
    display: block;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop1 figure {
    transform: translate(0%, 0%) scale(0.97);
    margin-bottom: 15px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop2.anime.active {
    transition-delay: 0s;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop2 figure {
    transform: translate(20%, 0%) scale(0.7);
    margin-bottom: -50px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop3.anime.active {
    transition-delay: 0s;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop3 figure {
    transform: translate(0%, 0%) scale(0.98);
    margin-bottom: 10px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop4.anime.active {
    transition-delay: 0s;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop4 figure {
    transform: translate(-2%, 0px) scale(1);
    margin-bottom: 15px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop5.anime.active {
    transition-delay: 0s;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop5 figure {
    transform: translate(9%, 0%) scale(0.85);
    margin-bottom: 0px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop6 figure {
    transform: translate(0, 0px) scale(1);
    margin-bottom: 15px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop7.anime.active {
    transition-delay: 0s;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop7 figure {
    transform: translate(0%, 0%) scale(1);
    margin-bottom: 15px;
  }
  .shin-lemon_sour.renew2024 #voice .pop-list li.pop8 figure {
    transform: translate(0%, 0) scale(1);
  }
  .shin-lemon_sour.renew2024 #voice .bg-obj {
    /*&.anime{
      opacity: 0;
      transform: translateY(30px);
      &.active{
        opacity: 1;
        transform: translateY(0px);
        transition: 0.5s all ease-out;
      }
    }*/
  }
  .shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj1 {
    left: -10%;
    top: 1%;
    width: 30.5%;
  }
  .shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj2 {
    left: 80%;
    top: 26%;
    width: 36.5%;
  }
  .shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj3 {
    left: -20%;
    top: 45%;
    width: 36.5%;
  }
  .shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj4 {
    left: 78%;
    top: 85%;
    width: 31.5%;
  }
  .shin-lemon_sour.renew2024 #voice .bg-obj.bg-obj5 {
    display: none;
  }
  .shin-lemon_sour.renew2024 #contents-info h2 {
    width: 51%;
    margin: 0 auto 25px;
  }
  .shin-lemon_sour.renew2024 #contents-info h3.ttl {
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #contents-info h3.ttl span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li {
    padding: 0;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li.bnr {
    background-color: #fff;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li.bnr figure {
    width: 100%;
    height: auto;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li.kouhan {
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li figure {
    width: 100%;
    margin-bottom: 5px;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li article {
    letter-spacing: 0.01em;
    width: 100%;
    text-align: center;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li article h3 {
    font-weight: 900;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li article p {
    margin-left: 0px;
    padding: 0 0 10px;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .shin-lemon_sour.renew2024 #contents-info ul li article small {
    display: inline-block;
    line-height: 1;
    border: 1px solid #000;
    font-size: 10px;
    font-size: 2.6666666667vw;
    padding: 2px 10px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .shin-lemon_sour.renew2024 #info article {
    position: relative;
    padding-bottom: 0;
  }
  .shin-lemon_sour.renew2024 #info article .note {
    position: relative;
    bottom: auto;
  }
  .shin-lemon_sour.renew2024 #info.anime.active figure .product {
    transition-delay: 1s;
  }
  .shin-lemon_sour.renew2024 #info.anime.active article {
    transition-delay: 0;
  }
  .shin-lemon_sour.renew2024 #talent {
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
  }
  .shin-lemon_sour.renew2024 #talent:before {
    display: none;
  }
  .shin-lemon_sour.renew2024 #talent .bg {
    display: block;
    width: 80%;
    margin: -20px 0 -100px 26%;
    position: relative;
    z-index: -1;
  }
  .shin-lemon_sour.renew2024 #talent .bg img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #modal-about {
    background: url(/shin-lemon_sour/assets/img/renew2024-modal_bg_sp.png) no-repeat;
    background-size: cover;
    padding: 30px 30px 20px;
  }
  .shin-lemon_sour.renew2024 #modal-about .close {
    text-align: right;
  }
  .shin-lemon_sour.renew2024 #modal-about .close span {
    display: inline-block;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 0px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .shin-lemon_sour.renew2024 #modal-about .close span:hover {
    opacity: 1;
  }
  .shin-lemon_sour.renew2024 #modal-about .close span i {
    display: none;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap {
    height: auto;
    max-height: 80vh;
    overflow-y: scroll;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap .block {
    display: block;
    align-items: center;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap .block figure {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 0px;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap .block figure img {
    width: 80%;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap .block article {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap .block .obj {
    position: relative;
    bottom: 0;
    left: 0;
    width: 50%;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap .block .obj img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal1 article {
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal2 article {
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal2 .obj {
    width: 55%;
    min-width: auto;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal3 article {
    margin-bottom: 20px;
  }
  .shin-lemon_sour.renew2024 #modal-about .modal-wrap #modal3 .obj {
    width: 55%;
    min-width: auto;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 {
    margin: 0px 0;
    padding: 0px 0;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 img {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 .lemon-inner {
    padding: 0 !important;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 dl {
    display: block;
    position: relative;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 dl dt {
    width: 100%;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 dl dd {
    width: 27%;
    position: absolute;
    top: 11vw;
    right: 3%;
    padding: 0;
  }
  .shin-lemon_sour.renew2024 #shin-campaign-0731 dl dd a:hover {
    transform: scale(1);
    filter: brightness(1);
  }
}
.shin-lemon_sour.renew2025-1 #shin-mv {
  /*.slick-dots li.slick-active button{
    background-color: #aa2715;
  }*/
}
.shin-lemon_sour.renew2025-1 #shin-mv .slick-dots {
  display: none;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap {
  background: url(/shin-lemon_sour/assets/img/2025_summer_1_mv2_bg.png) 50% bottom no-repeat #e5e7e9;
  background-size: auto 100%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .mv-wrap {
  background: none;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .pc {
  display: block;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .sp {
  display: none;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide1 .obj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide1 .obj img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .lemon-inner {
  max-width: 1200px;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .slide2-wrap {
  background: url(/shin-lemon_sour/assets/img/2025_1_mv1_bg.jpg) 50% bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 45px 0 0;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .sp_none {
  display: block;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap {
  display: flex;
  justify-content: center;
  max-height: 680px;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap img {
  width: 100%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt1 {
  width: 23.4%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .obj {
  width: 33%;
  margin: 0 6.6%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt2 {
  width: 23.4%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt2 .txt2_1 {
  margin-bottom: 10%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt2 .txt2_2 {
  margin: 0 auto 7%;
  width: 90.3%;
}
.shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt2 .txt2_3 {
  width: 84.6%;
  margin: auto;
}
.shin-lemon_sour.renew2025-1 #product dl {
  margin-bottom: 100px;
}
.shin-lemon_sour.renew2025-1 #product dl dd {
  width: 55%;
  font-size: min(1.6vw,28px);
}
.shin-lemon_sour.renew2025-1 #product dl dd strong {
  font-weight: 700;
  font-size: min(1.8vw,30px);
}
.shin-lemon_sour.renew2025-1 #product .bnr-list {
  margin-top: 40px;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list h4 {
  align-items: center;
  display: flex;
  font-size: min(1.2vw,20px);
  line-height: 1.2;
  margin-bottom: 20px;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list h4::before,
.shin-lemon_sour.renew2025-1 #product .bnr-list h4::after {
  background-color: #231815;
  content: "";
  flex-grow: 1;
  height: 2px;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list h4::before {
  margin-right: 15px;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list h4::after {
  margin-left: 15px;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul {
  display: flex;
  justify-content: space-between;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li {
  width: 27%;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li img {
  width: 100%;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li:nth-child(2) {
  width: 27%;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li:nth-child(3) {
  width: 40%;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li a {
  transition: 0.3s all;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li a:hover {
  opacity: 0.7;
}
.shin-lemon_sour.renew2025-1 #product .bnr-list ul li a:after {
  display: none;
}
.shin-lemon_sour.renew2025-1 #product .box .block h4 {
  top: -45px;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 {
  background: url(/shin-lemon_sour/assets/img/2025_summer_1_campaign_box_bg.jpg) no-repeat 20% top;
  background-size: cover;
  padding: 22px 2.5vw 95px;
  display: flex;
  margin-top: 85px;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure {
  width: 62%;
  position: relative;
  display: block;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure img {
  width: 100%;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure div {
  position: absolute;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure div.obj1-txt {
  position: absolute;
  width: 30%;
  top: 65%;
  left: 0;
  z-index: 1;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure div.obj2-txt {
  top: 5%;
  left: 13.5%;
  width: 19%;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 article {
  width: 38%;
  box-sizing: border-box;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 article img {
  width: 100%;
  transform: translateY(18%);
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025 article .txt1 {
  margin-bottom: 30px;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime {
  opacity: 0;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime figure div.obj1-txt {
  transform: translateX(20px);
  opacity: 0;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime figure div.obj2-txt {
  transform: translateX(0px) scale(0.5);
  opacity: 0;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime article .txt1 {
  opacity: 0;
  transform: translateY(-20px);
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime article .txt2 {
  opacity: 0;
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active {
  opacity: 1;
  transition: 1s all;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active figure div.obj1-txt {
  transform: translateX(0px);
  opacity: 1;
  transition: 0.7s all ease-out;
  transition-delay: 0.5s;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active figure div.obj2-txt {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s all ease-out;
  transition-delay: 0.7s;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active article .txt1 {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s all ease-out;
  transition-delay: 1s;
}
.shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active article .txt2 {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.7s all ease-out;
  transition-delay: 1.3s;
}
.shin-lemon_sour.renew2025-1 #voice {
  background: url(/shin-lemon_sour/assets/img/2025_1-voice_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li {
  width: 50%;
  margin-bottom: -10%;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-7 figure {
  transform: translate(10%, 0%) scale(0.5);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-8 figure {
  transform: translate(0%, 0%) scale(0.65);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-9 {
  margin-bottom: -25%;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-9 figure {
  transform: translate(55%, 0%) scale(0.5);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-10 {
  margin-bottom: -25%;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-10 figure {
  transform: translate(45%, -2%) scale(0.48);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-11 {
  margin-bottom: -20%;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-11 figure {
  transform: translate(0%, 0%) scale(0.55);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-12 {
  margin-bottom: -20%;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-12 figure {
  transform: translate(0%, 0%) scale(0.45);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li {
  width: 33.3%;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.anime {
  opacity: 0;
  transform: scale(0.5) rotate(-10deg) translate(0px, 0px);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.anime.active {
  opacity: 1;
  transition: 0.2s all ease-out;
  transition-delay: 0.2s;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transform-origin: bottom;
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-1 figure {
  transform: translate(0%, 0%) scale(0.7);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-2 figure {
  margin-top: 25%;
  transform: translate(-15%, 10%) scale(0.85);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-3 figure {
  transform: translate(-15%, 0%) scale(1.1);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-4 figure {
  transform: translate(-10%, 0%) scale(0.75);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-5 figure {
  margin-top: 25%;
  transform: translate(-15%, 10%) scale(0.9);
}
.shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-6 figure {
  transform: translate(1%, 0%) scale(1);
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26.5%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj img {
  width: 100%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj1 {
  left: 76%;
  top: 4%;
  width: 20.5%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj2 {
  left: 6%;
  top: 10%;
  width: 12.5%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj3 {
  left: 90%;
  top: 48%;
  width: 12.5%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj4 {
  left: -5%;
  top: 68%;
  width: 18.5%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj5 {
  left: 88%;
  top: 92%;
  width: 18.5%;
}
.shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj6, .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj7, .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj8 {
  display: none;
}

@media screen and (max-width: 768px) {
  .shin-lemon_sour.renew2025-1 #shin-mv {
    margin-bottom: -10px;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slick-dots {
    bottom: 13px;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slick-dots li.slick-active button {
    background-color: #1bafbd;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide1 {
    padding: 0;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap {
    background: none;
    padding: 0;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .mv-wrap {
    background: none;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .pc {
    display: none;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .sp {
    display: block;
    position: relative;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide1 .slide1-wrap .sp p {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 76%;
    transform: translateX(-50%);
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 {
    background: url(/shin-lemon_sour/assets/img/2025_1_mv1_bg.jpg) 50% 0;
    background-size: cover;
    position: relative;
    padding: 0;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .slide2-wrap {
    padding: 10vw 0 0;
    box-sizing: border-box;
    background: none;
    height: auto;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .sp_none {
    display: none;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .lemon-inner {
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap {
    display: block;
    max-height: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt1 {
    width: 76%;
    margin: 0 auto -2%;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .obj {
    width: 48.5%;
    margin: auto;
  }
  .shin-lemon_sour.renew2025-1 #shin-mv .slide2-2025 .mv-inner-wrap .txt2 {
    width: 100%;
  }
  .shin-lemon_sour.renew2025-1 #about .lemon-inner {
    padding: 7vh 0 7vh;
  }
  .shin-lemon_sour.renew2025-1 #about .lemon-inner:after {
    display: none;
  }
  .shin-lemon_sour.renew2025-1 #about .lemon-inner .circle {
    width: 103%;
  }
  .shin-lemon_sour.renew2025-1 #product dl {
    margin-bottom: 50px;
  }
  .shin-lemon_sour.renew2025-1 #product dl dd {
    width: 100%;
    font-size: 13px;
    font-size: 3.4666666667vw;
    padding-top: 20px;
    white-space: wrap;
  }
  .shin-lemon_sour.renew2025-1 #product dl dd strong {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
  .shin-lemon_sour.renew2025-1 #product .bnr-list {
    margin-top: 20px;
  }
  .shin-lemon_sour.renew2025-1 #product .bnr-list h4 {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .shin-lemon_sour.renew2025-1 #product .bnr-list h4::before,
  .shin-lemon_sour.renew2025-1 #product .bnr-list h4::after {
    height: 1px;
  }
  .shin-lemon_sour.renew2025-1 #product .bnr-list ul li a:hover {
    opacity: 1;
  }
  .shin-lemon_sour.renew2025-1 #product .box .block h4 {
    top: -25px;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 {
    background: url(/shin-lemon_sour/assets/img/2025_summer_1_campaign_box_bg_sp.jpg) no-repeat 50% bottom;
    background-size: cover;
    padding: 25px 3.5vw 82%;
    display: block;
    margin-top: 25px;
    position: relative;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure {
    width: 23%;
    position: absolute;
    bottom: 42%;
    left: -2%;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure div {
    position: relative;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure div.obj1-txt {
    display: none;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 figure div.obj2-txt {
    top: auto;
    left: auto;
    width: 100%;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 article {
    width: 100%;
    padding-top: 0px;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 article img {
    width: 100%;
    transform: translateY(0);
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025 article .txt1 {
    margin-bottom: 30px;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime {
    opacity: 0;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime figure div.obj1-txt {
    transform: translateX(20px);
    opacity: 0;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime figure div.obj2-txt {
    transform: translateX(0px) scale(0.5);
    opacity: 0;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime article .txt1 {
    opacity: 0;
    transform: translateY(-20px);
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime article .txt2 {
    opacity: 0;
    -webkit-clip-path: inset(0 100%);
            clip-path: inset(0 100%);
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active {
    opacity: 1;
    transition: 1s all;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active article .txt1 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s all ease-out;
    transition-delay: 0s;
  }
  .shin-lemon_sour.renew2025-1 #product .campaign-box-2025.anime.active article .txt2 {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    transition: 0.7s all ease-out;
    transition-delay: 0.3s;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list {
    display: flex;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li {
    width: 100%;
    margin-bottom: 0;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-7 {
    order: 7;
    margin-bottom: -23%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-7 figure {
    transform: translate(0%, 0%) scale(0.6);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-8 {
    order: 8;
    margin-bottom: -13%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-8 figure {
    transform: translate(20%, 0%) scale(0.75);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-9 {
    order: 9;
    margin-bottom: -25%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-9 figure {
    transform: translate(5%, 0%) scale(0.6);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-10 {
    order: 10;
    margin-bottom: -35%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-10 figure {
    transform: translate(35%, 0%) scale(0.62);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-11 {
    order: 11;
    margin-bottom: -20%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-11 figure {
    transform: translate(0%, 0%) scale(0.65);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-12 {
    order: 12;
    margin-bottom: -40%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list.pop-col2 li.pop2025-12 figure {
    transform: translate(40%, 0%) scale(0.55);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li {
    width: 100%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.anime {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg) translate(0px, 0px);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.anime.active {
    opacity: 1;
    transition: 0.2s all ease-out;
    transition-delay: 0.2s;
    transform: scale(1) rotate(0deg) translate(0px, 0px);
    transform-origin: bottom;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-1 {
    margin-bottom: -30%;
    order: 1;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-1 figure {
    transform: translate(0%, 0%) scale(0.55);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-2 {
    order: 4;
    margin-bottom: -53%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-2 figure {
    margin-top: 0;
    transform: translate(40%, 0%) scale(0.6);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-3 {
    order: 2;
    margin-bottom: -1%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-3 figure {
    transform: translate(10%, 0%) scale(0.9);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-4 {
    order: 3;
    margin-bottom: -43%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-4 figure {
    transform: translate(6%, 0%) scale(0.55);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-5 {
    order: 5;
    margin-bottom: -23%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-5 figure {
    transform: translate(0%, 0%) scale(0.65);
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-6 {
    order: 6;
    margin-bottom: -23%;
  }
  .shin-lemon_sour.renew2025-1 #voice .pop-list li.pop2025-6 figure {
    transform: translate(25%, 0%) scale(0.75);
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj1 {
    left: -15%;
    top: 5%;
    width: 30.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj2 {
    left: 70%;
    top: 13%;
    width: 42.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj3 {
    left: 69%;
    top: 28.5%;
    width: 27.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj4 {
    left: -23%;
    top: 47%;
    width: 45.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj5 {
    display: block;
    left: 73%;
    top: 59%;
    width: 43.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj6 {
    display: block;
    left: 4%;
    top: 78%;
    width: 26.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj7 {
    display: block;
    left: 77%;
    top: 85%;
    width: 28.5%;
  }
  .shin-lemon_sour.renew2025-1 #voice .bg-obj.bg-obj8 {
    display: block;
    left: -13%;
    top: 91%;
    width: 40.5%;
  }
}/*# sourceMappingURL=style.css.map */