@charset "utf-8";
main {
  width: 1170px;
  margin: 0 auto;
}
/*　先頭へ戻る　*/
.top_link {
  float: right;
}
.top_link img {
  vertical-align: bottom;
}
/***
====================================================================================================================================================================================================================================================================================

トップページコンテンツ　トップページ専用　top_contents

モバイルファースト方式　スマホ用のCSSはメディアクエリの外に記述する

====================================================================================================================================================================================================================================================================================
***/
/*　レスポンシブフォント　*/
.grid_item h2 {
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.313rem);
}
.grid_item h3 {
  text-align: center;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}
.top_cateExp {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.grid_item h2 {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.grid_item h2 a {
  color: #fff;
  display: block;
}
/* デジタル印刷機消耗品 */
.cate_01-dp {
  background: #e6e6e6;
}
.cate_01-dp h2 {
  background: #555555;
  border-bottom-color: #999;
}
/* カッティング用シート */
.cate_05-cs {
  background: #f8eded;
}
.cate_05-cs h2 {
  background: #d92929;
  border-bottom-color: #e1b0b0;
}
/* インクカートリッジ */
.cate_02-ic {
  background: #f2f7fb;
}
.cate_02-ic h2 {
  background: #1e75b9;
  border-bottom-color: #b0c5e1;
}
.cate_02-ic h3 {
  background: #1e75b9;
}
.cate_02-ic h3 a {
  color: #fff;
  padding: 5px;
  display: block;
  font-weight: normal;
}
/* フィルムラベル */
.cate_03-fl {
  background: #fefcf5;
}
.cate_03-fl h2 {
  background: #e6b514;
  border-bottom-color: #e1d9b0;
}
/* 大判インクジェットメディア */
.cate_04-lsijm {
  background: #f8f8fe;
}
.cate_04-lsijm h2 {
  background: #6866ae;
  border-bottom-color: #b8b0e1;
}
.cate_04-lsijm h3 {
  background: #6866ae;
}
.cate_04-lsijm h3 a {
  padding: 5px;
  display: block;
  font-weight: normal;
  color: #fff;
}
/* 帳票 */
.cate_06-ls {
  background: #f9fdff;
}
.cate_06-ls h2 {
  background: #153e68;
  border-bottom-color: #7792b1;
}
/* 衛生用品 */
.cate_07-eisei {
  background: #ecf6f9;
}
.cate_07-eisei h2 {
  background: #43a3c1;
  border-bottom-color: #a8d5d7;
}
/* プラグイン */
.cate_08-plugin {
  background: #f5efef;
}
.cate_08-plugin h2 {
  background: #5c4f41;
  border-bottom-color: #a09874;
}
.grid_item h3 {
  display: block;
}
.grid_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.grid_item ul li {
  width: calc(100% / 6 - 3px);
  text-align: center;
  margin-bottom: 8px;
}
.grid_item ul li img {
  background: #fff;
  display: block;
}
.grid_item ul li img {
  width: 100%;
}
.display_xs-sm-md {
  display: none;
}
.mainvisual_sm li {
  text-align: center;
}
.mainvisual_sm li img {
  width: 96%;
}
.mainvisual_big {
  width: 96%;
  margin: 0 auto;
}
.mainvisual_big img {
  width: 100%;
}
.bx-wrapper .bx-viewport {
  left: 0 !important;
}
/*****************************************************************************************************************/
@media screen and (min-width: 961px) and (max-width: 1023px) {
  .grid_item .top_cateImage img {
    max-height: 180px;
  }
} /*****************************************************************************************************************/
@media screen and (min-width: 1024px) {
  /* 1024px以上に適用されるCSS（PC用） */
  .display_xs-sm-md {
    display: none;
  }
  /*　休業案内　*/
  .holidayInfo {
    max-width: 1170px;
  }
  .holidayInfo table th {
    width: 10%;
  }
  /*　メインビジュアル　*/
  .mainvisual {
    max-width: 1170px;
  }
  /*　コンテンツ　*/
  main.grid_container {
    max-width: 1170px;
    margin-bottom: 4em;
  }
  .grid_item dl {
    display: flex;
  }
  .grid_item dl dt {
    align-items: center;
  }
  .grid_item dl dt img {
    width: 186px;
  }
  .grid_item dl dd {
    padding: 8px;
  }
  .grid_item ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .grid_item .top_cateImage {
    padding: 5px 5px 5px 0;
  }
  main.grid_container dd {
    line-height: 1.4;
  }
} /*****************************************************************************************************************/
@media screen and (max-width: 1023px) {
  .grid_item .top_cateImage img.less-md {
    display: block !important;
  }
  .grid_item .top_cateImage img.more-lg {
    display: none !important;
  }
} /*****************************************************************************************************************/
@media screen and (max-width: 960px) {
  /*******************************************************************************　

メインビジュアル

*******************************************************************************/
  .mainvisual_sm {
    display: flex;
    width: 96%;
    padding: 10px;
    margin: 30px auto 16px;
    justify-content: center;
    background: #f2f2f2;
    box-sizing: border-box;
    gap: 10px;
  }
  .mainvisual_sm li {
    width: calc(100% / 3 - 10px);
  }
  /*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

	メインコンテンツ
	
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
  main.grid_container {
    width: 96%;
    padding-bottom: 100px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr; /*グリッドレイアウト　1段組み*/
    grid-template-rows: repeat(8, auto);
    gap: 0px 0px;
    grid-template-areas:
      "cate_01-dp"
      "cate_05-cs"
      "cate_02-ic"
      "cate_04-lsijm"
      "cate_03-fl"
      "cate_06-ls"
      "cate_07-eisei"
      "cate_08-plugin"; /*グリッドレイアウト　スマホ表示の際の順番*/
  }
  .less-md {
    display: block;
  }
  .more-lg {
    display: none !important;
  }
  .cate_01-dp {
    grid-area: cate_01-dp;
  }
  .cate_05-cs {
    grid-area: cate_05-cs;
  }
  .cate_02-ic {
    grid-area: cate_02-ic;
  }
  .cate_03-fl {
    grid-area: cate_03-fl;
  }
  .cate_04-lsijm {
    grid-area: cate_04-lsijm;
  }
  .cate_06-ls {
    grid-area: cate_06-ls;
  }
  .cate_07-eisei {
    grid-area: cate_07-eisei;
  }
  .cate_08-plugin {
    grid-area: cate_08-plugin;
  }
  .grid_item {
    text-align: center;
    border-radius: 15px;
  }
  .grid_item h2:hover {
    opacity: 0.6;
  }
  main.grid_container dt {
    margin-bottom: 16px;
  }
  main.grid_container dd {
    text-align: left;
    line-height: 1.6;
  }
  main.grid_container dt img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
  }
  .top_cateExp {
    margin-bottom: 16px;
    color: #333;
  }
  /*

二階層目の見出し
インクカートリッジ
インクジェットメディア

*/
  .grid_item h3 {
    margin: 8px 0 16px;
    padding: 10px;
    border-radius: 5px;
    font-weight: normal;
  }
  .grid_item h3 a {
    color: #fff;
  }
  .cate_02-ic h3 {
    background: #1e75b9;
  }
  .cate_04-lsijm h3 {
    background: #6866ae;
  }
  .cate_04-lsijm h3 a {
    color: #fff;
  }
  .grid_item .top_cateImage img.less-md {
    display: block;
  }
  .grid_item .top_cateImage img.more-lg {
    display: none !important;
  }
  .grid_item {
    margin-bottom: 1em;
    padding: 2em 1.5em;
  }
  main.grid_container dt img {
    width: 100%;
  }
  .border-b {
    border-top: solid 1px #333;
  }
  .grid_item ul {
    justify-content: center;
  }
} /*****************************************************************************************************************/
@media screen and (min-width: 961px) {
  /* 768px以上に適用されるCSS（タブレット用） */
  .display_xs-sm-md {
    display: none;
  }
  /*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

	メインビジュアル　mainvisual
	
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
  /*　トップページのみ　*/
  .bx-wrapper {
    margin: 0 auto 50px;
    -webkit-box-shadow: 4px 10px 14px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 4px 10px 14px 0 rgba(0, 0, 0, 0.15);
  }
  .mainvisualWrap {
    background: #fff7f0;
    margin-bottom: 30px;
    clear: both;
  }
  .mainvisual {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0;
    display: flex;
    flex-direction: row;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mainvisual ul.mainvisual_sm {
    width: 20%;
    background: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mainvisual ul.mainvisual_sm li {
    flex-basis: auto;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .mainvisual ul li a {
    display: block;
  }
  .mainvisual ul.mainvisual_sm li img {
    width: 100%;
    max-width: 230px;
  }
  .mainvisual ul li a:hover {
    opacity: 0.6;
  }
  .mainvisual img {
    vertical-align: bottom;
  }
  .mainvisual .mainvisual_big {
    width: 80%;
    padding: 0px 5px;
    box-sizing: border-box;
    text-align: center;
  }
  /*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

	トップページ　メインコンテンツ
	
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
  .grid_item .top_cateImage img.less-md {
    display: none !important;
  }
  .grid_item .top_cateImage img.more-lg {
    display: block !important;
  }
  main.grid_container {
    max-width: 96%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto; /*すべて1frにすると同じ高さになる*/
    gap: 16px;
    grid-auto-rows: auto;
    grid-template-areas:
      "cate_01-dp cate_05-cs"
      "cate_02-ic cate_04-lsijm"
      "cate_03-fl cate_06-ls"
      "cate_07-eisei cate_08-plugin";
  }
  .cate_01-dp {
    grid-area: cate_01-dp;
  }
  .cate_05-cs {
    grid-area: cate_05-cs;
  }
  .cate_02-ic {
    grid-area: cate_02-ic;
  }
  .cate_03-fl {
    grid-area: cate_03-fl;
  }
  .cate_04-lsijm {
    grid-area: cate_04-lsijm;
  }
  .cate_06-ls {
    grid-area: cate_06-ls;
  }
  .cate_07-eisei {
    grid-area: cate_07-eisei;
  }
  .cate_08-plugin {
    grid-area: cate_08-plugin;
  }
  .grid_item dl {
    padding: 0 16px 0px;
    margin-bottom: 10px;
  }
  .grid_item ul {
    padding: 0 16px 16px;
  }
  .grid_item .top_cateImage {
    margin-bottom: 5px;
  }
  .grid_item .top_cateImage img {
    max-height: 110px;
    object-fit: cover;
    object-position: center bottom;
  }
  .grid_item h3 {
    color: #666;
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
    text-align: left;
  }
  .grid_item h3 {
    margin-top: 16px !important;
  }
  .grid_item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .grid_item ul li {
    margin-bottom: 3px;
    text-align: center;
  }
  .grid_item ul li img {
    width: 98%;
  }
  /*　画像にシャドウとボタンアニメーション　*/
  .grid_item ul li img {

    index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top_cateImage img:hover,
  .grid_item ul li img:hover {
    -webkit-box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0);
    index: -9999;
  }
} /*****************************************************************************************************************/
@media screen and (min-width: 768px) {
  .display_xs_sm {
    display: none;
  }
  main.grid_container dt img {
    height: 300px;
  }
} /*****************************************************************************************************************/
@media screen and (max-width: 768px) {
  .sm-none {
    display: none;
  }
  .mainvisual_sm {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 96%;
    margin: 10px auto;
  }
  .mainvisual_sm li {
    width: calc(100% / 2 - 10px) !important;
  }
  .mainvisual_sm li img {
    width: 100%;
  }
} /*****************************************************************************************************************/
@media screen and (min-width: 481px) {
  /* 481px以上に適用されるCSS（タブレット用） */
} /*****************************************************************************************************************/
@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .grid_item h3,
  .grid_item ul {
    display: none;
  }
  .display_xs-sm-md {
    display: block;
  }
  .btn-sm {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    font-weight: 100;
    padding: 20px;
    border: solid #ffffff 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  }
  .btn-sm:hover {
    border: solid #fff 1px;
    background: #1e62d0;
    text-decoration: none;
  }
  /*　01-dp ボタン　*/
  .btn-dp {
    background: #8b8c8d;
    background-image: -webkit-linear-gradient(top, #8b8c8d, #262728);
    background-image: -moz-linear-gradient(top, #8b8c8d, #262728);
    background-image: -ms-linear-gradient(top, #8b8c8d, #262728);
    background-image: -o-linear-gradient(top, #8b8c8d, #262728);
    background-image: -webkit-gradient(to bottom, #8b8c8d, #262728);
    -webkit-box-shadow: 1px 1px 10px 0 #000000;
    box-shadow: 1px 1px 10px 0 #000000;
    text-shadow: 1px 1px 10px #000000;
  }
  .btn-dp:hover {
    background: #1b1c1c;
    background-image: -webkit-linear-gradient(top, #1b1c1c, #393c3c);
    background-image: -moz-linear-gradient(top, #1b1c1c, #393c3c);
    background-image: -ms-linear-gradient(top, #1b1c1c, #393c3c);
    background-image: -o-linear-gradient(top, #1b1c1c, #393c3c);
    background-image: -webkit-gradient(to bottom, #1b1c1c, #393c3c);
  }
  /*　02-ic ボタン　*/
  .btn-ic {
    background: #1c84b7;
    background-image: -webkit-linear-gradient(top, #1c84b7, #1476a5);
    background-image: -moz-linear-gradient(top, #1c84b7, #1476a5);
    background-image: -ms-linear-gradient(top, #1c84b7, #1476a5);
    background-image: -o-linear-gradient(top, #1c84b7, #1476a5);
    background-image: -webkit-gradient(to bottom, #1c84b7, #1476a5);
  }
  .btn-ic:hover {
    background: #1c84b7;
    background-image: -webkit-linear-gradient(top, #1c84b7, #1a81b3);
    background-image: -moz-linear-gradient(top, #1c84b7, #1a81b3);
    background-image: -ms-linear-gradient(top, #1c84b7, #1a81b3);
    background-image: -o-linear-gradient(top, #1c84b7, #1a81b3);
    background-image: -webkit-gradient(to bottom, #1c84b7, #1a81b3);
  }
  .btn-cs {
    background: #c91c1c;
    background-image: -webkit-linear-gradient(top, #c91c1c, #870d0d);
    background-image: -moz-linear-gradient(top, #c91c1c, #870d0d);
    background-image: -ms-linear-gradient(top, #c91c1c, #870d0d);
    background-image: -o-linear-gradient(top, #c91c1c, #870d0d);
    background-image: -webkit-gradient(to bottom, #c91c1c, #870d0d);
  }
  .btn-cs:hover {
    background: #d92929;
    background-image: -webkit-linear-gradient(top, #d92929, #d92929);
    background-image: -moz-linear-gradient(top, #d92929, #d92929);
    background-image: -ms-linear-gradient(top, #d92929, #d92929);
    background-image: -o-linear-gradient(top, #d92929, #d92929);
    background-image: -webkit-gradient(to bottom, #d92929, #d92929);
  }
  .btn-lsijm {
    background: #6866ae;
    background-image: -webkit-linear-gradient(top, #6866ae, #565499);
    background-image: -moz-linear-gradient(top, #6866ae, #565499);
    background-image: -ms-linear-gradient(top, #6866ae, #565499);
    background-image: -o-linear-gradient(top, #6866ae, #565499);
    background-image: -webkit-gradient(to bottom, #6866ae, #565499);
  }
  .btn-lsijm:hover {
    background: #565499;
    background-image: -webkit-linear-gradient(top, #565499, #565499);
    background-image: -moz-linear-gradient(top, #565499, #565499);
    background-image: -ms-linear-gradient(top, #565499, #565499);
    background-image: -o-linear-gradient(top, #565499, #565499);
    background-image: -webkit-gradient(to bottom, #565499, #565499);
  }
  .btn-fl {
    background: #e6b514;
    background-image: -webkit-linear-gradient(top, #e6b514, #a58109);
    background-image: -moz-linear-gradient(top, #e6b514, #a58109);
    background-image: -ms-linear-gradient(top, #e6b514, #a58109);
    background-image: -o-linear-gradient(top, #e6b514, #a58109);
    background-image: -webkit-gradient(to bottom, #e6b514, #a58109);
  }
  .btn-fl:hover {
    background: #e6b514;
    background-image: -webkit-linear-gradient(top, #e6b514, #e6b514);
    background-image: -moz-linear-gradient(top, #e6b514, #e6b514);
    background-image: -ms-linear-gradient(top, #e6b514, #e6b514);
    background-image: -o-linear-gradient(top, #e6b514, #e6b514);
    background-image: -webkit-gradient(to bottom, #e6b514, #e6b514);
  }
  .btn-ls {
    background: #5e8ab7;
    background-image: -webkit-linear-gradient(top, #5e8ab7, #17508a);
    background-image: -moz-linear-gradient(top, #5e8ab7, #17508a);
    background-image: -ms-linear-gradient(top, #5e8ab7, #17508a);
    background-image: -o-linear-gradient(top, #5e8ab7, #17508a);
    background-image: -webkit-gradient(to bottom, #5e8ab7, #17508a);
  }
  .btn-ls:hover {
    background: #17508a;
    background-image: -webkit-linear-gradient(top, #17508a, #17508a);
    background-image: -moz-linear-gradient(top, #17508a, #17508a);
    background-image: -ms-linear-gradient(top, #17508a, #17508a);
    background-image: -o-linear-gradient(top, #17508a, #17508a);
    background-image: -webkit-gradient(to bottom, #17508a, #17508a);
  }
  .btn-eisei {
    background: #43a3c1;
    background-image: -webkit-linear-gradient(top, #43a3c1, #3489a3);
    background-image: -moz-linear-gradient(top, #43a3c1, #3489a3);
    background-image: -ms-linear-gradient(top, #43a3c1, #3489a3);
    background-image: -o-linear-gradient(top, #43a3c1, #3489a3);
    background-image: -webkit-gradient(to bottom, #43a3c1, #3489a3);
  }
  .btn-eisei:hover {
    background: #3389a3;
    background-image: -webkit-linear-gradient(top, #3389a3, #3389a3);
    background-image: -moz-linear-gradient(top, #3389a3, #3389a3);
    background-image: -ms-linear-gradient(top, #3389a3, #3389a3);
    background-image: -o-linear-gradient(top, #3389a3, #3389a3);
    background-image: -webkit-gradient(to bottom, #3389a3, #3389a3);
  }
} /**/
/*****************************************************************************************************************/
