@charset "UTF-8";
/* argument */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* font */
.adobe-thai-r {
  font-family: adobe-thai, serif;
  font-weight: 400;
  font-style: normal;
}

.adobe-thai-b {
  font-family: adobe-thai,serif;
  font-weight: 700;
  font-style: normal;
}

footer .footer-search,
#pageTop {
  display: none;
}

.inview {
  visibility: hidden;
  animation-delay: 0.2s;
}

.inview.animated {
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.txt18 {
  font-size: 18px;
  line-height: 34px;
}

.txt28 {
  font-size: 28px;
  line-height: 24px;
}

.txt30 {
  font-size: 30px;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .txt30 {
    font-size: 18px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 320px) {
  .txt30 {
    font-size: 15px;
    line-height: 30px;
  }
}

.lh24 {
  line-height: 24px;
}

.mb10 {
  margin-bottom: 12px;
}

.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.taC {
  text-align: center;
}

img {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .sp, .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc, .PC {
    display: none !important;
  }
}

p {
  margin-top: 0;
}

.lp {
  color: #0a1324;
  font-size: 14px;
  line-height: 24px;
}

.lp__logo {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 28px;
}

@media only screen and (max-width: 767px) {
  .lp__logo {
    top: 15px;
    left: 15px;
  }
}

.lp__logo a {
  display: block;
}

.lp__logo a:hover {
  opacity: 1;
}

.lp__logo img {
  max-width: 150px;
}

@media only screen and (max-width: 767px) {
  .lp__logo img {
    max-width: 80px;
  }
}

.lp__main {
  position: relative;
  padding: 160px 20px 130px;
  color: #fff;
  background: url("../images/main-pic.jpg") center/cover no-repeat;
  text-align: center;
  font-family: adobe-thai, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__main {
    font-size: 14px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .lp__main {
    font-size: 12px;
    line-height: 24px;
    padding: 60px 15px;
    background: url("../images/main-pic-sp.jpg") center/cover no-repeat;
  }
}

.lp__main .txt01 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 35px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .lp__main .txt01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .lp__main .txt01 {
    font-size: 20px;
  }
}

.lp__main .txt02 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0em;
  margin-bottom: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__main .txt02 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .lp__main .txt02 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .lp__main .txt02 {
    font-size: 22px;
    line-height: 35px;
  }
}

.lp__title {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .lp__title {
    font-size: 13px;
    line-height: 25px;
  }
}

.lp__title span {
  display: block;
}

.lp__title .txt01 {
  font-size: 16px;
  position: relative;
  padding: 0;
  z-index: 0;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .lp__title .txt01 {
    font-size: 12px;
  }
}

.lp__title .txt01:before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cd0000;
  background: radial-gradient(circle, #cd0000 0%, #820101 100%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .lp__title .txt01:before {
    width: 30px;
    height: 30px;
  }
}

.lp__title .txt02 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .lp__title .txt02 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.lp__madein {
  background: #0a1324;
  padding: 63px 0 102px;
  color: #fff;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .lp__madein {
    padding: 50px 0 80px;
  }
}

.lp__madein:before, .lp__madein:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bg_01.png") right top no-repeat;
}

@media only screen and (max-width: 767px) {
  .lp__madein:before, .lp__madein:after {
    background-size: 100%;
  }
}

.lp__madein:after {
  background: url("../images/bg_02.png") left bottom no-repeat;
}

@media only screen and (max-width: 767px) {
  .lp__madein:after {
    background-size: 100%;
  }
}

.lp__madein__item {
  margin-bottom: 88px;
  display: flex;
}

.lp__madein__item:before, .lp__madein__item:after {
  content: " ";
  display: table;
}

.lp__madein__item:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item {
    display: block;
    margin-bottom: 50px;
  }
}

.lp__madein__item__title, .lp__madein__item__txt {
  float: left;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item__title, .lp__madein__item__txt {
    float: none;
  }
}

.lp__madein__item__title {
  width: 40.4%;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item__title {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
}

.lp__madein__item__txt {
  width: 59.6%;
  position: relative;
  padding-left: 85px;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item__txt {
    width: 100%;
    padding-left: 0;
  }
}

.lp__madein__item__txt:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 7px;
  bottom: 0;
  background: #fff;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item__txt:before {
    display: none;
  }
}

.lp__madein__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item .txt18 {
    font-size: 15px;
    line-height: 25px;
  }
}

.lp__madein__item p {
  margin-top: 0;
}

.lp__madein__item ul {
  margin-bottom: 35px;
}

.lp__madein__item ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.lp__madein__item ul li:last-child {
  margin-bottom: 0;
}

.lp__madein__item ul li:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item ul li:before {
    top: 11px;
  }
}

.lp__madein__item .img_02 {
  position: relative;
  left: 148px;
  margin-top: -18px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__madein__item .img_02 {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp__madein__item .img_02 {
    left: 0;
    margin-top: 0;
    max-width: 220px;
    margin: 10px auto 0;
    display: block;
  }
}

.lp__madein__item .img_03 {
  max-width: 384px;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item .img_03 {
    max-width: 100%;
  }
}

.lp__madein__item .img_03 img {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item .img_03 p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .lp__madein__item .img_03 p {
    font-size: 10px;
  }
}

.lp__madein__item__box {
  position: relative;
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item__box {
    padding-left: 30px;
  }
}

.lp__madein__item__box:last-child {
  margin-bottom: 0;
}

.lp__madein__item .ico_logo {
  position: absolute;
  max-width: 36px;
  left: -60px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .lp__madein__item .ico_logo {
    left: 0;
    max-width: 18px;
    top: 4px;
  }
}

.lp__product {
  padding: 72px 0 120px;
}

@media only screen and (max-width: 767px) {
  .lp__product {
    padding: 50px 0 80px;
  }
}

.lp__product p {
  margin-top: 0;
}

.lp__product .lp__title {
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .lp__product .lp__title {
    margin-bottom: 40px;
  }
}

.lp__product .lp__title .txt01:before {
  background: #f25455;
  background: radial-gradient(circle, #f25455 0%, #c00101 100%);
}

.lp__product__item {
  position: relative;
  margin-bottom: 50px;
}

.lp__product__item:before, .lp__product__item:after {
  content: " ";
  display: table;
}

.lp__product__item:after {
  clear: both;
}

.lp__product__item:last-child {
  margin-bottom: 0;
}

.lp__product__item__img, .lp__product__item__txt {
  float: left;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__img, .lp__product__item__txt {
    float: none;
    width: 100%;
  }
}

.lp__product__item__img--right, .lp__product__item__txt--right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__img--right, .lp__product__item__txt--right {
    float: none;
  }
}

.lp__product__item__img {
  line-height: 0;
}

.lp__product__item__txt {
  position: relative;
  margin-top: 40px;
  padding: 45px 25px;
  width: 51%;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt {
    margin-top: 0;
    padding: 30px;
    width: 100%;
  }
}

.lp__product__item__txt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -80px;
  background: #efefef;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt:before {
    left: 0;
  }
}

.lp__product__item__txt--left:before {
  left: 0;
  right: -50px;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt--left:before {
    right: 0;
  }
}

.lp__product__item__txt .txt01 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt .txt01 {
    margin-bottom: 15px;
    line-height: 28px;
  }
}

.lp__product__item__txt .txt02 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.lp__product__item__txt .img_txt01 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt .img_txt01.img_txt02 {
    max-width: 280px;
  }
}

.lp__product__item__txt .txt03 {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt .txt03 {
    line-height: 24px;
  }
}

.lp__product__item__txt .txt03 .txt24 {
  font-size: 24px;
}

.lp__product__item__txt ul li {
  position: relative;
  padding-left: 15px;
}

.lp__product__item__txt ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .lp__product__item__txt ul li:before {
    top: 1px;
  }
}

.lp__download {
  background: #00b8ee;
  background: linear-gradient(90deg, #00b8ee 0%, #0b3491 100%);
  padding: 45px 0 0;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .lp__download {
    padding: 0;
  }
}

.lp__download .container {
  padding-left: 306px;
  position: relative;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__download .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .lp__download .container {
    padding: 30px 15px 0;
  }
}

.lp__download__img {
  position: absolute;
  bottom: 0;
  left: 18px;
  line-height: 0;
  width: 22.3%;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__download__img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .lp__download__img {
    position: relative;
    left: auto;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    display: block;
  }
}

.lp__download__txt {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  width: 57%;
}

@media only screen and (min-width: 1026px) and (max-width: 1140px) {
  .lp__download__txt {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 767px) {
  .lp__download__txt {
    width: 100%;
    padding: 0 0 30px;
  }
}

.lp__download__link {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 1026px) and (max-width: 1140px) {
  .lp__download__link {
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__download__link {
    width: 38%;
  }
}

@media only screen and (max-width: 767px) {
  .lp__download__link {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    margin: 0 auto 15px;
    display: block;
    max-width: 90%;
  }
}

@media only screen and (max-width: 320px) {
  .lp__download__link {
    max-width: 100%;
  }
}

.lp__download__link a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding: 20px;
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .lp__download__link a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .lp__download__link a {
    font-size: 16px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .lp__download__link a {
    font-size: 14px;
  }
}

.lp__download__link a span {
  display: inline-block;
  vertical-align: middle;
}

.lp__download__link a img {
  max-width: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .lp__download__link a img {
    position: relative;
    right: auto;
    top: 1px;
    margin-left: 10px;
    max-width: 14px;
  }
}

.lp__environment {
  background: url("../images/bg_03.jpg") center/cover no-repeat;
  padding: 72px 0 110px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .lp__environment {
    padding: 50px 0 172px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .lp__environment {
    background: #0a1324 url("../images/bg_03_sp.jpg") center bottom/100% no-repeat;
  }
}

.lp__environment .lp__title {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .lp__environment .lp__title {
    margin-bottom: 40px;
  }
}

.lp__environment .mb50 {
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .lp__environment .mb50 {
    margin-bottom: 30px;
  }
}

.lp__environment__txt {
  position: relative;
}

.lp__environment__txt p {
  font-size: 14px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .lp__environment__txt p {
    line-height: 24px;
  }
}

.lp__environment__txt .txt30 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .lp__environment__txt .txt30 {
    font-size: 18px;
    line-height: 35px;
  }
}

.lp__environment__item {
  max-width: 68%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .lp__environment__item {
    max-width: 100%;
    padding-right: 0;
  }
}

.lp__environment__item p {
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .lp__environment__item p {
    padding-right: 0;
  }
}

.lp__environment .img11 {
  position: absolute;
  max-width: 32%;
  bottom: 10px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .lp__environment .img11 {
    position: relative;
    max-width: 100%;
    right: auto;
    bottom: auto;
    margin: 15px auto 0;
    display: block;
  }
}

.lp__history {
  background: url("../images/bg_04.jpg") center/cover no-repeat;
  padding: 108px 0 110px;
  box-shadow: 4px 4px 46px rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 767px) {
  .lp__history {
    background: url("../images/bg_04_sp.jpg") center/cover no-repeat;
    padding: 60px 0;
  }
}

.lp__history__content {
  background: rgba(255, 255, 255, 0.7);
  padding: 112px 150px 110px;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .lp__history__content {
    padding: 112px 50px 110px;
  }
}

@media only screen and (max-width: 767px) {
  .lp__history__content {
    padding: 60px 15px 40px;
  }
}

.lp__history__title {
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .lp__history__title {
    margin-bottom: 10px;
  }
}

.lp__history p {
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .lp__history p {
    font-size: 14px;
    line-height: 28px;
  }
}

.lp__possibilities {
  padding: 110px 0 103px;
}

@media only screen and (max-width: 767px) {
  .lp__possibilities {
    padding: 60px 0 80px;
  }
}

.lp__possibilities__title {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .lp__possibilities__title {
    margin-bottom: 25px;
  }
}

.lp__possibilities__title img {
  max-width: 729px;
}

@media only screen and (max-width: 767px) {
  .lp__possibilities__title img {
    max-width: 100%;
  }
}

.lp__possibilities__txt {
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .lp__possibilities__txt {
    line-height: 28px;
  }
}

.lp__possibilities__txt h3 {
  font-size: 24px;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .lp__possibilities__txt h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .lp__possibilities__txt h3 {
    font-size: 18px;
  }
}

.lp__banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 208px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.lp__banner.fix_bottom {
  bottom: 253px;
}

@media only screen and (max-width: 767px) {
  .lp__banner.fix_bottom {
    bottom: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp__banner {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.lp__banner a {
  display: block;
  background: #00b8ee;
  background: linear-gradient(90deg, #00b8ee 0%, #0b3491 100%);
  color: #fff;
  padding: 18px 20px 0;
  text-align: left;
  line-height: 0;
  position: relative;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .lp__banner a {
    padding: 5px 10px 0;
    height: 70px;
    display: table;
    width: 100%;
  }
}

.lp__banner a:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: url("../images/ico_tab.png") top 10px right 10px no-repeat;
  background-size: 12px;
}

.lp__banner a span {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .lp__banner a span {
    font-size: 18px;
    padding-left: 110px;
    display: table-cell;
    vertical-align: middle;
  }
}

.lp__banner a img {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .lp__banner a img {
    position: absolute;
    left: 10px;
    bottom: 0;
    max-width: 107px;
  }
}

.lp footer {
  margin-top: 0;
  font-size: 16px;
}

.lp footer .footer-place address {
  font-style: normal;
}

.lp.thai .lp__main .txtdes span {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .lp.thai .lp__main .txtdes span {
    font-size: 17px;
  }
}

.lp.english .lp__main .txtdes {
  font-size: 20px;
}
