/*スマホトップロゴ*/
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 40%;
  margin: 20px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}
.p-slider-pctop img{
  width: 100%;
  text-align: center;
}
.top3banner {
  height: auto 0;
  max-width: 100%;
  text-align: center;
  margin: 5px 0;
}

.top3banner-item img{
  max-width: 33.333%;
  margin: 5px 0;
  text-align: center;
}
/*NEWS*/
.topwrapper { /*PC*/
  display: flex;
  justify-content: space-between; /*左右中央揃え*/
  flex-wrap: wrap;
}
.topitem {
	float: left;
    width: 23%;
    background-color: white;
}
.topitem h3 {
    font-size: 16px;
    font-size: 14px;
    text-align:center;
}
.topitem p {
	margin: 0;
	font-size: 13px;
	color: #333;
    line-height: 16px;
}
.topitem img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
}
/*NEWS広告ここまで*/
/*簡易説明送料無料・ネコポスタグ PC*/
.shortpr {
  color: white;
  background-color: #fd7f23;
  font-size: 12px;
  line-height: 26px;
  padding: 2px 8px;
  margin: 5px 10px 0px 0px;
  border-radius: 3px 3px;
}
/*簡易説明タグ送料無料・ネコポスPC*/ 
/*ストーリー広告*/
.storywrapper { /*PC*/
  display: flex;
  justify-content: center; /*左右中央揃え*/
  flex-wrap: wrap;
}
.storyitem {
	float: left;
    width: 50%;
    background-color: white;
}
.storyitem h3 {
    font-size: 20px;
    text-align:center;
}
.storyitem p {
	margin: 0;
	font-size: 13px;
	color: #333;
    line-height: 23px;
    padding: 0px 14px 14px 14px;
}
.storyitem img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
}

/*ストーリー広告ここまで*/

.recommend-banner {
  height: auto 0;
  text-align: center;
  max-width: 100%;
  margin: 5px 0;
}

.banner4-item img{
  margin: 3px 3px;
  text-align: center;
  border: 1px #d1d3d2 solid;
  width: 23%;
}

.banner5-item img{
  margin: 3px 3px;
  text-align: center;
  border: 1px #d1d3d2 solid;
  width: 15%;
}
/*ブログの欄*/
.blogwrapper {
  display: flex;
  justify-content: center; /*左右中央揃え*/
}
.blogitem {
	float: left;
	margin: 0px  20px;
	padding: 16px;
	width: 30%;
    background-color: white;
}
.blogitem h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 14px;
    color: #333;
}
.blogitem p {
	margin: 0;
	font-size: 13px;
	color: #333;
}

.blogitem img {
  justify-content: center; /*左右中央揃え*/
}
/*ブログの欄ここまで*/
/*カテゴリ*/
.category { /*PC*/
  display: flex;
  justify-content: space-between; /*左右中央揃え*/
  flex-wrap: wrap;
}
.c-item {
    float: left;
    width: 32%;
    border: 1px solid #c0c0c0;
    border-radius: 10px 10px;
}
.c-item h3 {
    font-size: 16px;
    text-align:center;
    line-height: 30px;
}
.c-item img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
  border-radius: 9px 9px 0px 0px;
}
/*カテゴリここまで*/

/*価格帯*/
.kakaku { /*PC*/
  display: flex;
  justify-content: space-between; /*左右中央揃え*/
  flex-wrap: wrap;
}
.k-item {
    float: left;
    width: 18%;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.k-item h3 {
    font-size: 16px;
    text-align:center;
    line-height: 30px;
}
.k-item a {
  color: #333;
}
/*価格帯ここまで*/
/*TOPICバナーの３列PC一欄*/
.topicsbannerbox { /*PC*/
  display: flex;
  justify-content: center; /*左右中央揃え*/
  flex-wrap: wrap;
}
.topicsbanner {
	float: left;
    width: 48%;
    background-color: white;
}
.topicsbanner h3 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #facea2;/*左線*/
}
.topicsbanner p {
	font-size: 13px;
	color: #333;
    padding: 8px 32px 14px 32px;
    line-height: 18px;
}

.topicsbanner img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
}

/*TOPICバナーの３列PC一欄ここまで*/

/*ボタン1*/
.square_btn {
    display: inline-block;
    width: 200px;
    padding: 0.6em 1em;
    margin: 2px 0px 10px 0px;
    text-decoration: none;
    color: #1C355E;
    border: solid 1px #1C355E;
    border-radius: 3px;
    transition: .4s;
    text-align:center;
}

.square_btn:hover {
    background: #1C355E;
    color: white;
}
/*ボタンここまで*/

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #1f355e;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }
  
  .p-slider-sp {  /* スマホのみにスライダー表示 */
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
  .recommend-banner {  /* スマホ用*/
  height: auto 0;
  text-align: center;
  max-width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
  .recommend-banner-item img{
  width: 30.6%;
  margin: 2px 2px ;
  text-align: center;
}
}

/*マウスオーバー*/

/*カテゴリー画像バナーPC*/
.categoryplace{
  height: auto 0;
  text-align: center;
  max-width: 100%;
  margin: 5px 0;
}

.category12 img{
  width: 11%;
  border: 1px #1f355e solid;
  text-align: center;
  text-decoration: none;
  margin: 3px 3px;
}
.category12 :hover {
  background-color: #fff;
  border-color: #b8dbd2;
  color: #1f355e;
}

/*バナー広告 B*/
.banner-ads {
  height: 320px;
}

.banner-ads-item img{
  width: 30%;
  float: left;
  margin-right: 10px;
}

@media (max-width: 670px) {
  .banner-ads {
    height: auto 0;
  }
  .banner-ads-item img{
    width: 150px;
    float: left;
    margin: 2px 2px;
  }
}

/*横並びバナー広告 A*/
.middlebanner-ads-item img{
  width: 42%;
  margin: 4px 4px;
  text-align: center;
}

@media (max-width: 670px) {
  .middlebanner-ads-item img{
    width: 100%;
    margin: 2px 2px;
  }
  .p-slider-pctop {
    display: none;
  }
  .top3banner-item {
    display: none;
  }
  .topwrapper {
	display: none;
  }
  .recommend-banner-item img{  /* スマホTOPICS */
    width: 100%;
    text-align: center;
  }
  .banner4-item img{
  width: 48%;
  margin: 2px 0px;
  }
  .banner5-item img{
  width: 30%;
  margin: 2px 0px;
  }
  .blogwrapper {
   display: flex;
   justify-content: center; /*左右中央揃え*/
  }
  .blogitem {
    float: left;
    margin: 0px  3px;
	padding: 10px;
	width: 50%;
    background-color: white;
}
  .blogitem h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 12px;
  }
  .blogitem p {
	font-size: 11px;
	color: #333;
  }
  .blogitem img {
	justify-content: center; /*左右中央揃え*/
    width: 100%;
  }
  .category12 img{
    display: none;
  }
  .topicsbannerbox { /*スマホTOPICS一覧*/
    display: flex;
    justify-content: space-between; /*左右中央揃え*/
    flex-wrap: wrap;
  }
  .topicsbanner {
	float: left;
    width: 100%;
  }
  .topicsbanner p {
	margin: 0;
	font-size: 12px;
    padding: 7px 15px 12px 15px;
	color: #333;
}
  .topwrapper { /*NEWSお知らせコーナー*/
  display: flex;
  justify-content: center; /*左右中央揃え*/
  flex-wrap: wrap;
  }
  .topitem {
	float: left;
    width: 47%;
    background-color: white;
    margin: 3px 4px;
  }
  .topitem h3 {
    font-size: 14px;
  }
  .topitem p {
	font-size: 12px;
	color: #333;
    line-height: 16px;
  }
  .topitem img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
  }
  .storywrapper { /*BRANDストーリーコーナー*/
  display: flex;
  justify-content: space-between; /*左右中央揃え*/
  flex-wrap: wrap;
  }
  .storyitem {
	float: left;
    width: 100%;
    background-color: white;
    margin: 3px 0px;
  }
  .storyitem h3 {
    font-size: 18px;
  }
  .storyitem p {
	font-size: 13px;
	color: #333;
    padding: 0px 17px 14px 17px;
    line-height: 25px;
  }
  .storyitem img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
  }
  .kakaku { /*価格スマホ*/
  display: flex;
  justify-content: space-between; /*左右中央揃え*/
  flex-wrap: wrap;
  }
  .k-item {
    float: left;
    width: 47%;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    margin-bottom: 10px;
  }
  .k-item h3 {
    font-size: 16px;
    text-align:center;
    line-height: 20px;
  }
  .k-item a {
  color: #333;
  }
  .category { /*スマホカテゴリ*/
  display: flex;
  justify-content: space-between; /*左右中央揃え*/
  flex-wrap: wrap;
  }
  .c-item {
    float: left;
    width: 100%;
    border: 1px solid #c0c0c0;
    margin: 0px 10px 20px 10px;
    background: white;
  }
  .c-item h3 {
    font-size: 16px;
    text-align:center;
    line-height: 30px;
  }
  .c-item img {
  justify-content: center; /*左右中央揃え*/
  width: 100%;
  }
}
/*旬カテゴリボタン*/
.season { /*PC*/
  display: flex;
  justify-content: space-evenly; /*左右中央揃え*/
  flex-wrap: wrap;
}
.s-item {
    float: left;
    width: 46%;
    border: 1px solid #2d4b77;
    border-radius: 30px;
    margin: 4px 0px;
}
.s-item h3 {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
.s-item:hover { 
  background: #f5f5f5;
}
.s-item a {
  color: #2d4b77;
  text-decoration: none;
}
@media screen and (min-width:768px){
    .s-item {
    width: 22%;
    border: 1px solid #2d4b77;
    margin: 6px 0px 0px 0px;
    }
    .s-item h3 {
    font-size: 14px;
    line-height: 24px;
    }
}
/*旬カテゴリボタンここまで*/

/*これ買ったら送料無料*/
.freeship23 {
  color: white;
  background-color: #1c8e4a;
  font-size: 12px;
  line-height: 26px;
  padding: 2px 8px;
  margin: 5px 10px 0px 0px;
  border-radius: 3px 3px;
}
/*これ買ったら送料無料*/
    