@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.mv_area {
  width: 100%;
  height: 728px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv_area {
    height: 500px;
  }
}
.mv_area video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_area .gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 30%, transparent);
}
@media screen and (max-width: 640px) {
  .mv_area .gradation {
    height: 150px;
  }
}
.mv_area .headliner {
  position: absolute;
  right: calc(50% - 640px);
  bottom: 96px;
  width: 620px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 1280px) {
  .mv_area .headliner {
    right: 20px;
    bottom: 70px;
    width: 465px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));
  }
}
@media screen and (max-width: 768px) {
  .mv_area .headliner {
    bottom: 45px;
    width: 360px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
  }
}

.greeting {
  width: 100%;
  height: 560px;
  background: url(../img/top/intro_bg_pc_h490.png) center center/cover no-repeat;
  display: grid;
  place-content: center;
  place-items: center;
  --h2color: #000;
}
@media screen and (max-width: 768px) {
  .greeting {
    height: 680px;
  }
}
@media screen and (max-width: 640px) {
  .greeting {
    height: 1080px;
    background: url(../img/top/intro_bg_mibile_h810.png) center center/cover no-repeat;
  }
}
.greeting_inner {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .greeting_inner {
    width: 84.375%;
  }
}
.greeting_inner h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--h2color);
}
@media screen and (max-width: 640px) {
  .greeting_inner h2 {
    font-size: 36px;
  }
}
.greeting_inner h2 span {
  position: relative;
}
.greeting_inner h2 span::before {
  display: block;
  content: "";
  position: absolute;
  left: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: var(--h2color);
}
.greeting_inner h2 span::after {
  display: block;
  content: "";
  position: absolute;
  right: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: var(--h2color);
}
.greeting_inner h3 {
  font-size: 28px;
  line-height: 1.32;
  font-weight: 700;
  color: #006934;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .greeting_inner h3 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .greeting_inner h3 {
    font-size: 32px;
  }
}
.greeting_inner p {
  font-size: 18px;
  line-height: 1.625;
  margin-top: 1.625em;
}
@media screen and (max-width: 640px) {
  .greeting_inner p {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 1.4em;
  }
}
.greeting_inner p.right {
  text-align: right;
  line-height: 1.5;
  font-weight: 700;
}
.greeting_inner p.right span {
  font-size: 1.265em;
}

.product {
  width: 100%;
  margin: 50px 0;
  position: relative;
  --height: 350px;
}
@media screen and (max-width: 768px) {
  .product {
    margin: 100px 0 50px;
  }
}
.product_title {
  position: absolute;
  right: 50%;
  top: -40px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: end;
  align-items: end;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
  --jpcolor: #000;
  filter: drop-shadow(1px 1px 2px #fff) drop-shadow(2px 2px 4px #fff);
}
@media screen and (max-width: 768px) {
  .product_title {
    transform: translateX(50%) translateY(-85%);
    top: 0;
  }
}
.product_title .eng {
  font-weight: 700;
  font-size: 4em;
}
.product_title .eng::first-letter {
  color: #006934;
}
.product_title .jp {
  font-size: 1.5em;
  font-weight: 700;
  padding-left: 0.75em;
  padding-bottom: 0.5em;
  white-space: nowrap;
}
.product_title .jp span {
  position: relative;
}
.product_title .jp span::before {
  display: block;
  content: "";
  position: absolute;
  left: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: var(--jpcolor);
}
.product_title .jp span::after {
  display: block;
  content: "";
  position: absolute;
  right: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: var(--jpcolor);
}
.product .item01 {
  width: 100%;
  height: var(--height);
  background: url(../img/top/product_bg01_h350.png) center center/cover no-repeat;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .product .item01 {
    background-image: url(../img/top/product_bg01s_h350.png);
  }
}
.product .item01 .inner {
  width: 860px;
}
@media screen and (max-width: 768px) {
  .product .item01 .inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product .item01 .inner .detail {
  width: 334px;
  height: 186px;
  margin: 0 0 0 auto;
  background: rgba(76, 178, 212, 0.8);
  display: grid;
  place-content: center;
  place-items: center;
}
.product .item01 .inner .detail h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .product .item01 .inner .detail h3 {
    font-size: 34px;
  }
}
.product .item01 .inner .detail .btn {
  width: 156px;
  margin: auto;
  margin-top: 20px;
  filter: drop-shadow(0 0 0 #fff);
  transition: all 0.4s;
}
.product .item01 .inner .detail .btn:hover {
  filter: drop-shadow(0 0 4px #fff);
}
@media screen and (max-width: 640px) {
  .product .item01 .inner .detail .btn {
    width: 187px;
    margin-top: 22px;
  }
}
.product .item02 {
  width: 100%;
  height: var(--height);
  background: url(../img/top/product_bg02_h350.png) center center/cover no-repeat;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .product .item02 {
    background-image: url(../img/top/product_bg02s_h350.png);
  }
}
.product .item02 .inner {
  width: 860px;
}
@media screen and (max-width: 768px) {
  .product .item02 .inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product .item02 .inner .detail {
  width: 334px;
  height: 186px;
  margin: 0 auto 0 0;
  background: rgba(45, 182, 174, 0.8);
  display: grid;
  place-content: center;
  place-items: center;
}
.product .item02 .inner .detail h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .product .item02 .inner .detail h3 {
    font-size: 34px;
  }
}
.product .item02 .inner .detail .btn {
  width: 156px;
  margin: auto;
  margin-top: 1.25em;
  filter: drop-shadow(0 0 0 #fff);
  transition: all 0.4s;
}
.product .item02 .inner .detail .btn:hover {
  filter: drop-shadow(0 0 4px #fff);
}
@media screen and (max-width: 640px) {
  .product .item02 .inner .detail .btn {
    width: 187px;
    margin-top: 22px;
  }
}/*# sourceMappingURL=style.css.map */