@charset "UTF-8";
/* CSS Document */
/*------------------------------
共通
------------------------------*/
* {
	box-sizing: border-box
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ', 'Meiryo', sans-serif;
	line-height: 1.7;
	font-size: 18px;
	background-color: #FFFFFF;
	color: #333;
}
img {
	vertical-align:bottom;
    max-width: 100%;
	height: auto;
	margin: 0 auto;
}
blockquote,q {
	quotes: none;
}
ul li{
	list-style-type: none;
}
ol li{
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
.wrapper {
	padding: 60px 10px;
	text-align: center;
}
.contents-wrapper {
	padding: 100px 10px;
	text-align: center;
}
.container {
	max-width: 1140px;
    margin: 0 auto;
}
.btn a{
	color: #fff;
	font-size: 26px;
    background-color: #F28111;
    padding: 12px 66px 12px 66px;
    border-radius: 50px;
    position: relative;
    border: solid 1px #F28111;
	display: inline-block;
}
.btn a::before {
	content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}
.btn a:hover {
	color: #F28111;
	background-color: #fff;
	transition: 0.3s;
}
.btn a:hover::before {
	border-top: solid 2px #F28111;
    border-right: solid 2px #F28111;
	transition: 0.3s;
}
.contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
	width: 182px;
	height: auto;
    z-index: 99;
}
.contact-btn a {
    display: block;
}
/* 12月17日追加分 START*/
.present-btn{
	margin: 130px 0 0;
}

.present-btn.mt80{
	margin: 80px 0 0;
}

.present-btn-wrap{
	position: relative;
}
.present-btn-link{
	display: inline-block;
}
.present-btn-pic{
	position: absolute;
	top: -102px;
	left: 48%;
	transform: translateX(-50%);
	z-index: 3;
	width: 388px;
}
.present-btn-pic img{
	image-rendering: -webkit-optimize-contrast;
}
.present-btn-box{
	color: #fff;
	font-size: 26px;
    background-color: #F28111;
    padding: 12px 82px 12px 82px;
    border-radius: 50px;
    position: relative;
    border: solid 1px #F28111;
	display: inline-block;
}
.present-btn-box::before {
	content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
}
.present-btn-link:hover .present-btn-box{
	color: #F28111;
	background-color: #fff;
	transition: 0.3s;
}
.present-btn-link:hover .present-btn-box::before{
	border-top: solid 2px #F28111;
    border-right: solid 2px #F28111;
	transition: 0.3s;
}

@media (max-width: 768px) {
	.present-btn{
		margin: 100px 0 0;
	}
	
	.present-btn.mt80{
		margin: 50px 0 0;
	}
	.present-btn-pic{
		width: 280px;
		position: absolute;
		top: -75px;
		left: 44%;
		transform: translateX(-50%);
		z-index: 3;
	}
	.present-btn-box{
		font-size: 18px;
		padding: 12px 66px 12px 66px;
	}
	}
}
/* 12月17日追加分 END*/

h3 img {
	margin: 0 auto;
    text-align: center;
}
.title-nomal {
	margin-bottom: 40px;
	width: 100%;
}
.title-contents {
	margin-bottom: 40px;
}
.title-contents::before {
	content: '';
	background-image:url("../img/img_10.png");
	background-size: contain;
	display: inline-block;
	width: 136px;
	height: 30px;
	margin-bottom: 14px;
}
.title-contents::after {
	content: '';
	background-image:url("../img/img_10.png");
	background-size: contain;
	display: inline-block;
	width: 136px;
	height: 30px;
	transform: scale(1,-1);
	margin-top: 24px;
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.wrapper {
		padding: 40px 10px;
	}
	.contents-wrapper {
		padding: 40px 10px;
	}
	.container {
		width: 100%;
	}
	.btn a{
		font-size: 18px;
		padding: 12px 66px 12px 66px;
		border-radius: 50px;
	}
	.title-nomal {
		margin-bottom: 20px;
	}
	.title-contents {
		margin-bottom: 15px;
	}
	.title-contents::before {
		width: 100px;
		height: 23px;
		margin-bottom: 6px;
	}
	.title-contents::after {
		width: 100px;
		height: 23px;
		margin-top: 12px;
	}
}
/*------------------------------
凡庸
------------------------------*/
.pc-only {
	display:block;
}
.sp-only {
	display:none;
}
.bold {
	font-weight:bold;
}
.al {
	text-align: left; 
}
.ar { 
	text-align: right; 
}
.ac { 
	text-align: center; 
}
/* color 背景 */
.c-brown {
	color: #694A00;
}
.bk-texture {
	background: url(../img/back_01.png)repeat;
    background-size: 20%;
}
@media (max-width: 768px) {
	.pc-only {
		display:none;
	}
	.sp-only {
		display:block;
	}
	.contact-btn {
		width: 100%;
		bottom: 0;
    right: 0;
	}
}

/*------------------------------
ヘッダー
------------------------------*/
header {
	padding: 0 10px;
}
.header-inner {
	padding: 20px 0;
}
.logo {
	text-align: left;
	width: 360px;
}
.logo img {
	width: auto;
	height: 40px;
}
@media (max-width: 768px) {
	.header-inner {
		padding: 10px 0;
	}
	.logo {
		text-align: left;
		width: 230px;
	}
	.logo img {
		vertical-align: middle;
	}
}
/*------------------------------
フッダー
------------------------------*/
footer {
	background: #AD8628;
	padding: 30px 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-top: #694A00 solid 7px;
}
footer ul {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	line-height: 1;
	margin-bottom: 10px;
}
footer li {
	border-color: rgba(255,255,255,.5);
    border-width: 1px;
    border-left-style: solid;
    padding: 0 1em;
}
footer li:first-of-type {
	border-left-style: none;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	footer {
		padding: 30px 10px 120px;
	}
	footer ul {
		display: block;
	}
	footer li {
		border-left-style: none;
		margin-bottom: 20px;
	}
}
/*------------------------------
コンテンツ
------------------------------*/
/*タイトル*/
.title-back {
	position: relative;
}
.title-backimg {
	position: absolute;
	z-index: 10;
}
.title-back01 {
	right: 0;
	top: 0;
	width: 20%;
}
.title-back02 {
	left: 0;
	top: 0;
	width: 15%;
}
.title-back03 {
	left: 0;
	bottom: 80px;
	width: 23%;
}
.title-lead {
	width: 50%;
	margin: 0 auto;
}
.title-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px auto;
}
.title-unkeitou {
	position: relative;
	width: 16%;
    height: auto;
	margin-left: 67px;
}
.title-fukidashi {
	position: absolute;
    top: -30px;
    left: -158px;
    z-index: 100;
    width: 192px;
    height: 192px;
}
h1 {
	margin-left: 40px;
	width: 26%;
}
h1 img{
	width: 270px;
	height: 232px;
}
.title-woman {
	position: absolute;
	bottom: -60px;
    right: 43px;
	width: 20%;
}
/*リード文*/
.lead {
	background: #106C58;
}
h2 img {
    margin: 0 auto;
    text-align: center;
	width:678px;
	height:122px
}
/*あなたはいくつ当てはまる？*/
.question {
	background: #FFFAEB;
	position: relative;
}
.question::after {
	content: ' ';
    position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    bottom: -74px;
    width: 0;
    height: 0;
    border-top: 74px solid #FFFAEB;
    border-right: 350px solid transparent;
    border-left: 350px solid transparent;
}
.question h3 img {
	width: auto;
	height: 56px;
}
.question-inner {
	border: dashed 3px #AD8628;
    border-radius: 10px;
    padding: 60px 40px;
    max-width:1040px;
    margin: 0 auto;
}
.question-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.question ul {
	width: 64%;
	margin-right: 20px;
}
.question li {
	list-style-type:none;
	color: #694A00;
	text-align: left;
	font-size: 26px;
	margin-bottom: 16px;
	padding-left: 1.2em;
	background: url(../img/list-mark.png) left 0px top 9px no-repeat;
	background-size: 1em auto;
}
.question li:last-of-type {
	margin-bottom: 0;
}
.question-img {
	width: 23%;
}
/*冷えのお悩み*/
.answer h3 img {
	width: auto;
	height: 68px;
}
.answer-img {
	max-width: 880px;
	margin: 40px auto 20px;
}
.answer-recommend {
	position: relative
}
.answer-recommend_text img{
	width: auto;
	height: 276px;
}
.answer-recommend_text {
	margin: 0 auto;
	text-align: center;
}
.answer-recommend_img {
	position: absolute;
	bottom: -100px;
	right: 60px;
	width: 16%;
}
/*8つの効能・効果*/
.merit h3 img {
	width: auto;
	height: 100px;
}
.merit-lead {
	color: #004F2A;
	font-size: 20px;
}
.merit-img {
	max-width: 776px;
	margin: 40px auto 0;
}
/*生薬*/
.material {
	background: #f9f9f9;
}
.material.material-pink {
	background: #fff4f4;
}
.material h3 img {
	width: auto;
	height: 98px;
}
.material ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1020px;
	margin: 0 auto;
}
.material li {
	width:  -webkit-calc(100% / 6);
	width: calc((100% / 6) - 20px);
	margin-bottom: 60px;
}
.material-img {
    max-width: 120px;
    margin: 0 auto 30px;
}
.material-img img{
	display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 3px 14px 0 rgb(0 0 0 / 17%);
}
.material-text {
	font-size: 24px;
	color: #694A11;
	display: inline;
}
.material-text ruby {
 	display: table-cell;
	text-align: center;
}
.material-text rt {
 	margin-top: -4.5em;
 	display: block;
	text-align: center;
}

/*JPSこだわり*/
.about h3 img {
	width: auto;
	height: 72px;
}
.about p {
	font-size: 20px;
}
p.about-lead {
	margin-bottom: 40px;
	font-size: 16px;
}
.about-box {
	max-width: 880px;
	margin: 80px auto 0;
}
.about-box > li{
	margin-bottom: 100px;
}
.about-box > li:last-of-type {
	margin-bottom: 0;
}
.about-box_title {
	width: 30%;
	margin: 0 auto;
	padding: 15px 40px;
	margin-bottom: 20px;
	line-height: 23px;
}
.about-box_title_01 {
	background: #088829;
}
.about-box_title_02 {
	background: #127688;
}
.about-box_title_03 {
	background: #406DAC;
}
.about-box_title img {
	width: auto;
	height: 23px;
}
.about-box_items {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 40px auto;
}
.about-box_items li {
	width: calc((100% / 2) - 20px);
}
.about-box_items li p {
	margin-top: 10px;
	font-size: 16px;
}
.about-box_point {
	background: #FFF8E6;
	border: dashed 3px #AD8628;
	border-radius: 10px;
	padding: 30px 0;
}
.about-box_point_title img {
	vertical-align: middle;
	width: auto;
	height: 16px;
}
.about-box_point_title {
	display: inline-block;
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 70px;
	background: #AD8628;
}
.about-box_point_title::before, .about-box_point_title::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.about-box_point_title::before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #FFF8E6;
	border-style: solid;
}
.about-box_point_title::after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #FFF8E6 transparent transparent;
	border-style: solid;
}
.about-box_point_text img{
	width: auto;
	height: 20px;
	margin: 20px auto 0;
}
/*商品*/
.product_title {
	background: #694A11;
	margin-bottom: 35px;
	width: 20%;
}
h4 img {
	width: 447px;
	height: 103px;
}
.product-box {
	max-width: 980px;
	margin: 60px auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-img {
	width: 24%;
}
.product-text {
	width: 70%;
}
.product-text p {
	margin-bottom: 20px;
}
.product-text_item {
	text-align: left;
	font-size: 16px;
	margin-bottom: 60px;
}
.product-text_item:last-of-type {
	margin-bottom: 0;
}
.product-text_title {
	font-weight: bold;
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
}
.product-text_box {
	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;
}
.item01 li {
	width: 48%;
}
.item01 dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item01 dt {
	width: 86%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.item01 dt::after {
	border-top: 2px dotted #333;
	content: "";
	flex-grow: 1;
	margin-left: 7px;
}
.item02 li {
	width: 31%;
	list-style-type: disc;
	margin-left: 1em;
}
.item03 table {
	width: 100%;
	text-align: center;
border-collapse: separate;
border-spacing: 0;
	border: 1px solid gray;
}
.item03 table,td,th {
	vertical-align: middle;
}
td,th {
	padding: 15px;
}
tr td { 
	border-top: 1px solid gray; 
	border-right: 1px solid gray; 
}
tr:last-child td { 
	  border-bottom: none; 
}
tr th { 
	border-top: 1px solid gray; 
	border-right: 1px solid gray; 
}
tr:first-child th { 
	  border-top: none; 
}
tr:last-child th { 
	  border-bottom: none; 
}
th:last-child {
	border-right: none; 
}
td:last-child {
	border-right: none; 
}
td.line-right {
	border-right: 1px solid gray; 
}
.table-list {
	width: calc(100% / 3)
}
.item04 li {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
@media (max-width: 768px) {
	.title-back {
	}
	.title-lead {
		width: 100%;
	}
	.title-back01 {
		width: 30%;
	}
	.title-back02 {
		width: 20%;
	}
	.title-back03 {
		bottom: 151px;
    	width: 26%;
	}
	.title-main {
		flex-direction: column;
		margin: 15px auto 40px;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.title-unkeitou {
		width: 122px;
		margin: 0 auto;
	}
	.title-fukidashi {
		top: -14px;
		left: -98px;
		width: 126px;
		height: 126px;
	}
	h1 {
		margin: 0 auto 15px;
		width: 40%;
	}
	h1 img{
		width: 100%;
		height: 120px;
	}
	.title-woman {
		bottom: 154px;
		right: 7px;
		width: 98px;
		height: auto;
	}
	h2 img {
		width:auto;
		height:156px
	}
	.question::after {
		bottom: -37px;
		border-top: 37px solid #FFFAEB;
		border-right: 110px solid transparent;
		border-left: 110px solid transparent;
	}
	.question h3 img {
		height: 64px;
	}
	.question-inner {
		padding: 35px 25px;
		width: 100%;
	}
	.question-01 {
		bottom: -30px;
		left: 0px;
		width: 90px;
	}
	.question-02 {
		top: -30px;
		right: 0px;
		width: 72px;
	}
	.question-box {
		display: block;
	}
	.question ul {
		width: 100%;
		margin-right: 0;
	}
	.question li {
		font-size: 16px;
		margin: 0 auto 12px;
		background-position: left 0px top 6px;
	}
	.question li:last-of-type {
		margin-bottom: 12px;
	}
	.question-img {
		width: 36%;
	    margin: 0 auto;
	}
	/*冷えのお悩み*/
	.answer.contents-wrapper {
		padding: 40px 10px 0;
	}
	.answer h3 img {
		height: 100px;
		margin-top: 20px;
	}
	.answer p {
		text-align: left;
	}
	.answer-img {
		width: 100%;
		margin: 20px auto;
	}
	.answer-img img{
		margin: 0 auto;
	}
	.answer-recommend_text img{
		height: 232px;
		margin: 0 auto;
		text-align: center;
	}
	.answer-recommend_img {
		position: static;
		margin: 20px auto 0;
		width: 42%;
	}
	/*8つの効能・効果*/
	.merit h3 img {
		height: 102px;
	}
	.merit-lead {
		font-size: 14px;
	}
	.merit-img {
		width: 100%;
		margin: 20px auto 0;
	}
	/*生薬*/
	.material h3 img {
		height: 105px;
	}
	.material ul {
		width: 100%;
	}
	.material li {
		width:  -webkit-calc(100% / 3);
		width: calc((100% / 3) - 15px);
		margin-bottom: 40px;
	}
	.material-img img{
		box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 17%);
	}
	.material-text {
		font-size: 20px;
	}
	/*JPSこだわり*/
	.about h3 img {
		height: 76px;
	}
	.about p {
		font-size: 14px;
	}
	.about-lead {
		text-align: left;
		margin-bottom: 20px;
	}
	.jps-logo {
		width: 50%;
		margin: 0 auto;
	}
	.about-box {
		width: 100%;
		margin: 40px auto 0;
	}
	.about-box > li{
		margin-bottom: 60px;
	}
	.about-box > li:last-of-type {
		margin-bottom: 0;
	}
	.about-box_title {
		width: 100%;
		line-height: 16px;
		margin-bottom: 10px;
		padding: 15px 0;
	}
	p.about-box_title {
		text-align: center!important;
	}
	.about-box_title img {
		height: 20px;
	}
	.about-box > li p{
		text-align: left;
	}
	.about-box_items {
		display: block;
		margin: 10px auto;
	}
	.about-box_items li {
		width: 100%;
		margin-bottom: 10px;
	}
	.about-box_items li p {
		margin-top: 5px;
		text-align: center;
		font-size: 14px;
	}
	.about-box_point {
		padding: 20px 0;
	}
	.about-box_point_title img {
		height: 14px;
	}
	.about-box_point_title {
		height: 36px;
		line-height: 36px;
		padding: 0 36px;
		background: #AD8628;
	}
	.about-box_point_title::before {
		border-width: 18px 0px 18px 12px;
	}
	.about-box_point_title::after {
		border-width: 18px 12px 18px 0px;
	}
	.about-box_point_text img{
		height: 68px;
		margin: 15px auto 0;
	}
	/*商品*/
	.product_title {
		margin-bottom: 20px;
		padding: 10px 20px;
		width: 40%;
	}
	h4 img {
		width: auto;
		height: 70px;
	}
	.product-box {
		width: 100%;
		margin: 20px auto;
		display: block;
	}
	.product-img {
		width: 60%;
		margin: 0 auto 20px;
	}
	.product-text {
		width: 100%;
	}
	.product-text p {
		margin-bottom: 20px;
	}
	.product-text_item {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.product-text_title {
		padding-bottom: 6px;
	}
	p.product-text_lead {
		margin-bottom: 10px;
	}
	.product-text_box {
		display: block;
		margin-bottom: 10px;
	}
	.item01 li {
		width: 100%;
	}
	.item01 dt {
		width: 89%;
	}
	.item02 > .product-text_box {
		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;
	}
	.item02 li {
		width: 42%;
		margin-left: 1.5em;
	}
	.item03 td,.item03 th {
		padding: 8px;
	}
	.product .btn a {
		margin: 40px auto 20px;
	}
}
/*----- 20250123 -----*/
section.main.bk-texture.wrapper{
	padding: 20px 10px 0 10px;
}
section.main.bk-texture.wrapper .sp-mv{
	display: none;
}
@media (max-width: 768px) {
	section.main.bk-texture.wrapper{
		padding: 0px;
	}
	section.main.bk-texture.wrapper .pc-mv{
			display: none;
	}
	section.main.bk-texture.wrapper .sp-mv{
		display: block;
	}
}