@charset "UTF-8";
/*.lb_top1 {
	background: url("../img/common/lb_icon.png") center 0 no-repeat;;
	padding: 40px 0 0;
	margin: 0 0 40px;
	font-family: $gfont;
	@include font-size(16);
	font-weight: 400;
	text-align: center;

		span {
			display: inline-block;
			background: center 0 no-repeat;
			min-width: 195px;
			padding: 35px 0 0;

				&:before, &:after {
					content: "―";
					margin: 0 0.2em;
				}
		}
}

.lb_top2 {
	margin: 0 0 20px;
	@include font-size(24);
	font-weight: 400;
}*/
.lead_box {
  max-width: 700px;
  margin: 0 auto 42px;
}

.sec {
  padding: 83px 0 77px;
  line-height: 2;
}

.entry-content .entry-title {
  margin: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.3;
}
.entry-content .price {
  margin: 0;
  font-size: 113%;
  line-height: 1.4;
}

#sec_intro .title {
  margin-bottom: 50px;
  font-size: 27px;
  font-size: 1.674rem;
  font-weight: 400;
  text-align: center;
}
#sec_intro .flex-lr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sec_intro .flex-lr .image {
  width: 31.5%;
  text-align: center;
}
#sec_intro .flex-lr .text {
  width: 65%;
}

/*#sec_nosale {
	margin-bottom: 80px;

	.lb_top1 {
		margin-bottom: 50px;
	}
	.sec_head {
		padding: 80px 0 35px;
		position: relative;

			&:before, &:after {
				content: "";
				display: block;
				width: 460px;
				height: 324px;
				position: absolute;
				bottom: 23px;
			}
			&:before {
				background: url("../img/top/nosale__contLeft.png") 0 0 no-repeat;
				background-size: contain;
				left: 0;
			}
			&:after {
				background: url("../img/top/nosale__contRight.png") right 0 no-repeat;
				background-size: contain;
				right: 0;
			}
	}
}

#sec_sale {
	padding-bottom: 0;

	.lb_top1 span {
		min-width: 257px;
	}
}*/
#sec_product .flex-lr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec_product .flex-lr .lb01,
#sec_product .flex-lr .link {
  width: 48.2%;
}
#sec_product .flex-lr .link {
  text-align: right;
}
#sec_product .slider01 {
  margin: 55px auto 45px;
}
#sec_product .slider01 .slick-slide {
  padding: 0 50px;
}
#sec_product .slider01 .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100px;
  height: 100%;
  background: none;
  cursor: pointer;
}
#sec_product .slider01 .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
}
#sec_product .slider01 .slick-prev {
  left: 18.8%;
}
#sec_product .slider01 .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: -17px 0 0 -7px;
}
#sec_product .slider01 .slick-next {
  right: 18.8%;
}
#sec_product .slider01 .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -17px 0 0 -27px;
}

.noPost {
  margin-bottom: 30px;
}

.slider_main-image {
  position: relative;
  height: 0;
  padding-top: 71.43%;
}
.slider_main-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_main-image .icon {
  position: absolute;
  top: 0;
  left: 4.29%;
}

.slider_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.slider_title {
  margin: 0;
  font-size: 18px;
  font-size: 1.116rem;
  font-weight: 400;
  line-height: 1.3;
}

.slider_price {
  font-size: 20px;
  font-size: 1.24rem;
  line-height: 1.2;
}

.cont_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
}
.cont_list1 li {
  float: left;
  width: 50%;
  position: relative;
}
.cont_list1 a {
  display: block;
  color: #333;
  text-decoration: none;
}
.cont_list1 figure {
  width: 100%;
  height: 0;
  padding-top: 71.428%;
  overflow: hidden;
  position: relative;
}
.cont_list1 figure img {
  max-width: 110%;
  width: 110%;
  margin: auto;
  margin-left: -5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cont_list1 .entry-content {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 15px 2.85% 15px 4.28%;
  font-size: 18px;
  font-size: 1.116rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cont_list1 .entry-content .entry-title {
  float: left;
  padding-top: 2px;
}
.cont_list1 .entry-content .price {
  float: right;
}

.cont_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.38% 0 0;
}
.cont_list2 li {
  float: left;
  width: 29.95%;
  margin: 0 3.38% 48px 0;
}
.cont_list2 a {
  display: block;
  color: #333;
  text-decoration: none;
}
.cont_list2 figure {
  width: 100%;
  height: 0;
  padding-top: 69.3548%;
  overflow: hidden;
  position: relative;
}
.cont_list2 figure img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cont_list2 .entry-content {
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.992rem;
}

#sec_bargain {
  background: url("../img/common/bg_bd_gray.png");
  padding: 50px 0px 45px;
  overflow: hidden;
}
#sec_bargain .title {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  padding-left: 10px;
}
#sec_bargain .slider02 {
  margin-left: 348px;
  margin-right: -2.8%;
  padding: 12px 0px;
}
#sec_bargain .slider02 .slick-list {
  padding-right: 16.54%;
  overflow: visible;
}
#sec_bargain .slider02 .slick-slide {
  padding-right: 48px;
}
#sec_bargain .slider02 .slick-prev {
  display: none !important;
}
#sec_bargain .slider02 .slick-next {
  position: absolute;
  z-index: 10;
  right: 16.4%;
  top: 0;
  width: 48px;
  height: 100%;
  background: none;
  cursor: pointer;
}
#sec_bargain .slider02 .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -17px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

@media screen and (min-width: 1080px) {
  #sec_bargain .slider02 {
    margin-right: calc(500px - 50vw);
  }
}
.product_main-image {
  position: relative;
  height: 0;
  padding-top: 69.25%;
}
.product_main-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_main-image .icon {
  position: absolute;
  top: -12px;
  right: -18px;
}

.product_title {
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 0.992rem;
  line-height: 1.3;
}

.product_price {
  margin-top: 3px;
  color: #dd0000;
  font-size: 18px;
  font-size: 1.116rem;
  line-height: 1.2;
}

/*.bargain_box {
	background: url("../img/common/line_dash.png") 0 0 repeat-x, url("../img/common/line_dash.png") 0 bottom repeat-x;
	padding: 65px 0 3px;
	margin: 110px 0 35px;
	position: relative;

		.lb {
			display: block;
			background: url("../img/top/bargain__icon.png") 0 0 no-repeat;
			width: 119px;
			height: 110px;
			margin: 0;
			position: absolute;
			top: -64px;
			right: 12.5%;
			font-size: 100%;
			overflow: hidden;
			text-indent: 200%;
			white-space: nowrap;
		}
		.lb_en {
			background: #fff;
			padding: 0 10px;
			margin: 0;
			position: absolute;
			top: 0;
			left: 50%;
			@include webkit(transform, translate(-50%, -50%));
		}

		.noPost {
			margin-bottom: 35px;
		}

		.cont_list2 {
			a {
				position: relative;

				&:before {
					content: url("../img/common/icon_lowPrice.png");
					display: block;
					width: 136px;
					height: 43px;
					position: absolute;
					top: -12px;
					right: 6px;
					z-index: 1;
				}
			}
		}
}

#sec_nishinomiya-labo {
	position: relative;
	padding: 55px 0 75px;
	background: url("../img/top/nlab_bg.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;

	&::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		background: #000;
		width: 100%;
		height: 100%;
		opacity: .35;
	}

	.inner_box {
		position: relative;
		max-width: 1100px;
	}

	.btn_link {
		background: #fff;
	}
}

.nlab-head {
	position: relative;
	display: inline-block;
	margin-bottom: 65px;

	&__lb {
		margin: 0;
		font-size: 38px;
		line-height: 1.7;

		.sub {
			font-size: .632em;
			font-weight: 400;
		}

		.strong {
			position: relative;
			display: inline-block;

			&::before {
				content: "";
				position: absolute;
				left: 50%;
				bottom: 100%;
				transform: translate(-50%, -5px);
				display: block;
				width: 69px;
				height: 27px;
				background: url("../img/top/icon_strong.svg") 50% 50% no-repeat;
			}
		}

		.txt-img {
			vertical-align: middle;
			position: relative;
			top: -0.1em;
		}
	}

	&__icon {
		position: absolute;
		right: -150px;
		bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 110px;
		height: 110px;
		border-radius: 50%;
		background: $color__sub;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.28;
	}
}

.nlab-cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;

	&__left {
		width: 44.09%;
	}

	&__right {
		width: 37.27%;
		text-align: left;
	}
}

#sec_greeting {
	background: url("../img/top/greeting__bg.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 8.9% 9.2% 9.1%;

		.txt_box {
			max-width: 700px;
		}
}*/
#sec_mainte {
  /*.fleft, .fright {
  	width: 50%;
  	height: 450px;
  }
  .fleft {
  	background: url("../img/top/mainte__img.jpg") 0 center no-repeat;
  	background-size: cover;
  	padding: 260px 2.143% 0;
  	text-align: right;

  		.lb {
  			margin: 0;
  		}
  }
  .fright {
  	display: table;
  	background: $color__sub url("../img/top/mainte__bg.png") 0 center no-repeat;
  	background-size: cover;
  	color: #fff;

  		.txt_box {
  			display: table-cell;
  			text-align: center;
  			vertical-align: middle;
  			padding: 7%;

  				& > * {
  					max-width: 500px;
  					margin-left: auto;
  					margin-right: auto;
  					text-align: left;
  				}
  		}
  }*/
}
#sec_mainte .text {
  width: 37.5%;
  padding-top: 45px;
}
#sec_mainte .image {
  width: 58%;
  text-align: center;
}

#sec_ex {
  background-image: url("../img/common/bg_stripe_pink.png");
  background-position: center center;
  background-repeat: repeat;
  color: #fff;
}
#sec_ex a {
  color: inherit;
}
#sec_ex .head {
  margin-bottom: 50px;
}
#sec_ex .flex-lr .title {
  width: 38%;
}
#sec_ex .flex-lr .text {
  width: 60%;
}
#sec_ex .noPost {
  margin-bottom: 35px;
}

.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.34% 10px 0;
  /*figure {
  	width: 100%;
  	height: 0;
  	padding-top: 73.276%;
  	overflow: hidden;
  	position: relative;

  		img {
  			width: 100%;
  			margin: auto;
  			position: absolute;
  			top: 0; bottom: 0;
  			left: 0; right: 0;
  		}
  }
  .entry-content {
  	margin-top: 10px;
  }*/
}
.case_list li {
  float: left;
  width: 22.656%;
  margin: 0 2.34% 35px 0;
}
.case_list a {
  display: block;
  color: #333;
  text-decoration: none;
}

.case_main-image {
  position: relative;
  height: 0;
  padding-top: 73.276%;
  overflow: hidden;
}
.case_main-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case_area {
  margin-top: 10px;
  line-height: 1.5;
}

.case_title {
  margin: 0;
  line-height: 1.5;
}

#sec_blog .flex-lr .left {
  width: 21%;
}
#sec_blog .flex-lr .right {
  width: 77%;
}
#sec_blog .blog_list,
#sec_blog .link {
  margin-top: 25px;
}
#sec_blog .noPost {
  background: url("../img/common/line_dot.png") 0 0 repeat-x, url("../img/common/line_dot.png") 0 bottom repeat-x;
}
#sec_blog .link a {
  font-size: 1.143em;
  text-decoration: none;
}

.blog_list {
  background: url("../img/common/line_dot.png") 0 0 repeat-x;
}
.blog_list li {
  background: url("../img/common/line_dot.png") 0 bottom repeat-x;
}
.blog_list a {
  display: block;
  color: #333;
  padding: 8px 0;
  text-decoration: none;
}

/*@media screen and (min-width:960px) and (max-width:1399px) {

	#sec_nosale {
		.sec_head {
			&:before {
				left: auto;
				right: 70%;
			}
			&:after {
				right: auto;
				left: 70%;
			}
		}
	}

}*/
@media screen and (max-width: 959px) {
  /*#sec_nosale {
  	.sec_head {
  		padding: 5.5% 0 5.3%;

  			&:before, &:after {
  				width: 45.97%;
  				height: 0;
  				padding-top: 32.379%;
  				bottom: 34.75%;
  			}
  			&:before {
  				left: -16.52%;
  			}
  			&:after {
  				right: -16.52%;
  			}
  	}
  }*/
  #sec_product .flex-lr .link {
    text-align: center;
  }
  .slider_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
  .cont_list1 .entry-content {
    padding: 7px 2.2% 7px 3.5%;
  }
  /*.bargain_box {
  	.lb {
  		right: 6%;
  	}
  	.lb_en {
  		max-width: 33%;
  	}
  }

  .nlab-head {
  	&__icon {
  		right: -90px;
  		top: -28px;
  	}
  }

  .nlab-cont {
  	display: block;

  	&__left,
  	&__right {
  		width: 100%;
  	}

  	&__right {
  		margin-top: 35px;
  	}
  }*/
  #sec_mainte .text {
    padding-top: 0;
  }
  #sec_blog .blog_list,
  #sec_blog .link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  /*.lb_top1 {
  	margin-bottom: 20px;
  	@include webkit(transform, scale(0.85));
  }

  .lb_top2 {
  	margin-bottom: 14px;
  	@include font-size(21);
  }*/
  .lead_box {
    margin-bottom: 28px;
  }
  .sec {
    padding: 40px 0;
  }
  #sec_intro .title {
    margin-bottom: 33px;
    font-size: 25px;
    font-size: 1.55rem;
  }
  /*#sec_nosale {
  	margin-bottom: 40px;

  	.noPost {
  		margin-bottom: 22px;
  	}

  	.lb_top1 {
  		margin-bottom: 25px;
  	}
  	.sec_head {
  		padding: 40px 0;

  			&:before, &:after {
  				bottom: 130px;
  			}
  	}
  }*/
  #sec_product .slider01 {
    max-width: 94.6%;
    margin: 40px auto 33px;
  }
  #sec_product .slider01 .slick-slide {
    padding: 0;
  }
  #sec_product .slider01 .slick-arrow {
    width: 36px;
  }
  #sec_product .slider01 .slick-arrow::before {
    border-top-width: 2px;
    border-right-width: 2px;
    width: 18px;
    height: 18px;
  }
  #sec_product .slider01 .slick-prev {
    left: 0;
  }
  #sec_product .slider01 .slick-prev::before {
    margin: -9px 0 0 -3px;
  }
  #sec_product .slider01 .slick-next {
    right: 0;
  }
  #sec_product .slider01 .slick-next::before {
    margin: -9px 0 0 -18px;
  }
  .slider_title {
    font-size: 16px;
    font-size: 0.992rem;
  }
  .slider_price {
    font-size: 17px;
    font-size: 1.054rem;
  }
  .cont_list1 {
    display: block;
    margin-bottom: 30px;
  }
  .cont_list1 li {
    float: none;
    width: 100%;
  }
  .cont_list1 .entry-content {
    font-size: 16px;
    font-size: 0.992rem;
  }
  .cont_list2 {
    margin: 0 -5% 0 0;
  }
  .cont_list2 li {
    width: 45%;
    margin: 0 5% 22px 0;
  }
  .cont_list2 .entry-content {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.868rem;
  }
  #sec_bargain {
    padding: 38px 0 26px;
  }
  #sec_bargain .title {
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #sec_bargain .slider02 {
    margin-left: 0;
  }
  #sec_bargain .slider02 .slick-slide {
    padding-right: 40px;
  }
  #sec_bargain .slider02 .slick-next {
    width: 40px;
  }
  /*.bargain_box {
  	margin: 75px 0 28px;

  		.lb {
  			right: 0;
  			@include webkit(transform, scale(0.68) translate(15%, 0));
  		}

  		.noPost {
  			padding-top: 0;
  			margin-bottom: 22px;
  		}

  		.cont_list2 {
  			a:before {
  				@include webkit(transform, scale(0.78) translate(15%, -15%));
  			}
  		}
  }

  #sec_nishinomiya-labo {
  	padding: 45px 0;
  }

  .nlab-head {
  	margin-bottom: 30px;

  	&__lb {
  		font-size: 26px;

  		.strong {
  			&::before {
  				transform: scale(.7) translate(-70%, 0);
  				transform-origin: center bottom;
  			}
  		}

  		.txt-img {
  			width: 184px;
  		}
  	}

  	&__icon {
  		right: -40px;
  		top: -30px;
  		transform: scale(.7);
  		transform-origin: right top;
  	}
  }

  .nlab-cont {
  	margin-bottom: 40px;
  }

  #sec_greeting {
  	padding: 40px 5%;
  }*/
  /*#sec_mainte {
  	.fleft, .fright {
  		float: none;
  		width: 100%;
  		height: auto;
  	}
  	.fleft {
  		padding: 25% 5%;
  		text-align: center;

  			.lb {
  				width: 70%;
  				margin: 0 auto;
  			}
  	}
  	.fright {
  		.txt_box {
  			padding: 15% 5%;
  		}
  	}
  }*/
  #sec_ex .head {
    margin-bottom: 35px;
  }
  #sec_ex .noPost {
    margin-bottom: 22px;
  }
  .case_list {
    margin: 0 -5% 7px 0;
  }
  .case_list li {
    width: 45%;
    margin: 0 5% 22px 0;
  }
  .case_list .entry-content {
    margin-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .nlab-head__lb {
    font-size: 6vw;
  }
  .nlab-head__lb .txt-img {
    max-width: 50%;
  }
  .nlab-head__icon {
    right: -11%;
    top: -58%;
  }
}/*# sourceMappingURL=style_top.css.map */