@charset "UTF-8";
@import url("https://use.typekit.net/jjj4apq.css");
/* =============================================================================
   Base
   ========================================================================== */
html, body {
  font-size: 62.5%;
  height: 100%;
  line-height: 1.8em;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #000000;
  color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

a {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed {
  position: fixed !important;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.sp-hidden {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sp-hidden {
    display: inline-block;
  }
}

.tablet-hidden {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .tablet-hidden {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* =============================================================================
   st-Nav
   ========================================================================== */
.st-Nav_Wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Wrap {
    background: none;
  }
}

.st-Nav {
  position: relative;
  width: 100%;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .st-Nav {
    height: 60px;
  }
}
@media only screen and (min-width: 1080px) {
  .st-Nav {
    height: 90px;
    max-width: 1500px;
    margin: auto;
  }
}

.st-logo {
  width: 100px;
  margin: 0 0 0 3vw;
  padding: 11px 0 0;
}
@media only screen and (min-width: 768px) {
  .st-logo {
    width: 50%;
    max-width: 120px;
    margin: 0 0 0 1.8em;
    padding: 18px 0 0;
  }
}
@media only screen and (min-width: 1080px) {
  .st-logo {
    position: relative;
    max-width: 149px;
    z-index: 9999;
  }
}

.st-Icon_Menu {
  position: absolute;
  top: 13px;
  right: 9px;
  width: 22px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .st-Icon_Menu {
    width: 30px;
    right: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .st-Icon_Menu {
    display: none;
  }
}

.st-Purchase {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: #eaff00;
  font-weight: bold;
}
.st-Purchase .st-Purchase-en {
  display: inline-block;
  padding: 0 0 .1em;
  border-bottom: solid 1px #000000;
  font-family: "din-condensed";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
}
@media only screen and (min-width: 1080px) {
  .st-Purchase .st-Purchase-en {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1em;
  }
}
.st-Purchase .st-Purchase-ja {
  display: block;
  padding-top: .2em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1em;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
@media only screen and (min-width: 1080px) {
  .st-Purchase .st-Purchase-ja {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1em;
  }
}

.st-Purchase_Main {
  position: absolute;
  top: 0;
  right: 40px;
  width: 80px;
  height: 48px;
  padding: 11px 0;
}
@media only screen and (min-width: 768px) {
  .st-Purchase_Main {
    width: 100%;
    height: 60px;
    max-width: 110px;
    padding: 17px 0;
    right: 70px;
  }
}
@media only screen and (min-width: 1080px) {
  .st-Purchase_Main {
    display: none;
  }
}

.st-Contact_Main {
  position: absolute;
  top: 0;
  right: 120px;
  width: 80px;
  height: 48px;
  padding: 11px 0;
  background-color: #fff;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .st-Contact_Main {
    width: 100%;
    height: 60px;
    max-width: 110px;
    padding: 17px 0;
    right: 180px;
  }
}
@media only screen and (min-width: 1080px) {
  .st-Contact_Main {
    display: none;
  }
}

.st-Purchase_Sub {
  margin-bottom: 25px;
  padding: 15px 0 18px 2em;
  text-align: left;
}
@media only screen and (min-width: 1080px) {
  .st-Purchase_Sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 155px;
    height: 90px;
    padding: 23px 0 0;
    border: solid 1px #ffffff;
    text-align: center;
  }
}
.st-Purchase_Sub .st-Purchase-en {
  padding: 0 0 0;
  font-weight: 300;
  margin-bottom: 3px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1080px) {
  .st-Purchase_Sub .st-Purchase-en {
    line-height: 1em;
    letter-spacing: .03em;
  }
}
.st-Purchase_Sub .st-Purchase-ja {
  padding: 0;
  line-height: 1.8em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8em;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.st-Contact_Sub {
  margin-bottom: 0px;
  padding: 10px 0 10px 2em;
  text-align: left;
  background-color: #fff;
  color: #000;
}
@media only screen and (min-width: 1080px) {
  .st-Contact_Sub {
    position: absolute;
    top: 0;
    right: 155px;
    width: 155px;
    height: 90px;
    padding: 23px 0 0;
    border: solid 1px #ffffff;
    text-align: center;
  }
}
.st-Contact_Sub .st-Purchase-en {
  padding: 0 0 0;
  font-weight: 300;
  margin-bottom: 3px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1080px) {
  .st-Contact_Sub .st-Purchase-en {
    line-height: 1em;
    letter-spacing: .03em;
  }
}
.st-Contact_Sub .st-Purchase-ja {
  padding: 0;
  line-height: 1.8em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8em;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.st-Nav_Slide {
  position: absolute;
  top: 0;
  right: -400px;
  padding-top: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: right .5s;
  /* アニメーション */
  z-index: 9999;
  overflow: scroll;
}
.st-Nav_Slide.active {
  right: 0;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Slide {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 90px;
    padding: 28px 0 0 190px;
    z-index: 8888;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.65);
  }
}

.st-Nav_Menu {
  margin: 0 4em 0 2em;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Menu {
    margin: 0 4em 0 1em;
    display: inline-block;
    width: 85%;
  }
}
.st-Nav_Menu li {
  letter-spacing: .02em;
  font-family: "din-condensed";
  font-weight: 300;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2em;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Menu li {
    display: inline-block;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1em;
    margin-right: 1.5%;
    letter-spacing: .07em;
  }
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Menu #st-Nav_Top {
    display: none;
  }
}
.st-Nav_Menu a {
  text-decoration: none;
  color: #FFFFFF;
}
.st-Nav_Menu a:hover {
  color: #eaff00;
}
.st-Nav_Menu span {
  display: inline-block;
  padding-left: .5em;
  letter-spacing: .01em;
  color: #eaff00;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8em;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Menu span {
    display: none;
  }
}

.st-Nav_Sns {
  width: 175px;
  margin: 0 0 0 9%;
  padding: 0;
  font-size: 0;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns {
    position: absolute;
    top: 28px;
    width: auto;
    right: 330px;
    margin: 0;
  }
}
.st-Nav_Sns li {
  display: inline-block;
  width: 25%;
  margin: 0 0 29px 0;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns li {
    width: auto;
    margin: 0;
    width: auto;
  }
}
.st-Nav_Sns a {
  display: block;
}
.st-Nav_Sns #icon-youtube {
  width: 64%;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns #icon-youtube {
    width: calc(20px * 1.2);
    margin: 0 0 0 1%;
  }
}
.st-Nav_Sns #icon-facebook {
  width: 28%;
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns #icon-facebook {
    width: calc(10px * 1.2);
    margin: 0 0 0 14px;
  }
}
.st-Nav_Sns #icon-twitter {
  width: 50%;
}
.st-Nav_Sns #icon-twitter img {
  margin-left: 3px;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns #icon-twitter img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns #icon-twitter {
    width: calc(18px * 1.2);
    margin: 0 0 0 14px;
  }
}
.st-Nav_Sns #icon-instagram {
  width: 48%;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Sns #icon-instagram {
    width: calc(17px * 1.2);
    margin: 0 0 0 14px;
  }
}

/* =============================================================================
   バッテン
   ========================================================================== */
.st-Nav_Close {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  top: .5%;
  right: 3%;
}
@media only screen and (min-width: 1080px) {
  .st-Nav_Close {
    display: none;
  }
}

.st-Nav_Close:before, .st-Nav_Close:after {
  content: '';
  height: 2px;
  width: 30px;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 16px;
  left: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.st-Nav_Close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* =============================================================================
   st-Footer
   ========================================================================== */
.st-Footer {
  margin: 0;
  padding: 29px 0 0;
  background-color: #1A1A1A;
  font-size: 0;
}

@media only screen and (min-width: 769px) {
  .st-Footer_Inner {
    width: 98%;
    max-width: 1500px;
    margin: auto;
    padding: 40px 0 45px 3%;
  }
}

@media only screen and (min-width: 769px) {
  .st-Footer_Box {
    max-width: 1000px;
  }
}

.st-Footer_nav {
  margin: 0 0 29px 0;
  padding: 0;
  list-style: none;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2em;
}
.st-Footer_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-Footer_nav li a {
  text-decoration: underline;
  color: #FFFFFF;
}
.st-Footer_nav li ul {
  margin: 0 0 0 1em;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .st-Footer_nav li ul {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .st-Footer_nav {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    margin: 0;
    display: inline-block;
    width: 37%;
    vertical-align: top;
  }
  .st-Footer_nav:first-child {
    width: 43%;
  }
  .st-Footer_nav:last-child {
    width: 20%;
  }
  .st-Footer_nav .st-Footer_Sales {
    margin-bottom: 2em;
  }
}

.st-Footer_Left {
  display: inline-block;
  width: 50%;
  padding-left: 7%;
}
@media only screen and (min-width: 769px) {
  .st-Footer_Left {
    width: 35%;
    padding-left: 0;
  }
  .st-Footer_Left .st-Footer_nav {
    width: 50% !important;
  }
}

.st-Footer_Right {
  display: inline-block;
  width: 50%;
  padding-left: 3%;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .st-Footer_Right {
    width: 65%;
  }
}

.st-Footer_Copyright {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  vertical-align: top;
  letter-spacing: .1em;
  color: #FFFFFF;
  background-color: #2D2D2D;
  font-family: "din-condensed";
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1em;
}
@media only screen and (min-width: 769px) {
  .st-Footer_Copyright {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    padding: 42px 0;
  }
}

/* =============================================================================
   開発用
   ========================================================================== */
#guide-wrap {
  position: absolute;
  z-index: 9999;
  width: 100%;
  overflow-x: hidden;
}

.guide-sp #guide-wrap {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.guide-pc #guide-wrap {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#guide {
  position: absolute;
  top: 32px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 1;
  display: none;
}

.guide-sp #guide {
  width: 100%;
  display: block;
}

.guide-pc #guide {
  width: 1500px;
  display: block;
}

.clear-left {
  clear: left;
}

/* =============================================================================
   パンくず
   ========================================================================== */
.pd-Pankuzu {
  display: inline-block;
  margin: 0 0 0 8%;
  font-weight: bold;
  padding-top: 59px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8em;
  text-decoration: underline;
}
.pd-Pankuzu a {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .pd-Pankuzu {
    width: 98%;
    max-width: 1000px;
    padding-top: 110px;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
    margin: 0 auto 40px;
  }
}

/* =============================================================================
   三角矢印
   ========================================================================== */
.sw-Arrow {
  list-style: none;
  position: relative;
}
.sw-Arrow:before {
  content: "";
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em 0 .4em .6em;
  border-color: transparent transparent transparent #eaff00;
}

/* =============================================================================
   中央表示
   ========================================================================== */
.sw-Center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

/* =============================================================================
   ローディング
   ========================================================================== */
.contents {
  display: none;
}

.loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 6666;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  margin: auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* =============================================================================
   フェードインフロムボトム
   ========================================================================== */
.fade-in-obj {
  transition: 1.5s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fade-in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* =============================================================================
   ボーダーライン
   ========================================================================== */
.anime-line .anime-line-inner {
  position: relative;
  transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: block;
}
.anime-line .anime-line-inner img {
  vertical-align: bottom;
  border: solid 1px #ffffff;
}
.anime-line .anime-line-inner .border {
  position: absolute;
  z-index: 10;
  display: block;
  background-color: #ffffff;
}
.anime-line .anime-line-inner .border--top {
  top: 0;
  left: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}
.anime-line .anime-line-inner .border--right {
  top: 0;
  right: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}
.anime-line .anime-line-inner .border--bottom {
  right: 0;
  bottom: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.anime-line .anime-line-inner .border--left {
  bottom: 0;
  left: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.anime-line .anime-line-inner .border--top, .anime-line .anime-line-inner .border--bottom {
  width: 0;
  height: 1px;
}
.anime-line .anime-line-inner .border--right, .anime-line .anime-line-inner .border--left {
  width: 1px;
  height: 0;
}
.anime-line:active .anime-line-inner, .anime-line:hover .anime-line-inner {
  color: #ffffff;
}
.anime-line:active .anime-line-inner img, .anime-line:hover .anime-line-inner img {
  border: none;
}
.anime-line:active .anime-line-inner .border--top, .anime-line:active .anime-line-inner .border--bottom, .anime-line:hover .anime-line-inner .border--top, .anime-line:hover .anime-line-inner .border--bottom {
  width: 100%;
}
.anime-line:active .anime-line-inner .border--right, .anime-line:active .anime-line-inner .border--left, .anime-line:hover .anime-line-inner .border--right, .anime-line:hover .anime-line-inner .border--left {
  height: 100%;
}
.anime-line:active .anime-line-inner .border--top, .anime-line:hover .anime-line-inner .border--top {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.anime-line:active .anime-line-inner .border--right, .anime-line:hover .anime-line-inner .border--right {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.anime-line:active .anime-line-inner .border--bottom, .anime-line:hover .anime-line-inner .border--bottom {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}
.anime-line:active .anime-line-inner .border--left, .anime-line:hover .anime-line-inner .border--left {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}

.anime-line2 .border {
  position: absolute;
  z-index: 10;
  display: block;
  background-color: #ffffff;
}
.anime-line2 .border--top {
  top: 0;
  left: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}
.anime-line2 .border--right {
  top: 0;
  right: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}
.anime-line2 .border--bottom {
  right: 0;
  bottom: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.anime-line2 .border--left {
  bottom: 0;
  left: 0;
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.anime-line2 .border--top, .anime-line2 .border--bottom {
  width: 0;
  height: 1px;
}
.anime-line2 .border--right, .anime-line2 .border--left {
  width: 1px;
  height: 0;
}
.anime-line2:active .border--top, .anime-line2:active .border--bottom, .anime-line2:hover .border--top, .anime-line2:hover .border--bottom {
  width: 100%;
}
.anime-line2:active .border--right, .anime-line2:active .border--left, .anime-line2:hover .border--right, .anime-line2:hover .border--left {
  height: 100%;
}
.anime-line2:active .border--top, .anime-line2:hover .border--top {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.anime-line2:active .border--right, .anime-line2:hover .border--right {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
.anime-line2:active .border--bottom, .anime-line2:hover .border--bottom {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}
.anime-line2:active .border--left, .anime-line2:hover .border--left {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}

/* =============================================================================
   画像拡大
   ========================================================================== */
.ov-h {
  display: block;
  overflow: hidden;
}

.anime-scaleout {
  overflow: hidden;
}
.anime-scaleout .anime-image {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anime-scaleout:hover .anime-image {
  transform: scale(1.15);
}

/* =============================================================================
   Size Check Sheet
   ========================================================================== */
.hero-Thailand {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 59px;
  background-color: #000000;
}
@media only screen and (min-width: 769px) {
  .hero-Thailand {
    padding-top: 118px;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 44px;
  }
}
.hero-Thailand .hero-Title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: bold;
  font-family: "din-condensed";
  letter-spacing: .05em;
  margin: 0 0 17px 0;
}
@media only screen and (min-width: 769px) {
  .hero-Thailand .hero-Title {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1em;
    margin: 0 0 22px 0;
  }
}
.hero-Thailand .hero-SubTitle {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  margin: 0 0 30px;
}
@media only screen and (min-width: 769px) {
  .hero-Thailand .hero-SubTitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1em;
    margin: 0 0 42px;
  }
}
.hero-Thailand .hero-Text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8em;
  font-weight: bold;
  margin: 0 0 40px;
}
@media only screen and (min-width: 769px) {
  .hero-Thailand .hero-Text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8em;
  }
}

.trouble {
  text-align: center;
  padding: 15px 0 50px;
}
@media only screen and (min-width: 769px) {
  .trouble {
    padding: 0 0 50px;
  }
}
.trouble h2 {
  margin: 0;
  padding: 0 0 5px;
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8em;
  font-weight: bold;
  border-bottom: solid 2px #ffffff;
}
@media only screen and (min-width: 769px) {
  .trouble h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.8em;
    padding: 0 0 10px;
    border-bottom: solid 4px #ffffff;
  }
}
.trouble .trouble-list {
  margin: 30px auto -5px;
  padding: 0;
  list-style: none;
  width: 84%;
  font-size: 0;
}
@media only screen and (min-width: 769px) {
  .trouble .trouble-list {
    width: 96%;
    max-width: 1000px;
    margin: 43px auto 10px;
  }
}
.trouble li {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 3%;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .trouble li {
    padding: 0;
    width: 22.9%;
  }
  .trouble li + li {
    margin-left: 2.8%;
  }
}
.trouble p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8em;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .trouble p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
@media only screen and (min-width: 960px) {
  .trouble p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8em;
  }
}
