/*importing google fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');
/*半角約物*/
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');
/*Noto Sans*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
body {
	font-size: 16px !important;
	font-family: 'YakuHanJP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
body, #wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
footer {
	margin-top: auto;
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.8;
	margin: 0;
	overflow-x: hidden;
	color: #222;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	background-color: transparent;
	text-decoration: none;
}
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 0;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
	color: #222;
	text-rendering: optimizeLegibility;
	margin-top: 0rem;
	margin-bottom: 0rem;
	line-height: 1.4;
}
b, strong, .bold {
	font-weight: bolder;
}
small, .small {
	font-size: .85em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul {
	margin-left: 0;
}
ul, ol, dl {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 0;
	list-style-position: outside;
	font-family: inherit;
}
ul li ul, ul li ol {
	margin-left: 0rem;
	margin-bottom: 0;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
[hidden] {
	display: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
p, li {
	line-height: 1.8;
}
table {
	border-collapse: collapse;
}
.alignLeft {
	text-align: left
}
.alignRight {
	text-align: right
}
.alignCenter {
	text-align: center
}
br.pc {
	display: none;
}
br.sp {
	display: inline;
}
main {
	padding: 10px 0 50px 0;
	position: relative;
	display: block; /* IE11対応 */
}
main a {
	color: #222;
}
/*----------幅設定-------------*/
.bw, .site-content {
	width: 100%;
	padding: 0 6%;
	margin: auto;
}
.breadcrumb {
	width: 100%;
	padding: 0 25px
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
}

@media print, screen and (min-width: 961px)/*小型PC*/ {
main {
	padding: 70px 0 100px 0;
	position: relative;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
.bw, .site-content, .breadcrumb {
	padding: 0 7%;
	max-width: 1600px;
}
}
/*------------レスポンシブナビ---------------*/
.jetmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.jetmenu li {
	display: inline-block;
	float: left;
}
.jetmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
	color: #111;
}
.jetmenu > li {
	border-top: 1px solid #ddd;
}
.jetmenu > li:last-child {
	border-bottom: 1px solid #ddd;
}
.jetmenu > li > a {
	color: #111;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.jetmenu > li:hover > a, .jetmenu > li.active > a {
	background: #fff;
}
/* DROPDOWN CONFIGURATION **/
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 134px;
	background: #fff;
}
.jetmenu ul.dropdown li ul.dropdown {
	left: 100%;
	top: inherit;
}
.jetmenu ul.dropdown li {
	clear: both;
	width: 100%;
	border-top: 1px solid #ddd;
}
.jetmenu ul.dropdown li a {
	width: 100%;
	padding: 12px 24px 12px 30px;
	display: inline-block;
	float: left;
	clear: both;
	text-decoration: none;
	font-size: .95em;
	background: #fafafa;
}
.jetmenu ul.dropdown li:hover > a {
	background: #fff;/*color: #555;*/
}
/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left {
	left: auto;
	right: 100%;
}
/* SUBMENU INDICATORS */
.jetmenu .indicator {
	position: relative;
	left: 5px;
	top: 0;
	font-size: 14px;
	float: right;
}
.jetmenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
}
/* MEGAMENU */
.jetmenu > li > .megamenu {
	position: absolute;
	display: none;
	background: #fafafa;
	width: 25%;
	top: 120px;
	z-index: 99;
}
/* megamenu images */
.jetmenu .megamenu img {
	width: 100%;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
/* megamenu list */
.jetmenu li > .megamenu ul {
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
	display: flex;
 flex-wrap: wrap;
	margin: 10px 0;
}
.jetmenu li > .megamenu h5 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.05em;
}
.jetmenu li > .megamenu .title h5 span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #e00;
	display: block;
	line-height: 1.2;
}
.jetmenu li > .megamenu .title > a span {
	font-size: .85em;
	line-height: 1.4;
	display: block;
}
.jetmenu li > .megamenu li {
	width: 33.33%;
	font-size: .85em;
	text-align: center;
	padding: 5px 5px 0 0;
}
.jetmenu li > .megamenu li img {
	border: 1px solid #eee;
	margin-bottom: 5px;
}
.jetmenu li > .megamenu li span {
	line-height: 1.3;
}
.jetmenu li > .megamenu a {
	text-decoration: none;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	background-color: transparent !important;
}
/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu, .jetmenu > li.fix-sub > .megamenu.half-width, .jetmenu > li.fix-sub > .dropdown {
	right: 0;
}
/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width {
	width: 50%;
}
.jetmenu > li > .megamenu.full-width {
	width: 100%;
	left: 0;
}
/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row {
	width: 100%;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before, .megamenu .row:after {
/*	display: table;
	content: "";
	line-height: 0;*/
}
.megamenu .row:after, .jetmenu li > .megamenu .row > div:after {
	clear: both;
}
.jetmenu li > .megamenu .row > div {
	padding: 10px 15px 10px 20px;
	border-top: 1px solid #ddd;
}
/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right {
	float: right;
}
.jetmenu > li.right > .megamenu, .jetmenu > li.right > .megamenu.half-width, .jetmenu > li.right > .dropdown {
	right: 0;
}
/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright {
	float: right;
}
.jetmenu > li.jsright.last > .megamenu, .jetmenu > li.jsright.last > .megamenu.half-width, .jetmenu > li.jsright.last > .dropdown {
	right: 0;
}
/* COLLAPSIBLE MENU */
.jetmenu > li.showhide {
	display: none;
	width: 100%;
	height: 70px;
	cursor: pointer;
	color: #999;
	position: relative;/*	-moz-box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	-webkit-box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	box-shadow: 0px 1px 10px rgba(000,000,000,0.1);*/
}
/* 開閉メニュー */
.side {
	width: 58px;
	height: 58px;
	right: 0px;
	top: 0px;
	text-align: center;
	z-index: 100;
	color: #000;
	position: absolute;
}
.menu-trigger {
	position: absolute;
	top: 22px;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 26px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.scrollable .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.scrollable .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.scrollable .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/*-------------スマホ・タブレット用スタイル-------------------------*/
@media print, screen and (max-width: 955px) {
.jetmenu {
}
.jetmenu > li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jetmenu > li > a > p {
	font-weight: bold;
}
.jetmenu > li:not(.showhide) {
	display: none;
}
.jetmenu a {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jetmenu > li > a {
	padding: 15px 20px;
	position: relative;
}
.jetmenu > li > a > p span.icon-chevron-small-down {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5em;
}
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	width: 100% !important;
	left: 0;
	position: static !important;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jetmenu ul.dropdown li {
	background: #fff !important;
}
.jetmenu ul.dropdown > li > a {
	padding-left: 30px;
}
.jetmenu > li > .megamenu {
	width: 100% !important;
	position: static;
	border-top: none;
}
.jetmenu > li > .megamenu .row:first-child [class*="col"]:first-child {
	margin-top: 0;
}
.jetmenu > li > .megamenu .row {
	margin-top: 0;
}
.jetmenu > li > ul.dropdown > li > a {
	padding-left: 20px !important;
}
.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 60px !important;
}
.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 80px !important;
}
}

/*---------------PC用スタイル-----------------------*/
@media print, screen and (min-width: 956px) {
.jetmenu {
	width: 96% !important;
	left: 2%;
	display: flex;
	justify-content: flex-end;
}
.jetmenu > li:last-child {
	border-bottom: none;
	margin-right: 80px;
}
.jetmenu > li {
	border-top: none;
}
.jetmenu > li > a {
	font-size: .95em;
	display: block;
	height: 120px;
	padding: 0 15px;
}
.jetmenu > li > a > p {
	display: block;
	padding: 45px 0 0 0;
	position: relative;
	font-weight: bold;
	font-size: .97em;
}
.jetmenu > li > a > p span.icon-chevron-small-down {
	display: block;
	text-align: center;
}
.jetmenu > li:hover > a {
	color: #e00;
}
.jetmenu > li > a > p::after {
	content: '';
	width: 0%;
	height: 3px;
	background: #e00;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.jetmenu > li:hover > a > p::after {
	width: 100%;
}
.jetmenu > li > .megamenu, .jetmenu > li > ul.dropdown {
	border-top: 3px solid #e00;
	-moz-box-shadow: 0px 2px 15px 2px rgba(000,000,000,0.1);
	-webkit-box-shadow: 0px 2px 15px 2px rgba(000,000,000,0.1);
	box-shadow: 0px 2px 15px 2px rgba(000,000,000,0.1);
	font-weight: 400;
	top: 120px;
}
.jetmenu > li > ul.dropdown {
	margin-left: 15px;
	width: 230px;
}
.jetmenu ul.dropdown.right {
	-moz-box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	-webkit-box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
}
.jetmenu ul.dropdown li:first-child {
	border-top: none;
}
.jetmenu ul.dropdown li a {
	width: 100%;
	padding: 15px 40px 15px 25px;
	background: #fff;
}
.jetmenu ul.dropdown li a:hover {
	background: #f5f5f5;
}
.jetmenu > li > .megamenu {
	background: #fff;
}
.jetmenu li > .megamenu a:hover {
	color: #666;
}
.jetmenu li > .megamenu .row {
	display: flex;
	max-width: 100%;
}
.jetmenu li > .megamenu .row > div {
	border-left: 1px solid #ddd;
	border-top: none;
	width: 15%;
}
.jetmenu li > .megamenu .row > div:first-child {
	border-left: none;
	width: 40%;
}
.jetmenu li > .megamenu .title h5 {
	margin: 0;
	width: 100%;
	font-size: 1rem;
	line-height: 1.4 !important;
	margin: 5px 0 8px 0;
}
.jetmenu li > .megamenu .title h5 span {
	font-size: 1.25rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #e00;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}
.jetmenu li > .megamenu ul {
	display: flex;
	flex-wrap: wrap;
}
.jetmenu li > .megamenu li {
	width: 100%;
}
.jetmenu li > .megamenu .row > div:first-child li {
	border-left: none;
	width: 33%;
}
}
/*----------ナビゲーション設定-------------*/
/*------------header---------------*/
#header {
	position: relative;
	background: #fff;
	height: 80px;
	min-height: 80px;
}
#header .logo {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 20px;
}
#header .logo img {
	height: 50px;
	width: auto;
}
#header .cart {
	position: absolute;
	top: 22px;
	right: 60px;
	z-index: 20;
}
#header .cart a {
	display: block;
	color: #111;
}
#header .cart .icon-shopping-cart {
	font-size: 26px;
}
#header .cart .cart-num {
	position: absolute;
	top: -7px;
	right: -7px;
	font-family: 'Montserrat';
	font-size: 11px;
	background: #111;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}
/*------------footer---------------*/
footer {
	background-color: #f5f5f5;
}
#footer {
	position: relative;
}
#footer .logo {
	width: 120px;
	height: auto;
	background: #d6000f;
	margin: 0 auto;
}
#footer nav {
	display: none;
}
#footer .copyright {
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}
#footer a {
	color: #111;
}
.footerContent {
	text-align: center;
}
.footerContent * {
	line-height: 1.5;
}
.footerContent .corp-info h2 {
	margin-top: 1em;
	font-size: 1.05rem;
	font-weight: normal;
}
.footerContent .corp-info p {
	font-size: .92em;
}
.footerContent .corp-info .customer {
	margin-top: 1em;
	font-weight: bold;
}
.footerContent .corp-info .customer .tel {
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.3;
}
.footerContent .corp-info .customer .time {
	font-weight: normal;
}
#footer .sns-link {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	margin-top: 1.5em;
	font-weight: 500;
}
#footer .sns-link ul {
	margin-top: .5em;
}
#footer .sns-link ul li {
	display: inline-block;
	margin-right: 15px
}
#footer .sns-link ul li:last-child {
	margin-right: 0;
}
#footer .sns-link ul li a {
	color: #666;
}
#footer .sns-link ul li a:hover {
	color: #111;
}
#footer .sns-link span {
	font-size: 26px;
}
.otherlinks {
	margin-top: 1em;
	padding: 0 25px;
	text-align: left;
}
.otherlinks .guide {
	margin: 0px;
}
.otherlinks .title {
	padding: 10px 0;
	font-size: .95rem;
	border-bottom: 1px solid #ddd;
}
.otherlinks .guide .title {
	border-top: 1px solid #ddd;
}
.otherlinks .title.clicked {
}
.otherlinks .toggle {
	display: none;
	list-style: none;
	padding: 0;
}
.otherlinks .toggle li {
	padding: 8px 0;
	font-size: .9em;
}
.otherlinks .toggle li/*:not(:last-child)*/ {
	border-bottom: solid 1px #ddd;
}
.otherlinks .title {
	pointer-events: all;
}
.otherlinks .title .plus, .otherlinks .title .plus span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.otherlinks .title .plus {
	position: relative;
	width: 24px;
	height: 24px;
	float: right;
	margin-top: 5px;
}
.otherlinks .title .plus span {
	position: absolute;
	left: 8px;
	width: 50%;
	height: 2px;
	background-color: #000;
}
.otherlinks .title span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.otherlinks .title span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.otherlinks .title.active .plus span:nth-of-type(1) {
	display: none;
}
.otherlinks .title.active .plus span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
}

@media print, screen and (min-width: 769px)/*タブレットタテ*/ {
.otherlinks .toggle {
	display: block;
}
.otherlinks .title .plus {
	display: none;
}
.otherlinks .title {
	pointer-events: none;
	padding: 0;
	border-bottom: none;
}
.otherlinks .toggle li {
	border-bottom: none;
}
}

@media print, screen and (min-width: 956px) /*header用設定*/ {
#header {
	-moz-box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	-webkit-box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	box-shadow: 0px 1px 10px rgba(000,000,000,0.1);
	height: 120px;
	position: relative;
	z-index: 30;
}
#header .logo {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 50px;
}
#header .logo img {
	height: 80px;
	width: auto;
}
#header .cart {
	position: absolute;
	top: 50px;
	right: 60px;
	z-index: 20;
}

}


@media print, screen and (min-width: 960px)/*タブレットヨコ・小型PC*/ {
br.pc {
	display: inline;
}
br.sp, .pc-none {
	display: none;
}
footer {
	padding: 0 25px
}
.footerContent {
	text-align: left;
	position: relative;
}
#footer .logo {
	width: 220px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.footerContent .corp-info {
	position: absolute;
	left: 0;
	top: 85px;
	width: 230px;
}
.footerContent .corp-info h2 {
	margin: 1.5em 0 1em;
}
#footer .footernav {
	padding: 30px 0 0 270px
}
#footer .footernav nav {
	display: block;
}
.footernav ul {
	list-style: none;
}
.footernav > nav {
	display: table !important;
	width: 100% !important;
}
.footernav > nav > div {
	display: table-cell;
	padding-left: 1.5em;
}
.footernav > nav > div:first-child {
	padding-left: 0;
}
.footernav > nav > div > ul > li {
	font-weight: bold;
}
.footernav > nav > div > ul {
	margin-bottom: 1.5em;
}
.footernav > nav > div:nth-child(2) {
	width: 25%;
}
.footernav > nav > div > ul > li > ul {
	margin-top: .5em;
}
.footernav > nav > div > ul > li > ul > li {
	font-weight: normal;
	font-size: .9em;
	line-height: 1.8;
}
.footernav nav span[class^="icon-"] {
	margin-left: 0.5em;
	font-size: 12px;
}
.otherlinks {
	padding: 0;
	border-top: 1px solid #ddd;
}
.otherlinks .title, .otherlinks .toggle li {
	display: inline-block;
}
.otherlinks .title {
	float: left;
	clear: both;
	padding: 8px 0;
	font-size: .9em;
}
.otherlinks div {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.otherlinks .toggle li {
	padding-left: 1.5em;
	font-size: .85em;
}
.otherlinks .guide .title {
	border-top: none;
}
#footer .sns-link {
	margin-top: 10px;
	margin-bottom: 30px;
}
#footer .sns-link p {
	float: left;
	font-size: .95em;
	vertical-align: middle;
	margin-right: 1em;
	display: inline-block;
	line-height: 34px;
	font-weight: 400;
}
#footer .sns-link ul {
	margin-top: 0;
}
#footer .sns-link ul li a {
	display: block;
}
#footer .sns-link span {
	font-size: 24px;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
footer {
	padding: 0 7%;
}
.footerContent {
	max-width: 1380px;
	margin: 0 auto;
}
}
/*------------商品詳細設定---------*/
.item-title {
	font-size: 1.5em;
}
.prdSubhead {
	padding: 50px 0 70px 0;
	font-size: 1.7em;
	font-weight: normal;
	position: relative;
}
.prdSubhead::after {
	content: '';
	width: 50px;
	height: 3px;
	background: #e00;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-25px)
}
.overview {
	padding: 70px 0 0 0;
}
.overview > div {
	padding: 15px 0px;
}
.overview h3 {
	font-size: 1.4em;
	margin: 1em 0;
	line-height: 1.8;
	text-align: center;
}
.features {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.features > div {
	padding: 0 10px 20px;
	width: 50%;
}
.features > div h3 {
	font-size: 1.05rem;
	margin: .8em 0;
}
.features > div p {
	font-size: .93rem;
}
.spec {
/*padding: 0 20px;*/
}
table.prdtable {
	width: 100%;
	margin: 3rem 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 1.0rem;
}
table.prdtable tr th {
	background: #f5f5f5;
	font-weight: normal;
}
table.prdtable thead, table.prdtable tfoot {
	background: #f5f5f5;
}
table.prdtable thead tr:last-child {
	border-bottom: 1px solid #ddd;
}
table.prdtable tfoot tr:first-child {
	border-top: 1px solid #ddd;
}
table.prdtable tr th, table.prdtable tr td {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: .92em;
	display: block;
	text-align: left;
}
/* 商品詳細仕様Tables */

table.prdtable tr td {
	padding: 10px 20px;
}
table.prdtable tr th {
	white-space: nowrap;
}

@media print, screen and (min-width: 569px)/*SP横*/ {
.features > div {
	width: 33.33%;
}
table.prdtable tr th, table.prdtable tr td {
	display: table-cell;
}
}

@media print, screen and (min-width: 769px)/*タブレット縦*/ {
.prdSubhead {
	font-size: 2em;
}
.item-title {
	font-size: 1.8em;
}
table.prdtable {
	width: 75%;
	margin: 3rem auto;
}
}

@media print, screen and (min-width: 961px)/*小型PC*/ {
.features > div h3 {
	text-align: center;
}
}

@media print, screen and (min-width: 1281px)/*PC*/ {
}
/*タイトル装飾 */ 
h1.bg::before {
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(111.86120936497787deg, rgba(255, 236, 161,1) 13.383270375457876%, rgba(186, 227, 91,0.7) 96.36160714285714%);
	z-index: -1;
}
h1.bg.imgproducts::before {
	background-image: url(../images/header-bg-pds2.jpg);
 background-size: cover;
 background-position: center center;
}
h1.bg.imgrecipe::before {
	background-image: url(../images/header-bg-recipe.jpg);
 background-size: cover;
 background-position: center center;
}
h1.bg.imgnews::before {
	background-image: url(../images/header-bg-news.jpg);
 background-size: cover;
 background-position: center center;
}
h1.bg.imgcontact::before {
	background-image: url(../images/header-bg-contact.jpg);
 background-size: cover;
 background-position: center top;
}
h1.headtitle {
	font-weight: normal;
	text-align: center;
	font-size: 1.2rem;
	margin: 20px 0 10px 0;
}
h1.headtitle .main {
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h1.bg-products::before {
	content: '';
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../product-images/header-bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
	z-index: -1;
}
h1.bg-products {color: #fff; padding-bottom: 40px;}

/*ページ先頭*/
#toTop {
	z-index: 300 !important;
}
#toTop i {
	color: rgba(0,0,0,0.4) !important;
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
}

@media print, screen and (min-width: 769px)/*タブレットタテ*/ {
h1.bg::before {
	height: 320px;
}
h1.bg-products::before {
	height: 230px;
}
h1.headtitle {
	margin: 20px 0 30px 0;
}
h1.headtitle .main {
	font-size: 50px;
}
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
#toTop i:hover {
	color: rgba(0,0,0,1) !important;
}
h1.headtitle {
    margin: -10px 0 30px 0;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
}
/*ぱんくず装飾*/
.breadcrumb {
	color: #999;
	font-size: .9em;
	margin: 1em 0 1.5em 0;
}
.breadcrumb a, .breadcrumb span {
	color: #222;
}
.breadcrumb ul {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*商品一覧*/
h2.category-header::before {
 /*content: '';*/
 width: 16px;
 height: 16px;
 display: inline-block;
 border: 5px solid #c00;
 border-radius: 50%;
 position: absolute;
 top:15px;
 left:50%;
 margin-left: -8px;
}
h2.category-header {
 text-align: center;
 font-size:1rem;
 position: relative;
 padding-top: 50px;
}
h2.category-header span.en {
	font-family: 'Montserrat';
 font-weight: 300;
 font-size:2rem;
 display: block;
 color: #D40003;
}
.category-header-sub {text-align: center;font-size:.9em;}
.cat-il.type-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cat-il.type-grid article {
	display: block;
	width: 48%;
	margin-right: 0;
	padding: 1em 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.cat-il.type-grid .itemimg {
	margin-bottom: 0;
	text-align: center;
	padding: 15px 0;
	background: #fff;
}
.cat-il.type-grid .itemname {
	height: 63px;
	overflow: hidden;
	line-height: 1.4;
 font-size:.95rem;
 color: #555;
}
.cat-il.type-grid .itemprice {
	font-weight: bold;
	height: auto;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 1.1rem;
	letter-spacing: 1px;
 line-height: 1.3;
 padding: 0.5em 0 0 0;
}
.cat-il.type-grid .itemprice em.tax {
	font-weight: normal;
	font-size: .85rem;
	font-style: normal;
	font-family: 'YakuHanJP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Noto Sans JP', sans-serif;
 display: inline-block;
 letter-spacing: 0px;
}

@media screen and (min-width: 38.75em) {
.cat-il.type-grid article:nth-of-type(even) {
	margin-right: 0;
}
}
@media print, screen and (min-width: 568px)/*SPヨコ*/ {
 .cat-il.type-grid {justify-content: center;}
 .cat-il.type-grid article {
	display: block;
	width: 31%;
 margin-right: 3.5%;
 }
 .cat-il.type-grid .itemname {
	height: 2.5em;
	overflow: hidden;
	line-height: 1.4;
 font-size:0.97rem;
}
 .cat-il.type-grid article:nth-of-type(even) {
	margin-right: 3.5%;
}
.cat-il.type-grid article:nth-child(3n),
.cat-il.type-grid article:last-child {
	margin-right: 0;
}
}

@media print, screen and (min-width: 768px)/*タブレットタテ*/ {
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
.cat-il.type-grid{ justify-content: center;}
.cat-il.type-grid article {
	width: 25%;
 margin-right: 2.6%;
 }
.cat-il.type-grid article:nth-of-type(even) {
	margin-right: 2.6%;
}
.cat-il.type-grid article:nth-child(3n) {
	margin-right: 0;
}
.cat-il.type-grid .itemname {text-align: center;
 }
.item-description a:hover {
 border-bottom:1px solid #d00;
 color: #d00;
 background:#d00;
 color: #fff;
}
}
@media print, screen and (min-width: 1280px)/*PC*/ {
}

.item-description a {
 border-bottom:1px solid #d00;
 color: #d00;
 transition: all 0.3s;
}
 
/*Youtube埋め込み用*/
.youtube-wrap {
  position: relative;
  width: 100% !important;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*スマホ用 5%キャッシュバックキャンペーンバナー*/

/*@media print, screen and (max-width: 768px){
	.cashback-camp .mb {
		display: :block!important;
	}
}

@media print, screen and (min-width:956px){

.cashback-camp .mb {
	display:none!important;
}
}
*/