html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

ul { list-style: none;}

a:hover {
  opacity: 0.8;
}

article {
  width: 100%;
}

.bg-gr { background: #D6D98B;}
.bg-stripe {
  background: url(../img/1/bg1.png) no-repeat center;
  background-size: cover;
}

@media screen and (min-width:768px) {
  .wrapper {
    width: 96%;
    max-width: 1300px;
    min-width: 1000px;
    margin: 0 auto;
  }
  img {
    width: 100%;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    max-width: none;
    min-width: inherit;
    padding: 0px 10px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

/* header
-------------------------------------------------------------------*/
header {
  position: relative;
}
.header {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width:768px) {
  .header_logo {
    position: absolute;
    top: 1.8vw;
    left: 2vw;
    width: 35.7vw;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    position: absolute;
    top: 1.2vw;
    left: 2vw;
    width: 35.4vw;
  }
}

/* --------------------
  first visual
-------------------- */
.fv {
  position: relative;
  width: 100%
}

@media screen and (min-width:768px) {
  .fv-wrap {
    padding-bottom: 7%;
    /* position: relative; */
  }
}

@media screen and (max-width: 767px) {
  .fv-wrap {
    padding-bottom: 10%;
    /* position: relative; */
  }
}

/* --------------------
  nav
-------------------- */
nav {
  position: absolute;
  bottom: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
}
nav.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  z-index: 10;
}

@media screen and (min-width:768px){
  .event-nav {
    /* padding-top: 56px; */
    display: flex;
    gap: 16px;
    
  }
}

@media screen and (max-width: 767px) {
  .event-nav {
    padding: 10px 0;
    display: flex;
  }
}


/* main
-------------------------------------------------------------------*/

/* --------------------
  insta
-------------------- */
.insta {
  width: 96%;
  margin-bottom: 8px;
  margin: 0 auto;
}

/* --------------------
  present
-------------------- */
.present {
  width: 100%;
  background: url(../img/1/bg_pink.png) no-repeat center;
  background-size: cover;
  padding-top: 10px;
}

/* --------------------
  event_notice
-------------------- */

.event_notice {
  background: url(../img/1/bg2-2.png) no-repeat center;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  height: 100%;
}
.noticeImg {
  width: 96%;
  max-width: 1320px;
}

@media screen and (max-width: 767px) {
  .event_notice {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    height: 100%;
  }
}


/* --------------------
  event
-------------------- */
.wrapper h2 {
  padding-bottom: 16px;
}

.title {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 96%;
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 767px) {
  .title {
    padding: 8px 0;
    width: 90%;
  }
}

.event-list {
  margin: 0 8px 20px 8px;
}

@media screen and (min-width:768px) {
  .event-list li {
    margin-bottom: 15px;
  }
  /* .event-list li:nth-child(2) {
    margin-bottom: 2px;
  }
  .event-list li:nth-child(4) {
    margin-bottom: 1px;
  } */
}

@media screen and (max-width: 767px) {
  .event-list li {
    margin-bottom: 8px;
  }
  /* .event-list li:nth-child(2) {
    margin-bottom: 1px;
  }
  .event-list li:nth-child(7) {
    margin-bottom: 0;
  } */
}

.event_sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .event_sp_only {
    display: block;
  }
}

.img-container {
  position: relative;
  display: inline-block;
}
.img-container img {
  display: block;
}
.img-container .half-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}


.img-container02 {
  position: relative;
  display: inline-block;
}
.img-container02 img {
  display: block;
}
@media screen and (max-width: 767px) {
  .img-container02 .half-link02 {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 50%;
  }
}

/* --------------------
  venue
-------------------- */
.venue-list {
  margin: 0 8px;
}

.venue-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width:768px) {
  .venue-text {
    width: 80%;
    margin: 0 auto;
    padding-top: 16px;
  }
  .venue-list {
    display: grid;
    grid-template-columns: 39% repeat(3, 19%);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 15px;
    grid-row-gap: 12px;
    padding-bottom: 55px;
  }
  .venue-list li:first-child {
    grid-area: 1 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  .venue-list {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 30px;
  }
  .venue-list li {
    width: calc((100% - 20px) / 3);
  }
  .venue-list li:first-child {
    width: 100%;
  }
}

/* --------------------
  new car
-------------------- */

.recommendTitle {
  width: 90%;
  margin: 0 auto;
}

.bg2 {
  background: url(../img/2/bg2.png) no-repeat center;
  background-size: cover;
  padding-top: 32px;
 text-align: center;
}

@media screen and (max-width: 767px) {
  .bg2 {
    padding-top: 0;
  }
}

.bg2 .wrapper {
  padding: 30px 15px 20px 15px;
}

.bg2 h2 {
  width: 90%;
  margin: 0 auto;
}

.hapinori {margin-bottom: 5px;}

.hapinori_text {
  margin-top: 5px;
  margin-bottom: 10px;
}

@media screen and (min-width:768px) {
  .new-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .new-list li {
    width: 100%;
    margin: 25px 0;
    box-sizing: border-box;
  }
  .new-list li:nth-child(2) {
    order: 1;
  }
  .new-list li:nth-child(2) {
    order: 2;
  }
  .new-list li:nth-child(3) {
    order: 3;
  }
  .new-list li:nth-child(4) {
    order: 4;
  }
}

@media screen and (max-width: 767px) {
  .new-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .new-list li {
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
  }
}


/* --------------------
  kinto
-------------------- */
.kinto {
  padding: 10px 0 30px;
  background: url(../img/2/bg3.png) no-repeat center;
  background-size: cover;
}

.kinto_fv {
  padding-top: 32px;
}

.kinto-list {
  margin: 0 8px 20px 8px;
}

@media screen and (min-width:768px) {
  .kinto-list li {
    margin-bottom: 15px;
  }
  /* .kinto-list li:nth-child(2) {
    margin-bottom: 2px;
  }
  .kinto-list li:nth-child(4) {
    margin-bottom: 1px;
  } */
}

@media screen and (max-width: 767px) {
  .kinto-list li {
    margin-bottom: 10px;
  }
  /* .event-list li:nth-child(2) {
    margin-bottom: 1px;
  }
  .event-list li:nth-child(7) {
    margin-bottom: 0;
  } */
}

.kinto_point {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .kinto_point {
    padding-top: 0px;
  }

}

/* --------------------
  used car
-------------------- */

.bg_used {
  background: url(../img/3/bg4.png) no-repeat center;
  background-size: cover;
  /* padding-top: 10px; */
}

.usedcar_title {
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .usedcar_title {
    padding-top: 10px;
  }
}

.used-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}


.mb16 {
  margin-bottom: 16px;
}
.mb8 {
  margin-bottom: 8px;

}

.textWrap {
  margin: auto 0;
}

.listText {
  /* margin: 0 auto; */
  display: block; 

  @media (max-width: 767px) {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .bg-gr h2 {
    padding-top: 50px;
  }
  .used-list li {
    width: calc((100% - 13px) / 2);
    margin-bottom: 8px;
  }
  .used-list li:nth-child(odd) {
    margin-right: 13px;
  }
}

@media (max-width: 767px) {
  .bg-gr h2 {
    padding-top: 30px;
  }
  .used-list li {
    width: 100%;
    margin-bottom: 5px;
  }
  .used-list li:nth-child(odd) {
    order: 1;
    margin-right: 0;
  }
  .used-list li:nth-child(even) {
    order: 2;
  }
}

.text_sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .text_sp_only {
    display: block;
  }
}

/* footer
-------------------------------------------------------------------*/
footer .center-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.mt10 {
  width: 80%;
  margin: 10px auto 5px auto;
  display: block;
}
.mt16 {
  margin-top: 16px;
}
footer .shop-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:768px) {
  footer {
    padding: 30px 0 100px;
  }
  footer .center-list {
    margin: 20px 0 35px;
  }
  footer .center-list li {
    width: calc(25% - 4px);
    margin: 0 5px 3px 0;
  }
  footer .center-list li:nth-child(4n) {
    margin-right: 0;
  }
  footer .shop-list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  footer .shop-list li {
    width: calc((100% - 60px)/7);
  }
}

@media (max-width: 767px) {
  footer {
    padding: 5px 5px 50px 5px;
  }
  
  footer .center-list {
    margin: 10px 0 15px;
  }
  footer .center-list li {
    width: calc(50% - 1.5px);
    margin: 0 3px 3px 0;
  }
  footer .center-list li:nth-child(2n) {
    margin-right: 0;
  }
  footer .shop-list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 7px;
    grid-column-gap: 7px;
  }
  footer .shop-list li {
    width: calc((100% - 14px)/3);
  }
}