@charset 'utf-8';
#ghcontainer {
  padding-bottom: 0 !important;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
}
* {
  word-wrap: break-word;
  box-sizing: border-box;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
ul li, ol li {
  list-style: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}
.content-wrp {
  font-size: 1.4rem;
  line-height: 1.6;
}
header.content-wrp {
  text-align: center;
  background-image: url("../../image/logo_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.4rem;
  line-height: 1.6;
}
header.content-wrp h1 {
  padding: 1.5rem .5rem 1rem 2rem;
}
header.content-wrp h1 img {
  max-width: 36rem;
  width: 100%;
  height: auto;
}
main.content-wrp {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 736px) {
  body main {
    overflow: hidden;
  }
  header.content-wrp h1 {
    padding-bottom: 2rem;
  }
}
/*  */
.look_pc {
  display: inherit;
}
.look_sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .look_pc {
    display: none;
  }
  .look_sp {
    display: inherit;
  }
}
/* mainVisual */
main > .mainVisual img {
  width: 100%;
  height: auto;
}
/* exhibit */
main > .exhibit {
  background-color: #ccc;
  padding: 3rem 0 0;
}
main > .exhibit.sub {
  background-color: #7f7f7f;
  color: #fff;
  margin-top: 10rem;
}
main > .exhibit.sub > header {
  border-bottom: 2px solid #fff;
}
main > .exhibit div > header {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 737px) {
  main > .exhibit div ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
  }
  main > .exhibit div ul li {
    margin-right: 1rem;
  }
  main > .exhibit div ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 736px) {
  main > .exhibit {
    padding-left: 0;
    padding-right: 0;
  }
  main > .exhibit div ul li {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  main > .exhibit div ul li:nth-child(1) {
    margin-left: 2rem;
  }
  main > .exhibit div ul li:nth-child(2) {
    margin-right: 2rem;
  }
  main > .exhibit div ul li:nth-child(3) {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 737px) {
  main > .exhibit.tPage div ul li {
    margin-right: 8rem;
  }
  main > .exhibit.tPage div ul li:last-child {
    margin-right: 0;
  }
}
.exhibit.tPage .mugen {
  margin-top: 1rem;
  text-align: center;
  background-color: #7f7f7f;
  padding: 1.5rem 0;
}
.exhibit.tPage.sub .mugen {
  background-color: #ccc;
}
.exhibit.tPage .mugen a {
  display: inline-block;
  background-color: #000;
  width: 71.5rem;
  padding: 2rem 0;
  border: 1px solid #000;
  color: #fff;
  background-image: url(../../image/aroow03.png);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}
@media screen and (max-width: 736px) {
  .exhibit.tPage .mugen a {
    width: auto;
    margin: 0 2rem;
    display: block;
  }
}
/* overview */
main > .overview div {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
main > .overview ul {
  display: block;
}
main > .overview ul li {
  width: 49.7%;
  display: block;
}
main > .overview ul li:nth-child(1n) {
  float: left;
}
main > .overview ul li:nth-child(2n) {
  float: right;
}
main > .overview ul li h4 {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  display: flex;
  text-align: center;
}
main > .overview ul li h4 span {
  width: 48rem;
  display: inline-block;
}
main > .overview ul li:nth-child(1n) h4 {
  justify-content: flex-end;
  flex-direction: row;
}
main > .overview ul li:nth-child(2n) h4 {
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 2rem;
}
main > .overview ul li p {
  display: block;
  max-width: 48rem;
  width: 100%;
  /*  min-height: 12rem;*/
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 5rem 4rem;
  line-height: 1.8;
}
main > .overview ul li:nth-child(2n) {
  padding: 0 0 3rem 0;
}
main > .overview ul li dl {
  margin-left: 3rem;
  margin-right: auto;
  display: flex;
  max-width: 48rem;
  line-height: 1.8;
}
main > .overview ul li dl dt {
  white-space: nowrap
}
main > .overview div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main > .overview ul li {
    width: 100%;
    float: none !important;
  }
  main > .overview ul li:nth-child(3) p {
    padding-bottom: 0;
  }
  main > .overview ul li h4 {
    width: 70%;
    text-align: left;
    padding-left: 2rem;
  }
  main > .overview ul li p {
    padding-left: 2rem;
    margin-right: 2rem;
    margin-left: 0;
  }
  main > .overview ul li dl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
/* underBanner */
.underBanner ul {
  text-align: center;
  margin: 0 1rem;
  margin-bottom: 30px;
}
.underBanner ul li {
  display: inline-block;
}
/* ===== ===== ===== ===== */
/* ===== ===== slider ===== ===== */
.slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slick-slide {
  margin: 0px;
  z-index: 500;
  position: relative;
}
.slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-prev::before, .slick-next::before {
  color: black;
}
.slider-lazy .slick-slide {
  transition: all ease-in-out .4s;
  /*    opacity: .2;*/
  margin-left: 0;
  margin-right: 0;
  /*  transform: scale(.9);*/
  /*  margin-top: 1.5vw;*/
  margin-top: .06%;
}
.slider-lazy.cell02 .slick-slide {
  margin-left: 0;
  margin-right: 0;
  /*  transform: scale(.9);*/
  /*  margin-top: 1.5vw;*/
  margin-top: .28%;
}
.slider-lazy.cell03 .slick-slide {
  margin-left: 0;
  margin-right: 0;
  /*  transform: scale(.85);*/
  /*  margin-top: 2.5vw;*/
  margin-top: .3%;
}
.slider-lazy.cell04 .slick-slide {
  margin-left: 0;
  margin-right: 0;
  /*  transform: scale(.85);*/
  /*  margin-top: 2.2vw;*/
  margin-top: .26%;
}
.slider-nav .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
.slick-active {
  /* opacity: .5;*/
}
.slick-current {
  opacity: 1;
}
/* オーバーライド */
.slick-prev {
  left: 0;
  z-index: 1000;
}
.slick-next {
  right: 0;
  z-index: 1000;
}
/*
.slick-dots li button {
  margin-top: -30px;
  position: absolute;
}
*/
.slick-dots {
  position: absolute;
}
.slick-dots li {
  background-color: #000;
  width: 1.2rem !important;
  height: 1.2rem !important;
  border-radius: 50%;
  opacity: .6;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slider-lazy .slick-center {
  /*  transform: scale(1);*/
  transition: 0.3s ease-in-out;
  margin-top: 0px;
}
.slider-lazy.cell02 .slick-center {
  /*  transform: scale(1);*/
  transition: 0.3s ease-in-out;
  margin-top: 0px;
}
.slider-lazy.cell03 .slick-center {
  /*  transform: scale(1);*/
  transition: 0.3s ease-in-out;
  margin-top: 0px;
}
.slider-lazy.cell04 .slick-center {
  /*  transform: scale(1);*/
  transition: 0.3s ease-in-out;
  margin-top: 0px;
}
.slider .slider-nav {
  padding-left: 4rem;
  padding-right: 4rem;
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.slick-prev {
  left: 10px !important;
}
.slick-prev::before {
  content: '<' !important;
}
.slick-next {
  right: 30px !important;
}
.slick-next::before {
  content: '>' !important;
}
@media screen and (min-width: 737px) {
  .slider .slider-nav.cell02 {
    /*    width: 60rem;*/
  }
  .slider .slider-nav.cell03 {
    /*    width: 70rem;*/
  }
}
@media screen and (max-width: 736px) {
  .slick-dots {
    bottom: -24px !important;
  }
  .slider .slider-nav {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .slider-lazy {
    margin-bottom: 1.5rem;
  }
  .slider-lazy .slick-center {
    /*    transform: scale(1) !important;*/
  }
  .slider-lazy .slick-slide, .slider-lazy.cell01 .slick-slide, .slider-lazy.cell02 .slick-slide, .slider-lazy.cell03 .slick-slide, .slider-lazy.cell04 .slick-slide {
    /*    transform: scale(1) !important;*/
    margin-top: 0;
  }
}
/**/
.slider .slick-prev::before {
  content: '';
  background-image: url(../../image/aroow01.gif);
  background-position: 8px 12px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}
.slider .slick-next::before {
  content: '';
  background-image: url(../../image/aroow02.gif);
  background-position: 8px 12px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}
.slider .slick-prev, .slider .slick-next {
  display: inline-block;
  z-index: 100;
}
.slider .slick-prev::before, .slider .slick-next::before {
  display: inline-block;
  margin-top: 0rem;
  color: #626262;
  transform: scale(1, 2);
  font-size: 28px;
}
/* slick */
.slider-nav .slick-slide {
  cursor: pointer;
}
.slick-slider .slick-list {
  overflow: hidden !important;
}
@media screen and (max-width: 736px) {
  .slider {
    /*    width: 100vw;*/
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
  .slider .slick-prev, .slider .slick-next {
    display: none !important;
  }
  .slick-slider .slick-list {
    /*    width: 100vw;*/
    margin: 0 calc(50% - 50vw);
    /*    overflow: inherit!important;*/
  }
}
ul.slider-lazy > li:not(:first-child) {
  display: none;
}
ul.slider-nav > li:not(:first-child) {
  display: none;
}
ul.mainVisual-lazy > li:not(:first-child) {
  display: none;
}
/* ===== ===== menu ===== ===== */
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: absolute;
  top: 1.1rem;
  right: 0;
  margin: 0;
}
.open {
  z-index: 2;
  width: 48px;
  height: 48px;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before, .open::after {
  content: "";
}
.open span, .open::before, .open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30%;
  width: 40%;
  border-bottom: 2px solid #000;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#nav-tgl:checked + .open {
  background: #b10e28;
  transform: translateX(-300px); /*-80vw*/
}
#nav-tgl:checked + .open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, .3);
}
.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
#nav-tgl:checked ~ .content-wrapper {
  transform: translateX(-250px);
}
*/
.drower-menu-list ul li {
  list-style-type: none;
}
@media (min-width: 738px) {
  .nav-tgl-btn {
    display: none;
  }
  /*    */
  .drower-menu-list {
    height: 9rem; /*11rem*/
  }
  .drower-menu-list ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    border-right: 2px solid #ccc;
    height: 100%;
  }
  .drower-menu-list ul li {
    border-left: 2px solid #ccc;
    width: 10rem;
  }
  .drower-menu-list ul li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    font-size: 120%;
    line-height: 1.2;
  }
  .drower-menu-list ul li:nth-of-type(1).new a {
    background-color: #AC1818;
    color: #fff;
  }
  .drower-menu-list ul li:nth-of-type(2).new a {
    background-color: #9A9A9A;
    color: #fff;
  }
  .drower-menu-list ul li:nth-of-type(3).new a {
    background-color: #000;
    color: #fff;
  }
}
/* メニューデザイン */
@media (max-width: 737px) {
  .drower-menu {
    z-index: 9999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 100%; /*80vw*/
    max-width: 300px;
    height: 100%;
    margin: 0 0 0 48px;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #ffffffe8;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: #000;
    padding: 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.4rem;
    border-bottom: 1px solid #9a9a9a;
  }
  .drower-menu a:hover {
    background: black;
  }
  .drower-menu-list ul {
    margin: 3rem 1rem;
  }
  #nav-tgl:checked ~ .drower-menu {
    transform: none;
  }
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
}
/* ===== ===== Sub Page ===== ===== */
.subPage {
  width: 100%;
  /*  margin-bottom: 2rem;*/
  height: 9rem; /*11rem*/ z-index: 9999;
  position: relative;
}
.subPage > .subPage_mov {
  border-bottom: 2px solid #ccc;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subPage_inner {
  display: flex;
  justify-content: space-between;
  height: 9rem; /*11rem*/
  width: 98rem;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.subPage_inner > a .look_sp {
  width: 100%;
}
/**/

.sp_title {
  text-align: center;
  color: #fff;
  padding: 1.4rem .5rem;
}
.sp_title.honda {
  background: #4d647b;
}
.sp_title.access {
  background-color: #9A9A9A;
  color: #fff;
}
.sp_title.mugen {
  background-color: #000;
  color: #fff;
}
.sp_title h2 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 120%;
}

/* topLink */
/*
.topLink {
  width: 80rem;
  margin: 0 auto 1em;
  display: block;
  text-align: center;
}
.topLink ul {
  clear: both;
  display: block;
}
.topLink ul li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
}
.topLink ul li::before {
  content: '>';
  margin-right: 0.5rem;
  transform: scale(0.4, 1);
  position: absolute;
  left: 0;
  line-height: 2;
  top: 0;
  height: 100%;
  margin-top: -0.4rem;
}
.topLink ul li a {
  color: #ad001b;
}
*/
@media screen and (max-width: 736px) {
  .subPage {
    height: 7.2rem;
  }
  .subPage_inner {
    height: 7rem;
  }
  .subPage_inner img {
    width: 100%;
    margin-top: .5rem;
  }
  /*
  .topLink {
    width: 100%;
    text-align: left;
    padding: 0 2rem;
  }
*/
}
@media screen and (min-width: 600px) {
  .subPage_inner img {
    width: 78%;
  }
}
@media screen and (min-width: 736px) {
  .subPage_inner img {
    width: 70%;
  }
}
/* mainTitle */
.mainTitle {
  padding: 3rem 2rem 5rem;
}
.mainTitle h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bolder;
  margin-bottom: 1.5rem;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
}
.mainTitle p {
  margin-bottom: 0;
  text-align: center;
  color: #4d647b;
  padding: 1.3rem 0 3rem;
  line-height: 2.1;
  font-size: 1.5rem;
}
/*
.mainTitle > section {
  text-align: center;
}
*/
/*
.relaLink > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.relaLink > ul li {
  background-color: #fff;
  margin: 0.75rem 0;
}
.relaLink > ul li a, .relaLink > ul li span {
  text-align: center;
  display: block;
}
.relaLink > ul li a img, .relaLink > ul li span img {
  vertical-align: top;
}
.relaLink > ul li.link {
  width: 72rem;
}
.relaLink > ul li.link a {
  display: block;
  width: 100%;
  background-color: #959595;
  padding: 1.6rem 2.2rem;
  color: #fff;
  background-image: url("../../image/aroow03.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.relaLink > ul li.link span {
  display: block;
  width: 100%;
  background-color: #959595;
  padding: 1.6rem 2.2rem;
  color: #fff;
}
.relaLink > ul li.link.st01 a, .relaLink > ul li.link.st01 span {
  background-color: #79afd5;
  color: #000
}
.relaLink > ul li.link.st02 a, .relaLink > ul li.link.st02 span {
  background-color: #fabf33;
  color: #000;
}
*/
@media screen and (max-width: 736px) {
  .mainTitle {
    padding-right: 4%!important;
    width: 92%!important;
    padding-left: 4%!important;
  }
  .mainTitle p {
    width: 100%;
  }
  /*
  .relaLink > ul li, .relaLink > ul li.link {
    width: 95%;
  }
*/
}
/* mainVisual */
.mainVisual {
  position: relative;
}
.mainVisual .txt {
  position: absolute;
  right: 10vw;
  top: 7rem;
}
.mainVisual .txt img {
  max-width: 26vw;
}
@media screen and (max-width: 736px) {
  .mainVisual .txt {
    right: 12vw;
    top: 4rem;
  }
  .mainVisual .txt img {
    max-width: 40vw;
  }
}
/* introduction */
.introduction {}
.introduction > header {
  display: flex;
  margin: 2rem auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 2.4rem;
}
.introduction > header::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #393939;
  margin-right: 2rem;
  transform: rotate(-40deg);
}
.introduction > header::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #393939;
  margin-left: 2rem;
  transform: rotate(40deg);
}
.introduction > header h2 {
  font-weight: bolder;
}
.introduction ul {
  margin-bottom: 2rem;
}
.introduction.cell03 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.introduction.cell01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.introduction.cell03 ul li {
  text-align: center;
}
.introduction.cell01 ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.introduction.cell01 ul li p {
  margin-left: 2rem;
}
.introduction ul li img {
  width: 26rem;
}
.introduction ul li p {
  padding-top: .5rem;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .introduction.cell03 ul {
    flex-direction: column;
  }
  .introduction.cell01 ul li {
    text-align: center;
    display: block;
  }
  .introduction.cell01 ul li p {
    margin-left: 0;
  }
}
/* meinSec */
.meinSec p {
  padding: 1.5rem 0;
  line-height: 2.1;
  color: #333;
  font-size: 1.5rem;
}
.meinSec p.listener {
  color: #4d647b;
}
.meinSec figure {
  margin: 1.5rem 0;
}
.meinSec figure figcaption{
  font-size: 85%;
	display: block;
	text-align: center;
}
.meinSec footer {
  margin-bottom: 4rem;
}
.meinSec footer::before {
  content: '';
  display: block;
  margin: 3rem auto;
  width: 10rem;
  border-bottom: 1px solid #333;
}
.meinSec footer p {}


@media screen and (max-width: 736px) {
	.meinSec{
		width: 92%!important;
		padding-left: 4%!important;
		padding-right: 4%!important;
	}
}
/* ===== ===== ===== ===== */
/* plink */
.plink {
  height: 6rem;
  margin-bottom: 2rem;
  display: block;
  position: relative;
}
.plink a {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  background-image: url(../../image/page_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 8rem;
  height: 8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .plink a {
    bottom: 1rem;
    right: 1rem;
  }
}
/*  */
#plink01, #plink02, #plink03, #plink04, #plink05, #plink06, #plink07, #plink08, #plink09 {
  padding-top: 9rem;
  margin-top: -9rem;
}
@media screen and (max-width: 736px) {
  #plink01, #plink02, #plink03, #plink04, #plink05, #plink06, #plink07, #plink08, #plink09 {
    padding-top: 5rem;
    margin-top: -5rem;
  }
}
/* ===== ===== */
/* wrapper */
.wrapper {
  margin: auto;
  width: 980px;
}
.wrapper > header {
  text-align: center;
  border-bottom: 2px solid #555;
  font-size: 130%;
}
@media screen and (max-width: 736px) {
  .wrapper {
    margin: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .wrapper > header {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}