﻿/* 全体設定*/ body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #333;
  font-weight: 500;
}
.block-headernav--cart-count {
  left: -20px !important;
  width: 20px !important;
}
li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #333;
}
#block_of_category {
  display: none;
} /* スライダー設定 */ .block-top-slider-contents {
  height: auto;
  overflow: hidden;
}
.block-top-slider-contents li.slick-slide {
  padding: 0;
}
.slick-slide img {
  width: 100%;
}
.slick-list {
  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;
} /*      ヘッダー内カテゴリ・検索窓変更CSS     */ input.block-global-search--keyword:hover, input.block-global-search--keyword {
  border: 1px solid #BBBBBB;
  border-right: 0;
}
#kochouan-search-header {
  width: 100%;
}
.block-headernav-link--btn {
  height: 35px;
  line-height: 35px;
  background: #4c4c4c;
}
.block-global-search {
  width: 365px;
  margin-left: 20px;
}
.block-global-search form {
  height: 35px;
  padding-right: 95px;
}
input.block-global-search--keyword {
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
button.block-global-search--submit {
  line-height: 35px;
  font-size: 14px;
  background-color: #4c4c4c;
  background-size: 17px;
  background-position: left 10px center;
  width: 95px;
}
button.block-global-search--submit:hover {
  background-color: #7e7e7e !important;
} /*       ヘッダー設定       */ .block-header-bottom {
  background: none;
}
.kochouan-header-wrap {
  background: #fffbf6;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 140px;
}
.HeightMin {
  position: fixed;
  z-index: 9999; /*最前面へ*/ height: 70px;
  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);
  }
}
.kochouan-header-wrap a {
  color: #333;
}
.kochouan-header {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #bbb;
}
.kochouan-header-logo {
  background: none;
  margin: 0;
  padding: 0 5% 0 0;
  font-size: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.kochouan-header-logo::after {
  content: "Online shop";
  position: absolute;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  font-weight: 400;
  left: 90%;
  font-size: 22px;
  font-family: serif;
  width: 150px;
  height: 20px;
  color: #333;
}
.kochouan-navi-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.kochouan-header-globalnav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
}
.kochouan-header-globalnav li {
  padding: 15px 10px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.kochouan-header-globalnav li:nth-child(1) {
  padding-left: 0;
}
.kochouan-header-globalnav li:nth-child(4) {
  padding-right: 20px;
}
.kochouan-header-sitenav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.kochouan-header-sitenav ul {
  display: flex;
}
.kochouan-header-usernav {
  align-items: center;
}
.kochouan-header-usernav li {
  padding: 0 25px;
  display: flex;
}
.kochouan-header-usernav li:last-child {
  padding-right: 0;
}
.kochouan-header-usernav li a {
  display: block;
  position: relative;
  padding-left: 29px;
  height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.kochouan-header-usernav li p {
  display: flex;
  position: relative;
  height: 30px;
  align-items: center;
}
.kochouan-header-usernav--entry a {
  background-image: url(/img/shopstore/kochouan/icon/entry.png);
}
.kochouan-header-usernav--cart a {
  background-image: url(/img/shopstore/kochouan/icon/cart.png);
}
.kochouan-header-usernav--favorite a {
  background-image: url(/img/shopstore/kochouan/icon/favorite.png);
}
.kochouan-header-usernav--login a {
  background-image: url(/img/shopstore/kochouan/icon/login.png);
}
.kochouan-header-usernav--logout a {
  background-image: url(/img/shopstore/kochouan/icon/exit.png);
}
.kochouan-header-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.kochouan-header-sns img {
  width: 25px;
}
.kochouan-header-sns li {
  padding: 10px;
  display: flex;
  font-size: 0;
  align-items: center;
}
.kochouan-header-sns li:last-child {
  padding-right: 0;
} /*         トップページ設定          */ .kochouan-main-block {
  color: #333;
}
.content-block {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.content-title {
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  padding-bottom: 14px;
  margin: 50px 0 35px;
} /*         お知らせ         */ #news {
  font-size: 18px;
}
.news-block-content div {
  display: inline-block;
  font-size: 16px;
}
.news-block-content {
  width: 575px;
  margin: 0 auto 20px;
}
.news-block-date {
  width: 15%;
  vertical-align: top;
}
.news-block-text {
  width: 84%;
  vertical-align: top;
} /*       もっと見る        */ .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: 13px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}
.more, .more2:hover {
  opacity: 0.8;
}
.hide, .hide2 {
  display: none;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}
.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;
  }
} /*       共通       */ .event-block, .item-block, .topic-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
} /*       特集       */ .event-block-content {
  padding: 0 55px 40px 0;
  font-size: 0;
}
.event-img {
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 5%) 4px 4px 9px 0px;
}
.event-block-content:nth-child(3n) {
  padding-right: 0;
} /*          新商品           */ .item-block-content {
  padding-right: 10px;
  padding-bottom: 35px;
  font-size: 0;
  width: 50%;
}
.item-block-content:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0;
} /*          お知らせ           */ .topic-block-content {
  padding: 0 10px;
  font-size: 16px;
  width: 20%;
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
}
.topic-date {
  padding-bottom: 15px;
}
.topic-text {
  padding-top: 10px;
	font-size: 14px;}
.cate-block {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  padding-top: 35px;
  letter-spacing: 8px;
  width: 800px;
}
.cate-large {
  font-size: 20px;
  margin-left: 25px;
}
.cate-small {
  font-size: 16px;
  margin: 20px 25px 0 0px;
}
#last-cate {
  margin-left: 130px
}  /*       フッター設定       */ .kochouan-footer-wrap {
  width: 100%;
  background: #fffbf6;
  padding-bottom: 70px;
}
.kochouan-footer-guide {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.kochouan-footer-inquire {
  display: none;
  width: 1200px;
  margin: 0 auto;
}
.content-title-left {
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  text-align: left;
  font-size: 24px;
  padding: 70px 0 15px 70px;
  margin: 0px 0 50px;
}
.kochouan-footer-navi {
  display: flex;
  margin: 0 auto;
  width: 1100px;
  flex-wrap: wrap;
}
.kochouan-footer-navi li {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding-bottom: 40px;
  padding-left: 70px;
  font-size: 16px;
}
.inquire-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: center;
  margin: 0 auto;
}
.inquire-block {
  display: inline-block;
  font-size: 14px;
}
#tel-cont {
  width: 27%;
}
#net-cont {
  width: 36%;
}
#mail-cont {
  width: 33%;
}
.info-number {
  font-size: 22px;
  padding: 10px 0;
}
.wata-numb {
  font-size: 13px;
} /*ご利用ガイド/特定商取引法/会社情報等*/ .parent_box {
  width: 1200px;
  margin: 0 auto;
}
.right_block {
  width: 78%;
  float: right;
}
.left_block_menu {
  width: 17%;
  float: left;
  margin-left: 10px;
  margin-top: 50px;
}
.block-mt-common.wide {
  max-width: 1000px;
}
.block-mt-common {
  margin: 0 auto 40px auto;
}
.block-mt-h2 h2 {
  margin: 20px 0;
  font-size: 171%;
  font-weight: bold;
  background-color: #eee;
  padding: 6px 10px 4px;
  margin-top: 50px;
}
.block2-mt-table table {
  width: 100%;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin: 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.block2-mt-table table tr th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 15px;
  background: #f3f3f3;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: top;
}
.block2-mt-table table tr td {
  font-size: 14px;
  padding: 8px 15px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: top;
}
.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;
}
.page_common_table_ p {
  margin-bottom: 30px;
}
.page_common_table_ ol {
  margin-bottom: 30px;
} /*ナビゲーション*/ .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;
}
/*       フッターバナー設定       */
.greeting_area {
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }
  .greeting_in {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 0;
    text-align: center;
	display: flex;
	justify-content: center;
  }
  .greeting_in a {
    color: #e3871c;
    font-size: 16px;
    font-weight: bold;
  }
  .greeting_in a:hover {
    text-decoration: underline;
  }
	.sphead_slider-img{
		padding: 0 20px;
	}
/*       法人のお客さま設定       */
    .current div.title {
        background-color: #e6e6e6;
    }

    .current div.body {
        display: block;
    }

    .pane-main {
        margin-top: 0 !important;
    }
	img.promotion-topimg{
		display: block;
		margin: 0 auto;
	}
	p.promotion-txt{
		width: 45%;
		margin: 0 auto 30px;
	}
	.section {
  width: 45%;
  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{
		width: 60%;
		margin: 0 auto;
	}
	 img.media-list-img{
		max-height: 250px;
		min-height: 250px;
		margin: 0 auto;
    display: block;
	}
	
	ul.media-ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.media-ul li{
		width: 45%;
		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: 225px;
    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;
	}
/*          ブランド説明           */
.brand{
		margin: 0 auto;
		position: relative;
		padding: 32% 0 0 0;
		
	}
	p.brand-tex{
		-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
		writing-mode: vertical-rl;
    margin: 30px auto;
    line-height: 2em;
		position: absolute;
		top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	}
	.brand img.matya-back{
		    width: 20%;
    position: absolute;
    right: 46%;
    top: 63%;
		
	}
	/*ボタンここからーーーーーーーーーーーーーーーーーー*/
	
	
 a.btn_03 {
  margin: 80px 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 261px;
    /* position: relative; */
    border: 1px solid #7b7b7b;
    box-sizing: border-box;
    padding: 0px 9px;
    color: #7b7b7b;
    font-size: 12px;
    /* letter-spacing: 0.1em; */
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

 a.btn_03:hover {
  background: #E1E1E1;
  color: #303032;
}


/*2024年5月改修パーツ----------------------------*/

	.kochouan-header-logo-img{ width: 225px;}
	
	/*全体*/
	main.kochouan_main_block{
		max-width: 1200px;
		margin: 0 auto;
	}
	h2.kochouan_h2_title{
		font-size: 24px;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
		margin-top: 160px;
		margin-bottom: 40px;
	}
	h2.kochouan_h2_title02{
		font-size: 24px;
		text-align: center;
		padding-top: 50px;
		margin: 0;
	}
	/*スライドショー追記*/
	ul.block-top-slider-contents{
		width: 100vw;
		height: auto;
		margin: 0 calc(50% - 50vw);
	}
	.block-top-slider-contents .slick-dots {
		padding: 10px 0 20px;
	}
	.block-top-slider-contents .slick-dots li{
		width: 15px;
		height: 20px;
	}
	.block-top-slider-contents .slick-dots li button {
		border: none!important;
		background-color: #DDDDDD;
	}
	/*重要なお知らせ*/
	#kochouan_info{
		background-color: #f8f8f8;
		padding: 15px;
	}
	ul.kochouan_info-list  > li{
		margin: 5px 10px;
	}
	ul.kochouan_info-list  > li a{
		display: inline;
		text-decoration: underline;
	}
	ul.kochouan_info-list  > li a:hover{opacity: 0.7;}
	/*トップメニュー*/
	#kochouan_top-menu > ul{
		display: flex;
		flex-flow: wrap;
		margin: 80px auto 40px;
		padding-bottom: 50px;
	}
	#kochouan_top-menu > ul > li{
		width: calc(100%/5);
		text-align: center;
		border-left: 1px solid #D9D9D9;
	}
		#kochouan_top-menu > ul > li:last-child{
		border-right: 1px solid #D9D9D9;
		}
	#kochouan_top-menu > ul > li a:hover{opacity: 0.7;}
	.dli-chevron-down {
		display: inline-block;
		vertical-align: middle;
		color: #333;
		line-height: 1;
		width: 6px;
		height: 6px;
		border: 1px solid #333;
		border-left: 0;
		margin-right: 10px;
		margin-bottom: 2px;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: transform 0.3s ease, margin-bottom 0.3s ease;
	}
	#kochouan_top-menu > ul > li a:hover .dli-chevron-down {
		margin-bottom: -4px;
	}
	/*イントロダクション----生大福*/

	.kochouan_intro_box{
		display: flex;
		flex-flow: wrap;
		justify-content: flex-end;
		align-items: center;
	}
	.kochouan_intro_box div{
		margin-left: 40px;
	}
	.kochouan_intro_title span{
		display: block;
		font-size: 14px;
		margin-left: 5px;
	}
	.kochouan_intro_title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.kochouan_intro_text{
		font-size: 14px;
		margin-left: 5px;
		margin-bottom: 25px;
	}
	.kochouan_intro_box figure{
		text-align: right;
	}
	.kochouan_intro_box figure img{
		width: 90%;
		}
	.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:hover{opacity: 0.7;}
	.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;
	}
	.kochouan_intro_link a:hover:before{
		right: 15px;
	}
	/*定番セット*/
	a.long_seller_item{
		display: flex;
		margin: 0 auto;
		width: 93%;
		align-items: center;
		border: 1px solid #D9D9D9;
		text-decoration: none;
	}
	a.long_seller_item:hover{
		opacity: 0.7;
	}
	a.long_seller_item div{
		width: 50%;
		padding: 12px 30px;
	}
	a.long_seller_item img{
		vertical-align: top;
	}
	.long_seller_title span{
		display: block;
		font-size: 14px;
		margin-bottom: 2px;
	}
	.long_seller_title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.lomg_seller_text{
		font-size: 14px;
	}
	.lomg_seller_linktext{
		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: 0;
    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%/4) - 15px);
		margin-right: 20px;
		margin-bottom: 20px;
		box-shadow: 1px 2px 5px 0px rgb(225 225 225 / 40%)
	}
	ul.kochouan_season-info-list > li:nth-child(4n){
		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%/4) - 15px);
		margin-right: 20px;
		margin-bottom: 20px;
		border: 1px solid #ededed;
		text-align: center;
		padding: 10px;
		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(4n){
		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{
			padding-top: 160px;
		}
	.kochouan_gift_block{
		border: 1px solid #D9D9D9;
		margin: 0px auto;
		max-width: 80%;
	}
	.gift_block_flex-box{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 50px;
	}
	.kochouan_gift_link{
		text-align: right;
		margin-top: 30px;
	}
	.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_gift_link a:hover{opacity: 0.7;}
	.kochouan_gift_link a:hover:before{right: 15px;}
	/*価格から探す*/
	#kochouan_search-price > ul{
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}
	#kochouan_search-price > ul > li{
		width: calc((100%/6) - 17px);
		margin-right: 20px;
	}
	#kochouan_search-price > ul > li:last-child{
		margin-right: 0px;
	}
	#kochouan_search-price > ul > li > a{
		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;
	}
	#kochouan_search-price > ul > li > a:hover{opacity: 0.7;}
	#kochouan_search-price > ul > li > a:hover:before{right: 25px;}
	/*カテゴリから探す*/
	.search-category_list{
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			display: block;
			margin: 0 auto;
			padding-top: 35px;
			letter-spacing: 8px;
			width: 800px;
			color: #333;
		}
		.search-category_list a{
			text-decoration: none;
		}
		.search-category_list a:hover{opacity: 0.7;}
		.search-category_list dt{
		font-size: 20px;
		margin-left: 25px;
		}
		.search-category_list dt:not(:first-child){
			margin-right: 130px;
		}
		.search-category_list dd {
		font-size: 16px;
		margin: 20px 25px 0px 0px;
		}
/*ランキング*/
	.block-top-event--header.block-top-event--header-ranking{
		font-size: 24px;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px solid #D9D9D9;
		padding-top: 160px;
		margin-bottom: 40px;
	}
	.block-top-event--goods .block-ranking-r{
		margin-bottom: 160px;
	}
	.block-ranking-r dl::after {
		border-radius: 50%;
	}
/*visumo：Instagram*/
.ecbn-selection-wrapper .ecbn-selection-title, .ecbn-selection-page-wrapper .ecbn-selection-title{
	border-bottom: 1px solid #D9D9D9!important;
}

/*お知らせ*/
.block-top-topic--header{
		font-size: 24px;
		text-align: center;
		padding:0 0 15px;
		border-bottom: 1px solid #D9D9D9;
		padding-top: 160px;
		margin-bottom: 40px;
		background: none;
		font-weight: bold;
}
.block-top-topic--items li{
	border-bottom: 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: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;
}
	.block-top-topic--next-page a:hover{opacity: 0.7;}
	.block-top-topic--next-page a:hover:before{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% / 4) - 15px);
		margin-right: 20px;
		margin-bottom: 15px;
	}
		.kochoan_top-campaign-list > li:nth-child(4n){
			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% / 4) - 15px);
		margin-right: 20px;
		margin-bottom: 15px;
	}
		.kochoan_top-feature-list > li:nth-child(4n){
			margin-right: 0;
		}

/*メディア掲載情報ページ*/
main.kochoan_media-archive{
			max-width: 1200px;
			margin: 0 auto 100px;
		}
		.kochoan_media-archive_intro h2{
			margin-top: 80px;
			font-size: 24px;
			text-align: center;
			padding:0 0 15px;
			border-bottom: 1px solid #D9D9D9;
			background: none;
			font-weight: bold;
		}
		.kochoan_media-archive_intro p{
			text-align: center;
			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: 80px;
		}
		.kochoan_media-archive-list {
			display: flex;
			flex-flow: wrap;
		}
		.kochoan_media-archive-list > li{
			width: calc((100% / 4) - 12px);
			margin-right: 15px;
			margin-bottom: 15px;
			border: 1px solid #ededed;
			padding: 10px;
			transition: all 0.4s ease 0s;
			opacity: 1;
			position: relative;
		}
		.kochoan_media-archive-list > li:nth-child(4n){
			margin-right: 0;
		}
		.kochoan_media-archive-list > li > figure{
			position: relative;
			overflow: hidden;
			height: 170px;
			background-color: #f7f7f7;
		}
		.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: 10px;
			min-height: 50px;
		}
		.kochoan_media-archive-list > li div p.archive-text{
			margin-bottom: 20px;
			font-size: 14px;
			
		}
		.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_link{
	text-align: right;
}
.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;}