@charset "UTF-8";
/*
Theme Name: blankslate1.01
Description: blankslate1.01　全ページカスタマイズテーマです。
*/
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
.aoboshi-one-regular {
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
p,
img,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/*li { list-style:none; }*/
ol,
ul,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .contents_wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
}

/******************************/
/* タブレットサイズ（1024px　ONOFF） */
/******************************/
@media screen and (max-width: 1024px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block !important;
  }
  .sp_on {
    display: none !important;
  }
}

/******フレックス*****/
.reverse_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.reverse_flex li:last-child {
  margin-bottom: 0;
}

.reverse_flex li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reverse_flex li:nth-child(odd) .imgbox {
  margin-left: 140px;
  margin-right: 0;
}

.reverse_flex li .imgbox {
  max-width: 500px;
  margin-right: 140px;
}

.reverse_flex li .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/313;
}

.reverse_flex li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reverse_flex li .txtbox .border_box {
  line-height: 1.6;
  color: #fff;
  border-radius: 50px;
  border: solid 1px #fff;
  padding: 20px 2rem;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flexbox {
    display: block;
  }
}

.flexbox li {
  width: calc((100% - 20%) /2);
  margin-right: 20px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .flexbox li {
    width: 100%;
  }
}

.flexbox li:nth-child(2n) {
  margin-right: 0;
}

.flexbox li:nth-child(1) {
  margin-top: 0;
}

.flexbox li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox li:nth-child(2) {
    margin-top: 35px;
  }
}

.price_txt02 {
  color: #F7FF00;
  margin-left: 1em;
  font-weight: bold;
}

body:before {
  content: "";
  /*background-image: url(../assets/img/common/body-bg01.png);*/
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background: transparent -webkit-gradient(linear, left top, right top, from(var(--unnamed-color-000000)), color-stop(18%, #DF1293), color-stop(40%, #A9769F), color-stop(61%, #860347), color-stop(78%, #D5097A), to(var(--unnamed-color-000000))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, var(--unnamed-color-000000) 0%, #DF1293 18%, #A9769F 40%, #860347 61%, #D5097A 78%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, right top, from(#000000), color-stop(18%, #DF1293), color-stop(40%, #A9769F), color-stop(61%, #860347), color-stop(78%, #D5097A), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #000000 0%, #DF1293 18%, #A9769F 40%, #860347 61%, #D5097A 78%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  body:before {
    background-size: contain;
  }
}

/*************************/
/*　　FONT　　*/
/**************************/
.zenmaru {
  font-family: 'Zen Maru Gothic', serif;
}

.aoboshi {
  font-family: 'Aoboshi One', serif;
  font-weight: 100;
}

.noto_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

/******************************/
/* アコーディオン */
/******************************/
/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
/******************************/
/* 全体 */
/******************************/
.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (max-width: 1280px) {
  .contents_wrap {
    padding: 0 30px;
  }
}

/******************************/
/* トップ */
/******************************/
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  #mv {
    height: 250px;
    margin-top: 0;
  }
}

#mv .mv__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#mv .mv__slider .swiper-wrapper,
#mv .mv__slider .swiper-slide {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  #mv h2 {
    width: 70%;
    top: 5%;
    left: 20px;
  }
  #mv .sub {
    width: 70%;
    bottom: 0;
  }
}

#service .bnr3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #service .bnr3 {
    display: block;
  }
}

#service .bnr3 li {
  width: calc((100% - 2%) / 3);
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  #service .bnr3 li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}

#service .bnr3 li:nth-child(3n) {
  margin-right: 0;
}

#service .bnr3 li a {
  aspect-ratio: 430 /180;
}

#service .bnr3 li:nth-child(1) a:before,
#service .bnr3 li:nth-child(2) a:before,
#service .bnr3 li:nth-child(3) a:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#service .bnr3 li:nth-child(1) a:before {
  background-image: url(../assets/img/index/service-bnr3.jpg);
}

#service .bnr3 li:nth-child(1) a:hover:before {
  background-image: url(../assets/img/index/service-bnr3_on.jpg);
}

#service .bnr3 li:nth-child(2) a:before {
  background-image: url(../assets/img/index/service-bnr4.jpg);
}

#service .bnr3 li:nth-child(2) a:hover:before {
  background-image: url(../assets/img/index/service-bnr4_on.jpg);
}

#service .bnr3 li:nth-child(3) a:before {
  background-image: url(../assets/img/index/service-bnr5.jpg);
}

#service .bnr3 li:nth-child(3) a:hover:before {
  background-image: url(../assets/img/index/service-bnr5_on.jpg);
}

#tp_official .link_box {
  margin-bottom: 100px;
}

#tp_official .link_box .flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #tp_official .link_box .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#tp_official .link_box .flexbox li {
  width: auto;
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  #tp_official .link_box .flexbox li {
    margin-right: 20px;
  }
}

#tp_official .link_box .flexbox li:nth-child(2n) {
  margin-right: 0;
}

#tp_official .link_box:last-child {
  margin-bottom: 0;
}

#tp_car_brand .car_brand_logolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tp_car_brand .car_brand_logolist li {
  width: calc((100% - 390px) / 4);
  margin-right: 130px;
  /*margin-top: 50px;*/
}

@media screen and (max-width: 767px) {
  #tp_car_brand .car_brand_logolist li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}

#tp_car_brand .car_brand_logolist li:nth-child(1), #tp_car_brand .car_brand_logolist li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #tp_car_brand .car_brand_logolist li:nth-child(3), #tp_car_brand .car_brand_logolist li:nth-child(4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #tp_car_brand .car_brand_logolist li:nth-child(2n) {
    margin-right: 0;
  }
}

#tp_car_brand .car_brand_logolist li:nth-child(4n) {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #tp_car_brand .car_brand_logolist li figure {
    text-align: center;
  }
}

#tp_car_brand .car_brand_logolist li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 140px;
  aspect-ratio: 1/1;
}

/******************************/
/* アンカーメニュー */
/******************************/
.unker_menu_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.unker_menu_half li {
  width: calc((100% - 20px)/2);
}

/******************************/
/* アイコン */
/******************************/
.menu_icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.twitter_x {
  background-image: url(../assets/img/icon/x-twitter.svg);
  background-size: contain;
  width: 35px;
  height: 35px;
}

.fb_icon {
  background-image: url(../assets/img/icon/fb_icon01.svg);
  background-size: contain;
  width: 35px;
  height: 35px;
}

.youtube_icon {
  background-image: url(../assets/img/icon/youtube.svg);
  background-size: contain;
  width: 50px;
  height: 35px;
}

/******************************/
/* インナー */
/******************************/
.price_txt {
  text-align: right;
  color: #F7FF00;
  font-weight: bold;
}

.layout02.w800 {
  margin-top: 120px;
  margin-bottom: 50px;
}

.layout02 .menubox {
  margin-top: 30px;
  margin-bottom: 30px;
}

.layout02 .menubox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout02 .menubox li .menutxt {
  font-weight: bold;
}

.body_txt {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}

/*2カラムリバースFLEX*/
.layout01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .layout01_flex {
    display: block;
  }
}

.layout01_flex .imgbox {
  width: 540px;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .layout01_flex .imgbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.layout01_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.harf li {
  width: 49%;
  margin-right: 1%;
  margin-top: 1.5%;
  border-bottom: dotted 2px #fff;
  padding-bottom: 10px;
}

.harf li:nth-child(1) {
  margin-top: 0;
}

.harf li:nth-child(2) {
  margin-top: 0;
}

.harf li:nth-child(2n) {
  margin-right: 0;
}

.harf_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.harf_menu.w1000 {
  margin-top: 60px;
}

.harf_menu li {
  width: 49%;
  margin-right: 1%;
  margin-top: 1.5%;
}

.harf_menu li a {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}

.harf_menu li a i {
  margin-left: 2em;
}

.harf_menu li:nth-child(1) {
  margin-top: 0;
}

.harf_menu li:nth-child(2) {
  margin-top: 0;
}

.harf_menu li:nth-child(2n) {
  margin-right: 0;
}

/*2カラムリバースFLEX(ブロック)*/
.layout01_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .layout01_flex02 {
    display: block;
  }
}

.layout01_flex02 .imgbox {
  width: 640px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .layout01_flex02 .imgbox {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.layout01_flex02 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mercedes-benz-w124-500e-contents .layout01_flex {
  margin-top: 50px;
}

.mercedes-benz-w124-500e-contents .layout01_flex .imgbox img {
  aspect-ratio: 540/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.partsmenu-contents {
  /*
  .news__list01 .item{
    margin-bottom: 10px;
  }
  */
}

.partsmenu-contents .price_txt {
  margin-top: 10px;
  text-align: right;
  color: #F7FF00;
  font-weight: bold;
}

#tokushoho h2 {
  margin-bottom: 30px;
}

#tokushoho .box {
  margin-bottom: 30px;
}

#tokushoho .box:last-child {
  margin-bottom: 0;
}

#tokushoho ol.count li.ol_li {
  list-style-type: auto;
  margin-left: 1.25em;
}

#tokushoho dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/******************************/
/* サイドメニュー */
/******************************/
.cpt-template .sidebar {
  width: 22%;
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  .cpt-template .sidebar {
    width: 100%;
    margin-left: 0;
    padding-top: 60px;
  }
}

.cpt-template .sidebar h2 {
  font-weight: 500;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.cpt-template .sidebar ul {
  line-height: 20px;
  padding: 0;
}

.cpt-template .sidebar ul li {
  padding-top: 10px;
}

.cpt-template .sidebar ul li.icon_menu a:before {
  background-size: contain;
}

.cpt-template .sidebar ul li a {
  display: block;
  padding-left: 30px;
  position: relative;
}

.cpt-template .sidebar ul li a:before {
  content: '';
  background-image: url(../assets/img/common/list_icon01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}

/******************************/
/* header */
/******************************/
/******************************/
/* footer */
/******************************/
/******************************/
/* #アンカーリンク */
/******************************/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/******************************/
/* 見出し */
/******************************/
/******************************/
/* 投稿 */
/******************************/
.contents_text {
  max-width: 800px;
  margin: 0 auto 100px;
}

.gutenberg dl.pt01 {
  margin-bottom: 15px;
}

.gutenberg dl.pt01 dt {
  font-weight: bold;
  margin-bottom: 15px;
}

.gutenberg dl.pt01 dd {
  line-height: 1.6;
}

.gutenberg h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gutenberg ul li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 10px;
}

.gutenberg ul li:last-child {
  margin-bottom: 0;
}

/******************************/
/* ボタン（BTN） */
/******************************/
/* button */
.button {
  position: relative;
}

@media screen and (max-width: 767px) {
  .button {
    text-align: center;
  }
}

.button a {
  display: inline-block;
  width: 295px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 6px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .button a {
    width: 90%;
  }
}

.button a:after {
  content: '\f061';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 19px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .button a:after {
    right: 25px;
  }
}

.button a:hover {
  opacity: 1;
}

.button a:hover:after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .button a:hover:after {
    right: 25px;
  }
}

.button_red {
  position: relative;
}

.button_red a {
  display: inline-block;
  width: 600px;
  background-color: #AE0615;
  border: 1px solid #AE0615;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 26px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 28px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .button_red a {
    width: 100%;
    padding: 18px 0;
  }
}

.button_red a:hover {
  opacity: 1;
}

.button_red a:hover:after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .button_red a:hover:after {
    right: 10px;
  }
}

.button_red a:after {
  content: '\f0a9';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .button_red a:after {
    right: 10px;
  }
}

.button_red a small {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding-top: 10px;
}

.button_orange {
  position: relative;
}

.button_orange a {
  display: inline-block;
  width: 600px;
  background-color: #C48C5C;
  border: 1px solid #C48C5C;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 26px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 28px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .button_orange a {
    width: 100%;
    padding: 18px 0;
  }
}

.button_orange a:hover {
  opacity: 1;
}

.button_orange a:hover:after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .button_orange a:hover:after {
    right: 10px;
  }
}

.button_orange a:after {
  content: '\f0a9';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .button_orange a:after {
    right: 10px;
  }
}

.button_orange a small {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding-top: 10px;
}

/*******************/
/*　ギャラリー　スライダー　　　　*/
/*******************/
/* -- -- */
.swiper-container {
  overflow: hidden;
  position: relative;
}

.swiper-fade .swiper-slide > * {
  opacity: 0;
}

.swiper-fade .swiper-slide-active > * {
  opacity: 1;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-color: #333;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../assets/img/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../assets/img/sl-next.svg") no-repeat center/12px auto;
}

.gallery-photo .swiper-button-lock {
  display: block;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/*# sourceMappingURL=css_map/style.css.map */
