@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:"source-han-sans-japanese",sans-serif;
}
.inter {
	font-family: "Inter", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 106px;
	text-align: left;
}
#main {
	display: block;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
	}
	#container {
		padding-top: 80px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 15px min(2.1vw,40px) 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 99;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	max-width: min(44vw,82rem);
	padding-top: min(1.2vw,2.3rem);
	display: flex;
	align-items: center;
}
#gHeader h1 a {
	width: min(15.2vw,29rem);
}
#gHeader h1 span {
	font-size: min(1.1vw,2rem);
	font-weight: 400;
	margin-left: min(1.6vw,3rem);
}
#gHeader .hTBox {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hLinkList {
	margin: 2px min(2.9vw,55px) 0 0;
	display: flex;
}
#gHeader .hLinkList li:not(:last-of-type) {
	margin-right: min(1.5vw,27px);
}
#gHeader .hLinkList a {
	padding-left: 13px;
	display: block;
	position: relative;
	font-size: min(1vw,1.4rem);
	font-weight: 500;
	line-height: 1.71;
}
#gHeader .hLinkList a::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #F3981F;
	content: '';
}
#gHeader .btnList {
	display: flex;
}
#gHeader .btnList li:not(:last-of-type) {
	margin-right: 41px;
}
#gHeader .btnList a {
	display: block;
}
#gHeader .btnList img {
	width: 86px;
}
#gHeader .btnList .list01 img {
	width: 26px;
}
#gHeader .hBtmBox {
	display: flex;
	align-items: center;
}
#gNavi {
	margin-top: 1px;
}
#gNavi .hLinkUl {
	margin-right: min(2.9vw,54px);
	display: flex;
}
#gNavi .hLinkUl li:not(:last-of-type) {
	margin-right: min(2.1vw,40px);
}
#gNavi .hLinkUl a {
	padding-bottom: 22px;
	position: relative;
	font-size: min(1.1vw,2rem);
	font-weight: 700;
	line-height: 1.2;
	display: block;
}
#gNavi .hLinkUl a::before {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 11px;
	background-color: #F3981F;
	content: '';
	opacity: 0;
	transition: .3s;
}
#gNavi .hLinkUl .current a::before {
	opacity: 1;
}
#gHeader .hBtn {
	margin-top: -21px;
	width: 154px;
}
#gHeader .hBtn a {
	padding: 4px 5px 5px;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.75;
	border: 1px solid #333;
	border-radius: 50px;
	text-align: center;
}
#gNavi .subBox {
	padding: 31px 0 27px;
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	z-index: 9;
	background-color: #FCFBF9;
	display: none;
}
#gNavi .subBox .area {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 896px;
	display: flex;
	justify-content: space-between;
}
#gNavi .subBox .area .title {
	width: 200px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
#gNavi .subBox .area .linkBox {
	width: calc(100% - 232px);
}
#gNavi .subBox .area .linkList {
	margin-right: -40px;
	display: flex;
	flex-wrap: wrap;
}
#gNavi .subBox .area .linkList a {
	display: block;
	padding: 0 0 0 10px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.57;
	letter-spacing: 0.04em;
}
#gNavi .subBox .area .linkList li {
	margin: 0 40px 0 0;
}
#gNavi .subBox .area .linkList li:last-of-type {
	margin-right: 0;
}
#gNavi .subBox .area .linkList ul li {
	margin-right: 0;
}
#gNavi .subBox .area .linkList ul li:not(:last-of-type) {
	margin-bottom: 18px;
}
#gNavi .subBox .area .linkList a::before {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 50%;
	background-color: #F3981F;
	content: '';
	opacity: 1;
}
@media all and (min-width: 897px) {
	#gHeader .hBtn a:hover,
	#gHeader .hLinkList a:hover,
	#gHeader .btnList a:hover {
		opacity: 0.7;
	}
	#gNavi .hLinkUl a:hover::before {
		opacity: 1;
	}
	#gNavi .subBox .area .linkList a:hover {
		opacity: 0.7;
	}
}

@media (min-width: 897px) and (max-width: 1100px) {
	#gHeader h1 {
		max-width: min(35vw,82rem);
	}
	#gHeader h1 span {
		font-size: min(1.0vw,2rem);
	}
}
#gHeader .hRBox {
	padding-left: 0.5rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		z-index: 9999;
	}
	#gHeader h1 {
		max-width: inherit;
		padding: 0 0 0 1rem;
		margin-top: 0;
		width: auto;
		flex: 1;
	}
	#gHeader .hRBox {
		height: 4rem;
		padding: 0.9rem 1rem 0.2rem 0;
		width: 7.7rem;
		box-sizing: border-box;
		background-color: #F4F2EF;
		border-radius: 10rem 0 0 10rem;
	}
	#gHeader h1 a {
		width: 7rem;
	}
	#gHeader h1 span {
		display: inline-block;
		margin: 0.7rem 0 0 0.7rem;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#gHeader .hTBox {
		align-items: center;
		margin: 0;
	}
	#gHeader .btnList {
		margin-left: 0.5rem;
		order: 2;
	}
	#gHeader .btnList .list01 img {
		width: 2.2rem;
	}
	#gHeader .hBtmBox,
	#gHeader .hLinkList {
		display: none;
	}
	.menu {
		padding-top: 0.3rem;
		z-index: 99999;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}
	.menu.on {
		display: none;
	}
	.menuBox {
		padding: 9px 0 60px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		box-sizing: border-box;
		overflow-y: auto;
		background-color: #fff;
		display: none;
	}
	.menuBox .close {
		width: 22px;
		position: absolute;
		right: 16px;
		top: 17px;
		cursor: pointer;
		z-index: 99999;
	}
	.menuBox .logo {
		margin: 0 0 10px 3px;
		width: 147px;
	}
	.menuBox .linkList {
		margin-bottom: 39px;
		border-top: 1px solid #DBDBDB;
	}
	.menuBox .linkList a {
		padding: 21px 50px 1px 24px;
		position: relative;
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.33;
	}
	.menuBox .linkList a.on {
		padding-bottom: 21px;
	}
	.menuBox .linkList a::before,
	.menuBox .linkList a::after {
		width: 14px;
		height: 1px;
		position: absolute;
		right: 25px;
		top: 33px;
		transform: translateY(-50%);
		background-color: #7C766D;
		content: '';
	}
	.menuBox .linkList a.on::after {
		opacity: 0;
	}
	.menuBox .linkList a::after {
		transform: translateY(-50%) rotate(90deg);
	}
	.menuBox .linkList .linkUl {
		padding: 10px 0;
		background-color: #F4F2EF;
		display: none;
	}
	.menuBox .linkList .linkUl a {
		padding: 11px 20px 11px 56px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.38;
		letter-spacing: 0.04em;
	}
	.menuBox .linkList .linkUl a::before {
		width: 4px;
		height: 4px;
		position: absolute;
		left: 45px;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		background-color: #7C766D;
		content: '';
	}
	.menuBox .linkList .linkUl a::after {
		display: none;
	}
	.menuBox .mLinkUl {
		margin: 0 15px 32px;
		padding: 19px 10px 0;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #DBDBDB;
	}
	.menuBox .mLinkUl li:not(:last-of-type) {
		margin-right: 52px;
	}
	.menuBox .mLinkUl a {
		padding-left: 12px;
		display: block;
		position: relative;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.71;
	}
	.menuBox .mLinkUl a::before {
		width: 6px;
		height: 6px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		background-color: #F3981F;
		content: '';
	}
	.menuBox .btnList {
		margin: -10px 25px 40px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.menuBox .btnList a {
		display: block;
	}
	.menuBox .btnList li {
		margin: 10px 34px 0 0;
	}
	.menuBox .btnList li:last-of-type {
		margin-right: 0;
	}
	.menuBox .btnList img {
		width: 86px;
	}
	.menuBox .btnList .list01 a {
		padding: 3px 5px;
		width: 166px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.71;
		text-align: center;
		box-sizing: border-box;
		border-radius: 40px;
		border: 1px solid #333;
	}
	.menuBox .search {
		margin: 0 15px;
		position: relative;
	}
	.menuBox .search input {
		padding: 2px 10px 2px 40px;
		width: 100%;
		height: 32px;
		color: #333;
		border: none;
		box-sizing: border-box;
		border-radius: 40px;
		box-shadow: none;
		background-color: #EBEBEB;
		appearance: none;
		-webkit-appearance: none;
	}
	.menuBox .search button {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 3px;
		top: 50%;
		border: none;
		border-radius: 0;
		box-shadow: none;
		transform: translateY(-50%);
		background: url(../img/common/icon08.png) no-repeat center center / 14px auto;
		appearance: none;
		-webkit-appearance: none;
	}
}
@media all and (max-width: 374px) {
	.menuBox .btnList .list01 a {
		width: 150px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 7px;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 169px;
	max-width: 988px;
}
#gFooter .fTBox {
	margin-bottom: 0;
	padding: 82px 20px 84px;
	background-color: #FCFBF9;
}
#gFooter .fTBox .linkList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fTBox .linkList li {
	margin: 40px 20px 0;
	width: 260px;
}
#gFooter .fTBox .linkList p {
	margin-bottom: 6px;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: center;
}
#gFooter .fTBox .linkList .btn a {
	padding: 1px 25px;
	display: block;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #7C766D;
	background: url(../img/common/icon04.png) no-repeat right 10px center / 13px auto;
	background-color: #fff;
}
#gFooter .fTBox .linkList .list01 a {
	padding: 9px 25px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.71;
	border-color: #BE9D6D;
	background-image: url(../img/common/icon05.png);
	background-color: #7C766D;
}
#gFooter .fTBox .linkList .btn img {
	width: 120px;
}
#gFooter .snsList {
	margin: -20px 10px 30px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .snsList li {
	margin: 20px 20px 0 0;
}
#gFooter .snsList li:last-of-type {
	margin-right: 0;
}
#gFooter .snsList a {
	display: block;
	padding-left: 0 !important;
}
#gFooter .snsList a::before {
	display: none;
}
#gFooter .snsList img {
	height: 30px;
}
#gFooter .fLinkBox {
	margin-bottom: 32px;
	padding: 52px 60px 47px;
	background-color: #F4F2EF;
}
#gFooter .fLinkBox .fBox {
	position: relative;
}
#gFooter .fLinkBox .fNavi {
	margin-bottom: 29px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
}
#gFooter .fLinkBox .fNavi:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#gFooter .fLinkBox .fNavi > li {
	margin-right: 49px;
	min-width: 164px;
}
#gFooter .fLinkBox .fNavi > li:nth-of-type(4n - 3) {
	margin-right: 40px;
}
#gFooter .fLinkBox .fNavi > li:nth-of-type(4n) {
	margin-right: 0;
}
#gFooter .fLinkBox .fNavi .fLinkList > li {
	margin-bottom: 18px;
}
#gFooter .fLinkBox .fNavi .fLinkList > li:last-of-type {
	margin-bottom: 0;
}
#gFooter .fLinkBox .fNavi .fLinkList a {
	padding-left: 11px;
	position: relative;
	display: block;
	font-size: 1.8rem;
	line-height: 1.22;
	letter-spacing: 0.04em;
}
#gFooter .fLinkBox .fNavi .fLinkList a::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #F3981F;
	content: '';
}
#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl {
	margin-top: 4px;
}
#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl li:not(:last-of-type) {
	margin-bottom: 1px;
}
#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl a {
	font-size: 1.4rem;
	line-height: 1.71;
}
#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl a::before{
	display: none;
}
#gFooter .fLinkBox .fNavi .fLinkList .ttl {
	margin-bottom: 9px;
	padding-left: 11px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
#gFooter .fLinkBox .fNavi .fLinkList .ttl01 {
	font-size: 1.1rem;
}
#gFooter .fLinkBox .fNavi > li.list01 .fLinkList > li {
	margin-bottom: 45px;
}
#gFooter .fLinkBox .fNavi > li.list02 .fLinkList > li {
	margin-bottom: 17px;
}
#gFooter .fLinkBox .fNavi > li.list02 .fLinkList > li.list03 {
	margin-bottom: 46px;
}
#gFooter .fLinkBox .fNavi > li.list02 .fLinkList > li.list04 {
	margin-bottom: 35px;
}
#gFooter .fLinkBox .fNavi span {
	padding-right: 24px;
	display: inline-block;
	background: url(../img/common/icon07.png) no-repeat right center / 13px auto;
	vertical-align: top;
}
#gFooter .fLinkBox .fNavi .fLinkList .linkUl01 {
	margin-bottom: 18px;
	display: flex;
}
#gFooter .fLinkBox .fNavi .fLinkList .linkUl01 li:not(:last-of-type) {
	margin-right: 15px;
}
#gFooter .fLinkBox .fNavi .fLinkList .linkUl01 a {
	font-size: 1.3rem;
}
#gFooter .fLinkBox .pageTop {
	position: fixed;
	right: calc(50% - 663px);
	bottom: 9px;
	z-index: 90;
}
#gFooter .fLinkBox .pageTop.on {
	position: absolute;
	right: 0;
	bottom: -14px;
}
#gFooter .fLinkBox .pageTop a {
	padding: 7px 45px 7px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1.71;
	background: url(../img/common/icon06.png) no-repeat right center / 36px auto;
}
#gFooter .fBtmBox .title {
	margin-bottom: 33px;
	font-weight: 700;
	text-align: center;
}
#gFooter .fBtmBox .logoList {
	margin: -12px -60px 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fBtmBox .logoList li {
	margin: 12px 6px 0;
}
#gFooter .fBtmBox .logoList a {
	display: block;
}
#gFooter .fBtmBox .logoList img {
	width: 142px;
}
#gFooter .copyright {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.83;
	text-align: center;
}
/*店舗情報 popup*/
#pop03 {
    background-color: #fff;
	padding: 0 0 30px 0;
}
.popBox .close {
    margin: 0 0 30px auto;
}
#pop03 p {
	padding:0 0 20px;
	text-align: center;
}
#pop03 .txtLink {
	width:420px;
	margin:0 auto;
	overflow: hidden;
}
#pop03 .txtLink li {
	width:200px;
	margin-bottom:20px;
	float: left;
}
#pop03 .txtLink li:nth-child(odd) {
	margin-right:20px;
}

@media all and (min-width: 897px) {
	#gFooter .fTBox .linkList .btn a:hover {
		opacity: 0.7;
	}
	#gFooter .fBtmBox .logoList a:hover,
	#gFooter .snsList a:hover {
		opacity: 0.7;
	}
	#gFooter .fLinkBox .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .fLinkBox .fNavi .fLinkList a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 1261px) and (max-width: 1360px) {
	#gFooter .fLinkBox {
		padding: 52px 10px 47px;
	}
}
@media (min-width: 897px) and (max-width: 1085px) {
	#gFooter .fLinkBox {
		padding: 52px 20px 47px;
	}
	#gFooter .fLinkBox .fNavi > li:nth-of-type(4n - 3) {
		margin-right: 11px;
	}
	#gFooter .fLinkBox .fNavi > li {
		margin-right: 20px;
	}
}
@media (min-width: 897px) and (max-width: 1348px) {
	#gFooter .fLinkBox .pageTop {
		right: 0;
	}
}
@media (min-width: 897px) and (max-width: 1260px) {
	#gFooter .fBox {
		padding: 0 20px;
	}
	#gFooter .fLinkBox .pageTop {
		right: calc(50% - 514px);
	}
	#gFooter .fLinkBox .fBox {
		padding-bottom: 40px;
	}
	#gFooter .fBtmBox .logoList {
		margin: -12px 0 48px;
	}
}
@media (min-width: 897px) and (max-width: 1043px) {
	#gFooter .fLinkBox .pageTop {
		right: 0;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 21px;
	}
	#gFooter .fBox {
		margin: 0 auto;
		padding: 0 15px;
		max-width: inherit;
	}
	#gFooter .fTBox {
		margin-bottom: 0;
		padding: 56px 20px 53px;
	}
	#gFooter .fTBox .linkList {
		margin-top: 0;
		display: block;
	}
	#gFooter .fTBox .linkList li {
		margin: 0 0 29px;
		width: auto;
	}
	#gFooter .fTBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .fTBox .linkList .btn {
		margin: 0 auto;
		max-width: 260px;
	}
	#gFooter .snsList {
		margin: -20px 0 0;
		justify-content: center;
	}
	#gFooter .snsList li {
		margin: 20px 20px 0;
	}
	#gFooter .snsList a {
		display: block;
	}
	#gFooter .snsList img {
		height: 30px;
	}
	#gFooter .fLinkBox {
		margin-bottom: 31px;
		padding: 35px 9px 76px;
	}
	#gFooter .fLinkBox .fBox {
		position: relative;
	}
	#gFooter .fLinkBox .fNavi {
		margin-bottom: 25px;
		display: block;
		border-bottom: none;
		padding-bottom: 0;
	}
	#gFooter .fLinkBox .fNavi:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .fLinkBox .fNavi > li {
		margin: 0 0 25px;
		padding: 0;
		width: auto;
		border-left: none;
	}
	#gFooter .fLinkBox .fNavi > li.btm01 {
		margin-bottom: 53px;
	}
	#gFooter .fLinkBox .fNavi > li.list01 {
		margin-bottom: 16px;
	}
	#gFooter .fLinkBox .fNavi > li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .fLinkBox .fNavi > li:nth-of-type(3n) {
		border-right: none;
	}
	#gFooter .fLinkBox .fNavi > li:nth-of-type(4n - 3) {
		margin-right: 0;
	}
	#gFooter .fLinkBox .fNavi .fLinkList > li {
		margin-bottom: 18px;
	}
	#gFooter .fLinkBox .fNavi .fLinkList > li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .fLinkBox .fNavi .list01 .fLinkList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fLinkBox .fNavi .list01 .fLinkList > li {
		width: 51%;
	}
	#gFooter .fLinkBox .fNavi .list01 .fLinkList > li:nth-of-type(2n) {
		margin-top: 23px;
		width: 47.7%;
	}
	#gFooter .fLinkBox .fNavi .fLinkList a {
		padding-left: 11px;
		position: relative;
		display: block;
		font-size: 1.8rem;
		line-height: 1.22;
		letter-spacing: 0.04em;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl {
		margin-top: 4px;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl.linkUl01 {
		margin-bottom: 27px;
		justify-content: center;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl li:not(:last-of-type) {
		margin-bottom: 3px;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl a {
		font-size: 1.4rem;
		line-height: 1.71;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .fLinkUl a::before{
		display: none;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .ttl {
		margin-top: 5px;
		font-weight: 700;
	}
	#gFooter .fLinkBox .fNavi .fLinkList .ttl.ttl01 {
		text-align: center;
		font-size: 1.2rem;
	}
	#gFooter .fLinkBox .fNavi > li.list01 .fLinkList > li {
		margin-bottom: 0;
	}
	#gFooter .fLinkBox .fNavi > li.list02 .fLinkList > li {
		margin-bottom: 17px;
	}
	#gFooter .fLinkBox .fNavi > li.list02 .fLinkList > li.list03 {
		margin-bottom: 46px;
	}
	#gFooter .fLinkBox .fNavi > li.list02 .fLinkList > li.list04 {
		margin-bottom: 29px;
	}
	#gFooter .fLinkBox .pageTop {
		right: 10px;
		bottom: 7px;
	}
	#gFooter .fLinkBox .pageTop.on {
		right: 10px;
		bottom: -69px;
	}
	#gFooter .fBtmBox .title {
		margin-bottom: 23px;
		font-size: 1.4rem;
	}
	#gFooter .fBtmBox .logoList {
		margin: -7px 0 19px;
		justify-content: space-between;
	}
	#gFooter .fBtmBox .logoList li {
		margin: 7px 0 0;
		width: 50%;
	}
	#gFooter .fBtmBox .logoList a {
		display: block;
		text-align: center;
	}
	#gFooter .fBtmBox .logoList img {
		width: 142px;
	}
	#gFooter .copyright {
		margin: 0 -15px;
		padding-top: 16px;
		font-size: 1rem;
		line-height: 1.8;
		border-top: 1px solid #F4F2EF;
	}
}
/*店舗情報 popup*/
	#pop03 p {
		font-size: 1.3rem;
	}
	#pop03 .txtLink {
		width:auto;
		margin:0 2%;
	}
	#pop03 .txtLink li {
		width: 49%;
		margin-bottom:15px;
	}
	#pop03 .txtLink li:nth-child(odd) {
		margin-right:2%;
	}

/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 968px;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 0 15px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comBox01
------------------------------------------------------------*/
.comBox01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 800px;
}
@media all and (max-width: 896px) {
	.comBox01 {
		padding: 0 15px;
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	comBox02
------------------------------------------------------------*/
.comBox02 {
	margin: 0 auto;
	padding: 0;
	max-width: 1366px;
}
@media all and (max-width: 896px) {
	.comBox02 {
		padding: 0 15px;
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 29px;
	color: #F3981F;
	font-weight: 400;
	line-height: 1.5;
}
.headLine01 span {
	margin-top: 5px;
	display: block;
	color: #333;
	font-size: 4rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.headLine01.head01 {
	margin-bottom: 35px;
}
.headLine01.head01 span {
	margin-top: -4px;
	font-family:"source-han-sans-japanese",sans-serif;
}
.headLine01.head01 small {
	font-size: 2.8rem;
}
.headLine01.head02 {
	margin-bottom: 16px;
}
.headLine01.head02 span {
	margin-top: 15px;
	font-size: 2.6rem;
	line-height: 1.38;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 18px;
		font-size: 1.6rem;
	}
	.headLine01 span {
		margin-top: -2px;
		font-size: 3.6rem;
	}
	.headLine01.head01 {
		margin-bottom: 11px;
	}
	.headLine01.head01 span {
		margin-top: 4px;
	}
	.headLine01.head01 small {
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 69px 10px;
	padding-bottom: 25px;
	position: relative;
	font-size: 4rem;
	line-height: 1.1;
}
.headLine02::before {
	width: 80px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #F3981F;
	content: '';
}
.headLine02 small {
	margin-bottom: 18px;
	display: block;
	color: #F3981F;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.75;
	font-family: 'Montserrat', sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 15px 10px;
		padding-bottom: 26px;
		font-size: 3.6rem;
	}
	.headLine02 small {
		margin-bottom: 22px;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 13px;
	font-size: 3rem;
	line-height: 1.6;
}
.headLine03 small {
	font-size: 1.6rem;
}
.headLine03 span {
	color: #F3981F;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 13px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin: 0 20px 36px;
	font-size: 1.8rem;
	line-height: 1.2;
}
.headLine04 span {
	padding: 13px 42px 11px 30px;
	display: inline-block;
	position: relative;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	vertical-align: top;
}
.headLine04 span::before {
	width: 12px;
	height: calc(100% + 2px);
	position: absolute;
	left: 0;
	top: -1px;
	background-color: #F3981F;
	content: '';
}
.headLine04 span::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 7px;
	top: 7px;
	background-color: #F4F2EF;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin: 0 4px 30px;
	}
	.headLine04 span {
		padding: 13px 42px 11px 30px;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 39px;
	font-size: 3rem;
	text-align: center;
}
.headLine05 span {
	color: #F3981F;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 28px;
		font-size: 2.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 37px;
	padding: 0 89px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.headLine06 span {
	padding: 7px 25px;
	position: relative;
	display: inline-block;
	border: 1px solid #333;
	vertical-align: top;
	background-color: #fff;
}
.headLine06 span::before,
.headLine06 span::after {
	width: 69px;
	height: 8px;
	position: absolute;
	left: -89px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/img/goods/human/sample4/sec01_line01.png) no-repeat center center / cover;
	content: '';
}
.headLine06 span::after {
	left: auto;
	right: -90px;
}
@media all and (max-width: 374px) {
	.headLine06 {
		font-size: 1.4rem;
	}
	.headLine06 span {
		padding: 7px 15px;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 49px;
	padding-bottom: 10px;
	position: relative;
	font-size: 3rem;
	line-height: 1.5;
}
.headLine07.head01 {
	margin-bottom: 40px;
}
.headLine07::before {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #F3981F;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine07 {
		margin-bottom: 20px;
		padding-bottom: 0;
		font-size: 2rem;
		line-height: 2.25;
	}
	.headLine01::before {
		bottom: 4px;
	}
	.headLine07.head01 {
		margin-bottom: 20px;
	}
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 68px;
	padding-bottom: 47px;
	color: #F3981F;
	font-size: 2.6rem;
	text-align: center;
	background: url(../img/common/icon15.png) no-repeat center bottom / 22px auto;
}
@media all and (max-width: 896px) {
	.headLine08 {
		margin-bottom: 19px;
		line-height: 1.38;
	}
}
/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
	margin-bottom: 34px;
	padding: 4px 0 3px 7px;
	font-size: 2.4rem;
	line-height: 1.17;
	border-left: 5px solid #F3981F;
}
@media all and (max-width: 896px) {
	.headLine09 {
		margin-bottom: 34px;
		padding: 0 0 0 7px;
		font-size: 1.8rem;
		line-height: 1.56;
	}
}
/*------------------------------------------------------------
	headLine10
------------------------------------------------------------*/
.headLine10 {
	margin-bottom: 21px;
	padding-bottom: 7px;
	font-size: 2.2rem;
	line-height: 1.18;
	border-bottom: 2px solid #F3981F;
}
@media all and (max-width: 896px) {
	.headLine10 {
		margin-bottom: 27px;
		padding-bottom: 4px;
		font-size: 2rem;
		line-height: 1.4;
	}
}
/*------------------------------------------------------------
	headLine11
------------------------------------------------------------*/
.headLine11 {
	margin-bottom: 24px;
	font-size: 2.6rem;
	line-height: 1.08;
}
.headLine11 span {
	margin-bottom: 10px;
	color: #F3981F;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine11 {
		margin-bottom: 43px;
	}
}
/*------------------------------------------------------------
	headLine12
------------------------------------------------------------*/
.headLine12 {
	margin-bottom: 31px;
	font-size: 2.6rem;
	line-height: 1.08;
}
.headLine12 span {
	margin-right: 20px;
	padding: 14px 5px 5px;
	width: 61px;
	height: 61px;
	display: inline-block;
	color: #fff;
	font-size: 2.9rem;
	text-align: center;
	box-sizing: border-box;
	vertical-align: 12px;
	background: url(../img/common/bg01.png) no-repeat center center / 100% 100%;
}
@media all and (max-width: 896px) {
	.headLine12 {
		margin-bottom: 21px;
	}
}

/*------------------------------------------------------------
	headLine13
------------------------------------------------------------*/
.headLine13 {
	margin-bottom: 30px;
	margin-top: 40px;
	font-size: 2rem;
	line-height: 1.08;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink span,
.comLink a {
	padding: 5px 0 5px 36px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.71;
	vertical-align: top;
	background: url(../img/common/icon02.png) no-repeat left top calc(50% - 1px) / 30px auto;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	pageBox
------------------------------------------------------------*/
.pageBox {
	margin-bottom: 14px;
	padding: 5px 20px 3px;
	background-color: #F4F2EF;
}
.pageBox .pagePath {
	margin: 0 auto;
	max-width: 1230px;
	display: flex;
	flex-wrap: wrap;
}
.pageBox .pagePath li {
	margin-right: 13px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.pageBox .pagePath li:last-of-type {
	margin-right: 0;
}
.pageBox .pagePath a {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	.pageBox .pagePath a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.pageBox {
		margin-bottom: 36px;
		padding-bottom: 2px;
	}
	.pageBox .pagePath {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto 100px;
	max-width: 1364px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px 100px;
		max-width: inherit;
		display: block;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	margin: 54px 0 0 48px;
	padding: 40px 20px 20px 52px;
	width: 402px;
	position: relative;
	box-sizing: border-box;
	border-radius: 50px 0 0 50px;
	background-color: #FCF9ED;
}
#sideBar::after {
	width: calc(100% - 57px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 34px;
	border-radius: 50px 0 0 50px;
	background-color: #F4F2EF;
	content: '';
	z-index: -1;
}
#sideBar .title {
	margin-bottom: 8px;
	font-weight: 700;
}
#sideBar .sNavi a {
	padding-left: 15px;
	display: block;
	position: relative;
	line-height: 2.6;
}
#sideBar .sNavi a::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 19px;
	border-radius: 50%;
	background-color: #F3981F;
	content: ''
}

#sideBar li.policy a::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
	background-color: #F3981F;
	content: ''
}
#sideBar .sLinkList a {
	padding: 18px 50px 21px 0;
	display: block;
	border-bottom: 2px solid #fff;
}
#sideBar .subBox {
	margin-bottom: 38px;
}
#sideBar .subBox:last-of-type {
	margin-bottom: 20px;
}
#sideBar .sLinkUl {
	margin-right: -20px;
}
#sideBar .sLinkUl li:not(:last-of-type) {
	margin-bottom: 19px;
}
#sideBar .sLinkUl a {
	padding: 14px 20px 14px 52px;
	border-radius: 40px 0 0 40px;
	background-position: left 16px center;
	background-color: #fff;
	display: block;
}
#sideBar .search {
	margin-right: 66px;
	position: relative;
}
#sideBar .search input {
	padding: 5px 45px 5px 21px;
	width: 100%;
	height: 40px;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #E7E6E4;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: #fff;
}
#sideBar .search input::-webkit-input-placeholder {
	color: #E1DFDD;
}
#sideBar .search input:-moz-placeholder {
	color: #E1DFDD;
}
#sideBar .search input::-moz-placeholder {
	color: #E1DFDD;
}
#sideBar .search input:-ms-input-placeholder {
	color: #E1DFDD;
}
#sideBar .search input[type="button"] {
	padding: 5px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0 40px 40px 0;
	background: url(../img/common/icon13.png) no-repeat center center / 18px auto;
	background-color: #A58C67;
	cursor: pointer;
	font-size: 0;
	color: transparent;
}
#sideBar .subBox.subBox02 {
	margin-bottom: 50px;
}

#sideBar .sNavi li.policy a {
	padding-left: 15px;
	display: block;
	position: relative;
	line-height: 1.5;
}
.kaihou_box a,
.kaihou_box a:link {
	text-decoration: underline;
}

.kaihou_box ul li img {
  border: 1px solid #cccccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 4px;
}

.kaihou_box ul li a:hover img {
  border-color: #999999;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

@media all and (min-width: 897px) {
	#sideBar .sNavi a:hover {
		opacity: 0.7;
	}
	#sideBar .sLinkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#sideBar {
		margin: 54px -15px 0 0;
		padding: 0;
		width: auto;
		border-radius: 30px 0 0 30px;
	}
	#sideBar::after {
		display: none;
	}
	#sideBar .title {
		margin-bottom: 0;
		padding: 23px 15px 23px 41px;
		font-size: 1.6rem;
		position: relative;
		line-height: 2.6;
		cursor: pointer;
		transition: .3s;
	}
	#sideBar .title.on {
		padding-bottom: 11px;
	}
	#sideBar .title span {
		padding: 12px 5px 24px;
		display: block;
		width: 56px;
		position: absolute;
		right: 15px;
		top: 16px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.17;
		text-align: center;
		box-sizing: border-box;
		background: url(../img/common/icon11.png) no-repeat center bottom 11px / 10px auto;
		background-color: #fff;
		font-family: 'Montserrat', sans-serif;
	}
	#sideBar .title.on span {
		background-image: url(../img/common/icon10.png);
		background-color: #F4F2EF;
	}
	#sideBar .sNavi {
		margin: 0 15px 0 25px;
		padding-bottom: 29px;
		display: none;
	}
	#sideBar .sNavi a {
		padding-left: 15px;
		font-size: 1.6rem;
		line-height: 2.6;
	}
	#sideBar .sNavi a::before {
		width: 6px;
		height: 6px;
		position: absolute;
		left: 0;
		top: 18px;
		border-radius: 50%;
		background-color: #F3981F;
		content: ''
	}
	#sideBar .sLinkList {
		display: none;
	}
	#sideBar .sArea {
		padding-bottom: 40px;
		display: none;
	}
	#sideBar .subBox {
		margin-bottom: 17px;
	}
	#sideBar .subBox.subBox01 {
		margin-bottom: 0;
	}
	#sideBar .subBox:last-of-type {
		margin-bottom: 20px;
	}
	#sideBar .subBox .title {
		padding: 0 41px;
	}
	#sideBar .subBox .sNavi {
		margin-left: 41px;
		display: block;
		padding-bottom: 0;
	}
	#sideBar .subBox select {
		margin-left: 41px;
		padding: 6px 24px;
		width: 248px;
		height: 40px;
		color: #333;
		font-size: 1.6rem;
		border-radius: 40px;
		border: 2px solid #F4F2EF;
		box-sizing: border-box;
		appearance: none;
		-webkit-appearance: none;
		background-color: #F4F2EF;
	}
	#sideBar .sLinkUl {
		margin: 50px 0 0 41px;
	}
	#sideBar .sLinkUl li:not(:last-of-type) {
		margin-bottom: 19px;
	}
	#sideBar .sLinkUl a {
		padding: 14px 20px 14px 52px;
		border-radius: 40px 0 0 40px;
		background-position: left 16px center;
		background-color: #fff;
		display: block;
	}
	#sideBar .search {
		margin: 0 41px;
	}
}
@media all and (max-width: 374px) {
	#sideBar .sNavi a {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: calc(100% - 450px);
}
#conts .headLine02 {
	margin: 0 0 79px 68px;
}
#conts .textBox {
	margin-left: auto;
	width: calc(100% - 164px);
}
#conts .textBox p {
	margin-bottom: 36px;
	font-size: 1.8rem;
	line-height: 2;
}
#conts .textBox p:last-of-type {
	margin-bottom: 0;
}
#conts .textBox .btm01 {
	margin-bottom: 12px;
}
#conts .textBox .txt {
	line-height: 1.67;
	text-align: right;
}


/*---250807---*/
#conts .youtube {
position: relative;
height: 0;
padding-bottom: 56.25%;
overflow:hidden;
}
#conts .youtube iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
/*---250807---*/


@media all and (max-width: 896px) {
	#conts {
		width: auto;
	}
	#conts .headLine02 {
		margin: 0 0 93px;
	}
	#conts .headLine02 small {
		margin-bottom: 14px;
	}
	#conts .headLine02 span {
		display: block;
		line-height: 1.22;
	}
	#conts .textBox {
		margin-left: auto;
		width: auto;
	}
	#conts .textBox p {
		margin-bottom: 32px;
		font-size: 1.6rem;
	}
	#conts .textBox .btm01 {
		margin-bottom: 42px;
	}
	#conts .textBox .txt {
		line-height: 2;
	}
}
@media all and (max-width: 374px) {
	#conts .textBox p {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	margin: 0 auto;
	max-width: 775px;
}
.popBox .pBgBox {
	padding-bottom: 120px;
	background-color: #F4F2EF;
}
.popBox .close {
	margin: 0 0 80px auto;
	width: 40px;
	cursor: pointer;
}
.popBox .search {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 500px;
}
.popBox .search input {
	padding: 5px 30px;
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	box-shadow: none;
	border: 1px solid #707070;
	background-color: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.popBox .search input::-webkit-input-placeholder {
	color: #C7C7C7;
}
.popBox .search input:-moz-placeholder {
	color: #C7C7C7;
}
.popBox .search input::-moz-placeholder {
	color: #C7C7C7;
}
.popBox .search input:-ms-input-placeholder {
	color: #C7C7C7;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* google検索用PC/S */
.popBox .gsc-search-button {
	display: none;
}
.popBox .gsc-input-box {
	border-radius: 21px !important;
	}
.popBox .gsib_a {
	padding: 10px 20px;
}
.popBox .gsc-search-button-v2 svg {
	display: none;
}
/* google検索用PC/E */
@media all and (min-width: 897px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
/* google検索用SP/S */
.menuBox .gsc-control-cse {
	border-color: #fff;
    background-color: #fff;
    padding:0;
}
.menuBox .gsc-input-box {
	border:0px !important;
	background-color: #EBEBEB !important;
	border-radius:20px;
	padding-left: 25px;
}
.menuBox .gsc-input {
	font-size:1.4rem;
}
.menuBox input.gsc-input, .menuBox .gsc-input-box, .menuBox .gsc-input-box-hover, .menuBox .gsc-input-box-focus {
    border-color: #fff !important;
}
.menuBox .gsib_a {
	padding: 10px 20px;
}
.menuBox table.gsc-search-box td.gsc-input {
	padding-right:0;
}
.menuBox .gsc-search-button-v2 svg {
	display: none;
}
.menuBox #gsc-i-id1 placeholder {
	display: none;
}
/* google検索用SP/E */
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	transition: 0.5s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.fadeInLeft {
	opacity: 0;
	transform: translateX(-100px);
	transition: 0.5s;
}
.fadeInLeft.on {
	opacity: 1;
	transform: translateX(0);
}
.fadeInRight {
	opacity: 0;
	transform: translateX(100px);
	transition: 0.5s;
}
.fadeInRight.on {
	opacity: 1;
	transform: translateX(0);
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	slideBox
------------------------------------------------------------*/
.slideBox {
	display: flex;
}
.slideBox .swiper {
	width: 73.23%;
}
.slideBox .swiper .photoBox  {
	overflow: hidden;
}
.slideBox .photoList .pho {
	height: 0;
	padding-bottom: 58.6%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.1);
	transition: transform 1.5s ease-in-out;
}
.slideBox .slideTxt {
	margin: 404px 0 0 -5.95%;
	padding-top: 85px;
	width: 32.72%;
	position: relative;
	z-index: 3;
}
.slideBox .slideTxt .textBox {
	display: none;
}
.slideBox .slideTxt .textBox.on {
	display: block;
}
.slideBox .textBox .txtBox {
	padding: 15px 30px 27px;
	position: relative;
	border: 1px solid #E7E7E7;
	background-color: #fff;
}
.slideBox .textBox .txtBox::before {
	width: 100%;
	height: calc(100% + 3px);
	position: absolute;
	top: 21px;
	left: 22px;
	background-color: #F4F2EF;
	content: '';
	z-index: -2;
}
.slideBox .textBox .txtBox .ttl {
	margin-bottom: 8px;
	font-size: 2rem;
	line-height: 1.7;
}
.slideBox .textBox .txtBox .ttl span {
	margin: 0 0 12px -30px;
	padding: 0 33px 12px 26px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid #F3981F;
	vertical-align: top;
}
.slideBox .textBox .txtBox .text {
	margin-bottom: 45px;
	line-height: 1.75;
}
.slideBox .textBox .txtBox .text a {
	display: block;
}
.slideBox .textBox .txtBox .text strong {
	margin-bottom: 26px;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.12;
}
.slideBox .textBox .txtBox .tagList {
	margin-top: -7px;
	display: flex;
	flex-wrap: wrap;
}
.slideBox .textBox .txtBox .tagList li {
	margin: 7px 7px 0 0;
}
.slideBox .photoList li .clipBox  {
	height: 100%;
	width: 100%;
}
.slideBox .swiper-slide .clipBox {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: clip-path 1.5s ease-in-out;
	overflow: hidden;
}
.slideBox .swiper-slide.toLeft .clipBox {
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slideBox .swiper-slide.on .clipBox,
.slideBox .swiper-slide.on.toLeft .clipBox {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: none !important;
}
.slideBox .swiper-slide.on .clipBox .pho {
	transition: none !important;
}
.slideBox .swiper-slide.swiper-slide-active .clipBox,
.slideBox .swiper-slide.swiper-slide-duplicate-active .clipBox {
	opacity: 1;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slideBox .swiper-slide.swiper-slide-active .clipBox .pho,
.slideBox .swiper-slide.swiper-slide-duplicate-active .clipBox .pho {
	transform: scale(1.1) translateX(30px);
}
.slideBox .swiper-slide.toLeft.swiper-slide-active .clipBox .pho,
.slideBox .swiper-slide.toLeft.swiper-slide-duplicate-active .clipBox .pho {
	transform: scale(1.1) translateX(-30px);
}
.slideBox .textBox .txtBox .tagList a {
	padding: 1px 10px 2px 6px;
	display: block;
	font-size: 2rem;
	line-height: 1.65;
	background-color: #F4F2EF;
}
@media (min-width: 897px) and (max-width: 1366px) {
	.slideBox .slideTxt {
		margin-top: 277px;
		padding-top: 59px;
	}
	.slideBox .textBox .txtBox {
		padding: 12px 22px 19px;
	}
	.slideBox h2 {
		top: 59px;
		right: 167px;
	}
	.slideBox h2 img {
		max-width: 144px;
	}
	.slideBox .textBox .txtBox .ttl {
		margin-bottom: 6px;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.slideBox .textBox .txtBox .ttl span {
		margin: 0 0 10px -22px;
		padding: 0 20px 8px 17px;
	}
	.slideBox .textBox .txtBox .text {
		margin-bottom: 15px;
	}
	.slideBox .textBox .txtBox .text strong {
		margin-bottom: 15px;
		font-size: 1.8rem;
		font-weight: 600;
	}
	.slideBox .textBox .txtBox .tagList {
		margin-top: -5px;
	}
	.slideBox .textBox .txtBox .tagList li {
		margin: 5px 5px 0 0;
	}
	.slideBox .textBox .txtBox .tagList a {
		padding: 1px 6px 1px 4px;
		font-size: 1.4rem;
	}
	.slideBox .textBox .txtBox::before {
		left: 15px;
		top: 15px;
		height: 100%;
	}
}
@media (min-width: 897px) and (max-width: 1160px) {
	.slideBox h2 img {
		max-width: 110px;
	}
	.slideBox .slideTxt {
		padding-top: 0;
	}
}
@media all and (min-width: 897px) {
	.slideBox .textBox .txtBox .text a:hover {
		opacity: 0.7;
	}
	.slideBox .textBox .txtBox .tagList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comSlideBox
------------------------------------------------------------*/
.comSlideBox {
	margin-bottom: 39px;
	position: relative;
}
.comSlideBox .newsSlide {
	padding-right: 117px;
	margin-top: -12px;
	padding-top: 12px;
	overflow: hidden;
}
.comSlideBox .swiper {
	overflow: visible;
}
.comSlideBox .photoList li {
	margin-right: 15px;
	padding: 1px 0 20px;
	width: 325px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}
.comSlideBox .photoList a {
	display: block;
}
.comSlideBox .photoList .pho {
	margin: -12px 15px 9px 0;
	position: relative;
	overflow: hidden;
}
.comSlideBox .photoList .pho .img {
	height: 0;
	padding-bottom: 83.87%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: .3s;
}
.comSlideBox .photoList .pho .txt {
	padding: 1px 15px 1px 10px;
	position: absolute;
	left: 0;
	bottom: 9px;
	font-size: 1.4rem;
	line-height: 1.57;
	background-color: rgba(255,255,255,0.9);
}
.comSlideBox .photoList .txtBox {
	margin: 0 45px 0 10px;
}
.comSlideBox .photoList .txtBox .ttl {
	margin-bottom: 13px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}
.comSlideBox .photoList .txtBox .ttl span {
	margin-bottom: 7px;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
}
.comSlideBox .photoList .txtBox p {
	font-size: 1.4rem;
	line-height: 1.57;
}
.comSlideBox .photoList a {
	padding-bottom: 17px;
}
.comSlideBox .photoList .tagList {
	margin: -5px 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.comSlideBox .photoList .tagList li {
	margin: 5px 5px 0 0;
	padding: 0;
	width: auto;
}
.comSlideBox .photoList .tagList a {
	padding: 2px 6px 2px 4px;
	display: block;
	font-size: 1.4rem;
	background-color: #F4F2EF;
}
.comSlideBox .arrowList li {
	width: 35px;
	position: absolute;
	top: 149px;
	cursor: pointer;
	z-index: 3;
}
.comSlideBox .arrowList li.swiper-button-disabled {
	opacity: .2 !important;
}
.comSlideBox .arrowList .prev {
	left: -45px;
}
.comSlideBox .arrowList .next {
	right: 90px;
}
@media all and (min-width: 897px) {
	.comSlideBox .photoList a:hover .pho .img {
		transform: scale(1.05);
	}
	.comSlideBox .photoList .tagList a:hover {
		opacity: 0.7;
	}
	.comSlideBox .arrowList li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comSlideBox .slideBox {
		margin-bottom: 39px;
		padding-left: 35px;
		position: relative;
	}
	.comSlideBox .slideBox .newsSlide {
		padding-right: 40px;
	}
	.comSlideBox .photoList li {
		margin-right: 20px;
		padding: 1px 0 15px;
		width: 280px;
	}
	.comSlideBox .photoList .pho {
		margin: -12px 10px 9px 0;
	}
	.comSlideBox .photoList .pho .img {
		padding-bottom: 96.3%;
	}
	.comSlideBox .photoList .pho .txt {
		font-weight: 700;
	}
	.comSlideBox .photoList .txtBox {
		margin-right: 9px;
	}
	.comSlideBox .photoList .txtBox .ttl {
		margin-bottom: 13px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.25;
	}
	.comSlideBox .photoList .txtBox .ttl span {
		margin-bottom: 7px;
		display: block;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.71;
	}
	.comSlideBox .photoList .txtBox .txt {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.comSlideBox .photoList a {
		padding-bottom: 18px;
	}
	.comSlideBox .photoList .tagList {
		margin: -5px 0 0 10px;
	}
	.comSlideBox .photoList .tagList li {
		width: auto !important;
	}
	.comSlideBox .arrowList li {
		width: 35px;
		top: 40.2vw;
	}
	.comSlideBox .arrowList .prev {
		left: -4px;
	}
	.comSlideBox .arrowList .next {
		right: 5px;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 30px;
	padding-top: 51px;
	position: relative;
}
.comTopBox::before {
	width: 100%;
	height: calc(100% - 48px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #FCFBF9;
	content: '';
}
.comTopBox .imgBox {
	margin: 0 auto;
	display: flex;
	max-width: 1366px;
	position: relative;
	z-index: 2;
}
.comTopBox .imgBox .photoBox {
	width: 65.66%;
}
.comTopBox .imgBox .photoBox img {
	width: 100%;
}
.comTopBox .imgBox .textBox {
	margin: 29.95% 0 0 -18.2%;
	padding: 26px 33px;
	width: 47.8%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #E7E7E7;
	background-color: #fff;
}
.comTopBox .imgBox .textBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #F4F2EF;
	content: '';
	z-index: -1;
}
.comTopBox .imgBox .textBox .title {
	margin-bottom: 4px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.comTopBox .imgBox .textBox .tagList {
	margin-top: -5px;
	display: flex;
	flex-wrap: wrap;
}
.comTopBox .imgBox .textBox .tagList li {
	margin: 5px 5px 0 0;
}
.comTopBox .imgBox .textBox .tagList li:last-of-type {
	margin-right: 0;
}
.comTopBox .imgBox .textBox .tagList a {
	padding: 1px 5px 1px 4px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.64;
	background-color: #F4F2EF;
}
@media all and (min-width: 897px) {
	.comTopBox .imgBox .textBox .tagList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comTopBox {
		margin-bottom: 50px;
		padding-top: 0;
	}
	.comTopBox::before {
		display: none;
	}
	.comTopBox .imgBox {
		display: block;
		max-width: inherit;
	}
	.comTopBox .imgBox .photoBox {
		width: auto;
	}
	.comTopBox .imgBox .textBox {
		margin:  -10px 23px 0 15px;
		padding: 9px 16px 15px;
		width: auto;
	}
	.comTopBox .imgBox .textBox::before {
		left: 9px;
		top: 9px;
		background-color: #EFEBDC;
	}
	.comTopBox .imgBox .textBox .title {
		margin-bottom: 2px;
		font-size: 1.2rem;
		line-height: 2;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin: -20px 0 56px;
	padding: 0 10px 22px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dashed #7C766D;
}
.comPhotoList.borderNone {
	padding: 0 10px 0 !important;
	border-bottom: none !important;
}
.comPhotoList li {
	margin: 20px 10px 0;
	width: 240px;
}
.comPhotoList .list01 {
	width: 480px;
}
.comPhotoList .pho {
	margin-bottom: 22px;
}
.comPhotoList.photoList01 {
	margin-bottom: 32px;
	padding-bottom: 47px;
	justify-content: center;
}
.comPhotoList.photoList01 .pho {
	margin-bottom: 12px;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin: 0 -15px 58px;
		padding: 0 37px 51px 38px;
		display: block;
	}
	.comPhotoList.borderNone {
		padding: 0 37px 0 38px !important;
	}
	.comPhotoList li {
		margin: 0 0 29px;
		width: auto;
	}
	.comPhotoList li:last-of-type {
		margin-bottom: 0;
	}
	.comPhotoList .list01 {
		width: auto;
	}
	.comPhotoList .pho {
		margin-bottom: 10px;
	}
	.comPhotoList .pho img {
		width: 100%;
	}
	.comPhotoList p {
		font-size: 1.6rem;
	}
	.comPhotoList.photoList01 {
		margin-bottom: 32px;
		padding-bottom: 38px;
	}
}
/*------------------------------------------------------------
	comImgBox01
------------------------------------------------------------*/
.comImgBox01 {
	margin-bottom: 80px;
	display: flex;
	align-items: flex-start;
}
.comImgBox01 .photoBox {
	width: 47.5%;
}
.comImgBox01 .textBox {
	margin-top: 31px;
	padding: 39px 40px 40px 20px;
	width: 52.5%;
	box-sizing: border-box;
	background-color: #F4F2EF;
}
.comImgBox01 .textBox h3 {
	margin-bottom: 18px;
	font-size: 2.4rem;
	line-height: 1.5;
}
@media all and (max-width: 896px) {
	.comImgBox01 {
		margin-bottom: 40px;
		display: block;
	}
	.comImgBox01 .photoBox {
		width: auto;
	}
	.comImgBox01 .photoBox img {
		width: 100%;
	}
	.comImgBox01 .textBox {
		margin: -76px -15px 0;
		padding: 98px 38px 42px;
		width: auto;
	}
	.comImgBox01 .textBox h3 {
		margin: 0 0 13px;
		font-size: 2rem;
	}
	.comImgBox01 .textBox p {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList li {
	margin-top: 20px;
	width: calc((100% - 20px) / 2);
	display: flex;
}
.comLinkList a {
	padding: 30px 29px 25px;
	width: 100%;
	border-radius: 15px;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	background-color: #fff;
}
.comLinkList .pho {
	margin-bottom: 18px;
}
.comLinkList .txtBox .ttl {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.8rem;
}
.comLinkList .txtBox p {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.comLinkList .comLink {
	text-align: right;
}
@media all and (min-width: 897px) {
	.comLinkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin-top: 0;
		display: block;
	}
	.comLinkList li {
		margin: 0 0 20px;
		width: auto;
		display: block;
	}
	.comLinkList li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList a {
		padding: 30px 22px 25px;
		display: block;
	}
	.comLinkList .pho {
		margin-bottom: 18px;
	}
	.comLinkList .pho img {
		width: 100%;
	}
	.comLinkList .txtBox .ttl {
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 1.8rem;
	}
	.comLinkList .txtBox p {
		margin-bottom: 15px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.comLinkList .comLink {
		text-align: right;
	}
}
/*------------------------------------------------------------
	comLinkList01
------------------------------------------------------------*/
.comLinkList01 {
	margin: -31px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList01::after {
	width: 325px;
	content: '';
}
.comLinkList01 li {
	margin-top: 31px;
	padding: 1px 0 20px;
	width: calc((100% - 31px) / 3);
	background-color: #fff;
}
.comLinkList01 a {
	display: block;
}
.comLinkList01 .pho {
	margin: -12px 15px 9px 0;
	position: relative;
	overflow: hidden;
}
.comLinkList01 .pho .img {
	height: 0;
	padding-bottom: 83.87%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: .3s;
}
.comLinkList01 .pho .txt {
	padding: 1px 15px 1px 10px;
	position: absolute;
	left: 0;
	bottom: 9px;
	font-size: 1.4rem;
	line-height: 1.57;
	background-color: rgba(255,255,255,0.9);
}
.comLinkList01 .txtBox {
	margin: 0 45px 0 10px;
}
.comLinkList01 .txtBox .ttl {
	margin-bottom: 13px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}
.comLinkList01 .txtBox .ttl span {
	margin-bottom: 7px;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
}
.comLinkList01 .txtBox p {
	font-size: 1.4rem;
	line-height: 1.57;
}
.comLinkList01 a {
	padding-bottom: 17px;
}
.comLinkList01 .tagList {
	margin: -5px 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.comLinkList01 .tagList li {
	margin: 5px 5px 0 0;
	padding: 0;
	width: auto;
}
.comLinkList01 .tagList a {
	padding: 2px 6px 2px 4px;
	display: block;
	font-size: 1.4rem;
	background-color: #F4F2EF;
}
@media all and (min-width: 897px) {
	.comLinkList01 a:hover .pho .img {
		transform: scale(1.05);
	}
	.comLinkList01 .tagList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLinkList01 {
		margin: 0;
		display: block;
	}
	.comLinkList01 li {
		margin: 0 0 38px;
		padding: 1px 0 15px;
		width: auto;
	}
	.comLinkList01 li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList01 .pho {
		margin: -12px 15px 9px 0;
	}
	.comLinkList01 .pho .img {
		padding-bottom: 84.19%;
	}
	.comLinkList01 .txtBox {
		margin-right: 9px;
	}
	.comLinkList01 .txtBox .ttl {
		margin-bottom: 13px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.25;
	}
	.comLinkList01 .txtBox .ttl span {
		margin-bottom: 7px;
		display: block;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.71;
	}
	.comLinkList01 .txtBox .txt {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.comLinkList01 a {
		padding-bottom: 18px;
	}
	.comLinkList01 .tagList {
		margin: -5px 0 0 10px;
	}
	.comLinkList01 .tagList li {
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comSnsBox
------------------------------------------------------------*/
.comSnsBox {
	margin-bottom: 40px;
	padding-top: 38px;
	border-top: 2px dotted rgba(124, 118, 109, 0.5);
}
.comSnsBox .title {
	margin-bottom: 17px;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: center;
}
.comSnsBox .snsList {
	margin: -34px -17px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comSnsBox .snsList li {
	margin: 34px 17px 0;
	width: 30px;
}
.comSnsBox .snsList a {
	display: block;
}
@media all and (min-width: 897px) {
	.comSnsBox .snsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comSnsBox {
		margin-bottom: 70px;
		padding-top: 54px;
	}
}
/*------------------------------------------------------------
	comNewsBox
------------------------------------------------------------*/
.comNewsBox {
	padding: 54px 0 40px;
	background-color: #F4F2EF;
}
.comNewsBox h2 {
	margin-bottom: 68px;
	font-size: 1.8rem;
}
.comNewsBox .inner {
	margin-left: auto;
	width: calc(50% + 502px);
	max-width: calc(100% - 30px);
}
.comNewsBox .comSlideBox {
	margin-bottom: 0;
}
@media (min-width: 897px) and (max-width: 1140px) {
	.comNewsBox .inner {
		max-width: calc(100% - 76px);
	}
}
@media all and (max-width: 896px) {
	.comNewsBox {
		padding: 50px 0 28px;
	}
	.comNewsBox h2 {
		margin: 0 0 37px -10px;
	}
	.comNewsBox .inner {
		margin-left: auto;
		width: calc(50% + 502px);
		max-width: calc(100% - 30px);
	}
	.comNewsBox .comSlideBox {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	margin: 0 0 81px auto;
	padding-right: 12%;
	width: 76.9%;
	position: relative;
	box-sizing: border-box;
}
.comTextBox::before {
	width: 28px;
	height: 27px;
	position: absolute;
	left: -38px;
	top: -20px;
	background: url(/img/common/bg01.png) no-repeat center center / cover;
	content: '';
}
.comTextBox p {
	margin-bottom: 24px;
}
.comTextBox p:last-of-type {
	margin-bottom: 0;
}
.comTextBox p span {
	font-weight: bold;
	background-color: #F6FBB9;
}

@media all and (max-width: 896px) {
	.comTextBox {
		margin: 0 0 86px 23px;
		padding-right: 30px;
		width: auto;
	}
	.comTextBox::before {
		width: 19px;
		height: 19px;
		left: -18px;
		top: -28px;
	}
	.comTextBox p {
		margin-bottom: 24px;
		font-size: 1.6rem;
	}
	.comTextBox p:last-of-type {
		margin-bottom: 0;
	}
	.comTextBox p span {
		font-weight: bold;
		background-color: #F6FBB9;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	margin-bottom: 68px;
	padding: 1px 40px 46px;
	background-color: #F4F2EF;
}
.comBgBox h2 {
	margin: -24px 0 25px -20px;
}
.comBgBox h2 span {
	padding-right: 25px;
}
.comBgBox .photo {
	margin: 0 auto 31px;
	max-width: 500px;
}
.comBgBox h4 {
	margin-bottom: 19px;
	font-size: 2.4rem;
}
.comBgBox h4 span {
	font-size: 1.6rem;
	font-weight: 400;
}
.comBgBox .textList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comBgBox .textList > li {
	margin-top: 30px;
	width: calc((100% - 60px) / 2);
}
.comBgBox .textList .ttl {
	margin-bottom: 21px;
	font-weight: 700;
}
.comBgBox .textList .txtList {
	line-height: 2;
}
.comBgBox .textList p {
	margin-bottom: 19px;
}
@media all and (max-width: 896px) {
	.comBgBox {
		margin: 0 -15px 60px;
		padding: 1px 38px 30px;
	}
	.comBgBox h2 {
		margin: -27px 0 33px -24px;
	}
	.comBgBox h2 span {
		padding-right: 25px;
	}
	.comBgBox .photo {
		margin-bottom: 40px;
		max-width: inherit;
	}
	.comBgBox h4 {
		margin-bottom: 19px;
	}
	.comBgBox .textList {
		margin-top: 0;
		display: block;
	}
	.comBgBox .textList > li {
		margin: 0 0 36px;
		width: auto;
	}
	.comBgBox .textList > li:last-of-type {
		margin-bottom: 0;
	}
	.comBgBox .textList .ttl {
		margin-bottom: 21px;
		font-size: 1.6rem;
	}
	.comBgBox .textList .txtList {
		font-size: 1.6rem;
	}
	.comBgBox .textList p {
		margin-bottom: 19px;
		font-size: 1.6rem;
	}
	.comBgBox .textList li:last-of-type p:last-of-type {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comImgBox02
------------------------------------------------------------*/
.comImgBox02 {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.comImgBox02 .photoBox {
	width: 426px;
}
.comImgBox02 .textBox {
	margin-top: 68px;
	width: 374px;
	position: relative;
    left: -65px;
}
.comImgBox02 .textBox .subBox {
	margin-bottom: 24px;
	padding: 59px 20px 36px;
	border-radius: 600px 600px 600px 0;
	background-color: #FCF9ED;
}
.comImgBox02 .textBox .subBox h2 {
	margin-bottom: 0;
	font-size: 2.4rem;
	text-align: center;
}
.comImgBox02 .textBox .subBox h2 strong {
	display: inline-block;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}
.comImgBox02 .textBox .comLink {
	text-align: center;
}
@media all and (max-width: 896px) {
	.comImgBox02 {
		margin-bottom: 38px;
		padding-left: 0;
		display: block;
	}
	.comImgBox02 .photoBox {
		margin-right: 0;
		width: auto;
		text-align: center;
	}
	.comImgBox02 .photoBox img {
		width: 100%;
		/*max-width: 187px;*/
	}
	.comImgBox02 .textBox {
		margin: 30px 23px 0;
		width: auto;
		position: initial;
	}
	.comImgBox02 .textBox .subBox {
		margin-bottom: 29px;
		padding: 36px 20px 42px;
	}
	.comImgBox02 .textBox .subBox h2 {
		margin-bottom: 0 !important;
		font-size: 2rem;
	}
	.comImgBox02 .textBox .subBox h2 strong {
		line-height: 1.45;
	}
	.comImgBox02 .textBox .comLink {
		text-align: center;
	}
}
/*------------------------------------------------------------
	comInfoList
------------------------------------------------------------*/
.comInfoList {
	margin-bottom: 26px;
}
.comInfoList a {
	padding: 24px 0 40px;
	display: block;
	border-top: 1px dotted #7C766D;
}
.comInfoList li:last-of-type a {
	border-bottom: 1px dotted #7C766D;
}
.comInfoList a .time {
	margin-bottom: 6px;
}
.comInfoList a .time,
.comInfoList a .text {
	display: block;
	text-align: left;
}
.comInfoList a .time small {
	margin-left: 10px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: 1px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 3px;
	background-color: #A58C67;
}
.comInfoList a .time strong {
	margin-top: 3px;
	display: block;
	font-size: 2rem;
	line-height: 1.8;
}
@media all and (min-width: 897px) {
	.comInfoList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comInfoList {
		margin-bottom: 41px;
	}
	.comInfoList a {
		padding: 19px 0 26px;
		font-size: 1.6rem;
	}
	.comInfoList a .time {
		margin-bottom: 11px;
	}
	.comInfoList a .time small {
		margin-left: 10px;
		padding: 0 5px;
		display: inline-block;
		vertical-align: 1px;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		border-radius: 3px;
		background-color: #A58C67;
	}
	.comInfoList a .time strong {
		margin-top: 5px;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	padding: 12px 20px 18px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 100px;
	background-color: #FCFBF9;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #BE9D6D;
	font-weight: bold;
	font-size: 1.4rem;
	border: 1px solid #BE9D6D;
	padding: 1px 5px;
	margin: 6px 3px 0;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #fff;
}
.wp-pagenavi span.current {
	color: #fff;
	border-color: #F3981F;
	background-color: #F3981F;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 6px 20px 0;
	padding: 0;
	border: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #fff;
		border-color: #F3981F;
		background-color: #F3981F;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 0 -15px;
		padding: 12px 20px 18px;
		border-radius: 0;
	}
}
@media all and (max-width: 374px) {
	.wp-pagenavi {
		padding: 12px 0 18px;
	}
}
/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
.pageList {
	padding: 16px 15px;
	border-radius: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #FCFBF9;
}
.pageList a {
	position: relative;
	padding: 5px 18px 5px 36px;
	display: block;
	font-size: 1.4rem;
	border-right: 1px dotted #7C766D;
	background: url(../img/common/arrow03.png) no-repeat left center / 30px auto;
}
.pageList li:last-of-type a {
	border-right: none;
}
.pageList .next a {
	padding: 5px 36px 5px 17px;
	background-image: url(../img/common/arrow04.png);
	background-position: right center;
}
@media all and (min-width: 897px) {
	.pageList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageList {
		margin: 0 -15px;
		border-radius: 0;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
	border: 2px  solid #F0F0F0;
}
.comTable th,
.comTable td {
	padding: 16px 16px 15px;
	width: 74.8%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	box-sizing: border-box;
	border-top: 2px  solid #F0F0F0;
	background-color: #fff;
	vertical-align: top;
}
.comTable th {
	padding: 16px 5px 16px 11px;
	width: 25.2%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.44;
	background-color: #FCF9ED;
}
.comTable.table01 th {
	width: 26.1%;
}
.comTable.table01 td {
	padding-bottom: 17px;
	width: 55.7%;
}
.comTable.table01 td:first-of-type {
	width: 18.2%;
	border-right: 2px  solid #F0F0F0;
}
.comTable.table01 td:nth-of-type(2) {
	padding-left: 26px;
}
@media all and (max-width: 896px) {
	.comTable {
		border: none;
	}
	.comTable th,
	.comTable td {
		padding: 10px 14px 18px;
		width: 100%;
		display: block;
		border-top: none;
		border-bottom: 2px  solid #F0F0F0;
	}
	.comTable th {
		padding: 11px 14px 10px;
		width: 100%;
		border: none;
	}
	.comTable.table01 th {
		width: 100%;
	}
	.comTable.table01 td {
		padding-bottom: 18px;
		width: 60%;
		display: inline-block;
	}
	.comTable.table01 td:first-of-type {
		width: 40%;
		border-right: none;
	}
	.comTable.table01 td:nth-of-type(2) {
		padding-left: 19px;
	}
}
@media all and (max-width: 374px) {
	.comTable th,
	.comTable td {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin: 0 69px 26px;
}
@media all and (max-width: 896px) {
	.comText {
		margin: 0 0 38px;
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	comBgBox01
------------------------------------------------------------*/
.comBgBox01 {
	margin: 0 auto;
	max-width: 1366px;
	position: relative;
}
.comBgBox01::before {
	width: calc(100% - 20px);
	max-width: 1266px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FCFBF9;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	.comBgBox01::before {
		width: 100%;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	prodact
------------------------------------------------------------*/
.prodact.prodact01 {
	margin-bottom: 50px;
}
@media all and (max-width: 896px) {
	.prodact.prodact01 {
		margin-bottom: 35px;
	}
	.prodact.prodact01 .headLine02 {
		margin: 0 0 10px;
	}
}
/*------------------------------------------------------------
	comImgBox03
------------------------------------------------------------*/
.comImgBox03 {
	width: calc(100% - 120px);
	max-width: 1128px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.comImgBox03 .photoBox {
	width: 200px;
	position: relative;
	z-index: 2;
}
.comImgBox03 .photoBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 12px;
	background-color: rgba(124, 118, 109, 0.5);
	content: '';
	z-index: -1;
}
.comImgBox03 .textBox {
	margin-top: 13px;
	width: calc(100% - 283px);
}
@media all and (max-width: 896px) {
	.comImgBox03 {
	width: auto;
	max-width: inherit;
}
.comImgBox03 .photoBox {
	width: 94px;
}
.comImgBox03 .photoBox::before {
	display: none;
	z-index: -1;
}
.comImgBox03 .textBox {
	margin-top: 89px;
	width: calc(100% - 123px);
}
}
/*------------------------------------------------------------
	comImgBox04
------------------------------------------------------------*/
.comImgBox04 {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
.comImgBox04 .photoBox {
	width: 40%;
}
.comImgBox04 .textBox {
	width: 51.5%;
}
.comImgBox04 .textBox .headLine12 {
	margin-bottom: 20px;
}
@media all and (max-width: 896px) {
	.comImgBox04 {
		margin-bottom: 34px;
		display: block;
	}
	.comImgBox04 .photoBox {
		margin: 0 2px 20px 0;
		width: auto;
	}
	.comImgBox04 .photoBox img {
		width: 100%;
	}
	.comImgBox04 .textBox {
		width: auto;
	}
	.comImgBox04 .textBox .headLine12 {
		margin-bottom: 19px;
		font-size: 2.3rem;
	}
	.comImgBox04 .textBox .headLine12 span {
		margin-right: 8px;
		padding-top: 10px;
		width: 47px;
		height: 47px;
		font-size: 2.4rem;
		vertical-align: 6px;
	}
	.comImgBox04 .textBox p {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.comImgBox04 .textBox .headLine12 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 260px;
}
.comBtn a {
	padding: 10px 30px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.33;
	text-align: center;
	border-radius: 40px;
	background: url(../img/common/icon05.png) no-repeat right 10px center / 13px auto;
	background-color: #F3981F;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#top .tBox {
	padding: 13px 52px;
}
#top .tBox .linkList a {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	line-height: 1.71;
}
#top .tBox .linkList .date {
	margin-top: 3px;
	width: 60px;
	font-size: 1.2rem;
}
#top .tBox .linkList .txt {
	width: calc(100% - 67px);
}
#top .mainVisual {
	margin-bottom: 22px;
	padding-right: 138px;
	position: relative;
}
#top .mainVisual h2 {
	position: absolute;
	right: 177px;
	top: 85px;
}
#top .mainVisual h2 img {
	width: 100%;
	max-width: 210px;
}
#top .mainVisual .slideBox {
	display: flex;
}
#top .mainVisual .swiper {
	width: 73.23%;
}
#top .mainVisual .swiper .photoBox  {
	overflow: hidden;
}
#top .mainVisual .photoList .pho {
	height: 0;
	padding-bottom: 58.6%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.1);
	transition: transform 1.5s ease-in-out;
}
#top .mainVisual .slideTxt {
	margin: 404px 0 0 -5.95%;
	padding-top: 85px;
	width: 32.72%;
	position: relative;
	z-index: 3;
}
#top .mainVisual .slideTxt .textBox {
	display: none;
}
#top .mainVisual .slideTxt .textBox.on {
	display: block;
}
#top .mainVisual .textBox .txtBox {
	padding: 15px 30px 27px;
	position: relative;
	border: 1px solid #E7E7E7;
	background-color: #fff;
}
#top .mainVisual .textBox .txtBox::before {
	width: 100%;
	height: calc(100% + 3px);
	position: absolute;
	top: 21px;
	left: 22px;
	background-color: #F4F2EF;
	content: '';
	z-index: -2;
}
#top .mainVisual .textBox .txtBox .ttl {
	margin-bottom: 8px;
	font-size: 2rem;
	line-height: 1.7;
}
#top .mainVisual .textBox .txtBox .ttl span {
	margin: 0 0 12px -30px;
	padding: 0 33px 12px 26px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid #F3981F;
	vertical-align: top;
}
#top .mainVisual .textBox .txtBox .text {
	margin-bottom: 45px;
	line-height: 1.75;
}
#top .mainVisual .textBox .txtBox .text a {
	display: block;
}
#top .mainVisual .textBox .txtBox .text strong {
	margin-bottom: 26px;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.12;
}
#top .mainVisual .textBox .txtBox .tagList {
	margin-top: -7px;
	display: flex;
	flex-wrap: wrap;
}
#top .mainVisual .textBox .txtBox .tagList li {
	margin: 7px 7px 0 0;
}
#top .mainVisual .photoList li .clipBox  {
	height: 100%;
	width: 100%;
}
#top .mainVisual .swiper-slide .clipBox {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: clip-path 1.5s ease-in-out;
	overflow: hidden;
}
#top .mainVisual .swiper-slide.toLeft .clipBox {
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
#top .mainVisual .swiper-slide.on .clipBox,
#top .mainVisual .swiper-slide.on.toLeft .clipBox {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: none !important;
}
#top .mainVisual .swiper-slide.on .clipBox .pho {
	transition: none !important;
}
#top .mainVisual .swiper-slide.swiper-slide-active .clipBox,
#top .mainVisual .swiper-slide.swiper-slide-duplicate-active .clipBox {
	opacity: 1;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#top .mainVisual .swiper-slide.swiper-slide-active .clipBox .pho,
#top .mainVisual .swiper-slide.swiper-slide-duplicate-active .clipBox .pho {
	transform: scale(1.1) translateX(30px);
}
#top .mainVisual .swiper-slide.toLeft.swiper-slide-active .clipBox .pho,
#top .mainVisual .swiper-slide.toLeft.swiper-slide-duplicate-active .clipBox .pho {
	transform: scale(1.1) translateX(-30px);
}
#top .mainVisual .textBox .txtBox .tagList a {
	padding: 1px 10px 2px 6px;
	display: block;
	font-size: 2rem;
	line-height: 1.65;
	background-color: #F4F2EF;
}
#top .news {
	margin-bottom: 113px;
	padding-bottom: 49px;
	position: relative;
}
#top .news::before {
	width: 100%;
	height: calc(100% - 68px);
	position: absolute;
	left: 0;
	top: 68px;
	background-color: rgba(119,93,55,0.08);
	content: '';
	z-index: -1;
}
#top .news .inner {
	margin-left: 236px;
}
#top .news .comLink {
	padding-right: 117px;
	text-align: right;
}
#top .sec01 {
	margin-bottom: 140px;
}
#top .sec01 .comBox {
	max-width: 991px;
}
#top .sec01 .imgBox {
	margin-bottom: 141px;
	padding-right: 38px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#top .sec01 .imgBox::before {
	width: 52.77%;
	height: 0;
	padding-bottom: 47.33%;
	position: absolute;
	right: 0;
	top: -15px;
	border-radius: 600px 600px 600px 0;
	background-color: #FAF8EF;
	content: '';
	z-index: -1;
}
#top .sec01 .imgBox .photoBox {
	margin-right: 70px;
	width: 420px;
}
#top .sec01 .imgBox .textBox {
	padding-top: 68px;
	width: 362px;
	position: relative;
}
#top .sec01 .imgBox .textBox .pho {
	width: 150px;
	position: absolute;
	right: 39px;
	top: 0;
}
#top .sec01 .imgBox .textBox p {
	margin-bottom: 38px;
}
#top .sec01 .imgBox.imgBoxR {
	margin-bottom: 168px;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
#top .sec01 .imgBox.imgBoxR::before {
	right: auto;
	left: 0;
	top: -27px;
	border-radius: 600px 600px 0 600px;
	background-color: #FCFBF9;
}
#top .sec01 .imgBox.imgBoxR .photoBox {
	margin: 0 40px 0 30px;
}
#top .sec01 .imgBox.imgBox01 .photoBox {
	margin: 0 39px 0 13px;
	width: 421px;
}
#top .sec01 .imgBox.imgBox01 .textBox {
	width: 381px;
}
#top .sec01 .imgBox.imgBoxR .textBox {
	padding-top: 62px;
}
#top .sec01 .imgBox.imgBoxR .textBox .pho {
	width: 179px;
	top: -89px;
	right: 5px;
}
#top .sec01 .imgBox.imgBox01 .textBox .pho {
	right: 23px;
}
#top .sec01 .imgBox.imgBox01 .textBox .headLine01 {
	margin-bottom: 5px;
}
#top .sec01 .imgBox.imgBox01 .textBox p {
	margin-bottom: 46px;
}
#top .sec01 .imgBox.imgBox01 .textBox .headLine01 span {
	font-family: 'Montserrat', sans-serif;
}
#top .sec01 .imgBox.imgBox01 .textBox .headLine01 span small {
	margin-left: 5px;
	font-family:"source-han-sans-japanese",sans-serif;
	vertical-align: -2px;
}
#top .sec01 .imgBox02 {
	margin-bottom: 155px;
}
#top .sec01 .imgBox02::before {
	top: -1px;
}
#top .sec01 .imgBox02 .photoBox {
	width: 422px;
}
#top .sec01 .imgBox02 .textBox {
	padding-top: 124px;
}
#top .sec01 .imgBox02 .textBox h2 {
	margin-bottom: 16px;
}
#top .sec01 .imgBox02 .textBox .pho {
	top: 24px;
}
#top .sec01 .imgBox.imgBox03 .textBox {
	padding-top: 79px;
}
#top .sec01 .imgBox.imgBox03 .textBox .pho {
	top: -15px;
}
#top .sec01 .imgBox:last-of-type {
	margin-bottom: 0;
}
#top .enjoy {
	margin-bottom: 97px;
	padding: 82px 0 107px;
	background-color: #F4F2EF;
}
#top .enjoy h2 {
	margin-bottom: 5px;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
#top .enjoy h2 span {
	padding: 0 18px;
	display: inline-block;
	color: #F3981F;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	background: url(../img/index/enjoy_line01.png) no-repeat left bottom / 10px auto,url(../img/index/enjoy_line02.png) no-repeat right bottom / 10px auto;
	font-family:"source-han-sans-japanese",sans-serif;
}
#top .enjoy h2.head01 {
	margin-bottom: 20px;
}
#top .enjoy h2.head01 span {
	margin-bottom: -23px;
}
#top .enjoy .btn {
	margin: 0 auto 30px;
	width: 528px;
}
#top .enjoy .btn a {
	padding: 31px 30px 30px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #707070;
	background-color: #7C766D;
}
#top .enjoy .btn a::before {
	width: 24px;
	height: 23px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../img/common/icon03.png) no-repeat center center / cover;
	content: '';
}
#top .enjoy .linkList {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 3;
}
#top .enjoy .linkList::after {
	width: calc((100% - 70px) / 3);
	content: '';
}
#top .enjoy .linkList li {
	width: calc((100% - 70px) / 3);
}
#top .enjoy .linkList a {
	padding-bottom: 27px;
	display: block;
	position: relative;
	background: url(../img/common/icon03.png) no-repeat right bottom / 23px auto;
}
#top .enjoy .linkList a::before {
	width: 100%;
	height: calc(100% - 81px);
	position: absolute;
	left: 0;
	top: 81px;
	background-color: #fff;
	content: '';
	z-index: -1;
}
#top .enjoy .linkList .pho {
	margin: 0 0 20px 40px;
}
#top .enjoy .linkList .txtBox {
	margin: 0 32px 0 20px;
}
#top .enjoy .linkList .txtBox p strong {
	display: block;
}
#top .info {
	margin-bottom: 96px;
}
#top .info .comBox {
	max-width: 820px;
}
#top .info .textBox {
	display: flex;
	justify-content: space-between;
}
#top .info .textBox .lBox {
	width: 26.83%;
}
#top .info .textBox .lBox h2 {
	margin-bottom: 47px;
}
#top .info .textBox .lBox h2 span {
	margin-top: -5px;
	font-size: 3.6rem;
}
#top .info .textBox .lBox .comLink {
	text-align: right;
}
#top .info .textBox .newsList {
	width: 67.07%;
}
#top .info .textBox .newsList a {
	padding: 25px 0 26px;
	display: flex;
	justify-content: space-between;
	background: url(../img/index/info_bg01.png) repeat-x left top / 7px auto;
}
#top .info .textBox .newsList li:last-of-type a {
	background: url(../img/index/info_bg01.png) repeat-x left top / 7px auto,url(../img/index/info_bg01.png) repeat-x left bottom / 7px auto;
}
#top .info .textBox .newsList .date {
	width: 70px;
}
#top .info .textBox .newsList .txt {
	width: calc(100% - 75px);
}
#top .btmBox {
	padding: 80px 20px;
	background: url(../img/index/btm_bg01.jpg) no-repeat center center / cover;
}
#top .btmBox .btn {
	margin: 0 auto;
	width: 290px;
}
#top .btmBox .btn a {
	padding: 25px 10px 24px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border: 2px solid #fff;
}
@media (min-width: 897px) and (max-width: 1366px) {
	#top .mainVisual {
		margin-bottom: -18px;
	}
	#top .mainVisual .slideTxt {
		margin-top: 277px;
		padding-top: 59px;
	}
	#top .mainVisual .textBox .txtBox {
		padding: 12px 22px 19px;
	}
	#top .mainVisual h2 {
		top: 59px;
		right: 167px;
	}
	#top .mainVisual h2 img {
		max-width: 144px;
	}
	#top .mainVisual .textBox .txtBox .ttl {
		margin-bottom: 6px;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#top .mainVisual .textBox .txtBox .ttl span {
		margin: 0 0 10px -22px;
		padding: 0 20px 8px 17px;
	}
	#top .mainVisual .textBox .txtBox .text {
		margin-bottom: 15px;
	}
	#top .mainVisual .textBox .txtBox .text strong {
		margin-bottom: 15px;
		font-size: 1.8rem;
		font-weight: 600;
	}
	#top .mainVisual .textBox .txtBox .tagList {
		margin-top: -5px;
	}
	#top .mainVisual .textBox .txtBox .tagList li {
		margin: 5px 5px 0 0;
	}
	#top .mainVisual .textBox .txtBox .tagList a {
		padding: 1px 6px 1px 4px;
		font-size: 1.4rem;
	}
	#top .mainVisual .textBox .txtBox::before {
		left: 15px;
		top: 15px;
		height: 100%;
	}
	#top .news .comLink {
		padding-right: 188px;
	}
}
@media (min-width: 897px) and (max-width: 1160px) {
	#top .mainVisual h2 img {
		max-width: 110px;
	}
	#top .mainVisual .slideTxt {
		padding-top: 0;
	}
}
@media (min-width: 897px) and (max-width: 960px) {
	#top .sec01 .imgBox {
		padding: 0;
	}
	#top .sec01 .imgBox .photoBox {
		margin-right: 40px;
	}
	#top .sec01 .imgBox.imgBox01 .textBox {
		width: 361px;
	}
	#top .sec01 .imgBox.imgBoxR .photoBox {
		margin: 0 10px 0 30px;
	}
}
@media all and (min-width: 897px) {
	#top .mainVisual .textBox .txtBox .text a:hover {
		opacity: 0.7;
	}
	#top .mainVisual .textBox .txtBox .tagList a:hover {
		opacity: 0.7;
	}
	#top .enjoy .btn a:hover {
		opacity: 0.7;
	}
	#top .enjoy .linkList a:hover {
		opacity: 0.7;
	}
	#top .info .textBox .newsList a:hover {
		opacity: 0.7;
	}
	#top .btmBox .btn a:hover {
		opacity: 0.7;
	}
	#top .tBox .linkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#top .tBox {
		display: none;
	}
	#top p.imprt {
		padding: 20px 15px;
	}
	#top .mainVisual {
		margin-bottom: 108px;
		padding-right: 0;
	}
	#top .mainVisual .slideBox {
		display: block;
	}
	#top .mainVisual .swiper {
		width: auto;
	}
	#top .mainVisual .photoList li .pho {
		padding-bottom: 93.3%;
	}
	#top .mainVisual .swiper-slide.swiper-slide-active .clipBox .pho, 
	#top .mainVisual .swiper-slide.swiper-slide-duplicate-active .clipBox .pho, 
	#top .mainVisual .swiper-slide.swiper-slide-prev .clipBox .pho, 
	#top .mainVisual .swiper-slide.swiper-slide-duplicate-prev .clipBox .pho {
		transform: scale(1.1) translateX(15px);
	}
	#top .mainVisual .swiper-slide.toLeft.swiper-slide-active .clipBox .pho, 
	#top .mainVisual .swiper-slide.toLeft.swiper-slide-duplicate-active .clipBox .pho, 
	#top .mainVisual .swiper-slide.toLeft.swiper-slide-prev .clipBox .pho, 
	#top .mainVisual .swiper-slide.toLeft.swiper-slide-duplicate-prev .clipBox .pho {
		transform: scale(1.1) translateX(-15px);
	}
	#top .mainVisual .slideTxt {
		margin: -94px 15px 0;
		padding-top: 0;
		width: auto;
		position: relative;
	}
	#top .mainVisual h2 {
		margin-bottom: 0;
		padding-right: 0;
		position: absolute;
		right: 30px;
		bottom: 31px;
		top: auto;
	}
	#top .mainVisual h2 img {
		max-width: 97px;
	}
	#top .mainVisual .textBox .txtBox {
		padding: 12px 15px 11px 20px;
		width: calc(100% - 154px);
		min-width: 192px;
		min-height: 306px;
		box-sizing: border-box;
	}
	#top .mainVisual .textBox .txtBox::before {
		height: calc(100% + 3px);
		top: 9px;
		left: 11px;
	}
	#top .mainVisual .textBox .txtBox .ttl {
		margin-bottom: 7px;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#top .mainVisual .textBox .txtBox .ttl span {
		margin: 0 0 10px -20px;
		padding: 0 23px 8px 15px;
	}
	#top .mainVisual .textBox .txtBox .text {
		margin-bottom: 11px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#top .mainVisual .textBox .txtBox .text span {
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	#top .mainVisual .textBox .txtBox .text strong {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.44;
	}
	#top .mainVisual .textBox .txtBox .tagList {
		margin: -10px -15px 0 0;
	}
	#top .mainVisual .textBox .txtBox .tagList li {
		margin: 10px 11px 0 0;
	}
	#top .mainVisual .textBox .txtBox .tagList a {
		padding: 1px 5px 2px 3px;
		font-size: 1.2rem;
	}
	#top .news {
		margin-bottom: 19px;
		padding-bottom: 62px;
		position: relative;
	}
	#top .news::before {
		width: 100%;
		height: calc(100% - 52px);
		top: 52px;
	}
	#top .news .inner {
		margin-left: 15px;
	}
	#top .news .comLink {
		padding-right: 20px;
	}
	#top .sec01 {
		margin-bottom: 84px;
	}
	#top .sec01 .comBox {
		max-width: inherit;
	}
	#top .sec01 .imgBox {
		margin-bottom: 75px;
		padding-right: 0;
		position: 0;
		display: block;
	}
	#top .sec01 .imgBox::before {
		width: calc(100% + 97px);
		height: 492px;
		padding: 0;
		right: auto;
		left: 0;
		top: auto;
		bottom: -38px;
	}
	#top .sec01 .imgBox .photoBox {
		margin-right: 0;
		width: calc(100% - 154px);
	}
	#top .sec01 .imgBox .photoBox img {
		width: 100%;
	}
	#top .sec01 .imgBox .textBox {
		padding: 20px 15px 0;
		width: auto;
	}
	#top .sec01 .imgBox .textBox .pho {
		right: 33px;
		top: -64px;
	}
	#top .sec01 .imgBox .textBox p {
		margin-bottom: 49px;
		font-size: 1.6rem;
	}
	#top .sec01 .imgBox.imgBoxR {
		margin-bottom: 46px;
	}
	#top .sec01 .imgBox.imgBoxR::before {
		right: 0;
		left: auto;
		top: auto;
		bottom: -6px;
	}
	#top .sec01 .imgBox.imgBoxR .photoBox {
		margin: 0 0 0 auto;
	}
	#top .sec01 .imgBox.imgBox01 .photoBox {
		margin: 0 0 0 auto;
		width: calc(100% - 154px);
	}
	#top .sec01 .imgBox.imgBox01 .textBox {
		width: auto;
	}
	#top .sec01 .imgBox.imgBoxR .textBox {
		padding-top: 31px;
	}
	#top .sec01 .imgBox.imgBoxR .textBox .pho {
		width: 179px;
		top: -131px;
		right: auto;
		left: 1px;
	}
	#top .sec01 .imgBox.imgBox01 .textBox .pho {
		right: 23px;
	}
	#top .sec01 .imgBox.imgBox01 .textBox .headLine01 {
		margin-bottom: 12px;
	}
	#top .sec01 .imgBox.imgBox01 .textBox p {
		margin-bottom: 28px;
	}
	#top .sec01 .imgBox.imgBox01 .textBox .headLine01.head01 span {
		margin-top: 0;
	}
	#top .sec01 .imgBox.imgBox01 .textBox .headLine01 span small {
		margin-left: 9px;
		vertical-align: 0;
	}
	#top .sec01 .imgBox02 {
		margin-bottom: 94px;
	}
	#top .sec01 .imgBox02::before {
		top: auto;
		bottom: -52px;
	}
	#top .sec01 .imgBox02 .photoBox {
		width: calc(100% - 155px);
	}
	#top .sec01 .imgBox02 .textBox {
		padding-top: 20px;
	}
	#top .sec01 .imgBox02 .textBox h2 {
		margin-bottom: 24px;
	}
	#top .sec01 .imgBox02 .textBox h2 span {
		margin-top: -1px;
	}
	#top .sec01 .imgBox02 .textBox .pho {
		top: -82px;
		right: -23px;
	}
	#top .sec01 .imgBox02 .textBox p {
		margin-bottom: 26px;
	}
	#top .sec01 .imgBox.imgBox03::before {
		bottom: -27px;
	}
	#top .sec01 .imgBox.imgBox03 .textBox {
		padding-top: 15px;
	}
	#top .sec01 .imgBox.imgBox03 .textBox .pho {
		top: -98px;
		left: -58px;
	}
	#top .sec01 .imgBox.imgBox03 .textBox h2 {
		margin-bottom: 31px;
	}
	#top .sec01 .imgBox.imgBox03 .textBox h2 span {
		margin-top: -1px;
	}
	#top .sec01 .imgBox.imgBox03 .textBox p {
		margin-bottom: 30px;
	}
	#top .sec01 .imgBox:last-of-type {
		margin-bottom: 0;
	}
	#top .enjoy {
		margin-bottom: 0;
		padding: 47px 0 79px;
	}
	#top .enjoy h2 {
		margin-bottom: -5px;
	}
	#top .enjoy h2.head01 {
		margin-bottom: 27px;
	}
	#top .enjoy h2.head01 span {
		margin-bottom: -23px;
	}
	#top .enjoy .btn {
		margin-bottom: 27px;
		width: auto;
		max-width: 300px;
	}
	#top .enjoy .linkList {
		margin: 0 -15px;
		display: block;
	}
	#top .enjoy .linkList::after {
		display: none;
	}
	#top .enjoy .linkList li {
		margin: 0 0 12px;
		width: auto;
	}
	#top .enjoy .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#top .enjoy .linkList a {
		padding-bottom: 22px;
		display: flex;
		background-image: url(../img/common/icon09.png);
	}
	#top .enjoy .linkList a::before {
		width: calc(100% - 15px);
		height: calc(100% - 32px);
		left: 15px;
		top: 32px;
	}
		#top .enjoy .linkList li:first-of-type a {
			padding-bottom: 28px;
		}
	#top .enjoy .linkList li:first-of-type a::before {
		top: 38px;
		height: calc(100% - 38px);
	}
	#top .enjoy .linkList .pho {
		margin: 0;
		width: 48%;
	}
	#top .enjoy .linkList .pho img {
		width: 100%;
	}
	#top .enjoy .linkList .txtBox {
		margin: 59px 0 0 3%;
		width: 43%;
	}
	#top .enjoy .linkList .txtBox p {
		font-size: 1.6rem;
		line-height: 1.33;
		letter-spacing: 0;
	}
	#top .enjoy .linkList .txtBox p strong {
		margin-top: 3px;
		font-size: 1.8rem;
		letter-spacing: 0.04em;
	}
	#top .info {
		margin-bottom: 0;
		padding: 60px 0 63px;
		background-color: #FCFBF9;
	}
	#top .info .comBox {
		max-width: inherit;
	}
	#top .info .textBox {
		display: block;
	}
	#top .info .textBox .lBox {
		margin-bottom: 17px;
		width: auto;
	}
	#top .info .textBox .lBox h2 {
		margin-bottom: -38px;
	}
	#top .info .textBox .lBox h2 span {
		margin-top: 2px;
		font-size: 3rem;
	}
	#top .info .textBox .lBox .comLink {
		text-align: right;
	}
	#top .info .textBox .newsList {
		width: auto;
	}
	#top .info .textBox .newsList a {
		padding: 26px 0 25px;
		display: block;
		font-size: 1.6rem;
	}
	#top .info .textBox .newsList .date {
		margin-bottom: 6px;
		width: auto;
		display: block;
	}
	#top .info .textBox .newsList .txt {
		width: auto;
		display: block;
	}
	#top .btmBox {
		background-image: url(../img/index/sp_btm_bg01.jpg);
	}
	#top .btmBox .btn {
		width: auto;
		max-width: 292px;
	}
}
@media all and (max-width: 374px) {
	#top .mainVisual h2 {
		right: 15px;
	}
	#top .mainVisual h2 img {
		width: 85px;
	}
	#top .news .photoList .slick-slide,
	#top .news .photoList li {
		width: 250px;
	}
}
/*------------------------------------------------------------
	goods
------------------------------------------------------------*/
#goods .prodact {
	margin-bottom: 100px;
}
#goods .prodact .comBox {
	max-width: 1366px;
	padding: 0;
}
#goods .prodact .text01 {
	margin: 0 69px 50px;
}
#goods .prodact .area {
	margin-bottom: 40px;
	padding: 51px 182px 77px 0;
	width: calc(100% - 100px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #FCFBF9;
}
#goods .prodact .photoBox {
	width: 200px;
	position: relative;
	z-index: 2;
}
#goods .prodact .photoBox::before {
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: rgba(124,118,109,0.2);
	content: '';
	z-index: -1;
}
#goods .prodact .area .textBox {
	margin-top: 9px;
	width: calc(100% - 284px);
	max-width: 800px;
}
#goods .prodact .area .textBox h3 {
	margin-bottom: 22px;
	font-size: 2.6rem;
	line-height: 1.08;
}
#goods .prodact .area .text02 {
	margin-bottom: 55px;
}
#goods .prodact .area .textList {
	margin: -30px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods .prodact .area .textList li {
	margin-top: 30px;
	width: calc((100% - 30px) / 2);
}
#goods .prodact .area .textList .clm01 {
	width: 100%;
}
#goods .prodact .area .textList .list02 img {
	max-width: 365px;
	width: 100%;
	display: block;
    margin: 0 auto;
}
#goods .prodact .area .textBox .tsukuru {
	margin-top: 39px;
    padding-top: 48px;
    border-top: 1px dotted #7C766D;
}
#goods .prodact .area .textList .ttl {
	margin-bottom: 6px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
}
#goods .prodact .area .textList .list01 .ttl {
	margin-bottom: 10px;
}
#goods .prodact .area .textList .ttl span {
	margin-right: 10px;
}
#goods .prodact .area .textList .list01 .ttl span {
	margin-right: 3px;
}
#goods .prodact .area .textList .ttl img {
	height: 30px;
}
#goods .prodact .area .textList .link {
	margin-top: 5px;
	text-align: right;
}
#goods .prodact .area .textList .link a {
	padding-right: 18px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.71;
	vertical-align: top;
	background: url(../img/common/icon07.png) no-repeat right top calc(50% - 1px) / 13px auto;
}
#goods .prodact .area .photoList {
	margin: -26px 0 39px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods .prodact .area .photoList::after {
	width: calc((100% - 52px) / 3);
	content: '';
}
#goods .prodact .area .photoList li {
	margin-top: 26px;
	width: calc((100% - 52px) / 3);
	display: flex;
}
#goods .prodact .area .photoList a {
	padding: 9px 20px 20px;
	width: 100%;
	border-radius: 15px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	box-sizing: border-box;
}
#goods .prodact .area .photoList .pho {
	margin-bottom: 7px;
	text-align: center;
}
#goods .prodact .area .photoList .pho img {
	width: 100%;
	max-width: 150px;
}
#goods .prodact .area .photoList .txtBox p {
	margin-right: -5px;
	font-weight: 700;
}
#goods .prodact .area .photoList .txtBox .ttl {
	margin-bottom: 1px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
}
#goods .prodact .area .comLink {
	padding-right: 5px;
	text-align: right;
}
#goods .prodact .area .btmBox {
	margin-top: 39px;
	padding-top: 48px;
	border-top: 1px dotted #7C766D;
}
#goods .prodact .area .btmBox h3 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.56;
}
#goods .prodact .area .btmBox .text01 {
	margin: 0 0 13px;
	font-size: 1.4rem;
	line-height: 1.71;
}
#goods .prodact .area .btmBox .linkList {
	margin: -30px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods .prodact .area .btmBox .linkList li {
	margin-top: 30px;
	width: calc((100% - 30px) / 2);
	display: flex;
}
#goods .prodact .area .btmBox .linkList a {
	padding: 19px 10px 21px 19px;
	width: 100%;
	font-weight: 700;
	border-radius: 15px;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	background-color: #fff;
}
#goods .prodact .area .btmBox .linkList .ttl {
	margin-bottom: -1px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
}
#goods .prodact .area .btmBox .comLink {
	padding-right: 0;
}
#goods .prodact .area.area01 {
	margin-left: auto;
	background-color: #F4F2EF;
}
#goods .prodact .area01 {
	margin-bottom: 74px;
	padding: 51px 0 48px 182px;
}
#goods .prodact .area01 .photoBox {
	width: 220px;
}
#goods .prodact .area01 .photoBox::before {
	width: calc(100% - 20px);
	left: 20px;
}
#goods .prodact .btnList {
	margin: -60px auto 0;
	max-width: 959px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods .prodact .btnList li {
	margin-top: 60px;
	display: flex;
	width: calc((100% - 60px) / 2);
}
#goods .prodact .btnList a {
	padding: 22px 25px 41px;
	width: 100%;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#goods .prodact .btnList a::after {
	width: 24px;
	height: 23px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/common/icon03.png) no-repeat center center / cover;
	content: '';
}
#goods .prodact .btnList .ttl {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: 700;
}

/**/
#goods .prodact .area .textList .pb_mark img  {
	width: 70px;
}
#goods .prodact .area .textList .pb_mark {
float: left;
}


/*商品情報 popup*/
#goods #pop02 {
    background-color: #fff;
	padding: 0 0 30px 0;
}
.popBox .close {
    margin: 0 0 30px auto;
}
#goods #pop02 p {
	padding:0 0 20px;
	text-align: center;
}
#goods #pop02 .txtLink {
	width:420px;
	margin:0 auto;
	overflow: hidden;
}
#goods #pop02 .txtLink li {
	width:200px;
	margin-bottom:20px;
	float: left;
}
#goods #pop02 .txtLink li:nth-child(odd) {
	margin-right:20px;
}
@media (min-width: 897px) and (max-width: 1120px) {
	#goods .prodact .area {
		padding-right: 20px;
	}
	#goods .prodact .area.area01 {
		padding-left: 20px;
	}
}
@media all and (min-width: 897px) {
	#goods .prodact .area .textList .link a:hover,
	#goods .prodact .area .photoList a:hover {
		opacity: 0.7;
	}
	#goods .prodact .btnList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#goods .prodact .comBox {
		max-width: inherit;
		padding: 0;
	}
	#goods .prodact .text01 {
		margin: 0 15px 96px;
		font-size: 1.6rem;
	}
	#goods .prodact .area {
		margin-bottom: 83px;
		padding: 1px 15px 57px 0;
		width: auto;
		justify-content: flex-start;
	}
	#goods .prodact .photoBox {
		margin: -34px 28px 0 0;
		width: 94px;
	}
	#goods .prodact .photoBox::before {
		top: 15px;
		background-color: #F1EEE9;
	}
	#goods .prodact .area .textBox {
		margin-left: -107px;
		margin-top: 43px;
		width: calc(100% - 15px);
		max-width: inherit;
	}
	#goods .prodact .area .textBox .tsukuru {
		padding-top: 41px;
	}
	#goods .prodact .area .textBox h3 {
		margin: 0 0 32px 107px;
	}
	#goods .prodact .area .textBox .tsukuru h3 {
		margin: 0 0 32px 0;
	}
	#goods .prodact .area .text02 {
		margin: 0 0 32px 107px;
		min-height: 168px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#goods .prodact .area .textBox .tsukuru .text02 {
		margin: 0 0 32px 0;
		min-height: auto;
	}
	#goods .prodact .area .textList {
		margin: 0 0 41px;
		display: block;
	}
	#goods .prodact .area .textList li {
		margin: 0 0 36px;
		width: auto;
	}
	#goods .prodact .area .textList li:last-of-type {
		margin-bottom: 0;
	}
	#goods .prodact .area .textList p {
		font-size: 1.6rem;
	}
	#goods .prodact .area .textList .ttl img {
		height: 30px;
	}
	#goods .prodact .area .textList .list01 .ttl img {
		height: 31px;
	}
	#goods .prodact .area .textList .link {
		margin-top: 9px;
	}
	#goods .prodact .area .photoList {
		margin: 0 0 29px;
		display: block;
	}
	#goods .prodact .area .photoList::after {
		display: none;
	}
	#goods .prodact .area .photoList li {
		margin: 0 0 30px;
		width: auto;
		display: flex;
	}
	#goods .prodact .area .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#goods .prodact .area .photoList a {
		padding: 7px 10px 1px 20px;
		display: flex;
		justify-content: space-between;
	}
	#goods .prodact .area .photoList .pho {
		margin-bottom: 7px;
		width: 140px;
	}
	#goods .prodact .area .photoList .pho img {
		width: 100%;
		max-width: 140px;
	}
	#goods .prodact .area .photoList .txtBox {
		margin-top: 39px;
		width: calc(100% - 149px);
	}
	#goods .prodact .area .tsukuru .photoList .txtBox {
		margin-top: 0;
	}
	#goods .prodact .area .photoList .txtBox p {
		margin-right: 0;
		font-size: 1.6rem;
	}
	#goods .prodact .area .photoList .txtBox .ttl {
		margin-bottom: 2px;
	}
	#goods .prodact .area .btmBox {
		padding-top: 41px;
	}
	#goods .prodact .area .btmBox h3 {
		margin: 0 0 15px;
	}
	#goods .prodact .area .btmBox .text01 {
		margin: 0 0 15px;
	}
	#goods .prodact .area .btmBox .linkList {
		margin: 0 0 19px;
		display: block;
	}
	#goods .prodact .area .btmBox .linkList li {
		margin: 0 0 20px;
		width: auto;
		display: block;
	}
	#goods .prodact .area .btmBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#goods .prodact .area .btmBox .linkList a {
		padding: 19px 10px 23px 19px;
		display: block;
		font-size: 1.6rem;
	}
	#goods .prodact .area .btmBox .linkList .list01 a {
		padding: 14px 10px 16px 19px;
	}
	#goods .prodact .area .btmBox .comLink {
		padding-right: 0;
	}
	#goods .prodact .area.area01 {
		margin-left: auto;
		background-color: #F4F2EF;
	}
	#goods .prodact .area01 {
		margin-bottom: 80px;
		padding: 1px 0 57px 15px;
	}
	#goods .prodact .area01 .photoBox {
		margin: -44px 0 0 28px;
		width: 94px;
	}
	#goods .prodact .area01 .photoBox::before {
		width: calc(100% - 10px);
		left: 10px;
		top: 13px;
		background-color: #DFDBD8;
	}
	#goods .prodact .area01 .textBox {
		margin: 42px -107px 0 0;
	}
	#goods .prodact .area01 .textBox h3 {
		margin: 0 107px 23px 0;
		line-height: 1.54;
	}
	#goods .prodact .area01 .textBox .text02 {
		margin: 0 107px 47px 0;
		min-height: 168px;
	}
	#goods .prodact .area01 .textBox .text03 {
		margin: 0 0 47px 0;
		min-height: auto;
	}
	#goods .prodact .area01 .photoList {
		margin-bottom: 18px;
	}
	#goods .prodact .area01 .photoList li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#goods .prodact .btnList {
		margin: 0 15px;
		max-width: inherit;
		display: block;
	}
	#goods .prodact .btnList li {
		margin: 0 0 20px;
		display: block;
		width: auto;
	}
	#goods .prodact .btnList a {
		padding: 22px 25px 40px;
		display: block;
		font-size: 1.6rem;
		background-image: url(../img/goods/sp_bg01.jpg) !important;
	}
	#goods .prodact .btnList .list01 a {
		padding: 28px 20px 51px;
		background-image: url(../img/goods/sp_bg02.jpg) !important;
	}
	#goods .prodact .btnList .list01 .ttl {
		margin-bottom: 19px;
	}
/*商品情報 popup*/
	#goods #pop02 p {
		font-size: 1.3rem;
	}
	#goods #pop02 .txtLink {
		width:auto;
		margin:0 2%;
	}
	#goods #pop02 .txtLink li {
		width: 49%;
		margin-bottom:15px;
	}
	#goods #pop02 .txtLink li:nth-child(odd) {
		margin-right:2%;
	}
}
@media all and (max-width: 374px) {
	#goods .prodact .area .photoList .txtBox p {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	sample01
------------------------------------------------------------*/
#goods.sample01 .prodact {
	margin-bottom: 50px;
}
#goods.sample01 .prodact .text01 {
	margin-bottom: 0;
}
#goods.sample01 .sec01 {
	margin-bottom: 77px;
}
#goods.sample01 .sec01 .comBox.intro {
	max-width: 800px;
}
#goods.sample01 .sec01 .imgBox {
	margin-bottom: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#goods.sample01 .sec01 .imgBox .photoBox {
	padding: 0 10px 0 30px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
#goods.sample01 .sec01 .imgBox .photoBox img {
	width: 100%;
	max-width: 300px;
}
#goods.sample01 .sec01 .imgBox .textBox {
	margin-top: 55px;
	width: 50%;
	text-align: left;
}
#goods.sample01 .sec01 .imgBox .textBox h3 {
	margin-bottom: 7px;
	font-size: 2.4rem;
	line-height: 1.83;
	display: flex;
}
#goods.sample01 .sec01 .imgBox .textBox h3 img {
	margin-right: 9px;
	width: 56px;
	vertical-align: -5px;
}
#goods.sample01 .sec01 .imgBox .textBox p {
	font-size: 1.8rem;
	line-height: 1.56;
}
#goods.sample01 .sec01 .txtBox {
	margin: 0 auto;
	max-width: 580px;
}
#goods.sample01 .sec01 .txtBox .ttl {
	margin-bottom: -5px;
	padding-left: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.25;
}
#goods.sample01 .sec01 .txtBox .text {
	padding: 20px 10px 19px 20px;
	position: relative;
	border-radius: 29px;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 2px solid #7C766D;
}
#goods.sample01 .sec01 .txtBox .text::before {
	width: 22px;
	height: 23px;
	position: absolute;
	left: -14px;
	bottom: -4px;
	background: url(/img/goods/product/sample01/sec01_bg01.jpg) no-repeat center center / cover;
	content: '';
}
#goods.sample01 .sec02 {
	margin-bottom: 57px;
}
#goods.sample01 .sec02 .comBox {
	max-width: 800px;
}
#goods.sample01 .sec02 .headLine03 {
	margin-bottom: 17px;
}
#goods.sample01 .sec02 .text {
	margin-bottom: 61px;
	font-size: 1.8rem;
	line-height: 1.56;
}
#goods.sample01 .sec02 .comImgBox01 .textBox h3 {
	margin-bottom: 18px;
}
#goods.sample01 .sec02 .ins {
	margin-bottom: 72px;
}
#goods.sample01 .sec02 .ins h3 {
	margin-bottom: 13px;
	text-align: center;
}
#goods.sample01 .sec02 .ins h3 img {
	width: 100%;
	max-width: 242px;
}
#goods.sample01 .sec02 .ins .photo {
	margin: 0 auto;
	width: 100%;
	max-width: 360px;
}
#goods.sample01 .sec02 .bgBox {
	margin-bottom: 43px;
	padding: 40px 30px;
	background-color: #F4F2EF;
}
#goods.sample01 .sec02 .note {
	font-size: 1.4rem;
	line-height: 1.71;
}
@media all and (max-width: 896px) {
	#goods.sample01 .prodact {
		margin-bottom: 52px;
	}
	#goods.sample01 .sec01 {
		margin-bottom: 51px;
	}
	#goods.sample01 .sec01 .comBox {
		max-width: inherit;
	}
	#goods.sample01 .sec01 .imgBox {
		margin-bottom: 39px;
		display: block;
	}
	#goods.sample01 .sec01 .imgBox .photoBox {
		padding: 0;
		width: auto;
	}
	#goods.sample01 .sec01 .imgBox .photoBox img {
		max-width: 250px;
	}
	#goods.sample01 .sec01 .imgBox .textBox {
		margin: 23px 22px 0;
		width: auto;
	}
	#goods.sample01 .sec01 .imgBox .textBox h3 {
		margin-bottom: 11px;
		font-size: 1.6rem;
		line-height: 1.31;
	}
	#goods.sample01 .sec01 .imgBox .textBox h3 img {
		margin-right: 5px;
		width: 32px;
		vertical-align: -4px;
	}
	#goods.sample01 .sec01 .imgBox .textBox p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#goods.sample01 .sec01 .txtBox {
		margin: 0 4px 0 10px;
		max-width: inherit;
	}
	#goods.sample01 .sec01 .txtBox .ttl {
		margin-bottom: 1px;
		padding-left: 27px;
	}
	#goods.sample01 .sec01 .txtBox .text {
		padding: 19px 10px 17px 14px;
		position: relative;
		border-radius: 30px;
		font-size: 1.6rem;
		line-height: 1.5;
		border: 2px solid #7C766D;
	}
	#goods.sample01 .sec01 .txtBox .text::before {
		height: 25px;
		left: -12px;
		bottom: -3px;
		background-image: url(/img/goods/product/sample01/sp_sec01_bg01.png);
	}
	#goods.sample01 .sec02 {
		margin-bottom: 55px;
	}
	#goods.sample01 .sec02 .comBox {
		max-width: inherit;
	}
	#goods.sample01 .sec02 .headLine03 {
		margin: 0 23px 8px;
		font-size: 2.4rem;
	}
	#goods.sample01 .sec02 .text {
		margin: 0 23px 49px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#goods.sample01 .sec02 .comImgBox01 .textBox h3 {
		margin: 0 0 13px;
		font-size: 2rem;
		line-height: 1.5;
	}
	#goods.sample01 .sec02 .ins {
		margin-bottom: 33px;
	}
	#goods.sample01 .sec02 .ins h3 {
		margin-bottom: 9px;
	}
	#goods.sample01 .sec02 .ins h3 img {
		max-width: 236px;
	}
	#goods.sample01 .sec02 .ins .photo {
		margin: 0 -7px 0 0;
		max-width: inherit;
		width: auto;
	}
	#goods.sample01 .sec02 .ins .photo iframe,
	#goods.sample01 .sec02 .ins .photo img {
		width: 100% !important;
		min-width: inherit !important;
		max-width: inherit !important;
	}
	#goods.sample01 .sec02 .bgBox {
		margin: 0 -15px 31px;
		padding: 40px 15px;
	}
	#goods.sample01 .sec02 .note {
		margin: 0 4px;
	}
}
/*------------------------------------------------------------
	sample02
------------------------------------------------------------*/
#goods.sample01.sample02 .comTopBox {
	margin-bottom: 62px;
}
#goods.sample01.sample02 .comTopBox .imgBox .photoBox {
	width: 64.28%;
}
#goods.sample01.sample02 .comTopBox .imgBox .textBox {
	margin-left: -16.9%;
}
#goods.sample01.sample02 .sec01 .imgBox .photoBox {
	padding-left: 0;
}
#goods.sample01.sample02 .sec01 .imgBox .photoBox img {
	max-width: 278px;
}
#goods.sample01.sample02 .sec01 .imgBox .textBox {
	margin-top: 13px;
}
#goods.sample01.sample02 .sec01 .imgBox .textBox h3 {
	margin: 0 -10px 18px 0;
	line-height: 1.67;
}
#goods.sample01.sample02 .sec01 .imgBox .textBox h3 span {
	margin-top: 3px;
}
#goods.sample01.sample02 .sec01 .imgBox .textBox p {
	line-height: 1.33;
}
#goods.sample01.sample02 .sec01 .txtBox .ttl {
	margin-bottom: -2px;
}
#goods.sample01.sample02 .sec01 .txtBox .text {
	padding: 15px 20px 10px 20px;
}
#goods.sample01.sample02 .sec02 .text {
	margin-bottom: 57px;
}
#goods.sample01.sample02 .sec02 .text small {
	margin-top: 2px;
	display: block;
	font-size: 1.4rem;
	line-height: 2;
}
#goods.sample01.sample02 .sec02 .comLinkList .pho {
	margin-bottom: 12px;
}
#goods.sample01.sample02 .sec02 .comLinkList .ttl {
	display: flex;
	align-items: center;
	line-height: 1.56;
}
#goods.sample01.sample02 .sec02 .comLinkList .ttl em {
	font-style: normal;
	color: #F3981F;
}
@media all and (max-width: 896px) {
	#goods.sample01.sample02 .comTopBox {
		margin-bottom: 64px;
	}
	#goods.sample01.sample02 .comTopBox .imgBox .photoBox {
		width: auto;
	}
	#goods.sample01.sample02 .comTopBox .imgBox .textBox {
		margin: 0 20px 0 12px;
	}
	#goods.sample01.sample02 .comTopBox .imgBox .textBox::before{
		background-color: #F3F2EF;
	}
	#goods.sample01.sample02 .sec01 {
		margin-bottom: 64px;
	}
	#goods.sample01.sample02 .sec01 .imgBox {
		margin-bottom: 52px;
	}
	#goods.sample01.sample02 .sec01 .imgBox .photoBox {
		padding-left: 0;
	}
	#goods.sample01.sample02 .sec01 .imgBox .photoBox img {
		max-width: 162px;
	}
	#goods.sample01.sample02 .sec01 .imgBox .textBox {
		margin-top: 11px;
	}
	#goods.sample01.sample02 .sec01 .imgBox .textBox h3 {
		margin: 0 -10px 21px 0;
		line-height: 1.31;
	}
	#goods.sample01.sample02 .sec01 .imgBox .textBox h3 span {
		margin-top: 0;
	}
	#goods.sample01.sample02 .sec01 .imgBox .textBox p {
		line-height: 1.5;
	}
	#goods.sample01.sample02 .sec01 .txtBox .ttl {
		margin-bottom: 1px;
	}
	#goods.sample01.sample02 .sec01 .txtBox .text {
		padding: 15px 30px 13px 22px;
	}
	#goods.sample01.sample02 .sec02 {
		margin-bottom: 74px;
	}
	#goods.sample01.sample02 .sec02 .headLine03 {
		margin: 0 0 19px;
	}
	#goods.sample01.sample02 .sec02 .text {
		margin: 0 0 53px;
	}
	#goods.sample01.sample02 .sec02 .text small {
		margin-top: -1px;
	}
	#goods.sample01.sample02 .sec02 .comPhotoList li:not(:last-of-type) {
		margin-bottom: 48px;
	}
	#goods.sample01.sample02 .sec02 .comLinkList .pho {
		margin-bottom: 20px;
	}
	#goods.sample01.sample02 .sec02 .comLinkList .ttl {
		display: flex;
		align-items: center;
		line-height: 1.56;
	}
	#goods.sample01.sample02 .sec02 .comLinkList .ttl em {
		font-style: normal;
		color: #F3981F;
	}
}

/*------------------------------------------------------------
	sample03
------------------------------------------------------------*/
#goods.sample01.sample03 {

}
/* #goods.sample01.sample03 .comTopBox {
    margin-bottom: 30px;
    padding-top: 51px;
    position: relative;
}
#goods.sample01.sample03 .comTopBox .imgBox {
    margin: 0 auto;
    display: flex;
    max-width: 1366px;
    position: relative;
    z-index: 2;
	justify-content: center;
} */
#goods.sample01.sample03 .sec01.sec02 {
    margin-bottom: 100px;
}
#goods.sample01.sample03 .sec01 .comBox {
    max-width: 700px;
}
#goods.sample01 .sec01 .comBox.intro {
    max-width: 800px;
}
#goods.sample01.sample03 .comTopBox {
    margin-bottom: 48px;
    padding: 40px 0 50px;
    background-color: #FCFBF9;
}
#goods.sample01.sample03 .comTopBox .imgBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#goods.sample01.sample03 .comTopBox .imgBox .photoBox {
	max-width: 700px;
}

#goods.sample01.sample03 .comTopBox .imgBox .textBox {
	margin: 2% 0 0 0;
	padding: 26px 33px;
	width: 100%;
	max-width: 700px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #E7E7E7;
	background-color: #fff;
	text-align: left;
}
#goods.sample01.sample03 .comTopBox .imgBox .textBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #F4F2EF;
	content: '';
	z-index: -1;
}
#goods.sample01.sample03 .comTopBox .imgBox .textBox .title {
	margin-bottom: 4px;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: left;
}
#goods.sample01.sample03 .comTopBox .imgBox .textBox .tagList {
	margin-top: -5px;
	display: flex;
	flex-wrap: wrap;
}
#goods.sample01.sample03 .comTopBox .imgBox .textBox .tagList li {
	margin: 5px 5px 0 0;
}
#goods.sample01.sample03 .comTopBox .imgBox .textBox .tagList li:last-of-type {
	margin-right: 0;
}
#goods.sample01.sample03 .comTopBox .imgBox .textBox .tagList a {
	padding: 1px 5px 1px 4px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.64;
	background-color: #F4F2EF;
}

#goods.sample01.sample03 .textBox {
	margin: 0 auto 60px;
	text-align: center;
}

#goods.sample01.sample03 .pho img {
	margin: 0 auto 30px;
}

#goods.sample01.sample03 .txtBox {
	margin: 0 auto 40px;
	max-width: 580px;
}
#goods.sample01.sample03 .txtBox .ttl {
	margin-bottom: -5px;
	padding-left: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.25;
}
#goods.sample01.sample03 .txtBox .text {
	padding: 20px 10px 19px 20px;
	position: relative;
	border-radius: 29px;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 2px solid #7C766D;
	margin-bottom: 0;
}
#goods.sample01.sample03 .txtBox .text span {
	font-size: 1.4rem;
}
#goods.sample01.sample03 .txtBox .text::before {
	width: 22px;
	height: 23px;
	position: absolute;
	left: -14px;
	bottom: -4px;
	background: url(/img/goods/product/sample01/sec01_bg01.jpg) no-repeat center center / cover;
	content: '';
}
#goods.sample01.sample03 .txtBox .text span.clm2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#goods.sample01.sample03 .txtBox .text span.clm2 img {

}
#goods.sample01.sample03 .txtBox .text span.clm2 span {
	width: calc(100% - 200px);
	font-size: 1.6rem;
}
#goods.sample01.sample03 .comment{
	margin: 0 auto 30px;
	padding: 28px 44px;
	background-color: #FAF8EF;
	display:flex;
	align-items: center;
}
#goods.sample01.sample03 .comment .img{
	width: 185px;
}
#goods.sample01.sample03 .comment .txt{
	flex: 1;
	line-height: 1.4;
}
#goods.sample01.sample03 .comment .txt span{
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}
#goods.sample01.sample03 .comment .txt span span {
	color: #F3981F;
	font-weight: bold;
	display: inline;
}
#goods.sample01.sample03 .comment .txt strong{
	color: #F3981F;
	font-weight: bold;
}
#goods.sample01.sample03 .comment .txt ul.check li {
	background: url(/img/common/icon_check_orange.svg) left 0px top 3px no-repeat;
  	background-size: 20px auto;
	padding: 0 0 7px 24px;
}
#goods.sample01.sample03 .comment .txt ul.maru li {
	position: relative;
	padding: 0 0 7px 0;
}
#goods.sample01.sample03 .comment .txt ul.maru li::before {
	content: "●";
	color: #F3981F;
	padding: 0 3px 0 0;
}
#goods.sample01.sample03 .note {
    font-size: 1.4rem;
    line-height: 1.71;
	text-align: center;
}
#goods.sample01.sample03 .summary {
	border:1px solid #E7E7E7;
	padding: 33px 20px 40px;
	font-size: 1.6rem;
	text-align: center;
	position: relative;
	background-color: #fff;
}
#goods.sample01.sample03 .summary::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #F4F2EF;
    content: '';
    z-index: -1;
}
#goods.sample01.sample03 .summary span {
	background: linear-gradient(transparent 50%, #faff7e 0%);
}
#goods.sample01.sample03 .fTBox02 {
	padding-top: 0px;
}
#goods.sample01.sample03 .productLink p {
	padding: 14px 15px;
	background-color: #F4F2EF;
	font-size: 1.7rem;
	line-height: 1.4;
	max-width: 340px;
	margin: 0 auto 15px;
	position: relative;
	font-weight: normal;
}
#goods.sample01.sample03 .productLink p:before{
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 12px solid #F4F2EF;
		bottom: -22px;
}
#goods.sample01.sample03 .boxW {
	margin-bottom: 60px;
}
#goods.sample01.sample03 .boxW .box01{
	background-color: #FAF8EF;
	padding: 44px 35px;
	margin: 0 auto;
	display:flex;
	align-items: center;
}
#goods.sample01.sample03 .boxW .box01 .img{
	width: 194px;
	padding-right: 40px;
}
#goods.sample01.sample03 .boxW .box01 .txt{
	font-size: 1.5rem;
	flex: 1;
}
#goods.sample01.sample03 .boxW .box01 p span{
	display: block;
	font-size: 1.4rem;
}
#goods.sample01.sample03 h3 {
	font-size: 2.2rem;
	margin-bottom: 17px;
}

@media all and (min-width: 897px) {
	#goods.sample01.sample03 .comTopBox .textBox .tagList a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#goods.sample01.sample03 .sec01 .comBox {
		max-width: inherit;
	}
	#goods.sample01.sample03 .comTopBox {
		margin-bottom: 20px;
		padding: 0;
		background-color: inherit;
	}
	#goods.sample01.sample03 .tocomTopBoxpBox .imgBox {
		display: block;
	}
	#goods.sample01.sample03 .comTopBox .imgBox .photoBox {
		max-width: 100%;
	}
	#goods.sample01.sample03 .comTopBox .imgBox .textBox {
		margin:  15px 23px 30px 15px;
		padding: 9px 16px 15px;
		width: auto;
	}
	#goods.sample01.sample03 .comTopBox .imgBox .textBox::before {
		left: 9px;
		top: 9px;
		background-color: #EFEBDC;
	}
	#goods.sample01.sample03 .txtBox .text span.clm2 {
		display: flex;
		flex-direction: column;
	}
	#goods.sample01.sample03 .txtBox .text span.clm2 img {

	}
	#goods.sample01.sample03 .txtBox .text span.clm2 span {
		width: 100%;
		font-size: 1.6rem;
	}
	#goods.sample01.sample03 .comTopBox .imgBox .textBox .title {
		margin-bottom: 2px;
		font-size: 1.2rem;
		line-height: 2;
	}
	#goods.sample01.sample03 .sec02 .headLine03 {
        margin: 0 0 8px;
		font-size: 2.2rem;
    }
	#goods.sample01.sample03 .textBox {
		margin: 0 auto 50px;
		text-align: left;
		font-size: 1.6rem;
	}
	#goods.sample01.sample03 .pho img {
		margin: 0 auto 30px;
	}
	#goods.sample01.sample03 .txtBox {
		margin: 0 4px 40px 10px;
		max-width: inherit;
	}
	#goods.sample01.sample03 .txtBox .ttl {
		margin-bottom: 1px;
		padding-left: 27px;
	}
	#goods.sample01.sample03 .txtBox .text {
		padding: 19px 10px 17px 14px;
		position: relative;
		border-radius: 30px;
		font-size: 1.6rem;
		line-height: 1.5;
		border: 2px solid #7C766D;
		margin-bottom: 0;
	}
	#goods.sample01.sample03 .txtBox .text::before {
		height: 25px;
		left: -12px;
		bottom: -3px;
		background-image: url(/img/goods/product/sample01/sp_sec01_bg01.png);
	}
	#goods.sample01.sample03 .comment{
		width: 92%;
		margin: 0 auto 30px;
		padding: 20px 4%;
		display:flex;
		align-items: center;
		flex-direction: column;
		}
	#goods.sample01.sample03 .comment .img{
		width: 144px;
		padding-bottom: 12px;
		}
	#goods.sample01.sample03 .comment .txt{
		flex: 1;
		font-size: 1.5rem;
	}
	#goods.sample01.sample03 .comment .txt span{
		font-size: 1.8rem;
		text-align: center;
	}
	#goods.sample01.sample03 .comment .txt ul{
		padding: 0 10px;
	}
	#goods.sample01.sample03 .comment .txt li{
		padding: 0 0 16px 24px;
	}
	#goods.sample01.sample03 .comment .txt ul.maru li::before {
		padding: 0 3px 0 0;
	}
	#goods.sample01.sample03 .note {
		text-align: left;
	}
	#goods.sample01.sample03 .fTBox .linkList p.note {
    text-align: center;
	}
	#goods.sample01.sample03 .summary {
		padding: 20px 20px 24px;
		font-size: 1.6rem;
		text-align: left;
	}
	#goods.sample01.sample03 .summary::before {
    	left: 10px;
    	top: 10px;
	}
	#goods.sample01.sample03 .summary span {
		background: linear-gradient(transparent 50%, #faff7e 0%);
	}
	#goods.sample01.sample03 .fTBox02 {
		padding-top: 0;
		padding-bottom: 60px;
	}
	#goods.sample01.sample03 .productLink p{
		padding: 12px 40px;
		font-size: 1.6rem;
	}
	#goods.sample01.sample03 .boxW {
		margin-bottom: 50px;
	}
	#goods.sample01.sample03 .boxW .box01{
		width: auto;
		padding: 28px 20px;
		margin: 0;
		display: inherit;
	}
	#goods.sample01.sample03 .boxW .box01 .img{
		width: 140px;
		padding-right: 0;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	#goods.sample01.sample03 .boxW .box01 .txt{
		text-align: left;
	}
	#goods.sample01.sample03 .boxW .box01 div{
		display: block;
		text-align: center;
	}
	#goods.sample01.sample03 .boxW .box01 p{
			
	}
	#goods.sample01.sample03 .boxW .box01 p span{
		font-size: 1.3rem;	
	}
	#goods.sample01.sample03 h3 {
		font-size: 1.8rem;
		margin: 0 0 8px;
	}
	#goods.sample01.sample03 .sec02 .text {
        margin: 0 0 49px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

}

/*------------------------------------------------------------
	human01
------------------------------------------------------------*/
#goods.human01 .prodact {
	margin-bottom: 50px;
}
#goods.human01 .topBox {
	margin-bottom: 48px;
	padding: 50px 0;
	background-color: #FCFBF9;
}
#goods.human01 .topBox .imgBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	background-color: #fff;
}
#goods.human01 .topBox .imgBox .photoBox {
	width: calc(50% + 2px);
}
#goods.human01 .topBox .imgBox .textBox {
	padding-left: 20px;
	width: calc(50% - 2px);
	box-sizing: border-box;
}
#goods.human01 .topBox .imgBox .textBox .subBox {
	margin: 0 72px 0 auto;
	max-width: 512px;
}
#goods.human01 .topBox .imgBox .textBox h2 {
	margin-bottom: 37px;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
}
#goods.human01 .topBox .imgBox .textBox h2 span {
	padding: 12px 13px;
}
#goods.human01 .topBox .imgBox .textBox h2 .txt01 {
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #333;
}
#goods.human01 .topBox .imgBox .textBox h2 .txt02 {
	background-color: #F3981F;
}
#goods.human01 .topBox .imgBox .textBox h3 {
	margin-bottom: 40px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.41;
	font-family:"sawarabi-mincho",sans-serif;
}
#goods.human01 .topBox .imgBox .textBox p {
	font-size: 1.8rem;
	font-weight: 700;
}
#goods.human01 .sec01 .comBox {
	max-width: 802px;
}
#goods.human01 .sec01 .headLine03 {
	margin-bottom: 18px;
}
#goods.human01 .sec01 .note {
	margin-bottom: 50px;
}
#goods.human01 .sec01 .area {
	margin: 0 auto 55px;
	width: 700px;
}
#goods.human01 .sec01 .area.area01 {
	margin-bottom: 58px;
}
#goods.human01 .sec01 .area.area02 {
	margin-bottom: 80px;
}
#goods.human01 .sec01 .area.area03 {
	margin-bottom: 85px;
}
#goods.human01 .sec01 .area.area04 {
	margin-bottom: 92px;
}
#goods.human01 .sec01 .area p {
	margin-bottom: 23px;
}
#goods.human01 .sec01 .area p small {
	font-size: 1.4rem;
}
#goods.human01 .sec01 .area .btm01 {
	margin-bottom: 41px;
}
#goods.human01 .sec01 .area .photo {
	margin-bottom: 39px;
}
#goods.human01 .sec01 .area .photo img {
	width: 100%;
}
#goods.human01 .sec01 .area .photo p {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: center;
}
#goods.human01 .sec01 .area .photo.btm01 {
	margin-bottom: 56px;
}
#goods.human01 .sec01 .area .photo.btm02 {
	margin-bottom: 49px;
}
#goods.human01 .sec01 .area .head {
	margin-bottom: 29px;
	font-size: 2.1rem;
}
#goods.human01 .sec01 .area.area03 .head {
	line-height: 1.71;
}
#goods.human01 .sec01 .area.area05 {
	width: auto;
	padding: 40px 40px 30px;
	background-color: #FAF8EF;
}
#goods.human01 .sec01 .area.area05 .headLine06 {
	margin-bottom: 50px;
}
#goods.human01 .sec01 .area.area05 .headLine06 span {
	padding: 7px 40px;
}
#goods.human01 .sec01 .area .photoList {
	margin: -20px 0 29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods.human01 .sec01 .area .photoList li {
	margin-top: 20px;
	width: calc((100% - 2px) / 2);
}
#goods.human01 .sec01 .area .photoList p {
	margin: 9px 0 0;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.71;
}
#goods.human01 .sec01 .area.area05 {
	margin-bottom: 80px;
}
#goods.human01 .sec01 .area.area05 .text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.56;
	font-family:"sawarabi-mincho",sans-serif;
}
@media all and (max-width: 896px) {
	#goods.human01 .prodact {
		margin-bottom: 0;
	}
	#goods .prodact .text01 {
		margin-bottom: 69px;
	}
	#goods.human01 .prodact .headLine02 {
		line-height: 1.22;
	}
	#goods.human01 .topBox {
		margin-bottom: 40px;
		padding: 0;
	}
	#goods.human01 .topBox .imgBox {
		padding-bottom: 19px;
		display: block;
		border-bottom: 1px solid #F3981F;
	}
	#goods.human01 .topBox .imgBox .photoBox {
		width: auto;
	}
	#goods.human01 .topBox .imgBox .textBox {
		padding-left: 0;
		width: auto;
	}
	#goods.human01 .topBox .imgBox .textBox .subBox {
		margin: 0 20px;
		max-width: inherit;
	}
	#goods.human01 .topBox .imgBox .textBox h2 {
		margin: -3px -20px 17px;
		font-size: 2.1rem;
	}
	#goods.human01 .topBox .imgBox .textBox h2 span {
		padding: 10px 2px;
		box-sizing: border-box;
	}
	#goods.human01 .topBox .imgBox .textBox h2 .txt01 {
		font-size: 1.4rem;
		width: 148px;
		text-align: center;
	}
	#goods.human01 .topBox .imgBox .textBox h2 .txt02 {
		padding: 10px 6px;
		width: calc(100% - 148px);
		background-color: #F3981F;
	}
	#goods.human01 .topBox .imgBox .textBox h3 {
		margin: 0 -10px 6px 0;
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 1.71;
		font-family:"source-han-sans-japanese",sans-serif;
	}
	#goods.human01 .topBox .imgBox .textBox p {
		font-weight: 400;
	}
	#goods.human01 .sec01 .comBox {
		max-width: 802px;
	}
	#goods.human01 .sec01 .headLine03 {
		margin-bottom: 8px;
		font-size: 2.1rem;
		line-height: 1.52;
	}
	#goods.human01 .sec01 .note {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	#goods.human01 .sec01 .area {
		margin: 0 auto 55px;
		width: auto;
	}
	#goods.human01 .sec01 .area.area01 {
		margin-bottom: 33px;
	}
	#goods.human01 .sec01 .area.area02 {
		margin-bottom: 33px;
	}
	#goods.human01 .sec01 .area.area03 {
		margin-bottom: 35px;
	}
	#goods.human01 .sec01 .area.area04 {
		margin-bottom: 55px;
	}
	#goods.human01 .sec01 .area.area06 {
		margin-bottom: 25px;
	}
	#goods.human01 .sec01 .area p {
		margin-bottom: 24px;
		font-size: 1.6rem;
	}
	#goods.human01 .sec01 .area p small {
		font-size: 1.4rem;
	}
	#goods.human01 .sec01 .area .btm01 {
		margin-bottom: 28px;
	}
	#goods.human01 .sec01 .area .photo {
		margin-bottom: 30px;
	}
	#goods.human01 .sec01 .area .photo.btm01 {
		margin-bottom: 29px;
	}
	#goods.human01 .sec01 .area .photo.btm02 {
		margin-bottom: 20px;
	}
	#goods.human01 .sec01 .area .head {
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#goods.human01 .sec01 .area.area03 .head {
		line-height: 1.5;
	}
	#goods.human01 .sec01 .area.area05 {
		margin: 0 -15px;
		width: auto;
		padding: 40px 15px 18px;
	}
	#goods.human01 .sec01 .area.area05 .headLine06 {
		margin-bottom: 40px;
	}
	#goods.human01 .sec01 .area .photoList {
		margin: 0 0 27px 2px;
		display: block;
	}
	#goods.human01 .sec01 .area .photoList li {
		margin: 0 0 20px;
		width: auto;
	}
	#goods.human01 .sec01 .area .photoList li img {
		width: 100%;
	}
	#goods.human01 .sec01 .area .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#goods.human01 .sec01 .area.area05 {
		margin-bottom: 0;
	}
	#goods.human01 .sec01 .area.area05 .text {
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.5;
		font-family:"source-han-sans-japanese",sans-serif;
	}
}
@media all and (max-width: 374px) {
	#goods.human01 .sec01 .area.area05 .headLine06 span {
		padding: 7px 20px;
	}
	#goods.human01 .topBox .imgBox .textBox h2 {
		font-size: 1.6rem;
	}
	#goods.human01 .topBox .imgBox .textBox h2 .txt01 {
		font-size: 1.2rem;
	}
	#goods.human01 .topBox .imgBox .textBox h2 .txt02 {
		padding-top: 11px;
	}
}

/*2504 mokuji + */

#goods.human01 .sec01 .area .mokujiBox {
	background-color: #FAF8EF;
	padding: 35px 60px 40px;
	margin: 0 0 50px;
}
#goods.human01 .sec01 .area .mokujiBox p {
	font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #F3981F;
	margin-bottom: 25px;
	padding-bottom: 7px;
}
#goods.human01 .sec01 .area .mokujiBox li {
	line-height: 1.4;
	text-indent: calc((18px + 0.5em) * -1);
	padding-left: calc(18px + 0.5em);
	padding-bottom: 14px;
}
#goods.human01 .sec01 .area .mokujiBox li span {
	color: #F3981F;
	padding-right: 18px;
}
@media all and (max-width: 896px) {

	#goods.human01 .sec01 .area .mokujiBox {
		padding: 35px 15px 50px;
		margin: 0 0 40px;
	}
	#goods.human01 .sec01 .area .mokujiBox p {
		margin-bottom: 25px;
		padding-bottom: 7px;
	}
	#goods.human01 .sec01 .area .mokujiBox li {
		line-height: 1.4;
		text-indent: calc((10px + 0.5em) * -1);
		padding-left: calc(10px + 0.5em);
		padding-bottom: 14px;
		font-size: 1.6rem;
	}
	#goods.human01 .sec01 .area .mokujiBox li span {
		padding-right: 10px;
	}
}
/*2504 mokuji + */

/*------------------------------------------------------------
	blog_sample1
------------------------------------------------------------*/
#goods.sample01.blog01 .comTopBox {
	margin-bottom: 95px;
}
#goods.sample01.blog01 .comTopBox .imgBox {
	margin: 0 auto;
	max-width: 1166px;
}
#goods.sample01.blog01 .comTopBox .imgBox .photoBox {
	width: 58.58%;
}
#goods.sample01.blog01 .comTopBox .imgBox .textBox {
	margin: 31% 0 0 -15.9%;
	width: 56%;
}
#goods.sample01.blog01 .sec01 h2 {
	margin-bottom: 30px;
}
#goods.sample01.blog01 .sec01 .ttl {
	margin-bottom: 0;
	padding-left: 0;
}
#goods.sample01.blog01 .sec01 .txtBox {
	margin-bottom: 49px;
}
#goods.sample01.blog01 .sec01 .txtBox:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.blog01 .sec01 .text {
	margin: 0 13px 0 7px;
	padding: 11px 30px 8px 20px;
}
#goods.sample01.blog01 .sec01 .text::before{
	width: 24px;
	height: 26px;
	left: -18px;
	bottom: -2px;
	background-image: url(/img/goods/blog/sample1/bg01.png);
}
#goods.sample01.blog01 .area {
	margin-bottom: 46px;
	padding-bottom: 50px;
	border-bottom: 1px dashed rgba(124,118,109,0.2);
}
#goods.sample01.blog01 .sec01 .area01 h2 {
	margin-bottom: 40px;
}
#goods.sample01.blog01 .sec01 .imgBox {
	margin-bottom: 0;
	align-items: flex-start;
}
#goods.sample01.blog01 .sec01 .imgBox .photoBox {
	text-align: right;
}
#goods.sample01.blog01 .sec01 .imgBox .photoBox img {
	max-width: 240px;
}
#goods.sample01.blog01 .sec01 .imgBox .textBox {
	margin-top: 0;
}
#goods.sample01.blog01 .sec01 .imgBox .textBox p {
	margin-left: 10px;
	max-width: 240px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#goods.sample01.blog01 .sec01 .area01 {
	margin-bottom: 65px;
}
#goods.sample01.blog01 .sec01 .area02 .note {
	font-size: 1.4rem;
	line-height: 1.71;
}
#goods.sample01.blog01 .sec01 .area:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#goods.sample01.blog01 .comTextBox strong {
    background-color: #F6FBB9;
}
@media all and (max-width: 896px) {
	#goods.sample01.blog01 .comTopBox {
		margin-bottom: 111px;
	}
	#goods.sample01.blog01 .comTopBox .imgBox {
		max-width: inherit;
	}
	#goods.sample01.blog01 .comTopBox .imgBox .photoBox {
		width: auto;
	}
	#goods.sample01.blog01 .comTopBox .imgBox .textBox {
		margin: -10px 25px 0 15px;
		width: auto;
	}
	#goods.sample01.blog01 .comTopBox .imgBox .textBox h2 {
		font-size: 1.5rem;
	}
	#goods.sample01.blog01 .sec01 {
		margin-bottom: 145px;
	}
	#goods.sample01.blog01 .sec01 h2 {
		margin: 0 0 30px -1px;
	}
	#goods.sample01.blog01 .sec01 h2 span {
		padding-right: 24px;
	}
	#goods.sample01.blog01 .sec01 .ttl {
		margin-bottom: -2px;
		padding-left: 9px;
	}
	#goods.sample01.blog01 .sec01 .txtBox {
		margin: 0 23px 40px;
	}
	#goods.sample01.blog01 .sec01 .text {
		margin: 0 0 0 15px;
		padding: 17px 20px 11px 18px;
	}
	#goods.sample01.blog01 .area {
		margin: 0 -15px 49px;
		padding: 0 15px 50px;
	}
	#goods.sample01.blog01 .sec01 .area01 h2 {
		margin-bottom: 21px;
	}
	#goods.sample01.blog01 .sec01 .imgBox {
		margin: 0 23px;
	}
	#goods.sample01.blog01 .sec01 .imgBox .photoBox {
		text-align: center;
	}
	#goods.sample01.blog01 .sec01 .imgBox .photoBox img {
		max-width: inherit;
	}
	#goods.sample01.blog01 .sec01 .imgBox .textBox {
		margin: 20px 0 0 -12px;
	}
	#goods.sample01.blog01 .sec01 .imgBox .textBox p {
		margin-left: 0;
		max-width: inherit;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#goods.sample01.blog01 .sec01 .area01 {
		margin-bottom: 49px;
		padding-bottom: 45px;
	}
	#goods.sample01.blog01 .sec01 .area02 .note {
		padding-left: 5px;
	}
	#goods.sample01.blog01 .sec01 .area:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	blog02
------------------------------------------------------------*/
#goods.sample01.blog02 .comTopBox {
	margin-bottom: 37px;
	padding-bottom: 48px;
}
#goods.sample01.blog02 .comTopBox::before {
	height: 100%;
}
#goods.sample01.blog02 .comTextBox {
	margin-bottom: 33px;
}
#goods.sample01.blog02 .comTextBox::before {
	top: -7px;
}
#goods.sample01.blog02 .comTextBox .title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.67;
}
#goods.sample01.blog02 .comBgBox {
	margin-bottom: 77px;
	padding-top: 13px;
	padding-bottom: 80px;
}
#goods.sample01.blog02 .comBgBox h2 {
	margin: 0 0 20px -20px;
}
#goods.sample01.blog02 .comBgBox h3 {
	margin-bottom: 27px;
}
#goods.sample01.blog02 .comBgBox .photo {
	margin-bottom: 40px;
}
#goods.sample01.blog02 .comBgBox .textDl {
	margin: 0 40px;
}
#goods.sample01.blog02 .comBgBox .textDl dt {
	margin-bottom: 9px;
	font-size: 1.8rem;
	font-weight: bold;
}
#goods.sample01.blog02 .comBgBox .textDl .dtStyle01 {
	margin-bottom: 30px;
}
#goods.sample01.blog02 .comBgBox .textDl dt span {
	font-size: 2rem;
	display: inline-block;
	vertical-align: top;
	background: url(/img/goods/blog/sample2/bg01.jpg) repeat-x left bottom 5px / auto 7px;
}
#goods.sample01.blog02 .comBgBox .textDl dd {
	margin-bottom: 22px;
}
#goods.sample01.blog02 .comBgBox .textDl dd:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.blog02 .comBgBox .textDl dd p {
	margin-bottom: 49px;
}
#goods.sample01.blog02 .comBgBox .textDl dd p span {
	background-color: #F6FBB9;
	font-weight: bold;
}
#goods.sample01.blog02 .comBgBox .textDl dd p:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.blog02 .comBgBox .textDl .pho {
	margin-bottom: 10px;
	text-align: center;
}
#goods.sample01.blog02 .comBgBox .textDl .pho img {
	width: 100%;
	max-width: 374px;
}
#goods.sample01.blog02 .comBgBox .textDl .ddStyle01 p {
	margin-bottom: 10px;
}
#goods.sample01.blog02 .sec01 .headLine04 {
	margin-bottom: 40px;
}
#goods.sample01.blog02 .sec01 .headLine04 span {
	padding-right: 23px;
}
#goods.sample01.blog02 .sec01 .txtBox:not(:last-of-type) {
	margin-bottom: 35px;
}
#goods.sample01.blog02 .sec01 .txtBox .ttl {
	margin-bottom: -4px;
	padding-left: 19px;
}
#goods.sample01.blog02 .sec01 .txtBox .text {
	padding: 19px 30px 15px 20px;
}
#goods.sample01.blog02 .area {
	margin-bottom: 32px;
}
#goods.sample01.blog02 .area.area03 {
	border-bottom: none;
}
#goods.sample01.blog01.blog02 .area01 {
	margin-bottom: 79px;
	padding-bottom: 38px;
}
#goods.sample01.blog02 .area02 .comImgBox02 .photoBox {
	margin-right: 33px;
	width: 264px;
}
#goods.sample01.blog02 .area02 .comImgBox02 .textBox {
	margin-top: 25px;
	width: 354px;
}
#goods.sample01.blog02 .area02 .comImgBox02 .textBox .subBox {
	margin-bottom: 29px;
	padding: 55px 20px 20px;
	background-color: #FCF9ED;
}
#goods.sample01.blog02 .area02 .comImgBox02 .textBox h2 strong {
	line-height: 1.88;
}
#goods.sample01.blog02 .area02 .comImgBox02 .textBox p {
	margin-bottom: 27px;
}
@media all and (max-width: 896px) {
	#goods.sample01.blog02 .comTopBox {
		margin-bottom: 92px;
		padding-bottom: 0;
	}
	#goods.sample01.blog02 .comTopBox::before {
		height: 100%;
	}
	#goods.sample01.blog02 .comTextBox {
		margin-bottom: 68px;
		padding-right: 35px;
	}
	#goods.sample01.blog02 .comTextBox::before {
		top: -5px;
		left: 0;
	}
	#goods.sample01.blog02 .comTextBox .title {
		margin-bottom: 19px;
		padding-left: 22px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#goods.sample01.blog02 .comBgBox {
		margin-bottom: 59px;
		padding-top: 1px;
		padding-bottom: 63px;
	}
	#goods.sample01.blog02 .comBgBox h2 {
		margin: -28px 0 22px -23px;
	}
	#goods.sample01.blog02 .comBgBox h3 {
		margin-bottom: 26px;
		line-height: 1.33;
	}
	#goods.sample01.blog02 .comBgBox .photo {
		margin-bottom: 18px;
	}
	#goods.sample01.blog02 .comBgBox .textDl {
		margin: 0;
	}
	#goods.sample01.blog02 .comBgBox .textDl dt {
		margin-bottom: 16px;
		line-height: 1.56;
	}
	#goods.sample01.blog02 .comBgBox .textDl dt em {
		display: block;
		height: 17px;
	}
	#goods.sample01.blog02 .comBgBox .textDl .dtStyle01 {
		margin-bottom: 25px;
	}
	#goods.sample01.blog02 .comBgBox .textDl dt span {
		background-image: none;
	}
	#goods.sample01.blog02 .comBgBox .textDl dd {
		margin-bottom: 37px;
		font-size: 1.6rem;
	}
	#goods.sample01.blog02 .comBgBox .textDl dd:last-of-type {
		margin-bottom: 0;
	}
	#goods.sample01.blog02 .comBgBox .textDl dd p {
		margin-bottom: 59px;
	}
	#goods.sample01.blog02 .comBgBox .textDl dd p span {
		background-color: #F6FBB9;
	}
	#goods.sample01.blog02 .comBgBox .textDl dd p:last-of-type {
		margin-bottom: 0;
	}
	#goods.sample01.blog02 .comBgBox .textDl .pho {
		margin-bottom: 10px;
		text-align: center;
	}
	#goods.sample01.blog02 .comBgBox .textDl .pho img {
		width: 100%;
		max-width: 374px;
	}
	#goods.sample01.blog02 .comBgBox .textDl .ddStyle01 p {
		margin-bottom: 10px;
	}
	#goods.sample01.blog02 .sec01 .headLine04 {
		margin-bottom: 40px;
	}
	#goods.sample01.blog02 .sec01 .headLine04 span {
		padding-right: 23px;
	}
	#goods.sample01.blog02 .sec01 .txtBox:not(:last-of-type) {
		margin-bottom: 35px;
	}
	#goods.sample01.blog02 .sec01 .txtBox .ttl {
		margin-bottom: -4px;
		padding-left: 30px;
	}
	#goods.sample01.blog02 .sec01 .txtBox .text {
		padding: 19px 30px 15px 20px;
	}
	#goods.sample01.blog02 .area {
		margin-bottom: 69px;
	}
	#goods.sample01.blog02 .area.area03 {
		padding-bottom: 42px;
		border-bottom: 1px dashed rgba(124,118,109,0.2);
	}
	#goods.sample01.blog01.blog02 .area01 {
		margin-bottom: 79px;
		padding-bottom: 38px;
	}
	#goods.sample01.blog02 .area01 .headLine04 {
		margin-bottom: 25px;
	}
	#goods.sample01.blog02 .sec01 .area01 .imgBox .textBox {
		margin: 10px 0 0;
	}
	#goods.sample01.blog02 .sec01 {
		margin-bottom: 84px;
	}
	#goods.sample01.blog02 .area02 {
		margin-bottom: 0;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 {
		margin-bottom: 58px;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .photoBox {
		margin: 0;
		width: auto;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .photoBox img {
		max-width: 193px;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .textBox {
		margin: 28px 38px 0 23px;
		width: auto;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .textBox .subBox {
		margin-bottom: 26px;
		padding: 33px 20px 34px 10px;
		background-color: #FCF9ED;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .textBox h2 strong {
		line-height: 1.75;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .textBox p {
		margin: 0 -35px 26px -16px;
		font-size: 1.6rem;
	}
	#goods.sample01.blog02 .area02 .comImgBox02 .textBox .comLink {
		padding-left: 15px;
	}
}
/*------------------------------------------------------------
	blog03
------------------------------------------------------------*/
#goods.sample01.blog03 .comTopBox {
	margin-bottom: 47px;
	padding-bottom: 110px;
}
#goods.sample01.blog03 .comTopBox::before {
	height: 100%;
}
#goods.sample01.blog03 .comTextBox {
	margin-bottom: 46px;
}
#goods.sample01.blog03 .comTextBox::before {
	top: -7px;
}
#goods.sample01.blog03 .comTextBox .title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.67;
}
#goods.sample01.blog03 .comBgBox {
	margin-bottom: 42px;
	padding: 1px 80px 46px;
}
#goods.sample01.blog03 .comBgBox .headLine04 {
	margin: 19px 0 53px -60px;
}
#goods.sample01.blog03 .comBgBox .headLine05 {
	margin-bottom: 24px;
}
#goods.sample01.blog03 .comBgBox .area {
	padding-bottom: 64px;
}
#goods.sample01.blog03 .comBgBox .area:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#goods.sample01.blog03 .sec01 .txtBox .ttl {
	margin-bottom: -4px;
	padding-left: 23px;
}
#goods.sample01.blog03 .sec01 .txtBox .text {
	margin: 0 -9px 0 7px;
	padding: 19px 20px 15px 27px;
}
#goods.sample01.blog03 .sec01 .area03 {
	margin-bottom: 50px;
	padding-bottom: 0;
	border-bottom: none;
}
#goods.sample01.blog03 .sec01 .comImgBox02 {
	margin-bottom: 34px;
	padding-left: 5px;
}
#goods.sample01.blog03 .sec01 .comImgBox02 .photoBox {
	margin-top: 32px;
	width: 339px;
}
#goods.sample01.blog03 .sec01 .comImgBox02 .textBox {
	margin-top: 0;
	width: 362px;
}
#goods.sample01.blog03 .sec01 .comImgBox02 .textBox .subBox {
	padding: 52px 15px 23px;
}
#goods.sample01.blog03 .sec01 .comImgBox02 .textBox h2 strong {
	line-height: 1.84;
}
@media all and (max-width: 896px) {
	#goods.sample01.blog03 .comTopBox {
		margin-bottom: 91px;
		padding-bottom: 0;
	}
	#goods.sample01.blog03 .comTextBox {
		margin-bottom: 60px;
	}
	#goods.sample01.blog03 .comTextBox::before {
		top: -5px;
		left: 0;
	}
	#goods.sample01.blog03 .comTextBox .title {
		margin-bottom: 18px;
		padding-left: 22px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#goods.sample01.blog03 .comBgBox {
		margin-bottom: 35px;
		padding: 1px 38px 46px;
	}
	#goods.sample01.blog03 .comBgBox .headLine04 {
		margin: 19px 0 47px -24px;
	}
	#goods.sample01.blog03 .comBgBox .headLine05 {
		margin-bottom: 32px;
		line-height: 1.3;
	}
	#goods.sample01.blog03 .comBgBox .area {
		margin: 0 -38px 41px;
		padding: 0 38px 60px;
	}
	#goods.sample01.blog03 .comBgBox .photo {
		margin-bottom: 20px;
	}
	#goods.sample01.blog03 .comBgBox .photo.btm01 {
		margin-bottom: 10px;
	}
	#goods.sample01.blog03 .comBgBox .area:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#goods.sample01.blog03 .comBgBox .area .text {
		font-size: 1.6rem;
	}
	#goods.sample01.blog03 .sec01 {
		margin-bottom: 76px;
	}
	#goods.sample01.blog03 .sec01 .txtBox .ttl {
		margin-bottom: -4px;
		padding-left: 34px;
	}
	#goods.sample01.blog03 .sec01 .txtBox .text {
		margin: 0 -1px 0 15px;
		padding: 19px 20px 14px 20px;
	}
	#goods.sample01.blog03 .sec01 .txtBox .text::before {
		width: 22px;
		height: 24px;
		bottom: -1px;
		left: -16px;
	}
	#goods.sample01.blog03 .sec01 .area03 {
		margin-bottom: 75px;
		padding-bottom: 0;
		border-bottom: none;
	}
	#goods.sample01.blog03 .sec01 .comImgBox02 {
		margin-bottom: 63px;
		padding-left: 0;
	}
	#goods.sample01.blog03 .sec01 .comImgBox02 .photoBox {
		margin: 0 0 30px;
		width: auto;
	}
	#goods.sample01.blog03 .sec01 .comImgBox02 .photoBox img {
		max-width: 235px;
	}
	#goods.sample01.blog03 .sec01 .comImgBox02 .textBox {
		margin: 0 30px 0 23px;
		width: auto;
	}
	#goods.sample01.blog03 .sec01 .comImgBox02 .textBox .subBox {
		padding: 34px 15px 33px 35px;
	}
	#goods.sample01.blog03 .sec01 .comImgBox02 .textBox h2 strong {
		line-height: 1.74;
	}
}
/*------------------------------------------------------------
	info
------------------------------------------------------------*/
#info .pageBox {
	margin-bottom: 38px;
}
#info #sideBar {
	margin-top: 31px;
}
#info #conts .headLine02 {
	margin-bottom: 61px;
}
#info #sideBar {
	padding-bottom: 40px;
}
#info #sideBar::after {
	top: 40px;
}
#info #sideBar .title.title01 {
	margin-bottom: -3px;
}
@media all and (max-width: 896px) {
	#info .pageBox {
		margin-bottom: 38px;
	}
	#info #sideBar {
		margin-top: 57px;
	}
	#info #conts .headLine02 {
		margin-bottom: 9px;
	}
	#info #conts .text01 {
		margin-bottom: 38px;
		font-size: 1.6rem;
	}
	#info .content {
		margin-bottom: 80px;
	}
	#info #sideBar {
		padding-bottom: 0;
	}
	#info #sideBar::after {
		top: 40px;
	}
	#info #sideBar .title.title01 {
		margin-bottom: 0;
	}
	#info #sideBar .title.title01.on {
		padding-bottom: 11px;
	}
}
/*------------------------------------------------------------
	info_detail
------------------------------------------------------------*/
#info_detail #conts .tBox p {
	margin-bottom: 6px;
	font-size: 1.6rem;
}
#info_detail #conts .tBox p span {
	margin-left: 10px;
	padding: 0 5px 1px;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 2px;
	background-color: #A58C67;
}
#info_detail #conts h3 {
	margin-bottom: 25px;
	padding-bottom: 6px;
	font-size: 2.6rem;
	border-bottom: 1px dotted #7C766D;
}
#info_detail #conts figure {
	margin: 36px 0 30px;
	text-align: center;
}
#info_detail #sideBar {
	padding-bottom: 45px;
}
#info_detail #sideBar .sLinkList a {
	padding: 5px 50px 6px 0;
}
#sideBar .title.title01 {
	margin-bottom: 11px;
}
@media all and (max-width: 896px) {
	#info_detail .pageBox {
		overflow-x: auto;
	}
	#info_detail .headLine02 {
		margin-bottom: 11px;
	}
	#info_detail .text {
		margin-bottom: 44px;
		font-size: 1.6rem;
	}
	#info_detail .pagePath {
		min-width: 1365px;
		flex-wrap: nowrap;
	}
	#info_detail #conts .tBox p {
		margin-bottom: 3px;
	}
	#info_detail #conts h3 {
		margin-bottom: 26px;
		padding-bottom: 7px;
		font-size: 2.2rem;
		line-height: 1.45;
	}
	#info_detail #conts figure {
		margin: 26px 0 43px;
	}
	#info_detail #sideBar {
		padding-bottom: 0;
	}
	#info_detail #sideBar .sLinkList a {
		padding: 5px 50px 6px 0;
	}
	#sideBar .title.title01 {
		margin-bottom: 11px;
	}
}
/*------------------------------------------------------------
	sdgs
------------------------------------------------------------*/
#sdgs .prodact {
	margin-bottom: 82px;
}
#sdgs .prodact .comBox {
	max-width: 1366px;
	padding: 0;
}
#sdgs .prodact .text01 {
	margin: 0 69px 40px;
}
#sdgs .prodact .area {
	margin-bottom: 40px;
	padding: 51px 182px 77px 0;
	width: calc(100% - 100px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	background: url(../img/sdgs/bg01.png) no-repeat right -41px top -41px / 470px auto;
	background-color: #FCFBF9;
}
#sdgs .prodact .photoBox {
	width: 200px;
	position: relative;
	z-index: 2;
}
#sdgs .prodact .photoBox::before {
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: rgba(124,118,109,0.2);
	content: '';
	z-index: -1;
}
#sdgs .prodact .area  {
	margin-bottom: 0;
}
#sdgs .prodact .area .textBox {
	margin-top: 9px;
	width: calc(100% - 284px);
}
#sdgs .prodact .area .textBox h3 {
	margin-bottom: 22px;
	font-size: 2.6rem;
	line-height: 1.08;
}
#sdgs .prodact .area .textBox .text02 {
	margin-bottom: 45px;
	max-width: 600px;
}
#sdgs .prodact .area .textBox .text02.btm01 {
	margin-bottom: 50px;
}
#sdgs .prodact .area .textList {
	margin: -20px 24px 51px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sdgs .prodact .area .textList li {
	margin-top: 20px;
	width: calc((100% - 20px) / 2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sdgs .prodact .area .textList .pho {
	width: 60px;
}
#sdgs .prodact .area .textList .txtBox {
	width: calc(100% - 70px);
}
#sdgs .prodact .area .textList .pho ul li {
	margin: 0 0 10px;
	width: auto;
}
#sdgs .prodact .area .textList .pho ul li:last-of-type {
	margin-bottom: 0;
}
#sdgs .prodact .area .btmBox h4 {
	margin-bottom: 45px;
	padding-bottom: 47px;
	color: #F3981F;
	font-size: 2.6rem;
	line-height: 1.08;
	text-align: center;
	background: url(../img/sdgs/h4_bg01.png) no-repeat center bottom / 22px auto;
}
#sdgs .prodact .area .imgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sdgs .prodact .area .imgBox .phoBox {
	width: 50%;
}
#sdgs .prodact .area .imgBox .txtBox {
	width: 47.5%;
}
#sdgs .sec01 {
	margin-bottom: 151px;
}
#sdgs .sec01 .imgBox {
	margin-bottom: 80px;
	padding-bottom: 36px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#sdgs .sec01 .imgBox::before {
	width: calc(100% - 100px);
	height: calc(100% - 20px);
	position: absolute;
	left: 0;
	top: 20px;
	background-color: #F4F2EF;
	content: '';
	z-index: -1;
}
#sdgs .sec01 .imgBox .photoBox {
	width: 380px;
}
#sdgs .sec01 .imgBox .textBox {
	margin: 60px 0 0 40px;
	width: 360px;
}
#sdgs .sec01 .imgBox .textBox h2 {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#sdgs .sec01 .imgBox .textBox h2 .pho {
	margin-right: 25px;
	width: 45px;
}
#sdgs .sec01 .imgBox .textBox h2 .txt {
	width: calc(100% - 75px);
	font-size: 2.6rem;
	line-height: 1.38;
}
#sdgs .sec01 .imgBox .textBox h2 .txt02 {
	font-size: 2.2rem;
}
#sdgs .sec01 .imgBox .textBox h2 small {
	margin-bottom: 11px;
	display: block;
	color: #F3981F;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
}
#sdgs .sec01 .imgBox .textBox p {
	margin-bottom: 20px;
}
#sdgs .sec01 .imgBox .textBox .comLink {
	padding-right: 15px;
	text-align: right;
}
#sdgs .sec01 .imgBox.imgBoxL {
	padding-bottom: 47px;
	flex-direction: row;
}
#sdgs .sec01 .imgBox.imgBoxL::before {
	left: auto;
	right: 0;
}
#sdgs .sec01 .imgBox.imgBoxL .textBox {
	margin: 70px 40px 0 0;
}
#sdgs .sec01 .imgBox.imgBoxL .textBox h2 .pho {
	margin-right: 40px;
}
#sdgs .sec01 .imgBox.imgBoxL .textBox p {
	margin-bottom: 25px;
}
#sdgs .sec01 .imgBox01 {
	padding-bottom: 45px;
	align-items: flex-end;
	flex-direction: row;
}
#sdgs .sec01 .imgBox01::before {
	width: calc(100% - 20px);
}
#sdgs .sec01 .imgBox01 .textBox {
	margin-top: 80px;
}
#sdgs .sec01 .imgBox01 .textBox h2 {
	margin-bottom: 8px;
}
#sdgs .sec01 .imgBox01 .textBox h2 .pho {
	margin: 0 34px 9px 0;
	width: 52px;
}
#sdgs .sec01 .imgBox01 .textBox p {
	margin-bottom: 0;
}
#sdgs .sec01 .imgBox01 .photoBox {
	padding-bottom: 9px;
	width: 340px;
	padding-left: 60px;
}
#sdgs .sec01 .imgBox01 .photoBox .btnList {
	width: 260px;
}
#sdgs .sec01 .imgBox01 .photoBox .btnList li:not(:last-of-type) {
	margin-bottom: 20px;
}
#sdgs .sec01 .imgBox01 .photoBox .btnList a {
	padding: 8px 30px 9px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 50px;
	background: url(../img/common/icon05.png) no-repeat right 9px center / 13px auto;
	background-color: #F3981F;
}
#sdgs .sec01 .imgBox01 .photoBox .btnList .list01 a {
	color: #E5E5E5;
	background-image: url(../img/common/icon14.png);
	background-color: #ccc;
}
#sdgs .sec01 .imgBox01 .photoBox .btnList a small {
	font-size: 1.4rem;
}
#sdgs .sec01 .imgBox:last-of-type {
	margin-bottom: 0;
}

#sdgs .sec01 .lastBox .btmBtn {
	margin: 0 auto;
	width: 266px;
}
#sdgs .sec01 .lastBox .btmBtn a {
	display: block;
}

@media all and (min-width: 897px) {
	#sdgs .sec01 .imgBox01 .photoBox .btnList a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 897px) and (max-width: 1140px) {
	#sdgs .prodact .area {
		padding-right: 20px;
	}
	#sdgs .prodact .area .textList {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#sdgs .prodact {
		margin-bottom: 80px;
	}
	#sdgs .prodact .comBox {
		max-width: inherit;
		padding: 0;
	}
	#sdgs .prodact .text01 {
		margin: 0 16px 45px;
		font-size: 1.6rem;
	}
	#sdgs .prodact .area {
		margin-bottom: 40px;
		padding: 1px 16px 77px 0;
		width: auto;
		background-image: none;
	}
	#sdgs .prodact .photoBox {
		margin-top: -35px;
		width: 94px;
	}
	#sdgs .prodact .area  {
		margin-bottom: 0;
	}
	#sdgs .prodact .area .textBox {
		margin-top: 43px;
		width: calc(100% - 124px);
	}
	#sdgs .prodact .area .textBox h3 {
		margin: 0 0 32px;
	}
	#sdgs .prodact .area .textBox h3.head01 {
		margin: 0 0 22px -108px;
	}
	#sdgs .prodact .area .textBox .text02 {
		margin-bottom: 38px;
		min-height: 100px;
		font-size: 1.6rem;
		line-height: 1.75;
		max-width: inherit;
	}
	#sdgs .prodact .area .textBox .text02.btm01 {
		margin: 0 0 20px -108px;
		min-height: inherit;
		line-height: 1.5;
	}
	#sdgs .prodact .area .textList {
		margin: 0 0 51px -108px;
		display: block;
	}
	#sdgs .prodact .area .textList li {
		margin: 0 0 21px;
		width: auto;
		font-size: 1.6rem;
	}
	#sdgs .prodact .area .textList li:last-of-type {
		margin-bottom: 0;
	}
	#sdgs .prodact .area .textList .pho {
		width: 70px;
	}
	#sdgs .prodact .area .textList .txtBox {
		width: calc(100% - 80px);
	}
	#sdgs .prodact .area .btmBox {
		margin-left: -108px;
	}
	#sdgs .prodact .area .btmBox h4 {
		margin-bottom: 26px;
	}
	#sdgs .prodact .area .imgBox {
		display: block;
	}
	#sdgs .prodact .area .imgBox .phoBox {
		margin-bottom: 20px;
		width: auto;
	}
	#sdgs .prodact .area .imgBox .phoBox img {
		width: 100%;
	}
	#sdgs .prodact .area .imgBox .txtBox {
		width: auto;
	}
	#sdgs .prodact .area .imgBox .txtBox p {
		font-size: 1.6rem;
	}
	#sdgs .sec01 {
		margin-bottom: 106px;
	}
	#sdgs .sec01 .imgBox {
		margin: 0 1px 70px 0;
		padding-bottom: 36px;
		display: block;
	}
	#sdgs .sec01 .imgBox::before {
		width: calc(100% - 4px);
		height: calc(100% - 20px);
		top: 20px;
		left: 21px;
	}
	#sdgs .sec01 .imgBox .photoBox {
		width: auto;
	}
	#sdgs .sec01 .imgBox .photoBox img {
		width: 100%;
	}
	#sdgs .sec01 .imgBox .textBox {
		margin: 20px 0 0 52px;
		width: auto;
	}
	#sdgs .sec01 .imgBox .textBox h2 {
		margin-bottom: 14px;
	}
	#sdgs .sec01 .imgBox .textBox h2 .pho {
		margin: 0 12px 18px 0;
		width: 45px;
	}
	#sdgs .sec01 .imgBox .textBox p {
		margin-bottom: 28px;
		font-size: 1.6rem;
	}
	#sdgs .sec01 .imgBox .textBox .comLink {
		padding-right: 0;
		text-align: left;
	}
	#sdgs .sec01 .imgBox.imgBoxL {
		margin-bottom: 80px;
		padding-bottom: 38px;
		flex-direction: row;
	}
	#sdgs .sec01 .imgBox.imgBoxL::before {
		left: -16px;
		right: auto;
	}
	#sdgs .sec01 .imgBox.imgBoxL .textBox {
		margin: 20px 40px 0 0;
	}
	#sdgs .sec01 .imgBox.imgBoxL .textBox h2 {
		margin-bottom: 19px;
	}
	#sdgs .sec01 .imgBox.imgBoxL .textBox h2 .pho {
		margin-right: 35px;
	}
	#sdgs .sec01 .imgBox.imgBoxL .textBox p {
		margin-bottom: 28px;
	}
	#sdgs .sec01 .imgBox01 {
		padding: 20px 0 31px;
		align-items: flex-end;
		flex-direction: row;
	}
	#sdgs .sec01 .imgBox01::before {
		width: calc(100% - 4px);
		top: 0;
		height: 100%;
	}
	#sdgs .sec01 .imgBox01 .textBox {
		margin: 0 0 41px 40px;
	}
	#sdgs .sec01 .imgBox01 .textBox h2 {
		margin-bottom: 19px;
	}
	#sdgs .sec01 .imgBox01 .textBox h2 .pho {
		margin: 0 28px 17px 0;
		width: 52px;
	}
	#sdgs .sec01 .imgBox01 .textBox p {
		margin-bottom: 0;
	}
	#sdgs .sec01 .imgBox01 .photoBox {
		margin: 0 5px 0 -33px;
		padding-left: 0;
		width: auto;
	}
	#sdgs .sec01 .imgBox01 .photoBox .btnList {
		margin: 0 auto;
		width: auto;
		max-width: 260px;
	}
}
@media all and (max-width: 374px) {
	#sdgs .sec01 .imgBox .textBox h2 .txt {
		font-size: 2.1rem;
	}
}
/*------------------------------------------------------------
	ethical
------------------------------------------------------------*/
#sdgs.ethical .prodact {
	margin-bottom: 0;
}
#sdgs.ethical .prodact .headLine02 {
	margin-bottom: 40px;
}
#sdgs.ethical .prodact .area {
	padding: 38px 0 48px;
	display: block;
	background-image: none;
}
#sdgs.ethical .prodact .area .imgBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#sdgs.ethical .prodact .photoBox {
	margin-right: 4.21%;
	width: 41.79%;
}
#sdgs.ethical .prodact .photoBox::before {
	display: none;
}
#sdgs.ethical .prodact .area .textBox {
	margin-top: 0;
	width: 54%;
	max-width: 503px;
}
#sdgs.ethical .prodact .area .textBox h3 {
	line-height: 1.38;
}
#sdgs.ethical .cenBox {
	margin-bottom: 110px;
	padding-bottom: 80px;
	position: relative;
}
#sdgs.ethical .cenBox::before {
	width: calc(100% - 102px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FCFBF9;
	content: '';
	z-index: -1;
}
#sdgs.ethical .cenBox .linkList {
	margin: -66px -20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sdgs.ethical .cenBox .linkList li {
	margin: 66px 20px 0;
	width: 380px;
}
#sdgs.ethical .cenBox .linkList .list01 {
	margin-top: 27px;
}
#sdgs.ethical .cenBox .linkList a {
	display: block;
}
#sdgs.ethical .cenBox .linkList .pho {
	margin-bottom: 19px;
}
#sdgs.ethical .cenBox .linkList .peace {
margin-bottom: 0;
}
#sdgs.ethical .cenBox .linkList .txtBox .ttl {
	padding-left: 90px;
	position: relative;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.38;
}
#sdgs.ethical .cenBox .linkList .txtBox .ttl span {
	width: 62px;
	position: absolute;
	display: block;
	left: 19px;
	top: -30px;
}
#sdgs.ethical .lastBox {
	margin-bottom: 77px;
}
#sdgs.ethical .lastBox .area {
	margin-bottom: 90px;
	padding: 17px 100px 40px;
	background-color: #F4F2EF;
}
#sdgs.ethical .lastBox .area h2 {
	margin-bottom: 39px;
	position: relative;
	font-size: 2.6rem;
}
#sdgs.ethical .lastBox .area h2 span {
	width: 62px;
	position: absolute;
	left: -80px;
	top: -28px;
	display: block;
}
#sdgs.ethical .lastBox .area .photo {
	margin-bottom: 20px;
}
#sdgs.ethical .lastBox .area .text {
	margin-bottom: 39px;
}
#sdgs.ethical .lastBox .area .subBox {
	margin-bottom: 40px;
	padding: 5px 10px 10px;
	background-color: #fff;
}
#sdgs.ethical .lastBox .area .subBox h4 {
	margin-bottom: 10px;
	position: relative;
	color: #F3981F;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	z-index: 3;
}
#sdgs.ethical .lastBox .area .subBox h4::before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #F3981F;
	content: '';
	z-index: -1;
}
#sdgs.ethical .lastBox .area .subBox h4 span {
	padding: 0 10px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
#sdgs.ethical .lastBox .area .subBox .phoList {
	margin: -20px -10px 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sdgs.ethical .lastBox .area .subBox .phoList li {
	margin: 20px 10px 0;
}
#sdgs.ethical .lastBox .area .subBox .phoList img {
	height: 63px;
}
#sdgs.ethical .lastBox .area .subBox .forest img {
height: 100px;
}
#sdgs.ethical .lastBox .area .subBox p {
	margin: 0 10px;
}
#sdgs.ethical .lastBox .area .whiteBox {
	padding: 20px 20px 40px;
	background-color: #fff;
}
#sdgs.ethical .lastBox .area .whiteBox h4 {
	margin-bottom: 22px;
	color: #F3981F;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
#sdgs.ethical .lastBox .area .whiteBox h4 span {
	margin: 0 5px 0 -20px;
	padding: 0 14px 1px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 500;
	background-color: #F3981F;
}
#sdgs.ethical .lastBox .area .whiteBox h5 {
	margin-bottom: 18px;
	font-size: 2.6rem;
	line-height: 1.38;
}
#sdgs.ethical .lastBox .area .whiteBox h5 span {
	margin-bottom: 5px;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
#sdgs.ethical .lastBox .area01 .whiteBox h5 span {
	font-size: 1.8rem;
}
#sdgs.ethical .lastBox .area .whiteBox h5 small {
	font-size: 2rem;
}
#sdgs.ethical .lastBox .area .whiteBox .picture {
	margin-bottom: 20px;
}
#sdgs.ethical .lastBox .area.area01 .subBox {
	margin-bottom: 29px;
}
#sdgs.ethical .lastBox .area.area01 .whiteBox .picture {
	margin-bottom: 0;
}
#sdgs.ethical .lastBox .area.area02 {
	padding-bottom: 59px;
}
#sdgs.ethical .lastBox .area.area02 .subBox {
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
}
#sdgs.ethical .lastBox .area.area02 .subBox h4 {
	margin-bottom: 40px;
}
#sdgs.ethical .lastBox .area.area02 .subBox h4 span {
	background-color: #F4F2EF;
}
#sdgs.ethical .lastBox .area.area02 .textList {
	margin-left: 5px;
}
#sdgs.ethical .lastBox .area.area02 .textList li {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sdgs.ethical .lastBox .area.area02 .textList li:last-of-type {
	margin-bottom: 0;
}
#sdgs.ethical .lastBox .area.area02 .textList li.list01 {
	margin-bottom: 53px;
}
#sdgs.ethical .lastBox .area.area02 .textList li.list02 {
	margin-bottom: 47px;
}
#sdgs.ethical .lastBox .area.area02 .textList .pho {
	width: 200px;
}
#sdgs.ethical .lastBox .area.area02 .textList .txtBox {
	margin-top: -8px;
	width: calc(100% - 210px);
}
#sdgs.ethical .lastBox .btmBtn {
	margin: 0 auto;
	width: 266px;
}
#sdgs.ethical .lastBox .btmBtn a {
	display: block;
}
.pop01 {
	max-width: 1000px;
}
.pop01 .pBgBox {
	padding: 0;
	width: 100%;
}
.pop01 .movie {
	height: 566px;
	max-height: 100vh;
}
.pop01 .movie iframe {
	width: 100%;
	height: 100%;
}
.pop01 .close {
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
}
@media all and (min-width: 897px) {
	#sdgs.ethical .cenBox .linkList a:hover {
		opacity: 0.7;
	}
	#sdgs.ethical .lastBox .area .btmBtn a:hover {
		opacity: 0.7;
	}
	#sdgs.ethical .lastBox .btmBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#sdgs.ethical .prodact .headLine02 {
		margin-bottom: 38px;
	}
	#sdgs.ethical .prodact .headLine02 span {
		line-height: 1.22;
	}
	#sdgs.ethical .prodact .area {
		padding: 38px 0 21px;
		display: block;
		background-color: transparent;
	}
	#sdgs.ethical .prodact .area::before {
		width: 100%;
		height: calc(100% - 40px);
		position: absolute;
		left: 0;
		top: 40px;
		background-color: #FCFBF9;
		content: '';
		z-index: -1;
	}
	#sdgs.ethical .prodact .area .imgBox {
		display: block;
	}
	#sdgs.ethical .prodact .photoBox {
		margin-right: 0;
		width: calc(100% - 40px);
	}
	#sdgs.ethical .prodact .photoBox img {
		width: 100%;
	}
	#sdgs.ethical .prodact .photoBox::before {
		display: none;
	}
	#sdgs.ethical .prodact .area .textBox {
		margin: 13px 15px 0;
		width: auto;
		max-width: inherit;
	}
	#sdgs.ethical .prodact .area .textBox h3 {
		margin: 0 -5px 21px 0;
		line-height: 1.38;
		letter-spacing: -0.014em;
	}
	#sdgs.ethical .prodact .area .textBox p {
		font-size: 1.6rem;
	}
	#sdgs.ethical .cenBox {
		margin-bottom: 80px;
	}
	#sdgs.ethical .cenBox::before {
		width: 100%;
	}
	#sdgs.ethical .cenBox .linkList {
		margin: 0;
		display: block;
	}
	#sdgs.ethical .cenBox .linkList li {
		margin: 0 0 35px;
		width: auto;
	}
	#sdgs.ethical .cenBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#sdgs.ethical .cenBox .linkList .list01 {
		margin-top: 0;
	}
	#sdgs.ethical .cenBox .linkList a {
		display: block;
	}
	#sdgs.ethical .cenBox .linkList .pho {
		margin-bottom: 21px;
	}
	#sdgs.ethical .cenBox .linkList .pho img {
		width: 100%;
	}
	#sdgs.ethical .cenBox .linkList .txtBox .ttl {
		padding-left: 82px;
	}
	#sdgs.ethical .cenBox .linkList .peace {
	margin-bottom: 1px;
	}
	#sdgs.ethical .cenBox .linkList .txtBox .ttl span {
		left: 10px;
	}
	#sdgs.ethical .lastBox {
		margin-bottom: 77px;
	}
	#sdgs.ethical .lastBox .area {
		margin-bottom: 50px;
		padding: 18px 10px 20px;
	}
	#sdgs.ethical .lastBox .area h2 {
		margin-bottom: 15px;
		padding-left: 72px;
		line-height: 1.38;
	}
	#sdgs.ethical .lastBox .area h2 span {
		left: 0;
		top: -29px;
	}
	#sdgs.ethical .lastBox .area .photo {
		margin-bottom: 20px;
	}
	#sdgs.ethical .lastBox .area .text {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#sdgs.ethical .lastBox .area .subBox {
		margin-bottom: 20px;
		padding: 10px 10px 20px;
	}
	#sdgs.ethical .lastBox .area .subBox .phoList {
		margin: -10px 25px 12px;
		justify-content: space-between;
	}
	#sdgs.ethical .lastBox .area .subBox .phoList li {
		margin: 10px 0 0;
		width: calc((100%  - 20px) / 2);
		text-align: center;
	}
	#sdgs.ethical .lastBox .area .subBox .phoList img {
		height: 63px;
	}
	#sdgs.ethical .lastBox .area .subBox p {
		margin: 0;
		font-size: 1.6rem;
	}
	#sdgs.ethical .lastBox .area .whiteBox {
		padding: 20px 10px;
	}
	#sdgs.ethical .lastBox .area .whiteBox h4 {
		margin-bottom: 10px;
	}
	#sdgs.ethical .lastBox .area .whiteBox h4 span {
		margin: 0 5px 0 -10px;
	}
	#sdgs.ethical .lastBox .area .whiteBox .picture {
		margin-bottom: 20px;
	}
	#sdgs.ethical .lastBox .area .whiteBox .picture img {
		width: 100%;
	}
	#sdgs.ethical .lastBox .area .whiteBox p {
		font-size: 1.6rem;
	}
	#sdgs.ethical .lastBox .area.area03 {
		margin-bottom: 70px;
	}
	#sdgs.ethical .lastBox .area.area03 .subBox .phoList {
		justify-content: center;
	}
	#sdgs.ethical .lastBox .area.area03 .subBox .phoList li {
		text-align: left;
		width: calc((100% - 30px) / 2);
	}
	#sdgs.ethical .lastBox .area.area03 .subBox .phoList li:nth-of-type(2n - 1) {
		margin-right: 30px;
		text-align: right;
	}
	#sdgs.ethical .lastBox .area.area01 .subBox {
		margin-bottom: 20px;
	}
	#sdgs.ethical .lastBox .area01 .whiteBox h5 span {
		font-size: 1.6rem;
	}
	#sdgs.ethical .lastBox .area.area01 .subBox .phoList li {
		width: 100%;
	}
	#sdgs.ethical .lastBox .area.area01 .whiteBox .picture {
		margin-bottom: 0;
	}
	#sdgs.ethical .lastBox .area.area04 .phoList li:first-of-type {
		width: 100%;
	}
	#sdgs.ethical .lastBox .area.area04 .phoList {
		justify-content: center;
	}
	#sdgs.ethical .lastBox .area.area02 {
		margin-bottom: 60px;
		padding-bottom: 40px;
	}
	#sdgs.ethical .lastBox .area.area02 h2 {
		margin-right: -10px;
	}
	#sdgs.ethical .lastBox .area.area02 .text {
		margin-bottom: 41px;
	}
	#sdgs.ethical .lastBox .area.area02 .subBox {
		margin-bottom: 0;
		padding: 0;
		background-color: transparent;
	}
	#sdgs.ethical .lastBox .area.area02 .subBox h4 {
		margin-bottom: 18px;
	}
	#sdgs.ethical .lastBox .area.area02 .textList {
		margin-left: 5px;
	}
	#sdgs.ethical .lastBox .area.area02 .textList li {
		margin-bottom: 40px;
		display: block;
	}
	#sdgs.ethical .lastBox .area.area02 .textList li:last-of-type {
		margin-bottom: 0;
	}
	#sdgs.ethical .lastBox .area.area02 .textList li.list01 {
		margin-bottom: 29px;
	}
	#sdgs.ethical .lastBox .area.area02 .textList li.list02 {
		margin-bottom: 25px;
	}
	#sdgs.ethical .lastBox .area.area02 .textList .pho {
		margin: 0 auto 10px;
	}
	#sdgs.ethical .lastBox .area.area02 .textList .txtBox {
		margin-top: 0;
		width:auto;
	}
	#sdgs.ethical .lastBox .btmBtn {
		width: auto;
		max-width: 266px;
	}
	.pop01 {
		max-width: inherit;
	}
	.pop01 .movie {
		height: 56.8vw;
	}
}
@media all and (max-width: 374px) {
	#sdgs.ethical .prodact .area .textBox h3 {
		font-size: 2.2rem;
	}
	#sdgs.ethical .lastBox .area h2 {
		font-size: 2.2rem;
	}
	#sdgs.ethical .lastBox .area .whiteBox h5 span {
		font-size: 1.5rem;
	}
	#sdgs.ethical .cenBox .linkList .txtBox .ttl {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	results01
------------------------------------------------------------*/
#goods.sample01.results01 .comTopBox {
	margin-bottom: 75px;
	padding-bottom: 72px;
}
#goods.sample01.results01 .comTopBox::before{
	height: 100%;
}
#goods.sample01.results01 .sec01 {
	margin-bottom: 87px;
}
#goods.sample01.results01 .sec01 .tBox {
	margin-bottom: 57px;
}
#goods.sample01.results01 .sec01 .tBox p {
	text-align: center;
}
#goods.sample01.results01 .sec01 .tBox .title {
	margin-bottom: 13px;
	color: #F3981F;
}
#goods.sample01.results01 .sec01 .textDl {
	margin: 0 auto 45px;
	max-width: 700px;
}
#goods.sample01.results01 .sec01 .textDl dt {
	margin-bottom: 17px;
	padding: 7px 0 4px 39px;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.14;
	background: url(/img/common/icon12.png) no-repeat left top / 29px auto;
}
#goods.sample01.results01 .sec01 .textDl dd {
	margin-bottom: 35px;
}
#goods.sample01.results01 .sec01 .textDl dd:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.results01 .sec01 .textDl .ddStyle01 {
	padding: 45px 20px 17px;
	border-radius: 10px;
	background-color: #FCF9ED;
}
#goods.sample01.results01 .sec01 .textDl .photo {
	margin: 0 8px 30px;
}
#goods.sample01.results01 .sec01 .textDl .txtList li {
	margin-bottom: 9px;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 2px;
	background-color: #fff;
}
#goods.sample01.results01 .sec01 .textDl .txtList li:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.results01 .sec01 .textDl .txtList li .num {
	width: 29px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 50%;
	background-color: #F3981F;
}
#goods.sample01.results01 .sec01 .textDl .txtList li .num small {
	font-size: 1.1rem;
}
#goods.sample01.results01 .sec01 .textDl .txtList li .txt {
	margin-top: 3px;
	width: calc(100% - 38px);
}
#goods.sample01.results01 .sec01 .textDl .txtList li .txt strong {
	margin-right: 30px;
}
#goods.sample01.results01 .sec01 .textDl .txtList li .txt em {
	margin-left: 6px;
	font-style: normal;
	font-size: 1.8rem;
	color: #F3981F;
	vertical-align: -1px;
}
#goods.sample01.results01 .sec01 .textDl .txtList li .txt .txt01 {
	display: block;
}
#goods.sample01.results01 .sec01 .btmText {
	margin: 0 auto 98px;
	max-width: 700px;
}
#goods.sample01.results01 .sec01 .btmText span {
	color: #F3981F;
}
#goods.sample01.results01 .sec01 .txtBox .ttl {
	margin-bottom: -3px;
	padding-left: 22px;
}
#goods.sample01.results01 .sec01 .txtBox .text {
	margin: 0 -10px 0 9px;
	padding: 22px 20px 22px 30px;
}
#goods.sample01.results01 .sec01 .txtBox .text span {
	display: block;
	margin-bottom: 24px;
}
#goods.sample01.results01 .sec01 .txtBox .text span:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.results01 .area.borderNone {
	border-bottom: none;
}
#goods.sample01.results01 .sec01 .area01 .headLine05 {
	margin-bottom: 106px;
	line-height: 1.3;
}
#goods.sample01.results01 .sec01 .area01 .comImgBox02 {
	margin-bottom: 60px;
	padding-left: 10px;
}
#goods.sample01.results01 .sec01 .area01 .comImgBox02 .photoBox {
	margin-right: 71px;
	width: 264px;
}
#goods.sample01.results01 .sec01 .area01 .comImgBox02 .textBox {
	margin-top: 0;
	width: 354px;
}
#goods.sample01.results01 .sec01 .area01 .comImgBox02 .textBox .subBox {
	margin-bottom: 39px;
	padding: 54px 20px 11px;
}
#goods.sample01.results01 .sec01 .area01 .comImgBox02 .textBox h2 strong {
	line-height: 1.86;
}
#goods.sample01.results01 .sec01 .area01 .note {
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	#goods.sample01.results01 .comTopBox .imgBox .textBox::before {
		background-color: #E2E2E2;
	}
}
@media all and (max-width: 896px) {
	#goods.sample01.results01 .prodact {
		margin-bottom: 29px;
	}
	#goods.sample01.results01 .comTopBox {
		margin-bottom: 50px;
		padding-bottom: 0;
	}
	#goods.sample01.results01 .comTopBox  .imgBox .textBox {
		margin-top: 3px;
	}
	#goods.sample01.results01 .sec01 {
		margin-bottom: 80px;
	}
	#goods.sample01.results01 .sec01 .tBox {
		margin: 0 28px 33px;
	}
	#goods.sample01.results01 .sec01 .tBox p {
		text-align: left;
		font-size: 1.6rem;
	}
	#goods.sample01.results01 .sec01 .tBox .title {
		margin-bottom: 20px;
	}
	#goods.sample01.results01 .sec01 .textDl {
		margin: 0 auto 41px;
		max-width: inherit;
	}
	#goods.sample01.results01 .sec01 .textDl dt {
		margin-bottom: 4px;
		padding: 7px 0 4px 36px;
		font-size: 1.8rem;
		line-height: 1.33;
	}
	#goods.sample01.results01 .sec01 .textDl dt.dtStyle01 {
		font-size: 1.9rem;
	}
	#goods.sample01.results01 .sec01 .textDl dd {
		margin-bottom: 29px;
	}
	#goods.sample01.results01 .sec01 .textDl dd img {
		width: 100%;
	}
	#goods.sample01.results01 .sec01 .textDl dd:last-of-type {
		margin-bottom: 0;
	}
	#goods.sample01.results01 .sec01 .textDl .ddStyle01 {
		margin: 0 -15px;
		padding: 37px 11px 17px;
	}
	#goods.sample01.results01 .sec01 .textDl .photo {
		margin: 0 -2px 28px -1px;
	}
	#goods.sample01.results01 .sec01 .textDl .txtList li {
		margin-bottom: 9px;
		padding: 10px;
		border-radius: 2px;
		font-size: 1.6rem;
	}
	#goods.sample01.results01 .sec01 .textDl .txtList li:last-of-type {
		margin-bottom: 0;
	}
	#goods.sample01.results01 .sec01 .textDl .txtList li .txt strong {
		margin-right: 30px;
	}
	#goods.sample01.results01 .sec01 .textDl .txtList li .txt em {
		margin-left: 6px;
		font-style: normal;
		font-size: 1.8rem;
		color: #F3981F;
		vertical-align: -1px;
	}
	#goods.sample01.results01 .sec01 .textDl .txtList li .txt small {
		display: block;
	}
	#goods.sample01.results01 .sec01 .btmText {
		margin: 0 3px 68px;
		max-width: inherit;
		font-size: 1.6rem;
	}
	#goods.sample01.results01 .sec01 .btmText span {
		color: #F3981F;
	}
	#goods.sample01.results01 .sec01 .txtBox .ttl {
		margin-bottom: -2px;
		padding-left: 33px;
	}
	#goods.sample01.results01 .sec01 .txtBox .text {
		margin: 0 -1px 0 15px;
		padding: 22px 20px 10px 17px;
	}
	#goods.sample01.results01 .sec01 .txtBox .text::before {
		width: 18px;
		height: 16px;
		left: -17px;
		bottom: 34px;
		background-image: url(/img/voice/results/sample1/bg01.png);
	}
	#goods.sample01.results01 .sec01 .txtBox .text span {
		display: block;
		margin-bottom: 24px;
	}
	#goods.sample01.results01 .sec01 .txtBox .text span:last-of-type {
		margin-bottom: 0;
	}
	#goods.sample01.results01 .sec01 .borderNone {
		margin-bottom: 38px;
		border-bottom: none;
	}
	#goods.sample01.results01 .sec01 .area01 .headLine05 {
		margin-bottom: 36px;
		line-height: 1.3;
	}
	#goods.sample01.results01 .sec01 .area01 .comImgBox02 {
		margin-bottom: 60px;
		padding-left: 0;
	}
	#goods.sample01.results01 .sec01 .area01 .comImgBox02 .photoBox {
		margin: 0 0 28px;
		width: auto;
	}
	#goods.sample01.results01 .sec01 .area01 .comImgBox02 .photoBox img {
		max-width: 193px;
	}
	#goods.sample01.results01 .sec01 .area01 .comImgBox02 .textBox {
		margin: 0 29px;
		width: auto;
	}
	#goods.sample01.results01 .sec01 .area01 .comImgBox02 .textBox .subBox {
		margin-bottom: 47px;
		padding: 32px 20px 31px;
	}
	#goods.sample01.results01 .sec01 .area01 .comImgBox02 .textBox h2 strong {
		line-height: 1.78;
	}
	#goods.sample01.results01 .sec01 .area01 .note {
		line-height: 1.71;
	}
}
@media all and (max-width: 374px) {
	#goods.sample01.results01 .sec01 .txtBox .ttl {
		padding-left: 25px;
	}
}
/*------------------------------------------------------------
	archive
------------------------------------------------------------*/
#archive .topBox {
	margin-bottom: 67px;
}
#archive .topBox .comBox.box01 {
	max-width: 1366px;
}
#archive .topBox .text {
	margin: 0 69px 51px;
}
#archive .topBox .comBox {
	max-width: 1006px;
}
#archive .topBox .bgBox {
	margin-bottom: 16px;
	padding: 11px 0 59px;
	background-color: #FCFBF9;
}
#archive .topBox .wp-pagenavi {
	margin-bottom: 0;
	background-color: #fff;
}
/*2307太字調整*/
#archive .comLinkList01 .txtBox .ttl {
	font-weight: 400;
}
#archive .comLinkList01 .txtBox .ttl span.orange {
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#archive .topBox {
		margin-bottom: 67px;
	}
	#archive .topBox .headLine02 {
		padding-bottom: 29px;
	}
	#archive .topBox .headLine02 small {
		margin-bottom: 16px;
	}
	#archive .topBox .text {
		margin: 0 16px 55px;
		font-size: 1.6rem;
	}
	#archive .topBox .comBox {
		max-width: inherit;
	}
	#archive .topBox .bgBox {
		margin-bottom: 16px;
		padding: 50px 10px 59px;
	}
	#archive .topBox .wp-pagenavi {
		margin-bottom: 0;
		background-color: #fff;
	}
}
@media all and (max-width: 374px) {
	#archive .topBox .headLine02 {
		font-size: 3.2rem;
	}
}
/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
#goods.voice .prodact {
	margin-bottom: 84px;
}
#goods.voice .area  {
	padding-bottom: 55px;
}
#goods.voice .area .textBox .text02 {
	margin-bottom: 42px;
	max-width: 600px;
}
#goods.voice .area .textBox .newsList {
	margin: -30px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods.voice .area .textBox .newsList li {
	margin-top: 30px;
	width: calc((100% - 29px) / 2);
	display: flex;
}
#goods.voice .area .textBox .newsList li a {
	padding: 22px 20px 22px;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 15px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	background-color: #fff;
}
#goods.voice .area .textBox .newsList span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}
#goods.voice .area .textBox .newsList small {
	margin-right: 11px;
}
#goods.voice .area01 {
	margin-bottom: 50px;
	padding-bottom: 49px;
}
#goods.voice .area01 .textBox {
	margin-top: 15px;
}
#goods.voice .area01 .textBox .text02 {
	margin-bottom: 30px;
}
#goods.voice .area01 .textBox .newsList {
	margin-bottom: 30px;
}
#goods.voice .btmBox .imgBox {
	padding-bottom: 64px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#goods.voice .btmBox .imgBox::before {
	width: 87.5%;
	height: calc(100% - 21px);
	position: absolute;
	left: 0;
	top: 21px;
	background-color: #FCFBF9;
	content: '';
	z-index: -1;
}
#goods.voice .btmBox .imgBox .photoBox {
	width: 47.5%;
}
#goods.voice .btmBox .imgBox .photoBox::before {
	display: none;
}
#goods.voice .btmBox .imgBox .textBox {
	margin: 62px 0 0 5%;
	width: 45%;
}
#goods.voice .btmBox .imgBox .textBox .headLine05 {
	margin-bottom: 18px;
	font-size: 2.6rem;
	text-align: left;
}
#goods.voice .btmBox .imgBox .textBox .headLine05 span {
	margin-bottom: -1px;
	display: block;
	font-size: 1.6rem;
}
#goods.voice .btmBox .imgBox .textBox p {
	margin-bottom: 29px;
}

/*ambassador*/
#goods.sample01.blog01.ambassador .comTopBox .imgBox .textBox {
    margin: 25% 0 0 -15.9%;
    width: 56%;
}
#goods.sample01.blog01.ambassador .comTopBox::before {
	height: calc(100% - 60px);
}
/*ambassador*/

#goods.voice .lpBnr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#goods.voice .lpBnr p {
	text-align: center;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}

#goods.voice .lpBnr .bnrImg {
	width: 60%;
}

@media all and (min-width: 897px) {
	#goods.voice .area .textBox .newsList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#goods.voice .prodact {
		margin-bottom: 81px;
	}
	#goods.voice .prodact .headLine02 small {
		margin-bottom: 18px;
	}
	#goods.voice .prodact .headLine02 span {
		font-size: 4rem;
	}
	#goods.voice .prodact .text01 {
		margin-bottom: 96px;
	}
	#goods.voice .area  {
		margin-bottom: 63px;
	}
	#goods.voice .area .textBox .text02 {
		margin-bottom: 61px;
		max-width: inherit;
	}
	#goods.voice .area .textBox .newsList {
		margin: 0 0 38px;
		display: block;
	}
	#goods.voice .area .textBox .newsList li {
		margin: 0 0 30px;
		width: auto;
		display: flex;
	}
	#goods.voice .area .textBox .newsList li:last-of-type {
		margin-bottom: 0;
	}
	#goods.voice .area .textBox .newsList span {
		margin-bottom: 1px;
	}
	#goods.voice .area01 {
		margin-bottom: 80px;
		padding-bottom: 55px;
	}
	#goods.voice .area01 .textBox {
		margin-top: 41px;
	}
	#goods.voice .area01 .textBox h3 {
		margin-bottom: 38px;
	}
	#goods.voice .area01 .textBox .text02 {
		margin-bottom: 17px;
		line-height: 1.5;
	}
	#goods.voice .area01 .textBox .newsList {
		margin-bottom: 30px;
	}
	#goods.voice .btmBox .imgBox {
		padding-bottom: 58px;
		display: block;
	}
	#goods.voice .btmBox .imgBox::before {
		width: calc(100% - 5px);
		height: calc(100% - 20px);
		left: 21px;
		top: 20px;
	}
	#goods.voice .btmBox .imgBox .photoBox {
		margin: 0;
		width: auto;
	}
	#goods.voice .btmBox .imgBox .photoBox img {
		width: 100%;
	}
	#goods.voice .btmBox .imgBox .textBox {
		margin: 22px 0 0 53px;
		width: auto;
	}
	#goods.voice .btmBox .imgBox .textBox p {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

/*ambassador*/
	#goods.sample01.blog01.ambassador .comTopBox .imgBox .textBox {
    	margin: -10px 25px 0 15px;
    	width: auto;
	}
/*ambassador*/

	#goods.voice .lpBnr {
		display: flex;
		flex-direction: column;
		align-items: normal;
	}

	#goods.voice .lpBnr .bnrImg {
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
		text-align: center;
	}

}
/*------------------------------------------------------------
	response01
------------------------------------------------------------*/
#goods.sample01.blog01.response01 .comTopBox {
	margin-bottom: 72px;
}
#goods.response01 .comTopBox::before {
	height: calc(100% - 99px);
}
#goods.response01 .comTopBox .imgBox .textBox::before {
	background-color: #E2E2E2;
}
#goods.response01 .comTopBox .imgBox .textBox .title span {
	margin-right: 26px;
}
#goods.response01 .sec01 .comBox {
	max-width: 700px;
}
#goods.response01 .sec01 .tText {
	margin-bottom: 61px;
}
#goods.sample01.blog01.response01 .sec01 {
	margin-bottom: 64px;
}
#goods.sample01.blog01.response01 .sec01 .headLine09 {
	margin-bottom: 34px;
}
#goods.sample01.blog01.response01 .sec01 .txtBox {
	margin-bottom: 39px;
	max-width: inherit;
}
#goods.sample01.blog01.response01 .sec01 .txtBox .ttl {
	margin: 0 0 -4px 22px;
}
#goods.sample01.blog01.response01 .sec01 .txtBox .text {
	margin-right: 0;
	padding: 18px 20px 15px 15px;
}
#goods.sample01.blog01.response01 .sec01 .txtBox .text::before {
	width: 19px;
	height: 28px;
	left: -12px;
	background-image: url(/img/voice/res01_bg01.png);
}
#goods.sample01.blog01.response01 .sec01 .txtBox .text span {
	margin-bottom: 10px;
	display: block;
}
#goods.sample01.blog01.response01 .sec01 .txtBox .text span:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.blog01.response01 .sec01 .textList {
	margin-bottom: 25px;
}
#goods.sample01.blog01.response01 .sec01 .textList dt {
	margin-bottom: 20px;
	font-weight: 700;
}
#goods.sample01.blog01.response01 .sec01 .textList dt span {
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #F3981F;
	vertical-align: top;
}
#goods.sample01.blog01.response01 .sec01 .textList dd.ddStyle01 p:not(:last-of-type) {
	margin-bottom: 10px;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox {
	padding: 26px 20px 15px;
	background-color: #FAF8EF;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox dd p {
	margin-bottom: 78px;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .pho {
	text-align: center;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .pho img {
	width: 100%;
	max-width: 249px;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .inner {
	margin-bottom: 68px;
	position: relative;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .inner::after {
	width: 33px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: -38px;
	transform: translateX(-50%);
	background: url(/img/voice/res01_bg02.png) no-repeat center center / cover;
	content: '';
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .inner01:last-of-type {
	margin-bottom: 0;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .inner01:last-of-type::after {
	display: none;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .inner01 p {
	margin-bottom: 43px;
}
#goods.sample01.blog01.response01 .sec01 .yellowBox .inner01 .pho img {
	max-width: 252px;
}
@media all and (max-width: 896px) {
	#goods.sample01.blog01.response01 .comTopBox {
		margin-bottom: 50px;
	}
	#goods.sample01.blog01.response01 .comTopBox .imgBox .textBox {
		margin-top: 0;
	}
	#goods.sample01.blog01.response01 .comTopBox .imgBox .textBox::before {
		background-color: #F3F2EE;
	}
	#goods.response01 .comTopBox .imgBox .textBox .title span {
		margin-right: 0;
		display: block;
	}
	#goods.response01 .sec01 .comBox {
		max-width: inherit;
	}
	#goods.response01 .sec01 .tText {
		margin: 0 25px 72px;
		font-size: 1.6rem;
	}
	#goods.sample01.blog01.response01 .sec01 {
		margin-bottom: 60px;
	}
	#goods.sample01.blog01.response01 .sec01 .headLine09 {
		margin-bottom: 34px;
	}
	#goods.sample01.blog01.response01 .sec01 .txtBox {
		margin: 0 3px 38px -5px;
		max-width: inherit;
	}
	#goods.sample01.blog01.response01 .sec01 .txtBox .ttl {
		margin: 0 0 -4px 22px;
	}
	#goods.sample01.blog01.response01 .sec01 .txtBox .text {
		padding-bottom: 18px;
	}
	#goods.sample01.blog01.response01 .sec01 .txtBox .text span {
		margin-bottom: 5px;
	}
	#goods.sample01.blog01.response01 .sec01 .textList {
		margin: 0 28px 29px 22px;
	}
	#goods.sample01.blog01.response01 .sec01 .textList dt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#goods.sample01.blog01.response01 .sec01 .textList dd p {
		font-size: 1.6rem;
	}
	#goods.sample01.blog01.response01 .sec01 .textList dd.ddStyle01 p:not(:last-of-type) {
		margin-bottom: 29px;
	}
	#goods.sample01.blog01.response01 .sec01 .yellowBox {
		padding: 26px 20px 39px;
		background-color: #FAF8EF;
	}
	#goods.sample01.blog01.response01 .sec01 .yellowBox .textList {
		margin: 0;
	}
	#goods.sample01.blog01.response01 .sec01 .yellowBox dd p {
		margin-bottom: 27px;
	}
	#goods.sample01.blog01.response01 .sec01 .yellowBox .pho {
		text-align: center;
	}
	#goods.sample01.blog01.response01 .sec01 .yellowBox .pho img {
		width: 100%;
		max-width: 249px;
	}
	#goods.sample01.blog01.response01 .sec01 .yellowBox .inner01 p {
		margin-bottom: 18px;
	}
}
/*------------------------------------------------------------
	response02
------------------------------------------------------------*/
#goods.sample01.blog01.response02 .sec01 {
	margin-bottom: 99px;
}
#goods.response02 .sec01 .tText {
	margin-bottom: 38px;
}
#goods.response02 .tTextList {
	margin-bottom: 81px;
	padding: 21px 30px 19px;
	background-color: #FCFBF9;
}
#goods.response02 .tTextList li {
	margin-bottom: 22px;
	padding-left: 15px;
	position: relative;
}
#goods.response02 .tTextList li:last-of-type {
	margin-bottom: 0;
}
#goods.response02 .tTextList li::before {
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
	background-color: #333;
	content: '';
}
#goods.sample01.blog01.response02 .sec01 .headLine09{
	margin-bottom: 14px;
}
#goods.response02 .inner {
	margin-bottom: 60px;
	padding-bottom: 80px;
	border-bottom: 1px dashed #7C766D;
}
#goods.response02 .inner:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#goods.response02 .inner .pho {
	margin-bottom: 4px;
	text-align: center;
}
#goods.response02 .inner .pho img {
	width: 300px;
}
#goods.response02 .inner .txtBox .text {
	margin-left: 11px;
}
#goods.sample01.blog01.response02 .sec01 .txtBox .text span:not(:last-of-type) {
	margin-bottom: 24px;
}
#goods.sample01.blog01.response02 .sec01 .textList {
	margin-bottom: 0;
}
#goods.sample01.blog01.response02 .sec01 .inner01 .headLine09 {
	margin-bottom: 23px;
}
#goods.response02 .inner01 .pho {
	margin-bottom: 14px;
}
#goods.sample01.blog01.response02 .sec01 .inner01 .txtBox {
	margin-bottom: 65px;
}
#goods.response02 .inner01 .textList {
	margin-left: 25px;
}
#goods.sample01.blog01.response02 .sec01 .inner01 .textList dd.ddStyle01 p:not(:last-of-type) {
	margin-bottom: 20px;
}
#goods.sample01.blog01.response02 .sec01 .inner01 .textList dd p a {
	color: #3456FF;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#goods.sample01.blog01.response02 .sec01 .inner01 .textList dd p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#goods.sample01.blog01.response02 .sec01 {
		margin-bottom: 120px;
	}
	#goods.response02 .sec01 .tText {
		margin-bottom: 23px;
	}
	#goods.response02 .tTextList {
		margin-bottom: 72px;
		padding: 19px 25px 19px 30px;
	}
	#goods.response02 .tTextList li {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#goods.sample01.blog01.response02 .sec01 .headLine09 {
		margin-bottom: 21px;
	}
	#goods.response02 .inner {
		margin-bottom: 47px;
		padding-bottom: 94px;
	}
	#goods.response02 .inner:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#goods.response02 .inner .pho {
		margin-bottom: 27px;
	}
	#goods.response02 .inner .pho img {
		width: 100%;
		max-width: 300px;
	}
	#goods.sample01.blog01.response02 .inner .txtBox {
		margin-bottom: 70px;
	}
	#goods.response02 .inner .txtBox .text {
		margin: 0 -5px 0 16px;
	}
	#goods.sample01.blog01.response02 .sec01 .txtBox .text span:not(:last-of-type) {
		margin-bottom: 21px;
	}
	#goods.sample01.blog01.response02 .sec01 .textList {
		margin-bottom: 0;
	}
	#goods.sample01.blog01.response02 .sec01 .inner01 .headLine09 {
		margin-bottom: 32px;
	}
	#goods.response02 .inner01 .pho {
		margin-bottom: 17px;
	}
	#goods.sample01.blog01.response02 .sec01 .inner01 .textList dd.ddStyle01 p:not(:last-of-type) {
		margin-bottom: 11px;
	}
}
/*------------------------------------------------------------
	csr
------------------------------------------------------------*/
#goods.csr .prodact {
	margin-bottom: 205px;
}
#goods.csr .area {
	margin-bottom: 0;
	padding: 47px 182px 80px 0;
}
#goods.csr .area .textBox .tBox {
	margin-bottom: 83px;
	position: relative;
}
#goods.csr .area .textBox .tBox p {
	margin-bottom: 24px;
	width: calc(100% - 200px);
	max-width: 600px;
}
#goods.csr .area .textBox .tBox p:last-of-type {
	margin-bottom: 0;
}
#goods.csr .area .textBox .tBox .pho {
	width: 200px;
	position: absolute;
	right: -18px;
	top: 0;
}
#goods.csr .area .textBox .inner {
	margin-bottom: 60px;
	max-width: 590px;
}
#goods.csr .area .textBox .inner:last-of-type {
	margin-bottom: 0;
}
#goods.csr .area .textBox .inner.inner01 {
	margin-bottom: 80px;
}
#goods.csr .area .textBox .inner h3 {
	margin-bottom: 30px;
}
#goods.csr .area .textBox .linkList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#goods.csr .area .textBox .linkList li {
	margin-top: 20px;
	width: calc((100% - 30px) / 2);
	display: flex;
}
#goods.csr .area .textBox .linkList a {
	padding: 20px 30px 19px 19px;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 700;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	display: flex;
    align-items: center;
	
}
#goods.csr .area .textBox .linkList .list01 a {
	background: #fff url(../img/common/icon16.png) no-repeat right 21px center / 17px auto;
}
#goods.csr .area .textBox .inner02 h3 {
	font-size: 2.4rem;
}
@media all and (min-width: 897px) {
	#goods.csr .area .textBox .linkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#goods.csr .prodact {
		margin-bottom: 100px;
	}
	#goods.csr .text01 {
		margin-bottom: 80px;
	}
	#goods.csr .area {
		margin-bottom: 40px;
		padding: 0 15px 80px 0;
	}
	#goods.csr .area .photoBox {
		width: 95px;
	}
	#goods.csr .area .photoBox::before {
		height: calc(100% - 15px);
	}
	#goods.csr .area .textBox .tBox {
		margin: 10px 0 60px 107px;
	}
	#goods.csr .area .textBox .tBox p {
		margin-bottom: 24px;
		max-width: inherit;
		width: auto;
		font-size: 1.6rem;
	}
	#goods.csr .area .textBox .tBox p:last-of-type {
		margin-bottom: 0;
	}
	#goods.csr .area .textBox .tBox .pho {
		margin: 49px -15px 0 -122px;
		width: auto;
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
	}
	#goods.csr .area .textBox .tBox .pho img {
		width: 100%;
		max-width: 168px;
	}
	#goods.csr .area .textBox .inner {
		margin: 0 31px 56px 29px;
		max-width: inherit;
	}
	#goods.csr .area .textBox .inner:last-of-type {
		margin-bottom: 0;
	}
	#goods.csr .area .textBox .inner.inner01 {
		margin-bottom: 50px;
	}
	#goods.csr .area .textBox .inner h3 {
		margin: 0 0 24px;
		font-size: 2.4rem;
	}
	#goods.csr .area .textBox .linkList {
		margin-top: 0;
		display: block;
	}
	#goods.csr .area .textBox .linkList li {
		margin: 0 0 10px;
		width: auto;
		display: block;
	}
	#goods.csr .area .textBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#goods.csr .area .textBox .linkList a {
		padding: 12px 30px 12px 19px;
		display: block;
	}
	#goods.csr .area .textBox .inner02 h3 {
		line-height: 1.5;
	}
	#goods.csr .content {
		margin-bottom: 0;
	}
	#goods.csr #sideBar {
		margin-top: 0;
	}
}
@media all and (max-width: 374px) {
	#goods.csr .area .textBox .linkList a {
		padding-left: 14px;
	}
}
/*------------------------------------------------------------
	outline
------------------------------------------------------------*/
#outline .content {
	margin-bottom: 186px;
}
#outline #conts {
	padding-top: 24px;
}
#outline #conts .headLine02 {
	margin-bottom: 10px;
}
#outline #conts .comText.text {
	margin-bottom: 147px;
}
#outline #conts .area:not(:last-of-type) {
	margin-bottom: 71px;
}
#outline #conts .area h3 {
	margin-bottom: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#outline #conts .area .inner:not(:last-of-type) {
	margin-bottom: 74px;
}
#outline #conts .area .note {
	margin-top: 25px;
	font-size: 1.5rem;
	line-height: 2;
	text-align: right;
}
@media (min-width: 897px) and (max-width: 1100px) {
	#outline #conts .textBox {
		width: calc(100% - 70px);
	}
}
@media all and (max-width: 896px) {
	#outline .content {
		margin-bottom: 100px;
	}
	#outline #conts {
		padding-top: 0;
	}
	#outline #conts .headLine02 {
		margin-bottom: 10px;
	}
	#outline #conts .comText.text {
		margin-bottom: 38px;
	}
	#outline #conts .area:not(:last-of-type) {
		margin-bottom: 73px;
	}
	#outline #conts .area h3 {
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.27;
	}
	#outline #conts .area .inner:not(:last-of-type) {
		margin-bottom: 74px;
	}
	#outline #conts .area .note {
		margin-top: 25px;
		font-size: 1.5rem;
		line-height: 2;
		text-align: right;
	}
}
/*------------------------------------------------------------
	koukoku
------------------------------------------------------------*/
#koukoku .content {
	margin-bottom: 186px;
}
#koukokue #conts {
	padding-top: 24px;
}
#koukoku #conts .headLine02 {
	margin-bottom: 10px;
}
#koukoku #conts .comText.text {
	margin-bottom: 50px;
}
#koukoku ul.linkList{
    margin: 0 69px 26px;
}
#koukoku .list01 a{
	padding: 20px 30px 19px 19px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
	display: block;
}
#koukoku .list01{
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #E3E3E3;
	background: #fff url(../img/common/icon16.png) no-repeat right 21px center / 17px auto;
}
@media (min-width: 897px) and (max-width: 1100px) {
	#koukoku #conts .textBox {
		width: calc(100% - 70px);
	}
}
@media all and (max-width: 896px) {
	#koukoku .content {
		margin-bottom: 100px;
	}
	#koukoku #conts {
		padding-top: 0;
	}
	#koukoku #conts .headLine02 {
		margin-bottom: 10px;
	}
	#koukoku #conts .comText.text {
		margin-bottom: 38px;
	}
	#koukoku ul.linkList{
    margin: 0 0 26px;
}
}
/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#outline.history .content {
	margin-bottom: 209px;
}
#outline.history .area .comTable th {
	width: 20.8%;
}
#outline.history .area .comTable td {
	padding: 15px 11px 15px;
	width: 79.2%;
}
@media all and (max-width: 896px) {
		#outline.history .headLine02 {
		padding-bottom: 29px;
	}
	#outline.history .headLine02 span {
		line-height: 1.17;
	}
	#outline.history .content {
		margin-bottom: 100px;
	}
	#outline.history .area .comTable th {
		width: 100%;
	}
	#outline.history .area .comTable td {
		padding: 9px 14px 18px;
		width: 100%;
	}
	#outline.history #sideBar {
		margin-top: 100px;
	}
}
/*------------------------------------------------------------
	chart
------------------------------------------------------------*/
#chart .content {
	margin-bottom: 191px;
}
#chart #conts .headLine02 {
	margin-bottom: 10px;
}
#chart #conts .comText {
	margin-bottom: 50px;
}
#chart #conts .photo {
	margin-bottom: 36px;
	text-align: center;
}
#chart #conts .photo img {
	width: 100%;
	max-width: 630px;
}
#chart #conts .note {
	text-align: right;
}
@media all and (max-width: 896px) {
	#chart .content {
		margin-bottom: 100px;
	}
	#chart #conts .comText {
		margin-bottom: 38px;
	}
	#chart #conts .photo {
		margin-bottom: 46px;
	}
	#chart #conts .photo img {
		max-width: inherit;
	}
	#chart #conts .note {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	map
------------------------------------------------------------*/
#map .content {
	margin-bottom: 202px;
}
#map #conts .headLine02 {
	margin-bottom: 10px;
}
#map #conts .comText {
	margin-bottom: 56px;
}
#map #conts .area {
	margin-bottom: 80px;
}
#map #conts .area:last-of-type {
	margin-bottom: 0;
}
#map #conts .area .headLine10 {
	margin-bottom: 13px;
	padding-bottom: 11px;
	font-size: 2.6rem;
	line-height: 1.08;
}
#map #conts .area .text {
	margin-bottom: 15px;
}
#map #conts .area .map {
	margin-bottom: -3px;
	height: 420px;
}
#map #conts .area .map iframe {
	width: 100%;
	height: 100%;
}
#map #conts .area .link {
	margin-bottom: -1px;
}
#map #conts .area .link a {
	padding-left: 15px;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 2.77;
	vertical-align: top;
	background: url(../img/common/icon17.png) no-repeat left 1px center / 14px auto;
}
#map #conts .area .ttl {
	font-weight: 700;
}
#map #conts .area .txtList li {
	padding-left: 16px;
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
}
#map #conts .area .txtList li::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 3px;
	top: 15px;
	border-radius: 50%;
	background-color: #F3981F;
	content: '';
}
@media all and (min-width: 897px) {
	#map #conts .area .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#map .content {
		margin-bottom: 100px;
	}
	#map #conts .comText {
		margin-bottom: 51px;
	}
	#map #conts .area {
		margin-bottom: 48px;
	}
	#map #conts .area .headLine10 {
		margin-bottom: 10px;
		padding-bottom: 6px;
		font-size: 2.2rem;
		line-height: 1.36;
	}
	#map #conts .area .headLine10 {
		font-feature-settings: 'palt';
	}
	#map #conts .area .map {
		margin-bottom: -3px;
		height: 48vw;
	}
	#map #conts .area .link {
		margin-bottom: 10px;
	}
	#map #conts .area .txtList li {
		padding-left: 0;
		font-size: 1.6rem;
		line-height: 1.94;
		text-indent: 10px;
	}
	#map #conts .area .txtList.list01 li {
		line-height: 2;
	}
	#map #conts .area .txtList li::before {
		left: 1px;
		top: 12px;
	}
}
/*------------------------------------------------------------
	kaiinseikyou
------------------------------------------------------------*/
#kaiinseikyou .content {
	margin-bottom: 238px;
}
#kaiinseikyou #conts .comText {
	margin-bottom: 50px;
}
#kaiinseikyou #conts .headLine02 {
	margin-bottom: 10px;
}
#kaiinseikyou #conts .textBox .tText {
	margin-bottom: 47px;
	padding: 8px 10px;
	text-align: center;
	border: 3px solid #F4F2EF;
}
#kaiinseikyou #conts .textBox .subBox {
	margin-bottom: 70px;
}
#kaiinseikyou #conts .textBox .subBox:last-of-type {
	margin-bottom: 0;
}
#kaiinseikyou #conts .textBox .subBox h3 {
	margin-bottom: 22px;
	padding-bottom: 15px;
	position: relative;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}
#kaiinseikyou #conts .textBox .subBox h3::before {
	width: 80px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #5FA5C4;
	transform: translateX(-50%);
	content: '';
}
#kaiinseikyou #conts .textBox .subBox h3 .pho {
	margin-bottom: 4px;
	display: block;
}
#kaiinseikyou #conts .textBox .subBox h3 img {
	width: 76px;
}
#kaiinseikyou #conts .textBox .subBox .txt {
	margin-bottom: 14px;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: center;
}
#kaiinseikyou #conts .textBox .subBox .txt a {
	display: inline-block;
	vertical-align: top;
}
#kaiinseikyou #conts .textBox .subBox table {
	width: 100%;
	border-collapse: collapse;
}
#kaiinseikyou #conts .textBox .subBox table th,
#kaiinseikyou #conts .textBox .subBox table td {
	padding: 11px 14px 10px;
	width: 36.6%;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
	box-sizing: border-box;
	border: 3px solid #F4F2EF;
	background-color: #fff;
	vertical-align: middle;
}
#kaiinseikyou #conts .textBox .subBox table th {
	padding: 11px 5px 10px;
	width: 13.4%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
	background-color: #FCF9ED;
}
@media all and (min-width: 897px) {
	#kaiinseikyou #conts .textBox .subBox .txt a:hover {
		text-decoration: underline;
	}
}
@media (min-width: 897px) and (max-width: 1100px) {
	#conts .textBox {
		width: calc(100% - 70px);
	}
}
@media all and (max-width: 896px) {
	#kaiinseikyou .content {
		margin-bottom: 100px;
	}
	#kaiinseikyou #conts .comText {
		margin-bottom: 40px;
	}
	#kaiinseikyou #conts .headLine02 {
		margin-bottom: 10px;
	}
	#kaiinseikyou #conts .textBox .tText {
		margin-bottom: 40px;
		padding: 14px 20px 15px;
		font-size: 1.8rem;
		line-height: 1.44;
		border: 2px solid #F4F2EF;
	}
	#kaiinseikyou #conts .textBox .subBox {
		margin-bottom: 50px;
	}
	#kaiinseikyou #conts .textBox .subBox h3 {
		padding-bottom: 16px;
		font-size: 2.2rem;
	}
	#kaiinseikyou #conts .textBox .subBox h3::before {
		width: 60px;
	}
	#kaiinseikyou #conts .textBox .subBox h3 .pho {
		margin-bottom: 6px;
	}
	#kaiinseikyou #conts .textBox .subBox.box01 h3 .pho {
		margin-bottom: -2px;
	}
	#kaiinseikyou #conts .textBox .subBox h3 img {
		width: 76px;
	}
	#kaiinseikyou #conts .textBox .subBox table th,
	#kaiinseikyou #conts .textBox .subBox table td {
		padding: 12px 10px 10px 19px;
		width: 72%;
		font-size: 1.5rem;
		line-height: 1.6;
		border: 2px solid #F4F2EF;
	}
	#kaiinseikyou #conts .textBox .subBox table th {
		padding: 11px 5px 10px;
		width: 28%;
		font-size: 1.7rem;
		line-height: 1.41;
		border-right: none;
	}
	#kaiinseikyou #conts .textBox .subBox table td {
		border-left: none;
	}
}
@media all and (max-width: 374px) {
	#kaiinseikyou #conts .textBox .subBox h3 {
		font-size: 1.9rem;
	}
	#kaiinseikyou #conts .textBox .subBox .txt {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	prospectus
------------------------------------------------------------*/
#prospectus #conts {
	padding-top: 23px;
}
#prospectus #conts .headLine02 {
	margin-bottom: 10px;
}
#prospectus #conts .headLine02 .topSpan {
	margin-bottom: 3px;
	display: block;
	font-size: 1.8rem;
}
#prospectus #conts .comText {
	margin-bottom: 50px;
}
#prospectus #conts .indent {
	text-indent: 1em;
	display: block;
}
#prospectus #conts .txt01 {
	margin-bottom: 44px;
}
#prospectus #conts h3 {
	margin-bottom: 20px;
	font-size: 2.6rem;
}
#prospectus #conts .txtList {
	margin-bottom: 40px;
}
#prospectus #conts .txtList li {
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 2;
	text-indent: -1em;
}
#prospectus #conts .rightTxt {
	text-align: right;
	line-height: 1.67;
	padding-top: 6px;
}
@media all and (max-width: 896px) {
	#prospectus #conts {
		padding-top: 1px;
	}
	#prospectus #conts .headLine02 {
		margin-bottom: 10px;
	}
	#prospectus #conts .headLine02 .topSpan {
		margin-bottom: 1px;
		font-size: 1.7rem;
	}
	#prospectus #conts .comText {
		margin-bottom: 34px;
	}
	#prospectus #conts .indent {
		text-indent: 1em;
		display: block;
	}
	#prospectus #conts .txt01 {
		margin-bottom: 48px;
	}
	#prospectus #conts h3 {
		margin-bottom: 27px;
		font-size: 2.4rem;
		line-height: 1.32;
	}
	#prospectus #conts .txtList {
		margin-bottom: 40px;
	}
	#prospectus #conts .txtList li {
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 23px;
	}
	#prospectus #conts .txtList li:last-child {
		margin-bottom: 0;
	}
	#prospectus #conts .rightTxt {
		line-height: 2;
		padding-top: 10px;
	}
}
.comPrivacy #conts .headLine02 {
	margin-bottom: 10px;
}
.comPrivacy #conts .comText {
	margin-bottom: 45px;
}
.comPrivacy #conts .headLine07 {
	margin-bottom: 40px;
	font-size: 2.4rem;
}
.comPrivacy #conts .headLine07:before {
	background: #5FA5C4;
	width: 80px;
}
.comPrivacy #conts .textBox .txt01 {
	margin-bottom: 58px;
}
.comPrivacy #conts .txtList {
	margin: 0 17px 58px;
}
.comPrivacy #conts .txtList li {
	margin-bottom: 25px;
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 2;
	text-indent: -1em;
}
.comPrivacy #conts .txtList li:last-child {
	margin-bottom: 0;
}
.comPrivacy #conts .rightTxt {
	font-size: 1.5rem;
	text-align: right;
}
@media all and (max-width: 896px) {
	.comPrivacy #conts .headLine02 {
		margin-bottom: 10px;
		padding-bottom: 29px;
	}
	.comPrivacy #conts .headLine02 span {
		line-height: 1.17;
	}
	.comPrivacy #conts .comText {
		margin-bottom: 34px;
	}
	.comPrivacy #conts .headLine07 {
		margin-bottom: 30px;
		font-size: 2.2rem;
		line-height: 1.45;
		padding-bottom: 15px;
	}
	.comPrivacy #conts .textBox .txt01 {
		margin-bottom: 63px;
	}
	.comPrivacy #conts .txtList {
		margin: 0 0 65px 14px;
	}
	.comPrivacy #conts .txtList li {
		margin-bottom: 27px;
		font-size: 1.6rem;
	}
	.comPrivacy #conts .txtList li:last-child {
		margin-bottom: 0;
	}
}
#privacy #conts .txtList {
	margin: 0 0 46px;
}
#privacy #conts .txtList li {
	padding-left: 2.4em;
	text-indent: -2.4em;
}
#privacy #conts .txtList li ul {
	padding: 16px 0 25px;
}
#privacy #conts .txtList li ul li {
	padding-left: 1.6em;
	text-indent: -1.6em;
	margin-bottom: 13px;
	line-height: 1.5;
}
#privacy #conts .txtList li ul li:last-child {
	margin-bottom: 0;
}
#privacy #conts .txtList li p {
	padding: 18px 0 0;
	margin-bottom: 0;
	text-indent: 0;
	line-height: 1.8;
}
#privacy #conts .txt02 {
	margin-bottom: 40px;
}
#privacy #conts .txtList .list01 {
	padding: 3px 0 20px;
}
#privacy #conts .txtList .list01 li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
}
#privacy #conts .line {
	text-decoration: underline;
}
#privacy #conts .date {
	padding-top: 24px;
	margin-bottom: 6px;
	font-size: 1.5rem;
}

#privacy .can {
	margin-left: auto;
    width: calc(100% - 100px);
}

#privacy .can p{
    line-height: 2;
    font-size: 1.8rem;
}
#privacy .impart {
	margin-bottom: 30px;
}

#privacy p.dis {
    margin-bottom: 10px;
    text-indent: -53px;
}
#privacy .can img{
	width: 17px;
	vertical-align: middle;
}

#privacy .can a{
	text-decoration: underline;
}

	#privacy ul.ps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 530px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 25px
}

	#privacy .ps li {
	width: 265px;
}


@media all and (max-width: 896px) {
	#privacy #conts .txtList {
		margin: 0 0 62px;
	}
	#privacy #conts .txtList li {
		padding-left: 2.4em;
		text-indent: -2.4em;
	}
	#privacy #conts .txtList li ul {
		padding: 16px 0 5px;
	}
	#privacy #conts .txtList li ul li {
		padding-left: 1.6em;
		text-indent: -1.6em;
		margin-bottom: 8px;
		line-height: 2;
	}
	#privacy #conts .txtList li ul li:last-child {
		margin-bottom: 0;
	}
	#privacy #conts .txtList li p {
		padding: 18px 0 0;
		margin-bottom: 0;
		line-height: 2;
	}
	#privacy #conts .txt02 {
		margin-bottom: 40px;
	}
	#privacy #conts .txtList .list01 {
		padding: 3px 0 5px;
	}
	#privacy #conts .txtList .list01 li {
		line-height: 2;
	}
	#privacy #conts .date {
		padding-top: 0;
		margin: -16px 0 6px;
	}
	#privacy p.dis {
	text-indent: 0;
}

#privacy .can {
	margin-left: auto;
    width: auto;
}

	#privacy .can p {
	font-size: 16px;
    line-height: 2;
    margin-bottom: 0
}

	#privacy ul.ps {
	flex-direction: column;
    width: auto;
    font-size: 16px;
}
	#privacy .ps li {
	width: auto;
}

}
/*------------------------------------------------------------
	compliancecall
------------------------------------------------------------*/
#compliancecall .content {
	margin-bottom: 230px;
}
#compliancecall #conts .headLine02 {
	margin-bottom: 10px;
}
#compliancecall #conts .comText {
	margin-bottom: 51px;
}
#compliancecall #conts .textBox h3 {
	margin-bottom: 23px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#compliancecall #conts .textBox .title {
	margin: 0 auto 19px;
	padding: 5px 10px;
	width: 375px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #F3981F;
}
#compliancecall #conts .textBox .text {
	margin-bottom: 35px;
}
#compliancecall #conts .textBox .inner {
	margin-bottom: 78px;
}
#compliancecall #conts .textBox .inner .headLine07 {
	margin-bottom: 34px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	line-height: 1.5;
}
#compliancecall #conts .textBox .inner .headLine07::before {
	width: 80px;
	background-color: #5FA5C4;
}
#compliancecall #conts .textBox .inner .txt {
	margin-bottom: 44px;
	line-height: 1.44;
	text-align: left;
}
#compliancecall #conts .textBox .inner p {
	margin-bottom: 40px;
}
#compliancecall #conts .textBox .inner p:last-of-type {
	margin-bottom: 0;
}
#compliancecall #conts .textBox .inner .txtBox {
	margin-top: 26px;
	padding: 22px 19px 19px;
	background-color: #FCF9ED;
}
#compliancecall #conts .textBox .inner .txtBox p {
	margin-bottom: 10px;
}
#compliancecall #conts .textBox .inner .txtBox p:last-of-type {
	margin-bottom: 0;
}
#compliancecall #conts .textBox .inner .txtBox .headLine10 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.5;
	border-width: 1px;
}
#compliancecall #conts .textBox .inner01 .headLine07 {
	margin-bottom: 28px;
}
#compliancecall #conts .textBox .inner01 .txtBox {
	padding-bottom: 26px;
}
#compliancecall #conts .textBox .inner02 {
	margin-bottom: 72px;
}
#compliancecall #conts .textBox .inner02 .headLine07 {
	margin-bottom: 24px;
}
#compliancecall #conts .textBox .inner03 .photo {
	margin-bottom: 30px;
	text-align: center;
}
#compliancecall #conts .textBox .inner03 .photo img {
	width: 100%;
	max-width: 480px;
}
#compliancecall #conts .textBox .inner03 .txtBox {
	padding-left: 24px;
}
#compliancecall #conts .textBox .inner04 {
	margin-bottom: 66px;
}
#compliancecall #conts .textBox .inner04 .headLine07 {
	margin-bottom: 27px;
}
#compliancecall #conts .textBox .inner04 .comTable {
	margin-top: 16px;
}
#compliancecall #conts .textBox .inner04 .comTable th {
	vertical-align: middle;
	border-right: 1px solid #EFECE1;
}
#compliancecall #conts .textBox .inner05 .headLine07 {
	margin-bottom: 26px;
}
#compliancecall #conts .textBox .inner05 .title01 {
	margin-bottom: 11px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.64;
	text-align: center;
}
#compliancecall #conts .textBox .inner05 .textList {
	margin: -14px -7px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#compliancecall #conts .textBox .inner05 .textList li {
	margin: 14px 7px 0;
	padding: 11px 10px 10px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #F3981F;
}
#compliancecall #conts .textBox .inner:last-of-type {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#compliancecall #conts .textBox .inner04 .comTable td a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#compliancecall .content {
		margin-bottom: 100px;
	}
	#compliancecall #conts .comText {
		margin-bottom: 24px;
	}
	#compliancecall #conts .textBox h3 {
		margin-bottom: 18px;
		font-size: 2.2rem;
		line-height: 1.64;
	}
	#compliancecall #conts .textBox .title {
		margin: 0 auto 15px;
		width: auto;
		font-size: 1.6rem;
		line-height: 2.25;
	}
	#compliancecall #conts .textBox .text {
		margin-bottom: 44px;
	}
	#compliancecall #conts .textBox .inner {
		margin-bottom: 68px;
	}
	#compliancecall #conts .textBox .inner .headLine07 {
		margin-bottom: 19px;
		padding-bottom: 14px;
		font-size: 2.2rem;
		line-height: 1.64;
	}
	#compliancecall #conts .textBox .inner .txt {
		margin-bottom: 42px;
		line-height: 2;
		text-align: left;
	}
	#compliancecall #conts .textBox .inner p {
		margin-bottom: 42px;
	}
	#compliancecall #conts .textBox .inner .txtBox {
		margin: 50px -15px 0;
		padding-bottom: 21px;
	}
	#compliancecall #conts .textBox .inner .txtBox p {
		margin-bottom: 0;
	}
	#compliancecall #conts .textBox .inner .txtBox p:last-of-type {
		margin-bottom: 0;
	}
	#compliancecall #conts .textBox .inner .txtBox .headLine10 {
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.64;
	}
	#compliancecall #conts .textBox .inner01 .headLine07 {
		margin-bottom: 20px;
		padding-bottom: 17px;
	}
	#compliancecall #conts .textBox .inner01 .txtBox {
		margin-top: 46px;
		padding-bottom: 22px;
	}
	#compliancecall #conts .textBox .inner02 {
		margin-bottom: 72px;
	}
	#compliancecall #conts .textBox .inner02 .headLine07 {
		margin-bottom: 24px;
	}
	#compliancecall #conts .textBox .inner03 .photo {
		margin-bottom: 48px;
		overflow: hidden;
	}
	#compliancecall #conts .textBox .inner03 .photo img {
		margin: 0 -20px;
		width: calc(100% + 40px);
		max-width: inherit;
	}
	#compliancecall #conts .textBox .inner03 .txtBox {
		margin-top: 46px;
		padding: 13px 15px 14px;
	}
	#compliancecall #conts .textBox .inner04 {
		margin-bottom: 66px;
	}
	#compliancecall #conts .textBox .inner04 .headLine07 {
		margin-bottom: 27px;
	}
	#compliancecall #conts .textBox .inner04 .comTable {
		margin-top: 16px;
	}
	#compliancecall #conts .textBox .inner04 .comTable th {
		vertical-align: middle;
		border-right: none;
	}
	#compliancecall #conts .textBox .inner05 .headLine07 {
		margin-bottom: 29px;
	}
	#compliancecall #conts .textBox .inner05 .title01 {
		margin-bottom: 25px;
		font-size: 1.8rem;
		line-height: 1.56;
	}
	#compliancecall #conts .textBox .inner05 .textList {
		margin: -15px 17px 26px;
		justify-content: space-between;
	}
	#compliancecall #conts .textBox .inner05 .textList li {
		margin: 15px 0 0;
		width: calc((100% - 10px) / 2);
	}
	#compliancecall #conts .textBox .inner:last-of-type {
		margin-bottom: 0;
	}
	#compliancecall #sideBar {
		margin-top: 98px;
	}
}
@media all and (max-width: 374px) {
	#compliancecall #conts .textBox .inner .headLine07 {
		font-size: 2rem;
	}
	#compliancecall #conts .textBox .inner05 .textList li {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	snspolicy
------------------------------------------------------------*/
#sns_policy p.st {
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1.8;
}
#sns_policy .txtsns {
    margin: 0 17px 58px 0;
}
#sns_policy .txtsns02{
	margin-bottom: 40px;
}
#sns_policy p.ssp{
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 1.8;
}
#sns_policy p.topsns{
	margin-bottom: 30px;
	font-size: 1.7rem;
}

#sns_policy .txtsns01{
	margin-bottom: 40px;
}
#sns_policy .txtsns02 li{
	margin-bottom: 15px;
    padding-left: 2.5em;
    font-size: 1.7rem;
    line-height: 1.8;
    text-indent: -3em;
}
#sns_policy .txtsns01 li{
	margin-bottom: 15px;
    padding-left: 1em;
    font-size: 1.7rem;
    line-height: 1.8;
    text-indent: -1em;
}

@media all and (min-width: 897px) {
#sns_policy p.ssp{
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#sns_policy p.topsns{
	margin-bottom: 30px;
	font-size: 1.6rem;
}

#sns_policy .txtsns01{
	margin-bottom: 40px;
}
#sns_policy .txtsns02 li{
	margin-bottom: 15px;
    padding-left: 2.5em;
    font-size: 1.6rem;
    line-height: 1.8;
    text-indent: -3em;
}
#sns_policy .txtsns01 li{
	margin-bottom: 15px;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.8;
    text-indent: -1em;
}
}

/*------------------------------------------------------------
	kaihou
------------------------------------------------------------*/
#kaihou #conts .headLine02 {
    margin-bottom: 10px;
}

#kaihou .kaihou_box li {
    float: left;
    width: 150px;
    text-align: center;
    margin-left: 6%;
    margin-top: 30px;
    padding: 10px;
    vertical-align: bottom;
    font-size:1em;
}

#kaihou .kaihou_box ul{
	max-width: 750px;
}
#kaihou .kaihou_box {
	font-size: 16px;
	margin-bottom: 50px;
}

#kaihou .kaihou_box a img:hover {
    opacity: 0.7;
}

#kaihou .kaihou_box ul li p {
	font-size: 80%;
   margin: 2px;
}

#kaihou .kaihou_box img {
    width: 100%;
}

/*------------Acordion Menu-----------------------*/

#kaihou .acordion {
    margin-bottom: 30px;
}

#kaihou .acordion li:nth-child(odd) {
    background: #bddcfd;
}


#kaihou label{
    background: #f9c158;;
    color: #fff;
    padding: 15px 10px;
    display: block;
    margin: 0;
}

#kaihou input[type="checkbox"].on-off{
    display: none;
}

#kaihou .acordion ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#kaihou .acordion li {
    padding: 5px;
	 float: none!important;
	 width: auto!important;
	 text-align:left!important; 
	 margin: 0!important;
}

#kaihou input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

#kaihou input[type="checkbox"].on-off:checked + ul{
    height: 1200px;
}


/*------------Emd-----------------------*/


/*------------Acordion2---------------------------*/

#kaihou .half {
  padding: 0 1em;
	margin-bottom: 30px;
}

#kaihou .font{
	font-size: 16px;
}

#kaihou .tab {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
#kaihou input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#kaihou label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background:#eab042;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
#kaihou .blue label {
  background: #2980b9;
}
#kaihou .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fdf8e7;;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
#kaihou .blue .tab-content {
  background: #3498db;
}
#kaihou .tab-content p {
  margin: 1em !important;
  font-size: 1.4rem;
}

#kaihou input:checked ~ .tab-content {
  max-height: 12em;
}

#kaihou .tab-content a:hover {
    text-decoration: underline;
    color: #800000;
}

#kaihou label::after {
  position: absolute;
  right: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
}
#kaihou input[type=checkbox] + label::after {
    content: '>';
    font-family: Consolas;
	  font-size: 24px;
   transform-origin-x: 50%;
   transform-origin-y: 53%;
}

#kaihou input[type=radio] + label::after {
  content: "\25BC";
}
#kaihou input[type=checkbox]:checked + label::after {
  transform: rotate(450deg);
}
#kaihou input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

#kaihou .tab-content img {
    width: inherit;
    padding-left: 3px;
	height: 20px;
}

/*-----------------------------------------------------*/

@media all and (min-width: 481px) and (max-width: 896px)  {

	
#kaihou .kaihou_box {
    font-size: 16px;
    padding: 0 30px;
    margin-top: 50px;
}
	

#kaihou .kaihou_box ul{
	margin-left: -50px;
	width: auto;
}

#kaihou .kaihou_box li {
    float: left;
    width: 33.33%;
    text-align: center;
    vertical-align: bottom;
	margin: 0 0 30px 0;
	padding: 0;
    font-size: 0.8em;
	}

#kaihou .kaihou_box a {
    display: inline-block;
    padding-left: 50px;
}

#kaihou .kaihou_box ul li p {
    padding-left: 50px;
    font-size: 80%;	
	}

#kaihou .kaihou_box p a {
    padding-left: 0;
}

#kaihou .kaihou_box {
	font-size: 16px;
}
}


@media all and (min-width: 0) and (max-width: 480px)  {
	

#kaihou .kaihou_box {
    font-size: 16px;
    padding: 0 30px;
    margin-top: 50px;
}
	

#kaihou .kaihou_box ul{
	margin-left: -50px;
	width: auto;
}

#kaihou .kaihou_box li {
    float: left;
    width: 50%;
    text-align: center;
    vertical-align: bottom;
	margin: 0 0 30px 0;
	padding: 0;
    font-size: 0.8em;
	}

#kaihou .kaihou_box a {
    display: inline-block;
    padding-left: 50px;
}

#kaihou .kaihou_box ul li p {
    padding-left: 50px;
    font-size: 80%;	
	}

#kaihou .kaihou_box p a {
    padding-left: 0;
}
}


/*------------------------------------------------------------
	coop
------------------------------------------------------------*/
#coop .topBox {
	margin-bottom: 44px;
	padding: 66px 0 50px;
}
#coop .topBox .text {
	margin: 0 35px 38px 0;
}
#coop .topBox .linkList {
	line-height: 2.38;
}
#coop .topBox .linkList a {
	padding-left: 18px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon18.png) no-repeat left center / 7px auto;
}
#coop .safebt {
    margin: 40px 0;
}

#coop .safebt ul{
    display: flex;
}

#coop .safebt ul li{
   width: 300px;
}
#coop .safebt ul li:first-child{
   margin-right: 25px;
}

#coop .safebt a{
    padding: 10px 30px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.33;
    text-align: center;
    border-radius: 40px;
    background: url(../img/common/icon05.png) no-repeat right 10px center / 13px auto;
    background-color: #F3981F;
}

#coop .safebt a:hover{
	opacity: 0.7;
}
#coop .naruhodo{
	margin-top: 70px;
}

#coop li.indt{
	text-indent: -18px;
}
#coop li.indt02{
	text-indent: -15px;
    padding-left: 15px;
}

@media all and (min-width: 897px) {
	#coop .topBox .linkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#coop .prodact .headLine02 {
		margin-bottom: 18px;
		padding-bottom: 17px;
		font-size: 4rem;
		line-height: 1.1;
	}
	#coop .prodact .headLine02 small {
		margin-bottom: 18px;
	}
	#coop .topBox {
		margin-bottom: 40px;
		padding: 66px 15px 60px;
	}
	#coop .topBox .text {
		margin: 0 0 40px;
		font-size: 1.6rem;
	}
	#coop .topBox .linkList {
		line-height: 2.38;
	}
	#coop .topBox .linkList li:not(:last-of-type) {
		margin-bottom: 9px;
	}
	#coop .topBox .linkList a {
		padding-left: 18px;
		font-size: 1.6rem;
		line-height: 1.5;
		background-position: left top 6px;
	}
	#coop .safebt ul{
        flex-direction: column;
	}

	#coop .safebt ul li{
   width: auto;
	}
	#coop .safebt ul li:first-child{
   margin-right: 0;
   margin-bottom: 20px;
	}
	#coop .safebt a{
    padding: 20px 30px;
}
	#coop li.indt{
	text-indent: 0;
}
	#coop li.indt02{
	text-indent: 0;
	padding-left: 0;
}
	#coop .about{
	margin-bottom: 50px;
}
}
/*------------------------------------------------------------
	safety
------------------------------------------------------------*/
#safety .topBox {
	margin-bottom: 44px;
	padding: 50px 0 50px;
}
#safety .topBox .text {
	margin: 0 35px 38px 0;
}
#safety .topBox .linkList {
	line-height: 2.38;
}
#safety .topBox .linkList a {
	padding-left: 18px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon18.png) no-repeat left center / 7px auto;
}

#safety .bgsafety {
    max-width: 600px;
    margin: 0 auto;
}
#safety .fumufumu {
    max-width: 720px;
    margin: 0 auto;
}
#safety .check {
    max-width: 770px;
    margin: 0 auto;
}
#safety .movie{
	text-align: center;
    margin-top: 35px;
}
#safety .movie a{
	padding: 10px 50px;
    color: #fff;
    font-weight: bold;
    background: #F3981F;
    border-radius: 20px;
}

#safety .comBgBox01::before{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FCFBF9;
    content: '';
    z-index: -1;
    max-width: 100%;
    }

@media all and (min-width: 897px) {
	#coop .topBox .linkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#safety .prodact .headLine02 {
		margin-bottom: 18px;
		padding-bottom: 17px;
		font-size: 4rem;
		line-height: 1.1;
	}
	#safety .prodact .headLine02 small {
		margin-bottom: 18px;
	}
	#safety .topBox {
		margin-bottom: 40px;
		padding: 66px 15px 60px;
	}
	#safety .topBox .text {
		margin: 0 0 40px;
		font-size: 1.6rem;
	}
	#safety .topBox .linkList {
		line-height: 2.38;
	}
	#coop .topBox .linkList li:not(:last-of-type) {
		margin-bottom: 9px;
	}
	#safety .topBox .linkList a {
		padding-left: 18px;
		font-size: 1.6rem;
		line-height: 1.5;
		background-position: left top 6px;
	}
}
/*------------------------------------------------------------
	assurance
------------------------------------------------------------*/
#assurance .topBox {
	margin-bottom: 40px;
	padding: 41px 0 58px;
}
#assurance .topBox .textBox {
	max-width: 753px;
}
#assurance .topBox .text {
	margin-bottom: 40px;
}
#assurance .topBox .linkList {
	margin-top: -42px;
	display: flex;
	flex-wrap: wrap;
}
#assurance .topBox .linkList li {
	margin: 42px 51px 0 0;
	display: flex;
	width: calc((100% - 153px) / 4);
}
#assurance .topBox .linkList li:nth-of-type(4n) {
	margin-right: 0;
}
#assurance .topBox .linkList a {
	width: 100%;
}
#assurance .topBox .linkList .pho {
	margin-bottom: 9px;
	padding-bottom: 141.33%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#assurance .topBox .linkList p {
	font-size: 1.4rem;
	line-height: 1.71;
}
@media all and (min-width: 897px) {
	#assurance .topBox .linkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#assurance .prodact .headLine02 small {
		margin-bottom: 15px;
	}
	#assurance .prodact .headLine02 span {
		font-size: 4rem;
	}
	#assurance .prodact {
		margin-bottom: 44px;
	}
	#assurance .topBox {
		padding: 41px 15px 58px;
	}
	#assurance .topBox .textBox {
		max-width: inherit;
	}
	#assurance .topBox .text {
		margin-bottom: 39px;
		font-size: 1.6rem;
	}
	#assurance .topBox .linkList {
		margin-top: -37px;
		justify-content: space-between;
	}
	#assurance .topBox .linkList li {
		margin: 37px 0 0;
		width: calc((100% - 47px) / 2);
	}
}
@media all and (max-width: 374px) {
	#assurance .prodact .headLine02 span {
		font-size: 3.6rem;
	}
}
/*------------------------------------------------------------
	quality
------------------------------------------------------------*/
#quality .topBox {
	margin-bottom: 54px;
	padding: 48px 0 39px;
}
#quality .topBox .comImgBox03 .textBox .headLine11 {
	margin-bottom: 39px;
}
#quality .topBox .comImgBox03 .imgArea {
	margin-bottom: 42px;
	display: flex;
	justify-content: space-between;
}
#quality .topBox .comImgBox03 .imgArea:last-of-type {
	margin-bottom: 0;
}
#quality .topBox .comImgBox03 .imgArea .txtBox {
	width: 61.54%;
}
#quality .topBox .comImgBox03 .imgArea .txtBox .ttl {
	margin-bottom: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	font-weight: 700;
}
#quality .topBox .comImgBox03 .imgArea .txtBox ul li {
	margin-bottom: 11px;
	padding-left: 1.1em;
	text-indent: -1.1em;
}
#quality .topBox .comImgBox03 .imgArea .txtBox ul li:last-of-type {
	margin-bottom: 0;
}
#quality .topBox .comImgBox03 .imgArea .phoBox {
	margin-top: 4px;
	width: 36.69%;
	text-align: center;
}
#quality .topBox .comImgBox03 .imgArea01 {
	margin-bottom: 39px;
}
#quality .topBox .comImgBox03 .imgArea01 .phoBox {
	margin-top: 14px;
}
#quality .topBox .comImgBox03 .imgArea01 .phoBox img {
	width: 100%;
	max-width: 267px;
}
#quality .topBox .comImgBox03 .imgArea02 .phoBox {
	margin-top: 7px;
}
#quality .topBox .comImgBox03 .imgArea02 .phoBox img {
	width: 100%;
	max-width: 228px;
}
#quality .sec01 .headLine11 {
	margin-bottom: 35px;
}
#quality .sec01 .photo {
	margin: 0 auto 43px;
	max-width: 735px;
}
#quality .sec01 .comBtn {
	margin-bottom: 89px;
}
#quality .sec01 .imgBox {
	margin-bottom: 40px;
	padding: 0 0 40px 40px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#quality .sec01 .imgBox::before {
	width: calc(100% - 100px);
	height: calc(100% - 20px);
	position: absolute;
	left: 0;
	top: 20px;
	background-color: #FCFBF9;
	content: '';
	z-index: -1;
}
#quality .sec01 .imgBox .photoBox {
	width: 50%;
}
#quality .sec01 .imgBox .textBox {
	margin-top: 62px;
	width: 47.37%;
}
#quality .sec01 .imgBox .textBox p {
	margin-bottom: 29px;
}
#quality .sec01 .imgBox .textBox .linkList {
	margin-bottom: 30px;
	padding-bottom: 26px;
	border-bottom: 1px dotted #7C766D;
}
#quality .sec01 .imgBox .textBox .btn {
	max-width: 280px;
}
#quality .sec01 .imgBox .textBox .btn a {
	padding: 20px 20px 19px;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	border-radius: 15px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
}
#quality .sec01 .imgBoxL {
	padding: 0 40px 40px 0;
	flex-direction: row;
}
#quality .sec01 .imgBoxL::before {
	left: auto;
	right: 0;
	background-color: #F4F2EF;
}
#quality .sec01 .imgBoxL .textBox {
	margin-top: 71px;
}
#quality .sec01 .imgBoxL .textBox p {
	margin-bottom: 40px;
}
#quality .sec01 .imgBoxL .linkUl {
	margin: -5px -5% 0 -78%;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#quality .sec01 .imgBoxL .linkUl li {
	margin-top: 30px;
	width: calc((100% - 20px) / 2);
}
/*食中毒バナー*/
#quality .sec01 .cpbnr {
	max-width:400px;
	margin: 30px 0 0 -43%;
}
/*食中毒バナー*/
#quality .sec02 .comImgBox03 .photoBox {
	width: 220px;
}
#quality .sec02 .comImgBox03 .textBox {
	margin-top: -8px;
}
#quality .sec02 .comImgBox03 .textBox .headLine11 {
	margin-bottom: 27px;
}
#quality .sec02 .text {
	margin-bottom: 42px;
	max-width: 600px;
}
#quality .sec02 .linkList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#quality .sec02 .linkList::after {
	width: calc((100% - 60px) / 3);
	content: '';
}
#quality .sec02 .linkList li {
	margin-top: 30px;
	width: calc((100% - 60px) / 3);
	display: flex;
}
#quality .sec02 .linkList li a {
	padding: 21px 33px 20px 19px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 15px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
}
#quality .sec02 .linkList li.list01 a {
	background: url(../img/common/icon16.png) no-repeat right 21px center / 17px auto;
	background-color: #fff;
}
#quality .ready{
	    margin-top: 20px;

	    }
#quality .phoBoxx {
	   text-align: center;
    	margin: 30px 0 40px;
	    }
#quality .phoBoxx img{
	    width: 80%;
	    }
#quality .comBtn a {
	padding: 10px 0px;
	font-size: 1.5rem;
}

@media all and (min-width: 897px) {
	#quality .sec01 .imgBox .textBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#quality .prodact {
		margin-bottom: 69px;
	}
	#quality .topBox {
		margin-bottom: 84px;
		padding: 1px 20px 54px 0;
	}
	#quality .topBox .comImgBox03 {
		margin-top: -36px;
	}
	#quality .topBox .comImgBox03 .textBox .headLine11 {
		margin-bottom: 28px;
		font-size: 2.2rem;
		line-height: 1.27;
	}
	#quality .topBox .comImgBox03 .imgArea {
		margin-bottom: 37px;
		display: block;
	}
	#quality .topBox .comImgBox03 .imgArea:last-of-type {
		margin-bottom: 0;
	}
	#quality .topBox .comImgBox03 .imgArea .txtBox {
		width: auto;
	}
	#quality .topBox .comImgBox03 .imgArea .txtBox .ttl {
		margin-bottom: 42px;
		min-height: 75px;
		font-size: 1.8rem;
		line-height: 1.33;
		font-weight: 700;
	}
	#quality .topBox .comImgBox03 .imgArea .txtBox ul {
		margin-left: -108px;
	}
	#quality .topBox .comImgBox03 .imgArea .txtBox ul li {
		margin-bottom: 12px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#quality .topBox .comImgBox03 .imgArea .phoBox {
		margin: 18px -5px 0 -108px;
		width: auto;
		text-align: center;
	}
	#quality .topBox .comImgBox03 .imgArea .phoBox img {
		width: 100%;
	}
	#quality .topBox .comImgBox03 .imgArea01 {
		margin-bottom: 39px;
	}
	#quality .topBox .comImgBox03 .imgArea01 .txtBox .ttl {
		margin: 0 0 11px -108px;
		min-height: inherit;
	}
	#quality .topBox .comImgBox03 .imgArea01 .txtBox ul li:not(:last-of-type) {
		margin-bottom: 14px;
	}
	#quality .topBox .comImgBox03 .imgArea01 .phoBox {
		margin-top: 18px;
	}
	#quality .topBox .comImgBox03 .imgArea02 .phoBox {
		margin-top: 9px;
	}
	#quality .topBox .comImgBox03 .imgArea02 .phoBox img {
		width: 100%;
	}
	#quality .topBox .comImgBox03 .imgArea02 .txtBox .ttl {
		margin: 0 0 12px -108px;
		min-height: inherit;
	}
	#quality .sec01 {
		margin-bottom: 70px;
	}
	#quality .sec01 .headLine11 {
		margin-bottom: 12px;
		padding-left: 11px;
		font-size: 2.2rem;
		line-height: 1.27;
	}
	#quality .sec01 .text {
		margin: 0 0 1px 12px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#quality .sec01 .photo {
		margin: 0 auto 43px;
		max-width: 735px;
	}
	#quality .sec01 .comBtn {
		margin-bottom: 79px;
	}
	#quality .sec01 .imgBox {
		margin-bottom: 40px;
		padding: 0 2px 77px;
		display: block;
	}
	#quality .sec01 .imgBox::before {
		width: calc(100% + 30px);
		height: calc(100% - 120px);
		top: 120px;
		left: -15px;
		background-color: #F4F2EF;
	}
	#quality .sec01 .imgBox .photoBox {
		width: auto;
	}
	#quality .sec01 .imgBox .photoBox img {
		width: 100%;
	}
	#quality .sec01 .imgBox .textBox {
		margin-top: 30px;
		width: auto;
	}
	#quality .sec01 .imgBox .textBox .headLine01 {
		margin-bottom: 22px;
		padding-left: 10px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#quality .sec01 .imgBox .textBox .headLine01 span {
		margin-top: 2px;
		font-size: 2rem;
		line-height: 1.5;
	}
	#quality .sec01 .imgBox .textBox p {
		margin-bottom: 29px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#quality .sec01 .imgBox .textBox .linkList {
		margin: -15px 0 0;
		padding-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		border-bottom: none;
	}
	#quality .sec01 .imgBox .textBox .linkList li {
		margin: 15px 62px 0 0;
	}
	#quality .sec01 .imgBox .textBox .linkList li:last-of-type {
		margin-right: 0;
	}
	#quality .sec01 .imgBoxL {
		padding: 0 0 59px;
	}
	#quality .sec01 .imgBoxL::before {
		left: auto;
		right: -15px;
	}
	#quality .sec01 .imgBoxL .textBox {
		margin-top: 31px;
	}
	#quality .sec01 .imgBoxL .textBox .headLine01 {
		margin-bottom: 24px;
		padding-left: 0;
	}
	#quality .sec01 .imgBoxL .textBox .headLine01 span {
		margin-top: 2px;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	#quality .sec01 .imgBoxL .textBox p {
		margin-bottom: 28px;
	}
	#quality .sec01 .imgBoxL .linkUl {
		margin: 0 auto;
		width: auto;
		display: block;
		max-width: 300px;
	}
	#quality .sec01 .imgBoxL .linkUl li {
		margin: 0 0 19px;
		width: auto;
	}
	#quality .sec01 .imgBoxL .linkUl li:last-of-type {
		margin-bottom: 0;
	}
	/*食中毒バナー*/
	#quality .sec01 .cpbnr {
		max-width:400px;
		margin: 30px auto 0;
	}
	/*食中毒バナー*/
	#quality .sec02 {
		margin-bottom: 60px;
		padding: 1px 0 40px 15px;
	}
	#quality .sec02 .comImgBox03 {
		margin-top: -30px;
		flex-direction: row-reverse;
	}
	#quality .sec02 .comImgBox03 .photoBox {
		width: 136px;
	}
	#quality .sec02 .comImgBox03 .textBox {
		margin-top: 58px;
		width: calc(100% - 157px);
	}
	#quality .sec02 .comImgBox03 .textBox .headLine11 {
		margin-bottom: 29px;
		padding-left: 0;
		font-size: 2.6rem;
		line-height: 1.38;
	}
	#quality .sec02 .comImgBox03 .textBox .headLine11 span {
		display: none;
	}
	#quality .sec02 .text {
		margin-bottom: 62px;
		max-width: inherit;
		font-size: 1.6rem;
		min-height: 120px;
	}
	#quality .sec02 .linkList {
		margin: 0 -142px 0 0;
		display: block;
	}
	#quality .sec02 .linkList::after {
		display: none;
	}
	#quality .sec02 .linkList li {
		margin: 0 auto 15px;
		width: auto;
		display: block;
		max-width: 279px;
	}
	#quality .sec02 .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#quality .ready{
	    font-size: 1.6rem;
	    width: calc(100% + 124px);
	    text-align: center;
	    }

	#quality .phoBoxx{
    margin: 40px -5px 0 -108px;
    width: auto;
    text-align: center;
	    }
	#quality .phoBoxx img{
	    width: 100%;
	    }	    
	#quality .comBtn{
	    margin: 40px -5px 0 -108px;
	    width: auto;
	    }
	#quality .cycle {
    	margin: 40px -5px 0 -108px;
	    }	 
	#quality .ttp {
    	margin: 40px -5px 0 -108px;
	    }  
}
@media all and (max-width: 374px) {
	#quality .sec01 .imgBoxL .textBox .headLine01 span,
	#quality .sec02 .comImgBox03 .textBox .headLine11 {
		font-size: 2.4rem;
	}
	#quality .sec01 .imgBoxL .linkUl a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	inspection
------------------------------------------------------------*/
#inspection .topBox {
	margin-bottom: 90px;
	padding: 43px 0 60px;
}
#inspection .topBox .imgBox {
	margin-bottom: 61px;
	display: flex;
	max-width: calc(100% - 120px )
}
#inspection .topBox .imgBox .photoBox {
	width: 42.46%;
}
#inspection .topBox .imgBox .textBox {
	margin: 38px 0 0 4%;
	width: 50%;
	max-width: 470px;
}
#inspection .topBox .subBox {
	margin-bottom: 60px;
}
#inspection .topBox .subBox:last-of-type {
	margin-bottom: 0;
}
#inspection .topBox .txtList li {
	margin-bottom: 52px;
	padding: 21px 20px 19px;
	position: relative;
	border: 1px solid #D6D6D6;
	background-color: #fff;
}
#inspection .topBox .txtList li::after {
	width: 22px;
	height: 12px;
	position: absolute;
	left: calc(50% + 1px);
	bottom: -33px;
	transform: translateX(-50%);
	background: url(../img/quality/inspection_bg01.png) no-repeat center center / cover;
	content: '';
}
#inspection .topBox .txtList li:last-of-type {
	margin-bottom: 0;
}
#inspection .topBox .txtList li:last-of-type::after {
	display: none;
}
#inspection .topBox .txtList .ttl {
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
}
#inspection .topBox .txtList .list01 {
	padding-bottom: 0;
}
#inspection .topBox .txtList .list01::after {
	display: none;
}
#inspection .topBox .txtList ul {
	margin: -7px -20px -1px;
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #D6D6D6;
}
#inspection .topBox .txtList ul li {
	margin-bottom: 0;
	padding-bottom: 17px;
	width: 50%;
	box-sizing: border-box;
	border-left: none;
	border-bottom: none;
}
#inspection .topBox .txtList ul li:nth-of-type(2n) {
	border-right: none;
}
#inspection .topBox .txtList ul li::after {
	left: calc(50% + 12px);
}
#inspection .topBox .txtList ul li:last-of-type::after {
	display: block;
	left: 50%;
}
#inspection .sec01 {
	margin-bottom: 100px;
}
#inspection .sec01 .imgBox {
	margin-bottom: 80px;
	padding-bottom: 40px;
	display: flex;
	position: relative;
}
#inspection .sec01 .imgBox:last-of-type {
	margin-bottom: 0;
}
#inspection .sec01 .imgBox::before {
	width: calc(100% - 100px);
	height: calc(100% - 20px);
	position: absolute;
	left: 100px;
	top: 20px;
	background-color: #F4F2EF;
	content: '';
	z-index: -1;
}
#inspection .sec01 .imgBox .photoBox {
	width: 47.5%;
}
#inspection .sec01 .imgBox .textBox {
	width: 46.25%;
	margin: 66px 0 0 2.5%;
}
#inspection .sec01 .imgBox .textBox .headLine11 {
	margin-bottom: 86px;
}
#inspection .sec01 .imgBox .textBox .comLink {
	text-align: right;
}
#inspection p.fix {
		margin-bottom: 24px;
	}
@media all and (max-width: 896px) {
	#inspection .prodact {
		margin-bottom: 70px;
	}
	#inspection .topBox {
		margin-bottom: 60px;
		padding: 1px 0 50px;
	}
	#inspection .topBox .imgBox {
		margin: -41px 0 40px;
		display: block;;
		max-width: calc(100% - 15px )
	}
	#inspection .topBox .imgBox .photoBox {
		margin-right: 25px;
		width: auto;
	}
	#inspection .topBox .imgBox .photoBox img {
		width: 100%;
	}
	#inspection .topBox .imgBox .textBox {
		margin: 37px 0 0 15px;
		width: auto;
		max-width: inherit;
	}
	#inspection .topBox .imgBox .textBox .headLine11 {
		margin-bottom: 15px;
		letter-spacing: -0.014em;
	}
	#inspection .topBox .imgBox .textBox p {
		font-size: 1.6rem;
	}
	#inspection .topBox .subBox {
		margin-bottom: 43px;
	}
	#inspection .topBox .txtList li {
		margin-bottom: 32px;
		padding: 21px 19px 19px;
	}
	#inspection .topBox .txtList li::after {
		bottom: -23px;
	}
	#inspection .topBox .txtList .ttl {
		margin-bottom: 7px;
	}
	#inspection .topBox .txtList li p {
		font-size: 1.6rem;
	}
	#inspection .topBox .txtList ul {
		margin: -9px -19px -1px;
		padding: 20px 0 0;
	}
	#inspection .topBox .txtList ul li {
		margin-bottom: 0;
		padding: 13px 5px 10px 10px;
		font-size: 1.6rem;
	}
	#inspection .topBox .txtList ul li::after {
		left: 50%;
	}
	#inspection .sec01 {
		margin-bottom: 60px;
	}
	#inspection .sec01 .imgBox {
		margin-bottom: 60px;
		padding-bottom: 38px;
		display: block;
	}
	#inspection .sec01 .imgBox::before {
		width: calc(100% + 30px);
		height: calc(100% - 121px);
		left: -15px;
		top: 121px;
	}
	#inspection .sec01 .imgBox .photoBox {
		width: auto;
	}
	#inspection .sec01 .imgBox .photoBox img {
		width: 100%;
	}
	#inspection .sec01 .imgBox .textBox {
		width: auto;
		margin: 27px 0 0 9px;
	}
	#inspection .sec01 .imgBox .textBox .headLine11 {
		margin-bottom: 31px;
		font-size: 2rem;
	}
	#inspection .sec01 .imgBox .textBox .comLink {
		padding-right: 10px;
	}
	
	#inspection p.fix {
		font-size: 1.6rem;
	}
	

}
@media all and (max-width: 374px) {
	#inspection .topBox .txtList .ttl {
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	option
------------------------------------------------------------*/
#option .topBox {
	margin-bottom: 80px;
	padding: 81px 0 60px;
}
#option .topBox .comImgBox04:last-of-type {
	margin-bottom: 0;
}
#option .topBox .headLine11 {
	margin-bottom: 35px;
}
#option .topBox .text {
	margin-bottom: 75px;
}
@media all and (max-width: 896px) {
	#option .topBox {
		margin-bottom: 49px;
		padding: 45px 0 52px;
	}
	#option .topBox .comImgBox04:last-of-type {
		margin-bottom: 0;
	}
	#option .topBox .headLine11 {
		margin-bottom: 20px;
		line-height: 1.38;
		letter-spacing: -0.014em;
	}
	#option .topBox .text {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.prodact.prodact01 .headLine02 {
		font-size: 3.2rem;
	}
}
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#flow .topBox {
	margin-bottom: 80px;
	padding: 57px 0 60px;
}
#flow .topBox .comImgBox04 {
	margin-bottom: 67px;
}
#flow .topBox .comImgBox04:last-of-type {
	margin-bottom: 0;
}
#flow .topBox .comImgBox04 .photoBox {
	width: 30%;
}
#flow .topBox .comImgBox04 .textBox {
	margin-top: -5px;
	width: 59.63%;
}
#flow .topBox .comImgBox04 .textBox .subBox {
	margin: 29px -19px 0 0;
	padding: 21px 10px 19px 19px;
	border: 1px solid #D6D6D6;
	background-color: #fff;
}
#flow .topBox .comImgBox04 .textBox .subBox .ttl {
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
}
#flow .topBox .comImgBox04 .textBox ul li {
	margin-bottom: 24px;
	padding-left: 1em;
	text-indent: -1em;
}
#flow .topBox .comImgBox04 .textBox ul li:last-of-type {
	margin-bottom: 0;
}
#flow .topBox .comImgBox04.imgBox01 {
	margin-bottom: 119px;
}
#flow .topBox .comImgBox04.imgBox02 .textBox .headLine12 {
	margin-bottom: 28px;
}
#flow .topBox .comImgBox04.imgBox02 .textBox .ttl {
	margin-bottom: 11px;
	font-weight: 700;
}
#flow .topBox .comImgBox04.imgBox02 .textBox ul:not(:last-of-type) {
	margin-bottom: 29px;
}
#flow p.imp{
	margin-top: 60px;
	}
@media all and (max-width: 896px) {
	#flow .topBox {
		margin-bottom: 0;
		padding: 30px 0 60px;
	}
	#flow .topBox .comImgBox04 {
		margin-bottom: 40px;
	}
	#flow .topBox .comImgBox04:last-of-type {
		margin-bottom: 0;
	}
	#flow .topBox .comImgBox04 .photoBox {
		margin-right: 0;
		width: auto;
	}
	#flow .topBox .comImgBox04 .textBox {
		margin-top: 0;
		width: auto;
	}
	#flow .topBox .comImgBox04 .textBox .headLine12 {
		font-size: 2.6rem;
	}
	#flow .topBox .comImgBox04 .textBox .headLine12 span {
		margin-right: 20px;
		padding-top: 14px;
		width: 61px;
		height: 61px;
		font-size: 2.9rem;
		vertical-align: 12px;
	}
	#flow .topBox .comImgBox04 .textBox .subBox {
		margin: 20px 2px 0 0;
		padding: 20px 10px 22px 19px;
	}
	#flow .topBox .comImgBox04 .textBox .subBox .ttl {
		margin-bottom: 20px;
	}
	#flow .topBox .comImgBox04 .textBox ul li {
		margin-bottom: 24px;
		font-size: 1.6rem;
	}
	#flow .topBox .comImgBox04 .textBox ul li:last-of-type {
		margin-bottom: 0;
	}
	#flow .topBox .comImgBox04.imgBox01 {
		margin-bottom: 40px;
	}
	#flow .topBox .comImgBox04.imgBox02 .textBox .headLine12 {
		margin-bottom: 21px;
	}
	#flow .topBox .comImgBox04.imgBox02 .textBox .ttl {
		margin-bottom: 21px;
		font-weight: 700;
	}
	#flow .topBox .comImgBox04.imgBox02 .textBox ul:not(:last-of-type) {
		margin-bottom: 31px;
	}
	#flow .topBox .comImgBox04.imgBox02 .photoBox {
		margin: 0 4px 20px;
	}
	
	#flow p.imp{
	margin-top: 30px;
	font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	cooplab
------------------------------------------------------------*/
#cooplab .topBox {
	margin-bottom: 80px;
	padding: 43px 0 50px;
}
#cooplab .topBox .imgBox {
	display: flex;
	max-width: calc(100% - 120px);
}
#cooplab .topBox .imgBox .photoBox {
	width: 42.46%;
}
#cooplab .topBox .imgBox .textBox {
	margin: 34px 0 0 4%;
	width: 50%;
	max-width: 525px;
}
#cooplab .topBox .imgBox .textBox .headLine11 {
	margin-bottom: 19px;
	line-height: 1.42;
}
#cooplab .topBox .imgBox .textBox p {
	max-width: 477px;
}
#cooplab .sec01 {
	margin-bottom: 80px;
}
#cooplab .sec01 .area {
	margin-bottom: 40px;
	padding: 30px 47px 51px 50px;
	background-color: #F4F2EF;
}
#cooplab .sec01 .area .headLine12 {
	margin-left: -10px;
}
#cooplab .sec01 .area .photo {
	margin-bottom: 30px;
}
#cooplab .sec01 .area .title {
	margin-bottom: 38px;
	font-size: 1.8rem;
	font-weight: 700;
}
#cooplab .sec01 .area .textList li:not(:last-of-type) {
	margin-bottom: 24px;
}
#cooplab .sec01 .area01 {
	margin-bottom: 80px;
}
#cooplab .sec01 .comBtn {
	margin-bottom: 10px;
	width: 405px;
}
#cooplab .sec01 .comBtn a {
	background-position: right 15px top calc(50% + 1px);
}
#cooplab .sec01 .note {
	color: #E34646;
	font-weight: 700;
	text-align: center;
}
#cooplab .sec02 {
	margin-bottom: 70px;
	padding: 52px 0 50px;
}
#cooplab .sec02::before {
	left: 100px;
}
#cooplab .sec02 .comImgBox03 {
	margin-left: auto;
	max-width: 1082px;
	flex-direction: row-reverse;
}
#cooplab .sec02 .comImgBox03 .photoBox {
	width: 220px;
}
#cooplab .sec02 .comImgBox03 .photoBox::before {
	width: calc(100% - 21px);
	left: 21px;
	top: 10px;
}
#cooplab .sec02 .comImgBox03 .textBox {
	margin-top: 22px;
	max-width: 704px;
}
#cooplab .sec02 .headLine11 {
	margin-bottom: 27px;
}
#cooplab .sec02 .text {
	margin-bottom: 44px;
}
#cooplab .sec02 .subBox {
	margin-bottom: 47px;
}
#cooplab .sec02 .subBox:last-of-type {
	margin-bottom: 0;
}
#cooplab .sec02 .subBox h3 {
	margin-bottom: 17px;
	padding-left: 20px;
	position: relative;
	font-size: 2.1rem;
	line-height: 1.71;
}
#cooplab .sec02 .subBox h3::before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
	background-color: #F3981F;
	content: '';
}
#cooplab .sec02 .subBox .pho {
	margin: 25px 0 16px;
	width: 279px;
}
#cooplab .sec02 .subBox .ttl {
	font-weight: 700;
}
#cooplab .sec02 .subBox ul {
	margin-bottom: 45px;
}
#cooplab .sec02 .subBox ul li {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
#cooplab .sec02 .subBox .map {
	margin-right: -96px;
	height: 462px;
}
#cooplab .sec02 .subBox .map iframe {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	#cooplab .prodact h2 span{
		line-height: 1.22;
	}
	#cooplab .topBox {
		margin-bottom: 40px;
		padding: 30px 0 40px;
	}
	#cooplab .topBox .imgBox {
		display: block;
		max-width: inherit;
	}
	#cooplab .topBox .imgBox .photoBox {
		margin-right: 42px;
		width: auto;
	}
	#cooplab .topBox .imgBox .photoBox img {
		width: 100%;
	}
	#cooplab .topBox .imgBox .textBox {
		margin: 34px 16px 0;
		width: auto;
		max-width: inherit;
	}
	#cooplab .topBox .imgBox .textBox .headLine11 {
		margin-bottom: 20px;
		line-height: 1.38;
		letter-spacing: -0.014em;
	}
	#cooplab .topBox .imgBox .textBox p {
		max-width: 477px;
		font-size: 1.6rem;
	}
	#cooplab .sec01 {
		margin-bottom: 100px;
	}
	#cooplab .sec01 .area {
		margin: 0 -15px 30px;
		padding: 20px 16px 28px 10px;
	}
	#cooplab .sec01 .area .headLine12 {
		margin-left: 0;
		font-size: 2.1rem;
		line-height: 1.33;
	}
	#cooplab .sec01 .area .headLine12 span {
		margin-right: 10px;
		padding-top: 3px;
		width: 41px;
		height: 41px;
		font-size: 2.4rem;
		vertical-align: 6px;
	}
	#cooplab .sec01 .area .photo {
		margin: 0 -16px 20px -10px;
	}
	#cooplab .sec01 .area .title {
		margin-bottom: 20px;
	}
	#cooplab .sec01 .area .textList li {
		font-size: 1.6rem;
	}
	#cooplab .sec01 .area01 {
		margin-bottom: 70px;
		padding-bottom: 34px;
	}
	#cooplab .sec01 .area01 .headLine12 {
		margin-bottom: 31px;
	}
	#cooplab .sec01 .comBtn {
		width: auto;
		max-width: 341px;
	}
	#cooplab .sec01 .comBtn a {
		padding: 12px 30px 11px 8px;
		font-size: 1.6rem;
	}
	#cooplab .sec01 .note {
		font-size: 1.6rem;
	}
	#cooplab .sec02 {
		margin-bottom: 48px;
		padding: 1px 0 40px;
	}
	#cooplab .sec02::before {
		left: 0;
	}
	#cooplab .sec02 .comImgBox03 {
		margin: -31px 0 0 16px;
		max-width: inherit;
	}
	#cooplab .sec02 .comImgBox03 .photoBox {
		width: 136px;
	}
	#cooplab .sec02 .comImgBox03 .textBox {
		margin-top: 57px;
		width: calc(100% - 160px);
		max-width: inherit;
	}
	#cooplab .sec02 .headLine11 {
		margin-bottom: 33px;
		line-height: 1.38;
		min-height: 144px;
	}
	#cooplab .sec02 .text {
		margin: 0 -144px 30px 0;
		font-size: 1.6rem;
	}
	#cooplab .sec02 .subBox {
		margin: 0 -150px 40px -6px;
	}
	#cooplab .sec02 .subBox h3 {
		margin-bottom: 16px;
	}
	#cooplab .sec02 .subBox p {
		font-size: 1.6rem;
	}
	#cooplab .sec02 .subBox .pho {
		margin: 17px 0 20px;
		width: 279px;
	}
	#cooplab .sec02 .subBox .ttl {
		font-weight: 700;
	}
	#cooplab .sec02 .subBox ul {
		margin: 23px 0 30px;
	}
	#cooplab .sec02 .subBox ul li {
		margin-bottom: 24px;
		padding-left: 0;
		text-indent: 0;
		font-size: 1.6rem;
	}
	#cooplab .sec02 .subBox ul li:last-of-type {
		margin-bottom: 0;
	}
	#cooplab .sec02 .subBox .map {
		margin-right: 0;
		height: 54.93vw;
	}
	#cooplab .sec02 .subBox .map iframe {
		width: 100%;
		height: 100%;
	}
}
@media all and (max-width: 374px) {
	#cooplab .sec02 .headLine11 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	shokuhin_tenkabutu
------------------------------------------------------------*/
#coop.shokuhin_tenkabutu .topBox {
	padding: 80px 0 40px;
}
#coop.shokuhin_tenkabutu .topBox .headLine11 {
	margin-bottom: 40px;
}
#coop.shokuhin_tenkabutu .topBox .text {
	margin: 0 0 54px;
	line-height: 1.88;
}
#coop.shokuhin_tenkabutu .topBox .text01 {
	margin-bottom: 19px;
}
#coop.shokuhin_tenkabutu .topBox .btnList {
	margin: -30px 0 30px;
	display: flex;
	flex-wrap: wrap;
}
#coop.shokuhin_tenkabutu .topBox .btnList li {
	margin: 30px 30px 0 0;
	width: 260px;
	display: flex;
}
#coop.shokuhin_tenkabutu .topBox .btnList li:last-of-type {
	margin-right: 0;
}
#coop.shokuhin_tenkabutu .topBox .btnList a {
	padding: 20px 40px 19px 18px;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	border-radius: 15px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	background: url(../img/common/icon16.png) no-repeat right 20px center / 17px auto;
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#coop.shokuhin_tenkabutu .topBox .btnList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#coop.shokuhin_tenkabutu .prodact .headLine02 {
		margin-bottom: 13px;
		padding-bottom: 6px;
	}
	#coop.shokuhin_tenkabutu .prodact .headLine02 span {
		font-size: 3.6rem;
	}
	#coop.shokuhin_tenkabutu .topBox {
		margin-bottom: 60px;
		padding: 57px 17px 35px 14px;
	}
	#coop.shokuhin_tenkabutu .topBox .headLine11 {
		margin-bottom: 29px;
		font-size: 2.2rem;
	}
	#coop.shokuhin_tenkabutu .topBox .text {
		margin: 0 0 5px;
	}
	#coop.shokuhin_tenkabutu .topBox .text01 {
		margin-bottom: 34px;
	}
	#coop.shokuhin_tenkabutu .topBox .btnList {
		margin: 0 auto 63px;
		display: block;
	}
	#coop.shokuhin_tenkabutu .topBox .btnList li {
		margin: 0 auto 16px;
		width: auto;
		max-width: 345px;
		display: block;
	}
	#coop.shokuhin_tenkabutu .topBox .btnList li:last-of-type {
		margin-right: auto;
		margin-bottom: 0;
	}
	#coop.shokuhin_tenkabutu .topBox .btnList a {
		padding: 20px 40px 19px 18px;
		display: block;
	}
}
/*------------------------------------------------------------
	katudou
------------------------------------------------------------*/
#coop.katudou .topBox {
	margin-bottom: 60px;
	padding: 69px 0 40px;
}
#coop.katudou .topBox .area {
	margin-bottom: 93px;
}
#coop.katudou .topBox .area:last-of-type {
	margin-bottom: 0;
}
#coop.katudou .topBox .area p {
	margin-right: 0;
}
#coop.katudou .topBox .area .headLine12 {
	margin-left: 30px;
}
#coop.katudou .topBox .area .whiteBox {
	padding: 15px 50px 9px;
	background-color: #fff;
}
#coop.katudou .topBox .area .whiteBox .ttl {
	margin-bottom: 17px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
}
#coop.katudou .topBox .area .whiteBox .text {
	margin-bottom: 20px;
	line-height: 1.88;
}
#coop.katudou .topBox .area01 .whiteBox .linkList {
	margin: -1px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#coop.katudou .topBox .area.area01 .linkList {
	max-width: 645px;
}
#coop.katudou .topBox .area01 .whiteBox .linkList li {
	margin-top: 1px;
	width: 50%;
}
#coop.katudou .topBox .area02 {
	margin-bottom: 76px;
}
#coop.katudou .topBox .area02 .whiteBox {
	padding: 35px 5px 30px 60px;
}
#coop.katudou .topBox .area02 .headLine12 {
	margin-bottom: 15px;
}
#coop.katudou .topBox .area02 .whiteBox .linkList li:not(:last-of-type) {
	margin-bottom: 1px;
}
#coop.katudou .topBox .area03 .headLine12 {
	margin-bottom: 12px;
}
#coop.katudou .topBox .area03 .whiteBox {
	padding: 40px 50px 33px;
}
#coop.katudou .topBox .area03 .whiteBox .text {
	margin-bottom: 13px;
}
@media all and (max-width: 896px) {
	#coop.katudou .prodact {
		margin-bottom: 45px;
	}
	#coop.katudou .prodact .headLine02 span {
		font-size: 3.6rem;
	}
	#coop.katudou .topBox {
		margin-bottom: 60px;
		padding: 18px 15px 40px;
	}
	#coop.katudou .topBox .area {
		margin-bottom: 70px;
	}
	#coop.katudou .topBox .area:last-of-type {
		margin-bottom: 0;
	}
	#coop.katudou .topBox .area p {
		margin-right: 0;
	}
	#coop.katudou .topBox .area .headLine12 {
		margin: 0 0 15px 10px;
		display: flex;
		align-items: center;
	}
	#coop.katudou .topBox .area .headLine12 span {
		margin-right: 15px;
	}
	#coop.katudou .topBox .area .headLine12 strong {
		margin-top: 25px;
		width: calc(100% - 76px);
	}
	#coop.katudou .topBox .area .whiteBox {
		padding: 29px 20px 30px;
	}
	#coop.katudou .topBox .area .whiteBox .ttl {
		margin-bottom: 12px;
	}
	#coop.katudou .topBox .area .whiteBox .text {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	#coop.katudou .topBox .area01 .whiteBox .linkList {
		margin: 0 3px;
		display: block;
	}
	#coop.katudou .topBox .area.area01 .linkList {
		max-width: 645px;
	}
	#coop.katudou .topBox .area01 .whiteBox .linkList li {
		margin: 0 0 11px;
		width: auto;
	}
	#coop.katudou .topBox .area01 .whiteBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#coop.katudou .topBox .area02 {
		margin-bottom: 68px;
	}
	#coop.katudou .topBox .area02 .whiteBox {
		padding: 26px 10px 32px;
	}
	#coop.katudou .topBox .area02 .headLine12 {
		margin-bottom: 15px;
	}
	#coop.katudou .topBox .area02 .headLine12 strong {
		margin-top: 7px;
	}
	#coop.katudou .topBox .area02 .whiteBox .linkList li:not(:last-of-type) {
		margin-bottom: 11px;
	}
	#coop.katudou .topBox .area03 .headLine12 {
		margin-bottom: 23px;
	}
	#coop.katudou .topBox .area03 .whiteBox {
		padding: 19px 10px 40px;
	}
	#coop.katudou .topBox .area03 .whiteBox .text {
		margin-bottom: 30px;
	}
	#coop.katudou .topBox .area03 .whiteBox .linkList li:not(:last-of-type) {
		margin-bottom: 23px;
	}
}
/*link.html*/
#coop.link .linkBox {
	margin: 20px 0 40px;
}
#coop.link .linkBox h2{
	margin-top:10px;
}
#coop.link .linkBox dt {
	margin: 10px 0;
	font-weight:bold;
}
#coop.link .linkBox dd {
	margin-bottom:20px;
}

/*------------------------------------------------------------
	fumufumu
------------------------------------------------------------*/
#fumufumu .comBgBox01 {
	padding: 65px 0 119px;
}
#fumufumu .comBgBox01 .headLine11 {
	margin-bottom: 3px;
}
#fumufumu .headLine01 {
	color: #333;
}
#fumufumu .area {
	margin: 0 auto 60px;
	max-width: 800px;
}
#fumufumu .tImgBox {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#fumufumu .tImgBox .photoBox {
	margin-right: 1px;
	width: 17.5%;
}
#fumufumu .tImgBox .photoBox img {
	width: 100%;
}
#fumufumu .tImgBox .textBox {
	margin-top: 16px;
	width: 76.13%;
}
#fumufumu .tImgBox .textBox .head01 {
	margin-bottom: 21px;
	padding: 12px 0 8px;
	color: #333;
	font-size: 22px;
	line-height: 1.36;
	border-top: 2px solid #F3981F;
	border-bottom: 2px solid #F3981F;
}
#fumufumu .tImgBox .textBox p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .borderBox {
	margin-bottom: 42px;
	padding: 24px 20px 18px;
	color: #333;
	border: 1px solid #D6D6D6;
	background-color: #fff;
}
#fumufumu .borderBox h3 {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 1.2;
}
#fumufumu .borderBox .txtList li {
	margin-bottom: 9px;
	padding-left: 1em;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-indent: -1em;
}
#fumufumu .borderBox .txtList li:last-of-type {
	margin-bottom: 0;
}
#fumufumu .subBox {
	margin-bottom: 59px;
}
#fumufumu .subBox:last-of-type {
	margin-bottom: 0;
}
#fumufumu .subBox .head02 {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	color: #333;
	font-size: 20px;
	line-height: 1.4;
}
#fumufumu .subBox .head02::before {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: -2px;
	background: url(../img/quality/library/bg01.png) no-repeat center center / cover;
	content: '';
}
#fumufumu .subBox .textList {
	margin-bottom: 22px;
}
#fumufumu .subBox .textList li {
	margin-bottom: 7px;
	padding-left: 1em;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-indent: -1em;
}
#fumufumu .subBox .textList li:last-of-type {
	margin-bottom: 0;
}
#fumufumu .subBox .imgBox {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#fumufumu .subBox .imgBox:last-of-type {
	margin-bottom: 0;
}
#fumufumu .subBox .imgBox .photoBox {
	margin-top: -4px;
	width: 11.88%;
}
#fumufumu .subBox .imgBox .photoBox img {
	width: 100%;
}
#fumufumu .subBox .imgBox .textBox {
	width: 84.7%;
}
#fumufumu .subBox .imgBox .textBox .ttl {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.14;
}
#fumufumu .subBox .imgBox .textBox p {
	color: #333;
	text-align: right;
}
#fumufumu .subBox .imgBoxL .textBox p {
	text-align: left;
}
#fumufumu .subBox .imgBox .textBox .txt {
	margin-right: -2px;
}
#fumufumu .subBox .imgBoxL .textBox .txt {
	margin: 0 0 0 -2px;
}
#fumufumu .subBox .imgBox .textBox .txt span {
	padding: 21px 29px 19px;
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #F3981F;
	vertical-align: top;
	background-color: #fff;
}
#fumufumu .subBox .imgBox .textBox .txt span::after {
	width: 17px;
	height: 17px;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/quality/library/bg02.png) no-repeat center center / cover;
	content: '';
}
#fumufumu .subBox .imgBoxL .textBox .txt span::after {
	right: auto;
	left: -16px;
	background-image: url(../img/quality/library/bg03.png);
}
#fumufumu .area01 .tImgBox {
	margin-bottom: 5px;
}
#fumufumu .area01 .tImgBox .textBox {
	margin-top: 6px;
}
#fumufumu .area01 .tImgBox .textBox .head01 {
	margin-bottom: 10px;
}
#fumufumu .area01 .subBox .head02 {
	margin-bottom: 13px;
}
#fumufumu .area01 .subBox p {
	margin-bottom: 8px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .area01 .subBox p:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area01 .subBox .note {
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.71;
	text-indent: -1em;
}
#fumufumu .area01 .subBox01 {
	margin-bottom: 38px;
}
#fumufumu .area01 .borderBox h3 {
	margin-bottom: 11px;
	padding-left: 43px;
}
#fumufumu .area01 .borderBox h3 span {
	color: #F3981F;
}
#fumufumu .area01 .borderBox .textImg {
	margin-bottom: 20px;
	text-align: center;
}
#fumufumu .area01 .borderBox .textImg img {
	width: 100%;
	max-width: 688px;
}
#fumufumu .area01 .borderBox .note {
	margin: 0 auto;
	max-width: 688px;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .area01 .borderBox .note a {
	text-decoration: underline;
}
#fumufumu .area01 .subBox02 {
	margin-bottom: 63px;
}
#fumufumu .subBox .txtDl {
	margin-bottom: 17px;
	max-width: 391px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
#fumufumu .subBox .txtDl dt {
	padding: 12px 2px 8px;
	width: 67px;
	text-align: center;
	box-sizing: border-box;
	background-color: #F4F4F4;
}
#fumufumu .subBox .txtDl dd {
	padding: 11px 5px 9px 10px;
	width: calc(100% - 67px);
	box-sizing: border-box;
}
#fumufumu .area01 .subBox03 p {
	margin-bottom: 20px;
}
#fumufumu .area01 .subBox03 p:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area01 .subBox03 .txt01 {
	font-size: 14px;
	line-height: 1.57;
}
#fumufumu .area01 .subBox04 {
	margin-bottom: 63px;
}
#fumufumu .area01 .subBox04 .borderBox {
	margin: 8px 0 0;
	padding: 11px 10px 6px;
}
#fumufumu .area01 .subBox05 p {
	margin-bottom: 19px;
}
#fumufumu .area01 .subBox05 .borderBox {
	margin: 8px 0 0;
}
#fumufumu .area01 .subBox05 .imgBox01 {
	display: flex;
	justify-content: space-between;
}
#fumufumu .area01 .subBox05 .imgBox01 .photoBox {
	width: 107px;
}
#fumufumu .area01 .subBox05 .imgBox01 .photoBox img {
	width: 100%;
}
#fumufumu .area01 .subBox05 .imgBox01 .photoBox p {
	margin-bottom: 13px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#fumufumu .area01 .subBox05 .imgBox01 .textBox {
	margin-top: 3px;
	width: calc(100% - 146px);
}
#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li {
	margin-bottom: 20px;
	padding: 11px 1px 8px 10px;
	position: relative;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #D6D6D6;
}
#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li::after {
	width: 22px;
	height: 12px;
	position: absolute;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
	background: url(../img/quality/library/bg04.png) no-repeat center center / 100% auto;
	content: '';
}
#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li:last-of-type::after {
	display: none;
}
#fumufumu .area01 .subBox05 .borderBox {
	padding:  16px 9px 20px 30px;
}
#fumufumu .area01 {
	margin-bottom: 70px;
}
#fumufumu .area02 .tImgBox {
	margin-bottom: 27px;
}
#fumufumu .area02 .tImgBox .textBox {
	margin-top: 32px;
}
#fumufumu .area02 .subBox01 .head02 {
	margin-bottom: 12px;
}
#fumufumu .area02 .subBox01 .head02::before {
	background-image: url(../img/quality/library/bg05.png);
}
#fumufumu .area02 .subBox p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .area02 .subBox p.btm01 {
	margin-bottom: 24px;
}
#fumufumu .area02 .subBox02 {
	margin-bottom: 61px;
}
#fumufumu .area02 .subBox01 .photoList {
	margin: -22px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fumufumu .area02 .subBox01 .photoList li {
	margin-top: 40px;
	width: calc((100% - 40px) / 2);
	position: relative;
}
#fumufumu .area02 .subBox01 .photoList li img {
	width: 100%;
}
#fumufumu .area02 .subBox01 .photoList li::after {
	width: 27px;
	height: 40px;
	position: absolute;
	right: -34px;
	top: calc(50% + 20px);
	transform: translateY(-50%);
	background: url(../img/quality/library/bg08.png) no-repeat center center / cover;
	content: '';
}
#fumufumu .area02 .subBox01 .photoList li:nth-of-type(2n)::after {
	display: none;
}
#fumufumu .area02 .subBox01 {
	margin-bottom: 64px;
}
#fumufumu .area02 .subBox03 h3 {
	padding-left: 49px;
}
#fumufumu .area02 .subBox03 h3::before {
	background-image: url(../img/quality/library/bg06.png);
}
#fumufumu .area02 .subBox03 p {
	margin-bottom: 19px;
}
#fumufumu .area02 .subBox03 .borderBox {
	margin-bottom: 22px;
}
#fumufumu .area02 .subBox03 .borderBox p {
	margin-bottom: 8px;
}
#fumufumu .area02 .subBox03 .borderBox p:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area02 .subBox03 .borderBox .txtBox {
	margin-bottom: 10px;
	padding: 11px 10px 9px;
	background-color: #F4F2EF;
}
#fumufumu .area02 .subBox03 .borderBox .txt01 {
	padding-left: 58px;
	font-weight: bold;
	background: url(../img/quality/library/bg07.png) no-repeat left 9px center / auto 24px;
}
#fumufumu .area02 .subBox03 .borderBox .txtBox p:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area02 .subBox03  {
	margin-bottom: 23px;
}
#fumufumu .area02 .subBox .imgBox .textBox .txt span::after {
	top: 33px;
}
#fumufumu .area02 .subBox .imgBox .textBox .txt small {
	display: inline-block;
	text-align: left;
}
#fumufumu .area02 .subBox04 {
	margin-bottom: 20px;
}
#fumufumu .area02 .subBox05 .borderBox {
	margin-bottom: 10px;
	padding: 20px 20px 27px;
}
#fumufumu .area02 .subBox05 .imgBox01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#fumufumu .area02 .subBox05 .imgBox01 .photoBox {
	width: 25.66%;
}
#fumufumu .area02 .subBox05 .imgBox01 .photoBox img {
	width: 100%;
}
#fumufumu .area02 .subBox05 .imgBox01 .textBox {
	margin-top: 9px;
	width: 61.74%;
}
#fumufumu .area02 .subBox05 .imgBox01 .textBox .ttl {
	margin-bottom: 10px;
}
#fumufumu .area02 .subBox05 .imgBox01 .textBox .ttl img {
	width: 100%;
	max-width: 282px;
}
#fumufumu .area02 .subBox05 .imgBox01 .textBox .txtDl {
	margin-bottom: 0;
	max-width: inherit;
}
#fumufumu .area02 .subBox05 .imgBox01 .textBox .txtDl dd {
	padding-right: 10px;
}
#fumufumu .area02 {
	margin-bottom: 52px;
}
#fumufumu .area03 .tImgBox {
	margin-bottom: 8px;
}
#fumufumu .area03 .subBox02 {
	margin-bottom: 41px;
}
#fumufumu .area03 .subBox02 .imgBox .textBox .txt span {
	max-width: 558px;
	box-sizing: border-box;
}
#fumufumu .area03 .subBox02 .imgBox .textBox .txt span::after {
	top: 34px;
}
#fumufumu .area03 .subBox02 .imgBox .textBox .txt span small {
	text-align: left;
	display: inline-block;
}
#fumufumu .area03 .text {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .area03 .photo {
	margin-bottom: 45px;
}
#fumufumu .area03 .photo img {
	width: 100%;
}
#fumufumu .area03 .subBox p {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .area03 .subBox p:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area03 .subBox01 {
	margin-bottom: 43px;
}
#fumufumu .area03 .subBox01 .photoList {
	margin: -40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fumufumu .area03 .subBox01 .photoList li {
	margin-top: 40px;
	width: calc((100% - 40px) / 2);
}
#fumufumu .area03 .subBox01 .photoList li img {
	width: 100%;
}
#fumufumu .area03 .subBox03 {
	margin-bottom: 62px;
}
#fumufumu .area03 .subBox04 .txtList {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#fumufumu .area03 .subBox04 .txtList li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#fumufumu .area03 .subBox04 .txtList li:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area03 {
	margin-bottom: 107px;
}
#fumufumu .area04 .tImgBox {
	margin-bottom: 19px;
}
#fumufumu .area04 .tImgBox .photoBox img {
	max-width: 109px;
}
#fumufumu .area04 .tImgBox .textBox {
	margin-top: 23px;
}
#fumufumu .area04 .subBox p {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 1.5;
}
#fumufumu .area04 .subBox p:last-of-type {
	margin-bottom: 0;
}
#fumufumu .area:last-of-type {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#fumufumu .area01 .borderBox .note a:hover {
		text-decoration: none;
	}
}
@media all and (min-width: 0) and (max-width: 896px) {
	#fumufumu .headLine01 {
		margin-bottom: 15px;
		padding: 4px 10px 0;
		font-size: 21px;
		line-height: 1.33;
	}
	#fumufumu .comBgBox01 {
		padding: 52px 14px 116px;
	}
	#fumufumu .comBgBox01 .headLine11 {
		margin-bottom: 57px;
	}
	#fumufumu .area {
		margin-bottom: 116px;
		max-width: inherit;
	}
	#fumufumu .tImgBox {
		margin-bottom: 18px;
		position: relative;
		display: block;
	}
	#fumufumu .tImgBox .photoBox {
		margin-right: 0;
		width: 90px;
		position: absolute;
		right: 0;
		top: -16px;
	}
	#fumufumu .tImgBox .textBox {
		margin-top: 16px;
		width: auto;
	}
	#fumufumu .tImgBox .textBox .head01 {
		margin-bottom: 31px;
		width: calc(100% - 105px);
		min-height: 114px;
		box-sizing: border-box;
	}
	#fumufumu .tImgBox .textBox p {
		color: #333;
		font-size: 16px;
		line-height: 1.5;
	}
	#fumufumu .borderBox {
		margin-bottom: 63px;
		padding-top: 22px;
	}
	#fumufumu .borderBox h3 {
		margin-right: -5px;
	}
	#fumufumu .subBox {
		margin-bottom: 60px;
	}
	#fumufumu .subBox .head02 {
		margin-bottom: 11px;
	}
	#fumufumu .subBox .textList {
		margin-bottom: 22px;
	}
	#fumufumu .subBox .textList li {
		margin-bottom: 9px;
		line-height: 1.5;
	}
	#fumufumu .subBox .imgBox {
		margin-bottom: 28px;
	}
	#fumufumu .subBox .imgBox:last-of-type {
		margin-bottom: 0;
	}
	#fumufumu .subBox .imgBox .photoBox {
		margin-top: 16px;
		width: 56px;
	}
	#fumufumu .subBox .imgBox .textBox {
		width: calc(100% - 73px);
	}
	#fumufumu .subBox .imgBox .textBox .ttl {
		margin-bottom: 1px;
		font-size: 12px;
		line-height: 1.33;
	}
	#fumufumu .subBox .imgBoxL .textBox p {
		text-align: left;
	}
	#fumufumu .subBox .imgBox .textBox .txt {
		margin-right: -2px;
	}
	#fumufumu .subBox .imgBoxL .textBox .txt {
		margin: 0 0 0 -2px;
	}
	#fumufumu .subBox .imgBox .textBox .txt span {
		padding: 16px 15px 12px;
		font-size: 18px;
		line-height: 1.44;
		text-align: left;
		border-radius: 5px;
	}
	#fumufumu .subBox .imgBox .textBox .txt span::after {
		width: 11px;
		height: 11px;
		right: -11px;
		top: 33px;
		background-image: url(../img/quality/library/sp_bg02.png);
	}
	#fumufumu .subBox .imgBoxL .textBox .txt span::after {
		right: auto;
		left: -11px;
		top: 27px;
		background-image: url(../img/quality/library/sp_bg03.png);
	}
	#fumufumu .area01 .tImgBox {
		margin-bottom: 20px;
	}
	#fumufumu .area01 .tImgBox .textBox {
		margin-top: 6px;
	}
	#fumufumu .area01 .tImgBox .textBox .head01 {
		margin-bottom: 31px;
		padding-right: 10px;
	}
	#fumufumu .area01 .subBox .head02 {
		margin-bottom: 11px;
	}
	#fumufumu .area01 .subBox p {
		margin-bottom: 9px;
	}
	#fumufumu .area01 .subBox .note {
		font-size: 12px;
		line-height: 1.5;
	}
	#fumufumu .area01 .subBox01 {
		margin-bottom: 38px;
	}
	#fumufumu .area01 .borderBox {
		margin-bottom: 43px;
		padding: 19px 16px 17px;
	}
	#fumufumu .area01 .borderBox h3 {
		margin-bottom: 9px;
		padding-left: 0;
		font-size: 18px;
		line-height: 1.44;
	}
	#fumufumu .area01 .borderBox .textImg {
		margin-bottom: 11px;
	}
	#fumufumu .area01 .borderBox .textImg img {
		max-width: inherit;
	}
	#fumufumu .area01 .borderBox .note {
		max-width: inherit;
		font-size: 12px;
	}
	#fumufumu .area01 .subBox02 {
		margin-bottom: 63px;
	}
	#fumufumu .subBox .txtDl {
		margin-bottom: 13px;
		max-width: inherit;
	}
	#fumufumu .subBox .txtDl dd {
		padding: 11px 5px 7px 10px;
	}
	#fumufumu .area01 .subBox03 p {
		margin-bottom: 9px;
	}
	#fumufumu .area01 .subBox03 p:last-of-type {
		margin-bottom: 0;
	}
	#fumufumu .area01 .subBox03 .txt01 {
		font-size: 14px;
		line-height: 1.57;
	}
	#fumufumu .area01 .subBox04 {
		margin-bottom: 63px;
	}
	#fumufumu .area01 .subBox04 .borderBox {
		margin: 8px 0 0;
		padding: 21px 10px 19px;
	}
	#fumufumu .area01 .subBox05 p {
		margin-bottom: 19px;
	}
	#fumufumu .area01 .subBox05 .imgBox01 {
		display: block;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .photoBox {
		margin: 0 auto;
		width: auto;
		max-width: 304px;
		text-align: center;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .photoBox img {
		max-width: 155px;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .photoBox p {
		margin-bottom: -13px;
		text-align: left;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .textBox {
		margin-top: 10px;
		width: auto;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li {
		margin-bottom: 31px;
		padding: 11px 5px 7px 8px;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li:last-of-type {
		margin-bottom: 0;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li::after {
		bottom: -21px;
	}
	#fumufumu .area01 .subBox05 .imgBox01 .txtList01 li:last-of-type::after {
		display: none;
	}
	#fumufumu .area01 .subBox05 .borderBox {
		padding: 21px 10px 19px;
	}
	#fumufumu .area01 {
		margin-bottom: 117px;
	}
	#fumufumu .area02 .subBox02 {
		margin-bottom: 61px;
	}
	#fumufumu .area02 .subBox01 .photoList {
		margin: 19px 1px 0;
		display: block;
	}
	#fumufumu .area02 .subBox01 .photoList li {
		margin: 0 0 47px;
		width: auto;
	}
	#fumufumu .area02 .subBox01 .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#fumufumu .area02 .subBox01 .photoList li img {
		width: 100%;
	}
	#fumufumu .area02 .subBox01 .photoList li::after {
		width: 40px;
		height: 27px;
		right: 50%;
		top: auto;
		bottom: -37px;
		transform: translate(50%,0);
		background-image: url(../img/quality/library/sp_bg08.png);
	}
	#fumufumu .area02 .subBox01 {
		margin-bottom: 64px;
	}
	#fumufumu .area02 .subBox03 h3 {
		padding-left: 40px;
	}
	#fumufumu .area02 .subBox03 p {
		margin-bottom: 10px;
	}
	#fumufumu .area02 .subBox03 .borderBox {
		margin-bottom: 12px;
	}
	#fumufumu .area02 .subBox03 .borderBox .txtBox {
		margin-bottom: 10px;
		padding: 11px 10px 9px;
		background-color: #F4F2EF;
	}
	#fumufumu .area02 .subBox03 .borderBox .txt01 {
		padding-left: 48px;
		background-position: left top;
	}
	#fumufumu .area02 .subBox03  {
		margin-bottom: 23px;
	}
	#fumufumu .area02 .subBox .imgBox .textBox .txt span::after {
		top: 33px;
	}
	#fumufumu .area02 .subBox04 {
		margin-bottom: 20px;
	}
	#fumufumu .area02 .subBox05 .borderBox {
		margin-bottom: 12px;
		padding-bottom: 19px;
	}
	#fumufumu .area02 .subBox05 .imgBox01 {
		display: block;
	}
	#fumufumu .area02 .subBox05 .imgBox01 .photoBox {
		width: auto;
	}
	#fumufumu .area02 .subBox05 .imgBox01 .textBox {
		margin-top: 20px;
		width: auto;
	}
	#fumufumu .area02 .subBox05 .imgBox01 .textBox .ttl {
		display: none;
	}
	#fumufumu .area02 .subBox05 .imgBox01 .textBox .txtDl {
		margin-bottom: 0;
		max-width: inherit;
	}
	#fumufumu .area02 .subBox05 .imgBox01 .textBox .txtDl dd {
		padding-right: 10px;
	}
	#fumufumu .area02 {
		margin-bottom: 110px;
	}
	#fumufumu .area03 .tImgBox {
		margin-bottom: 50px;
	}
	#fumufumu .area03 .tImgBox .textBox .head01 {
		margin-bottom: 0;
		padding-right: 10px;
		min-height: inherit;
	}
	#fumufumu .area03 .tImgBox .photoBox {
		top: -33px;
	}
	#fumufumu .area03 .subBox02 {
		margin-bottom: 22px;
	}
	#fumufumu .area03 .subBox02 .imgBox .textBox .txt span {
		max-width: 558px;
		box-sizing: border-box;
	}
	#fumufumu .area03 .subBox02 .imgBox .textBox .txt span::after {
		top: 34px;
	}
	#fumufumu .area03 .subBox02 .imgBox .textBox .txt span small {
		text-align: left;
		display: inline-block;
	}
	#fumufumu .area03 .text {
		margin-bottom: 8px;
	}
	#fumufumu .area03 .photo {
		margin: 0 1px 45px;
	}
	#fumufumu .area03 .subBox p {
		margin-bottom: 10px;
	}
	#fumufumu .area03 .subBox01 {
		margin-bottom: 43px;
	}
	#fumufumu .area03 .subBox01 .photoList {
		margin: -2px 1px 12px;
		display: block;
	}
	#fumufumu .area03 .subBox01 .photoList li {
		margin: 0 0 10px;
		width: auto;
	}
	#fumufumu .area03 .subBox01 .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#fumufumu .area03 .subBox03 {
		margin-bottom: 62px;
	}
	#fumufumu .area03 .subBox03 .imgBoxL .textBox .txt span::after {
		top: 25px;
	}
	#fumufumu .area03 {
		margin-bottom: 115px;
	}
	#fumufumu .area04 .tImgBox {
		margin-bottom: 19px;
	}
	#fumufumu .area04 .tImgBox .photoBox {
		margin-right: 12px;
		text-align: right;
	}
	#fumufumu .area04 .tImgBox .photoBox img {
		max-width: 70px;
	}
}

/*------------------------------------------------------------
	coopkentei
------------------------------------------------------------*/
#coopkentei .pageBox {
	margin-bottom: 0;
}
#coopkentei .pageVisual {
	padding: 55px 13px 17px 0;
	text-align: center;
	background: url(../img/sdgs/coopkentei/page_bg01.jpg) no-repeat center bottom / cover;
}
#coopkentei .pageVisual img {
	width: 658px;
}
#coopkentei .sec01 {
	padding: 43px 0 120px;
	background-color: #EDF2F4;
}
#coopkentei .sec01 .topText {
	margin-bottom: 58px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.64;
	letter-spacing: -0.014em;
	text-align: center;
}
#coopkentei .sec01 .area {
	margin: 0 auto 60px;
	padding: 21px 20px 0;
	max-width: 800px;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
}
#coopkentei .sec01 .num01 {
	width: 95px;
	position: absolute;
	left: 19px;
	top: -21px;
}
#coopkentei .sec01 h2 {
	margin: 0 13% 40px 15%;
	font-size: 2.6rem;
	line-height: 1.38;
	letter-spacing: -0.014em;
}
#coopkentei .sec01 h2.head01 {
	margin-bottom: 43px;
	letter-spacing: 0;
}
#coopkentei .sec01 .photo {
	margin: 0 auto 40px;
	width: 480px;
}
#coopkentei .sec01 .textList {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 600px;
}
#coopkentei .sec01 .textList:not(.done) li {
	cursor: pointer;
}
#coopkentei .sec01 .textList li.on,
#coopkentei .sec01 .textList:not(.done) li:hover {
	background-color: #B8D8EE;
}
#coopkentei .sec01 .textList li {
	margin-bottom: 10px;
	padding: 5px 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 6px;
	background-color: #DCEBF0;
	cursor: pointer;
}
#coopkentei .sec01 .textList li.on {
	background-color: #B8D8EE;
}
#coopkentei .sec01 .textList li:last-of-type {
	margin-bottom: 0;
}
#coopkentei .sec01 .textList .num {
	margin-top: 3px;
	padding: 2px 2px 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.64;
	letter-spacing: -0.014em;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #226D95;
}
#coopkentei .sec01 .textList .txt {
	width: calc(100% - 50px);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.014em;
}
#coopkentei .sec01 .imgBox {
	display: none;
	margin: 0 -20px;
	padding: 24px 13.3% 46px;
	border-radius: 0 0 10px 10px;
	background-color: #FCF9ED;
}
#coopkentei .sec01 .imgBox.show {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#coopkentei .sec01 .imgBox .photoBox {
	margin-top: -6px;
	width: 36.75%;
}
#coopkentei .sec01 .imgBox .textBox {
	width: 54.17%;
}
#coopkentei .sec01 .imgBox .textBox .title {
	margin-bottom: 8px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.64;
	letter-spacing: -0.014em;
}
#main .sec01 .errorBox {
	background-color: #DCEBF0;
}
#main .sec01 .errorBox .textBox .title {
	color: #333;
}
#main .sec01 .trueBox .textBox .title {
	color: #F3981F;
}
#coopkentei .sec01 .area01 .imgBox .textBox .title {
	color: #333;
}
#coopkentei .sec01 .area01 .imgBox .photoBox {
	margin-top: 1px;
}
#coopkentei .sec01 .area02 {
	margin-bottom: 84px;
}
#coopkentei .sec01 .resultBox .title {
	margin-bottom: 102px;
	padding-right: 85px;
	text-align: center;
	cursor: pointer;
}
#coopkentei .sec01 .resultBox .title img {
	width: 345px;
}
#coopkentei .sec01 .resultBox .photo {
	margin-bottom: 20px;
	width: 500px;
}
#coopkentei .sec01 .resultBox .result {
	display: none;
}
#coopkentei .sec01 .resultBox .text {
	margin-bottom: 107px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.014em;
	text-align: center;
}
#coopkentei .sec01 .imgArea {
	margin: 0 auto;
	padding: 18px 11.3% 26px;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #C3E9F5;
}
#coopkentei .sec01 .imgArea .photoBox {
	margin-top: 6px;
	width: 33.8%;
}
#coopkentei .sec01 .imgArea .textBox {
	margin-right: 8.2%;
	width: 58%;
}
#coopkentei .sec01 .imgArea .textBox .ttl {
	margin-bottom: 7px;
	color: #226D95;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.014em;
	text-align: center;
}
#coopkentei .sec01 .imgArea .textBox .ttl span {
	margin-bottom: 5px;
	display: block;
}
#coopkentei .sec01 .imgArea .textBox .ttl img {
	width: 130px;
}
#coopkentei .sec01 .imgArea .textBox .txt01 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.014em;
	text-align: center;
}
#coopkentei .sec01 .imgArea .textBox .txt01 span {
	padding: 2px 20px 3px;
	display: inline-block;
	border-radius: 50px;
	background-color: #226D95;
	vertical-align: top;
}
#coopkentei .sec01 .imgArea .textBox .txt02 {
	color: #226D95;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
@media all and (max-width: 896px) {
	#coopkentei .pageBox {
		margin-bottom: 0;
	}
	#coopkentei .pageVisual {
		padding: 43px 25px 26px 15px;
		background-image: url(../img/sdgs/coopkentei/sp_page_bg01.jpg);
	}
	#coopkentei .pageVisual img {
		width: 658px;
	}
	#coopkentei .sec01 {
		padding: 39px 0 80px;
	}
	#coopkentei .sec01 .topText {
		margin-bottom: 117px;
		letter-spacing: 0;
		text-align: left;
	}
	#coopkentei .sec01 .area {
		margin: 0 auto 79px;
		padding: 48px 20px 0;
		max-width: inherit;
	}
	#coopkentei .sec01 .num01 {
		left: calc(50% + 16px);
		top: -40px;
		transform: translateX(-50%);
	}
	#coopkentei .sec01 h2 {
		margin: 0 0 20px;
	}
	#coopkentei .sec01 h2.head01 {
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	#coopkentei .sec01 .photo {
		margin: 0 auto 20px;
		width: auto;
	}
	#coopkentei .sec01 .photo img {
		width: 100%;
	}
	#coopkentei .sec01 .textList {
		margin: 0 auto;
		padding-bottom: 21px;
		width: auto;
	}
	#coopkentei .sec01 .textList li {
		padding-bottom: 6px;
		min-height: 83px;
		box-sizing: border-box;
		align-items: center;
	}
	#coopkentei .sec01 .textList .txt {
		width: calc(100% - 40px);
	}
	#coopkentei .sec01 .imgBox {
		margin: 0 -20px;
		padding: 21px 20px 20px;
	}
	#main .sec01 .imgBox.show {
		display: block;
	}
	#coopkentei .sec01 .imgBox .photoBox {
		margin: 0 0 17px;
		width: auto;
		text-align: center;
	}
	#coopkentei .sec01 .imgBox .photoBox img {
		width: 220px;
	}
	#coopkentei .sec01 .imgBox .textBox {
		width: auto;
	}
	#coopkentei .sec01 .imgBox .textBox .title {
		margin-bottom: 9px;
	}
	#coopkentei .sec01 .imgBox .textBox p {
		font-size: 1.6rem;
	}
	#coopkentei .sec01 .area01 .imgBox {
		padding-top: 30px;
	}
	#coopkentei .sec01 .area01 .imgBox .textBox .title {
		color: #333;
	}
	#coopkentei .sec01 .area01 .imgBox .photoBox {
		margin-top: 0;
	}
	#coopkentei .sec01 .area02 {
		margin-bottom: 63px;
	}
	#coopkentei .sec01 .resultBox .title {
		margin-bottom: 80px;
		padding-right: 37px;
		text-align: center;
	}
	#coopkentei .sec01 .resultBox .title img {
		width: 100%;
		max-width: 297px;
	}
	#coopkentei .sec01 .resultBox .photo {
		margin-bottom: 18px;
		width: auto;
	}
	#coopkentei .sec01 .resultBox .text {
		margin-bottom: 103px;
		font-size: 2.2rem;
		line-height: 1.64;
	}
	#coopkentei .sec01 .imgArea {
		margin: 0 auto;
		padding: 19px 15px 20px;
		max-width: inherit;
		display: block;
	}
	#coopkentei .sec01 .imgArea .photoBox {
		margin: 0 0 16px;
		width: auto;
		text-align: center;
	}
	#coopkentei .sec01 .imgArea .photoBox img {
		width: 197px;
	}
	#coopkentei .sec01 .imgArea .textBox {
		margin-right: 0;
		width: auto;
	}
	#coopkentei .sec01 .imgArea .textBox .ttl {
		margin-bottom: 7px;
	}
	#coopkentei .sec01 .imgArea .textBox .ttl span {
		margin-bottom: 6px;
	}
	#coopkentei .sec01 .imgArea .textBox .ttl img {
		width: 130px;
	}
}
@media all and (max-width: 374px) {
	#coopkentei .sec01 .resultBox .text {
		font-size: 2rem;
	}
	#coopkentei .sec01 .imgArea .textBox .ttl {
		font-size: 2.2rem;
	}
}


/*------------------------------------------------------------
	ambassador
------------------------------------------------------------*/
#official ul.imglist{
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	width: 700px;
	}
	
#official ul.imglist li{
	width: 110px;
    margin-right: 30px;
    margin-bottom: 20px;
	}
	
#official ul.txtList{
	text-align: center;
	}

#official ul.imglist li:nth-of-type(5n){
    margin-right: 0;
	}

#official ul.imglist li img{
	border-radius: 300px;
    border: solid #F4F2EF;
    }

#official ul.imglist02{
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto;
		width: 708px;
}
			
#official ul.imglist02 li{
		width: 167px;
		margin-right: 10px;
		margin-bottom: 10px;
}

#official ul.imglist02 li:nth-of-type(4n){
		margin-right: 0;
}
#official ul.imglist02 li img{
	border-radius: 0;
    border: 0px;
 }

#official .boxwh{
	background: #fff;
	 padding: 60px 20px 80px;
	 width: 800px;
    margin: 0 auto;
    }
    
#official .boxbg{
	background: #FCFBF9;
	padding-bottom: 10px;
	padding-top: 47px;
	border-bottom: solid 1px #f4f2ef;
    }
    
#official h1.k-logo{
	text-align: center;
	margin-bottom: 20px;
    }    

#official h3{
	text-align: center;
	margin-bottom: 36px;
    } 
    
#official h3.active{
	text-align: center;
	margin-bottom: 10px;
    } 
    
#official h3 img{
	width: 40%;
    } 
    
#official span.sw:after{
	content: url(../img/common/icon19.png) no-repeat center bottom / 22px auto;
    }

#official .intro.pc{
	margin-bottom: 60px;
} 

#official .intro.sp{
	background-color: #F4F2EF;
	padding: 12% 7%;
	margin-bottom: 60px;
} 

#official .how ul{
	text-align: center;
	margin: 20px 0 0;
    } 

#official .how p.rec {
	background: #fff;
	padding: 30px 30px 0;
	display: inline-block;
	font-size: 1.8rem;
    } 
#official .how p.rec img {
	padding: 15px 0 0;
} 
    
#official .how li::after{
    width: 22px;
    height: 33px;
    position: absolute;
    left: calc(50% + 1px);
    bottom: -60px;
    transform: translateX(-50%);
    background: url(../img/common/icon19.png) no-repeat center center / cover;
    content: '';
}
#official .how li:last-child::after{
    content: none;
} 

#official .how p.speach{
	position: relative;
    z-index: 20;
    top: 25px;
    } 
#official .how li{
	margin-bottom: 60px;
	position: relative;
    } 

#official .how p.speach img{
	width: 28%;
    } 
    
#official .how p.shere{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	background-image:url(../img/voice/ambassador/spark.png),
    				url(../img/voice/ambassador/spark02.png);
    
    background-repeat:no-repeat,
					  no-repeat;				
    
    background-position: left 150px top 0px, right 156px top 7px;
    height: 100px;
    background-size: 35px;
    }
#official .other {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
}
#official .other strong {
	font-weight: bold;
	color:#E28100;
}
#official .other div:nth-child(1) img {
	padding-bottom: 6px;
}
#official .other div:nth-child(2) img {
	padding-top: 10px;
}
    
#official .acreport{
	text-align: center;
	margin-bottom: 45px;
	}

#official .acreport p{
	padding: 0 43px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    display: inline-block;
    background: url(../img/voice/ambassador/icon03.png) no-repeat left center, url(../img/voice/ambassador/icon04.png) no-repeat right center;
    background-size: 25px;
	} 
	
#official .acreport span{	
	font-weight: normal;
	font-size: 16px;
	}

#official .bnr_ambassador{	
	text-align: center;
	margin-bottom: 50px;
	}
	
#official .bnr_ambassador img{	
	width: 80%;
	}

#official .entry{	
	width: 370px;
    margin: 50px auto 0;
}
	
#official .entry a{	
	color: #fff;
    font-size: 1.8rem;
    line-height: 1.33;
    text-align: center;
    border-radius: 40px;
    background: url(../img/common/icon05.png) no-repeat right 10px center / 13px auto;
    background-color: #7C766D;
    display: block;
    padding: 15px 5px;
	}	 	   
    
@media all and (max-width: 896px) {


#official ul.imglist{
max-width: 340px;
   justify-content: space-between;
    padding-right: 6px;
    width: auto;

	}

#official .boxwh{
	 padding: 60px 20px 80px;
	 width: auto;
    }

#official ul.imglist li{
	width: 72px;
    margin-right: 0;
    margin-bottom: 20px;
	}
	
#official h3 img{
	width: 80%;
    } 
#official ul.imglist li:nth-of-type(5n){
    margin-right: 0;
	}

#official ul.imglist02{
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto;
		width: auto;
}
			
#official ul.imglist02 li{
		width: 48%;
		margin-right: 3%;
		margin-bottom: 3%;
}

#official ul.imglist02 li:nth-of-type(2n){
	margin-right: 0;
}

#official ul.imglist02 li:nth-of-type(4n){
		margin-right: 0;
}
#official ul.imglist02 li img{
	border-radius: 0;
    border: 0px;
 }

#official .how p.speach img{
	width: 70%;
    } 	
	
#official p.send{
	font-size: 1.6rem;
    } 
    
    
#official .how p.shere{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	background-image:url(../img/voice/ambassador/spark.png),
    				url(../img/voice/ambassador/spark02.png);
    
    background-repeat:no-repeat,
					  no-repeat;				
    
    background-position: left 26px top 0px, right 15px top 43px;
    height: 100px;
    background-size: 34px;
    } 
    
    #official .acreport{
	text-align: center;
	margin-bottom: 35px;
	}
	
#official .bnr_ambassador{	
	text-align: center;
	margin-bottom: 50px;
	}
	
#official .bnr_ambassador img{	
	width: 100%;
	} 
	
#official .entry a{	
    font-size: 1.8rem;
    line-height: 1.33;
    text-align: center;
    border-radius: 40px;
    display: block;
    padding: 15px 5px;
	}

#official .entry{	
	max-width: 320px;
    margin: 30px auto 0;
}	   
    	
}

@media (min-width: 897px) and (max-width: 1366px) {
#official .how p.speach img {
    width: 35%;

	}
	

}

@media (min-width: 897px) and (max-width: 1210px) {
#official .how p.speach img {
    width: 35%;
  }
#official h3 img {
    width: 41%;
}

}

@media (min-width: 897px) and (max-width: 936px) {
#official .how p.speach img {
    width: 28%;
  }
  
#official .how p.shere{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	background-image:url(../img/voice/ambassador/spark.png),
    				url(../img/voice/ambassador/spark02.png);
    
    background-repeat:no-repeat,
					  no-repeat;				
    
    background-position: left 9px top 8px, right 7px top 27px;
    height: 100px;
    background-size: 39px;
    }  
	
	 }

/*アンバサダーお試しレポート start*/

#goods.official.report .sec01{
	text-align: center;
	margin: 0 0 44px;
}
#goods.official.report .sec01 .vol{
	border-radius: 25px;
	padding: 10px 15px;
	background-color: #F4F2EF;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	max-width: 340px;
	margin: 0 auto 15px;
	position: relative;
}
#goods.official.report .sec01 .vol:before{
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 12px solid #F4F2EF;
		bottom: -22px;
}
#goods.official.report .sec01 .syohin{
	text-align: center;
	margin-bottom: 40px;
}
#goods.official.report .sec01 .syohin img.pic{
	width: 326px;
	padding-bottom: 10px;
}
#goods.official.report .sec01 .syohin img.pic.pic02{
	width: auto;
}
#goods.official.report .sec01 .syohin p{
	font-weight: bold;
	font-size: 2.0rem;
}
#goods.official.report .sec01 .syohin p img{
	padding-right: 7px;
	height: 30px;
}
#goods.official.report .sec01 .read {
	font-size: 1.6rem;
	line-height: 1.5;
}
#goods.official.report .sec02 {
	background-color: #FAF8EF;
	padding: 44px 0;
}
#goods.official.report .sec02 .box01{
	width: 580px;
	margin: 0 auto;
	display:flex;
	align-items: center;
}
#goods.official.report .sec02 .box01 .img{
	width: 108px;
	padding-right: 40px;
}
#goods.official.report .sec02 .box01 .txt{
	font-size: 1.6rem;
	flex: 1;
}
#goods.official.report .sec02 .box01 p span{
	display: block;
	padding-bottom:10px;
	font-weight: bold;
}
#goods.official.report .repo {
	padding: 44px 0 25px;
	border-bottom:1px dashed #7C766D;
}
#goods.official.report .repo .name{
	border-left:5px solid #f3981f;
	padding-left: 13px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}
#goods.official.report .repo .name img{
	width: 40px;
	height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
#goods.official.report .repo .fl{
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}
#goods.official.report .repo .fl p{
	
	font-size: 1.5rem;
}
#goods.official.report .repo .toukou{
	width: 375px;
	padding-right: 20px;
}
#goods.official.report .repo .toukou02{
	width: 405px;
}
#goods.official.report .repo .icon{
	width: 34px;
    height: 34px;
    border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
}
#goods.official.report .repo .honbun{
	padding-top: 25px;
	font-size: 1.5rem;
    line-height: 1.4;
}
#goods.official.report .comment{
	width: 712px;
	margin: 0 auto;
	padding: 28px 44px;
	border-radius: 10px;
	background-color: #fff8dc;
	display:flex;
	align-items: center;
}
#goods.official.report .comment .img{
	width: 77px;
}
#goods.official.report .comment .txt{
	flex: 1;
	padding-left: 30px;
}
#goods.official.report .sec03 {
	padding:0 0 100px;
}
#goods.official.report .sec03 .foot {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #F3981F;
	padding: 65px 0 25px;
}
#goods.official.report .sec03 .insta {
	border:1px dashed #7C766D;
	border-radius: 10px;
	padding: 33px 10px 40px;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: 7px 7px 0px 0px #f4f2ef;
	text-align: center;
}
#goods.official.report .sec03 .insta span {
	background: linear-gradient(transparent 50%, #faff7e 0%);
}
#goods.official.report .sec03 .product {
	background-color: #f4f2ef;
	margin: 65px 0;
	padding: 40px 35px 25px;
	text-align: center;
}
#goods.official.report .sec03 .product img {
	width: 215px;
	padding-bottom: 12px;
}
#goods.official.report .sec03 .product p {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 25px;
}
#goods.official.report .sec03 .product p img {
	width: 39px;
	padding-right: 5px;
}
#goods.official.report .sec03 .comLink {
	text-align: right;
}


#goods.official.report .repo02 {
	padding: 44px 0 25px;
}

#goods.official.report .repo02 .name02{
	border-left:5px solid #f3981f;
	padding-left: 13px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

#goods.official.report .sec04 {
	background-color: #e2f0d9;
	padding: 44px 44px;
	width: 800px;
    margin: auto;
}

#goods.official.report .sec04-2 {
	background-color: #fff2cc;
	padding: 44px 44px;
	width: 800px;
    margin: auto;
}

#goods.official.report #main .HDBox .linkList p.p02 {
	margin-bottom: 9px !important;
    font-size: 1.6rem !important;
    font-weight: normal;
    line-height: 1.71;
    text-align: center;
    width: 500px;
    display: flex;
}

#goods.official.report .repo .name02{
	border-left:5px solid #f3981f;
	padding-left: 13px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

#goods.official.report .repo .toukou03{
	width: 405px;
	text-align: justify;
}

#goods.official.report .sec02 .box01 .txt02{
	font-size: 1.6rem;
	flex: 1;
	text-align: justify;
}

#goods.official.report .repo01 {
	padding: 44px 0 25px;
}

#goods.official.report .repo01 .name02{
	border-left:5px solid #f3981f;
	padding-left: 13px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

#goods.official.report .repo01 .toukou03{
	width: 405px;
	text-align: justify;
}

#goods.official.report .repo01 .icon{
	width: 34px;
    height: 34px;
    border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
}

#goods.official.report .repo01 .icon{
	width: 33px;
			
}

#goods.official.report .repo01 .toukou{
	width: 375px;
	padding-right: 20px;
}


#goods .br-sp {
	display: none;
}

#goods .br-pc {
	display: block;
}




	 @media all and (max-width: 896px) {

		#goods.official.report .sec01{
			text-align: center;
			margin: 0 15px 30px;
		}
		#goods.official.report .sec01 .vol{
			border-radius: 15px;
			padding: 7px 40px;
			font-size: 1.6rem;
		}
		#goods.official.report .sec01 .syohin{
			
		}
		#goods.official.report .sec01 .syohin img.pic{
			width: 215px;
			padding-bottom: 10px;
		}
		#goods.official.report .sec01 .syohin img.pic.pic02{
			width: auto;
		}
		#goods.official.report .sec01 .syohin p {
			font-size: 1.6rem;
		}

		#goods.official.report .sec01 .syohin p img{
			padding-right: 5px;
			height: 30px;
		}
		#goods.official.report .sec01 .read {
			font-size: 1.6rem;
			line-height: 1.5;
			text-align: left;
		}
		#goods.official.report .sec02 {
			padding: 28px 0;
		}
		#goods.official.report .sec02 .box01{
			width: auto;
			margin: 0 35px;
			display: inherit;
		}
		#goods.official.report .sec02 .box01 .img{
			width: 108px;
			padding-right: 0;
			padding-bottom: 10px;
			margin: 0 auto;
		}
		#goods.official.report .sec02 .box01 .txt{
			text-align: left;
		}
		#goods.official.report .sec02 .box01 div{
			display: block;
			text-align: center;
		}
		#goods.official.report .sec02 .box01 p{
			
		}
		#goods.official.report .sec02 .box01 p span{
			text-align: center;
		}

		#goods.official.report .repo {
			padding: 44px 0 25px;
		}
		#goods.official.report .repo .name{
			padding-left: 13px;
			margin-bottom: 8px;
			font-size: 1.8rem;
		}
		#goods.official.report .repo .name img{
			width: 33px;
			height: 33px;
		}
		#goods.official.report .repo .fl{
			display: inherit;
			margin-bottom: 30px;
			justify-content: center;
		}
		#goods.official.report .repo .fl p{
			padding-top: 15px;
		}
		#goods.official.report .repo .toukou{
			width: 100%;
			padding-right: 0;
		}
		#goods.official.report .repo .toukou02{
			width: 100%;
		}
		#goods.official.report .repo .icon{
			width: 33px;
			
		}
		#goods.official.report .repo .honbun{
			padding-top: 25px;
			font-size: 1.5rem;
			line-height: 1.4;
		}
		#goods.official.report .comment{
			width: 92%;
			margin: 0 auto;
			padding: 20px 4%;
			border-radius: 10px;
			background-color: #fff8dc;
			display:flex;
			align-items: center;
		}
		#goods.official.report .comment .img{
			width: 77px;
		}
		#goods.official.report .comment .txt{
			flex: 1;
			padding-left: 10px;
		}
		#goods.official.report .sec03 {
			padding:0 0 60px;
		}
		#goods.official.report .sec03 .foot {
			text-align: center;
			font-weight: bold;
			font-size: 1.8rem;
			color: #F3981F;
			padding: 30px 0 25px;
		}
		#goods.official.report .sec03 .insta {
			border:1px dashed #7C766D;
			border-radius: 10px;
			padding: 20px 10px 24px;
			font-size: 1.6rem;
			font-weight: bold;
			box-shadow: 7px 7px 0px 0px #f4f2ef;
			text-align: center;
		}
		#goods.official.report .sec03 .insta span {
			background: linear-gradient(transparent 50%, #faff7e 0%);
		}
		#goods.official.report .sec03 .product {
			background-color: #f4f2ef;
			margin: 40px 0 65px;
			padding: 40px 35px 25px;
			text-align: center;
		}
		#goods.official.report .sec03 .product img {
			width: 215px;
			padding-bottom: 12px;
		}
		#goods.official.report .sec03 .product p {
			font-size: 1.6rem;
			font-weight: bold;
			padding-bottom: 25px;
		}
		#goods.official.report .sec03 .product p img {
			width: 39px;
			padding-right: 5px;
		}
		#goods.official.report .sec03 .comLink {
			text-align: right;
		}
		 
		 
		#goods.official.report .repo02 .name02{
			padding-left: 13px;
			
			margin-bottom: 8px;
			font-size: 1.8rem;
		}
		#goods.official.report .repo02 .name02 img{
			width: 33px;
			height: 33px;
		}
		 
		#goods.official.report .sec04 {
			background-color: #e2f0d9;
			padding: 10px 10px;
			width: auto;
 		 	margin: auto;
		}
		
		#goods.official.report .sec04-2 {
			background-color: #fff2cc;
			padding: 10px 10px;
			width: auto;
 		 	margin: auto;
		}

		#goods .br-sp {
			display: block;
		}
		#goods .br-pc {
			display: none;
		}

		
		#goods.official.report .repo .honbun1{
			padding-top: 25px;
			font-size: 1.5rem;
			line-height: 1.4;
			width: 300px;
		}
		
		#goods.official.report #main .HDBox .linkList p.p02 {
			margin-bottom: 9px !important;
   			font-size: 1.6rem !important;
   			font-weight: normal;
  			line-height: 1.71;
  			text-align: center;
   			width: 100%;
   			display: flex;
			justify-content: center;
}

}
/*アンバサダーお試しレポート end*/


/*アンバサダー専用ページ start*/


#official h2.Special{
	margin: 35px 69px 10px;
    padding-bottom: 25px;
	font-size: 4rem;
    line-height: 1.1;
    position: relative;
    }


#official .btn_bg ul{
    display: flex;
    justify-content: center;
    margin: 40px 0;
    width: 1100px;
}

#official .btn_bg li{
	width: 260px;
}

#official .btn_bg li:first-child{
	margin-right: 30px;
}

#official .btn_bg a{
    color: #ffffff;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.33;
    text-align: center;
    border-radius: 40px;
    background: url(../img/common/icon05.png) no-repeat right 10px center / 13px auto;
    background-color: #7C766D;
    display: block;
    padding: 5px;
}

#official .btn_bg a:hover {
  opacity: 0.6;
}

#official span.topimg {
    position: absolute;
    right: 100px;
    left: auto;
    top: 14px;
    width: 120px;
}
#official span.topimg2 {
    position: absolute;
    right: 100px;
    left: auto;
    top: 14px;
    width: 200px;
}

#official .yellow {
    background: #FCF9ED;
    padding: 50px 0 70px;
    margin-bottom: 50px;
}
#official .blue {
    background: #edf6fc;
    padding: 50px 0 70px;
    margin-bottom: 50px;
}

#official .month {
    background: #ffffff;
    border: solid 1px #7C766D;
    padding: 20px;
    margin-top: 20px;
}

#official .month p{
    color: #F3981F;
    font-weight: bold;
    font-size: 1.8rem;
}
#official .month p.Blue{
    color: #357ae8;
}

#official .month ul{
	line-height: 2.3;
}

#official .month a{
	text-decoration: underline;
}

#official h3.headLinetop {
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 10px;
}

#official h3.headLinetop::before {
    width: 125px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F3981F;
    content: '';
    }
#official h3.headLinetopBlue {
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 10px;
}

#official h3.headLinetopBlue::before {
    width: 125px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #357ae8;
    content: '';
    }

@media (max-width: 896px){

#official h2.Special{
	margin: 0;
    padding-bottom: 28px;
	font-size: 3.6rem;
    line-height: 1.222;
    }
    
#official span.topimg {
    position: absolute;
    right: 30px;
    left: auto;
    top: 172px;
    width: 91px;
}

#official span.topimg2 {
    position: absolute;
    right: 0px;
    left: auto;
    top: 172px;
    width: 120px;
}

#official .btn_bg ul{
    width: auto;
    display: grid;
}

#official .btn_bg li{
	width: 260px;
}

#official .btn_bg li:first-child{
	margin-right: 0;
	margin-bottom: 20px;
}

#official h3.headLinetop {
	font-size: 2.2rem;
}

#official h3.headLinetop::before {
    width: 115px;

}

#official .month li{
	font-size: 1.4rem;
}
}

@media all and (max-width: 1300px) and (min-width: 897px) {
	#official span.topimg {
		right: -10vw;
		width: 12vw;
	}
	#official span.topimg2 {
		right: -5vw;
		width: 12vw;
	}
}

#official .month p.text{
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
}



/*アンバサダー専用ページ end*/

/*------------------------------------------------------------
	ethical_report
------------------------------------------------------------*/
#ethical_report #main .content {
	display: block;
}
#ethical_report #main .headLine02 {
	margin-bottom: 40px;
}
#ethical_report #main .area {
	margin-bottom: 108px;
	padding: 53px 20px 100px 120px;
    width: calc(100% - 100px);
	position: relative;
    box-sizing: border-box;
    background-color: #FCFBF9;
}
#ethical_report #main .area .h3Ttl {
	margin-bottom: 95px;
	text-align: center;
}
#ethical_report #main .area .h3Ttl .inner {
	margin: 0 auto;
	max-width: 800px;
	display: block;
	position: relative;
}
#ethical_report #main .area .h3Ttl .img {
	margin: 0 0 30px;
	padding: 0 27px 22px 28px;
	display: block;
	border-bottom: 2px solid #D6D6D6;
}
#ethical_report #main .area .h3Ttl .txt {
	display: inline-block;
	font-weight: 400;
}
#ethical_report #main .fixedImg {
	position: absolute;
	left: 0;
	top: 0;
}
#ethical_report #main .h3Ttl .inner .fixedImg01 {
	position: absolute;
    left: -178px;
    top: 30px;
	width: 156px;
}
#ethical_report #main .h3Ttl .inner .fixedImg02 {
	width: 130px;
    left: -87px;
    top: 180px;
}
#ethical_report #main .area .textList {
	margin: 0 auto;
	max-width: 800px;
	display: flex;
	flex-wrap: nowrap;
	gap: 60px 40px;
}
#ethical_report #main .area .textList li {
	width: calc((100% - 40px) / 3);
}
#ethical_report #main .area .textList li a {
	padding: 12px 0 0;
	min-height: 133px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.384;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
#ethical_report #main .area .textList .num {
	width: 62px;
	position: absolute;
	left: 5px;
    top: -45px;
}
#ethical_report #main .comBox01 {
	margin-bottom: 100px;
	padding: 0 80px;
}
#ethical_report #main .comBox01 .innerBox {
	padding: 20px 100px 48px;
	background-color: #f4f2ef;
}
#ethical_report #main .comBox01 .h3Ttl {
	margin-bottom: 30px;
	font-size: 2.6rem;
	position: relative;
}
#ethical_report #main .comBox01 .h4Ttl {
	margin-bottom: 20px;
	font-size: 2.0rem;
	position: relative;
	margin-top: 30px;
}
#ethical_report #main .comBox01 .h3Ttl .num {
	width: 62px;
	position: absolute;
    left: -80px;
    top: -28px;
}
#ethical_report #main .comBox01 .h3Ttl .date {
	font-size: 1.6rem;
	font-weight: 400;
}
#ethical_report #main .item01 .h3Ttl {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#ethical_report #main .item01 .h3Ttl .fixedImg01 {
	width: 72px;
    right: -91px;
    left: auto;
    top: -33px;
}
#ethical_report #main .item01 .h3Ttl .fixedImg02 {
	width: 116px;
    right: -171px;
    left: auto;
    top: 46px;
}
#ethical_report #main .comBox01 .whiteBox img {
	width: 100%;
}
#ethical_report #main .comBox01 .whiteBox + .whiteBox {
	margin-top: 50px;
}
#ethical_report #main .comBox01 .innerBox > p {
	margin-bottom: 30px;
}
#ethical_report #main .item02 .h3Ttl .fixedImg01 {
	width: 110px;
    left: 291px;
    top: -42px;
}
#ethical_report #main .item02 .h3Ttl .fixedImg02 {
	width: 130px;
	left: -158px;
    top: 69px;
}
#ethical_report #main .item02 .imgBox {
	display: flex;
}
#ethical_report #main .item02 .imgBox .photoBox {
	margin-right: 24px;
	width: 121px;
}
#ethical_report #main .item02 .imgBox .textBox {
	flex: 1;
}
#ethical_report #main .item04 .innerBox > p {
	margin-bottom: 10px;
}
#ethical_report #main .item04 .h3Ttl .fixedImg {
	width: 149px;
	left: auto;
    right: -73px;
    top: -54px;
}
#ethical_report #main .comBox01 .comingSoon {
	width: 219px;
}

#ethical_report #main ul.ethical_product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	}

#ethical_report #main ul.ethical_product li{
    width: 250px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
   margin-bottom: 20px;
	}
	
#ethical_report #main .toptxt span{
    background: #F3981F;
    color: #FFF;
    padding: 5px;
	}

#ethical_report #main .text_pd p{
	font-weight: bold;
	margin-top: 15px;
	}
	
#ethical_report #main .comLink {
	text-align: right;
	margin-top: 15px;
	}
	
	

@media all and (max-width: 1300px) and (min-width: 897px) {
	#ethical_report #main .h3Ttl .inner .fixedImg01 {
		left: -13.692vw;
		width: 12vw;
	}
	#ethical_report #main .h3Ttl .inner .fixedImg02 {
		left: -6.692vw;
		width: 10vw;
	}
}
@media all and (max-width: 1200px) and (min-width: 897px) {
	#ethical_report #main .h3Ttl .inner .fixedImg01 {
		left: -11vw;
		width: 12vw;
	}
	#ethical_report #main .h3Ttl .inner .fixedImg02 {
		left: -6.692vw;
		width: 10vw;
	}
}
@media all and (min-width: 897px) {
	#ethical_report #main .area .textList li a{
		transition: all 0.3s ease;
	}
	#ethical_report #main .area .textList li a:hover {
		opacity: 0.7;
	}
	#ethical_report #main .area::before {
		width: 9999px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background-color: #FCFBF9;
		content: "";
	}
}
@media all and (max-width: 896px) {
	#ethical_report #main .content {
		margin: 0;
	}
	#ethical_report #main .headLine02 {
		margin-bottom: 38px;
		padding-bottom: 28px;
		line-height: 1.222;
	}
	#ethical_report #main .headLine02 small {
		margin-bottom: 20px;
	}
	#ethical_report #main .area {
		margin-bottom: 110px;
		padding: 45px 15px 80PX;
		width: auto;
	}
	#ethical_report #main .area .h3Ttl .img {
		margin: 0 auto;
		padding: 0 27px 142px 28px;
		width: 244px;
		border-bottom: none;
	}
	#ethical_report #main .area .h3Ttl .txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#ethical_report #main .area .h3Ttl {
		margin: 0 0 60px;
		text-align: left;
	}
	#ethical_report #main .h3Ttl .inner .fixedImg01 {
		width: 101px;
		left: 6px;
		top: 185px;
	}
	#ethical_report #main .h3Ttl .inner .fixedImg02 {
		width: 89px;
		left: 128px;
		top: 206px;
	}
	#ethical_report #main .area .textList {
		margin: 0 15px;
		max-width: inherit;
		gap: 0;
		display: block;
	}
	#ethical_report #main .area .textList li {
		width: auto;
		margin-bottom: 60px;
	}
	#ethical_report #main .area .textList li:last-child {
		margin-bottom: 0;
	}
	#ethical_report #main .comBox01 {
		margin-bottom: 60px;
		padding: 0 15px;
	}
	#ethical_report #main .comBox01 .innerBox {
		padding: 20px 10px 60px;
	}
	#ethical_report #main .comBox01 .h3Ttl {
		margin: 0 0 12px 70px;
		line-height: 1.384;
		display: block;
	}
	#ethical_report #main .comBox01 .h3Ttl .num {
		left: -70px;
		top: -30px;
	}
	#ethical_report #main .comBox01 .h3Ttl .date {
		text-align: right;
		display: block;
	}
	#ethical_report #main .comBox01 .innerBox > p {
		margin-bottom: 19px;
		font-size: 1.6rem;
	}
	#ethical_report #main .item01,
	#ethical_report #main .item04 {
		margin-bottom: 80px;
	}
	#ethical_report #main .item01 .h3Ttl .fixedImg01 {
		width: 53px;
		right: 50px;
		top: -86px;
	}
	#ethical_report #main .item01 .h3Ttl .fixedImg02 {
		width: 85px;
		right: -9px;
		top: -47px;
	}
	#ethical_report #main .item02 .h3Ttl .fixedImg02 {
		width: 85px;
		left: auto;
		right: 0;
		top: 11px;
	}
	#ethical_report #main .item02 .h3Ttl .fixedImg01 {
		width: 72px;
		left: auto;
		right: -8px;
		top: -59px;
	}
	#ethical_report #main .item02 .h3Ttl {
		margin-bottom: 34px;
	}
	#ethical_report #main .item02 .innerBox > p {
		margin-bottom: 23px;
	}
	#ethical_report #main .item02 .imgBox {
		flex-direction: column-reverse;
	}
	#ethical_report #main .item02 .imgBox .textBox p {
		font-size: 1.6rem;
	}
	#ethical_report #main .item02 .imgBox .photoBox {
		margin: 0 auto;
	}
	#ethical_report #main .item02 .h4Ttl {
		margin-bottom: 20px;
		text-align: center;
	}
	#ethical_report #main .item02 .imgBox .textBox {
		margin-bottom: 30px;
	}
	#ethical_report #main .comBox01 .comingSoon {
		margin: 0 auto;
	}
	#ethical_report #main .item04 .h3Ttl .fixedImg {
		width: 102px;
		right: -10px;
		top: -52px;
	}
	#ethical_report #main .item04 .h3Ttl {
		margin-bottom: 30px;
	}
	
	#ethical_report #main ul.ethical_product {
	flex-direction: column;
	}
	
	#ethical_report #main ul.ethical_product li{
	width: auto;
    margin-bottom: 38px;

	}
	
	#ethical_report #main .toptxt span{
	font-size: 1.4rem;
	}

#ethical_report #main .text_pd p{
	font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	#ethical_report #main .comBox01 .h3Ttl,
	#ethical_report #main .area .textList li {
		font-size: 2rem;
	}
	#ethical_report #main .area .textList li a  {
		font-size: 2.2rem;
	}
}


/*------------------------------------------------------------
	404txt
------------------------------------------------------------*/
.404txt {
margin: 100px 0;
}
/*------------------------------------------------------------
	compliance
------------------------------------------------------------*/
#compliance #conts .headLine02 {
	margin-bottom: 10px;
}
#compliance #conts .text01 {
	margin: 0 0 52px 69px;
}
#compliance #conts .phoList {
	margin-top: 55px;
}
#compliance #conts .phoList li {
	margin-bottom: 20px;
	padding: 41px 35px 35px;
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #fff9ee;
}
#compliance #conts .phoList li:last-child {
	margin-bottom: 0;
}
#compliance #conts .phoList .pho {
	margin-bottom: 6px;
	width: 29.5%;	
}
#compliance #conts .phoList .pho img {
	border-radius: 50%;
}
#compliance #conts .phoList .subBox {
	width: 66.2%;
}
#compliance #conts .phoList h3 {
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 1.4;
	border-bottom:  1px solid #ffb940;
}
#compliance #conts .phoList .bg02 {
	background-color: #fff5f5;
}
#compliance #conts .phoList .bg02 h3 {
	border-color: #ff5151;
}
#compliance #conts .phoList .bg03 {
	background-color: #f8f3ff;
}
#compliance #conts .phoList .bg03 h3 {
	border-color: #754cb2;
}
#compliance #conts .phoList .bg04 {
	background-color: #f3ffe6;
}
#compliance #conts .phoList .bg04 h3 {
	border-color: #74b457;
}
#compliance #conts .phoList .bg05 {
	background-color: #e8fcff;
}
#compliance #conts .phoList .bg05 h3 {
	border-color: #3ba8b7;
}
@media all and (max-width: 1100px) and (min-width: 897px) {
	#compliance #conts .phoList li {
		display: block;
	}
	#compliance #conts .phoList li .pho {
		margin: 0 auto 15px;
		max-width: 200px;
	}
	#compliance #conts .phoList li .subBox {
		width: auto;
	}
}
@media all and (max-width: 896px) {
	#compliance #conts .text01 {
		margin: 0 0 56px;
		font-size: 1.6rem;
	}
	#compliance #conts .phoList {
		margin: 51px 0 120px;
	}
	#compliance #conts .phoList li {
		margin-bottom: 10px;
		padding: 20px 30px 36px;
		display: block;
	}
	#compliance #conts .phoList .pho {
		margin: 0 auto 11px;
		width: 100px;	
	}
	#compliance #conts .phoList .subBox {
		width: auto;
	}
	#compliance #conts .phoList h3 {
		font-size: 22px;
		line-height: 1.45;
		text-align: center;
	}	
}

/*------------------------------------------------------------
	efriends link btn 2410
------------------------------------------------------------*/

#main .fTBox {
	margin-bottom: 0;
	padding: 40px 20px 100px;
}
#main .fTBox .productLink {
	margin: 0 auto 8px;
}

#main .fTBox .productLink p {
	font-weight: bold;
	line-height: 1.6;
	font-size: 1.6rem;
	text-align: center;
	padding-bottom: 10px;
}

#main .fTBox .productLink p img {
	line-height: 1.6;
	padding-right: 5px;
    height: 30px;
}


#main .fTBox .productLink ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* vertical version */
#main .fTBox .productLink ul.ver02{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
}

#main .fTBox .productLink ul.ver02 li {
	padding-bottom: 10px;
}

#main .fTBox .productLink li{
	font-weight: bold;
	line-height: 1.5;
	font-size: 1.8rem;
}
#main .fTBox .productLink li span{
	line-height: 1.5;
	font-size: 2.0rem;
	display: block;
}
#main .fTBox .linkList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .fTBox .linkList li {
	margin: 40px 20px 0;
	width: 260px;
}
#main .fTBox .linkList p {
	margin-bottom: 9px !important;
	font-size: 1.4rem !important;
	line-height: 1.71;
	text-align: center;
}
#main .fTBox .linkList p.note {
	margin-bottom: 0px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding-top: 10px;
}
#main .fTBox .linkList .btn a {
	padding: 1px 25px;
	display: block;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #7C766D;
	background: url(../img/common/icon04.png) no-repeat right 10px center / 13px auto;
	background-color: #fff;
}

#main .fTBox .linkList .btn img {
	width: 120px;
}

#main .fTtext p.note {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

#main .fTtext {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;	
}

#main .fTshouhin {
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: flex-end;
}

#main .fTBox_yoko {
	margin-right: 10px;
}

#main .fTBox_yoko .productLink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



#main .HDBox {
	padding: 20px 0px 0px;
}
#main .HDBox .linkList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .HDBox .linkList li {
	margin: 40px 20px 0;
	width: 260px;
}
#goods.official.report #main .HDBox .linkList p {
	margin-bottom: 9px !important;
	font-size: 1.4rem !important;
	font-weight: normal;
	line-height: 1.71;
	text-align: center;
}
#goods.official.report #main .HDBox .linkList p.note {
    margin-bottom: 0px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    padding-top: 10px;
}
#main .HDBox .linkList .btn a {
	padding: 1px 25px;
	display: block;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #7C766D;
	background: url(../img/common/icon04.png) no-repeat right 10px center / 13px auto;
	background-color: #fff;
}

#main .HDBox .linkList .btn img {
	width: 120px;
}
@media all and (min-width: 897px) {
	#main .fTBox .linkList .btn a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 1261px) and (max-width: 1360px) {
	#main .fLinkBox {
		padding: 52px 10px 47px;
	}
}
@media all and (max-width: 896px) {

	#main .fTBox {
		margin-bottom: 0;
		padding: 40px 20px 100px;
	}
	#main .fTBox .productLink {
		margin: 0 auto 8px;
	}
	#main .fTBox .productLink p {
		font-size: 1.5rem;
		padding-bottom: 10px;
	}	
	#main .fTBox .productLink li{
		font-weight: bold;
		line-height: 1.5;
		font-size: 1.5rem;
	}
	#main .fTBox .productLink li span{
		line-height: 1.5;
		font-size: 1.7rem;
	}
	#main .fTBox .linkList {
		margin-top: 0;
		display: block;
	}
	#main .fTBox .linkList li {
		margin: 0 0 29px;
		width: auto;
	}
	#main .fTBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#main .fTBox .linkList .btn {
		margin: 0 auto;
		max-width: 260px;
	}
	#main .HDBox {
		padding: 20px 0px 0px;
	}

	#main .HDBox .linkList {
		margin-top: 0;
		display: block;
	}
	#main .HDBox .linkList li {
		margin: 0 0 29px;
		width: auto;
	}
	#main .HDBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#main .HDBox .linkList .btn {
		margin: 0 auto;
		max-width: 260px;
	}
	
	#main .fTtext {
		text-align: center;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;	
	}

	#main .fTshouhin {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#main .fTBox_yoko {
		padding: 40px 20px 10px;
	}

}




#topPage .scrollUl {
	padding: 1rem 0 2.3rem; 
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
#topPage .scrollUl li {
	width: 19rem;
}
#topPage .mainImg {
	margin-bottom: 11.5rem;
	display: flex;
	justify-content: space-between;
}
#topPage .mainImg .photoBox {
	width: calc(50% + min(25vw,34.5rem));
	aspect-ratio: 3 / 2;
}
#topPage .mainImg .photoBox img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
#topPage .mainImg .textImg {
	flex: 1;
	margin: min(4.1vw,7.8rem) 2rem 0 min(6.5vw,12.3rem);
}
#topPage .mainImg .textImg span {
	max-width: 21rem;
	display: block;
}
#topPage .mainImg .textImg span img {
	width: 100%;
}
#topPage .info {
	padding: 8.6rem 2rem 13.5rem;
	background-color: #F4F2EF;
}
#topPage .info .content {
	margin-bottom: 0;
	max-width: 107.5rem;
}
#topPage .info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5.2rem 0;
	margin: 0 -2.5rem 4.5rem;
}
#topPage .info li {
	margin: 0 2.5rem;
	width: calc(33.33% - 5.05rem);
}
#topPage .info a {
	display: block;
}
#topPage .info a:hover {
	opacity: 0.7;
}
#topPage .info .photo {
	border-radius: 5.3rem 0 0 0;
	overflow: hidden;
	aspect-ratio: 650 / 654;
	position: relative;
}
#topPage .info .photo .txtSpan {
	padding: 0.3rem 1.8rem;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: rgba(255, 255, 255, 0.90);
}
#topPage .info .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topPage .info .textBox {
	padding: 1.2rem 1rem 2rem 2rem;
	background-color: #fff;
}
#topPage .info .textBox p {
	font-size: 1.8rem;
	line-height: 1.78;
	font-weight: 700;
}
#topPage .info .textBox .date {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
#topPage .info .bnrArea {
	display: flex;
	justify-content: center;
    margin: 4rem 0;
	gap: 2rem;
}
#topPage .info .bnrArea li {
	max-width: 400px;
	width: calc(33.33% - 2rem);
	margin:0;
}
#topPage .info .bnrArea li img {
	text-align: center;
}

#topPage .comLink a {
	font-size: 1.6rem;
	padding-left: 4.2rem;
	background-size: 3.5rem auto;
}
#topPage .sec01 {
	padding: 12rem 0 15rem;
}
#topPage .sec01 h2 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0;
	width: 5rem;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.4em;
}
#topPage .lifestyle {
	margin-bottom: 8.8rem;
	align-items: flex-start;
	margin-left: auto;
	width: calc(50% + 55rem);
}
#topPage .lifestyle h2 {
	margin: -19.8rem 5rem 0 0.8rem;
}
#topPage .lifestyle .jsBox {
	flex: 1;
	position: relative;
	width: calc(100% - 10.8rem);
}
#topPage .lifestyle .fooList li {
	width: 37.7rem;
	margin-right: 4.2rem !important;
	position: relative;
	box-shadow: 1.4rem 1.5rem 0 #F4F2EF;
}
#topPage .lifestyle .swiper-wrapper {
	padding-bottom: 2rem;
}
#topPage .lifestyle .fooList li:after {
	width: 1.4rem;  
	height: 5rem;
	background-color: #fff;
	position: absolute;  
	top: 0;
	right: -1.4rem;  
	content: ""; 
}
#topPage .lifestyle .fooList a:hover {
	opacity: 0.7;
}
#topPage .icoBox {
	display: flex;
	position: absolute;
	top: -4.5rem;
	right: calc(50% - 27rem);
}
#topPage .icoBox > div {
	margin-left: 2.5rem;
	width: 3.5rem;
	cursor: pointer;
}
#topPage .icoBox .swiper-button-disabled {
	opacity: 0.4 !important;
	pointer-events: none;
}
#topPage .recipe .content {
	margin-bottom: 0;
	padding: 0 1rem;
	max-width: 108rem;
}
#topPage .recipe .rBox {
	flex: 1;
	margin-top: 3.1rem;
}
#topPage .recipe h2 {
	margin-right: 5rem;
}
#topPage .recipe ul {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 0;
	margin: 0 -2.3rem;
}
#topPage .recipe li {
	margin: 0 2.3rem;
	width: calc(33.33% - 4.6rem);
}
#topPage .recipe a {
	display: block;
	padding-left: 2.6rem;
	position: relative;
	padding-bottom: 3rem;
}
#topPage .recipe a:hover {
	opacity: 0.7;
}
#topPage .recipe a:after {
	background-color: #F4F2EF;
	position: absolute;  
	top: 9.7rem;
	bottom: 0;
	left: -0.2rem;
	right: 0;
	content: ""; 
	z-index: -1;
}
#topPage .recipe .photo {
	margin-bottom: 1.6rem;
	aspect-ratio: 538 / 657;
	position: relative;
}
#topPage .recipe .photo img {
	border-radius: 0 4.2rem 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topPage .recipe p {
	font-size: 2.26rem;
	font-weight: 700;
}
#topPage .newsSec {
	margin-bottom: 10rem;
	padding: 8.8rem 2rem 4.3rem;
	background-color: #F4F2EF;
}
#topPage .newsSec .content {
	display: block;
	max-width: 95rem;
	margin-bottom: 0;
}
#topPage .newsSec h2 {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5.3rem;
}
#topPage .newsSec dl {
	padding-left: 3rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8;
	justify-content: space-between;
}
#topPage .newsSec dt {
	width: 22rem;
	font-size: 2rem;
	font-weight: 500;
	padding: 0 1rem 3.7rem 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}
#topPage .newsSec dd {
	width: calc(100% - 22rem);
	padding-bottom: 3.7rem;
	font-size: 2rem;
}
#topPage .newsSec dd a:hover {
	opacity: 0.7;
}
#topPage .newsSec .comLink {
	text-align: right;
	margin: 2.5rem max(-3.4vw,-6.5rem) 0 0;
}
#topPage .bannerList li {
	margin-bottom: 2rem;
}
#topPage .bannerList li:last-child {
	margin-bottom: 0;
}
#topPage .bannerList a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	aspect-ratio: 3840 / 600;
}
#topPage .bannerList a:hover {
	opacity: 0.7;
}
#topPage .bannerList a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topPage .bannerList a:after {
	width: 100%;  
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#topPage .bannerList .sub {
	padding: 1rem;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 1;
}
#topPage .bannerList p {
	font-size: 2.2rem;
	font-weight: 500;
}
#topPage .bannerList .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.6rem;
}
#topPage .bannerList .ttl:last-child {
	margin-bottom: 0;
}

#topPage .fiexdLink {
	position: fixed;
	bottom: 6rem;
	right: 0;
	z-index: 200;	
}
#topPage .fiexdLink a {
	min-height: 20.6rem;
	font-size: 1.7rem;
	font-weight: 400;
	width: 7.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #F4F2EF;
}
#topPage .fiexdLink a:hover {
	opacity: 0.7;
}
#topPage .fiexdLink span {
	letter-spacing: 0.2em;
	margin: 0 auto;
	width: 2.1rem;
	display: block;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media all and (min-width: 897px) {
	#topPage .icoBox > div:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#topPage .scrollUl li {
		width: 16rem;
		margin: 0 -2rem;
	}
	#topPage .scrollUl li img {
		width: auto;
		max-width: inherit;
		max-height: 3.8rem;
	}
	#topPage .scrollUl {
		padding-bottom: 1.2rem;
	}
	#topPage .mainImg{
		margin-bottom: 9.8rem;
		display: block;
	}
	#topPage .mainImg .photoBox {
		width: auto;
	}
	#topPage .mainImg .textImg {
		width: 32%;
		margin: 5rem 4.9rem 0 auto;
	}
	#topPage .mainImg .textImg img {
		width: 100%;
	}
	#topPage .mainImg .textImg span {
		width: auto;
	}
	#topPage .info {
		padding: 4.9rem 0 9.6rem;
	}
	#topPage .info ul {
		gap: 3.5rem 0;
		margin: 0 -3.75rem 6.5rem -1.75rem;
	}
	#topPage .info li {
		margin: 0 1.75rem;
		width: calc(50% - 3.5rem);
	}
	#topPage .info .content {
		margin: 0 2rem;
	}
	#topPage .info .photo {
		border-radius: 3rem 0 0 0;
	}
	#topPage .info .photo .txtSpan {
		font-size: 1.4rem;
		padding-top: 0;
	}
	#topPage .info .textBox {
		box-sizing: border-box;
		padding: 0.6rem 1.1rem 1.2rem;
		min-height: 10.9rem;
	}
	#topPage .info .textBox p {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#topPage .info .textBox .date {
		margin-bottom: 0.2rem;
		font-size: 1.2rem;
	}
	#topPage .info .bnrArea {
		display: flex;
		justify-content: center;
    	margin: 4rem 2rem 2rem;
		gap: 2rem;
	}
	#topPage .info .bnrArea li {
		max-width: 400px;
		width: 100%;
		margin:0;
	}
	#topPage .info .bnrArea li img {
		text-align: center;
	}
	#topPage .info .textBox .txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#topPage .comLink {
		margin-right: 1rem;
		text-align: right;
	}
	#topPage .comLink a {
		display: inline-block;
	}
	#topPage .sec01 {
		padding: 7.1rem 0 15rem;
	}
	#topPage .lifestyle {
		width: auto;
		margin-bottom: 7.4rem;
	}
	#topPage .sec01 h2 {
		font-size: 2.6rem;
		letter-spacing: 0.3em;
		width: 3rem;
	}
	#topPage .lifestyle h2 {
		height: 27.2rem;
		margin: -14.8rem 1.6rem 0 2rem;
	}
	#topPage .lifestyle .jsBox {
		width: calc(100% - 6.8rem);
	}
	#topPage .lifestyle .fooList li {
		width: 28.9rem !important;
		margin-right: 3.2rem !important;
		box-shadow: 1.1rem 1.2rem 0 #F4F2EF;
	}
	#topPage .lifestyle .fooList li::after {
		height: 4rem;
	}
	#topPage .icoBox {
		right: 3.8rem;
		top: -4.7rem;
	}
	#topPage .recipe .rBox {
		position: relative;
		margin: 0;
		width: calc(100% - 5.1rem);
	}
	#topPage .recipe h2 {
		height: 10.2rem;
		margin: -0.7rem 1.6rem 0 0.5rem;
	}
	#topPage .recipe li {
		width: 19.9rem;
		margin: 0 2rem 0 0;
	}
	#topPage .recipe .content {
		padding: 0;
		display: flex;
		margin-right: -2rem;
		flex-wrap: nowrap;
	}
	#topPage .recipe ul {
		gap: inherit;
		margin: 0;
		flex-wrap: nowrap;
	}
	#topPage .recipe a {
		padding-bottom: 2.1rem;
		padding-left: 1.9rem;
	}
	#topPage .recipe .photo img {
		border-radius: 0 3rem 0 0;
	}
	#topPage .recipe p {
		font-size: 1.6rem;
		margin-left: -0.5rem;
		margin-right: 1rem;
	}
	#topPage .recipe .photo {
		margin-bottom: 1rem;
	}
	#topPage .recipe .icoBox {
		right: 5.8rem;
	}
	#topPage .recipe a::after {
		top: 6.5rem;
	}
	#topPage .newsSec {
		margin-bottom: 0;
		padding: 5.6rem 0 4.7rem;
	}
	#topPage .newsSec h2 {
		margin-bottom: 3rem;
		font-size: 2.6rem;
	}
	#topPage .newsSec dl {
		line-height: 1.5;
		padding-left: 0;
	}
	#topPage .newsSec dt {
		width: 9.1rem;
		padding: 0 0.5rem 0 0.5rem;
		font-size: 1.8rem;
		padding-top: 0.2rem;
	}
	#topPage .newsSec dd {
		padding-bottom: 1.4rem;
		width: calc(100% - 9.1rem);
	}
	#topPage .newsSec .comLink {
		margin: 3rem 1.5rem 0 0;
	}
	#topPage .bannerList a {
		aspect-ratio: 430 / 274;
	}
	#topPage .bannerList li {
		margin-bottom: 0.7rem;
	}
	#topPage .bannerList p {
		font-size: 2rem;
	}
	#topPage .bannerList .ttl {
		font-size: 2.2rem;
	}
	#topPage .fiexdLink {
		right: auto;
		left: 0;
	}
	#topPage .fiexdLink a {
		font-size: 1.5rem;
		min-height: 16rem;
		width: 5.6rem;
	}
}

@media all and (min-width: 897px) and (max-width: 1100px) {
	#topPage .newsSec .comLink {
		margin-right: max(0.6vw,-6.5rem);
	}
}