/*

VSS content CSS for LP
create 2025/12/18

*/
/* = LP Only Style
============================================================================== */
/* = Reset
-------------------------------------------------------------------------- */
.emphasis {
  padding: 0;
  text-align: left;
}

.emphasis-v2 {
  padding: 1.2rem 0;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  .emphasis-v2 {
    font-size: 1.875rem;
  }
}

h3, h4 {
  font-weight: bold;
}

/* = Header
-------------------------------------------------------------------------- */
.btn-product:before {
  background-image: url("../images/pdf-icon.svg");
  background-size: auto 100%;
}

/* = Footer
-------------------------------------------------------------------------- */
#bn-video-archive {
  margin-top: 0;
}

#inquiry .btn-txt:after {
  background: #fff url("../images/pdf-icon.svg") no-repeat 50% 50%;
  background-size: contain;
}
#inquiry .btn-txt:hover:after {
  opacity: 0.5;
  background-color: #fff;
}

/* = Hero Element
-------------------------------------------------------------------------- */
#hero {
  position: relative;
  margin: 0;
  background: url("../images/main-bk.png") no-repeat 50% 50%;
  background-size: cover;
  font-weight: bold;
}
#hero img {
  max-width: 100%;
}

#hero-wrap {
  justify-content: center;
  align-items: center;
  max-width: 1560px;
  height: 580px;
  margin: 0 auto;
}

#hero-txt {
  margin-bottom: 3.75rem;
  padding-left: 3.75rem;
  font-size: calc(1.33125rem + 0.975vw);
}
@media (min-width: 1200px) {
  #hero-txt {
    font-size: 2.0625rem;
  }
}
#hero-txt h1 {
  max-width: 407px;
}
#hero-txt strong {
  color: #3f8500;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  #hero-txt strong {
    font-size: 1.375rem;
  }
}

#hero-img {
  text-align: right;
}

/* = Navi Element
-------------------------------------------------------------------------- */
#related {
  padding: 1.2rem 5vw;
  background: #222222;
  color: #fff;
  font-size: 0.875rem;
}
#related span {
  display: inline-block;
  white-space: nowrap;
}
#related a {
  display: inline-block;
  margin-left: 1.5rem;
}
#related a img {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
}
#related a img:hover {
  opacity: 0.8;
}

/* = Image transparency  Element 
-------------------------------------------------------------------------- */
.imgGlad-wrap {
  justify-content: center;
  align-items: center;
  height: 680px;
  margin-top: 0;
  padding: 1.5rem;
}

/* = Arrow Right Box
-------------------------------------------------------------------------- */
.box-arrow, #catalog-btn {
  position: relative;
}
.box-arrow:before, #catalog-btn:before {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  content: url("../images/arrow3.png");
}

/* = About  Element
-------------------------------------------------------------------------- */
#about .title {
  border: none;
}

/* = Point  Element
-------------------------------------------------------------------------- */
#point {
  margin-bottom: 3.75rem;
}
#point .card-title {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  #point .card-title {
    font-size: 2.25rem;
  }
}

/* = Development  Element
-------------------------------------------------------------------------- */
.development-img img {
  width: 90%;
}

#history {
  position: relative;
  margin-bottom: 0;
  padding: 115px 4.2rem 3rem;
}
#history:before {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 99% 0);
  z-index: 1;
  width: 100%;
  height: 156px;
  padding: 2.025rem 4.2rem 3rem;
  background: #76b900;
  color: #fff;
  font-size: clamp(1.2rem, 4.7vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
  white-space: pre;
  content: 'Development \A Background';
}
#history h3 {
  margin-bottom: 1.5rem;
  color: #3f8500;
  font-size: calc(1.3375rem + 1.05vw);
  text-align: right;
}
@media (min-width: 1200px) {
  #history h3 {
    font-size: 2.125rem;
  }
}

/* = Assets  Element
-------------------------------------------------------------------------- */
#assets {
  margin-bottom: 0;
}

#ability {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 100px;
  background: #e4f1cc;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
#ability strong {
  display: inline-block;
  margin: 0.375rem 0;
  color: #3f8500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #ability strong {
    font-size: 1.875rem;
  }
}
#ability p {
  margin: 0;
}

/* = Specific Use Case  Element
-------------------------------------------------------------------------- */
#usecase {
  margin-bottom: 0;
}
#usecase section {
  margin: 0 0 1.5rem;
}
#usecase .card {
  padding: 1.5rem 2.25rem 2.25rem;
}
#usecase .card .card-title {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  #usecase .card .card-title {
    font-size: 2.25rem;
  }
}

/* = Cost  Element
-------------------------------------------------------------------------- */
#cost {
  margin-top: 1.2rem;
}

#cost-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 1.5rem 6rem;
}
#cost-inner h3 {
  margin-bottom: 1.5rem;
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  #cost-inner h3 {
    font-size: 2.125rem;
  }
}

/* = Primary use cases  Element
-------------------------------------------------------------------------- */
#usecase2 ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
#usecase2 ul li {
  display: block;
  position: relative;
  align-content: center;
  min-height: 160px;
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0 1.5rem 0 100px;
  background: #f1f8e5;
  vertical-align: middle;
}
#usecase2 ul li span {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #76b900;
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  #usecase2 ul li span {
    font-size: 3.125rem;
  }
}
#usecase2 ul li strong.double {
  color: #3f8500;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #usecase2 ul li strong.double {
    font-size: 1.5rem;
  }
}

/* = Example  Element
-------------------------------------------------------------------------- */
#example .example-txt {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
}

/* = Video  Element
-------------------------------------------------------------------------- */
.video_icon {
  align-content: center;
  width: 100px;
  height: 110px;
  background: #222222;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.video_icon span {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.1;
}

.video_ttl {
  flex: 1;
  padding: 1.8rem;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .video_ttl {
    font-size: 1.875rem;
  }
}
.video_ttl span {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

/* = Catalog  Element
-------------------------------------------------------------------------- */
#catalog {
  padding-bottom: 2.25rem;
}

#catalog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  padding: 3rem 1.5rem;
  background: #76b900;
  color: #fff;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  #catalog-btn {
    font-size: 1.875rem;
  }
}
#catalog-btn p:nth-child(1) {
  width: 70%;
  margin: 0 2vw;
}
#catalog-btn p:nth-child(2) {
  width: 30%;
}
#catalog-btn a {
  align-items: center;
  margin-top: 0.75rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #catalog-btn a {
    font-size: 1.5rem;
  }
}
#catalog-btn a:hover {
  color: #fff;
}

/* = YouTube Element
-------------------------------------------------------------------------- */
#youtube {
  width: 50%;
  aspect-ratio: 16 / 9;
}
#youtube iframe {
  width: 100%;
  height: 100%;
}

/* = Original Banner  Element
-------------------------------------------------------------------------- */
.bn-product {
  background-image: url(../images/bn-back.jpg);
  background-position: 80px 50%;
}

/* =Break Point
============================================================================== */
/* =XXL
	-------------------------------------------------------------------------- */
@media (max-width: 1399.98px) {
  #hero-txt {
    font-size: calc(1.30625rem + 0.675vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  #hero-txt {
    font-size: 1.8125rem;
  }
}

@media (max-width: 1399.98px) {
  #history:before {
    padding-top: 1.8rem;
  }
}
/* =XL
	-------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .imgGlad-wrap {
    height: auto;
    padding: 10vw;
  }

  #hero-txt {
    padding-left: 3rem;
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  #hero-txt {
    font-size: 1.625rem;
  }
}

@media (max-width: 1199.98px) {
  .development-img {
    text-align: center;
  }
  .development-img img {
    width: 60vw;
  }

  #history {
    padding-top: 125px;
  }
  #history:before {
    padding-top: 2.25rem;
  }

  #cost-inner {
    padding: 5vw;
  }

  #usecase2 ul {
    margin-top: 1.5rem;
  }
  #usecase2 ul li {
    padding: 0 1.5rem 0 120px;
  }

  #youtube {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero {
    background: url("../images/main-bk-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }

  #hero-wrap {
    height: auto;
    padding: 8vw 5vw 5vw;
  }

  #hero-txt {
    margin: 0;
  }

  .imgGlad-wrap {
    padding: 10vw 5vw;
  }

  #ability {
    height: auto;
    padding: 5vw;
  }
}
/* =SM
	-------------------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {
  #history:before {
    padding-top: 1.8rem;
  }
}
/* =XS
	-------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  #hero-txt {
    padding: 2vw;
    font-size: calc(1.275rem + 0.3vw);
    line-height: 1.4;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  #hero-txt {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #hero-txt p {
    margin-bottom: 0.75rem;
  }

  .imgGlad-wrap {
    padding: 10vw 12px;
  }

  .development-img img {
    width: 90vw;
  }

  #history {
    padding: 115px 1.5rem 1.5rem;
  }
  #history:before {
    padding: 1.5rem;
  }

  .box-arrow:before, #catalog-btn:before {
    left: -50px;
    content: url("../images/arrow3-s.png");
  }

  #ability {
    margin-left: 50px;
  }
  #ability strong {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  #ability strong {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  #usecase .card {
    padding: 1.5rem;
  }
  #usecase .card-body {
    padding: 0 0 1.5rem 0;
  }

  #usecase2 ul li {
    padding: 0 0.75rem 0 calc(65/320*100vw);
  }

  #example .example-txt {
    padding: 1.5rem;
  }

  #catalog-btn {
    flex-direction: column;
    margin-left: 50px;
    padding: 1.5rem 0.75rem;
    text-align: center;
  }
  #catalog-btn p:nth-child(1) {
    width: 100%;
    margin: 0 2vw;
  }
  #catalog-btn p:nth-child(2) {
    width: 100%;
  }
  #catalog-btn a {
    justify-content: center;
  }
}
