@charset "utf-8";
.topcontents::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1200px;
  background-image: url("../img/bg_radiation_gr-w50.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
  filter: blur(1px);
  -ms-filter: blur(3px);
  background-position: center;
  opacity: .5;
  background-color: #ebf3fb;
}
@media screen and (min-width: 681px) {
  #site_top #contents {
    padding-bottom: 20px;
    padding-top: 20px;
    top: 70px;
  }
}
@media screen and (max-width: 680px) {
  .topcontents::after {
    height: 6000px;
    background-position-x: 76%;
  }
}
.topcontents .catch_copy {
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  padding: 50px 0 20px;
  text-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
  font-weight: 600;
  line-height: 1.3;
  font-size: calc(1.1rem + .7vw) !important;
  position: relative;
  padding: 40px 0 20px;
  line-height: 1.2;
  color: #282828;
  text-align: center;
  border: none;
}
@media screen and (max-width: 680px) {
  .topcontents .catch_copy {
    font-size: calc(1rem + 2vw) !important;
  }
}
h3.catch_copy {
  border: none;
  padding: 0;
  text-align: center;
  padding: 20px 0 10px;
}
.topcontents-wrap {
  padding: 0 20px;
  max-width: 1420px;
  margin: 0 auto;
}
.topmenu-container.jigyou {
  display: flex;
  margin: 0 auto;
  gap: 2%;
}
.topmenu-container.jigyou div.topmenu-item {
  position: relative;
  min-height: 360px;
}
.topmenu-container.jigyou div.topmenu-item.crm {
  width: 50%;
}
.topmenu-container.jigyou div.topmenu-item.settlement {
  width: 25%;
}
.topmenu-container.jigyou div.topmenu-item.region {
  width: 25%;
}
.topmenu-container.jigyou .category {
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: calc(1rem + .1vw);
  flex-direction: column;
  line-height: 1.2;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
.topmenu-container.jigyou .crm .category {
  background-color: #339966;
}
.topmenu-container.jigyou .settlement .category {
  background-color: #3399cc;
}
.topmenu-container.jigyou .region .category {
  background-color: #ac3542;
}
#contents .topmenu-container .topmenu-item a h2 {
  font-size: calc(1.5rem + .2vw);
  text-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
  line-height: 1.2;
  padding: 15px 0px 0 1rem;
  margin: 0;
  font-weight: 600;
  text-align: left;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  min-height: 90px;
}
#contents .topmenu-container .topmenu-item a h2 em {
  display: inline-block;
}
.topmenu-container ul.kw_wrap {
  list-style: none;
  font-size: 0;
  background: none;
  min-height: inherit;
  margin: 0;
  top: 170px;
  left: 5px;
  width: calc(100% - 5px);
  padding: 10px 10px 4px 5px !important;
  z-index: 3;
  display: inline-block;
  text-align: left;
  position: absolute;
  transition: .3s;
}
.topmenu-container ul.kw_wrap li {
  margin: 0 5px 3px 0;
  display: inline-block;
  border-width: 1px !important;
  background-color: #ffffff;
  color: #3e3e3e;
  line-height: 1;
  padding: 8px 8px 6px;
  font-size: calc(.8rem + .2vw);
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
.topmenu-container.subline, .topmenu-container.subline::before {
  background-color: #2c9f52;
}
.topmenu-container.subline:first-child {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px 10px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
  position: relative;
}
.topmenu-container.subline:first-child::before {
  content: "";
  position: absolute;
  width: 50px;
  left: 0px;
  display: block;
  height: 22px;
  top: -22px;
  background: linear-gradient(0deg, #2C9F52, #0d8033);
}
.topmenu-container.subline:nth-child(2) {
  display: block;
  max-width: 1400px;
  margin: 4px auto 0;
  padding: 10px 10px 10px;
  border-radius: 0 8px 8px 8px;
  position: relative;
}
.topmenu-container.subline:first-child {
  padding: 6px 10px;
}
.topmenu-container.subline:first-child {
	border-radius: 0 8px 8px 8px;
}
.topmenu-container.subline:nth-child(2) {
  padding: 6px 10px;
}
@media screen and (max-width: 680px) {
  .topmenu-container.subline:nth-child(2) {
    margin: 20px auto 0;
  }
}
.topmenu-container.subline:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 10px;
  top: -10px;
  left: 0px;
  display: block;
}
@media screen and (max-width: 680px) {
  .topmenu-container.subline:nth-child(2)::before {
    height: 20px;
    top: -20px;
  }
}
.ec_li {
  text-align: center;
  list-style: none;
  margin: 0;
  border: 2px solid #31859c;
  width: 20%;
  position: relative;
  box-shadow: 1px 1px 2px rgba(25, 48, 78, .1), -1px 1px 2px rgba(25, 48, 78, .1), 1px -1px 2px rgba(25, 48, 78, .1), -1px -1px 2px rgba(25, 48, 78, .1);
  background-color: #ffffff;
}
.ec_li.shopify, .ec_li.magento {
  width: 39%;
}
.ec_li.shopify {}
.ec_li:first-child {
  border: none;
  box-shadow: none;
  background-color: inherit;
  padding: unset;
}
.ec_li.magento {}
.ec_li.shopify::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #396;
  display: none;
}
.ec_li.magento::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #396;
  display: none;
}
.topmenu-container.ec a {
  border: none;
  box-shadow: none;
  padding: 5px 5px;
  width: 100%;
  display: block;
  height: 100%;
  /* min-height: 125px; */
  font-size: calc(1rem + .2vw);
  font-weight: 600;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  position: relative;
  text-shadow: none;
  line-height: 1.2;
  color: #282828;
}
.topmenu-container div.topmenu-item.ec a {
  border: none;
  box-shadow: none;
  padding: 5px 5px;
  width: 100%;
  display: block;
  height: 100%;
  min-height: 80px;
  font-size: calc(1rem + .2vw);
  font-weight: 600;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  position: relative;
  color: #fff;
  text-shadow: none;
  line-height: 1.2;
  letter-spacing: 1px;
}
.topmenu-container div.topmenu-item.ec a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: 78px;
  width: calc(100% - 8px);
  background-size: cover;
  background-repeat: no-repeat;
}
.ec_li.ec_li.shopify .logo, .ec_li.ec_li.magento .logo {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.movmark {
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  background-color: rgba(134, 134, 134, 0.3);
  padding-top: 30px;
  width: 30px;
}
.movmark::before {
  animation: inherit;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  transform: rotate(-135deg);
  width: 15px;
  height: 15px;
}
.gyoushu_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 1%;
}
.gyoushu_li {
  text-align: center;
  list-style: none;
  margin: 0;
  border: 2px solid #31859c;
  width: 19%;
  position: relative;
  box-shadow: 1px 1px 2px rgba(25, 48, 78, .1), -1px 1px 2px rgba(25, 48, 78, .1), 1px -1px 2px rgba(25, 48, 78, .1), -1px -1px 2px rgba(25, 48, 78, .1);
  background-color: #ffffff;
}
.gyoushu_li:first-child {
  border: none;
  box-shadow: none;
  background-color: inherit;
  width: 20%;
}
.gyoushu_li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #396;
  display: none;
}
.gyoushu_li:first-child::before {
  content: "";
  display: none;
}
#contents .topmenu-container.gyoushu h2, #contents .topmenu-container.ec h2 {
  padding: 0;
  /*text-shadow: 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), -1px -1px 4px rgba(255, 255, 255);*/
  line-height: 1.2;
  text-align: left;
  font-size: calc(1rem + .3vw);
  font-weight: 600;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  margin: 0;
  padding-left: 40px;
  color: #ffffff;
}
.topmenu-container.ec ul.ec_ul {
  display: flex;
  gap: 1%;
  padding: 0;
  margin: 0;
}
.topmenu-container.gyoushu a {
  border: none;
  box-shadow: none;
  padding: 6px 5px;
  width: 100%;
  display: block;
  height: 100%;
  min-height: 80px;
  font-size: calc(1rem + .2vw);
  font-weight: 600;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  position: relative;
  text-shadow: 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255);
  line-height: 1.2;
  color: #282828;
  z-index: 1;
}
.topmenu-container.gyoushu a, .topmenu-container.ec a {
  font-size: calc(.8rem + .3vw);
}
.topmenu-container.gyoushu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.topmenu-container.gyoushu .hotel a::before {
  background-image: url("../column/img/img_hotel.jpg");
  background-color: #e3e0db;
  background-position: center 70%;
}
.topmenu-container.gyoushu .setubi a::before {
  background-image: url("../service/img/img_setubi29753548.jpg");
  background-color: #e3e0db;
  background-position: center 20%;
}
.topmenu-container.gyoushu .apparel a::before {
  background-image: url("../service/img/img_apprel25972479.jpg");
  background-color: #e3e0db;
  background-position: center 50%;
}
.topmenu-container.gyoushu .ja_crm a::before {
  background-image: url("../column/img/img_ja_crm.jpg");
  background-color: #e3e0db;
  background-position: center 50%;
}
.topmenu-container.gyoushu a > em {
  background-color: inherit;
  color: inherit;
  padding: 0;
  display: inline-block;
}
.topmenu-container.news {
  display: block;
  width: calc(100% - 214px);
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  padding: 10px;
}
.topmenu-container.news .rss {
  position: absolute;
  top: 7px;
  left: 7em;
}
.topmenu-container.news .topic_link {
  position: absolute;
  top: 0;
  width: 100%;
}
.topmenu-container.news .topic_link .arrow-button {
  right: 10px;
  position: absolute;
  top: 6px;
}
.topmenu-container.news dl:nth-child(n+6) {
  display: none;
}
.topmenu-container.news .arrow-button {
  box-shadow: none;
  border: none;
}
.news dl {
  font-size: inherit;
}
.news dl dt {
  padding: 5px 0;
}
.news dl dd a {
  font-size: 1.1em;
  padding: 5px 0;
  color: #282828;
}
.newicon {
  margin: 6px 10px 6px 0;
}
.topmenu_img {
  overflow: hidden;
  display: block;
  height: 180px;
  bottom: 0;
  background-color: #d9d9d9;
  position: absolute;
  width: 100% !important;
}
@media screen and (max-width: 680px) {
  .topmenu_img {
    height: 150px;
  }
  .topmenu-container.ec a {
    font-size: calc(1rem + .4vw);
	padding: 10px;
  }
}
.topmenu_img img {
  width: 100%;
  height: auto;
}
.topmenu-container div.topmenu-item.crm .topmenu_img img {
  width: auto;
  height: 100%;
}
.topmenu-container.jigyou div.topmenu-item.settlement .topmenu_img img {
  width: auto;
  height: 260%;
  margin: -160px auto auto -260px;
}
@media screen and (max-width: 680px) {
  .topmenu-container.jigyou div.topmenu-item.settlement .topmenu_img img {
    width: 200%;
    height: auto;
    margin: -60% auto auto -50%;
    max-width: inherit;
  }
}
.topmenu-container.jigyou div.topmenu-item.region .topmenu_img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 680px) {
  .topmenu-container.jigyou div.topmenu-item.region .topmenu_img img {
    width: 120%;
    height: auto;
    max-width: inherit;
  }
}
.topmenu-container.jigyou div.topmenu-item a:hover img {
  opacity: 1;
}
.topmenu-container.jigyou div.topmenu-item a:hover, .topmenu-container.jigyou div.topmenu-item a:hover h2 {
  opacity: .8;
}
.topmenu-container.jigyou div.topmenu-item a:hover ul.kw_wrap li {
  color: #5c5c5c;
}
.topmenu-container div.topmenu-item.crm .topmenu_img {
  background-color: #0d8033;
}
.topmenu-container div.topmenu-item {
  transform: scale(1);
  transition: .1s ease-out;
  box-shadow: 1px 1px 2px rgba(25, 48, 78, .1), -1px 1px 2px rgba(25, 48, 78, .1), 1px -1px 2px rgba(25, 48, 78, .1), -1px -1px 2px rgba(25, 48, 78, .1);
  background-color: #ffffff;
  border: 2px solid #333;
}
.topmenu-container div.topmenu-item, .topmenu-container div.topmenu-item, .topmenu-container.subline, .topmenu-container.column {
  box-shadow: 1px 1px 8px rgba(255, 255, 255, .5), -1px 1px 8px rgba(255, 255, 255, .5), 1px -1px 8px rgba(255, 255, 255, .5), -1px -1px 8px rgba(255, 255, 255, .5);
}
.topmenu-container.column {
  width: 200px;
  height: 180px;
  display: block;
}
.topmenu-container.column a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  font-size: 1.1em;
  background-position-y: 200px;
  padding: 0;
  display: block;
  background-color: #336699;
  /* width: 200px; */
  /* height: 200px; */
  position: relative;
  height: 100%;
}
.topmenu-container.column h3 {
  padding: 50px 5px 0 5px;
  font-size: calc(1rem + .2vw);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  min-height: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: none;
}
.topmenu-container.column h3::before {
  content: "";
  background-image: url("../column/img/icon-idea900x900-wht_tr.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: calc(50% - 30px);
}
.viewmax {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
}
.viewmax h3 {
  text-align: left;
}
.kanren-wrap {
  padding: 0 0 0 0;
  width: 93%;
}
.topmenu-container a:visited {
  color: #282828;
}
header.mega_menu.transform .menu-container {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
}
@media screen and (min-width: 681px) and (max-width: 960px) {
  .topmenu-container.jigyou div.topmenu-item {
    min-height: 420px;
  }
  .topmenu-container ul.kw_wrap {
    top: 230px;
  }
  .topmenu-container.gyoushu a {
    min-height: 80px;
  }
}
.f_smallline {
  font-size: calc(.7rem + .2vw);
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
  .topmenu-container.jigyou {
    display: block;
  }
  .topmenu-container.jigyou div.topmenu-item {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .topmenu-container.jigyou div.topmenu-item {
    min-height: 320px;
  }
  .topmenu-container ul.kw_wrap {
    top: 160px;
  }
  .gyoushu_ul {
    display: block;
  }
  .gyoushu_li {
    width: 80%;
    margin: 0 auto 15px;
  }
  .f_smallline {
    display: none;
  }
  #contents .topmenu-container.ec h2, #contents .topmenu-container.gyoushu h2 {
    padding: 0;
  }
  .gyoushu_li:first-child {
    width: 100%;
  }
  .topmenu-container.subline:first-child::before {
    content: unset;
  }
  #contents .topmenu-container.gyoushu h2::before {
    content: "CRMプラットフォーム事業";
    width: max-content;
    display: block;
  }
  .topmenu-container.gyoushu a {
    font-size: 1.3em;
    min-height: 80px;
  }
  .topmenu-container.ec ul.ec_ul {
    display: block;
  }
  .ec_li {
    width: 80%;
    margin: 0 auto 15px;
  }
  .ec_li.shopify, .ec_li.magento {
    width: 80%;
  }
  .ec_li:first-child {
    width: 100%;
  }
  .viewmax {
    display: block;
  }
  .topmenu-container.news {
    width: 100%;
    margin-bottom: 20px;
  }
  .topmenu-container.column {
    margin: 0px auto 30px;
  }
  .topmenu-container.news .topic_link .arrow-button {
    right: 0;
    position: absolute;
    background-color: #ffffff;
  }
}
.topmenu-container.subline a:hover {
  opacity: .8;
  transition: none;
  background-color: rgba(254, 249, 228, 0.6);
}
.topmenu-container.news a:hover {
  transition: none;
  background-color: rgba(254, 249, 228, 0.6);
  color: #336699;
}
.topmenu-container.column a:hover {
  opacity: .8;
}
.topmenu-container.jigyou div.topmenu-item a {
	display: block;
}

#site_top #contents .news h3, #site_top #contents .topic-wrap h3 {
	font-weight: normal;
	border: none;
	padding: 0;
	font-size: 1.1rem;
}
#site_top #contents {
	min-height: inherit !important;
}
#site_top #contents .topic-wrap h3 {
	color: #369;
}
.topmenu-container.news .rss {
	position: absolute;
	top: 7px;
	left: 6em;
}
.topic-wrap {
	width: 100%;
	margin-top: 20px;
	margin-bottom: -10px;
}
.topic-wrap ul {
	display: flex;
	list-style: none;
	gap: 15px;
	padding: 10px 20px;
	margin: 0 0 0;
	background-color: rgba(192, 217, 240, 0.2);
}

@media screen and (max-width: 680px) {
.topic-wrap ul {
	flex-direction: column;
	margin-bottom: 100px;
}
}
.topic-wrap h3 {
	margin: 0 0 5px 10px;
	margin-left: -10px;
}
.topic-wrap ul li {
	border: 2px solid #fff;
	background-color: #ffffff;
	flex: 1;
}
@media screen and (max-width: 680px) {
.topic-wrap ul li {
	margin-bottom: 20px !important;
	width: 90% !important;
	margin: 0 auto;
	max-width: 400px;
}
}
.topic-wrap ul li:hover {
	opacity: .8;
}
.topic-wrap ul li:first-child {
	flex: 0 0 70px;
	border: none;
	background-color: transparent;
}
@media screen and (max-width: 680px) {
.topic-wrap ul li:first-child {
	flex: 0 0 30px;
	margin-bottom: 0;
}
}
.topic-wrap ul li a {
	display: block;
	text-align: center;
	min-height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media screen and (max-width: 680px) {
.topic-wrap ul li a {
	min-height: 160px;
}
}
#contents .topic-wrap ul li h4 {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
	padding: 3px 3%;
	display: inline-block;
}
#contents .topic-wrap ul li h4 em {
	display: inline-block;
}
.topic-wrap ul li.poitomo {
}
.topic-wrap ul li.poitomo::before {
	content: "";
	background-image: url("../service/poitomo/img/imagebg_poitomo.jpg");
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-size: 140%;
	background-position: 30% 20%;
	opacity: .7;
}
@media screen and (max-width: 680px) {
.topic-wrap ul li.poitomo::before {
	background-size: 220%;
	background-position: 46% 10%;
}
}
.topic-wrap ul li p {
	text-align: left;
	padding: 10px;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, -1px 0px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff;
	font-size: 1em;
	line-height: 1.3;
}
.topic-wrap ul li.poitomo a {
	position: relative;
}
.topic-wrap ul li.poitomo div {
	position: relative;
}
.topic-wrap ul li.poitomo h4 {
	background-color: #4a888a;
	color: #ffffff;
}
.topic-wrap ul li.p_gift {
}
.topic-wrap ul li.p_gift::before {
	content: "";
	background-image: url("../service/point/img/pointgift-fv.jpg");
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-size: 240%;
	background-position: 60% 0;
}
.topic-wrap ul li.p_gift a {
	position: relative;
}
.topic-wrap ul li.p_gift div {
	position: relative;
}
.topic-wrap ul li.p_gift h4 {
	background-color: #a64d79;
	color: #ffffff;
}
.topic-wrap ul li.ec_shopify {
}
.topic-wrap ul li.ec_shopify::before {
	content: "";
	background: linear-gradient(to right bottom, #194375, #000);
	/*background-image: url("../service/ec/img/shopify_bg.png");*/
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-size: 140%;
	background-position: 40% 20%;
}
.topic-wrap ul li.ec_shopify a {
	position: relative;
}
.topic-wrap ul li.ec_shopify div {
	position: relative;
}
.topic-wrap ul li.ec_shopify h4 {
	background-color: #050d17;
	color: #ffffff;
}
.topic-wrap ul li.ec_shopify p {
	color: #ffffff;
	text-shadow: none;
}
.topic-wrap ul li::before {
	transition: .3s;
}
.topic-wrap ul li.poitomo:hover::before {
	background-size: 130%;
}
@media screen and (max-width: 680px) {
.topic-wrap ul li.poitomo:hover::before {
	background-size: 200%;
}
}
.topic-wrap ul li.p_gift:hover::before {
	background-size: 210%;
}
.topic-wrap ul li.ec_shopify:hover::before {
	background-size: 160%;
}
.cpss_logo {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 70px;
	height: 70px;
}
