@charset "UTF-8";

.toTop {
  padding: initial;
  width: initial;
  border-bottom: initial;
  margin: 0;
}

.breadcrumbs {
  padding: 20px 0;
  color: #666;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
  }
}

.breadcrumbsList {
  padding: 4px 0;
  font-size: 1.3rem;
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .breadcrumbsList {
    padding: 10px 0;
    padding-left: 20px;
    line-height: 1.6;
  }
}

.breadcrumbsList li {
  display: inline;
}

@media (max-width: 767px) {
  .breadcrumbsList li:first-child {
    margin-left: -18px;
  }
}

.breadcrumbsList li a {
  color: inherit;
}

.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  color: #4D4D4D;
  margin: 0 10px 1px 8px;
  transform: rotate(45deg);
}

.breadcrumbsList li a .icon_home {
  fill: #666;
  width: 12px;
  height: 13px;
  vertical-align: middle;
  margin: 0 7px 3px 0;
}

/* =========================================================
KV
========================================================= */
.kv .inner {
  position: relative;
  margin: 0 auto;
  width: 1095px;
}

@media screen and (max-width: 1024px) {
  .kv .inner {
    width: 100%;
    max-width: 400px;
  }
}

.kv .inner .textBox {
  width: 595px;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .kv .inner .textBox {
    width: 70%;
    margin: 0 15px;
  }
}

.kv .inner .textBox h1,
.kv .inner .textBox h2,
.kv .inner .textBox p.sub {
  background: #a9884a;
  display: inline-block;
  padding: 0 28px;
  width: 100%;
}

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

  .kv .inner .textBox h1,
  .kv .inner .textBox h2,
  .kv .inner .textBox p.sub {
    padding: 5px 15px;
  }
}

.kv .inner .textBox p.sub {
  font-size: 3.1rem;
  margin-bottom: 10px;
  line-height: 2.3;
  letter-spacing: -3px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .kv .inner .textBox p.sub {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: inherit;
    margin-bottom: 3px;
  }
}

.kv .inner .textBox h1,
.kv .inner .textBox h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 6rem;
  line-height: 100px;
}

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

  .kv .inner .textBox h1,
  .kv .inner .textBox h2 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1.5px;
  }
}

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

  .kv .inner .textBox h1 span,
  .kv .inner .textBox h2 span {
    display: inherit;
  }
}

.kv .inner img.logoPic {
  position: absolute;
  top: -63%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .kv .inner img.logoPic {
    width: 45%;
    max-width: 250px;
    top: -33px;
    right: 20px;
  }
}

.kv .inner .btn {
  text-align: right;
  margin-top: 30px;
  margin-right: 35px;
}

.btn a.zh {
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  line-height: 1.4;
  margin: 0 auto;
}

.kv .btn a.zh {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .kv .btn {
    margin: 33px 15px 0;
  }

  .kv .btn a {
    width: 100%;
  }
}

/* =========================================================
concept
========================================================= */
.concept .wrapper {
  text-align: center;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .concept .wrapper {
    padding: 35px 0;
  }
}

.concept img {
  max-width: 290px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .concept img {
    width: 70%;
    max-width: 250px;
  }
}

.concept .shareBtn {
  background: none;
}

.concept .shareBtn .snsList li a img {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .concept .shareBtn .snsList li a img {
    width: 30px;
    height: auto;
  }
}

.concept .shareBtn+.btnS img {
  margin: 0;
  margin-left: 8px;
  margin-bottom: 2px;
}

/* =========================================================
Room design
========================================================= */
.design {
  text-align: center;
}

.design h2 {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .design h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.design .wrapper:first-of-type {
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .design .wrapper:first-of-type {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.design .wrapper:last-of-type {
  padding-top: 70px;
}

@media screen and (max-width: 1024px) {
  .design .wrapper:last-of-type {
    padding-top: 30px;
  }
}

.design .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .design .flexBox {
    flex-direction: column;
  }
}

.design .flexBox .secTitle.new {
  margin-bottom: 0;
  width: 360px;
}

@media screen and (max-width: 1024px) {
  .design .flexBox .secTitle.new {
    width: 100%;
  }
}

.design .flexBox p {
  font-size: 1.9rem;
  line-height: 2;
  text-align: left;
  width: 65%;
}

@media screen and (max-width: 1024px) {
  .design .flexBox p {
    width: 100%;
    font-size: 1.4rem;
  }
}

.design h3 {
  font-size: 2em;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.design p.text {
  margin: 30px 0 40px;
}

@media screen and (max-width: 1024px) {
  .design p.text {
    margin: 15px 0 20px;
  }
}

.design .imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.design .imgBox figure:nth-of-type(1),
.design .imgBox figure:nth-of-type(4),
.design .imgBox figure:nth-of-type(5) {
  width: 586px;
}

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

  .design .imgBox figure:nth-of-type(1),
  .design .imgBox figure:nth-of-type(4),
  .design .imgBox figure:nth-of-type(5) {
    width: 100%;
  }
}

.design .imgBox figure:nth-of-type(2),
.design .imgBox figure:nth-of-type(3) {
  width: 280px;
}

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

  .design .imgBox figure:nth-of-type(2),
  .design .imgBox figure:nth-of-type(3) {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .design .imgBox figure {
    width: 100%;
  }

  .design .imgBox figure img {
    width: 100%;
  }
}

.design .imgBox figure figcaption {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #000;
  line-height: 60px;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .design .imgBox figure figcaption {
    font-size: 1.5rem;
    line-height: 50px;
  }
}

/* =========================================================
Room overview
========================================================= */
.overview {
  background: #f0efea;
}

.overview .inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .overview .inner {
    display: block;
  }
}

.overview .slideList {
  width: 700px;
  height: 550px;
}

@media (max-width: 767px) {
  .overview .slideList {
    width: 100%;
    height: auto;
  }
}

.overview .slideList .slick-counter {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  width: 305px;
  margin: 10px auto 30px;
}

@media (max-width: 1024px) {
  .overview .slideList .slick-counter {
    width: 70%;
    max-width: 305px;
    margin: 15px auto 20px;
  }
}

.overview .slideList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.overview .slideList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.overview .textArea {
  margin-left: 4%;
}

@media (max-width: 1024px) {
  .overview .textArea {
    margin-left: 0;
  }
}

.overview .textArea .roomDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .overview .textArea .roomDetail {
    margin-bottom: 5px;
  }
}

.overview .textArea .roomDetail li {
  padding-left: 1.4em;
  text-indent: -0.7em;
}

.overview .textArea .roomDetail li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  margin-right: 5px;
}

.overview .textArea .roomDetail li:first-child {
  width: 100%;
}

.overview .textArea .roomDetail li.bed {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  text-indent: initial;
}

.overview .textArea .roomDetail li.bed dl {
  display: flex;
  width: calc(100% - 20px);
}

.overview .textArea .roomDetail li.bed dl dt {
  display: inline-block;
  min-width: 96px;
}

.overview .textArea .roomDetail li.bed dl dd {
  margin-left: 5px;
}

.overview .textArea .roomDetail li.bed dl+p {
  margin-left: 2rem;
  width: 100%;
}

.overview .textArea .roomDetail+.btn {
  margin-top: auto;
}

@media (max-width: 767px) {
  .overview .textArea .roomDetail+.btn {
    margin-top: 15px;
  }
}

.overview .textArea .link {
  display: flex;
  gap: 15px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .overview .textArea .link {
    margin-top: 0;
  }
}

.overview .textArea .btn {
  margin-top: 20px;
}

.overview .textArea .btn a {
  width: 100%;
}

/*   hotel gallery 360  --------------------------------*/
.room_gallery360 {
  margin-bottom: 55px !important;
  width: 100%;
  height: 159px;
  transition: 0.5s;
  background: url(../img/conceptroom/bg_gallery360.jpg) center center/cover no-repeat;
}

.room_gallery360 a {
  display: block;
  text-decoration: none !important;
}

.room_gallery360-title {
  text-align: center;
  font-size: 3.6rem;
  line-height: 159px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #fff;
  letter-spacing: 2;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .room_gallery360 {
    width: 100%;
    height: 80px;
  }

  .room_gallery360-title {
    line-height: 80px;
  }
}

@media (max-width: 1024px) {
  .room_gallery360 {
    width: 100%;
    height: 90px;
    background: url(../img/conceptroom/bg_gallery360_sp.jpg) center center/cover no-repeat;
    margin-bottom: 30px !important;
    margin-top: 25px;
  }

  .room_gallery360-title {
    font-size: 2.4rem;
    line-height: 100px;
  }
}

@media (min-width: 1024px) {
  .room_gallery360:hover {
    opacity: 0.5;
  }
}

/* 間取り図モーダル ----------------------------------------- */
.floorplanModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.floorplanModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.floorplanModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

@media (max-width: 767px) {
  .floorplanModal_content {
    width: 90%;
  }
}

.floorplanModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.floorplanModal_content .js-modal-close::before,
.floorplanModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.floorplanModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .floorplanModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .floorplanModal_content .js-modal-close::before,
  .floorplanModal_content .js-modal-close::after {
    width: 20px;
  }
}

/* reserveBlock -------------------------------- */
.reserveBlock {
  background: rgba(168, 139, 75, 0.15);
}

.reserveBlock .wrapper {
  padding: 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .reserveBlock .wrapper {
    display: block;
  }
}

.reserveBlock .wrapper .btn {
  margin: 0 10px;
}

.reserveBlock .wrapper .btn.white {
  border: 1px solid #142335;
}

@media (max-width: 1024px) {
  .reserveBlock .wrapper .btn a {
    width: 100%;
  }
}

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

  .reserveBlock .wrapper .btn.white {
    margin-top: 5px;
  }
}


/* =========================================================
amenity
========================================================= */
.amenityBtn {
  display: none;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  background: #fff;
  padding: 20px 5%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityBtn {
    display: flex;
    align-items: center;
  }
}

.amenityBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #AB8D4B;
  width: 25px;
  height: 25px;
  margin-left: auto;
  color: #AB8D4B;
}

.amenityBtn.on span {
  padding-bottom: 3px;
  font-size: 1.8rem;
}

.amenityBtn.on+.wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .amenity .wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.2s;
  }
}

.amenityTitle {
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  .amenityTitle {
    margin: 30px 0 15px;
  }
}

.amenityTitle:first-child {
  margin-top: 0;
}

.amenityTitle a {
  color: #4D4D4D;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityTitle a {
    display: block;
    font-size: 1.3rem;
  }
}

.amenityList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 10px;
}

@media (max-width: 767px) {
  .amenityList {
    grid-template-columns: repeat(3, 1fr);
  }
}

.amenityList li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 20px 5px 10px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .amenityList li {
    border-radius: 10px;
    padding: 15px 3px 7px;
    font-size: 1.2rem;
  }
}

.amenityList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.amenityList li .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3em;
  text-align: center;
  line-height: 1.2;
  text-transform: capitalize;
  overflow-wrap: anywhere;
}

.amenityList li .star {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  color: #AB8D4B;
}

.amenityList li .price {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  text-align: center;
}

.amenityList.starList {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .amenityList.starList {
    margin-bottom: 50px;
    gap: 30px 10px;
  }
}

.amenityList+.note {
  margin-top: 20px;
}

.amenityList+.note+.amenityTitle {
  margin-top: 30px;
}

.amenity .disc {
  display: flex;
  gap: 1em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .amenity .disc {
    display: block;
  }
}

/* =========================================================
.campaign
========================================================= */
.campaign {
  background: #f0efea;
}

.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;
}

body.lang_en .kv .inner .textBox p.sub {
  letter-spacing: -1px;
}

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_zh-CHS .kv .inner .textBox p.sub,
body.lang_zh-CHT .kv .inner .textBox p.sub,
body.lang_ko .kv .inner .textBox p.sub {
  letter-spacing: -1px;
}

body.lang_fr .campaign h2,
body.lang_de .campaign h2,
body.lang_es .campaign h2,
body.lang_th .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_th .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_th .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_th .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_th .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_th .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_th .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_th .campaign .present .left {
  padding-top: 4%;
}

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

body.lang_fr .design h2,
body.lang_de .design h2,
body.lang_es .design h2,
body.lang_it .design h2,
body.lang_ms .design h2,
body.lang_id .design h2 {
  text-align: center;
  margin-bottom: 30px;
}

body.lang_fr .design .flexBox,
body.lang_de .design .flexBox,
body.lang_es .design .flexBox,
body.lang_it .design .flexBox,
body.lang_ms .design .flexBox,
body.lang_id .design .flexBox {
  display: block;
}

body.lang_fr .design .flexBox p,
body.lang_de .design .flexBox p,
body.lang_es .design .flexBox p,
body.lang_it .design .flexBox p,
body.lang_ms .design .flexBox p,
body.lang_id .design .flexBox p {
  width: 100%;
  text-align: center;
}

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

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

body.lang_ru .kv .inner .textBox p.sub {
  font-size: 2.8rem;
}

@media (max-width: 1024px) {
  body.lang_ru .kv .inner .textBox p.sub {
    font-size: 1.3rem;
  }

}

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