@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font: 16px Helvetica, sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, "YuGothic", "游ゴシック", Arial;
  letter-spacing: 0.5px;
  color: #333;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  text-decoration: underline;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.clear {
  clear: both;
}

.xl_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .xl_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .xl_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .xl_only {
    display: none;
  }
}

.md_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .md_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md_only {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .md_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sm_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .sm_only {
    display: block;
  }
}

.inner {
  display: inline-block;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .inner {
    padding: 0.8% 0.8%;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    min-width: 1200px;
  }
}

img.main-image {
  width: 48%;
  z-index: 5;
  margin: 2%;
}
@media screen and (max-width: 420px) {
  img.main-image {
    width: 98%;
  }
}

img.title-image {
  width: 88%;
  z-index: 5;
  margin: 2%;
}
@media screen and (max-width: 568px) {
  img.title-image {
    display: none;
  }
}

img.title-image-sp {
  width: 98%;
  z-index: 5;
  margin: 2%;
  display: none;
}
@media screen and (max-width: 568px) {
  img.title-image-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  img.sub-title-image {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  img.sub-title-image {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  img.sub-title-image {
    width: 64%;
  }
}

@media screen and (max-width: 1024px) {
  img.button-image {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  img.button-image {
    width: 28%;
  }
}
@media screen and (max-width: 420px) {
  img.button-image {
    width: 40%;
  }
}

a .button {
  color: #FFF;
  text-decoration: none;
}

a:hover .button {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

section.header_aw {
  color: #fff;
  background-color: #354B99;
  position: relative;
  top: 0px;
  left: 0px;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;
}
section.header_aw .fix-menu {
  color: #fff;
  background-color: #354B99;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;
}
section.header_aw .fix-menu .menu-box {
  height: 100%;
  margin: 4px 0 0 0;
  display: flex;
}
section.header_aw .fix-menu .menu-box img.header-logo_smaller {
  flex-basis: 8%;
  height: 28px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub {
  flex-basis: 92%;
  height: 100%;
  text-align: right;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-meyer_smaller {
  height: 28px;
  margin-right: 10px;
  margin-bottom: 2px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-ah_smaller {
  height: 16px;
  margin-right: 12px;
  margin-bottom: 6px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-go_smaller {
  height: 21.5px;
  margin-right: 9px;
  margin-bottom: 4px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-tmax_smaller {
  margin-bottom: 2px;
  margin-right: 16px;
  height: 22px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-amina_smaller {
  margin-bottom: 8px;
  margin-right: 16px;
  height: 10px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-kg_smaller {
  margin-bottom: 2px;
  margin-right: 16px;
  height: 20px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-auvitran_smaller {
  margin-bottom: 2px;
  margin-right: 2px;
  height: 20px;
}
@media screen and (max-width: 420px) {
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-meyer_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-ah_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-go_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-tmax_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-amina_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-kg_smaller {
    display: none;
  }
  section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-auvitran_smaller {
    display: none;
  }
}

section.header_wrap {
  position: relative;
  background-color: #222;
  background-image: url("../images/bg_header.png");
  background-repeat: repeat;
  width: 100%;
  display: block;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  section.header_wrap {
    height: 80px;
  }
}
section.header_wrap section.header {
  color: #fff;
  position: relative;
  top: 36px;
  vertical-align: middle;
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  z-index: 9999;
}
section.header_wrap section.header .slicknav_menu {
  display: none;
}
section.header_wrap section.header p {
  position: absolute;
  z-index: 10000;
  text-align: left;
  padding: 1.2% 0 1.2% 0;
}
section.header_wrap section.header .top_logo_img {
  width: 80%;
  vertical-align: middle;
}
section.header_wrap section.header .menu_list_img {
  height: 26px;
}
section.header_wrap section.header a {
  color: #ddd;
  text-decoration: none;
}
section.header_wrap section.header a:hover {
  color: #5A85D7;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
section.header_wrap section.header a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
section.header_wrap section.header .nav {
  position: relative;
  width: 100%;
  padding: 6% 0 0 0;
  text-align: right;
  display: block;
}
section.header_wrap section.header .nav .menu-container ul {
  padding: 0 0.2% 0.2% 0;
}
section.header_wrap section.header .nav .menu-container ul li {
  display: inline-block;
  font-weight: normal;
  margin-right: 0.8%;
}
section.header_wrap section.header .nav .menu-container ul li form {
  text-align: right;
  float: right;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform {
  background-color: white;
  width: 200px;
  height: 20px;
  border: 1px green solid;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform input #s {
  width: 150px;
  border: none;
  border-right: 1px green solid;
}
section.header_wrap section.header .nav .menu-container ul li form button#searchsubmit {
  width: 50px;
  border: none;
}
@media screen and (max-width: 1366px) {
  section.header_wrap section.header p {
    padding: 0.8% 0.8%;
  }
  section.header_wrap section.header .nav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  section.header_wrap section.header p {
    padding: 0;
    marign: 0;
  }
  section.header_wrap section.header .nav {
    display: none;
  }
  section.header_wrap section.header .top_logo_img {
    display: none;
  }
  section.header_wrap section.header .slicknav_menu {
    display: block;
    z-index: 9999;
  }
  section.header_wrap section.header .top_logo_small {
    width: 40%;
    padding-left: 0;
  }
}

section.products_menu {
  positon: relative;
  background-image: url("../images/bg_titlebar.png");
  background-repeat: repeat;
  width: 100%;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  section.products_menu {
    padding-top: 20px;
  }
}
section.products_menu .inner_wrap {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 0.8%;
}
section.products_menu .inner_wrap .product_ttl {
  font-size: 160%;
  vertical-align: center;
}
section.products_menu .inner_wrap .product_info {
  color: #999;
  vertical-align: center;
  padding-left: 2%;
}

section.sub {
  color: #bbb;
  background-color: rgba(245, 245, 245, 0.9);
  position: fixed;
  top: 64px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1024px) {
  section.sub {
    position: absolute;
    top: 48px;
  }
}
section.sub .inner {
  padding: 0% 16%;
}
@media screen and (max-width: 1024px) {
  section.sub .inner {
    padding: 0.8% 2%;
  }
}
section.sub .inner #breadcrumb {
  text-align: left;
}

section.footer {
  font-size: 14px;
  background-color: #333;
  color: #969696;
  height: 420px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
section.footer a {
  text-decoration: none;
  color: #969696;
}
section.footer a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
section.footer .nav {
  position: relative;
  padding-top: 2%;
}
section.footer .nav ul li {
  display: inline;
  vertical-align: middle;
  border-left: 1px solid;
  margin-right: 0.8%;
  padding-left: 1.2%;
}
section.footer .nav ul li .bottom_logo_img {
  width: 136px;
}
section.footer .nav ul li:first-child {
  border-left: none;
}
section.footer .sns_links {
  padding-top: 0.8%;
}
section.footer .sns_links ul li {
  display: inline;
  vertical-align: middle;
  margin-right: 0.8%;
  padding-left: 1.2%;
}
section.footer .sns_links ul li span:first-child {
  margin-right: 1.6%;
}
section.footer .sns_links .snslink_image {
  width: 36px;
  margin-left: 0.8%;
}
section.footer .footer_brandlist {
  position: relative;
}
section.footer .footer_brandlist ul {
  margin: 0.8% 0;
}
section.footer .footer_brandlist ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8%;
  padding-left: 1.2%;
  font-size: 110%;
  font-weight: bold;
}
section.footer .footer_adress ul {
  margin: 0.8% 0;
}
section.footer .footer_adress ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8%;
  padding-left: 1.2%;
  text-align: left;
}
section.footer .copyright {
  margin-top: 2%;
  margin-bottom: 0.2%;
  vertical-align: middle;
}
section.footer .copyright p {
  clear: both;
  display: inline-block;
  vertical-align: middle;
}
section.footer .copyright p img {
  clear: both;
  margin-right: 8px;
}
@media screen and (max-width: 1366px) {
  section.footer {
    height: 280px;
  }
  section.footer .nav ul li {
    margin-right: 8px;
    font-size: 12px;
  }
  section.footer .copyright p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  section.footer {
    height: 420px;
  }
  section.footer .nav ul li {
    display: inline-block;
    margin-right: 4px;
    font-size: 10px;
  }
  section.footer .nav ul li .bottom_logo_img {
    width: 80px;
  }
  section.footer .nav ul li:nth-child(2) {
    border-left: none;
  }
  section.footer .sns_links ul li {
    display: block;
  }
  section.footer .sns_links .snslink_image {
    width: 24px;
  }
  section.footer .footer_adress ul li {
    margin: 1.6% 0;
  }
  section.footer .copyright {
    text-align: center;
    margin-right: 0%;
  }
  section.footer .copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 568px) {
  section.footer .nav ul li .bottom_logo_img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  section.footer {
    height: 480px;
  }
  section.footer .copyright P img {
    display: block;
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}

section#meyer_tigra {
  position: relative;
}
section#meyer_tigra .meyer_tigra_menu {
  background-color: #999;
  background-image: url("../panther/image/bg_submenu.png");
  background-repeat: repeat;
}
section#meyer_tigra .meyer_tigra_menu a {
  color: #fff;
  text-decoration: none;
}
section#meyer_tigra .meyer_tigra_menu .meyer_tigra_menu_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section#meyer_tigra .meyer_tigra_menu .meyer_tigra_menu_inner .p_wrap {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
section#meyer_tigra .meyer_tigra_menu .meyer_tigra_menu_inner .p_wrap .p_menu {
  font-size: 12px;
  color: #fff;
  padding: 8px;
}
section#meyer_tigra .meyer_tigra_menu .meyer_tigra_menu_inner .s_wrap {
  display: flex;
  flex-wrap: wrap;
}
section#meyer_tigra .meyer_tigra_menu .meyer_tigra_menu_inner .s_wrap .src {
  font-size: 12px;
  color: #fff;
  padding: 8px;
}
section#meyer_tigra article.sec1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-image: url("../tigra/images/tigra_s1_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
section#meyer_tigra article.sec1 .article_inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec1 .article_inner {
    flex-direction: column;
    max-height: 480px;
  }
}
section#meyer_tigra article.sec1 .article_inner .image_wrap {
  z-index: 1;
}
section#meyer_tigra article.sec1 .article_inner .image_wrap img {
  width: 100%;
}
section#meyer_tigra article.sec2 {
  overflow: hidden;
  width: 100%;
  max-height: 720px;
  background-image: url("../tigra/images/tigra_s2_bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
}
section#meyer_tigra article.sec2 .article_inner {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec2 .article_inner {
    display: block;
    height: auto;
  }
}
section#meyer_tigra article.sec2 .article_inner .image_wrap {
  flex-basis: 30%;
}
section#meyer_tigra article.sec2 .article_inner .image_wrap img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec2 .article_inner .image_wrap img {
    width: 60%;
  }
}
section#meyer_tigra article.sec2 .article_inner .text_wrap {
  flex-basis: 60%;
  text-align: left;
}
section#meyer_tigra article.sec2 .article_inner .text_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec2 .article_inner .text_wrap ul li {
  padding: 8%;
  height: 30%;
}
section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .title {
  font-size: 360%;
  color: #000;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .title {
    font-size: 360%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .title {
    font-size: 240%;
  }
}
section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .title .white {
  color: #FFF;
  font-style: italic;
}
section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .text_info {
  padding-top: 4%;
  font-size: 140%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .text_info {
    padding-top: 2%;
    font-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec2 .article_inner .text_wrap ul li .text_info {
    padding-top: 0.8%;
    font-size: 120%;
  }
}
section#meyer_tigra article.sec3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-image: url("../tigra/images/tigra_s3_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
section#meyer_tigra article.sec3 .article_inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec3 .article_inner {
    flex-direction: column;
    max-height: 480px;
  }
}
section#meyer_tigra article.sec3 .article_inner .image_wrap {
  z-index: 1;
}
section#meyer_tigra article.sec3 .article_inner .image_wrap img {
  width: 100%;
}
section#meyer_tigra article.sec4 {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-image: url("../tigra/images/18lfc_s4_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #c4c3c5;
  background-position: left;
}
@media screen and (max-width: 1366px) {
  section#meyer_tigra article.sec4 {
    background-position: -200px;
  }
}
@media screen and (max-width: 1200px) {
  section#meyer_tigra article.sec4 {
    background-position: -300px;
  }
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec4 {
    background-position: -300px;
    background-image: url("");
  }
}
section#meyer_tigra article.sec4 .article_inner {
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec4 .article_inner {
    display: block;
  }
}
section#meyer_tigra article.sec4 .article_inner .image_wrap {
  flex-basis: 40%;
}
section#meyer_tigra article.sec4 .article_inner .image_wrap img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec4 .article_inner .image_wrap img {
    width: 60%;
    height: auto;
  }
}
section#meyer_tigra article.sec4 .article_inner .text_wrap {
  flex-basis: 40%;
  text-align: left;
}
section#meyer_tigra article.sec4 .article_inner .text_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec4 .article_inner .text_wrap ul li {
  padding: 8%;
  height: 30%;
}
section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .title {
  font-size: 320%;
  color: #5A85D7;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .title {
    font-size: 240%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .title {
    font-size: 200%;
  }
}
section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .title .white {
  color: #FFF;
}
section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .text_info {
  padding-top: 4%;
  font-size: 140%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .text_info {
    padding-top: 2%;
    font-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec4 .article_inner .text_wrap ul li .text_info {
    padding-top: 0.8%;
    font-size: 120%;
  }
}
section#meyer_tigra article.sec5 {
  overflow: hidden;
  width: 100%;
  background-image: url("../tigra/images/tigra_s5_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#meyer_tigra article.sec5 .article_inner {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec5 .article_inner {
    display: block;
  }
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_left {
  color: #FFF;
  flex-basis: 50%;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_left .title {
  padding-top: 8%;
  font-size: 320%;
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec5 .article_inner .text_wrap_left .title {
    font-size: 240%;
  }
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_left .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right {
  padding: 2%;
  flex-basis: 50%;
  text-align: left;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec5 .article_inner .text_wrap_right {
    padding: 8%;
  }
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right .title {
  padding-top: 8%;
  font-size: 120%;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right .title_sub {
  padding-top: 4%;
  font-size: 120%;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right .title_sub .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right ul {
  list-style-type: disc;
  padding: 4%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right ul li {
  padding: 0.8%;
  height: 30%;
}
section#meyer_tigra article.sec5 .article_inner .text_wrap_right ul li .text_info {
  padding-top: 2%;
  font-size: 120%;
}
section#meyer_tigra article.sec6 {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #000;
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
}
section#meyer_tigra article.sec6 .article_inner {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec6 .article_inner {
    display: block;
  }
}
section#meyer_tigra article.sec6 .article_inner .image_wrap {
  flex-basis: 50%;
}
section#meyer_tigra article.sec6 .article_inner .image_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec6 .article_inner .text_wrap {
  flex-basis: 50%;
  text-align: left;
}
section#meyer_tigra article.sec6 .article_inner .text_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec6 .article_inner .text_wrap ul li {
  padding: 8%;
  height: 30%;
}
section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .title {
  font-size: 360%;
  color: #5A85D7;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .title {
    font-size: 360%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .title {
    font-size: 240%;
  }
}
section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .title .white {
  color: #FFF;
}
section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .text_info {
  padding-top: 4%;
  font-size: 140%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .text_info {
    padding-top: 2%;
    font-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec6 .article_inner .text_wrap ul li .text_info {
    padding-top: 0.8%;
    font-size: 120%;
  }
}
section#meyer_tigra article.sec7 {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
}
section#meyer_tigra article.sec7 .title {
  padding-top: 4%;
  font-size: 360%;
  color: #5A85D7;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec7 .title {
    font-size: 360%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec7 .title {
    font-size: 240%;
  }
}
section#meyer_tigra article.sec7 .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec7 .article_inner {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec7 .article_inner {
    display: block;
  }
}
section#meyer_tigra article.sec7 .article_inner img {
  flex-basis: 30%;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec7 .article_inner img {
    width: 60%;
  }
}
section#meyer_tigra article.sec7 .article_inner .text_wrap {
  flex-basis: 60%;
  text-align: left;
}
section#meyer_tigra article.sec7 .article_inner .text_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec7 .article_inner .text_wrap ul li {
  padding: 4%;
  height: 30%;
}
section#meyer_tigra article.sec7 .article_inner .text_wrap ul li .text_info {
  color: #000;
  padding-top: 4%;
  font-size: 140%;
}
section#meyer_tigra article.sec7 .article_inner .text_wrap ul li .text_info a {
  color: #5A85D7;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec7 .article_inner .text_wrap ul li .text_info {
    padding-top: 2%;
    font-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec7 .article_inner .text_wrap ul li .text_info {
    padding-top: 0.8%;
    font-size: 120%;
  }
}
section#meyer_tigra article.sec8 {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-image: url("../tigra/images/tig18_s9_bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
}
section#meyer_tigra article.sec8 .article_inner {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 4%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec8 .article_inner {
    display: block;
  }
}
section#meyer_tigra article.sec8 .article_inner .image_wrap {
  flex-basis: 30%;
}
section#meyer_tigra article.sec8 .article_inner .image_wrap img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec8 .article_inner .image_wrap img {
    width: 60%;
  }
}
section#meyer_tigra article.sec8 .article_inner .text_wrap {
  flex-basis: 60%;
  text-align: left;
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul li {
  padding: 8%;
  height: 30%;
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .title {
  font-size: 360%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .title {
    font-size: 360%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .title {
    font-size: 240%;
  }
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .title .bold {
  font-weight: bold;
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .title .white {
  color: #5A85D7;
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .text_info {
  padding-top: 8%;
  font-size: 140%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .text_info {
    padding-top: 2%;
    font-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .text_info {
    padding-top: 0.8%;
    font-size: 120%;
  }
}
section#meyer_tigra article.sec8 .article_inner .text_wrap ul li .text_info a {
  color: #5A85D7;
  text-decoration: none;
}
section#meyer_tigra article.is-spin {
  background-color: #000;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
}
section#meyer_tigra article.is-spin .title_360 {
  color: #fff;
  padding: 4% 0 2% 0;
  font-size: 560%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.is-spin .title_360 {
    font-size: 360%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.is-spin .title_360 {
    font-size: 240%;
  }
}
section#meyer_tigra article.is-spin .sub_360 {
  color: #5A85D7;
  font-size: 140%;
  padding: 0% 20% 2% 20%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.is-spin .sub_360 {
    font-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  section#meyer_tigra article.is-spin .sub_360 {
    font-size: 100%;
  }
}
section#meyer_tigra article.is-spin .image_wrap {
  padding: 4% 0 2% 0;
  margin: 0 auto;
  width: 64%;
}
@media screen and (max-width: 1024px) {
  section#meyer_tigra article.is-spin .image_wrap {
    width: 100%;
  }
}
section#meyer_tigra article.is-spin .image_wrap img {
  width: 100%;
}