﻿@charset "UTF-8";
/*===============================header-alert================================*/
.header-alert {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.1rem;
	text-decoration: none;
	padding: 0 1em;
}
.header-alert div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-alert p {
	display: inline-block;
	padding-right: 1.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-alert span {
	display: inline-block;
	color: #007AB8;
	text-decoration: underline;
	letter-spacing: 0.03em;
}
.header-alert__wrap>img {
	height: 16px;
}
.header-alert__wrap>p {
	background: none;
	padding-left: 10px;
}
/*===============================hader================================*/
header {
	display: flex;
	justify-content: center;
	width: 100vw;
	min-width: 320px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
	height: 64px;
	transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
  top: 0;
	z-index: 10;
  position: relative;
}
body.page-top header{
	top: 0 !important;
}
body:not(.page-top) header{
	position: fixed;
}
header.is-fixed{
  position: fixed;
	top: 0;
	left: 0;
}
header.disable {
	/*transform: translate(0, -80px);
	*/
	transform: translate(0, 0);
	/*2024.06*/
}
.pane-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	min-width: 1240px;
	max-width: 1700px;
}
header.bg {
	background-color: rgba(255, 255, 255, 1);
}
.header-alert+header {
	top: 40px;
}
header a {
	text-decoration: none;
}
header #header_menu {
	position: absolute;
	top: 0;
	left: 0;
}
/* カート系ページ */
.pane-sub-header {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	border-bottom: 1px #EEEEEE solid;
}
.pane-sub-header .pane-header-inner {
	width: 92vw;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: initial;
	max-width: initial;
}
.pane-sub-header a,.pane-sub-header .nolink {
	display: block;
}
.pane-sub-header .block-header-logo-sports {
	width: 130px;
	padding: 0 20px 0 0;
	border-right: 1px solid #000;
	box-sizing: border-box;
}
.pane-sub-header .block-header-logo-sports img {
	height: 26px;
	max-width: 100%;
	display: block;
}
.pane-sub-header .block-header-brandsite-list {
	width: calc(100% - 130px);
	padding-left: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}
.pane-sub-header .block-header-brandsite-list li {
	width: 33%;
	max-width: 84px;
	padding: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.pane-sub-header .block-header-brandsite-list li a,.pane-sub-header .block-header-brandsite-list li .no-link {
	display: flex;
}
.pane-sub-header .block-header-brandsite-list img {
	max-width: 100%;
}
.pane-sub-header.ver-order .pane-header-inner {
	justify-content: flex-start !important;
}
.pane-sub-header.ver-order .block-header-logo-sports {
	border: none !important;
}
.pane-sub-header.ver-order .block-header-brandsite-list {
	display: none !important;
}
.page-cart .pane-sub-header.ver-order .pane-header-inner {
	justify-content: center !important;
}
.page-cart .pane-sub-header.ver-order .block-header-logo-sports {
	border-right: 1px solid #000 !important;
}
.page-cart .pane-sub-header.ver-order .block-header-brandsite-list {
	display: flex !important;
}
/* グローバルナビ */
.header-mainnav {
	display: flex;
	padding-left: 40px;
}
.block-header-logo {
	display: flex;
	align-items: center;
	height: 64px;
	margin: 0;
	padding: 0;
}
.block-header-logo a {
	display: flex;
	align-items: center;
}
.block-header-logo a img {
	width: 120px;
	height: auto;
}
.pane-sub-header .block-header-logo--img {
	width: auto;
	height: 22px;
}
/* ユーザーナビ */
.block-user-nav {
	position: absolute;
	top: 0;
	right: 0;
}
.block-user-nav ul {
	display: flex;
	padding-right: 8px;
}
.block-user-nav li {
	width: 40px;
	height: 64px;
	margin-left: 5px;
}
.block-user-nav li a {
	position: relative;
	display: block;
	height: 64px;
	background-repeat: no-repeat;
}
.block-user-nav--search a {
	background-image: url(../../img/usr/sb/header/ico_search.png);
	background-size: 19px auto;
	background-position: 14px 23px;
}
.block-user-nav--cart a {
	background-image: url(../../img/usr/sb/header/ico_cart.png);
	background-size: 18px auto;
	background-position: 8px 21px;
}
.block-headernav--cart-count {
	position: absolute;
	font-family: 'primaryfont', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', -apple-system, BlinkMacSystemFont, sans-serif;
	text-indent: 0 !important;
	white-space: normal !important;
	top: 11px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-color: #007AB8;
	color: #fff;
	line-height: 17px;
	padding-top: 3px;
	text-align: center;
	font-size: 1.0rem;
	border-radius: 50%;
	z-index: 2;
}
/* 検索 */
.remodal-overlay.header_search {
	background: rgba(0, 0, 0, 0.75) !important;
	opacity: 1 !important;
}
.remodal-wrapper.header_search {
	padding: 0px 5.5vw 0px 5.5vw;
}
.header_search .remodal {
	color: #000000 !important;
	background-color: #ffffff !important;
	border-radius: 4px;
	text-align: left;
	padding: 56px 20px 56px 20px;
}
.block-user-nav-modal--form p {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 15px;
}
.block-user-nav-modal--form form {
	position: relative;
	height: 48px;
	background-color: #F5F5F5;
	border-radius: 30px;
	display: flex;
}
.block-user-nav-modal--form form input[type="text"] {
	flex: 1;
	background: none;
	border: none;
	line-height: 48px;
	padding: 0 1em 0 20px;
}
.block-user-nav-modal--form form button {
	position: relative;
	width: 55px;
	background: none;
	border: none;
	background-image: url(../../img/usr/sb/header/ico_search.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 17px 14px;
}
.block-user-nav-modal--form form button:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 1px;
	height: 24px;
	background-color: #D8D8D8;
}
.block-user-nav-modal--form form>div {
	position: absolute;
	top: 48px !important;
	left: 0 !important;
	width: 100%;
}
.block-user-nav-modal--word {
	margin-top: 30px;
}
.block-user-nav-modal--word p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 14px;
}
.block-user-nav-modal--word ul {
	display: flex;
	flex-wrap: wrap;
}
.block-user-nav-modal--word li {
	margin-right: 5px;
	margin-bottom: 8px;
}
.block-user-nav-modal--word a {
	display: inline-block;
	padding: 9px 12px 9px 12px;
	color: #007AB8;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	background-color: #F5F5F5;
	border-radius: 4px;
}
.remodal-wrapper.header_search .remodal-close {
	position: static;
	background-color: #000000;
	color: #ffffff;
	width: 140px;
	height: 32px;
	line-height: 32px;
	margin: 32px auto 0 auto;
	border-radius: 20px;
}
.remodal-wrapper.header_search .remodal-close span {
	font-size: 1.1rem;
	font-weight: bold;
	padding-left: 0;
}
.remodal-wrapper.header_search .remodal-close span:before,.remodal-wrapper.header_search .remodal-close span:after {
	display: none;
}
/* ----ヘッダー検索---- */
.block-gmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
	z-index: 10000;
}
.block-gmenu-title {
	position: relative;
	height: 56px;
}
.block-gmenu-title h2 {
	background: none;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 0 75px 0 80px;
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.block-gmenu--back {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 56px;
}
.block-gmenu--back:before,.block-gmenu--back:after {
	display: block;
	position: absolute;
	top: 50%;
}
.block-gmenu--back:before {
	content: "";
	left: 17px;
	width: 13px;
	height: 13px;
	border-right: 2px #007AB8 solid;
	border-bottom: 2px #007AB8 solid;
	transform: rotate(135deg);
	margin-top: -8px;
}
.block-gmenu--back:after {
	content: "戻る";
	left: 30px;
	margin-top: -10px;
	font-size: 1.4rem;
	color: #007AB8;
}
.block-gmenu--close {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 100%;
}
.block-gmenu--close span {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #333333;
	border-radius: 50%;
	top: 8px;
	right: 12px;
}
.block-gmenu--close span:before,.block-gmenu--close span:after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 2px;
	background-color: #B0B0B0;
	right: 13px;
	top: 50%;
	margin-top: -1px;
}
.block-gmenu--close span:before {
	transform: rotate(45deg);
}
.block-gmenu--close span:after {
	transform: rotate(-45deg);
}
.block-gmenu-nav {
	height: 84px;
	background-color: #000000;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../../img/usr/sb/header/bg_menu.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0 20px;
}
.block-gmenu-nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
}
.block-gmenu-nav li {
	width: 25%;
	max-width: 90px;
	padding: 0 3px;
}
.block-gmenu-nav li a {
	height: 84px;
	display: block;
	padding-top: 48px;
	color: #ffffff;
	text-align: center;
	background-repeat: no-repeat;
}
.block-gmenu-nav li.block-gmenu-nav--login a {
	background-image: url(../../img/usr/sb/header/ico_login.png);
	background-position: center 17px;
	background-size: 22px auto;
}
.block-gmenu-nav li.block-gmenu-nav--entry a {
	background-image: url(../../img/usr/sb/header/ico_entry.png);
	background-position: center 19px;
	background-size: 22px auto;
}
.block-gmenu-nav li.block-gmenu-nav--favorite a {
	background-image: url(../../img/usr/sb/header/ico_favorite.png);
	background-position: center 20px;
	background-size: 23px auto;
}
.block-gmenu-nav li.block-gmenu-nav--shop a {
	background-image: url(../../img/usr/sb/header/ico_shop.png);
	background-position: center 21px;
	background-size: 30px auto;
}
.block-gmenu-nav li.block-gmenu-nav--mypage a {
	background-image: url(../../img/usr/sb/header/ico_mypage.png);
	background-position: center 20px;
	background-size: 23px auto;
}
.block-gmenu-nav li.block-gmenu-nav--help a {
	background-image: url(../../img/usr/sb/header/ico_help.png);
	background-position: center 20px;
	background-size: 23px auto;
}
.block-gmenu-nav li a span {
	font-size: 1.1rem;
	font-weight: bold;
}
.block-gmenu-content {
	position: relative;
	height: calc(100% - 150px);
	height: -moz-calc(100% - 150px);
	height: -webkit-calc(100% - 150px);
	overflow: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.block-gmenu-content form {
	position: relative;
	z-index: 1;
}
.block-gmenu-content.active {
	overflow: hidden;
}
.block-gmenu-content .block-search-box--form {
	position: relative;
	padding: 0;
	margin: 0 27px 30px 27px;
	height: 45px;
}
.block-gmenu-content .block-search-box--form input[type="text"] {
	border: 1px #707070 solid;
	height: 45px;
	line-height: 43px;
	font-size: 1.3rem;
	padding: 0 41px 0 10px;
	letter-spacing: 0.04em;
	width: 100%;
	position: static;
}
.block-gmenu-content .block-search-box--form input[type="text"]::placeholder {
	color: #949494;
}
.block-gmenu-content .block-search-box--form input[type="text"]:-ms-input-placeholder {
	color: #949494;
}
.block-gmenu-content .block-search-box--form input[type="text"]::-ms-input-placeholder {
	color: #949494;
}
.block-gmenu-content .block-search-box--form button {
	background: none;
	position: absolute;
	top: 0;
	left: auto;
	right: 5px;
	width: 40px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../../img/usr/ico_search_black.png);
	background-repeat: no-repeat;
	background-position: 11px center;
	background-size: 23px auto;
	padding: 0;
}
.block-gmenu-list {
	width: 100%;
}
.block-gmenu-banner {
	text-align: center;
	padding: 10px 15px 20px 15px;
}
.menu-item {
	position: relative;
	display: flex;
	align-items: center;
	height: 57px;
	background-color: #0F0F0F;
	border-bottom: 1px #000000 solid;
}
div.menu-item {
	padding: 0 35px 0 0;
}
div.menu-item:not(.sore_one_item):after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	transform: rotate(-45deg);
	margin-top: -5px;
}
a.menu-item {
	padding: 0 0 0 0;
	color: #ffffff;
}
.menu-item {
	display: flex;
}
.menu-item span {
	display: block;
	width: 40px;
	height: 40px;
}
.block-gmenu-sublist .menu-item span {
	padding-left: 8px;
	width: 48px;
}
.menu-item p,.menu-item a {
	flex: 1;
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 15px;
}
.block-gmenu-list>.menu-item p,.block-gmenu-list>.menu-item a {
	padding-left: 9px;
	color: #fff;
}
.block-gmenu--spacer {
	display: block;
	width: 100%;
	height: 20px;
}
.block-gmenu-sublist {
	position: fixed;
	top: 150px;
	left: 100%;
	width: 100%;
	height: calc(100% - 135px);
	height: -moz-calc(100% - 135px);
	height: -webkit-calc(100% - 135px);
	z-index: 10051;
}
.block-gmenu-sub-sublist {
	position: fixed;
	top: 155px;
	left: 100%;
	background-color: #ffffff;
	width: 100%;
	height: calc(100% - 135px);
	height: -moz-calc(100% - 135px);
	height: -webkit-calc(100% - 135px);
	z-index: 10052;
}
.block-gmenu-sublist-title {
	position: relative;
	border-top: 1px #E0E0E0 solid;
	border-bottom: 1px #E0E0E0 solid;
	width: 100%;
	height: 46px;
	padding: 0 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-gmenu-sublist-title h3 {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}
.block-gmenu-sublist--close,.block-gmenu-sub-sublist--close {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 44px;
	border-right: 1px #E0E0E0 solid;
	background-color: #F9F9F9;
}
.block-gmenu-sublist--close:after,.block-gmenu-sub-sublist--close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 9px;
	height: 9px;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	transform: rotate(135deg);
	margin-top: -5px;
}
.block-gmenu-sublist-items {
	height: 100%;
	overflow: scroll;
	background: #000000;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.block-gmenu-sublist-items>p.menu-item {
	padding-left: 15px;
	font-weight: bold;
}
.block-search-list--filter-menu-sublist-checkbox div:last-of-type {
	margin-bottom: 30px;
}
.block-gmenu-backlink {
	border-top: 8px #2B2B2B solid;
}
.block-gmenu-backlink a {
	display: block;
	padding: 31px 0;
}
.block-gmenu-backlink a span {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.block-gmenu-backlink a span img {
	display: block;
	max-width: 100%;
}
.block-gmenu-backlink a p {
	text-align: center;
	color: #808080;
	font-size: 1.0rem;
	margin-top: 9px;
}
/*===============================button================================*/
.block-animation-btn {
	display: flex;
	justify-content: center;
}
a.animation-btn {
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
}
a.animation-btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
}
a.animation-btn-s span {
	height: 32px;
	min-width: 140px;
	font-size: 1.1rem;
}
a.animation-btn-l span {
	height: 46px;
	min-width: 295px;
	font-size: 1.4rem;
}
/*===============================keyframe================================*/
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
/*===============================footer================================*/
.footer-bnr {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	text-align: center;
}
.footer-bnr img {
	vertical-align: bottom;
}
.footer-top {
	background-color: #151515;
}
.footer-bottom {
	padding: 26px 0 25px 0;
	background-color: #000000;
}
.pane-sub-footer .footer-bottom {
	padding: 0;
}
.footer-inner a {
	display: block;
	text-decoration: none;
	color: #A7A7A7;
	padding: 7px 0;
}
.footer-inner h3 {
	padding: 0;
	margin: 0;
}
.footer-menu-toggle ul {
	display: none;
	margin-bottom: 6px;
	margin-top: -1px;
}
.footer-sns {
	padding: 32px 0 20px 0;
	display: flex;
	justify-content: center;
}
.footer-sns li {
	padding: 0 5px;
	opacity: 0.7;
}
.footer-sns li a {
	display: block;
	width: 38px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
}
.footer-sns li.footer-sns--twitter a {
	background-image: url(../../img/usr/footer/ico_twitter.png);
	background-size: auto 15px;
}
.footer-sns li.footer-sns--facebook a {
	background-image: url(../../img/usr/footer/ico_facebook.png);
	background-size: auto 18px;
}
.footer-sns li.footer-sns--instagram a {
	background-image: url(../../img/usr/footer/ico_instagram.png);
	background-size: auto 21px;
}
.footer-sns li.footer-sns--line a {
	background-image: url(../../img/usr/footer/ico_line.png);
	background-size: auto 22px;
}
.footer-sns li.footer-sns--youtube a {
	background-image: url(../../img/usr/footer/ico_youtube.png);
	background-size: auto 17px;
}
.footer-menu>a {
	font-size: 1.2rem;
}
.footer-menu h3 {
	position: relative;
	width: 100%;
	font-size: 1.2rem;
	font-weight: normal;
	color: #B0B0B0;
	padding: 8px 30px 8px 0;
}
.footer-menu-toggle h3:before,.footer-menu-toggle h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 1px;
	top: 50%;
	right: 5px;
	background-color: #ffffff;
}
.footer-menu-toggle h3:after {
	transform: rotate(90deg);
	transition: all .4s ease;
}
.footer-menu-toggle h3.active:after {
	transform: rotate(0);
}
.footer-menu-toggle a {
	padding: 6px 0 7px 0;
	color: #747474;
	font-size: 1.2rem;
}
.footer-menu-vertical {
	display: flex;
	flex-direction: column;
}
.footer-menu-vertical li a {
	display: inline-block;
	font-size: 1.2rem;
}
.footer-top .footer-menu {
	padding: 0 0 28px 0;
	margin: 0 4vw;
}
.footer-bottom .footer-menu {
	padding: 0 0 0px 0;
	margin: 0 4vw;
}
.footer-bottom h3 {
	font-size: 1.2rem;
	color: #B0B0B0;
}
.footer-bottom h3 a {
	color: #B0B0B0;
}
.footer-bottom .footer-menu-vertical li {
	margin-bottom: 7px;
}
.footer-logo {
	padding: 23px 0 16px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pane-sub-footer .footer-logo {
	padding: 14px 0 12px 0px;
}
.footer-logo img {
	display: block;
}
.footer-logo>div {
	padding-right: 5vw;
	opacity: 0.5;
}
.footer-logo>div img {
	width: 123px;
}
.footer-logo ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo li {
	margin-right: 6.5vw;
}
.footer-logo li:last-of-type {
	margin-right: 0;
}
.footer-logo li a {
	display: block;
}
.footer-logo--columbia img {
	width: 60px;
}
.footer-logo--mountainhardwear img {
	width: 41px;
}
.footer-logo--sorel img {
	width: 32px;
}
.copyrigth {
	border-top: 1px #333333 solid;
	text-align: center;
	font-size: 1.0rem;
	color: #A7A7A7;
	margin: 0 4vw;
	padding-top: 20px;
	letter-spacing: -0.05em;
}
.copyrigth.order-footer {
	border-top: none;
	padding-top: 0;
}
/*===============================BLOG================================*/
.page-bloglist .wrapper>.pane-main,.page-blog .wrapper>.pane-main {
	margin-bottom: 100px;
}
.page-bloglist .block-animation-btn,.page-blog .block-animation-btn {
	margin-top: 30px;
}
.page-bloglist .block-animation-btn .animation-btn,.page-blog .block-animation-btn .animation-btn {
	background-color: #ffffff;
	color: #000000;
	border: 1px #000000 solid;
}
/* LISTPAGE */
.page-bloglist .block-blog-title {
	margin: 0 4vw 22px 4vw;
}
.page-bloglist .block-blog-title h1 {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}
/* LISTPAGE / SIDE MENU */
.pane-left-menu {
	margin: 0 4vw 0 4vw;
}
.pane-block--title {
	margin: 0 0 6px 0;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.block-simpleblog-left-menu--archive {
	margin: 0 0 25px 0;
	padding: 0;
}
.block-simpleblog-left-menu--archive-list {
	display: flex;
	flex-wrap: wrap;
	margin: 23px -5px 0 -5px;
}
.block-simpleblog-left-menu--archive-item {
	padding: 0;
	margin: 0 5px 10px 5px;
}
.block-simpleblog-left-menu--archive-item a {
	display: block;
	background: #F5F5F5;
	border-radius: 5px;
	line-height: 33px;
	padding: 0 14px;
	font-size: 1.3rem;
	text-decoration: none;
}
.block-simpleblog-left-menu--tag {
	margin: 0 0 25px 0;
	padding: 0;
}
.block-simpleblog-left-menu--tag-list {
	display: flex;
	flex-wrap: wrap;
	margin: 23px -5px 0 -5px;
}
.block-simpleblog-left-menu--tag-item {
	padding: 0;
	margin: 0 5px 10px 5px;
}
.block-simpleblog-left-menu--tag-item a {
	display: block;
	background: #F5F5F5;
	border-radius: 5px;
	line-height: 33px;
	padding: 0 14px;
	font-size: 1.3rem;
	text-decoration: none;
}
/* LISTPAGE / MAIN */
.page-bloglist #simpleblog_main {
	padding-bottom: 35px;
}
.block-simpleblog-list--simpleblogs {
	padding: 0;
	margin: 0 4vw 20px 4vw;
}
.block-simpleblog-list--simpleblogs li {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.block-simpleblog-list--simpleblog-thumbnail {
	float: left;
	width: 120px;
	margin: 5px 20px 0 0;
}
.block-simpleblog-list--simpleblog-thumbnail a {
	display: flex;
	width: 120px;
	height: 120px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}
.block-simpleblog-list--simpleblog-thumbnail figure {
	min-width: 120px;
	min-height: 120px;
}
.block-simpleblog-list--simpleblog-thumbnail a img {
	display: block;
	max-width: 120px;
	max-height: 120px;
	border-radius: 3px;
}
.block-simpleblog-list--simpleblog-release-dt {
	font-size: 1.3rem;
	color: #808080;
	margin: 0;
}
.block-simpleblog-list--simpleblog-newicon {
	color: #EA1B53;
	font-size: 1.0rem;
	font-weight: 400;
	background: none;
	padding: 0;
	margin: 0 0 0 4px;
	transform: translate(0, -2px);
}
.block-simpleblog-list--simpleblog-title {
	text-decoration: none;
	margin: 4px 0 0 0;
}
.block-simpleblog-list--simpleblog-title a {
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/* LISTPAGE / NAVIGATION */
.pagination_ {
	text-align: center;
	margin-bottom: 32px;
}
.pagination_ .number_ {
	display: inline-block;
	vertical-align: middle;
}
.pagination_ .number_ li {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: normal;
	vertical-align: middle;
}
.pagination_ .number_ li .btn_ {
	display: block;
	min-width: 33px;
	line-height: 33px;
	padding: 0;
	text-decoration: none;
}
.pagination_ .number_ li.current_ .btn_ {
	color: #fff;
	background: #333;
	border-radius: 50%;
}
.pagination_ .direction_ {
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: normal;
	vertical-align: middle;
}
.pagination_ .direction_ .btn_ {
	display: block;
	min-width: 30px;
	min-height: 30px;
	position: relative;
}
.pagination_ .direction_ .btn_:after,.pagination_ .direction_ .btn_:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
}
.pagination_ .direction_.prev_ .btn_:before {
	-webkit-transform: translate(-25%, -50%) rotate(45deg);
	transform: translate(-25%, -50%) rotate(45deg);
}
.pagination_ .direction_.next_ .btn_:before {
	-webkit-transform: translate(-75%, -50%) rotate(-135deg);
	transform: translate(-75%, -50%) rotate(-135deg);
}
.pagination_ .direction_.prev_ .btn_:after,.pagination_ .direction_.next_ .btn_:after {
	display: none;
}
.pagination_ .direction_.first_ .btn_:before,.pagination_ .direction_.first_ .btn_:after {
	-webkit-transform: translate(-25%, -50%) rotate(45deg);
	transform: translate(-25%, -50%) rotate(45deg);
}
.pagination_ .direction_.last_ .btn_:before,.pagination_ .direction_.last_ .btn_:after {
	-webkit-transform: translate(-75%, -50%) rotate(-135deg);
	transform: translate(-75%, -50%) rotate(-135deg);
}
.pagination_ .direction_.first_ .btn_:after {
	margin-left: 6px;
}
.pagination_ .direction_.last_ .btn_:after {
	margin-left: -6px;
}
/* ARTICLEPAGE / MAIN */
.page-blog #simpleblog_main {
	padding-bottom: 25px;
}
.block-simpleblog-detail--title {
	margin: 22px 4vw 12px 4vw;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.25;
	padding: 0;
}
.block-simpleblog-detail--date {
	font-size: 1.3rem;
	font-weight: 400;
	color: #808080;
	margin: 12px 4vw 12px 4vw;
}
.block-simpleblog-detail--articles {
	margin-top: 13px;
}
.block-simpleblog-detail--article {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 29px;
}
.block-simpleblog-detail--article>* {
	margin: 15px 4vw;
}
.block-simpleblog-detail--article>*:first-of-type {
	margin-top: 0 !important;
}
.block-simpleblog-detail--article>*:last-of-type {
	margin-bottom: 0 !important;
}
.block-simpleblog-detail--article .block-simpleblog-img {
	margin-top: 33px;
	margin-left: 0;
	margin-right: 0;
}
.block-simpleblog-detail--article .block-simpleblog-img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.block-simpleblog-detail--article>p {
	font-size: 1.3rem;
	line-height: 1.9;
	margin-left: 4vw;
	margin-right: 4vw;
}
.block-simpleblog-detail--article .block-simpleblog-img-set {
	margin: 11px 4vw 20px 4vw;
}
.block-simpleblog-detail--article .block-simpleblog-img-set img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.block-simpleblog-detail--article .block-simpleblog-img-set div {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 17px 0 4px 0;
}
.block-simpleblog-detail--article .block-simpleblog-img-set p {
	font-size: 1.3rem;
	line-height: 1.9;
	margin-top: 5px;
}
.block-simpleblog-detail--article>div h2 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	margin-bottom: 17px;
	line-height: 1.3;
}
.block-simpleblog-detail--article>div p {
	font-size: 1.3rem;
	line-height: 1.9;
	margin-bottom: 10px;
}
.block-simpleblog-detail--article>div p.block-simpleblog-smalltext {
	font-size: 1.2rem;
	color: #777777;
	line-height: 1.7;
	margin-top: 16px;
}
.block-simpleblog-detail--article p a {
	color: #007AB8;
}
.block-simpleblog-detail--article+.block-simpleblog-detail--date {
	margin: 52px 4vw 20px 4vw;
	font-size: 1.4rem;
}
.block-simpleblog-detail--tag-list+.block-simpleblog-detail--tag-list {
	margin-top: 35px;
}
.block-simpleblog-detail--tag-list {
	margin: 10px 4vw 10px 4vw;
}
.block-simpleblog-detail--tag-list h2 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 19px 0;
	padding: 0;
}
.block-simpleblog-detail--tag-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.block-simpleblog-detail--tag-list li {
	margin-right: 6px;
}
.block-simpleblog-detail--article-tag {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: none;
}
.block-simpleblog-detail--tag-list a {
	display: block;
	background: #F5F5F5;
	border-radius: 5px;
	line-height: 33px;
	padding: 0 15px;
	font-size: 1.3rem;
	text-decoration: none;
}
.block-simpleblog-detail--article-sns {
	margin: 13px 0 4px 0;
}
.block-simpleblog-detail--article-sns ul {
	display: flex;
	justify-content: center;
	margin: 27px 0 30px 0;
}
.block-simpleblog-detail--article-sns li {
	margin: 0 11px;
}
.block-simpleblog-detail--article-sns li a {
	display: block;
	width: 30px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.block-simpleblog-detail--article-sns--twitter a {
	background-image: url(../../img/usr/ico_twitter.png);
	background-size: 30px auto;
}
.block-simpleblog-detail--article-sns--facebook a {
	background-image: url(../../img/usr/ico_facebook.png);
	background-size: 15px auto;
}
.block-simpleblog-btn {
	margin: 180px 0 10px 0;
	display: flex;
	justify-content: center;
}
.block-simpleblog-btn a.animation-btn {
	background-color: #ffffff;
	color: #000000;
	border: 1px #000 solid;
}
.block-simpleblog-btn a.animation-btn span {
	min-width: 295px;
	font-size: 1.4rem;
	font-weight: bold;
}
/*===============================SHOP================================*/
.block-store-list--stores {
	display: none;
}
/* SHOP / LIST */
.block-store-list {
	margin-bottom: 100px;
}
.block-store-list-title {
	margin: 12px 4vw 24px 4vw;
}
.block-store-list-title .block-store-list--header {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 0;
}
.block-store-list-title .block-store-list--intro {
	font-size: 1.3rem;
	line-height: 1.6;
}
.block-store-list-search--brand {
	margin: 0 4vw 15px 4vw;
}
.block-store-list-search--area {
	margin: 0 4vw 20px 4vw;
}
.block-store-list-search--shoptype {
	margin: 0 4vw 14px 4vw;
}
.block-store-list-search--brand h2,.block-store-list-search--area h2,.block-store-list-search--shoptype h2 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 8px 0;
}
.block-store-list-search--brand ul {
	display: flex;
	flex-wrap: wrap;
}
.block-store-list-search--brand li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 3px);
	height: 65px;
	border: 1px #D8D8D8 solid;
	border-radius: 4px;
	transition: all .4s ease;
	margin-bottom: 4px;
}
.block-store-list-search--brand li:nth-child(odd) {
	margin-right: 3px;
}
.block-store-list-search--brand li:nth-child(even) {
	margin-left: 3px;
}
.block-store-list-search--brand li:hover {
	cursor: pointer;
}
.block-store-list-search--brand li.active {
	border: 2px #007AB8 solid;
}
.block-store-list-search--brand li img {
	display: block;
	margin: 0 auto;
}
.block-store-list-search--brand--columbia img {
	width: 100px;
}
.block-store-list-search--brand--black-label img {
	width: 130px;
}
.block-store-list-search--brand--columbia-kids img {
	width: 44px;
}
.block-store-list-search--brand--montrail img {
	width: 100px;
}
.block-store-list-search--brand--mountain-hard-wear img {
	width: 60px;
}
.block-store-list-search--brand--sorel img {
	width: 50px;
}
.block-store-list-search--area-block>div {
	display: flex;
	width: 100%;
	height: 48px;
	border: 1px #D8D8D8 solid;
	border-radius: 3px;
}
.block-store-list-search--area-block>div+div {
	margin-top: 12px;
}
.block-store-list-search--area-block>div:hover {
	cursor: pointer;
}
.block-store-list-search--area-block>div.disable {
	display: none;
}
.block-store-list-search--area-block>div p {
	flex: 1;
	line-height: 46px;
	padding: 0 10px 0 14px;
	overflow: hidden;
}
.block-store-list-search--area-block>div.filter p {
	color: #007AB8;
	font-weight: bold;
}
.block-store-list-search--area-block>div:after {
	content: "";
	display: block;
	width: 60px;
	height: 46px;
	background-image: url(../../img/usr/ico_search.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 22px 14px;
}
.block-store-list-search--area-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #ffffff;
	width: 100vw;
	height: 100%;
	transform: translate(-100vw, 0);
	transition: all .4s ease;
}
.block-store-list-search--area-menu.display {
	transform: translate(0, 0);
}
.block-store-list-search-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.block-store-list-search--area-menu-title {
	position: relative;
	display: flex;
	height: 69px;
	border-bottom: 1px #D8D8D8 solid;
	padding-right: 70px;
}
.block-store-list-search--area-menu-title h3 {
	line-height: 68px;
	margin: 0;
	padding: 5px 14px 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
.block-store-list-search--area-menu-title p {
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-top: 13px;
}
.block-store-list-search--area-menu-title p.disable {
	display: none;
}
.block-store-list-search--area-menu-title p span {
	display: block;
	font-size: 1.1rem;
	white-space: nowrap;
}
.block-store-list-search--area-menu-title p span.selected {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #007AB8;
	padding-left: 5px;
	flex: 1;
}
.block-store-list-search--area-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
}
.block-store-list-search--area-menu-close:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #B0B0B0;
}
.block-store-list-search--area-menu-close span {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}
.block-store-list-search--area-menu-close span:before,.block-store-list-search--area-menu-close span:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 2px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -6px;
}
.block-store-list-search--area-menu-close span:before {
	transform: rotate(-45deg);
}
.block-store-list-search--area-menu-close span:after {
	transform: rotate(45deg);
}
.block-store-list-search--area-menu-list {
	height: calc(100% - 69px);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.block-store-list-search--area-menu-list>div {
	border-bottom: 1px #D8D8D8 solid;
}
.block-store-list-search--area-menu-list>div h3 {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 40px 0 15px;
	height: 55px;
	font-size: 1.5rem;
	font-weight: bold;
}
.block-store-list-search--area-menu-list>div h3:hover {
	cursor: pointer;
}
.block-store-list-search--area-menu-list>div h3:before,.block-store-list-search--area-menu-list>div h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	width: 10px;
	height: 2px;
	background-color: #000000;
	transition: all .4s ease;
}
.block-store-list-search--area-menu-list>div h3:after {
	transform: rotate(90deg);
}
.block-store-list-search--area-menu-list>div h3.active:after {
	transform: rotate(0);
}
.block-store-list-search--area-menu-list>div ul {
	display: none;
}
.block-store-list-search--area-menu-list li {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px #D8D8D8 solid;
	padding: 0 15px 0 49px;
	height: 57px;
	font-size: 1.5rem;
	font-weight: bold;
}
.block-store-list-search--area-menu-list li:hover {
	cursor: pointer;
}
.block-store-list-search--area-menu-list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 14px;
	width: 26px;
	height: 26px;
	background-color: #D8D8D8;
	border-radius: 50%;
	transition: all .4s ease;
}
.block-store-list-search--area-menu-list li.active:before {
	background-color: #007AB8;
}
.block-store-list-search--area-menu-list li:after {
	content: "";
	display: block;
	position: absolute;
	top: 23px;
	left: 22px;
	width: 11px;
	height: 7px;
	border-left: 2px #B9B9B9 solid;
	border-bottom: 2px #B9B9B9 solid;
	transform: rotate(-45deg);
	transition: all .4s ease;
}
.block-store-list-search--area-menu-list li.active:after {
	border-left: 2px #ffffff solid;
	border-bottom: 2px #ffffff solid;
}
.block-store-list-search--shoptype h2 {
	margin-bottom: 21px;
}
.block-store-list-search--shoptype ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.block-store-list-search--shoptype li {
	position: relative;
	display: flex;
	align-items: center;
	height: 26px;
	margin: 0 8px 10px 8px;
	padding-left: 34px;
	font-size: 1.3rem;
}
.block-store-list-search--shoptype li:hover {
	cursor: pointer;
}
.block-store-list-search--shoptype li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background-color: #D8D8D8;
	border-radius: 50%;
	transition: all .4s ease;
}
.block-store-list-search--shoptype li.active:before {
	background-color: #007AB8;
}
.block-store-list-search--shoptype li:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 7px;
	width: 11px;
	height: 7px;
	border-left: 2px #B9B9B9 solid;
	border-bottom: 2px #B9B9B9 solid;
	transform: rotate(-45deg);
	transition: all .4s ease;
}
.block-store-list-search--shoptype li.active:after {
	border-left: 2px #ffffff solid;
	border-bottom: 2px #ffffff solid;
}
.block-store-list-search--shoptype li[data-target="clubstore"] {width: 100%;margin-top: 1em;}
.block-store-list-search--shoptype li[data-target="clubstore"]::before {
    border-radius: 0;
}
.block-store-list-search--btn {
	display: flex;
	justify-content: center;
	margin-top: 14px;
	margin-bottom: 53px;
}
.block-store-list-search--btn div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px #007AB8 solid;
	width: 345px;
	height: 48px;
	background-color: #007AB8;
	color: #ffffff;
	border-radius: 30px;
	transition: all .4s ease;
}
.block-store-list-search--btn div:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #007AB8;
}
.block-store-list-search-wrap {
	display: none;
	margin-bottom: 60px;
}
.block-store-list-search--title {
	display: none;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 55px 4vw 14px 4vw;
	padding: 0;
}
.block-store-list-search--result,.block-store-list-search--noresult {
	display: none;
}
.block-store-list-search--result {
	border-top: 1px #D8D8D8 solid;
}
.block-store-list-search--result h2,.block-store-list-search--result h3 {
	position: relative;
	padding: 17px 50px 17px 15px;
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px #D8D8D8 solid;
}
.block-store-list-search--result h3 {
	background-color: #F5F5F5;
}
.block-store-list-search--result h2:before,.block-store-list-search--result h2:after,.block-store-list-search--result h3:before,.block-store-list-search--result h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-color: #000000;
}
.block-store-list-search--result h2:before,.block-store-list-search--result h2:after {
	width: 12px;
	height: 2px;
	right: 19px;
	margin-top: -1px;
	transition: all .4s ease;
}
.block-store-list-search--result h2:after {
	transform: rotate(90deg);
}
.block-store-list-search--result h2.active:after {
	transform: rotate(0);
}
.block-store-list-search--result h3:before,.block-store-list-search--result h3:after {
	width: 9px;
	height: 1px;
	right: 20px;
}
.block-store-list-search--result h3:after {
	transform: rotate(90deg);
}
.block-store-list-search--result h3.active:after {
	transform: rotate(0);
}
.block-store-list-search--result .wrap,.block-store-list-search--result .pref_block {
	display: none;
}
.block-store-list-search--result #tokyo .pref_block {
	display: block;
}
.block-store-list-search--result .pref_block {
	background-color: #EAEAEA;
	border-bottom: 1px #D8D8D8 solid;
}
.block-store-list-search--result .pref_block>div {
	padding: 20px 0 8px 0;
	margin: 0 4vw 0 4vw;
}
.block-store-list-search--result .pref_block>div.border {
	border-top: 8px #DBDBDB solid;
}
.block-store-list-search--result .pref_block>div h4 {
	font-size: 1.2rem;
}
.block-store-list-search--result .pref_block>div li>a,.block-store-list-search--result .pref_block>div li>div {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 14px 0 13px 0;
}
.block-store-list-search--result .pref_block>div li>a {
	padding-right: 20px;
}
.block-store-list-search--result .pref_block>div li>a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 1px;
	width: 8px;
	height: 8px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	transform: rotate(-45deg);
	margin-top: -4px;
}
.block-store-list-search--result .pref_block>div li+li {
	border-top: 1px #DBDBDB solid;
}
.block-store-list-search--result .pref_block>div li p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.block-store-list-search--result .pref_block>div li p span.shop_name {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-right: 5px;
	transition: all .4s ease;
}
.block-store-list-search--result .pref_block>div li a:hover span.shop_name {
	opacity: 0.5;
}
.block-store-list-search--result .pref_block>div li p span.shop_name+span {
	display: block;
	line-height: 14px;
	background-color: #ffffff;
	font-size: 1.0rem;
	padding: 0 3px;
}
.block-store-list-search--result .pref_block>div li p span.companystore {
	color: #00B886;
}
.block-store-list-search--result .pref_block>div li p span.clubstore {
	color: #007ab8;
}
.block-store-list-search--result .pref_block>div li p span.dealer {
	color: #677581;
}
.block-store-list-search--result .pref_block>div li p span.outlet {
	color: #EA1B53;
}
.block-store-list-search--result .pref_block>div li>a>div,.block-store-list-search--result .pref_block>div li>div>div {
	font-size: 1.2rem;
	color: #808080;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.block-store-list-search--result .pref_block>div li>a>div span,.block-store-list-search--result .pref_block>div li>div>div span {
	display: inline-block;
}
.block-store-list-search--noresult .error {
	color: #FF0058;
	background-color: #FFF4F6;
	padding: 16px;
	border: none;
	margin-top: 14px;
	margin: 14px 4vw 0 4vw;
	font-size: 1.3rem;
	line-height: 1.6;
}
.block-store-list-search--loading {
	width: 100%;
	height: 100px;
	background-image: url(../../img/usr/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	margin-bottom: 40px;
}
/* SHOP / DETAIL */
.block-store-detail {
	margin-bottom: 100px;
}
.block-store-detail--mv {
	margin: 0 4vw 19px 4vw;
	border-radius: 10px;
}
.block-store-detail--mv div img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
}
.block-store-detail--title {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 4vw 16px 4vw;
	padding: 0;
}
.block-store-detail--title .clubstore {
    display: block;
    color: #007AB8;
    border: 1px solid #007AB8;
    padding: 0.4em 1em;
    border-radius: 10em;
    max-width: 210px;
    width: 50%;
    text-align: center;
    margin: 10px 0 0;
    font-size: 13px;
}
.block-store-detail--store {
	display: block;
	margin: 16px 0 42px 0;
	padding: 0 4vw;
}
.block-store-detail--store-info {
	width: 100%;
	padding: 0;
}
.block-store-detail--store-info dl {
	display: flex;
	flex-direction: column;
}
.block-store-detail--store-info dl+dl {
	margin-top: 18px;
}
.block-store-detail--store-info dt {
	font-size: 1.1rem;
	color: #808080;
	margin-bottom: 6px;
}
.block-store-detail--store-info dd {
	font-size: 1.4rem;
}
.block-store-detail--store-brand {
	margin-top: 18px;
}
.block-store-detail--store-brand h2 {
	padding: 0;
	margin: 0 0 9px 0;
	font-size: 1.1rem;
	color: #808080;
}
.block-store-detail--store-brand ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
}
.block-store-detail--store-brand li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 65px;
	padding: 0 3px;
	margin-bottom: 4px;
}
.block-store-detail--store-brand li:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 3px;
	width: calc(100% - 6px);
	height: 100%;
	border: 1px #D8D8D8 solid;
	border-radius: 4px;
}
.block-store-detail--store-brand li img {
	display: block;
	margin: 0 auto;
}
.block-store-detail--store-brand--columbia img {
	width: 100px;
}
.block-store-detail--store-brand--black-label img {
	width: 130px;
}
.block-store-detail--store-brand--columbia-kids img {
	width: 44px;
}
.block-store-detail--store-brand--montrail img {
	width: 100px;
}
.block-store-detail--store-brand--mountain-hard-wear img {
	width: 60px;
}
.block-store-detail--store-brand--sorel img {
	width: 50px;
}
.block-store-detail--store-club {
	margin-top: 32px;
}
.block-store-detail--store-club img {
	width: calc(50% - 3px);
}
.block-store-detail--store-map-info {
	width: 100vw;
	margin-top: 31px;
	margin-left: -4vw;
	margin-right: -4vw;
	padding: 0;
}
.block-store-detail--store-map {
	height: 325px;
}
.block-store-detail--text {
	margin-top: 28px;
	font-size: 1.4rem;
	line-height: 1.75;
}
.block-store-detail--store .block-animation-btn {
	margin-top: 27px;
}
.block-store-detail--store .block-animation-btn a span {
	min-width: 295px;
}
.block-store-detail--instagram {
	position: relative;
	margin-top: 42px;
	margin-bottom: 38px;
}
.block-store-detail--instagram-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 175px;
}
.block-store-detail--instagram-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-store-detail--instagram-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
	z-index: 2;
}
.block-store-detail--instagram-inner .block-top-common-title {
	margin-bottom: 18px;
}
.block-store-detail>.block-animation-btn a {
	background: #ffffff;
	color: #000000;
	border: 1px #000 solid;
}
/*===============================TOPIC PAGE================================*/
.block-topics-title {
	margin: 12px 4vw 24px 4vw;
}
.block-topics-title h1 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 0;
}
.block-topics-title p {
	font-size: 1.3rem;
	line-height: 1.6;
}
.block-topics-list--type1 {
	border-top: none;
	margin: 0 4vw 45px 4vw;
	padding: 0;
}
.block-topics-list--type1 ul {
	display: flex;
	flex-wrap: wrap;
}
.block-topics-list--type1 li {
	width: 50%;
	margin-bottom: 18px;
}
.block-topics-list--type1 li:nth-child(odd) {
	padding-right: 7px;
}
.block-topics-list--type1 li:nth-child(even) {
	padding-left: 7px;
}
.block-topics-list--type1 li a {
	display: block;
	text-decoration: none;
}
.block-topics-list--type1 li a>span {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
}
.block-topics-list--type1 li a>span img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.block-topics-list--type1 li a>div {
	padding-top: 7px;
}
.block-topics-list--type1 li a>div .date {
	font-size: 1rem;
	margin-top: 4px;
}
.block-topics-list--type1 li a>div h3 {
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 1.4;
	font-size: 1.3rem;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.block-topics-list--type1 li a>div p {
	font-size: 1.1rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.block-topics-list--type2 {
	border-top: none;
	margin: 0 4vw 45px 4vw;
	padding: 0;
}
.block-topics-list--type2 ul {
	display: flex;
	flex-wrap: wrap;
}
.block-topics-list--type2 li {
	width: 50%;
	margin-bottom: 22px;
}
.block-topics-list--type2 li:nth-child(odd) {
	padding-right: 7px;
}
.block-topics-list--type2 li:nth-child(even) {
	padding-left: 7px;
}
.block-topics-list--type2 li a {
	display: block;
	text-decoration: none;
}
.block-topics-list--type2 li a>span {
	display: block;
}
.block-topics-list--type2 li a>span img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.block-topics-list--type2 li a>div {
	padding: 12px 0 0 0;
}
.block-topics-list--type2 li a>div .date {
	font-size: 1rem;
	margin-top: 5px;
}
.block-topics-list--type2 li a>div h3 {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.3;
	font-size: 1.3rem;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.block-topics-list--type2 li a>div p {
	font-size: 1.2rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.block-topics-list--type3 {
	border-top: none;
	margin: 0 4vw 45px 4vw;
	padding: 0;
}
.block-topics-list--type3 ul {
	display: flex;
	flex-wrap: wrap;
}
.block-topics-list--type3 li {
	width: 50%;
	margin-bottom: 17px;
}
.block-topics-list--type3 li:nth-child(odd) {
	padding-right: 7px;
}
.block-topics-list--type3 li:nth-child(even) {
	padding-left: 7px;
}
.block-topics-list--type3 li a {
	display: block;
	text-decoration: none;
}
.block-topics-list--type3 li a>span {
	display: block;
}
.block-topics-list--type3 li a>span img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.block-topics-list--type3 li a>div {
	padding: 8px 0 0 0;
}
.block-topics-list--type3 li a>div .date {
	font-size: 1rem;
	margin-top: 5px;
}
.block-topics-list--type3 li a>div h3 {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.3;
	font-size: 1.3rem;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.block-topics-list--type3 li a>div p {
	font-size: 1.2rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*===============================CATALOG PAGE================================*/
.block-catalog-title {
	margin: 12px 4vw 24px 4vw;
}
.block-catalog-title h1 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 0;
}
.block-catalog-title p {
	font-size: 1.3rem;
	line-height: 1.6;
}
.block-catalog-list {
	border-top: none;
	margin: 0 4vw 45px 4vw;
	padding: 0;
}
.block-catalog-list ul {
	display: flex;
	flex-wrap: wrap;
}
.block-catalog-list li {
	width: 50%;
	margin-bottom: 18px;
}
.block-catalog-list li:nth-child(odd) {
	padding-right: 7px;
}
.block-catalog-list li:nth-child(even) {
	padding-left: 7px;
}
.block-catalog-list li a {
	display: block;
	text-decoration: none;
}
/*===============================STATIC PAGE COMMON================================*/
.block-common-title {
	margin: 12px 4vw 23px 4vw;
}
.block-common-title>h1 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 17px 0 14px 0;
	padding: 0;
	line-height: 1.25;
}
.block-common-title>p {
	font-size: 1.3rem;
	line-height: 1.6;
}
.block-common-title>a {
	display: inline-block;
	color: #007AB8;
}
.block-common-title>p+a {
	margin-top: 9px;
}
/*===============================OUTDOOR FASHION COORDINATE LIST================================*/
.block-style-list-tab {
	margin: 23px 4vw 12px 4vw;
	overflow: hidden;
}
.block-style-list-tab ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.block-style-list-tab li {
	border: 1px #D8D8D8 solid;
	border-radius: 5px;
	line-height: 1.2;
	padding: 10px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 4px 8px 4px;
	transition: all .4s ease;
}
.block-style-list-tab li.active {
	border: 1px #000000 solid;
	background-color: #000000;
	color: #ffffff;
}
.block-style-list-content {
	display: none;
	margin-bottom: 120px;
}
.block-style-list-content.active {
	display: block;
}
.pager .number_ li {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: center;
}
.pager .number_ li.current_ .btn_ {
	color: #fff;
	background: #333;
	border-radius: 50%;
}
.pager .number_ li .btn_ {
	display: block;
	min-width: 33px;
	line-height: 1.0;
	padding: 9px 0;
	text-decoration: none;
}
.pager .number_ li {
	display: inline-block;
	vertical-align: middle;
}
/* ---- 上部ガイドコンテンツ ---- */
.p-categoryLead {
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.c-link.-txt {
	color: #007AB8;
}
.c-genreModalLink.-txt {
	color: #007AB8;
}
.p-genreMv__image {
	vertical-align: bottom;
	width: 100%;
}
.p-genreMv__image.-pc {
	display: none;
}
.p-genreBox {
	margin-bottom: 20px;
	padding: 10px;
}
.p-genreDes .c-link {
	display: inline-block;
}
.p-genreDes .c-genreModalLink {
	display: inline-block;
}
.p-genreRelated {
	background-color: #F5F5F5;
	display: flex;
	flex-wrap: wrap;
	font-size: .9em;
	line-height: 1.75;
	margin-top: 20px;
	padding: 10px;
}
.p-genreRelated.-mt0 {
	margin-top: 0;
}
.p-genreRelated dt {
	font-weight: bold;
	margin-right: 2em;
}
.p-genreRelated dd .c-link {
	display: inline-block;
	margin-right: 1em;
}
.p-genreRelated dd .c-genreModalLink {
	display: inline-block;
	margin-right: 1em;
}
.page-top .p-genreModal,.p-genreModal {
	color: #2b2e38 !important;
	padding: 0 !important;
}
.page-top .p-genreModal__head,.p-genreModal__head {
	background-color: #000;
	color: #fff;
	padding: 10px;
	position: relative;
}
.page-top .p-genreModal__head .remodal-close,.p-genreModal__head .remodal-close {
	color: #fff;
	height: 35px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}
.page-top .p-genreModal__head .remodal-close:hover,.page-top .p-genreModal__head .remodal-close:focus {
	color: #2b2e38;
}
.page-top .p-genreModal__head .remodal-close::before {
	display: block;
}
.page-top .p-genreModal__body,.p-genreModal__body {
	background-color: #fff;
	padding: 30px 20px;
}
.page-top .p-genreModal__body.-movie,.p-genreModal__body.-movie {
	padding: 0;
}
.p-genreModal__ttl,.p-genreModal__txt {
	text-align: left;
}
.p-genreModal__ttl+*,.p-genreModal__txt+*,.p-genreModal__img+*,.p-genreModal__video+* {
	margin-top: 20px;
}
.p-genreModal__ttl {
	font-size: 16px;
}
.p-genreModal__ttl.-bold {
	font-weight: bold;
}
.p-genreModal__txt {
	margin-bottom: 20px;
}
.p-genreModal__img {
	display: block;
}
.p-genreModal__video {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.p-genreModal__video iframe {
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.p-genreModal__imgMulticolumn {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px !important;
}
.p-genreModal__imgMulticolumn>.p-genreModal__img+* {
	margin-top: 20px;
}
.p-genreModal__imgMulticolumn>.p-genreModal__img.-longImage {
	width: 100%;
}
.p-genreModal__imgMulticolumn>.p-genreModal__img.-wideImage {
	width: 100%;
}
.p-genreModal__btnWrap {
	margin-top: 30px !important;
}
.p-genreModal__btn {
	border-radius: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0;
	width: 200px;
}
.p-genreModal__btn.-blk {
	background-color: #000;
	color: #fff;
}
.p-genreModal__btn.-gray {
	background-color: #eee !important;
	color: #000;
}
.p-genreModal__btn+.p-genreModal__btn {
	margin-top: 30px;
}
.p-genreModal__stylistWrap {
	align-items: start;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #2b2e38;
}
.p-genreModal__stylistPicture {
	flex: 1;
	margin-right: 20px;
}
.p-genreModal__stylistDescription {
	text-align: left;
	width: 70%;
	margin-top: 0;
}
.p-genreModal__stylistName {
	font-size: 16px;
	font-weight: bold;
	margin-top: -4px;
}
.p-genreModal__stylistSmall {
	font-size: 75%;
}
.p-genreModal__stylistTxt {
	font-size: 12px;
	margin-top: 10px;
}
.p-genreModal__pickup {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 500px;
}
.p-genreModal__pickup dt {
	font-weight: bold;
}
/* スライダー */
.category-slider .slick-slider {
	width: 100%;
}
.category-slider .slick-dots {
	margin-top: 10px;
	text-align: center;
}
.category-slider .slick-dots li {
	display: inline-block;
	line-height: 1;
}
.category-slider .slick-dots li button {
	position: relative;
	width: 15px;
	height: 11px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.category-slider .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border: 1px #808080 solid;
	background-color: #ffffff;
	border-radius: 50%;
	transition: all .4s ease;
}
.category-slider .slick-dots li.slick-active button:before {
	background: #000000;
}
/* スライダー（ミニコンテンツ） */
.category-miniContents-slider {
	background-color: #F5F5F5;
	margin-top: 20px;
	padding: 16px 10px 8px;
}
.category-miniContents-slider .slick-slider {
	padding: 8px 0 8px;
}
.category-miniContents-slider .slick-list {
	overflow: hidden;
}
.category-miniContents-slider .slick-track {
	margin-left: 0;
}
.category-miniContents-slider .slick-slide {
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 6px 6px;
}
.category-miniContents-slider .slick-arrow {
	animation: none;
	position: absolute;
	top: 25%;
	z-index: 4;
	border: none;
	background-color: transparent;
}
.category-miniContents-slider .slick-arrow:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
}
.category-miniContents-slider .slick-arrow.slick-disabled {
	opacity: .2;
}
.category-miniContents-slider .slick-prev {
	left: -24px;
}
.category-miniContents-slider .slick-prev:before {
	transform: rotate(135deg);
	left: 14px;
	top: 15px;
}
.category-miniContents-slider .slick-next {
	right: -24px;
}
.category-miniContents-slider .slick-next:before {
	transform: rotate(-45deg);
	right: 14px;
	top: 15px;
}
.category-miniContents-slider a {
	display: block;
	text-decoration: none;
	height: 100%;
}
.category-miniContents-slider a:focus {
	outline: none;
}
.category-miniContents-slider__title {
	font-weight: bold;
	padding-left: 12px;
}
.category-miniContents-slider__text {
	text-align: justify;
	padding-top: 8px;
	word-break: break-all;
}
/* カテゴリーサーチ */
.p-searchBox {
	background-color: #F5F5F5;
	border-radius: 30px 0 0 30px;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	/*スクロールバー非表示（IE・Edge）*/
	scrollbar-width: none;
	/*スクロールバー非表示（Firefox）*/
}
.p-searchBox::-webkit-scrollbar {
	display: none;
	/*スクロールバー非表示（Chrome・Safari）*/
}
.p-searchButton {
	display: flex;
	padding-bottom: 1em;
	padding-top: 1em;
}
.p-searchButton li {
	padding: 0 2px;
}
.p-searchButton li:first-child {
	padding-left: 16px;
}
.p-searchButton li:last-child {
	padding-right: 16px;
}
.p-searchButton a {
	display: block;
	background-color: #ffffff;
	padding: 0 1em;
	line-height: 32px;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 20px;
}
/* ****************************************** 2024.03.08 追加* ***************************************** */
/* btn---- */
a.animation-btn.-black {
	background-color: black;
	color: white;
}
a.animation-btn.-round {
	border-radius: 100px;
}
@media (hover:hover) {
	a.animation-btn.-black:hover {
		background-color: white;
		color: black;
	}
}
/* modal---- */
.block-modal-common.remodal {
	color: black;
	margin-top: -10px;
	padding: 0;
	position: relative;
}
[data-browse-mode="P"] .block-modal-common.remodal {
	font-size: 16px;
	max-width: 1024px;
}
[data-browse-mode="S"] .block-modal-common.remodal {
	font-size: 14px;
	max-width: 640px;
}
.block-modal-common-desc--title {
	align-items: center;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
}
[data-browse-mode="P"] .block-modal-common-desc--title {
	height: 70px;
}
[data-browse-mode="S"] .block-modal-common-desc--title {
	height: 60px;
}
.block-modal-common-desc-content {
	background-color: #F5F5F5;
}
[data-browse-mode="P"] .block-modal-common-desc-content {
	padding: 16px 48px;
}
[data-browse-mode="S"] .block-modal-common-desc-content {
	padding: 16px 8px;
}
.block-modal-common-close {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: absolute;
}
.block-modal-common-close {
	cursor: pointer;
	left: 0;
	top: 0;
}
[data-browse-mode="P"] .block-modal-common-close {
	height: 70px;
	width: 78px;
}
[data-browse-mode="S"] .block-modal-common-close {
	height: 60px;
	width: 68px;
}
.block-modal-common-close::before,.block-modal-common-close::after {
	background-color: white;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
}
.block-modal-common-close::before,.block-modal-common-close::after {
	height: 2px;
	width: 15px;
}
.block-modal-common-close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.block-modal-common-close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* point---- */
.block-rank-point-table {
	border-collapse: collapse;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	table-layout: fixed;
	width: 100%;
}
[data-browse-mode="P"] .block-rank-point-table {
	font-size: 13px;
}
[data-browse-mode="S"] .block-rank-point-table {
	font-size: 12px;
}
.block-rank-point-table th,.block-rank-point-table td {
	border: 2px solid white;
	text-align: center;
	vertical-align: middle;
}
.block-rank-point-table thead th {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}
[data-browse-mode="P"] .block-rank-point-table tbody th,[data-browse-mode="P"] .block-rank-point-table tbody td {
	padding: 16px 8px;
}
[data-browse-mode="S"] .block-rank-point-table tbody th,[data-browse-mode="S"] .block-rank-point-table tbody td {
	padding: 8px;
}
.block-rank-point-table tbody th img {
	vertical-align: bottom;
	max-width: 65px;
	width: 100%;
}
[data-browse-mode="S"] .block-rank-point-table tbody th img {
	max-width: 50px;
}
.block-rank-point-table tbody tr:nth-child(1) td {
	background-color: #DFF4EA;
}
.block-rank-point-table tbody tr:nth-child(2) td {
	background-color: #E2E8F2;
}
.block-rank-point-table tbody tr:nth-child(3) td {
	background-color: #F7F3D4;
}
.block-rank-point-table tbody tr:nth-child(4) td {
	background-color: #C1E6F8;
}
.block-rank-point-table tbody tr:nth-child(1) th {
	background-color: #F2FFF5;
}
.block-rank-point-table tbody tr:nth-child(2) th {
	background-color: #F0F4F8;
}
.block-rank-point-table tbody tr:nth-child(3) th {
	background-color: #FCFAEF;
}
.block-rank-point-table tbody tr:nth-child(4) th {
	background-color: #E3F4FD;
}
[data-browse-mode="P"] .block-rank-point-table-ratio {
	font-size: 25px;
}
[data-browse-mode="S"] .block-rank-point-table-ratio {
	font-size: 23px;
}
[data-browse-mode="P"] .block-rank-point-table-ratio--percent {
	font-size: 20px;
}
[data-browse-mode="S"] .block-rank-point-table-ratio--percent {
	font-size: 18px;
}
[data-browse-mode="P"] .block-rank-point .block-animation-btn {
	margin-top: 32px;
}
[data-browse-mode="S"] .block-rank-point .block-animation-btn {
	margin-top: 16px;
}
/* ****************************************** 2024.06 追加(common)* ***************************************** */
.block-user-nav--mypage {
	position: relative;
}
.block-user-nav--mypage.mypage--login a {
	background-image: url(../../img/usr/sb/header/ico_mypage_b.png);
	background-position: center 21px;
	background-size: 18px auto;
}
.block-user-nav--mypage:not(.mypage--login) a {
	background-image: url(../../img/usr/sb/header/ico_mypage_2_b.png);
	background-position: center 21px;
	background-size: 18px auto;
}
.block-user-nav-login p {
	font-size: 1.4rem;
	text-align: left;
}
.block-user-nav-entry {
	margin-top: 30px;
}
.block-user-nav-entry h2 {
	font-size: 1.8rem;
}
.block-user-nav-entry p {
	font-size: 1.4rem;
	text-align: left;
}
.block-user-nav-btn {
	margin-top: 15px;
}
.block-user-nav-btn a {
	display: block;
	position: static;
	background-color: #000000;
	color: #ffffff;
	width: 140px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	border-radius: 20px;
}
.block-user-nav-btn span {
	font-size: 1.1rem;
	font-weight: bold;
	padding-left: 0;
}
.block-user-nav-btn:before, .block-user-nav-btn:after {
	display: none;
}
.header_mypage .remodal {
	color: #000000 !important;
	background-color: #ffffff !important;
	border-radius: 4px;
	padding: 56px 20px 56px 20px;
}
.remodal-close--mypage {
	margin-top: 30px;
}
/* ****************************************** 2024.12 追加(common)* ***************************************** */
/* カートボタンに戻る */
.block-return-cart {
	bottom: 40px;
	left: 64px;
	position: fixed;
	width: calc(100% - 128px);
	z-index: 5;
}
.block-return-cart--inner {
	display: none;
}
.block-return-cart--btn {
	align-items: center;
	background-color: #007AB8 !important;
	border: 1px #007AB8 solid;
	color: white;
	display: flex;
	justify-content: center;
	height: 64px;
	width: 100%;
}
