@charset "UTF-8";
/* --------------共通項目--------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}
/* --------------共通項目--------------- */
/* header */
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
}
.header {
  width: 150px;
  overflow: hidden;
}
.fair_logo {
  padding: 5px 10px;
}
/* ハンバーガー */
#hamburger_btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 15;
  position: relative;
  transition: all 0.6s;
}
.hamburger_line {
  position: absolute;
  left: -30%;
  width: 25px;
  height: 2px;
  background-color: #444;
  transform: rotate(0deg);
  transition: 0.6s;
}
.hamburger_line1 {
  top: 30%;
}
.hamburger_line2 {
  top: 50%;
}
.hamburger_line3 {
  top: 70%;
}
/* .onが入った時のハンバーガーラインの動き */
#hamburger_btn.on .hamburger_line {
  box-shadow: none;
}
#hamburger_btn.on .hamburger_line1 {
  transform: rotate(405deg);
  top: 50%;
}
#hamburger_btn.on .hamburger_line2 {
  width: 0px;
  left: -10%;
}
#hamburger_btn.on .hamburger_line3 {
  transform: rotate(-405deg);
  top: 50%;
}
#hamburger_btn.on .hamburger_line {
  background-color: #fff;
}
/* ハンバーガーボタン終了 */

/* ナビゲーション */
#site_nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 30%;
  height: 100%;
  align-items: center;
  background: rgb(0 0 0 / 0.9);
  transition: 0.6s;
}
.nav_list {
  width: 80%;
  margin: auto;
}
/* はじめは文字が透明になっている */
.nav_item {
  font-size: 1.5rem;
  margin-bottom: 30px;
  opacity: 0;
}
.nav_item a {
  color: #fff;
  transition: opacity 0.1s;
}
.nav_item i {
  margin-right: 10px;
}
/* .onが入ると左から文字＆背景が入ってくる */
#site_nav.on {
  right: 0;
}
/* .onが入ると文字が色ずく */
#site_nav.on .nav_item {
  opacity: 1;
}
/* ナビに触れた時のおぱシティ */
#site_nav.on .nav_item a:hover {
  opacity: 0.6;
}
/* ナビゲーション終了 */

/* main */
.mv-mobile {
  display: none;
}
.point {
  overflow: hidden;
  text-align: center;
}
.midokoro {
  margin: 50px 0 20px 0;
  position: relative;
}
.midokoro::before {
  position: absolute;
  top: 50%;
  left: 20%;
  content: "";
  height: 3rem;
  border-right: 2px solid;
  transform: rotate(-35deg) translateY(-50%);
}
.midokoro::after {
  position: absolute;
  top: 50%;
  right: 20%;
  content: "";
  height: 3rem;
  border-right: 2px solid;
  transform: rotate(35deg) translateY(-50%);
}
.check {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.check img {
  margin: auto;
}
.content {
  max-width: 1000px;
  text-align: center;
  margin: auto;
}
.lp-main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/red_haikei.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ttl {
  font-size: 50px;
  margin: 30px 0 25px 0;
}
/* ページ内リンクの位置調整 */
.ttl::before {
  content: "";
  display: block;
  height: 130px;
  margin-top: -130px;
  visibility: hidden;
}
.ttl-red {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.sub-ttl {
  margin: 50px 0;
  line-height: 1.5;
}
.ttl-exp {
  line-height: 1.8;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.ttl-exp2 {
  margin-top: 80px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.cg-exp {
  margin: 30px 0 40px 0;
}
.deka {
  font-size: 30px;
  display: inline-block;
  margin: 20px;
  letter-spacing: 0.3rem;
}
.bg-txt {
  font-size: 40px;
}
.cg-imgs,
.dbl-imgs {
  position: relative;
}
.sub39 {
  margin-bottom: 0;
}
.promocar_img img {
  margin: 80px auto 0 auto;
  width: 100%;
}
.kakko {
  margin: 30px 0 10px 0;
  font-size: 30px;
}
.carbon {
  margin-bottom: 80px;
  border-radius: 8px;
}
.cg-lb,
.dbl-lb {
  position: absolute;
  width: 12%;
  right: -4%;
  z-index: 1;
}
.cg-tktn {
  margin: 50px 0 20px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
/*光るボタン*/
.btnshine {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  width: 60%;
  margin: 40px auto 150px auto;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
}
.btnshine h1 {
  padding: 30px 0;
}
/*キラッと光る*/
.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.btnshine:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}
/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.oubo:hover {
  scale: 1.1;
}
.tousen-img {
  display: flex;
  justify-content: space-evenly;
}
.tousen-img img {
  width: 30%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.tousen img {
  margin: auto;
  width: 70%;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: visible;
  padding: 10px;
  border: 1px solid #cfcfcf;
}
.inst-ttl {
  padding-top: 60px;
}
.inst-exp {
  line-height: 1.5;
  margin: 80px 0 30px 0;
}
/* スライダー1 */
.slider {
  width: 100%;
  position: relative;
}
.slider-img {
  margin: 20px;
}
.slider-img img {
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
/* .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-class {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.dots-class li {
  width: 10px;
  height: 10px;
  background-color: #bdbdbc;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.dots-class li.slick-active {
  background-color: #404040;
}
.dots-class li:hover {
  background-color: #404040;
}
.dots-class li:last-child {
  margin-right: 0;
} */
.mv-slider {
  padding-top: 40px;
}
.mv-slider .slick-dots {
  bottom: -5px;
}
.mv-slider .slick-track {
  margin-bottom: 20px;
}
.slider2 {
  width: 90%;
  margin: auto;
}
.slider2-img {
  transition: 0.3s;
  margin: 6px;
}
.slider2-img:hover {
  scale: 1.02;
}
.slider2-img img {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.slick-dots li button::before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
/* タブ切り替え2：企業一覧 */
.corpo {
  margin: 100px 0 50px 0;
}
.tab2 {
  margin: auto;
  width: 90%;
}
.tab-list2 {
  display: flex;
  background-color: #ccc;
  border-radius: 30px;
  font-weight: 500;
  font-size: large;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.tab-menu2 {
  align-items: center;
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  height: 50px;
  justify-content: center;
  border-radius: 30px;
  width: 100%;
}
.tab-menu2.current2 {
  color: #fff;
  background-color: #000000;
}
.content-box2 {
  display: none;
  width: 100%;
  margin: 30px 0;
}
.content-box2 img {
  display: block;
  height: auto;
  width: 100%;
}
.cnt-box2 {
  display: flex;
  flex-wrap: wrap;
}
.tab-cnt2 {
  width: 100%;
}
.tab-cnt2 img {
  width: 100%;
}
.business__list {
  display: flex;
  flex-flow: row wrap;
}
.business__list--row4 {
  display: flex;
  flex-flow: row wrap;
}
.business__list--row4 li {
  width: 23.8%;
  box-sizing: border-box;
  margin-right: 1.6%;
  margin-bottom: 1.5em;
  box-shadow: 5px 5px 20px #dadada, -5px -5px 20px #ffffff;
  transition: 0.2s;
}
.business__list--row4 li:hover {
  scale: 1.03;
}
.business__list--row4 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.business__list--row4 li:nth-child(4n) {
  margin-right: 0%;
}
.mb4em {
  margin-bottom: 4em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb1em {
  margin-bottom: 1em;
}
.bus__tit--h3 {
  font-size: 24px;
  line-height: 1.7;
  margin-top: 30px;
}
.bus__tit--h4 {
  background: #dbdbdb;
  padding: 0.5em 1.5em;
  text-align: left;
}
.minc {
  font-family: "Noto Serif JP", serif;
}
.business__list li {
  width: 32%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 1.5em;
  box-shadow: 5px 5px 20px #dadada, -5px -5px 20px #ffffff;
  transition: 0.2s;
}
.business__list li:hover {
  scale: 1.03;
}
.business__list li:nth-child(3n) {
  margin-right: 0;
}
.business__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
}
.business__list img,
.business__list--row4 img {
  max-width: 100%;
  height: auto;
  width: 182px;
}
.modal-content {
  padding: 20px 40px;
}
.rmdl {
  padding: 0 !important;
  max-width: 960px !important;
  height: 80%;
  overflow: scroll;
}
.rmdl img {
  width: 182px !important;
}
.shop__List li {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  min-height: 6em;
}
.shop__Detail {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: calc(100% - 6em);
}
.shop__Detail h3 {
  font-size: 16px;
  font-weight: normal;
  width: 34%;
  margin-right: 1em;
  line-height: 1.5;
}
.shop__Detail p {
  font-size: 14px;
  line-height: 1.5;
}
.web a {
  background: #e7311b;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.rmdl-ccl2 {
  display: block;
  width: 15% !important;
  margin: 50px auto 0 auto;
}
.business__list--row4 li .nonUrl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.business__list--gesut {
  display: flex;
  flex-flow: row wrap;
}
.business__list--gesut li {
  width: 32.2916%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 1.5em;
}
.business__list--gesut li a {
  text-decoration: none;
  color: #333;
  transition: 0.2s ease all;
}
.business__list--gesut li a:hover {
  opacity: 0.6;
}
.business__list--gesut li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.bus__tit--pref {
  text-align: left;
}
/* フッター */
.ft {
  background-image: url(../img/OfficeArt.webp);
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  z-index: 0;
}
.ft::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(45%);
  /* 最背面へ */
  z-index: -1;
}
.ft-cover {
  max-width: 1000px;
  margin: auto;
}
.ft-b {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
.glion {
  text-align: center;
  margin: auto;
}
.grp-logo {
  display: inline-block;
  width: 40%;
  margin: auto;
  padding: 30px 0;
}
.glion h2 {
  margin-bottom: 15px;
}
.g-exp {
  width: 85%;
  margin: auto;
}
.gcs {
  margin: 50px 0 10px 0;
}
.gcs_btn {
  display: inline-block;
  background-color: #000;
  width: 40%;
  margin: auto;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s;
}
.gcs_btn:hover {
  background-color: #e7281c;
  color: #fff;
}
.sns {
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: auto;
  padding: 20px 0 10px 0;
}
.links {
  font-weight: bold;
  font-size: large;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.cpr {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
/* トップボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #545454;
  display: block;
  text-align: center;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  z-index: 1000;
}
#page-top::before {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}
/* fadeinクラスがついた時だけ表示する */
#page-top.fadein {
  opacity: 1;
}
.rei {
  margin: 50px 0 30px 0;
}
.rei-kome {
  font-size: 10px;
  margin: 10px 0 50px 0;
}
.hvr {
  transition: 0.3s;
}
.hvr:hover {
  scale: 1.03;
}
.ck1 {
  width: 150px;
  margin: 30px auto 0 auto;
}
.ck2 {
  width: 150px;
  margin: auto;
}
.ck3 {
  width: 150px;
  margin: auto;
}
.expand {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  color: #fff;
  position: relative;
}
.wht1,
.wht2,
.wht3 {
  background-color: #fff;
  color: #000;
  z-index: 1;
  overflow: hidden;
}
.wht1 {
  padding-bottom: 80px;
  position: relative;
}
.wht2 {
  position: relative;
}
.wht3 {
  position: relative;
  padding-bottom: 100px;
}
.bg-red {
  position: relative;
}
.fa-brands2 {
  transition: 0.2s;
}
.fa-brands2:hover {
  scale: 1.2;
}
.glink {
  background-color: #000;
  padding: 20px 0;
}
.line {
  margin: 0 1rem;
  width: 1px;
  background-color: #ffffff;
}
.double {
  margin: 50px auto 40px auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.kwsk {
  font-size: 28px;
}
.el-skgn {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f0f0f0;
}
.el1 {
  margin-bottom: 50px;
}
/* ------------抽選車ページ------------ */
.lt-main {
  color: #000;
  background-color: #e71616;
  overflow: hidden;
}
.lt-exp {
  text-align: center;
  color: #fff;
}
.lt-exp h1 {
  font-size: 50px;
}
.waku-wrap {
  max-width: 1000px;
  margin: auto;
}
.car-ttl {
  margin: 80px 0 30px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.car-ttl h1 {
  font-size: 35px;
}
.waku-cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.waku {
  background-color: #fff;
  width: 48%;
  border: 1px solid #7c7c7c;
  margin: 20px 0;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
  color: #000;
}
.waku-exp {
  display: table;
  text-align: left;
  margin: 20px auto 50px auto;
}
.waku-exp p {
  color: #000;
  font-weight: 500;
}
.lt-car {
  margin: auto;
  width: 100%;
}
.gform {
  text-align: center;
  margin-top: 50px;
}
/*光るボタン2*/
.btnshine2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  width: 50%;
  margin: 40px auto 150px auto;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
}
.btnshine2 h1 {
  padding: 30px 0;
}
/*キラッと光る*/
.btnshine2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.btnshine2:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}
/*hoverした際の移動のアニメーション*/
.btnshine2:hover::before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.oubo2:hover {
  scale: 1.1;
}
.num {
  margin: 20px 0;
}
.tab-br {
  display: none;
}
.mb-kesu {
  display: inline;
}
.dsk-kesu {
  display: none;
}
.tksn-btn-flx {
  display: flex;
}
/* -----------------remodal-------------- */
.re-btn {
  display: block;
  text-align: center;
  background: #000;
  border: 2px solid #aeaeae;
  border-radius: 50px;
  color: #ffffff;
  width: 60%;
  padding: 15px 0;
  margin: 30px auto;
  transition-duration: 0.3s;
}
.re-btn:hover {
  background: #ffffff;
  color: #000000;
}
.remodal {
  position: relative;
  padding: 70px 25px 25px;
  text-align: left;
}
.remodal img {
  vertical-align: top;
  margin: auto;
}
.re-cancel {
  position: absolute;
  top: 1.333vw;
  right: 1.666vw;
  border-radius: 30px;
  border: 1px solid #8a8a8a;
  padding: 5px 11px;
  color: #fff;
  background-color: #8a8a8a;
  transition-duration: 0.3s;
  cursor: pointer;
}
.re-cancel:hover {
  background: #333;
}
.remodal-cancel {
  color: #fff;
  background: #8a8a8a;
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  transition-duration: 0.3s;
}
.remodal-cancel:hover {
  background: #333;
}
.rmdl-exp {
  color: #000;
  font-weight: 500;
  display: table;
  margin: 30px auto 0 auto;
}
.point_list2 {
  display: none;
}
.re-ul {
  margin-top: 5px;
  color: #000;
}
.re-kome {
  position: relative;
  padding-left: 18px;
}
.re-kome:before {
  position: absolute;
  content: "※";
  left: 0;
}
.tax,
.re-kome {
  font-size: 14px;
}
.gentei {
  font-size: 40px;
}
.gentei2 {
  font-size: 30px;
}
.nav-inst {
  border: none;
  text-align: center;
  margin-top: 80px;
}
.nav-logo {
  border: none;
  width: 30%;
  margin: 60px auto;
}
.glry-flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.glry-flx a {
  width: 32%;
  margin-bottom: 1%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.glry-flx img {
  transition: 0.3s;
}
.glry-flx img:hover {
  scale: 1.1;
}
.inst-btn {
  display: inline-block;
  margin: 10px auto 80px auto;
  transition: 0.3s;
  width: 40%;
}
.inst-btn:hover {
  transform: translateY(8px);
}
.inst-ue {
  font-size: 20px;
  margin-top: 40px;
  position: relative;
}
.inst-ue::before {
  position: absolute;
  top: 35%;
  left: 30%;
  content: "";
  height: 2rem;
  border-right: 1px solid;
  transform: rotate(-45deg) translateY(-50%);
}
.inst-ue::after {
  position: absolute;
  top: 35%;
  right: 30%;
  content: "";
  height: 2rem;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-50%);
}
.ttl-mt {
  margin-top: 120px;
  line-height: 1.5;
}
.crbn-ttl {
  position: relative;
  text-align: center;
  padding: 50px 0 20px 0;
  border-bottom: 5px solid #dddddd;
}
.crbn-ttl::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background-color: #00b655;
}
/* -------------------------インスタ投稿反映------------------------- */
/* グリッドレイアウトを使用して、投稿を3列×2行で表示 */
/* .insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px;
} */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  grid-template-rows: repeat(3, auto); /* 3行 */
  gap: 10px;
  margin: 20px;
  max-height: calc(300px * 3 + 20px); /* 高さを調整（必要に応じて変更） */
  overflow: hidden; /* 追加の投稿を非表示にする */
}
.insta-post {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.insta-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.insta-post:hover .insta-caption {
  visibility: visible;
  opacity: 1;
}
.insta-post video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* -------------------------脱炭素------------------------- */
.ev-merit {
  margin: 30px 0 50px 0;
}
.ev-exp {
  margin: 20px 0 60px 0;
  line-height: 1.5;
}
.ev-map {
  background-color: #393939;
  color: #ffffff;
  display: inline-block;
  width: 20%;
  padding: 10px 0;
  border: 1px solid #393939;
  margin-bottom: 80px;
  transition: 0.2s;
}
.ev-map:hover {
  background-color: #ffffff;
  color: #393939;
}
@media screen and (max-width: 600px) {
  .ev-map {
    width: 50%;
    margin-bottom: 40px;
  }
}
.kytn-btn {
  display: inline-block;
  width: 40%;
  margin: 40px auto 150px auto;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
}
.kytn-btn:hover {
  transform: translateY(8px);
}
.kytn-btn h2 {
  padding: 20px 0;
}
.kytn-rmdl img {
  margin-top: 60px;
}
.kytn-ttl {
  margin-top: 60px;
  text-align: center;
}
.rcmnd-ev {
  margin-top: 50px;
}
/* EVギャラリー欄 */
.ev-glry {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ev-item {
  width: 33%;
  margin-top: 50px;
}
.gallery2 {
  max-width: 800px;
  /* padding: 10px; */
  margin: auto;
}
.gallery2 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 10px;
  gap: 10px;
}
.gallery2 ul li img {
  transition: opacity 0.5s;
}
.gallery2 ul li img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.gallery2 div {
  position: relative;
}
.form {
  display: block;
  text-align: center;
  background: #e7281c;
  border: 2px solid #e7281c;
  border-radius: 50px;
  color: #ffffff;
  width: 45%;
  padding: 20px 0;
  margin: auto;
  transition-duration: 0.3s;
  font-weight: bold;
}
.cntct {
  display: block;
  text-align: center;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 50px;
  color: #ffffff;
  width: 45%;
  padding: 20px 0;
  margin: auto;
  transition-duration: 0.3s;
  font-weight: bold;
}
.form:hover {
  background: #ffffff;
  color: #e7281c;
  border: 2px solid #e7281c;
}
.cntct:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.car_info {
  font-size: 14px;
}
.car_info dl {
  display: flex;
  flex-wrap: wrap;
}
.car_info dt {
  width: 35%;
  padding: 15px;
  background-color: #dadada;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car_info dd {
  width: 65%;
  padding: 15px;
  background-color: #f3f3f3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btns {
  display: flex;
  margin-top: 40px;
}
.car_price {
  font-weight: bold;
  color: #e7281c;
  font-size: 16px;
  /* font-size: 20px; */
}
/* .form-btn {
  display: inline-block;
  width: 60%;
  margin: 40px auto 150px auto;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.form-btn h1 {
  padding: 30px 0;
}
.form-btn:hover {
  scale: 1.1;
} */
.form-cp img {
  border-radius: 15px;
  margin: 100px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.form-cp img:hover {
  scale: 1.02;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}
.form-cp2 {
  display: none;
}
.guest-cp1 img {
  margin: 50px 0;
}
.guest-cp-ttl {
  display: inline-block;
  margin: 50px auto 30px auto;
}
.guest-cp-ttl2 {
  display: none;
}
.guest-exp {
  color: #fff;
}
.info-window {
  color: #000;
}
.info-window .info-exp {
  text-align: left;
}
.gm-happybag {
  width: 80%;
  margin: auto;
}
/* タブレット表示 */
@media screen and (max-width: 1024px) {
  .mv-img {
    display: none;
  }
  .mv-mobile {
    display: block;
    padding-top: 60px;
  }
  .mv {
    height: 80vh;
  }
  .midokoro {
    width: 100%;
    margin: 20px auto;
    font-size: 28px;
  }
  .check {
    width: 80%;
  }
  .tab-list2 {
    font-weight: 500;
    font-size: medium;
  }
  .g-exp {
    width: 60%;
  }
  #page-top {
    bottom: 10%;
  }
  .tab-md {
    display: inline;
  }
  .waku {
    width: 90%;
  }
  .waku {
    margin: 20px auto;
  }
  .tax-blk {
    width: 95%;
  }
  .lottery-sub {
    width: 90%;
    margin: 50px auto;
  }
  .shop__Detail {
    display: block;
    width: calc(100% - 5em);
  }
  .shop__Detail h3 {
    width: 100%;
    font-size: 15px;
  }
  .shop__Detail p {
    font-size: 12px;
  }
  .shop__List li p.web a {
    width: 4em;
    height: 4em;
  }
  #site_nav {
    width: 40%;
  }
  .inst-ue::before {
    position: absolute;
    top: 35%;
    left: 18%;
    content: "";
    height: 1.5rem;
    border-right: 1px solid;
    transform: rotate(-45deg) translateY(-50%);
  }
  .inst-ue::after {
    position: absolute;
    top: 35%;
    right: 18%;
    content: "";
    height: 1.5rem;
    border-right: 1px solid;
    transform: rotate(45deg) translateY(-50%);
  }
  .double,
  .cg-tktn {
    width: 90%;
  }
  .cg-lb,
  .dbl-lb {
    position: absolute;
    width: 12%;
    right: 2%;
    z-index: 1;
  }
  .second {
    width: 90%;
    margin: auto;
  }
  .crbn-ttl {
    width: 90%;
    display: inline-block;
  }
  .glry-flx {
    width: 90%;
    margin: auto;
  }
}

/* スマホ表示 */
@media screen and (max-width: 600px) {
  .mv {
    height: 60vh;
  }
  .midokoro {
    width: 80%;
    margin: 20px auto;
    font-size: 18px;
  }
  .midokoro::before {
    left: 5%;
    border-right: 1px solid;
  }
  .midokoro::after {
    right: 5%;
    border-right: 1px solid;
  }
  .check {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .wht1 {
    padding-bottom: 40px;
  }
  .wht2 {
    padding-bottom: 40px;
    text-align: center;
  }
  .ck1,
  .ck2,
  .ck3 {
    width: 100px;
  }
  .ck1 {
    top: 1.8%;
  }
  .ck3 {
    top: 1.4%;
  }
  .ttl {
    font-size: 30px;
    margin: 0;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  .btnshine {
    width: 80%;
    margin: 40px auto 100px auto;
  }
  .btnshine h1 {
    padding: 20px 10px;
    font-size: 22px;
  }
  .tousen-img img {
    width: 29%;
    margin: 20px 0 10px 0;
  }
  .rei {
    margin: 40px 0 0 0;
    font-size: 16px;
  }
  .rei-kome {
    font-size: 8px;
    margin: 10px 0 20px 0;
  }
  .fa-shop {
    margin: 20px auto 0 auto;
  }
  .corpo {
    margin: 60px 0 50px 0;
  }
  .tab-list2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
  }
  .tab-br {
    display: inline;
  }
  .mb-kesu {
    display: none;
  }
  .links {
    flex-direction: column;
    text-align: center;
  }
  .links li {
    margin: 5px 0;
  }
  .grp-logo {
    width: 70%;
  }
  .g-exp {
    font-size: 12px;
    width: 70%;
  }
  .gcs {
    font-size: 12px;
  }
  .gcs_btn {
    width: 70%;
  }
  .sns {
    width: 80%;
  }
  #page-top {
    display: none;
  }
  .kakko {
    font-size: 20px;
  }
  /* 抽選車ページ */
  .lt-exp h1 {
    font-size: 30px;
  }
  .lottery-sub {
    width: 85%;
    margin: 50px auto;
  }
  /* ↑新クラス */
  .waku {
    width: 90%;
  }
  .waku {
    margin: 20px auto;
  }
  .waku-exp {
    width: 75%;
  }
  .btnshine2 {
    width: 80%;
    margin: 30px auto 60px auto;
  }
  .point_list {
    display: none;
  }
  .point_list2 {
    display: block;
  }
  .re-btn {
    width: 70%;
  }
  .tax {
    font-size: 12px;
  }
  .car-ttl {
    margin: 80px 0 10px 0;
    text-align: center;
    color: #fff;
  }
  .car-ttl h1 {
    font-size: 25px;
  }
  .top-carTtl {
    margin: 40px 0 10px 0;
  }
  .sub-ttl {
    font-size: 18px;
  }
  .remodal img {
    width: 100%;
  }
  .re-cancel {
    top: 1.866vw;
    right: 1.866vw;
  }
  /* 正式flx */
  .gentei {
    font-size: 24px;
  }
  .business__list li {
    margin-bottom: 0.5em;
    box-shadow: -5px 5px 10px #dadada, -5px -5px 10px #ffffff;
    border-radius: 5px;
  }
  .business__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .business__list--row4 li a,
  .business__list--row4 li .nonUrl {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .business__list--row4 li {
    margin-bottom: 0.5em;
    box-shadow: -5px 5px 10px #dadada, -5px -5px 10px #ffffff;
    border-radius: 5px;
  }
  .minc {
    font-size: 12px;
  }
  .bus__tit--h3 {
    font-size: 20px;
    margin: 1em;
  }
  .bus__tit--h4 {
    padding: 0.5em 0.5em;
  }
  .wht3 {
    padding-bottom: 0;
  }
  .slider-img {
    margin: 5px;
  }
  .LotteMain img {
    width: 90%;
    margin: 0 auto;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  #site_nav {
    width: 90%;
  }
  .nav_item {
    font-size: 1.4rem;
  }
  .nav-logo {
    width: 50%;
  }
  .nav_list {
    width: 75%;
  }
  /* ページ内リンクの位置調整 */
  .ttl::before {
    content: "";
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
  }
  .inst-exp {
    width: 80%;
    margin: 40px auto;
  }
  .glry-flx {
    width: 90%;
    margin: auto;
  }
  .inst-btn {
    width: 80%;
  }
  .dsk-kesu {
    display: inline;
  }
  .ttl-mt {
    margin-top: 80px;
    line-height: 1.5;
  }
  .inst-ue {
    font-size: 12px;
  }
  .inst-ue::before {
    position: absolute;
    top: 35%;
    left: 18%;
    content: "";
    height: 1.5rem;
    border-right: 1px solid;
    transform: rotate(-45deg) translateY(-50%);
  }
  .inst-ue::after {
    position: absolute;
    top: 35%;
    right: 18%;
    content: "";
    height: 1.5rem;
    border-right: 1px solid;
    transform: rotate(45deg) translateY(-50%);
  }
  .carbon {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .crbn-ttl {
    width: 80%;
    display: inline-block;
  }
  .el-skgn {
    width: 90%;
    margin: auto;
    padding: 1rem;
  }
  .deka {
    font-size: 24px;
  }
  .btns {
    flex-direction: column;
  }
  .cntct {
    margin-bottom: 20px;
  }
  .cntct,
  .form {
    width: 80%;
  }
  .car_price {
    font-weight: bold;
    font-size: 16px;
    color: #e7281c;
  }
  .ev-item {
    width: 50%;
  }
  .re-btn {
    padding: 10px 0;
  }
  .form-cp {
    display: none;
  }
  .form-cp2 {
    display: block;
  }
  .form-cp2 img {
    width: 90%;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .insta-grid {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 5px;
  }
  .guest-cp-ttl {
    display: none;
  }
  .guest-cp-ttl2 {
    display: block;
    width: 90%;
    margin: 30px auto 10px auto;
  }
  .gentei2 {
    font-size: 24px;
  }
  .gm-happybag {
    width: 90%;
  }
}
/*---------------------- 特選車ページ------------------- */
.newCar__body {
  margin: auto;
  width: 70%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.nc-bd {
  margin: auto;
  width: 70%;
}
.newCar__data {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.newCar__term {
  text-align: left;
  margin-right: auto;
}
.newCar__detail {
  font-size: 10px;
  text-align: right;
}
.newCar__detail span {
  font-size: 25px;
  font-weight: 700;
  font-family: arial;
}
.newCar__detail em {
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  font-family: arial;
  color: #c00000;
}
.car-name {
  margin: 20px auto 30px auto;
  width: 80%;
}
.car-name p {
  font-size: 18px;
}
.ichi {
  text-align: left;
  margin: 30px auto;
  width: 80%;
  position: relative;
}
.ichi h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.ichi img {
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 16%;
  border: 1px solid #ababab;
  border-radius: 100px;
  background-color: #f8f8f8;
  z-index: 10;
}
.tksn-mt {
  margin-top: 90px;
}
/* 吹き出し */
.fkds {
  position: relative;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px #ababab;
}
/* 三角アイコン */
.fkds::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  right: 60px;
  bottom: -22px;
  border-top: 30px solid #eeeeee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(-30deg);
}
/* 三角アイコンの影 */
.fkds::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  width: 0;
  height: 0;
  right: 58px;
  bottom: -22px;
  border-top: 20px solid #ababab;
  border-left: 5px solid transparent;
  border-right: 8px solid transparent;
  transform: rotate(-30deg);
}
.tksn-waku img {
  margin: 0;
}
.tksn-btn {
  margin-top: auto;
  width: 40%;
}
.tksn-btn2 {
  background-color: #e7281c;
}
.btnshn {
  margin: 40px auto 80px auto;
}
.c-ttl2 {
  font-size: 22px;
}
.SlctMain img {
  margin: 30px auto 80px auto;
  width: 70%;
}
.sp-exp {
  font-size: 30px;
}
.sp-ttl {
  font-size: 24px;
}
.gcs-exp {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .tksn-mt {
    margin-top: 160px;
  }
  .fkds::before {
    right: 90px;
  }
  .fkds::after {
    right: 88px;
  }
  .ichi img {
    width: 14%;
  }
}
@media screen and (max-width: 600px) {
  .SlctMain img {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .btnshn2 {
    margin: 40px auto 60px auto;
  }
  .btnshn2 {
    width: 90%;
  }
  .sp-exp {
    font-size: 20px;
  }
  .newCar__body {
    width: 80%;
  }
  .nc-bd {
    width: 80%;
  }
  .ichi img {
    width: 20%;
  }
  .tksn-mt {
    margin-top: 90px;
  }
  .fkds::before {
    right: 60px;
  }
  .fkds::after {
    right: 58px;
  }
  .ttl-exp2 {
    margin-top: 40px;
  }
  .cg-exp {
    margin: 30px 0 0 0;
  }
  .kwsk {
    font-size: 15px;
  }
  .cg-tktn_sp {
    width: 90%;
    margin-top: 30px;
  }
  .double-sp {
    width: 90%;
    margin-top: 60px;
  }
  .cg-lb {
    position: absolute;
    width: 22%;
    right: 0;
    z-index: 1;
  }
  .dbl-lb {
    position: absolute;
    width: 22%;
    top: 1%;
    right: 0;
    z-index: 1;
  }
  .bg-txt {
    font-size: 24px;
  }
  .ev-exp {
    margin: 0 0 30px 0;
  }
  .kytn-btn {
    width: 60%;
    margin: 40px auto 80px auto;
  }
}
.scroll-in {
  opacity: 0;
  visibility: hidden; /* 初期状態では非表示 */
}
.displayed {
  opacity: 1;
  visibility: visible; /* フェードイン開始時に表示 */
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
