/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.hmlt .sup {
  font-size: 10px;
}
.hmlt .fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .hmlt .fv-content {
    height: 70vh;
  }
}
.hmlt .fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.hmlt .fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .hmlt .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.hmlt .fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .hmlt .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.hmlt .fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.hmlt .fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hmlt .fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hmlt .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.hmlt .fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .hmlt .fv-content-title-img {
    max-width: 100%;
  }
}
.hmlt .fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .hmlt .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.hmlt .fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hmlt .fv-content .scroll {
    bottom: 0;
  }
}
.hmlt .fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
.hmlt .sec01 {
  padding: 70px 15px;
  position: relative;
}
.hmlt .sec01:before {
  content: "";
  width: 70vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 175, 236, 0.1);
  transform: translate(-25%, -70%);
}
.hmlt .sec01 .wrap {
  z-index: 2;
}
.hmlt .sec01-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .hmlt .sec01-title {
    flex-direction: row;
    max-width: 900px;
    justify-content: space-between;
    padding-bottom: 70px;
    gap: 30px;
  }
}
.hmlt .sec01-title .logo {
  max-width: 700px;
}
@media (min-width: 768px) {
  .hmlt .sec01-title .logo {
    max-width: 365px;
  }
}
.hmlt .sec01-title .text {
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hmlt .sec01-title .text {
    font-size: 30px;
  }
}
.hmlt .sec01-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.hmlt .sec01-summary {
  padding: 15px;
  background: rgba(0, 175, 236, 0.1);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .hmlt .sec01-summary {
    padding: 30px;
  }
}
.hmlt .sec01-summary .box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.hmlt .sec01-summary .box-hr {
  margin: 5px 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.hmlt .sec01-summary .box .text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .hmlt .sec01-summary .box .text {
    font-size: 16px;
  }
}
.hmlt .sec01-summary .box .text-small {
  font-size: 12px;
}
.hmlt .sec02 {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .hmlt .sec02 {
    padding: 0 15px 70px;
  }
}
.hmlt .sec02 .bg-yellow {
  background: #fff6a8;
}
.hmlt .sec02-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .hmlt .sec02-title {
    font-size: 26px;
    padding-bottom: 50px;
  }
}
.hmlt .sec02-text {
  text-align: center;
  line-height: 1.8;
  font-size: 13px;
}
@media (min-width: 768px) {
  .hmlt .sec02-text {
    font-size: 16px;
  }
}
.hmlt .sec02-caption {
  color: #666;
  font-size: 10px;
  text-align: center;
  padding: 15px 0;
  margin-top: 15px;
}
.hmlt .sec02-grid {
  display: grid;
  grid-template-columns: 1fr 0.89fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .hmlt .sec02-grid {
    gap: 30px;
  }
}
.hmlt .sec02-grid .col03 {
  grid-row: 1/3;
  grid-column: 2;
}
.hmlt .sec02-grid .col03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hmlt .sec03 {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .hmlt .sec03 {
    padding: 0 15px 70px;
  }
}
.hmlt .sec03 .caption {
  color: #666;
}
.hmlt .sec03-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .hmlt .sec03-title {
    font-size: 26px;
    padding: 30px 0;
  }
}
.hmlt .sec03-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .hmlt .sec03-flex {
    flex-direction: row-reverse;
    gap: 30px;
  }
}
.hmlt .sec03-flex-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .hmlt .sec03-flex-title {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.hmlt .sec03-flex-text {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .hmlt .sec03-flex-text {
    font-size: 16px;
    padding: 25px 0;
  }
}
.hmlt .sec03-flex-img {
  align-self: flex-end;
}
.hmlt .sec03-flex-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hmlt .sec03-flex .col01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hmlt .sec03-flex .col02 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hmlt .sec03-subtitle {
  background: #d1d8de;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hmlt .sec03-subtitle {
    font-size: 18px;
    margin-top: 50px;
  }
}
.hmlt .sec03-linetitle {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hmlt .sec03-linetitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hmlt .sec03-linetitle.linefirst {
    margin-bottom: 10px;
  }
}
.hmlt .sec03-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
}
@media (min-width: 768px) {
  .hmlt .sec03-inner {
    padding: 30px 15px;
  }
}
.hmlt .sec03-inner.pynone {
  padding-left: 0;
  padding-right: 0;
}
.hmlt .sec03-available {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  .hmlt .sec03-available {
    align-items: flex-start;
  }
}
.hmlt .sec03-available .flex {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .hmlt .sec03-available .flex {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .hmlt .sec03-available .flex.fs {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hmlt .sec03-available .flex.fs .col {
    width: 100%;
    max-width: 300px;
    padding-right: 15px;
  }
  .hmlt .sec03-available .flex.fs .caption {
    max-width: 220px;
  }
}
.hmlt .sec03-available .flex .caption {
  color: #666;
}
.hmlt .sec03-available .flex .maintext {
  white-space: nowrap;
  padding-right: 15px;
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .hmlt .sec03-available .flex .maintext {
    font-size: 16px;
  }
}
.hmlt .sec03-available .flex .imgcol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .hmlt .sec03-available .flex .imgcol {
    flex-direction: row;
    gap: 30px;
  }
}
.hmlt .sec03-available .flex .imgcol .img {
  position: relative;
}
@media (min-width: 768px) {
  .hmlt .sec03-available .flex .imgcol .img {
    max-width: 300px;
  }
}
.hmlt .sec03-available .flex .imgcol .img .caption.inner {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.hmlt .sec03-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .hmlt .sec03-text {
    font-size: 16px;
  }
}
.hmlt .sec03-sr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .hmlt .sec03-sr {
    gap: 30px;
  }
}
.hmlt .sec03-sr-img {
  padding: 0 15px;
}
.hmlt .sec03-sr-text {
  font-size: 15px;
}
@media (min-width: 768px) {
  .hmlt .sec03-sr-text {
    font-size: 18px;
  }
}
.hmlt .sec03-products .flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .hmlt .sec03-products .flex {
    flex-direction: row;
    justify-content: center;
  }
}
.hmlt .sec03-products .flex:nth-child(2) {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .hmlt .sec03-products .flex.spacebetween {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .hmlt .sec03-products .flex.spacebetween .col {
    width: calc(50% - 30px);
  }
}
.hmlt .sec03-products .flex.spacebetween .col .img .caption {
  transform: translateY(calc(100% + 10px));
}
.hmlt .sec03-products .flex .blue,
.hmlt .sec03-products .flex .gold {
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.hmlt .sec03-products .flex .blue:before,
.hmlt .sec03-products .flex .gold:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 768px) {
  .hmlt .sec03-products .flex .blue,
  .hmlt .sec03-products .flex .gold {
    font-size: 16px;
  }
}
.hmlt .sec03-products .flex .blue:before {
  background: #5ac3dc;
}
.hmlt .sec03-products .flex .gold:before {
  background: #a0916e;
}
.hmlt .sec03-products .flex .nisumu {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (min-width: 768px) {
  .hmlt .sec03-products .flex .nisumu {
    width: 40%;
  }
}
.hmlt .sec03-products .flex .nisumu-col {
  width: calc(75% - 5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hmlt .sec03-products .flex .nisumu-img {
  width: 25%;
}
.hmlt .sec03-products .flex .col .title {
  margin-top: 5px;
}
.hmlt .sec03-products .flex .col .img {
  position: relative;
}
.hmlt .sec03-products .flex .col .img .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.hmlt .sec03-products .flex .col .img .caption.text-white {
  color: #fff;
}
.hmlt .sec03-products .flex .col .img .caption.text-out {
  transform: translate(0, calc(100% + 10px));
}
@media (min-width: 768px) {
  .hmlt .sec03-products .flex .col .img .caption.text-out {
    transform: translate(calc(100% + 10px), 0);
  }
}
.hmlt .sec03-products .flex .col .img .caption.text-left {
  right: auto;
  left: 5px;
}
.hmlt .sec03-products .flex .col .img .caption.text-shadow {
  text-shadow: 0px 0px 2px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 1px 1px 1px rgb(255, 255, 255), 1px -1px 1px rgb(255, 255, 255), -1px 1px 1px rgb(255, 255, 255), -1px -1px 1px rgb(255, 255, 255);
}
.hmlt .sec03-products .flex .col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hmlt .sec03-products .etc {
  text-align: right;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 768px) {
  .hmlt .sec03-products .etc {
    font-size: 16px;
  }
}
.hmlt .sec03-photo {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  padding: 40px 0 30px;
}
.hmlt .sec03-photo-title {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}
.hmlt .sec03-photo-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hmlt .sec03-link {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.hmlt .sec03-link .std-btn {
  border-color: #0073d2;
  color: #0073d2;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=hm.css.map */