@charset "UTF-8";

/* =========================================================
kv
========================================================= */
.kv {
  flex-direction: initial !important;
  position: relative;
}

.kv .photo {
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .kv .photo {
    height: 107.8vw;
  }
}

.kv .swiper-pagination-fraction {
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
}

.kv .swiper-pagination-fraction .bar {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  width: 250px;
  height: 1px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .kv .swiper-pagination-fraction .bar {
    width: 50%;
  }
}

.kv .swiper-pagination-fraction .bar span {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 70px;
  height: 1px;
  animation: borderAnim 8s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.kv .swiper .swiper-wrapper .swiper-slide-prev img,
.kv .swiper .swiper-wrapper .swiper-slide-active img,
.kv .swiper .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 18s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.kv .imgBlock {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.kv .imgBlock img {
  max-width: 370px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kv .imgBlock {
    width: 80%;
    min-width: initial;
    max-width: 250px;
  }
}

.kv .textBlock {
  font-size: 2.6rem;
  text-shadow: 3px 3px 10px #000, 3px 3px 10px #000, 3px 3px 10px #000;
  color: #fff;
  line-height: 1.2;
  margin-top: -27px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media screen and (max-width: 1024px) {
  .kv .textBlock {
    font-size: 1.4rem;
  }
}

.kv .textBlock h2 {
  font-size: 4.8rem;
}

@media screen and (max-width: 1024px) {
  .kv .textBlock h2 {
    font-size: 2.8rem;
  }
}

.kv .textBlock p.en {
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media screen and (max-width: 1024px) {
  .kv .textBlock p.en {
    font-size: 1.7rem;
  }
}

/* =========================================================
concept
========================================================= */
@media (max-width: 1024px) {
  .concept .photoSlideWrap .photoSlide img {
    height: auto;
  }
}

.concept {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .concept {
    padding-bottom: 30px;
  }
}

.concept .photoSlideWrap {
  position: relative;
}

.concept .photoSlideWrap h2 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-shadow: 3px 3px 10px #000;
}

.concept .wrapper {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .concept .wrapper {
    padding: 35px 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}

.concept .secTitle01.center {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .concept .secTitle01.center {
    width: 100%;
  }
}

.concept .logoBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 160px;
}

@media screen and (max-width: 1024px) {
  .concept .logoBlock {
    width: 65%;
    margin: 0 auto 30px;
  }
}

.concept .logoBlock img {
  margin-right: 30px;
}

.concept .logoBlock img.logo_o {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .concept .logoBlock img {
    margin-right: 10px;
  }

  .concept .logoBlock img.logo_m {
    width: 35%;
    max-width: 130px;
  }

  .concept .logoBlock img.logo_c {
    width: 7%;
    max-width: 50px;
  }

  .concept .logoBlock img.logo_o {
    width: 55%;
    max-width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .concept .conceptLead {
    padding: 0px 15px 20px;
  }
}

.concept .conceptLead .textBlock {
  font-size: 1.9rem;
  width: 50%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .concept .conceptLead .textBlock {
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}

.concept .conceptLead .textBlock .jpTitle {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 4.5rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .concept .conceptLead .textBlock .jpTitle {
    margin-bottom: 15px;
    letter-spacing: -0.05em;
    font-size: 2.3rem;
  }
}

/* .concept .conceptLead .textBlock p.ko {
  font-family: "Noto Serif KR", "PCMyungjo", "Nanum Myeongjo", "Batang", serif;
} */
.concept .conceptLeadBox::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 85%;
  bottom: 0;
  z-index: -1;
  height: 585px;
}

@media screen and (max-width: 1024px) {
  .concept .conceptLeadBox::before {
    display: none;
  }
}

/* .concept .conceptLeadBox.en::before {
  height: 550px;
} */
.concept .imgBlock {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 410px;
  width: 45%;
  max-width: 700px;
}

@media screen and (max-width: 1024px) {
  .concept .imgBlock {
    width: 100%;
    padding: 0 15px;
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .concept .imgBlock::before {
    content: "";
    background: #F7F3EA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 150px;
    width: 100%;
  }
}

.concept .imgBlock.en {
  top: 400px;
  max-width: 700px;
}

@media screen and (max-width: 1024px) {
  .concept .imgBlock.en {
    top: 0;
    max-width: 100%;
  }
}

.photoSlideWrap {
  position: relative;
}

.photoSlide::before,
.photoSlide02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}

.concept .photoSlideWrap .photoSlide .slick-list {
  overflow: visible;
}

.concept .photoSlideWrap .photoSlide02 .slick-list {
  overflow: visible;
}

/* =========================================================
aboutUse
========================================================= */
.aboutUse {
  background: #f7f3ea;
}

.aboutUse ul.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0 25px;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step {
    flex-direction: column;
    margin: 60px 0 25px;
  }
}

.aboutUse ul.step li {
  background: #fff;
  padding: 80px 0 40px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  width: 29%;
  color: #121b27;
  height: 286px;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step li {
    width: 100%;
    padding: 65px 0 30px;
    margin-bottom: 40px;
    height: auto;
  }

  .aboutUse ul.step li:last-of-type {
    margin-bottom: 0;
  }
}

.aboutUse ul.step li:nth-of-type(2),
.aboutUse ul.step li:nth-of-type(4) {
  background: none;
  padding: 0;
  width: 6.5%;
  height: auto;
}

.aboutUse ul.step li:nth-of-type(2) img,
.aboutUse ul.step li:nth-of-type(4) img {
  width: 27px;
  height: 31px;
}

@media screen and (max-width: 1024px) {

  .aboutUse ul.step li:nth-of-type(2) img,
  .aboutUse ul.step li:nth-of-type(4) img {
    display: none;
  }
}

.aboutUse ul.step li span {
  color: #a9884a;
}

.aboutUse ul.step li p {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step li p {
    font-size: 17px;
  }
}

.aboutUse ul.step li p.circle {
  border-radius: 50%;
  background: #a9884a;
  color: #fff;
  font-size: 16px;
  width: 99px;
  height: 99px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 23px;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step li p.circle {
    font-size: 14px;
    width: 77px;
    height: 77px;
    top: -38px;
    padding-top: 17px;
  }
}

.aboutUse ul.step li p.circle span {
  font-size: 26px;
  display: block;
  color: #fff;
  margin-top: -12px;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step li p.circle span {
    font-size: 20px;
  }
}

.aboutUse ul.step li p.sub {
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step li p.sub {
    font-size: 14px;
  }
}

.aboutUse ul.step li:first-of-type img {
  width: 86px;
  height: 53px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .aboutUse ul.step li:first-of-type img {
    display: block;
    margin: 0 auto 15px;
    width: 67px;
    height: 41px;
  }
}

.aboutUse p.note {
  color: #a9272d;
}

.aboutUse p.note .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.aboutUse table {
  margin-top: 55px;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .aboutUse table {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.aboutUse table tr:first-of-type th,
.aboutUse table tr:first-of-type td {
  border-top: 1px solid #b1b1b1;
}

.aboutUse table tr:nth-of-type(5) a {
  padding-left: 0;
}

.aboutUse table tr:nth-of-type(5) a::before {
  border: none;
}

.aboutUse table th {
  background: #a9884a;
  color: #fff;
  vertical-align: middle;
  width: 25%;
  border-bottom: 1px solid #b1b1b1;
}

@media screen and (max-width: 1024px) {
  .aboutUse table th {
    display: block;
    width: 100%;
    line-height: 46px;
  }
}

.aboutUse table td {
  padding: 15px 35px;
  border-bottom: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  line-height: 2;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .aboutUse table td {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}

.aboutUse table td span.gold {
  color: #a9884a;
}

.aboutUse table td span.indent {
  display: inline-block;
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.aboutUse table td span.indent00 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.aboutUse table td a {
  color: #a9884a;
  text-decoration: underline;
  padding-left: 12px;
  display: inline-block;
  text-indent: 0.5rem;
  position: relative;
}

.aboutUse table td a::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid #a9884a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.aboutUse table td a .icon_external {
  fill: #a9884a;
}

.aboutUse .btn {
  text-align: center;
}

.aboutUse .btn a {
  min-width: 400px;
}

@media screen and (max-width: 1024px) {
  .aboutUse .btn a {
    min-width: inherit;
    width: 100%;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .aboutUse .btn a span {
    margin: 0 20px 0 10px;
  }
}

.aboutUse .btn a:hover svg.icon_external {
  fill: #fff;
}

.aboutUse .btn a svg.icon_external {
  fill: #121b27;
}

/* =========================================================
hotel
========================================================= */
.hotelList>li {
  display: block !important;
}

.hotelList>li .photo img:nth-of-type(2) {
  aspect-ratio: initial;
  border-radius: initial;
  margin-top: 15px;
}

.hotelList>li .hotelInner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .hotelList>li .hotelInner {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.hotel .hotelList li .inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .hotel .hotelList li .inner {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.hotel .hotelList li .imgBlock {
  width: 370px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .imgBlock {
    width: 100%;
  }
}

.hotel .hotelList li .imgBlock img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .imgBlock img:last-of-type {
    margin-top: 15px;
  }
}

.hotel .hotelList li .textBlock {
  width: 780px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .textBlock {
    width: 100%;
  }
}

.hotel .hotelList li .hotelAbout .hotelName {
  margin: 10px 0;
  color: #000;
  font-size: 2rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelName {
    margin: 15px 0 0;
    font-size: 1.5rem;
    font-feature-settings: initial;
    letter-spacing: 0.1em;
  }
}

.hotel .hotelList li .hotelAbout .hotelAddress {
  background: rgba(240, 239, 234, 0.5);
  padding: 20px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelAddress {
    margin-top: 10px;
    background: none;
    padding: 0;
    margin-top: 10px;
  }
}

.hotel .hotelList li .hotelAbout .hotelAccess {
  margin-top: 20px;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelAccess {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.hotel .hotelList li .hotelAbout .hotelAccess span {
  color: #121b27;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelAccess span {
    font-size: 1.3rem;
  }
}

.hotel .hotelList li .btnWrap {
  margin-top: auto;
  display: flex;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .btnWrap {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}

.hotel .hotelList li .btnWrap .btn {
  width: 250px;
  margin-right: 10px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .btnWrap .btn {
    margin-right: 0;
    width: 100%;
  }

  .hotel .hotelList li .btnWrap .btn:nth-of-type(2) {
    margin-top: 8px;
  }
}

.hotel .hotelList li .btnWrap .btn a {
  min-width: 0;
  width: 100%;
}

.hotel .hotelList li .btnWrap .btn.breakfast a {
  line-height: 2;
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .hotel .hotelList li .btnWrap .btn.breakfast a {
    padding: 3px 0 0 10px;
  }
}

.hotel .hotelList li .txt {
  margin-top: 20px;
  color: #121b27;
}

.hotelList+.btn a {
  width: 400px;
}

@media screen and (max-width: 1024px) {
  .hotelList+.btn a {
    width: 100%;
  }
}

.hotelList+.btn a+a {
  margin-top: 10px;
}

/* =========================================================
.campaign
========================================================= */
.campaign {
  background: rgba(240, 239, 234, 0.5);
}

.campaign .wrapper p.h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #000;
}

@media (max-width: 1024px) {
  .campaign .wrapper p.h2 {
    font-size: 1.6rem;
  }
}

.campaign h2 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {
  .campaign h2 {
    font-size: 2.3rem;
    letter-spacing: inherit;
  }
}

.campaign .present {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .campaign .present {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.campaign .present .left {
  background-image: url(../img/conceptroom/pic_campaign_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 46%;
  max-width: 551px;
  max-height: 380px;
  padding: 50px 40px 113px;
}

@media screen and (max-width: 1024px) {
  .campaign .present .left {
    width: 100%;
    background-image: url(../img/conceptroom/pic_campaign_bg01_sp.png);
    padding: 6% 4% 28% 3%;
  }
}

.campaign .present .left h3 {
  font-size: 2.4rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .campaign .present .left h3 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.campaign .present .left p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2rem;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .campaign .present .left p {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

.campaign .present .left p span.red {
  color: #eb3223;
}

.campaign .present .right {
  background-image: url(../img/conceptroom/pic_campaign_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52%;
  max-width: 625px;
  max-height: 487px;
  padding: 40px 46px 55px;
}

@media screen and (max-width: 1024px) {
  .campaign .present .right {
    width: 100%;
    padding: 2% 4% 16%;
  }
}

@media screen and (max-width: 550px) {
  .campaign .present .right {
    margin-top: -6%;
  }
}

@media screen and (max-width: 450px) {
  .campaign .present .right {
    margin-top: -11%;
  }
}

@media screen and (max-width: 350px) {
  .campaign .present .right {
    margin-top: -16%;
  }
}

.campaign .present .right img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .campaign .present .right img {
    width: 100%;
    padding: 0 3%;
  }
}

.campaign .present .right p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .campaign .present .right p {
    font-size: 1rem;
  }
}

.campaign .present .right .note {
  margin-top: -25px;
}

@media (max-width: 767px) {
  .campaign .present .right .note {
    margin-top: -10px;
  }
}

.campaign .note {
  margin-top: 30px;
}

@media screen and (max-width: 550px) {
  .campaign .note {
    margin-top: 0;
  }
}

.campaign .note h4 {
  color: #AB8D4B;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .campaign .note h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.campaign .note h4::before,
.campaign .note h4::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: rgba(171, 141, 75, 0.3);
}

.campaign .note h4::before {
  margin-right: 40px;
}

.campaign .note h4::after {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .campaign .note h4::before {
    margin-right: 20px;
  }

  .campaign .note h4::after {
    margin-left: 20px;
  }
}

.campaign .note p {
  padding-left: 6.5px;
  text-indent: -6.5px;
}

/* =========================================================
多言語
========================================================= */
@media (max-width: 1024px) {
  body.lang_en .concept .conceptLead .textBlock .jpTitle {
    letter-spacing: inherit;
  }
}

body.lang_en .concept .logoBlock {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  body.lang_en .concept .logoBlock {
    margin-bottom: 30px;
  }
}

body.lang_en .concept .conceptLeadBox::before {
  height: 625px;
}

@media (max-width: 1024px) {
  body.lang_en .hotelList>li .btnList {
    display: block;
  }
}

body.lang_en .hotelList>li .btnList .btn {
  width: 50% !important;
  max-width: initial;
}

@media (max-width: 1024px) {
  body.lang_en .hotelList>li .btnList .btn {
    width: 100% !important;
  }
}

body.lang_en .hotelList>li .btnList .btn a .mark {
  right: 10px;
}

body.lang_en .hotelList>li .btnList .btn.enOnly {
  width: 61%;
  max-width: initial;
}

@media (max-width: 1024px) {
  body.lang_en .hotelList>li .btnList .btn.enOnly {
    width: 100% !important;
    margin-top: 8px;
  }
}

@media (max-width: 1024px) {
  body.lang_en .hotelList>li .btnList .btn {
    margin-top: 8px;
  }
}

body.lang_en .campaign h2 {
  letter-spacing: 2px;
  text-transform: capitalize;
}

body.lang_en .campaign .present .left {
  padding-top: 4%;
}

@media (max-width: 1024px) {
  body.lang_en .campaign .present .left {
    max-width: 500px;
  }
}

body.lang_en .campaign .present .left h3 {
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  body.lang_en .campaign .present .left h3 {
    font-size: 1.5rem;
  }
}

body.lang_en .campaign .present .left p {
  font-size: 1.7rem;
}

@media (max-width: 1024px) {
  body.lang_en .campaign .present .left p {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  body.lang_en .campaign .present .right p {
    font-size: 1.1rem;
  }
}

body.lang_th .campaign h2 {
  letter-spacing: 2px;
  text-transform: capitalize;
}

body.lang_th .campaign .present .left {
  padding-top: 4%;
}

@media (max-width: 1024px) {
  body.lang_th .campaign .present .left {
    max-width: 500px;
    padding-top: 6%;
  }
}

body.lang_th .campaign .present .left h3 {
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  body.lang_th .campaign .present .left h3 {
    font-size: 1.5rem;
  }
}

body.lang_th .campaign .present .left p {
  font-size: 1.7rem;
}

@media (max-width: 1024px) {
  body.lang_th .campaign .present .left p {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  body.lang_th .campaign .present .right p {
    font-size: 1.1rem;
  }
}

body.lang_fr .campaign h2,
body.lang_de .campaign h2,
body.lang_es .campaign h2,
body.lang_vi .campaign h2,
body.lang_it .campaign h2,
body.lang_ms .campaign h2,
body.lang_id .campaign h2,
body.lang_ar .campaign h2,
body.lang_ru .campaign h2 {
  letter-spacing: 2px;
  text-transform: capitalize;
}

body.lang_fr .campaign .present .left,
body.lang_de .campaign .present .left,
body.lang_es .campaign .present .left,
body.lang_vi .campaign .present .left,
body.lang_it .campaign .present .left,
body.lang_ms .campaign .present .left,
body.lang_id .campaign .present .left,
body.lang_ar .campaign .present .left,
body.lang_ru .campaign .present .left {
  padding-top: 4%;
}

@media (max-width: 1024px) {

  body.lang_fr .campaign .present .left,
  body.lang_de .campaign .present .left,
  body.lang_es .campaign .present .left,
  body.lang_vi .campaign .present .left,
  body.lang_it .campaign .present .left,
  body.lang_ms .campaign .present .left,
  body.lang_id .campaign .present .left,
  body.lang_ar .campaign .present .left,
  body.lang_ru .campaign .present .left {
    max-width: 500px;
  }
}

body.lang_fr .campaign .present .left h3,
body.lang_de .campaign .present .left h3,
body.lang_es .campaign .present .left h3,
body.lang_vi .campaign .present .left h3,
body.lang_it .campaign .present .left h3,
body.lang_ms .campaign .present .left h3,
body.lang_id .campaign .present .left h3,
body.lang_ar .campaign .present .left h3,
body.lang_ru .campaign .present .left h3 {
  font-size: 2rem;
}

@media (max-width: 1024px) {

  body.lang_fr .campaign .present .left h3,
  body.lang_de .campaign .present .left h3,
  body.lang_es .campaign .present .left h3,
  body.lang_vi .campaign .present .left h3,
  body.lang_it .campaign .present .left h3,
  body.lang_ms .campaign .present .left h3,
  body.lang_id .campaign .present .left h3,
  body.lang_ar .campaign .present .left h3 {
    font-size: 1.5rem;
  }
}

body.lang_fr .campaign .present .left p,
body.lang_de .campaign .present .left p,
body.lang_es .campaign .present .left p,
body.lang_vi .campaign .present .left p,
body.lang_it .campaign .present .left p,
body.lang_ms .campaign .present .left p,
body.lang_id .campaign .present .left p,
body.lang_ar .campaign .present .left p,
body.lang_ru .campaign .present .left p {
  font-size: 1.5rem;
}

@media (max-width: 1024px) {

  body.lang_fr .campaign .present .left p,
  body.lang_de .campaign .present .left p,
  body.lang_es .campaign .present .left p,
  body.lang_vi .campaign .present .left p,
  body.lang_it .campaign .present .left p,
  body.lang_ms .campaign .present .left p,
  body.lang_id .campaign .present .left p,
  body.lang_ar .campaign .present .left p,
  body.lang_ru .campaign .present .left p {
    font-size: 1.1rem;
  }
}

body.lang_de .campaign .present .right p,
body.lang_ru .campaign .present .right p {
  font-size: 1rem;
}

@media (max-width: 767px) {

  body.lang_fr .campaign .present .right p,
  body.lang_es .campaign .present .right p,
  body.lang_vi .campaign .present .right p,
  body.lang_it .campaign .present .right p,
  body.lang_ms .campaign .present .right p,
  body.lang_id .campaign .present .right p,
  body.lang_ar .campaign .present .right p {
    font-size: 1rem;
  }

  body.lang_ru .campaign .present .right p {
    font-size: .8rem;
  }

}

body.lang_fr .campaign .present .left h3,
body.lang_de .campaign .present .left h3 {
  font-size: 1.8rem;
}

@media (max-width: 1024px) {

  body.lang_fr .campaign .present .left h3,
  body.lang_de .campaign .present .left h3,
  body.lang_ru .campaign .present .left h3 {
    font-size: 1.2rem;
  }
}

body.lang_fr .campaign .present .left {
  padding-top: 4%;
}

@media (max-width: 1024px) {
  body.lang_fr .campaign .present .left {
    padding-top: 8%;
  }
}


/*# sourceMappingURL=conceptroom.css.map */