
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  font-family: "a-otf-ryumin-pr6n",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #fff;
  color: #0c0b09;
  font-size: 14px;
  letter-spacing: .024em;
  line-height: normal;
}*/

#top{
  /*font-family: "a-otf-ryumin-pr6n",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;*/
   font-family: 'Noto Sans JP', sans-serif;
}

.top_products{
  /*font-family: "a-otf-ryumin-pr6n",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-family: 'Noto Sans JP', sans-serif;
 }
 .wrapper_1200{
  /*font-family: "a-otf-ryumin-pr6n",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-family: 'Noto Sans JP', sans-serif;
 }
 
body.is-loading {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #0c0b09;
  -webkit-font-smoothing: antialiased; 
  }
/*
b {font-family: "a-otf-ryumin-pr6n",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;}
*/
a {
  color: #0c0b09;/*color: #fff;*/
}

a:hover {
  color: #2a2825;/*color: #d9ba85;*/
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
}


img{
  max-width: 100%;
}

.pc_only {
  display: block;
}
.sp_only{
  display: none;
}
.sp_nobr br{
  display: block;
}

.pc_nobr br{
  display: none;
}

@media screen and (max-width: 768px) {
.pc_only {
  display: none;
}
.sp_only{
  display: block;
}
.sp_nobr br{
  display: none;
}
.pc_nobr br{
  display: block;
}
}

.mincyo {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.bold{
  font-weight:bold;
}

@media (max-width: 1019px) {
.giftset .main_visual_04 {
    padding-top: 30px !important;
  }
}
/*--------------------------------------------------------------
 loading
--------------------------------------------------------------*/
.loading img{
  width: 280px;
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header .logo a:hover {
  opacity: .5;
}

#header .logo img {
  max-height: 90px;
}
@media (max-width: 640px) {
  #header .logo img {
  max-height: 50px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #d9ba85;
}

.nav-menu .book-a-table a {
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #cda45e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  /*background: #1a1814;*/
  background: linear-gradient(#c28110, #f7d666);
  border: 2px solid rgba(245, 239, 228, 0.3);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #402021;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .book-a-table a {
  color: #fff;
  border: 2px solid #cda45e;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #cda45e;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i:hover {
  background: #cda45e;
  color: #fff;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 15px;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: none;
}

#header .logo a:hover {
  opacity: .5;
}

#header .logo img {
  max-height: 90px;
}
@media (max-width: 640px) {
  #header .logo img {
  max-height: 50px;
}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/*--------------------------------------------------------------
フェードインアニメーションの指定
--------------------------------------------------------------*/

.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

/*--------------------------------------------------------------
.drawer-wrap ローカルメニュー
--------------------------------------------------------------*/
.drawer-wrap{
    position: absolute;
    top: 0;
    right: 0; 
}
.drawer-label{
    position: fixed;
    top: 47px;/*top: 50px;*/
    right: 25px;/*right: 19px;*/
    font-size: 10px;
    z-index: 100;
}

input[type="checkbox"]+label::before,
input[type="checkbox"]:checked+label::after {
    display: none;
}

#drawer-content {
  overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 40;
    width: 90vw;/*width: 40vw;*/
    min-width: 40vw;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
  transform: translateX(100%);
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: fixed;
  width: 50px;
  right: 17px;
  top: 14px;
    z-index: 100;
    background: #fff;
}

#drawer-icon span {
    background: #333;
    display: block;
    height: 1px;
    left: 50%;
    margin: -8% 0 0 -35%;/*margin: -8% 0 0 -42%;*/
    position: absolute;
    top: 46%;
    transition: all 0.3s ease-in-out 0s;
    width: 70%;/*width: 84%;*/
}

#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
    background: #333;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
}
#drawer-icon span::before {
  margin-top: -13px;
}
#drawer-icon span::after {
  margin-top: 10px;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer-content .drawer-content_menu{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

#drawer-content .drawer-content_menu .local_menu_img{
  width: 200px;
}

#drawer-content .drawer-content_menu ul{
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0 1rem;
}

#drawer-content .drawer-content_menu ul li{
  padding: 20px 0;
  font-size: 1.5rem;
  line-height:1.4;
  position: relative;
}

#drawer-content .drawer-content_menu ul li span{
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
}

#drawer-content .drawer-content_menu ul li a{
  color: #000;
  max-width: 480px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); /* translateYのみ */
}

#drawer-content .drawer-content_menu ul li:first-child{
  padding: 0px 0;
  margin-bottom: -20px;
}

@media (max-width: 767px) {
#drawer-content .drawer-content_menu ul li{
  padding: 20px 0;
  font-size: 1.1rem;
  line-height:1.4;
  position: relative;
}
}

/*--------------------------------------------------------------
#top .hero
--------------------------------------------------------------*/
#top.hero {
  position: relative;
  background-image: url(../img/bg_wa.webp);
  background-size: cover;
  background-position:  center;
  height: 80vh;
  background-repeat: no-repeat;
}

#top.hero h1{
  color: #000;
  margin: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color:rgba(255, 255, 255, 0.0);
  padding:20px 20px;
  text-align:center;
  width: 90%;
    max-width: 480px;
    font-size:3rem;
}


@media (max-width: 767px) {
#top.hero {
  position: relative;
  background-image: url(../img/bg_wa.webp);
  background-size: cover;
  background-position: top center;
  height: 45vh;
  background-repeat: no-repeat;
}

#top.hero h1{
  font-size:32px;
  padding:20px 10px;
}

}

@media (max-width: 375px) {
 #dialogue.hero h1{
  font-size:32px;
}
}

/*--------------------------------------------------------------
.top_lead
--------------------------------------------------------------*/
/*.top_lead {
  position: relative;
  padding: 30px 20px ;
  /*max-width:980px;*/
 /* margin: 0 auto;
}*/

.top_lead .container{
  width: 50%;
  margin: 0 auto;
}

.en .top_lead .container {
    width: 70%;
    margin: 0 auto;
}

.top_lead-txt{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  max-height: 470px;
  margin: 0 auto;
}

.en .top_lead-txt{
  writing-mode: horizontal-tb;
  text-orientation: unset;
  font-feature-settings: normal;
  max-height: 470px;
  margin: 0 auto;
}

.top_lead-txt h2{
  font-size: 32px;
  margin: 0 0 0 40px;
}

.en .top_lead-txt h2{
  font-size: 32px;
  margin: 0 0 20px;
}

.top_lead-txt p{
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: .075em;
}

.en .top_lead-txt p{
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .075em;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.top_lead p{
  font-size: 1rem;
}
  }
@media (max-width: 767px) {
  .top_lead {
  padding: 10px 10px 0;
}

.top_lead .container,
.en .top_lead .container{
  width: 100%;
  margin: 0 auto 20px;
}

.top_lead-txt h2{
  font-size: 30px;
  margin: 0 0 0 20px;
}

  .top_lead p{
    font-size: .925rem;
}
}

/*--------------------------------------------------------------
.top_products
--------------------------------------------------------------*/
.top_products {
  padding: 10px 20px 30px;
  width: 100%;
  /*background-color: #ede9e6;*/
}

.top_products .lead{
  padding: 0px 20px 0;
  max-width: 1070px;
}

.top_products p.lead {
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.8;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}

.top_products h2.products_title{
  text-align:left;
  font-weight:700;
  font-size: 1.5rem;
  margin: 0.8em 0em 1em;
  line-height: 1.2;
  /*text-shadow: 2px 4px 6px #fff;*/
  /*background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.8);*/
  background-color: rgba(249, 243, 240, 0.8);
  box-shadow: 0px 0px 10px 10px rgba(249, 243, 240, 0.8);
}

.top_products h2.products_title span{
  font-weight:600;
  font-size: 1.2rem;
  /*text-shadow: 2px 4px 6px #fff;*/
}

.top_products h2.products_title img.shiose_logo{
  width: 75%;
  padding-bottom: 20px;
  display: block;
}

.top_products .series_concept {
    padding: 10px 10px 10px;
}

.top_products p {
  margin-bottom: 25px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.8;
}


@media screen and (max-width: 767px) {

  .top_products h2.products_title{
      font-size: 1.3rem;
  }
  .top_products h2.products_title span{
  font-size: 0.9rem;
}
  .top_products .lead {
    padding: 0px 15px 0;
    margin: 0 10px;
}
    .list__special_img_half, .list__special_text_half {
      padding: 0 0px;
    }

    .top_products h2.products_title img.shiose_logo{
  width: 100%;
}

}

/*--------------------------------------------------------------
.top_thoughts
--------------------------------------------------------------*/
.top_thoughts {
  padding: 0px 50px 50px;
  width: 100%;
  background-color: #ede9e6;
}

.top_thoughts_inner{
  border: 1px dotted #cda45e;
  padding: 20px 20px 20px;
  background-color: #fff;
}

.top_thoughts h2{
  text-align:left;
  font-weight:400;
  font-size: 1.8rem;
}

.top_thoughts p{
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .top_thoughts {
  padding: 20px 20px 20px;
}

.top_thoughts h2 span{
  display: block;
}
}

/*--------------------------------------------------------------
.top_interview
--------------------------------------------------------------*/
.top_interview {
  padding: 50px 0 50px;
  display: flex;
  width: 100%;
}

.top_interview .img{
  width: 50%;
  margin: 0 auto;
  padding: 0 20px;
  text-align:center;
}

.top_interview .img p{
  margin: 10px 0;
  font-size: .9rem;
}

.top_interview .text{
  width: 50%;
  padding: 0 20px;
}

.top_interview .text h2{
  text-align:left;
  font-weight:400;
  font-size: 2rem;
}

.top_interview .text p{
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.8;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.top_interview .text p{
  font-size: 1rem;
}
.top_interview .img p{
  font-size: .8rem;
}
}

@media (max-width: 767px) {
.top_interview {
  display: block;
}
.top_interview .img{
  width: 100%;
  padding: 0 5%;
}
.top_interview .text{
  width: 100%;
  padding: 10px 5%;
}
.top_interview .text p{
    font-size: .95rem;
}

.top_interview .img p{
  font-size: .8rem;
}
}

/*--------------------------------------------------------------
.top_interview
--------------------------------------------------------------*/
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* ボタン基本 */
.c-btn {
  /*background: #cda45e;
  border: 2px solid #cda45e;*/
  background: #000000;
  border: 2px solid #000000;
  
  /*border-radius: 60px;*/
  color: #fff;
  display: block;
  font-weight: 400;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
  font-size:1rem;
}


/* 画像バナー基本コード */
.c-bnr {
  background: url(../img/btn-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
}

/* テキスト基本コード */
.c-txt {
  color: #cda45e;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.c-btn.Rounded-corners {
  transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

.c-btn.Rounded-corners:hover {
  background: #fff;
  color: #cda45e;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.image_link{
 display:block; 
 position:relative;
 text-decoration:none;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;
  opacity:0;
  transition:0.3s;
}
.image_link:after{
  content:"VIEW MORE";
  display:block;
  color:#fff;
  line-height:48px;
  width:180px;
  /*border:solid 1px #fff;
  border-radius:5px;*/
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover:before{
  opacity:0.5;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.list__special_img_half {
  width: 50%;
  margin: 0 auto 5px;
  padding: 0 1.5rem 0 1.5rem;
  position: relative;
}

.list__special_img_half img{
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

.item_center {
  text-align: center !important;
  width: 100%;
display: flex; 
justify-content: center;
}

.item_center img{

  width: 40%;
}

@media (max-width: 767px) {

.list__special_img_half {
  width: 100%;
  padding: 0;
    margin: 0 auto 30px;
}
.item_center img{
    text-align: center !important;
  width: 60%;
}
  }



