@charset "utf-8";

/** #一旦非表示
===================================*/
/* 詳細検索 */
.header_search_detail {
	display: none;
}

/* 最近チェックした商品 */
/* .drawer_checked_item {
	display: none !important;
} */

/* 商品詳細レコメンド */
/* .item_recommend_wrap {
	display: none;
} */



/** #PC
===================================*/


/** font
===================================*/



/** base
===================================*/
.fs-p-drawer {
	display: none;
}

.logout.my-false { display: none; }
.login.my-true { display: none; }

#fs_CustomPage .fs-l-pageMain {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.fs-c-subSection__title {
	margin: 0.8em 0;
	padding-bottom: 5px;
}

.fs-l-header--min {
	border: 0;
}

.fs-c-productSalesPeriod {
	display: none;
}

/* [type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 7px 10px;
} */


/** header
===================================*/
#header {
}

.headline_wrap {
}

.headline {
	background-color: #000000;
	text-align: center;
	padding: 4px 0;
	color: #fff;
	font-size: 13px;
}

.header_inner {
	padding: 16px 30px 28px;
	align-items: flex-end;
	background-color: #fff;
}

.header_menu_btn {
	position: relative;
	bottom: 4px;
}

.header_logo {
	margin-left: 35px;
	position: relative;
	bottom: 0px;
}

.logo {
}

.logo img {
}

.right_information {
}

.header_right {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.header_search_form .fs-p-searchForm__inputGroup.fs-p-inputGroup {
	width: 401px;
	border-color: #E2E7EF;
	border-radius: 3px;
	overflow: hidden;
	font-size: 16px;
}

.header_search_form .fs-p-searchForm__input {
	font-size: 14px;
	padding: 7px;
}

button.fs-p-searchForm__button.fs-p-inputGroup__button {
	background-color: #fff;
	border: 0;
	height: 34px;
	background-image: url(/assets/img/search_btn_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
}

button.fs-p-searchForm__button.fs-p-inputGroup__button::before {
	display: none;
}

.header_search_form .fs-p-searchForm__input:focus::placeholder {
	color: transparent;
}

.header_search_detail {
	margin-left: 13px;
}

.header_search_detail a {
	background-color: #E2E7EF;
	display: block;
	line-height: 34px;
	text-align: center;
	padding: 0 15px;
	color: #707989;
}

.header_search_detail a:hover {
	opacity: 0.8;
}

.header_icon_links_wrap {
	margin-left: 30px;
	vertical-align: middle;
	height: 34px;
}

ul.header_icon_links.flbox {
	align-items: center;
	gap: 24px;
	padding: 3px 0px;
}

li.cart_link {
	position: relative;
}

.cart_link span.fs-client-cart-count {
	position: absolute;
	color: #fff;
	width: 16px;
	height: 16px;
	background-color: #dfcc94;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	border-radius: 50%;
	right: -9px;
	top: -3px;
}


/** drawer
===================================*/
/** Full screen drawer
===================================*/
/*menu*/
.full_drawer_menu_trigger {
	height: 28px;
	position: relative;
	width: 50px;
	cursor: pointer;
	display: block;
}

.fdm_line {
	background: #333;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}

.fdm_line--center {
	top: 14px;
}

.fdm_line--bottom {
	bottom: 0;
}

.fdm_line--top.active {
	top: 8px;
	transform: rotate(45deg);
}

.fdm_line--center.active {
	transform:scaleX(0);
}

.fdm_line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}

.fdm_line--top.active {
	top: 15px;
	transform: rotate(30deg);
}

.fdm_line--bottom.active {
	bottom: 12px;
	transform: rotate(150deg);
}

/*full_drawer */
.full_drawer {
	background: rgba(0,0,0,0.2);
	display: none;
	height: 100dvh;
	position: absolute;
	width: 100%;
	z-index: 98;
}

.full_drawer__wrap {
	align-items:center;
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

.full_drawer__menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
}

.fdm_item_item {
	margin: 40px 0 40px 100px;
	opacity: 0;
}

.fdm_item_item a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	transition: .5s;
}

.fdm_item_item a:hover{
	color: #666;
}

.drawer_nav {
}

.full_drawer_outer.fd_trigger {
	height: 100%;
	cursor: pointer;
}

.full_drawer_inner {
	background-color: #fff;
	overflow: hidden;
}

html.opened {
	overflow: hidden;
}

.drawer_part_list {
	padding: 28px 0 52px;
}

.drawer_part {
	border-right: 1px solid #DEE3ED;
	padding: 0 3%;
}

.drawer_part:nth-child(1) {
	margin-left: -3%;
}

.drawer_part:nth-child(4) {
	border: 0;
}

h3.drawer_part_title {
	font-size: 19px;
	margin-bottom: 16px;
	letter-spacing: 0.05em;
}

ul.d_link {
	font-size: 13px;
}

ul.d_link li {
	margin-bottom: 7px;
}

.drawer_part.v_contact_part {
	color: #656F83;
	background-color: #F7F9FC;
	border: 0;
	margin: -28px -100% -52px 0;
	padding: 28px 2.7% 52px;
	flex-grow: 1;
}

.d_part_info {
	font-size: 13px;
}

.d_part_info h4 {
	margin-bottom: 0;
}

.d_part_info p {
	margin-top: 0;
	margin-bottom: 1em;
}

.d_part_info p + h4 {
}

ul.d_part_sns_list {
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	gap: 18px;
	line-height: 1;
	margin: 20px 0 30px;
}

.drawer_part.v_contact_part a {
	color: #656F83;
}


/** navi
===================================*/
#gnav {
}

.gnavi {
	display: flex;
	flex-wrap: wrap;
}

.gnavi li {
}

.gnavi li a {
}


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

.popup-inner img {
  max-width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 32px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.popup-inner {
	padding: 60px 30px;
	border-radius: 5px;
}

.side__detailSearch {
}

.side__detailSearch .row {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
}

.col-pc-3 {
	width: calc(100% / 4 - 30px * 3 / 4);
}

.col-pc-3 {
	width: calc(100% / 3 - 30px * 2 / 3);
}

h3.sideTitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

input.pliceLower {
	width: 40%;
}

input.priceUpper {
	width: 40%;
}

.side__detailSearch button.searchForm__submit {
	display: none;
}

.sds_submit_wrap {
	padding-top: 40px;
	text-align: center;
}

button#sds_submit {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 30px;
}

button#sds_submit:hover {
	background: #fff;
	color: #000;
}

.side__detailSearch .fs-c-checkbox {
	display: inline-flex;
	align-items: center;
	padding: 0px 5px 5px 0;
}


@media screen and (max-width: 767px) {
.popup-inner {
	padding: 60px 20px 40px;
	width: calc(100% - 30px);
}

.side__detailSearch .row {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 15px;
	margin-right: -15px;
}

.side__detailSearch .col-pc-3 {
	width: calc(50% - 15px);
}

h3.sideTitle {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

input.pliceLower {
	width: 70%;
	margin-bottom: 7px;
}

input.priceUpper {
	width: 70%;
}

button#sds_submit {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 30px;
}


}/* @media */




/** eyecatch
===================================*/




/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}



/** side
===================================*/
#side {
}



/** footer
===================================*/
.fs-l-footer {
	border: 0;
	background-color: #000;
	color: #fff;
	margin-top: 50px;
}

.fs-l-footer a {
	color: #fff;
}

.fs-l-footer a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#footer {
}

.footer {
	padding: 54px 0 70px;
}

.footer_inner {
}

.footer_box_list {
	justify-content: space-between;
}

.footer_box {
	width: calc(25% - 25px * 3 / 4);
	width: fit-content;
}

.footer_box:last-child {
	width: 30%;
}

.footer_box h3 {
	font-family: Lato;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 19px;
}

ul.footer_menu {
	font-size: 14px;
}

ul.footer_menu li {
	margin-bottom: 7px;
}

.footer_info {
}

.footer_info h4 {
	margin-bottom: 0;
}

.footer_info p {
	margin-top: 0;
	margin-bottom: 1em;
}

.footer_info p + h4 {
}

ul.footer_sns_list {
	display: flex;
	flex-wrap: wrap;
	font-size: 28px;
	gap: 20px;
	line-height: 1;
	margin: 20px 0 30px;
}

.footer_prom {
}

.f_prom_box {
	gap: 16px;
}

.f_prom_box + .f_prom_box {
	margin-top: 20px;
}

.f_prom_img {
	width: 60px;
}

.f_prom_text {
	width: calc(100% - 76px);
	font-size: 13px;
}

.f_prom_text p {
	margin: 0;
}

.footer_bottom {
	text-align: center;
}

.footer_logo {
	margin-bottom: 10px;
}

.copyright {
	text-align: center;
	font-size: 12px;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}

#page-top a:hover {
	opacity: 1;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** top
===================================*/
/* slider */
.main_slider_wrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.main_slider {
}

.swiper.main_slider {
	padding-bottom: 50px;
}

.main_slider .swiper-slide img {
	width: 530px;
}

.main_slider .swiper-slide {
	width: 530px;
}


.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
	display: none;
}

.main_slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset,20px);
	top: calc(50% - 25px);
}

.main_slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset,20px);
	top: calc(50% - 25px);
}

.swiper.main_slider .swiper-pagination-bullet {
	width: 40px;
	border-radius: 0;
	height: 5px;
}

.swiper.main_slider .swiper-pagination-bullet-active {
	background-color: #2855A6;
}


/* 重要なお知らせ */
.important_message_sec {
	border-top: 1px solid #05132C;
	border-bottom: 1px solid #05132C;
	padding: 17px 0;
}

.important_message_list {
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	line-height: 1.5;
}

.ip_message {
	width: 100%;
}

.ip_message .ip_date {
	padding-right: 8px;
	border-right: 1px solid #9DA2AC;
	margin-right: 10px;
	width: 90px;
}

.ip_message a {
	width: calc(100% - 110px);
}

.ip_message a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}


/* NEW ARRIVA */
.d_title_wrap {
	margin-bottom: 30px;
}

.d_title {
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 32px;
	color: #2855A6;
	margin-top: 0;
}

.d_title a {
	color: inherit;
}

.d_title span {
}

.d_title.v_left {
	text-align: left;
	justify-content: flex-start;
}

.d_title.v_center {
	text-align: center;
	justify-content: center;
}

.d_btn_wrap {
}

.d_btn {
}

.item_box_wrap {
	position: relative;
}

.item_box_inner {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: -10px;
	margin-top: -10px;
}

.item_box_list:not(.mode_item_slider) {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

.item_box_list li {
}

.item_box_list.item_box_list2 {
}

.item_box_list.item_box_list2 li {
	width: calc(50% - 20px / 2);
}

.item_box_list.item_box_list3 {
}

.item_box_list.item_box_list3 li {
	width: calc(33.333% - 20px * 2 / 3);
}

.item_box_list.item_box_list4 {
}

.item_box_list.item_box_list4 li {
	width: calc(25% - 20px * 3 / 4);
}

.item_box_list.item_box_list5 {
}

.item_box_list.item_box_list5 li {
	width: calc(20% - 20px * 4 / 5);
}

.item_box_list.item_box_list6 {
}

.item_box_list.item_box_list6 li {
	width: calc(20% - 20px * 5 / 6);
}

.item_box_part {
}

.item_box_img {
}

.item_box_img a {
}

.item_box_img a:hover {
}

.item_box_img img {
}

.item_box_title {
}

.item_box_title p {
	margin: 18px 0px 10px;
}

.item_box_title a {
}

.item_box_title a:hover {
}

.item_box_price {
}

.item_box_price p {
	margin: 0;
}

.item_box_price p small {
}

.mode_item_slider {
	position: relative;
}

.mode_item_slider .item_box_part {
	width: 180px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
}

section.top_new_arrival {
	background-color: #F7F9FC;
	padding: 60px 0 70px;
	overflow: hidden;
}

.newitemarrow.swiper-button-prev {
	background: none;
	left: -40px;
}

.newitemarrow.swiper-button-prev::after {
	display: none;
}

.newitemarrow.swiper-button-next {
	background: none;
	right: -40px;
}

.newitemarrow.swiper-button-next::after {
	display: none;
}

.top_new_arrival .item_box_wrap {
	margin-bottom: 42.5px;
}

.d_btn_wrap {
	text-align: center;
}

a.d_btn {
	background-color: #000;
	display: block;
	margin: auto;
	width: 275px;
	max-width: 100%;
	color: #fff;
	line-height: 1.5;
	font-size: 15px;
	padding: 8px;
	border: 1px solid #000;
	text-align: center;
}

a.d_btn:hover {
	background-color: #fff;
	color: #000;
}


/* 特集 */
section.top_feature {
	padding: 60px 0 70px;
}

.d_title_wrap.with_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.d_title_btn .d_btn {
	width: 175px;
}

ul.feature_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

ul.feature_list li {
	width: calc(20% - 15px * 4 / 5);
}


/* カテゴリー＆ブランド */
section.category_brand {
	background-color: #F7F9FC;
	padding: 65px 0 80px;
}

ul.exp_tabs {
	display: flex;
	justify-content: center;
	font-size: 30px;
	line-height: 1.4;
	gap: 33px;
	margin-bottom: 36px;
}

ul.exp_tabs li {
}

ul.exp_tabs li span {
	cursor: pointer;
	padding-bottom: 5px;
}

ul.exp_tabs li.active span {
	border-bottom: 1px solid currentcolor;
}

ul.exp_tabs li:not(.active) {
	color: #B2BAC9;
}

ul.exp_tabs li:first-child::after {
	content: "/";
	margin-left: 33px;
	color: #B2BAC9;
	font-weight: 300;
}

ul.top_category_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

ul.top_category_list > li {
	width: calc(20% - 15px * 4 / 5);
	background-color: #fff;
	text-align: center;
}

ul.top_category_list > li > a {
	padding: 16px 16px 19px;
	display: block;
	border: 1px solid #E8E8E8;
}

ul.top_category_list > li > a:hover {
	border: 1px solid currentcolor;
}

ul.top_category_list > li > a:hover img {
	opacity: 1;
}

.top_category_name {
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 2.6em;
}

a:hover .top_category_name {
	/* color: #2855A6; */
}

.top_category_image {
	width: 100%;
	max-width: 170px;
	margin: auto;
}

.top_category_image img {
	aspect-ratio: 1/1;
	object-fit: contain;
}

.pick_up_top_brand_list_wrap {
	margin-top: 50px;
	margin-bottom: 60px;
}

.pick_up_top_brand_title h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}

ul.pick_up_top_brand_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.pick_up_top_brand_list > li {
	width: calc(100% / 6 - 15px * 5 / 6);
}

.pick_up_top_brand_list > li a {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #E8E8E8;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	height: 5em;
}

.pick_up_top_brand_list > li a:hover {
	border: 1px solid currentcolor;
}

ul.all_brand_tab {
	justify-content: center;
	font-size: 20px;
	gap: 8px 0;
}

ul.all_brand_tab li {
	cursor: pointer;
}

ul.all_brand_tab span {
	display: block;
	padding: 0 8px;
}

.all_brand_tab li:not(.active) {
	color: #B2BAC9;
}

ul.all_brand_tab li:hover {
	color: #05132C;
}

.all_brand_content {
	margin-top: 20px;
	margin: auto;
	max-width: 800px;
}

ul.brand_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 35px;
	justify-content: center;
	margin-top: 30px;
}

ul.brand_btns > li {
}

ul.brand_btns > li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	padding: 10px 0px 5px;
	border-bottom: 1px solid transparent
}

ul.brand_btns > li a::after {
	content: "→";
	padding-left: 7px;
	transition: 0.3s;
	position: relative;
	right: 0;
}

ul.brand_btns > li a:hover {
	border-bottom: 1px solid currentcolor;
}

ul.brand_btns > li a:hover::after {
	right: -3px;
}


/* ランキング */
.top_ranking {
	overflow: hidden;
	padding: 80px 0;
}

.top_ranking .d_title {
	color: #CBBB02;
}

ul.ranking_tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

ul.ranking_tabs li {
	max-width: 140px;
	text-align: center;
	width: 25%;
}

ul.ranking_tabs span {
	height: 40px;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	cursor: pointer;
}

ul.ranking_tabs li.active span {
	font-weight: bold;
	border-bottom: 2px solid currentcolor;
}

.rank_slider {
}

.ranking_tab_contents .swiper-button-prev {
	background: none;
	left: -40px;
}

.ranking_tab_contents .swiper-button-prev::after {
	display: none;
}

.ranking_tab_contents .swiper-button-next {
	background: none;
	right: -40px;
}

.ranking_tab_contents .swiper-button-next::after {
	display: none;
}

.item_box_wrap + .d_btn_wrap {
	margin-top: 41px;
}

.mode_item_ranking {
}

.mode_item_ranking .item_box_part {
	position: relative;
}

.mode_item_ranking .item_box_part::after {
	content: "";
	position: absolute;
	background-color: #fff;
	display: block;
	color: #C3C3C3;
	font-size: 20px;
	height: 36px;
	width: 36px;
	text-align: center;
	border-radius: 50%;
	left: -10px;
	top: -10px;
	border: 1px solid #C3C3C3;
}

.mode_item_ranking .item_box_part:nth-child(1)::after {
	content: "1";
	background-color: #CBBB00;
	border-color: #CBBB00;
	color: #fff;
}

.mode_item_ranking .item_box_part:nth-child(2)::after {
	content: "2";
	color: #fff;
	background-color: #C3C3C3;
	border-color: #C3C3C3;
}

.mode_item_ranking .item_box_part:nth-child(3)::after {
	content: "3";
	color: #fff;
	background-color: #96820E;
	border-color: #96820E;
}

.mode_item_ranking .item_box_part:nth-child(4)::after {
	content: "4";
}

.mode_item_ranking .item_box_part:nth-child(5)::after {
	content: "5";
}

.mode_item_ranking .item_box_part:nth-child(6)::after {
	content: "6";
}

.mode_item_ranking .item_box_part:nth-child(7)::after {
	content: "7";
}

.mode_item_ranking .item_box_part:nth-child(8)::after {
	content: "8";
}

.mode_item_ranking .item_box_part:nth-child(9)::after {
	content: "9";
}

.mode_item_ranking .item_box_part:nth-child(10)::after {
	content: "10";
}

.mode_item_ranking .item_box_part:nth-child(n+11)::after {
	display: none;
}

.top_recommend {
	overflow: hidden;
	padding: 0px 0 80px;
}

.item_slider_wrap {
}

.item_slider_wrap .swiper-button-prev {
	background: none;
	left: -40px;
}

.item_slider_wrap .swiper-button-prev::after {
	display: none;
}

.item_slider_wrap .swiper-button-next {
	background: none;
	right: -40px;
}

.item_slider_wrap .swiper-button-next::after {
	display: none;
}


/* ピックアップブランド */
.pick_up_brand_inner {
	gap: 4%;
	align-items: center;
}

.pick_b_img {
	width: 68.4%;
	padding: 30px 30px;
	background-color: #F5F5F5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.pick_b_exp {
	width: calc(100% - 68.4% - 4%);
}

.pick_b_img_inner {
	max-width: 513px;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	flex-direction: row-reverse;
}

.pick_b_img_main {
	width: 84%;
}

.pick_b_img_main a {
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.pick_b_img_thumbs {
	width: 12%;
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
}

.pick_b_img_thumbs a {
	display: block;
}

.pick_b_img_main img {
	width: 100%;
}

.pick_b_exp h3 {
	font-size: 22px;
	margin-top: 0;
}

.pick_b_content {
	margin-bottom: 40px;
}

.pick_b_exp a.d_btn {
	width: 100%;
}


/* ITEM NEWS */
.item_news {
	padding: 80px 0;
}

ul.item_news_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

ul.item_news_list li {
	width: calc(100% / 5 - 15px * 4 / 5);
}

.item_news .d_btn_wrap {
	margin-top: 45px;
}

.item_news_img {
	margin-bottom: 15px;
}

.item_news_exp {
}

h3.item_news_title {
	font-size: 17px;
	margin-bottom: 8px;
}

h3.item_news_title + p {
	margin-top: 0;
}

h3.item_news_title + p {
	margin-top: 0;
	font-size: 13px;
}


/* NEWS */
.top_news {
	padding: 80px 0;
	background-color: #F7F9FC;
}

.top_new_inner {
	background-color: #fff;
	padding: 50px 15px;
}

.news_message_list {
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}

.news_message {
	width: 100%;
	padding: 18px;
	border-bottom: 1px solid #C6CDD9;
	margin: 0;
}

.news_message .news_date {
	padding-right: 8px;
	border-right: 1px solid #C6CDD9;
	margin-right: 27px;
	width: 140px;
}

.news_message a {
	width: calc(100% - 187px);
}

.news_message a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.staffstart-shopify-app-container.product>div {
	margin: 0!important;
	max-width: 100%;
	overflow: hidden;
}

.staffstart-shopify-app-container .hkxvDD {
	display: grid;
	grid-template-columns: repeat(10,1fr);
}


/* 実店舗紹介 */
.top_shop_information {
	padding: 80px 0;
}

.shop_info_inner {
	gap: 5%;
	align-items: center;
}

.shop_info_exp {
	width: calc(100% - 700px - 5%);
}

.shop_info_point {
	color: #2855A6;
}

.shop_info_point h3 {
	font-size: 20px;
}

.shop_info_point p {
	margin: 5px 0;
}

.shop_info_point {
	color: #2855A6;
	margin-bottom: 10px;
}

.d_btn_wrap a {
	max-width: 100%;
	margin-top: 50px;
	width: 305px;
}

.shop_info_exp .d_btn_wrap a {
	max-width: 100%;
	margin: 40px 0 0;
	width: 305px;
}


/* Instagram */
.top_instagram h2.d_title {
	align-items: center;
	gap: 10px;
}

.top_instagram_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.top_instagram_list li {
	width: calc(100% / 5 - 15px * 4 / 5 );
}


/* Checked Items */
.checked_items {
	padding: 80px 0 0;
}

.item_box_list.checked_item_list {
	gap: 15px;
}

.item_box_list.checked_item_list .item_box_part {
	width: calc(100% / 6 - 15px * 5 / 6);
}







/** page
===================================*/
.fs-l-main {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h1.fs-c-heading.fs-c-heading--page {
	font-weight: bold;
}

.fs-body-custom .fs-l-page {
	overflow: hidden;
}

.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	max-width: 100%;
	width: 100%;
	border: 0;
}

*:not(.fs-body-top) .fs-l-main .fullWidth .container {
	padding: 0 15px;
}

.category_large_title {
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	position: relative;
	text-align: center;
	background-color: #C6CDD9;
	font-size: 30px;
	font-size: 24px;
	font-size: 20px;
	color: #fff;
	padding: 18px 15px;
	margin-bottom: 62px;
	margin-top: 15px;
}

.category_large_title h1 {
	/* font-weight: bold; */
	font-size: 32px;
}

.category_exp {
	margin-bottom: 80px;
}

.category_exp.off {
	margin-bottom: 0px;
	display: none;
}

.category_exp_inner {
	margin: auto;
	max-width: 740px;
}

.category_exp_inner p {
	line-height: 2;
}

.category_recommend {
	padding-bottom: 60px;
}

.category_recommend .item_box_price {
	color: #de1810;
}

.category_search_item {
	background: #F5F5F5;
	padding: 55px 0 0;
}

.category_search_item.off {
	display: none;
}

.category_search_item .d_title_wrap {
	margin-bottom: 0;
}

.category_search_item .d_title {
	font-size: 25px;
	color: #05132C;
}

.fs-c-subgroup::before {
	content: "SEARCH CATEGORY";
	font-size: 25px;
	color: #05132C;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

ul.category_search_item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 50px;
}

ul.category_search_item_list:empty {
	display: none;
}

ul.category_search_item_list li {
	width: calc(100% / 3 - 15px * 2 / 3);
}

.category_search_item_list li a {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	align-items: center;
	padding: 10px;
	gap: 15px;
	border: 1px solid #fff;
}

.category_search_item_list li a:hover {
	border: 1px solid currentcolor;	
}

.category_search_item_list li a:hover img {
	opacity: 1;
}

.csi_img {
	width: 120px;
}

.csi_text {
	width: calc(100% - 135px);
	font-size: 18px;
}

.cs_links_sec {
	padding: 60px 0 25px;
}

ul.base_arrow_links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.base_arrow_links li {
	width: calc(100% / 4 - 10px * 3 / 4);
}

ul.base_arrow_links li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	padding: 10px 15px;
	border: 1px solid #fff;
	background-color: #fff;
}

ul.base_arrow_links li a::after {
	content: "→";
	padding-left: 7px;
	transition: 0.3s;
	position: relative;
	right: 0;
}

ul.base_arrow_links li a:hover {
	border: 1px solid currentcolor;
}

ul.base_arrow_links li a:hover::after {
	right: -3px;
}

.fs-c-subgroup {
	position: relative;
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	overflow: hidden;
	background: #F5F5F5;
	padding: 30px 15px 30px;
	margin: 0 0 50px;
}

.fs-c-subgroup > * {
	max-width: 1200px;
	margin: auto;
}

.fs-c-subgroup .fs-c-listControl:first-of-type {display:none;}

ul.fs-c-subgroupList {
	gap: 10px;
}

.fs-c-subgroupList > li {
	flex-grow: unset;
	width: calc(100% / 4 - 10px * 3 / 4);
	box-sizing: border-box;
	margin: 0;
	flex-basis: auto;
}

.fs-c-subgroupList__link {
	background-color: #fff;
	transition: 0.3s;
	border: 1px solid #ddd;
	padding: 12px;
	font-size: 15px;
}

.fs-c-subgroupList__link.no_arrow::after {
	display: none;
}

.fs-c-subgroupList__link:hover {
	background-color: #fff;
	border-color: currentColor;
}

ul.upper_wrap {
	width: 300px;
	max-width: 100%;
}

.category_pickup_brand {
	margin-top: 80px;
	border-top: 1px solid #05132C;
	padding-top: 60px;
	padding-bottom: 80px;
}

.category_pickup_brand .d_title {
	color: #05132C;
}

p.d_title_caption {
	text-align: center;
}

ul.category_pickup_brand_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

ul.category_pickup_brand_list li {
	width: calc(100% / 4 - 15px * 3 / 4);
}

ul.category_pickup_brand_list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	height: 64px;
	border: 1px solid #C6CDD9;
	color: #05132C;
}

ul.category_pickup_brand_list li a:hover {
	border: 1px solid #05132C;
}

.mode_blue {
	background-color: #F7F9FC;
}

.mode_blue .item_news {
	padding-top: 50px;
}

/** 960グリッド
===================================*/
@media screen and (min-width: 960px) {
.fs-c-productList__list {
	display: grid;
	grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
	grid-gap: 0px;
}
}/* @media */



/** product
===================================*/
@media screen and (min-width: 960px) {
.fs-l-product2 .fs-l-productLayout {
	grid-template-columns: calc(55.1% - 2.5%) calc(44.9% - 2.5%);
	grid-gap: 5%;
}
}/* @media */

main.fs-l-main.fs-l-product2 {
	padding-top: 20px;
}

.fs-c-breadcrumb__list a {
	text-decoration: underline;
}

.fs-c-breadcrumb__list a:hover {
	text-decoration: none;
}


/* 商品画像 */
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	position: relative;
}

.fs-c-productMainImage__image {
	display: none;
}

.fs-c-productThumbnail {
	display: none;
}

.fs-c-productMainImage {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
	padding: 0;
	background-color: #fff;
	width: 100%;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer button:hover {
	opacity: 1;
	text-decoration: none;
}

.productSwiper .swiper-button-next, .productSwiper .swiper-button-prev {
	color: currentColor;
}

.productSwiper .swiper-button-next::after, .productSwiper .swiper-button-prev::after {
	font-size: 20px;
}

.productSwiper .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	bottom: 0;
	position: relative;
	margin-top: 16px;
}

.productSwiper .swiper-pagination span.swiper-pagination-bullet {
	display: flex;
	flex-wrap: wrap;
	border: 0;
	background: none;
	width: calc(100% / 6 - 16px * 5 /6);
	height: auto;
	margin: 0;
	border-radius: 0;
	border: 1px solid #eee;
	opacity: 1;
}

.productSwiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid currentcolor;
}


.fs-l-product2 .fs-l-productLayout > * > * {
	margin-bottom: 15px;
}

.fs-c-productMark {
	gap: 5px;
}

span.fs-c-productMark__label {
	font-size: 16px;
	font-weight: bold;
}

span.fs-c-productNameHeading__copy {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

span.fs-c-productNameHeading__name {
	font-size: 22px;
	line-height: 1.5;
}

.fs-c-productNumber {
	border: 0;
	padding: 0;
	font-size: 14px;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
	margin-top: 15px;
	margin-bottom: 1px;
}

.fs-c-productPrice.fs-c-productPrice--listed {
	font-size: 15px;
	margin-bottom: 3px;
}

.fs-c-productPrice.fs-c-productPrice--listed {
	opacity: 0.6;
	font-size: 0.9em;
}

.fs-c-productPrice.fs-c-productPrice--selling {
	color: #de1810;
}

.fs-c-productPrice--selling span.fs-c-price__currencyMark {
	font-weight: bold;
	color: #de1810;
}

.fs-c-productPrice--selling span.fs-c-price__value {
	font-weight: bold;
	color: #de1810;
	font-size: 29px;
}

.fs-c-productPrice--selling span.fs-c-productPrice__addon {
	color: #de1810;
}

.fs-c-productPointDisplay {
	background: none;
	color: #de1810;
	padding: 0;
	font-size: 13px;
}

.fs-c-productPointDisplay::before {
	content: "P";
	background-color: #de1810;
	display: inline-block;
	text-align: center;
	width: 1em;
	color: #fff;
	border-radius: 50%;
	padding: 2px;
}

.fs-c-productQuantityAndWishlist {
	margin-top: 30px;
}

.fs-c-productQuantityAndWishlist__quantity select {
	padding: 11px;
	font-size: 16px;
	width: 60px;
	-webkit-appearance: menulist;
	cursor: pointer;
}

.fs-c-productQuantityAndWishlist__wishlist {
	padding: 0;
	min-width: 235px;
}

.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail {
	box-shadow: none;
	font-size: 16px;
	padding: 8px 20px;
}

.fs-c-productActionButton.fs-c-buttonContainer {
	padding: 5px 0 5px;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary {
	background-color: #de1810;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary span::before {
	content: url(/assets/img/cart_mark.svg);
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
	padding: 0;
}

button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
	background: #ffffff;
	border: 1px solid #C6CDD9;
	border-radius: 0px;
	color: #54627C;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 14px;
	/* box-shadow: 0 0 2px #b2b2b2; */
	display: flex;
	width: 100%;
	justify-content: center;
}

.item_detail_box_wrap {
	padding-top: 15px;
}

.item_detail_box {
	border-top: 1px solid currentColor;
}

.item_detail_box_inner {
	padding: 20px 18px;
}

.item_detail_toggle_title {
	font-size: 16px;
	font-weight: bold;
}

.item_detail_exp {
	padding: 20px 0 0;
	font-size: 14px;
}

.item_detail_exp.opened {
	display: block;
}

.item_detail_exp p {
	margin: 0;
}

.item_detail_exp p:empty {
	display: none;
}

.item_detail_exp p + p {
	margin-top: 1em;
}

.zaico_check {
	margin-bottom: 1em;
}

.item_detail_toggle_title.plus_toggle::before, .item_detail_toggle_title.plus_toggle::after {
	right: 0;
}

.zaico_check em {
	display: block;
}

.zaico_disactive {
	display: none;
}

span.zaico_at {
	color: #de1810;
}

ul.payment_info_list {
	padding: 10px 0 0;
}

ul.payment_info_list li {
	position: relative;
	padding-left: 1.2em;
	padding: 3px 0 3px 0;
}

/* ul.payment_info_list li::before {
	content: "●";
	color: #077FCF;
	top: 1.1em;
	left: 0;
	font-size: 0.5em;
	position: absolute;
} */

img.pey_1 {
	width: 180px;
}

li.pay_qr {
	margin-top: 5px;
}

li.pay_qr img {
	max-width: 100px;
	max-height: 30px;
}

img.pay_2 {
	margin-right: 20px;
}

img.pay_5 {
	width: 250px;
}

ul.payment_info_list li span {
	display: inline-block;
	border: 1px solid #333;
	padding: 2px 10px;
	margin-top: 5px;
}

span.pi_amazon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.item_detail_exp table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

.item_detail_exp table th {
	border: 0;
	font-weight: bold;
	border-right: 1px solid #E0E0E0;
	width: 90px;
	text-align: left;
	padding: 10px 0;
	vertical-align: top;
}

.item_detail_exp table td {
	border: 0;
	text-align: left;
	padding: 10px 20px;
	vertical-align: top;
}

.attention_info .item_detail_exp table td {
	padding: 10px 0;
	font-size: 13px;
}

a.fs-c-button--addReview--detail.fs-c-button--plain {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #05132C;
	border: 2px solid #E0E0E0;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 16px;
}

a.fs-c-button--addReview--detail.fs-c-button--plain:hover {
	text-decoration: none;
	border: 2px solid #05132C;
	opacity: 1;
}

.fs-c-returnedSpecialContract {
	padding: 0;
	margin-top: -20px;
}

.fs-c-returnedSpecialContract__link {
	text-align: right;
	font-size: 13px;
}

.item_recommend_wrap {
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	position: relative;
	border-top: 1px solid currentColor;
	margin-top: 40px;
}

section.item_recommend {
	margin-top: 68px;
}

h4.item_recommend_title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.item_box_list.mode_item_recommend.item_detail_rec_list {
	width: 100%;
	display: block;
}

.item_detail_rec_list_inner.flbox {
	gap: 32px 14px;
}

.item_detail_rec_list_inner .item_box_part {
	width: calc(100% / 6 - 14px * 5 / 6);
}

.item_footer_text {
	margin: 60px 0;
	font-size: 13px;
	padding: 20px;
	border: 1px solid currentColor;
}

.item_footer_text h4 {
	font-weight: bold;
	margin: 20px 0 8px;
}

.item_footer_text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
}

.payment_info_list_box {
	padding-top: 10px;
	/* background-color: #f7f7f7; */
	/* padding: 15px;
	border: 1px solid #000; */
	width: fit-content;
	margin-top: 15px;
}

.payment_info_list_box img {
	width: 250px;
	max-width: 100%;
}



/** product_category
===================================*/
.fs-c-breadcrumb__list {
	padding: 0 15px;
	max-width: 1230px;
	margin: 0 auto 20px;
}

.fs-c-breadcrumb__list {
	margin-bottom: 3px;
	font-size: 11px;
}

.fs-c-productList__list__item {
}

.fs-c-productList__list__item span.fs-c-productMark__label {
	font-size: 12px;
}

.fs-c-productListItem span.fs-c-productMark__label {
	font-size: 12px;
}

.fs-c-productListItem__productName {
	line-height: 1.4;
}

.fs-c-button--plain {
	color: #111;
}

.fs-c-productList__list__item .fs-c-productPrice.fs-c-productPrice--selling {
	/* color: #111; */
}

.fs-c-productList__list__item .fs-c-productPrice--selling span.fs-c-price__currencyMark {
	font-weight: bold;
	/* color: #111; */
}

.fs-c-productList__list__item .fs-c-productPrice--selling span.fs-c-price__value {
	font-weight: bold;
	/* color: #111; */
	font-size: 16px;
}

.fs-c-productListItem .fs-c-productPrice--selling span.fs-c-price__value {
	font-weight: bold;
	/* color: #111; */
	font-size: 16px;
}

.fs-c-productList__list__item .fs-c-productPrice--selling span.fs-c-productPrice__addon {
	/* color: #111; */
}

.fs-c-productList__list__item .fs-c-productPointDisplay {
	background: none;
	/* color: #111; */
	padding: 0;
	font-size: 13px;
}

.fs-c-productList__list__item .fs-c-productPointDisplay::before {
	content: "P";
	background-color: #111;
	display: inline-block;
	text-align: center;
	width: 1em;
	color: #fff;
	border-radius: 50%;
	padding: 2px;
}

.fs-c-sortItems__list__item.is-active {
	background: #05132C;
	color: #ffffff;
}



/** brandlist
===================================*/
.brand_all_list {
	display: flex;
	flex-wrap: wrap;
}

.brand_list_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.brand_list_title.plus_toggle {
}

.brand_all_list ul {
	padding: 10px;
}

.brand_all_list ul > li {
	margin-bottom: 5px;
}

.brand_all_list ul > li a {
}

.brand_all_list ul > li a:hover {
	text-decoration: underline;
}

.b_list {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	width: 50%;
}

.brand_all_list .top {
	display: none;
}


/** category_page
===================================*/
.category_list_page_wrap section.category_brand {
	background: none;
	padding: 30px 0;
}


.category_list_page_wrap ul.exp_tabs {
	display: none;
}

.category_list_page_wrap .container {
	padding: 0;
}


/** ranking_page
===================================*/
h3.ranking_items_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 55px;
}

.ranking_items_box {
	margin-bottom: 80px;
}

.ranking_items_box .d_btn_wrap {
	display: none;
}

.top_ranking.page_ranking {
	overflow: visible;
}



/** faq
===================================*/
h2.faq_menu_head {
	text-align: center;
}

h2.faq_menu_head img {
	display: none;
}

dt.Qicon {
	background: none;
	position: relative;
}

dt.Qicon::before {
	content: "Q";
	position: absolute;
	left: 20px;
	font-weight: normal;
	display: inline-block;
	background-color: #2957a6;
	width: 30px;
	text-align: center;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff;
	top: 4px;
	font-weight: bold;
}

div.faq_block {
	background: none;
	position: relative;
}

div.faq_block::before {
	content: "A";
	position: absolute;
	left: 20px;
	font-weight: normal;
	display: inline-block;
	background-color: #fff;
	width: 28px;
	text-align: center;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #2957a6;
	top: 4px;
	font-weight: bold;
	border: 1px solid #2957a6;
	font-size: 18px;
}

h3.faq__subhead.guide__subhead-icn img {
	display: none;
}

ul.faq__ul li {
	font-size: 14px;
}


/** 会員登録
===================================*/
.fs-p-announcement {
	margin: 32px 0;
}

h2.fs-p-announcement__title {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fs-body-register {
}

.fs-body-register .fs-p-announcement {
	text-align: center;
}

.fs-body-register h2.fs-p-announcement__title {
	padding: 10px;
}

.fs-c-accountService__page--accountDelete a.fs-c-accountService__pageLink:not(.fs_logout_link) {
	/* display: none; */
	margin-left: 1em;
}

/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/



/** WordPress
===================================*/
h1.pageTitle.h2A {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0 15px;
}

.detailPost .post_title {
	font-weight: bold;
	font-size: 20px;
}

#top_post_list.row {
	margin: 0 -15px;
}

.single_post_detail .blog_inner h2:first-of-type {
	margin-top: 0;
}

h2.wp-block-heading {
	font-weight: bold;
}

.blog_inner h3 {
	font-weight: bold;
}

.blog_inner h4 {
	font-weight: bold;
}

.detail_top_area {
	margin-bottom: 40px;
}


/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1230px) {

}/* @media */



/** small-PC1
===================================*/
@media screen and (max-width: 1278px) {
.conteiner_l {
}

.item_slider_wrap {
	width: calc(100% - 100px);
	margin: auto;
}

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1229px) {


}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1129px) {

.full_drawer_menu_trigger {
	width: 40px;
}

.header_logo {
	margin-left: 20px;
}

.header_logo img {
	width: 240px;
}

h3.drawer_part_title {
	font-size: 18px;
}

ul.d_link {
	font-size: 12px;
}

ul.base_arrow_links {
	gap: 10px;
}

ul.base_arrow_links li {
	width: calc(100% / 3 - 10px * 2 / 3);
}




}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1024px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}



/** tb-header
===================================*/
.header_inner {
	padding: 16px 15px 28px;
}


/** tb-navi
===================================*/
.drawer_part_list {
	padding: 10px 0 30px;
}

.drawer_part {
	width: 20%;
	padding: 0 2.5%;
}

.drawer_part:nth-child(1) {
	margin-left: -2.5%;
}

.drawer_part {
	width: 25%;
}

.drawer_part.v_contact_part {
	width: calc(100% + 30px);
	flex-grow: unset;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
	padding-bottom: 28px;
}

ul.d_part_sns_list {
	margin: 0;
}


/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/
.footer_box h3 {
	font-size: 18px;
}

ul.footer_menu {
	font-size: 12px;
}

.footer_info {
	font-size: 12px;
}

.f_prom_text {
	font-size: 12px;
}

/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/
.pick_b_img {
	width: 60%;
}

.pick_b_exp {
	width: calc(100% - 60% - 4%);
}

.shop_info_img {
	width: 50%;
}

.shop_info_exp {
	width: calc(100% - 50% - 5%);
}


/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */



/** Tablet-mini
===================================*/
@media screen and (max-width: 1023px) {
.header_inner {
	padding: 16px 15px 16px;
}

.header_logo img {
	width: 200px;
	top: -5px;
	position: relative;
}

.header_search_form .fs-p-searchForm__inputGroup.fs-p-inputGroup {
	width: 200px;
}

.header_icon_links_wrap {
	margin-left: 20px;
}

ul.header_icon_links.flbox {
	gap: 18px;
}







}/* @media */



/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}

.headline {
	font-size: 12px;
}

.header_inner {
	padding: 14px 15px 6px;
	align-items: center;
}

.full_drawer_menu_trigger {
	width: 30px;
	height: 17px;
}

.fdm_line--center {
	top: 8px;
}

.fdm_line--top.active {
	top: 8px;
	transform: rotate(30deg);
}

.fdm_line--bottom.active {
	bottom: 8px;
	transform: rotate(150deg);
}

.header_logo img {
	width: 160px;
	top: -8px;
	position: relative;
}

.header_right .header_search_form {
	display: none;
}

.header_right .header_search_detail {
	display: none;
}

ul.header_icon_links.flbox {
	gap: 16px;
	padding: 0;
}

.gloval__nav {
	z-index: 100;
	background-color: #fff;
}


/** sp-navi
===================================*/
ul.hos_links {
	border-top: 1px solid #E2E7EF;
	border-bottom: 1px solid #E2E7EF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0;
}

ul.hos_links li {
	width: 50%;
	text-align: center;
}

ul.hos_links li + li {
	border-left: 1px solid #E2E7EF;
}

ul.hos_links li a {
	display: block;
	font-size: 13px;
}

.hos_search_form_wrap {
	padding: 9px 15px;
}

.hos_search_form {
	flex-grow: 1;
}

.hos_search_form .fs-p-searchForm__inputGroup.fs-p-inputGroup {
	border-color: #E2E7EF;
	border-radius: 3px;
	overflow: hidden;
	font-size: 16px;
}

.hos_search_form .fs-p-searchForm__input {
	font-size: 14px;
	padding: 7px;
}

button.fs-p-searchForm__button.fs-p-inputGroup__button {
	background-color: #fff;
	border: 0;
	height: 34px;
	background-image: url(/assets/img/search_btn_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
}

button.fs-p-searchForm__button.fs-p-inputGroup__button::before {
	display: none;
}

.hos_search_form .fs-p-searchForm__input:focus::placeholder {
	color: transparent;
}

.full_drawer {
	position: absolute;
	height: calc(100dvh - 54px - 28.4px);
}

.g_sticky .full_drawer {
	height: calc(100dvh - 54px);
}

.full_drawer_inner {
	height: 100%;
	overflow: auto;
}

.drawer_checked_item {
	padding: 10px 15px 10px;
	/* border-bottom: 1px solid #DEE3ED; */
}

h3.drawer_checked_item_title {
	font-size: 16px;
	color: #54627C;
	margin-bottom: 10px;
}

.drawer_checked_item_inner {
}

.drawer_checked_item {
}

.drawer_checked_item .item_box_inner {
	overflow: scroll;
	padding-bottom: 15px;
}

.drawer_checked_item .item_box_list {
	gap: 8px;
	flex-wrap: nowrap;
	width: max-content;
}

.drawer_checked_item .item_box_part {
	width: 100px;
}

.drawer_checked_item .item_box_title {
	display: none;
}

.drawer_checked_item .item_box_price {
	display: none;
}

.full_drawer_inner .container {
	padding: 0;
}

.drawer_part_list {
	padding: 0px 0 20px;
	border-top: 1px solid #DEE3ED;
}

.drawer_part {
	width: 100%;
	border: 0;
	padding: 0;
}

.drawer_part {
	padding: 17px 15px 17px;
	border-bottom: 1px solid #DEE3ED;
}

.drawer_part:nth-child(1) {
	margin-left: 0;
}

.drawer_part.v_contact_part {
	width: 100%;
}

.drawer_part h3 {
	font-size: 20px;
	margin-bottom: 0;
}

ul.d_link {
	display: none;
	padding-top: 20px;
	font-size: 13px;
}

ul.d_link li {
	margin-bottom: 10px;
}

.d_part_info {
	padding-top: 20px;
	display: none;
	font-size: 13px;
}

.fd_part_sns {
	padding-top: 12px;
}

/* 展開でプラスマイナス付与 */
.drawer_part h3 {
	position: relative;
	cursor: pointer;
	width: 100%;
}

.drawer_part h3::before, .drawer_part h3::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: currentcolor;
	transition: 0.3s;
}

.drawer_part h3::after {
	transform: rotate(90deg);
}

.drawer_part h3.opened::before {
	opacity: 0;
}

.drawer_part h3.opened::after {
	transform: translateY(-50%) rotate(180deg);
}

.drawer_part.v_contact_part {
	width: calc(100%);
	padding: 16px 15px 15px;
	gap: 0;
	margin: 0;
}

.drawer_part .fd_part_sns {
	padding-top: 12px;
	display: none;
}

.d_part_sns_wrap .fd_part_sns {
	padding-top: 0;
	padding-bottom: 50px;
}

ul.d_part_sns_list {
	justify-content: center;
	font-size: 26px;
	gap: 20px;
}

.d_part_sns_list a {
	color: #54627C;
}


/** sp-eyecatch
===================================*/
.swiper.main_slider {
	padding-bottom: 45px;
}

.main_slider_wrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
}

.main_slider .swiper-slide img {
	width: 100vw;
}

.swiper.main_slider .swiper-pagination-bullet {
	width: 25px;
	height: 4px;
}


/** sp-contents_all
===================================*/



/** sp-side
===================================*/



/** sp-footer
===================================*/
.footer {
	padding: 30px 0 32px;
}

.footer_box {
	width: 100%;
}

.footer_box:last-child {
	width: 100%;
}

.footer_box h3 {
	font-size: 20px;
	margin-bottom: 0;
}

ul.footer_menu {
	display: none;
	padding-top: 20px;
	font-size: 13px;
}

ul.footer_menu li {
	margin-bottom: 10px;
}

.footer_box {
	padding: 0 0 24px;
}

.footer_info {
	padding-top: 20px;
	display: none;
	font-size: 13px;
}

.footer_sns {
	padding-top: 12px;
}

.f_prom_img {
	width: 50px;
}

.f_prom_box {
	gap: 14px;
}

.f_prom_box + .f_prom_box {
	margin-top: 18px;
}

/* 展開でプラスマイナス付与 */
.footer_box h3 {
	position: relative;
	cursor: pointer;
}

.footer_box h3::before, .footer_box h3::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: currentcolor;
	transition: 0.3s;
}

.footer_box h3::after {
	transform: rotate(90deg);
}

.footer_box h3.opened::before {
	opacity: 0;
}

.footer_box h3.opened::after {
	transform: translateY(-50%) rotate(180deg);
}


/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/
/* 重要なお知らせ */
section.category_brand {
	overflow: hidden;
}

.ip_message {
	font-size: 13px;
}

.ip_message a {
	text-overflow: ellipsis;
	height: 3em;
	overflow: hidden;
}


/* 新着商品 */
section.top_new_arrival {
	padding: 50px 0 50px;
}

.d_title_wrap {
	margin-bottom: 20px;
}

.d_title {
	font-size: 25px;
}

.item_box_wrap {
	width: 100%;
	margin-right: -15px;
}

.mode_item_slider .item_box_part {
	width: 135px;
}

.mode_item_ranking .item_box_part::after {
	font-size: 12px;
	width: 22px;
	height: 22px;
}

.item_slider_wrap .swiper-button-prev img, .item_slider_wrap .swiper-button-next img {
	width: 10px;
	height: 20px;
}

.item_slider_wrap .swiper-button-prev {
	background: none;
	left: -30px;
}

.item_slider_wrap .swiper-button-next {
	background: none;
	right: 0px;
}

.top_new_arrival .item_box_wrap {
	width: 100%;
	margin-bottom: 35px;
	margin-right: 0;
}

.top_new_arrival .swiper-wrapper {
	flex-wrap: wrap;
	gap: 20px 15px;
}

.top_new_arrival .mode_item_slider .item_box_part {
	width: calc(50% - 15px * 1 / 2);
}

.top_new_arrival .mode_item_slider .item_box_part:nth-child(n+7) {
	display: none;
}

.item_box_title p {
	margin: 10px 0 6px;
	font-size: 13px;
}

.newitemarrow.swiper-button-prev, .newitemarrow.swiper-button-next {
	display: none;
}

.item_box_wrap + .d_btn_wrap {
	margin-top: 35px;
}

.d_btn_wrap a {
	margin-top: 35px;
	width: 200px;
}


/* 特集 */
section.top_feature {
	padding: 50px 0 50px;
}

.top_feature .d_title_btn {
	display: none;
}

.top_feature .d_title_wrap.with_btn {
	justify-content: center;
}

ul.feature_list li {
	font-size: 12px;
	width: calc(50% - 15px * 1 / 2);
	line-height: 1.5;
}

.feature_list_exp p {
	margin-bottom: 0;
}

ul.feature_list li:nth-child(n+5) {
	display: none;
}


/* category and brand */
section.category_brand {
	padding: 50px 0 50px;
}

ul.exp_tabs {
	display: flex;
	justify-content: center;
	font-size: 20px;
	line-height: 1.4;
	gap: 15px;
	margin-bottom: 27px;
}

ul.exp_tabs li:first-child::after {
	margin-left: 15px;
}

ul.top_category_list > li {
	width: calc(50% - 15px * 1 / 2);
}

ul.top_category_list > li > a {
	padding: 15px 15px 15px;

}

.top_category_name {
	font-size: 14px;
}

.pick_up_top_brand_list_wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pick_up_top_brand_title h3 {
	text-align: center;
	font-size: 20px;
}

.pick_up_top_brand_list > li {
	width: calc(100% / 3 - 15px * 2 / 3);
}

.pick_up_top_brand_list > li a {
	font-size: 13px;
	line-height: 1.5;
}

ul.brand_btns {
	gap: 0px 25px;
}

ul.brand_btns > li a {
	font-size: 14px;
}

ul.all_brand_tab {
	justify-content: center;
	font-size: 22px;
	gap: 12px;
}

ul.brand_btns {
	gap: 5px 30px;
}

ul.brand_btns > li a {
	font-size: 16px;
}


/* ランキング */
.top_ranking {
	overflow: hidden;
	padding: 50px 0;
}

ul.ranking_tabs {
	margin-bottom: 20px;
}

ul.ranking_tabs li span {
	font-size: 13px;
	height: 34px;
}

.item_slider_wrap .swiper-wrapper {
	padding-right: 30px;
}


/* レコメンド */
.top_recommend {
	overflow: hidden;
	padding: 0px 0 50px;
}

/* ピックアップブランド */
.pick_up_brand {
}

.pick_up_brand {
	border-top: 1px solid #333;
	padding: 50px 0;
}

.pick_up_brand .d_title.v_left {
	text-align: center;
	justify-content: center;
}

.pick_up_brand_inner {
	gap: 24px;
}

.pick_b_img {
	width: 100%;
	padding: 30px 50px;
}

.pick_b_img_inner {
	max-width: 100%;
	flex-direction: row;
	gap: 10px;
}

.pick_b_img_main {
	width: 100%;
}

.pick_b_img_thumbs {
	width: 100%;
}

.pick_b_img_thumbs {
	width: 100%;
	gap: 10px;
	flex-wrap: nowrap;
	flex-direction: row;
}

.pick_b_img_thumbs a {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	max-width: calc(33.333% - 10px * 2 / 3);
}

.pick_b_exp {
	width: 100%;
}

.pick_b_content {
	margin-bottom: 0px;
}

.pick_b_exp a.d_btn {
	width: 200px;
	margin-top: 28px;
}


/* ITEM NEWS */
.item_news {
	padding: 10px 0 50px;
}

ul.item_news_list li {
	width: calc(100% / 2 - 15px * 1 / 2);
}

.item_news_img {
	margin-bottom: 12px;
}

h3.item_news_title {
	font-size: 17px;
	margin-bottom: 6px;
}

h3.item_news_title + p {
	margin-top: 0;
	font-size: 12px;
}

ul.item_news_list li:nth-child(n+5) {
	display: none;
}

.item_news .d_btn_wrap {
	margin-top: 0px;
}


/* NEWS */
.top_news {
	padding: 15px 0;
	background-color: #F7F9FC;
}

.top_new_inner {
	background-color: #fff;
	padding: 35px 15px;
}

.news_message {
	padding: 18px 0;
	font-size: 13px;
}

.news_message:first-child {
	padding-top: 3px;
}

.news_message .news_date {
	padding-right: 8px;
	margin-right: 10px;
	width: 90px;
}

.news_message a {
	width: calc(100% - 100px);
	text-overflow: ellipsis;
	height: 3em;
	overflow: hidden;
}


/* shop */
.top_shop_information {
	padding: 50px 0;
}

.shop_info_inner {
	gap: 0;
}

.shop_info_img {
	width: 100%;
	margin-bottom: 15px;
}

.shop_info_exp {
	width: 100%;
}

.shop_info_p {
	font-size: 13px;
}

.shop_info_exp .d_btn_wrap a {
	width: 200px;
	margin: 20px auto 0;
}


/* instagram */
.top_instagram_list {
	gap: 6px;
}

.top_instagram_list li {
	width: calc(100% / 3 - 6px * 2 / 3 );
}


/* chekced items */
.checked_items {
	padding: 50px 0 0;
}

.checked_items .d_title {
	color: #54627C;
}








/** sp-page
===================================*/
.category_large_title {
	font-size: 16px;
	padding: 16px 15px;
	margin-top: 10px;
}

.category_large_title {
	margin-bottom: 20px;
}

.category_large_title h1 {
	font-size: 20px;
	font-weight: bold;
}

.fs-l-main {
	padding: 0 15px;
}

.category_exp {
	margin-bottom: 30px;
}

ul.category_search_item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.category_search_item_list li {
	width: 100%;
}

.csi_img {
	width: 76px;
}

.csi_text {
	width: calc(100% - 92px);
	font-size: 16px;
}

ul.base_arrow_links li {
	width: 100%;
}

.fs-c-subgroup::before {
	margin-bottom: 16px;
}

.fs-c-subgroupList > li {
	width: calc(50% - 5px);
	box-sizing: border-box;
	margin: 0;
}

.fs-c-subgroupList__link {
	font-size: 14px;
}

.cs_links_sec {
	padding: 40px 0 0px;
}

.category_pickup_brand {
	margin-top: 40px;
	padding-top: 32px;
	padding-bottom: 40px;
}

ul.category_pickup_brand_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.category_pickup_brand_list li {
	width: calc(100% / 2 - 10px * 1 / 2);
}

ul.category_pickup_brand_list li a {
	height: 50px;
}


/** sp-product
===================================*/
main.fs-l-main.fs-l-product2 {
	padding-top: 0;
}

.productSwiper .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	bottom: 0;
	position: relative;
	margin-top: 10px;
}

.productSwiper .swiper-button-next {
	right: 0;
}

.productSwiper .swiper-button-prev {
	left: 0;
}

.productSwiper .swiper-pagination span.swiper-pagination-bullet {
	width: calc(100% / 6 - 10px * 5 /6);
}


.fs-l-product2 .fs-l-productLayout > * > * {
	margin-bottom: 8px;
}

span.fs-c-productMark__label {
	font-size: 14px;
	font-weight: bold;
}

h1.fs-c-productNameHeading.fs-c-heading {
	margin: 12px 0 10px;
}

span.fs-c-productNameHeading__name {
	font-size: 18px;
	line-height: 1.5;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
	margin-top: 10px;
	margin-bottom: 1px;
}

.fs-c-productQuantityAndWishlist {
	margin-top: 20px;
}

.fs-c-productQuantityAndWishlist__quantity {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	align-self: baseline;
}

.fs-c-productQuantityAndWishlist__quantity select {
	margin: 0;
}

.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail {
	box-shadow: none;
	font-size: 15px;
	padding: 8px 20px;
	width: 100%;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
}

.fs-c-productQuantityAndWishlist__quantity {
	align-self: auto;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary {
	width: 100%;
	padding: 13px 10px;
}

.item_detail_box_wrap {
	padding-top: 20px;
}

.item_detail_box_inner {
	padding: 20px 15px;
}

.item_recommend_wrap {
	margin-top: 30px;
}

section.item_recommend {
	margin-top: 48px;
}

.item_recommend_wrap {
}

.item_box_wrap.item_detail_rec .item_box_inner {
	margin-right: -15px;
}

.item_box_list.mode_item_recommend.item_detail_rec_list {
	overflow: scroll;
	display: block;
	/* margin-right: -15px; */
	padding-right: 15px;
	padding-bottom: 10px;
}

.item_detail_rec_list_inner.flbox {
	gap: 32px 10px;
	flex-wrap: nowrap;
	width: fit-content;
}

.item_detail_rec_list_inner .item_box_part {
	width: 130px;
}

.item_footer_text {
	margin: 40px 0 0;
}


/** sp-product_category
===================================*/
ol.fs-c-breadcrumb__list.fs-c-breadcrumb__list--subgroup {
	display: none;
}




/** sp-single
===================================*/
#single_post_list {
	margin-bottom: 0;
	padding-bottom: 0;
}


/** sp-category
===================================*/



/** sp-search
===================================*/



/** sp-404
===================================*/



/** brand
===================================*/
#fs_CustomPage .fs-l-pageMain {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding-top: 24px;
}

.b_list {
	width: 100%;
}

.brand_all_list ul {
	display: none;
}

.brand_list_title.plus_toggle {
	margin-bottom: 0;
	padding-left: 10px;
}


/** ranking_page
===================================*/
h3.ranking_items_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 36px;
}

.ranking_items_box {
	margin-bottom: 50px;
}


/** my-page
===================================*/
h1.fs-c-heading.fs-c-heading--page {
	margin-top: 20px;
}

.fs-c-accountService__page {
	width: 31%;
	flex-basis: 31%;
}

.fs-c-accountService {
	margin-bottom: 36px;
}

li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
	display: block;
}

a.fs_logout_link.fs-c-accountService__pageLink {
	width: 100%;
	display: block;
}

.fs-c-accountService__page--accountDelete a.fs-c-accountService__pageLink:not(.fs_logout_link) {
	margin: 5px 0px;
	display: block;
}



}/* @media */







