@charset "utf-8";

#ghcontainer {
  padding-bottom: 0 !important;
}

html {
  font-size: 10px;
  line-height: 1.8;
}

#pTop {
  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: #444;
}

a:hover {
  text-decoration: none;
  color: #444;
  opacity: 0.7;
}

.bg {
  background-image: url(../../image/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: #444;
  min-width: 980px;
}

.content-wrp {
  font-size: 1.4rem;
  line-height: 1.8;
}

.content-wrp>header h2 {
  text-align: center;
  font-size: 29px;
  line-height: 75px;
}

header.content-wrp {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}

header.content-wrp h1 {
  padding: 40vh 0.5rem 1rem 2rem;
  font-size: 5rem;
  z-index: 99;
  position: absolute;
  color: #fff;
  width: 100%;
}

header.content-wrp h1 span {
  display: block;
  font-size: calc(2vw + 1rem);
  line-height: 150%;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

header.content-wrp h1 span img {
  margin-right: 1rem;
  vertical-align: text-top;
}

main.content-wrp {
  font-size: 1.4rem;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: center 70px;

}

/* wrapper */
.wrapper {
  margin: auto;
  width: 100%;
  min-width: 980px;
}

.wrapper>header h2 {
  display: block;
  position: relative;
  width: 614px;
  text-align: center;
  font-size: 29px;
  line-height: 30px;
  padding: 22px 0;
  background-image: url(../../image/bg-h2.png);
  background-repeat: repeat;
  background-position: top center;
  color: #fff;
  margin: 0 auto 2rem;
}

.wrapper>header h2:after, .wrapper>header h3:after {
  content: "";
  position: absolute;
  display: block;
  height: 74px;
  width: 37px;
  background-image: url(../../image/bg-h2-l.png);
  background-repeat: no-repeat;
  background-position: top right;
  bottom: 0;
  left: -37px;
}

.wrapper>header h2:before, .wrapper>header h3:before {
  content: "";
  position: absolute;
  display: block;
  height: 74px;
  width: 37px;
  background-image: url(../../image/bg-h2-r.png);
  background-repeat: no-repeat;
  background-position: top right;
  bottom: 0;
  left: 614px;
}

.wrapper>header h3 {
  position: relative;
  width: 614px;
  text-align: center;
  height: 74px;
  font-size: 29px;
  line-height: 30px;
  padding: 22px 0;
  background-image: url(../../image/bg-h2.png);
  background-repeat: repeat;
  background-position: top center;
  color: #fff;
  margin: 0 auto 2rem;
  z-index: 9999;
}

/* t_heightを追加*/
.wrapper>header h3.t_height {
  position: relative;
  width: 614px;
  text-align: center;
  height: 84px;
  font-size: 29px;
  line-height: 25px;
  padding: 16px 0;
  background-image: url(../../image/bg-h2_1.png);
  background-repeat: repeat;
  background-position: top center;
  color: #fff;
  margin: 0 auto 2rem;
  z-index: 9999;
}

.wrapper>header h2.t_height:after, .wrapper>header h3.t_height:after {
  content: "";
  position: absolute;
  display: block;
  height: 84px;
  width: 37px;
  background-image: url(../../image/bg-h2-l_1.png);
  background-repeat: no-repeat;
  background-position: top right;
  bottom: 0;
  left: -37px;
}

.wrapper>header h2.t_height:before, .wrapper>header h3.t_height:before {
  content: "";
  position: absolute;
  display: block;
  height: 84px;
  width: 37px;
  background-image: url(../../image/bg-h2-r_1.png);
  background-repeat: no-repeat;
  background-position: top right;
  bottom: 0;
  left: 614px;
}


.wrapper>header h3 span {
  font-size: 22px;
  margin-left: 5px;
}

.wrapper>header h3.t_height span {
  font-size: 22px;
  margin-left: 5px;
}

.wrapper>div, .wrapper2>div {
  margin: auto;
  width: 980px;

}
.wrapper2{
  margin-bottom: 50px;
}
.wrapper>ul {
  display: block;
  width: 860px;
  margin: auto;
  padding: 0;
  text-align: left;
}

.wrapper2>div ul {
  display: block;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.wrapper2>div ul li {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
}

.wrapper2>div ul li img {
  width: 475px;
}

.wrapper a {
  color: #fff;
}

.news ul li {
  line-height: 1.8;
}

.news ul li span {
  margin-right: 3rem;
}

section.news {
  margin: 3.5rem 0;
}

section.ehev, section.racecar, section.mugen {
  background-image: url(../../image/bg-wrapper.png);
  background-position: center center;
  padding: 35px 0 10px 0;
  margin-bottom: 20px;

}
section.ehev_index, section.racecar_index, section.mugen_index{
  background-image: url(../../image/bg-wrapper.png);
  background-position: center center;
  padding: 35px 0 10px 0;
  margin-bottom: 20px;
}

section.overview {
  margin-top: 4.5rem;
}

section.ehev_index>header {
  background-image: url(../../image/img-ehev.jpg);
  background-repeat: no-repeat;
  background-position: center 35px;
  padding: 0 0 340px 0;
  margin-top: 0;
}

section.racecar>header {
  background-image: url(../../image/img-racecar.jpg);
  background-repeat: no-repeat;
  background-position: center 35px;
  padding: 0 0 340px 0;   
  margin-top: 0;
}

section.mugen>header {
  background-image: url(../../image/img-mugen.jpg);
  background-repeat: no-repeat;
  background-position: center 35px;
  padding: 0 0 340px 0;
  margin-top: 0;
}

section.racecar_index>header {
  background-image: url(../../image/img-racecar.jpg);
  background-repeat: no-repeat;
  background-position: center 35px;
  padding: 0 0 340px 0;   
  margin-top: 0;
}

section.mugen_index>header {
  background-image: url(../../image/img-mugen.jpg);
  background-repeat: no-repeat;
  background-position: center 35px;
  padding: 0 0 340px 0;
  margin-top: 0;
}
/* mainVisual */
main>.mainVisual img {
  width: 100%;
  height: calc(100vh - 120px);
}
@media screen and (max-width: 736px) {
  main>.mainVisual img {
    width: 100%;
    height: calc(100vh - 115px);
  }
}

/* overview */
main>.overview ul {
  display: block;
  width: 850px;
  margin: 0 auto;
}

main>.overview ul li:nth-child(1n) {
  width: 47%;
  display: block;
  float: left;
}

main>.overview ul li:nth-child(2n) {
  width: 52.7%;
  display: block;
  float: right;
}

main>.overview ul li p {
  display: block;
  /*max-width: 35rem;*/
  width: 100%;
  margin-right: 0;
  padding: 0 0 4rem;
  line-height: 1.8;
}

main>.overview ul li:nth-child(2n) {
  padding: 0 0 3rem 0;
}

main>.overview ul li dl {
  margin-right: auto;
  display: flex;
  max-width: 35rem;
  max-width: 100%;
  line-height: 1.8;
}

main>.overview ul li dl dt {
  white-space: nowrap
}

main>.overview div img {
  width: 100%;
  height: auto;
}

span.del {
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-color: red;
}

img.boothmap {
  max-width: 100%;
  width: 100%;
}

.underBanner ul {
  width: 980px;
  text-align: center;
  margin: 70px auto;
}

.underBanner ul li {
  display: block;
  margin: 0 0 20px 0;
}

.underBanner_1 ul {
  width: 980px;
  height: 150px;
  text-align: center;
  margin: 70px auto;
}
.underBanner_1 ul li {
  width: 33%;
	float: left;
}
.underBanner_1 ul li img{
  margin: 0 auto;
}

a.ehev {
  display: block;
  font-size: 36px;
  line-height: 270px;
  width: 980px;
  color: #fff;
  text-align: center;
  background: #fff url(../../image/btn-ehev.jpg) no-repeat center center;
}

a.racecar {
  display: block;
  font-size: 36px;
  line-height: 270px;
  width: 980px;
  color: #fff;
  text-align: center;
  background: #fff url(../../image/btn-racecar.jpg) no-repeat center center;
}

a.mugen {
  display: block;
  font-size: 36px;
  line-height: 270px;
  width: 980px;
  color: #fff;
  text-align: center;
  background: #fff url(../../image/btn-mugen.jpg) no-repeat center center;
}

/* ===== ===== slider ===== ===== */
.slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

.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;
  margin-left: 0;
  margin-right: 0;
  transform: scale(.9);
  margin-top: .06%;
}

.slider-lazy.cell02 .slick-slide {
  margin-left: 0;
  margin-right: 0;
  transform: scale(.9);
  margin-top: .28%;
}

.slider-lazy.cell03 .slick-slide {
  margin-left: 0;
  margin-right: 0;
  transform: scale(.85);
  margin-top: .3%;
}

.slider-lazy.cell04 .slick-slide {
  margin-left: 0;
  margin-right: 0;
  transform: scale(.85);
  margin-top: .26%;
}

.slider-nav .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.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;
}

.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: -6px !important;
}

.slick-next {
  right: -6px !important;
}

.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 {
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  z-index: 100;
  width: 4rem;
  height: 4rem;
}

.slider .slick-prev:before, .slider .slick-next:before {
  display: inline-block;
  margin-top: -0.3rem;
  color: #000;
}

/* slick */
.slider-nav .slick-slide {
  cursor: pointer;
}

.slick-slider .slick-list {
  overflow: hidden !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;
}

/* plink */
.plink {
  width: 35px;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.plink li {
  display: block;
  height: 35px;
  width: 35px;
  margin-bottom: 10px;
}

.plink li a {
  background-image: url(../../image/btn-page_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#head_menu{
  width: 100%;
  z-index: 99999;
/*  position: fixed;*/
}
.content-menu {
  width: 100%;
  height: 66px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  /*position: fixed;*/
  position: relative;
  z-index: 99999;
}

.content-menu>div {
  width: 980px;
  margin: auto;
}

.content-menu>div>h1 {
  display: inline-block;
  float: left;
  padding: 4px 0 0 0;
}

.content-menu>div>h1>a {
  display:inline-block;
  line-height: 28px;
  padding:0 0 0 100px;
  background: rgba(255, 255, 255, 0) url(../../image/logo2.png) no-repeat left center;
}

.content-menu>div>h1 span {
  display: block;
}

.content-menu>div>ul {
  width: 400px;
  line-height: 2;
  float: right;
  margin-top: 35px;
}

.content-menu>div>ul li {
  display: inline;
}

.content-menu>div>ul li:after {
  content: '　/　';
}

.content-menu>div>ul li:last-child:after {
  content: '';
}

#nav-tgl {
  display: none;
}

div.tgl {
  height: 16px;
}

.content-menu>div>nav {
  display: none;
  position: fixed;
  top: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.content-menu>div>nav a {
  display: block;
  margin: 0 4vw;
  text-align: center;
  font-size: 4vw;
  line-height: 3;
  border-bottom: 1px solid #000;
}

a.spec {
  display: block;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 29px;
  line-height: 90px;
  width: 600px;
  margin: 35px auto;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 1.6rem;
  z-index: 99999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.js-modal-close {
  position: absolute;
  top: 0;
  right: 0;
}


@media screen and (max-width: 736px) {
  html {
    font-size: 2.5vw;
  }

  body {
    min-width: 100%;
  }

  .bg {
    min-width: 100%;
  }

  body main {
    overflow: hidden;
  }
  
  .wrapper {
    margin: auto;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper>header {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  header.content-wrp h1 {
    padding: 40vh 0;
    font-size: 6.5vw;
  }

  .wrapper>div {
    width: 100%;
  }

  .news ul li {
    width: 96%;
    margin: 0 auto;
  }
  .news>div ul,.ehev_index>div ul,.racecar_index>div ul,.mugen_index>div ul {
    margin-left: 1rem;
  }
  .wrapper>header h2 {
    width: calc(96vw - 74px);
    margin: 0 auto 2rem;
  }

  .wrapper>header h3 {
    width: calc(96vw - 74px);
    margin: 0 auto 2rem;

    
  }
  
  .wrapper>header h2:before, .wrapper>header h3:before {
    left: calc(96vw - 75px);
  }

  .wrapper>header h3.t_height {
    width: calc(96vw - 74px);
    margin: 0 auto 2rem;
  }
  .wrapper>header h2.t_height:before, .wrapper>header h3.t_height:before {
    left: calc(96vw - 75px);
  }
  

  .news ul li span {
    display: block;
  }

  section.ehev, section.racecar, section.mugen {
    background-image: url(../../image/bg-wrapper-sp.png);
    background-position: top left;
    background-repeat: repeat-y;
    background-size: 94vw;
  }

  section.racecar>header, section.ehev>header, section.mugen>header {
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: cover;
    padding: 0 0 22vw 0;
    /*margin: 0 0 2vw;*/
    margin: 0 0 10vw;
    height: 16.4vw;
  }

  section.racecar_index>header, section.ehev_index>header, section.mugen_index>header {
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: cover;
    padding: 0 0 62vw 0;
    margin: 0 0 2vw;
    height: 16.4vw;
  }

  main>.overview ul {
    width: 100%;
  }

  main>.overview ul li:nth-child(1n) {
    width: 100%;
    float: none;
  }

  main>.overview ul li:nth-child(2n) {
    width: 100%;
    float: none;
  }

  .plink {
    display: block;
  }

  .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);
  }

  .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;
  }

  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;
  }

  .wrapper>header h3 {
    text-align: left;
    font-size: 29px;
  }
  .wrapper>header h3 span {
    font-size: 4vw;
    line-height: 1.4em;
    position: absolute;
    top: 20px;
    padding-left: 10px;
    /*0113*/
    width: 100%;
    text-align: center;
  }
  
  .wrapper>header h3.t_height {
    text-align: left;
    height: 74px;
    background-image: url(../../image/bg-h2.png);
  }
  
  .wrapper>header h2.t_height:after, .wrapper>header h3.t_height:after {
    height: 74px;
    background-image: url(../../image/bg-h2-l.png);
  }
  .wrapper>header h2.t_height:before, .wrapper>header h3.t_height:before {
    height: 74px;
    background-image: url(../../image/bg-h2-r.png);
    
  }
  
  .wrapper>header h3.t_height span {
    font-size: 4vw;
    line-height: 1.2em;
    position: absolute;
    top: 10px;
    padding-left: 10px;
  }
  
  /*20230113*/
  .span_adjustment{
    padding-top: 10px;
  }

  .content-menu>div {
    width: 100%;
  }

  .content-menu>div>ul {
    display: none;
  }

  #nav-tgl {
    display: block;
    width: 95px;
    height: 66px;
    border: 0;
    float: right;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../image/btn-downarrow.png);
    background-position: bottom left;
    content: "";
    position: relative;
    z-index: 99999;
    
  }

  .wrapper2>div {
    width: auto;
    margin: 3vw;
  }

  a.spec {
    font-size: 4vw;
    line-height: 10vw;
    width: auto;
    margin: 35px 0;
  }

  .wrapper2>div ul, .wrapper>ul {
    width: auto;
    margin: 2vw 1vw;
  }

  .wrapper>ul li {
    width: 29.5vw;
    height: 17.5vw;
    margin: 2px;
  }

  .wrapper>ul li img {
    width: 100%;
  }

  .wrapper2>div ul li {
    display: block;
    margin: 2vw 0;
  }

  .wrapper2>div ul li img {
    width: 100%;
  }

  .underBanner ul {
    margin: 50px 4vw;
    width: auto;
  }

  .underBanner ul li {
    width: auto;
  }
  
   .underBanner_1 ul {
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }
  .underBanner_1 ul li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .underBanner_1 ul li img{
    margin: 0 auto;
  }

  .content-menu>div>h1 {
    width: auto;
    font-size: 2.5vw;
  }

  a.ehev {
    font-size: 9vw;
    line-height: calc(55vw);
    width: 100%;
    background-size: cover;
  }

  a.racecar {
    font-size: 9vw;
    line-height: calc(55vw);
    width: 100%;
    background-size: cover;
  }

  a.mugen {
    font-size: 9vw;
    line-height: calc(55vw);
    width: 100%;
    background-size: cover;
  }

}

.content_gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
#slider_1, #slider_2, #slider_3, #slider_4, #slider_5, #slider_6, #slider_7 {
  width: 100%;
  margin: -45px auto 30px;
}
.slide_item_1 img, .slide_item_2 img, .slide_item_3 img, .slide_item_4 img, .slide_item_5 img, .slide_item_6 img, .slide_item_7 img{
  width: 100%;
  height: 380px;
}
#thumbnail-list_1, #thumbnail-list_2, #thumbnail-list_3, #thumbnail-list_4, #thumbnail-list_5, #thumbnail-list_6, #thumbnail-list_7 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
ul#thumbnail-list_1 li, ul#thumbnail-list_2 li, ul#thumbnail-list_3 li, ul#thumbnail-list_4 li, ul#thumbnail-list_5 li, ul#thumbnail-list_6 li, ul#thumbnail-list_7 li{
  width: calc(100% / 4)!important;
  margin-bottom: 10px;
}
#thumbnail-list_1 img, #thumbnail-list_2 img, #thumbnail-list_3 img, #thumbnail-list_4 img, #thumbnail-list_5 img, #thumbnail-list_6 img, #thumbnail-list_7 img{
  width: 220px;
  height: 120px;
  padding: 0 10px;
  object-fit: cover;
}
.thumbnail_item_1.thumbnail-current_1:after, .thumbnail_item_2.thumbnail-current_2:after, .thumbnail_item_3.thumbnail-current_3:after, .thumbnail_item_4.thumbnail-current_4:after, .thumbnail_item_5.thumbnail-current_5:after, .thumbnail_item_6.thumbnail-current_6:after, .thumbnail_item_7.thumbnail-current_7:after {
  opacity: 0;
}
.thumbnail_item_1 img, .thumbnail_item_2 img, .thumbnail_item_3 img, .thumbnail_item_4 img, .thumbnail_item_5 img, .thumbnail_item_6 img, .thumbnail_item_7 img {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
@media screen and (max-width: 736px) {	
  #slider_1, #slider_2, #slider_3, #slider_4, #slider_5, #slider_6, #slider_7 {
    width: 100%;
    margin: -65px auto 30px;
  }		

  .slide_item_1 img, .slide_item_2 img, .slide_item_3 img, .slide_item_4 img, .slide_item_5 img, .slide_item_6 img, .slide_item_7 img {
    width: 100%;
    /*height: 452px;*/
    height: auto;
    /*object-fit:contain;*/
  }
  #thumbnail-list_1, #thumbnail-list_2, #thumbnail-list_3, #thumbnail-list_4, #thumbnail-list_5, #thumbnail-list_6, #thumbnail-list_7 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }		
  ul#thumbnail-list_1 li, ul#thumbnail-list_2 li, ul#thumbnail-list_3 li, ul#thumbnail-list_4 li, ul#thumbnail-list_5 li, ul#thumbnail-list_6 li, ul#thumbnail-list_7 li{
    /*width: calc(100% / 3)!important;*/
    width: calc(100% / 2)!important;
    margin-bottom: 10px;
  }
  #thumbnail-list_1 img, #thumbnail-list_2 img, #thumbnail-list_3 img, #thumbnail-list_4 img, #thumbnail-list_5 img, #thumbnail-list_6 img, #thumbnail-list_7 img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    padding: 0 5px;
  }
}

.information{
  width: 100%;
/*  font-size: 29px;
  line-height: 50px;*/
  font-size: 1.4rem;
  line-height: 2.2;

  text-align: center;
  background: #000;
  color: #fff;
  margin: 40px 0;
}
@media screen and (max-width: 736px) {
.information{
  margin: 20px 0;
}
}

section.ehev_index>header a,
section.racecar_index>header a,
section.mugen_index>header a {
  width: 100%;
  height: 340px;
  position: absolute;
}

section.ehev_index>header a:hover,
section.racecar_index>header a:hover,
section.mugen_index>header a:hover {
  opacity: 1;
}
@media screen and (max-width: 736px) {
  section.ehev_index>header a,
  section.racecar_index>header a,
  section.mugen_index>header a{
    padding: 0 0 62vw 0;
    margin: 0 0 2vw;
    height: 16.4vw;
  }
}

@media screen and (max-width: 736px) {
  .content-menu ul li:first-child {
    padding: 10px 0 0;
  }
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
}


/*---------------------
thanks*/
div.tgl_thanks {
  height: 100px;
}

.wrapper_thanks{
  width: 980px;
  margin: 0 auto;
}

ul#thanks_head li:first-child{
  width: 375px;
  height: auto;
  float: left;
  padding: 0;
}

ul#thanks_head li:last-child p{
  display: inline-block;
  font-size: 1.8rem;
  padding-top: 35px;
  padding-left: 30px;
}

#thumbnail-thanks{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  color: #f40000;
  text-align: justify;
  padding-top: 20px;
}

.br_pc{display:block;}
.br_sp{display: none;}

@media screen and (max-width: 736px) {
  .br_pc{display:none;}
  .br_sp{display: block;}

  div.tgl_thanks {
    height: 50px;
  }
  .wrapper_thanks{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  ul#thanks_head li:first-child{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }
  ul#thanks_head li:last-child{
    font-size: 1.6rem;
  }
  #thumbnail-thanks{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }

  ul#slider_thanks img{
    width: 90%;
    margin: 0 auto;
  }

  ul#thanks_head li:last-child p{
    display: inline-block;
    font-size: 1.8rem;
    padding-top: 0;
    padding-left: 0;
  }
}
