/*おすすめプラン*/
/* .area_mainPlan{
  position: relative;
  z-index: 0;
  background-color: #eee7e2;
}
.area_mainPlan .plan-wrap{
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 3em;
  margin-bottom: 30px;
  justify-content: center;
  background-color: #eee7e2;
}
.area_mainPlan .plan-wrap .mainPlan-box h3{
  font-size: 1.2rem;
  margin: 20px 0 10px;
  color: #4c4948;
}

.off {
  position: relative;
  background-color: #c46b73;
  border-radius: 5px;
  width: 150px;
  padding: 7px 0;
  margin: 15px auto 10px;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.off::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c46b73;
  z-index: -1;
}
.area_mainPlan .mainPlan-box{
  padding: 0 5px;
}
.area_mainPlan .slick-prev, .slick-next{
  z-index: 1;
}
.area_mainPlan .slick-prev{
  left: 3px;
}
.area_mainPlan .slick-next{
  right: 20px;
}
.area_mainPlan .slick-prev:before, 
.area_mainPlan .slick-next:before {
  font-weight: bold;
  font-size: 1.5rem;
  opacity: 1;
  background-color: rgb(55 55 55 / 70%);
  padding: 10px;
  border-radius: 25px;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.area_mainPlan .slick-prev:before {
  font-family: 'Font Awesome 6 free';
  content: '\f053';
}
.area_mainPlan .slick-next:before {
  font-family: 'Font Awesome 6 free';
  content: '\f054';
}
.area_mainPlan .slick-slide img{
  width: 100%;
  margin-top: 30px;
}
.area_mainPlan .flex-box{
  display: flex;
  justify-content: center;
}
.area_mainPlan .flex-box .off-box{
  margin-inline: auto;
  position: relative;
  width: 70px;
  line-height: 1.2;
}

.area_mainPlan .flex-box .price-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.area_mainPlan .flex-box .price-box .tax{
  font-size: 1.2rem;
}

.area_mainPlan .price-origin{
  position: relative;
  font-size: 1.5rem;
}
.area_mainPlan .price-origin::after{
  position: absolute;
  content: '';
  width: 23px;
  height: 23px;
  top: 5px;
  background: url(/campaign/img/s_junebride_fair/arrow.png) no-repeat top center /contain;
}
.plan-basic {
  border: 1px solid #eab4c3;
  padding: 15px 10px;
  margin-top: 3em;
}
.plan-basic ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 8px;
}
.plan-basic ul::after{
  content: '';
  width: 42%;
  display: block;
  padding: 5px 10px;
}
.plan-basic ul li{
  width: 42%;
  padding: 5px 10px;
  background-color: #ffffff;
}
.plan-note {
  color:#c46b73;
}
.mainPlan-box span.note{
  display: block;
  text-align: left;
  font-size: 1rem;
}
.recommend_plan {
  font-size: 1.2em;
  padding: 10px;
  border-top: 2px solid #eab4c3;
  border-bottom: 2px solid #eab4c3;
  color: #4c4948;
  max-width: 700px;
  margin: auto;
} */

/*おすすめプラン*/
.area_mainPlan{
    position: relative;
    z-index: 0;
    padding: 3em 10px;
    background-color: #eee7e2;
}
.area_mainPlan h2{
    letter-spacing: 0.5px;
}
.area_mainPlan .plan-wrap{
    display: block;
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    background-color: #eee7e2;
}
.area_mainPlan .plan-wrap .mainPlan-box h2{
    margin-bottom: 1.5em;
}
.area_mainPlan .plan-wrap .mainPlan-box h3{
    font-size: 1.2rem;
    margin: 20px 0 10px;
}
.area_mainPlan .mainPlan-box{
    padding: 0 5px;
}
.area_mainPlan img{
  width: 100%;
}
.off {
  position: relative;
  background-color: #c46b73;
  border-radius: 5px;
  width: 150px;
  padding: 7px 0;
  margin: 15px auto 10px;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.off::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c46b73;
  z-index: -1;
}
.price {
  font-size: 2rem;
}
/* .area_mainPlan .slick-prev, .slick-next{
    z-index: 1;
}
.area_mainPlan .slick-prev{
    left: 3px;
}
.area_mainPlan .slick-next{
    right: 20px;
}
.area_mainPlan .slick-prev:before, 
.area_mainPlan .slick-next:before {
    font-weight: bold;
    font-size: 1.5rem;
    opacity: 1;
    background-color: rgb(55 55 55 / 80%);
    padding: 10px;
    border-radius: 25px;
    display: inline-block;
    width: 15px;
}
.area_mainPlan .slick-prev:before {
    font-family: 'Font Awesome 6 free';
    content: '\f053';
}
.area_mainPlan .slick-next:before {
    font-family: 'Font Awesome 6 free';
    content: '\f054';
}

.area_mainPlan .slick-slide img{
    width: 100%;
} */

.area_mainPlan .flex-box{
    display: flex;
    justify-content: center;
}
.area_mainPlan .flex-box .off-box{
    margin-inline: auto;
    position: relative;
    width: 70px;
    line-height: 1.2;
}
/* .area_mainPlan .flex-box .off-box .off{
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.area_mainPlan .flex-box .off-box .off-img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
} */
.area_mainPlan .flex-box .price-box{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.area_mainPlan .flex-box .price-box .tax{
    font-size: 1.2rem;
}

.area_mainPlan .price-origin{
    position: relative;
    font-size: 1.4375rem;
}
.area_mainPlan .price-origin::after{
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    top:6px;
    background: url(/campaign/img/s_special_offer/arrow.png) no-repeat top center /contain;
}
.plan-basic {
  border: 1px solid #eab4c3;
  padding: 15px 10px;
  margin-top: 1em;
}
.plan-basic ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 8px;
}
.plan-basic ul::after{
  content: '';
  width: 42%;
  display: block;
  padding: 5px 10px;
}
.plan-basic ul li{
  width: 42%;
  padding: 5px 10px;
  background-color: #ffffff;
}
.plan-note {
  color:#c46b73;
}
.mainPlan-box span.note{
  display: block;
  text-align: left;
  font-size: .8rem;
}
.recommend_plan {
  font-size: 1.2em;
  padding: 10px;
  border-top: 2px solid #eab4c3;
  border-bottom: 2px solid #eab4c3;
  color: #4c4948;
  max-width: 700px;
  margin: auto;
}

/* @media (min-width: 500px) {
  .area_mainPlan .flex-box .price-box{
      width: 80%;
      flex-direction: row;
      justify-content: center;
      align-items: flex-end;
      align-content: center;
      gap: 0 25px;
  }
  .area_mainPlan .flex-box{
      width: 80%;
      margin: 0 auto;
  }
} */

@media (min-width: 769px) {
/*プラン*/
/* .area_mainPlan .plan-wrap {
  width: 60%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.area_mainPlan .slick-slide img {
  width: 80%;
  margin: 30px auto;
}

.area_mainPlan .mainPlan-box{
  max-width: 1000px;
} */

/*プラン*/
.area_mainPlan {
  padding-top: 3em;
}
.area_mainPlan img{
  width: 80%;
}
    .area_mainPlan .plan-wrap{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .area_mainPlan .mainPlan-box{
        width: 600px;
        margin: 0 auto 5em;
    }

    .area_mainPlan .flex-box .off-box .off{
        font-size: 1.5rem;
    }
    .area_mainPlan .flex-box .price-box{
        width: 100%;
        align-items: center;
        justify-content: center;
        align-content: flex-end;
        flex-direction: row;
    }
    .area_mainPlan:nth-of-type(3) .flex-box .price-box{
        align-content: center;
    }
    .area_mainPlan .price-origin{
        font-size: 1.6rem;
    }
    .area_mainPlan .price-origin::after{
        padding-left: 0;
        width: 30px;
        height: 30px;
        top: 7px;
    }
    .sec_campaignpage .price{
        margin-left: 20px;
        font-size: 30px;
    }
    .area_mainPlan .flex-box{
        width: 70%;
        margin: 0 auto;
    }
    .area_mainPlan .flex-box .off-box{
        width: 17%;
    }
.area_mainPlan .plan-basic img{
  width:400px;
}
.plan-basic {
  padding: 15px 0;
  margin-top: 3em;
}
.plan-basic ul {
  margin-top: 10px;
  gap: 6px;
}
.plan-basic ul::after{
  width: 42%;
  padding: 5px 10px;
}

.recommend_plan {
  font-size: 1.1em;
}

.recommend_plan p {
  font-size: 1.2em;
  letter-spacing: .1em;
}
.price {
  padding-left: 7%;
}
}

/* フェードイン(初期値) */
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s, transform .5s;
}

.js-fadeIn.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}
.non_top .main {
  padding-top: 60px;
}
.bg_color {
  background-color: #fff;
}

.bg {
  padding: 0 5%;
}

.blo_topimg img,
.about img,
.charm img,
#benefits img,
.costume img {
  width: 100%;
}

.h2_ttl {
  font-size: 1.4em;
  color: #4c4948;
}

h3 {
  color: #4c4948;
}

/* ボタン */
.btn {
  /* --btn-color: #FEE8A8; */
  max-width: 300px;
  margin: 30px auto 0;
}

.btn_moreback {
  max-width: 300px;
}

.btn_more a {
  border-radius: 50vh;
  border: 2px solid #eab4c3;
}

.btn_moreback a::before {
  left: 36px;
}

.btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  color: #ffffff;
  background: #eab4c3;
  /* background: var(--btn-color); */
  /* border: 1px solid #eab4c3; */
  border-radius: 50px;
}

.btn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
}

.btn a:hover {
  opacity: 1;
  background: #ffffff;
  color: #eab4c3;
  border: 2px solid #eab4c3;
}

.btn a:hover:after {
  border-top: 2px solid #eab4c3;
  border-right: 2px solid #eab4c3;
}

/* 特典 */
.special_offer {
  margin: 60px auto;
  padding: 20px 0;
  max-width: 400px;
  text-align: center;
  color: #49545c;
  background-color: #eee7e2;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.special_offer p {
  position: absolute;
  top: -25px;
  left: -13px;
  color: #eab4c3;
  font-size: 2.2em;
  font-family: "Oooh Baby", cursive;
  transform: rotate(-10deg);
}

.special_offer span {
  font-size: 1.2em;
}

.special_offer span:nth-child(-n+4) {
  /* border-bottom: 4px solid #FEE8A8; */
  font-size: 1.3em;
  margin-bottom: .5em;
}

.special_offer span:nth-child(5) {
  display: inline-block;
  margin-top: 15px;
}

.special_offer .btn a {
  margin: 20px auto 0;
}

/* ジューンブライドについて */
.about {
  margin-top: 30px;
}
.about .h2_ttl {
  color: #eab4c3;
}
.about h3,
.area_details h3 {
  padding-bottom: 20px;
}

.about .h2_ttl,
.about h3 {
  text-align: left;
}

.about_flex img {
  border-radius: 0 30px;
}

.about .txt_h3 {
  line-height: 2em;
  text-align: center;
  margin: 30px 0;
}

.about .btn:last-child {
  position: relative;
}

/* .about .btn:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  background-color: #f5afaa;
  position: absolute;
  top: 146%;
  left: 50%;
} */

/* 撮影の魅力 */
.charm {
  /* background-color: #eee7e2; */
  padding-bottom: 60px;
}

.charm .h2_ttl {
  padding-top: 30px;
}

.charm ul li {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
}

.charm ul li img {
  width: 90%;
  border-radius: 5px;
}

.charm h4 {
  padding: 8%;
  position: relative;
}

.charm h4 .ttl {
  display: inline-block;
  font-size: 1.1em;
  margin: 0 0 3%5%;
  color: #c46a7b;
}

.charm .num {
  font-family: "Oooh Baby", cursive;
  font-size: 5em;
  font-weight: 900;
  color: #eab4c3;
  opacity: .6;
  top: -7%;
  left: 1%;
  position: absolute;
}

.charm .txt {
  padding-top: 10px;
  text-align: left;
}

.charm .btn:last-child {
  margin-top: 20px;
  position: relative;
}

/* .charm .btn:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  background-color: #f5afaa;
  position: absolute;
  top: 198%;
  left: 50%;
} */


.double_inner .box .off {
  position: relative;
  background-color: #c46b73;
  border-radius: 5px;
  width: 150px;
  padding: 7px 0;
  margin: 15px auto 10px;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.double_inner .box .off::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c46b73;
  z-index: -1;
}
.double_inner .origin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.double_inner .origin .price-origin {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  text-align: center;
}
.double_inner .price {
  font-size: 26px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0;
}
.double_inner span.tax {
  font-size: 16p;
}
.double_inner .origin .arrow {
			padding: 0 5px;
			margin-top: 0px;
		}

		.double_inner .origin .arrow img {
			width: 30px;
		}
.double_inner .sat-sun-holi_price {
  font-size: 12px;
  line-height: 1.5;
}
.box_add {
  margin-top: 20px;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #fff;
  padding: 20px;
  box-sizing: border-box;
}
.standard_plan {
  text-align: center;
}
.box_right .box {
  text-align: left;
}
.box_plan .box_add img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.fon_80 {
  font-size: 80%;
}
.box_plan .box_add .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
.box_plan .box_add .flex p:nth-child(odd) {
  margin-left: 0;
}
.box_plan .box_add .flex p {
  width: 47%;
  padding: 8px 0px;
  margin: 0 5px 10px 5px;
  text-align: center;
  background-color: #fffbfb;
}

.box_plan .box_add .flex::after {
  content: "";
  display: block;
  width: 49%;
}

/* 選べる特典 */
#benefits {
  text-align: center;
}

#benefits .subtxt {
  margin-bottom: 20px;
}

#benefits .line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  text-align: center;
}

#benefits .line::before,
#benefits .line::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #eab4c3;
}

#benefits .line::before {
  margin-right: 10px;
}

#benefits .line::after {
  margin-left: 10px;
}

#benefits h4 {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}

#benefits .note {
  font-size: .6em;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  color: #c46b73;
  margin-top: 1em;
}

.note2 {
  font-size: .6em;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  color: #c46b73;
}

.note3 {
  font-size: .5em;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  color: #c46b73;
}

#benefits .flex {
  display: inline-grid;
  margin: 3em 10px 0 10px;
  justify-content: center;
  width: 40%;
  position: relative;
}

#benefits .flex img {
  width: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  /* border-radius: 0 20px; */
}

#benefits .flex .num {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eab4c3;
  top: -10%;
  left: -10%;
}

#benefits .flex .num span {
  position: absolute;
  display: inline-block;
  left: 1%;
  top: 55%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
}

#benefits .btn {
  margin: 30px auto 0;
  width: 80%;
}

#benefits .btn:last-child {
  margin-top: 30px;
  position: relative;
}

/* #benefits .btn:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  background-color: #f5afaa;
  position: absolute;
  top: 140%;
  left: 50%;
} */

/* 衣装 */
.costume .txt_h3 {
  padding: 30px 10px 0;
  max-width: 400px;
  margin: 0 auto 90px;
  position: relative;
}

/* .costume .txt_h3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  background-color: #f5afaa;
  position: absolute;
  top: 110%;
  left: 50%;
} */

/*スライダー設定*/
.blo_collection {
  padding: 20px 0 10px;
}

.slider_collection {
  margin: 0px auto 40px;
}

.slider_collection li {
  margin: 0 15px;
}

.slider_collection li img {
  /* border-radius: 5%; */
  box-sizing: border-box;
  width: 150px;
  margin: auto;
}

.original_collection li img {
  border: unset;
}

.slick-dots {
  bottom: -50px;
}

@media (min-width: 600px) {
  .slider_collection li img {
    width: 160px;
    /* height: 266px;*/
  }

  .slider_collection li {
    margin: 0 15px;
  }
}

/* キャンペーン詳細 */
.area_details,
.area_details dl {
  padding: 0;
}

.area_details dt {
  width: 20%;
  background-color: #eee7e2;
  padding: 2% 5%;
}

.area_details dd {
  padding: 2% 5%;
}

.area_details .h3 {
  font-weight: normal;
}

/*769px 以上*/
@media (min-width: 769px) {
  .non_top .main {
    padding-top: 0;
  }
  .sec_campaignpage .blo_topimg {
    background: none;
  }

  .h2_ttl {
    margin-top: 0%;
  }

  h3 {
    font-size: 1.2em;
    margin-top: 0%;
  }

  .btn,.btn_moreback {
    max-width: 350px;
  }

  /* 特典 */
  .special_offer {
    margin: 90px auto;
    padding: 30px 0;
    max-width: 500px;
    border-radius: 0 60px 0 60px;
  }

  .special_offer p {
    font-size: 3.4em;
    top: -44px;
    left: -56px;
  }

  .special_offer02 {
    margin: 150px auto 90px;
  }

  /* ジューンブライドについて */
  .about {
    max-width: 1000px;
    margin: 50px auto 90px;
  }

  .about_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
  }

  .about_flex img {
    width: 50%;
  }

  .about .txt_h3 {
    margin: 0;
  }

  /* .about .btn:last-child:after {
    height: 100px;
    top: 160%
  } */

  
  /* 撮影の魅力 */
  .charm {
    padding-bottom: 90px;
    margin: auto;
  }

  .charm ul {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 350px 350px;
    place-content: center;
    gap: 10px;
  }

  .charm h3 {
    padding-bottom: 20px;
  }

  .charm h4 {
    padding: 6%;
  }

  .charm .num {
    font-size: 4em;
    top: -12%;
    left: -5%;
    position: absolute;
  }

  .charm h4 .ttl {
    font-size: 1em;
    margin: 0 0 3% 1%;
  }

  .charm .txt {
    font-size: .9em;
    padding-top: 18px;
    text-align: left;
  }

  /* .charm .btn:last-child:after {
    height: 100px;
    top: 260%
  } */

  .double_inner {
    overflow: hidden;
  }
  .recommend_plan {
    font-size: 1.1em;
    width: 80%;
}
.recommend_plan p {
  font-size: 1.4em;
  letter-spacing: .1em;
}
.box_left {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.box_right {
  float: left;
  width: 45%;
  margin-top: 0px;
}
.double_inner .box .off {
  position: relative;
  background-color: #c46b73;
  border-radius: 5px;
  width: 150px;
  padding: 7px 0;
  margin: 15px 0 10px 0%;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.double_inner .origin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.double_inner .origin .price-origin {
  font-size: 23px;
  text-align: left;
}
.double_inner .price span.tax {
  font-size: 18px;
}
#blo_content_standard01 .box_plan {
  margin: 20px auto 0;
  width: 60%;
}
.box_plan .box_add img {
  width: 450px;
  margin: 0 auto;
  display: block;
}
.box_plan {
  margin: 20px auto 0;
  width: 60%;
}

  /* 選べる特典 */
  #benefits {
    max-width: 800px;
    margin: 0 auto 90px;
  }

  #benefits .flex {
    margin-top: 4em;
    width: 34%;
  }

  #benefits .line {
    font-size: 1.6em;
  }

  #benefits .line::before,
  #benefits .line::after {
    width: 100px;
    margin-right: 20px;
  }

  #benefits .note {
    font-size: .7em;
  }

  #benefits .flex {
    display: inline-grid;
    margin-right: 20px;
    justify-content: center;
    width: 35%;
    margin-top: 3em;
  }

  #benefits .flex .num {
    width: 40px;
    height: 40px;
    top: -8%;
    left: -8%;
  }

  #benefits .flex .num span {
    width: 40px;
  }

  #benefits .btn {
    margin: 50px auto 0;
    width: 350px;
  }

  /* #benefits .btn:last-child:after {
    height: 100px;
    top: 150%
  } */

  /* 衣装 */
  .costume .txt_h3 {
    max-width: 600px;

  }

  /* .costume .txt_h3::after {
    height: 100px;
    top: 110%
  } */

  /*スライダー設定*/
  .slider_collection {
    margin: 0 auto 60px;
  }

  .slider_collection li {
    margin: 0 20px;
    text-align: center;
  }

  .slider_collection li figure {
    width: 242px;
    height: 357px;
    border: 2px solid #f6bfbc;
    box-sizing: border-box;
    overflow: hidden;
  }

  .original_collection li figure {
    border: unset;
  }

  .slider_collection li img {
    width: 100%;
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
  }

  .slider_collection li a {
    display: block;
    opacity: 1;
  }

  .slider_collection li a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }

  .blo_collection {
    margin-top: 50px;
  }

  .area_details .blo_details {
    max-width: 600px;
  }

  .area_details dl {
    border-left: none;
    border-right: none;
  }

}