@charset "UTF-8";

/* CSS Document */
* {
  font-family: "Niramit", sans-serif !important;
  font-weight: 300;
}

header .nav-wrap .languageBtn .ttl span:before {
  top: 1px;
}

header .nav-wrap .languageBtn .ttl span {
  align-items: center;
}

header#header02 .nav-wrap .languageBtn .ttl.taiwan span:before {
  background: url(../img/common/cn02.png) no-repeat center top/cover;
}

header#header02 .nav-wrap .languageBtn .ttl.thai span:before {
  background: url(../img/common/th.png) no-repeat center top/cover;
}

header#header02 .nav-wrap .languageBtn .in .ja::before {
  background: url(../img/common/japan.png) no-repeat center top/cover !important;
}

header .nav-wrap .languageBtn .in {
  left: 50%;
  transform: translateX(-50%);
}

header .nav-wrap .languageBtn .in .usa::before {
  background: url(../img/common/us.png) no-repeat center top/cover !important;
}

header .nav-wrap .languageBtn .in .taiwan::before {
  background: url(../img/common/cn02.png) no-repeat center top/cover !important;
}

header .nav-wrap .languageBtn .in .thai::before {
  background: url(../img/common/th.png) no-repeat center top/cover !important;
}

header .nav-wrap #gnav ul.navi li a img {
  transform: translateY(0);
}

header .nav-wrap .languageBtn {
  right: 40px;
}

header .nav-wrap .languageBtn.sp_nav {
  right: 0 !important;
}

footer ul.other li.tel a span:before {
  top: 5px;
}

main {
  margin-top: -5%;
}

.list .box {
  margin-bottom: 180px;
}

.list .box:last-child {
  margin-bottom: 0;
}

.list .box .img {
  transform: translateY(-10px);
}

.list .box.box01 .img {
  width: 45%;
}

.list .box.box02 .img {
  width: 51%;
}

.list .box.box03 .img {
  width: 50%;
}

.list .box.box01 .block {
  width: 50%;
}

.list .box.box02 .block {
  width: 45%;
}

.list .box.box03 .block {
  width: 47%;
}

.list .box .lead {
  margin-bottom: 40px;
}

.list .box .lead span {
  font-size: 24px;
  color: #040000;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4px;
  position: relative;
}

.list .box .lead span:after {
  content: "";
  background: #040000;
  width: 93px;
  height: 1px;
  position: absolute;
  right: -120px;
  top: 40%;
}

.list .box .en {
  font-size: 15px;
  color: #040000;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.list .box .ttl {
  font-size: 24px;
  color: #040000;
  margin-bottom: 15px;
}

.inner-list {
  max-width: 865px;
  margin: 0 auto;
}

.inner-list .txt {
  font-size: 14px;
  line-height: 2.2em;
  color: #040000;
}

.inner-list .txt small {
  font-size: 12px;
  display: block;
  margin-top: 13px;
  line-height: 1.6em;
}

.sec-mv {
  position: relative;
  padding: 15px 0 0;
}

.sec-mv .text {
  position: absolute;
  top: 23%;
  left: 5%;
}

@media screen and (max-width: 767px) {
  .sec-mv .text {
    top: 12%;
    color: #040000;
  }
}

.sec-mv .text .top {
  color: #040000;
  font-family: "Tajawal", sans-serif;
  letter-spacing: 0.1em;
  font-size: 19px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-mv .text .top {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.sec-mv .text h2 {
  font-size: 35px;
  font-weight: 300;
  color: #040000;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sec-mv .text h2 {
    font-size: 26px;
  }
}

.sec-mv .text p {
  font-family: "Tajawal", sans-serif;
  color: #040000;
  letter-spacing: 0;
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
}

.sec-about {
  padding: 100px 0 86px !important;
  position: relative;
  margin-top: -4.2%;
}

@media screen and (max-width: 767px) {
  .sec-about {
    margin: 0 0 80px;
  }
}

.sec-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 546px;
  background: url(../img/global/bg01.jpg) no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sec-about::before {
    background: url(../img/global/bg01_sp.jpg) no-repeat center top/cover;
    height: 1006px;
  }
}

.sec-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 900px;
  background: url(../img/global/bg02.jpg) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec-about::after {
    background: url(../img/global/bg02_sp.jpg) no-repeat center top/cover;
    height: 1610px;
  }
}

.sec-about .box-top {
  margin-bottom: 120px;
}

.sec-about .box-top .ttl {
  font-size: 37px;
  color: #040000;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.sec-about .inner-list .box-top .txt {
  font-size: 15px;
}

.sec-about .bg-bottom {
  margin-top: 80px;
}

.sec-about .bg-bottom .list .box .en {
  margin-bottom: 20px;
}

.sec-about .box-desc .box {
  width: 243px;
  border: 1px solid #808080;
  border-radius: 15px;
  margin: 0 15px;
  padding: 0 15px 22px;
}

.sec-about .box-desc .box .ico {
  min-height: 60px;
  transform: translateY(-50%);
  margin: 0 auto -20px;
  background: #efefef;
  max-width: 120px;
}

.sec-about .box-desc .box.box01 .ico {
  background: #fbfbfb;
}

.sec-about .box-desc .box.box01 .ico img {
  transform: translateY(20px);
}

.sec-about .box-desc .box .label {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #45403f;
}

.sec-about .box-desc .box .txt {
  font-size: 14px;
  color: #040000;
  line-height: 1.8em;
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 98px;
  }

  header#header02 {
    background: rgba(255, 255, 255, 0.9);
  }

  .list .box:nth-child(2n-1) .img {
    order: 1;
  }

  .list .box:nth-child(2n-1) .block {
    order: 2;
  }

  #wrap-en .sec-about .img-main .lead {
    transform: rotate(-90deg) translateX(-100%);
  }

  #wrap-en .sec-about .img-main .lead span:after {
    left: -100px;
  }
}

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

  .list .box {
    margin-bottom: 55px;
    flex-direction: column-reverse;
  }

  .list .box .img {
    transform: translateY(0);
    margin-bottom: 16px;
  }

  .list .box.box01 .img {
    width: 100%;
  }

  .list .box.box02 .img {
    width: 100%;
  }

  .list .box.box03 .img {
    width: 100%;
  }

  .list .box.box01 .block {
    width: 100%;
  }

  .list .box.box02 .block {
    width: 100%;
  }

  .list .box.box03 .block {
    width: 100%;
  }

  .list .box .lead {
    margin-bottom: 30px;
  }

  .list .box .lead span {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .list .box .lead span:after {
    width: 80px;
    right: -110px;
  }

  .list .box .en {
    font-size: 12px;
  }

  .list .box .ttl {
    font-size: 23px;
    letter-spacing: normal;
    margin-bottom: 20px;
  }

  .inner-list {
    max-width: 865px;
    margin: 0 auto;
  }

  .inner-list .txt {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }

  .inner-list .txt small {
    font-size: 10px;
  }

  .sec-mv {
    padding: 0;
  }

  .sec-about {
    padding: 60px 0 70px;
  }

  .sec-about .img-main {
    margin-left: 0;
    margin: 0;
  }

  .sec-about .img-main .lead {
    padding-left: 32px;
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0);
    margin-bottom: 20px;
  }

  .sec-about .img-main .lead span {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .sec-about .box-top {
    margin-bottom: 70px;
  }

  .sec-about .box-top .ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .sec-about .inner-list .box-top .txt {
    font-size: 15px;
  }

  .sec-about .box-top .img-sp {
    margin: 0 -32px;
  }

  .sec-about .bg-bottom .list .box .en {
    margin-bottom: 10px;
  }

  .sec-about .box-desc .box {
    width: 243px;
    margin: 0 auto 70px;
  }

  .sec-about .box-desc .box:last-child {
    margin-bottom: 0;
  }

  .sec-about .box-desc .box .txt {
    font-size: 13px;
  }
}

.howtobuy {
  border: 2px solid #000;
  width: 560px;
  margin: 0 auto;
  display: block;
  padding: 10px 0 16px;
  color: #000;
  font-size: 24px;
  margin-top: 80px;
}

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

.contact_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Tajawal", sans-serif;
  margin-bottom: 10px;
}

.contact_txt::before {
  content: "";
  background: url(../img/common/ico_mail02.png) no-repeat left top #fff;
  background-size: 100%;
  width: 16px;
  height: 11px;
  margin-right: 10px;
}

.sec-contact .box-btn a.tel span {
  font-family: "游ゴシック",
    "YuGothic",
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif !important;
}

.sec-contact .ttl {
  font-family: 'Tajawal',
    sans-serif !important;
}