/***********************************************
 stage
************************************************/
#stage{
    height: calc(100vh - 110px);
    padding:0 40px 40px 40px;
    width: calc(100% - 80px);
    background: linear-gradient(90deg, rgba(0,119,62,1) 0%, rgba(130,178,44,1) 70%, rgba(255,234,71,1) 100%);
    position: relative;
}
#stage .inner h1{
    position: absolute;
    content: "";
    right: calc(5% + 40px);
    top: 120px;
    z-index: 3;
}
#stage .inner h1 img{
    width: 100%;
    height: auto;
    max-width: 330px;
}
#stage .inner .scroll img{
    margin: 0 0 0 5px;
}
#stage .inner .scroll{
    position: absolute;
    content: "";
    left: calc(5% + 40px);
    bottom: 40px;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .4);
    z-index: 999;
}
#stage .inner .scroll:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 20px;
    background: #fff;
    animation: sc-line 1s;
    animation-timing-function:ease-out;
    animation-iteration-count: infinite;
}
@keyframes sc-line{
  100% {
      transform:translateY(85px);
  }
}
#stage .stage-bg{
    height: calc(100vh - 110px);
}
#stage .stage-bg img{
    width: 100%;
    height: calc(100vh - 110px);
    object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    animation: zoomUp 7s linear 0s normal both;
}
/***********************************************
 top-panel
************************************************/
#top-panel{
    position: relative;
    margin: 50px 0;
}
#top-panel:before{
    position: absolute;
    content: "";
    left: 5%;
    top: 150px;
    bottom: 0;
    width: calc(100% - 5%);
    height: calc(100% - 400px);
    background: linear-gradient(to bottom, #00773e 0%, #7bb72c 100%);
    border-radius: 0 0 0 150px;
}
#top-panel .inner{
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
#top-panel .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-panel .inner ul li{
    width: 47%;  
    margin-bottom: 20px;
}
#top-panel .inner ul li a{
    color: #fff;
}
#top-panel .inner ul li a .showcase{
    overflow: hidden;
    border-radius: 180px 0 180px 0;
}
#top-panel .inner ul li a .showcase img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: all  0.2s ease; 
}
#top-panel .inner ul li a .showcase img:hover{
    transform:scale(1.2,1.2);
}
#top-panel .inner ul li a strong{
    display: block;
    font-size: 40px;
    line-height: 120%;
    margin: 15px 0 0 0;
}
#top-panel .inner ul li a p{
    font-weight: 400;
}
#top-panel .inner ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-panel .inner ol li{
    width: 23%;
}
#top-panel .inner ol li:nth-child(even){
    margin-top: 70px;
}
#top-panel .inner ol li a .showcase{
    overflow: hidden;
    border-radius: 0 80px 0 80px;
}
#top-panel .inner ol li a .showcase img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all  0.2s ease; 
}
#top-panel .inner ol li a .showcase img:hover{
    transform:scale(1.2,1.2);
}
#top-panel .inner ol li a strong{
    display: block;
    font-size: 28px;
    line-height: 120%;
    margin: 15px 0 0 0;
    color: var(--main-color);
}
#top-panel .inner ul li a p{
    font-weight: 400;
}
/***********************************************
 top-movie
************************************************/
#top-movie{
    position: relative;
    margin: 90px auto;
    max-width: 1200px;
    width: 90%;
    padding-bottom: 45px;
}
#top-movie:before{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 60%;
    height: 460px;
    background: var(--sub-color);
    border-radius: 0 150px 0 150px;
    z-index: -1;
}
#top-movie .rows{
    display: flex;
    justify-content: space-between;
}
#top-movie .rows .column-l{
    width: 68%;
}
#top-movie .rows .column-r{
    width: 30%;
    text-align: center;
}
#top-movie strong{
    font-size: 24px;
    color: var(--main-color);
    display: block;
    margin: 30px 0 0 0;
}
/***********************************************
 top-green
************************************************/
#top-green{
    margin: 90px auto;
    max-width: 930px;
    width: 90%;
}
#top-green a img{
    width: 100%;
    height: auto;
    display: block;
    transition: all  0.2s ease; 
}
#top-green a:hover img{
    transform:scale(1.05,1.05);
}
#top-green a strong{
    margin: 15px 0 0 0;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: var(--main-color);
    display: block;
}
/***********************************************
 news-wrap
************************************************/
.news-wrap{
    width: 95%;
    background: var(--sub-color);
    padding: 90px 0 280px 0;
    border-radius: 0 150px 0 0;
}
.news-wrap .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.news-wrap .inner h2 span{
    font-size: 18px;
    line-height: 120%;
    display: block;
    background:#3b4741;
    -webkit-background-clip:  inherit;
    -webkit-text-fill-color:  inherit;
    font-family: 'IBM Plex Sans JP', sans-serif;
}
.news-wrap .inner h2{
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    background: var(--gradation);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
    display: inline-block;
}
.news-wrap #top-news,
.news-wrap #top-ir{
    margin-right: calc(50% - 50vw);
    display: flex;
}
.news-wrap #top-news{
    margin-bottom: 60px;
}
.news-wrap #top-news .column-l,
.news-wrap #top-ir .column-l{
    width: 360px;
}
.news-wrap #top-news .cms-news,
.news-wrap #top-ir .cms-newsB{
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding: 40px 40px 20px 40px;
    background: #fff;
    border-radius: 0 0 0 60px;
}
.news-date{
    color: var(--main-color);
}
.news-date2{
    display: none;;
}
.news-cell-text{
    margin-bottom: 30px;
}
.news-a,.news-b{
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    width: 110px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
}
.news-a{
    background: #b3b01d;
}
.news-b{
    background: #1d95b3;
}
/***********************************************
 top-products
************************************************/
#top-products{
    position: relative;
    width: 95%;
    margin-left: auto;
    z-index: 2;
    min-height: 460px;
    margin-top: -130px;
}
#top-products:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 460px;
    background: linear-gradient(to bottom, #00773e 0%, #7bb72c 100%);
    border-radius: 0 0 0 220px;
}
#top-products .inner{
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
    padding: 65px 0 0 0;
}
#top-products .inner h2{
    color: #fff;
    font-size: 18px;
    line-height: 120%;
}
#top-products .inner h2 span{
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 120%;
    display: block;
}
#top-products .inner .rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 30px auto;
}
#top-products .inner .rows .set{
    width: 46%;
}
#top-products .inner .rows .set .title-img img{
    width: 100%;
    height: auto;
}
#top-products .inner .rows .set .set-inner{
    padding: 10px 30px 30px 30px;
    background: #fff;
    box-sizing: border-box;
}
#top-products .inner .rows .set h3{
    font-size: 30px;
    line-height: 120%;
}
#top-products .inner .rows .set .set-inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
#top-products .inner .rows .set .set-inner ul li{
    width: 48%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}
#top-products .inner .rows .house .set-inner ul li:last-child{
    width: 100%;
}
#top-products .inner .rows .set .set-inner ul li img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 1100px) {
#top-panel .inner ul li a .showcase img{
    height: 280px;
}
#top-panel .inner ul li a strong{
    font-size: 4vw;
}
#top-panel .inner ol li a .showcase img{
    height: 180px;
}
#top-panel .inner ol li a strong{
    font-size: 2.8vw;
}
}
@media screen and (max-width: 980px) {
/***********************************************
 news-wrap
************************************************/
.news-wrap #top-news,
.news-wrap #top-ir{
    flex-wrap: wrap;
}
.news-wrap #top-news .column-l,
.news-wrap #top-ir .column-l{
    width: 100%;
    margin-bottom: 20px;
}
.news-wrap #top-news .cms-news,
.news-wrap #top-ir .cms-newsB{
    width: 100%;
}
/***********************************************
 top-products
************************************************/
#top-products .inner .rows .set{
    width: 48%;
}
#top-products .inner .rows .set .set-inner{
    padding: 10px 20px 20px 20px;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 stage
************************************************/
#stage{
    height: calc(100vh - 80px);
    padding:0 20px 20px 20px;
    width: calc(100% - 40px);
}
#stage .inner .scroll{
    left: calc(5% + 20px);
    bottom: 20px;
}
#stage .inner h1{
    right: 0;
    left: 0;
    margin: auto;
    top: 120px;
    width: calc(80% - 40px);
    text-align: center;
}
#stage .inner h1 img{
    width: 100%;
    height: auto;
    max-width: 280px;
}
#stage .stage-bg{
    height: calc(100vh - 80px);
}
#stage .stage-bg img{
    height: calc(100vh - 80px);
}
/***********************************************
 top-green
************************************************/
#top-green a strong{
    font-size: 18px;
    text-align: left;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 top-panel
************************************************/
#top-panel .inner ul li{
    width: 100%;  
}
#top-panel .inner ul li a strong{
    font-size: 8vw;
}
#top-panel .inner ol li{
    width: 48%;
}
#top-panel .inner ol li:nth-of-type(1) strong,
#top-panel .inner ol li:nth-of-type(2) strong{
    text-shadow: 0 0 3px #ffffff,
    0 0 3px #ffffff,
    0 0 3px #ffffff,
    0 0 3px #ffffff,
    0 0 3px #ffffff,
    0 0 3px #ffffff,
    0 0 3px #ffffff;
}
#top-panel .inner ol li a .showcase img{
    height: 150px;
}
#top-panel .inner ol li a strong{
    font-size: 6vw;
}
#top-panel .inner ol li p{
    font-size: 15px;
}
/***********************************************
 top-movie
************************************************/
#top-movie{
    margin: 50px auto;
}
#top-movie .rows{
    flex-wrap: wrap;
}
#top-movie:before{
    width: 100%;
}
#top-movie .rows .column-l{
    width: 100%;
    order: 2;
}
#top-movie .rows .column-r{
    width: 85%;
    text-align: left;
    order: 1;
    margin-bottom: 20px;
    margin-left: auto;
}
#top-movie .rows .column-r img{
    width: 100%;
    height: auto;
    max-width: 150px;
}
#top-movie strong{
    font-size: 18px;
    margin: 10px 0 0 0;
}
/***********************************************
 news-wrap
************************************************/
.news-wrap{
    padding: 90px 0 200px 0;
}
/***********************************************
 top-products
************************************************/
#top-products:before{
    width: 100%;
    height: 90%;
}
#top-products .inner .rows .set{
    width: 100%;
    margin-bottom: 30px;
}
#top-products .inner .rows .set .set-inner{
    padding: 10px 10px 10px 10px;
}
#top-products .inner .rows .set .set-inner ul li img{
    border-radius: 0 15px 0 15px;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 news-wrap
************************************************/
.news-wrap .inner h2 span{
    font-size: 18px;
    line-height: 120%;
}
.news-wrap .inner h2{
    font-size: 11vw;
}
.news-wrap #top-news .cms-news,
.news-wrap #top-ir .cms-newsB{
    padding: 25px 15px 0 25px;
}
/***********************************************
 top-products
************************************************/
#top-products .inner h2 span{
    font-size: 11vw;
}
#top-products .inner .rows .set h3{
    font-size: 8vw;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
/***********************************************
 top-panel
************************************************/
#top-panel .inner ul li a .showcase{
    border-radius: 120px 0 120px 0;
}
#top-panel .inner ol li a .showcase{
    overflow: hidden;
    border-radius: 0 50px 0 50px;
}
}
@media screen and (max-width: 300px) {
}