@charset "utf-8";
@import url("https://use.typekit.net/aqy1tzh.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700i');

/*common*/

* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.loaded {
  -webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
  -o-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
  transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
  /* custom */
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.05em;
}

body[lng="en"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
}

.kari {
  margin: 100px 0;
  background: #eee;
  min-height: 900px;
}

[clear="both"] {
  height: 0;
  width: 0;
}


/* For modern browsers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

.pnone {
  pointer-events: none;
}

.none {
  display: none !important;
}

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

.center_tr {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center_tr_dn {
  opacity:0;
}

.trac_left {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.merc {
  margin-left: auto;
  margin-right: auto;
}


/*layers*/

.layers {
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.layers,
.layers * {
  pointer-events: none;
}

[lay] {

  -webkit-backface-visibility: hidden;
  position: absolute;


  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */



  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;

}

  {
  -webkit-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1);
  /* older webkit */
  -webkit-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  -moz-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  -o-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  /* custom */
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.layers>* {
  position: absolute;
}


/*rotater*/

[rotater] div,
[rotater] img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -moz-animation: rotater1 0.5s ease-in-out 0s infinite alternate;
  -webkit-animation: rotater1 0.5s ease-in-out 0s infinite alternate;
  -o-animation: rotater1 0.5s ease-in-out 0s infinite alternate;
  -ms-animation: rotater1 0.5s ease-in-out 0s infinite alternate;
}

@-moz-keyframes rotater1 {
  0% {
    -moz-transform: rotate(3deg);
  }

  100% {
    -moz-transform: rotate(-3deg);
  }
}

@-webkit-keyframes rotater1 {
  0% {
    -webkit-transform: rotate(3deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
  }
}

@-o-keyframes rotater1 {
  0% {
    -o-transform: rotate(3deg);
  }

  100% {
    -o-transform: rotate(-3deg);
  }
}

@-ms-keyframes rotater1 {
  0% {
    -ms-transform: rotate(3deg);
  }

  100% {
    -ms-transform: rotate(-3deg);
  }
}


/*pinkback*/

.pinkback {
  font-size: 37px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 6px;
  overflow: hidden;
  color: #333;
}

[lng="en"] .pinkback {
  font-size: 31px;
  line-height: 41px;
  font-family: 'Playfair Display', serif;

}

.pinkback_back {
  display: block;
  position: absolute;
  background: #f5dadf;
  height: 60%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.pinkback_in {
  font-weight: 600;
  z-index: 2;
  letter-spacing: 0;
}


/*pinkpart*/

.pinkpart {
  margin: 38px 0 18px;
  background: #e60e97;
  width: 52px;
  height: 2px;
}


/*area*/

.areas {
  width: 100%;
  overflow: hidden;
}

.area {
  width: 100%;
}

.content {
  z-index: 20;
}


/*nimbus*/

.nimbusjp {
  font-size: 21px;
}

.nimbus {
  font-size: 64px;
  letter-spacing: 0;
  font-family: "din-condensed", "Din Condensed", "nimbus-sans-condensed", "Nimbus Sans Cond L", sans-serif;
  font-style: normal;
  font-weight: 500;

}


/*eyeb*/

.eyeb {
  line-height: 62px;
  vertical-align: middle;
  height: 60px;
  width: 342px;
  background: #f5dadf;
  display: block;
  font-family: 'Montserrat', sans-serif;
  padding-left: 30px;
  font-size: 13px;
  z-index: 20;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #000;

}

.eyeb:after {
  content: ".";
  color: rgba(0, 0, 0, 0);
  width: 65px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/eyeb_c.png");
}

.eyeb:hover:after {
  background-image: url("../img/eyeb_o.png");
}



/*eyeb*/

.eyeb2 {
  line-height: 62px;
  vertical-align: middle;
  height: 60px;
  width: 227px;
  background: #f5dadf;
  display: block;
  font-family: 'Montserrat', sans-serif;
  padding-left: 30px;
  font-size: 13px;
  z-index: 20;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
  text-align: left;
  margin: 0 auto;
  color: #000;
}

.eyeb2:after {
  content: ".";
  color: rgba(0, 0, 0, 0);
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/eyeb2_c.png");
}

.eyeb2:hover:after {
  background-image: url("../img/eyeb2_o.png");
}





/*basetext*/

.basetext {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 45px;
  font-feature-settings: "palt";
}

.annotation{
  padding-top:60px;
  white-space: nowrap;
}


[lng="en"] .basetext {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 25px;
  font-feature-settings: "palt";
}


/*ling*/

.limg {
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 20;
}


/*loader*/

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}

.loader:before {
  content: ".";
  color: rgba(0, 0, 0, 0);

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5dadf;


  -webkit-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);

  -webkit-transition: all 1400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 1400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 1400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 1400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}

.onsable .loader:before {

  -webkit-transform: translate(0, -150%) rotate(10deg);
  transform: translate(0, -150%) rotate(10deg);
  z-index: 1000;

}

.loader:after {


  -webkit-transition: opacity 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: opacity 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: opacity 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: opacity 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */


  content: ".";
  color: rgba(0, 0, 0, 0);

  position: fixed;
  top: 50%;
  left: 50%;
  background-image: url(../img/eyeb_c.png);
  width: 65px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  opacity: 1;
}

.movmae.loader:after {
  background-image: url(../img/eyeb_o.png);
}

.indexpageload .loader:after {
  opacity: 0;
}

.onsable .loader:after {
  opacity: 0;
}

.onsable .loader {
  opacity: 1;
  -webkit-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1);
  /* older webkit */
  -webkit-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  -moz-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  -o-transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  transition: all 2000ms cubic-bezier(0.010, 0.410, 0.060, 1.010);
  /* custom */
}


/*header*/

.header_logo {
  position: fixed;
  top: 33px;
  left: 33px;
  z-index: 80;
}

/*footer*/

.footer_area {
  height: 320px;
  width: 100%;
}

.footer_bg {
  transform-origin: center top;
  transform: rotate(-3deg);
  background: #f5dadf;
  position: absolute;
  left: -15%;
  top: 0;
  width: 130%;
  height: 200%;
}

.footer_wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 180px;
  margin-top: -10px;
}


/*footer_snss*/
.footer_snss {
  text-align: center;

  position: absolute;
  width: 100%;
  left: 0;
  top: 65px;
}

.footer_snss a {
  display: inline-block;
  margin: 0 10px;
}


.footer_links {
  position: absolute;
  width: 100%;
  left: 0;
  top: 135px;
  text-align: center;
}

.footer_links a {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 700;
  margin: 0 12px;
}

.footer_logo {
  display: block;
  position: absolute;
  top: 177px;
  left: 50%;
}

.footer_copy {
  letter-spacing: 0;
  width: 100%;
  position: absolute;
  top: 233px;
  left: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  opacity: 0.3;
  color: #000;
}

.footer_lv {
  position: absolute;
  top: -135px;
  left: 50%;
  margin-left: -470px;
  display: none;
}

.indexpage .footer_lv {
  display: block;
}

/*top*/


/*kv*/

.kv_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
/*  margin-top: 50px; */
}

.kv_area:not(.onscreen) {
  overflow: hidden;
}

.kv_area_dummy {
  width: 100%;
}

.kv_video {}

.kv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 51;
}


.center_tr2{
  top: 87%;
  left: auto;
  right: 140px;
  transform:none;
  width: 636px;
}

@media screen and (min-width: 769px) and (max-width: 1360px),
print {
  .center_tr2{
    width: 530px !important;
    height: auto !important;
  }
  .rdm_bn.only_rdm{
    width: 345px !important;
    height: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px),
print {
  .center_tr2{
    width: 420px !important;
    height: auto !important;
    right:60px;
  }
  .rdm_bn.only_rdm{
    width: 285px !important;
    height: 116px !important;
  }
}

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


/*t_area_1*/

.t_area_1 .content {
  position: absolute;
  left: 13%;
  top: 153px;
}
.t_area_1 .content small {
  display: inline-block;
  transform-origin: left top;
  -webkit-transform: scale(.7);
  transform: scale(.7);
}
.t_area_1 {
  height: 890px;
}


/*t_area_2*/

.t_area_2 {
  height: 800px;
  margin-top: 100px;
}

.t_area_2 .content {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -358px;
}

.t_area_2 .basetext {
  margin-bottom: 20px;
}

.t_area_2_title {
  text-align: center;
}

.t_area_2_title div {
  transform: rotate(-2deg);
}

.ta2_2 {
  position: absolute;
  display: block;
  top: -240px;
  right: 0;
}

.ta2_3 {
  position: absolute;
  display: block;
  top: 400px;
  left: 0;
}

.t_area_2 .eyeb {
  position: absolute;
  top: 620px;
  left: 50%;
  z-index: 20;
}



/*t_area_3*/

.t_area_3 {
  height: 600px;
  margin-top: 100px;
}

.t_area_3 .content1 {
  position: absolute;
  top: 0;
  left: 13%;
}


.t_area_3 .content2 {
  position: absolute;
  top: 230px;
  left: 13%;
}

.ta3_1 {
  position: absolute;
  top: -200px;
  left: 0px;
}

.t_area_3 .nimbus {
  font-size: 54px;
  margin-top: -7px;
  margin-bottom: 83px;
}





/*t_area_4*/

.t_area_4 {
  height: 745px;
  margin-top: 100px;
}

.t_area_4 .content {
  position: absolute;
  top: 57px;
  right: 9%;
  width: 400px;
}

.ta4_1 {
  position: absolute;
  top: -50px;
  left: -60px;
}

.t_area_4 .nimbus {
  font-size: 54px;
  margin-top: -7px;
  margin-bottom: 83px;
}


.t_area_4 .eyeb {
  position: absolute;
  top: 530px;
  left: 50%;
  z-index: 20;
}





/*t_area_5*/

.t_area_5 {
  height: 800px;
  margin-top: 0;
}


.t_area_5 .content {
  position: absolute;
  top: 150px;
  left: 13%;
}

.ta5_1 {
  position: absolute;
  top: -40px;
  left: -50px;
}

.t_area_5 .nimbus {
  font-size: 54px;
  margin-top: -7px;
  margin-bottom: 83px;
}





.t_area_5 .eyeb {
  position: absolute;
  top: 720px;
  left: 50%;
  z-index: 20;
}





.t_area_6 {
  height: 340px;
  margin-top: 10px;
}

.t_area_6_m .percent {
  top:-82px;
  left:36%;
}

.top_product1_bg {
  position: absolute;
  left: 50%;
  margin-left: -282px;
}

.top_product1_item {
  position: absolute;
  left: 50%;
  margin-left: 0;
  top: 150px;
}

.top_product1_info {
  position: absolute;
  left: 50%;
  margin-left: -171px;
  top: 113px;
}

.top_product .name_en {
  font-size: 60px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.top_product5_box .name_en {
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.top_product5_box h3 {
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1050px),
print {

  .t_area_6 {
    margin-top: 40px;
  }

  .top_product1_info {
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 60px;
    transform: scale(0.85);
  }

  .top_product1_bg {
    position: absolute;
    left: 50%;
    margin-left: -300px;
  }

  .top_product1_item {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 150px;
    transform: scale(0.85);
  }
}

.t_area_7 {
  height: 800px;
  justify-content: center;
  display: flex;
}

.t_area_7 .top_product {
  width: 260px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.top_product2_bg {
  position: absolute;
  left: -50px;
}

.top_product2_item {
  position: absolute;
  left: 35px;
  top: 80px;
}

.top_product2_icon {
  position: absolute;
  left: 50%;
  margin-left: 80px;
  top: 162px;
}

.top_product3_bg {
  position: absolute;
  left: -50px;
  top: -20px;
}

.top_product3_item {
  position: absolute;
  left: 35px;
  top: 80px;
}

.top_product3_icon {
  position: absolute;
  left: 50%;
  margin-left: 80px;
  top: 162px;
}

.top_product4_bg {
  position: absolute;
  left: -22px;
  top: 6px;
}

.top_product4_item {
  position: absolute;
  left: 7px;
  top: 80px;
}

.top_product4_icon {
  position: absolute;
  left: 50%;
  margin-left: 62px;
  top: 169px;
}


.top_product5_bg {
  position: absolute;
  left: -92px;
  top: 19px;
}

.top_product5_item {
  position: absolute;
  left: -16px;
  top: 70px;
}

.top_product5_icon {
  position: absolute;
  left: 50%;
  margin-left: 121px;
  top: 135px;
}

@media screen and (min-width: 769px) and (max-width: 1050px),
print {
  .t_area_7 {
    transform: scale(0.85);
  }

  .t_area_7 .top_product {
    margin: 0 15px;
  }
}


.t_area_8 {
  height: 740px;
  margin-top: 270px;
}
@media screen and (min-width: 769px)  {
  .t_area_8 .products {
    width: 600px!important;
  }
}

.jnl_bg1 {
  position: absolute;
  left: 50%;
  top: -51px;
  margin-left: -510px;
}

.jnl_bg2 {
  position: absolute;
  left: 50%;
  top: -22px;
  margin-left: 166px;
}

.jnl_title {
  position: absolute;
  left: 50%;
  top: -165px;
  margin-left: -146px;
}

.jnl_thumb {
  position: absolute;
  left: 50%;
  top: 12px;
  margin-left: -320px;
  width: 682px;
  height: 385px;
}

.jnl_thumb .jnl_contents {
  background: #fff;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 20px 40px 20px 20px;
}

.t_area_8 .jnl_tag {
  margin: 0 5px;
  font-family: Courier, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  background: #191919;
  padding: 14px;
  display: inline-block;
}

.t_area_8 .jnl_text {
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.4em;
  max-width: 280px;
}

.t_area_8 .eyeb {
  position: absolute;
  left: 50%;
  top: 448px;
  margin-left: -170px;
}

.t_area_8 .line {
  font-size: 10px;
  display: inline-block;
  padding: 0 5px;
}





.one_eyeb {
  line-height: 62px;
  vertical-align: middle;
  height: 60px;
  width: 252px;
  background: #f5dadf;
  display: block;
  font-family: 'Montserrat', sans-serif;
  padding-left: 30px;
  font-size: 13px;
  z-index: 20;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
}

.one_eyeb:after {
  content: ".";
  color: transparent;
  width: 30px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/product_list/one_eyeb_c.png);
}

.one_eyeb:hover:after {
  background-image: url(../img/product_list/one_eyeb_o.png);
}

.top_product2_info,
.top_product3_info,
.top_product4_info {
  width: 100%;
  position: absolute;
  top: 390px;
}

.t_area_7 .name_en {
  font-size: 35px;
  text-align: center;
  margin-bottom: 5px;
}

.t_area_7 .nimbusjp {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}



/*bagb*/
.bagb {
  line-height: 62px;
  vertical-align: middle;
  height: 60px;
  width: 342px;
  background: #f5dadf;
  display: block;
  font-family: 'Montserrat', sans-serif;
  padding-left: 30px;
  font-size: 15px;
  z-index: 20;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
}

.bagb:after {
  content: ".";
  color: transparent;
  width: 27.5px;
  height: 23.5px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/rose_dtl/bag.png");
}







/*bagb_hover*/

.bagb:hover .bagb_hover {
  pointer-events: auto;
  opacity: 1;
}

.bagb_hover {
  opacity: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400%;
  border: solid 2px #f5dadf;
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.bagb_hover a {
  height: 25%;
  width: 100%;
  display: block;
  background-color: #fff;
  font-size: 15px;
  padding-left: 24px;
  letter-spacing: 0.2em;
  color: #000;

  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translate(0%, -1000%);

}

.bagb_hover a+a {
  border-top: solid 2px #f5dadf;

}

.bagb:hover .bagb_hover a {
  transform: translate(0%, -0%);

}


.bagb_hover a:after {
  content: ".";
  color: transparent;
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bagb_arrow.png");
}



.bagb_hover a.rakuten:before {
  content: ".";
  color: transparent;
  width: 103px;
  height: 18px;
  width: 116px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bagb_rakuten.png");
}



.bagb_hover a.amazon:before {
  content: ".";
  color: transparent;
  width: 116px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bagb_amazon.png");
}

.bagb_hover a.yahoo:before {
  content: ".";
  color: transparent;
  width: 116px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bagb_yahoo.png");
}

.bagb_hover a.naturelab:before {
  content: ".";
  color: transparent;
  width: 116px;
  height: 33px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/footer_logo.png");
}



.bagb_hover a.selmedi:before {
  content: ".";
  color: transparent;
  width: 116px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 24px;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bagb_selmedi.png");
}
@media screen and (min-width: 769px)  {
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link01 {
    width: 255px;
    margin: -20px 0 0 410px;
    /* margin: -20px 0 0 310px; */
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link02 {
    width: 255px;
    margin: -20px 0 0 686px;
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link03 {
    width: 255px;
    margin: -20px 0 0 300px;
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link04 {
    width: 255px;
    margin: -20px 0 0 575px;
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link01 span,.t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link02 span {
    /* font-size: 80%; */
  }
}
@media screen and (max-width: 768px)  {
  .t_area_3 .prd_area.buy_link_hack {
    margin-top: 20px;
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link01 span,.t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link02 span {
    font-size: 90%;
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link01 {
    margin-top: 50px;
  }
  .t_area_3 .prd_area.buy_link_hack .prd01_buy.buy_link02 {
    margin-top: 10px;
    position: relative;
    z-index: 19;
  }

}


/*tolng*/
[tolng],
.menu_line {}


/*child*/
.child_head {
  width: 110%;
  height: 533px;
  margin-top: -300px;
  background-size: cover;
  background-position: center bottom;


  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;



  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);

}

.child_title {
  margin-top: -43px;

  height: 200px;
  text-align: center;

}

.child_title h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
}

.child_title h1 span {
  margin-top: 3px;
  display: block;
  font-size: 60px;
  font-weight: 500;

}

.child_title_line {
  width: 56px;
  height: 2px;
  background-color: #e60e97;
  margin: 15px auto;
}

.s_area {
  text-align: center;
  padding-bottom: 100px;
}

.s_area .pinkback {
  margin: 0 auto;
  margin-bottom: 35px;
}

.s_area p {
  font-size: 16px;
  line-height: 47px;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p.textarea {
  display: inline-block;
  margin-right: 6px;
}

.s_area input.textarea {
  width: 328px;
  height: 60px;
  border: solid 2px #f5dadf;
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
}

.s_area input.btn {
  display: inline-block;

  width: 113px;
  height: 60px;
  border: solid 2px #f5dadf;
  font-size: 15px;

  font-weight: bold;
  letter-spacing: 0.15em;
  background-color: #f5dadf;
}

.sc_bottom {
  width: 456px;
  font-size: 13px;
  text-align: left;
  margin: 13px auto;
  display: block;

}

.regions {
  width: 80%;
  position: relative;
  left: 5%;
  margin: 0 auto;
}

.regions section {
  width: 25%;
  float: left;
  text-align: left;
}

.regions section ul {
  list-style: none;
}

#backnumber a,
.regions section a {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #2f1809;
  font-weight: normal;
  text-decoration: underline;
  padding-left: 20px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#backnumber a:before,
.regions section a:before {
  transform: translate(0%, -50%) rotate(45deg);
  content: ".";
  color: rgba(0, 0, 0, 0);
  width: 6px;
  height: 6px;
  border: solid 1px #2f1809;
  border-width: 1px 1px 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.region {
  padding-bottom: 100px;
}

.regions .ttl {
  margin-bottom: 20px;
  font-size: 15px;
}

.regions {
  margin-top: 50px;
}

.s_area_noh2 {
  margin-top: -30px;
}


/*page_num*/
.page_nums {
  z-index: 100;
}

.page_num {
  text-align: left;
  margin: 0 auto;
  max-width: 80%;
  width: 1024px;
  padding: 0 5%;

}

.page_num li {
  display: inline-block;
}

.page_num * {
  font-family: 'Montserrat', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #000;
}


.page_num li>* {
  letter-spacing: 0;
  width: 42px;
  height: 42px;

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  border: solid 2px #f5dadf;
  display: inline-block;
  vertical-align: middle;
  line-height: 39px;
  text-align: center;
  font-size: 11px;
  margin-right: 3px;
}

.page_num li>*.next {
  font-size: 15px;
  border-width: 0 0 2px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
}

li+li>*.next {
  margin-left: 10px;
}

.page_num li>span {
  background-color: #f5dadf;
}

.shoplist ul {
  margin: 0 auto;
  width: 1024px;

  max-width: 80%;
  border-bottom: solid 2px #f5dadf;
}

.shoplist li {
  padding: 0 5%;
  height: 134px;
  display: block;
  border-top: solid 2px #f5dadf;
}

.shoplist .left {
  width: 50%;
  display: block;
  float: left;
  height: 100%;
}

.shoplist .tel {
  width: 30%;
  height: 100%;
  display: block;
  float: left;
  line-height: 134px;
  vertical-align: middle;
  font-size: 16px;
}

.shoplist_head {
  padding-bottom: 35px;
}

.shoplist .btn {
  display: block;
  float: left;
  height: 100%;
  width: 20%;
}


.shoplist .btn a {
  display: block;
  float: left;
  width: 113px;
  height: 60px;
  background-color: #f5dadf;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  font-size: 15px;
  font-family: 'Montserrat', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.2em;
  color: #000;
  text-align: center;
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}


.shoplist .name {
  font-size: 25px;
  margin-top: 35px;
  font-weight: normal;
}

.shoplist .addr {
  font-size: 15px;
  margin-top: 20px;
}




/* For modern browsers */

.shoplist li:before,
.shoplist li:after {
  content: "";
  display: table;
}

.shoplist li:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.shoplist li {
  zoom: 1;
}




.shoplist+.shoplist_head {
  padding-top: 34px;
  padding-bottom: 0;
}


/*news*/
#units_list {
  width: 1024px;
  margin: 0 auto;
}

.news_list {
  margin-top: -20px;
}

.news_list .date {
  letter-spacing: 0.2em;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.news_list .ttl {
  font-size: 25px;
  font-weight: normal;
}

.news_list .unit {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 2px #f5dadf;
}

.news_list .txt {
  font-size: 16px;
  line-height: 47px;
  display: inline;
}




.news_list .ttl:after {
  width: 56px;
  height: 2px;
  background-color: #e60e97;
  display: block;
  margin-top: 18px;
  margin-bottom: 30px;
  content: ".";
  color: rgba(0, 0, 0, 0);
}

.news_list .img {
  float: right;
  display: block;
  margin-bottom: 20px;
}

.news_list .img img {
  display: block;
  max-width: 140px;
  height: auto;
  margin-left: 40px;
}

.news_list .img a+a img {
  margin-top: 20px;
}

#backnumber {
  width: 1024px;
  max-width: 80%;
  margin: 80px auto 50px;
}

#backnumber li {
  display: inline-block;
  width: 19%;
  padding-bottom: 10px;
}

/*0312*/

.top_h1 {
  position: absolute;
  left: 90px;
  top: 30px;
  font-size: 10px;
  opacity: 0.5;
  z-index: 20;
}

.nimbusjp,
.nimbus {
  color: #333;
}

/*teaser*/
/*
[tsr]{
  display: none !important;
}
.indexpage .t_area_3 {
    margin-top: -70px;
    }
    .indexpage .t_area_5{
          margin-top: -60px;
margin-bottom:-100px;
    }
    .layers,
    .layers *{
      pointer-events: none;
    }
*/
/*0313*/


.bfshort {
  text-indent: -0.5em;
}

.afshort {
  padding-right: 0;
}




/*dtl*/

.t_area_3 .content .product_wrapper .product .container {
  height: 160px;
}

.t_area_3 .content .product_wrapper .product .container .image {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.t_area_3 .content .product_wrapper .product .container .info {
  position: absolute;
  bottom: -5px;
  left: 90px;
  width: 100%;
}

.t_area_3 .content .product_wrapper .product {
  margin: auto;
  width: 250px;
  margin-bottom: 43px;
}

body .t_area_3 .content .product_wrapper {
  margin-bottom: 25px;
}



body .t_area_8 .content .product_wrapper .product .info .nimbusjp {
  font-size: 15px;
}

body .t_area_8 .content .product_wrapper .product .info .nimbus {
  margin-top: 4px;
  font-size: 35px;
}

body .t_area_5 .product_wrapper .product .info .name {
  line-height: 125%;
}


.oil_details .t_area_5 .product_wrapper .product .info {

  left: 20px;
  width: 210px;

}


.oil_details .t_area_5 .h2 {
  line-height: 150%;
}


.one_eyeb {
  color: #000;
}

.ie .limg {
  z-index: 0;
}

.minnote {

  font-size: 10px;
  line-height: 200%;
  display: block;
}



x.menu_area a:nth-of-type(4) {
  display: none;
}



/*footerpage*/
.fp_area {
  width: 80%;
  margin: 0px auto 50px;
  max-width: 960px;
  line-height: 180%;
}

.privpage .fp_area * {
  list-style: none;
  font-size: 14px;
}

.privpage .fp_area h2 {
  margin: 50px 0 10px;
}


.fp_area table {
  margin: 0 auto;
}

.fp_area table th,
.fp_area table td {
  text-align: left;
  padding: 10px 30px 10px 0;
  border-bottom: solid 1px #ccc;
}

.fp_area a {
  text-decoration: underline;
  color: #333;
}


/*lll*/

.lll {
  z-index: 10000;
  position: absolute;
  top: -100%;
  pointer-events: none;
}

.onsable .lll {
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-delay: 0.62s;

}



/*p_select*/
.p_select {
  text-align: center;
  margin-top: 100px;
}

.p_select_box {
  display: inline-block;
  width: 330px;
  height: 232px;
}

.p_select_title {
  font-size: 35px;
  height: 25px;
  background-color: #fff;
  padding: 2px 5px 0;
  top: 105px;
}

.p_select_box .layers {
  position: absolute;
}

.p_select_box .eyeb2 {
  position: absolute;
  bottom: 0;
  left: 50%;
}



/*lng*/



[lng="jp"] [tolng="en"],
[lng="en"] [tolng="jp"] {
  opacity: 0.5;
}

[lng="jp"] [en],
[lng="en"] [jp] {
  display: none !important;
}



/*hiddenbutton*/
.selmedi,
.selmedi+a {
  display: none !important
}


.bagb_hover {
  height: 200%;
}
.bagb_hover--3-link {
  height: 300%;
}

.bagb_hover a {
  height: 50%;
}
.bagb_hover--3-link a {
  height:33.3%;
}

.bagb_hover--4-link {
  height: 400%;
}

.bagb_hover--4-link a {
  height: 25%;
}

.jpenf {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/**/

.kv_wrap {
  background-image: url(../img/new_kv.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.rdm_bn {
  position: absolute;
  bottom: -50px;
  left: -23px;
  display: block;
  z-index: 60;
}


.p_in {
  height: 430px
}

.p_in .eyeb {
  position: absolute;
  font-size: 13px;
  width: 287px;
}

.t_area_2.pd_t_area_2 {
  height:2330px;
  /* height: 1740px; */
}

.new_pros .wrapper {
  padding-top: 50px;
  width: 300px;
  margin-left: -20px;
}

.new_pros .nimbus {
  width: 300px;
}

.t_area_2 .content .product_wrapper.new_pros .product {
  width: 50%;
}

.t_area_2 .content .product_wrapper.new_pros .product * {
  margin-left: auto;
  margin-right: auto;
}

.t_area_ht {
  text-align: center;
  height: 780px;
  position: relative;
}

.t_area_ht h2 {
  margin: 30px auto;
}

.ht_txts {
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: 200px;
  text-align: left;
}

.ht_txts_h {
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  cursor: pointer;
}

.ht_txts_h:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-right: 7px;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/ht_ar2.png);
  background-repeat: no-repeat;
  transform: rotate(90deg);

  -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}

.selech.ht_txts_h:before {
  background-image: url(../img/ht_ar.png);
  transform: rotate(0deg);
}

.selech.ht_txts_h+.ht_txts_p {
  max-height: 200px;
  padding-bottom: 51px;

  opacity: 1;
}


.ht_txts_p {
  overflow: hidden;
  max-height: 0;
  opacity: 0;

  padding-bottom: 0px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.1em;

  -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}

.ht_ss {
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -550px;
  width: 683px;
  height: 386px;

}

.ht_slider_in {
  width: 683px;
  height: 386px;
}

.ht_slider_in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 683px;
  height: 386px;
}

.ht_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.slick-arrow {
  position: absolute;
  bottom: -40px;
  z-index: 20;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;

}

li[role="presentation"] {
  display: inline-block;
  width: 14px;
}

li[role="presentation"] button {
  opacity: 0;
  display: none;
}


li[role="presentation"]:before {
  content: "・";
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}


li.slick-active[role="presentation"]:before {
  color: #e60e97 !important;
}

.slick-arrow {
  cursor: pointer;
  width: 20px;
  height: 12px;
  background-position: center center;
  background-size: contain;
}

.slick-prev {
  background-image: url(../img/ht_arr1.png);
}

.slick-next {
  background-image: url(../img/ht_arr2.png);
}



.slick-prev {
  left: 220px;
}

.slick-next {
  right: 220px;
}

/*
.newa_t_area_01.t_area_01 {
  height: 1030px
}
*/
.newa_t_area_01.t_area_01 {
  height: 830px
}

.t_area_mm {
  height: 300px;
  width: 100%;
}


.napa_t_area_01 {
  margin: -80px;
}

.new_pros {
  height: 480px;
}

.t_area_2 .content .product_wrapper.new_pros .product {
  height: 211px;
}

.emmin {
  font-size: 0.8em;
  margin: 10px auto 20px;
}

.rdm_bn {
  -webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -moz-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -o-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */

}

.rdm_bn:hover {
  transform: rotate(-5deg);
}


/*only_rdm*/
/*.only_rdm{
display: none !important;
}
.t_area_2.pd_t_area_2 {
  height:1930px;
}*/
/*/only_rdm*/

/* ==================================================
201903追記
================================================== */

.top_product6_bg {
  position: absolute;
  left: -50px;
  top: 0;
}

.top_product6_item {
  position: absolute;
  left: 25px;
  top: 60px;
}

.top_product6_icon {
  position: absolute;
  left: 50%;
  margin-left: 80px;
  top: 162px;
}

/* ==================================================
201910追記
================================================== */

.t_area_j {
  height:517px;
  margin-top: 0px;
}

/*
.posts {
  width:911px;
  max-width:95%;
  margin:0 auto;
}
.posts {
  left:50% !important;
  transform: translate(-50%) !important;
}
*/
.posts * {
  pointer-events: auto !important;
}

.posts a:link, .posts a:visited {
  color:inherit;
}

.row {
  /*
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  */
}
.col {
  box-sizing: border-box;
  width:284px;
  margin:0 15px;
}

.col--5 {
  /*
  flex-basis: calc(5 / 16 * 100%);
  */
}

.post__content {
  position: relative;
  width: 100%;
	overflow:hidden;
}

.post__content-image {
  width: 100%;
  padding-top: 56.3333%;
  -moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.post__content-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor:pointer;
}

.post__category {
  position: absolute;
  left: 12px;
  bottom: 10px;
}

.post__title {
  font-family: YuMin, 'Yu Mincho', serif;
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 17px;
}

.post__readmore {
  display: inline-block;
  margin-top: 17px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.16);
}

.post__readmore-txt {
  font-family: Courier, sans-serif;
  color: #191919;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.tag {
  display: inline-block;
  background: #191919;
}

.tag-txt {
  margin: 0 .8em;
  font-family: Courier, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 2.6;
}

.tag-category a:link, .tag-category a:visited {
  color:#fff;
}

.tag-tag::before {
  content: '|';
  color: rgba(158, 158, 158, 0.8);
}

.separate-border {
  margin-top: 61px;
  border-bottom: solid 4px #f5dadf;
  height: 4px;
}

@media screen and (min-width: 600px) {
  .separate-border {
    margin-top: 122px;
  }
}

.t_area_6 .nimbus {
  text-align: center;
}

.t_area_6 .nimbusjp {
  text-align: center;
}
.t_area_6 .nimbus--noc {
  text-align: left;
}

.t_area_7 {
  margin-top: 45px;
}
.t_area_7+.t_area_7 {
  margin-top: -16%;
  height: 475px;
}

.t_area_7_heading {
  font-family: "din-condensed", "Din Condensed", "nimbus-sans-condensed", "Nimbus Sans Cond L", sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  color: #333;
  margin-top: 100px;
}

.t_area_9 {
  margin-top: 0;
}

.t_area_9_heading {
  font-family: "din-condensed", "Din Condensed", "nimbus-sans-condensed", "Nimbus Sans Cond L", sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  color: #333;
  margin-top: 40px;
}

.top_insta_slider {
  margin-top: 51px;
}

.top_insta_li {
  width: 223px;
  height: 223px;
  overflow: hidden;
  position: relative;
}

.top_insta_li .zoom {
  opacity: 1;
  width:100%;
  height:100%;
  background-size:cover;
}

.top_slide_area{
  margin-top: 500px;
}

.top_slide_area .layers {
  z-index:-99;
}

.top_slider_heading {
  font-family: "din-condensed", "Din Condensed", "nimbus-sans-condensed", "Nimbus Sans Cond L", sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  color: #333;
}

.top_slide_area .eyeb2 {
  width:252px;
  height:60px;
  margin-top: 50px;
}


.t_area_7 .top_product7 {
  margin-left: 89.75px;
  margin-right: 89.75px;
}


.journal_link_box {
  display: inline-block;
  height:244px;
  margin-top: 20px;
}

.journal_link_box_wrap {
  margin-top: 12px;
  text-align: center;
}

.journal_link_box_right {
  position:absolute;
  left:370px;
  top:0;
  padding-top: 84px;
}

.journal_link_box_right .eyeb2 {
  margin:0;
  margin-top: 40px;
}


.btn-re {

}

.btn-or {
  background:#f7e8ce !important;
}

.btn-bl {
  background:#d7ebeb !important;
}

.btn-oil {
  
}



.area_heading {
  position:relative;
  font-family: "din-condensed", "Din Condensed", "nimbus-sans-condensed", "Nimbus Sans Cond L", sans-serif;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  color: #333;
}
.area_heading:after {
  content:'';
  position:absolute;
  left:50%;
  bottom:-18px;
  transform: translateX(-50%);
  width:56px;
  height:2px;
  background:#E80D9D;
}
.posts {
  position:relative;
  margin-top: 84px;
  padding-bottom: 50px;
  max-width:initial;
  width:100%;
}

.posts_slider_nav {
  position:absolute;
  width:34px;
  height:34px;
  background:#F5DADF;
  left:50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.posts_slider_nav_prev{
  left:calc(50% - 32px);
}
.posts_slider_nav_next{
  left:calc(50% + 32px);
}
.posts_slider_nav_prev:after {
  content:'';
  display: block;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:13px;
  height:8px;
  background: url(../img/ht_arr1.png) center/contain no-repeat;
}
.posts_slider_nav_next:after {
  content:'';
  display: block;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:13px;
  height:8px;
  background: url(../img/ht_arr2.png) center/contain no-repeat;
}

.t_pb_wrap {
  background:#FAECEF;
  padding-top: 55px;
  margin-top: 50px;
  padding-bottom: 90px;
}

.top_os_btn .one_eyeb{
  margin:240px auto 0;
}

.header_top {
  height: 70px;
  width: 100%;
  background:#fff;
}

