﻿
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
/*====================================

/*----------------------------------
  Structure
----------------------------------
1. トップ
  1.1	メインイメージ
  1.2 トップナビ
2. 
3. 

====================================*/
/*----------------------------------
	0. 共有
------------------------------------*/
.fs-m {
  font-size: clamp(23px, 2.995vw, 28px);
  line-height: 2;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 768px) {
  .fs-m {
    font-size: clamp(19px, 3.958vw, 23px);
  }
}
body#en .fs-m {
  font-size: clamp(22px, 2.865vw, 24px);
  line-height: 2.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  body#en .fs-m {
    font-size: clamp(18px, 3.75vw, 22px);
  }
}
@media screen and (max-width: 420px) {
  body#en .fs-m {
    font-size: clamp(17px, 5.313vw, 18px);
    line-height: 2;
    letter-spacing: 0.15em;
  }
}

.fs-s {
  font-size: clamp(16px, 3.333vw, 18px);
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fs-s {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
body#en .fs-s {
  font-size: clamp(16px, 2.083vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  body#en .fs-s {
    font-size: clamp(14px, 2.917vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  body#en .fs-s {
    font-size: clamp(12px, 3.75vw, 14px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

/*----------------------------------
	0. アニメーション
------------------------------------*/
.scroll-fade {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}

.scroll-fade.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*----------------------------------
	1. トップ
------------------------------------*/
.top-mainimg {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.top-mainimg video {
  aspect-ratio: 17/8;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-mask-image: url("../image/mainmask.png");
  -webkit-mask-size: cover;
  mask-image: url("../image/mainmask.png");
  mask-size: cover;
}
@media screen and (max-width: 480px) {
  .top-mainimg video {
    aspect-ratio: 8/17;
    -webkit-mask-image: url("../image/mainmask_sp.png");
    mask-image: url("../image/mainmask_sp.png");
  }
}
.top-mainimg__text {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 2.3em;
  letter-spacing: 0.18em;
  padding: 2em 2.5em;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(0);
  max-width: 80%;
}
@media screen and (max-width: 1000px) {
  .top-mainimg__text {
    font-size: clamp(15px, 1.953vw, 20px);
    line-height: 2.1em;
    letter-spacing: 0.15em;
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 768px) {
  .top-mainimg__text {
    font-size: clamp(13px, 2.703vw, 15px);
  }
}
@media screen and (max-width: 600px) {
  .top-mainimg__text {
    line-height: 1.9em;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 480px) {
  .top-mainimg__text {
    font-size: clamp(14px, 4.375vw, 18px);
    line-height: 2.5em;
    letter-spacing: 0.15em;
    padding: 2.5em 1.5em;
    max-width: 90%;
    top: 22%;
    left: 0;
    transform: translateY(0) translateX(0);
  }
}
@media screen and (max-width: 420px) {
  .top-mainimg__text {
    line-height: 2.3em;
    letter-spacing: 0.1em;
  }
}

.t-p-slider {
  position: relative;
}
.t-p-slider__text {
  background-color: rgba(255, 255, 255, 0.7254901961);
  padding: 1.5em 2.5em;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 2;
  letter-spacing: 0.2em;
  max-width: 66%;
}
@media screen and (min-width: 769px) {
  .t-p-slider__text {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .t-p-slider__text {
    font-size: clamp(18px, 3.75vw, 22px);
    padding: 0.7em 0;
    margin: 0 4% 0.5em;
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .t-p-slider__text {
    font-size: clamp(17px, 5.313vw, 18px);
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1000px) {
  .t-p-slider .slick-track {
    height: 300px;
  }
  .t-p-slider .slick-slide {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .t-p-slider .slick-track {
    height: 220px;
  }
}

.t-p-link a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  color: #000;
  height: 190px;
  border: solid 1px #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 2em;
}
.t-p-link__eb img {
  max-width: 254px;
  width: 100%;
}

/*----------------------------------
	2. about us
------------------------------------*/
.au-os__text {
  margin-left: 4%;
}
.au-os__img {
  background: url(../image/ab-img01_v2.jpg) bottom right no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .au-os__img {
    background-size: auto 100%;
    padding: 210px 4%;
  }
}

.au-co__t-cover {
  border: solid 1px #AAAAAA;
  padding: 1em 2em;
  font-size: clamp(16px, 3.333vw, 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  max-width: 890px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 768px) {
  .au-co__t-cover {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}
body#en .au-co__t-cover {
  font-size: clamp(16px, 2.083vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  body#en .au-co__t-cover {
    font-size: clamp(14px, 2.917vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  body#en .au-co__t-cover {
    font-size: clamp(12px, 3.75vw, 14px);
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

/*----------------------------------
	1.　page-title
------------------------------------*/
@media screen and (min-width: 769px) {
  .page-title > div {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .page-title > div {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .page-title__text {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .page-title h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .page-title h2 {
    margin: 4% 1em 0 1.5em;
  }
}
.page-title__img {
  height: clamp(150px, 19.531vw, 200px);
}
@media screen and (min-width: 769px) {
  .page-title__img {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-title__img {
    height: clamp(120px, 25vw, 150px);
  }
}
.page-title.aboutus .page-title__img {
  background: url(../image/ab-img01_bg.jpg) center center no-repeat;
  background-size: cover;
}
.page-title.oem .page-title__img {
  background: url(../image/pg-oem__img3.jpg) center center no-repeat;
  background-size: cover;
}
.page-title.contact .page-title__img {
  background: url(../image/bnr-contact.jpg) center center no-repeat;
  background-size: cover;
}
.page-title.products .page-title__img {
  background: url(../image/products-title_v2.jpg) center center no-repeat;
  background-size: cover;
}

/*----------------------------------
	1. page-bottom
------------------------------------*/
.page-bottom {
  padding: 80px 4%;
}

.bnr-contact {
  background: url(../image/bnr-contact.jpg) no-repeat top center #63c69b;
  border-radius: 20px;
  min-height: 380px;
}
@media screen and (max-width: 768px) {
  .bnr-contact {
    background-size: 100% auto;
  }
}
.bnr-contact .column-box__2col {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.bnr-contact__title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .bnr-contact__title {
    height: clamp(180px, 37.5vw, 300px);
  }
}
.bnr-contact__tell {
  color: #fff;
  font-size: clamp(30px, 6.25vw, 40px);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bnr-contact__tell {
    margin-bottom: 30px;
  }
}
.bnr-contact__link {
  display: inline-block;
  color: #fff;
  font-size: clamp(24px, 5vw, 34px);
  letter-spacing: 0.5em;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 0.7em 1em;
  margin-top: 50px;
}
.bnr-contact__link:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3215686275);
  color: #fff;
}
.bnr-contact img {
  width: clamp(34px, 7.083vw, 44px);
  margin-right: 15px;
}

/*----------------------------------
	1. お問い合わせ
------------------------------------*/
.contact-tell {
  font-size: clamp(24px, 3.125vw, 36px);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.contact-tell span {
  font-size: 60%;
}

.contact_form__inner {
  padding: 80px 0 40px;
  width: 94%;
  margin: 0 auto;
  max-width: 1100px;
}
.contact_form table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_form table {
    max-width: 450px;
  }
}
.contact_form th {
  width: 0;
  white-space: nowrap;
  font-weight: 500;
  padding: 0.7em 1.5em 0.7em 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact_form th {
    max-width: none;
    text-align: left;
  }
}
.contact_form td {
  padding: 0.7em 0;
}
.contact_form .required {
  font-size: 1.2rem;
  color: #F08300;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.contact_form .textarea {
  max-width: 450px;
}

.btn_form {
  margin: 5rem 0;
  text-align: center;
}

.btn_form__privacy-check {
  margin: 2rem 0;
  font-size: 1.4rem;
}

input.submit-button {
  font-weight: normal !important;
  padding: 10px 50px;
  font-size: 16px;
  color: #fff;
}

.contact-privacy__inner {
  border: solid 1px #4D4D4D;
  padding: 3rem 2rem;
}

.contact-privacy a {
  color: #55ACEE;
}/*# sourceMappingURL=contents.css.map */