@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1440px) {
	h1.mori_caption {
    text-align: left;
    color: #8f8b8b;
    font-size: 90%;
    margin-bottom: 10px;
	  margin-left: 10px;
	  float: left;
  }
.header_logo {
    float: left;
    margin: 0px 5px 10px 15px;
    display: block;
    width: 20%;
}
  /* キーワード検索ボックス */	
	.fs-p-searchForm {
    width: 100%;
    height: 30px;
    margin: 0 auto;
}
.fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: 1px solid #444444;
	background: #444444;
	height: 35px;
}
.fs-p-searchForm__button {
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 2.5em;
    background: #444;
}
.fs-p-searchForm__button::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";
	display: block;
	font-size: 2.2rem;
	line-height: 1.5;
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fs-p-inputGroup__input {
	border: none;
	border-radius: 0;
	width: calc(100% - 3em);
	flex-grow: 1;
	font-size: 14px;
}
	
	
  .h_search {
	  width: 60%;
    float: left;
    margin: 0px 10px 0 10px;
  }
  .btn-black {
    padding: 0.5em;
    display: block;
    color: #fff !important;
    font-size: 13px;
    text-align: center;
    text-decoration: none !important;
    background: #444444;
    width: 145px;
    border: none !important;
    height: 100%;
    white-space: nowrap;
  }
  .btn-black:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("https://wrapping.itembox.design/item/images/contents/roope.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
 image-rendering: -webkit-optimize-contrast;
  }
  header > .fs-p-productSearch {
    width: 50%;
    padding: 0;
    margin: 20px 30px 0 0;
    border-bottom: none;
  }
  label.btn-bluegreen {
    grid-column: 1;
    height: 35px;
  }
  .fs-p-productSearch__formSwitch {
    cursor: pointer;
  }
  .fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    display: inline-block;
  }
  
	
	
/* 注目ワード */
.attention-word {
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}
.attention-word a:hover {
  background: #EDF6F5;
}
	
	
  /* ログイン・購入履歴・新規会員登録・カートボタン */
.header-rightContents {
    float: right;
    margin: 5px 10px 0px;
}
  .header_cart {
    position: relative;
    display: block;
    max-width: 35px;
    right: 8px;
  }
  .header_cart .material-icons {
    font-size: 3.5rem;
    color: #3c3c3c;
  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  .header_cart .fs-client-cart-count {
    position: absolute;
    top: -7px;
    left: 23px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: #cc0000;
  }
.login-red {
    padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    background: #b40202;
    border: none !important;
    height: 100%;
    white-space: nowrap;
    border-radius: 5px!important;
}

	.mypage-red {
  padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    background: #b40202;
    border: none !important;
    height: 100%;
    white-space: nowrap;
		    border-radius: 5px!important;
  }

  .history-red {
  padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    background: #b40202;
    border: none !important;
    height: 100%;
    white-space: nowrap;
	      border-radius: 5px!important;
  }
 
	  .cloud-green {
  padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    background: #036601;
    border: none !important;
    height: 100%;
    white-space: nowrap;
		      border-radius: 5px!important;
  }

	
.member-white {
  padding: 5px 15px;
    display: block;
    color: #000 !important;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    height: 100%;
    white-space: nowrap;
    border: 1px solid #000000;
	    border-radius: 5px!important;
}

	.fs-p-drawer__loginLogout__login {
    background: #fff!important;
		color: #000;
}
	.fs-p-drawer__loginLogout__logout {
    background: #fff!important;
		color: #000;
}
	
}
@media screen and (min-width:1280px) and (max-width:1439px) {	
  h1.mori_caption {
    text-align: left;
    color: #8f8b8b;
    font-size: 80%;
    margin-bottom: 10px;
	  margin-left: 10px;
	  float: left;
  }
.header_logo {
    float: left;
    margin: 0px 5px 10px 15px;
    display: block;
    width: 15%;
}
	
  /* キーワード検索ボックス */
.fs-p-searchForm{width:300px;height:30px;float: left;}
.fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: 1px solid #444444;
	background: #444444;
	height: 35px;
}
.fs-p-searchForm__button {
	overflow: hidden;
	position: relative;
	text-indent: -999px;
	width: 2.5em;
	    background: #444;
}
.fs-p-searchForm__button::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";
	display: block;
	font-size: 2.2rem;
	line-height: 1.5;
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fs-p-inputGroup__input {
	border: none;
	border-radius: 0;
	width: calc(100% - 3em);
	flex-grow: 1;
	font-size: 14px;
}
	
	
  .h_search {
    float: left;
    margin: 0px 10px 0 10px;
  }
  .btn-black {
    padding: 0.5em;
    display: block;
    color: #fff !important;
    font-size: 13px;
    text-align: center;
    text-decoration: none !important;
    background: #444444;
    width: 145px;
    border: none !important;
    height: 100%;
    white-space: nowrap;
  }
  .btn-black:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("https://wrapping.itembox.design/item/images/contents/roope.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
 image-rendering: -webkit-optimize-contrast;
  }
  header > .fs-p-productSearch {
    width: 50%;
    padding: 0;
    margin: 20px 30px 0 0;
    border-bottom: none;
  }
  label.btn-bluegreen {
    grid-column: 1;
    height: 35px;
  }
  .fs-p-productSearch__formSwitch {
    cursor: pointer;
  }
  .fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    display: inline-block;
  }
  /* 詳細検索ボックス */
  .btn-bluegreen {
    padding: 0.4em;
    display: block;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
    background: #0e819a;
    width: 145px;
    border: none !important;
    height: 100%;
    white-space: nowrap;
  }
  .btn-bluegreen:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("https://wrapping.itembox.design/item/images/contents/roope.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
  }
	header > .fs-p-productSearch {
    position:relative;
}
label.btn-bluegreen {
    grid-column: 1;
    height: 36px;
    position: absolute;
    top: 11px;
    left: 0;
}

.fs-p-productSearch__search {
    position: absolute;
    top: 50px;
    left: -50%;
    z-index: 999;
    width: 130%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

 
.fs-p-productSearch__form {
	padding: 10px!important;
}
	
.fs-p-productSearch__search .fs-c-inputTable > tbody > tr + tr {
    margin-top: 10px;
}

	
/* 注目ワード */
.attention-word {
    padding: 5px 4px;
    background: #FFF;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 8px;
}
.attention-word a:hover {
  background: #EDF6F5;
}
	
	
  /* ログイン・購入履歴・新規会員登録・カートボタン */
  .header-rightContents {
    float: right;
    margin: 5px 10px 0px;
  }
  .header_cart {
    position: relative;
    display: block;
    max-width: 35px;
    right: 8px;
  }
  .header_cart .material-icons {
    font-size: 3.5rem;
    color: #3c3c3c;
  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  .header_cart .fs-client-cart-count {
    position: absolute;
    top: -7px;
    left: 23px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: #cc0000;
  }
  .login-red {
    padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
    background: #b40202;
    border: none !important;
    height: 100%;
    white-space: nowrap;
	    border-radius: 5px!important;
  }

	.mypage-red {
    padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
    background: #b40202;
    border: none !important;
    height: 100%;
    white-space: nowrap;
		border-radius: 5px!important;
  }

  .history-red {
    padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
    background: #b40202;
    border: none !important;
    height: 100%;
    white-space: nowrap;
	  border-radius: 5px!important;
  }

	.cloud-green {
    padding: 5px 15px;
    display: block;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
    background: #036601;
    border: none !important;
    height: 100%;
    white-space: nowrap;
			  border-radius: 5px!important;
  }

	
  .member-white {
    padding: 5px 15px;
    display: block;
    color: #000 !important;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    height: 100%;
    white-space: nowrap;
    border: 1px solid #000000;
	  border-radius: 5px!important;
  }
	.fs-p-drawer__loginLogout__login {
    background: #fff!important;
		color: #000;
}
	.fs-p-drawer__loginLogout__logout {
    background: #fff!important;
		color: #000;
}

}

@media screen and (min-width:1111px) and (max-width:1279px) {
  h1.mori_caption {
	  float: left;
    text-align: right;
    color: #8f8b8b;
    font-size: 90%;
    margin-bottom: 5px;
	  margin-left: 10px;
  }
  .header_logo {
    float: left;
    margin: 0px 5px 10px 5px;
    display: block;
    width: 16%;
  }
  /* キーワード検索ボックス */
.fs-p-searchForm{width:300px;height:30px;float: left;}
.fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: 1px solid #444444;
	background: #444444;
	height: 35px;
}
.fs-p-searchForm__button {
	overflow: hidden;
	position: relative;
	text-indent: -999px;
	width: 2.5em;
	    background: #444;
}
.fs-p-searchForm__button::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";
	display: block;
	font-size: 2.2rem;
	line-height: 1.5;
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fs-p-inputGroup__input {
	border: none;
	border-radius: 0;
	width: calc(100% - 3em);
	flex-grow: 1;
	font-size: 14px;
}
	
	
  .h_search {
    width: 80%;
    float: left;
    margin: 0px 0 0 5px;
  }
  .btn-black {
    font-size: 11px;
    display: inline-block;
    background: #444444;
    width: 35%;
    color: #fff;
    border: none !important;
  }
  .btn-black:before {
    margin: -3px 10px 0 0;
  }
  /* 詳細検索ボックス */
  .btn-bluegreen {
    font-size: 13px;
    display: inline-block;
    background: #0e819a;
    width: 100%;
    color: #fff;
    border: none !important;
    margin: 10px 0;
    text-align: center;
    padding: 4px 0;
  }
  .btn-bluegreen:before {
    margin: -3px 10px 0 0;
  }
header > .fs-p-productSearch {
    width: 50%;
    padding: 0;
    margin: 20px 30px 10px 0;
    border-bottom: none;
}
  label.btn-bluegreen {
    grid-column: 1;
    height: 35px;
  }
  .fs-p-productSearch__formSwitch {
    cursor: pointer;
  }
  .fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    display: inline-block;
  }

	header > .fs-p-productSearch {
    position:relative;
}
label.btn-bluegreen {
    grid-column: 1;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.fs-p-productSearch__search {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    width: 200%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	background: #eee;
}

 
.fs-p-productSearch__form {
    background: #eee;
	padding: 10px!important;
}
	.fs-p-productSearch__search .fs-c-inputTable > tbody > tr + tr {
    margin-top: 10px;
}

	
  /* ログイン・購入履歴・新規会員登録・カートボタン */
  .header-rightContents {
    float: right;
    margin-right: 10px;
	  margin-top: 10px;
  }
  .header_cart {
    position: relative;
    display: block;
    max-width: 35px;
    right: 8px;
  }
  .header_cart .material-icons {
    font-size: 3.5rem;
    color: #3c3c3c;
  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  .header_cart .fs-client-cart-count {
    position: absolute;
    top: -7px;
    left: 23px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: #cc0000;
  }
  .login-red {
    font-size: 11px;
    display: inline-block;
    background: #b40202;
    width: 100%;
    color: #fff!important;
    border: none !important;
padding: 5px 25px;
	  border-radius: 5px;
  }

  .history-red {
	  padding: 5px 15px;
    font-size: 11px;
    display: inline-block;
    background: #b40202;
    width: 100%;
    color: #fff;
    border: none !important;
	  	  border-radius: 5px;
  }
  .history-red:before {
    margin: -3px 10px 0 0;
  }
	  .cloud-green {
  padding: 5px 15px;
    font-size: 11px;
    background: #036601;
    width: 100%;
    color: #fff;
    border: none !important;
		  	  border-radius: 5px;
  }
	
  .member-white {
 padding: 5px 15px;
    font-size: 11px;
    display: inline-block;
    background: #fff;
    width: 100%;
    color: #000;
    border: 1px solid #000000;
	  	  border-radius: 5px;
  }
	.fs-p-drawer__loginLogout__login {
    background: #fff!important;color: #000;
}
	.fs-p-drawer__loginLogout__logout {
    background: #fff!important;color: #000;
}
	.mypage-red {
 padding: 5px 15px;
    font-size: 11px;
    display: inline-block;
    background: #b40202;
    width: 100%;
    color: #fff;
    border: none !important;
	 border-radius: 5px;
  }


}

@media screen and (min-width:560px) and (max-width:1110px) {
	  h1.mori_caption {
    float: left;
    color: #8f8b8b;
    font-size: 90%;
    margin-bottom: 10px;
	  margin-left: 10px;
  }
  .header_logo {
    float: left;
    margin: 20px 0px 10px 5px;
    display: block;
  }
  /* キーワード検索ボックス */
.fs-p-searchForm{width:300px;height:30px;float: left;}
.fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: 1px solid #444444;
	background: #444444;
	height: 35px;
}
.fs-p-searchForm__button {
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 2.5em;
    background: #444;
}
.fs-p-searchForm__button::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";
	display: block;
	font-size: 2.2rem;
	line-height: 1.5;
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fs-p-inputGroup__input {
	border: none;
	border-radius: 0;
	width: calc(100% - 3em);
	flex-grow: 1;
	font-size: 12px;
}
	
.h_search {
    width: 100%;
    float: left;
    margin: -20px 0 0 5px;
}
  .btn-black {
    font-size: 11px;
    display: inline-block;
    background: #444444;
    width: 35%;
    color: #fff;
    border: none !important;
  }
  .btn-black:before {
    margin: -3px 10px 0 0;
  }
  /* 詳細検索ボックス */
  .btn-bluegreen {
    font-size: 13px;
    display: inline-block;
    background: #0e819a;
    width: 100%;
    color: #fff;
    border: none !important;
    margin: 10px 0;
    text-align: center;
    padding: 4px 0;
  }
  .btn-bluegreen:before {
    margin: -3px 10px 0 0;
  }
header > .fs-p-productSearch {
    width: 30%;
    padding: 0;
    margin: 20px 30px 10px 0;
    border-bottom: none;
}
  label.btn-bluegreen {
    grid-column: 1;
    height: 35px;
  }
  .fs-p-productSearch__formSwitch {
    cursor: pointer;
  }
  .fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    display: inline-block;
  }

	header > .fs-p-productSearch {
    position:relative;
}
label.btn-bluegreen {
    grid-column: 1;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.fs-p-productSearch__search {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    width: 200%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	background: #eee;
}

 
.fs-p-productSearch__form {
    background: #eee;
	padding: 10px!important;
}
	.fs-p-productSearch__search .fs-c-inputTable > tbody > tr + tr {
    margin-top: 10px;
}
	 .fs-p-productSearch__search .fs-p-productSearch__field {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px!important;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: calc(50% - 8px*2) calc(50% - 8px*2);
    grid-template-columns: calc(50% - 8px*2) calc(50% - 8px*2);
}
	
  /* ログイン・購入履歴・新規会員登録・カートボタン */
  .header-rightContents {
    float: right;
    margin-right: 10px;
	  margin-top: 10px;
  }
  .header_cart {
    position: relative;
    display: block;
    max-width: 35px;
    right: 8px;
  }
  .header_cart .material-icons {
    font-size: 3.5rem;
    color: #3c3c3c;
  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  .header_cart .fs-client-cart-count {
    position: absolute;
    top: -7px;
    left: 23px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: #cc0000;
  }
.login-red {
	   padding: 4px 8px;
    font-size: 10px;
    display: inline-block;
    background: #b40202;
    color: #fff!important;
    border: none !important;
    border-radius: 5px;
    height: auto;
}
.history-red {
    padding: 4px 7px;
    font-size: 9px;
    display: inline-block;
    background: #b40202;
    color: #fff;
    border: none !important;
    border-radius: 5px;
}

.cloud-green {
    padding: 4px 7px;
    font-size: 9px;
    display: inline-block;
    background: #036601;
    color: #fff;
    border: none !important;
    border-radius: 5px;
}

	.mypage-red {
	   padding: 4px 7px;
    font-size: 9px;
    display: inline-block;
    background: #b40202;
    color: #fff;
    border: none !important;
    border-radius: 5px;
  }
	
  .member-white {
	   padding: 3px 7px;
    font-size: 9px;
    display: inline-block;
    background: #fff;
    color: #000;
    border: 1px solid #000000;
	      border-radius: 5px;
  }
	.fs-p-drawer__loginLogout__login {
    background: #fff!important;
		color: #000;
}
	.fs-p-drawer__loginLogout__logout {
    background: #fff!important;
		color: #000;
}
	

	.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
    height: auto;
}
	.tb_headlogo{width: 25%!important;margin-top: -40px;}
	.tb_headlogo_top{width: 25%!important;margin-top: -25px;}
	
}