/* Common */
.bg_jg {background-image: url(../img/index/brand_jg.jpg);}
.bg_lr {background-image: url(../img/index/brand_lr.jpg);}

/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:15px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header .companytitle {
  width:fit-content;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:0 0 0 1%;
}
header h1 {
  font-size:16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 8px;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header h2 {
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 0px;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header h1 a, header h2 a {
  color:var(--color-white);
  text-decoration: none;
}

header.jlr_active {
  top:0px;
  background-color: var(--color-jg);
  box-shadow:0px 1px 15px rgba(0,0,0,0.3);
}
header.jlr_active h1 a, header.jlr_active h2 a {
  color:var(--color-white);
  text-decoration: none;
}

/* video
-----------------------------------------------------*/
#topimage {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  position: relative;
  background-color: var(--color-black);
  }

  .vcov {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left:0;
  z-index: 8000;
  background-color:rgba(0,0,0,0.4);
  }
  .vcov p {
    font-size:12px;
    font-weight: 400;
    font-family: var(--font-en);
    line-height: 1em;
    text-align: center;
    margin:0 0 0 10px;
    padding:0;
    color:rgba(255,255,255,0.5);
    letter-spacing: 10px;
  }
  .vcov p br {
    display:none!important;
  }
  .big-background {
  z-index:550;
  text-align:center;
  width:100%;
  height:auto;
  display: block;
  aspect-ratio: 16 / 9;
  overflow:hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }


  /*スマホの時に表示する画像部分*/
  .big-background-default-image {
  background-position:center center;
  width:100%;
  height:100%;
  z-index:0;
  backface-visibility:hidden;
  }
  /* Image Slider
-----------------------------------------------------*/
  #slidemm {
  display: none;
  }
  #slidemm.cycle-slideshow {
  display: none;
  }
  #slidemm.cycle-slideshow div img {
  display: none;
  }
  #slidemm.cycle-slideshow div img {
  display: none;
  }

  #slidemm_m {
    display: none;
  }
  #slidemm_m.cycle-slideshow {
    display: none;
  }
  #slidemm_m.cycle-slideshow div img {
    display: none;
  }


/* SectionTitle
-----------------------------------------------------*/
.sectitle {
  width:fit-content;
  height: auto;
  display: flex;
}
.sectitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.sectitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}

.sectitle_s {
  width:fit-content;
  height: auto;
  display: flex;
}
.sectitle_s h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  color: var(--color-333);
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.sectitle_s p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}


/* UPDATE
-----------------------------------------------------*/
.nwsection {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  position: relative;
  margin:0 auto;
}
.nwmm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 0;
  margin:0 auto 150px;
}
.nwmm .sectitle {
  margin-bottom: 30px;
}


/* Brand Selection
-----------------------------------------------------*/
.brand_selection {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  position: relative;
  margin:0 auto 150px;
}
.brand_selection .sectitle {
  transform-origin: bottom left;
  transform:rotate(90deg);
  order:2;
  position: absolute;
  top:0;
  right:-270px;
}

.brand_selection .brand_sele_mm {
  width:95%;
  height: auto;
  display: flex;
  order:1;
}
.brand_selection .brand_sele_mm .bs_body {
  flex:1;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2.5;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.brand_selection .brand_sele_mm .bs_body .bs_cov {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2.5;
  background-color: rgba(0,0,0,0.45);
  padding:50px 10% 100px;
  position: relative;
  transition: .8s all;
}
.brand_selection .brand_sele_mm .bs_body .bs_cov:hover {
  background-color: rgba(0,0,0,0.2);
}
.brand_selection .brand_sele_mm .bs_body h3 {
  width:200px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px auto;
  text-indent: -9999px;
  margin:0 auto;
}
.brand_selection .brand_sele_mm .bg_jg h3 {
  background-image: url(../img/header/logo-jg_w.svg);
}
.brand_selection .brand_sele_mm .bg_lr h3 {
  background-image: url(../img/header/logo-lr_w.svg);
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc {
  width:80%;
  height: auto;
  display: block;
  position: absolute;
  bottom:50px;
  left:10%;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc h4 {
  font-size:14px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 15px;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li {
  width:48%;
  height: auto;
  display: block;
  margin:0 1% 5px;
  font-size: 12px;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  padding:3% 30px 3% 15px;
  background-color: var(--color-white);
  background-image: url(../img/header/ic-ar_h_b.svg);
  background-position: 98% center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: .4s all;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li a:hover {
  background-color: var(--color-333);
  color:var(--color-white);
  background-image: url(../img/header/ic-ar_h_w.svg);
}

/* Presss
-----------------------------------------------------*/
.pressbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  position: relative;
  margin:0 auto;
  padding:50px 5% 200px;
}
.pressbase div {
  overflow: hidden;
  padding:2.5px;
}
.container {  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "press_small_lefttop01 press_small_lefttop02 press_large_centertop press_large_centertop press_small_righttop01 press_small_righttop02"
    "press_large_leftbottom press_large_leftbottom press_large_centertop press_large_centertop press_large_right_bottom press_large_right_bottom"
    "press_large_leftbottom press_large_leftbottom press_small_centerbottom01 press_small_centerbottom02 press_large_right_bottom press_large_right_bottom";
}

.press_large_leftbottom {
  grid-area: press_large_leftbottom;
  /*
  aspect-ratio: 3 / 2;
  */
}

.press_small_lefttop01 {
  grid-area: press_small_lefttop01;
  /*
  aspect-ratio: 3 / 2;*/
}

.press_small_lefttop02 {
  grid-area: press_small_lefttop02;
  /*
  aspect-ratio: 3 / 2;
  */
}

.press_large_centertop {
  grid-area: press_large_centertop;
  /*
  aspect-ratio: 3 / 2;
  */
}

.press_small_centerbottom01 {
  grid-area: press_small_centerbottom01;
  /*
  aspect-ratio: 3 / 2;
  */
}

.press_small_centerbottom02 {
grid-area: press_small_centerbottom02;
/*
aspect-ratio: 3 / 2;
*/
}

.press_small_righttop01 {
  grid-area: press_small_righttop01;

  /*
  aspect-ratio: 3 / 2;
  */
}

.press_small_righttop02 {
  grid-area: press_small_righttop02;

  /*
  aspect-ratio: 3 / 2;
  */
}

.press_large_right_bottom {
  grid-area: press_large_right_bottom;
  /*
  aspect-ratio: 3 / 2;
  */
}


.pressbox_32 {
width:100%;
height: 100%;
display: block;
/*
aspect-ratio: 3 / 2;
*/
overflow: hidden;
/*
background-color: #ccc;
*/
}
.pressbox_32_v {
width:100%;
height: 100%;
display: block;
aspect-ratio: 3 / 2;
overflow: hidden;
background-color: #ccc;
}
.pressbox_yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  aspect-ratio: 3 / 2;
  background-size: #000;
  height: 100%;
}
.pressbox_yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 98.9% !important;
  aspect-ratio: 4 / 3;
}
.pressbox_yt_v {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  aspect-ratio: 3 / 2;
}
.pressbox_yt_v iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 3 / 2;
}
.pressbase a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.pressbase a:hover {
  opacity: 0.6;
}


/* Showroom
-----------------------------------------------------*/
.showroommm {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  position: relative;
  margin:0 auto 150px;
}
.showroomtitle {
  width:fit-content;
  height: auto;
  display: flex;
  margin-bottom: 50px;
}
.showroomtitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.showroomtitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.showroomimages {
  width:100%;
  height: auto;
  display: block;
}
.showroomimages ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.showroomimages ul li {
  width:47.5%;
}
.showroomimages ul li:first-child {
  padding-top:50px;
  order:2;
}
.showroomimages ul li:last-child {
  order:1;
}

/* Access
-----------------------------------------------------*/
.accessmm {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin:0 auto;
}
.accessmm .sectitle {
  transform-origin: bottom left;
  transform:rotate(90deg);
  order:2;
  position: absolute;
  top:0;
  right:-180px;
}
.accessmap {
  width:95%;
  height: 400px;
  display: block;
  order:1;
}
.accessmap iframe {
  width:100%;
  height: 400px;
  display: block;
}

.accessinfo {
width:95%;
max-width:1880px;
height: auto;
display: flex;
justify-content: space-between;
margin:0 auto;
}
.accessinfo .sectitle_s {
  margin-bottom: 15px;
}
.accessinfo .access_car {
  width:50%;
  padding:40px 5%;
}
.accessinfo .access_train {
  width:50%;
  padding:40px 5%;
}
.accessinfo ul {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 0 1em;
}
.accessinfo ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 1em 1em;
  list-style-image: url(../img/lidot.png);
}


/* Follow us
-----------------------------------------------------*/
.followusmm {
  width:100%;
  height: auto;
  display: block;
}
.followuscc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 120px;
}
.followuscc h2 {
font-size:18px;
font-family: var(--font-en);
font-weight: 400;
color:var(--color-black);
text-align: center;
margin-bottom: 5px;
}
.followuscc p {
font-size:12px;
font-weight: 400;
color:var(--color-999);
text-align: center;
margin-bottom: 30px;
}
.followuscc ul {
  width:600px;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
}
.followuscc ul li {
  flex: 1;
  height: auto;
  display: block;
  font-size:10px;
  font-family: var(--font-en);
  text-align: center;
  margin:0 2%;
}
.followuscc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:65px 0 0 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 55px auto;
  transition: .4s all;
}
.followuscc ul li a:hover {
  background-position: center 0;
  background-size: 65px auto;
}

/* Showroom network
-----------------------------------------------------*/
.swr_net_mm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.swr_net_cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
}
.swr_net_cc .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.swr_net_cc .sectitle h2 {
  color:var(--color-white);
}
.swr_net_cc .sectitle p {
  font-size:16px;
  color:var(--color-white);
  margin-bottom: 8px;
}

.swr_net_cc .swr_net_list {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.swr_net_cc .swr_net_list .swr_nl_cc {
  width:50%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:40px 2.5%;
  border-right:1px dotted var(--color-666);
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:nth-child(2n) {
  width:50%;
  height: auto;
  display: flex;
  padding:40px 2.5%;
  border-right:none;
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:nth-last-child(-n + 2) {
  border-bottom: none;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_img {
  width:45%;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info h2 {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_address {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone {
  font-size:14px;
  font-family: var(--font-en);
  color:var(--color-white);
  margin:0 0 0.2em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a {
  width:100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:26px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a:hover {
  color:var(--color-1st);
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  color:var(--color-white);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a {
  width:fit-content;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-white);
  padding:0 20px 0 28px;
  background-image: url(../img/header/ic-url_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a:hover {
  color:var(--color-1st);
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
  width:100%;
  height: 60px;
  display: block;
  position: fixed;
  top:5px;
  left:0;
  z-index:18500;
}
header .companytitle {
  width:fit-content;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:0 0 0 1%;
}
header h1 {
  font-size:16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 8px;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header h2 {
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 0px;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header h1 a, header h2 a {
  color:var(--color-white);
  text-decoration: none;
}

header.jlr_active {
  top:0px;
  background-color: var(--color-jg);
  box-shadow:0px 1px 15px rgba(0,0,0,0.3);
}
header.jlr_active h1 a, header.jlr_active h2 a {
  color:var(--color-white);
  text-decoration: none;
}


/* video
-----------------------------------------------------*/
#topimage {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  position: relative;
  }

  .vcov {
    width:100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    z-index: 8000;
    background-color:rgba(0,0,0,0.4);
    }
    .vcov p {
      font-size:12px;
      font-weight: 400;
      font-family: var(--font-en);
      line-height: 1em;
      text-align: center;
      margin:0 0 0 10px;
      padding:0;
      color:rgba(255,255,255,0.5);
      letter-spacing: 10px;
    }
    .vcov p br {
      display:none!important;
    }
  .big-background {
  z-index:550;
  text-align:center;
  width:100%;
  height:auto;
  display: block;
  aspect-ratio: 16 / 9;
  overflow:hidden;
  background-image: url(../img/index/standbyimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }


  /*スマホの時に表示する画像部分*/
  .big-background-default-image {
  background-position:center center;
  width:100%;
  height:100%;
  z-index:0;
  backface-visibility:hidden;
  }

  /* Image Slider
-----------------------------------------------------*/
  #slidemm {
    display: none;
  }
  #slidemm.cycle-slideshow {
    display: none;
  }
  #slidemm.cycle-slideshow div img {
    display: none;
  }

  #slidemm_m {
    display: none;
  }
  #slidemm_m.cycle-slideshow {
    display: none;
  }
  #slidemm_m.cycle-slideshow div img {
    display: none;
  }


/* SectionTitle
-----------------------------------------------------*/
.sectitle {
  width:fit-content;
  height: auto;
  display: flex;
}
.sectitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.sectitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}

.sectitle_s {
  width:fit-content;
  height: auto;
  display: flex;
}
.sectitle_s h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  color: var(--color-333);
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.sectitle_s p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}

/* UPDATE
-----------------------------------------------------*/
.nwsection {
  width:100%;
  height: auto;
  display: flex;
  position: relative;
}
.nwmm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 0;
  margin:0 auto 100px;
}
.nwsection .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}


/* Brand Selection
-----------------------------------------------------*/
.brand_selection {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin:0 auto 120px;
}
.brand_selection .sectitle {
  transform-origin: bottom left;
  transform:rotate(90deg);
  order:2;
  position: absolute;
  top:-20px;
  right:-275px;
}

.brand_selection .brand_sele_mm {
  width:93%;
  height: auto;
  display: flex;
  flex-direction: column;
  order:1;
}
.brand_selection .brand_sele_mm .bs_body {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.brand_selection .brand_sele_mm .bs_body .bs_cov {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background-color: rgba(0,0,0,0.45);
  padding:30px 10% 120px;
  position: relative;
  transition: .8s all;
}
.brand_selection .brand_sele_mm .bs_body .bs_cov:hover {
  background-color: rgba(0,0,0,0.2);
}
.brand_selection .brand_sele_mm .bs_body h3 {
  width:200px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px auto;
  text-indent: -9999px;
  margin:0 auto;
}
.brand_selection .brand_sele_mm .bg_jg h3 {
  background-image: url(../img/header/logo-jg_w.svg);
}
.brand_selection .brand_sele_mm .bg_lr h3 {
  background-image: url(../img/header/logo-lr_w.svg);
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc {
  width:80%;
  height: auto;
  display: block;
  position: absolute;
  bottom:50px;
  left:10%;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc h4 {
  font-size:14px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 15px;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li {
  width:48%;
  height: auto;
  display: block;
  margin:0 1% 5px;
  font-size: 12px;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  padding:3% 30px 3% 15px;
  background-color: var(--color-white);
  background-image: url(../img/header/ic-ar_h_b.svg);
  background-position: 98% center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: .4s all;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li a:hover {
  background-color: var(--color-333);
  color:var(--color-white);
  background-image: url(../img/header/ic-ar_h_w.svg);
}

/* Presss
-----------------------------------------------------*/
.pressbase {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  margin:0 auto;
  padding:50px 20px 100px;
}
.pressbase div {
  overflow: hidden;
  padding:2.5px;
}
.pressbase a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.pressbase a:hover {
  opacity: 0.6;
}

.container {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "press_small_lefttop01 press_small_lefttop02"
    "press_large_leftbottom press_large_leftbottom"
    "press_large_leftbottom press_large_leftbottom"
    "press_large_centertop press_large_centertop"
    "press_large_centertop press_large_centertop"
    "press_small_centerbottom01 press_small_centerbottom02"
    "press_small_righttop01 press_small_righttop02"
    "press_large_right_bottom press_large_right_bottom"
    "press_large_right_bottom press_large_right_bottom";
}

.press_large_leftbottom {
  grid-area: press_large_leftbottom;
}

.press_small_lefttop01 {
  grid-area: press_small_lefttop01;
}

.press_small_lefttop02 {
grid-area: press_small_lefttop02;
}

.press_large_centertop {
  grid-area: press_large_centertop
 }

.press_small_centerbottom01 {
  grid-area: press_small_centerbottom01;
}

.press_small_centerbottom02 {
  grid-area: press_small_centerbottom02;
}

.press_small_righttop01 {
  grid-area: press_small_righttop01;
}

.press_small_righttop02 {
  grid-area: press_small_righttop02;
}

.press_large_right_bottom {
  grid-area: press_large_right_bottom;
}


.pressbox_32 {
  width:100%;
  height: 100%;
  display: block;
  /*
  aspect-ratio: 3 / 2;
  */
  overflow: hidden;
  /*
  background-color: #ccc;
  */
  }
  .pressbox_32_v {
    width:100%;
    height: 100%;
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background-color: #ccc;
    }
    .pressbox_32_v img {
      width:auto;
      height: 100%;
      display: block;
    }
  .pressbox_yt {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    padding-top: 56.25%;
    aspect-ratio: 3 / 2!important;
  }
  .pressbox_yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    aspect-ratio: 3 / 2!important;
  }
  .pressbox_yt_v {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    padding-top: 56.25%;
    aspect-ratio: 3 / 2!important;
  }
  .pressbox_yt_v iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    aspect-ratio: 3 / 2!important;
  }


/* Showroom
-----------------------------------------------------*/
.showroommm {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  position: relative;
  margin:0 auto 150px;
}
.showroomtitle {
  width:fit-content;
  height: auto;
  display: flex;
  margin-bottom: 50px;
}
.showroomtitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.showroomtitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.showroomimages {
  width:100%;
  height: auto;
  display: block;
}
.showroomimages ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.showroomimages ul li {
  width:47.5%;
}
.showroomimages ul li:first-child {
  padding-top:50px;
  order:2;
}
.showroomimages ul li:last-child {
  order:1;
}


/* Access
-----------------------------------------------------*/
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.accessmm .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.accessmap {
  width:100%;
  height: 400px;
  display: block;
}
.accessmap iframe {
  width:100%;
  height: 400px;
  display: block;
}

.accessinfo {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
}
.accessinfo .sectitle_s {
  margin-bottom: 15px;
}
.accessinfo .access_car {
  width:50%;
  padding:40px 5%;
}
.accessinfo .access_train {
  width:50%;
  padding:40px 5%;
}
.accessinfo ul {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 0 1em;
}
.accessinfo ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 1em 1em;
  list-style-image: url(../img/lidot.png);
}


/* Follow us
-----------------------------------------------------*/
.followusmm {
  width:100%;
  height: auto;
  display: block;
}
.followuscc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 120px;
}
.followuscc h2 {
font-size:18px;
font-family: var(--font-en);
font-weight: 400;
color:var(--color-black);
text-align: center;
margin-bottom: 5px;
}
.followuscc p {
font-size:12px;
font-weight: 400;
color:var(--color-999);
text-align: center;
margin-bottom: 30px;
}
.followuscc ul {
  width:600px;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
}
.followuscc ul li {
  flex: 1;
  height: auto;
  display: block;
  font-size:10px;
  font-family: var(--font-en);
  text-align: center;
  margin:0 2%;
}
.followuscc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:65px 0 0 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 55px auto;
  transition: .4s all;
}
.followuscc ul li a:hover {
  background-position: center 0;
  background-size: 65px auto;
}

/* Showroom network
-----------------------------------------------------*/
.swr_net_mm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.swr_net_cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
}
.swr_net_cc .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.swr_net_cc .sectitle h2 {
  color:var(--color-white);
}
.swr_net_cc .sectitle p {
  font-size:16px;
  color:var(--color-white);
  margin-bottom: 8px;
}

.swr_net_cc .swr_net_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.swr_net_cc .swr_net_list .swr_nl_cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:40px 2.5%;
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:last-child {
  border-bottom: none;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_img {
  width:30%;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info {
  width:65%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info h2 {
  font-size:16px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_address {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone {
  font-size:16px;
  font-family: var(--font-en);
  color:var(--color-white);
  margin:0 0 0.2em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a {
  width:100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:26px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a:hover {
  color:var(--color-1st);
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  color:var(--color-white);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a {
  width:fit-content;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-white);
  padding:0 20px 0 28px;
  background-image: url(../img/header/ic-url_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a:hover {
  color:var(--color-1st);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  /* Header */
  header {
    width:100%;
    height: 60px;
    display: block;
    position: fixed;
    top:5px;
    left:0;
    z-index:18500;
  }
  header .companytitle {
    width:fit-content;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 0 0 2%;
  }
  header h1 {
    font-size:16px;
    font-weight: 700;
    line-height: 1em;
    color:var(--color-white);
    margin-bottom: 8px;
    text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h2 {
    font-size:10px;
    font-weight: 400;
    line-height: 1em;
    color:var(--color-white);
    margin-bottom: 0px;
    text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h1 a, header h2 a {
    color:var(--color-white);
    text-decoration: none;
  }
  header.jlr_active {
    top:0px;
    background-color: var(--color-jg);
    box-shadow:0px 1px 15px rgba(0,0,0,0.3);
  }
  header.jlr_active h1 a, header.jlr_active h2 a {
    color:var(--color-white);
    text-decoration: none;
  }


  /* video
-----------------------------------------------------*/
#topimage {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  }

  .vcov {
    width:100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    z-index: 8000;
    background-color:rgba(0,0,0,0.4);
    }
    .vcov p {
      font-size:10px;
      font-weight: 400;
      font-family: var(--font-en);
      line-height: 2em;
      text-align: center;
      margin:0 0 0 2px;
      padding:0;
      color:rgba(255,255,255,0.5);
      letter-spacing: 2px;
    }
  .big-background {
  z-index:550;
  text-align:center;
  width:100%;
  height:auto;
  display: block;
  aspect-ratio: 1 / 1;
  overflow:hidden;
  background-image: url(../img/index/standbyimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }


  /*スマホの時に表示する画像部分*/
  .big-background-default-image {
  background-position:center center;
  width:100%;
  height:100%;
  z-index:0;
  backface-visibility:hidden;
  }

  /* Image Slider
-----------------------------------------------------*/
  #slidemm {
    display: none;
  }
  #slidemm.cycle-slideshow {
    display: none;
  }
  #slidemm.cycle-slideshow div img {
    display: none;
  }

  #slidemm_m {
    display: none;
  }
  #slidemm_m.cycle-slideshow {
    display: none;
  }
  #slidemm_m.cycle-slideshow div img {
    display: none;
  }



/* SectionTitle
-----------------------------------------------------*/
.sectitle {
  width:fit-content;
  height: auto;
  display: flex;
}
.sectitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.sectitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}

.sectitle_s {
  width:fit-content;
  height: auto;
  display: flex;
}
.sectitle_s h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  color: var(--color-333);
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.sectitle_s p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}

/* UPDATE
-----------------------------------------------------*/
.nwsection {
  width:100%;
  height: auto;
  display: flex;
  position: relative;
}
.nwmm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 0;
  margin:0 auto 100px;
}
.nwsection .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

/* Brand Selection
-----------------------------------------------------*/
.brand_selection {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin:0 auto 80px;
}
.brand_selection .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.brand_selection .brand_sele_mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  order:1;
}
.brand_selection .brand_sele_mm .bs_body {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 3;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.brand_selection .brand_sele_mm .bs_body .bs_cov {
  width:100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.45);
  padding:30px 10% 80px;
  position: relative;
  transition: .8s all;
}
.brand_selection .brand_sele_mm .bs_body .bs_cov:hover {
  background-color: rgba(0,0,0,0.2);
}
.brand_selection .brand_sele_mm .bs_body h3 {
  width:160px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px auto;
  text-indent: -9999px;
  margin:0 auto;
}
.brand_selection .brand_sele_mm .bg_jg h3 {
  background-image: url(../img/header/logo-jg_w.svg);
}
.brand_selection .brand_sele_mm .bg_lr h3 {
  background-image: url(../img/header/logo-lr_w.svg);
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc {
  width:90%;
  height: auto;
  display: block;
  position: absolute;
  bottom:50px;
  left:5%;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc h4 {
  font-size:14px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 15px;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 8px;
  font-size: 14px;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-black);
  padding:3% 30px 3% 15px;
  background-color: var(--color-white);
  background-image: url(../img/header/ic-ar_h_b.svg);
  background-position: 98% center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: .4s all;
}
.brand_selection .brand_sele_mm .bs_body .bs_b_cc ul li a:hover {
  background-color: var(--color-333);
  color:var(--color-white);
  background-image: url(../img/header/ic-ar_h_w.svg);
}


/* Presss
-----------------------------------------------------*/
.pressbase {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  margin:0 auto;
  padding:50px 20px 100px;
}
.pressbase div {
  overflow: hidden;
  padding:2.5px;
}
.pressbase a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.pressbase a:hover {
  opacity: 0.6;
}

.container {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "press_small_lefttop01 press_small_lefttop02"
    "press_large_leftbottom press_large_leftbottom"
    "press_large_leftbottom press_large_leftbottom"
    "press_large_centertop press_large_centertop"
    "press_large_centertop press_large_centertop"
    "press_small_centerbottom01 press_small_centerbottom02"
    "press_small_righttop01 press_small_righttop02"
    "press_large_right_bottom press_large_right_bottom"
    "press_large_right_bottom press_large_right_bottom";
}

.press_large_leftbottom {
  grid-area: press_large_leftbottom;
}

.press_small_lefttop01 {
  grid-area: press_small_lefttop01;
}

.press_small_lefttop02 {
grid-area: press_small_lefttop02;
}

.press_large_centertop {
  grid-area: press_large_centertop
 }

.press_small_centerbottom01 {
  grid-area: press_small_centerbottom01;
}

.press_small_centerbottom02 {
  grid-area: press_small_centerbottom02;
}

.press_small_righttop01 {
  grid-area: press_small_righttop01;
}

.press_small_righttop02 {
  grid-area: press_small_righttop02;
}

.press_large_right_bottom {
  grid-area: press_large_right_bottom;
}


.pressbox_32 {
  width:100%;
  height: 100%;
  display: block;
  /*
  aspect-ratio: 3 / 2;
  */
  overflow: hidden;
  /*
  background-color: #ccc;
  */
  }
  .pressbox_32_v {
    width:100%;
    height: 100%;
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background-color: #ccc;
    }
    .pressbox_32_v img {
      width:auto;
      height: 100%;
      display: block;
    }
  .pressbox_yt {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    padding-top: 56.25%;
    aspect-ratio: 3 / 2!important;
  }
  .pressbox_yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    aspect-ratio: 3 / 2!important;
  }
  .pressbox_yt_v {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    padding-top: 56.25%;
    aspect-ratio: 3 / 2!important;
  }
  .pressbox_yt_v iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    aspect-ratio: 3 / 2!important;
  }


/* Showroom
-----------------------------------------------------*/
.showroommm {
  width:90%;
  height: auto;
  display: block;
  position: relative;
  margin:0 auto 100px;
}
.showroomtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.showroomtitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.showroomtitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.showroomimages {
  width:100%;
  height: auto;
  display: block;
}
.showroomimages ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.showroomimages ul li:first-child {
  width:100%;
  order:1;
  margin-bottom: 20px;
}
.showroomimages ul li:first-child img {
  width:80%;
}
.showroomimages ul li:last-child {
  width:80%;
  order:2;
  margin-left:auto;
}


/* Access
-----------------------------------------------------*/
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.accessmm .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.accessmap {
  width:100%;
  height: 400px;
  display: block;
}
.accessmap iframe {
  width:100%;
  height: 400px;
  display: block;
}

.accessinfo {
width:100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.accessinfo .sectitle_s {
  margin-bottom: 15px;
}
.accessinfo .access_car {
  width:100%;
  padding:40px 10% 40px;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 40px;
}
.accessinfo .access_train {
  width:100%;
  padding:20px 10% 40px;
}
.accessinfo ul {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 0 1em;
}
.accessinfo ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 1em 1em;
  list-style-image: url(../img/lidot.png);
}


/* Follow us
-----------------------------------------------------*/
.followusmm {
  width:100%;
  height: auto;
  display: block;
}
.followuscc {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:80px 5% 80px;
}
.followuscc h2 {
font-size:18px;
font-family: var(--font-en);
font-weight: 400;
color:var(--color-black);
text-align: center;
margin-bottom: 5px;
}
.followuscc p {
font-size:12px;
font-weight: 400;
color:var(--color-999);
text-align: center;
margin-bottom: 30px;
}
.followuscc ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
}
.followuscc ul li {
  flex: 1;
  height: auto;
  display: block;
  font-size:8px;
  font-family: var(--font-en);
  text-align: center;
  margin:0 2%;
}
.followuscc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:45px 0 0 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 35px auto;
  transition: .4s all;
}
.followuscc ul li a:hover {
  background-position: center 0;
  background-size: 45px auto;
}
/* Showroom network
-----------------------------------------------------*/
.swr_net_mm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.swr_net_cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
}
.swr_net_cc .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}
.swr_net_cc .sectitle h2 {
  color:var(--color-white);
}
.swr_net_cc .sectitle p {
  font-size:16px;
  color:var(--color-white);
  margin-bottom: 8px;
}

.swr_net_cc .swr_net_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.swr_net_cc .swr_net_list .swr_nl_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:40px 5%;
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:last-child {
  border-bottom: none;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_img {
  width:100%;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top:20px;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info h2 {
  font-size:16px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_address {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone {
  font-size:14px;
  font-family: var(--font-en);
  color:var(--color-white);
  margin:0 0 0.2em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a {
  width:100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-white);
  padding-left:26px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a:hover {
  color:var(--color-1st);
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  color:var(--color-white);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a {
  width:fit-content;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-white);
  padding:0 20px 0 28px;
  background-image: url(../img/header/ic-url_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a:hover {
  color:var(--color-1st);
}

}



.pressbase #count5 div{
  padding-top :0px !important;

}


.pressbase #count6 div{
  padding-top :0px !important;

}

