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

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

*/
/* Entire */
/* 全領域共通の両脇padding */
div {
  box-sizing: border-box;
}

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

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

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

.block_inner_conatainer {
  position: relative;
  display: block;
  font-size: 0;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

/* 背景画像: */
.block_inner_cover_image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.block_inner_text_container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.contents_description {
  position: relative;
  display: block;
}

.centerized_container {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
}

.ocq_contents_description {
  display: block;
  margin: auto;
}

/* レイアウト */
.w980_container_absolute {
  display: block;
  width: 980px;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.w980_container_relative {
  display: block;
  width: 940px;
  height: auto;
  position: relative;
  margin: auto;
}

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

.color_black {
  color: #000;
}

.title_block {
  position: relative;
  display: block;
  height: 200px;
  text-align: center;
}

.title_block_h2 {
  position: absolute;
  display: inline;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.height300 {
  height: 300px;
  overflow: hidden;
}

.height380 {
  height: 380px;
}

.text_right {
  text-align: right;
}

.bg_black {
  background-color: #000;
}

.black_layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.txt_center {
  text-align: center;
}

.margin_top30_bottom30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.padding_botton30 {
  padding-bottom: 30px;
}

/* 個別ページ */
.see_details_btn {
  display: block;
  width: 100%;
  height: 38px;
  max-height: 38px;
  opacity: 1;
  margin: auto;
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  border-radius: 19px;
  background-color: #1450ff;
  transition: max-height 0.32s ease-out,opacity 0.2s ease-out;
}

.see_details_btn.hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
}

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

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

.block_section.hero_section {
  height: calc(100vh - 80px);
  margin-bottom: 5px;
}

.hero_image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  margin-bottom: 5px;
}

.hero_image h1 {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 82px;
  color: #fff;
}

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

.movie_mark img {
  width: 60px;
}

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

.scroll_mark {
  display: block;
  position: absolute;
  width: 100px;
  height: auto;
  bottom: 3.2%; /* 19.02.15 T 12px → 8px , 19.02.18 T 8% → 3%*/ 
  left: 50%;
  transform: translate(-50%, -50%); /* 19.02.18 T -50%, 0% → -50%, -50%*/
  text-align: center;
}

.scroll_mark img {
  width: 20px;
}

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

.scroll_white_bar {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 1px;
  height: 4.5%; /* 19.02.18 T 36px → 4.5%*/ 
  background-color: #fff;
}

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

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

.menu_components_row {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  font-size: 0;
  overflow: hidden;
}

.top_components_container {
  font-size: 0;
}

#top_components_container {
  position: relative;
  display: block;
  width: 100%;
  height: 505px;
}

#top_components_row1 {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
  overflow-x: hidden;
  font-size: 0;
}

#top_components_row2 {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  font-size: 0;
}

#box1 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: calc((100% - 10px) / 3.0);
  margin-right: 5px;
  height: 100%;
}

#box2 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: calc((100% - 10px) / 3.0);
  margin-right: 5px;
  height: 100%;
}

#box3 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: calc((100% - 10px) / 3.0);
  height: 100%;
}

#box4 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: calc((100% - 5px) / 2.0);
  margin-right: 5px;
  height: 100%;
}

#box5 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: calc((100% - 5px) / 2.0);
  height: 100%;
}

.box {
  overflow: hidden;
}

.box img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.box_text {
  position: absolute;
  min-width: 300px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box_text h3 {
  width: 100%;
  transition: 1.3s linear 0;
}

.margin_top_section_title {
  margin-top: 80px;
  margin-bottom: 15px;
}

.margin_top_section_other_functions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#box1 img {
  height: 120%;
}

#box2 img {
  height: 120%;
}

#box3 img {
  height: 120%;
}

#box4 img {
  height: 120%;
}

#box5 img {
  height: 120%;
}

#fastcooling_fastcooling_cover .contents_description {
  max-width: 42%;
}

#fastcooling_tropical_cover .contents_description {
  max-width: 48%;
}

.contents_block_img {
  position: relative;
  display: inline-block;
  width: 450px;
  height: 260px;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
}

.contents_block_img img {
  position: absolute;
  display: inline-block;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contents_block_text {
  position: relative;
  display: inline-block;
  width: calc(100% - 450px);
  height: 200px;
  background-color: rgba(20, 150, 255, 0.5);
  vertical-align: middle;
}

.contents_block_text_inner {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  padding-right: 50px;
  padding-left: 50px;
}

.contents_block_text_inner h3 {
  margin-bottom: 10px;
}

.notes {
  display: block;
  position: absolute;
  max-width: calc(100% - 100px);
  left: 50px;
  bottom: 20px;
  font-size: 12px;
  color: #000;
}

.contents_block_text.tropical {
  background-color: rgba(255, 113, 62, 0.5);
}

.contents_block_text.tropical h3 {
  font-size: 20px;
}

.contents_block_link {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: darkgray;
  margin-top: 80px;
  padding: 20px 0;
}

.contents_block_link a{
  color: white;
}

.contents_block_link:hover{
  background-color: gray;
  transition: 0.3s;
}

.ft_movie {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: black;
  cursor: pointer;
}

.ft_contents {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 50px;
  width: 88%;
  max-width: 980px;
  height: 35%;
  background-color: black;
  font-size: 0;
}

.ft_contents_inner_box {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50%;
  background-color: #fff;
}

.ft_contents_bg_1 {
  background-image: url("../img/catalog_01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_1_gr {
  background-image: url("../img/catalog_01_gr.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_1_th {
  background-image: url("../img/catalog_01_th.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.ft_contents_bg_2 {
  background-image: url("../img/catalog_02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_2_gr {
  background-image: url("../img/catalog_02_gr.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_2_th {
  background-image: url("../img/catalog_02_th.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.ft_contents_bg_3 {
  background-image: url("../img/catalog_03.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_3_gr {
  background-image: url("../img/catalog_03_gr.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_3_th {
  background-image: url("../img/catalog_03_th.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.ft_contents_bg_4 {
  background-image: url("../img/catalog_04.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_4_gr {
  background-image: url("../img/catalog_04_gr.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft_contents_bg_4_th {
  background-image: url("../img/catalog_04_th.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.ft_contents_inner_box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.ft_contents_content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.ft_contents_content p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.ft_contents_content h4 {
  width: 95%;
}

.ft_contents_content .small_txt {
  font-size: 16px;
}

.bg_moredetail {
  background-image: url("../img/more_details.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.more_detail_contents {
  position: absolute;
  display: block;
  right: 0;
  width: 40%;
  height: 100%;
}

.more_detail_contents h4 {
  font-family: 'Roboto', sans-serif;
}

.more_detail_contents .centerized_container {
  width: 80%;
}

.more_detail_button {
  display: block;
  width: 300px;
  height: 60px;
  margin: auto;
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  background-color: #1450ff;
}

.toggle_btn_container {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.toggle_btn {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  line-height: 60px;
  background-color: #e6e6e6;
  font-size: 18px;
  color: #000;
}

.toggle_mark_container {
  display: block;
  position: absolute;
  top: 15px;
  right: 30px;
  width: 30px;
  height: 30px;
}

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

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

.toggle_mark_container.top {
  top: auto;
  bottom: 15px;
  right: 15px;
}

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

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

.ocq_history_bg {
  background-color: #f0f0f0;
}

.bg_ocq_history {
  background-image: url("../img/aircons.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg_ocq_craft {
  background-image: url("../img/S0066.jpg");
  background-size: cover;
  background-position: center bottom 40%;
  background-repeat: no-repeat;
}

.ocq_history_contents_base {
  display: block;
  width: 100%;
  min-width: 940px;
  background-color: #f0f0f0;
}

.ocq_emblem_block {
  display: block;
  width: 100%;
  min-width: 940px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.ocq_100years_container {
  display: inline-block;
  width: 540px; /* 19.02.25 T 600px → 540px */
  vertical-align: top;
  margin-top: 30px;
}

.ocq_emblem_container {
  display: inline-block;
  width: 220px;
}

.ocq_100years_container img {
  width: 520px;
}

.ocq_emblem_container img {
  width: 210px; /* 19.02.28 T 190px → 210px */
}

.ocq_year_block_container {
  display: block;
  width: 100%;
  font-size: 0;
  min-width: 940px;
  vertical-align: top;
}

.ocq_year_block {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 50px;
  padding-right: 0px;
  width: 50%;
  font-size: 0;
  margin-bottom: 54px;
  vertical-align: top;
  transition: 0.3s linear 0;
}

.ocq_year_block.right_block {
  padding-left: 0px;
  padding-right: 50px;
}

.ocq_year_block.right_block.pc_contents {
  display: inline-block;
}

.ocq_year_block .font_b {
  color: #646464;
}

.ocq_year_block_description {
  font-size: 0;
  width: 100%;
  margin-top: 30px;
}

.ocq_year_block_description.emblem {
  margin-top: 101px;
}

.ocq_year_block_description.emblem img {
  width: 200px;
}


.ocq_year_block_description img {
  display: inline-block;
  width: 220px;
  /* 260px */
  vertical-align: top;
}

.ocq_year_block_description p {
  display: inline-block;
  width: calc(100% - 220px - 20px);
  height: 160px;
  padding-left: 20px;
  padding-right: 10px;
}

.ocq_year_block_description_2017 img{
  width: 220px;
  margin-top: 10px;
}

.ocq_year_block_2017{
  display: inline-block;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 0px;
  
  font-size: 0;
  margin-bottom: 54px;
  vertical-align: top;
  transition: 0.3s linear 0;
}

.ocq_year_block_bottom {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  transition: 0.3s linear 0;
}

.ocq_year_block.hidden {
  display: none;
  height: 0px;
}

.ocq_year_block_bottom.hidden {
  display: none;
  height: 0px;
}

.ocq_hidden_area {
  display: block;
  width: 100%;
  height: auto;
  max-height: 800px;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.ocq_hidden_area.hidden {
  display: block;
  max-height: 0px;
}

.ocq_year_block_bottom p {
  font-size: 20px;
  line-height: 30px;
}

.ocq_year_block_container.margin_top {
  margin-top: 50px;
}

.ocq_year_block h4.margin_bottom {
  margin-bottom: 10px;
}

.ocq_year_block_last{
  display: flex; 
} /* 19.02.27 T 追記 */

.ocq_year_block_last .ocq_emblem_container{
  margin-top: 6px;
  margin-left: 30px;
} /* 19.02.27 T 追記 */
.craft_images_block {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  height: auto;
  max-height: 500px;
  min-width: 940px;
  overflow: hidden;
  transition: max-height 0.6s;
}

.craft_images_block.hidden {
  display: block;
  max-height: 0px;
}

.craft_images_row {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.craft_images_row.bottom {
  top: -50px;
}

.craft_images_row .black_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.craft_image_conteiner {
  display: inline-block;
  position: relative;
  height: auto;
}

.craft_image_conteiner.large {
  width: 40%;
}

.craft_image_conteiner.large img {
  width: 100%;
}

.craft_image_conteiner.small {
  margin-left: 10px;
  width: calc((60% - 30px)/3.0);
  height: 137px;
  overflow: hidden;
}

.craft_image_conteiner.small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.craft_image_conteiner.align_top {
  vertical-align: top;
}

.craft_image_conteiner.align_bottom {
  vertical-align: bottom;
}

.craft_image_conteiner.align_bottom.small {
  margin-left: 0px;
  margin-right: 10px;
}

.craft_image_conteiner .description_left_top {
  position: absolute;
  font-family: sans-serif;
  font-size: 40px;
  color: #fff;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
}

.craft_image_conteiner .description_right_bottom {
  position: absolute;
  font-family: sans-serif;
  font-size: 40px;
  color: #fff;
  top: 50%;
  right: 10%;
  transform: translate(0%, -50%);
}

/*
 for Mobile

　左右を6.5%に

　font 対応
　レイアウト対応
　双方、詰めていく

*/
.pc_contents {
  display: block;
}

.mobile_contents {
  display: none;
}

#top_components_container.mobile_contents {
  display: none;
}

/*
    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;
}

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

.top_logo_left {
  display: block;
  position: absolute;
  left: 50px;
  top: 20px;
  height: 40px;
  min-width: 300px;
  /* 19.02.14 T 追記 */
}

.top_logo_right {
  position: absolute;
  right: 50px;
  top: 36px;
  width: 180px;
}

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

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

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

footer {
  min-width: 940px;
  display: block;
  position: relative;
  margin-top: 80px;
  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 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%);
}

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

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

.footer_right_img {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 50px;
  height: 20px;
}

.sound_btn {
  display: block;
  position: absolute;
  width: 40px;
  top: 5%;
  left: 3%;
}

.annotation_description {
  display: block;
  font-size: 14px;
  /* position: absolute; */
  /* bottom: 0; */
  margin-top: 20px;
  text-align: right;
  width: 100%;
  height: 0px;
}

.annotation {
  vertical-align: top;
  font-size: 10px;
  line-height: 1;
}

.mobile_menu_container {
  display: none;
}

#mobile_global_menu_open {
  display: none;
}

@media screen and (max-width: 640px) {
  .contents_block_img img {
    object-fit: cover;
  }
  .centerized_container {
    width: 80%;
  }
  .footer_right_img {
    display: none;
  }
  .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;
  }
  #mobile_global_menu_open {
    display: block;
  }
  #mobile_global_menu_close {
    display: none;
    top: 32px;
  }
  .mobile_menu_container {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .mobile_menu_container ul li {
    align-items: center;
    border-top: 1px solid #e1e1e1;
    line-height: 85px;
    padding-left: 30px;
    font-size: 24px;
    height: 85px;
    cursor: pointer;
  }
  .mobile_menu_container ul li:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .mobile_menu_container a {
    text-decoration: none;
    color: #000;
  }
  .header_rigth_container {
    display: none;
  }
  .sound_btn {
    display: none;
  }
  .annotation_description {
    display: block;
    font-size: 10px;
    /* position: absolute; */
    /* bottom: 0; */
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }
  .ready_animation.right {
    opacity: 0 !important;
    transform: translate(0%, 0%) !important;
  }
  .ready_animation.left {
    opacity: 0 !important;
    transform: translate(0%, 0%) !important;
  }
  footer {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
  .pc_contents {
    display: none;
  }
  #top_components_container.pc_contents {
    display: none;
  }
  #top_components_container.mobile_contents {
    display: block;
  }
  .mobile_contents {
    display: block;
  }
  .main_visual {
    width: 100%;
    height: 50%;
    display: block;
  }
  .hero_image h1 {
    /*text-align: left;
        padding-left: 6.5%;
        font-size: 50px;
        line-height: 60px;
        top: 10%;*/
    top: 8%;
    left: 0;
    text-align: left;
    padding-left: 6.5%;
    padding-right: 6.5%;
    /*
        font-size: 50px;
        */
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    /* top: 20%; */
    transform: translate(0%, 0%);
  }
  .hero_image {
    margin-bottom: 3px;
  }
  /*  font o  */
  .font_g {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #c8c8c8;
  }
  /* font l */
  .font_h {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    line-height: 34px;
    color: #fff;
  }
  /* font p */
  .font_e {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 20px;
    color: #fff;
  }
  /* font q */
  .font_f {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 27px;
    color: #fff;
  }
  /* font r */
  .font_b {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 14px;
    color: #fff;
  }
  /* 　問い合わせボタン用 */
  /* font q */
  .more_detail_contents .font_f {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 27px;
    color: #fff;
  }
  .more_detail_contents .font_e {
    font-size: 12px;
    font-family: sans-serif;
    line-height: 20px;
    color: #fff;
  }
  .more_detail_button {
    width: 80%;
    height: 40px;
    line-height: 40px;
  }
  .block_section {
    min-width: initial;
    min-width: auto;
    overflow: hidden;
  }
  .block_inner_conatainer {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .block_inner_text_container {
    padding-left: 6.5%;
    padding-right: 6.5%;
    text-align: center;
  }
  .contents_block_img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 240px;
    background-color: #fff;
    vertical-align: middle;
  }
  .contents_block_text {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background-color: rgba(20, 150, 255, 0.5);
    vertical-align: middle;
  }
  #fastcooling_fastcooling_cover .contents_description {
    max-width: inherit;
    max-width: auto;
  }
  #fastcooling_tropical_cover .contents_description {
    max-width: inherit;
    max-width: auto;
  }
  #fastcooling_fastcooling_cover .block_inner_text_container {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #fastcooling_fastcooling_cover .margin_top_section_title {
    margin-top: 0px;
  }
  #fastcooling_fastcooling_cover .w980_container_relative {
    margin: 0;
  }
  .ocq_emblem_block {
    padding-left: 6.5%;
    padding-right: 6.5%;
    min-width: initial;
    min-width: auto;
  }
  .ocq_year_block_container {
    min-width: initial;
    min-width: auto;
  }
  .ocq_year_block {
    display: block;
    width: 100%;
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .ocq_year_block .font_b {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    width: calc(50% - 5px);
  }
  .ocq_year_block_description {
    margin-bottom: 10px;
  }
  .ocq_year_block_description p {
    height: auto;
  }
  .ocq_year_block.right_block {
    padding-left: 0px;
    padding-right: 6.5%;
  }
  .ocq_history_contents_base {
    min-width: initial;
    min-width: auto;
  }
  .craft_images_block {
    min-width: initial;
    min-width: auto;
  }
  .craft_images_row {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .ft_contents_content .small_txt {
    font-size: 10px;
  }
  .ft_contents_inner_box {
    position: relative;
    display: block;
    width: 100%;
    height: 25%;
    background-color: #fff;
  }
  .ft_contents_content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bg_moredetail {
    background-image: url("../img/form_bg_sp.jpg");
  }
  .moredetial_img {
    width: 100%;
  }
  .height380 {
    height: auto;
  }
  .font_i {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 17px;
    color: #000;
  }
  .font_i.small {
    font-size: 12px;
  }
  .font_h.txt_center {
    margin-bottom: 10px;
  }
  #other_functions_over .ft_contents {
    height: 45%;
    margin-top: 40px;
  }
  .more_detail_contents {
    position: absolute;
    display: block;
    right: auto;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .more_detail_contents .centerized_container {
    top: 65%;
  }
  .more_detail_contents .font_f {
    color: #000;
  }
  .ocq_contents_description {
    text-align: center;
  }
  .ocq_100years_container {
    display: block;
    width: 100%;
  }
  .ocq_100years_container img {
    width: 100%;
    margin-bottom: 30px;
  }
  .ocq_emblem_container {
    display: block;
    width: 100%;
  }
  .ocq_emblem_container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ocq_year_block_description {
    font-size: 0;
    width: 100%;
  }
  .ocq_year_block_description .font_b.color_black {
    padding-left: 10px;
  }
  .ocq_year_block_description.emblem {
    text-align: center;
  }
  .ocq_year_block_description .font_b.mobile_hidden {
    display: none;
  }
  .ocq_year_block_description img {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
  }
  .ocq_year_block_description img:nth-child(2) {
    margin-left: 10px;
  }
  .ocq_year_block_bottom p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.4;
  }
  .ocq_year_block.right_block.pc_contents {
    display: none;
  }

  /* 19.02.27 T 追記*/

  /* 2017部分 */
  .ocq_year_block_last{
    width: 100%;
    box-sizing: border-box;
  }

  .sp_ocq_year_block_description{
    width: 50%
  }

  .ocq_year_block_last .sp_ocq_year_block_description img{
    width: 100%;
  }

  .ocq_year_block_last .ocq_emblem_container{
    width: 50%;
  }

  .ocq_year_block_last .ocq_emblem_container img{
    width: 100%;
    margin-top: 20px;
  }
  
  .ocq_year_block_last .ocq_emblem_container{
    margin-top: -8px;
  }





  




  /* TOP MOBILE BOX */
  .mobile_box {
    display: block;
    position: relative;
    width: 100%;
    height: 56px;
    overflow: hidden;
    margin-bottom: 3px;
    cursor: pointer;
    transition: height 0.18s linear;
  }
  .mobile_box img {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile_box.open {
    min-height: 180px;
  }
  .mobile_box.open h3 {
    font-size: 31px;
  }
  .box_text h3 {
    line-height: 1.2;
    transition: font-size 0.0s linear;
  }
  #top_components_container {
    height: auto;
  }
  #mobile_box4.mobile_box.open img {
    transform: translate(-50%, -50%) scale(1.5);
  }
  .w980_container_absolute {
    display: block;
    width: 100%;
    min-height: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .w980_container_relative {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
  }
  .ft_contents_content p {
    font-size: 10px;
    line-height: 1.1;
    margin-top: 10px;
  }
  .ft_contents_content h4 {
    width: 95%;
    font-size: 12px;
  }
  .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;
  }
  .ft_contents {
    width: 100%;
  }
  .annotation_description {
    font-size: 7px;
  }
  .ft_contents_content p {
    margin-top: 2px;
  }
  .annotation {
    position: relative;
    display: inline;
    top: -2px;
  }
  /*
  }
    #mobile_box2.mobile_box.open img
     {
        width: auto;
        height: 100%;
          transition: height 0.0s linear;

     }

        #mobile_box4.mobile_box.open img
     {
        width: auto;
        height: 100%;
          transition: height 0.0s linear;

     }*/
}

@media screen and (max-width: 440px) {
  .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;
  }
}
