/* SP・タブレット共通*/ body {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #333;
}
li a {
  height: auto;
  width: 100%;
  color: #333;
}
a {
  text-decoration: none;
}
#goodsdetail_itemhistory {
  display: none;
}
.wrapper > main.pane-main {
  margin-top: 0 !important;
}
#block_of_category {
  display: none;
} /*       ヘッダー設定       */ #header {
  width: 100%;
  background: #fffbf6;
}
#header .inner {
  border-bottom: 0;
}
#header .inner #logo {
  position: relative;
  width: 41%;
}
.logo_text {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.kochouan-header-logo-img {
  width: 153px;
}
.kochouan-header-wrap {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 10px #d5d5d5
}
.kochouan-header-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kochouan-header-sns li {
  padding-right: 10px;
  display: flex;
  font-size: 0;
  align-items: center;
}
.kochouan-header-sns img {
  width: 25px;
}
#header .inner #hnav ul li {
  margin: 0;
  min-width: 25px;
}
#header .inner #hnav ul li:last-of-type {
  margin-left: 0;
}
#header .inner #hnav ul li#gnav_toggle a {
  border-radius: 0;
  background: none;
}
#header .inner #hnav ul li#gnav_toggle a::before, #header .inner #hnav ul li#gnav_toggle a span, #header .inner #hnav ul li#gnav_toggle a::after {
  background: #505050;
}
#header .inner #hnav ul li a {
  padding-top: 25px;
  min-width: 25px;
}
#header .inner #hnav ul li#gnav_cart a {
  background: url(/img/shopstore/kochouan/icon/cart.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right;
}
#gnav .block-gnav > li.gnav_entry > a {
  padding-left: 48px;
  background: url(/img/shopstore/kochouan/icon/entry.png) center left 18px / 20px auto no-repeat;
}
#gnav .block-gnav > li.gnav_login > a {
  padding-left: 48px;
  background: url(/img/shopstore/kochouan/icon/login.png) center left 18px / 20px auto no-repeat;
}
#gnav .block-gnav > li.bookmark > a {
  padding-left: 48px;
  background: url(/img/shopstore/kochouan/icon/favorite.png) center left 18px / 20px auto no-repeat;
}
#gnav .block-gnav > li.gnav_logout > a {
  padding-left: 48px;
  background: url(/img/shopstore/kochouan/icon/exit.png) center left 18px / 20px auto no-repeat;
} /* スライダー設定 */ .block-top-slider-contents li {
  width: 100vw;
  height: auto;
}
.slick-slide img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.block-top-slider-contents .slick-dots li button {
  position: relative;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 50px;
  border: none;
  border: 1px solid #adadad;
  padding: 4px;
  background-color: inherit;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #ffffff;
}
.block-top-slider-contents .slick-dots li {
  width: 25px;
  height: 5px;
  background: none;
  opacity: 1;
  margin: 0px 2px;
} /*         トップページ設定          */ .kochouan-main-block {
  color: #333;
}
.content-block {
  display: block;
  width: 100%;
  padding-bottom: 50px;
}
.content-title {
  border-bottom: 1px solid #505050;
  text-align: center;
  font-size: 22px;
  width: 80%;
  padding-bottom: 14px;
  font-weight: normal;
  margin: 35px auto;
} /*       共通       */ .event-block, .item-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
} /*         お知らせ         */ .news-block-content div {
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 0;
}
.news-block-content {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.news-block-date {
  width: 100%;
}
.news-block-text {
  width: 80%;
} /*          お知らせ           */ .topic-block {
  padding-top: 25px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
.topic-block-content {
  padding-bottom: 40px;
  margin-left: 25px;
  font-size: 16px;
  width: 50%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  display: inline-block;
}
.topic-block::-webkit-scrollbar {
  height: 7px;
  width: 10px;
}
.topic-block::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}
.topic-block::-webkit-scrollbar-track {
  background: transparent;
}
.topic-date {
  padding-bottom: 15px;
}
.topic-text {
  padding-top: 10px;
  font-size: 14px;
  width: 100%;
  white-space: break-spaces;
} /*         トップイベント          */ .top--event {
  padding: 0 10px;
} /*       もっと見る        */ .is-show {
  animation: fadeIn 1.5s ease; /* フェードイン用のスタイル */
}
.is-show2 {
  animation: fadeIn 1.5s ease; /* フェードイン用のスタイル */
}
.is-hidden {
  display: none;
  opacity: 0;
}
.is-hidden2 {
  display: none;
  opacity: 0;
}
.more, .more2 {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 20px 0 12px;
}
.more, .more2:hover {
  opacity: 0.8;
}
.hide, .hide2 {
  display: none;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 20px 0 12px;
}
.hide, .hide2:hover {
  opacity: 0.8;
}
#arrow-deco::before {
  content: "";
  position: absolute;
  background: url(/img/shopstore/kochouan/icon/down.png) bottom center / 38px 12px no-repeat;
  top: 100%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  display: inline-block;
  width: 50px;
  height: 18px;
}
#arrow-deco-hide::before {
  content: "";
  position: absolute;
  background: url(/img/shopstore/kochouan/icon/up.png) bottom center / 38px 12px no-repeat;
  top: 100%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  display: inline-block;
  width: 50px;
  height: 18px;
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} /*       フッター設定       */ .kochouan-footer-wrap {
  width: 100%;
  background: #fffbf6;
  padding: 19% 0;
}
.kochouan-footer-guide {
  display: block;
  width: 100%;
}
.kochouan-footer-inquire {
  display: none;
  width: 100%;
}
.content-title-left {
  border-bottom: 1px solid #505050;
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 22px;
}
.kochouan-footer-navi {
  display: block;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}
.kochouan-footer-navi li {
  margin-bottom: 25px;
  font-size: 16px;
}
.inquire-wrap {
  width: 100%;
  padding: 10% 0 0 10%;
}
.inquire-block {
  font-size: 14px;
  padding-bottom: 10%;
}
.info-number {
  color: #333;
  font-size: 22px;
  padding: 10px 0;
}
.wata-numb {
  font-size: 13px;
  display: block;
} /*ご利用ガイド/特定商取引法/会社情報等*/ .parent_box {
  width: 100%;
  margin: 0 auto;
}
.right_block {
  width: 100%;
  clear: both;
  margin: 0 auto 20px;
}
.left_block_menu {
  width: 100%;
  clear: both;
  margin: 0 auto 20px;
}
.block-mt-common {
  width: 100%;
  margin: 0 auto 20px auto;
}
.block-mt-h2 h2 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
  background-color: #eee;
  padding: 6px 10px 4px;
  margin-top: 20px;
}
.block2-mt-table table tr th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  background: #f3f3f3;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: top;
  width: 24%;
}
.block2-mt-table table tr td {
  padding: 8px 15px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  display: block;
}
.h3_heading, .block-mt-h3 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding: 5px 5px 5px 15px;
  margin: 10px 0;
  position: relative;
}
.h3_heading:before, .block-mt-h3 h3:before {
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 40%;
  background: #1c5a8f;
}
.block-mt-h4 h4 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.block-mt-h4 h4:before {
  content: "";
  height: 8px;
  width: 8px;
  left: 0;
  position: absolute;
  top: 40%;
  border-radius: 50%;
  background: #1c5a8f;
} /*ナビゲーション*/ .MAcd .title2 {
  background-color: #F5F5F5;
  padding: 11px 40px 11px 15px;
  font-size: 107%;
  font-weight: bold;
  position: relative;
}
.block-mt-common a {
  text-decoration: underline;
  color: #2B2B2B;
}
.block-mt-common a:hover {
  text-decoration: none;
}
.block-mt-accordion li {
  border-top: 1px #E6E6E6 solid;
  border-left: 1px #E6E6E6 solid;
  border-right: 1px #E6E6E6 solid;
}
.block-mt-accordion li:last-child {
  border-bottom: 1px #E6E6E6 solid;
}
.block-mt-accordion li .body {
  display: none;
  border-top: 1px #E6E6E6 solid;
  padding: 15px;
}
.MAcd .body p {
  width: 100%;
  line-height: 2em;
  text-indent: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #E6E6E6 solid;
}
/*       法人のお客さま       */
	
	p.promotion-txt{
		width: 100% !important;
		margin: 0 auto 30px;
	}
	.section {
  width: 100%;
  margin: 30px auto 5px;
}
.section a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #333333;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
.section a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.section a.btn_03:hover {
  background: #333333;
  color: #fff;
}
.section a.btn_03:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*       メディア掲載情報       */
.media-list{
		margin: 0 auto;
	}
	
	img.media-list-img{
		max-height: 250px;
		min-height: 250px;
		margin: 0 auto;
    display: block;
	}
ul.media-ul{
		
		justify-content: center;
	}
	ul.media-ul li{
		
		padding: 15px;
		position: relative;
	}
	
	p.mid-title {
    font-size: 24px;
    margin-bottom: 20px;
}
	p.date{
		position: absolute;
right: 0;
bottom: 0;
		padding: 15px;
	}
	a.detail-media-btn{
		color: #333333;
    display: block;
    width: 90%;
    padding: 12px 0;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.0;
    border: 1px solid #333333;
    border-radius: 4px;
    background: #FFF;
    text-decoration: none;
	}
	.detail-media{
		line-height: 1;
    max-height: none;
    max-width: none;
	}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .kochouan-header-wrap {
    background: #fffbf6;
  }
  #header {
    position: fixed;
    z-index: 999;
    height: 130px;
  }
  .HeightMin {
    position: fixed;
    z-index: 9999;
    height: 73px !important;
    animation: DownAnime 1s forwards;
    overflow: hidden;
    box-shadow: 0 2px 10px #d5d5d5;
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #gnav {
    z-index: 9999;
    position: fixed;
  }
  #header .inner #logo {
    display: flex;
    margin-left: 30px;
  }
  .logo_text {
    align-items: flex-end;
    display: flex;
    margin-left: 10px;
  }
  .kochouan-header-sns li {
    padding-right: 15px;
  }
  .kochouan-header-sns :last-child {
    padding-right: 0px;
  }
  .kochouan-header-globalnav {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    align-items: center;
    width: 95%;
    border-top: 1px solid #cdcdcd;
  }
  .kochouan-header-globalnav li {
    padding: 15px 20px;
    display: flex;
    font-size: 14px;
    align-items: center;
  }
  .event-block, .item-block {
    width: 95%;
    margin: 0 auto;
  }
  .event-block-content {
    width: 33.3%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 0;
  }
  .item-block-content {
    margin-bottom: 5px;
  }
  .cate-block {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    margin: 0 auto;
    padding-top: 35px;
    letter-spacing: 8px;
    width: 550px;
  }
  #cate-large {
    font-size: 20px;
    margin-left: 25px;
  }
  .cate-small {
    font-size: 16px;
    margin: 40px 10px 0 0px;
  }
  #last-cate {
    margin-left: 40px
  }
  .cate-img {
    display: none;
  }
  .topic-block-content {
    width: 25%;
    width: -webkit-calc(100% / 5px);
    width: calc(100% / 4);
  } /*       フッター設定       */ .content-title-left {
    width: 80%;
  }
  .kochouan-footer-wrap {
    width: 100%;
    background: #fffbf6;
    padding-bottom: 70px;
  }
  .kochouan-footer-guide {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .kochouan-footer-inquire {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .kochouan-footer-navi {
    display: flex;
    width: 95%;
    padding: 50px 0 15px 0px;
    max-width: 600px;
  }
  .kochouan-footer-navi li {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding-bottom: 30px;
  }
  .inquire-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    padding: 10% 0 0 0%;
  }
  .inquire-block {
    display: inline-block;
    font-size: 14px;
  }
  #tel-cont {
    width: 30%;
  }
  #net-cont {
    width: 34%;
  }
  #mail-cont {
    width: 36%;
  }
  .info-number {
    font-size: 22px;
    padding: 10px 0;
  }
  .wata-numb {
    font-size: 13px;
  }	
}
@media only screen and (max-width:599px) {
  .kochouan-header-globalnav {
    display: none;
  } /*       特集,新商品       */ .event-block-content, .item-block-content {
    font-size: 0;
  } /*          カテゴリ           */ #cate {
    padding-bottom: 50px;
  }
  #cate-large {
    display: none;
  }
  .cate-block {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    width: 100%;
  }
  .cate-block-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 33.3%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    text-align: center;
    padding-bottom: 40px;
  }
  #cate-large {
    font-size: 20px;
    width: 100%;
  }
  .cate-small {
    font-size: 16px;
    padding-top: 8px;
  }
  .cate-img {
    max-width: 75px;
    margin: 0 auto;
  }
  .kochouan-footer-navi {
    padding: 5% 0 0 10%;
  }
}






/*2024年5月改修パーツ----------------------------*/
	.kochouan-header-logo-img{width: 225px;}
	
	/*全体*/
	.block-bottom-nav{display: none;}
	main.kochouan_main_block{
		max-width: 1200px;
		margin: 0 auto;
	}
	h2.kochouan_h2_title{
		font-size: 18px;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
		margin-top: 60px;
		margin-bottom: 20px;
	}
	h2.kochouan_h2_title02{
		font-size: 18px;
		text-align: center;
		padding-top: 40px;
		margin: 0;
	}
	/*スライドショー追記*/
	ul.block-top-slider-contents{
		width: 100vw;
		height: auto;
		margin: 0 calc(50% - 50vw);
	}
	.block-top-slider-contents .slick-dots li {
		width: 15px;
	}
	.block-top-slider-contents .slick-dots li button {
		border: none!important;
		background-color: #DDDDDD;
	}
	/*重要なお知らせ*/
	#kochouan_info{
		background-color: #f8f8f8;
		padding: 10px;
	}
	ul.kochouan_info-list > li{
		margin: 5px;
	}
	ul.kochouan_info-list > li a{
		display: inline;
		text-decoration: underline;
	}
	/*イントロダクション----生大福*/
	.kochouan_intro_box{
		 margin-top: 20px;
		display: flex;
		flex-flow: column;
		position: relative;
		padding-bottom: 60px;
	}
	/*.kochouan_intro_box figure{
		margin: 0 auto;
		width: 80%;
	}*/
	.kochouan_intro_title span{
		display: block;
		font-size: 13px;
		margin-left: 5px;
	}
	.kochouan_intro_title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.kochouan_intro_text{
		font-size: 13px;
		margin-left: 5px;
	}
	.kochouan_intro_link{
		text-align: center;
		position: absolute;
		bottom: 5px;
		right: 0;
	}
	.kochouan_intro_link a{
		display: inline-block;
		border: 1px solid #333;
		border-radius: 5px;
		margin-left: 5px;
		padding: 10px 40px 10px 20px;
		text-decoration: none;
		position: relative;
	}
	.kochouan_intro_link a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		transition: right 0.3s ease;
	}
	/*定番セット*/
	a.long_seller_item{
		margin-top: 50px;
		display: flex;
		flex-flow: column;
		border: 1px solid #D9D9D9;
		text-decoration: none;
	}
	a.long_seller_item:hover{
		opacity: 0.7;
	}
	a.long_seller_item div{
		width: 100%;
		padding: 10px;
	}
	a.long_seller_item img{
		vertical-align: top;
	}
	.long_seller_title span{
		display: block;
		font-size: 12px;
		margin-bottom: 2px;
	}
	.long_seller_title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.lomg_seller_text{
		display: none;
	}
	.lomg_seller_linktext{
		font-size: 12px;
		text-align: right;
		position: relative;
		padding-right: 10px;
	}
	.lomg_seller_linktext:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: 0px;
    bottom: 0;
    margin: auto;
	}
	/*季節のおすすめ*/
	ul.kochouan_season-info-list{
		display: flex;
		flex-flow: wrap;
	}
	ul.kochouan_season-info-list > li{
		width: calc((100% / 2) - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		box-shadow: 1px 2px 5px 0px rgb(225 225 225 / 40%)
	}
	ul.kochouan_season-info-list > li:nth-child(2n){
		margin-right: 0;
	}
	ul.kochouan_season-info-list > li img{
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	/*用途に合わせて*/
	ul.kochouan_scene-list{
		display: flex;
		flex-flow: wrap;
	}
	ul.kochouan_scene-list > li{
		width: calc((100%/2) - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px solid #ededed;
		text-align: center;
		padding: 5px;
		box-shadow: 1px 2px 5px 0px rgb(225 225 225 / 40%)
	}
	ul.kochouan_scene-list > li img{
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	ul.kochouan_scene-list > li:nth-child(2n){
		margin-right: 0;
	}
	ul.kochouan_scene-list > li span{
	margin-top: 5px;
	display: block;
	color: #333333;
	font-size: 14px;
	}
	#kochouan_scene .readmore{
	margin: 10px auto 0px;
	border: none;
	outline: 0;
	cursor: pointer;
	background: none;
	letter-spacing: 0.1em;
	display: flex;
	flex-flow: column;
	align-items: center;
	}
	#kochouan_scene .readmore_arrow {
	display: block;
	position: relative;
	width: 40px;  
	height: 40px; 
	border-radius: 50%; 
	border: 1px solid #959595;
	transition: color 0.3s ease, border-color 0.3s ease;
	margin-bottom: 5px;
	}
	#kochouan_scene .readmore_arrow:before {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border: solid 1px #333;
		border-width: 1px 1px 0 0; 
		transform: rotate(135deg);
		position: absolute;
		top: -5px;
		right: 0px;
		left: 0px;
		bottom: 0px;
		margin: auto;
		transition: transform 0.3s ease, top 0.3s ease;
		/*animation: arrowmove 2s ease-in-out infinite;*/
	}
		/*@keyframes arrowmove{
		  0%{bottom:1%;}
		  50%{bottom:20%;}
		 100%{bottom:1%;}}*/
	#kochouan_scene .readmore_arrow:hover:before {top: 5px;}
	#kochouan_scene .readmore.on-click .readmore_arrow:before {transform: rotate(-45deg);top: 5px;}
	#kochouan_scene .readmore.on-click .readmore_arrow:hover:before {top: 0px;}
	#kochouan_scene .readmore .open {display: block;}
	#kochouan_scene .readmore.on-click .open {display: none;}
	#kochouan_scene .readmore .close {display: none;}
	#kochouan_scene .readmore.on-click .close {display: block;}
	/*のし・ギフト仕様*/
	.kochouan_gift_block{
		border: 1px solid #D9D9D9;
		margin: 70px auto;
		padding: 10px;
		width: 100%;
	}
	.gift_block_flex-box{
		display: flex;
		flex-flow: column;
		position: relative;
		padding: 0px 10px 60px;
	}
	.gift_block_flex-box > div{
		margin: 20px auto;
	}
	.kochouan_gift_link{
		text-align: center;
		position: absolute;
		bottom: 3px;
		right: 0;
		left: 0;
	}
	.kochouan_gift_link a{
		display: inline-block;
		border: 1px solid #333;
		border-radius: 5px;
		margin-left: 5px;
		padding: 10px 40px 10px 20px;
		text-decoration: none;
		position: relative;
	}
	.kochouan_gift_link a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		transition: right 0.3s ease;
	}
	/*価格から探す*/
	#kochouan_search-price > ul{
		display: flex;
		flex-flow: wrap;
	}
	#kochouan_search-price > ul > li{
		width: 80%;
		margin: 0 auto 20px;
	}
	#kochouan_search-price > ul > li > a{
		display: inline-block;
		border: 1px solid #333;
		border-radius: 5px;
		padding: 10px 40px 10px 20px;
		text-decoration: none;
		position: relative;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#kochouan_search-price > ul > li > a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		margin: auto;
		transition: right 0.3s ease;
	}
	/*カテゴリから探す*/
	.search-category_list{
		padding-left: 20px;
		display: block;
		margin: 0 auto;
		padding-top: 5px;
		letter-spacing: 5px;
		color: #333;
		}
		.search-category_list a{
			text-decoration: none;
		}
		.search-category_list dt{
			font-size: 18px;
		}
		.search-category_list dt:not(:first-child){
			margin-top: 40px;
		}
		.search-category_list dd {
			font-size: 14px;
			margin: 20px 25px 0px 0px;	
		}
/*ランキング*/
	.block-top-event--header.block-top-event--header-ranking{
		font-size: 18px;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.block-ranking-r .block-ranking-r--items li{margin-bottom: 0px;}
	.block-ranking-r .block-ranking-r--items li .block-ranking-r--goods-image .block-ranking-r--rank {
		border-radius: 50%;
	}
	.block-ranking-r .block-ranking-r--items .slick-dots li button::before {
			width: 8px;
			height: 8px;
	}
	.block-ranking-r .block-ranking-r--items .slick-dots li.slick-active button:before {
		background-color: #333;
	}

/*visumo：Instagram*/
.ecbn-selection-wrapper .ecbn-selection-title, .ecbn-selection-page-wrapper .ecbn-selection-title{
	border-bottom: 1px solid #D9D9D9!important;
}
.ecbn-selection-page-wrapper .ecbn-selection-title, .ecbn-selection-wrapper .ecbn-selection-title {
	font-size: 18px!important;
}
.ecbn-selection-page-wrapper .ecbn-selection-title img, .ecbn-selection-wrapper .ecbn-selection-title img {
	width: 20px!important;height: auto!important;
}
.ecbn-selection-description.vsm-selection-description span{
	font-size: 14px
}
/*お知らせ*/
.block-top-topic--header{
		font-size: 20px;
		text-align: center;
		border-bottom: 1px solid #D9D9D9;
		background: none;
		font-weight: bold;
		padding: 0px 0px 15px;
		margin: 60px 0px 20px;
}
.block-top-topic--items li{
	border-bottom: none!important;
	padding: 10px 0px;
}
	.block-top-topic--items li:first-of-type {
		border: none!important;
	}
.block-top-topic--next-page{
	position: relative;
	display: block;
	text-align: right;
}
.block-top-topic--next-page a {
	display: inline-block;
	border: 1px solid #333333;
	padding: 10px 40px 10px 20px;
	border-radius: 5px;
	margin-left: 5px;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
}
.block-top-topic--next-page a:hover{
	opacity: 0.7;
	border: 1px solid #333333;
}
.block-top-topic--next-page a::after{
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		transition: right 0.3s ease;
}
	.block-top-topic--next-page a:hover{opacity: 0.7;}
	.block-top-topic--next-page a:hover::after{right: 15px;}

/*最近チェックしたアイテム*/
.page-category h2.block-recent-item--header{
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		padding:0 0 15px;
		border-bottom: 1px solid #D9D9D9;
		margin-top: 80px;
		margin-bottom: 40px;
		background: none;
		border-top:none!important;
}
/*キャンペーン*/
#kochouan_top-campaign .kochoan_top-campaign-list{
		display: flex;
		flex-flow: wrap;
}
	.kochoan_top-campaign-list > li{
		width: calc((100%/2) - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
		.kochoan_top-campaign-list > li:nth-child(2n){
			margin-right: 0;
		}
#kochouan_top-campaign .no_campaign{
	text-align: center;
}

/*特集*/
#kochouan_top-feature .kochoan_top-feature-list{
		display: flex;
		flex-flow: wrap;
}
	.kochoan_top-feature-list > li{
		width: calc((100%/2) - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
		.kochoan_top-feature-list > li:nth-child(2n){
			margin-right: 0;
		}


/*メディア掲載情報ページ*/
main.kochoan_media-archive{
			margin: 0 auto 100px;
		}
		.kochoan_media-archive_intro h2{
			margin-top: 20px;
			font-size: 20px;
			text-align: center;
			padding:0 0 15px;
			border-bottom: 1px solid #D9D9D9;
			background: none;
			font-weight: bold;
		}
		.kochoan_media-archive_intro p{
			text-align: left;
			line-height: 2em;
		}
		.kochoan_media-archive_intro a,.kochoan_media-archive_block a{
			text-decoration: underline;
			display: inline;
			color: #006bc4;
		}
		.kochoan_media-archive_intro a,.kochoan_media-archive_block a:hover{
			opacity: 0.7;
		}
		.kochoan_media-archive_block{
			margin-top: 40px;
		}
		.kochoan_media-archive-list {
			display: flex;
			flex-flow: column;
		}
		.kochoan_media-archive-list > li{
			width: 100%;
			margin-bottom: 15px;
			border: 1px solid #ededed;
			padding: 10px;
			transition: all 0.4s ease 0s;
			opacity: 1;
			position: relative;
		}
		#kochouan_media-top-archive .kochoan_media-archive-list div > div > li{/*トップページのみ*/
			width: 100%;
			border: 1px solid #ededed;
			padding: 20px;
			transition: all 0.4s ease 0s;
			opacity: 1;
			position: relative;
		}
		.kochoan_media-archive-list li figure{
			position: relative;
			overflow: hidden;
			background-color: #f7f7f7;
			min-height: 250px;
		}

		.kochoan_media-archive-list li figure img{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: auto;
			height: 90%;
			object-fit: cover;
		}
		.kochoan_media-archive-list li div p.archive-title{
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 10px;
			margin-top: 20px;
			min-height: 50px;
		}
		.kochoan_media-archive-list li div p.archive-text{
			margin-bottom: 20px;
			font-size: 14px;
			
		}
		#kochouan_media-top-archive .kochoan_media-archive-list li div p.archive-text{/*トップページのみ*/
		min-height: 100px;
		}
		.kochoan_media-archive-list li div p.archive-date{
			text-align: right;
			font-size: 14px;
			color: #959595;
			position: absolute;
			bottom: 10px;
			right: 10px;
		}
		.kochoan_media-archive-list li.is-hidden {
			opacity: 0;
			height: 0;
			margin: 0;
			padding: 0;
		}
		.kochoan_media-archive .archive-list-more {
			text-align: center;
		}
		.kochoan_media-archive .archive-list-more button {
			display: inline-block;
			border: 1px solid #333;
			border-radius: 5px;
			margin-left: 5px;
			padding: 10px 40px 10px 20px;
			text-decoration: none;
			position: relative;
			cursor: pointer;
			background: #FFF;
		}
		.kochoan_media-archive .archive-list-more button:hover{opacity: 0.7;}
		.kochoan_media-archive .archive-list-more button:after {
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: solid 1px #333;
			border-right: solid 1px #333;
			transform: rotate(135deg);
			position: absolute;
			top: 0;
			right: 20px;
			bottom: 0;
			margin: auto;
			transition: bottom 0.3s ease;
		}
		.kochoan_media-archive.archive-list-more button:hover:after{
			top: 5px;
		}
/*メディア掲載：トップのスライドショー;*/
#kochouan_media-top-archive .kochoan_media-archive-list .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 15px;
}
	#kochouan_media-top-archive .kochoan_media-archive-list .slick-dots li {
		width: 15px;
		height: 5px;
		background: none;
		opacity: 1;
		margin: 0px 2px;
	}
	#kochouan_media-top-archive .kochoan_media-archive-list .slick-dots li button {
		position: relative;
		width: 5px;
		height: 5px;
		margin: 0 10px;
		border-radius: 50px;
		border: none;
		padding: 4px;
		background-color: #DDDDDD;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#kochouan_media-top-archive .kochoan_media-archive-list .slick-dots > li.slick-active button {
		background: #333;
	}

/*矢印の設定*/
#kochouan_media-top-archive .slick-prev, #kochouan_media-top-archive .slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 15px;
	width: 15px;
}
#kochouan_media-top-archive .slick-prev {
	left:2.5%;
	transform: rotate(-135deg);
	}
#kochouan_media-top-archive .slick-next {
	right:2.5%;
	transform: rotate(45deg);
	}

/*メディア掲載：トップのリンクボタン*/
.kochouan_media_link{
	text-align: right;
	margin-top: 20px;
}
.kochouan_media_link a{
		display: inline-block;
		border: 1px solid #333;
		border-radius: 5px;
		margin-left: 5px;
		padding: 10px 40px 10px 20px;
		text-decoration: none;
		position: relative;
	}
	.kochouan_media_link a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		transition: right 0.3s ease;
	}
	.kochouan_media_link a:hover{opacity: 0.7;}
	.kochouan_media_link a:hover:before{right: 15px;}