@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
#other_product ul li {
  border: 4px solid #eee;
  padding: 16px 16px 80px;
  position: relative;
  width: 345px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#other_product ul li:nth-child(n+3) {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  #other_product ul li:nth-child(n+3) {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  #other_product ul li {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
  }
}
#other_product ul li .tac {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#other_product ul li .tac:hover {
  opacity: 0.7;
}
#other_product ul li .tac::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
}
#other_product ul li .tac h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #other_product ul li .tac h3 {
    font-size: 1rem;
  }
}
#other_product ul li .tac a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
.frame {
  position: relative;
  background: #fafafa;
  padding: 23px;
}
.frame p {
  margin: 8px 0 20px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .frame p {
    margin-bottom: 8px;
  }
}
.frame .tac {
  position: relative;
}
.frame .tac .btn {
  position: absolute;
  top: 65px;
  left: 172px;
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 16px;
    margin: 0 0 16px;
  }
  .frame .common_btn {
    margin-bottom: 16px;
  }
  .frame .common_btn:last-child {
    margin-bottom: 4px;
  }
}
.frame .label {
  position: absolute;
  top: 0;
  left: 0;
}
.frame .frame_inner {
  background: #eee;
  padding: 27px;
}
@media screen and (max-width: 767px) {
  .frame .frame_inner {
    padding: 16px;
  }
}
.frame .frame_inner h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

/*------------------------------------------*/
#products_Pickup .table .tr {
  /*@media screen and (max-width:$sp_size){
  	&:nth-of-type(n + 3) {
  		display: none;
  	}
  }*/
}
#products_Pickup .table .tr .th:nth-of-type(1) {
  width: 90px;
}
#products_Pickup .table .tr .th:nth-of-type(3) {
  width: 350px;
}
@media screen and (max-width: 767px) {
  #products_Pickup .table .tr .td:nth-of-type(1):before {
    content: "カテゴリ";
  }
  #products_Pickup .table .tr .td:nth-of-type(2):before {
    content: "製品名";
  }
  #products_Pickup .table .tr .td:nth-of-type(3):before {
    content: "概要";
  }
}
#products_Pickup .table .tr .td em {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 0;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  #products_Pickup .table .tr .td em {
    margin-right: 4px;
  }
}

/*------------------------------------------*/
.pagetitle_product {
  background: url(/digitalmarketing/sp/shared/images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pagetitle_product {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/digitalmarketing/sp/shared/images/products/pagetitle_bg_product_sp.jpg);
  }
}
.inner .pagetitle_product {
  background: url(/digitalmarketing/sp/shared/images/products/pagetitle_bg_product.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inner .pagetitle_product {
    background-image: url(/digitalmarketing/sp/shared/images/products/pagetitle_bg_product_sp.jpg);
  }
}
.pagetitle_product > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_product > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_product > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_product > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_product > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_product > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
#products_Pickup {
  margin: 60px 0 0 !important;
}
@media screen and (max-width: 767px) {
  #products_Pickup {
    margin: 30px 0 0 !important;
  }
}
#products_Pickup .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#products_Pickup .block:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #products_Pickup .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#products_Pickup .block .left_side, #products_Pickup .block .right_side {
  width: calc(50% - 8px);
  background: #fff;
  border: 4px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #products_Pickup .block .left_side, #products_Pickup .block .right_side {
    width: 100%;
    position: inherit;
  }
}
#products_Pickup .block .left_side .inner, #products_Pickup .block .right_side .inner {
  padding: 16px 16px 96px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #products_Pickup .block .left_side .inner, #products_Pickup .block .right_side .inner {
    width: 95%;
    padding: 16px;
  }
}
#products_Pickup .block .left_side .img, #products_Pickup .block .right_side .img {
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#products_Pickup .block .left_side .title, #products_Pickup .block .right_side .title {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#products_Pickup .block .left_side em, #products_Pickup .block .right_side em {
  margin-top: 4px;
}
#products_Pickup .block .left_side em.label, #products_Pickup .block .right_side em.label {
  display: inline-block;
}
#products_Pickup .block .left_side .txt, #products_Pickup .block .right_side .txt {
  margin-top: 16px;
}
#products_Pickup .block .left_side .btn, #products_Pickup .block .right_side .btn {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  #products_Pickup .block .left_side .btn, #products_Pickup .block .right_side .btn {
    position: inherit;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #products_Pickup .block .right_side {
    margin-top: 16px;
  }
}

.products_Pickup__tabs {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .products_Pickup__tabs {
    grid-template-columns: repeat(2, auto);
    gap: 4px;
    margin-bottom: 8px;
  }
}

.products_Pickup__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  background: #666;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .products_Pickup__tab {
    border-radius: 6px;
  }
}
.products_Pickup__tab.is_current {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 61px;
  background: #CC0022;
  padding-top: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .products_Pickup__tab.is_current {
    height: 56px;
    padding-top: 0;
  }
}

.products_Pickup__contents {
  background: #FFE5E9;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .products_Pickup__contents {
    margin: 0 -16px;
  }
}

.products_Pickup__table {
  margin-top: 20px;
}

/*------------------------------------------*/
#products_Solutions {
  margin: 40px 0 0 !important;
}
@media screen and (max-width: 767px) {
  #products_Solutions {
    margin: 20px 0 0 !important;
  }
}

.products_Solutions__list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .products_Solutions__list {
    margin-top: 20px;
  }
}

.products_Solutions__item {
  display: grid;
  grid-template-columns: 160px 1fr;
}
.products_Solutions__item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .products_Solutions__item {
    grid-template-columns: none;
  }
  .products_Solutions__item:not(:first-of-type) {
    margin-top: 25px;
  }
}

.products_Solutions__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: top center/cover url(/digitalmarketing/sp/shared/images/products/Solutions_1.jpg);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .products_Solutions__title {
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
  }
}

.products_Solutions__contents {
  background: #fafafa;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .products_Solutions__contents {
    padding: 20px;
  }
}

.products_Solutions__contents-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.products_Solutions__contents-title a {
  text-decoration: underline;
}
@media (hover: hover) {
  .products_Solutions__contents-title a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .products_Solutions__contents-title {
    font-size: 16px;
  }
}

.products_Solutions__contents-text {
  font-size: 15px;
  line-height: 1.8;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .products_Solutions__contents-text {
    font-size: 12px;
  }
}

.products_Solutions__tags {
  margin-top: 15px;
}

.products_Solutions__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #CC0022 !important;
  font-size: 13px;
  line-height: 1;
  text-decoration: none !important;
  padding-right: 20px;
  margin: 20px auto 0;
  position: relative;
}
.products_Solutions__link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #CC0022;
  border-bottom: 3px solid #CC0022;
  position: absolute;
  top: -2px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .products_Solutions__link {
    font-size: 12px;
  }
}

/*------------------------------------------*/
#products_Search {
  margin: 60px 0 0 !important;
}
@media screen and (max-width: 767px) {
  #products_Search {
    margin: 30px 0 0 !important;
  }
}

.products_Search__heading:not(:first-of-type) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .products_Search__heading:not(:first-of-type) {
    margin-top: 30px;
  }
}

.products_Search__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .products_Search__list {
    grid-template-columns: none;
    gap: 10px;
  }
}

.products_Search__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  color: #CC0022 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 2px solid #CC0022;
  position: relative;
}
.products_Search__item a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #CC0022;
  border-right: 3px solid #CC0022;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.products_Search__item.small_text a {
  font-size: 15px;
  line-height: 1.4;
}

#themelist .products_Search__item a:after {
  border-top: none;
  border-bottom: 3px solid #CC0022;
}

.products_Search__button {
  max-width: 380px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .products_Search__button {
    margin-top: 30px;
  }
}

/*------------------------------------------*/
#products_Video {
  display: block;
  margin: 60px 0 72px;
}
@media screen and (max-width: 767px) {
  #products_Video {
    margin: 30px 0 40px;
  }
}

/*------------------------------------------*/
#products_Archive {
  margin: 60px 0 0 !important;
}

.products_Archive__heading:not(:first-of-type) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .products_Archive__heading:not(:first-of-type) {
    margin-top: 30px;
  }
}

.products_Archive__item:not(:first-of-type) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .products_Archive__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.products_Archive__heading_secondary {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .products_Archive__heading_secondary {
    margin-top: 20px;
  }
}

.products_Archive__wrapper {
  display: grid;
  grid-template-areas: "image content" "tags tags" "button button";
  grid-template-columns: 294px 1fr;
  gap: 20px;
  padding: 20px 30px 24px;
  border: 2px solid #eee;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products_Archive__wrapper {
    grid-template-areas: "image" "content" "tags" "button";
    grid-template-columns: none;
    padding: 20px;
    margin-top: 10px;
  }
}

.products_Archive__image {
  grid-area: image;
  aspect-ratio: 294/144;
  position: relative;
}
.products_Archive__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products_Archive__content {
  grid-area: content;
}

.products_Archive__content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .products_Archive__content-title {
    font-size: 16px;
    margin: 0;
  }
}

.products_Archive__content-text {
  font-size: 15px;
  line-height: 1.8;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .products_Archive__content-text {
    margin: 10px 0 0;
  }
}

.products_Archive__tags {
  grid-area: tags;
}

.products_Archive__button {
  width: 300px;
  grid-area: button;
  margin: 4px auto 0;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/