.sp-only {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block!important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* catalog  */

.catalog {
  position: relative;
}
.catalog-top {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .catalog-top {
    padding-top: 5.3vw;
  }
}

.catalog-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .catalog-heading {
    display: block;
    margin-bottom: 8vw;
    padding-top: 5vw;
  }
}
.catalog-headingTxt {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .catalog-headingTxt {
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.catalog-headingTxt br {
  display: none;
}
/*20111127追加*/
.catalog-headingTxt br.albr {
  display: block;
}
/*ここまで*/
@media (max-width: 767px) {
  .catalog-headingTxt br {
    display: block;
  }
}

.catalog-heading .contactBox {
  display: none;
  width: 400px;
  height: auto;
  background: #fff;
  border-top: none;
  padding: 0 0 13px;
  position: relative;
  right: auto;
  bottom: auto;
  border: 2px solid #7b94a6;
}
@media (max-width: 767px) {
  .catalog-heading .contactBox {
    width: 100%;
    margin-top: 5vw;
    padding-bottom: 4vw;
  }
}

.catalog-heading .contactBox:after {
  display: block;
  clear: both;
  content: "";
}

.catalog-heading .contactBox .fcttl {
  background: #7b94a6;
  color: #fff;
  padding: 0 0 3px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .catalog-heading .contactBox .fcttl {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding: 2vw 0;
  }
}

.catalog-heading .contactBox .spInner {
  width: 340px;
  margin: 0 auto;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}
@media (max-width: 767px) {
  .catalog-heading .contactBox .spInner {
    width: 100%;
  }
}

.catalog-heading .contactBox .spInner .ftel {
  display: block;
  line-height: 1.2;
  padding-top: 3px;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .catalog-heading .contactBox .spInner .ftel {
    width: 84vw;
    margin: 0 auto;
    padding: 2.6vw 0;
    font-size: 3.3vw;
    border: 1px solid #7b94a6;
    border-radius: 10vw;
    pointer-events: all;
  }
}

.catalog-heading .contactBox .spInner .ftel span {
  font-size: 2.8rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .catalog-heading .contactBox .spInner .ftel span {
    font-size: 5.6vw;
  }
}

.catalog-heading .contactBox .spInner .contactBtn {
  display: block;
  width: 320px;
  color: #fff;
  margin: 10px auto 0;
  padding: 15px;
  border-radius: 0;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .catalog-heading .contactBox .spInner .contactBtn {
    width: 84vw;
    font-size: 5.3vw;
    border-radius: 10vw;
    font-weight: bold;
  }
}

.catalog-heading .contactBox .spInner .contactBtn span {
  line-height: 1;
}

.catalog-heading .contactBox .spInner .contactBtn:after {
  right: 20px;
}
@media (max-width: 767px) {
  .catalog-heading .contactBox .spInner .contactBtn:after {
    top: 50%;
    right: 7.3vw;
    transform: translateY(-50%);
  }
}

.catalog-heading .contactBox .spInner .contactBtn:hover {
  opacity: 0.7;
}


/* カテゴリ */
.catalog-category {
  display: block;
  position: relative;
  margin: 40px auto 50px;
  padding: 0 8px 25px;
  background: #46525f;
}
@media (max-width: 767px) {
  .catalog-category {
    margin: 8vw auto;
    padding: 0 2.6vw 4vw;
  }
}
.catalog-category::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 25px;
  height: 25px;
  background: #46525f;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .catalog-category::after {
    bottom: -2vw;
    width: 11.4vw;
    height: 11.4vw;
  }
}
.catalog-categoryTtl {
  margin: 0 0 5px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .catalog-categoryTtl {
    padding-top: 4.6vw;
    font-size: 4.26vw;
    text-align: left;
  }
}
.catalog-categoryList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .catalog-categoryList select {
    position: relative;
    width: 100%;
    height: 10.6vw;
    padding: 0 4vw;
    background: url(../img/catalog/bg_select.png) 0 center no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #acb7c2;
    -webkit-appearance:none;
  }
}
.catalog-categoryItem {
  width: 220px;
  margin: 10px 8px 0 8px;
}
.catalog-categoryItem a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  color: #46525f;
}
.catalog-categoryItem a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/catalog/icon_catalog_arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.catalog-categoryItem.current a,
.catalog-categoryItem a:hover {
  background: #dce9f3;
}

/* content */
.catalog-content {
  display: block;
  position: relative;
  border-top: 2px solid #46525f;
}
.catalog-contentTtl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 0;
  font-size: 2.4rem;
  color: #46525f;
  border-bottom: 1px dashed #a4abb3;
  line-height: 1;
}
@media (max-width: 767px) {
  .catalog-contentTtl {
    padding: 2.93vw 0;
    font-size: 5.3vw;
  }
}
.catalog-contentTtl::before {
  display: block;
  content: '';
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .catalog-contentTtl::before {
    width: 6.9vw;
    height: 6.9vw;
    margin-right: 2.5vw;
  }
}
/* pickup */
.pickup .catalog-contentTtl::before {
  /* height: 26px; */
  background: url(../img/catalog/icon_catalog_pickup.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .pickup .catalog-contentTtl::before {
    /* height: 6.9vw; */
  }
}
/* bakery */
.bakery .catalog-contentTtl::before {
  /* height: 26px; */
  background: url(../img/catalog/icon_catalog_bakery.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .bakery .catalog-contentTtl::before {
    /* height: 6.9vw; */
  }
}
/* fillingJam */
.fillingJam .catalog-contentTtl::before {
  /* height: 26px; */
  background: url(../img/catalog/icon_catalog_jam.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .fillingJam .catalog-contentTtl::before {
    /* height: 6.9vw; */
  }
}
/* noodle */
.noodle .catalog-contentTtl::before {
  /* height: 26px; */
  background: url(../img/catalog/icon_catalog_noodle.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .noodle .catalog-contentTtl::before {
    /* height: 6.9vw; */
  }
}
/* sweetsDrink */
.sweetsDrink .catalog-contentTtl::before {
  height: 20px;
  background: url(../img/catalog/icon_catalog_sweets.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .sweetsDrink .catalog-contentTtl::before {
    /* width: 6.9vw; */
    height: 5.2vw;
  }
}
/* jelly */
.jelly .catalog-contentTtl::before {
  /* width: 26px; */
  /* height: 26px; */
  background: url(../img/catalog/icon_catalog_jelly.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .jelly .catalog-contentTtl::before {
    /* width: 6.6vw;
    height: 6.6vw; */
  }
}
/* food */
.food .catalog-contentTtl::before {
  /* width: 26px; */
  height: 24px;
  background: url(../img/catalog/icon_catalog_food.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .food .catalog-contentTtl::before {
    /* width: 6.6vw;
    height: 6.4vw; */
  }
}
/* wellness */
.wellness .catalog-contentTtl::before {
  /* width: 26px; */
  height: 23px;
  background: url(../img/catalog/icon_catalog_wellness.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .wellness .catalog-contentTtl::before {
    /* width: 6.6vw;
    height: 5.8vw; */
  }
}
/* feedIndustry */
.feedIndustry .catalog-contentTtl::before {
  /* width: 24px;
  height: 26px; */
  background: url(../img/catalog/icon_catalog_feed.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .feedIndustry .catalog-contentTtl::before {
    /* width: 6.4vw;
    height: 6.6vw; */
  }
}
/* chitosan */
.chitosan .catalog-contentTtl::before {
  /* width: 26px; */
  height: 20px;
  background: url(../img/catalog/icon_catalog_chitosan.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .chitosan .catalog-contentTtl::before {
    /* width: 6.6vw; */
    height: 5.3vw;
  }
}
/* other */
.other .catalog-contentTtl::before {
  /* width: 26px;*/
  height: 24px;
  background: url(../img/catalog/icon_catalog_other.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .other .catalog-contentTtl::before {
    /* width: 6.6vw; */
    height: 6.4vw;
  }
}
/* technical */
.technical .catalog-contentTtl::before {
  /* width: 20px; */
  height: 28px;
  background: url(../img/catalog/icon_catalog_sds.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .technical .catalog-contentTtl::before {
    /* width: 5.4vw; */
    height: 7.6vw;
  }
}


.catalog-contentItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px 30px 25px;
  border-bottom: 1px dashed #a4abb3;
}
@media (max-width: 767px) {
  .catalog-contentItem {
    position: relative;
    padding: 5.3vw 0;
  }
}
.catalog-contentDetail {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .catalog-contentDetail {
    align-items: flex-start;
    width: 100%;
  }
}
.catalog-contentDetail a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .catalog-contentDetail a {
    align-items: flex-start;
    width: 100%;
  }
}
.catalog-contentDetail a:hover {
  opacity: 0.7;
}

.catalog-contentThumb {
  max-width: 70px;
  margin-right: 43px;
}
.catalog-contentThumb img {
  max-width: 100%;
  border: 1px solid #46525f;
}
@media (max-width: 767px) {
  .catalog-contentThumb {
    width: 20.5vw;
    margin-right: 5.6vw;
  }
}
.catalog-contentTxt {
  max-width: 500px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .catalog-contentTxt {
    width: calc(100% - 26.1vw);
    padding-bottom: 12vw;
    font-size: 3.2vw;
  }
}
.catalog-contentCapacity {
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .catalog-contentCapacity {
    font-size: 3.2vw;
  }
}

.catalog-contentBtn, .catalog-contentBtn_pw {
  display: block;
  width: 260px;
}
@media (max-width: 767px) {
  .catalog-contentBtn, .catalog-contentBtn_pw {
    position: absolute;
    bottom: 5.3vw;
    right: 0;
    width: 65vw;
  }
}
.catalog-contentBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
  background: #32507a;
  border: 2px solid #5f86bd;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;/*追加0818*/
}
.catalog-contentBtn_pw a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
  background: #32507a;
  border: 2px solid #5f86bd;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;/*追加0818*/
}

.catalog-contentItem .ctlg_pss a {
	font-size: 1.4rem !important;
	text-align: center;
}

.catalog-contentBtn a:hover, .catalog-contentBtn_pw a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .catalog-contentBtn a, .catalog-contentBtn_pw a {
    height: 10.6vw;
    font-size: 3.46vw;
  }
}
.catalog-contentBtn a::before {
  display: block;
  content: '';
  width: 20px;
  height: 26px;
  margin-right: 10px;
  background: url(/include/catalog/img/catalog_aicon.png) center no-repeat;
  background-size: contain;
}
.catalog-contentBtn_pw a::before {
  display: block;
  content: '';
  width: 20px;
  height: 26px;
  margin-right: 10px;
  background: url(/include/catalog/img/key_aicon.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .catalog-contentBtn a::before, .catalog-contentBtn_pw a::before {
    width: 4vw;
    height: 5.33vw;
  }
}

/* pageNavi */
.pageNavi {
  display: block;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pageNavi {
    margin-top: 8vw;
  }
}
.page-numbers {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
.page-numbers li {
  display: inline-block;
  padding: 7px 0;
  font-size: 1.5rem;
  margin-left: 5px;
}
.page-numbers li span {
  margin-top: 0px;
}
.page-numbers li a {
  margin-top: 0px;
  text-decoration: underline;
}
.navigation {
  margin-top: 40px;
  width: 740px;
  padding: 7px 14px;
}
.navigation li {
  font-size: 1.5rem;
}
.navigation li a:hover {
  text-decoration: underline;
}
.page-numbers.next {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6a7784;
  border-bottom: 2px solid #6a7784;
  /* text-indent: -9999px; */
  font-size: 0;
  color: #f4f4f4;
  transform: rotate(-45deg);
}
.page-numbers.prev {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #6a7784;
  border-bottom: 2px solid #6a7784;
  /* text-indent: -9999px; */
  font-size: 0;
  color: #f4f4f4;
  transform: rotate(45deg);
}
/*カタログダウンロードページ：パスワードを取得するボタン*/
.ctlog_dlpage_btn p {
	text-align: center;
	width: 13em;
	padding: 8px;
	margin: 0 auto;
	background-color: #32507a;
	color: #fff;
	border: solid 1px #32507a;
	border-radius: 3px;
	font-size: 15px;
	cursor: pointer;
	max-width: 100%;
}
