@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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: 'Kiwi Maru', 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: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.87;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	position: fixed;
	left: 0;
}
#container {
	padding-top: 100px;
	text-align: left;
}
#main {
	display: block;
}
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;
	}
	#container {
		padding-top: 79px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 27px 125px 22px 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	background-color: #f5f3ef;
	z-index: 99;
	border-bottom: 3px solid #000;
}
#gHeader.topHeader {
	padding-bottom: 24px;
	border-bottom: none;
}
#gHeader h1 {
	width: 124px;
	position: absolute;
	left: 44px;
	top: 27px;
}
#gHeader.topHeader h1 img {
	border-radius: 30px;
}
#gHeader.topHeader h1 {
	width: 265px;
	left: 30px;
	top: 29px;
}
#gHeader .hRBox {
	display: flex;
	align-items: center;
}
#gHeader .hRBox .hLinkList {
	display: flex;
}
#gHeader .hRBox .hLinkList li {
	width: 55px;
}
#gHeader .hRBox .hLinkList li a {
	display: block;
	font-size: 1.1rem;
	text-align: center;
}
#gHeader .hRBox .hLinkList li .ico {
	margin-bottom: 3px;
}
#gHeader .hRBox .hLinkList li .ico img {
	height: 25px;
}
#gHeader .hRBox .hLinkList li a span {
	display: block;
}
#gHeader .hRBox .search {
	margin-right: 34px;
}
#gHeader .hRBox .search input[type='text'],
#gHeader .hRBox .search button {
	padding: 0;
	width: 25px;
	height: 32px;
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
    -moz-appearance: none;
}
#gHeader .hRBox .search input[type='text'] {
	padding: 1px 15px;
	margin-right: 9px;
	width: 220px;
	color: #000;
	font-size: 1.5rem;
	border-radius: 16px;
	background-color: #fff;
	border: 1px solid #dedbd1;
}
#gHeader .hRBox .search button {
	cursor: pointer;
}
#gHeader .hRBox .search button img {
	width: 23px;
}
.menu {
	width: 35px;
	height: 29px;
	position: fixed;
	right: 34px;
	top: 36px;
	cursor: pointer;
	z-index: 9999;
	transition: .3s;
}
.menu span {
	width: 100%;
	height: 3px;
	position: absolute;
	left: calc(50% - 17px);
	top: 0;
	background-color: #000;
	transition: .3s;
}
.menu.on {
	top: 30px;
	right: 28px;
    width: 45px;
    height: 40px;
    background-color: #000;
}
.menu.on span {
	width: 43px;
	background-color: #fff;
	transform: translateY(6px) rotate(37deg);
    top: 12px;
    left: calc(50% - 21px);
}
.menu span:nth-of-type(2) {
	top: 12px;
}
.menu.on span:nth-of-type(2) {
    top: 24px;
	transform: translateY(-6px) rotate(-37deg);
}
.menu span:nth-of-type(3) {
	width: 50%;
	top: 24px;
}
.menu.on span:nth-of-type(3) {
	display: none;
}
.menuBox {
	padding: 15px 15px 60px;
	width: 450px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #000;
	z-index: 999;
	display: none;
}
.menuBox .title {
	padding: 0 25px 13px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.84;
	letter-spacing: 0.4em;
	border-bottom: 2px solid #cecece;
	font-family: 'Roboto', sans-serif;
}
.menuBox dl,
.menuBox dl a {
	color: #fff;
}
.menuBox dl dt {
	padding: 5px 51px 11px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.6;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #cecece;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon06.png) no-repeat left 24px center / 17px auto;
}
.menuBox dl dd a {
	padding: 22px 50px 27px 24px;
	position: relative;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-bottom: 2px dashed #333;
}
.menuBox dl dd a::after {
	width: 20px;
	height: 11px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon07.png) no-repeat center center / cover;
	content: '';
	transition: .3s;
}
.menuBox dl dd .linkList li:last-of-type a {
	border-bottom: 1px solid #cecece;
}
.menuBox dl dd:last-of-type .linkList li:last-of-type a {
	border-bottom: none;
}
@media all and (min-width: 897px) {
	#gHeader .hRBox .hLinkList li a:hover {
		opacity: 0.7;
	}
	#gHeader .hRBox .search button:hover {
		opacity: 0.7;
	}
	.menuBox dl dd a:hover::after {
		right: 10px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
		padding: 10px 40px 10px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
    #gHeader.topHeader {
        padding-bottom: 10px;
    }
	#gHeader h1 {
		width: 140px;
		left: 0;
		top: 0;
		position: relative;
	}
	#gHeader.topHeader h1 {
		left: 0;
		top: 0;
        width: 120px;
	}
	#gHeader .hRBox {
		display: flex;
		align-items: flex-start;
	}
	#gHeader .hRBox .hLinkList {
		display: flex;
	}
	#gHeader .hRBox .hLinkList li {
		width: 40px;
	}
	#gHeader .hRBox .hLinkList li a {
		font-size: 1rem;
	}
	#gHeader .hRBox .hLinkList li .ico {
		margin-bottom: 3px;
	}
	#gHeader .hRBox .hLinkList li .ico img {
		height: 15px;
	}
	#gHeader .hRBox .search {
		margin: 0 10px 0 0;
	}
	#gHeader .hRBox .search input[type='text'],
	#gHeader .hRBox .search button {
		padding: 0;
		width: 25px;
		height: 26px;
	}
	#gHeader .hRBox .search input[type='text'] {
		padding: 1px 10px 4px;
		margin-right: 9px;
		width: 80px;
		font-size: 1.3rem;
		display: none;
	}
	#gHeader .hRBox .search button img {
		width: 16px;
	}
	.menu {
		height: 29px;
		right: 10px;
		top: 29px;
	}
	.menu span {
		width: 22px;
		height: 2px;
		left: calc(50% - 12px);
	}
	.menu.on {
		top: 21px;
		right: 10px;
	}
	.menu.on span {
		width: 30px;
		background-color: #fff;
		transform: translateY(6px) rotate(37deg);
        top: 13px;
        left: calc(50% - 15px);
	}
	.menu span:nth-of-type(2) {
		top: 12px;
	}
	.menu.on span:nth-of-type(2) {
        top: 25px;
		transform: translateY(-6px) rotate(-37deg);
	}
	.menu span:nth-of-type(3) {
		display: none;
	}
	.menuBox {
		width: 100%;
	}
	.menuBox .title {
		color: #fff;
		font-size: 2rem;
	}
	.menuBox dl dt {
		font-size: 1.6rem;
	}
	.menuBox dl dd a {
		padding: 15px 50px 15px 24px;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	#gHeader h1 {
		width: 105px;
	}
	#container {
		padding-top: 66px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 65px 0 82px;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/f_bg.jpg) no-repeat center center / cover;
}
#gFooter .fTopBox {
	margin: 0 auto 66px;
	width: 800px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fTopBox .fLogo {
	margin: 5px 0 0 38px;
	width: 274px;
}
#gFooter .fTopBox .fRBox {
	width: 440px;
	color: #fff;
	font-size: 1.4rem;
}
#gFooter .fTopBox .fRBox .title {
	margin-bottom: 12px;
	font-size: 1.6rem;
}
#gFooter .fTopBox .fRBox dt {
	width: 70px;
	float: left;
    font-weight: 500;
}
#gFooter .fTopBox .fRBox dd {
	padding: 0 0 7px 5.4em;
}
#gFooter .fTopBox .fRBox dd:last-of-type {
	padding-bottom: 0;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1200px;
}
#gFooter .fNavi {
	margin: -10px -19px 27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi li {
	margin: 10px 19px 0;
	padding-left: 10px;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon09.png) no-repeat left top calc(50% + 1px) / 5px auto;
}
#gFooter .fNavi a {
	display: block;
	color: #fff;
	font-size: 1.3rem;
}
#gFooter .copyright {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
#gFooter .pageTop {
	width: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
    z-index: 99;
}
#gFooter .pageTop a {
	padding-top: 23px;
	height: 60px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
}
#gFooter .pageTop a::before {
	width: 12px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon14.png) no-repeat center center / cover;
	content: '';
	transition: .3s;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		text-decoration: underline;
	}
	#gFooter .pageTop a:hover {
		opacity: 1;
		background-color: #606060;
	}
	#gFooter .pageTop a:hover::before {
		top: 12px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 30px 0 40px;
	}
	#gFooter .fTopBox {
		margin: 0 auto 66px;
		width: auto;
		display: block;
	}
	#gFooter .fTopBox .fLogo {
		margin: 5px auto 25px;
		width: 274px;
	}
	#gFooter .fTopBox .fRBox {
		margin: 0 20px;
		width: auto;
		font-size: 1.2rem;
	}
	#gFooter .fTopBox .fRBox .title {
		font-size: 1.4rem;
	}
	#gFooter .fTopBox .fRBox dt {
		width: 60px;
		float: left;
	}
	#gFooter .fBox {
		margin: 0 auto;
		width: auto;
	}
	#gFooter .fNavi {
		margin: -10px 15px 27px;
		justify-content: space-between;
	}
	#gFooter .fNavi li {
		margin: 10px 0 0;
		width: calc((100% - 5px) / 2);
		box-sizing: border-box;
	}
	#gFooter .fNavi a {
		font-size: 1.1rem;
	}
	#gFooter .pageTop {
		width: 50px;
		bottom: 60px;
	}
	#gFooter .pageTop a {
		height: 50px;
		font-size: 1.2rem;
	}
	#gFooter .pageTop a::before {
		top: 12px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
	width: 1200px;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 20px;
		width: auto;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding-bottom: 100px;
	background-color: #f5f3ef;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding-bottom: 50px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 47px;
	padding-top: 17px;
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon06.png) no-repeat center top / 19px auto;
}
.headLine01 span {
	margin-top: -5px;
	display: block;
	color: #b60008;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 30px;
		font-size: 2.4rem;
		background-size: 15px auto;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -53px auto 50px;
	width: 1130px;
	display: flex;
	flex-wrap: wrap;
}
.comLinkList li {
	margin: 53px 40px 0 0;
	width: 350px;
}
.comLinkList li:nth-of-type(3n) {
	margin-right: 0;
}
.comLinkList li a {
	display: block;
    position: relative;
    transition: .4s;
}
.comLinkList li a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    box-shadow: 0 0 4px rgb(120 120 120 / 20%);
    content: '';
    opacity: 0;
    transition: .4s;
}
.comLinkList li .pho {
	overflow: hidden;
	border-radius: 20px;
}
.comLinkList li .pho span {
	display: block;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .3s;
}
.comLinkList li .pho img {
	transition: .3s;
}
.comLinkList .txtBox {
	margin: 16px 25px 0;
}
.comLinkList .txtBox .ttl {
	margin-bottom: 7px;
	font-size: 1.7rem;
	line-height: 1.65;
	text-align: left;
}
.comLinkList .txtBox p {
	font-size: 1.3rem;
	text-align: center;
}
.comLinkList .txtBox p span {
	color: #b60008;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
}
.comLinkList.link01 {
	margin: -44px 0 110px;
	width: auto;
	justify-content: flex-start;
}
.comLinkList.link01 li {
	margin: 44px 32px 0 0;
	width: 276px;
}
.comLinkList.link01 li:nth-of-type(3n) {
	margin-right: 32px;
}
.comLinkList.link01 li:nth-of-type(4n) {
	margin-right: 0;
}
.comLinkList.link01 .txtBox {
	margin: 18px 10px 0;
}
.comLinkList.link01 .txtBox .ttl {
	margin-bottom: 16px;
	font-size: 1.5rem;
	line-height: 1.73;
}
.comLinkList.link01 .txtBox p span {
	font-size: 1.7rem;
}
@media all and (min-width: 897px) {
	/* .comLinkList li a:hover {
        opacity: 0.5;
	} */
    .comLinkList li a:hover::before {
        opacity: 1;
        border-width: 3px;
    }
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin: -30px 0 30px;
		width: auto;
		justify-content: space-between;
	}
	.comLinkList li {
		margin: 30px 0 0 !important;
		width: calc((100% - 10px) / 2);
	}
	.comLinkList li .pho a {
		overflow: hidden;
	}
	.comLinkList li .pho img {
		transition: .3s;
	}
	.comLinkList .txtBox {
		margin: 10px 0 0;
	}
	.comLinkList .txtBox .ttl {
		font-size: 1.2rem;
	}
	.comLinkList .txtBox p {
		font-size: 1.1rem;
	}
	.comLinkList .txtBox p span {
		font-size: 1.6rem;
	}
	.comLinkList.link01 {
		margin: -30px 0 40px;
		justify-content: space-between;
	}
	.comLinkList.link01 li {
		margin: 30px 0 0;
		width: calc((100% - 10px) / 2);
	}
	.comLinkList.link01 .txtBox {
		margin: 10px 0 0;
	}
	.comLinkList.link01 .txtBox .ttl {
		margin-bottom: 7px;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 500px;
}
.comBtn a {
	padding: 10px 40px 13px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 32px;
	border: 3px solid #000;
	background-color: #000;
}
.comBtn a::before {
	width: 21px;
	height: 12px;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon07.png) no-repeat center center / cover;
	content: '';
	transition: .3s;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #000;
		background-color: #fff;
	}
	.comBtn a:hover::before {
		right: 20px;
        background-image: url(https://file003.shop-pro.jp/PA01476/370/image/icon08.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		width: auto;
		max-width: 400px;
	}
	.comBtn a {
		padding: 7px 40px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comAboutBox
------------------------------------------------------------*/
.comAboutBox {
	margin-bottom: 100px;
	background-color: #fff;
}
.comAboutBox .topBox {
	margin-bottom: 110px;
	padding: 52px 0 59px;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/about_bg01.jpg) no-repeat center center / cover;
}
.comAboutBox .topBox h2 {
	margin-bottom: 31px;
	color: #fff;
}
.comAboutBox .topBox p {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: center;
}
.comAboutBox .centerBox {
	margin-bottom: 100px;
}
.comAboutBox .imgBox {
	margin-bottom: 120px;
	position: relative;
}
.comAboutBox .imgBox.btm {
	margin-bottom: 70px;
}
.comAboutBox .imgBox .photoBox {
	width: 980px;
	position: relative;
}
.comAboutBox .imgBox:nth-of-type(2n) .photoBox {
	margin-left: auto;
}
.comAboutBox .imgBox .photoBox h3 {
	padding-top: 35px;
	position: absolute;
	right: -122px;
	top: 0;
	text-align: left;
	writing-mode: tb-rl;
	letter-spacing: 0.1em;
	background-position: top right 22px;
}
.comAboutBox .imgBox:nth-of-type(2n) .photoBox h3 {
	right: auto;
	left: -110px;
}
.comAboutBox .imgBox .photoBox h3 span {
	margin: 8px -7px 0 0;
	text-align: left;
}
.comAboutBox .imgBox .textBox {
	width: 530px;
	padding-left: 70px;
	height: 100%;
	max-height: 35%;
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 70px;
	bottom: -3px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 34px 0 0 0;
}
.comAboutBox .imgBox:nth-of-type(2n) .textBox {
	padding: 0 70px 0 0;
	right: auto;
	left: 70px;
	border-radius: 0 34px 0 0;
}
.comAboutBox .voice .headLine01 {
	margin-bottom: 40px;
}
.comAboutBox .voice .textList {
	margin-bottom: 23px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.comAboutBox .voice .textList > li {
	padding: 45px 62px 20px;
	width: 628px;
	min-height: 318px;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 2.4;
	border-radius: 30px;
	box-sizing: border-box;
	border: 4px solid #000;
	background-color: #fff;
}
.comAboutBox .voice .textList > li::before {
	width: 47px;
	height: 35px;
	position: absolute;
	left: calc(50% + 49px);
	bottom: -27px;
	transform: translateX(-50%);
	background: url(https://file003.shop-pro.jp/PA01476/370/image/about_bg02.png) no-repeat center center / cover;
	content: '';
}
.comAboutBox .voice .textList > li:nth-of-type(2) {
	margin: 68px 0 0 -56px;
	padding: 41px 40px 20px;
}
.comAboutBox .voice .textList > li:nth-of-type(2)::before {
	left: calc(50% - 62px);
	background-image: url(https://file003.shop-pro.jp/PA01476/370/image/about_bg03.png);
}
.comAboutBox .voice .photo {
	margin-bottom: 50px;
	text-align: center;
}
.comAboutBox .voice .photo img {
	width: 760px;
}
@media all and (max-width: 896px) {
	.comAboutBox {
		margin-bottom: 50px;
	}
	.comAboutBox .topBox {
		margin-bottom: 50px;
		padding: 30px 0;
	}
	.comAboutBox .topBox p {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2;
		letter-spacing: 0.03em;
		text-align: center;
	}
	.comAboutBox .centerBox {
		margin-bottom: 50px;
	}
	.comAboutBox .imgBox {
		margin-bottom: 50px;
	}
	.comAboutBox .imgBox.btm {
		margin-bottom: 50px;
	}
	.comAboutBox .imgBox .photoBox {
		margin-bottom: 30px;
		width: auto;
		position: relative;
	}
	.comAboutBox .imgBox .photoBox h3 {
		padding-top: 17px;
		height: auto;
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
		writing-mode: inherit;
		background-position: top center;
	}
	.comAboutBox .imgBox:nth-of-type(2n) .photoBox h3 {
		right: auto;
		left: 0;
	}
	.comAboutBox .imgBox .photoBox h3 span {
		margin: -5px 0 0;
		text-align: center;
	}
	.comAboutBox .imgBox .textBox {
		padding: 0;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		right: 0;
		bottom: 0;
	}
	.comAboutBox .imgBox:nth-of-type(2n) .textBox {
		padding: 0;
		right: auto;
		left: 0;
	}
	.comAboutBox .voice .headLine01 {
		margin-bottom: 30px;
	}
	.comAboutBox .voice .textList {
		margin-bottom: 23px;
		display: block;
	}
	.comAboutBox .voice .textList > li {
		margin-bottom: 50px;
		padding: 20px;
		width: auto;
		min-height: 240px;
		position: relative;
		display: flex;
		align-items: center;
		line-height: 2;
		border-radius: 15px;
		border-width: 2px;
	}
	.comAboutBox .voice .textList > li:last-of-type {
		margin-bottom: 0;
	}
	.comAboutBox .voice .textList > li::before {
		width: 23px;
		height: 17px;
		bottom: -13px;
	}
	.comAboutBox .voice .textList > li:nth-of-type(2) {
		margin: 0 0 50px;
		padding: 20px;
	}
	.comAboutBox .voice .photo img {
		width: auto;
	}
}
/*------------------------------------------------------------
	comInformation
------------------------------------------------------------*/
.comInformation {
	padding: 83px 0 80px;
	background-color: #eaeaea;
}
.comInformation .headLine01 {
	margin-bottom: 59px;
}
.comInformation .comBox {
	width: 840px;
}
.comInformation .shopguide {
	margin: -29px 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comInformation .shopguide .column {
	margin: 29px 0 0;
	width: 375px;
}
.comInformation .shopguide .column:nth-of-type(2) {
	margin-right: 0;
}
.comInformation .shopguide .column:nth-of-type(3) {
	width: 100%;
}
.comInformation .shopguide .column .guideBox {
	border: none;
}
.comInformation .shopguide .column .textDl > dt {
	margin-bottom: 19px;
	padding-left: 23px;
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 2.08;
}
.comInformation .shopguide .column .textDl > dt::before {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 19px;
	border-radius: 50%;
	background-color: #000;
	content: '';
}
.comInformation .shopguide .column .textDl > dd {
	color: #000;
	text-align: left;
}
.comInformation .shopguide .column .textDl > dd:last-of-type {
	margin-bottom: 0;
}
.comInformation .shopguide .column .textDl .methodText span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 500;
}
.comInformation .shopguide .column .textDl > dd {
	font-size: 1.5rem;
	line-height: 1.87;
}
.comInformation .shopguide .column .textDl > dd .cardList img:not(:last-of-type) {
	margin-right: 2px;
}
.comInformation .shopguide .column .textDl > dd p:not(:last-of-type) {
	margin-bottom: 19px;
}
.comInformation .shopguide .timeList {
	margin-bottom: 19px;
}
.comInformation .shopguide .timeList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comInformation .shopguide .timeList li table {
	width: 374px;
	font-family: 'Noto Sans JP', sans-serif;
	border-collapse: collapse;
}
.comInformation .shopguide .timeList li table th,
.comInformation .shopguide .timeList li table td {
	padding: 6px 5px;
	font-size: 1.4rem;
	text-align: center;
	border-bottom: 1px solid #a8a8a8;
}
.comInformation .shopguide .column:nth-of-type(3) .textDl > dt {
	margin-bottom: 15px;
}
.comInformation .shopguide .timeList li .tbl_calendar caption {
	margin-bottom: 3px;
	font-size: 1.4rem;
}
.comInformation .shopguide .text {
	text-align: center;
}
.comInformation .shopguide .calendarText span {
	padding-left: 32px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.comInformation .shopguide .calendarText span::before {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f8dfdf;
	content: '';
}
@media all and (max-width: 896px) {
	.comInformation {
		padding: 40px 0;
	}
	.comInformation .headLine01 {
		margin-bottom: 30px;
	}
	.comInformation .comBox {
		width: auto;
	}
	.comInformation .shopguide {
		margin: 0;
		display: block;
	}
	.comInformation .shopguide .column {
		margin: 0 0 30px;
		width: auto;
	}
	.comInformation .shopguide .column:last-of-type {
		margin-bottom: 0;
	}
	.comInformation .shopguide .column:nth-of-type(3) {
		width: auto;
	}
	.comInformation .shopguide .column .textDl > dt {
		margin-bottom: 10px;
		padding-left: 23px;
		font-size: 2rem;
	}
	.comInformation .shopguide .column .textDl > dt::before {
		width: 12px;
		height: 12px;
		top: 16px;
	}
	.comInformation .shopguide .column .textDl .methodText span {
		margin-bottom: 16px;
		font-size: 1.6rem;
	}
	.comInformation .shopguide .column .textDl > dd {
		font-size: 1.3rem;
	}
	.comInformation .shopguide .timeList {
		display: block;
	}
	.comInformation .shopguide .timeList li {
		margin-bottom: 30px;
		width: auto;
	}
	.comInformation .shopguide .timeList li table {
        margin-bottom: 30px;
		width: 100%;
	}
    .comInformation .shopguide .timeList li table:last-of-type {
        margin-bottom: 0;
    }
	.comInformation .shopguide .timeList li:last-of-type {
		margin-bottom: 0;
	}
	.comInformation .shopguide .timeList li table th,
	.comInformation .shopguide .timeList li table td {
		font-size: 1.2rem;
	}
	.comInformation .shopguide .calendarText span {
		padding-left: 15px;
	}
	.comInformation .shopguide .calendarText span::before {
		width: 12px;
		height: 12px;
        top: 7px;
        transform: translateY(0);
	}
}
@media all and (max-width: 374px) {
    .comInformation .shopguide .text {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pagePath {
	margin: 0 auto 38px;
	width: 1200px;
	display: flex;
}
.pagePath li {
	margin-right: 7px;
	display: flex;
	flex-direction: row-reverse;
	font-size: 1.3rem;
	font-weight: 500;
}
.pagePath li a {
	margin-right: 10px;
	color: #606060;
}
@media all and (min-width: 897px) {
	.pagePath li a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.pagePath {
		margin: 0 20px 20px;
		width: auto;
        flex-wrap: wrap;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -10px;
	font-size: 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	border-radius: 50%;
	text-decoration: none;
	padding: 4px 5px 2px;
	margin: 10px 10px 0;
	background-color: #b9b9b9;
	font-family: 'Roboto', sans-serif;
}
.wp-pagenavi span.current {
	background-color: #000;
	color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon10.png) no-repeat center center / 6px auto;
	background-color: transparent;
}
.wp-pagenavi .previouspostslink {
	margin-right: 5px;
}
.wp-pagenavi .nextpostslink {
	margin-left: 5px;
	background-image: url(https://file003.shop-pro.jp/PA01476/370/image/icon11.png);
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #000;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
		background-color: transparent;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
        margin: 10px 5px 0;
		padding: 3px 5px 1px;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainVisual {
	margin-bottom: 89px;
}
#top .mainVisual .slideBox {
	position: relative;
}
#top .mainVisual .photoList {
	margin: 0 auto;
	width: 1200px;
}
#top .mainVisual .bx-wrapper {
	margin-bottom: 0;
	position: static;
}
#top .mainVisual .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: auto;
	background: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 1;
}
#top .mainVisual .bx-controls {
	width: 15px;
	position: absolute;
	right: calc((100% - 1310px) / 2);
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
#top .mainVisual .bx-controls .bx-pager-item {
	margin-bottom: 8px;
}
#top .mainVisual .bx-controls .bx-pager-item:last-child {
	margin-bottom: 0;
}
#top .mainVisual .bx-controls .bx-pager-item a {
	display: block;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
	background: none;
}
#top .mainVisual .bx-controls .bx-pager-item a::before {
	width: 7px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #000;
	content: '';
}
#top .mainVisual .bx-controls .bx-pager-item a.active::before {
	background-color: #000;
}
#top .mainVisual .dotsList {
	width: 15px;
	position: absolute;
	right: 43px;
	top: 50%;
	transform: translateY(-50%);
}
#top .mainVisual .photoList img {
	border-radius: 30px;
}
#top .mainVisual .dotsList li {
	margin-bottom: 8px;
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
}
#top .mainVisual .dotsList li:last-of-type {
	margin-bottom: 0;
}
#top .mainVisual .dotsList li::before {
	width: 7px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #000;
	content: '';
}
#top .mainVisual .dotsList li.on::before {
	background-color: #000;
}
#top .mainVisual .newsDl {
	margin: -33px auto 0;
	width: 850px;
	position: relative;
	display: flex;
	justify-content: space-between;
	border-radius: 50px;
	background-color: #000;
	border: 3px solid #000;
	z-index: 6;
	box-sizing: border-box;
	overflow: hidden;
}
#top .mainVisual .newsDl > dt {
	padding: 16px 20px 22px 30px;
	width: 157px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #000;
}
#top .mainVisual .newsDl > dd {
	padding: 16px 20px 10px 36px;
	width: calc(100% - 157px);
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
}
#top .mainVisual .newsDl > dd ul {
	width: 100%;
}
#top .mainVisual .newsDl dd a {
	display: block;
}
#top .mainVisual .newsDl dl dt {
	float: left;
	font-family: 'Roboto', sans-serif;
}
#top .mainVisual .newsDl dl dd {
	padding: 0 0 10px 5.5em;
}
@media all and (min-width: 897px) {
	#top .mainVisual .newsDl dd a:hover {
		text-decoration: underline;
	}
}
@media (min-width: 897px) and (max-width: 1330px) {
    #top .mainVisual .bx-controls {
        right: 20px;
    }
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		margin-bottom: 40px;
	}
	#top .mainVisual .slideBox {
		margin-bottom: 60px;
		position: relative;
	}
	#top .mainVisual .photoList {
		margin: 0 auto;
		width: auto;
	}
	#top .mainVisual .photoList img {
		border-radius: 9px;
	}
	#top .mainVisual .dotsList {
		width: 100%;
		right: 50%;
		top: auto;
		bottom: -30px;
		text-align: center;
		transform: translate(50%,0);
	}
	#top .mainVisual .dotsList li {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
	}
	#top .mainVisual .bx-controls {
		width: 100%;
		right: 50%;
		top: auto;
		bottom: -3px;
		text-align: center;
		transform: translate(50%,0);
	}
	#top .mainVisual .bx-controls .bx-pager-item {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
	}
	#top .mainVisual .newsDl {
		margin: 0 20px;
		width: auto;
		display: block;
		border-radius: 20px;
		border-width: 2px;
	}
	#top .mainVisual .newsDl > dt {
		padding: 10px 20px;
		width: auto;
		font-size: 1.6rem;
	}
	#top .mainVisual .newsDl > dd {
		padding: 10px 20px;
		width: auto;
	}
	#top .mainVisual .newsDl > dd ul {
		width: 100%;
	}
	#top .mainVisual .newsDl dl dd {
		padding-left: 5.9em;
	}
	#top .mainVisual .newsDl dl dd:last-of-type {
		padding-bottom: 0;
	}
}
/*------------------------------------------------------------
	product
------------------------------------------------------------*/
#product .comBgBox {
	margin-bottom: 100px;
	padding: 31px 0 100px;
}
#product .comBgBox h2 {
	margin-bottom: 59px;
}
#product .recently {
	margin-bottom: 95px;
}
#product .recently h2 {
	margin-bottom: 59px;
}
#product .recently .comLinkList {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#product .comBgBox {
		margin-bottom: 50px;
		padding: 20px 0 50px;
	}
	#product .comBgBox h2 {
		margin-bottom: 30px;
	}
	#product .recently {
		margin-bottom: 50px;
	}
	#product .recently h2 {
		margin-bottom: 30px;
	}
	#product .recently .comLinkList {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail .comBgBox {
	padding-top: 31px;
}
#detail .pagePath {
	margin-bottom: 59px;
}
#detail  .topBox {
	display: flex;
	justify-content: space-between;
}
#detail  .topBox .lBox {
	width: 600px;
}
#detail  .topBox .lBox .photoList {
	margin-bottom: 30px;
}
#detail  .topBox .lBox .photoList li img {
	width: 100%;
	border-radius: 19px;
}
#detail  .topBox .lBox .photoUl {
	margin-top: -16px;
	display: flex;
	flex-wrap: wrap;
}
#detail  .topBox .lBox .photoUl li {
	margin: 16px 16px 0 0;
	width: 138px;
    cursor: pointer;
}
#detail  .topBox .lBox .photoUl li.on {
    opacity: 0.7;
}
#detail .topBox .lBox .photoUl li img {
    border-radius: 10px;
}
#detail  .topBox .lBox .photoUl li a {
	display: block;
}
#detail  .topBox .lBox .photoUl li:nth-of-type(4n) {
	margin-right: 0;
}
#detail  .topBox .textBox {
	margin-top: 24px;
	width: 560px;
}
#detail  .topBox .textBox .title {
	margin-bottom: 55px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 0.03em;
}
#detail  .topBox .textBox .price {
	margin-bottom: 43px;
	color: #000;
	font-weight: 500;
}
#detail  .topBox .textBox .price strong {
	margin-right: 4px;
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
}
#detail  .topBox .textBox .btnList {
	margin-bottom: 27px;
	padding-bottom: 29px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d1d1d1;
}
#detail  .topBox .textBox .btnList input[type="text"],
#detail  .topBox .textBox .btnList button {
	padding: 5px 23px;
	width: 100%;
	height: 58px;
	color: #fff;
	border: none;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	box-shadow: none;
	border-radius: 8px;
	box-sizing: border-box;
	letter-spacing: 0.03em;
	background-color: #000;
	appearance: none;
    font-family: 'Kiwi Maru', serif;
}
#detail  .topBox .textBox .btnList button span {
	padding: 2px 0 2px 30px;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/icon13.png) no-repeat left center / 22px auto;
}
#detail  .topBox .textBox .btnList input[type="text"] {
	font-size: 1.8rem;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}
#detail  .topBox .textBox .btnList li {
	margin-right: 16px;
	width: 99px;
	position: relative;
}
#detail  .topBox .textBox .btnList li .ico02,
#detail  .topBox .textBox .btnList li .ico01 {
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}
#detail  .topBox .textBox .btnList li .ico02 {
	top: auto;
	bottom: 12px;
}
#detail  .topBox .textBox .btnList li:nth-of-type(2) {
	width: 280px;
}
#detail  .topBox .textBox .btnList li:last-of-type {
	margin-right: 0;
}
#detail  .topBox .textBox p {
	margin-bottom: 28px;
}
#detail  .topBox .textBox p:last-of-type {
	margin-bottom: 0;
}
#detail .comAboutBox {
	margin-bottom: 86px;
}
#detail .comAboutBox .centerBox {
	margin-bottom: 129px;
}
#detail .cook {
	margin: 0 auto;
	width: 1060px;
}
#detail .cook .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#detail .cook .textList > li {
	width: 500px;
}
#detail .cook .textList > li ul li {
	margin-bottom: 55px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#detail .cook .textList > li ul li:nth-last-of-type(2) {
	margin-bottom: 87px;
}
#detail .cook .textList > li ul li:last-of-type {
	margin-bottom: 0;
}
#detail .cook .textList > li .pho {
	width: 252px;
}
#detail .cook .textList > li .txtBox {
	margin-top: 33px;
	width: 215px;
}
#detail .cook .textList > li .txtBox p {
	font-size: 1.6rem;
	line-height: 1.88;
}
#detail .cook .textList > li .txtBox p span {
    margin-right: 4px;
	border: 1px solid #000;
	border-radius: 3px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: -1px;
}
#detail .cook .textList > li:nth-of-type(2) ul li:last-of-type::before {
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0;
	top: -45px;
	background: url(https://file003.shop-pro.jp/PA01476/370/image/line01.png) no-repeat center center / 100% 100%;
	content: '';
}
#detail .product {
	padding: 79px 0 94px;
	background-color: #f5f3ef;
}
#detail .product h2 {
	margin-bottom: 60px;
}
#detail .product .comLinkList {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#detail  .topBox .lBox .photoUl li a:hover {
		opacity: 0.7;
	}
	#detail  .topBox .textBox .btnList button:hover {
		background-color: #b60008;
	}
    #detail .topBox .lBox .photoUl li:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
	#detail .comBgBox {
		padding-top: 20px;
	}
	#detail .pagePath {
		margin-bottom: 30px;
	}
	#detail  .topBox {
		display:block;
	}
	#detail  .topBox .lBox {
		margin-bottom: 30px;
		width: auto;
	}
	#detail  .topBox .lBox .photoList {
		margin: 0 auto 30px;
		max-width: 600px;
	}
	#detail  .topBox .lBox .photoList li img {
		width: 100%;
		border-radius: 19px;
	}
	#detail  .topBox .lBox .photoUl {
		margin-top: -10px;
	}
	#detail  .topBox .lBox .photoUl li {
		margin: 10px 10px 0 0;
		width: calc((100% - 30px) / 4);
	}
	#detail  .topBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#detail  .topBox .textBox .title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#detail  .topBox .textBox .price {
		margin-bottom: 30px;
	}
	#detail  .topBox .textBox .price strong {
		font-size: 1.6rem;
	}
	#detail  .topBox .textBox .btnList input[type="text"],
	#detail  .topBox .textBox .btnList button {
		height: 46px;
		font-size: 1.3rem;
		border-radius: 4px;
	}
	#detail  .topBox .textBox .btnList button span {
		padding-left: 25px;
		background-size: 16px auto;
	}
	#detail  .topBox .textBox .btnList input[type="text"] {
		font-size: 1.6rem;
	}
	#detail  .topBox .textBox .btnList li .ico02,
	#detail  .topBox .textBox .btnList li .ico01 {
		right: 10px;
		top: 6px;
	}
	#detail  .topBox .textBox .btnList li .ico02 {
		top: auto;
		bottom: 6px;
	}
	#detail  .topBox .textBox .btnList li {
		margin-right: 10px;
		width: 86px;
	}
	#detail  .topBox .textBox .btnList li:nth-of-type(2) {
		max-width: calc(100% - 96px);
	}
	#detail .comAboutBox {
		margin-bottom: 50px;
	}
	#detail .comAboutBox .centerBox {
		margin-bottom: 60px;
	}
	#detail .cook {
		width: auto;
	}
	#detail .cook .textList {
		display: block;
	}
	#detail .cook .textList > li {
		width: auto;
	}
	#detail .cook .textList > li ul li {
		margin-bottom: 40px;
	}
	#detail .cook .textList > li ul li:nth-last-of-type(2) {
		margin-bottom: 50px;
	}
	#detail .cook .textList > li .pho {
		width: 150px;
	}
	#detail .cook .textList > li .txtBox {
		margin-top: 20px;
		width: calc(100% - 160px);
	}
	#detail .cook .textList > li .txtBox p {
		font-size: 1.6rem;
		line-height: 1.88;
	}
	#detail .cook .textList > li .txtBox p span {
		border: 1px solid #000;
		border-radius: 3px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: 0;
	}
	#detail .cook .textList > li:nth-of-type(2) ul li:last-of-type::before {
		height: 10px;
		top: -30px;
	}
	#detail .product {
		padding: 49px 0 50px;
	}
	#detail .product h2 {
		margin-bottom: 30px;
	}
}
.l-main {
	padding-top: 0;
}
@media screen and (max-width: 1030px) {
	.l-main {
		margin-top: 0px !important;
		padding-top: 0;
	}
}
.u-container {
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1030px;
}
@media screen and (max-width: 1030px) {
	.u-container {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
}
.u-contents {
	padding-top: 75px;
	padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
	.u-contents {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
 /********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
	padding-top: 30px;
}
.c-breadcrumbs-list {
	padding-top: 15px;
	margin-bottom: 35px;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.c-breadcrumbs-list {
		font-size: 10px;
	}
}
.c-breadcrumbs-list__item {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
	content: none;
}
.c-breadcrumbs-list a {
	color: #000000;
}
/********** title **********/
.c-ttl-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 0;
	margin-bottom: 45px;
	line-height: 1.4;
	font-size: 30px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
	.c-ttl-main {
		margin-bottom: 30px;
		font-size: 21px;
	}
}
.c-ttl-main__ja {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	color: #909090;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.c-ttl-main__ja {
		margin-bottom: 2px;
		font-size: 12px;
		white-space: nowrap;
	}
}
.c-ttl-sub {
	margin-top: 0;
	margin-bottom: 45px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
	.c-ttl-sub {
		margin-bottom: 30px;
		font-size: 14px;
	}
}
.c-ttl-sub__ja {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #909090;
	letter-spacing: 0;
}
.c-ttl-second {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 21px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
	.c-ttl-second {
		margin-bottom: 20px;
		font-size: 18px;
	}
}
/********** table **********/
.c-tbl-list {
	border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
	.c-tbl-list__tr {
		display: block;
	}
}
.c-tbl-list__th {
	margin: 0;
	width: 270px;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.c-tbl-list__th {
		margin-bottom: 10px;
		width: auto;
	}
}
.c-tbl-list__td {
	flex: 1;
	margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
	.c-tbl-list__td {
		margin-left: 0;
	}
}
.resultBox  {
    margin-bottom: 70px;
}
.resultBox p {
    font-weight: 500;
    text-align: center;
}
.resultBox .ttl {
    margin-bottom: 30px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    text-align: center;
}
.productlist_noitem {
    font-size: 2rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .resultBox  {
        margin-bottom: 30px;
    }
    .resultBox .ttl {
        font-size: 1.8rem;
    }
    .productlist_noitem {
        font-size: 1.6rem;
    }
}
@media all and (-ms-high-contrast:none) {
    #container {
        padding-top: 99px;
    }
    #top .mainVisual .newsDl > dt {
        padding: 18px 20px 20px 30px;
    }
    #top .mainVisual .newsDl > dd {
        padding: 19px 20px 7px 36px;
    }
    #detail .topBox .textBox .btnList li .ico02 img,
    #detail .topBox .textBox .btnList li .ico01 img {
        width: 100%;
    }
    #detail .cook .textList > li .txtBox p span {
        padding-bottom: 2px;
        line-height: 1.1;
    }
    .comAboutBox .voice .textList > li {
        padding-top: 85px;
    }
    .comAboutBox .voice .textList > li:nth-of-type(2) {
        padding-top: 65px;
    }
}
.link a {
	color: #00A0E9;
	text-decoration: none;
}
.link a:hover{
	text-decoration: underline;
}
.link a[href^="tel:"] {
	color: #000;
}