@charset "UTF-8";
/*

Omniverse content CSS for LP
create 2024/05/01

*/

/* =Common Style
============================================================================== */
/* =Base Reset
	-------------------------------------------------------------------------- */
* {
 overflow-wrap: break-word;
 word-wrap: break-word;
}
a {
 color: #76b900;
}
a:hover, a:active, a:focus {
 color: #76b900;
 text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
main a {
  display: inline-block;
}
.menu {
 border-top: none;
 z-index: 10;
}
.jumbotron .container {
 max-width: 1180px;
}
.affix {
 top: 0;
 left: 0;
}
sup {
 font-size: 42%;
 font-weight: normal !important;
 vertical-align: super;
 position: relative;
 top: -0.5em;
}
ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

@media screen and (max-width:1179px) {}
@media screen and (max-width:991px) {
 .container {
  width: calc(100% - 30px);
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
 }
 #header-cap {
  max-width: 220px;
 }
}
@media screen and (max-width:767px) {
 body {
  padding-top: 0;
  font-size: 16px;
 }
 .news_infobox-page p {
  font-size: 16px;
 }
 #header-cap {
  max-width: inherit;
  margin-right: 75px;
  line-height: 1.3;
  padding: 10px 0;
 }
}


/* =Layout
	-------------------------------------------------------------------------- */
.container-left {
 padding: 5vw 0 5vw calc(210/1920*100vw);
 margin: 0;
}
.container-leftright {
 padding: 5vw calc(210/1920*100vw);
 margin: 0;
}
.read {
 max-width: 860px;
 padding: 0;
 margin: 0 5vw 0 25vw;
}
.read p {
 margin-bottom: 2rem;
}

@media screen and (max-width:991px) {
 .container-left {
  padding: 5vw 0 5vw 110px;
 }
 .container-leftright__1st {
     margin-left: 3vw!important;
  }
 address {
  padding-left: calc(120/991*100vw);
 }
}
@media screen and (max-width:767px) {
 .container-left, .container-leftright {
  padding: 5vw 0;
 }
  .container-leftright__1st {
     margin: 10vw 0!important;
  }
 .read {
  margin: 5vw;
 }
 address {
  padding-left: 0;
 }
  .sp-space {
    padding: 0 5vw;
  }
}


/* = Flex Box
	-------------------------------------------------------------------------- */
.flex-row {
 display: flex;
 flex-wrap: nowrap;
 justify-content: flex-start;
 margin-bottom: calc(30/1920*100vw);
}
.flex-row__wrap {
 display: flex;
 flex-wrap: wrap;
 /*justify-content: center;*/
}

.flex-col2 {
 width: 46%;
 max-width: 735px;
 margin-right: calc(30/1920*100vw);
}
.flex-col3 {
 width: 30%;
 max-width: 480px;
 margin-right: calc(30/1920*100vw);
}
.flex-row__wrap .flex-col3 {
 width: calc(100%/3 - 5px);
 max-width: inherit;
 margin: 0 0 2vw 5px;
}
.flex-row__wrap img {
 max-width: 100%;
}

.line-box {
  display: flex;
  flex-direction: column;
  padding-right: 3vw;
}

.as-c {
 align-self: center;
}
.as-e {
 align-self: flex-end;
}
.ai-c{
  align-items: center;
}
.jc-sa{
  justify-content: space-around
}
.fg-1 {
  flex-grow: 1; 
}


@media screen and (max-width:991px) {
 .series-img {
  max-width: 100%;
  height: auto;
 }
}
@media screen and (max-width:767px) {
 .flex-row, .flex-row__wrap {
  flex-direction: column;
  align-items: center;
  margin: 1% 0;
 }
 .flex-row li {
  align-self: center;
 }
 .flex-col2, .flex-col3 {
  width: 100%;
  max-width: inherit;
  margin: 1% 0;
 }
  .flex-row__wrap .flex-col3 {
    width: 90%;
    margin: 0 auto 6vw;
  }
  .flex-row__wrap img {
   max-width: inherit;
   width: 100%;
  }
}


/* = Button
	-------------------------------------------------------------------------- */
.btn-danger, .label-danger {
 background-color: #080808;
}
.btn-danger:hover, .label-danger:hover, .btn-txt:hover, .btn-img:hover, .btn-askfaq:hover, .btn-danger:focus, .label-danger:focus, .btn-danger:active, .label-danger:active, .btn-danger:active:focus, .label-danger:active:focus {
 color: #76b900 !important;
 background-color: #080808;
 touch-action: manipulation;
}
.btn-product:before, .btn-inquiry:before {
 content: '';
 display: inline-block;
 position: relative;
 top: -2px;
 margin-right: 0.5em;
 vertical-align: middle;
 background-repeat: no-repeat;
 background-size: 100% 100%;
 width: 1.5em;
 height: 1.5em;
}
.btn-inquiry:before {
 background-image: url(../images/icon-btn-mail.svg);
}
/*.btn-product:before {
    background-image: url(../images/menu-icon.png);
  }*/
.btn-product, .btn-product:active {
 background: #080808 url(../images/menu-icon.png) no-repeat 0 50%;
 padding-right: 1.5vw;
}
.btn-txt, .btn-img, .btn-askfaq {
 display: flex;
 align-items: center;
 background: #76b900;
 font-size: min(calc(38/1920*100vw), 38px);
 line-height: calc(52/38);
 color: #fff;
 height: 200px;
 border-radius: 0;
 text-align: left;
 position: relative;
 white-space: normal;
}
.btn-txt {
 padding: 0 40px 0 calc(40/1920*100vw);
}
.btn-img, .btn-askfaq {
 width: 100%;
 background: #000 no-repeat right 50%;
 background-size: contain;
 color: #fff;
 padding: 0 40px 0 calc(40/1920*100vw);
}
.btn-img span {
 display: block;
 /*background: rgba(0, 0, 0, 0.5);*/
 /*width: calc( 56% - 40px - 40px );*/
}
.btn-img:hover, .btn-askfaq:hover {
 opacity: 0.9;
 background-blend-mode: lighten;
 transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn-txt:after, .btn-img:after, .link-txt:after, .btn-askfaq:after {
 content: '→';
 display: flex;
 width: 30px;
 height: 30px;
 background: #000;
 font-size: 14px;
 justify-content: center;
 align-items: center;
 position: absolute;
 right: 0;
}
.link-txt {
 color: #000;
}
.link-txt:after {
 content: '→';
 display: inline-flex;
 position: static;
 vertical-align: middle;
 color: #fff;
 margin-left: 2rem;
}
.link-txt:hover, .link-txt:hover:after {
 color: #76b900;
 transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (max-width:1199px) {
 .btn-product, .btn-product:active {
  min-width: 176px;
 }
 .btn-txt, .btn-img, .btn-askfaq {
  height: 150px;
 }
}
@media screen and (max-width:991px) {
 .btn-txt, .btn-img, .btn-askfaq {
  height: 100px;
  font-size: calc(18/768*100vw);
  line-height: 1.2;
 }
}
@media screen and (max-width:767px) {
 .btn-txt, .btn-img, .btn-askfaq {
  font-size: calc(18/320*100vw);
  /*height: calc(150/767*100vw);*/
   height: auto;
  padding: 5vw 40px 5vw 20px;
 }
  .btn-txt:after, .btn-img:after, .link-txt:after, .btn-askfaq:after {
   width: 20px;
   height: 20px;
  }
 .btn-product, .btn-product:active {
  min-width: 216px;
 }
}


/* = List
	-------------------------------------------------------------------------- */
.list-link {
 margin-top: 1rem;
}
.list-link li:before {
 content: '→';
 margin-right: 1rem;
}
.list-link li a, .icon-llist li a {
 color: #000;
}
.list-link li a:hover, .icon-llist li a:hover {
 color: #76b900;
}

.icon-llist {
  display: flex;
  flex-wrap:wrap;
  margin-right: 5vw;
}
.icon-llist li {
  /*width: 30%;*/
  font-size: 24px;
  margin:0 0 2rem 7%;
}
.icon-llist li a  img {
  margin-right: 1rem;
}

@media screen and (max-width:767px) {
  .icon-llist {
    margin-top: 10vw;
  }
  .icon-llist li {
    font-size: calc(16/320*100vw);
  }
}


/* = Header & Footer Element
	-------------------------------------------------------------------------- */
#header-btn {
 text-align: right;
 margin: 15px 0;
}
.sitemap-pc {
 padding: 10px 0 0;
 text-align: right;
}
.sitemap-pc a {
 display: inline-block;
}
#privacy {
 padding: 2rem 0;
}
.privacy-link {
 float: none;
 text-align: right;
}
.privacy-link a {
 border-right: solid 1px #fff;
 padding-right: 1rem;
}
.header-cap-title {
 margin-bottom: 5px;
}
.header-cap-sub {
 line-height: 1;
}


@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {
 .header-cap-title {
  font-size: 14px;
  font-weight: 700;
 }
 .header-cap-sub {
  font-size: 10px;
 }
 #header-btn {
  display: none;
  /*text-align: center;*/
 }
 .sitemap-pc, .privacy-link {
  text-align: center;
 }
 .privacy-link a:last-of-type {
  border-right: none;
 }
 small {
  display: block;
 }
}


/* =Back & Txt Color  Element
	-------------------------------------------------------------------------- */
.bg-main {
 background: #76b900;
}
.bg-sub {
 background: #eef5e6;
}
.bg-gray {
 background: #f8f8f8;
}
.fc-main {
 color: #76b900;
}
.fc-sub {
 color: #080808;
}
.omniverse-caption {
  font-size: 12px;
  text-align: right;
  width: 98%;
  margin-top: 2vw;
}
.deco-no {
  display: inline-block;
  background: #76b900;
  color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
}
.deco-no__multi{
  display: flex;
}
.deco-no__multi .deco-no{
  display: flex;
  align-items: center;
}

.fs-s  { font-size: 60%; }
.fs-sr { font-size: 80%; }
.fs-r  { font-size: 100%; }
.fs-rm { font-size: 120%; }
.fs-m  { font-size: 140%; }
.fs-ml { font-size: 160%; }
.fs-l  { font-size: 180%; }
.txt-wrap {
  padding: 1rem 0 0 0;
}

@media screen and (max-width:1179px) {
  .fs-s  { font-size: 80%; }
  .fs-sr { font-size: 90%; }
  .fs-r  { font-size: 100%; }
  .fs-rm { font-size: 110%; }
  .fs-m  { font-size: 130%; }
  .fs-ml { font-size: 150%; }
  .fs-l  { font-size: 170%; }
}
@media screen and (max-width:767px) {
  .omniverse-caption {
    font-size: 10px;
    text-align: center;
  }
  .fs-s  { font-size: calc(10/320*100vw); }
  .fs-sr { font-size: calc(14/320*100vw); }
  .fs-r  { font-size: calc(16/320*100vw); }
  .fs-rm { font-size: calc(17/320*100vw); }
  .fs-m  { font-size: calc(18/320*100vw); }
  .fs-ml { font-size: calc(19/320*100vw); }
  .fs-l  { font-size: calc(20/320*100vw); }
  
  .txt-wrap {
    padding: 1rem 1rem 0 1rem;
  }
}

/* =Title  Element
	-------------------------------------------------------------------------- */
.ttl-lv1 {
 font-size: calc(240/1920*100vw);
 color: #eef5e6;
 font-weight: 700;
 line-height: 1.2;
 position: relative;
 padding-left: calc(210/1920*100vw);
 overflow: hidden;
}
.ttl-lv1:after {
 position: absolute;
 left: 0;
 top: 65%;
 transform: translateY(-65%);
 display: block;
 content: '';
 width: 100vw;
 height: 1px;
 background: #000;
}
.ttl-lv1 span {
 display: block;
 font-size: 32px;
 color: #000;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: calc(470/1920*100vw);
}
.ttl-lv2 {
 font-size: 26px;
 color: #76b900;
 font-weight: bold;
  margin-bottom: 1vw;
}
.ttl-lv3 {
 font-size: 16px;
 font-weight: bold;
  background: #f8f8f8;
  padding: 1rem;
  margin: 2rem 0;
}

.ttl-lv1__page {
  font-size: 42px;
  color: #76b900;
  position: relative;
  font-weight: normal;
  padding:1rem 0 0 calc(420/1920*100vw + 0.5vw );
  margin: 3vw 0 0;
}
.ttl-lv1__page:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(420/1920*100vw);
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #76b900 transparent transparent transparent;
}

.ttl-sub {
  background: #76b900;
  display: inline-block;
  margin: 0 100px 2.5vw 0;
  font-size: 38px;
  color: #fff;
  position: relative;
  height: 75px;
  padding: 1.5rem 2rem 0 2rem;
  word-break: break-all;
}
.ttl-sub:after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #76b900 transparent transparent transparent;
}
.ttl-sub span {
  font-size:20px;
  font-weight: normal;
  margin-left: 2rem;
}

.inquiry-ttl {
 color: #0072ba;
 font-size: 24px;
 margin: 20px 0 40px;
}
.inquiry-ttl small {
 color: #0072ba;
 font-size: 24px;
 font-weight: 700;
 display: block;
 margin: 30px 0 0;
}

@media screen and (max-width:991px) {
  .ttl-lv1 {
    padding-left: 110px;
 }
  .ttl-lv2 {
   font-size: calc(20/768*100vw);
  }
  .ttl-sub {
    font-size: calc( 38px / 1.5 );
  }
  .ttl-lv1 span.over {
    font-size: calc(26/768*100vw);
  }
}
@media screen and (max-width:767px) {
 .ttl-lv1 {
  /*font-size: calc(150/767*100vw);*/
  font-size: calc(50/320*100vw);
  padding-left: 0;
  line-height: 1;
  word-break: break-all;
  margin: 10vw 0 0!important;
 }
 .ttl-lv1 span {
  width: 100%;
  font-size: calc(22/320*100vw);
  left: 0;
  top: 40%;
  text-align: center;
 }
 .ttl-lv1 span.over {
    font-size: calc(14/320*100vw);
  }
 .ttl-lv2 {
   font-size: calc(20/320*100vw);
   margin-bottom: 5vw;
 }
   .ttl-sub {
    font-size: 24px;
    height:65px; 
    padding: 1.5rem 0 0 2rem;
    margin: 0 50px 5vw 0;
  }
  .ttl-sub:after{
    border-width: 65px 55px 0 0;
  }
  .ttl-sub span {
    font-size: 16px;
  }
  .inquiry-ttl {
     margin: 20px 0;
  }
 .inquiry-ttl small {
  font-size: 18px;
  line-height: 1.5;
 }
  .ttl-lv1__page {
    font-size: calc(24/320*100vw);
    margin: 20vw 0 0;
  }
}


/* = LP Only Style
============================================================================== *

	/* = Hero Element
	-------------------------------------------------------------------------- */
  #hero, #hero-page {
   background-position: 50% 50%;
   background-size: cover;
   height: 580px;
   position: relative;
  }
  #hero img {
   max-width: 100%;
  }
 #hero h1 img {
    width: 638px;
  }
  .content-header-page {
   text-align: left;
   position: absolute;
   top: 50%;
   left: calc(125/768 * 100vw);
   right: 10vw;
   transform: translateY(-50%);
  }
  .jumbotron .header-title-lg {
   margin: 0 0 2rem;
  }
  .jumbotron .header-cap-page {
   color: #000;
   font-size: 20px;
   line-height: 1.2;
   text-align: left;
   max-width: inherit;
   margin-bottom: 4rem;
   text-shadow: none;
  }
  #hero-page {
    height: 100px;
  }

  #hero-page .header-title-lg {
    margin: 0;
  }
  #hero-page .header-title-lg img {
    max-width: 300px;
    height: auto;
  }

  @media screen and (max-width:1179px) {}
  @media screen and (max-width:767px) {
   #hero {
    height: 400px;
   }
   .content-header-page {
    left: 5vw;
    right: 5vw;
   }
   .jumbotron .header-title-lg {
    text-align: left;
   }
   .jumbotron .header-title-lg img {
    width: 90%;
   }
   .jumbotron .header-cap-page {
    line-height: 1.5;
    font-size: 16px;
   }
  }
/* = LP Navi
    -------------------------------------------------------------------------- */
  #top-navi {
   display: none;
  }
  #left-navi {
   z-index: 100;
   cursor: pointer;
   position: fixed;
   top: 15%;
   left: calc((600px - 101px) * -1);
   width: 600px;
   height: auto;
   padding: 0;
   background: #f2f2f2;
   display: flex;
   flex-wrap: nowrap;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
  }
  #left-navi a {
   display: block;
  }
  /* Left Area */
  .left-navi__inner {
   width: calc(600px - 101px);
   overflow: auto;
   overflow-x: hidden;
   background: #76b900;
   order: 1;
  }
  .left-navi__inner ul, .top-navi__inner ul {
   list-style: none;
   padding: 10%;
   margin: 0;
  }
  .left-navi__inner ul li, .top-navi__inner ul li {
   list-style: none;
   margin-bottom: 2rem;
  }
  .left-navi__inner ul li a, .top-navi__inner ul li a {
   color: #fff;
   font-weight: bold;
   font-size: 16px;
   line-height: 16px;
  }
  .left-navi__inner ul li a:before, .top-navi__inner ul li a:before {
   content: '→';
   font-size: 10px;
   background: #fff;
   color: #76b900;
   display: inline-block;
   width: 16px;
   height: 16px;
   margin-right: 1rem;
   text-align: center;
   vertical-align: middle;
  }
  .left-navi__inner ul li a.active, .top-navi__inner ul li a.active {
   color: #000;
  }
  .left-navi__inner ul li a.active:before, .top-navi__inner ul li a.active:before {
   background: #000;
  }
  .left-navi__inner ul li a:hover {
   color: #000;
   text-decoration: none;
  }
  .left-navi__inner ul li a:hover:before {
   background: #000;
  }
  /* Right Area */
  #left-navi-right {
   order: 2;
   width: 101px;
   position: relative;
  }
  #left-navi-right span {
   display: block;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
  }
  #left-navi-right span:hover {
   opacity: 0.7;
  }
  .left-navi-right__logo {
   top: 0;
  }
  .left-navi-right__menu {
   background: url("../images/menu-open.png") no-repeat 50% 50%;
   width: 100%;
   height: 67px;
   top: 48%;
   cursor: pointer;
  }
  .left-navi-right__inq {
   bottom: 5%;
  }
  .on .left-navi-right__menu {
   background-image: url("../images/menu-close.png");
   width: 55px;
   height: 68px;
  }

  @media screen and (max-width:1179px) {}
  @media screen and (max-width:767px) {
   #left-navi {
    display: none;
   }
   #top-navi {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
   }
   .left-navi__inner ul li, .top-navi__inner ul li {
    margin-bottom: 1rem;
   }
   .left-navi__inner ul li a, .top-navi__inner ul li a {
    font-size: 14px;
   }
   .top-navi__menu {
    background: url("../images/menu-open.png") no-repeat 50% 50%;
    background-size: contain;
    width: 48px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99;
   }
   .top-navi__inner {
    overflow: auto;
    overflow-x: hidden;
    background: #76b900;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
   }
   .on .top-navi__menu {
    background-image: url("../images/menu-close.png");
    width: 55px;
    height: 40px;
   }
  }


/* = About Element
	-------------------------------------------------------------------------- */


/* = Use Case Element
	-------------------------------------------------------------------------- */
#case .container-left {
  padding-top:2vw;
  padding-bottom: 0;
}

.case-box {
 width: 95%;
 margin-top: 1.5vw;
}

a .case-box p {
  color: #000;
}
@media screen and (max-width:767px) {
  .case-box {
    width: 100%;
  }

}

/* = Demo Element
	-------------------------------------------------------------------------- */
  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }
  .l-section .l-inner {
    padding-top: 20px;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .card {
    overflow: hidden;
  }
  .card .swiper {
    overflow: visible;
  }
  .card .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .card .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
/*.demo-slide {
 display: flex;
 overflow: hidden;
 align-items: center;
 padding-top: 20px;
}
.demo-slide__wrap {
 -webkit-animation: loop-slide 30s infinite linear 1s both;
 animation: loop-slide 30s infinite linear 1s both;
}
.demo-slide:hover .demo-slide__wrap {
 animation-play-state: paused;
}

@-webkit-keyframes loop-slide {
 from {
  transform: translateX(0);
 }
 to {
  transform: translateX(-100%);
 }
}
@keyframes loop-slide {
 from {
  transform: translateX(0);
 }
 to {
  transform: translateX(-100%);
 }
}*/

.demo-slide__wrap a, .card .swiper-slide  {
 position: relative;
 display: block;
 transition: all 0.2s;
}
.demo-slide__wrap a:hover, .demo-llist a:hover, .card .swiper-slide:hover {
 transform: translateY(-20px);
 /*border-radius: 0 10%;*/
 box-shadow: 0 3px 10px 0 #333;
 opacity: 0.8;
 cursor: pointer;
 /*overflow: hidden;*/
}
.demo-slide__box {
 font-size: 14px;
 color: #fff;
 background: rgba(0, 0, 0, 0.7);
 display: block;
 width: 100%;
 position: absolute;
 left: 0;
 bottom: 0;
 padding: 1.5rem 2rem;
}
.demo-slide__box strong {
 font-size: 18px;
 font-weight: bold;
 color: #76b900;
 /*display: block;*/
}
#bn-gallery {
 background: url("../images/top/gallery_bk.jpg") no-repeat 50% 0;
 min-height: 300px;
 margin-top: 1px;
 position: relative;
}
#bn-gallery a {
 width: 100%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 color: #fff;
 font-size: 38px;
 font-weight: bold;
 text-align: center;
 display: inline-block;
 background: linear-gradient(180deg, #76b900 0%, #fff 70%);
 background: -webkit-linear-gradient(-90deg, #76b900 0%, #fff 70%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#bn-gallery a:after {
 content: '→';
 display: inline-flex;
 width: 30px;
 height: 30px;
 background: #fff;
 color: #000;
 -webkit-text-fill-color: initial;
 font-size: 14px;
 margin-left: 1rem;
 vertical-align: middle;
 justify-content: center;
 align-items: center;
}
#bn-gallery a:hover {
 background: linear-gradient(180deg, #76b900 0%, #76b900 70%);
 background: -webkit-linear-gradient(-90deg, #76b900 0%, #76b900 70%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
#bn-gallery a:hover:after {
 background: #76b900;
 transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.demo-llist {
  display: flex;
  flex-wrap: wrap;
}
.demo-llist li {
  margin:0 0 2vw 1.15vw;
}
.demo-llist a {
  position: relative;
  display: block;
  transition: all 0.2s;
}

#demo-parter {
  margin: 10vw 0 0;
}

@media screen and (max-width:991px) {
  .demo-llist a {
    width: 300px;
    height: 300px;
  }
  .demo-llist a img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .demo-slide__wrap a, .card .swiper-slide {
    width: 280px;
    height: 280px;
  }
  .demo-slide__wrap a img, .card .swiper-slide img {
    width: 100%;
  }
  .demo-slide__box strong {
   font-size: 16px;
    line-height: 1.2;
    /*display: block;*/
  }
  #bn-gallery {
    background: url("../images/top/sp-gallery_bk.jpg") no-repeat 50% 0;
    background-size: contain;
    min-height: calc(200/767*100vw);
  }
  #bn-gallery a {
    font-size: calc( 38/767 * 100vw);
    vertical-align: middle;
  }
  .demo-llist {
    display: block;
  }
  .demo-llist li {
    margin:0 0 2vw 0;
  }
  .demo-llist a {
    width: 100%;
    height: auto;
    position: static;
    display: flex;
    flex-wrap: nowrap;
  }
  .demo-llist a img {
    width: 50%;
    height: auto;
  }
  .demo-llist a .demo-slide__box {
    position: static;
    width: 50%;
  }
}

/* = Support Element
	-------------------------------------------------------------------------- */
#support {
  margin-top: 4vw;
}


/* = FAQ Element
	-------------------------------------------------------------------------- */
.btn-askfaq {
 background:#e6e6e6 url("../images/top/ask-faq.png") no-repeat 0 100%;
}

/* = Event Element
	-------------------------------------------------------------------------- */
#event {
  background:#f8f8f8;
  padding: 0 0 5vw calc(210/1920*100vw);
  margin: 5vw 0 0;
}
#event li {
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#event li a {
  display: flex;
  align-items:center;
}
.event-day {
  font-size: calc(36/1920*100vw);
  font-weight: bold;
  margin-right: 2rem;
}
.event-day span {
  font-size: 16px;
  font-weight: normal;
  display: inline;
  vertical-align: text-top;
  margin-right: 0.5rem;
}
.event-txt {
  color: #000;
  font-size: 18px;
}
.event-txt span {
  display: block;
  color: #888;
  font-size: 14px;
}
#event li a:hover .event-txt {
  color:#76b900;
}
.event-img {
  width: 100%;
  max-width: 300px;
  margin-right: 1vw;
}

@media screen and (max-width:991px) {
  #event {
    padding: 0 0 5vw 110px;
  }
  .event-day {
    font-size: calc(30/768*100vw);
    margin-right: 1rem;
  }
  .event-day span {
    font-size: 16px;
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  #event {
    padding: 0 0 5vw 0;
  }
  #event ul {
    margin: 0 3vw;
  }
  
  #event li {
    padding-bottom: 5vw;
  }
  .event-day {
    font-size: calc(20/320*100vw);
    margin-right: 1rem;
  }
  .event-day span {
    font-size: 12px;
    margin-right: 0;
  }
  .event-txt {
    font-size: 16px;
    line-height: 1.2;
  }
  .event-txt span {
    font-size: 12px;
  }
  .event-img {
    max-width: inherit;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .event-img__col {
  -webkit-flex-direction: column;
   flex-direction: column;
  }
}

/* = Partner Element
	-------------------------------------------------------------------------- */
#partner {
  background:#eef5e6;
  padding: 0 0 5vw calc(210/1920*100vw);
  margin: 0;
}
#partner a {
  max-width:480px;
}

@media screen and (max-width:991px) {
  #partner {
    padding: 0 0 5vw 110px;
  }
}
@media screen and (max-width:767px) {
  #partner {
    padding: 0 0 5vw 0;
  }
  #partner a {
    max-width:inherit;
    width: 100%;
  }
  #partner .flex-row {
    width: 90%;
    margin: 0 auto;
  }
}


/* = Glossary Element
	-------------------------------------------------------------------------- */
.tbl-glossary {
  max-width: calc( 1470px - 1vw);
  margin: 0 1vw 2vw 0;
}
.tbl-glossary thead th {
  background: #76b900;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 1.25vw;
  text-align: center;
  letter-spacing: 0.5rem;
}
.tbl-glossary tbody th {
  background: #eef4e6;
  border-right: 1px solid #fff;
  border-top: 3px solid #fff;
  padding: 2vw;
  text-align: center;
  width: 30%;
  vertical-align: top;
}
.tbl-glossary tbody td {
  background: #f8f8f8;
  border-right: 1px solid #fff;
  border-top: 3px solid #fff;
  padding: 2vw;
  vertical-align: top;
}

@media screen and (max-width:767px) {
  
  .tbl-glossary { margin: 0 1vw 2vw; }
  
}


/* = Block List Element
	-------------------------------------------------------------------------- */
.blockList {
  display: flex;
  flex-wrap: wrap;
}
.blockList li {
  margin:0 0 2vw 1.15vw;
  max-width: 400px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
}
.blockList li img {
  width: 100%;
}
.blockList__box {
 font-size: 14px;
 padding: 2rem 2rem 3rem;
}
.blockList__box strong {
  display: block;
 font-size: 18px;
 font-weight: bold;
 color: #76b900;
 margin-bottom: 1rem;
}

@media screen and (min-width:768px) and ( max-width:991px) {
  .blockList {
    display: block;
  }
  .blockList li {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .blockList li img {
    width: 40%;
  }
  .blockList__box {
    width: 60%;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .blockList {
    display: block;
    margin: 0 2vw;
  }
  .blockList li {
    margin:0 0 2vw;
    max-width: inherit;
    width: 100%;
  }
}
