@charset "UTF-8";
/*
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  opacity: 1.0;
  transition: opacity 0.23s;
}

img[data-src] {
  opacity: 0;
  height: 300px;
}

/*
  mobile - 640px以下
  pc - 最小980px
*/

div {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: sans-serif;
}

.block_section {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1060px;
}

@media screen and (max-width: 640px) {
  .block_section {
    min-width: initial;
    min-width: auto;
    overflow: hidden;
  }
}

.block_conatainer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

/* font */

.font_a {
  font-size: 70px;
  font-family: 'Roboto', sans-serif;
  line-height: 82px;
  font-weight: 700;
  color: #fff;
}

.font_b {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}

.font_e {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 25px;
  color: #fff;
}

.font_f {
  font-size: 23px;
  font-family: sans-serif;
  line-height: 32px;
  color: #fff;
}

.font_h {
  font-size: 56px;
  font-family: 'Roboto', sans-serif;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
}

.font_g {
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 46px;
  color: #c8c8c8;
}

.font_i {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 29px;
  color: #000;
}

.font_i.small {
  font-size: 22px;
}

.font_year {
  font-size: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 90px;
  color: #c8c8c8;
}

.font_year2 {
  font-size: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 57px;
  color: #c8c8c8;
}

@media screen and (max-width: 640px) {
  .font_g {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #c8c8c8;
  }
  .font_h {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    line-height: 34px;
    color: #fff;
  }
  .font_e {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 20px;
    color: #fff;
  }
  .font_f {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 27px;
    color: #fff;
  }
  .font_b {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 14px;
    color: #fff;
  }
}

/* ----------------------------------------
header
---------------------------------------- */

header {
  min-width: auto;
  width: 100%;
  height: 80px;
}

.top_logo_left {
  display: block;
  position: absolute;
  left: 50px;
  top: 20px;
  height: 40px;
  min-width: 190px;
}

.top_logo_left img {
  height: 100%;
  vertical-align: middle;
}

.top_logo_left .region {
  display:inline-block;
  vertical-align: middle;
  border-left:1px solid #000;
  height: 33px;
  line-height: 33px;
  margin-top: 7px;
  margin-left: 15px;
  padding-left: 15px;
  font-weight:normal;
  font-family: "Helvetica","Arial",sans-serif;
}

.header_rigth_container {
  display: block;
  float: right;
  line-height: 80px;
  height: 80px;
  margin-right: 50px;
}

.header_rigth_container div {
  display: inline;
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .top_logo_left {
    left: 30px;
  }
  .top_menu_box {
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 0;
    border-left: 1px solid #c8c8c8;
  }
  .header_rigth_container {
    display: none;
  }
}

/* menu chip */

/* popup_rightdown */

.popup_rightdown {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 200px;
  height: 200px;
  background-color: #fff;
  z-index: 1;
  text-align: center;
}

.popup_rightdown img {
  margin-top: 25px;
  margin-bottom: 15px;
  width: 160px;
}

.popup_rightdown button {
  display: block;
  width: 160px;
  height: 33px;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  border-radius: 16.5px;
  background-color: #1450ff;
}

.popup_rightdown button a {
  text-decoration: none;
  color-interpolation-filters: white;
}

.popup_rightdown a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .popup_rightdown {
    display: none;
  }
}

/* top_btn */

.top_btn_rect {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 3;
}

.top_btn_rect img {
  display: block;
  width: 44px;
  height: 44px;
}

/* global menu for Smart Phone */

.top_menu_bar {
  position: absolute;
  right: 30px;
  top: 36px;
  width: 20px;
}

.top_menu_bar {
  position: absolute;
  right: 30px;
  top: 36px;
  width: 20px;
}

.mobile_menu_container {
  display: none;
}

#mobile_global_menu_open {
  display: none;
}

@media screen and (max-width: 640px) {
  #mobile_global_menu_open {
    display: block;
  }
  #mobile_global_menu_close {
    display: none;
    top: 32px;
  }
  .global_mobile_menu {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
  }
  .mobile_menu_container {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 5;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .mobile_menu_container ul li {
    align-items: center;
    border-top: 1px solid #e1e1e1;
    line-height: 85px;
    font-size: 24px;
    height: 85px;
    cursor: pointer;
  }
  .mobile_menu_container ul li:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .mobile_menu_container a {
    display: block;
    padding-left: 30px;
    text-decoration: none;
    color: #000;
  }
}

/* ----------------------------------------
footer
---------------------------------------- */

footer {
  min-width: 1060px;
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #dcdcdc;
}

.footer_left_down {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.footer_right_down {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.footer_social {
  margin-left: 40px; /* 19.02.15 T 50px → 40px */
}

.footer_social a:hover {
  color: red;
}

.footer_social img {
  display: inline-block;
  height: 20px;
  /*margin-right: 5px;*/ /* 19.02.15 T */
  vertical-align: middle;
}

.footer_social div {
  display: inline; /* 19.02.15 T inline-block → inline */
  margin-left: 10px;
  vertical-align: middle;
}

.footer_title {
  display: block;
  height: auto;
  margin-bottom: 10px;
  padding-top: 30px;
  margin-left: 50px;
  font-size: 24px; /* 19.02.15 T 20px → 24px */
  font-weight: bold;
}

.footer_left_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  height: 200px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 640px) {
  footer {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  .footer_title {
    margin-left: 6.5%;
  }
  .footer_social {
    margin-left: 6.5%;
  }
  .footer_bottom {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 5%;
  }
  .footer_left_down {
    display: block;
    position: relative;
    margin-left: 6.5%;
    margin-top: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .footer_right_down {
    display: block;
    position: relative;
    margin-left: 6.5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* ----------------------------------------
hero_image
---------------------------------------- */

.hero_image {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
}

.hero_img_header {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 45%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-bottom: 10%;
}

.hero_image h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1.17;
  color: #fff;
}

.hero_image_text_top {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  color: #fff;
}

.hero_image_text_bottom {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding-top: 10%;
}

.hero_image_mv {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_image_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_image_mv.pc_contents {
  display: block;
}

.hero_image_mv.mobile_contents {
  display: none;
}

@media screen and (max-width: 640px) {
  .hero_img_header {
    /*top: 5%;*/
    /*left: 0;*/
    /*transform: translate(0%, 0%);*/
    padding-bottom: 70px;
  }
  .hero_image h1 {
    padding-left: 6.5%;
    padding-right: 6.5%;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }
  .hero_image_text_top {
    margin-top: 15px;
    font-size: 12px;
  }
  .hero_image_text_bottom {
    font-size: 12px;
    padding-top: 70px;
  }
  .hero_image_mv {
    width: 100%;
    height: 50%;
    display: block;
  }
  .hero_image_mv.pc_contents {
    display: none;
  }
  .hero_image_mv.mobile_contents {
    display: block;
    height: 100%;
  }
}

/* movie_mark */

.movie_mark {
  display: block;
  position: absolute;
  width: 100px;
  height: auto;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.movie_mark img {
  width: 63px;
}

.movie_mark p {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}

/* ----------------------------------------
tropical
---------------------------------------- */

.tropical {
  overflow: hidden;
  max-height: 160px;
  transition: max-height 0.3s linear;
}

.tropical_cover_image_pc {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.tropical_cover_image_mobile,
.tropical_cover_image_mobile_close {
  display: none;
}

.tropical_blockTop {
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  transform: translateX(-50%);
}

.tropical_heading {
  margin-top: 50px;
  font-size: 48px;
  transition: margin-top 0.3s linear;
}

.tropical_heading span {
  display: inline-block;
  width: .3em;
}

.tropical_heading br,
.tropical_text,
.tropical_img,
.tropical_notes {
  display: none;
}

.tropical.open {
  height: auto;
  max-height: 2000px;
}

.tropical.open .tropical_blockTop {
}

.tropical.open .tropical_blockTop > div {
  position: relative;
  height: 518px;
}

@media screen and (min-width: 1060px) {
  .tropical.open .tropical_blockTop > div {
    height: calc(561 * (100vw / 1147));
  }
}

.tropical.open .tropical_heading {
  margin-bottom: 15px;
  font-size: 56px;
}

.tropical.open .tropical_heading br {
  display: block;
}

.tropical.open .tropical_text {
  position: relative;
  display: block;
  max-width: 54%;
  text-shadow: 1px 1px 1px #666;
}

.tropical.open .tropical_img {
  display: block;
  margin-top: 30px;
}

.tropical.open .tropical_notes {
  display: block;
  position: absolute;
  left: 0;
  bottom: 80px;
  /* top: calc((480 / 1200) * 100vw); */
  font-size: 12px;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

@media screen and (max-width: 960px) {
  .tropical.open .tropical_notes {
    /* top: 380px; */
  }
}

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

  .tropical {
    max-height: 78px;
  }

  .tropical_cover_image_pc {
    display: none;
  }

  .tropical_cover_image_mobile_close {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
  }

  .tropical.open {
    max-height: 2000px;
  }

  .tropical.open .tropical_blockTop > div {
    height: calc(849 * (100vw / 579));
  }

  .tropical.open .tropical_cover_image_mobile {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
  }

  .tropical.open .tropical_cover_image_mobile_close {
    display: none;
  }

  .tropical_blockTop {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .tropical_heading {
    margin-top: 26px;
    text-align: center;
    font-size: 21px;
  }

  .tropical.open .tropical_text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
  }

  .tropical.open .tropical_heading {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .tropical.open .tropical_notes {
    bottom: 110px;
  }

}

@media screen and (max-width: 440px) {
  .tropical.open .tropical_notes {
    top: 110vw;
  }
}

@media screen and (max-width: 400px) {
  .tropical {
    max-height: 62px;
  }
  .tropical_heading {
    margin-top: 15px;
    font-size: 16px;
  }
}

.about {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: calc(((100vw - (100vw - 100%)) - 960px)/ 2);
  padding-left: calc(((100vw - (100vw - 100%)) - 960px)/ 2);
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #000;
}

.about_box {
  width: calc((100% - 40px) / 2);
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.about_box:first-child {
  padding-right: 90px;
  background-image: url("../img/compressor.png");
  background-repeat: no-repeat;
  background-position: right 40px top 85px;
  -webkit-background-size: 46px 244px;
  background-size: 46px 244px;
}

.about_list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 40px;
}

.about_item {
  width: calc((100% - 40px) / 2);
}

.about_item img {
  max-width: 100%;
}

.about_heading {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.about_text:not(:last-child) {
  margin-bottom: 1em;
}

.about_item_heading {
  margin-bottom: .4em;
}

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

  .about {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about_box {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .about_box:first-child {
    background-image: none;
    padding-right: 10px;
    padding-bottom: 40px;
  }

  .about_list {
    padding-right: 12%;
    background-image: url("../img/compressor.png");
    background-repeat: no-repeat;
    background-position: right 2% top 12px;
    -webkit-background-size: 8% auto;
    background-size: 8% auto;
  }

  .about_item {
    width: calc((100% - 15px) / 2);
  }

  .about_heading {
    font-size: 18px;
  }

  .about_img_graph {
    width: 100%;
  }
}

/* ----------------------------------------
grtseries
---------------------------------------- */
.enq {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: calc(((100vw - (100vw - 100%)) - 960px)/ 2);
  padding-left: calc(((100vw - (100vw - 100%)) - 960px)/ 2);
  background-color: #f0f0f0;
  line-height: 1.8;
}

.enq > h2 {
  text-align: center;
  font-size: 56px;
  line-height: 1.6;
  font-weight: 700;
  color: #c8c8c8;
}

.enq > p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.enq .inner {
  margin-bottom: 40px;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.enq .enq_wrap:not(:first-child) {
  padding-top: 30px;
}

.enq .enq_wrap:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.enq_title {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.enq_body label {
  display: inline-block;
}

.enq_submit {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.enq_submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #999;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
}

.enq_submit input:hover {
  cursor: pointer
}

.enq_submit input.sent {
  width: 100%;
  background-color: transparent;
  font-weight: bold;
  color: #333;
}

.enq_submit input.sent:hover {
  cursor: default;
}

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

  .enq {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    }

  .enq > h2 {
    font-size: 30px;
  }

  .enq > p {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .enq .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .enq .enq_wrap:not(:first-child) {
    padding-top: 40px;
  }

  .enq .enq_wrap:not(:last-child) {
    padding-bottom: 40px;
  }

  .enq_title {
    padding-left: 0;
    text-indent: 0;
    font-size: 12px;
  }

  .enq_body {
    font-size: 12px;
  }

  .enq_submit input {
    width: 200px;
    height: 40px;
  }

}

/* ----------------------------------------
grtseries
---------------------------------------- */

.grtseries {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/gtrseries_bg.png");
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.grtseries img {
  margin-bottom: 30px;
}

.grtseries_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1c57fb;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
}

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

  .grtseries {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grtseries img {
    max-width: 100%;
  }

  .grtseries_btn {
    width: 200px;
    height: 40px;
  }

}

/* ----------------------------------------
toggle_mark
---------------------------------------- */

@media screen and (min-width: 641px) {
  .toggle_mark_container:hover {
    cursor: pointer;
  }
}

.toggle_mark_container {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.toggle_mark_container .bar1 {
  display: block;
  position: absolute;
  top: 25px;
  right: 44px;
  width: 2px;
  height: 30px;
  background-color: #000;
  transition: transform 0.3s linear;
}

.toggle_mark_container .bar2 {
  display: block;
  position: absolute;
  top: 39px;
  right: 30px;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.toggle_mark_container .bar1.white {
  background-color: #fff;
}

.toggle_mark_container .bar2.white {
  background-color: #fff;
}

.open .toggle_mark_container .bar1 {
  transform: rotate(90deg);
}

.open .toggle_mark_container {
  width: 30px;
  height: 30px;
  top: 25px;
  right: 30px;
}

.open .toggle_mark_container .bar1 {
  top: 0px;
  right: 14px;
}

.open .toggle_mark_container .bar2 {
  top: 14px;
  right: 0px;
}

@media screen and (min-width: 961px) {
  .toggle_mark_container {
    right: calc(50% - (960px / 2));
  }
  .open .toggle_mark_container {
    right: calc(50% - (960px / 2) + 30px);
  }
}

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

  .toggle_mark_container {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .toggle_mark_container .bar1 {
    top: 34px;
    right: 32px;
    width: 2px;
    height: 16px;
  }

  .toggle_mark_container .bar2 {
    top: 41px;
    right: 25px;
    width: 16px;
    height: 2px;
  }

  .open .toggle_mark_container {
    top: 32px;
    right: 25px;
    width: 16px;
    height: 16px;
  }

  .open .toggle_mark_container .bar1 {
    top: 0px;
    right: 7px;
  }

  .open .toggle_mark_container .bar2 {
    top: 7px;
    right: 0px;
  }

}

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

  .toggle_mark_container .bar1 {
    top: 26px;
  }

  .toggle_mark_container .bar2 {
    top: 33px;
  }

  .open .toggle_mark_container {
    top: 24px;
  }

}

/*
    animation
*/
.close_arrow {
  transform: rotate(90deg);
}

.ready_animation {
  opacity: 0 !important;
  transform: translate(0%, 10%) !important;
}

.ready_animation.right {
  opacity: 0 !important;
  transform: translate(10%, 0%) !important;
}

.ready_animation.left {
  opacity: 0 !important;
  transform: translate(-10%, 0%) !important;
}

section {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.block_inner_conatainer {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/*
 for Mobile
*/

.pc_contents {
  display: block;
}

.mobile_contents {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc_contents {
    display: none;
  }
  .mobile_contents {
    display: block;
  }
}

@media screen and (max-width: 440px) {
  .hero_image h1 {
    font-size: 28px;
  }
  .hero_image_text_top {
    margin-top: 10px;
    font-size: 11px;
  }
  .footer_visit_local_container_inner span {
    padding-right: 20px;
    font-size: 12px;
  }
  .footer_social {
    font-size: 12px;
  }
  .footer_visit_local_container_inner span {
    background-size: 12px auto;
  }
}

@media screen and (max-width: 380px) {
  .fastcooling_tropical_heading {
    font-size: 18px;
  }
  .hero_image_text_bottom {
    /*bottom: 10%;*/
    padding-left: 2%;
    padding-right: 2%;
    /*text-align: left;*/
  }
}










