@charset "euc-jp";

body {
	background-color: #FFF;
	background-image: url();
  	color: #666;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #26621E;
}
a:hover {
	color: #568250;
	text-decoration: none;
}

.btn {
	border-radius: 3;
}

ul, ol, form, p {
	margin: 0;
}

/*
 * layout
 */
.HeaderContainer {
	max-width: 980px;
	margin: 0 auto;
}

.container {
	box-sizing: border-box;
	width: calc(100vw - 2vw);
	margin: 0 auto;
}

/* header */

#HEADER {
	width: 100%;
	background: #0c1e5f;
	background-color: #0c1e5f;
	position: fixed;
	z-index: 10000;
	transition: .5s;
}

#HEADER.headerhide {
		top: -100px;
}

.HeaderSection {
	height: 60px;
	display: flex;
	align-items: center;
	overflow: hidden;
	clear: both;
}

.HeaderTitle {
	display: flex;
	align-items: center;
}

.HeaderLogo-img {
	height: 50px;
	width: 144px;
	margin: 5px 5px 5px 10px;
}

.HeaderLogo {
	flex: none;
	height: 50px;
	width: 144px;
}

/* 横須賀協会事務所は画面サイズにより非表示 */
@media screen and (max-width: 979px){
	.HeaderJimusho {
		display:none
	}
}

.HeaderJimusho {
	margin-left: 15px;
	color: #fff;
	font-size: 0.8rem;
}

.HeaderMenu {
	display: flex;
	align-items: center;
	margin-left: auto;
}

/* 検索機能 */
.HeaderSearch {
	display: block;
	position: relative;
	width: 380px;
}

.HeaderSearch:before {
	position: absolute;
	top: -1.3em;
	right: 0px;
	width: 2.6em;
	height: 2.6em;
	border-radius: 0.8em;
	font-size: 1em;
}

 .HeaderSearch_box {
	position: absolute;
	top: calc(-1.3em - 1px);
	right: 0px;
	width: 2.6em;
	height: 2.6em;
	border-radius: 0.8em;
	font-size: 1em;
	padding: 0px 11px 0px 51px;
	background: none;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.HeaderSearch i {
	position: absolute;
	left: 15px;
}

#HEADER_SEARCH_TEXT.HeaderSearchBox_Show {
	min-width: 400px;
}

.HeaderSearch:before {
	z-index: 100;
	line-height: 3em;
	background: #65b1e4;
	color: #FFF;
	text-align: center;
}

.HeaderSearch_box {
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	transition: .5s;
	outline: 0;
	border: solid 1px #ccc;
	border-radius: 0.8em;
	padding-left: 1em;
	width: 0px;
}

.HeaderSearch_box:focus {
	opacity: 1;
	width: 100%;
	cursor: text;
}

/* ヘッダーメニュー */
#HEADER_TOOLS {
	flex-wrap: nowrap;
}

#HEADER_TOOLS.HeaderTools_li_hide {
	display: none;
}


.HeaderTools_ul {
	display: flex;
	line-height: 80px
	text-align: right;
	margin-right: 30px
}

.HeaderTools_li {
	padding: 2px;
    margin-top: 8px;
    margin-left: 10px;
}

.HeaderTools_li a{
	color: #fff;
}

.HeaderTools_li a:hover {
	color: #fdd;
}

.HeaderTools_li img {
	height: 30px;
	margin-top: -6px;
	margin-left: 3px;
	margin-right: 3px;
}

.HeaderToolsCart {
	margin-top: 10px;
	margin-left: 21px;
}

.HeaderToolsCart_btn {
	margin-top: -9px;
	position: relative;
	padding: 7px 15px 7px 34px;
	font-size: 12px;
	border-radius: 0.8em;
}
.HeaderToolsCart_btn i {
	position: absolute;
	top: 9px;
	left: 6px;
	font-size: 14px;
}

.HeaderToolsCart_count {
	padding: 0 2px;
	font-size: 14px;
}

/* 【gnavi設定】 */
/* gnavi背景装飾 */
#GNAVI {
	box-shadow: 0 3px 6px -3px #000000 inset;
	background: #fff;
	background-color: #fff;
	clear: both;
}

/* gnavi領域の確保 */
.HeaderGnavi {
	height: 40px;
	font-size: 0.8rem;
	font-weight: bold;
}

/* gnaviメニューリスト */
.HeaderGnavi_ul {
	height: 100%;
	list-style-type: none;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 -25px;
}

/* gnaviメニュー */
.header-gnavi__unit {
	text-align: center;
	flex: 1 1;
	display: flex;
}

/* gnaviメニュー パーティション */
/*
.header-gnavi__unit::after {
	content: "";
	display: block;
	width: 2px;
	height: 28px;
	background: #999;
	background-color: #999;
	position: absolute;
	right: -1px;
	top: calc((100% - 28px)/2);
}

.header-gnavi__unit:last-child::after {
	content: none;
}
*/

/* gnaviメニューボタン可動範囲 */
.header-gnavi__link {
	display: flex;
	flex: 1 1;
	justify-content: center;
	text-decoration: none;
	padding: 0 20px;
}

/* gnaviメニューボタンテキスト */
.HeaderGnavi_span {
	color: #666;
	display: flex;
	align-items: center;
	word-break: keep-all;
}

/* gnaviメニューボタンテキストのカラー変更 */
.header-gnavi__unit:hover .HeaderGnavi_span {
	color: #f90;
	position: relative;
}

/* gnaviメニューボタンテキストの下線表示 */
.header-gnavi__unit:hover .HeaderGnavi_span::after {
	content: "";
	position: absolute;
	display: block;
	height: 4px;
	width: 100%;
	bottom: 0;
	background-color: #ff7600;
	border-radius: 5px;
}

/* メガメニュー選択時 */
.header-gnavi__link--menu {
	position: relative;
	border: none;

	z-index: 55;
}

/* メガメニュー */
.mega-navi {
	display: none;
	list-style-type: none;
	border: 1px solid #999;
	height: 65vh;
	width: 100%;
	overflow-y: scroll;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	float: left;
	padding: 3% 1%;
	background: #fff;
	z-index: 50;
	text-align: left;
}

.mega-navi::-webkit-scrollbar {
	width: 12px;
}
.mega-navi::-webkit-scrollbar-thumb {
	background: rgba(255, 120, 0, 0.6);
}
.mega-navi::-webkit-scrollbar-track {
	background: rgba(255, 120, 0, 0.1);
}

.mega-navi__unit {
	text-align: center;
	width: 22.5%;
	margin: 8px;
	display: inline-block;
	vertical-align: top;
	background: none;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #e5e5e5;
}

.mega-navi__unit:hover {
	background: #8Fe;
	border: 1px solid #e5e5e5;
}

.mega-navi__link {
	padding: 12px;
	display: block;
}

.mega-navi__link_img {
	display: block;
}

.mega-navi__link_img img{
	width: 100%;
}

/* メニュー下部装飾 */
#FADER {
	height: 6px;
	box-shadow: 0 3px 6px -3px #000000 inset;
	background-color: #fff;
	clear: both;
}


/* slider */
#SLIDESHOW {
	padding-top: 120px;
  	margin: 0 auto;
	width: 98vw;
	clear: both;
}

#slider div {
	overflow: visible;
	min-width: 360px;
	max-width: 720px !important;
	border-botom: 1px solid #000;
}

.slider {
	margin: 0 auto 40px;
	min-width: 360px;
	max-width: 720px;
}

.slider .bx-wrapper {
	z-index: 0;
	margin-bottom: 0;
}

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	left: 0 !important;
	border: none !important;
}
.slider .bx-wrapper .bx-caption {
	background: #000;
	background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
	font-size: 18px;
	padding: 30px;
}

.slider .bx-wrapper .bx-pager {
	padding-top: 20px !important;
	bottom: -30px !important;
}

/* main */
.main__section {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 60px;
}

.main__section--product {
}

/* sidebar */
.SidebarSection {
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-right: 20px;
}

.MenuSection {
	margin-bottom: 40px;
}

.more-prd span {
	cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
	padding-left: 3px;
	padding-bottom: 15px;
}

.breadcrumb-list__unit {
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
	position: absolute;
	top: -3px;
	right: 10px;
}

.sort--sub-layer {
	min-width: 200px;
	width: 100%;
}

/* contents */
.contents__section {
	margin: 0px auto;
	padding: 0px;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section, .productTagSection {
	margin-bottom: 60px;
}

.payment__section, .cancel__section, .sk__section {
	padding-top: 110px;
}

.product-list__section {
	position: relative;
}

.free-space__section {
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list, .productlist-list, .productTagList, .NewArribalList {
	margin-top: 40px;
}

.ColorVariation-list {
	margin-top: 15px;
}

.SubList_ul {
	margin: 0px 0px 12px 20px;
	font-size: 0;
}

.SubList_li {
	text-align: center;
	display: inline-block;
	margin: 3px 8px 5px 8px;
	border-radius: 3px;
	background: #3685f1;
	border: 2px solid #7ecef4;
	border-radius: 5px;
	font-size: 14px;
}

.SubList_li:hover {
	background: #7cb4ff;
	border: 2px solid #3f7af3;
}

.SubList_li a {
	display: block;
	padding: 8px 25px 8px 25px;
	color: #fff;
	font-weight: bold;
}

.SubListImg {	/*使わない*/
	padding-bottom: 10px;
}

.product-list__freespace-top {
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.ProductListNOITEM {
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
	margin: 20px;
}

.info-list {
	list-style-type: none;
}

.info-list__unit {
	padding-bottom: 30px;
}

.info-list__date {
	display: block;
	padding-bottom: 10px;
}

/* history */
.history__section {
	clear: both;
}

/* footer */
.FooterSection {
	border-bottom: 1px solid #000;
}

.FooterGuide {
	padding: 0px 2vw 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
}

.guide__col {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

.guide__col--one-third {
	width: 31%;
}

.guide__col--half {
	width: 625px;
}

.guide__h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	font-size: 16px;
}

.guide__list {
	margin: 0;
}

.guide__name {
	padding-bottom: 15px;
}

.guide__other {
	margin: 0;
	padding-bottom: 30px;
	color: #666;
}

.FooterNavi {
	margin-bottom: 40px;
}

.shop-owner {
	overflow: hidden;
}

.shop-owner__img {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.shop-owner__info {
	float: left;
	width: 290px;
}

.shop-owner__name {
	margin-bottom: 16px;
	font-weight: bold;
}

.shop-owner__memo {
	line-height: 1.8;
}

.sns-list {
	list-style-type: none;
	padding-bottom: 30px;
}

.sns-list__unit {
	display: table-cell;
	padding-right: 5px;
}

.footer-navi__col {
	list-style-type: none;
	line-height: 2.2;
}

.pagetop__btn {
	display: block;
	padding: 18px 0;
	width: 100%;
	max-width: 50px;
	float: right;
}

/* copyright */
.copyright__section {
	padding: 20px 0;
	font-size: 10px;
}

.copyright {
	margin: 0 0 10px;
}

.copyright__img {
	width: 200px;
	height: 18px;
	margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
	margin: 10px 0 0;
	list-style-type: none;
}

.menu-list--more-prd {
	margin: 10px 0 20px;
}

.menu-list__link {
	display: table;
	padding: 10px 0;
	width: 100%;
}

.menu-list__text {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	width: 90%;
}

.menu-list__icon {
	display: table-cell;
	vertical-align: middle;
	width: 10%;
	text-align: right;
}

.category-list__unit {
	position: relative;
}

/* calender */
.cal {
	margin: 20px 0 60px;
	text-align: center;
}

.tbl_calendar {
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	width:100%;
}
.tbl_calendar caption {
	text-align: center;
	font-weight: bold;
	padding: 6px 0;
}
.tbl_calendar th, .tbl_calendar td {
	padding: 4px !important;
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
}

/* qrcode */
.qrcode {
	margin: 20px 0 60px;
	text-align: center;
}

/* product-list */
.product-list {
	list-style-type: none;
	font-size: 0;
}

.product-list__unit {
	display: inline-block;
	font-size: 14px;
	margin: 0 0.8vw 40px;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.product-list__unit-sm {
	width: 8vw;
}

.product-list__unit-md {
	width: 17.5vw;
}

.product-list__unit-lg {
	width: 22.2vw;
}

.product-list__unit-Exlg {
	width: 30.2vw;
}

.product-list__unit--sidebar {
	display: block;
	margin: 0 0 20px;
}

.product-list__image:hover {
	opacity: 0.8;
}

.product-list__image {
	width: 252px;
}

.product-list__text {
	display: block;
}

.product-list__name {
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
}

.product-list__name--sidebar {
	margin-top: 0;
	margin-left: 10px;
}

.product-list__expl {
	margin-top: 5px;
	text-align: left;
}

.product-list__prices {
	margin-top: 6px;
	color: #002e73;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

.product-list__prices--sidebar {
	margin-left: 10px;
}

.product-list__price-regular {
	text-decoration: line-through;
}

.product-list__price-soldout {
	color: #fff;
	width: 80%;
	margin: 1px auto 0px;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	background: #f00;
	background-color: #f00;
		border-radius: 3px;
}

.product-list__discount-rate {
	color: #ff0000;
}

.rank-box {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 5;
}

.rank-box--sidebar {
	top: 10px;
}

.rank-number {
	padding: 8px 0 0;
	background: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
	width: 40px;
	height: 32px;
	display: block;
	text-align: center;
}

.rank-number--sidebar {
	padding: 4px 0 0;
	width: 22px;
	height: 18px;
}

.rank-number-color--1 {
	background: #ffea22;
}

.rank-number-color--2 {
	background: #cbcbcb;
}

.rank-number-color--3 {
	background: #d9a300;
}

/* pagenation */
.pagenation {
	position: relative;
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
	font-size:0;
}
.pagenation .disabled {
	color: #ccc;
}

.pagenation-pos {
	line-height: 0.8;
}

.pagenation-pos__number {
	margin: 0 5px;
	font-size: 22px;
}

/* product */
.product__section {
	margin-bottom: 40px;
	padding: 0px 20px;
}
.product__section h2 {
	border-bottom: none;
	font-size: 22px;
}

.product__explain {
	display: block;
	line-height: 1.8;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
	padding-top: 40px;
	margin-left: 20px;
}

.product__model {
	padding-left: 10px;
	font-size: 14px;
	color: #666;
}

.product__image-main {
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.product__image-thumb ul li {
	cursor: pointer;
	margin-bottom: 25px;
	padding: 0 10px;
}

.image__thumb {
	padding: 2px;
	border: 2px solid #fff;
}

.ProductSoldOut {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}

.ProductSoldOutText {
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(50% - 15px); 
	color: #fff;
	text-align: center;
	background: #f00;
	background-color: #f00;
	font-weight: bold; 
	font-size: 20px;
	padding: 5px 0px;
		border-radius: 3px;
}

.image__thumb--active {
	border: 2px solid #999;
}

.product__guide {
	padding: 0 0 60px;
}

.product__price-part {
	font-size: 22px;
	padding-bottom: 5px;
}

.product__price-regular {
	padding-bottom: 5px;
}

.product__price-establish {
	padding-bottom: 5px;
	color: #666;
}

.product__discount {
	color: #ff0000;
}

.product__stock-str {
	padding: 15px 3px 5px 3px;
	font-size: 22px;
	color: #ff5a00;
}

.product__related-list__link {
	display: block;
	padding: 5px 0;
}
.product__related-list__link span {
	padding-left: 15px;
}

.product__order {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 40px 0 60px;
}

.option-list__name, .text-titles-list__name {
	padding-bottom: 10px;
	font-weight: normal;
}

.BuyNumList {
	display: flex;
	justify-content: center;
	align-items: center;
}

.init-list__name {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
	margin: 0;
}

.option-list__select {
	height: 50px;
	border: 2px solid #999;
}

.text-titles-list__detail-text {
	height: 50px;
	border: 2px solid #999;
}

.init-list__detail-num {
	width: 100px;
	height: 38px;
	border: 2px solid #999;
	display: inline-block;
}

.init-list__detail-updw {
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.init-list__detail-unit {
	padding-left: 10px;
}

.order-btn-list {
	margin: 0;
	padding-top: 10px;
}

.stock_error {
	text-align: center;
	color: #cf0400;
}

.option-table {
	margin: 40px 0;
}
.option-table table {
	width: 95%;
	margin: 0 auto;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.option-table table th, .option-table table td {
	padding: 11px 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.option-table table th {
	text-align: center;
}
.option-table table td {
	vertical-align: top;
	text-align: center;
}

.related-list {
	text-align: right;
	padding-right: 15px;
}

.related-list__unit {
	display: inline-block;
}

/* option detail */
.option-detail__section {
	padding: 20px;
	text-align: center;
}

.option-detail__table th {
	text-align: center;
}
.option-detail__table td {
	text-align: center;
}

.option-detail__price--regular {
	text-decoration: line-through;
}

.option-detail__discount {
	color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
	margin: 40px 0 20px;
	line-height: 1.8;
}

.shop-info-list__title {
	padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
	padding: 0 0 5px;
}

.shop-info-list__note {
	margin: 0;
	line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
	font-size: 16px;
	margin: 0px 0px 10px;
	padding: 0px 0px 6px 10px;
	border-bottom: 3px solid #999;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
	background: #FF0099;
	border: 1px solid #333;
	color: #fff;
}
.btn-primary:hover {
	background: #FF0066;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn-secondary {
	background: #48A3FF;
	border: 1px solid #48A3FF;
	color: #fff;
}
.btn-secondary:hover {
	background: #48A3FF;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn-tertiary {
	background: #cf0400;
	border: 1px solid #cf0400;
	color: #fff;
}
.btn-tertiary:hover {
	background: #cf0400;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
	padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
	margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
	vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
	background-color: #cf0400;
	color: #fff;
}

.txt--sm {
	font-size: 10px;
}

.txt--md {
	font-size: 12px;
}

.txt--lg {
	font-size: 16px;
}

.txt--c {
	text-align: center;
}

.txt--r {
	text-align: right;
}

.txt--red {
	color: #ff0000;
}

.txt--gray {
	color: #999;
}

.border--none {
	border: none;
}

.mar-t--20 {
	margin-top: 20px;
}

.mar-b--20 {
	margin-bottom: 20px;
}

.mar-b--60 {
	margin-bottom: 60px;
}

.width--110 {
	width: 110px;
}

.width--160 {
	width: 160px;
}

.hide {
	display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	outline: none;
}


/* 絞り込みの見出し装飾 */
.NarrowHeaderDecoration {
	margin: 10px 0px 0px 20px;
	padding-left: 8px;
}

/* 絞り込みの見出しをIDで設定 */
.NarrowHeader01:before {
	content: "ブランドで絞り込む";
}

.NarrowHeader02:before {
	content: "タイプで絞り込む";
}

.NarrowHeader03:before {
	content: "カテゴリで絞り込む";
}

.NarrowHeader04:before {
	content: "シリーズで絞り込む";
}

.NarrowHeader21:before {
	content: "シーズンで絞り込む";
}

.NarrowHeader31:before {
	content: "サイズで絞り込む";
}

.NarrowHeader51:before {
	content: "シルエットで絞り込む";
}

.NarrowHeader52:before {
	content: "カットで絞り込む";
}

.NarrowHeader53:before {
	content: "丈で絞り込む";
}

.NarrowHeader61:before {
	content: "デザインタイプで絞り込む";
}

.NarrowHeader71:before {
	content: "ヒーローで絞り込む";
}

.NarrowHeader72:before {
	content: "競技で絞り込む";
}

.ColorVariationTitle-h2 {
	margin: 0;
	padding: 0px 0px 6px 10px;
	border-bottom: 3px solid #999;
	font-size: 16px;
	background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.ColorVariation_unit {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 40px;
	vertical-align: top;
	position: relative;
	text-align: center;
		border-radius: 3px;
}

.GENTEI {
	color: #fA0;
	width: 80%;
	letter-spacing: 1em;
	margin: 1px auto 2px;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	background: #000;
	background-color: #000;
		border-radius: 3px;
}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.prdTitle_h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}

.prdDetail_ul {
	list-style-type: none;
	position: relative;
	margin: 10px 10px 40px 0px;
}

.prdDetail_ul li{
	margin-bottom: 6px;
}

.prdDetail_ul li span{
	display: inline-block;
	padding: 0px 15px 5px 5px;
/*	border-left: 1px solid #999; */
	border-bottom: 1px solid #dee1e6;
}

.prdEntryColorList {
	display: block;
	margin-bottom: 15px;
}

.prdEntryColor {
	display: inline-block;
	border-radius : 3px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin: 0 10px -10px;
	border: 1px solid #999;
}

.prdKeyword {
	display: block;
	margin-bottom: 12px;
}

/* ************************************************ 
 *	カラー絞り込み
 * ************************************************ */
#CATEGORY_SEARCH_DETAIL.CATEGORY_SEARCH_DETAIL_hide {
	display: none;
}

.ColorSelectList label .Color:hover {
	opacity: 0.3;
}

.SC-NONE {
	background: linear-gradient(45deg, white, white 49.5%, red 49.5%, red 50.5%, white 50.5%, white);
}
.SC-WHT {
	background: #FFFFFF;
}
.SC-YLW {
	background: #F7D900;
}
.SC-PNK {
	background: #E4007E;
}
.SC-ORG {
	background: #E9650E;
}
.SC-RED {
	background: #C30D22;
}
.SC-MRN {
	background: #7F0D0D;
}
.SC-PPL {
	background: #5F1885;
}
.SC-LTB {
	background: #72AFE0;
}
.SC-BLU {
	background: #0057A6;
}
.SC-NVY {
	background: #09034A;
}
.SC-LTG {
	background: #88CB7F;
}
.SC-GRN {
	background: #005633;
}
.SC-BWN {
	background: #81511c;
}
.SC-BLK {
	background: #000000;
}
.SC-GRY {
	background: #696969;
}
.SC-GLD {
	background: -moz-linear-gradient(135deg, #B67B03 0%, #DAAF08 10%, #FEE9A0 40%, #DAAF08 60%, #B67B03 80% 100%);
	background: -webkit-linear-gradient(135deg, #B67B03 0%, #DAAF08 10%, #FEE9A0 40%, #DAAF08 60%, #B67B03 80% 100%);
	background: linear-gradient(135deg, #B67B03 0%, #DAAF08 10%, #FEE9A0 40%, #DAAF08 60%, #B67B03 80% 100%);
}
.SC-SLV {
	background: -moz-linear-gradient(135deg, #757575 0%, #9E9E9E 10%, #E8E8E8 40%, #9E9E9E 60%, #757575 80% 100%);
	background: -webkit-linear-gradient(135deg, #757575 0%, #9E9E9E 10%, #E8E8E8 40%, #9E9E9E 60%, #757575 80% 100%);
	background: linear-gradient(135deg, #757575 0%, #9E9E9E 10%, #E8E8E8 40%, #9E9E9E 60%, #757575 80% 100%);
}
.SC-MLT {
	background: -moz-conic-gradient(
		hsl(0, 100%, 50%) 0,
		hsl(90, 100%, 50%) 90deg,
		hsl(180, 100%, 50%) 180deg,
		hsl(270, 100%, 50%) 270deg,
		hsl(360, 100%, 50%) 360deg
	);
	background: -webkit-conic-gradient(
		hsl(0, 100%, 50%) 0,
		hsl(90, 100%, 50%) 90deg,
		hsl(180, 100%, 50%) 180deg,
		hsl(270, 100%, 50%) 270deg,
		hsl(360, 100%, 50%) 360deg
	);
	background: conic-gradient(
		hsl(0, 100%, 50%) 0,
		hsl(90, 100%, 50%) 90deg,
		hsl(180, 100%, 50%) 180deg,
		hsl(270, 100%, 50%) 270deg,
		hsl(360, 100%, 50%) 360deg
	);
}

/* ************************************************ 
 *	FAQ
 * ************************************************ */
#FAQ-1 {
	width: 100%;
}

#FAQ-1 h1 {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	margin: 24px 16px 40px 32px;
}

#FAQ dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#FAQ dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#FAQ dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#FAQ dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}

/* ************************************************ 
 *	FOOTER
 * ************************************************ */
.FooterNavi_ul {
	height: 40px;
	list-style-type: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 20px;
}

.FooterNavi_ul li {
	margin: 0 10px;
	align-items: center;
	text-align: center;
	flex: 1 1;
}

.FooterNavi_ul li img {
	height: 30px;
	margin-right: 15px;
}

.SALE_BOX {
	margin-top: 3px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 10px;
	background: #f00;
	background-color: #f00;
	border-radius: 3px;
}


/* ************************************************ 
 *	ヘッダー下部のinfo
 * ************************************************ */

.Toppage_AlwaysInfo {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Toppage_AlwaysInfo dl{
	text-align: left;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #f00;
	margin: 0 auto;
	margin-bottom: 10px;
}

.AlwaysInfoHeader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: #fff;
	background: #f00;
	background-color: #f00;
}

.AlwaysInfoContents {
	text-align: left;
	padding: 3px;
}

/* ************************************************ 
 *	検索機能
 * ************************************************ */

#SEARCH_ADD_SUBCATEGORY {
	text-align: left;
	align-items: center;
	margin: 0 0 10px 20px;
	background: none;
	font-size: 14px;
	position: relative;
}

#SEARCH_ADD_SUBCATEGORY select {
	text-align: left;
	display: inline-block;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 14px;
	width: 120px;
}

#SEARCH_ADD_USE,
#SEARCH_ADD_OUTCOURT,
#SEARCH_ADD_SWEAT,
#SEARCH_ADD_SOCKS_LENGTH,
#SEARCH_ADD_BAG_SIZE,
#SEARCH_ADD_GROUND,
#SEARCH_ADD_TYPE,
#SEARCH_ADD_APPAREL_SIZE,
#SEARCH_ADD_SHOES_SIZE,
#SEARCH_ADD_SOCKS_SIZE,
#SEARCH_ADD_PRICE,
#SEARCH_ADD_TEXT,
#SEARCH_ADD_COLOR,
#SEARCH_ADD_MAINCOLOR,
#SEARCH_ADD_SUBCOLOR {
	align-items: center;
	margin: 0 0 10px 20px;
}


#SEARCH_ADD_USE input[type="radio"],
#SEARCH_ADD_OUTCOURT input[type="radio"],
#SEARCH_ADD_SWEAT input[type="radio"],
#SEARCH_ADD_SOCKS_LENGTH input[type="radio"],
#SEARCH_ADD_BAG_SIZE input[type="radio"],
#SEARCH_ADD_GROUND input[type="radio"],
#SEARCH_ADD_TYPE input[type="radio"],
#SEARCH_ADD_APPAREL_SIZE input[type="radio"],
#SEARCH_ADD_SHOES_SIZE input[type="radio"],
#SEARCH_ADD_SOCKS_SIZE input[type="radio"],
#SEARCH_ADD_PRICE input[type="radio"],
#SEARCH_ADD_COLOR input[type="radio"],
#SEARCH_ADD_MAINCOLOR input[type="radio"],
#SEARCH_ADD_SUBCOLOR input[type="radio"] {
	display:none; 
}

#SEARCH_ADD_USE input[type="radio"]:checked + label,
#SEARCH_ADD_OUTCOURT input[type="radio"]:checked + label,
#SEARCH_ADD_SWEAT input[type="radio"]:checked + label,
#SEARCH_ADD_SOCKS_LENGTH input[type="radio"]:checked + label,
#SEARCH_ADD_BAG_SIZE input[type="radio"]:checked + label,
#SEARCH_ADD_GROUND input[type="radio"]:checked + label,
#SEARCH_ADD_TYPE input[type="radio"]:checked + label,
#SEARCH_ADD_APPAREL_SIZE input[type="radio"]:checked + label,
#SEARCH_ADD_SHOES_SIZE input[type="radio"]:checked + label,
#SEARCH_ADD_SOCKS_SIZE input[type="radio"]:checked + label,
#SEARCH_ADD_PRICE input[type="radio"]:checked + label {
	color: #fff;
	background: #3685f1;
	background-color: #3685f1;
}

#SEARCH_ADD_USE label,
#SEARCH_ADD_OUTCOURT label,
#SEARCH_ADD_SWEAT label,
#SEARCH_ADD_SOCKS_LENGTH label,
#SEARCH_ADD_BAG_SIZE label,
#SEARCH_ADD_GROUND label,
#SEARCH_ADD_TYPE label,
#SEARCH_ADD_APPAREL_SIZE label,
#SEARCH_ADD_SHOES_SIZE label,
#SEARCH_ADD_SOCKS_SIZE label,
#SEARCH_ADD_PRICE label {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px;
	margin-right: 10px;
	transition: .3s;
	border: 1px solid #999;
}

#SEARCH_ADD_USE label:hover,
#SEARCH_ADD_OUTCOURT label:hover,
#SEARCH_ADD_SWEAT label:hover,
#SEARCH_ADD_SOCKS_LENGTH label:hover,
#SEARCH_ADD_BAG_SIZE label:hover,
#SEARCH_ADD_GROUND label:hover,
#SEARCH_ADD_TYPE label:hover,
#SEARCH_ADD_APPAREL_SIZE label:hover,
#SEARCH_ADD_SHOES_SIZE label:hover,
#SEARCH_ADD_SOCKS_SIZE label:hover,
#SEARCH_ADD_PRICE label:hover {
	opacity: 0.6;
}

#SEARCH_FREETEXT {
	align-items: center;
	border: 1px solid #999;
	min-width: 30vw;
	max-width: 60vw;
	padding: 5px;
}

#SEARCH_ADD_COLOR input[type="radio"]:checked + label,
#SEARCH_ADD_MAINCOLOR input[type="radio"]:checked + label,
#SEARCH_ADD_SUBCOLOR input[type="radio"]:checked + label {
	border: 3px solid #f00;
}

#SEARCH_ADD_COLOR label,
#SEARCH_ADD_MAINCOLOR label,
#SEARCH_ADD_SUBCOLOR label {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 33px;
	height: 33px;
	padding: 3px;
	margin-right: 8px;
	transition: .3s;
	border: 3px solid #fff;
}

#SEARCH_ADD_COLOR label .Color,
#SEARCH_ADD_MAINCOLOR label .Color,
#SEARCH_ADD_SUBCOLOR label .Color {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 30px;
	height: 30px;
	transition: .3s;
	border: 1px solid #999;
}

#CATEGORY_SEARCH {
	padding: 12px 0px;
}

#CATEGORY_SEARCH dl {
	display: table;
	margin: 0px;
}

#CATEGORY_SEARCH dl dt{
	display:table-cell; 
	font-size: 16px;
	font-weght: bold;
	width: 125px;
	text-align: left;
	vertical-align:middle;
}

#CATEGORY_SEARCH dl dd{
	display:table-cell; 
	text-align: left;
	vertical-align:middle;
}

#CATEGORY_SEARCH_BUTTON {
	margin-left: 15px;
	display: inline-block;
	min-width: 300px;
	max-width: 360px;
	text-align: center;
	border: 2px solid #999;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #333;
	background-color: #333;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 3px;
	transition: .3s;
}

#CATEGORY_SEARCH_BUTTON:hover {
	opacity: 0.8;
}

.CS-ShowHideCheck {
	display: none;
}

.CS-ShowHideLabel {
	margin-left: 20px;
	display: block;
	min-width: 280px;
	max-width: 320px;
	text-align: center;
	border: 2px solid #999;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #333;
	background-color: #333;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 3px;
	transition: .3s;
}

.CS-ShowHideLabel:hover {
	opacity: 0.8;
}

.CS-ShowHideLabel:after {
	content: "▼";
}
.CS-ShowHideCheck:checked + .CS-ShowHideLabel:after {
	content: "▲";
}

.CS-ShowHideCheck:checked + .CS-ShowHideLabel {
	color: #333;
	background: #DDD;
}

.CS-ShowHideContents {
	border-bottom: 1px solid #999;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
	margin-bottom: 16px;
}

.CS-ShowHideCheck:checked + .CS-ShowHideLabel + .CS-ShowHideContents {
	height: auto;
	opacity: 1;
	visibility: visible;
}

#PRICE_TYPE_NONE, #PRICE_TYPE_REGULAR, #PRICE_TYPE_SALE {
	display: none;
}

.RegularPriceItem {
	display: none
}

.SalePriceItem {
	display: none
}

#btnPriceType1 ,#btnPriceType2, #btnPriceType3 {
	display: inline-block;
	font-weight: bold;
	margin: 0px 3px;
	padding: 5px 11px;
	background-color: #fff;
	border: 1px solid;
}

#PRICE_TYPE_NONE:checked ~ * .RegularPriceItem {
	display: inline-block;
}
#PRICE_TYPE_NONE:checked ~ * .SalePriceItem {
	display: inline-block;
}

#PRICE_TYPE_REGULAR:checked ~ * .RegularPriceItem {
	display: inline-block;
}
#PRICE_TYPE_SALE:checked ~ * .SalePriceItem {
	display: inline-block;
}

/* チェックボックスがチェックされていたらボタンにスタイルを適用 */
#PRICE_TYPE_NONE:checked ~ #btnPriceType1 {
	display: inline-block;
	color: #fff;
	background-color: #333;
}
#PRICE_TYPE_REGULAR:checked ~ #btnPriceType2 {
	display: inline-block;
	color: #fff;
	background-color: #333;
}
#PRICE_TYPE_SALE:checked ~ #btnPriceType3 {
	display: inline-block;
	color: #fff;
	background-color: #333;
}

.ContentsLink {
	display:inline-block;
	border-radius : 3px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0px 3px;
	transition: .3s;
	border: 1px solid #999;
}

.ContentsLink:hover {
	opacity: 0.6;
}

.TechExp {
	margin-bottom: 15px;
}

.TechExp img{
	display: inline-block;
	max-height: 280px;
	max-width: 280px;
	margin-right: 12px;
}

.TechExp p{
	display: inline-block;
	vertical-align:middle;
}

.TechExp p b{
	display: inline-block;
	border-bottom: 3px solid #72b1ff;
	padding: 0px 20px 3px 3px;
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *	商品オプション 表形式
 * ------------------------------------- */

#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
	vertical-align: middle; 
	position: relative; 
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.stock_zero {
	display: block;
	width: 100%;
	height: 100%;
	font-weight:bold;
	color: #fff;
	background:red;
	background-color:red;
	border-radius: 3px;
}
#option_tbl td label{
	text-align:center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#option_tbl td .table_price {
	display: none;
}
#option_tbl td .t_stock_num{
	display: none;
}
#option_tbl td br{
	display: none;
}

/* ************************************************ 
 *	これからバスケットボールを始める方へ
 * ************************************************ */
#BeginnerPage {
	width: 100%;
}

#BeginnerPage h1 {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	margin: 24px 0px 10px 16px;
}

#BeginnerPage dt {
	background: #444;
	color: #fff;
	padding: 8px 16px;
	margin: 0px 16px;
	border-radius: 2px;
}

#BeginnerPage dd {
	margin: 24px 16px 40px 32px;
	line-height: 150%;
}

#BeginnerPage a {
	display:inline-block;
	color: #3685f1;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 12px;
	margin: 0px 3px;
	transition: .3s;
	border: 1px solid #999;
	border-radius: 3px;
}

#BeginnerPage a:hover {
	opacity: 0.8;
}

.Toppage_Yamato {
	text-align: center;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Toppage_Yamato dl{
	text-align: left;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #009380;
	margin: 0 auto;
}

.AlwaysYamatoHeader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #fff;
	background: #f00;
	background-color: #009380;
}

.AlwaysYamatoContents {
	text-align: left;
	padding: 3px;
}

.NekoposKanouNum {
	color: #ff7800;
	font-size: 120%;
	font-weight: bold;
	margin: 3px 0px;
}

/* ************************************************ 
 *	ページャー
 * ************************************************ */
.PagerOuter {
	display:block;
	width: 100%;
	position: relative;
}

.TtlItemNum {
	display:block;
	margin: 0 auto;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.pagenation a {
	text-decoration: none;
}

.pagenation-next {
	display: inline-block;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	width: 120px;
	padding: 12px 0px;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0px;
	border-color: #a9a9a9;
	border-top-right-radius : 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius : 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	box-shadow: 2px 2px 2px #cbcbcb;
	line-height: 1;
}

.pagenation-prev {
	display: inline-block;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	width: 110px;
	padding: 12px 0px;
	border-style: solid none solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: #a9a9a9;
	border-top-left-radius : 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius : 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 2px 2px 2px #cbcbcb;
	line-height: 1;
}

.ViewPageNum {
	display: inline-block;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	width: 60px;
	padding: 12px 0px;
	text-align: center;
	text-decoration: bold;
	border: 1px solid #000;
	box-shadow: 2px 2px 2px #cbcbcb;
	line-height: 1;
}

.PageListNum {
	display: inline-block;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	width: 60px;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-style: solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #a9a9a9;
	box-shadow: 2px 2px 2px #cbcbcb;
	line-height: 1;
}

.PageListDot {
	display: inline-block;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	padding: 12px 0px;
	text-decoration: none;
	border-style: solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #a9a9a9;
	box-shadow: 2px 2px 2px #cbcbcb;
	line-height: 1;
}

.PageListNum:hover{
	color: #cdcdcd;
}

.pagenation-next:hover{
	color: #cdcdcd;
}

.pagenation-prev:hover{
	color: #cdcdcd;
}

.PageListDisabled {
	display: inline-block;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	padding: 12px 0px;
	text-decoration: none;
	box-shadow: 2px 2px 2px #cbcbcb;
	line-height: 1;
}

.product_PichUpContents-Full {
	display: inline-block;
	width: 90vw;
	max-width: 90vw;
	margin: 5px 1vw;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.product_PichUpContents-Half {
	display: inline-block;
	width: 45vw;
	max-width: 45vw;
	margin: 5px 1vw;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.product_PichUpContents-OneThird {
	display: inline-block;
	width: 30vw;
	max-width: 30vw;
	margin: 5px 1vw;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.product_PichUpContentsList {
	display: flex;
	list-style-type: none;
	font-size: 0;
	margin: 10px auto;
	justify-content: center;
	flex-wrap: wrap;
}

/* ************************************************ 
 *	送料無料/割引率などのPOP
 * ************************************************ */

.ProductImageArea {
	display:inline-block;
	position: relative;
}

.Pop-SoryoMuryo {
	display:inline-block;
	z-index: 1000;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -5px;
	right: -5px;
	border-radius : 5px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
	color: #ffe600;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	border: none;
	background: #0057A6;
}

.Pop-SoryoMuryo p {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0.9rem;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.Pop-Off {
	display:inline-block;
	background-image:url(https://img04.shop-pro.jp/PA01010/545/etc/Pop-Off.png?cmsp_timestamp=20230212214842);
	background-repeat: no-repeat;
	width: 68px;
	height: 68px;
	position: absolute;
	top: -18px;
	right: -9px;
	padding: 0px; 
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	border: none;
	z-index: 995
}

.Pop-Off p {
	position: absolute;
	z-index: 996;
	top: 50%;
	left: 50%;
	font-size: 0.9rem;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.ImgCenter{
	display: inline-block;
	margin-left : auto;
  	margin-right : auto;
	margin-bottom : 10px;
}


/* ************************************************ 
 *	特定商取引のレイアウト調整
 * ************************************************ */
.PaymentLayout{
	margin-left: 15px;
}

/* ************************************************ 
 *	フリーページのレイアウト調整
 * ************************************************ */
.FreePage {
	padding: 10px 0px 30px 15px;
}

.FreePageHeader {
	display: block;
	position: relative;
  	width: 80%;
	padding: 5px 20px;
  	color: #fff;
	font-size: 3rem;
	font-weight: bold;  	
	border-radius: 5px;
	margin: 5px auto;
}

.FreePageHeader div {
	display: block;
	position: relative;
	margin: 0px auto;
}

/* ************************************************ 
 *	セールなどの情報を表示する場合
 * ************************************************ */
.SaleCampainList_li {
	display: inline-block;
	width: 20vw;
	margin: 5px 1vw;
	padding: 15px 0px;
	vertical-align: top;
	position: relative;
	text-align: center;
  	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 5px;
}

.SaleCampainList_ul {
	display: flex;
	list-style-type: none;
	font-size: 0;
	margin: 10px auto;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5px auto;
}

h3 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0px 2px;
}