@charset "UTF-8";

/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑common*/


/* アニメーション */
/* テキストのアニメーション */
.mask{
  overflow: hidden;
}
.mask img{
  transform: translateY(100%);
}
.js-bound{
  transform: scale(0);
}
.js-bound.bound{
  animation-name: bound-anim;
  animation-duration: 1s;
  animation-delay: 0.3s;
  transform-origin: 50% 100%;
  animation-fill-mode:forwards;
}
@keyframes bound-anim {
  0%{transform: scale(0);}
  60% {transform: scale(1.05);}
  100% {transform:  scale(1);}
}
.campaign .txtArea a{
  transition-duration: 0.3s;
}
.campaign .txtArea a:hover{
  background: #628514;
}
.mask.animated img{
  animation: mask cubic-bezier(0.86,0,0.07,1) forwards;
  /* animation: mask cubic-bezier(.4, 0, .2, 1) forwards; */
  animation-delay: 2.5s;
  animation-duration: 1.5s;
}
.mask.animated .duration-s{
  animation-duration: 2.7s;
}
@keyframes mask {
  100% {
    transform: translateY(0);
  }
}
/* スプラッシュ */
.opening {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 200;
}
.opening img{
  width: 10%;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 300;
    position: absolute;
  }
  @media (max-width: 767px){
    .opening img{
      width: 30%;
      top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 300;
        position: absolute;
      }
  }
.opening:before {
  background: #91C50F;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
.opening:after {
  background: #628514;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.opening.animated::after{
  animation:opening cubic-bezier(.4, 0, .2, 1) forwards;
  animation-duration: 1.2s;
  animation-delay: 1.8s;
}
.opening.animated::before{
  animation: opening cubic-bezier(.4, 0, .2, 1) forwards;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
}


/* スプラッシュ 新 */
.glay{
  color: #39424D;
}
.splash {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 200;
  /* background: rgba(145, 197, 15, 0.8); */
  background:#fff;
}
.splash article{
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.splash article .splashLogo{
  width: 10%;
  margin: 0 auto;
}
.splash article p{
  font-size: 5.3rem;
  letter-spacing: 0.1em;
  color: #91C50F;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px){
  .splash article{
    top: 42%;
  }
  .splash article p{
    font-size: 3.6rem;
  }
  .splash article .splashLogo{
    width: 30%;
  }
}
.splash article{
  opacity: 0;
  animation-name: openfade;
  animation-duration: 2.3s;
}
.splash .phase1{
  animation-delay: 0.3s;
}
.splash .phase2{
  animation-delay: 2.5s;
}
.splash .phase3{
  animation-delay: 4.5s;
}
@keyframes openfade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opening {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes zoom {
  0% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

/* mvbackground */
.js-bg{
  background: url(../img/mv_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
  z-index: -1;
}
.js-bg.animated{
  animation-name:zoom;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-delay: 0s;
}
.js-ttl{
  transition-duration: 1s;
  transform: translateY(60px);
  opacity: 0;
}
.js-nomalFade{
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 0;
}

.mv h1 .js-nomalFade{
  transition-delay: 0.5s;
}
.mv p.js-nomalFade{
  transition-delay: 1.5s;
}
.mv{
  width: 100%;
  height: 100vh;
  padding: calc(291 * (100vh / 1080)) 0 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.mv h1{
  width: calc(1001 * (100vw / 1920));
  margin: 0 auto;
}

.mv .mvTxt{
  width: calc(1217 * (100vw / 1920));
  position: absolute;
  bottom: calc(200 * (100vh / 1080));
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about{
  padding: 15rem 0 15rem;
  background: linear-gradient(#fff 0%, #fff 47.78%, #e0f2b2 78.33%, #bde35c 100%);}
.about ul{
  display: flex;
}
.about ul .txtArea{
  width: 61.3rem;
}
.about ul .txtArea h2{
  font-size: 4.4rem;
  line-height: 1.5;
  padding-left: 2rem;
  margin-bottom: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.about ul .txtArea h2 .indent{
  margin-left: -2rem;
  white-space: nowrap;
}
.about ul .txtArea h2 .indent .kerning{
  display: inline-block;
  margin-left: -2rem;
}
.about ul .txtArea p{
  width: 56rem;
  margin-left: 3rem;
  font-size: 1.6rem;
  line-height: 2.11;
}
.about ul .imgArea{
  width: calc( 100% - 61.3rem);
  position: relative;
}
.about ul .imgArea figure{
  width: 73.2rem;
  position: absolute;
  left: 5.7rem;
  bottom: -1rem;
}


.experience{
  padding: 10rem 0 96.8rem;
  background: url(../img/experience_bg.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.experience .subTtl{
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.experience .subTtl::after{
  content: "";
  width: 41.1rem;
  height: 1.6rem;
  background: url(../img/experience_ttl_line.png) center top no-repeat;
  background-size: cover;
  position: absolute;
    bottom: -2.1rem;
    left: 49.7%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  display: block;
}
.experience .experienceTtl{
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 1.7rem;
}
.experience .experienceTtl .col{
  font-size: 4.4rem;
  line-height: 1.5;
}
.experience ul{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  background: url(../img/experience_list_bg.png) center center no-repeat;
  background-size: cover;
}
.experience ul li{
  width: 50%;
  height: 20rem;
  display: flex;
  align-items: center;
}


.experience ul li.block1 figure{
  width: 10.4rem;
  margin: 0 5rem;
}
.experience ul li.block2 figure{
  width: 13.1rem;
  margin: 0 3.5rem 0 4.1rem;
}
.experience ul li.block3 figure{
  width: 13.1rem;
  margin: 0 3.17rem 0 4.3rem;
}
.experience ul li.block4 figure{
  width: 16.8rem;
  margin: 0 1.9rem 0 2.03rem;
}
.experience ul li h3{
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
}

.offer{
  width: 176rem;
  height: 176rem;
  position: absolute;
  bottom: -89rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 21rem;
}
.offer::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/offer_bg.png) center center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  animation: 100s linear infinite rotation;
}
.offer::before{
  animation: 100s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.offer .arrow{
  width: 6.5rem;
  position: absolute;
    top: -6.0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  z-index: 5;
}
.offer .globalInner{
  position: relative;
  z-index: 2;
}
.offer h2{
  font-size: 3.6rem;
  color: #423F3E;
  text-align: center;
  margin-bottom: 8.2rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.offer h2 .col{
  font-size: 5.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.offer h2 .col .ls-399{
  color: #91C50F;
}
.offer article h3{
  padding: 1.7rem;
  background: #91C50F;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.333;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.offer article h3::after{
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.2rem;
  left: 3.2rem;
  width: 10.8rem;
  height: 10.8rem;
}
.offer article.point1{
  margin-bottom: 3.6rem;
}
.offer article.point2{
  margin-bottom: 5.4rem;
}
.offer article.point1 h3::after{
  background-image: url(../img/offer_point1.png);
}
.offer article.point2 h3::after{
  background-image: url(../img/offer_point2.png);
}
.offer .logo{
  display: block;
  margin: 0 auto;
  width: 23.2rem;
}

.voice{
  /* アンカーリンク調整 */
  /* padding: 103.5rem 0 10rem; */
  padding: 91.5rem 0 10rem;
  background: rgba(145, 197, 15, 0.5);
}
.voice h2{
  /* アンカーリンク調整 */
  padding-top: 12rem;

  font-weight: 900;
  font-size: 3.8rem;
  letter-spacing: 0.038em;
  position: relative;
  color: #423F3E;
  margin-bottom: 7rem;
  text-align: center;
  z-index: 2;
}
.voice h2::after{
  content: "";
  background: url(../img/voice_ttl.png) center center no-repeat;
  background-size: cover;
  width: 128.7rem;
  height: 12.8rem;
  position: absolute;
    bottom: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  z-index: -1;
}
.voice ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice ul li{
  flex: 0 0 54.0rem;
  background: #fff;
  color: #423F3E;
  border-radius: 5px;
  margin-bottom: 3.8rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: -0.015em;
  padding: 2.9rem 3.2rem;
  box-sizing: border-box;
  position: relative;
}

/* PCのみ高さ調整 */
@media (min-width: 768px){
  .voice ul li.pc-h-save{
    height: 14.5rem;
  }
}

.voice ul li::after{
  content: "";
  width: 4.724rem;
  height: 3.585rem;
  background: url(../img/voice_q.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 3.199rem;
  top: -1.9rem;
}
.campaign{
  padding: 16rem 0;
  background: url(../img/campaign_bg.jpg) center center no-repeat;
  background-size: cover;
}
.campaign h2{
  font-weight: 900;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #423f3e;
  margin-bottom: 2.5rem;
}
.campaign h2 .ls-200{
  color: #423F3E;
}
.campaign ul{
  display: flex;
}
.campaign ul li{
  width: 50%;
}
.campaign ul li figure{
  width: 53.1rem;
  margin-left: 3rem;
}
.campaign ul li.txtArea{
  padding: 0 0 0 6rem;
  margin-top: -0.8rem;
}
.campaign ul li .txt{
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  color: #423F3E;
  width: 54.5rem;
  word-break: break-all;
  letter-spacing: 0;
}
.campaign ul li .note{
  font-size: 1.3rem;
  line-height: 1.89;
  margin-bottom: 2.3rem;
  word-break: break-all;
  letter-spacing: 0;
  width: 47.6rem;
}
.campaign ul li a{
  display: block;
  width: 31rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #91C50F;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
}






@media (max-width: 767px){
  .mv{
    width: 100%;
    height: 56rem;
    padding: 16rem 0 0;
    position: relative;
    box-sizing: border-box;
  }
  .mv h1{
    width: 33.9rem;
    margin: 0 auto;
  }
  .mv .mvTxt{
    width: 36.5rem;
    position: absolute;
      bottom: 13.2rem;
      left: 0;
      right: 0;
      margin: 0 auto;
  }

  .about{
    padding: 5.8rem 0 4.2rem;
  }
    .about .inner{
    padding: 0 2rem;
  }
  .about ul{
    display: block;
  }
  .about ul .txtArea{
    width: auto;
  }
  .about ul .txtArea h2{
    font-size: 2.4rem;
    line-height: 1.6666;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .about ul .txtArea h2 .indent{
    margin-left: -1rem;
    white-space: nowrap;
  }
  .about ul .txtArea h2 .indent .kerning{
    display: inline-block;
    margin-left: -1rem;
  }
  .about ul .txtArea p{
    width: auto;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
  }
  
  .experience{
    padding: 6.4rem 0 23rem;
    /* padding-bottom: 96.8rem; */
    background: url(../img/experience_bg_sp.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
  }
  .experience .subTtl{
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
    letter-spacing: 0.06em;
  }
  .experience .subTtl::after{
    content: "";
    width: 28.4rem;
    height: 2rem;
    position: absolute;
      bottom: -2.85rem;
  }
  .experience .experienceTtl{
    font-size: 2.1rem;
    line-height: 1.66;
    margin-bottom: 2.7rem;
    margin: 0 calc(50% - 50vw) 2.7rem;
    white-space: nowrap;
  }
  .experience .experienceTtl .col{
    font-size: 2.7rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .experience .experienceTtl .col .ls-299{
    letter-spacing: -0.299em;
  }
  .experience ul{
    display: block;
    position: relative;
    background: unset;
  }
  .experience ul li{
    width: auto;
    height: 14rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .experience ul li::after{
    content: "";
    background: url(../img/experience_line_sp.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .experience ul li:last-of-type::before{
    content: "";
    background: url(../img/experience_line_sp.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .experience ul li.block1 figure{
    width: 7.59rem;
    margin: 0 4.4rem 0 1.5rem;
  }
 
  .experience ul li.block2 figure{
    width: 9.4rem;
    margin: 0 3.4rem 0 0.7rem;
  }
  .experience ul li.block3 figure{
    width: 10.2rem;
    margin: 0 3.2rem 0 0;
  }
  .experience ul li.block4 figure{
    width: 12.3rem;
    margin: 0 1.2rem 0 0 ;
  }
  .experience ul li h3{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
  }

  .offer{
    width: 199rem;
    height: 199rem;
    position: absolute;
    bottom: -184rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 10rem 0 0;
  }
  .offer .globalInner{
    width: 100vw;
    margin: 0 auto;
    padding: 0 2rem;
    background: #fff;
  }
  .offer::after,.offer::before{
    content: "";
    width: 121.6rem;
    height: 121.6rem;
    background: url(../img/offer_bg.png) center center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  .offer::after{
    top: 0;
    animation: 100s linear infinite rotation;
  }
  .offer::before{
    bottom: 0;
    animation: 100s linear infinite rotation;
  }
  @keyframes rotation{
    0%{ transform:translateX(-50%) rotate(0);}
    100%{ transform:translateX(-50%) rotate(360deg);}
  }

  .offer .arrow{
    width: 4.8rem;
    position: absolute;
      top: -4.0rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    z-index: 5;
  }
  .offer .globalInner{
    position: relative;
    z-index: 2;
  }
  .offer h2{
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0.06em;
     margin: 0 calc(50% - 50vw);
     margin-bottom: 7.4rem;
  }
  .offer h2 .col{
    font-size: 2.8rem;
  }
  .offer h2 .col .ls-399{
    color: #91C50F;
  }
  .offer article h3{
    padding: 4.8rem 0 2rem;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .offer article h3.sp-m-l{
    padding-right: 1rem;
  }
  .offer article h3::after{
    top: -4.1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.3rem;
    height: 8.3rem;
  }
  .offer article.point1{
    margin-bottom: 5.7rem;
  }
  .offer article.point2{
    margin-bottom: 2.1rem;
  }
  .offer article.point1 h3::after{
    background-image: url(../img/offer_point1.png);
  }
  .offer article.point2 h3::after{
    background-image: url(../img/offer_point2.png);
  }
  .offer .logo{
    display: block;
    margin: 0 auto;
    width: 15.7rem;
  }
  .voice{
    padding: 186rem 0 4.7rem;
  }
  .voice h2{
    /* アンカーリンク調整 */
    padding-top: 5rem;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
    margin: 0 calc(50% - 50vw) 4rem;
  }
  .voice h2::after{
    content: "";
    background: url(../img/voice_ttl_sp.png) center center no-repeat;
    background-size: cover;
    width: 39rem;
    height: 12.6rem;
      bottom: -1.5rem;
  }
  .voice ul{
    display: block;
  }
  .voice ul li{
    flex: 0 0 100%;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.875;
    letter-spacing: 0;
    padding: 2.9rem 3.2rem;
  }
  .voice ul li::after{
    content: "";
    width: 4.724rem;
    height: 3.585rem;
    background: url(../img/voice_q.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 3.1rem;
    top: -1.49rem;
  }

  .campaign{
    padding: 4rem 0 4.8rem;
    background: url(../img/campaign_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .campaign h2{
    font-weight: 900;
    font-size: 3.8rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #423f3e;
    margin-bottom: 2.5rem;
  }
  .campaign h2 .ls-200{
    color: #423F3E;
  }
  .campaign ul{
    display: block;
  }
  .campaign ul li{
    width: 100%;
  }
  .campaign ul li figure{
    width: 100%;
    margin: 0 auto 3rem;
  }
  .campaign ul li.txtArea{
    padding: 0 0 0 0;
    margin-top: 0;
  }
  .campaign ul li .txt{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.3rem;
    width: auto;
    letter-spacing: -0.01em;
  }
  .campaign ul li .note{
    font-size: 1rem;
    line-height: 1.846;
    margin-bottom: 2rem;
    word-break: break-all;
    letter-spacing: 0;
    width: auto;
  }
  .campaign ul li a{
    display: block;
    width: 31rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #91C50F;
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
  }
}