@media screen and (min-width:768px) and (max-width:959px) {
body {
  background-color: #FFF;
  line-height: 1.7;
overflow: hidden;
}}
img {
 image-rendering: -webkit-optimize-contrast;}
a:visited {color: #572c0d;}


/* 検索フォームの中の文字 */
/*for Webkit*/ 
input::-webkit-input-placeholder { 
color:#666;
} 
/*for Firefox*/ 
input:-moz-placeholder { 
color:#666;
}

.block{display: block;}
.inline-block{display: inline-block;}
.contents{display: contents;}

.pc_center{text-align: center;}	
.pc_left{text-align: left;}	
.pc_right{text-align: right;}	

.photo {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px;
}
.fs-c-productName__copy{
    font-size: 0.8em;
    line-height: normal;
    color: #4d5156;
}

.fs-c-productName__variation {
    font-size: 0.8em;
    line-height: normal;
    color: #757575;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
    display: block;
    margin-top: 4px;
}
.fs-c-productListItem__productDescription {
    margin: -8px 0 1px;
}

/* イレギュラーページ用レビュー部分 */
.fs-body-product-free_sample .fs-l-productLayout .fs-c-productReview {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #c2c2c2;
}
.fs-body-product-marugoto .fs-l-productLayout .fs-c-productReview {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #c2c2c2;
}

.fs-body-product-catalog_req .fs-l-productLayout .fs-c-productReview {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #c2c2c2;
}



/* ラッピングの森のライティング担当 梅子のおすすめ 商品一覧非表示 */
.fs-body-category-pickup-recommend .fs-c-productList{display: none;}


.pc_mt5 {margin-top: 5px;}	
.pc_mt10 {margin-top: 10px;}
.pc_mt20 {margin-top: 20px;}
.pc_mt50 {margin-top: 50px;}	
.pc_mb5 {margin-bottom: 5px;}
.pc_mb10 {margin-bottom: 10px;}
.pc_mb20 {margin-bottom: 20px;}

       .important_p {
            font-weight: bold;
            color: #e44d26;
			font-size: 18px;
        }

/* 名入れ商品ページカートの枠 */
.nairecartbox{width:100%;
	border-left: solid 1px #c60303;
    border-right: solid 1px #c60303;
    border-bottom: solid 1px #c60303; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); padding: 15px;}

.border_solid_all {border:1px solid #ccc;}	

.border_solid_all:last-child {
border-bottom: none;
}
.border_dotted {border-bottom:1px dotted #ccc;}	
/* ホバーで画像が浮かぶ（森について） */
.imgup img {transition: all 0.5s ease-in-out;}
.imgup img:hover {transform: translateY(-5px); box-shadow: 0 15px 20px -5px #9d9d9d;}


a.link_a {
    display: -webkit-inline-box;
    text-align: center;
    text-decoration: none;
    padding: 0px 20px 0px 0px;
}
a.link_a::after {
    right: 5px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #7b4836;
    border-width: 6px;
    margin-top: -6px;
    transform: scale(1, 0.65);
}
/* 名入れカートの機械刷り・手刷りのテキスト */
.machine_p {
    padding: 5px;
    background-color: #022a4d;
    font-size: 90%;
    border-radius: 3px;
    color: #fff;
}
.hand_p {
    padding: 5px;
    background-color: #9b4d03;
    font-size: 90%;
    border-radius: 3px;
    color: #fff;
}


/* カテゴリページ＊セール商品のカテゴリページにつけるフラッグ付きセール案内 */
.sale_news {
    background: url(https://wrapping.itembox.design/item/images/SALE/saleflag_pc.webp) no-repeat;
    background-position: center;
    position: relative;
    height: 63px;
    top: 20px;
    z-index: 999999;
}
.sale_news .day {
    color: #796024;
    font-size: 28px;
    font-weight: bold;
    vertical-align: top;
}
.sale_news .sale {
    color: #cb0808;
    font-size: 28px;
    font-weight: bold;
    vertical-align: top;
}
/* 商品ページ＊セール商品のカテゴリページにつけるフラッグ付きセール案内 */



.fs-l-productLayout__item .sale_news {
    background: none;
    background-position: center;
    position: relative;
    height: auto;
    top: 0;
    padding: 5px;
    z-index: 99;
    border: double 5px #c60303;
}
.fs-l-productLayout__item .sale_news .day {
    color: #796024;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
}
.fs-l-productLayout__item .sale_news .sale {
    color: #cb0808;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
}


/* div 全体をリンク（森について） */
.DivLink{position:relative;}
.DivLink a{
    display: inline-grid;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.DivLink2{position:relative;}
.DivLink2 a{
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

/* タイトル付きボックス（森について） */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    padding: 0 0px 10px 0px;
}
.card_2px {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid;
    border-radius: 10px;
    padding: 0 0px 10px 0px;
}

.card-body{padding: 10px;height: auto;text-align: left!important;}
.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
}

.card-body a {
    text-decoration: underline!important;
}

.card_2px:hover{opacity: 0.3;}

/* パンくず */
.fs-c-breadcrumb {
	font-size: .9em;
	padding-left: 10px;
}
.fs-c-breadcrumb__list {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 2px;
}
.fs-c-breadcrumb__list--subgroup {
    box-sizing: border-box;
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
    font-size: 90%;
}

.fs-c-breadcrumb__list--subgroup:last-child {
    box-sizing: border-box;
    list-style: none;
    margin: 0 0 20px -10px;
    padding: 0;
    font-size: 90%;
}

.fs-l-main .fs-c-breadcrumb {
    font-size: .9em;
    padding-left: 10px;
    margin-top: 20px!important;
}


/* トップの横幅 */
#fs_Top .fs-l-pageMain {
    max-width: 1480px!important;
    width: 100%!important;
}
#fs_Top .fs-l-page{width:100%!important;margin: 0px auto;}
#fs_Top .fs-l-main {
    margin: 12px auto 40px!important;
    padding: 0px!important;
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ページの横幅 */

.fs-l-sideArea + .fs-l-pageMain {
    width: 73%!important;
    float: right;
    max-width: 1030px;
}

.fs-l-main .fs-l-sideArea {
    overflow-x: hidden;
    float: left;
    width: 24%!important;
    margin-right: 20px;
}
.fs-l-sideArea {
    max-width: 260px;
}
.fs-l-pageMain {width: 1280px;}
.fs-l-page{width:100%;margin: 0px auto;}
.fs-l-main {
	margin: 12px auto 40px!important;
	padding: 0px!important;
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fs-l-pageMain {max-width: 1280px;
width: 100%!important;
}

@media screen and (min-width: 560px) and (max-width: 1110px){
	.fs-l-main .fs-l-sideArea {
    overflow-x: hidden;
    float: left;
    width: 24%!important;
    margin-right: 20px;
}
.fs-p-drawer {
    background: none;
    box-shadow: none;
    overflow: auto;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 2;
}
.fs-l-sideArea + .fs-l-pageMain {
    width: 73%!important;
    float: right!important;
    max-width: 1030px;
    padding-right: 10px;
}

}




.fs-c-subgroup {
    margin: 24px auto;
    width: 100%;
}

.fs-c-productList {
    margin: 24px auto;
    width: 100%;
}
.title_130 {
    font-size: 130%;
    font-weight: 700;
    text-align: center;
    letter-spacing: .15em;
    color: #fff;
}	

.fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
}

.fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
    grid-gap: 16px;
    align-items: start;


}

/* カルーセルのz-index順下げる*/
.fs-pt-carousel {
	position: relative;
	z-index: 0;
}

/* レコメンドタイトル見出しの色*/
.fs-p-heading--lv2 {
	border-bottom: 2px solid currentColor;
	color: #58453f;
	font-size: 2rem;
	border-color: #71625d;
	font-weight: bold;
}

/* ヘッダーゲストさんこんにちは*/
.fs-l-header__welcomeMsg.is-ready {
    font-size: 15px;
}
.fs-l-header .fs-clientInfo.is-ready {
    font-size: 15px;
    padding-bottom: 5px;
    text-align: right;
    color: #8f8b8b;
margin-right: 10px;
}

/* ヘッダーログインログアウト*/
.fs-clientInfo.is-ready {
    display: block;
    font-size: 14px;
}
/* 価格表記用*/
.fs-c-price__value {
    color: #cf0303;
    font-weight: bold;
    font-size: 1.1em;
}
.fs-c-price__currencyMark{
color: #cf0303;}

/* バリエーション文字表記用*/
.fs-c-variationList__item__title{
font-size:1.3em;}

/* ボタンのテキストカラー*/
.fs-c-button--plain {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #572c0d;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
}

/* 在庫表記用*/
.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock, .fs-c-variationLabel{
	font-size: 15px!important}
.fs-c-variationCart__variationName__stockValue{
    font-size: 1.3em;
    margin-left: 3px;
}

/* 数値の入力欄にスピナーを常時表示する */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
/* 商品ページ共通 */
table.specTable50 {
  width: 100%;
}
table.specTable50 td {
  padding: 5px 0 5px 10px;
font-size: 16px;
}
table.specTable50 td.specTableTt50_l {
  width: 20%;
  padding: 5px 0 5px 3px;
  background-color: #F0F0F0;
  border-bottom: 3px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}

/* 商品ページ　通常・名入れタブボタン */

.col_2_btn {
    width: 100%;

    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-bottom: 4px solid #3c3c3c!important;
}
	.col_2_btn > div img {
max-width:100%;
    height: auto;
  }		
.col_2_btn > div.normal {
    width: 48%;
    height: auto;
	margin: 5px auto 0px 0;   
}
.col_2_btn > div.other {
    width: 48%;
    height: auto;
	    position: relative;
    top: 3px;
   margin: 5px 0 0px auto;
}

.col_2_btn_name {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-bottom: 4px solid #0690d6!important;
}
	.col_2_btn_name > div img {
max-width:100%;
    height: auto;
  }		
.col_2_btn_name > div.normal {
    width: 48%;
    height: auto;
	margin: 5px auto 0px 0;
   
}
.col_2_btn_name > div.other {
    width: 48%;
    height: auto;
	    position: relative;
    top: 3px;
   margin: 5px 0 0px auto;
}
    


/*カートに入れる*/
.cart_button {
  display       : inline-block;
  text-align    : center;
  padding       : 20px 120px;
  background    : #B40B01;
  color         : #ffffff;
	cursor        : pointer;
  line-height   : 2em;
  transition    : .3s;
font-size:1.1em;
border-radius:8px;
  border        : 2px solid #991414;
}
.cart_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  opacity       : 0.8;         /* カーソル時透明度 */
}
/*グレーのラベル*/
.naire_ttlSP {
    font-weight: 600;
    border: 1px #CCCCCC solid;
    background-color: #dcdcdc;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    margin: 2.3em 0 0 0em!important;
    font-size: 16px;
}
/*ストック在庫数目立たせるやつ*/
.fs-c-productStock {
    font-size: 1.1em;
    margin: -20px auto 10px;
}



/*各カテゴリページのグループ画像のサイズ&文字サイズ*/
.fs-c-subgroupList__label {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 95%;
}
.fs-c-subgroupList__image > img {
    display: block;
    max-width: 100%;
    width: 150px;
}

.fs-c-productShippingDateNote {
    margin: 5px auto 0;
    width: 97%;
}

.fs-c-productShippingDateNote__date {
    font-size: 13px!important;
    font-weight: bold;
    padding: 2px;
    color: #b2281a;
    display: block;
    text-align: center;
    border: solid 2px #b2281a;


    position: relative;
}

.fs-c-productShippingDateNote__date::before {
  content: "";              /* 疑似要素には必須 */
  display: block;           /* ブロック要素にする */
  width: calc(100% + 8px);  /* 適度な大きさを指定 */
  height: calc(100% + 8px); /* 適度な大きさを指定 */
  border: solid 2px #b2281a;   /* 外側の線 */
  position: absolute;       /* 相対位置に指定 */
  top: -6px;                /* 大きさに合わせて微調整 */
  left: -6px;               /* 大きさに合わせて微調整 */
}


/*一覧ページでカラーや名入れなど見せるタグ画像サイズ*/
.fs-c-productList .fs-c-productMark__item .instock{width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .stocklimit{width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .naireitem {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .bulkitem {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .bnitem {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .bnrepert {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .pitem {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .repertitem {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .fullcolor {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .pnameitem {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .pnamerepert {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .bnamerepert {width: auto;font-size: 90%;line-height: normal;display: ruby-text;height: 25px;}
.fs-c-productList .fs-c-productMark__item .color_lightpink{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_pink{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_peachpink{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_rosepink{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_red{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_rosered{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_bordeaux{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_navy{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_pastelblue{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_lightblue{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_lightpurple{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_green{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_lightgreen{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_yellow{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_orange{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_beige{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_blue{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_lightbrown{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_darkbrown{width: 100%;}

.fs-c-productList .fs-c-productMark__item .color_black{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_grey{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_white{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_silver{width: 100%;}
.fs-c-productList .fs-c-productMark__item .color_gold{width: 100%;}



/*一覧ページで季節などのタグ画像を非表示*/
.fs-c-productList .fs-c-productMark__item .icon_new{display: none;}
.fs-c-productList .fs-c-productMark__item .wide200p{display: none;}
.fs-c-productList .fs-c-productMark__item .no_returns{display: flex;}
.fs-c-productList .fs-c-productMark__item .stocklimit{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H00{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H11{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H12{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H13{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H14{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H15{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H16{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H17{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N00{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A00{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A09{display: none;}



.fs-c-productList .fs-c-productMark__item .WB01A10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A11{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A12{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A13{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F00{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T11{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T12{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T13{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T14{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T15{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T16{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T17{display: none;}

/*商品ページ関連商品内 特定のタグ画像を非表示*/
.fs-c-featuredProduct__list .fs-c-productMark__item .icon_new{display: none;}
.fs-c-productList .fs-c-productMark__item .stocklimit{display: none;}
.fs-l-productLayout__item--2 .fs-c-productMarks .wide200p{width: 200%!important;}
.fs-l-productLayout__item--2 .fs-c-productMarks .no_returns{width: 200%!important;}
.fs-c-featuredProduct__list .fs-c-productMark__item .no_returns{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H01{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H02{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H03{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H04{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H05{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H06{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H07{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H08{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H09{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H10{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H11{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H12{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H13{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H14{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H15{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H16{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01H17{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N01{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N02{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N03{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N04{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N05{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N06{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N07{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N08{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N09{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01N10{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A01{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A02{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A03{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A04{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A05{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A06{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A07{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A08{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A09{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A10{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A11{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A12{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01A13{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F01{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F02{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F03{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F04{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F05{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F06{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F07{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F08{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F09{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01F10{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T01{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T02{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T03{display: none;}





.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T04{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T05{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T06{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T07{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T08{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T09{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T10{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T11{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T12{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T13{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T14{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T15{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T16{display: none;}
.fs-c-featuredProduct__list .fs-c-productMark__item .WB01T17{display: none;}





/*一覧ページでカラータグ 9列で並ぶ*/
.fs-c-productList__list .fs-c-productMark > li {
    margin: 2px 1px;
	 width: 25px;
    height: 25px;
}

.fs-c-productList__list .fs-c-productMark > li {
    margin: 2px 1px;
}

/*商品ページ内の下部分の　関連商品でカラータグ 9列で並ぶ*/
.fs-c-slick .slick-slide .fs-c-productMark > li {
    box-sizing: border-box;
    width: 10%;
    margin: 2px 1px;
}



/*商品ページでタグの表示*/
.fs-l-productLayout__item .fs-c-productMarks .fs-c-productMark > li {
    box-sizing: border-box;
    margin: 2px;
}



/*グループページの子グループ表を非表示*/
.fs-c-subgroup{display: none;}


/*商品検索結果・タグ検索結果の「商品一覧」のタイトル*/
h1.fs-c-heading--page {
    border-bottom: 1px solid #abaaaa;
    color: #3e3d3d;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 7px;
    text-align: left;
}
/*グループページで「現在登録されている商品はありません」を非表示*/
.fs-c-noResultMessage {
    text-align: center;
    display: none;
}

/*注文完了ページのテキストセンター揃え*/
.fs-body-checkout-success .fs-c-subSection {
    margin-bottom: 24px;
    text-align: center;
}

/*商品一覧でのサムネイルサイズ統一*/
.fs-c-productListItem__imageContainer .fs-c-productListItem__image img{width: 100%!important; height:240px!important;}

/*商品一覧での在庫切れ表記　赤に*/
.fs-c-productList .fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label {font-weight: bold; color: #c60303;}
.fs-c-productList .fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {content: "\e920";color: #c60303;}

/*商品一覧での虫眼鏡マーク非表示*/
.fs-c-productListItem__viewMoreImageButton {
    font-size: 1.2em;
    justify-content: flex-end;
    padding: 0;
    display: none;
}


/*余白調整*/
.fs-c-cartDiscountInfo {
    margin: 10px 0;
}
.fs-p-announcement {
    margin: 10px 0;
}
/*ストック在庫表示部分余白調整*/
.fs-c-productStock{
padding:.8em 1em;
}


/*ストック在庫文字調整*/
.fs-c-productStock__number{
font-size:1.1em;
font-weight:bold;
}

/*テキストサイズ調整*/
.fs-p-announcement__title {
    color: #7c8790;
    font-size: 1.5rem;
    margin: 0;
}
/*予定在庫フォントサイズ*/
.fs-c-variationMatrix__panel__caption{
font-size:1.1em;
background-color:#444444;
color:#ffffff;
padding:1em;
}



/*ショッピングカートページのついで買いコーナー*/
.fs-p-announcement__title {
    color: #333;
    margin: 0;
font-size: 1.5rem;
}
.fs-p-linkButton {
    border: 1px solid currentColor;
    border-radius: 3px;
    display: inline-block;
    line-height: 0.9;
    padding: 15px;
    text-align: center;
    width: 32%;
    margin: 10px auto;
    font-size: 110%;
    background-color: #fffdfa;
}

/*ショッピングカートページ　ショッピングを続けるボタン*/
.btn-square-shadow {
    display: block;
    padding: 15px;
    text-decoration: none!important;
    background: #2e81a9;
    color: #FFF!important;
    border-radius: 3px;
    font-size: 120%;
    width: 25%;
    margin: 20px auto 50px;

}

/*ショッピングカートページ　ご購入手続きへボタン*/
#fs-checkout-payHere-container .fs-c-button--primary {
    background: #B40B01;
    border: 1px solid #991414;

    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;



    font-size: 1.9rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}

.fs-body-cart .fs-l-cart__sideColumn {
    border: 3px solid #B40B01;
    border-radius: 3px;
    padding: 16px;
    align-self: start;
}


/*ショッピングカートページ　購入する商品のカラー*/
.fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
    font-size: 1em;
}

/*ショッピングカートページ　購入する商品の詳細情報*/
.fs-c-cartTable__productInfo .fs-c-listedOptionPrice {
    font-size: 1em;
}

/*ショッピングカートページ　エラー部分*/
.fs-c-panel--error {
    color: #c60303;
    border-color: #c60303;
    font-size: 120%;
    font-weight: bolder;
}
.fs-c-panel {
    background: #f5f5f5;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    padding: 100px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}
.fs-c-panel--error::before {
    content: "\e915";
    color: #da4453;
}
.fs-c-panel::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    position: absolute;
    top: 8px;
    left: 8px;
}


  /*ボタンを押したとき*/
.btn-square-shadow:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
/*ショッピング内オプション価格サイズ*/
.fs-c-listedOptionPrice {
  font-size: 1.2em;}
.fs-c-listedProductName__variation{
  font-size: 1em;}
.fs-c-productOption__name{
  font-size: 1.1em;}
.fs-c-productOption__comment{
  font-size: 1em;}

/*ログインページ*/
.fs-body-login .fs-c-inputInformation__link {margin-top: 8px;text-align: center;}
.fs-body-login .fs-c-newUsers__message{margin-top: 20px;}



/*会員登録ページ*/
#fs_Register .fs-c-inputInformation__field {
	margin: 24px auto;
	max-width: 90%;
}
#fs_Register .fs-c-inputField input{padding:10px;}

#fs_Register .fs-l-page .fs-c-button--primary,
#fs_NewsletterSubscribe .fs-l-page .fs-c-button--primary{
    background: #B40B01;
    border: 1px solid #991414;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 2em 0.8em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}

#fs_CustomerDetails .fs-c-inputInformation__field {
	margin: 24px auto;
	max-width: 90%;
}
#fs_CustomerDetails .fs-c-inputField input{padding:10px;}

/*会員ページ 送り状番号文字大きさ*/
.fs-c-orderHistoryItem__deliveryInfo{
font-size:1.1em;}

/*会員ページ＆ショッピングカートページ お気に入りリストの数量非表示*/





.fs-c-productList__list .fs-c-productStock {
    padding: .8em 1em;
    display: none;
}
.fs-c-wishlistProduct .fs-c-productStock {
    padding: .8em 1em;
    display: none;
}

/*メルマガ登録ページ フォーム横拡大*/
#fs_NewsletterSubscribe .fs-l-page .fs-c-inputInformation__field {
    margin: 24px auto;
    max-width: 90%;
}

/*マイページのボタン枠調整*/
.fs-body-my-top .fs-c-accountService {
    flex-basis: 85%;
    margin: 0 auto;
}
.fs-c-accountService__page {
    display: flex;
    align-items: stretch;
    height: auto;
    margin: 8px!important;
    width: calc(100% / 8);
}
.fs-c-accountService__page--accountDelete {
    align-items: flex-start;
    flex-basis: auto;
	display: none;}

	
	
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #7c8790;
    font-size: 40px;
    line-height: 1.5;

    margin: 0px auto 0;
    width: 64px;
    height: 64px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 8px 2px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.fs-c-productListCarousel__list .fs-c-buttonContainer {
    display: none!important;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.slick-list .slick-slide .fs-c-productMark {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: ruby-text!important;
    flex-wrap: wrap;
}

/*商品番号*/
.fs-c-productNumber{font-size:1em;
border:none;
padding:0;}

/*商品名*/
.fs-c-productNameHeading__name{
font-size:1.3em;}
.fs-c-productNameHeading {
    color: #3c3c3c;
    font-size: 1.8rem;
    margin-top: -5px;
}

/*「お気に入りリスト」に入っている「商品のお気に入りへ」のボタン*/
.fs-c-wishlistProduct__viewAllProducts {
    display: block;
    padding: 15px;
    text-decoration: none!important;
    background: #8a7c78;
    color: #FFF!important;
    text-align: center;
    border-radius: 3px;
    font-size: 120%;
    width: 25%;
    margin: 20px auto 30px;
    line-height: 1;
    border: 1px solid #bbbbbb;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
     align-items: center;
    font-size: 1.4rem;
    padding: 0.5em 1em;
}

/*「お気に入りリスト」の商品一覧*/
#fs_MyWishList .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(16.6% - 0px) calc(16.6% - 0px) calc(16.6% - 0px) calc(16.6% - 0px) calc(16.6% - 0px) calc(16.6% - 0px);
    grid-gap: 0px;
}

/*商品ページ内 関連商品（バリエーション）の枠*/
.fs-c-featuredProduct {
    margin: 0 auto;
    width: 80%;
    border: solid 1px #cccccc;
margin-top: 25px;
	display: none;
}
.fs-c-featuredProduct　.fs-c-slick.slick-slider {
    position: relative;
    z-index: 0;
    height: auto;
}
.fs-c-featuredProduct .fs-c-productListItem__imageContainer .fs-c-productListItem__image img {
    width: 100%!important;
    height: auto!important;
}
.fs-c-featuredProduct .fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin: 8px 0;
}

.fs-c-featuredProduct .fs-c-productPrice__main {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 90%;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item {
    max-width: 120px;
    min-width: 120px;
    margin: 0 8px;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item > * + * {

    margin-top: 2px;
}
.fs-c-featuredProduct .fs-c-buttonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
}
/*商品ページ内 関連商品のタイトルテキストサイズ*/
.fs-c-featuredProduct .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
   border-bottom: 2px solid #574242;
    text-align: left;
    padding-left: 10px;
	padding-bottom: .5em;
    font-weight: bolder;
    font-size: 17px;
    line-height: 30px;
    color: #574242;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 10px;


    margin-right: 10px;
}

/*960px~1439pxサイズのコンテンツを少し縮小*/
@media screen and (min-width:960px) and (max-width:1439px){
/* トップの横幅 */
#fs_Top .fs-l-pageMain {
    max-width: 1480px!important;

    width: 100%!important;
}
#fs_Top .fs-l-page{width:100%!important;margin: 0px auto;}

#fs_Top .fs-l-main {
    margin: 12px auto 40px!important;
    padding: 0px!important;
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 86vw;
}	
	
.fs-l-main {
	margin: 12px auto !important;
	padding: 0px !important;
	display: flex;

	flex-wrap: wrap;
	justify-content: space-between;
	width: 90vw;

}}

/* イベント記号非表示 */
.fs-c-productList .fs-c-productMark__item .WB01H01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H11{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H12{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H13{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H14{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H15{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H16{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01H17{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01N10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A11{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A12{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01A13{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01F10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T01{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T02{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T03{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T04{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T05{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T06{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T07{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T08{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T09{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T10{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T11{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T12{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T13{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T14{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T15{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T16{display: none;}
.fs-c-productList .fs-c-productMark__item .WB01T17{display: none;}

/*端数出荷の囲み*/
.waku333_solid, .fs-c-buttonContainer--inquiryAboutProduct {
    padding: 5px;
    border: 1px solid #CCCCCC;
    font-size: 90%;
    margin-bottom: 10px!important;
    display: flex;
}
.waku333_solid{
margin-bottom:10px;
}
/*囲み（赤）*/
.waku-crimson_solid{
    padding: 10px;
    border: 1px solid #dc143c;
    font-size: 95%;
margin-bottom:10px;
}

/*詳細情報ボーダー*/
#fs_MyAccountSettings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    border-bottom: 1px solid;
}
#fs_MyAccountSettings .fs-c-memberInfoField .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    font-size: 1.2em;
}
#fs_MyAccountSettings .fs-c-memberInfoField th.fs-c-inputTable__headerCell {
    padding:.5em;
    background-color: #ECECEC;
}
#fs_MyAccountSettings .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    padding: 0.5em;


}

/*タイトルのバー*/
.title-border {
    margin: 1.5em 0 0.6em;
    font-size: 20px;
    font-weight: normal;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    clear: both;
}
/*大カテゴリのランキングタイトル*/
.ranking span {background: #f96363;color: #FFF;text-align: left;display: inline-block;padding: 5px 10px;font-size: 13px;line-height: 1;height: 25px;}
.ranking_aki{height: 25px;}


/*バリエーション価格用カート部分*/
.fs-c-productVariationPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-left: 5px;
}

/*商品一覧ページのカートに入れるボタン*/
.fs-c-productList .fs-c-productList__list__item .fs-c-button--addToCart--list{border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9px;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 90%;
    background-color: #bd0000;
    color: #ffffff;}

/*商品一覧ページの詳細を見るボタン*/
.fs-c-productList .fs-c-productList__list__item .fs-c-button--viewProductDetail{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9px;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 90%;
    background-color: #bd0000;
    color: #ffffff;
    text-align: center;
}

/*商品一覧ページの商品並ぶ数*/
.fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px)!important;
    grid-gap: 0px;
}

/*任意商品パーツのカートに入れるボタン*/
.slick-list .fs-c-productList__list__item .fs-c-button--addToCart--list{border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9px;

    margin: 0 auto;

    display: block;
    width: 100%;
    font-size: 80%;
    background-color: #bd0000;
    color: #ffffff;}

/*任意商品パーツの詳細を見るボタン*/
.fs-c-productListCarousel .slick-list .fs-c-productList__list__item .fs-c-button--viewProductDetail{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9px;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 90%;
    background-color: #8f817d;
    color: #ffffff;
    text-align: center;
}

/*商品一覧ページのお気に入りハート非表示*/
.fs-c-productList .fs-c-productList__list__item .fs-c-button--addToWishList--icon{display: none;}

.fs-c-productList .fs-c-productList__list__item .fs-c-productPrice__main__label {
    margin-right: 4px;

    font-size: 80%;

}



.fs-c-productList .fs-c-productList__list__item .fs-c-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    font-size: 110%;

}

/*商品一覧ページの予約のボックス*/
.fs-c-productListItem__preorderMessage{display: none;}	
.fs-c-salesPeriod {margin: 4px 0!important;}

/*商品一覧ページのモーダル部分*/
.fs-c-modal__contents .fs-c-variationCart > li {
    display: grid;
    grid-template-columns: 1fr 3em 144px;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.fs-c-modal__contents .fs-c-variationCart__variationName__name {
    font-weight: 500;
}



/* -----------------------------------
   カードスタイル（CTA共通）
----------------------------------- */
.how-to-card {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 0.8em;
  text-align: center;
  border-radius: 8px;
  transition: 0.2s;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.how-to-card:hover {
  background-color: #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-icon {
  font-size: 16px;
}





.lastup_date{text-align: right;
	font-size: .8em;}
.kao_fukidashi {
    display: flex;

    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.kao_fukidashi img {
    max-width: 7%;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
}

.kao_fukidashi p {
    position: relative;
    max-width: 88%;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
letter-spacing: 0.5px;

    text-align: left;
    line-height: 2;
}

.kao_fukidashi p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #e0efff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}
.kao_fukidashi p a{text-decoration: underline;}

.fs-c-productQuantityAndWishlist select.fs-c-quantity__select {
    width: 5em;
    font-size: 1.3em;
}

/* カテゴリページのh1部分 */
.wk_h1{position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
background: rgba(255,255,255,0.5);}
h1.main{
    text-align: center;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
}
/* 名入れ系ページのh1部分 */
.wrap-name_h1 {
    width: 100%;
    padding: 10px;
    background-color: #013e5d;
    font-weight: normal;
    color: #FFF;
    text-align: center;
	    margin-bottom: 15px;
}




/* FAQ */
#faq_font{
	font-size:100%;
	line-height:1.5em;
}
.QandA-2 a:link{
	text-decoration:underline;
}

.QandA-2{
	margin:1em 10px 1em;
}

.QandA-2 h3 {
    margin: 30px 0px 2px;
    font-weight: bold;
    color: #555;
}
.QandA-2 dl {
    border: 1px solid #ccc;
    margin: 0.8em 0;
}
.QandA-2 dt {
    font-weight: bold;
    color: #111;
    background: #f5f5f5;
    padding: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.QandA-2 dt:first-child {
	border-top: none;
}
.QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.QandA-2 dd {
    padding: 16px 16px 10px 30px;
    margin: 0;
}

.QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
	 color: #CC0000;
}
.hutoji{
	font-weight:bold;
}

/* 人気のキーワード */
.flex{display: flex;}
.keyword-labels__items {
    display: -webkit-inline-box;
    margin: 0 auto!important;
}
.keyword-labels__items {
    display: flex;
    -ms-flex-wrap: wrap;
    text-align: center;
    margin: 0 auto!important;
}
.keyword-labels__item {
    margin-right: 2rem;
    margin-top: 14px!important;
    display: inline-table;
}
.keyword-label {
    display: inline-block;
    border-radius: 10px;
    background-color: #f6e8e8;
    padding: 7px 10px;
    outline: none!important;
    text-decoration: none!important;
    text-align: center;
    cursor: pointer;
}
.keyword-label__in {


    -ms-flex-line-pack: center;
    align-content: center;
}
.fs_keyword-label.no-search {
    padding-right: 10px;
}


.aspect1_1{
aspect-ratio: 1/1;
}
.aspect1_2{
aspect-ratio: 1/2;
}
.aspect16_9{
aspect-ratio: 16/9;
}
.aspect27_20{
aspect-ratio: 27/20;}

.aspect35_26{
aspect-ratio: 35/26;}
.aspect63_8{
aspect-ratio: 63/8.8;}
.h352{height:352px;}
span.fs-c-productNameHeading__copy {
    display: block;
}


/* 大カテゴリページのh3の部分（タイトルバー) */
.contentsHead {
    overflow: hidden;
    zoom: 1;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
}
.midashi120 {
    color: #555;
    font-size: 120%;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 5px;
letter-spacing: 0.05em;
}

.midashi18 {
    color: #555;
    font-size: 130%;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 5px;
letter-spacing: 0.05em;
}
.contentsHead h3 span {
    font-size: 78%;
    font-weight: normal;
    line-height: 24px;
    vertical-align: middle;
}




/* カラーで選ぶ */
.wr_color1_lightpink {background-color: #fde5e3; width: 100%; height: 48px!important;}
  .wr_color2_pastelblue {background-color: #c6e4fc; width: 100%; height: 48px!important;}
  .wr_color3_peachpink {background-color: #ee7e94; width: 100%; height: 48px!important;}
  .wr_color4_rosepink {background-color: #f3637a; width: 100%; height: 48px!important;}
  .wr_color5_red {background-color: #c9241e; width: 100%; height: 48px!important;}
  .wr_color6_rosered {background-color: #ac232b; width: 100%; height: 48px!important;}
  .wr_color7_bordeaux {background-color: #7b3b4b; width: 100%; height: 48px!important;}
  .wr_color8_navy {background-color: #2f2e50; width: 100%; height: 48px!important;}
  .wr_color9_lightpurple {background-color: #c0b0ca; width: 100%; height: 48px!important;}
.wr_color10_green {background-color: #024941; width: 100%; height: 48px!important;}
  .wr_color11_lightgreen {background-color: #c7e06a; width: 100%; height: 48px!important;}
  .wr_color12_yellow {background-color: #e9cf18; width: 100%; height: 48px!important;}
  .wr_color13_orange {background-color: #e87b12; width: 100%; height: 48px!important;}
  .wr_color14_beige {background-color: #d6d497; width: 100%; height: 48px!important;}
  .wr_color15_lightbrown {background-color: #ceb891; width: 100%; height: 48px!important;}
  .wr_color16_darkbrown {background-color: #685557; width: 100%; height: 48px!important;}
  .wr_color17_black {background-color: #09080e; width: 100%; height: 48px!important;}
  .wr_color18_white {background-color: #e3e3e5; width: 100%; height: 48px!important;}
.wr_color19_pink {background-color: #e59bb4; width: 100%; height: 48px!important;}
  .wr_color20_lightblue {background-color: #83dcea; width: 100%; height: 48px!important;}
  .wr_color21_gold {background-color: #ac9e01; width: 100%; height: 48px!important;}
  .wr_color22_silver {background-color: #c0c0c0; width: 100%; height: 48px!important;}

/* メイン画像 */
.container_wb_keijo_ribbonset {
        height: 320px;
    width: 1900px;
    max-width: 100%!important;
    margin: 0 auto;
    background-image: url("https://wrapping.itembox.design/item/images/wb_keijo_ribbonset/2ana_imag.webp");
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}


/* 左に画像、右にテキスト、ドット下線 */
ul.sideimg_inner {
    display: block;
    text-decoration: none;
    padding: 0;
}
.sideimg_inner li {
    background: url(https://wrapping.itembox.design/item/images/footer/footer-middle-li-back.webp) right no-repeat;
    font-size: 100%;
    border-bottom: 1px solid #ccc;
    list-style-position: inside;
    margin-bottom: 7px;
    line-height: 2;
    padding: 25px 15px 10px 15px!important;
  overflow: hidden;
}
.sideimg_inner a {
    text-decoration: none!important;

    color: #555!important;
}



/* 名入れガイドなどの枠付きリンクボックス（隙間なし） */
	.category-list__wrap {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #ccc;
}
.category-list__box {
    width: calc(100% / 3);
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #ccc;
}
.category-list__box a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
    color: #222;
}
.category-list__box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.category-list__text {
    display: flex;
    flex-direction: column;

    gap: 3px;
    height: auto;
}
.category-list__title {
    font-weight: bold;
    font-size: 18px;
}
.category-list__caption {
    word-break: break-all;


    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 90%;
}
.category-list__arrow {
    text-align: right;
    position: relative;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: auto;
    padding-right: 1.5rem;
}
.category-list__arrow:after {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: solid;
    border-right: solid;
    border-width: 2px;
    border-color: #9d0000;
}
.pcheight50px{height: 50px!important;}

/* 特商のテーブル */
.rulehead {width: 100%;}
.rulehead th,
.rulehead td {border: 1px solid #ccc;padding: 20px;}
.rulehead th {font-weight: bold;background-color: #dedede;}

@media screen and (max-width: 767px) {

.rulehead,
.rulehead tr,

.rulehead td,
.rulehead th {display:block;}
.rulehead th {width:auto;}
}

.fs-c-slick .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 10px;
}
.fs-c-productListCarousel__ctrl {
    flex-basis: 25px;
    min-width: 25px;
}
.slick-list .fs-c-productMark {
    display: none!important;
}
.fs-c-productListCarousel__list__item > * + * {
    margin-top: 0px;
}

/* リンクカード用 */
.link-card-wrapper {
    width: 90%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 8px;
    margin: 10px auto;
    padding: 7px;
}

.link-card, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #333;
}

.link-card-image,.link-card-text {
    width: 100%;
}

.link-card-image img {
    width: 100%;
    max-width: 100%;
}

.link-card-title {
    font-size: 120%;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 10px 0;
}

blockquote {
    font-size: 17px;
    margin: 0 0 10px 0;
    padding: 0 20px;
    border-left: 5px solid #ddd;
}

.card-blockquote p {
    margin: 0;
    padding: 5px 0;
}





.link-card-description {
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.link-card-domain {
    display: flex;
}

.link-card-domain img {

    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
}


.link-card-domain p {
    display: inline-block;
    margin: 0 10px 0 0; 
    color: gray;
    font-size: 14px;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .link-card-content {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto 1fr;
    }

    .link-card-title {
        margin: 0;
    }

    /* image */
    #grid-content-1 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    /* title */
    #grid-content-2 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    /* description,favicon,url */
    #grid-content-3 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        display: grid;
        grid-template-rows: auto 1fr;
        margin-top: 5px;
        padding-left: 20px;
    }
    
.link-card-image {
    width: 100%;
    margin: 5px 10px;
}
    
    .link-card-image img {
        width: 150px;
    }

    .link-card-description {
        margin: 0 0 10px 0;
		font-size: 95%;
    }

    .link-card-domain {
        align-items: end;
        margin-bottom: 5px;
    }
}


/* 比較表（’不織布平袋ページ） */
.category_spec_table {
    table-layout: fixed;
    width: 100%;
    white-space: normal!important;
    margin: 12px auto 10px;
}
	.category_spec_table {
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}
.category_spec_table th {
    width: auto;
}
.category_spec_table th {
    padding: 7px;
    text-align: center;
    color: #333;
    background-color: #f6f6f6;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.category_spec_table td {
    padding: 7px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    line-height: 1.4;
}
	.category_spec_table td a{text-decoration: underline;}
	.category_spec_table td.img100 img{width: 100%;}
		.category_spec_table td.img60 img{width: 60%;}

a.buy {
    font-size: 90%;
    color: #fff!important;
    white-space: nowrap;
    padding: 5px;
    background-color: #c60303;
    text-decoration: none!important;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

a.buy::before {
	right: 5px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 6px;
	margin-top: -6px;
	transform: scale(1, 0.65);
}

a.buy10px {
    font-size: 100%;
    color: #fff!important;
    white-space: nowrap;
    padding: 10px;
    background-color: #c60303;
    text-decoration: none!important;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);

}
a.buy10px::before {
	right: 5px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 6px;


	margin-top: -6px;
	transform: scale(1, 0.65);
}



/* メモ（季節ラッピングページ） */

.memobox {
    position: relative;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 0 0.5rem #fff;
    border-left: 8px dotted #555;
    width: 90%;
    margin: 0 auto;
}


.memobox::after {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    width: 50%;
    height: 20%;
    box-shadow: 0 10px 15px #333;

    transform: rotate(4deg);
    content: '';
    z-index: -1;
}


.memobox p {
    color: #333;
    line-height: 2.3;
}

.pct30_spt15 {
    padding-top: 30px;
}

/* 詳細検索 */
.fs-p-productSearch__field {
    display: inline-block;
    grid-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: calc(50% - 8px*2) calc(50% - 8px*2);
}
.fs-p-productSearch__search {
    display: contents!important;
    max-height: 0px;
    grid-row: 2;
    grid-column: 1/3;
    transition-property: max-height;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-overflow-scrolling: touch;
}

.fs-p-productSearch__form {
    background: rgba(126, 126, 126, 0.08);
    padding: 15px;
    transform: unset;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    width: 98%;
    margin: 0 auto;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.fs-c-inputTable > tbody > tr + tr {
    margin-top: 10px!important;
}
	.fs-p-productSearch__inputTable > tbody > tr {
    display: table-row!important;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}

.fs-p-productSearch__inputTable .fs-c-inputTable__headerCell {
    width: 20%;
    padding: 10px!important;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    vertical-align: middle;
}
	
.none_th{
		width: 160px;
    padding: 5px 10px!important;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
		border-bottom: none;
    border-right:none;}
	

.fs-p-productSearch__inputTable .fs-c-inputTable__dataCell {
    width: 80%;
    position: relative;
    border-bottom: 1px dotted #ccc;
    padding: 10px!important;
}
.none_td{   position: relative;
    padding: 5px!important;border-bottom: none;}
.fs-p-productSearch__search .fs-c-button--secondary {
    background: #0296b3;
    border: 1px solid #0296b3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.2em 0.6em;
   box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    min-width: 200px;
    border-radius: 7px;
}

.fs-p-productSearch__search .fs-c-button--secondary .fs-p-productSearch__searchButton::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    font-size: 2.1rem;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    text-align: center;
    width: 1em;
    height: 1em;
}
.fs-c-radioGroup, .fs-c-checkboxGroup {
    display: flex;
    flex-direction: row!important;
    gap: 8px 25px;
}

/* サイドメニュー内の詳細検索 */
.fs-l-main .fs-p-drawer {
      padding: 0px!important;}
#aside2 .fs-c-inputTable > tbody > tr {
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;



}
#aside2 .fs-c-inputTable__headerCell {
    width: 160px;
    padding: 0px!important;
    font-size: 16px;
    font-weight: bold;

    text-align: left;
    border-bottom: none;
    border-right: none;
    vertical-align: middle;
    margin-bottom: 3px;
}

#aside2 .fs-c-inputTable__dataCell {
    position: relative;
    border-bottom: none;
    padding: 0px 0px 10px 0px !important;
}


.size_pc60_sp80{font-size: 60%;}

/* 名入れテンプレートページ */
.t_col_3 {
 width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
  }
.t_col_3 > div.w30p {
    width: 30%;
	   padding: 10px;
	          align-content: center;

  }
.t_col_3 > div.w20p {
    width: 20%;
		 padding: 10px;
		        align-content: center;
  }
.t_col_3 > div.w50p {
    width: 50%;
   align-content: center;
    padding: 10px;  
  }
	
a.btn-ai {
    position: relative;
    display: -webkit-inline-box;
    width: 45%;
    background-color: #ed6d00;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 0px;
    padding: 10px 30px 10px 10px;

    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #ed6d00;
    text-align: center;
}
a.btn-ai::before {
    right: 10px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
   border-width: 6px;
	margin-top: -6px;
	transform: scale(1, 0.65);
}
	
a.btn-ai:hover {

  color: white!important;
}

a.btn-ps {
    position: relative;
    display: -webkit-inline-box;
    width: 45%;
    background-color: #00abdd;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 0px;
    padding: 10px 30px 10px 10px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #00abdd;
    text-align: center;
}
a.btn-ps::before {
    right: 10px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
   border-width: 6px;
	margin-top: -6px;
	transform: scale(1, 0.65);
}
	
a.btn-ps:hover {
  color: white!important;
}

/* 左メニュー枠 */
.f_title2 {
    font-weight: bold;
    font-size: 18px;
    color: #555555!important;
    padding: 0px 10px 5px;
    border-bottom: 1px solid #ccc;
}
	.f_title2 a {color: #555555!important;}
	ul.f_inner2 {
    display: block;
    text-decoration: none;
    padding: 0;
}
.f_inner2 li {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    list-style-position: inside;
    font-size: 100%;
    padding: 7px 20px 7px 5px;
    border-bottom: 1px dashed #877e58;
    height: auto;
}
	
	.f_inner2 a {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
    color: #555!important;
    vertical-align: middle;
}
.f_inner2 a img {
    vertical-align: middle;
}
.f_inner2 a span {
 align-self: center;
    white-space: normal!important;
    text-align: left;
    line-height: normal!important;
font-size: 97%;
}

ul.naire2 {
    list-style: none;
    padding: 0px;
}
ul.naire2 li {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    font-size: 105%;
    padding: 10px 20px 10px 5px;
    border-bottom: 1px dashed #877e58;
    height: auto;
    font-weight: bold;
}
ul.naire2 li.actp {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    padding: 15px 20px 15px 5px;
    border-bottom: none;
    height: auto;
	font-weight: bold;
}
ul.naire3 {
    list-style: none;
    margin-left: 5px;
}
ul.naire3 li.act {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    font-size: 100%;
    padding: 2px 20px 7px 20px;
    border-bottom: none;
    height: auto;
    font-weight: normal!important;
    font-size: 95%;
}

ul.naire4 {
    display: block;
    text-decoration: none;
    padding: 0px;
}
ul.naire4 li {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    font-size: 105%;
    padding: 15px 20px 15px 5px;
    border-bottom: 1px dashed #877e58;
    height: auto;
	font-weight: bold;
}

/* 名入れ左メニューの紺の枠 */
.wrap-name_leftttl2 {
    width: 100%;
    padding: 10px;
    background-color: #013e5d;
    font-weight: normal;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    margin: 1.5em 0 .2em;
}


/* タグリンク */




.tag_link {
    display: inline-block;
    margin: 0 .3em .6em 0;
    padding: .4em;
    line-height: 1;
    text-decoration: none;
}
.tag_link a::before {
	content: "#";	
margin-right: -1px;
}



/* ポップアップ */
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;


  top: 0;
  left: 0;
}


.popup-window {
  max-width: 1000px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

	text-align: left;
	line-height: normal;
}

.popup-window_50p {
    width: 90vw;
    max-width: 50%;
	height: auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}
.popup-text:not(:last-of-type) {
    margin-bottom: 1em;
}


.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

#popup2 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup2:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup3 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup3:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup4 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup4:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#popup5 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup5:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup6 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup6:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup7 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup7:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup8 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup8:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup9 {
  display: none; /* label でコントロールするので input は非表示に */
}
#popup9:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

/* 名入れ説明系ページ */
.naire_w95p{width: 95% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;line-height: 1.9;}


.naire_w95p p{line-height: normal;}


.title_h2 {
    color: #555;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #cccccc;
	margin-top: 40px;
}

.title_h2_mt20 {
    color: #555;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #cccccc;
		margin-top: 20px;
}

.title_h2_2 {
    color: #5a4624;
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #cccccc;
}

.title_h2_3 {
    color: #e05b5b;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #e05b5b;
}

.title_h2_4 {
    color: #5f5d5d;
    padding-bottom: 5px;
    margin-top: 40px;
    font-size: 130%;
    font-weight: bold;
}

.title_h2_5 {
    color: #5a4624;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #cccccc;
}


.title_h3 {
    position: relative;
    font-weight: bold;
    background: #f4f2f2;
    margin: 25px auto 1em;
    padding: 7px 10px 7px 10px;
    font-size: 110%;
	line-height: normal;
}
.title_h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.title_h3_2 {
    position: relative;
    font-weight: bold;
    background: #f4f2f2;
    margin: 10px auto 1em;
    padding: 5px 10px 5px 10px;
    font-size: 110%;
	line-height: normal;
}
.title_h3_2::before {
  position: absolute;
  top: 100%;

  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.title_h3_3 {
    position: relative;
    font-weight: bold;
    background: #f4f2f2;
    padding: 5px 10px 5px 10px;
    font-size: 110%;
	line-height: normal;
}
.title_h3_3::before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.title_h3_4 {
    position: relative;
    font-weight: bold;
    margin: 0px auto;
    padding: 0px 0px 10px;
    font-size: 110%;
	line-height: normal;
}

.title_h4 {
    font-size: 105%;
    font-weight: bold;
    padding: .5em .7em;

    border-left: 5px solid #013e5d;
    margin: 25px auto 1em;
}
.title_h5 {
    font-size: 105%;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #c8f1ff 60%)
}
.title_h5_2 {
    position: relative;
    font-weight: bold;
    background: #f4f2f2;
    margin: 10px auto 1em;
    padding: 7px 10px 7px 10px;
    font-size: 110%;
}
.title_h5_2::before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

ul.naire {
    list-style: disc;
    margin-left: 35px;
}
.naire_pc_2wk_sp_1wk {
    width: 100%;
    margin: 5px auto 15px;
    display: flex;
    flex-wrap: wrap;
}
.naire_pc_2wk_sp_1wk li{
    width: 48%;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 20px;
}
.naire_pc_2wk_sp_1wk li img{
    width: 100%;}

.naire_pc_4wk_sp_2wk {
    width: 100%;
    margin: 5px auto 15px;
    display: flex;
    flex-wrap: wrap;
}
.naire_pc_4wk_sp_2wk li{
    width: 21%;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 20px;
}
.naire_pc_2wk_sp_1wk li img{
    width: 100%;}

.naire_pc_3wk_sp_2wk {
    width: 100%;
    margin: 5px auto 15px;
    display: flex;
    flex-wrap: wrap;
}
.naire_pc_3wk_sp_2wk li{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 20px;
}
.naire_pc_3wk_sp_2wk li img{
    width: 100%;}

/* 平袋ページの各項目で使用 */
.table_responsive {
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #b3afae;
}
.table1 th, .table2 th, .table3 th, .table4 th, .table_responsive th {
    padding: 10px;
    text-align: center;
    background: #eeeeee;
    border: 1px solid #b3afae;
    font-size: 90%;
	vertical-align: middle;
}
.table_responsive td {
    padding: 10px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #b3afae;

    font-size: 100%;
    line-height: normal;
	width: 30%;
	vertical-align: middle;
}
.table_responsive td h3 {
    font-size: 110%;
}
.table_responsive2 {
    width: 95%;
    table-layout: fixed;
    margin: 0 auto;

}

.table_responsive2 th, .table_responsive2 td {
padding: 3px; /* セルの余白を指定する(上下左右) */
border: 1px solid #b3afae; /* セルの境界線を実線で指定する */
	    vertical-align: middle;
}
.table_responsive2 th {
    padding: 3px;
    text-align: left;
    background: #eeeeee;
    padding-left: 10px;
    border: 1px solid #b3afae;
    vertical-align: middle;
}
/* 平袋ページの二次加工で使用 */
.table_responsive3 {
    border: 0;
    width: 95%;
    margin: 10px auto;
}
.table_responsive3 td img {display: none;}
.table_responsive3 th {
    background-color: #b61313;
    display: block;
    border-right: none;
    padding: 5px;
}
.table_responsive3 th a {
 color: #fff;
	text-decoration: underline!important;
}
.table_responsive3 thead {
    border: none;
    clip: rect(0 0 0 0);

    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.table_responsive3 tr {
    display: block;
    margin-bottom: .625em;
  }
.table_responsive3 td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 7px 7px 7px 40px;
    border-right: none;
}
  


.table_responsive3 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #b61313;
  }
.table_responsive3 tbody th {
    color: #fff;
}

.table_responsive4 {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.table_responsive4 th {
    padding: 3px;
    background: #eeeeee;
    border: 1px solid #dbdada;
    vertical-align: middle;
    width: 70px;
    text-align: center;
    font-size: 90%;
}

.table_responsive4 th h3 {
    font-size: 110%;
}
.table_responsive4 th a {
   text-decoration: underline;
}

.table_responsive4 td {
    padding: 3px;
    border: 1px solid #dbdada;
    vertical-align: middle;
	font-size: 90%;
}
/*テーラーバッグのページで使用*/
.table_responsive5 table{
  border-collapse: collapse;
  width: 100%;
}
.table_responsive5 th,
.table_responsive5 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.table_responsive5 th {
  background: #eeeeee;
  
}
@media screen and (max-width: 640px) {
  .table_responsive5 .head{
    display:none;
  }
  .table_responsive5 {
    width: 100%;
  }
  .table_responsive5 td,
  .table_responsive5 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .table_responsive5 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .table_responsive5 td:before{
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #F5F5F5;
    margin-right: 10px;
    float: left;
  }
  .table_responsive5 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/*ステップフローのCSS*/
:root {
  --flowchart-size: 30px;/* 番号のサイズ 変更可 */
  --flowchart-border: 5px;/* 縦線太さ 変更可 */
}
.flowchart {
  list-style: none !important;
  counter-reset: flownum;/* リストアイテムの名称(任意) */
  margin: 1em 0;/* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}
.flowchart li {
  position: relative;
  padding: 0 0 2em calc(var(--flowchart-size) + 6px);/* 6px がタイトルとの距離であり余白 */
}

/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownum);
  counter-increment: flownum;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;/* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: 0;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%;/* 番号円形, 四角形で良ければこの一行削除 */
  background: #013E5D;/* 番号背景 */
  color: white;/* 番号文字色 */
}

/* 縦線部位デザイン */
.flowchart li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) / 2 - calc(var(--flowchart-border) / 2));
  z-index: 1;
  width: var(--flowchart-border);
  height: 100%;
  background: rgb(200,200,200);/* 線の色 */
}

/* 工程タイトル */
.flowchart-title {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4;
}

/* 最終工程の縦線が必要な方ここから削除 */
.flowchart li:last-of-type::after {
  content: none;
}
/* 最終工程の縦線が必要な方ここまで削除 */

/* p要素を利用した場合の調整 */
.flowchart li p {
    margin: 0.2em 0 !important;
}
.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}

/* 名入れガイドの枠囲みリスト */
.list-nameguide {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0.5em;
    border: 2px solid #013E5D;
    width: 98%;
    margin: 10px auto;
}

.list-nameguide li {
    padding: .5em;

}

.list-nameguide li:not(:last-child) {
    border-bottom: 1px dashed #013E5D;
}

.list-nameguide li::marker {
    color: #013E5D;
    font-size: 1.1em;
}
.linkGroupList {
    display: table;
    table-layout: fixed;
    width: 100%;

    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: auto;
}

.linkGroupList__item:first-child:after {
    left: 0;
}
.linkGroupList__item:nth-child(2):after {
    left: 0px;
}
.linkGroupList__item:nth-child(3):after {
    left: 0px;
}

.linkGroupList__linkList__item:nth-child(2n+1){background-color: #f8fbff;}	
	
.linkGroupList__item:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    border: solid 2px #013e5d;
    z-index: -1;
    border-radius: 10px;
}
	
.linkGroupList__item {
    position: relative;
    padding: 15px 30px 20px 20px;
    display: table-cell;
    width: 45%;
}
.linkGroupList__title {
    position: relative;
    margin-bottom: 24px;
}
.u-title {

    position: relative;
    width: 100%;

    margin-bottom: 14px;
    color: #1e1e1e;
    text-align: left;
    line-height: 1.4em;
    padding: 5px 10px 10px;
    letter-spacing: 0;
    font-size: 19px;
    border-bottom: 1px dashed #ccc;
}
.linkGroupList__linkList__item {
    margin-bottom: 10px;
    padding: 5px;
	    background-color: #f9f9f9;
}
.linkGroupList__linkList__border {
    position: relative;
    display: block;
    width: 100%;
    height: 1.4em;
}
.linkGroupList__linkList__border:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 1px;
    background: #c8c8c8;
}	
	
.u-anchor.u-anchor--delta {
    position: relative;
}
.u-anchor {
    color: #007eff;

    cursor: pointer;
    text-decoration: none;
}
.u-anchor.u-anchor--delta:before {
    content: '';
    position: relative;
    list-style-position: inside;
    font-size: 110%;
    padding: 15px 20px 15px 0px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-top: -.15em;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
}

/* ラッピングアイデア */
.idea_title {
font-size: 115%;
    font-weight: 700;
    width: 100%;
    margin: 10px auto;

    padding: 5px 0 5px;
    text-align: center;
    letter-spacing: .15em;
    color: #fff;
    border-radius: 5px;
border: 3px solid #a81b04;background: #a81b04;
}

/* 小ロットに飛ぶボタン */
.fs-l-pageMain .plotbtn {display: none;}
/* 小ロットに飛ぶボタンを表示する商品 */
.fs-body-product-WB_LS139 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS138 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS137 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS136 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS145 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS144 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS143 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS142 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS141 .fs-l-pageMain .plotbtn {display: block;}

.fs-body-product-WB_LS161 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS162 .fs-l-pageMain .plotbtn {display: block;}


.fs-body-product-WB_LS163 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS164 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS165 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LV931 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LV932 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LV933 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS172 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS173 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS174 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS101 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS102 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS103 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS104 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS105 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS106 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS116 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS117 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS118 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LS119 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LZ039 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LZ040 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LD093 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LD092 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LD091 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LG994 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LG960 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_KB983 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_KB120 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_KB333 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_KB772 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC627 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC628 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC629 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC630 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC621 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC622 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC623 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC624 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC625 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC626 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC632 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC633 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC631 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC651 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC661 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC662 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC663 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC533 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC534 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC532 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC531 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC529 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC530 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC528 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LB110 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LB109 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LB108 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LB107 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-AS_LB106 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC910 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC911 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC920 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC811 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC820 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LC960 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LC961 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LC962 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LC963 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-WB_LA380 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC980 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-nAS_KB360 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC931 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC930 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC731 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC733 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC734 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC460 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC461 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC620 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC190 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC180 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC550 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC551 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC100 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC552 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC480 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC490 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC450 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC400 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC451 .fs-l-pageMain .plotbtn {display: block;}
.fs-body-product-FB_LC452 .fs-l-pageMain .plotbtn {display: block;}


/* 商品ページレビュー */
.fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価";
    flex: 1 0 100%;
    font-size: 1rem;
 display: none;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
    flex: 0 1 auto;
    font-size: 18px;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating .fs-c-reviewStars {
    width: 120px;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating .fs-c-rating__value {
    color: inherit;
    margin-left: 12px;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count {
    flex: 0 1 auto;
    font-size: 14px;
    margin-left: 15px;
	display: none;
}
.fs-l-productLayout .fs-c-productReview {
    width: 203%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #c2c2c2;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 10px;

    background: #F8F8F8;
    line-height: 1;
}

.fs-l-productLayout .fs-c-productReview__reviewList {
    width: 100%;
    margin-bottom: 0;
}
.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewList__item:first-child {
    border-top: none;
}
.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewList__item {
    border-bottom: 1px dashed #ddd;
    padding: 10px 50px;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item {
    grid-template: auto auto/1fr;
}
.fs-c-reviewList__item__info {
    display: flex;
    flex-direction: column;

}
.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewer__name {
    font-size: 15px;
    margin-right: 12px;
}

.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewer__status {

    display: none;
}
.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewer__profile {
    font-size: 15px;

}
.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewInfo__date {
    font-size: 15px;
}
.fs-l-productLayout .fs-c-productReview__reviewList .fs-c-reviewList__item__body {
    margin: 10px 0 0;
    border: none;
    padding: 0;
}
.fs-l-productLayout .fs-c-productReview__allReviews, .fs-l-productLayout .fs-c-productReview__addReview {
    width: calc(50% - 100px);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}.fs-c-reviewStars::before {
    color: #12b2d4;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating .fs-c-rating__value {
    color: inherit;
    margin-left: 60px;
    font-weight: bold;
}
.fs-c-reviewStars::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #12b2f4;
    font-size: 1.8em;
}

/*名入れのサイズ展開テーブル*/
.card-container {
    display: flex;
    border-bottom: solid 1px #ccc;
    margin: 10px auto -2px;
    width: 100%;
    padding: 0px 0 10px 0;
    position: relative;
}
.card-container a{
    text-decoration: none;
}

.card-text {
    width: 100%;
    margin: 0px 10px;
}
.card-text h2 {
    font-size: 17px;
    font-weight: bold;
}

.card-img {
    height: auto;
    margin: 0 20px 0px 15px;
    max-width: 80px;
}
.card-container .over {
  position: absolute;
  top: 2px;
  left: 0;
}

/*関連ページボックス*/
.connection_page {
background-color: #f8fafb;
    border-radius: 10px;
    padding: 10px 20px 15px;
}
.box-orange {
    margin: 0 auto;
    border: 2px solid #894e0b;
    border-radius: 5px;
    color: #333333;
    float: right;
    padding: 2px 10px 5px;
    margin-right: 15px;
}

.box-orange div svg {
    margin-right: 5px;
	display: none;
}
.box-orange div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -18px;
    left: -10px;
    margin: 0px 0px 0px 10px;
    padding: 0 15px 0px 0px;
    background: #fff;
    color: #894e0b;
    font-weight: 600;
    vertical-align: top;
}
.box-orange p {
    margin: 0;
    padding: 0 1.5em 1em;
}

/*グループページで任意商品パーツの在庫数量　非表示*/
.fs-body-category .fs-l-pageMain .fs-c-productStock {
    padding: .8em 1em;
    display: none;
}
.fs-c-buttonContainer .fs-c-button--addToWishList--icon {
    display: none;
}

/*不織布バッグカラーテーブル*/
.redttl {
    font-size: 14px!important;
    font-weight: bold;
    padding: 1em .75em;
    color: #FFF;
    background-color: #CD0E05;
}
.bluettl {
    font-size: 14px!important;
    font-weight: bold;
    padding: 1em .75em;
    color: #FFF;
    background-color: #12A2CB;
}
.blueback {
    background-color: #e6faff;
}
.redback {
    background-color: #fff4f4;
}
	.sizetable {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.sizetable tr:nth-child(2n+1) {
 background: #EFEBEC;
}
.sizetable th,
.sizetable td {
 padding: 12px;
 border: solid 1px #DCDCDC;
font-size: 80%;
}
/*不織布バッグページ用ベネフィットボックス*/
#fb-benefit .benefit-box {
    padding: 0em 1em 0.5em 1em;
    background: #FFF;
    border: solid 1px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*名入れ各カテゴリリンク*/
.printtype {
    display: flex;
    width: 97%;
    margin: 1% auto;
    flex-wrap: wrap;
}
.printtype li {
    position: relative;
    display: block;
    justify-content: space-around;
    align-items: center;
    width: 48%;
    background: #fff;
    margin: 1%;
    transition: 0.3s;
    line-height: 1.5em;
border: 1px solid #b3afae;
}
.printtype a {
    color: #333;
    text-decoration: none;
}
.printtype img {
    max-width: 100%;
    height: auto;

    margin: auto;
    display: block;
}
.printtype p {
    padding: 10px;
}

/*レフトメニュー*/

ul.leftmenu {
    list-style: none;
    border-bottom: 1px dashed #877e58;
    margin-top: 10px;
    padding-bottom: 10px;
}
ul.leftmenu li {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    font-size: 105%;
    padding: 1px 20px 1px 5px;
    height: auto;
    font-weight: bold;
}

ul.leftmenu li.actp {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    padding: 1px 20px 1px 5px;
    border-bottom: none;
    height: 50px;
	font-weight: bold;
	font-size: 105%;
}
ul.leftmenu li.actp span{margin-top: 14px;}
ul.leftmenu li.actp2 {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    padding: 1px 20px 1px 5px;
    height: 50px;
    font-weight: bold;
    font-size: 105%;
    margin-top: 10px;
}	
ul.leftmenu li.actp2 span{margin-top: 14px;}

ul.leftmenu li.actp3 {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    padding: 1px 20px 1px 5px;
    border-bottom: none;
    height: 40px;
    font-weight: bold;
    font-size: 105%;
}

ul.leftmenu li.actp3 span{margin-top: 10px;}


ul.leftmenu_child {
    list-style: none;

    margin-left: 5px;
}
ul.leftmenu_child li.act {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    font-size: 100%;
    padding: 5px 10px 5px 10px;
    border-bottom: none;
    height: auto;
    font-weight: normal!important;
}

ul.leftmenu2 {
    display: block;
    text-decoration: none;
    padding: 0px;
}
ul.leftmenu2 li {
    position: relative;
    background: url(https://wrapping.itembox.design/item/images/side-middle-li-back.webp) right no-repeat;
    font-size: 105%;
    padding: 7px 20px 7px 5px;
    height: auto;
}

/*名入れページ　ネームプレート*/
.naire_nameplate_navy {
    background-color: #432901;
    display: block;
    letter-spacing: 1px;
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.naire_nameplate_navy span {
    font-size: 85%;
    font-weight: normal;
}
/*--20250306 追加 強み・おすすめポイントの掲載--*/
.pointWrap{
    padding: 16px 8px;
}
.pointWrap dl{
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.pointWrap dt{
    display: flex;
    padding: 8px 16px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
.pointWrap dd{
    padding: 8px 16px;
}

/*--20250306 追加 お客様の声の掲載--*/
.reviewWrap{
    display:block;
    margin-bottom: 0;
}
.reviewWrap .fs-c-reviewList__item,
.reviewWrap .fs-c-reviewList__item:first-child{
    width: 100%;
    border-top: none;
    border-bottom: none;
}
.reviewWrap .fs-c-reviewList__item__product{
    flex-direction: row;
}
.reviewWrap .fs-c-reviewProduct__image{
    width: 90px;
    margin-right: 10px;
}
.reviewWrap .fs-c-reviewProduct__info{
    width: calc(100% - 100px);
}
.btnWrap{
    text-align: center;
    margin-bottom: 40px;
}
.btnWrap a.bt_more{
    width: 80%;
}
.fs-c-reviewBody {
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 15px;
}
@media screen and (min-width: 768px) {
    .reviewWrap{
        display:flex;
        margin-bottom: 20px;
    }
    .reviewWrap .fs-c-reviewList__item {
        display: block;
    }
    .btnWrap a.bt_more{
        width: 40%;
    }
	
}
/*--納期のフルカラーフラグ用--*/
.fullcolor-deliday-caution{display:none;}

/*--単価のところの枠--*/

.unitprice {
    line-height: .8em;
    margin-top: 0.5em;
    padding: .5em;
    border: 1px solid #696969;
    margin:.7em auto;
    color:#696969;
    width:80%;
}

/* 20250424 追加 サイドバー 出荷日目安 */

.left-navi-shipping {
    width: 100%;
    margin: 10px 0;
}
.left-navi-shipping th,
.left-navi-shipping td {
    border: 1px solid #ccc;
    padding: 5px;
}
.left-navi-shipping td {
    text-align: right;
    color: #d90505;
}
.left-navi-shipping-supplementary {
    font-size: 95%;
    padding: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
}


/* 名入れのカテゴリ */
.contents-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.list-group {
    margin: 0;
}
.list-group-item {
    width: calc((100% - 0px) / 2)!important;
}
.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    background: url(https://wrapping.itembox.design/item/images/icon_btn_arr.webp) right 30px center/auto no-repeat;
}

.list-group-item a {
    height: 60px;
    border: 1px solid #ddd;
    color: #666;
}
.list-group-item img {
    width: auto;
    height: calc(100% - 6px);
    margin: 2px 20px 0;
}
.list-group-item a p {
    padding: 15px 15px 15px 30px;
}
.category_card_equal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.category_card_equal li {
  flex: 1 1 calc(50% - 10px);
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}
.category_card_equal img {
  max-width: 60px;
  height: auto;
  margin-bottom: 8px;
}
.category_card_equal p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* 目次タイプ001（番号リスト型） */
.toc-001 {
  padding: 10px 25px 25px 25px;
  border: 1px solid #999;
  background-color: #f7f7f7;
  margin: 15px auto;
  width: 90%;
  font-size: 95%;
  border-radius: 10px;
}
.toc-001 div {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  font-size: 130%;
}
.toc-001 ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
}
.toc-001 li {
  padding: 3px;
  font-size: 105%;
  border-bottom: 1px dashed #ccc;
}

/* 目次タイプ002（2列ボタン型） */
.toc-002,
.toc-002_2 {
  width: 98% !important;
  border: none;
  margin: 5px auto;
  font-size: 95%;
  border-radius: 10px;
  text-align: left;
}
.toc-002 div,
.toc-002_2 div {
  display: none;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  font-size: 130%;
}
.toc-002 ol,
.toc-002_2 ol {
  border-radius: .6rem;
  transition: .2s all;
  overflow: hidden;
  margin: 0 auto;
}
.toc-002 li,
.toc-002_2 li {
  font-weight: bold;
  background-color: #f1f1ef;
  display: inline-block;
  text-align: left;
  min-width: 8.5rem;
  border-radius: 7px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

/* ↓↓ 違いのある部分は個別に指定 ↓↓ */
.toc-002 li {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2.5;
  margin: 1px 4px 3px;
  width: 48.6%;
  padding: 0 1rem 0 3.5rem;
  white-space: nowrap;
}

.toc-002_2 li {
  font-size: 14px;
  height: 4.4rem;
  line-height: normal;
  margin: 1px 2px 3px;
  width: 32%;
  padding: 3px 1rem 5px 3.5rem;
  white-space: normal;
}

.toc-002 li:before,
.toc-002_2 li:before {
  position: absolute;
  background: url(https://wrapping.itembox.design/item/images/down.webp) right no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.3rem;
  width: 12px;
  top: 52%;
  left: 1em;
  transform: translateY(-50%) rotate(90deg);
  transition: all .2s;
}
.toc-002 li.another:before,
.toc-002_2 li.another:before {
  background: url(https://wrapping.itembox.design/item/images/right.webp?t=202501061429) right no-repeat;
}

.toc-002 li a,
.toc-002_2 li a {
  display: flow;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 平袋ページ　他サイズリンクボタン3枠 */
.toc-003 {
  border: none;
  margin: 5px auto;
  font-size: 95%;
  border-radius: 10px;
  text-align: left;
}
.toc-003 ol {
  border-radius: .6rem;
  transition: .2s all;
}
.toc-003 li {
  display: inline-block;
  text-align: center;
  width: 48%;
  margin: 3px auto;
  position: relative;
  padding: 5px 3.4rem 5px 2rem;
  border: 1px solid #ddd;
  white-space: nowrap;
}
.toc-003 li:before {
  position: absolute;
  background: url(https://wrapping.itembox.design/item/images/contents/arrow-right.svg) right no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.3rem;
  width: .9rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  transition: all .2s;
}

/* モバイル用：折りたたみ目次 */
.toc-wrapper {
  background: #f9f9f9;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
}
.toc-content a {
  font-size: 14px;
  line-height: 1.6;
  padding: 0.2em 0.8em;
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.toc-content li {
  margin-bottom: 0.8em;
  list-style: none;
}
.sp_only {
  display: none;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  color: #333;
}

/* モバイル用：目次 ver2（開閉あり） */
.toc-wrapper2 {
  background: #f9f9f9;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 10px 0px;
}
.toc-content2 a {
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 5px 7px;
  display: inline !important;
  text-underline-offset: 3px;
  text-decoration: underline !important;
}
.toc-content2 li {
  margin: 0.5em 0;
  list-style: none;
}
.toc-content2 li::before {
  content: "\f138";
  color: #ea6049;
  font-size: 110%;
  font-family: FontAwesome;
}
.toc-content2 li.another::before {
  content: "\f24d";
}
#toc-content2 {
  display: none;
}
#toc-content2.open {
  display: block;
  margin-top: 20px;
}
.toc-toggle2::before {
  display: inline-block;
  font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
  font-weight: 900;
  content: "\f03a";
  margin-right: .8em;
  transform: scale(1.4);
  color: #ea6049;
}
/* 目次用（PC向け） */
.toc-categories {
  border-radius: 10px;
  margin: 10px auto;
  text-align: left;
}
.toc-categories ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toc-categories li {
  font-weight: bold;
  background-color: #f1f1ef;
  line-height: 1.6;
  border-radius: 7px;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 3px;
  padding: 0.6em 1em 0.6em 2.5em;
  position: relative;
  display: inline-block;
  width: 49%;
  min-width: 8.5rem;
}
.toc-categories li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg); 
  color: #ea6049;
  font-size: 110%;
}

.toc-categories li.another:before {
  content: "\f24d"; /* Font Awesomeの代替アイコン */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #ea6049;
  font-size: 110%;
  background: none !important; /* 元画像を完全に無効化 */
}



/* 梅子のおすすめ用css */
/* ===== weekly-umeko セクション全体 ===== */
#weekly-umeko {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px 20px;
  background-color: #fff;
  margin-top: 30px;
}

/* ===== 吹き出し会話スタイル ===== */
.pickup-lines {
  display: grid;
  gap: 1em 0;
  padding: 25px 15px;
}

.pickup-lines__section {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.pickup-lines__img {
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
.pickup-lines__img {
    width: 40px;
    height: 40px;
  }
}

.pickup-lines__p {
  display: inline-block;
  position: relative;
  max-width: 80%;
  margin: 0;
  padding: .6em .9em;
  border-radius: 20px;
  color: #333;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
}

.pickup-lines__p.left {
  background-color: #fff;
  border: 1px solid #DDDDDD;
}

.pickup-lines__p.right {
  background-color: #f8f8f8;
  border: none;
  margin-left: auto;
}

.pickup-lines__p::before {
  display: none; /* しっぽ非表示 */
}

/* ===== 画像サイズ制御（PC最大幅） ===== */
.pickup-image {
  width: 100%;
  max-width: 600px !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== 開発者コメントボックス ===== */
.developer-comment-box {
  position: relative;
  margin-top: 40px;
}

.developer-commentbox {
  position: relative;
  padding: 2em 1.5em 1.2em 1.5em;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}

/* 横並び＋borderの上に重ねる */
.developer-icon-wrapper {
  position: absolute;
  top: -26px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #FEF3D6;
  padding: 4px 8px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.developer-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
}

.developer-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}

.umeko-comment-box {
  text-align: center;
  margin-top: 40px; /* 吹き出し用の余白 */
}

.umeko-comment-icon {
  margin-bottom: 10px;
}
.umeko-comment-balloon {
  display: inline-block;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 15px;
  max-width: 600px;
  text-align: left;
  position: relative;
}

.umeko-comment-balloon::before {
  content: "";
  position: absolute;
  top: -16px; /* 上に浮かせる */
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ccc;
}

.umeko-comment-balloon::after {
  content: "";
  position: absolute;
  top: -15px; /* 上に浮かせる（::beforeより1px下） */
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: #f7f7f7;
}

/* ===== howtoページのヒントボックス ===== */
.hint_point {
    position: relative;
    display: block;
    margin: 20px auto;
    padding: 0.7em 0.8em .8em 3.5em;
    width: 95%;
    background: #fbe7e7;
    border: .2em solid #000;
    letter-spacing: .05em;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B",游ゴシック,"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic",メイリオ,Meiryo,"Noto Sans","Noto Sans CJK JP","system-ui",sans-serif;
}
.hint_point::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 2.6em;
    height: 100%;
    background: #000 url('https://wrapping.itembox.design/item/images/hirabukuro/hint.webp') no-repeat center center;
    background-size: auto 6.5em;
}
.hint_point h4 {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 .5em;
}
.hint_point p {
margin-bottom: 10px;
	}
.hint_point p:last-child {
margin-bottom: 5px;
	}
	.hint_point p a:visited {color: #000;}

/* 中央にテキストが入れられるボックス */
    .title-box-center {
      max-width: 800px;
      margin:30px auto 0px;
      padding: 15px;
      border: 1px solid #cccccc;
      border-radius: 12px;
      position: relative;
      box-sizing: border-box;
      text-align: center;
    }

    .box-title-center {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      padding: 0 12px;
      font-size: 17px;
      font-weight: bold;
      white-space: nowrap;
    }

    .title-box p,
    .title-box img {
      max-width: 100%;
    }