/* ウェルカムメッセージ */
.fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready {
   display: block;
   margin:0.5em 1em 0 1em;
}

/* アンカーリンク(ヘッダー分修正) */
:target:before {
   content:"";
   display:block;
   height:80px;/* ヘッダの高さ = 80px */
   margin:-80px 0 0;/* ヘッダの高さ = 80px */
}

/* スマホ横スクロール調整 */
@media (max-width: 768px) {
html{
	overflow:auto;
}
body{
	overflow: hidden;
}
}


/* スマホ非表示 */	
@media (max-width: 768px) {	
.sp_none {	
	display:none;
}	
}	


/* コンテンツ幅 */
@media screen and (min-width: 960px) {
.fs-body-top .fs-l-main,
.fs-body-category .fs-l-main {
   max-width: 100%;
   margin: 0 auto;
   padding: 0px;
}
.fs-l-pageMain {
   max-width: 100%;
}
.inner {
   max-width: 1216px;
   margin: 0 auto;
}
/* 商品一覧 */
.fs-c-productList {
   max-width: 100%;
   margin: 40px auto;
   padding:40px 0;
   background-color:#f2f2f2;
}
.fs-c-productList__controller {
   max-width: 1216px;
   margin: 0 auto;
   background-color:#f2f2f2;
}
.fs-c-productList__list {
   max-width: 1216px;
   margin: 0 auto;
   background-color:#f2f2f2;
}
.fs-c-productList a {
   text-decoration: none;
}
.fs-c-productList a:hover  {
   text-decoration: underline;
}
.recommend_block a {
   text-decoration: none;
}
.recommend_block a:hover {
   text-decoration: underline;
}
}


/* スマホ調整 */
@media (max-width: 768px) {
.fs-l-main {
  margin: 0px auto;
  padding: 0px 5px 8px 5px;
}
.fs-l-main {
  font-size: 90%;
}
.fs-body-search .fs-c-productListItem__productName a{
  text-decoration : none ;
}
}

/* リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
ul{list-style:none;}
img,abbr,acronym,fieldset{border:0;}
img{
	 vertical-align: bottom;
}

/* リンク */
a {
  color: #111111;
  text-decoration: underline;
}

a:visited {
  color: #111111;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a:active {
  color: #111111;
}

header a,
.fs-c-breadcrumb a,
.fs-p-scrollingCartButton a,
.top_brand a
 {
  text-decoration: none;
}
header a:hover,
.fs-c-breadcrumb a:hover,
.fs-p-scrollingCartButton a:hover,
.top_brand a:hover
{
 text-decoration: underline;
}



/* clearfix */
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/* ブロック */
.block {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
.block {
	margin-bottom: 20px;
}
}

/* 文字 */
.strong {
	font-weight: 700;
font-family: ub,kb,kbSpecific,FP-KoburinaGoStdN-W6,kbN;
    color: #737373!important;
}

/* 位置 */
.alignCenter{
	text-align: center !important;	
}
.pcCenter{
	text-align: center;	
}
.alignLeft{
	text-align: left !important;	
}
.alignRight{
	text-align: right !important;	
}
@media (max-width: 768px) {
.pcCenter{
	text-align: left;	
}
}

/* マージン汎用 */
.mgt05em{
	margin-top:0.5em;
}
@media (max-width: 768px) {
.mgt1em{
	margin-top:0.1em;
}
}
.mgt10{
	margin-top:10px;
}
.mgt20{
	margin-top:20px;
}
.mgt40{
	margin-top:40px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb20{
	margin-bottom:20px;
}

.mgr10{
    　　margin-right : 10px;
}

.mgb50{
	margin-bottom:50px;
}
@media (max-width: 768px) {
.mgb50 {
	margin-bottom:20px;
}
}

.mgb200{
	margin-bottom:200px;
}
@media (max-width: 768px) {
.mgb200 {
	margin-bottom:20px;
}
}

/* ロールオーバー */
.ov a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* トップスライドマウスオーバー */
.fs-pt-carousel__track a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.fs-pt-carousel__track a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/* (元)中心ぞろえヘッダー */
@media screen and (min-width: 768px) {
.fs-l-header__logo {
 -ms-grid-row: 2;
 grid-row: 2;
 -ms-grid-column: 1;
 grid-column: 1;
 justify-self: left;
}
}
@media screen and (min-width: 1200px) {
.fs-l-header__contents {
   width: 1216px;
   margin: 0 auto;
}
}


/* /////////////// イベントバナー /////////////// */
/**/
.event_bnrArea {
   margin-top: 80px;
}
.event_bnr_bg {
    text-align: center;
    background: url(https://nawa.itembox.design/item/event_bnr/event_bnr.png) repeat-x;
    background-position: 50% 50%;
}
.event_bnr_bg a {
    white-space: nowrap;
    overflow: hidden
    display: block;
}
.height37px a {
    height: 37px;
}
.height50px a {
    height: 50px;
}
.height73px a {
    height: 73px;
}


ul.event_bnr {
   overflow-x: auto;
   white-space: nowrap;
   -webkit-overflow-scrolling: touch;
   text-align: center;
   background-color: #fff;
   background-image: url(https://nawa.itembox.design/item/event_bg.png);
   background-repeat: repeat-x;
   background-position: center top;
}
ul.event_bnr li {
   /* 横スクロール用 */
   display: inline-block;
   margin: 10px 15px;
}
@media screen and (max-width: 768px) {
/**/
.event_bnrArea {
   margin-top: 60px;
}
ul.event_bnr li:nth-child(2),
ul.event_bnr li:nth-child(3),
ul.event_bnr li:nth-child(4) {
   display: none;
}
}

/* /////////////// フッター /////////////// */
footer a {
  text-decoration: none;
}
footer a:hover  {
 text-decoration: underline;
}
.fs-l-footer {
	background-color: #fff;
	border-top: none;
}
.fs-p-banner {
  border-radius: 0px;
  border:solid 2px #b9b9b9;
  background-color: #ffffff;
  /* border: double 3px #999; */
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 10px;
}
.fs-p-banner a {
	color: #000;
}
.fs-p-banner a:hover {
	text-decoration: none;
}
.fs-p-banner span {
	display: block;
	font-size: 110%;
	border:solid 1px #b9b9b9;
	padding: 10px 20px 10px 90px;
}
.fs-p-banner span.footer_mailmaga {
	background: url(/item/footer_mailmaga_mono.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size:20%;
}
.fs-p-banner span.footer_point {
	background: url(/item/footer_point_mono.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 95px;
}
.fs-p-banner span.footer_review {
	background: url(/item/footer_review_mono.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 70px;
}
.fs-p-banner span.footer_line {
	background: url(/item/footer_line.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 70px;
}
.fs-p-banner span.footer_x {
	background: url(/item/footer_x.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 70px;
}
.fs-p-banner span.footer_instagram {
	background: url(/item/footer_instagram.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left: 70px;
}

.fs-p-footerNavigationItem {
	padding: 10px;
}
.fs-p-footerNavigationItem__title {
	border-bottom: none;
}

.footerNavi_black {
	background-color: #000;
	color: #fff;
}
.footerNavi_black a {
	color: #fff;
}
ul.fs-p-footerNavigationItem__nav li.fs-p-footerNavigationItem__navItem {
	padding-left: 5px;
}
ul.fs-p-footerNavigationItem__nav li.fs-p-footerNavigationItem__navItem img.border_pink {
	border: solid 1px #f0bfd0;
	padding: 2px;
}
@media screen and (max-width: 768px) {
.fs-p-footerNavigationItem__title {
	border-bottom: solid 1px #111;
	font-size: 90%;
	text-align: left;
	padding: 0;
	margin: 0;
}
.fs-p-footerNavigationItem {
	padding: 2px;
	margin-bottom: 0px;
}
.fs-p-footerNavigationItem__nav {
	margin-left: 1em;
}
.footerNavi_black {
	background-color: #fff;
	color: #111;
}
.footerNavi_black a {
	color: #111;
}
}
.fs-l-footer__utility {
	display: block;
	padding-top: 0px;
}
.footer_logo {
	text-align: center;
	margin: auto;
	margin-bottom: 2em;
}
ul.fs-p-footerSnsLink {
	text-align: center;
	margin: auto;
	margin-bottom: 2em;
}
ul.fs-p-footerSnsLink li {
	margin: 0 2em;
}
@media screen and (max-width: 768px) {
.fs-l-footer__utility {
	border-top: none;
	padding-top: 0px;
	padding-bottom: 10px;
}
.footer_logo {
	margin-bottom: 1.5em;
}
.footer_logo img {
	width: 70px;
}
ul.fs-p-footerSnsLink {
	margin-bottom: 1em;
}
ul.fs-p-footerSnsLink img {
	width: 80%;
}
}

.icon_contact {
	margin: 1em 0 1em 5px;
	position:relative;
	line-height:2em;
	padding-left:2.2em !important;
}
.icon_contact:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(https://nawa.itembox.design/item/icon_contact.png) no-repeat;
	background-size:contain;
}

/* /////////////// 01トップページ /////////////// */
/* スライド */
.fs-pt-carousel {
	margin-bottom: 0.5em;
}
.fs-pt-carousel__slide {
	margin: 0 0.5em;
}
.fs-c-slick .slick-dots li {
  margin: 2px 7px;
}
.fs-c-slick .slick-dots li button:before {
  content: "■";
  font-size: 16px;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  color: #111;
}

/*スライドパーツを中央寄せで表示*/
.fs-pt-carousel__slide img {
  margin: auto;
}


.top_information {
	text-align: center;
	font-size: ８０%;
	padding: 1em 0;
}

/* 見出し左右線 */
.ranking_tit {
	font-size: 130%;
	text-align: center;
	margin: 0px auto 0px auto;
	line-height: 1.6em;
	padding-top: 0px;
	padding-bottom: 10px;
}
@media (max-width: 768px) {
.ranking_tit {
	font-size: 110%;
}
}
.ranking_tit {
	display: flex;
	align-items: center;
}
.ranking_tit:before,
.ranking_tit:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.ranking_tit:before {
	margin-right: 1rem;
}
.ranking_tit:after {
	margin-left: 1rem;
}

/* /////////////// サブページ /////////////// */

/* パンくず */
.fs-c-breadcrumb {
	margin: 0.5em 10px;
	text-align: right;
}
/* パンくず 第二階層非表示 */
.fs-body-category-japanquality ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-care ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-aboutsize ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_junior ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_ladies ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_beginner ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_present ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_examination ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_myfavorite ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_leo-junior ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-category-s_leo-ladies ol.fs-c-breadcrumb__list li:nth-child(2)
 {
	display: none;
}
/* パンくず 第二階層非表示　一時的 */
.fs-body-category-balletshoes ol.fs-c-breadcrumb__list li:nth-child(2)
 {
	display: none;
}

/* パンくず 第二階層非表示
.fs-body-category ol.fs-c-breadcrumb__list li:nth-child(2),
.fs-body-product ol.fs-c-breadcrumb__list li:nth-child(2)
 {
	display: none;
}
*/

@media (max-width: 768px) {
.fs-c-breadcrumb {
	text-align: left;
}
/* スマホで文字数オーバー点線 */
.fs-c-breadcrumb {
	overflow: hidden;
	width: 100%;
}
ol.fs-c-breadcrumb__list {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 0px;
	font-size: 90%;
	color: #999;
}
ol.fs-c-breadcrumb__list a {
	color: #999;
}
/* /スマホで文字数オーバー点線 */
.fs-c-breadcrumb__listItem {
	display: inline;
}
}



/* /////////////// 02カテゴリ詳細 /////////////// */
/* 見出し*/
.fs-body-category .fs-c-heading {
	background-color: #f2f2f2;
	border-bottom: none;
	margin-bottom: 0.5em;
	color: #111;
}
.fs-c-heading--page {
	padding: 0.7em;
}
@media (max-width: 768px) {
.fs-c-heading--page {
	padding: 0.5em;
	font-size: 120%;
}
}
.midashi_h2 {
	font-size: 120%;
　　　   font-weight: bold;
	margin-bottom: 0.5em;
}
.midashi_h3 {
	font-size: 100%
}
@media screen and (max-width: 768px) {
.midashi_h2 {
	font-size: 100%;
　　　   font-weight: bold;
	margin-bottom: 0.5em;
}
.midashi_h3 {
	text-align: left;
	font-size: 80%
}
}

/* ページナビ　横スクロール */
ul.horizontal-list {
   overflow-x: auto;
   white-space: nowrap;
   -webkit-overflow-scrolling: touch;
   text-align: center;
}
@media (max-width: 768px) {
ul.horizontal-list {
   display:none;
}
}
ul.horizontal-list a {
   color: #111;
   text-decoration: none;
}
ul.horizontal-list a:hover {
    text-decoration: underline;
}
ul.horizontal-list {
   margin-bottom: 0.5em;
}
ul.horizontal-list li {
   /* 横スクロール用 */
   display: inline-block;
   /*width: 90%;*/
   margin: 0px 15px 5px 15px;
　　font-size: 110%;
}

/* メインビジュアル */
.mvArea {
   margin-bottom: 1em;
}
.mvArea2 {
   margin-top: 1.5em;
}
.mvArea img {
   width: 100%;
}
@media (max-width: 320px) {
.mvArea img {
   width: 100%;
   height: 170px;
   object-fit: cover;
}
/* メインビジュアル　iPhone SE 位置調整 */
.mv_ballet img {
   object-position: 60% 100%;
}
.mv_ballet_leotard img {
   object-position: 80% 100%;
}
.mv_fitness_sportssocks img {
   object-position: 70% 100%;
}
}
@media screen and (min-width:321px) and ( max-width:768px) {
.mvArea img {
   width: 100%;
   height: 200px;
   object-fit: cover;
}
/* メインビジュアル　iPhone 6以降 位置調整 */
.mv_ballet img {
   object-position: 60% 100%;
}
.mv_fitness_sportssocks img {
   object-position: 70% 100%;
}
}


p.mvArea_txt {
   text-align: center;
   margin-bottom: 1em;
}
dl.mvArea_txt {
   margin-bottom: 2em;
}
dl.mvArea_txt dt {
   font-size: 120%;
   margin-bottom: 0.1em;
   font-weight: 700;
}
dl.mvArea_txt dd {
   margin-bottom: 1em;
   margin-left: 0;
}
@media (max-width: 768px) {
.mvArea2 {
   margin-top: 1em;
}
.mvArea_logo {
   display: none;
}
p.mvArea_txt {
   font-size: 100%;
   text-align: left;
}
dl.mvArea_txt {
   margin-bottom: 1em;
}
dl.mvArea_txt dt {
   font-size: 110%;
   margin-bottom: 0.1em;
}
dl.mvArea_txt dd {
   font-size: 90%;
}
}

/* 画像リンク */
.sec_link ul li {
	float: left;
	margin-right: 5%;
	margin-bottom: 50px;
	width: 47%;
}
.sec_link ul li img {
	width: 100%;
	box-shadow: 5px 5px 10px #999;
}
.sec_link ul li:nth-child(even) {
	margin-right: 0;
}
.sec_link ul li p {
	text-align: center;
	margin-top: 0.5em;
}
.sec_link ul li a {
	color: #111;
	text-decoration: none;
}
.sec_link ul li a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
.sec_link {
	margin-bottom: 10px;
}
.sec_link ul li {
	margin-right: 2%;
	margin-bottom: 10px;
	width: 49%;
}
.sec_link ul li img {
	width: 100%;
	box-shadow: none;
}
.sec_link ul li p {
	margin-top: 0.1em;
}
.sec_link ul li p.pcCenter {
	text-align: left;

}
}

/* 画像飾り */
ul.border li img {
 	border: solid 1px #ccc;
}
ul.shadow li img {
	box-shadow: 5px 5px 10px #999;
}
.border img,
img.border {
 	border: solid 1px #ccc;
}
.shadow img,
img.shadow {
	box-shadow: 5px 5px 10px #999;
}
@media (max-width: 768px) {
ul.shadow li img {
	box-shadow: none;
}
.shadow img,
img.shadow {
	box-shadow: none;
}
}
/* セクションブロック */
.sec_block {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.recommend_block {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.pickup_block {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}
.sec_block2 {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	padding-left: 100px;
	padding-right: 100px;
}
@media screen and (max-width: 768px) {
.sec_block {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.recommend_block {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.pickup_block {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.sec_block2 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
}
.sec_block3 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.sec {
	padding-bottom: 40px;
}
.sec_bg {
	background-color: #f2f2f2;
}
.fs-body-top #bg_w {
		background-color: #ffffff;
}
.sub_tit {
	font-size: 180%;
	text-align: center;
	max-width: 10em;
	margin: 0px auto 0px auto;
	line-height: 1.6em;
	padding-top: 0px;
	padding-bottom: 10px;
}
.sub_tit2 {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 1em;
}
.pt40 {
	padding-top: 40px;
}
@media (max-width: 768px) {
.pt40 {
	padding-top: 20px;
}
.sub_tit2 {
	font-size: 90%;
	margin: 0 0.5em 0.5em 0.5em;
}
}
.mw100{
	max-width: 100%;
}
.sub_tit span {
	font-size: 60%;
	display: flex;
	align-items: center;
}
.sub_tit span:before,
.sub_tit span:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.sub_tit span:before {
	margin-right: 1rem;
}
.sub_tit span:after {
	margin-left: 1rem;
}
@media (max-width: 768px) {
.sub_tit {
	font-size: 140%;
	line-height: 1.2em;
}
}

/* アイテム2列 */
ul.sec_item2 {
	display:flex;
	flex-wrap:wrap;
}
ul.sec_item2 li {
	float: none;
	width: 46%;
	box-sizing: border-box;
	margin: 0 2% 10px 2%;
}
ul.sec_item2 li img {
	width: 100%;
	border: 1px solid #CCC;
}
ul.sec_item2 a,
ul.sec_item3 a {
	color: #111;
	text-decoration: none;
}
ul.sec_item2 a:hover,
ul.sec_item3 a:hover {
	text-decoration: underline;
}

/* アイテム3列 */
ul.sec_item3 {
	display:flex;
	flex-wrap:wrap;
}
ul.sec_item3 li {
	float: none;
	width: 29%;
	box-sizing: border-box;
	margin: 0 2% 30px 2%;
}
ul.sec_item3 li img {
	width: 100%;
}
@media (max-width: 768px) {
ul.sec_item3 li {
	width: 48%;
	margin: 0 1% 10px 1%;
}
ul.sp3 {
	margin-left: 1%;
}
ul.sp3 li {
	width: 32%;
	margin: 0 0.5% 10px 0.5%;
}
ul.sec_item3 .item_item {
	margin-top: 2px;
	font-size: 70%;
}
}


/*  カテゴリイベントバナー */
.category_event{
 display: flex;
 flex-wrap:wrap;
 justify-content: space-between;
 margin: 0 0 50px;　/* 上 | 左右 | 下 */
}

.category_event li {
 width: 49%;/*←画像を横に2つ並べる場合*/
 box-sizing:border-box;
 list-style:none;
}

@media screen and (min-width: 910px) {
 .category_event{
  width: 910px;　/*←画像を2つ並べた時の幅*/
  margin: 0 0 20px;　/* 上 | 左右 | 下 */
 }
}

/* アイテム文字 */
.item_brand {
	color: #ccc;
	margin-top: 5px;
}
.item_name {
	font-weight: bolder;
}
.item_item {
	margin-top: 5px;
	text-align: center;
}
@media (max-width: 768px) {
.item_brand,
.item_name {
	font-size: 80%;
}
.item_price {
	font-size: 90%;
}
}

/* 訴求エリア */
.appeal_area {}
.appeal_nayami {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #ecabbc;
	padding-right: 100px;
	padding-left: 100px;
}
.appeal_tit {
	text-align: center;
	margin-bottom: 20px;
	font-size: 260%;
	font-weight: 700;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding: 10px;
}
.white_color {
	color: #fff;
}
ul.appeal_list li {
	text-align: center;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	color: #e3aab9;
	font-size: 200%;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
.appeal_nayami {
	padding-right: 10px;
	padding-left: 10px;
}
.appeal_tit {
	font-size: 120%;
}
ul.appeal_list li {
	font-size: 110%;
}
}

/* 理由 */
.appeal_img {
	margin-bottom: 30px;
}
.appeal_img img {
	width: 100%;
}
.appeal_reason {}
.reason_tit {
	text-align: center;
	font-size: 300%;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bolder;
	color: #e661a2;
}
.reason_tit span {
	font-size: 150%;
}

dl.reason_dl dt {
	font-size: 200%;
	font-weight: 700;
	margin-bottom: 0.2em;
}
dl.reason_dl dd {
	font-size: 120%;
	color: #ff7889;
	padding-left: 2em;
	margin-bottom: 1.5em;
}
.ddL {
	float: left;
	width: 60%;
}
.ddR {
	float: right;
	width: 35%;
}
.reason_black {
	color: #111;
}
.reason_small {
	font-size: 80%;
}
ul.reason_ul {
	font-size: 80%;
	margin-top: 5px;
	font-weight: normal;
}
ul.reason_ul li {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
.reason_tit {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.reason_tit span {
	font-size: 100%;
}
dl.reason_dl dt {
	font-size: 100%;
}
dl.reason_dl dd {
	font-size: 90%;
}
}

a.link_pink {
	color: #ff6996;
	text-decoration: none;
}
a:hover.link_pink {
	text-decoration: underline;
}

/* カラー別 */
.fitness_bgc {
	background-color: #f5d900;
}
.underwear_bgc {
	background-color: #d9ebff;
}
.mask_bgc {
	background-color: #e9f2c6;
}

ul.fitness_list li {
	color: #18aabe;
}
ul.underwear_list li {
	color: #5a6996;
}
ul.mask_list li {
	color: #7faf89;
}

.fitness_tit {
	color: #f5d900;
}
.underwear_tit {
	color: #4762b1;
}
.mask_tit {
	color: #7faf89;
}


dl.fitness_dl dd {
	color: #18aabe;
}
dl.underwear_dl dd {
	color: #5a6996;
}
dl.mask_dl dd {
	color: #7faf89;
}




/* /////////////// カテゴリーページ商品一覧 /////////////// */
.fs-c-productListItem__productDescription {
	font-size: 90%;
	color: #999;
	margin: 0px 0;
}
.fs-c-productListItem__productName {
	margin: 0px 0;
}
.fs-c-productPrice__addon {
	font-size: 80%;
}
@media screen and (max-width: 768px) {
.fs-body-category .fs-c-productList {
   margin: 20px auto;
   padding:20px 0;
   background-color:#f2f2f2;
}
.fs-c-productName__copy {
	display: none;
}
.fs-c-productListItem__productName a {
	text-decoration: none;
	font-size: 80%;
}
}


/* /////////////// 03サブカテゴリ詳細 /////////////// */
@media screen and (max-width: 768px) {
.subcat_txt {
	font-size: 90%;
}
}

/* /////////////// トップ /////////////// */
/* ジャンル */
.block_alpha {
	position: relative;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ccc;
}
.block_alpha a {
	display: block;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.block_alpha a:hover {
	display: flex;
	justify-content: center;
	align-items: center;
}
.alpha_box {
	background: rgba(0,0,0,0.2);
	width: 80%;
	height: 50%;
	padding: 30px;
	position: relative;
}
.block_alpha p.genre_name {
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 220%;
	font-style: italic; 
}
.genre_cap {
	margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
.genre_cap {
	margin-top: 0.1em;
}
}

.genre_bg01 {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
	url("https://nawa.itembox.design/item/top/genre_bg01.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg01 a:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
	url("https://nawa.itembox.design/item/top/genre_bg01.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg02 {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
	url("https://nawa.itembox.design/item/top/genre_bg02.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg02 a:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
	url("https://nawa.itembox.design/item/top/genre_bg02.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg03 {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
	url("https://nawa.itembox.design/item/top/genre_bg03.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg03 a:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
	url("https://nawa.itembox.design/item/top/genre_bg03.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg04 {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
	url("https://nawa.itembox.design/item/top/genre_bg04.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg04 a:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
	url("https://nawa.itembox.design/item/top/genre_bg04.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg05 {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
	url("https://nawa.itembox.design/item/top/genre_bg05.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg05 a:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
	url("https://nawa.itembox.design/item/top/genre_bg05.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg06 {
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),
	url("https://nawa.itembox.design/item/top/genre_bg06.jpg");
	background-size: cover;
	background-position: center center;
}
.genre_bg06 a:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
	url("https://nawa.itembox.design/item/top/genre_bg06.jpg");
	background-size: cover;
	background-position: center center;
}


.col3 {
	display: flex;
	flex-wrap:wrap;
	position: relative;
}
.col3 li {
	width : 31.7% ;/* 33.33333% */
	box-sizing: border-box;
	margin: 0.8%;/* 0px */
}
.col3 ul,
.col3 li {
	padding-left: 0;
	list-style: none;
}
.col3 li {
	text-align: center;
	padding: 0px 0;
}

@media (max-width: 768px) {
.block_alpha {
	height: auto;
}
.alpha_box {
	width: 80%;
	height: 80%;
	padding: 10px;
}
.genre_bg01 a,
.genre_bg02 a,
.genre_bg03 a,
.genre_bg04 a,
.genre_bg05 a,
.genre_bg06 a
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.block_alpha p.genre_name {
	font-size: 120%;
	position: static;
	padding-top: 0px;
}
.col3 li {
	width : 48% ;
}	

}
/* /ジャンル */

/* ブランド */
.top_brand_img {
	background-color: #fff;
	padding: 30px 20px;
}
.top_brand_img img {
	height: 50px;
}
.top_brand_name1 {
	margin-top: 0.5em;
}
.top_brand_name2 {
	font-size: 80%;
	color: #999;
}
@media (max-width: 768px) {
.top_brand_cap {
	font-size: 80%;
	text-align: left;
	line-height:1.4em;
	padding: 0 10px 10px 10px;
}
.top_brand_cap br {
	display: none;
}
.top_brand_img {
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}
.top_brand_img img {
	height: auto;
}
}

/* /ブランド */

/* ニュース */
ul li.fs-pt-list__item {
	background-color: #fff;
	border: none !important;
	float: left;
	margin: 0px 4% 30px 0% !important;
	padding: 10px;
	width: 48%;
	min-height: 11em;
}
ul li.fs-pt-list__item:nth-child(even) {
	margin: 0px 0% 30px 0% !important;
}
ul li.fs-pt-list__item img {
	float: left;
	width: 30%;
}
ul li.fs-pt-list__item dl {
	float: right;
	width: 66%;
	margin-top: 10px;
}
ul li.fs-pt-list__item dl dt {
	margin-bottom: 0.5em;
}
ul li.fs-pt-list__item dl dd {
	font-size: 90%;
	color: #999;
}
a.fs-pt-list__link dl:hover {
	text-decoration: underline !important;
}
@media (max-width: 768px) {
ul li.fs-pt-list__item {
	clear:both;
	min-height: auto;
}
ul li.fs-pt-list__item {zoom:1;}
ul li.fs-pt-list__item:after {
  content: ""; 
  display: block; 
  clear: both;
}
ul li.fs-pt-list__item {
	float: none;
	margin: 0px 2% 10px 2% !important;
	width: auto;
}
ul li.fs-pt-list__item:nth-child(even) {
	margin: 0px 2% 10px 2% !important;
}
ul li.fs-pt-list__item dl {
	overflow: hidden;
	margin-top: 0px;
}
ul li.fs-pt-list__item dl dt {
	margin-bottom: 0.1em;
/* スマホで文字省略 複数行 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
ul li.fs-pt-list__item dl dd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
}
/* /ニュース */

/* 引用記事 */
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/* /引用記事 */

/* /////////////// 05商品詳細 /////////////// */
.fs-c-productNameHeading {
  background-color: ffffff;
}
.tit {
	margin-top: 40px;
	margin-bottom: 0.5em;
	color: #999;
}
.colorGrey {
	color: #999;
}
/* ブランド名 */
.brand_name {
	color: #999;
	font-size: 110%;
}
/* 商品番号 */
.fs-c-productNumber {
	border: none;
	padding: 0px 0px;
}
/* カラー */
.fs-c-variationAndActions__variationLabel {
	margin-top: 30px;
}
.fs-c-variationList__item__title {
	text-align: left;
	padding: 0px 10px;
}

/* アイテム詳細 */
dl.item_detail {
	margin-bottom: 40px;
}
dl.item_detail dt {
	float:left;
	width:6em;
	font-weight: bolder;
	color: #999;
}

dl.item_detail dd {
   margin-left:6em;
   padding-bottom:10px;
   padding-right:10px;
}

@media (max-width: 768px) {
dl.item_detail dt {
	float:none;
	width:auto;
}

dl.item_detail dd {
   margin-left:0;
   border-top:none;
}
}
/* サイズ表 */
table.table-00 {
	border: 1px #ddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
table.table-00 th {
	padding: 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	line-height: 120%;
	color: #999;
	font-weight: normal;
}
table.table-00 th.big {
	font-size: 120%;
}
table.table-00 td {
	padding: 5px;
	border: 1px #ddd solid;
	border-width: 0 0 1px 1px;
}
table.table-00 td.left {
	text-align: left !important;
}

.fs-c-productReview {
	margin-top: 40px;
}

/* サムネイル画像 */
.fs-c-productThumbnail__image {
  margin: 6px 6px;
  flex-basis: 130px;
  min-width: 130px;
}
@media (max-width: 768px) {
.fs-c-productThumbnail__image {
  flex-basis: 48px;
  min-width: 48px;
}
}

/* 特徴 */
ul.function_icon {
	display:flex;
	flex-wrap:wrap;
}
ul.function_icon li {
	width: 14%;
	box-sizing: border-box;
	margin: 0 2% 10px 0;
}

/* /////////////// 06特集 /////////////// */
.special_date {
    margin-bottom: 2em;
    color: #999;
}
.special_img {
    text-align: center;	
    margin-bottom: 3em;
}
.special_txt {
    padding: 0 10%;
}
.special_txt p {
    margin-bottom: 1em;
}
@media (max-width: 768px) {
.special_date {
    margin-bottom: 1em;
    font-size: 90%;
}
.special_img {
    margin-bottom: 1.5em;
}
.special_txt {
    padding: 0 2%;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマホで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/* /////////////// 08特集一覧 /////////////// */
@media screen and (min-width: 960px) {
.fs-body-category-special .fs-c-subgroup {
   max-width: 1216px;
   margin: 0 auto;
}
}
.fs-body-category-special ul.fs-c-subgroupList {
    display: block;
    clear:both;
}
.fs-body-category-special ul.fs-c-subgroupList {zoom:1;}
.fs-body-category-special ul.fs-c-subgroupList:after {
    content: ""; 
    display: block; 
    clear: both;
}
.fs-body-category-special ul.fs-c-subgroupList li{
    display: inline-block;
    width: 32%;
    margin: 0 0.5% 40px 0.5%;
    vertical-align: top;
}
@media (max-width: 960px) {
.fs-body-category-special ul.fs-c-subgroupList li{
    width: 48%;
}
}
.fs-body-category-special .fs-c-subgroupList__link {
  background: #fff;
  border: none;
  height: 100%;
  display: block;
  padding: 0px;
  width: 100%;
}
.fs-body-category-special .fs-c-subgroupList__image {
  margin-right: 0px;
}
.fs-body-category-special .fs-c-subgroupList__link::after {
  content: "";
}
.fs-body-category-special .fs-c-subgroupList__image img {
    border:solid 1px #ccc;
}
.fs-body-category-special .fs-c-subgroupList__label {
    margin-top: 1em;
    font-size: 100%;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fs-body-category-special .fs-c-subgroupList__image img {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.fs-body-category-special .fs-c-subgroupList__image img:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* 商品一覧非表示 */
.fs-body-category-special .fs-c-productList,
.fs-body-category-news .fs-c-productList,
.fs-body-category-guide .fs-c-productList,
.fs-body-category-faq .fs-c-productList,
.fs-body-category-inquiry .fs-c-productList,
.fs-body-category-japanquality .fs-c-productList,
.fs-body-category-care .fs-c-productList,
.fs-body-category-aboutsize .fs-c-productList,
.fs-body-category-kyugyo .fs-c-productList
 {
    display: none; 
}

/* 記事タイトル */
.single_tit {
    font-size: 140%;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.single_subtit {
    font-size: 120%;
    margin-bottom: 1em;
}

@media (max-width: 768px) {
.fs-body-category-special .fs-c-subgroup {
   paddding: 0 0;
   margin: 0 0;
}
.fs-body-category-special ul.fs-c-subgroupList li{
    margin: 0 0.5% 20px 0.5%;
}
/* スマホで文字省略 複数行 */
.fs-body-category-special .fs-c-subgroupList__comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 80%;
    color: #999;
}
.single_tit {
    margin-top: 2em;
    font-size: 120%;
}
}

/* /////////////// 09NEWS一覧 /////////////// */
.fs-body-category-news .fs-c-subgroup {
    background-color:#f2f2f2;
    padding:20px 0px;
}
@media screen and (min-width: 960px) {
.fs-body-category-news .fs-c-listControl,
.fs-body-category-news .fs-c-subgroupList {
   max-width: 1216px;
   margin: 0 auto;
}
}
.fs-body-category-news ul.fs-c-subgroupList {
    display: block;
    clear:both;
    margin-top: 1em;
}
.fs-body-category-news ul.fs-c-subgroupList {zoom:1;}
.fs-body-category-news ul.fs-c-subgroupList:after {
    content: ""; 
    display: block; 
    clear: both;
}
.fs-body-category-news ul.fs-c-subgroupList li{
    display: inline-block;
    width: 48%;
    margin: 0 0.5% 30px 0.5%;
    vertical-align: top;
    background-color: #fff;
    padding: 5px;
    position: relative;
}
@media (max-width: 960px) {
.fs-body-category-news ul.fs-c-subgroupList li{
    width: 48%;
}
}
.fs-body-category-news .fs-c-subgroupList__link {
  background: #fff;
  border: none;
  height: 100%;
  display: block;
  padding: 0px;
  width: 100%;
}


.fs-body-category-news .fs-c-subgroupList__image {
  float: left;
  margin-right: 2%;
  width: 50%;
}
.fs-body-category-news .fs-c-subgroupList__image img {
  width: 100%;
}
.fs-body-category-news .fs-c-subgroupList__link::after {
  content: "";
}
.fs-body-category-news .fs-c-subgroupList__label {
     margin-bottom:0.5em;
    padding-top:0.5em;
}
.fs-body-category-news .fs-c-subgroupList__comment {
    font-size: 90%;
}

.fs-body-category-news .fs-c-subgroupList__image img {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.fs-body-category-news .fs-c-subgroupList__image img:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.fs-body-category-news a.fs-c-subgroupList__link:hover div {
    text-decoration: underline;
}

@media (max-width: 768px) {
.fs-body-category-news .fs-c-subgroup {
    background-color:#fff;
    margin:0px;
    padding:0px 0px;
}
.fs-body-category-news ul.fs-c-subgroupList li{
    margin: 0 0.5% 20px 0.5%;
}
.fs-body-category-news .fs-c-subgroupList__image {
  padding-right: 0;
}
/* スマホで文字省略 複数行 */
.fs-body-category-news .fs-c-subgroupList__comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 80%;
}


.fs-body-category-news .fs-c-subgroupList__image {
  float: none;
  width: 100%;
  padding-right: 0;
}
.fs-body-category-news .fs-c-subgroupList__label {
    position: static;
    padding-right: 0px;
    font-size: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fs-body-category-news .fs-c-subgroupList__comment {
    position: static;
    color: #999;
}
}

/* おすすめ商品 */
.fs-c-productListCarousel {
   padding:60px 0;
   margin:60px 0;
   background-color:#f2f2f2;
}
@media screen and (min-width: 960px) {
.fs-c-productListCarousel__list {
   max-width: 1216px;
   margin: 0 auto;
}
}
@media (max-width: 768px) {
.fs-c-productListCarousel {
   padding:20px 0;
   margin:20px 0;
}
/* 左右矢印 */
.fs-c-button--carousel {
  font-size: 2rem;
}
}

/* /////////////// 10ショッピングガイド /////////////// */
@media screen and (min-width: 960px) {
.fs-body-category-guide .fs-l-main,
.fs-body-category-faq .fs-l-main,
.fs-body-category-inquiry .fs-l-main {
   max-width: 1216px;
   margin: 0 auto;
}
}

/* ショッピングガイド */
.guide_section {
	margin-bottom: 50px;
}
.cat_midashi {
	margin-bottom: 1.5em;
	font-size: 130%;
	padding-bottom: 5px;
	border-bottom: double 3px #ccc;
}
.cat_midashi2 {
	margin-bottom: 1em;
	font-size: 120%;
	background-color: #f2f2f2;
	padding: 10px;
}
.flowItem {
	margin-bottom: 30px;
}
.flowItem .imgBox {
	float: left;
	width: 30%;
}
.flowItem .imgBox img {
	border:solid 1px #ccc;
}
.flowItem .txtBox {
	float: right;
	width: 68%;
}
.flowItem .txtBox dl dt {
	font-size: 110%;
	font-weight: 600;
	padding-bottom: 5px;
}
@media (max-width: 768px) {
.flowItem .imgBox {
	float: none;
	width: 100%;
}
.flowItem .txtBox {
	float: none;
	width: 100%;
}
}
.midashi01 {
	margin-bottom: 0.5em;
	font-size: 110%;
	font-weight: 600;
}
/* キャッシュレス */
.cashless { background-color:#f7f7f7; padding:20px 20px 5px 20px; margin-bottom:10px; }
.cashless_tit { font-weight:600; font-size:110%;}
.cashless p { margin-bottom:5px; }

/* インデント */
ul.indent-1 {
	margin-bottom:20px;
}
ul.indent-1 li {
padding-left:1em;
text-indent:-1em;
}

/* 表 */
.userTable_02 {
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	width:100%;
	margin-bottom:10px;
}

.userTable_02 caption {
	padding:5px;
	text-align:center;
	background:#DDDDDD;
}

.userTable_02 th {
	font-weight:normal;
	background:#F6F6F6;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:3px 5px;
}

.userTable_02 td {
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:3px 5px;
}

table.userTable_02 td.right {
    text-align: right !important;
}

table#table-00 {
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
	text-align: center;
	margin-top: 40px;
}
table#table-00:first-child {
	margin-top: 0px;
}

table#table-00 th {
	padding: 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	background: #f6f6f6;
	font-weight: border;
	line-height: 120%;
}
table#table-00 th.big {
	font-size: 120%;
}
table#table-00 td {
    padding: 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
table#table-00 td.left {
    text-align: left !important;
}


table#table-01 {
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-01 th {
	padding: 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	background: #f6f6f6;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
table#table-01 td.right {
    text-align: right !important;
}

table#table-size {
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 70%;
}
table#table-size th {
	padding: 7px 5px;
	border-bottom: solid 1px #666;
	border-right: solid 1px #ccc;
	background: #f6f6f6;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
}
table#table-size th span {
	font-weight: 700;
	font-size: 110%;
}
table#table-size th span.sss {
	font-weight: normal;
	font-size: 90%;
	color: #999;
}
table#table-size td {
    padding: 7px 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
table#table-size td.right {
    text-align: right !important;
}
	
table#table-size th.td_bg01,
table#table-size td.td_bg01
{
	background-color: #eee;
}
table#table-size .borderB_none {
	border-bottom: none;
}
table#table-size .borderR_none {
	border-right: none;
}
table#table-size .borderL_none {
	border-left: none;
}
table#table-size .borderRs {
	border-right: solid 1px #666;
}
table#table-size .sizeColor {
	color: #40a4b4;
}
p.cm {
	font-size: 90%;
	text-align: right;
	margin-top: 5px;
}

.price {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 10px;
}
.wrappingbox {
	width: 175px;
	float: left;
	margin-right: 10px;
}
.wrappingbox p.image {
	margin-bottom: 5px;
}
.wrappingbox p.caption {
	text-align: center;
}

@media (max-width: 768px) {
.cat_midashi {
	margin-bottom: 10px;
	font-size: 120%;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c10043;
	padding-left: 10px;
}
.midashi01 {
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bolder;
}

.guide_section {
	margin-bottom: 30px;
}
.flowItem {
	margin-bottom: 20px;
}
.flowItem .imgBox {
	width: auto;
	margin-bottom: 10px;
}
.flowItem .imgBox img {
	width: 100%;
}
.flowItem .txtBox {
	width: auto;
}
.flowItem .txtBox dl dt {
	font-size: 110%;
	font-weight: bolder;
	padding-bottom: 5px;
}

table#table-00 {
	border: 1px #ddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-top: 40px;
	font-size: 90%;
}
table#table-00:first-child {
	margin-top: 0px;
}

table#table-00 th {
	padding: 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	background: #f6f6f6;
	font-weight: border;
	line-height: 120%;
}
table#table-00 td {
    padding: 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
table#table-00 td.left {
    text-align: left !important;
}

table#table-01 {
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
	padding: 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	background: #f6f6f6;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
table#table-01 td.right {
    text-align: right !important;
}


table.userTable_02 {
	border: 1px #ddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

table.userTable_02 th {
	padding: 5px;
	border: #ddd solid;
	border-width: 0 0 1px 1px;
	background: #f6f6f6;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
table.userTable_02 td {
    padding: 5px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
table.userTable_02 td.right {
    text-align: right !important;
}

.price {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 10px;
}
.wrappingbox {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.wrappingbox p.image {
	margin-bottom: 5px;
}
.wrappingbox p.caption {
	text-align: center;
}
}

/* サイズについて */
.about_sizeTTL {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 0.2em;
    margin-top: 2em;
}
.about_sizeTXT {
    font-weight: bolder;
    font-size: 110%;
    margin-bottom: 0.2em;
}
.about_sizeTTL2 {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 0.2em;
    margin-top: 2em;
}
.sunpo {
    margin-top: 1em;
    font-weight: 700;
}
.about_sizeKOME {
    font-size: 90%;
    margin-bottom: 0.2em;
    color: #666;
}
dl.about_sizeDL {
    border-bottom:1px dotted #ccc;
}
dl.about_sizeDL dt {
    float:left;
    width:10em;
    border-top:1px dotted #ccc;
    padding-top:10px;
    font-weight: bolder;
}
dl.about_sizeDL dd {
   margin-left:10em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px dotted #ccc;
}
@media (max-width: 768px) {
dl.about_sizeDL dt {
    float:none;
    width:auto;
}
dl.about_sizeDL dd {
   margin-left:0;
   border-top:none;
}
}

/* よくあるご質問 */
.faqList dt {
	font-size: 120%;
	background-image: url(https://nawa.itembox.design/item/faq_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-weight: 600;
}
.faqList dd {
	margin-bottom: 20px;
	background-image: url(https://nawa.itembox.design/item/faq_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.faqList dd:last-child {
	border-bottom: none;
}

ol.bango  {
	position: relative;
	margin:0;
	padding:0
}
ol.bango li  {
	list-style: none;
	list-style-position:outside;
	margin:5px 0px 5px 0px;
	padding-left:1.25em
}
ol.bango li span {
	position: absolute;
	left:0;
	margin:0
}
ul.ul001 li {
	margin-top:0.5em;
}
.riyo {
	margin-top:0.5em;
}
.riyo p {
	font-weight: bold;
}
.otoiawaseBox {
	border: solid 3px #eee;
	padding: 20px;
}
.otoiawaseBox_ttl {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 130%;
}
.formBtn {
	text-align: center;
}
.formBtn a {
	text-align: center;
	background-color:#666;
	color:#fff;
	margin: 1em auto 0;
	padding: 20px 40px;
	display: inline-block;
	text-decoration: none;
	font-size: 110%;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.formBtn a:hover {
	background-color:#999;
}

/* アイコン詳細 */
.featureArea dl {
	float: left;
	width: 260px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.featureArea dl dt {
	float: left;
	width: 90px;
}
.featureArea dl dd {
	float: right;
	width: 150px;
}
@media (max-width: 768px) {
.featureArea dl {
	width: 46%;
	margin-right: 2%;
	margin-bottom: 10px;
	min-height: 10em;
}
.featureArea dl dt {
	width: 46%;
	margin-right: 4%;
}
.featureArea dl dd {
	width: 50%;
}
}

/*--- サイドメニュー --*/
.fs-body-category-guide .fs-l-sideArea,
.fs-body-category-faq .fs-l-sideArea,
.fs-body-category-inquiry .fs-l-sideArea {
	width: 400px;
}
.fs-body-category-guide .fs-p-drawer,
.fs-body-category-inquiry .fs-p-drawer {
	padding: 0px;
}
.fs-body-category-guide .fs-l-pageMain {
}
dl.sidemenu {
}
dl.sidemenu dt {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color:#f2f2f2;
}
dl.sidemenu dd {
	border-bottom: solid 1px #ddd;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
dl.sidemenu dd a {
	color: #261617;
	text-decoration: none;
	display:block;
}
dl.sidemenu dd a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -4px;
}	
dl.sidemenu dd a:hover {
	color: #999;
	text-decoration: none;
}
dl.sidemenu dd.brand {
	height: 49px !important;
	position: relative;
}
dl.sidemenu dd.brand img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*--- お問い合わせフォーム ---*/
#description {
	padding-bottom: 20px;
	font-size: 100%;
	line-height:1.5;
}
.required {
	margin: 0 5px 0 0;
	font-size: 122%;
	color: #ff0000;
	font-weight: bold;
}
dl#formarea {
	margin: 20px 0;
	padding: 0;
}
dl#formarea dt {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	float:left;
	width:12em;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:0;
	padding-right:0;
}
dl#formarea dd {
	margin-left:12em;
	font-size: 100%;
	color: #000000;
	padding:10px;
}
.align-center {
	text-align: center;
}

#submit {
	text-align: center;
	margin: 0px 0 30px 0;
	font-size: 110%;
	color: #fff;
	border-style: none;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #a3103a;
}
#submit:hover {
	background-color: #c53e64;
}
.space {
	margin: 0 0 10px 0;
}
input.text {
	margin: 0 0 10px 0;
}
dl#formarea table {
	width:80%;
}
dl#formarea input[type="text"] {
	width: 90%;
	margin-right: 5px;
}
@media (max-width: 768px) {
dl#formarea dt {
	float:none;
	width:auto;
}
dl#formarea dd {
   margin-left:0;
   border-top:none;
}
dl#formarea table {
	width:100%;
}
}

/* /////////////// コラムパーツ /////////////// */
.fs-pt-column__heading {
	font-size: 110%;
	font-weight: normal;
}
.fs-pt-column__description {
	font-size: 100%;
	margin-top:0.5em;
}
@media (max-width: 768px) {
.fs-pt-column--3 {
}
.fs-pt-column__item {
	display: block;
	position: relative;
}
.fs-pt-column__image > img {
	max-width: 40%;
	display: inline-block;
	margin-right: 1%;
}
.fs-pt-column__heading {
	position: absolute;
	top:0.5em;
	left:43%;
	/* 文字超過 */
	overflow: hidden;
	width: 62%;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.fs-pt-column__description {
	position: absolute;
	top:4.5em;
	left:43%;
	color:#999;
	/* 文字超過 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
}

/* /////////////// フッターパーツ スマホ調整 /////////////// */
.fs-l-footer {
	margin-top: 40px;
}

/* /// PCのバナー下の罫線  
.fs-p-bannerGroup {
	border-bottom: solid 1px #ccc;
}
/// */

/* iPhone SE 位置調整 */
@media (max-width: 320px) {
.fs-p-bannerGroup .fs-p-banner {
	width: 29%;
}
}
/* iPhone 6以降 位置調整 */
@media screen and (min-width:321px) and ( max-width:767px) {
.fs-p-bannerGroup .fs-p-banner {
	width: 30%;
}
}

@media (max-width: 767px) {
.fs-l-footer {
	margin-top: 0px;
}
.fs-p-bannerGroup {
	display:flex;
	flex-wrap:wrap;
	border-bottom: none;
}
.fs-p-bannerGroup .fs-p-banner {
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
/* ///コメントアウト25/6/16  margin: 0px 10px 0px 0px; /// */
	border: solid 1px #999;
	text-align: center;
}

/* /// コメントアウト25/6/16
.fs-p-bannerGroup .fs-p-banner:last-child {
	margin: 0px 0px 0px 0px;
}
/// */

.fs-p-banner span {
	font-size: 60%;
	border: none;
}
.fs-p-banner span.footer_mailmaga,
.fs-p-banner span.footer_point,
.fs-p-banner span.footer_review {
	padding: 40px 0px 0px 0px;
	background-position: top 10px center;
}
.fs-p-banner span.footer_x,
.fs-p-banner span.footer_instagram,
.fs-p-banner span.footer_line {
	padding: 40px 0px 0px 0px;
	background-position: top 10px center;
}
.fs-p-banner span.footer_mailmaga {
	background-size: 35%;
}
.fs-p-banner span.footer_point {
	background-size: 50%;
}
.fs-p-banner span.footer_review {
	background-size: 30%;
}
.fs-p-banner span.footer_instagram {
	background-size: 25%;
}
.fs-p-banner span.footer_x {
	background-size: 25%;
}
.fs-p-banner span.footer_line {
	background-size: 25%;
}
.fs-p-banner span br {
	display: none;
}
.fs-l-footer__contents > * {
  padding: 0 5px;
}
}

/* お気に入りボタンのみ・カートボタンなしパーツ 非表示 */
.fs-c-productListItem__control {
  display: none;
}

/* 並び替え表示 */
.fs-c-sortItems__label{
  display: none;
}
.fs-c-sortItems{
  border: none;
  background-color: #eeeeee;
}
.fs-c-sortItems__list{
  border-left: none;
}
.fs-c-sortItems__list__item.is-active{
  background: none;
  color: black;
  opacity: 0.5;
}
.fs-c-sortItems__list__item__label{
  padding: 0;
  margin: 4px 8px;
}
.fs-c-sortItems__list__item a{
  text-decoration: none;
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label{
  border-bottom: 1px black solid;
}
.fs-body-search .fs-p-headerNavigation__search .fs-p-inputGroup__button{
  position: relative;
}
@media screen and (min-width: 960px){
.fs-c-productList a:hover {
    text-decoration: none;
}
}
@media (max-width: 767px){
  .fs-c-sortItems{
   right: 0;
   left: 0;
   margin :auto;
}
}

/* /////////////// お役立ちコンテンツ /////////////// */
.useful_img {
    text-align: center;	
    margin: 0 auto 4em auto;
}
.useful_img img {
    width: 100%;
}
@media (max-width: 768px) {
.useful_img {
    margin-bottom: 1.5em;
}
}

.useful_inner {
    padding: 0 10%;
}
@media (max-width: 768px) {
.useful_inner {
    padding: 0 2%;
}
}
/* JAPAN Quality */
.jq_tit {
	font-size: 240%;
	color: #846325;
	border-bottom: solid 1px #c9ba9f;
}
.jq_tit_sub {
	font-size: 90%;
	color: #d01857;
	margin-top: 0.2em;
	margin-bottom: 2em;
}
.jq_titR {
	text-align: right;
}
.jq_tit_subR {
	text-align: right;
}
@media (max-width: 768px) {
.jq_tit {
	font-size: 100%;
}
.jq_tit_sub {
	font-size: 80%;
}
}
.jq_txt {
	margin-bottom: 2em;
}
ul.jqBox {
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 4em;
}
ul.jqBox li {
	width: 48%;
	box-sizing: border-box;
	margin: 0 4% 2em 0;
}
ul.jqBox li:nth-child(even) {
	margin: 0 0 2em 0;
}
ul.jqBox li img {
	width: 100%;
}
ul.jqBox_text {
	display:block;
	margin-top: 25%;
	font-size: 110%;
}
ul.jqBox_text li {
	width: 100%;
	margin: 0;
	display:block;
	margin-bottom: 1em;
	padding-left:1em;
	text-indent:-1em;
}
.jqBox_text2 {
	display:block;
	margin-top: 25%;
	margin-left: 20%;
	font-size: 110%;
}
@media (max-width: 768px) {
ul.jqBox {
	margin-bottom: 2em;
}
ul.jqBox_text {
	margin-top: 5%;
	font-size: 90%;
}
.jqBox_text2 {
	margin-top: 5%;
	margin-left: 2%;
	font-size: 90%;
}
}

/* お手入れについて */
.mainImg {
	border: solid 1px #a1a1a1;
	padding: 50px;
	text-align: center;
	margin-bottom: 4em;
}
.mainImg_img img {
	width: 100%;
	margin-bottom: 1.5em;
}
.mainImg_txt {
	text-align: center;
	font-size: 120%;
	font-weight: 600;
}
@media (max-width: 768px) {
.mainImg {
	border: solid 1px #a1a1a1;
	padding: 10px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}
.mainImg_img img {
	margin-bottom: 0.5em;
}
.mainImg_txt {
	text-align: left;
	font-size: 100%;
}
}
.care_block {
	margin-bottom: 4em;
}
.number_tit {
	display: block;
	position: relative;
	margin-bottom: 0.5em;
}
.maru_in {
  display: flex;
  position:absolute;
  height:100%;
  width:100%;
}
.maru {
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:#454545;
  font-size:24px;
  margin-left:20px;
	color: #fff;
	font-weight: bolder;
}
.maru_txt {
  height:50px;
  line-height:50px;
  text-align:left;
  margin-left:90px;
	border-bottom: solid 1px #a1a1a1;
	font-size: 170%;
	font-weight: 600;
}
.care_tit {
	border-left: solid 4px #c3568f;
	padding-left: 1em;
	font-size: 130%;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 600;
}
.care_txt {
	padding-left: 1em;
	font-size: 110%;
}
@media (max-width: 768px) {
.care_block {
	margin-bottom: 1em;
}
.maru_in {
  display: flex;
  position:absolute;
  height:100%;
  width:100%;
}
.maru {
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:30px;
  text-align:center;
  background:#454545;
  font-size:15px;
  margin-left:10px;
}
.maru_txt {
  height:auto;
  line-height:1.4em;
  margin-left:50px;
	font-size: 100%;
}
.care_tit {
	font-size: 100%;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.care_txt {
	padding-left: 1em;
	font-size: 90%;
}
}	

.markerBlue {
	background: linear-gradient(transparent 60%, #d1f0f7 60%);
}
.care_phArea {
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.care_ph_img {
	width: 33%;
	box-sizing: border-box;
	margin: 0 2% 10px 2%;
}
.care_ph_img img {
	width: 100%;
}
.care_ph_txt {
	width: 63%;
	box-sizing: border-box;
}
.youi {
	margin-top: 1em;
	padding-left: 1em;
	font-size: 90%;
}
.borderBox {
	border: solid 1px #a1a1a1;
	padding: 30px;
	text-align: center;
	margin-top: 4em;
}
.lastTxtTTL {
	font-size: 180%;
	margin-bottom: 0.5em;
	font-weight: 500;
}
.lastTxt {
	font-size: 110%;
}
@media (max-width: 768px) {
.borderBox {
	border: solid 1px #a1a1a1;
	padding: 10px;
	text-align: left;
	margin-top: 1em;
}
.lastTxtTTL {
	font-size: 110%;
}
.lastTxt {
	font-size: 90%;
}
}

/* サイズについて */
.aboutsizeImg {
	border: solid 2px #40a4b5;
	padding: 50px;
	text-align: center;
	margin-bottom: 4em;
}
.aboutsizeImg_img img {
	width: 100%;
	margin-bottom: 1.5em;
}
.aboutsizeImg_txt {
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	color: #40a4b5;
}
@media (max-width: 768px) {
.aboutsizeImg {
	padding: 10px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}
.aboutsizeImg_img img {
	margin-bottom: 0.5em;
}
.aboutsizeImg_txt {
	text-align: left;
	font-size: 100%;
}
}
.aboutsize_block {
	margin-bottom: 4em;
}
@media (max-width: 768px) {
.aboutsize_block {
	margin-bottom: 1em;
}
}

.step_in {
	border: solid 2px #40a4b5;
	padding: 20px;
	margin-bottom: 4em;
	position: relative;
}
.stepTTL {
	position: absolute;
	top: 10px;
	left: -20px;
}
.step_cont {
	position: static;
	padding: 2em 5% 2em 5%;
}
.step_cont1 {
	padding: 6em 5% 2em 5%;
}
.step_subtit {
	margin-bottom: 1em;
	color: #40a4b5;
	font-size: 110%;
}
@media (max-width: 768px) {
.stepTTL {
	position: static;
}
.stepTTL img {
	width: 100%;
}
.step_cont {
	padding: 1em 1% 1em 1%;
}
.step_subtit {
	font-size: 100%;
}
}
.step_image {
	padding: 0 1em;
}
.sunpo_area {
	padding: 0 5%;
}
.miniwrap {
	padding: 0 5%;
}
@media (max-width: 768px) {
.step_image {
	padding: 0 1%;
}
.step_image img {
	width: 100%;
}
.sunpo_area {
	padding: 0 1%;
}
.miniwrap {
	padding: 0 1%;
}
}
.pro_sizeWrap {
	background-color: #edf5f7;
	width: 75%;
	padding: 20px;
	margin-top: 1em;
}
@media (max-width: 768px) {
.pro_sizeWrap {
	width: 100%;
	padding: 10px;
	margin-top: 1em;
}
}
ul.pro_size {
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	margin-bottom: 1em;
}
ul.pro_size li {
	width: 33%;
	box-sizing: border-box;
	margin: 0 2% 10px 2%;
}
ul.pro_size li.pro_sizeTxt {
	width: 15%;
}
@media (max-width: 768px) {
ul.pro_size li {
	width: 48%;
	box-sizing: border-box;
	margin: 0 1% 10px 1%;
}
ul.pro_size li.pro_sizeTxt {
	width: 100%;
}
}
ul.pro_size li img {
	width: 100%;
}
img.w100 {
	width: 100%;
}
.koukanWrap {
	background-color: #edf5f7;
	padding: 40px;
	margin-top: 1em;
}
.koukanWrap p {
	padding-left:1em;
	text-indent:-1em;
	font-size: 110%;
	color: #40a4b4;
	margin-bottom: 0.5em;
}
.koukanWrap ul {
	padding-left:1em;
	text-indent:-1em;
}
@media (max-width: 768px) {
.koukanWrap {
	padding: 10px;
}
.koukanWrap p {
	font-size: 100%;
}
}

.regular_bg {
	background-color: #40a4b4;
	color: #fff;
}
.wide_bg {
	background-color: #b2c23b;
	color: #fff;
}
.thor_bg {
	background-color: #c15893;
	color: #fff;
}
.junior_bg {
	background-color: #e79c97;
	color: #fff;
}

/* サイズ検索ボタン */
.sizeBtnSec {
	float: left;
	width: 22%;
	position: relative;
	margin-right: 4%;
}
.sizeBtnSec:last-child {
	margin-right: 0%;
}
ul.sizeBtn li {
	padding: 0 4%;
	text-align: center;
	position: relative;
}
ul.sizeBtn2 li {
	float: left;
	width: 52%;
}
ul.sizeBtn li a {
	background-color: #fff;
	display: block;
	border-radius: 5px;
}
ul.sizeBtn li img {
	width: 90%;
}
ul.sizeBtn li.size_1_01 {
	position: absolute;
	bottom: 16%;
	left: 0%;
}
ul.sizeBtn li.size_1_02 {
	position: absolute;
	bottom: 9%;
	left: 0%;
}
ul.sizeBtn li.size_1_03 {
	position: absolute;
	bottom: 2%;
	left: 0%;
}
	
ul.sizeBtn2 li.size_2_01 {
	position: absolute;
	bottom: 16%;
	left: 0%;
}
ul.sizeBtn2 li.size_2_02 {
	position: absolute;
	bottom: 16%;
	left: 48%;
}
ul.sizeBtn2 li.size_2_03 {
	position: absolute;
	bottom: 9%;
	left: 0%;
}
ul.sizeBtn2 li.size_2_04 {
	position: absolute;
	bottom: 9%;
	left: 48%;
}
ul.sizeBtn2 li.size_2_05 {
	position: absolute;
	bottom: 2%;
	left: 0%;
}
ul.sizeBtn2 li.size_2_06 {
	position: absolute;
	bottom: 2%;
	left: 48%;
}
@media (max-width: 768px) {
.sizeBtnSec {
	width: 46%;
	margin-right: 4%;
	margin-bottom: 2em;
}	
}


/* コピー非表示 */
.fs-c-productName__copy,
.fs-c-productNameHeading__copy {
  display: none;
}

/* ヘッダー固定 */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* Gナビ右側調整 */
.gnav {
	margin-right: 0%;
}
@media screen and (max-width: 1340px) {
.gnav {
	margin-right: 0%;
}
}

/* ヘッダー位置調整 */
#header {
	width: 1200px !important;
	margin: 0 auto;
}
@media screen and (max-width: 896px) {
#header {
	width: auto !important;
}
}


/* ○件中 */
@media (max-width: 768px) {
.fs-c-listControl__status {
	color: #999;
	font-size: 90%;
}
}

/* ページ内リンク調整 */
#g01,#g02,#g03,#g04,#g05,#g06,#g07,#g08,#g09,#g10
 {
	margin-top:-100px;
	padding-top:100px;
}

/* ショッピングカート */
.fs-c-wishlistProduct__title {
	margin-top: 2em;
}
.fs-c-subSection__title2 {
	margin-top: 2em;
}


/* 表レスポンシブ */
@media (max-width: 768px) {
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
}

/* カートに入れる */
.fs-c-button--primary {
  padding: 0.6em 1.6em 0.6em;
}

/* 商品一覧画像 */
.fs-c-productList__list__item {
  border-bottom: none;
}

/* 商品拡大ボタン */
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

/* 会員価格で購入するにはログインが必要です。 */
.fs-c-productMembersLoginLink {
  display: none;
}


/* 商品詳細 */
.fs-c-variationList__item__title {
  color: #111;
  font-weight: 700;
  line-height: 2em;
}
.fs-c-variationList__item__cart {
  margin-bottom: 2em;
}

/* サイズについてリンク */
.sizeLinkTxt {
	font-size: 0;
}
dl.sizeLink {
	margin-top: 10px;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
}
dl.sizeLink dt {
	padding-top:5px;
	font-weight: bolder;
}
dl.sizeLink dd {
   padding-top:5px;
   padding-bottom:5px;
}
@media (max-width: 768px) {
dl.sizeLink {
	font-size: 14px;
}
dl.sizeLink dt {
	float:none;
	width:auto;
}
dl.sizeLink dd {
   margin-left:0;
}
}


/* 商品ラインナップ　画像サイズ */
body.fs-body-search .fs-c-productList__list__item {
padding: 40px 10px;
}
@media (max-width: 768px) {
body.fs-body-search .fs-c-productList__list__item {
padding: 0px 0px;
}
}

/* レビュー */
.reviewArea_center {
	text-align: center;
	margin-bottom: 2em;
}
.reviewArea_in {
	width: 80%;
	margin: 0 auto;
}
.reviewArea p {
	margin-bottom: 1em;
}
.aboutReview {
	font-size: 110%;
	font-weight: 700;
}
.point_shintei {
	color: #a31039;
	background-color: #eee;
	padding: 20px;
}
.review_chuui {
	border: dotted 1px #ccc;
	padding: 20px;
}
ul.reviewList li {
	padding-left:1em;
	text-indent:-1em;
}
.houhou_ttl {
	font-size: 110%;
	font-weight: 700;	
	margin-top: 2em;
	border-left: solid 4px #a31039;
	padding-left: 10px;
}
.houhou_block {
	margin-bottom: 2em;
}
.houhou_img {
	text-align: center;	
}
.img_border {
	border: solid 1px #ccc;
}
@media (max-width: 768px) {
.reviewArea_center {
	text-align: left;
}
.reviewArea_in {
	width: 100%;
}
.point_shintei {
	padding: 10px;
}
.review_chuui {
	padding: 10px;
}
}

/* フッター非リンク */
   /* 横幅が600px以上の場合に適用するスタイル */
@media (min-width: 600px) {
label[for="fs_p_footerNavigationItem_8"],
label[for="fs_p_footerNavigationItem_9"]
 {
 pointer-events:none;/*リンクを非リンクに変える*/
 cursor:default;/*マウスカーソルを矢印のまま変えない*/
}
}
   /* 横幅が600px以下の場合に適用するスタイル */
@media (max-width: 600px) {
label[for="fs_p_footerNavigationItem_7"]
 {

}
}

/* ポイント還元あり非表示 */
.fs-c-productPrice--stage10 {
	display: none;
}

/* スマホ用検索フォーム　モーダルウィンドウ */
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
position: absolute;
top: 50px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 20;
width: 90%;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
padding: 50px;
}
.modal-window .modal-inner p {
padding: 0 20px;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
right: 5%;
z-index: 20;
margin-left: 285px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}


/* /////////////// 闇市 /////////////// */
.yamiichi_head {
	padding-top: 28px;
}
@media screen and (max-width: 896px) {
.yamiichi_gnav {
	display: block !important;
	width: auto;
	position: absolute !important;
	right: 10px;
	top: 15px;
}
.yamiichi_head {
	padding-top: 0px;
}
}
.mv_yamiichi {
}
.yamiichi_setumei {
	text-align: center;
}
.yamiichi_setumei p {
	display: inline-block;
	padding: 15px 20px;
	background-color:#f2f2f2;
}

.yamiichi_tokusetu {
	text-align: left;
	padding: 15px 20px;
	margin-bottom: 2em;
	border:solid 3px #eee;
}
.yamiichi_tokusetu_tit {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.yamiichi_about {
	margin-top: 1em;
}
.yamiichi_tokusetu_tit2 {
	font-weight: 700;
	margin-bottom: 0.5em;
}



/* /////////////// もっと見る /////////////// */
.sec_mg0 {
	padding-bottom: 0px !important;
}
.moreBtn {
	text-align: center;
}
.moreBtn a {
	text-align: center;
	display: inline-block;
	padding: 0.6em 2em;
	margin: 1em auto 0;
	background: #fff;
	border: 1px solid #000;
	color: #666;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	color:#111;
	font-size: 110%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.moreBtn a:hover {
	background: #000;
	color: #fff;
}

.arrow_before {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow_before:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

@media (max-width: 767px) {
 .fs-p-bannerGroup {
  grid-gap:5px;
  justify-content: center;
 }
}

@media(max-width: 767px) {
.sec_link ul li {
 width: 100%;
}
}
@media (max-width: 768px) {
    span.fs-pt-column__heading {
        width: 56%;
    }
   
    .fs-pt-carousel__slide {
        margin: 0;
    }
    ul li.fs-pt-list__item:last-child{
        margin-bottom: 0!important;
    }
}

