@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap);
/************************************************************

RESET

************************************************************/
.lemontherich h1,
.lemontherich h2,
.lemontherich h3,
.lemontherich div,
.lemontherich p,
.lemontherich ol,
.lemontherich ul,
.lemontherich li,
.lemontherich figure {
  margin: 0;
  padding: 0;
}

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

.lemontherich img {
  vertical-align: top;
}

.lemontherich {
  color: #333;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  height: 100%;
  letter-spacing: 0.2em;
  background: url(/lemontherich/assets/img/bg.jpg) no-repeat 50% 0 #001230;
  min-width: 1080px;
}

.lemontherich .lemon-inner {
  width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lemontherich .lemon-inner-s {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lemontherich {
    font-size: 16px;
    font-size: 2.3988vw;
    line-height: 1.8;
    min-width: 100%;
    padding-top: 54px;
  }
  .lemontherich .lemon-inner, .lemontherich .lemon-inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .lemontherich .lemontherich img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lemontherich {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.lemontherich #header {
  padding-top: 20px;
}

.lemontherich #header .lemon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lemontherich #header .lemon-inner h1 {
  line-height: 1.6;
  margin-top: 15px;
}

.lemontherich #header .lemon-inner .menu {
  display: none;
}

.lemontherich #header .lemon-inner .lemon-nav {
  margin-right: 30px;
}

.lemontherich #header .lemon-inner .lemon-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lemontherich #header .lemon-inner .lemon-nav ul li {
  margin-left: 40px;
}

.lemontherich #header .lemon-inner .lemon-nav ul li:first-child {
  margin-left: 0px;
}

.lemontherich #header .lemon-inner .lemon-nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.lemontherich #header .lemon-inner .lemon-nav ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.lemontherich #header .lemon-inner .lemon-nav ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lemontherich #header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lemontherich #header {
    background: none;
    height: auto;
    position: fixed;
    top: 54px;
    z-index: 1000;
    width: 100%;
    display: block;
  }
  .lemontherich #header.open:after {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .lemontherich #header:after {
    content: '';
    width: 160px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 6, 26, 0.5);
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  .lemontherich #header .lemon-inner {
    display: block;
  }
  .lemontherich #header .lemon-inner h1 {
    width: 180px;
    margin: auto;
    padding-top: 0px;
  }
  .lemontherich #header .lemon-inner .lemon-nav {
    margin-right: 30px;
    padding: 0 5%;
    display: none;
    position: relative;
    z-index: 1;
  }
  .lemontherich #header .lemon-inner .lemon-nav ul {
    display: block;
  }
  .lemontherich #header .lemon-inner .lemon-nav ul li {
    margin-left: 0px;
  }
  .lemontherich #header .lemon-inner .lemon-nav ul li:first-child {
    margin-left: 0px;
  }
  .lemontherich #header .lemon-inner .lemon-nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .lemontherich #header .lemon-inner .lemon-nav ul li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
  }
  .lemontherich #header .lemon-inner .lemon-nav ul li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .lemontherich #header .lemon-inner .menu {
    display: block;
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 9990;
    cursor: pointer;
    /*&:after{
						content: '';
						background-color: #928042;
						width: 38px;
						height: 38px;
						position: absolute;
						top: 50%;
						left: 50%;
						margin: -21px 0 0 -19px;
						z-index: -1;
						border-radius: 24px;
					}*/
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger,
  .lemontherich #header .lemon-inner .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger {
    position: relative;
    width: 35px;
    height: 18px;
    display: block;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    overflow: hidden;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .lemontherich #header .lemon-inner .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .lemontherich .lemon-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .lemontherich h3.line {
    text-align: center;
    margin-bottom: 40px;
  }
  .lemontherich h3.line span {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
  }
  .lemontherich h3.line span:after {
    content: '';
    background: url(/lemontherich/assets/img/ttl_line.png) repeat-x;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*---------------------------
		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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  /*#movie-wrap{
		@include movie();
	}*/
}

#modal-movie #movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#modal-movie #movie #movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-movie .close {
  background: url(/lemontherich/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(/lemontherich/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;
}

.lemontherich {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lemontherich #mv {
  width: 100%;
  height: calc(100vh + 120px);
  position: fixed;
  top: -120px;
  left: 0;
  z-index: -1;
}

.lemontherich #mv:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.lemontherich #mv ul {
  height: calc(100vh);
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.lemontherich #mv ul li {
  width: 100%;
  height: calc(100vh + 120px);
  background: url(/lemontherich/assets/img/mv1.jpg) no-repeat 50% bottom;
  background-size: cover;
  position: relative;
}

.lemontherich #mv ul li.mv1 .txt {
  position: absolute;
  top: calc(17% + 120px);
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 200px));
          transform: translateX(calc(-50% - 200px));
}

.lemontherich #mv ul li.mv1 .txt img {
  width: 94%;
}

.lemontherich #mv ul li.mv1 .obj {
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 86%;
}

.lemontherich #mv ul li.mv1.ver2 .obj, .lemontherich #mv ul li.mv1.ver3 .obj {
  position: relative;
  bottom: auto;
  right: auto;
  height: 100%;
  padding-top: 290px;
  text-align: center;
}

.lemontherich #mv ul li.mv1.ver2 .obj img, .lemontherich #mv ul li.mv1.ver3 .obj img {
  height: calc(100% - 320px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.lemontherich #mv ul li.mv1.ver4 {
  background: none;
}

.lemontherich #mv ul li.mv1.ver4 .obj, .lemontherich #mv ul li.mv1.ver4 .txt {
  display: none;
}

.lemontherich #mv ul li.mv1.ver4 .img {
  height: 100%;
  padding-top: 0;
  text-align: center;
}

.lemontherich #mv ul li.mv1.ver4 .img img {
  height: calc(100% - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.lemontherich #mv ul li.mv2 {
  background: url(/lemontherich/assets/img/mv2.jpg) no-repeat 50% 0;
  background-size: cover;
}

.lemontherich #mv ul li.mv2 .obj {
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 350px));
          transform: translateX(calc(-50% + 350px));
}

.lemontherich #mv ul li.mv2 .txt {
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 200px));
          transform: translateX(calc(-50% - 200px));
}

.lemontherich #mv ul li.mv2.ver2 {
  background: url(/lemontherich/assets/img/mv2_2.jpg) no-repeat 50% 0;
  background-size: cover;
}

.lemontherich #mv ul li.mv2.ver2 .obj {
  display: none;
}

.lemontherich #mv ul li.mv2.ver3 {
  background: #000;
  background-size: cover;
}

.lemontherich #mv ul li.mv2.ver3 .txt {
  display: none;
}

.lemontherich #mv ul li.mv2.ver3 .obj {
  display: none;
}

.lemontherich #mv ul li.mv2.ver3 .img {
  height: 100%;
  padding-top: 0;
  text-align: center;
}

.lemontherich #mv ul li.mv2.ver3 .img img {
  height: calc(100% - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.lemontherich #mv .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  padding-bottom: 55px;
  letter-spacing: 0.1em;
}

.lemontherich #mv .scroll span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 57px;
  overflow: hidden;
}

.lemontherich #mv .scroll span:after {
  content: '';
  background: url(/lemontherich/assets/img/scroll.png) no-repeat;
  width: 14px;
  height: 57px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}

.lemontherich #mv.hide ul {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.lemontherich #mv.hide:before {
  background-color: #206990;
  opacity: 0.7;
}

.lemontherich #mv.hide2:before {
  background-color: #a27200;
  opacity: 0.7;
}

.lemontherich #mv.hide3:before {
  background-color: #d66602;
  opacity: 0.7;
}

.lemontherich #mv.hide4:before {
  background-color: #a20000;
  opacity: 0.7;
}

.lemontherich .scroll-wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 50px);
  margin-top: 100vh;
  margin-left: 50px;
}

.lemontherich #concept {
  text-align: center;
  background: url(/lemontherich/assets/img/bg.jpg) no-repeat 50% bottom #001230;
  padding: 180px 0 180px;
}

.lemontherich #concept p {
  font-size: 21px;
  color: #e0bf51;
  line-height: 2.6;
}

.lemontherich #concept p.anime {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}

.lemontherich #concept p.anime.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lemontherich #concept #bnr {
  margin-top: 0px;
  padding-top: 160px;
}

.lemontherich #concept #bnr a {
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

.lemontherich #concept #bnr a:hover {
  opacity: 0.7;
}

.lemontherich #concept #bnr.anime {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}

.lemontherich #concept #bnr.anime.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lemontherich #concept #bnr2 {
  margin-top: 0px;
  padding-top: 160px;
}

.lemontherich #concept #bnr2 img {
  width: 800px;
}

.lemontherich #concept #bnr2.anime {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
  opacity: 0;
}

.lemontherich #concept #bnr2.anime.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.lemontherich #concept.anime2 {
  opacity: 0;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.lemontherich #concept.anime2.active {
  opacity: 1;
}

.lemontherich #cm {
  background: url(/lemontherich/assets/img/cm_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0;
  color: #e0bf51;
}

.lemontherich #cm .lemon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 900px;
}

.lemontherich #cm li {
  font-size: 20px;
  margin-bottom: 60px;
}

.lemontherich #cm li p {
  margin-top: 5px;
}

.lemontherich #cm li:last-child {
  margin-bottom: 0px;
}

.lemontherich #cm li.anime {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.lemontherich #cm li.anime.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.lemontherich #cm article {
  margin-left: 165px;
  padding-top: 60px;
}

.lemontherich #cm article.anime {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

.lemontherich #cm article.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.lemontherich #cm .ttl {
  margin-bottom: 10px;
}

.lemontherich #cm .ttl + p {
  font-size: 25px;
  line-height: 2;
  position: relative;
  padding-top: 20px;
  display: inline-block;
  letter-spacing: 0.2em;
}

.lemontherich #cm .ttl + p:before {
  content: '';
  width: calc(100% + 20px);
  height: 1px;
  background-color: #e0bf51;
  position: absolute;
  top: 0;
  left: -10px;
}

.lemontherich #about {
  background: url(/lemontherich/assets/img/about_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 155px 0 180px;
  position: relative;
  z-index: 1;
}

.lemontherich #about .lemon-inner {
  position: relative;
  width: 900px;
}

.lemontherich #about .ttl {
  margin-bottom: 10px;
}

.lemontherich #about .ttl + p {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.2em;
  position: relative;
  padding-top: 10px;
  display: inline-block;
  color: #e0bf51;
}

.lemontherich #about .ttl + p:before {
  content: '';
  width: calc(100% + 5px);
  height: 1px;
  background-color: #e0bf51;
  position: absolute;
  top: 0;
  left: -10px;
}

.lemontherich #about .ttl-wrap.anime {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}

.lemontherich #about .ttl-wrap.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.lemontherich #about figure {
  margin: 80px 0 40px 70px;
}

.lemontherich #about figure + p {
  color: #fff;
  font-size: 16px;
}

.lemontherich #about figure + p span {
  display: inline-block;
}

.lemontherich #about figure + p span.anime {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.lemontherich #about figure + p span.anime.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lemontherich #about figure.anime {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.lemontherich #about figure.anime.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.lemontherich #about .obj {
  position: absolute;
  bottom: -15px;
  right: 0;
}

.lemontherich #about .obj.anime {
  -webkit-transition: 3s all ease-out;
  transition: 3s all ease-out;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.lemontherich #about .obj.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lemontherich #lineup-wrap {
  background: url(/lemontherich/assets/img/lineup_bg1_sp.png) no-repeat 50% 0;
  position: relative;
  z-index: 2;
  margin-top: -310px;
}

.lemontherich #lineup-wrap #lineup {
  padding-top: 140px;
  margin-top: -140px;
}

.lemontherich #lineup-wrap .lemon-inner {
  position: relative;
  width: 900px;
}

.lemontherich #lineup-wrap .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lemontherich #lineup-wrap .product article {
  color: #e0bf51;
  font-size: 21px;
  padding-left: 50px;
}

.lemontherich #lineup-wrap .product article h3 {
  font-size: 38px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.lemontherich #lineup-wrap .product article .data {
  line-height: 1;
  margin-bottom: 15px;
}

.lemontherich #lineup-wrap .product article .data small {
  display: inline-block;
  font-size: 16px;
  background-color: #005a30;
  color: #fff;
  padding: 7px 15px 5px;
  line-height: 1;
  font-weight: 700;
}

.lemontherich #lineup-wrap .product.anime figure {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  opacity: 0;
  -webkit-transform: translateX(50px) scale(0.9);
          transform: translateX(50px) scale(0.9);
}

.lemontherich #lineup-wrap .product.anime article h3 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.lemontherich #lineup-wrap .product.anime article h3 span {
  display: inline-block;
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}

.lemontherich #lineup-wrap .product.anime article div {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}

.lemontherich #lineup-wrap .product.anime.active figure {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
}

.lemontherich #lineup-wrap .product.anime.active article h3 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.lemontherich #lineup-wrap .product.anime.active article h3 span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.lemontherich #lineup-wrap .product.anime.active article div {
  opacity: 1;
}

.lemontherich #lineup-wrap .product1 {
  padding-top: 360px;
}

.lemontherich #lineup-wrap .product1 h2 {
  text-align: right;
  margin-bottom: 100px;
  padding-bottom: 13px;
}

.lemontherich #lineup-wrap .product1 h2 span {
  position: relative;
  display: inline-block;
}

.lemontherich #lineup-wrap .product1 h2 span:before {
  content: '';
  width: calc(100% + 20px);
  height: 1px;
  background-color: #e0bf51;
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.lemontherich #lineup-wrap .product1 h2.anime {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}

.lemontherich #lineup-wrap .product1 h2.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.lemontherich #lineup-wrap .product2 {
  background: url(/lemontherich/assets/img/lineup_bg2.png) no-repeat 50% 0;
  padding: 140px 0 68px;
  position: relative;
  z-index: 3;
}

.lemontherich #lineup-wrap .product2 .product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lemontherich #lineup-wrap .product2 .product article {
  padding-left: 0px;
  padding-right: 50px;
}

.lemontherich #lineup-wrap .product2 .product.anime figure {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  opacity: 0;
  -webkit-transform: translateX(-50px) scale(0.9);
          transform: translateX(-50px) scale(0.9);
}

.lemontherich #lineup-wrap .product2 .product.anime.active figure {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
}

.lemontherich #lineup-wrap .product3 {
  background: url(/lemontherich/assets/img/lineup_bg3.png) no-repeat 50% 0;
  background-size: cover;
  padding: 65px 0 120px;
  position: relative;
  z-index: 2;
  margin-top: -23px;
}

.lemontherich #lineup-wrap .product4 {
  background: url(/lemontherich/assets/img/lineup_bg4.png) no-repeat 50% 0;
  padding: 85px 0 120px;
  margin-top: -80px;
  margin-bottom: -10px;
  position: relative;
  z-index: 3;
}

.lemontherich #lineup-wrap .product4 .product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lemontherich #lineup-wrap .product4 .product article {
  padding-left: 0px;
  padding-right: 50px;
  color: #005a30;
}

.lemontherich #lineup-wrap .product4 .product.anime figure {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  opacity: 0;
  -webkit-transform: translateX(-50px) scale(0.9);
          transform: translateX(-50px) scale(0.9);
}

.lemontherich #lineup-wrap .product4 .product.anime.active figure {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
}

.lemontherich .anchor-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  /*&.hide{
      opacity: 0;
    }*/
}

@media screen and (max-width: 768px) {
  .lemontherich #mv {
    height: calc(100vh + 90px);
    top: -90px;
  }
  .lemontherich #mv ul li {
    height: calc(100vh + 90px);
  }
  .lemontherich #mv .scroll {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    color: #fff;
    padding-bottom: 55px;
  }
  .lemontherich .scroll-wrap {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
  .lemontherich #concept {
    text-align: center;
    background: url(/lemontherich/assets/img/bg.jpg) no-repeat 50% bottom #001230;
    padding: 90px 0 90px;
  }
  .lemontherich #concept p {
    font-size: 16px;
    font-size: 2.3988vw;
    line-height: 2;
    padding: 0 7%;
  }
  .lemontherich #concept #bnr {
    padding: 70px 7% 0;
  }
  .lemontherich #concept #bnr a:hover {
    opacity: 1;
  }
  .lemontherich #concept #bnr2 {
    padding: 70px 7% 0;
  }
  .lemontherich #concept #bnr2 img {
    width: 100%;
  }
  .lemontherich #cm {
    background: url(/lemontherich/assets/img/cm_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 0;
    color: #e0bf51;
  }
  .lemontherich #cm .lemon-inner {
    display: block;
    width: 80%;
  }
  .lemontherich #cm li {
    font-size: 16px;
    font-size: 2.3988vw;
    margin-bottom: 30px;
  }
  .lemontherich #cm li p {
    margin-top: 5px;
  }
  .lemontherich #cm li:last-child {
    margin-bottom: 0px;
  }
  .lemontherich #cm article {
    margin-left: 0px;
    padding-top: 0px;
  }
  .lemontherich #cm .ttl {
    width: 68px;
    line-height: 1;
  }
  .lemontherich #cm .ttl + p {
    font-size: 18px;
    font-size: 2.69865vw;
    line-height: 2;
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .lemontherich #about {
    background: url(/lemontherich/assets/img/about_bg_sp.jpg) no-repeat 50% 0;
    padding: 80px 0 350px;
    position: relative;
    z-index: 1;
  }
  .lemontherich #about .lemon-inner {
    position: relative;
    width: 80%;
  }
  .lemontherich #about .ttl {
    margin-bottom: 10px;
    width: 165px;
    line-height: 1;
  }
  .lemontherich #about .ttl + p {
    font-size: 18px;
    font-size: 2.69865vw;
    line-height: 2;
  }
  .lemontherich #about figure {
    margin: 40px 0 20px 0px;
    width: 80%;
  }
  .lemontherich #about figure + p {
    font-size: 14px;
    font-size: 2.09895vw;
  }
  .lemontherich #about .obj {
    width: 32%;
    bottom: calc(-295px + 10.5%);
    right: 1%;
  }
  .lemontherich #lineup-wrap {
    background: url(/lemontherich/assets/img/lineup_bg1_sp.png) no-repeat 50% 0;
    position: relative;
    z-index: 2;
    margin-top: -295px;
  }
  .lemontherich #lineup-wrap #lineup {
    padding-top: 80px;
    margin-top: -80px;
  }
  .lemontherich #lineup-wrap .lemon-inner {
    width: 80%;
  }
  .lemontherich #lineup-wrap .product {
    display: block;
  }
  .lemontherich #lineup-wrap .product figure {
    width: 40%;
    margin: 0 auto 40px;
  }
  .lemontherich #lineup-wrap .product article {
    font-size: 18px;
    font-size: 2.69865vw;
    padding-left: 0px;
    text-align: center;
  }
  .lemontherich #lineup-wrap .product article h3 {
    font-size: 24px;
    font-size: 3.5982vw;
    margin-bottom: 20px;
  }
  .lemontherich #lineup-wrap .product article .data {
    margin-bottom: 15px;
  }
  .lemontherich #lineup-wrap .product article .data small {
    font-size: 12px;
    font-size: 1.7991vw;
  }
  .lemontherich #lineup-wrap .product1 {
    padding-top: 260px;
  }
  .lemontherich #lineup-wrap .product1 h2 {
    text-align: right;
    margin-bottom: 60px;
    width: 189px;
    line-height: 1;
  }
  .lemontherich #lineup-wrap .product1 h2 span {
    position: relative;
    display: inline-block;
  }
  .lemontherich #lineup-wrap .product1 h2 span:before {
    content: '';
    width: calc(100% + 20px);
    height: 1px;
    background-color: #e0bf51;
    position: absolute;
    bottom: -10px;
    left: -10px;
  }
  .lemontherich #lineup-wrap .product2 {
    background: url(/lemontherich/assets/img/lineup_bg2.png) no-repeat 50% 0;
    padding: 140px 0 68px;
    background-size: cover;
    position: relative;
    z-index: 3;
  }
  .lemontherich #lineup-wrap .product2 .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lemontherich #lineup-wrap .product2 .product article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lemontherich #lineup-wrap .product3 {
    background: url(/lemontherich/assets/img/lineup_bg3.png) no-repeat 50% 0;
    padding: 65px 0 75px;
    background-size: cover;
    position: relative;
    z-index: 2;
  }
  .lemontherich #lineup-wrap .product4 {
    background: url(/lemontherich/assets/img/lineup_bg4.png) no-repeat 50% 0;
    padding: 8/0px 0 75px;
    background-size: cover;
    position: relative;
    margin-top: -50px;
    z-index: 3;
  }
  .lemontherich #lineup-wrap .product4 .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lemontherich #lineup-wrap .product4 .product article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lemontherich .anchor-btn {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 30%;
    /*&.hide{
        opacity: 0;
      }*/
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .lemontherich #mv {
    height: calc(100vh + 90px);
    top: -90px;
  }
  .lemontherich #mv ul li {
    height: calc(100vh + 90px);
  }
  .lemontherich #mv ul li.mv1.ver4 {
    background: url(/lemontherich/assets/img/mv1_sp.png) no-repeat 50% bottom #133661;
    background-size: 100%;
  }
  .lemontherich #mv ul li.mv1.ver4 .txt {
    position: absolute;
    top: calc(23% + 60px);
    left: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 90%;
    display: block;
  }
  .lemontherich #mv ul li.mv1.ver4 .obj {
    display: none;
  }
  .lemontherich #mv ul li.mv1.ver4 .img {
    display: none;
  }
  .lemontherich #mv ul li.mv2.ver3 {
    background: url(/lemontherich/assets/img/mv2_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .lemontherich #mv ul li.mv2.ver3 .obj {
    position: absolute;
    bottom: 100px;
    left: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 45%;
    display: block;
  }
  .lemontherich #mv ul li.mv2.ver3 .txt {
    position: absolute;
    top: calc(19% + 60px);
    left: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 90%;
    display: block;
  }
  .lemontherich #mv ul li.mv2.ver3 .img {
    display: none;
  }
  .lemontherich #mv .scroll {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    color: #fff;
    padding-bottom: 55px;
  }
  .lemontherich #concept p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .lemontherich #cm li {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .lemontherich #cm .ttl + p {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .lemontherich #about .ttl + p {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .lemontherich #about figure + p {
    font-size: 14px;
    font-size: 3.73333vw;
    white-space: nowrap;
  }
  .lemontherich #lineup-wrap .product {
    display: block;
  }
  .lemontherich #lineup-wrap .product figure {
    width: 60%;
    margin: 0 auto 40px;
  }
  .lemontherich #lineup-wrap .product article {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .lemontherich #lineup-wrap .product article h3 {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .lemontherich #lineup-wrap .product article .data small {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .lemontherich #lineup-wrap .product1 {
    padding-top: 260px;
  }
}
/*# sourceMappingURL=lemontherich2022.css.map */