@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* =============================================================================
 Fonts
============================================================================= */

html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
}
.en {
	font-family: 'Red Hat Display', sans-serif;
}
.italic {
	font-style: italic;
}
 @media screen and (max-width: 991px) {
body {
	font-size: 1.2rem;
}
}
/* =============================================================================
 Elements
============================================================================= */

/* color setting */
body {
	color: #333;
}
/* link setting */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* image setting */
img {
	max-width: 100%;
	vertical-align: bottom;
}
 @media screen and (max-width: 991px) {
img {
	width: 100%;
}
}
/* box */
*, *:before, *:after {
	box-sizing: border-box;
}
/* cursor */
button {
	cursor: pointer;
}
/* for IE11 */
main {
	display: block;
}



/* =============================================================================
 Responsive Class
============================================================================= */

@media screen and (min-width: 992px) {
.only-sp {
	display: none !important;
}
}
 @media screen and (max-width: 991px) {
.only-pc {
	display: none !important;
}
}
/* =============================================================================
 Base Layout
============================================================================= */
.c-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.fs-l-page {
	padding-top: 83px;
}
.fs-l-main {
	margin: 0 auto;
	max-width: 1200px;
}
 @media screen and (max-width: 991px) {
.fs-l-main {
	margin: 0 20px;
}
}
 @media screen and (max-width: 991px) {
.c-container {
	margin-left: 15px;
	margin-right: 15px;
}
.fs-l-page {
	padding-top: 61px;
}
}
/* =============================================================================
 common header
============================================================================= */

.l-header {
	padding: 0 70px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 83px;
	background-color: #f4f1ee;
}
.l-header a {
	color: #000;
}
 @media screen and (min-width: 992px) {
.l-header__logo {
	position: relative;
	z-index: 10;
	order: 1;
	width: 160px;
}
.l-header__gnav {
	margin-left: 45px;
	order: 2;
	width: calc(100% - 475px);
}
.p-gnav {
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.p-gnav__item {
	margin: 23px 0 0;
	height: 60px;
}
.p-megamenu__item__btn {
	padding: 8px 20px;
	border-radius: 18px;
	line-height: 1.5;
	transition: background-color ease .3s;
}
.p-gnav__item:hover .p-megamenu__item__btn {
	background-color: #fff;
}
.p-megamenu__item__body {
	padding: 15px 70px 80px;
	display: flex !important;
	position: absolute;
	top: 83px;
	left: 0;
	width: 100%;
	background-color: #f4f1ee;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity ease .5s, visibility ease .5s;
}
.p-gnav__item:hover .p-megamenu__item__body,  .p-storenav__item-search.open .p-megamenu__item__body {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.p-gnav__item--image {
 width: calc(164/1300*100%);
}
.p-megamenu__item__body--inner {
	display: flex;
 width: calc(1136/1300*100%);
}
.p-megamenu__item__body--inner .col {
 padding-left: calc(60/1136*100%);
	width: 25%;
}
.p-megamenu__item__body--inner .col2 {
	width: 50%;
}
.p-gnav__item .alone {
	margin: 0 0 30px;
}
.p-gnav__item .alone2 {
	margin: 30px 0;
}
.p-gnav__item .jpn,  .p-gnav__item .en {
	color: #333;
	font-size: 1.6rem;
	letter-spacing: .1em;
}
.p-gnav__item dl {
}
.p-gnav__item dl dt {
	margin-bottom: 15px;
	pointer-events: none;
}
.p-gnav__item dl dd {
	display: block !important;
	font-size: 1.4rem;
}
.p-gnav__item .col2 dl dd {
	display: flex !important;
}
.p-gnav__item .col2 dl dd ul {
	padding-right: 1em;
	width: 50%;
}
.p-gnav__item a {
	color: #5b5b5b;
	text-decoration: none;
}
.p-gnav__item a:hover {
	color: #000;
}
.p-gnav__item .brandEN {
	font-size: 1.3rem;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .02em;
}
.p-gnav__item .brandJpn {
	margin-left: 1em;
	font-size: 1rem;
	letter-spacing: .02em;
}
.p-storenav {
	display: flex;
	align-items: center;
	order: 3;
}
.p-storenav__item {
	margin-left: 20px;
	width: 19px;
	height: 19px;
}
.p-storenav__item a {
	padding-bottom: 15px;
	display: block;
	position: relative;
}
.p-storenav__item-search {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 36px;
}
.p-storenav__item-search span {
	margin: 0;
	padding: 0 0 0 12px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	width: 150px;
	height: 36px;
	background-color: #fff;
}
.p-storenav__item-search span:after {
	margin-left: 6px;
	display: inline-block;
	content: 'SEARCH';
	color: #cbcbcb;
	font-size: 1rem;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .07em;
	vertical-align: middle;
}
.p-storenav__item-search .p-megamenu__item__body {
	top: 0;
	z-index: 5;
	transform: translateY(-100%);
	transition: transform ease .5s;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: all !important;
}
.p-storenav__icon--search.open+.p-megamenu__item__body {
	transform: translateY(0);
}
.p-search-input {
	margin: 0 auto;
	padding: 10px 0 0;
	max-width: 450px
}
.p-search-input form {
	border-radius: 18px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 36px;
	background-color: #fff;
}
.p-search-input form .p-search-input__icon {
	margin: 0 11px;
	width: 18px;
}
.p-search-input form .p-search-input__text {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: calc(100% - 40px);
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.p-search-popular {
	margin-top: 20px;
	font-size: 1.4rem;
	letter-spacing: .07em;
}
.p-search-popular dt {
	margin-bottom: 15px;
	font-weight: bold;
}
.p-search-popular dd {
	margin-top: 8px;
	letter-spacing: .07em;
}
.p-search-popular dd a {
	margin: 0;
	display: inline;
	color: #949494;
	text-decoration: none;
	transition: color ease .3s;
}
.p-search-popular dd a:hover {
	color: #333;
}
.p-search-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.p-search-close img {
	width: 30px;
	height: 30px;
}
.p-storenav__name {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	white-space: nowrap;
	transform: translateX(-50%);
	transition: opacity ease .3s;
	pointer-events: none;
	font-size: 10px;
}
a:hover .p-storenav__name {
	opacity: 1;
}
body:before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.25);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease .5s, visibility ease .5s;
}
.gnavOn:before {
	opacity: 1;
	visibility: visible;
}
.gnavOn #fs-l-main,  .gnavOn .fs-l-main,  .gnavOn #footer {
	filter: blur(2px);
}
}
 @media screen and (max-width: 991px) {
.l-header {
	padding: 0;
	height: 61px;
}
.p-hnav-btn {
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 10;
	width: 24px;
	height: 18px;
	cursor: pointer;
	transition: left ease .6s;
}
.p-hnav-btn--inner {
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.p-hnav-btn--inner:before,  .p-hnav-btn--inner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #000;
	transition: transform ease .6s, background-color ease .6s;
}
.p-hnav-btn--inner:before {
	top: -8px;
}
.p-hnav-btn--inner:after {
	top: 8px;
}
.menuOpen:before,  .menuSearchOpen:before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.25);
}
.menuOpen #fs-l-main,  .menuOpen #footer,  .menuSearchOpen #fs-l-main,  .menuSearchOpen #footer {
	filter: blur(2px);
}
.menuOpen .l-header {
	border-bottom: 1px #c7c7c7 solid;
}
.menuOpen .l-header__gnav {
	transform: translateX(0);
}
.menuOpen .p-hnav-btn--inner {
	background-color: transparent;
}
.menuOpen .p-hnav-btn--inner:before {
	top: 50%;
	width: 100%;
	transform: rotate(45deg);
}
.menuOpen .p-hnav-btn--inner:after {
	top: 50%;
	width: 100%;
	transform: rotate(-45deg);
}
.l-header__logo {
	margin: 0 auto;
	width: 140px;
}
.l-header__gnav {
	position: fixed;
	top: 61px;
	left: 0;
 width: calc(650/750*100%);
	height: calc(100% - 61px);
	overflow: auto;
	background-color: #f4f0ed;
	transform: translateX(-100%);
	transition: transform ease .6s
}
.p-gnav {
	line-height: 1.5;
}
.p-gnav__item {
	border-bottom: 1px #c7c7c7 solid;
}
.p-megamenu__item__btn {
	padding: 0 0 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .07em;
}
.p-megamenu__item__btn:before,  .p-megamenu__item__btn:after,  .p-gnav__item dl dt:before,  .p-gnav__item dl dt:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #5b5b5b;
}
.p-megamenu__item__btn:before,  .p-gnav__item dl dt:before {
	top: 50%;
	right: 20px;
	width: 15px;
	height: 1px;
}
.p-megamenu__item__btn:after,  .p-gnav__item dl dt:after {
	top: calc(50% - 7px);
	right: 27px;
	width: 1px;
	height: 15px;
}
.p-megamenu__item__btn.open:after,  .p-gnav__item dl dt.open:after {
	top: calc(50% - 7px);
	right: 27px;
	width: 1px;
	height: 15px;
}
.p-gnav__item--image {
	display: none;
}
.p-megamenu__item__body {
	display: none;
}
.p-gnav__item .alone {
}
.p-gnav__item .alone a {
	padding: 8px 20px;
	display: block;
}
.p-gnav__item .jpn {
	color: #5b5b5b;
	letter-spacing: .1em;
}
.p-gnav__item .en {
	display: none;
}
.p-gnav__item dl {
}
.p-gnav__item dl dt {
	padding: 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 50px;
	color: #5b5b5b;
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.p-gnav__item dl dd {
	padding: 10px 0;
	display: none;
	background-color: #fdfcfb;
	font-size: 1.3rem;
}
.p-gnav__item dl dd ul li a {
	padding: 10px 20px;
	display: block;
}
.p-gnav__item a {
	color: #5b5b5b;
	text-decoration: none;
}
.p-gnav__item .brandEN {
	font-size: 1.2rem;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .02em;
}
.p-gnav__item .brandJpn {
	margin-left: .5em;
	font-size: 1rem;
	letter-spacing: .02em;
}
.p-gnav .p-storenav {
	padding: 5px 20px 10px;
	border-bottom: 1px #c7c7c7 solid;
}
.p-gnav .p-storenav__item a {
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}
.p-gnav .p-storenav__icon {
	display: block;
	width: 19px;
}
.p-gnav .p-storenav__name {
	margin-left: 1em;
	display: block;
	font-size: 12px;
}
.l-header>.p-storenav {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
}
.l-header>.p-storenav .p-storenav__item-wishlist,  .l-header>.p-storenav .p-storenav__item-mypage,  .l-header>.p-storenav .p-storenav__name {
	display: none;
}
.l-header>.p-storenav .p-storenav__item {
	margin-left: 18px;
}
.l-header>.p-storenav .p-storenav__icon {
	width: 19px;
}
.p-storenav__item-search:before,  .p-storenav__item-search:after {
	display: none;
}
.p-storenav__item-search .p-megamenu__item__body {
	display: block !important;
	position: fixed;
	top: 61px;
	left: 0;
 width: calc(650/750*100%);
	height: calc(100% - 61px);
	overflow: auto;
	background-color: #f4f0ed;
	transform: translateX(-100%);
	transition: transform ease .6s;
}
.menuSearchOpen .p-storenav__item-search .p-megamenu__item__body {
	transform: translateX(0);
}
.menuSearchOpen .p-hnav-btn {
	display: none;
}
.p-storenav__item-search .p-megamenu__item__body .p-search-close {
	display: none;
}
.p-search-input {
	padding: 15px 20px;
}
.p-search-input form {
	border-radius: 18px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 36px;
	background-color: #fff;
}
.p-search-input form .p-search-input__icon {
	margin: 0 11px;
	width: 18px;
}
.p-search-input form .p-search-input__text {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: calc(100% - 40px);
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.p-search-popular {
	margin-top: 30px;
	font-size: 1.4rem;
	letter-spacing: .07em;
}
.p-search-popular dt {
	margin-bottom: 15px;
	font-weight: bold;
}
.p-search-popular dd {
	margin-top: 8px;
	letter-spacing: .07em;
}
.p-search-popular dd a {
	margin: 0;
	display: inline;
	color: #949494;
	text-decoration: none;
	transition: color ease .3s;
}
}
/* =============================================================================
 common footer
============================================================================= */

.l-footer {
	padding: 50px 0 25px;
	position: relative;
	overflow: hidden;
	background-color: #ebe9db;
}
.l-footer a {
	color: #333;
}
.l-footer__inner--1 {
	padding: 0 0 45px;
	border-bottom: 1px #d2d0c3 solid;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.l-footer__company {
	padding-left: 10px;
	width: 50%;
	display: flex;
	align-items: center;
}
.p-company__logo {
	width: 60px;
}
.p-company__data {
	margin-left: 30px;
	width: calc(100% - 90px);
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: .14em;
}
.p-company__data .tel {
	font-size: 1.2rem;
}
.p-company__data p {
	margin: 10px 0 20px;
}
.p-company__data ul {
	letter-spacing: .1em;
}
.p-company__data ul li {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px #c7c7c7 solid;
	display: inline-block;
}
.p-company__data ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
dl.p-snslinks {
	display: flex;
	align-items: center;
}
dl.p-snslinks dt {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .35em;
}
dl.p-snslinks dd {
	margin-left: 30px;
}
.l-footer__inner--2 {
	padding: 60px 0 80px;
}
.p-cnav {
	display: flex;
	align-items: flex-start;
}
.p-cnav__list {
	padding-left: 1em;
	width: 25%;
	line-height: 1.5;
}
.p-cnav__list--col2 {
	width: 50%;
}
ul.p-cnav__list li {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .15em;
}
dl.p-cnav__list {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	letter-spacing: .15em;
}
dl.p-cnav__list dt {
	margin-bottom: .5em;
	font-size: 1.6rem;
	letter-spacing: .15em;
}
dl.p-cnav__list dd+dt {
	margin-top: 1.5em;
}
dl.p-cnav__list dd ul {
}
dl.p-cnav__list dd ul li {
	margin-bottom: 1em;
	font-size: 1.2rem;
	letter-spacing: .02em;
}
dl.p-cnav__list dd ul li a {
	color: #5b5b5b;
}
dl.p-cnav__list dd ul li .brandEN {
	font-weight: 400;
}
dl.p-cnav__list dd ul li .brandJpn {
	margin-left: .5em;
	font-size: 1rem;
}
.p-cnav__list--col2 dd {
	display: flex;
}
.p-cnav__list--col2 dd ul {
	padding-right: 1em;
	width: 50%;
}
.l-footer__inner--3 {
	display: flex;
	justify-content: space-between;
}
.l-footer__infonav {
	font-size: 1.1rem;
	letter-spacing: .02em;
}
.l-footer__infonav li {
	margin-right: 4em;
	display: inline-block;
}
.l-footer__infonav li a, .l-footer__copyright {
	color: #777777;
}
 @media screen and (min-width: 992px) {
dl.p-cnav__list dd {
	display: block !important;
}
dl.p-cnav__list--col2 dd {
	display: flex !important;
}
}
 @media screen and (max-width: 991px) {
.l-footer__inner--1 {
	padding: 0 0 25px;
	border-bottom: none;
	display: block;
}
.l-footer__company {
	padding: 25px 5px;
	width: 100%;
}
.p-company__logo {
	position: absolute;
	top: 30px;
 right: calc(-16/750*100vw);
 width: calc(464/750*100vw);
}
.p-company__data {
	margin-left: 0;
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: .14em;
}
.p-company__data p {
	margin: 10px 0 20px;
}
.p-company__data ul {
	letter-spacing: .1em;
}
dl.p-snslinks {
	padding: 0 0 25px 5px;
	border-bottom: 1px #d2d0c3 solid;
	position: relative;
	z-index: 2;
	width: 100%;
}
.l-footer__inner--2 {
	padding: 25px 0 30px;
	border-top: 1px #d2d0c3 solid;
	position: relative;
}
.p-cnav {
	display: block;
}
.p-cnav__list {
	padding-left: 0;
	width: 100%;
}
.p-cnav__list--col2 {
	width: 100%;
}
ul.p-cnav__list {
	padding-bottom: 10px;
}
ul.p-cnav__list li {
	margin: 0 2em 15px 0;
	display: inline-block;
	font-size: 1.3rem;
}
dl.p-cnav__list {
	margin-bottom: 0;
}
dl.p-cnav__list:last-child {
	border-bottom: 1px #d2d0c3 solid;
}
dl.p-cnav__list dt {
	margin: 0;
	padding: 0 5px;
	border-top: 1px #d2d0c3 solid;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .2em;
}
dl.p-cnav__list dt:before,  dl.p-cnav__list dt:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #5b5b5b;
}
dl.p-cnav__list dt:before {
	top: 50%;
	right: 20px;
	width: 15px;
	height: 1px;
}
dl.p-cnav__list dt:after {
	top: calc(50% - 7px);
	right: 27px;
	width: 1px;
	height: 15px;
}
dl.p-cnav__list dt.open:after {
	top: calc(50% - 7px);
	right: 27px;
	width: 1px;
	height: 15px;
}
dl.p-cnav__list dd+dt {
	margin-top: 0;
}
dl.p-cnav__list dd {
	padding: 10px 0;
	display: none;
}
dl.p-cnav__list dd ul li {
	margin-bottom: .5em;
}
dl.p-cnav__list dd ul li a {
	padding: 0 5px;
	display: block;
}
.p-cnav__list--col2 dd {
	display: block;
}
.p-cnav__list--col2 dd ul {
	padding-right: 0;
	width: 100%;
}
.l-footer__inner--3 {
	display: block;
}
.l-footer__infonav {
	font-size: 1.1rem;
	letter-spacing: .02em;
}
.l-footer__infonav li {
	margin-right: 2em;
}
.l-footer__infonav li:last-child {
	margin-right: 0;
}
.l-footer__copyright {
	margin-top: 50px;
}
}
/* =============================================================================
 Common Block Styles
============================================================================= */



/* =============================================================================
 Top Page Styles
============================================================================= */

.fs-body-top .fs-l-main {
	width: auto;
	max-width: inherit;
}
.index-mv {
	position: relative;
}
.index-mv img {
	width: 100%;
}
.index-mv__controler {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.index-mv .slick-arrow {
	position: relative;
	width: 8px;
	height: 12px;
	color: #fff;
	background: url("../images/common/icon_paddle.svg") 0 0 no-repeat;
	background-size: contain;
	font-size: 1rem;
	letter-spacing: .07em;
	cursor: pointer;
}
.index-mv .slick-arrow:after {
	position: absolute;
	font-family: 'Red Hat Display', sans-serif;
	pointer-events: none;
}
.index-mv .slick-prev {
	margin-right: 40px;
	order: 1;
}
.index-mv .slick-prev:after {
	content: '01';
	top: 2px;
	right: -22px;
}
.index-mv .slick-next {
	margin-left: 40px;
	order: 3;
	transform: rotate(180deg);
}
.index-mv .slick-next:after {
	content: attr(data-num);
	bottom: 2px;
	right: -22px;
	transform: rotate(180deg);
}
.index-mv .slide-dots {
	order: 2;
	display: flex;
	height: 1px;
}
.index-mv .slide-dots li {
	display: inline-block;
}
.index-mv .slide-dots li button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 50px;
	height: 1px;
	background-color: #fff;
	opacity: .6;
	appearance: none;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	vertical-align: top;
	transition: opacity ease .3s;
}
.index-mv .slide-dots li button:hover, .index-mv .slide-dots li.slick-active button {
	opacity: 1;
}
 @media screen and (max-width: 991px) {
.fs-body-top .fs-l-main {
	margin-left: 0;
	margin-right: 0;
}
.index-mv .slick-arrow {
	width: 10px;
	height: 16px;
}
.index-mv .slick-prev:after {
	top: 4px;
}
.index-mv .slick-next:after {
	bottom: 4px;
}
.index-mv .slide-dots li button {
	width: 30px;
}
}
.index-section {
	padding-left: 70px;
	padding-right: 70px;
}
.index-section a {
	color: #333;
}
.index-section img {
	width: 100%;
}
.index-items__list {
}
.index-items__list ul {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.index-items__list ul li {
 margin: 0 calc(10/1300*100%) 50px 0;
 width: calc(317/1300*100%);
	font-size: 1.4rem;
}
.index-items__list ul li:nth-child(4n) {
	margin-right: 0;
}
.index-items__list .image {
	margin-bottom: 10px;
}
.index-items__list .item_barand {
	margin-bottom: 8px;
	line-height: 1.4;
	color: #949494;
	font-size: 1.1rem;
	letter-spacing: .07em;
}
.index-items__list .item_name {
	margin-bottom: 12px;
	line-height: 1.42;
}
.index-items__list .item_price {
	letter-spacing: .1em;
}
.index-items__list .item_price .en {
	font-weight: normal;
}
.index-items__list .item_price .tax {
	font-size: 1rem;
	letter-spacing: .15em;
}
.index-btn {
	font-family: 'Red Hat Display', sans-serif;
	text-align: center;
}
.index-btn a {
	border-radius: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 324px;
	max-width: 100%;
	height: 70px;
	background-color: #f5f5f5;
	font-size: 1.5rem;
	letter-spacing: .2em;
	text-decoration: none;
	transition: color ease .3s, background-color ease .3s;
}
.index-btn a:hover {
	color: #fff;
	background-color: #333333;
}
.index-btn__inner {
}
.index-btn__inner:after {
	margin-left: 5px;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("../images/common/common_btn.svg") 0 0 no-repeat;
	background-size: contain;
}
.index-btn__inner .small {
}
 @media screen and (max-width: 991px) {
.index-section {
	padding-left: 0;
	padding-right: 0;
}
.index-items__list ul li {
	margin: 0 0 30px 1px;
	width: calc(50% - 1px);
	font-size: 1.2rem;
}
.index-items__list .image {
}
.index-items__list .item_barand {
 margin: 0 calc(20/375*100%) 8px;
}
.index-items__list .item_name {
 margin: 0 calc(20/375*100%) 12px;
}
.index-items__list .item_price {
 margin: 0 calc(20/375*100%);
}
.index-items__list .item_price .en {
	font-weight: normal;
}
}
.index-news {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.index-news__label {
	margin-bottom: 1em;
	color: #949494;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: .05em;
}
.index-news__list {
}
.index-news__list li {
	font-size: 1.2rem;
	letter-spacing: .03em;
}
 @media screen and (max-width: 991px) {
.index-news {
 padding: 40px calc(60/750*100%);
	text-align: left;
}
.index-news__list li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
.index-categories {
	padding: 0;
	background-color: #eee4d4;
}
.index-categories__inner {
	margin: 0 auto;
	padding: 70px 0 70px 188px;
	position: relative;
	max-width: 1440px;
}
.index-categories__title {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: rotate(-90deg);
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .35em;
}
.index-categories__title:before {
	content: '';
	display: block;
	position: absolute;
	top: -150px;
	left: -110px;
	z-index: -1;
	width: 220px;
	height: 220px;
	opacity: .5;
	background: url("../images/common/top_contents_logo.svg") 0 0 no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}
.index-categories__listWrapper {
	position: relative;
}
.index-categories__list {
	position: relative;
	overflow: hidden;
}
.index-categories__listInner .swiper-slide {
	width: auto;
}
.index-categories__list ul {
	white-space: nowrap;
	font-size: 0;
}
.index-categories__list ul li {
	margin: 0 1px 1px 0;
	display: inline-block;
}
.index-categories__list ul li a {
	display: block;
	position: relative;
}
.index-categories__list ul li .image img {
	width: auto;
	max-width: inherit;
	height: 211px;
}
.index-categories__list ul li .category_name {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: .1em;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.index-categories__list--swipe {
	display: flex;
	align-items: center;
	position: absolute;
	top: -20px;
	right: 10px;
	font-size: 1.1rem;
	letter-spacing: .05em;
	opacity: 0;
	visibility: hidden;
	transition: opacity ease .3s;
}
.scrollable .index-categories__list--swipe {
	opacity: 1;
	visibility: visible;
}
.index-categories__list--swipe>span {
	animation: swipetxt 1.4s infinite;
}
.index-categories__list--swipe>span:nth-child(1) {
	animation-delay: .2s;
}
.index-categories__list--swipe>span:nth-child(2) {
	animation-delay: .16s;
}
.index-categories__list--swipe>span:nth-child(3) {
	animation-delay: .12s;
}
.index-categories__list--swipe>span:nth-child(4) {
	animation-delay: 80ms;
}
.index-categories__list--swipe>span:nth-child(5) {
	animation-delay: 40ms;
}
.index-categories__list--swipe>span:nth-child(6) {
}
.index-categories__list--swipe .txt {
	display: block;
}
.index-categories__list--swipe .icon {
	margin-left: .5em;
	display: block;
	width: 18px;
	height: 4px;
	background: url("../images/common/icon_swipearrow.png") 0 0 no-repeat;
	background-size: contain;
}
 @keyframes swipetxt {
 0%,  20% {
 opacity: 1
}
 25% {
 opacity: 0
}
to {
	opacity: 1
}
}
 @media screen and (max-width: 991px) {
.index-categories {
	padding: 0;
	background-color: #eee4d4;
}
.index-categories__inner {
 padding: 60px 0 60px calc(80/750*100%);
}
.index-categories__title {
	left: -60px;
	font-size: 1.3rem;
	transform: rotate(90deg);
}
.index-categories__title:before {
	display: none;
}
.index-categories__listWrapper {
	position: relative;
}
.index-categories__list {
	position: relative;
	overflow: hidden;
}
.index-categories__listInner .swiper-slide {
	width: auto;
}
.index-categories__list ul {
	white-space: nowrap;
	font-size: 0;
}
.index-categories__list ul li {
	margin: 0 1px 1px 0;
	display: inline-block;
}
.index-categories__list ul li a {
	display: block;
	position: relative;
}
.index-categories__list ul li .image img {
	max-width: inherit;
	width: auto;
	height: 170px;
}
.index-categories__list ul li .category_name {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: .1em;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.index-categories__list--swipe {
	display: flex;
	align-items: center;
	position: absolute;
	top: -20px;
	right: 10px;
	font-size: 1.1rem;
	letter-spacing: .05em;
	opacity: 0;
	visibility: hidden;
	transition: opacity ease .3s;
}
}
.index-newitems {
	padding-top: 110px;
	padding-bottom: 110px;
}
.index-newitems__title {
	margin: 0 auto 30px;
	max-width: 1300px;
	font-size: 4.7rem;
	letter-spacing: .07em;
}
.index-newitems .index-items__list {
	margin: 0 auto;
	max-width: 1300px;
}
 @media screen and (max-width: 991px) {
.index-newitems {
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-newitems__title {
 margin: 0 calc(40/750*100%) 15px;
}
.index-newitems__btn {
 padding: 0 calc(40/750*100%);
}
}
.index-pickup {
	padding: 55px;
	background-color: #dbc5cd;
}
.index-pickup__inner {
	margin: 0 auto;
	max-width: 1330px;
	display: flex;
	justify-content: space-between;
}
.index-pickup__text {
 padding-left: calc(65/1330*100%);
	position: relative;
	z-index: 1;
 width: calc(705/1330*100%);
	color: #12192c;
}
.index-pickup__title {
	position: relative;
	line-height: 1;
	font-size: 9rem;
}
.index-pickup__title:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: -150px;
	z-index: -1;
	width: 185px;
	height: 185px;
	opacity: .2;
	background: url("../images/common/top_contents_logo.svg") 0 0 no-repeat;
	background-size: contain;
}
.index-pickup__catch {
	margin: 50px 0 25px;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: .05em;
}
.index-pickup__text p {
	line-height: 1.4;
	font-size: 1.5rem;
	letter-spacing: .02em;
}
.index-pickup__btn {
	margin-top: 50px;
	text-align: left;
}
.index-pickup__btn a {
	background-color: #d1b8c1;
}
.index-pickup__btn a:hover {
	color: #504146;
	background-color: #fff;
}
.index-pickup__btn .index-btn__inner:after {
	background-image: url("../images/common/common_btn_504146.svg");
}
.index-pickup__image {
 width: calc(624/1330*100%);
}
 @media screen and (max-width: 991px) {
.index-pickup {
	padding: 55px 0;
}
.index-pickup__inner {
	padding-top: 100px;
	position: relative;
	flex-direction: column-reverse;
}
.index-pickup__text {
	padding: 0;
	position: static;
	width: 100%;
}
.index-pickup__title {
 padding: 0 calc(40/750*100%) 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	font-size: 5rem;
	text-align: right;
}
.index-pickup__title:before {
	top: -15px;
	left: -25px;
	width: 105px;
	height: 105px;
}
.index-pickup__catch {
	margin: 15px 0 10px;
 padding-left: calc(110/750*100%);
	font-size: 1.1rem;
}
.index-pickup__text p {
 padding-left: calc(110/750*100%);
	font-size: 1.2rem;
}
.index-pickup__btn {
	margin-top: 30px;
 padding: 0 calc(40/750*100%);
	text-align: center;
}
.index-pickup__image {
 padding-left: calc(110/750*100%);
	width: 100%;
}
}
.index-feature {
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: #d4d6cc;
}
.index-feature__inner {
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 980px;
}
.index-feature__head {
	position: relative;
 width: calc(330/980*100%);
}
.index-feature__body {
 width: calc(650/980*100%);
}
.index-feature__title {
	position: sticky;
	top: 83px;
	width: 694px;
	height: 694px;
	color: #fff;
	font-size: 9rem;
	letter-spacing: .05em;
	transform: rotate(90deg) translateY(-210px);
	transform-origin: top left;
}
.index-feature__title:before {
	content: '';
	display: block;
	position: absolute;
	top: -75px;
	right: 0;
	z-index: -1;
	width: 240px;
	height: 240px;
	opacity: .3;
	background: url("../images/common/top_contents_logo.svg") 0 0 no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
}
.index-feature__title .small {
	display: block;
	font-size: 1.9rem;
	letter-spacing: .1em;
}
.index-feature__list {
}
.index-feature__list li {
	margin-bottom: 80px;
	display: flex;
	align-items: flex-end;
}
.index-feature__image {
 width: calc(320/650*100%);
}
.index-feature__text {
 padding: 0 0 calc(60/650*100%) 30px;
 width: calc(330/650*100%);
	letter-spacing: .05em;
}
.index-feature__info {
	margin-bottom: 1em;
	font-size: 1.1rem;
}
.index-feature__article {
	line-height: 1.4;
	font-size: 2rem;
}
.index-feature__btn {
	text-align: left;
}
.index-feature__btn a {
	color: #60594e;
	background-color: #e6e8df;
	font-size: 1.8rem;
}
.index-feature__btn .index-btn__inner {
	margin-right: -17px;
}
.index-feature__btn .small {
	margin-bottom: 5px;
	padding-right: 1em;
	display: block;
	font-size: 1.2rem;
	text-align: center;
}
.index-feature__btn a:hover {
	color: #fff;
	background-color: #60594e;
}
 @media screen and (max-width: 991px) {
.index-feature {
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-feature__head {
	width: 130px;
}
.index-feature__body {
	width: calc(100% - 130px);
}
.index-feature__title {
	top: 61px;
	width: 530px;
	height: 530px;
	font-size: 6.2rem;
	transform: rotate(90deg) translateY(-95px);
}
.index-feature__title:before {
	top: -80px;
	width: 220px;
	height: 220px;
}
.index-feature__title .small {
	font-size: 1.3rem;
}
.index-feature__list li {
	margin-bottom: 50px;
	position: relative;
	display: block;
}
.index-feature__image {
 width: calc(370/750*100vw);
}
.index-feature__text {
 padding: 0 calc(60/650*100%) 0 0;
	width: 100%;
}
.index-feature__info {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: -10px;
 font-size: .9rem;
	transform: rotate(90deg);
	transform-origin: top left;
}
.index-feature__article {
	margin-top: .8em;
	font-size: 1.5rem;
}
.index-feature__btn {
	margin-left: -130px;
	text-align: center;
}
.index-feature__btn a {
	color: #60594e;
	background-color: #e6e8df;
}
}
.index-ranking {
	padding-top: 110px;
	padding-bottom: 110px;
}
.index-ranking__header {
	margin: 0 auto 30px;
	max-width: 1300px;
	display: flex;
	align-items: flex-end;
}
.index-ranking__title {
	margin-right: 70px;
	font-size: 4.7rem;
	letter-spacing: .07em;
}
.index-ranking__selector {
	padding-bottom: 5px;
	display: flex;
}
.index-ranking__selector li {
	margin-left: 12px;
	padding-left: 16px;
	position: relative;
	color: #949494;
	font-size: 1.4rem;
	letter-spacing: .1em;
	transition: color ease .3s;
	cursor: pointer;
}
.index-ranking__selector li:before {
	content: '';
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #333;
	opacity: 0;
}
.index-ranking__selector li.current, .index-ranking__selector li:hover {
	color: #333;
}
.index-ranking__selector li.current:before {
	opacity: 1;
}
.index-items__list--ranking {
	margin: 0 auto;
	display: none;
	max-width: 1300px;
}
.index-items__list--ranking ul {
	counter-reset: count;
}
.index-items__list--ranking ul li {
	position: relative;
	counter-increment: count;
}
.index-items__list--ranking ul li:before {
	content: counter(count);
	margin-top: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: -1;
	color: #f5f5f5;
	font-size: 10rem;
	font-style: italic;
	font-weight: normal;
	font-family: 'Red Hat Display', sans-serif;
}
.index-items__list--ranking ul li:nth-child(1):before {
	color: #ebe6d6;
}
.index-items__list--ranking ul li:nth-child(2):before {
	color: #e9e9e9;
}
.index-items__list--ranking ul li:nth-child(3):before {
	color: #f9f1eb;
}
 @media screen and (max-width: 991px) {
.index-ranking {
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-ranking__header {
 margin: 0 calc(40/750*100%) 25px;
	display: block;
}
.index-ranking__title {
	margin: 0 0 20px;
	font-size: 4.7rem;
	letter-spacing: .07em;
}
.index-ranking__selector {
	padding-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
}
.index-ranking__selector li {
	margin: 0 5px 5px 0;
	padding-left: 12px;
	font-size: 1.1rem;
}
.index-ranking__selector li:before {
	width: 8px;
	height: 8px;
}
.index-ranking__selector li:last-child {
	margin-right: 0;
}
.index-items__list--ranking ul li:before {
	font-size: 7.4rem;
}
}
.index-special {
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
	z-index: 1;
	background-color: #cec5b6;
}
.index-special__inner {
}
.index-special__title {
	margin: 0 auto 40px;
	max-width: 1300px;
	position: relative;
	font-size: 4.7rem;
}
.index-special__title:before {
	content: '';
	display: block;
	position: absolute;
	top: -45px;
	left: -90px;
	z-index: -1;
	width: 130px;
	height: 130px;
	opacity: .5;
	background: url("../images/common/top_contents_logo.svg") 0 0 no-repeat;
	background-size: contain;
}
.index-special__list {
	margin: 0 auto;
	display: flex;
	max-width: 1180px;
}
.index-special__list li {
 margin: 0 calc(110/1180*100%) 80px 0;
	position: relative;
 width: calc(320/1180*100%);
}
.index-special__list li:nth-child(3n) {
	margin-right: 0;
}
.index-special__list li a {
}
.index-special__image {
	margin-bottom: 20px;
}
.index-special__label {
	position: absolute;
	top: 0;
	left: calc(100% + 20px);
	color: #8f897e;
	font-size: 1.2rem;
	letter-spacing: .2em;
	white-space: nowrap;
	transform: rotate(90deg);
	transform-origin: top left;
}
.index-special__article {
	line-height: 1.4;
	font-size: 1.5rem;
}
.index-special__btn a {
	background-color: #eee5d5;
}
.index-special__btn a:after {
	background-image: url("../images/common/common_btn_AAA399.svg");
}
.index-special__btn a:hover {
	color: #333333;
	background-color: #fff;
}
 @media screen and (max-width: 991px) {
.index-special {
	padding-top: 55px;
	padding-bottom: 55px;
}
.index-special__inner {
 padding: 0 calc(70/750*100%);
}
.index-special__title {
	margin-bottom: 50px;
}
.index-special__title:before {
	top: -30px;
	left: -55px;
	width: 100px;
	height: 100px;
}
.index-special__list {
	display: block;
}
.index-special__list li {
	margin: 0 0 60px;
	width: 100%;
}
.index-special__image {
	margin: 0 auto 20px;
 width: calc(460/610*100%);
}
.index-special__label {
 left: calc(535/610*100% + 20px);
}
}
.index-brands {
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: #eae4e4;
}
.index-brands__inner {
}
.index-brands__title {
	margin-bottom: 60px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-align: center;
}
.index-brands__list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1040px;
}
.index-brands__list li {
 margin: 0 calc(6/1040*100%) 6px 0;
 width: calc(203/1040*100%);
}
.index-brands__list li:nth-child(5n) {
	margin-right: 0;
}
 @media screen and (max-width: 991px) {
.index-brands {
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-brands__title {
	margin-bottom: 30px;
}
.index-brands__list {
 margin: 0 calc(30/750*100%);
}
.index-brands__list li {
 margin: 0 calc(10/690*100%) 5px 0;
 width: calc(340/690*100%);
}
.index-brands__list li:nth-child(5n) {
 margin-right: calc(10/1040*100%);
}
.index-brands__list li:nth-child(2n) {
	margin-right: 0;
}
}
.index-recommend {
	padding: 50px 60px 70px;
	overflow: hidden;
}
.index-recommend__inner {
}
.index-recommend__title {
	margin: 0 -70px 50px;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.index-recommend__title span {
	margin: 0 80px 0 -40px;
	display: inline-block;
}
.index-items__list--recommendWrapper {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	overflow: hidden;
}
.index-items__list--recommend .swiper-slide {
	width: auto;
}
.index-items__list--recommend ul {
	display: block;
	white-space: nowrap;
	font-size: 0;
}
.index-items__list--recommend ul {
	display: block;
	width: auto;
	white-space: nowrap;
	font-size: 0;
}
.index-items__list--recommend ul li {
	margin: 0 10px 30px 0 !important;
	display: inline-block;
	width: 211px;
	white-space: normal;
}
.index-items__list--recommend ul li:last-child {
	margin-right: 0 !important;
}
 @media screen and (max-width: 991px) {
.index-recommend {
	padding: 50px 0 55px;
}
.index-recommend__inner {
}
.index-recommend__title {
	margin: 0 0 50px;
}
.index-recommend__title span {
	margin: 0 45px 0 -5px;
}
.index-items__list--recommendWrapper {
 margin-left: calc(60/750*100%);
}
}
.index-brandintro {
	padding-top: 130px;
	padding-bottom: 110px;
	color: #fff;
	background: url(https://placehold.jp/1440x500.png) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.index-brandintro__logo {
	margin-bottom: 35px;
}
.index-brandintro p {
	line-height: 1.8;
	font-size: 1.2rem;
}
 @media screen and (max-width: 991px) {
.index-brandintro {
	padding-top: 90px;
	padding-bottom: 70px;
}
.index-brandintro__logo {
	margin: 0 auto 40px;
	width: 185px;
}
.index-brandintro p {
	font-size: 1.1rem;
}
}
/* =============================================================================
 Breadcrumb Styles
============================================================================= */

.fs-c-breadcrumb {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 1200px;
	line-height: 1.4;
}
.fs-c-breadcrumb__list {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	color: #333;
	font-size: 1.1rem;
}
.fs-c-breadcrumb__listItem:before {
}
.fs-c-breadcrumb__listItem a {
	color: #949494;
}
 @media screen and (max-width: 991px) {
.fs-c-breadcrumb {
	margin: 0 20px;
	padding: 10px 0;
}
}
/* =============================================================================
 Item Detail Styles
============================================================================= */
.l-pd-page {
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1200px;
}
.l-pd-page__itemimage {
	width: 50%;
}
.fs-c-productPlainImage {
	margin-bottom: 20px;
}
.p-product-itemimages--carousel {
	display: none;
}
.l-pd-page__itemcart {
 width: calc(520/1200*100%);
}
.l-pd-page .l-pd-page__itemcart.bottomSticky {
	position: sticky;
	bottom: 0;
	align-self: flex-end;
}
.l-product-page__itemcart--inner {
	position: sticky;
	top: 83px;
}
#p_product-comment_1 {
	margin-bottom: 20px;
	color: #949494;
	font-size: 1.2rem;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .12em;
}
.fs-c-productMarks {
	margin-bottom: 10px;
	margin-left: -8px;
}
.fs-c-productMark>li {
	margin-bottom: 7px;
	padding: 1px 2px 0;
	display: inline-block;
	color: #333;
	font-size: 1.1rem;
	letter-spacing: .1em;
}
.fs-c-productNameHeading {
	margin-bottom: 30px;
	line-height: 1.4;
	color: #333;
	font-weight: 500;
}
.fs-c-productNameHeading__copy {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .07em;
}
.fs-c-productNameHeading__name {
	font-size: 2.2rem;
}
.fs-c-productPrices--productDetail {
	margin-bottom: 10px;
	display: flex;
	font-size: 3rem;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .1em;
}
.fs-c-productPrice--listed {
	margin-right: 5px;
	color: #949494;
	text-decoration: line-through;
}
.fs-c-productPrice--listed .fs-c-productPrice__main__label, .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
	display: none;
}
.fs-c-productPrice--selling {
	display: flex;
	align-items: flex-end;
	color: #333;
}
.fs-c-productPrice--selling .fs-c-productPrice__addon {
	margin-left: 5px;
	font-size: 1.1rem;
	letter-spacing: .15em;
}
.fs-c-productPrice--listed+.fs-c-productPrice--selling {
	color: #b03126;
}
.fs-c-productPointDisplay {
	margin-bottom: 10px;
	color: #949494;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 1.4rem;
	letter-spacing: .15em;
}
.fs-c-productPointDisplay__label, .fs-c-productPointDisplay__unit {
	display: none;
}
.fs-c-productPointDisplay__quantity {
}
.fs-c-productPointDisplay__quantity:after {
	margin-left: 5px;
	content: 'POINTS PRESENT';
	font-size: 1rem;
	letter-spacing: .1em;
}
.fs-c-variationAndActions {
	margin-bottom: 30px;
}
.fs-c-variationAndActions__variationLabel {
	display: none;
}
.fs-c-variationList__item {
	padding: 15px 0 30px;
	border-top: 1px #c7c7c7 solid;
}
.fs-c-variationList__item__title {
	margin-bottom: 10px;
	font-size: 1.4rem;
	letter-spacing: .07em;
}
.fs-c-variationList__item__body {
	align-items: flex-start;
	justify-content: space-between;
}
.fs-c-variationList__item__image {
	border-radius: 50%;
	flex-grow: 0;
	width: 64px;
	height: 64px;
	overflow: hidden;
}
.fs-c-variationList__item__image img {
	border-radius: 50%;
	width: 64px;
	height: 64px;
}
.fs-c-variationList__item .fs-c-variationList__item__cart {
	padding: 0;
	width: calc(100% - 90px);
}
.fs-c-variationList__item .fs-c-variationList__item__cart li {
	display: flex;
}
.fs-c-variationList__item .fs-c-variationList__item__cart li+li {
	margin-top: 15px;
}
.fs-c-variationList__item .fs-c-variationCart__image {
	display: none;
}
.fs-c-variationList__item .fs-c-variationCart__variationName {
	width: calc(100% - 296px);
	flex-direction: row;
	order: 1;
}
.fs-c-variationList__item .fs-c-variationCart__variationName__name {
	font-size: 1.6rem;
}
.fs-c-variationList__item .fs-c-variationCart__variationName__stock {
	margin-left: 1em;
	font-size: 1.4rem;
}
.fs-c-variationList__item .fs-c-variationCart__wishlist {
	width: 40px;
	order: 3;
}
.fs-c-variationList__item .fs-c-variationCart__wishlist button {
	margin: 0;
	padding: 0;
	border-right: 0;
	border: none;
	outline: none;
	width: 22px;
	height: 21px;
	background: transparent url("../images/common/common_heart.svg") 0 0 no-repeat;
	background-size: contain;
	appearance: none;
}
.fs-c-variationList__item .fs-c-variationCart__wishlist button:hover {
	background-image: url("../images/common/common_heart_on.svg");
}
.fs-c-variationList__item .fs-c-variationCart__wishlist button span {
	display: none;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton {
	width: 256px;
	order: 2;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 30px;
	width: 100%;
	height: 60px;
	background-color: #7186a6;
	color: #fff;
	transition: background-color ease .3s;
	font-size: 1.3rem;
	letter-spacing: .2em;
	text-align: center;
	appearance: none;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button:before {
	content: 'ADD TO CART';
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button:hover {
	background-color: #2a3e5c;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button span {
	display: none;
}
.fs-c-returnedSpecialContract {
	display: none;
}
.fs-c-buttonContainer--inquiryAboutProduct {
	margin: 30px 0 0;
}
.fs-c-buttonContainer--inquiryAboutProduct button {
	margin: 0;
	padding: 0 0 3px;
	border-radius: 0;
	border: none;
	border-bottom: 1px #333 solid;
	background-color: transparent;
	font-size: 1.1rem;
	letter-spacing: .07em;
	appearance: none;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label:before {
	margin-right: 5px;
	content: '';
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url("../images/common/icon_mail.svg") 0 0 no-repeat;
	vertical-align: text-bottom;
}
 @media screen and (min-width: 992px) {
.p-product-itemimages--carousel {
	display: none;
}
.p-gotocart {
	display: none;
}
}
 @media screen and (max-width: 991px) {
.l-pd-page {
	display: block;
}
.l-pd-page__itemimage {
	width: 100%;
}
.p-product-itemimages--plain {
	display: none;
}
.p-product-itemimages--carousel {
	display: block;
}
.fs-c-productCarouselMainImage {
	position: relative;
}
.l-pd-page__itemcart {
	width: 100%;
}
.l-pd-page .l-pd-page__itemcart.bottomSticky {
	position: static;
}
.l-product-page__itemcart--inner {
	margin: 0 15px;
	position: static;
}
#p_product-comment_1 {
	margin-bottom: 10px;
}
.fs-c-productMarks {
	margin-bottom: 10px;
	margin-left: -8px;
}
.fs-c-productMark>li {
	margin-bottom: 6px;
}
.fs-c-productNameHeading {
	margin-bottom: 15px;
}
.fs-c-productNameHeading__copy {
	font-size: 1.2rem;
}
.fs-c-productNameHeading__name {
	font-size: 2rem;
}
.fs-c-productPrices--productDetail {
	margin-bottom: 8px;
	font-size: 2rem;
}
.fs-c-productPointDisplay {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.fs-c-variationAndActions {
	margin-bottom: 10px;
}
.fs-c-variationList__item__title {
	margin-bottom: 15px;
}
.fs-c-variationList__item__image {
	width: 50px;
	height: 50px;
}
.fs-c-variationList__item__image img {
	width: 50px;
	height: 50px;
}
.fs-c-variationList__item .fs-c-variationList__item__cart {
	padding: 0;
	width: calc(100% - 60px);
}
.fs-c-variationList__item .fs-c-variationList__item__cart li+li {
	margin-top: 10px;
}
.fs-c-variationList__item .fs-c-variationCart__variationName {
	width: calc(100% - 175px);
}
.fs-c-variationList__item .fs-c-variationCart__variationName__stock {
	margin-left: .5em;
	line-height: 16px;
	font-size: 1.1rem;
}
.fs-c-variationList__item .fs-c-variationCart__wishlist {
	width: 40px;
}
.fs-c-variationList__item .fs-c-variationCart__wishlist button {
	width: 17px;
	height: 16px;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton {
	width: 152px;
}
.fs-c-variationList__item .fs-c-variationCart__cartButton button {
	border-radius: 27px;
	height: 54px;
	font-size: 1.2rem;
}
.p-gotocart {
	padding-bottom: 15px;
	position: fixed;
	bottom: 0;
 left: calc(30/750*100%);
 width: calc(690/750*100%);
	height: 58px;
	text-align: center;
	z-index: 9999;
	transform: translateY(100%);
	transition: .3s;
}
.p-gotocart a {
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background-color: #333;
	font-size: 12px;
	letter-spacing: .2em;
	text-decoration: none;
}
.p-gotocart.btnOn {
	transform: translateY(0);
}
#p_product-comment_4 {
	height: 3000px;
}
}
.fs-p-productDescription {
	line-height: 1.4;
	letter-spacing: .03em;
}
.fs-p-productDescription--short {
	margin-bottom: 1em;
	font-size: 1.8rem;
}
.fs-p-productDescription--full {
	font-size: 1.4rem;
}
.fs-p-productInfo {
	margin-top: 40px;
	padding: 32px 0;
	border-top: 1px #c7c7c7 solid;
	border-bottom: 1px #c7c7c7 solid;
	font-size: 1.2rem;
	letter-spacing: .03em;
}
.fs-p-productInfo dl {
	display: flex;
}
.fs-p-productInfo dl dt {
	padding: 7px 1em 7px 0;
	font-weight: 500;
	white-space: nowrap;
}
.fs-p-productInfo dl dd {
	padding: 7px 0;
	font-weight: bold;
}
.fs-p-productBrandSize {
	margin-top: 40px;
	letter-spacing: .03em;
}
.fs-p-productBrandSize__title {
	margin-bottom: 15px;
	font-size: 1.5rem;
}
.fs-p-productBrandSize__label {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}
.fs-p-productBrandSize__notice {
	margin-bottom: 15px;
	line-height: 1.4;
	color: #949494;
	font-size: 1.1rem;
}
.fs-p-productBrandSize__table {
	margin-bottom: 25px;
}
.fs-p-productBrandSize__table table {
	width: 100%;
}
.fs-p-productBrandSize__table table th {
	border-bottom: 1px #ececec solid;
	padding: 10px 5px;
	width: 33.33%;
	text-align: left;
}
.fs-p-productBrandSize__table table td {
	padding: 10px 5px;
	border-bottom: 1px #ececec solid;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .1em;
}
.fs-p-productBrandSize__table table td:first-child {
	padding-left: 1em;
	text-align: left;
}
.fs-p-productBrandSize__table p {
	margin-top: 10px;
	color: #949494;
	font-size: 1.1rem;
	letter-spacing: .03em;
	text-align: right;
}
.fs-p-productMeasurement {
	font-size: 1.2rem;
	letter-spacing: .03em;
}
.fs-p-productMeasurement__title {
	margin-bottom: 25px;
	font-weight: bold;
}
.fs-p-productMeasurement__body {
	display: flex;
	justify-content: space-between;
}
.fs-p-productMeasurement__image {
 width: calc(124/520*100%);
}
.fs-p-productMeasurement__body dl {
 width: calc(376/520*100%);
}
.fs-p-productMeasurement__body dl dt {
	padding: 20px 0 5px;
	font-weight: bold;
}
.fs-p-productMeasurement__body dl dd {
	color: #949494;
	font-size: 1.1rem;
}
.fs-p-productItemsize {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px #c7c7c7 solid;
	border-bottom: 1px #c7c7c7 solid;
}
.fs-p-productItemsize__title {
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.fs-p-productItemsize__table {
}
.fs-p-productItemsize__table table {
	width: 100%;
	font-size: 1.2rem;
}
.fs-p-productItemsize__table table th {
	border-bottom: 1px #ececec solid;
	padding: 10px 5px;
 width: calc(85/520*100%);
	text-align: right;
}
.fs-p-productItemsize__table table th.en {
	padding-left: 0;
 width: calc(100/520*100%);
	color: #949494;
	font-size: 1rem;
	letter-spacing: .1em;
	text-align: left;
}
.fs-p-productItemsize__table table td {
	padding: 10px 5px;
	border-bottom: 1px #ececec solid;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: .1em;
	text-align: right;
}
.fs-p-productItemsize__table table td:first-child {
	padding-left: 1em;
	text-align: left;
}
.fs-p-productItemsize__table p {
	margin-top: 10px;
	color: #949494;
	font-size: 1.1rem;
	letter-spacing: .03em;
	text-align: right;
}
.fs-p-productItemsize__table dl {
	margin-top: 5px;
	display: flex;
	font-size: 1.2rem;
	letter-spacing: .03em;
	text-align: right;
}
.fs-p-productItemsize__table dl dt {
	padding-right: 1em;
	font-weight: 500;
	white-space: nowrap;
}
.fs-p-productItemsize__table dl dd {
	font-weight: bold;
}
.fs-p-productNotice {
	margin-top: 30px;
}
.fs-p-productNotice ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
	color: #949494;
	font-size: 1.2rem;
}
 @media screen and (max-width: 991px) {
.fs-p-productDescription--short {
	font-size: 1.5rem;
}
.fs-p-productDescription--full {
	font-size: 1.3rem;
}
.fs-p-productBrandSize {
	margin-top: 40px;
	letter-spacing: .03em;
}
.fs-p-productBrandSize__title {
	font-size: 1.4rem;
}
.fs-p-productBrandSize__table {
	margin-bottom: 25px;
}
.fs-p-productBrandSize__table table {
	width: 100%;
}
.fs-p-productBrandSize__table table th {
	width: 38%;
	text-align: center;
}
.fs-p-productBrandSize__table table td {
	text-align: center;
}
.fs-p-productBrandSize__table table th:first-child {
	width: 24%;
}
.fs-p-productBrandSize__table table td:first-child {
	text-align: left;
}
.fs-p-productMeasurement__body dl dt {
	padding: 10px 0 5px;
}
.fs-p-productItemsize {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px #c7c7c7 solid;
	border-bottom: 1px #c7c7c7 solid;
}
.fs-p-productItemsize__title {
	margin-bottom: 15px;
	font-size: 1.4rem;
}
}
/* -----------------------------------------------------------------------------
 c-recently
----------------------------------------------------------------------------- */
.c-recently {
	background-color: #f4f1ee;
}
.c-recently .c-recently__title {
	margin-bottom: 45px;
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.c-recently .c-recently__inner {
	padding: 100px 0 130px;
}
.c-recently .recently-list {
	display: flex;
}
.c-recently .recently-list li {
	width: 164px;
	margin-left: 10px;
}
.c-recently .recently-list li:first-of-type {
	margin-left: 0;
}
.c-recently .recently-list li a {
	display: block;
}
.c-recently .recently-list li a img {
	border: #eee 1px solid;
	box-sizing: border-box;
}
 @media screen and (max-width: 991px) {
.c-recently .c-recently__inner {
	padding: 60px 0;
}
.c-recently .c-recently__title {
	margin-bottom: 25px;
}
.c-recently .recently-list {
	padding-bottom: 20px;
	width: calc(100% + 30px);
	margin-left: -15px;
	display: block;
	overflow-x: scroll;
	position: relative;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
}
.c-recently .recently-list li {
	width: 70px;
	display: inline-block;
}
.c-recently .recently-list li:first-of-type {
 margin-left: calc(40/750*100%);
}
.c-recently .recently-list li:last-of-type {
 margin-right: calc(40/750*100%);
}
}
/* -----------------------------------------------------------------------------
 itemintro
----------------------------------------------------------------------------- */
.itemintro {
	padding: 110px 0;
}
.itemintro__title {
	margin-bottom: 50px;
	font-size: 3.6rem;
	font-weight: 500;
}
.itemintro__list ul {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}
.itemintro__list ul li {
 margin: 0 calc(12/1200*100%) 50px 0;
	position: relative;
 width: calc(190/1200*100%);
	font-size: 1.4rem;
}
.itemintro__list ul li a {
	color: #333;
}
.itemintro__list ul li:nth-child(6n) {
	margin-right: 0;
}
.itemintro__list .image {
	margin-bottom: 10px;
}
.itemintro__list .item_barand {
	margin-bottom: 8px;
	line-height: 1.4;
	color: #949494;
	font-size: 1.1rem;
	letter-spacing: .07em;
}
.itemintro__list .item_name {
	margin-bottom: 12px;
	line-height: 1.42;
}
.itemintro__list .item_price {
	letter-spacing: .1em;
}
.itemintro__list .item_price .en {
	font-weight: normal;
}
.itemintro__list .item_price .tax {
	font-size: 1rem;
	letter-spacing: .15em;
}
 @media screen and (max-width: 991px) {
.itemintro {
	padding: 55px 0;
}
.itemintro__title {
	margin-bottom: 30px;
	font-size: 2.7rem;
}
.itemintro__list ul li {
	margin: 0 0 30px 1px;
	width: calc(50% - 1px);
	font-size: 1.2rem;
}
.itemintro__list .image {
}
.itemintro__list .item_barand {
 margin: 0 calc(20/375*100%) 8px;
}
.itemintro__list .item_name {
 margin: 0 calc(20/375*100%) 12px;
}
.itemintro__list .item_price {
 margin: 0 calc(20/375*100%);
}
.itemintro__list .item_price .en {
	font-weight: normal;
}
}
.itemintro--recommend {
	background-color: #eee4d4;
}
.itemintro--ranking ul {
	counter-reset: count;
}
.itemintro--ranking ul li {
	counter-increment: count;
}
.itemintro--ranking ul li:before {
	content: counter(count);
	margin-top: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: -1;
	color: #f5f5f5;
	font-size: 9rem;
	font-style: italic;
	font-weight: normal;
	font-family: 'Red Hat Display', sans-serif;
}
.itemintro--ranking ul li:nth-child(1):before {
	color: #ebe6d6;
}
.itemintro--ranking ul li:nth-child(2):before {
	color: #e9e9e9;
}
.itemintro--ranking ul li:nth-child(3):before {
	color: #f9f1eb;
}
 @media screen and (max-width: 991px) {
.itemintro--recommend .itemintro__inner {
	margin-right: 0;
}
.itemintro__list--recommendWrapper {
	position: relative;
	overflow: hidden;
}
.itemintro--recommend .swiper-slide {
	width: auto;
}
.itemintro--recommend .itemintro__list ul {
	display: block !important;
	width: auto;
	white-space: nowrap;
}
.itemintro--recommend .itemintro__list ul li {
	margin-right: 10px;
	display: inline-block;
	width: 160px;
	white-space: normal;
	vertical-align: top;
}
.itemintro--recommend .itemintro__list ul li:last-child {
	margin-right: 0;
}
.itemintro--ranking {
	padding-bottom: 10px;
}
.itemintro--ranking .itemintro__list ul {
	margin-right: -3px;
}
.itemintro--ranking .itemintro__list ul li {
	margin-left: 0 !important;
	padding-right: 3px;
	width: 33.3333%;
}
.itemintro--ranking ul li:before {
	font-size: 6rem;
}
}
/* -----------------------------------------------------------------------------
 list controller
----------------------------------------------------------------------------- */

.fs-c-productList__controller {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
}
.fs-c-productList__controller .fs-c-sortItems {
	display: flex;
	align-items: center;
}
.fs-c-productList__controller .fs-c-sortItems__label {
	font-size: 1.1rem;
}
.fs-c-productList__controller .fs-c-sortItems__label:after {
	content: '：';
}
.fs-c-productList__controller .fs-c-sortItems__list {
	display: flex;
}
.fs-c-productList__controller .fs-c-sortItems__list__item {
	margin-left: 1em;
	font-size: 1.4rem;
}
.fs-c-productList__controller .fs-c-sortItems__list__item__label {
	color: #949494;
}
.fs-c-productList__controller .fs-c-sortItems__list__item__label:hover, .fs-c-productList__controller .is-active .fs-c-sortItems__list__item__label {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.fs-c-productList__controller .fs-c-listControl {
	width: 100%;
}
.fs-c-productList__controller .fs-c-listControl__status {
}
.fs-c-productList__controller .fs-c-listControl__status__total {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 2.4rem;
}
.fs-c-productList__controller .fs-c-listControl__status__total__label {
	content: 'ITEMS';
	font-size: 0;
	text-indent: -9999px;
}
.fs-c-productList__controller .fs-c-listControl__status__total__label:before {
	margin-left: 5px;
	content: 'ITEMS';
	font-size: 1.7rem;
	text-indent: 0;
}
.fs-c-productList__controller .fs-c-listControl__status__indication {
	display: none;
}
 @media screen and (max-width: 991px) {
.fs-c-productList__controller {
	margin-left: 15px;
	margin-right: 15px;
}
.fs-c-productList__controller .fs-c-sortItems__list__item {
	margin-left: .5em;
	font-size: 1.3rem;
}
.fs-c-productList__controller .fs-c-sortItems__list__item__label {
	color: #949494;
}
.fs-c-productList__controller .fs-c-sortItems__list__item__label:hover,  .fs-c-productList__controller .is-active .fs-c-sortItems__list__item__label {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.fs-c-productList__controller .fs-c-listControl__status__total {
	font-size: 1.7rem;
}
.fs-c-productList__controller .fs-c-listControl__status__total__label:before {
	font-size: 1.1rem;
}
}
/* -----------------------------------------------------------------------------
 list pagination
----------------------------------------------------------------------------- */

.fs-c-pagination {
	display: block;
	width: 100%;
	color: #333;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 1.5rem;
	letter-spacing: .02em;
	text-align: center;
}
.fs-c-pagination__item {
	margin: 0 2px;
	padding: 0;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	vertical-align: top;
}
a.fs-c-pagination__item {
	color: #333;
}
a.fs-c-pagination__item:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
span.fs-c-pagination__item.is-active {
	background-color: #f5f5f5;
}
span.fs-c-pagination__item:not(.is-active) {
	display: none;
}
.fs-c-pagination__item--prev:before, .fs-c-pagination__item--next:before {
	margin: 0;
	padding: 0;
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	left: 12px;
	width: 15px;
	height: 2px;
	background-color: #333;
}
.fs-c-pagination__item--prev:after, .fs-c-pagination__item--next:after {
	margin: 0;
	padding: 0;
	border-top: 2px #333 solid;
	border-right: 2px #333 solid;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	width: 8px;
	height: 8px;
	transform: rotate(-135deg);
}
.fs-c-pagination__item--prev:after {
	left: 11px;
}
.fs-c-pagination__item--next:after {
	right: 12px;
	transform: rotate(45deg);
}
.fs-c-pagination__item--prev:hover:before, .fs-c-pagination__item--next:hover:before {
	background-color: #fff;
}
.fs-c-pagination__item--prev:hover:after, .fs-c-pagination__item--next:hover:after {
	border-color: #fff;
}
 /* < !--商品詳細ページ マーク--> */
 span.mark_new, span.mark_SALE, span.mark_OUTLET {
 color: #fff;
}
span.mark_new {
	background-color: #ea618e;
	color: #fff;
}
span.mark_SALE, span.mark_OUTLET {
	background-color: #cc0000;
	color: #fff;
}
span.mark_YOGA {
	background-color: #ede4e1;
}
span.mark_RUN {
	background-color: #f8f4e6;
}
span.mark_GOLF {
	background-color: #e6eae6;
}
span.mark_SWIM {
	background-color: #d4d9df;
}
span.mark_FITNESS {
	background-color: #d4d9df;
}
span.mark_yupake {
	background-color: #f5f5f5;
}
span.mark_Coupon {
	border: 1px solid #000;
}
span.mark_Coupon10_OFF {
	background-color: #9ad7e1;
	color: #fff;
}
span.mark_Pt10 {
	background-color: #00f;
	color: #fff;
}


span.mark_PILATES {
	background-color: #f8f4e6;
}
span.mark_OUTER {
	background-color: #e6f8ea;
}
span.mark_BESTSELLER {
	background-color: #999;
		color: #fff;
}
/* -----------------------------------------------------------------------------
 23-05-15 INSTAGRAM
----------------------------------------------------------------------------- */
.instagram-section {
	padding-left: 5rem;
	padding-right: 5rem;
	margin-bottom: 100px;
	max-width: 1200px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
 @media screen and (max-width: 991px) {
 padding: 0;
 margin-left: 20px;
 margin-right: 20px;
}
}
.insta-section {
	margin-top: 100px;
}
.insta-section .insta-section_ttl {
	margin-bottom: 60px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
}
 @media screen and (max-width: 991px) {
.insta-section .insta-section_ttl {
	margin-bottom: 30px;
}
}
.insta-section .item a {
	display: block;
	padding: 0 10px;
}
.insta-section .item a img {
	width: 255px;
	height: 255px;
	-o-object-fit: cover;
	object-fit: cover;
}
 @media screen and (max-width: 991px) {
.insta-section .item a img {
	width: 210px;
	height: 210px;
}
}
.insta-section .slider .slick-prev {
	position: absolute;
}
 @media screen and (max-width: 991px) {
.insta-section .slider .slick-prev {
	left: 5px;
	top: 50%;
	width: 11px;
	height: 32px;
	margin-top: -16px;
	background-size: contain !important;
}
}
.insta-section .slider .slick-next {
	position: absolute;
}
 @media screen and (max-width: 991px) {
.insta-section .slider .slick-next {
	right: 5px;
	top: 50%;
	width: 11px;
	height: 32px;
	margin-top: -16px;
	background-size: contain !important;
}
}
/* -----------------------------------------------------------------------------
 23-05-17 INSTAGRAM_btn
----------------------------------------------------------------------------- */

.insta_hana_btn {
	text-align: center;
	font-size: initial;
	margin-top: 100px;
}
.insta_hana_btn a {
	border: 1px solid #333;
	padding: 2rem 5rem;
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
}
.insta_hana_btn a img {
	position: relative;
	bottom: 3px;
	right: 4px;
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 990px) {
	.insta_hana_btn{
		margin-top: 50px;
	}
	
.insta_hana_btn a {
	width: 100%;
	padding: 2rem;
	display: block;
}
}
/* -----------------------------------------------------------------------------
 23-11-16 関連リンクボタン
----------------------------------------------------------------------------- */
.l-footer__inner--2 {
  padding-bottom: 40px;
}

.l-footer__inner--4 {
  margin-bottom: 40px;
}

@media screen and (min-width: 991px) {
  .l-footer__linknav_item {
    width: 300px;
  }
}
.l-footer__linknav_item a {
  border: 1px solid #333;
  display: block;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.l-footer__linknav_item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-footer__linknav_item a:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(https://athlesta.itembox.design/item/assets/images/common/icon_blank.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
.l-footer__linknav_item a span {
  display: block;
}
.l-footer__linknav_item a .en {
  font-size: 1.4rem;
  margin-right: 1em;
  line-height: 1;
}
.l-footer__linknav_item a .sub {
  font-size: 1.2rem;
  line-height: 1;
}

/* -----------------------------------------------------------------------------
24-03-04　footer ナビ並び替えによる調整
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .p-cnav__list2 li a {
    margin: 0;
    padding: 0 5px;
    border-top: 1px #d2d0c3 solid;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
}




/* -----------------------------------------------------------------------------
25-04-05 グロナビ　サブメニュなしボタン調整
----------------------------------------------------------------------------- */



@media screen and (min-width: 992px) {
	.p-gnav__item_nolist {
		margin: 23px 0 0;
		height: 60px;
	}
.p-gnav__item_nolist_btn {
	padding: 8px 20px;
	border-radius: 18px;
	line-height: 1.5;
	transition: background-color ease .3s;
}
.p-gnav__item_nolist:hover .p-gnav__item_nolist_btn {
	background-color: #fff;
}
.p-gnav__item_nolist_btn a:hover{
	text-decoration: none;
}
}

@media screen and (max-width: 991px) {
	.p-gnav__item_nolist  {
		border-bottom: 1px #c7c7c7 solid;
}
	.p-gnav__item_nolist_btn  {
			padding: 0 0 0 20px;
			position: relative;
			display: flex;
			align-items: center;
			width: 100%;
			min-height: 60px;
			color: #5b5b5b;
			font-size: 1.3rem;
			letter-spacing: .07em;
	}
	.p-gnav__item_nolist_btn a{
		color: #5b5b5b
	}
}