@charset "UTF-8";
/* CSS Document */
#contents {
    width: 100%;
	font-size: 1.1rem;
	font-family: Noto Sans JP, sans-serif ;
	font-weight: 300;
	line-height: 200%;
}
.br-sp { display:none; }
.br-pc { display:block; }

@media screen and (max-width:959px) {
	#contents {
		font-size: 0.9rem;
		line-height: 160%;
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 1280px){
	img {
		max-width: 100%;
		height: auto;
	}
}
#pankuzu {
	width: 950px;
	margin: 0 auto;
}
.shuei_marugo {
 font-family: "Shuei MaruGo B","秀英丸ゴシック B";
 line-height: 1.5;
}

#main {
	position: relative;
}
#main p {
	text-align: center;
	position: absolute;
	bottom:15%;
	right: 10%;
	font-size: 1.5rem;
	line-height: 160%;
	font-weight: 600;
}
#main p img {
	width: 500px;
	/*padding-top: 30px;*/
}
#main p#gooddesign {
	top: 4% !important;
	left: auto !important;
	right: 9% !important;
}
#main p.wb-logo {
	right: 5% !important;
	left: auto !important;
	top: 22% !important;
	bottom: auto !important;
}
#main p#gooddesign img {
	width: 400px;
}
p.anchor-lead {
    position: absolute;
    right: 9% !important;
    left: auto !important;
    top: 68% !important;
    margin-bottom: 20px;
}
.anchor-area {
	position: absolute;
    right: 9% !important;
    left: auto !important;
    top: 67% !important;
    bottom: auto !important;
    text-align: center;
    margin: 60px 0;
}

/* ボタン */
a.anchor-btn {
	display:inline-block;
	background:#2b140f;
	color:#fff;
	padding:20px 112px;
	border-radius:100px;
	text-decoration:none;
	font-size:1.4rem;
	position:relative;
}
a.anchor-btn:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.6;
}

/* 矢印 */
.anchor-btn::after{
  content:"";
  width:10px;
  height:10px;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  position:absolute;
  right:30px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
}

@media screen and (min-width:768px) and (max-width:959px) {
	#main p {
		font-size: 1.1rem;
		line-height:140%;
		bottom: 8%;
		right: 5%;
	}
	#main p img {
		width: 220px;
		padding-top: 5px;
	}
	#main p#gooddesign img {
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	#main p {
		font-size: 0.7rem;
		line-height:140%;
		bottom: 8%;
		right: 5%;
		}
	#main p img {
		width: 200px;
		padding-top: 5px;
	}
	#main p#gooddesign img {
		width: 150px;
	}
	#main p#gooddesign {
		top: 20%;
		right: 5%;
	}

	p.anchor-lead {
		position: absolute;
		right: 2% !important;
		left: auto !important;
		top: 68% !important;
		margin-bottom: 20px;
		font-size: 0.8rem !important;
	}
	.anchor-area {
        position: absolute;
        right: 3% !important;
        left: auto !important;
        top: 56% !important;
        bottom: auto !important;
        text-align: center;
        margin: 60px 0;
	}

	/* ボタン */
	a.anchor-btn {
        display: inline-block;
        background: #2b140f;
        color: #fff;
        padding: 8px 48px;
        border-radius: 100px;
        text-decoration: none;
        font-size: 0.9rem;
        position: relative;
	}
	/* 矢印 */
	.anchor-btn::after {
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}

	.br-sp { display:block; }
	.br-pc { display:none; }
}
.txt-c {
	text-align: center;
	margin: auto 0;
	padding: 30px 0;
}
@media screen and (max-width:959px) {
.txt-c {
	padding: 15px 0;
}
}

/*スライダー----------------------------------*/
.multiple { padding: 0;}
.multiple div img { width: 100%;}
.multiple div { margin: 0;}
.multiple .slick-next { right: 17px;　z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}

.slick-arrow {
	z-index: 100;
	display: block;
}
.prev-arrow, .next-arrow {
    z-index: 100;
	display: block;
}
.next-arrow {
    right: 30px;
}
.prev-arrow {
    left: 30px;
}

.prev-arrow, .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
	width: 50px;
    height: 50px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
.next-arrow {
    right: 20px;
}
.prev-arrow {
    left: 20px;
}
.prev-arrow, .next-arrow {
	width: 30px;
    height: 30px;
}
}

/*リンクボタン----------------------------------*/
.shop {
	display: flex;
    justify-content: space-between;
	margin: 30px 0 0;
}
.shop li {
	display: flex;
    width: calc( (100% / 5) - 10px );
}
.shop#dispenser {
	justify-content:center;
	margin-top:15px;
}
.shop#dispenser li {
	width: 200px;
	margin-right:30px;
}

/* 通販リンクが5つ以下の場合 */
.shop#herbal-link {
	justify-content: left;
}
.shop#herbal-link li {
    width: calc( (100% / 5) - 10px );
	margin-right: 15px;
}

@media screen and (max-width:767px) {
	.shop#dispenser {
		justify-content: space-between;
		}
	.shop#dispenser li {
		width: calc( (100% / 2) - 10px );
		margin-right:0px;
	}
	.shop#herbal-link li {
		width: calc( (100% / 5) - 10px );
		margin-right: 5px;
	}
}

@media screen and  (max-width:959px) {
	.shop {
		flex-wrap:wrap;
		margin: 0 auto;
		}
}

.shop li img {
	width: 90px;
}
.shop li a {
    display: inline-flex;
    border-radius: 10px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

@media screen and (max-width:767px) {
	.shop li {
		display: flex;
		width: calc( (100% / 5) - 5px );
	}
	.shop li a {
		border-radius: 5px;
		padding: 5px;
	}
}

/*吐出量----------------------------------*/
#point {
	background: url("/themes/family/dispenser/images/point-bg.png") no-repeat 70% bottom /contain;
	position: relative;
	height: 690px;
}
@media screen and (min-width:960px) and (max-width:1280px) {
#point {
	background: url("/themes/family/dispenser/images/point-bg.png") no-repeat 60% bottom /contain;
	height: 400px;
	font-size: 0.9rem;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
#point {
	background: url("/themes/family/dispenser/images/point-bg.png") no-repeat 45% bottom /contain;
	height: 300px;
	font-size: 0.9rem;
	margin-bottom:10em;
	}
}
@media screen and (max-width:767px) {
#point {
	background: url("/themes/family/dispenser/images/point-bg-m.png") no-repeat 45% bottom /contain;
	height: 200px;
	font-size: 0.8rem;
	margin-bottom:10em;
	}
}

#point-txt01 {
	position: absolute;
	right:15%;
}
#point-txt02 {
	position: absolute;
	top:10%;
	right:35%;
}
#spec {
	position: absolute;
	font-size: 0.8rem;
	line-height: 160%;
	right: 5%;
	bottom: 0;
	width: 350px;
}
@media screen and (min-width:960px) and (max-width:1280px) {
#point-txt01 {
	right:20%;
}
#point-txt02 {
	top:5%;
	right:38%;
}
#spec {
	right: 0;
}
}
@media screen and (min-width:768px) and (max-width:959px) {
#point-txt01 {
	right:10%;
}
#point-txt02 {
	top:10%;
	right:30%;
}
#spec {
	bottom: -7em;
}
}
@media screen and (max-width:767px) {
#point-txt01 {
	right:10%;
	top: 10%;
}
#point-txt02 {
	top: 0;
	left: 0;
	right: 0;
}
#spec {
	bottom: -7em;
}
}

/*ポイント新----------------------------------*/
.circle-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 64px auto;
  padding: 0;
  list-style: none;
}
.circle-list li {
  aspect-ratio: 1 / 1;
  border: 1px solid #999;
  border-radius: 50%;

  display: flex;
  flex-direction: column; /* これ追加 */

  align-items: center;
  justify-content: center;

  text-align: center;
  line-height: 1.6;
  padding: 10px;
}
.circle-list li span {
  display: inline;
  font-size: 0.8em;
}
@media (max-width: 768px) {
.circle-list{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	padding: 0 40px;
	margin: 24px auto;
}

.circle-list li{
  grid-column: span 2;
  border: 1px solid #999;
	font-size: 0.7rem;
	line-height: 1.3;
}

/* 下2個を中央寄せ */
.circle-list li:nth-child(4){
  grid-column:2 / span 2;
}

.circle-list li:nth-child(5){
  grid-column:4 / span 2;
}
}




/*特徴----------------------------------*/
div#waku section {
	font-size: 1.2rem;
	padding: 150px;
}
@media screen and (min-width:960px) and (max-width:1280px) {
div#waku section {
	font-size: 1rem;
	padding: 50px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
div#waku section {
	font-size: 0.9rem;
	line-height: 160%;
	padding: 20px;
	}
}
@media screen and  (max-width:767px) {
div#waku section {
	font-size: 0.7rem;
	line-height: 170%;
	padding: 20px;
	}	
}
div#waku section div {
	margin: 0 60% 0 0;
	text-align: center;
}
@media screen and (min-width:768px) and (max-width:959px) {
	div#waku section div {
		margin: 0 40% 0 0;
	}
}
@media screen and  (max-width:767px) {
	div#waku section div {
		margin: 0 50% 0 0;
		text-align: left;
	}
}
div#waku section h1 {
	margin-bottom: 30px;
	font-size: 1.7rem;
}
div#waku section h1 span {
	font-size: 1.4rem;
}
@media screen and (min-width:768px) and (max-width:959px) {
	div#waku section h1 {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}
	div#waku section h1 span {
	font-size: 1rem;
	}
}
@media screen and  (max-width:767px) {
	div#waku section h1 {
		margin-bottom: 15px;
		font-size: 1rem;
		line-height: 140%;
	}
	div#waku section h1 span {
		font-size: 0.8rem;
	}
}
div#waku section p {
	margin-bottom: 30px;
}
div#waku section#spec-point {
	width: 100%;
	padding: 0;
}
div#waku section#spec-point div {
    margin: 0 0 0 0 !important;
}
div#waku section#battery {
	background: url("/themes/family/dispenser/images/bg-battery.png") no-repeat right top /cover;
	padding: 100px;
	position: relative;
}
div#waku section#waterproof {
	background: #eeeeee url("/themes/family/dispenser/images/bg-waterproof.png") no-repeat right bottom /cover;
	padding: 100px;
}
div#waku section#eco {
	background: url("/themes/family/dispenser/images/bg-ecobottle.png") no-repeat right top /cover;
	padding: 100px;
	position: relative;
}
div#waku section#quality {
	background: #ffffff url("/themes/family/dispenser/images/bg-quality.png") no-repeat right top /cover;
	padding: 100px;
}
div#waku section#size {
	background: #eeeeee url("/themes/family/dispenser/images/bg-place.png") no-repeat right center /cover;
	padding: 200px;
}

/*イラスト*/
div#waku section#battery img {
	max-width: 246px;
}
div#waku section#eco img {
	max-width: 246px;
}

@media screen and (min-width:960px) and (max-width:1280px) {
div#waku section#waterproof {
	padding: 100px;
}
div#waku section#eco {
	padding: 100px;
}
div#waku section#size {
	padding: 200px 100px;
}
}

@media screen and (min-width:768px) and (max-width:959px) {
div#waku section#battery {
	background: #ebf0f5 url("/themes/family/dispenser/images/battery-bg.png") no-repeat right top /cover;
	}
div#waku section#led {
	background: #000 url("/themes/family/dispenser/images/led-bg.png") no-repeat 20px bottom /cover;
}
div#waku section#waterproof {
	background: #eeeeee url("/themes/family/dispenser/images/waterproof-bg.png") no-repeat 40px bottom /cover;
	padding: 60px;
}
div#waku section#eco {
	background: url("/themes/family/dispenser/images/bg-ecobottle.png") no-repeat 30px top /cover;
	padding: 50px;
}
div#waku section#size {
	padding: 50px;
}
}
@media screen and  (max-width:767px) {
div#waku section#battery {
		background: #ebf0f5 url("/themes/family/dispenser/images/bg-battery-m.png") no-repeat 0 top /cover;
		padding: 20px;
	}
	div#waku section#led {
		background: #000 url("none");
	}
	div#waku section#led div {
		text-align: center;
		margin: 0;
	}
	div#waku section#waterproof {
		background: #f7f7f7 url("/themes/family/dispenser/images/bg-waterproof-m.png") no-repeat 0 bottom /cover;
		padding: 20px;
	}
	div#waku section#eco {
		background: url("/themes/family/dispenser/images/bg-ecobottle-m.png") no-repeat 0 top /cover;
		padding: 20px;
	}
	div#waku section#eco p {
		margin-bottom: 5px;
		}
	div#waku section#eco img,
	div#waku section#battery img {
		position: static;
		width: 100px;
	}
	div#waku section#quality {
		background: #fff url("/themes/family/dispenser/images/bg-quality-m.png") no-repeat 0 bottom /cover;
		padding: 20px;
	}
	div#waku section#size {
		background: #f5f6f8 url("/themes/family/dispenser/images/bg-place-m.png") no-repeat 0 top /cover;
		padding: 100px 20px;
	}
	.nowrap {
		white-space:pre;
	}
}

/*お子様でも----------------------------------*/
div#waku section#child, div#waku section#color {
	text-align: center;
	padding: 50px;
}
@media screen and  (max-width:767px) {
	div#waku section#child, div#waku section#color {
		padding: 20px;
	}
	div#waku section#child, div#waku section#color .midashi {
		font-size: 0.8rem;
		margin-bottom: 0 !important;
	}
}
div#waku section#child div, div#waku section#color div {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
}
div#waku section#child div img {
	width: calc( (100% / 2) - 10px );
	height: auto;
}
div#waku section#color div figure {
	width: calc( (100% / 3) - 10px );
}

@media screen and  (max-width:767px) {
div#waku section#child h1 {
	font-size: 0.9rem;
}
}

/*お子様でも----------------------------------*/


figcaption {
	font-weight: 600;
}
figcaption span {
	display: block;
	font-weight: 300;
	margin-top: -10px;
}
@media screen and (min-width:768px) and (max-width:959px) {
figcaption span {
	margin-top: 0px;
}
}
@media screen and  (max-width:767px) {
figcaption span {
	margin-top: 0px;
	font-size: 0.5rem;
}
}

/*専用薬液----------------------------------*/
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
section#soap {
	background: linear-gradient(to right, #e1e4e4, #e8ecec);
	padding: 50px 0 50px;
}
p.title {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 160%;
}
@media screen and (min-width:768px) and (max-width:959px) {
p.title {
	font-size: 1rem;
	line-height: 140%;
}
}
@media screen and  (max-width:767px) {
	p.title {
		font-size: 1rem;
		line-height: 140%;
	}
}
p.txt {
	text-align: left;
}
@media screen and (min-width:960px) and (max-width:1280px) {
	#herbal img {
		width: 130px;	
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	#herbal img {
		width: 100px;
	}
}
@media screen and  (max-width:767px) {
	section#soap {
		background: linear-gradient(to right, #e1e4e4, #e8ecec);
		padding: 25px 0 25px;
	}
	div#waku section#soap div#soap-inner div#herbal {
		margin-top: 20px;
		}
	#herbal img {
		width: 150px;
	}
	.herbal-contents {
		background: #fff;
		margin: 0 20px 20px !important;
		padding: 20px 0 0 !important;
	}
	.prime-contents {
		background: #fff;
		margin: 0 20px 20px !important;
		padding: 20px 0 0 !important;
	}
}
@media screen and  (max-width:767px) {
	.container-fluid h2, .container-fluid h3 {
		font-size: 1rem !important;
	}
	.container-fluid p {
		font-size: 0.8rem !important;
		line-height: 160% !important;
	}
}

.button a {
	background: #231815;
	border-radius: 50px;
	width: 300px;
	margin: 10px auto 0;
	padding: 10px;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
}
.button a:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.6;
}
.herbal-contents {
	background: #fff;
	margin: 0 50px 50px;
    padding: 0 0 30px;
}
.prime-contents {
	background: #fff;
	margin: 0 50px 50px;
    padding: 0 0 30px;
}
#soap .prime {
	/*background-image: url(/themes/family/dispenser/images/prime-bg.png) ; */
	color:#333;
	background-repeat: no-repeat;
	padding-top:30px;
	background-size:cover;
}
#citrus {
	background-image: url(/themes/family/dispenser/images/citrus_word.png), url(/themes/family/dispenser/images/rspo-mark2.png) ; 
	text-align:right;
	background-position: left top, left bottom;
	background-repeat: no-repeat;
	background-size: 250px, 150px;
}
#floral {
	background-image: url(/themes/family/dispenser/images/floral_word.png), url(/themes/family/dispenser/images/rspo-mark2.png) ; 
	text-align:right;
	background-position: left top, left bottom;
	background-repeat: no-repeat;
	background-size: 250px, 150px;
}

#harbal {
	background-image: url(/themes/family/dispenser/images/harbal_word.png) , url(/themes/family/dispenser/images/rspo-mark2.png) ; 
	text-align:right;
	background-position: left top, left bottom;
	background-repeat: no-repeat;
	background-size: 250px, 150px;
    max-height: 360px;
}
#handlab {
	background-image: url(/themes/family/dispenser/images/rspo-mark2.png) ; 
	text-align:right;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 150px;
    max-height: 360px;
}
#svs {
	background-image: url(/themes/family/dispenser/images/rspo-mark2.png) ; 
	text-align:right;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 150px;
    max-height: 360px;
}

@media screen and (max-width:767px) {
#citrus, #floral, #harbal {
	background-size: 190px, 120px;
}
}
@media screen and  (max-width:767px) {
#citrus img, #floral  img, #harbal img {
	width: 50%;
}
}


.products p {
 font-size: 12px;
 line-height: 1.5;
 }


div#waku section#uganda {
	background: #f0eed5;
	padding: 50px 80px;
	margin: 0 50px 30px;
	text-align: center;
}
@media screen and (max-width:767px) {
div#waku section#uganda {
	padding: 20px;
	margin: 0 20px 10px;
}
}


div#waku section#uganda h1 {
	font-size: 1.9rem;
	margin-bottom: 50px;
}
@media screen and (min-width:960px) and (max-width:1280px) {
div#waku section#uganda h1 {
	font-size: 1.7rem;
}
}
@media screen and (max-width:767px) {
div#waku section#uganda h1 {
	font-size: 1rem;
	margin-bottom: 20px;
}
}
div#waku section#uganda div {
	margin: 0;
	text-align: left;
}
div#waku section#uganda div.inner {
	display: flex;
	margin: 0;
	align-items: flex-start;
}
@media screen and (max-width:767px) {
div#waku section#uganda div.inner {
	display: block;
}
}
div#waku section#uganda div.inner img {
	padding-left: 30px;
}
@media screen and (max-width:767px) {
div#waku section#uganda div.inner img {
	padding-left: 0px;
}
}
@media screen and (min-width:960px) and (max-width:1280px) {
div#waku section#uganda div.inner img {
	width: 400px;
}
}
#rspo {
	background: url("/themes/family/dispenser/images/rspo.png") no-repeat left top/100px;
	padding: 10px 100px;
	margin: 0 auto;
    width: 800px;
}
@media screen and (min-width:768px) and (max-width:1280px) {
#rspo {
    width:  auto;
	margin: 0 50px 0;
	font-size: 1rem;
}
}
@media screen and (max-width:767px) {
#rspo {
    width:  auto;
	margin: 0;
	font-size: 0.8rem;
	padding: 10px 10px 10px 100px;
}
}

#banner {
	display: flex;
	justify-content: space-between;
}
div#waku section#uganda div.inner #banner img {
	padding-left: 0;
}

div#waku section#uganda #banner p {
	margin-bottom: 10px;
}

div#movie {
	width:800px;
	margin: 10px auto 40px;
}
@media screen and (max-width: 767px) {
div#movie {
	width:auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

div#movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}



#prime .slide {
  border-radius: 10% 0  0 10%;
}
