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

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

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 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 420px) {
  .inner {
    padding: 32px 4%;
  }
}

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

p {
  margin: 15px 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.6em;
}

ul, ol {
  padding-left: 30px;
}

blockquote {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

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: 44px;
  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: 0;
  display: flex;
  align-items: center;
}
section.header_aw .fix-menu .menu-box img.header-logo_smaller {
  flex-basis: 8%;
  height: 26px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub {
  flex-basis: 92%;
  height: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img {
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-meyer_smaller {
  height: 24px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-ah_smaller {
  height: 14px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-go_smaller {
  height: 18px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-tmax_smaller {
  height: 18px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-amina_smaller {
  height: 10px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-kg_smaller {
  height: 18px;
}
section.header_aw .fix-menu .menu-box .menu-box-sub img.header-logo-auvitran_smaller {
  margin-right: 0 !important;
  height: 18px;
}
@media screen and (max-width: 420px) {
  section.header_aw .fix-menu .menu-box .menu-box-sub {
    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: 48px;
  vertical-align: middle;
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  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: 16px 0;
  margin: 0;
}
section.header_wrap section.header .top_logo_img {
  width: 80%;
  max-width: 240px;
  vertical-align: middle;
}
section.header_wrap section.header .menu_list_img {
  height: 26px;
}
section.header_wrap section.header a {
  color: #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.header_wrap section.header a:hover {
  color: #5A85D7;
  opacity: 1;
}
section.header_wrap section.header a.active {
  opacity: 0.5;
}
section.header_wrap section.header .nav {
  position: relative;
  width: 100%;
  padding: 48px 0 0 0;
  text-align: right;
  display: block;
}
section.header_wrap section.header .nav .menu-container ul {
  padding: 0;
}
section.header_wrap section.header .nav .menu-container ul li {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-right: 32px;
  vertical-align: middle;
}
section.header_wrap section.header .nav .menu-container ul li:last-child {
  margin-right: 0;
}
section.header_wrap section.header .nav .menu-container ul li form {
  text-align: right;
  float: right;
  margin-left: 16px;
}
section.header_wrap section.header .nav .menu-container ul li form #searchform {
  background-color: white;
  width: 200px;
  height: 28px;
  border: 1px solid #aaa;
  border-radius: 2px;
  overflow: hidden;
}
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 solid #ddd;
  padding: 0 8px;
  color: #333;
}
section.header_wrap section.header .nav .menu-container ul li form button#searchsubmit {
  width: 50px;
  border: none;
  background-color: #f5f5f5;
  cursor: pointer;
  color: #666;
}
section.header_wrap section.header .nav .menu-container ul li form button#searchsubmit:hover {
  background-color: #e0e0e0;
}
@media screen and (max-width: 1366px) {
  section.header_wrap section.header p {
    padding: 16px 4%;
  }
  section.header_wrap section.header .nav {
    padding-right: 4%;
  }
  section.header_wrap section.header .nav ul li {
    font-size: 13px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.header_wrap section.header p {
    padding: 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%;
    max-width: 180px;
    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;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  height: auto !important;
}
section.footer a {
  text-decoration: none;
  color: #969696;
  transition: all 0.3s ease;
}
section.footer a:hover {
  opacity: 0.5;
}
section.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.footer .nav {
  padding-top: 16px;
}
section.footer .nav ul {
  gap: 12px 24px;
}
section.footer .nav ul li {
  display: flex;
  align-items: center;
  border-left: 1px solid #969696;
  padding-left: 24px;
  line-height: 1;
}
section.footer .nav ul li .bottom_logo_img {
  width: 136px;
}
section.footer .nav ul li:first-child {
  border-left: none;
  padding-left: 0;
}
section.footer .sns_links {
  margin-top: 16px;
}
section.footer .sns_links ul {
  gap: 16px;
}
section.footer .sns_links ul li {
  display: flex;
  align-items: center;
}
section.footer .sns_links ul li span:first-child {
  margin-right: 8px;
}
section.footer .sns_links .snslink_image {
  width: 36px;
}
section.footer .footer_brandlist {
  margin-top: 16px;
}
section.footer .footer_brandlist ul {
  gap: 8px 24px;
}
section.footer .footer_brandlist ul li {
  font-size: 110%;
  font-weight: bold;
}
section.footer .footer_adress {
  margin-top: 16px;
}
section.footer .footer_adress ul {
  gap: 8px 24px;
}
section.footer .footer_adress ul li {
  text-align: center;
}
section.footer .copyright {
  margin-top: 32px;
}
section.footer .copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
section.footer .copyright p img {
  margin: 0;
}
@media screen and (max-width: 1366px) {
  section.footer {
    font-size: 12px;
  }
  section.footer .nav ul li .bottom_logo_img {
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  section.footer {
    padding: 32px 16px;
  }
  section.footer .nav ul {
    gap: 12px 16px;
  }
  section.footer .nav ul li {
    border-left: none;
    padding-left: 0;
  }
  section.footer .sns_links .snslink_image {
    width: 28px;
  }
}
@media screen and (max-width: 568px) {
  section.footer .nav ul li .bottom_logo_img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  section.footer {
    font-size: 11px;
    padding: 24px 12px;
  }
  section.footer .nav ul {
    gap: 12px;
  }
  section.footer .copyright p {
    flex-direction: column;
    gap: 4px;
  }
}

section#news_list .main {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: ceter ceter;
  z-index: -1;
}
section#news_list .main img.title-image {
  z-index: 5;
}
section#news_list .main .inner .title_wrap {
  padding: 0 0 24px 0;
  margin-bottom: 32px;
  display: block;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
section#news_list .main .inner .title_wrap .title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 1024px) {
  section#news_list .main .inner .title_wrap .title {
    font-size: 28px;
  }
}
section#news_list .main .inner .title_wrap .title_sub {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  padding: 0;
  font-weight: normal;
}
section#news_list .main .inner a {
  text-decoration: none;
  color: #5A85D7;
  transition: opacity 0.3s ease;
}
section#news_list .main .inner a:hover {
  opacity: 0.7;
}
section#news_list .main .inner .date {
  color: #666;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 24px 0 48px 0;
  text-align: left;
  font-family: Arial, sans-serif;
}
section#news_list .main .inner .content-wrapper {
  text-align: left;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  section#news_list .main .inner .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
section#news_list .main .inner .content-wrapper .main-content {
  flex: 1;
  width: 70%;
  color: #333;
}
@media screen and (max-width: 1024px) {
  section#news_list .main .inner .content-wrapper .main-content {
    width: 100%;
  }
}
section#news_list .main .inner .content-wrapper .main-content p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
section#news_list .main .inner .content-wrapper .main-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 56px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  letter-spacing: 0.05em;
}
section#news_list .main .inner .content-wrapper .sidebar {
  width: 30%;
  flex-shrink: 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  section#news_list .main .inner .content-wrapper .sidebar {
    display: contents;
  }
}
section#news_list .main .inner .content-wrapper .sidebar .testimonial {
  background-color: #f8f8f8;
  border-left: 4px solid #dcdcdc;
  border-radius: 0 4px 4px 0;
  padding: 32px 24px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section#news_list .main .inner .content-wrapper .sidebar .testimonial {
    order: -1;
    margin-bottom: 0;
  }
}
section#news_list .main .inner .content-wrapper .sidebar .testimonial .quote-mark {
  font-size: 64px;
  font-weight: bold;
  color: rgba(90, 133, 215, 0.15);
  font-family: serif;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}
section#news_list .main .inner .content-wrapper .sidebar .testimonial p {
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
  color: #444;
}
section#news_list .main .inner .content-wrapper .sidebar .testimonial .attribution {
  text-align: right;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  padding-top: 16px;
  border-top: 1px dashed #dcdcdc;
}
section#news_list .main .inner .content-wrapper .sidebar .testimonial .attribution-name {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #333;
  font-style: normal;
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section#news_list .main .inner .content-wrapper .sidebar .featured-products {
    order: 1;
  }
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products h3 {
  background-color: #f0f0f0;
  margin: 0;
  padding: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products ul {
  list-style: none;
  padding: 16px 0;
  margin: 0;
  line-height: 2;
  text-align: left;
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products li {
  display: inline;
  font-size: 14px;
  border: none;
  padding: 0;
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products li::before {
  content: none;
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products li::after {
  content: ", ";
  color: #333;
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products li:last-child::after {
  content: "";
}
section#news_list .main .inner .content-wrapper .sidebar .featured-products li:hover {
  padding-left: 0;
}