@charset "utf-8";


/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gmap {
  position: relative;
  margin-bottom: 1em;
  height: 0;
  padding-bottom: calc((3 / 4) * 100%);
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.q_custom_button {
  padding: 0 10px;
}

.design_list.two_list {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: inherit;
}

.design_list.two_list table {
  width: inherit !important;
  margin: 0;
margin-top: 20px;
}

.design_list.two_list table:first-of-type {
  margin-bottom: 0;
}

.design_list.two_list table:nth-child(even) tr:nth-child(odd) {
  /*background: inherit !important;*/
}

.design_list.two_list table:nth-child(even) tr:nth-child(even) {
  /*background: #eee !important;*/
}

.design_list.two_list table td {
  width: calc(100% - 120px) !important;
}

[class*=access_calendar] iframe {
  width: 100%;
  height: calc(400px / 1.25);
}

@media screen and (min-width: 751px) {
  .gmap {
    padding-bottom: calc((9 / 16) * 100%);
  }

  [class*=access_calendar] iframe {
    height: 400px;
  }
}

@media screen and (min-width:951px) {
  .design_list.two_list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }

  .design_list.two_list table:nth-child(even) tr:nth-child(odd) {
    background: #eee !important;
  }
  
  .design_list.two_list table:nth-child(even) tr:nth-child(even) {
    background: inherit !important;
  }

  .design_list.two_list table td {
    width: calc(100% - 148px) !important;
  }
}

@media only screen and (min-width:951px) and (any-hover:hover) {
  .design_list a:hover {
    text-decoration: underline;
  }
}

/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#global_menu .menu-home,
#drawer_menu .menu-home {
  display: none;
}

[class*=sns-link-list] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sns-link-list-sp {
  margin-top: 30px;
  padding: 0 20px;
}

.sns-link-list-pc {
  display: none;
}

.megamenu,
.megamenu_inner,
.megamenu_b .post_list {
  height: calc(390px / 2);
}

#header .menu-privacy {
  display: none;
}

@media screen and (min-width: 751px) {
}

@media screen and (min-width:951px) {
}

@media screen and (min-width:1201px) {
  .sns-link-list-sp {
    display: none;
  }

  .sns-link-list-pc {
    display: flex;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    z-index: 3;
  }
  
  .sns-link-list-pc img {
    transition: opacity .3s;
  }
}

@media only screen and (min-width:951px) and (any-hover:hover) {
  .sns-link-list-pc a:hover img {
    opacity: .5;
  }
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
#header_slider .bg_image {
  background-position: 50% 25% !important;
}

.brand_logo_list:not(:root) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0;
  list-style: none;
}

.brand_logo_item {
  flex-basis: calc((100% - 30px) / 2);
  text-align: center;
}

.brand_logo_item img:not(:root) {
  margin: 0;
}

.home #cb_content_2 .cb_content_header .desc {
  text-align: left;
}

.home #cb_content_2 .cb_gallery_row .item {
  height: calc(500px / 3);
}

.home #cb_content_3 .banner_content_inner .desc {
  text-align: left;
}

@media screen and (min-width: 751px) {
  .brand_logo_list:not(:root) {
    gap: 40px 50px;
  }

  .brand_logo_item {
    flex-basis: auto;
  }

  .home #cb_content_2 .cb_gallery_row .item {
    height: 500px;
  }
}

@media screen and (min-width:951px) {
}

@media only screen and (min-width:951px) and (any-hover:hover) {
}

/* メインビジュアル自動取得 */
#index_news_ticker{
height: 800px;
width: 100%;
}
.index_news_ticker_image{
height: 800px !important ;
background-position: center !important;
background-size: cover !important;
order: -1;
z-index: -1;
}
#index_news_ticker .item{
background-color: rgba(0, 0, 0, 0.6);
padding: 10px 0;
position: absolute !important ;
width: 100% !important ;
bottom: 0 !important ;
}
@media screen and (max-width: 950px){
#index_news_ticker{
height: 540px;
}
.index_news_ticker_image{
height: 540px !important ;
}
#index_news_ticker .item{
padding: 13px 20px 0;
}
}

/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#lp_page_content img {
  transition: opacity .3s;
}

#lp_page_content #cb_content_1 .cb_gallery_row .item {
  height: calc(840px / 3);
}

.eroica_sns_link {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 0 0;
}

.eroica_sns_item {
  flex-basis: 15%;
}

.eroica_sns_link img:not(:root) {
  margin: 0;
}

.contact_sns_link {
  display: flex;
}

.contact_sns_link .post_col-3:not(:last-of-type) {
  margin-right: 25px;
}

.contact_sns_link .wp-caption:not(:root) {
  width: inherit !important;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.contact_sns_link .wp-caption-text:not(:root) {
  margin-top: 1em;
  font-style: normal;
}

.events_logo_link {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  justify-items: center;
  margin: 60px 0 0 0;
}

.events_logo_link img:not(:root) {
  margin: 0;
}

@media screen and (min-width: 751px) {
  #lp_page_content #cb_content_1 .cb_gallery_row .item {
    height: 840px;
  }

  .eroica_sns_link {
    margin-top: 40px;
  }

  .eroica_sns_item {
    flex-basis: auto;
  }

  .contact_sns_link .wp-caption-text:not(:root) {
    font-size: 20px;
  }

  .events_logo_link {
    grid-template-columns: repeat(3, auto);
    margin-top: 120px;
  }
}

@media screen and (min-width:951px) {
}

@media only screen and (min-width:951px) and (any-hover:hover) {
  #lp_page_content a:hover img {
    opacity: .5;
  }
}

/* ----------------------------------------------------------------------
 Brands
---------------------------------------------------------------------- */
#archive_header_desc .desc {
  text-align: left;
}

.brands_content:not(:last-of-type) {
  margin-bottom: 120px;
}

.brands_heading [class*=item] {
  display: flex;
}

.brands_heading .item:first-of-type {
  flex-direction: column-reverse;
}

.brands_heading .item:last-of-type {
  flex-direction: column;
}

#showroom_title_area_bottom.brands_heading .category:hover {
  color: inherit;
}

.brands_button_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.brands_button {
  flex-basis: 270px;
  text-align: center;
}

.brands_button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: solid 2px #000000;
  box-sizing: border-box;
  color: #000000;
  transition-property: background-color, color;
  transition-duration: .3s;
}

.brands_button .letter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brands_button .letter::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: background-color, .3s;
  z-index: 1;
}

[class*=brands_gallery_slider] {
  position: relative;
  overflow: hidden;
}

[class*=brands_gallery_slider] [class*=swiper-button] {
  padding: 0;
  border: none;
  background-color: transparent;
}

.brands_gallery_slider_thumb {
  margin-top: 5px;
}

.brands_gallery_slider_thumb .brands_gallery_item {
  flex-basis: calc((100% - (10px * 3)) / 4);
  transition: opacity .3s;
  cursor: pointer;
}

.brands_gallery_slider_thumb .brands_gallery_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: solid 4px transparent;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.brands_gallery_slider_thumb .brands_gallery_item.swiper-slide-active {
  cursor: inherit;
}

.brands_gallery_slider_thumb .brands_gallery_item.swiper-slide-active::before {
  border-color: #003344;
  transition: border-color .3s;
}

#showroom_archive .design_button {
  margin: 70px 0 0 0;
}

@media screen and (min-width: 751px) {
}

@media screen and (min-width:951px) {
  .brands_gallery_slider_thumb {
    margin-top: 10px;
  }

  .brands_gallery_slider_thumb .brands_gallery_item {
    flex-basis: calc((100% - (10px * 4)) / 5);
  }
}

@media only screen and (min-width:951px) and (any-hover:hover) {
  .brands_button a:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .brands_button a:hover .letter::after {
    background-color: #ffffff;
  }

  .brands_gallery_slider_thumb .brands_gallery_item:hover {
    opacity: .5;
  }

  .brands_gallery_slider_thumb .brands_gallery_item.swiper-slide-active:hover {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
.category_list_widget .children {
  display: none;
}

.category_list_widget .cat-list-layer {
  position: relative;
  z-index: 10;
}

.category_list_widget .cat-list-layer::after {
  position: absolute;
  right: 17px;
  top: 2px;
  font-family: "design_plus";
  content: "\e90e";
  color: #000;
}

.category_list_widget .cat-list-layer.is-active::after {
  content: "\e911";
}

.category_list_widget .cat-list-layer:hover {
  padding-left: 20px;
}

.category_list_widget .children .cat-list-layer:hover {
  padding-left: 30px;
}

.widget_archives2 li {
  margin: 0;
  padding: 0;
}

.widget_archives2 li ul {
  margin: 0;
}

.widget_archives2 .yearArchiveList .year,
.widget_archives2 .yearArchiveList .singleList a {
  display: block;
  height: 47px;
  line-height: 47px;
  margin: -1px 0 0 0;
  background: #fff;
  border: 1px solid #ddd;
}

.widget_archives2 .yearArchiveList .year {
  position: relative;
  padding: 0 18px;
  z-index: 10;
}

.widget_archives2 .yearArchiveList .year::after {
  position: absolute;
  right: 17px;
  top: 2px;
  font-family: "design_plus";
  content: "\e90e";
  color: #000;
}

.widget_archives2 .yearArchiveList .year.is-active::after {
  content: "\e911";
}

.widget_archives2 .yearArchiveList .eachYear {
  display: none;
}

.widget_archives2 .yearArchiveList .singleList a {
  padding: 0 27px;
}

@media screen and (min-width: 751px) {
}

@media screen and (min-width:951px) {
}

@media only screen and (min-width:951px) and (any-hover:hover) {
  .widget_archives2 .yearArchiveList .year:hover,
  .widget_archives2 .yearArchiveList .singleList a:hover {
    cursor: pointer;
    color: rgba(0,0,0,0.5);
  }
}

/* ----------------------------------------------------------------------
 ページフッター
---------------------------------------------------------------------- */
.top_access {
  padding: 45px 0;
}

.top_access .inner {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-row-gap: 40px;
  width: calc(100% - 40px);
  max-width: 1150px;
  margin: 0 auto;
}

#footer_banner .inview,
.top_access .inview,
.top_sponser .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#footer_banner .inview.animate,
.top_access .inview.animate,
.top_sponser .inview.animate {
  opacity: 1;
  top: 0;
}

.top_access_address,
.top_address_hours {
  line-height: 2;
}

.top_access_address {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.top_access_title {
  margin-bottom: 40px;
}

.top_access_title .letter {
  font-size: 26px;
  text-decoration: underline;
}

.top_address_button_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.top_address_button_item {
  min-width: 170px;
}

.top_address_button_item a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #323232;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #323232;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  transition-property: background-color, color;
  transition-duration: .3s;
}

.top_sponser {
  padding: 45px 0;
}

.top_sponser .inner {
  width: calc(100% - 40px);
  max-width: 1150px;
  margin: 0 auto;
}

.top_sponser_title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.top_sponser_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8F8F8F;
  transform: translateY(-50%);
  z-index: 0;
}

.top_sponser_title .letter {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
}

.top_sponser_list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
}

@media screen and (min-width: 751px) {
}

@media screen and (min-width:951px) {
  .top_access {
    padding: 90px 0;
  }

  .top_access .inner {
    grid-column-gap: 40px;
    width: calc(100% - 80px);
  }

  .top_access_detail {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    font-size: 18px;
  }

  .top_access_address {
    margin-bottom: 80px;
  }

  .top_access_map {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .top_access_calendar {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .top_sponser {
    padding: 90px 0;
  }

  .top_sponser .inner {
    width: calc(100% - 80px);
  }

  .top_sponser_title {
    margin-bottom: 40px;
  }

  .top_sponser_title .letter {
    font-size: 20px;
  }

  .top_sponser_list {
    grid-template-columns: repeat(5, auto);
  }
}

@media only screen and (min-width:951px) and (any-hover:hover) {
  .top_address_button_item a:hover {
    background-color: #ffffff;
    color: #323232;
  }
}