@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
fieldset {
	border: 0;
}
body {
	line-height: 1.8;
}
body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
ul {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
}
em {
	font-style: normal;
}
ul li {
	list-style-type: none;
	list-style-image: none;
}
address {
	font-style: normal;
}
strong {
	font-weight: bold;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6em;
}

.fs-p-searchForm__button::before,
#fs_preview_header {
	display: none !important;
}
.fs-l-header {
	padding-top: 0 !important;
}
.fs-l-header--min {
	border-bottom: none !important;
}

/* マージン */
.margin02 {
	margin-bottom: 2px;
}
.margin05 {
	margin-bottom: 5px;
}
.margin06 {
	margin-bottom: 6px;
}
.margin08 {
	margin-bottom: 8px;
}
.margin10 {
	margin-bottom: 10px;
}
.margin15 {
	margin-bottom: 15px;
}
.margin20 {
	margin-bottom: 20px;
}
.margin30 {
	margin-bottom: 30px;
}
.margin40 {
	margin-bottom: 40px;
}

/* 文字装飾 */

/* box-sizing */
* {
	box-sizing: border-box;
}

/* sp */
.sp {
	display: none;
}

/* img */
img {
	width: 100%;
	height: auto;
}

/* 非表示 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-reviewList__item .fs-c-reviewer__status {
	display: none;
}

/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	color: #000;
	opacity: 0.7;
	text-decoration: none;
}
a:visited,
a:link {
	color: #000;
}

/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans",
		"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body.fixed {
	　width: 100%;
	　height: 100%;
	　position: fixed;
}

/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
}

/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	height: 105px;
	background: #ffe100;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 17;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#header.is-animation {
	height: 75px;
}
#header .annotation {
	width: 100%;
	background: #fff;
	height: 30px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 29px;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#header.is-animation .annotation {
	height: 0;
	opacity: 0;
	overflow: hidden;
}

#header .inner_max {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}
#header .inner_max .logo {
	width: 120px;
	font-size: 0;
}
#header .inner_max .logo a {
	display: block;
	line-height: 1;
}

#header .inner_max .global-nav li {
	margin-left: 25px;
	position: relative;
}
#header .inner_max .global-nav li:nth-child(1) {
	margin-left: 0;
}
#header .inner_max .global-nav li a.navhead {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 500;
}
#header .inner_max .global-nav li.has-child a.navhead {
	background: url("https://dogtree.itembox.design/item/img/common/icon_arrow_bottom.svg")
		no-repeat right center;
	padding-right: 15px;
	position: relative;
}
#header .inner_max .global-nav li.has-child.active a.navhead:hover {
	opacity: 1;
}
#header .inner_max .global-nav li.has-child.active a.navhead:before {
	content: "";
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	height: 60px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	position: absolute;
	bottom: 0;
	left: -10px;
	z-index: -1;
}
#header .inner_max .global-nav li.has-child .sublist {
	width: 700px;
	padding: 30px 0;
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -350px;
	border-radius: 0 0 30px 30px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
#header .inner_max .global-nav li.has-child .sublist.column4 {
	width: 1000px;
	margin-left: -500px;
}
#header .inner_max .global-nav li.has-child:hover > .sublist {
	visibility: visible;
	opacity: 1;
}
#header .inner_max .global-nav li.has-child .sublist h2 {
	padding: 0 35px;
	margin-bottom: 26px;
    margin-top: 0;
    border: none;
}
#header .inner_max .global-nav li.has-child .sublist h2 a {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
}
#header .inner_max .global-nav li.has-child .sublist h2 a:hover {
	text-decoration: underline;
}

#header .inner_max .global-nav li.has-child .sublist .linklist .box {
	width: 33.3333333%;
	border-right: solid 1px #ddd;
	padding: 0 35px;
}
#header .inner_max .global-nav li.has-child .sublist .linklist .box h3{
	margin: 0;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box:nth-last-child(1) {
	border-right: none;
}
#header .inner_max .global-nav li.has-child .sublist.column4 .linklist .box {
	width: 25%;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist.column4
	.linklist
	.box:nth-child(1) {
	width: 20%;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist.column4
	.linklist
	.box:nth-child(2) {
	width: 30%;
}
#header .inner_max .global-nav li.has-child .sublist .linklist .box h3 a {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
#header .inner_max .global-nav li.has-child .sublist .linklist .box h3 a:hover {
	text-decoration: underline;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	h3:nth-child(2) {
	margin-top: 30px;
}
#header .inner_max .global-nav li.has-child .sublist .linklist .box h3 a.off {
	pointer-events: none;
	opacity: 0.5;
}
#header .inner_max .global-nav li.has-child .sublist .linklist .box h3 a .en {
	font-size: 1.2rem;
}

#header .inner_max .global-nav li.has-child .sublist .linklist .box ul li {
	margin: 0;
}
#header .inner_max .global-nav li.has-child .sublist .linklist .box ul li a {
	font-size: 1.5rem;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	ul
	li
	a:hover {
	text-decoration: underline;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	ul
	li
	a.off {
	pointer-events: none;
	opacity: 0.5;
}

#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	ul
	li
	ul
	li {
	margin: 0;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	ul
	li
	ul
	li
	a {
	padding: 0;
	color: #727171;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	ul
	li
	ul
	li
	a:hover {
	text-decoration: underline;
}
#header
	.inner_max
	.global-nav
	li.has-child
	.sublist
	.linklist
	.box
	ul
	li
	ul
	li
	a.off {
	pointer-events: none;
	opacity: 0.5;
}

#header .inner_max .system-nav li {
	margin-left: 25px;
}
#header .inner_max .system-nav li:nth-child(1) {
	margin-left: 0;
}
#header .inner_max .system-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	position: relative;
}

#header .inner_max .system-nav li a i {
	position: absolute;
	top: 20px;
	right: -5px;
	width: 15px;
	height: 15px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	font-style: normal;
	text-align: center;
	background: #ff5f56;
	border-radius: 50%;
}

#header .inner_max .system-nav li.search .searchbox {
	opacity: 0;
	pointer-events: none;
	width: 250px;
	height: 40px;
	position: absolute;
	top: 17.5px;
	right: 160px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
}
#header .inner_max .system-nav li.search .searchbox.active {
	opacity: 1;
	pointer-events: auto;
}
#header .inner_max .system-nav li.search .header__searchform {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border: none;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header
	.inner_max
	.system-nav
	li.search
	.searchbox
	.header__searchform
	.fs-p-searchForm__input {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	border: none;
	background: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 15px 15px 15px 0;
}
#header
	.inner_max
	.system-nav
	li.search
	.searchbox
	.header__searchform
	.fs-p-searchForm__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 40px;
	height: 100%;
	text-indent: 0;
	border: none;
	background: #fff;
}
#header
	.inner_max
	.system-nav
	li.search
	.searchbox
	.header__searchform
	.fs-p-searchForm__button
	img {
	width: 20px;
}

#header .inner_max #menubtn {
	display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* fs-l-page
----------------- */
.fs-l-page {
	position: relative;
}
.fs-l-page:before {
	content: "";
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.fs-l-page.active:before {
	height: 100%;
}

/* fs-l-main
----------------- */
.fs-l-main {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 105px;
}
.fs-l-pageMain {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* inner */
.inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.inner_1040 {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.inner_max {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

/* bg_pale-yellow
----------------- */
.bg_pale-yellow {
	background: #fffbeb;
}

/* wrap */
.wrap-top {
	padding-top: 100px;
}
.wrap-bottom {
	padding-bottom: 100px;
}

/* txt */
.txt {
	font-size: 1.5rem;
	line-height: 1.8em;
}

/* btn */
.btn {
	width: 230px;
	margin: 0 auto;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}
.btn.white a {
	background: #fff;
	border: solid 2px #000;
}
.btn.white a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* title */
.title {
	text-align: center;
	margin-bottom: 65px;
}
.title h1,
.title h2 {
	font-size: 3rem;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.title .en {
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1;
}

/* pagetitle */
#pagetitle {
	padding: 50px 0;
}
#pagetitle .title {
	margin-bottom: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンド テンプレ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flywheel-recommend__frame .fs-p-heading--lv2 {
	display: none;
}
.fr3-productListStatic {
	display: flex !important;
	gap: 0 !important;
	padding: 0 !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: listnum;
}
.fr3-productListStatic .fr3-item {
	width: 17.6%;
	margin-right: 3%;
	margin-bottom: 45px;
}
.fr3-productListStatic .fr3-item:nth-child(5n) {
	margin-right: 0;
}
.fr3-productListStatic .fr3-item .fr3-item__rankContainer {
	display: none;
}

.fr3-productListStatic .fr3-item a {
	display: block;
	position: relative;
}
#ranking .fr3-productListStatic .fr3-item a:before {
	display: flex;
	justify-content: center;
	align-items: center;
	counter-increment: listnum;
	content: counter(listnum);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	font-weight: 500;
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
#ranking .fr3-productListStatic .fr3-item:nth-child(1) a:before {
	width: 45px;
	height: 60px;
	color: #fff;
	background: url("https://dogtree.itembox.design/item/img/common/ranking_label01.svg?d=20231209004726")
		no-repeat center top / 100%;
	border-radius: 0;
	text-align: center;
	top: 0;
}
#ranking .fr3-productListStatic .fr3-item:nth-child(2) a:before {
	width: 45px;
	height: 60px;
	color: #fff;
	background: url("https://dogtree.itembox.design/item/img/common/ranking_label02.svg?d=20231209004726")
		no-repeat center top / 100%;
	border-radius: 0;
	text-align: center;
	top: 0;
}
#ranking .fr3-productListStatic .fr3-item:nth-child(3) a:before {
	width: 45px;
	height: 60px;
	color: #fff;
	background: url("https://dogtree.itembox.design/item/img/common/ranking_label03.svg?d=20231209004726")
		no-repeat center top / 100%;
	border-radius: 0;
	text-align: center;
	top: 0;
}
.fr3-productListStatic .fr3-item a .fr3-item__imageContainer {
	width: 100%;
	aspect-ratio: 14 / 16;
	overflow: hidden;
	border-radius: 15px;
}
.fr3-productListStatic .fr3-item a .fr3-item__imageContainer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.fr3-productListStatic .fr3-item a:hover .fr3-item__imageContainer img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.fr3-productListStatic .fr3-item a .fr3-item__productName {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 10px;
}

.fr3-productListStatic .fr3-item .fr3-item__productPrice {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
.fr3-productListStatic
	.fr3-item
	.fr3-item__productPrice
	.fr3-item__productPrice__addon {
	font-size: 1.2rem;
	margin-left: -2px;
}
.fr3-productListStatic
	.fr3-item
	.fr3-item__productPrice
	.fr3-item__productPrice__currencyMark {
	display: none;
}
.fr3-item__productPrice__price{
    display: flex;
    align-items: baseline;
}
.fr3-item__productPrice__price::after{
    font-size: 1.2rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カテゴリエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#cat-area {
	background: #fffbeb;
}
#cat-area h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 50px;
}

#cat-area .catlist a.linkbox {
	width: 17.6%;
	margin-right: 3%;
	margin-bottom: 3%;
	display: block;
}
/* #cat-area .catlist a.linkbox:nth-child(4n) {
		margin-right: 0;
	} */
#cat-area .catlist a.linkbox:nth-child(5n) {
	margin-right: 0;
}
#cat-area .catlist a.linkbox.blank {
	display: none;
}
#cat-area .catlist a.linkbox .pht {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#cat-area .catlist a.linkbox .pht img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#cat-area .catlist a.linkbox:hover .pht img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#cat-area .catlist a.linkbox h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}

#cat-area .search-cell {
	border-top: solid 1px #d9d9d9;
	padding: 28px 0;
}
#cat-area .search-cell.last {
	border-bottom: solid 1px #d9d9d9;
}
#cat-area .search-cell h3 {
	width: 22%;
	margin-right: 4%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
}

#cat-area .search-cell a.linkbox {
	width: 22%;
	margin-right: 4%;
}
#cat-area .search-cell a.linkbox:nth-last-child(1) {
	margin-right: 0;
}
#cat-area .search-cell a.linkbox .pht {
	width: 40%;
	overflow: hidden;
	border-radius: 8px;
}
#cat-area .search-cell a.linkbox .pht img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#cat-area .search-cell a.linkbox:hover .pht img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#cat-area .search-cell a.linkbox .text {
	width: 60%;
	padding-left: 6%;
}
#cat-area .search-cell a.linkbox .text h4 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
}
#cat-area .search-cell a.linkbox .text p {
	margin-top: 6px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.5em;
}

#cat-area .sub-txt {
	padding-top: 25px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 70px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ご利用ガイドエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#guide-area .guide-list {
	margin-bottom: 50px;
}
#guide-area .guide-list dl {
	border-top: solid 1px #d9d9d9;
	padding: 30px 70px 30px 0;
	background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
		no-repeat right 0 center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	cursor: pointer;
}
#guide-area .guide-list dl.active {
	background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
		no-repeat right 0 center;
}
#guide-area .guide-list dl:nth-last-child(1) {
	border-bottom: solid 1px #d9d9d9;
}
#guide-area .guide-list dl dt {
	width: 330px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3em;
}

#guide-area .guide-list dl dd {
	overflow: hidden;
	max-height: 0;
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
	transition: max-height 0.3s;
}
#guide-area .guide-list dl.active dd {
	max-height: var(--max-height);
}
#guide-area .guide-list dl dd .mb {
	margin-bottom: 5px;
}
#guide-area .guide-list dl dd a.link-txt {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	padding-right: 15px;
	background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
		no-repeat right top 57%;
}
#guide-area .guide-list dl dd a.link-txt:hover {
	text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* インフォエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#information a.linkbox {
	width: 22%;
	text-align: center;
}
#information a.linkbox img {
	width: 60px;
}

#information a.linkbox h2 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 12px;
}

#information a.linkbox .txt {
	text-align: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンクズ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-breadcrumb {
	width: 100%;
	background: #fffbeb;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#fs_ProductDetails .fs-c-breadcrumb {
	background: #fff;
	-webkit-transition: 0.3s;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	line-height: 60px;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
	content: " ー ";
	color: #000;
	padding: 0 5px;
}
.fs-c-breadcrumb
	.fs-c-breadcrumb__list
	.fs-c-breadcrumb__listItem:nth-last-child(1) {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
	font-size: 1.3rem;
	font-weight: 400;
	color: #4f4f4f;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a:hover {
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	padding: 70px 0;
	background: #ffe100;
}
#footer .linkarea {
	padding-bottom: 30px;
	border-bottom: solid 1px #000;
}
#footer .linkarea .sns {
	width: 225px;
	order: 2;
}
#footer .linkarea .sns .en {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}

#footer .linkarea .f-nav {
	width: -webkit-calc(100% - 225px);
	width: calc(100% - 225px);
	order: 1;
}
#footer .linkarea .f-nav .pc ul {
	width: 24%;
}
#footer .linkarea .f-nav .pc ul li {
	margin-bottom: 30px;
}
#footer .linkarea .f-nav .pc ul li:nth-last-child(1) {
	margin-bottom: 30px;
}
#footer .linkarea .f-nav .pc ul li a,
#footer .linkarea .f-nav .pc ul li span {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

#footer .linkarea .f-nav .pc ul:nth-child(1) {
	width: 28%;
}
#footer .linkarea .f-nav .pc ul:nth-child(1) ul.sublist {
	width: 100%;
	margin-top: 30px;
}
#footer .linkarea .f-nav .pc ul:nth-child(1) ul.sublist li a {
	font-weight: 400;
}

#footer .infoarea .flex-between {
	padding-top: 35px;
}
#footer .infoarea .flex-between ul li {
	margin-right: 30px;
}
#footer .infoarea .flex-between ul li:nth-last-child(1) {
	margin-right: 0;
}
#footer .infoarea .flex-between ul li a {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
}

#footer .infoarea .flex-between .copyright {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	text-align: right;
}

#footer .infoarea .logo {
	padding-top: 100px;
}

/* max 1420px */
@media screen and (max-width: 1420px) {
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* 基本レイアウト */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */

	/* fs-l-main
----------------- */
	.fs-l-main {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 105px;
	}
	.fs-l-pageMain {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* inner */
	.inner,
	.inner_1040 {
		padding-left: 5%;
		padding-right: 5%;
	}
	.inner_max {
		padding: 0;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* レコメンド テンプレ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#ranking .fr3-productListStatic .fr3-item a:before {
		width: 30px;
		height: 30px;
		font-size: 1.6rem;
	}
	#ranking .fr3-productListStatic .fr3-item:nth-child(1) a:before,
	#ranking .fr3-productListStatic .fr3-item:nth-child(2) a:before,
	#ranking .fr3-productListStatic .fr3-item:nth-child(3) a:before {
		width: 35px;
		height: 50px;
	}
	.fr3-productListStatic .fr3-item a .fr3-item__productName {
		font-size: 1.5rem;
	}

	.fr3-productListStatic .fr3-item .fr3-item__productPrice {
		font-size: 1.7rem;
	}
	.fr3-productListStatic
		.fr3-item
		.fr3-item__productPrice
		.fr3-item__productPrice__addon {
		font-size: 1.2rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* パンクズ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	.fs-c-breadcrumb {
		max-width: 100%;
		padding: 0 5%;
	}
}

/* max 1024px */
@media screen and (max-width: 1024px) {
	
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* メニュー */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#menubox {
		display: none;
		width: 100%;
		height: 100dvh;
		height: 100vh;
		border-left: solid 1px #bea976;
		background: #f7f7f7;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 16;
	}
	#menubox .menunav {
		display: block;
		width: 100%;
		height: 100%;
		padding: 75px 0 0 0;
		overflow: hidden;
		overflow-y: scroll;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#menubox.is-animation .menunav {
		padding: 45px 0 0 0;
	}
	#menubox .menunav .itemsarea {
		width: 100%;
	}
	#menubox .menunav .itemsarea .searchbox {
		background: #f7f7f7;
		padding: 12px 20px;
	}
	#menubox .menunav .itemsarea .searchbox .header__searchform {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: #fff;
		border: none;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#menubox
		.menunav
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__input {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		border: none;
		background: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		padding: 15px 15px 15px 0;
	}
	#menubox
		.menunav
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 40px;
		height: 100%;
		text-indent: 0;
		border: none;
		background: #fff;
	}
	#menubox
		.menunav
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button
		img {
		width: 20px;
	}

	#menubox .menunav .itemsarea ul.catlist-nav {
		display: block;
		background: #fff;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li {
		width: 100%;
		border-bottom: solid 1px #eaeaea;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 50px;
		padding: 0 20px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.3em;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a.achead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 20px center;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a.achead.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 20px center;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 23px center;
	}

	#menubox .menunav .itemsarea ul.catlist-nav li ul.child-list {
		display: none;
		border-top: solid 1px #eaeaea;
		background: #f7f7f7;
		padding: 0 20px;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li:nth-last-child(1) {
		border-bottom: none;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li ul.child-list li a {
		font-weight: 400;
		padding: 0;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 0 center;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 0 center;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off {
		background: none;
		pointer-events: none;
		opacity: 0.5;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off
		.en {
		font-size: 1.1rem;
		padding-left: 8px;
	}

	#menubox .menunav .itemsarea ul.catlist-nav li ul.child-list li a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 3px center;
	}

	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list {
		display: none;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li {
		background: #fff;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li:nth-child(1) {
		border-top: solid 1px #eaeaea;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li
		a.arrowicon {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 20px center;
		padding: 0 20px;
	}

	#menubox .menunav .itemsarea .other-area {
		padding: 0 5% 30px 5%;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li {
		width: 100%;
		border-bottom: solid 1px #ddd;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li:nth-child(1) {
		background: url(https://dogtree.itembox.design/item/img/common/menu_icon_ranking.svg)
			no-repeat left center;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li:nth-child(2) {
		background: url(https://dogtree.itembox.design/item/img/common/menu_icon_feature.svg)
			no-repeat left center;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li:nth-child(3) {
		background: url(https://dogtree.itembox.design/item/img/common/menu_icon_news.svg)
			no-repeat left center;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li a {
		display: block;
		padding: 15px 15px 15px 30px;
		font-size: 1.3rem;
		font-weight: 600;
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 10px center;
	}

	#menubox .menunav .itemsarea .other-area .account {
		margin: 30px 0 0 0;
	}
	#menubox .menunav .itemsarea .other-area .account p.name {
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	#menubox .menunav .itemsarea .other-area .account p.point {
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	#menubox .menunav .itemsarea .other-area .account p.point .true {
		display: none;
	}

	#menubox .menunav .itemsarea .other-area ul.account-nav {
		margin: 30px 0;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li {
		width: 48%;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		background: #fff;
		border-radius: 25px;
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.false .ok {
		display: none;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.false .no {
		display: block;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.true .ok {
		display: block;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.true .no {
		display: none;
	}

	#menubox .menunav .itemsarea .other-area ul.other-nav li {
		margin-right: 15px;
	}
	#menubox .menunav .itemsarea .other-area ul.other-nav li:nth-last-child(1) {
		margin-right: 0;
	}
	#menubox .menunav .itemsarea .other-area ul.other-nav li a {
		display: block;
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0;
	}

	#menubox .menunav .itemsarea .other-area ul.sns-nav {
		margin-top: 30px;
	}
	#menubox .menunav .itemsarea .other-area ul.sns-nav li {
		margin-right: 15px;
	}
	#menubox .menunav .itemsarea .other-area ul.sns-nav li:nth-last-child(1) {
		margin-right: 0;
	}
	
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* スマホナビ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#sp-nav {
		width: 100%;
		background: #ffe100;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 18;
	}
	#sp-nav.up-move {
		animation: UpAnime02 0.5s forwards;
	}
	#sp-nav.down-move {
		animation: DownAnime02 0.5s forwards;
	}
	body.fixed #sp-nav.up-move,
	body.fixed #sp-nav.down-move {
		animation: none;
	}
	#sp-nav ul li {
		width: 20%;
	}
	#sp-nav ul li a {
		display: block;
		height: 60px;
		text-align: center;
		padding-top: 10px;
	}
	#sp-nav ul li a.active {
		background: #000;
		color: #fff;
	}
	#sp-nav ul li a:hover {
		opacity: 1;
	}
	#sp-nav ul li a img {
		width: 24px;
	}
	#sp-nav ul li a.active img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}

	#sp-nav ul li a span {
		display: block;
		font-size: 1rem;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 0;
	}
	#sp-nav ul li a.false .no {
		display: block;
	}
	#sp-nav ul li a.false .ok {
		display: none;
	}
	#sp-nav ul li a.true .no {
		display: none;
	}
	#sp-nav ul li a.true .ok {
		display: block;
	}

	#sp-nav ul li.itemshead .itemsarea {
		opacity: 0;
		pointer-events: none;
		width: 100%;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
		overflow-y: scroll;
		background: #fff;
		border: none;
		position: absolute;
		bottom: 60px;
		left: 0;
		transition: 0.6s;
		-webkit-transition: 0.6s;
	}
	#sp-nav ul li.itemshead .itemsarea.active {
		opacity: 1;
		pointer-events: auto;
	}
	#sp-nav ul li.itemshead .itemsarea .searchbox {
		background: #f7f7f7;
		padding: 12px 20px;
	}
	#sp-nav ul li.itemshead .itemsarea .searchbox .header__searchform {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: #fff;
		border: none;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__input {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		border: none;
		background: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		padding: 15px 15px 15px 0;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 40px;
		height: 100%;
		text-indent: 0;
		border: none;
		background: #fff;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button
		img {
		width: 20px;
	}

	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav {
		display: block;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li {
		width: 100%;
		border-bottom: solid 1px #eaeaea;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 50px;
		padding: 0 20px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.3em;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a.achead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 20px center;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a.achead.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 20px center;
		color: #000;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 23px center;
	}

	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li ul.child-list {
		display: none;
		border-top: solid 1px #eaeaea;
		background: #f7f7f7;
		padding: 0 20px;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li:nth-last-child(1) {
		border-bottom: none;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li ul.child-list li a {
		font-weight: 400;
		padding: 0;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 0 center;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 0 center;
		color: #000;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off {
		background: none;
		pointer-events: none;
		opacity: 0.5;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off
		.en {
		font-size: 1.1rem;
		padding-left: 8px;
	}

	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 3px center;
	}

	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list {
		display: none;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li {
		background: #fff;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li:nth-child(1) {
		border-top: solid 1px #eaeaea;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li
		a.arrowicon {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 20px center;
		padding: 0 20px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ヘッダー */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#header {
		height: 75px;
	}
	#header.is-animation {
		height: 45px;
	}
	#header .annotation {
		font-size: 1.2rem;
	}

	#header .inner_max {
		padding: 0 15px;
	}
	#header .inner_max .logo {
		width: 120px;
		margin: 0 0 0 auto;
		margin-right: -webkit-calc(50% - 165px);
		margin-right: calc(50% - 165px);
	}

	#header .inner_max .global-nav {
		display: none;
	}

	#header .inner_max .system-nav li {
		margin-left: 18px;
	}
	#header .inner_max .system-nav li a {
		height: 45px;
	}

	#header .inner_max .system-nav li a i {
		top: 8px;
	}

	#header .inner_max .system-nav li.search .searchbox {
		width: 150px;
		height: 26px;
		top: 8.5px;
		right: 132px;
	}
	#header .inner_max .system-nav li.search .header__searchform {
		height: 26px;
		border-radius: 4px;
	}
	#header
		.inner_max
		.system-nav
		li.search
		.searchbox
		.header__searchform
		.fs-p-searchForm__input {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		font-size: 1.1rem;
		padding: 10px 10px 10px 0;
	}
	#header
		.inner_max
		.system-nav
		li.search
		.searchbox
		.header__searchform
		.fs-p-searchForm__button {
		width: 30px;
		height: 26px;
	}
	#header
		.inner_max
		.system-nav
		li.search
		.searchbox
		.header__searchform
		.fs-p-searchForm__button
		img {
		width: 14px;
	}

	#header .inner_max #menubtn {
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		left: 10px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header .inner_max #menubtn .menu {
		display: block;
		position: relative;
		cursor: pointer;
		width: 45px;
		height: 45px;
	}
	#header .inner_max #menubtn .menu .openbtn-area {
		transition: all 0.4s;
	}
	#header .inner_max #menubtn .menu span {
		width: 32px;
		display: inline-block;
		transition: all 0.4s;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -16px;
		height: 2px;
		border-radius: 1px;
		background: #000;
	}
	#header .inner_max #menubtn .menu span:nth-of-type(1) {
		margin-top: -7px;
	}
	#header .inner_max #menubtn .menu span:nth-of-type(2) {
		margin-top: -1px;
	}
	#header .inner_max #menubtn .menu span:nth-of-type(3) {
		margin-top: 5px;
	}

	#header .inner_max #menubtn .menu.active .openbtn-area {
		transform: rotateY(-360deg);
	}
	#header .inner_max #menubtn .menu.active span:nth-of-type(1) {
		transform: translateY(0) rotate(-155deg);
		margin-top: -1px;
	}
	#header .inner_max #menubtn .menu.active span:nth-of-type(2) {
		opacity: 0;
	}
	#header .inner_max #menubtn .menu.active span:nth-of-type(3) {
		transform: translateY(0) rotate(155deg);
		margin-top: -1px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* 基本レイアウト */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* fs-l-main
----------------- */
	.fs-l-main {
		padding-top: 75px;
	}

	/* wrap */
	.wrap-top {
		padding-top: 80px;
	}
	.wrap-bottom {
		padding-bottom: 80px;
	}

	/*txt
----------------- */
	.txt {
		font-size: 1.4rem;
		line-height: 1.7em;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* レコメンド テンプレ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	.fr3-productListStatic .fr3-item {
		margin-bottom: 30px;
	}
	#ranking .fr3-productListStatic .fr3-item a:before {
		width: 24px;
		height: 24px;
		font-size: 1.4rem;
	}
	#ranking .fr3-productListStatic .fr3-item:nth-child(1) a:before,
	#ranking .fr3-productListStatic .fr3-item:nth-child(2) a:before,
	#ranking .fr3-productListStatic .fr3-item:nth-child(3) a:before {
		width: 30px;
		height: 45px;
	}
	.fr3-productListStatic .fr3-item a .fr3-item__imageContainer {
		border-radius: 10px;
	}

	.fr3-productListStatic .fr3-item a .fr3-item__productName {
		font-size: 1.3rem;
	}

	.fr3-productListStatic .fr3-item .fr3-item__productPrice {
		font-size: 1.3rem;
	}
	.fr3-productListStatic
		.fr3-item
		.fr3-item__productPrice
		.fr3-item__productPrice__addon {
		font-size: 1rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* タイトル */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* title */
	.title {
		margin-bottom: 40px;
	}
	.title h1,
	.title h2 {
		font-size: 2.6rem;
	}

	.title .en {
		font-size: 1.4rem;
	}

	/* pagetitle */
	#pagetitle {
		padding: 40px 0;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* カテゴリエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#cat-area h2 {
		font-size: 2.4rem;
		line-height: 1.7em;
		margin-bottom: 40px;
	}

	#cat-area .catlist a.linkbox h3 {
		height: 50px;
		font-size: 1.3rem;
	}

	#cat-area .search-cell {
		padding: 20px 0;
	}
	#cat-area .search-cell.last {
		border-bottom: solid 1px #d9d9d9;
	}
	#cat-area .search-cell h3 {
		font-size: 1.4rem;
	}

	#cat-area .search-cell a.linkbox .text h4 {
		font-size: 1.4rem;
	}
	#cat-area .search-cell a.linkbox .text p {
		margin-top: 4px;
		font-size: 1rem;
		line-height: 1.4em;
	}

	#cat-area .sub-txt {
		padding-top: 20px;
		font-size: 1.2rem;
		margin-bottom: 50px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* パンクズ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	.fs-c-breadcrumb {
		padding: 15px 0 14px 5%;
	}
	.fs-c-breadcrumb .fs-c-breadcrumb__list {
		height: auto;
		padding: 0;
		line-height: 1;
		margin: auto;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;
	}
	.fs-c-breadcrumb
		.fs-c-breadcrumb__list
		.fs-c-breadcrumb__listItem:nth-last-child(1) {
		font-size: 1.2rem;
	}
	.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
		font-size: 1.2rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ご利用ガイドエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#guide-area .guide-list {
		margin-bottom: 40px;
	}
	#guide-area .guide-list dl {
		padding: 23px 70px 23px 0;
	}
	#guide-area .guide-list dl dt {
		width: 280px;
		font-size: 1.6rem;
	}

	#guide-area .guide-list dl dd {
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
	}
	#guide-area .guide-list dl dd a.link-txt {
		font-size: 1.4rem;
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right top 64%;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* インフォエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#information a.linkbox h2 {
		font-size: 1.6rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* フッター */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#footer {
		padding: 60px 0;
	}
	#footer .linkarea {
		padding-bottom: 10px;
	}
	#footer .linkarea .sns {
		width: 180px;
	}
	#footer .linkarea .sns .en {
		font-size: 1.4rem;
	}

	#footer .linkarea .sns ul li {
		width: 21%;
	}

	#footer .linkarea .f-nav {
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	#footer .linkarea .f-nav .pc ul li {
		margin-bottom: 25px;
	}
	#footer .linkarea .f-nav .pc ul li:nth-last-child(1) {
		margin-bottom: 25px;
	}
	#footer .linkarea .f-nav .pc ul li a,
	#footer .linkarea .f-nav .pc ul li span {
		font-size: 1.4rem;
	}

	#footer .linkarea .f-nav .pc ul:nth-child(1) ul.sublist {
		margin-top: 25px;
	}

	#footer .infoarea .flex-between {
		padding-top: 30px;
	}
	#footer .infoarea .flex-between ul li {
		margin-right: 25px;
	}
	#footer .infoarea .flex-between ul li a {
		font-size: 1.1rem;
	}

	#footer .infoarea .flex-between .copyright {
		font-size: 1.1rem;
	}

	#footer .infoarea .logo {
		padding-top: 70px;
	}
}

/* max 768px */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ヘッダー */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#header.up-move.is-animation {
		animation: UpAnime 0.5s forwards;
	}
	#header.down-move {
		animation: DownAnime 0.5s forwards;
	}
	body.fixed #header.up-move,
	body.fixed #header.down-move {
		animation: none;
	}
	#header .annotation {
		font-size: 1.1rem;
	}

	#header .inner_max .logo {
		width: 120px;
		margin: 0 0 0 auto;
		margin-right: -webkit-calc(50% - 105px);
		margin-right: calc(50% - 105px);
	}

	#header .inner_max .system-nav li {
		display: none;
	}
	#header .inner_max .system-nav li:nth-last-child(1) {
		display: block;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* メニュー */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#menubox {
		display: none;
		width: 100%;
		height: 100dvh;
		height: 100vh;
		border-left: solid 1px #bea976;
		background: #f7f7f7;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 16;
	}
	#menubox .menunav {
		display: block;
		width: 100%;
		height: 100%;
		padding: 75px 0 0 0;
		overflow: hidden;
		overflow-y: scroll;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#menubox.is-animation .menunav {
		padding: 45px 0 0 0;
	}
	#menubox .menunav .itemsarea {
		width: 100%;
	}
	#menubox .menunav .itemsarea .searchbox {
		background: #f7f7f7;
		padding: 12px 20px;
	}
	#menubox .menunav .itemsarea .searchbox .header__searchform {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: #fff;
		border: none;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#menubox
		.menunav
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__input {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		border: none;
		background: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		padding: 15px 15px 15px 0;
	}
	#menubox
		.menunav
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 40px;
		height: 100%;
		text-indent: 0;
		border: none;
		background: #fff;
	}
	#menubox
		.menunav
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button
		img {
		width: 20px;
	}

	#menubox .menunav .itemsarea ul.catlist-nav {
		display: block;
		background: #fff;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li {
		width: 100%;
		border-bottom: solid 1px #eaeaea;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 50px;
		padding: 0 20px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.3em;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a.achead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 20px center;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a.achead.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 20px center;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 23px center;
	}

	#menubox .menunav .itemsarea ul.catlist-nav li ul.child-list {
		display: none;
		border-top: solid 1px #eaeaea;
		background: #f7f7f7;
		padding: 0 20px;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li:nth-last-child(1) {
		border-bottom: none;
	}
	#menubox .menunav .itemsarea ul.catlist-nav li ul.child-list li a {
		font-weight: 400;
		padding: 0;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 0 center;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 0 center;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off {
		background: none;
		pointer-events: none;
		opacity: 0.5;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off
		.en {
		font-size: 1.1rem;
		padding-left: 8px;
	}

	#menubox .menunav .itemsarea ul.catlist-nav li ul.child-list li a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 3px center;
	}

	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list {
		display: none;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li {
		background: #fff;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li:nth-child(1) {
		border-top: solid 1px #eaeaea;
	}
	#menubox
		.menunav
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li
		a.arrowicon {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 20px center;
		padding: 0 20px;
	}

	#menubox .menunav .itemsarea .other-area {
		padding: 0 5% 30px 5%;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li {
		width: 100%;
		border-bottom: solid 1px #ddd;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li:nth-child(1) {
		background: url(https://dogtree.itembox.design/item/img/common/menu_icon_ranking.svg)
			no-repeat left center;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li:nth-child(2) {
		background: url(https://dogtree.itembox.design/item/img/common/menu_icon_feature.svg)
			no-repeat left center;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li:nth-child(3) {
		background: url(https://dogtree.itembox.design/item/img/common/menu_icon_news.svg)
			no-repeat left center;
	}
	#menubox .menunav .itemsarea .other-area ul.main-nav li a {
		display: block;
		padding: 15px 15px 15px 30px;
		font-size: 1.3rem;
		font-weight: 600;
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 10px center;
	}

	#menubox .menunav .itemsarea .other-area .account {
		margin: 30px 0 0 0;
	}
	#menubox .menunav .itemsarea .other-area .account p.name {
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	#menubox .menunav .itemsarea .other-area .account p.point {
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	#menubox .menunav .itemsarea .other-area .account p.point .true {
		display: none;
	}

	#menubox .menunav .itemsarea .other-area ul.account-nav {
		margin: 30px 0;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li {
		width: 48%;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		background: #fff;
		border-radius: 25px;
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.false .ok {
		display: none;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.false .no {
		display: block;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.true .ok {
		display: block;
	}
	#menubox .menunav .itemsarea .other-area ul.account-nav li a.true .no {
		display: none;
	}

	#menubox .menunav .itemsarea .other-area ul.other-nav li {
		margin-right: 15px;
	}
	#menubox .menunav .itemsarea .other-area ul.other-nav li:nth-last-child(1) {
		margin-right: 0;
	}
	#menubox .menunav .itemsarea .other-area ul.other-nav li a {
		display: block;
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0;
	}

	#menubox .menunav .itemsarea .other-area ul.sns-nav {
		margin-top: 30px;
	}
	#menubox .menunav .itemsarea .other-area ul.sns-nav li {
		margin-right: 15px;
	}
	#menubox .menunav .itemsarea .other-area ul.sns-nav li:nth-last-child(1) {
		margin-right: 0;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* 基本レイアウト */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */

	/* fs-l-main
----------------- */
	.fs-l-main {
		padding-top: 75px;
	}

	/* wrap */
	.wrap-top {
		padding-top: 62px;
	}
	.wrap-bottom {
		padding-bottom: 62px;
	}

	/*txt
----------------- */
	.txt {
		font-size: 1.3rem;
		line-height: 1.6em;
	}

	/* btn */
	.btn {
		width: 230px;
	}
	.btn a {
		height: 46px;
		border-radius: 23px;
		font-size: 1.4rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* レコメンド テンプレ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	.flywheel-recommend__frame, .fs-body-cart .flywheel-recommend__frame,.fs-body-category .flywheel-recommend__frame {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding-left: 5%;
		overflow-x: scroll;
	}
	#fs_Top .flywheel-recommend__frame ,.page-ranking .flywheel-recommend__frame ,.cart-popup .flywheel-recommend__frame{
		width: initial;
		margin: initial;
		padding-left: initial;
		overflow-x: initial;
	}
	.fr3-productListStatic {
		width: 850px;
	}
	.fr3-productListStatic .fr3-item {
		width: 150px;
		margin-right: 20px;
	}

	#fs_Top .fr3-productListStatic {
		width: initial;
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr !important;
		gap: 10px !important;
	}
	#fs_Top .fr3-productListStatic .fr3-item {
		width: 100%;
		margin-right: 0;
	}
	#fs_Top .fr3-productListStatic .fr3-item:last-child {
		display:none;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* タイトル */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* title */
	.title {
		margin-bottom: 40px;
	}
	.title h1,
	.title h2 {
		font-size: 2rem;
	}

	/* pagetitle */
	#pagetitle {
		padding: 30px 0;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* カテゴリエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#cat-area h2 {
		font-size: 1.8rem;
	}

	#cat-area .catlist {
		margin-bottom: 30px;
	}
	#cat-area .catlist a.linkbox {
		width: 46.5%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	#cat-area .catlist a.linkbox:nth-child(4n) {
		margin-right: 3.5%;
	}
	#cat-area .catlist a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
	#cat-area .catlist a.linkbox:nth-child(5n) {
		margin-right: 3.5%;
	}
	#cat-area .catlist a.linkbox.blank {
		display: block;
		visibility: hidden;
		pointer-events: none;
	}
	#cat-area .catlist a.linkbox h3 {
		height: 36px;
		font-size: 1.3rem;
	}

	#cat-area .search-cell {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: baseline;
		padding: 25px 0;
	}
	#cat-area .search-cell h3 {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 15px;
	}

	#cat-area .search-cell a.linkbox {
		display: block;
		width: 31%;
		margin-right: 3.5%;
	}
	#cat-area .search-cell a.linkbox:nth-last-child(1) {
		margin-right: 0;
	}
	#cat-area .search-cell a.linkbox .pht {
		width: 100%;
	}

	#cat-area .search-cell a.linkbox .text {
		width: 100%;
		padding: 10px 0 0 0;
	}
	#cat-area .search-cell a.linkbox .text h4 {
		font-size: 1.3rem;
		text-align: center;
	}
	#cat-area .search-cell a.linkbox .text p {
		margin-top: 4px;
		font-size: 1.1rem;
	}

	#cat-area .sub-txt {
		padding-top: 20px;
		font-size: 1.2rem;
		margin-bottom: 50px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* パンクズ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	.fs-c-breadcrumb
		.fs-c-breadcrumb__list
		.fs-c-breadcrumb__listItem:nth-last-child(1) {
		font-size: 1rem;
	}
	.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
		font-size: 1rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ご利用ガイドエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#guide-area .guide-list {
		margin-bottom: 30px;
	}
	#guide-area .guide-list dl {
		display: block;
		padding: 23px 30px 23px 0;
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 0 top 30px;
	}
	#guide-area .guide-list dl.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 0 top 33px;
	}
	#guide-area .guide-list dl dt {
		width: 100%;
		font-size: 1.6rem;
	}

	#guide-area .guide-list dl dd {
		width: 100%;
	}
	#guide-area .guide-list dl.active dd {
		padding-top: 15px;
	}
	#guide-area .guide-list dl dd a.link-txt {
		font-size: 1.4rem;
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right top 64%;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* インフォエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#information .inner_1040 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#information a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	#information a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
	#information a.linkbox:nth-last-child(1),
	#information a.linkbox:nth-last-child(2) {
		margin-bottom: 0;
	}
	#information a.linkbox img {
		width: 45px;
	}

	#information a.linkbox h2 {
		font-size: 1.5rem;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* フッター */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#footer {
		padding: 50px 0 80px 0;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* スマホナビ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#sp-nav {
		width: 100%;
		background: #ffe100;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 18;
	}
	#sp-nav.up-move {
		animation: UpAnime02 0.5s forwards;
	}
	#sp-nav.down-move {
		animation: DownAnime02 0.5s forwards;
	}
	body.fixed #sp-nav.up-move,
	body.fixed #sp-nav.down-move {
		animation: none;
	}
	#sp-nav ul li {
		width: 20%;
	}
	#sp-nav ul li a {
		display: block;
		height: 60px;
		text-align: center;
		padding-top: 10px;
	}
	#sp-nav ul li a.active {
		background: #000;
		color: #fff;
	}
	#sp-nav ul li a:hover {
		opacity: 1;
	}
	#sp-nav ul li a img {
		width: 24px;
	}
	#sp-nav ul li a.active img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}

	#sp-nav ul li a span {
		display: block;
		font-size: 1rem;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 0;
	}
	#sp-nav ul li a.false .no {
		display: block;
	}
	#sp-nav ul li a.false .ok {
		display: none;
	}
	#sp-nav ul li a.true .no {
		display: none;
	}
	#sp-nav ul li a.true .ok {
		display: block;
	}

	#sp-nav ul li.itemshead .itemsarea {
		opacity: 0;
		pointer-events: none;
		width: 100%;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
		overflow-y: scroll;
		background: #fff;
		border: none;
		position: absolute;
		bottom: 60px;
		left: 0;
		transition: 0.6s;
		-webkit-transition: 0.6s;
	}
	#sp-nav ul li.itemshead .itemsarea.active {
		opacity: 1;
		pointer-events: auto;
	}
	#sp-nav ul li.itemshead .itemsarea .searchbox {
		background: #f7f7f7;
		padding: 12px 20px;
	}
	#sp-nav ul li.itemshead .itemsarea .searchbox .header__searchform {
		width: 100%;
		height: 40px;
		overflow: hidden;
		background: #fff;
		border: none;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__input {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		border: none;
		background: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		padding: 15px 15px 15px 0;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 40px;
		height: 100%;
		text-indent: 0;
		border: none;
		background: #fff;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		.searchbox
		.header__searchform
		.fs-p-searchForm__button
		img {
		width: 20px;
	}

	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav {
		display: block;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li {
		width: 100%;
		border-bottom: solid 1px #eaeaea;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 50px;
		padding: 0 20px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.3em;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a.achead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 20px center;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a.achead.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 20px center;
		color: #000;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 23px center;
	}

	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li ul.child-list {
		display: none;
		border-top: solid 1px #eaeaea;
		background: #f7f7f7;
		padding: 0 20px;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li:nth-last-child(1) {
		border-bottom: none;
	}
	#sp-nav ul li.itemshead .itemsarea ul.catlist-nav li ul.child-list li a {
		font-weight: 400;
		padding: 0;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 0 center;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 0 center;
		color: #000;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off {
		background: none;
		pointer-events: none;
		opacity: 0.5;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.achead-child.off
		.en {
		font-size: 1.1rem;
		padding-left: 8px;
	}

	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		a.arrowhead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 3px center;
	}

	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list {
		display: none;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li {
		background: #fff;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li:nth-child(1) {
		border-top: solid 1px #eaeaea;
	}
	#sp-nav
		ul
		li.itemshead
		.itemsarea
		ul.catlist-nav
		li
		ul.child-list
		li
		ul.grandchild-list
		li
		a.arrowicon {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 20px center;
		padding: 0 20px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* フッター */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#footer {
		padding: 50px 0 25px 0;
	}
	#footer .linkarea {
		display: block;
		padding-bottom: 0;
		border-bottom: none;
	}
	#footer .linkarea .sns {
		width: 230px;
		margin: 0 auto 35px auto;
	}
	#footer .linkarea .sns .en {
		font-size: 1.5rem;
		text-align: center;
	}

	#footer .linkarea .sns ul li {
		width: 21%;
	}

	#footer .linkarea .f-nav {
		width: 100%;
	}
	#footer .linkarea .f-nav .sp ul li {
		border-bottom: solid 1px #000;
	}
	#footer .linkarea .f-nav .sp ul li:nth-last-child(1) {
		border-bottom: none;
	}
	#footer .linkarea .f-nav .sp ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 50px;
		font-size: 1.3rem;
		line-height: 1.3em;
		font-weight: 600;
	}
	#footer .linkarea .f-nav .sp ul li a.achead {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_open.svg")
			no-repeat right 0 center;
	}
	#footer .linkarea .f-nav .sp ul li a.achead.active {
		background: url("https://dogtree.itembox.design/item/icon/common/icon_close.svg")
			no-repeat right 0 center;
	}

	#footer .linkarea .f-nav .sp ul li ul.sublist {
		display: none;
		background: #fff;
		border-top: solid 1px #000;
	}
	#footer .linkarea .f-nav .sp ul li ul.sublist li a {
		font-weight: 400;
		padding: 0 15px;
		background: url("https://dogtree.itembox.design/item/icon/common/icon_arrow_black.svg")
			no-repeat right 15px center;
	}

	#footer .infoarea .flex-between {
		display: block;
		padding-top: 30px;
	}
	#footer .infoarea .flex-between ul {
		display: block;
		margin-bottom: 50px;
	}
	#footer .infoarea .flex-between ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#footer .infoarea .flex-between ul li a {
		font-size: 1.2rem;
	}

	#footer .infoarea .flex-between .copyright {
		font-size: 1.2rem;
		text-align: left;
	}

	#footer .infoarea .logo {
		padding-top: 50px;
	}
}

/* max 599px */
@media screen and (max-width: 599px) {
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* システム周り */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	.fs-c-cartTableContainer {
		border: 1px solid #e5e5e5;
		border-radius: 3px;
		padding: 16px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* カテゴリエリア */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#cat-area .catlist a.linkbox.blank {
		display: block;
		visibility: hidden;
		pointer-events: none;
	}
}

@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}
@keyframes UpAnime02 {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(100px);
	}
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes DownAnime02 {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}





/* cart popup */

div.cart-popup .flexbox .whitebox {
	padding: 0!important;
	overflow: initial;
	max-width: 586px!important;
	width: 90%!important
}
@media only screen and (min-width:768px) {
	div.cart-popup .flexbox .whitebox {
		max-width: 586px!important;
		width: 586px!important
	}
}
div.cart-popup div.flexbox div.whitebox {
	padding: 0!important;
	overflow: initial;
	max-width: 586px!important;
	width: 90%!important
}
@media only screen and (min-width:768px) {
	div.cart-popup div.flexbox div.whitebox {
		max-width: 586px!important;
		width: 586px!important
	}
}
div.cart-popup div.flexbox div.whitebox a.icon-close {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #000;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -13px;
	right: -12px
}
div.cart-popup div.flexbox div.whitebox a.btn-close {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 45px;
	border: 2px solid #000;
	border-radius: 60px;
	margin-top: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}
@media only screen and (min-width:1024px) {
	div.cart-popup div.flexbox div.whitebox a.btn-close:hover {
		background: #000;
		color: #fff;
		opacity: 1
	}
}
div.cart-popup div.flexbox div.whitebox .cart-btn {
	background: #fff;
	color: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 2px solid #000
}
@media only screen and (min-width:1024px) {
	div.cart-popup div.flexbox div.whitebox .cart-btn:hover {
		background: #000;
		color: #fff;
		opacity: 1
	}
}
div.cart-popup div.flexbox div.whitebox .inbox {
	padding: 25px 15px 0;
	overflow: hidden;
	height: 100%;
	display: grid;
    grid-template-rows: auto auto;
}
@media only screen and (min-width:769px) {
	div.cart-popup div.flexbox div.whitebox .inbox {
		padding: 35px 25px
	}
}
div.cart-popup div.flexbox div.whitebox .inbox h2 {
	text-align: center;
	font-size: 18px;
	border: none;
	padding: 0;
	margin-bottom: 15px;
	font-weight: bold
}
@media only screen and (min-width:769px) {
	div.cart-popup div.flexbox div.whitebox .inbox h2 {
		font-size: 20px;
		margin-bottom: 20px
	}
}
div.cart-popup div.flexbox div.whitebox .inbox h3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px
}
@media only screen and (min-width:769px) {
	div.cart-popup div.flexbox div.whitebox .inbox h3 {
		margin-bottom: 20px
	}
}
div.cart-popup div.flexbox div.whitebox .inbox h3:not(:first-child) {
	margin-top: 40px
}
div.cart-popup div.flexbox div.whitebox .inbox a.cart-btn {
	margin-bottom: 0
}
div.cart-popup div.flexbox .p-cartPop__ttl {
	padding: 25px;
	padding-bottom: 40px;
    height: max-content;
}
div.cart-popup div.flexbox .p-cartPop__ttl>p {
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px
}
div.cart-popup div.flexbox .p-cartPop__cont {
	overflow-y: scroll;
	padding-bottom: 20px
}
.p-cartPop__cont-inner{
	padding: 0 25px;
}
div.cart-popup div.flexbox .p-cartPop__cont::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
div.cart-popup div.flexbox .p-cartPop__cont::-webkit-scrollbar-track {
	background: #eeeeee;
	border-radius: 10px;
}
div.cart-popup div.flexbox .p-cartPop__cont::-webkit-scrollbar-thumb {
	background: #1D1D1D;
	border-radius: 10px;
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame {
	width: 100%;
	overflow: hidden
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame h2 {
	display: none
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic {
	display: -ms-grid!important;
	display: grid!important;
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	row-gap: 15px!important;
	-webkit-column-gap: 15px!important;
	-moz-column-gap: 15px!important;
	column-gap: 15px!important
}
@media only screen and (min-width:769px) {
	div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic {
		row-gap: 30px!important
	}
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic .fr3-item {
	margin: 0;
	width: auto
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic .fr3-item__productName {
	font-size: 13px;
	line-height: 1.6;
	margin: 5px 0
}
@media only screen and (min-width:769px) {
	div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic .fr3-item__productName {
		margin-top: 15px;
		margin-bottom: 10px
	}
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic .fr3-item__productPrice {
	margin-top: 5px
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic .fr3-item__productPrice__price {
	font-size: 13px;
	font-weight: bold
}
div.cart-popup div.flexbox .p-cartPop__cont .flywheel-recommend__frame .fr3-productListStatic .fr3-item__productPrice__addon {
	font-size: 10px
}


.fs-c-reviewStars::before{
	color: #FFE100;
}