a.cp_btn {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #6f6f6f;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 160px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:after {
	top: 0;
	left: 0;
}

/** トップ > 共通**/
#top {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* height: 100%; */
  height: auto;
  width: 100%;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;

}
.section-title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  padding: 3px 0;
  letter-spacing: .5px;
  font-weight: 500;
  background-color: #ffffff;
  color:#696969 ;
}
.section-sub-title {
  text-align: center;
  font-size: 12px;
  padding: 0 0 15px 0;
  letter-spacing: px;
  font-weight: lighter;
  margin:0;
}

.sec {
  width: 100%;
}
.flex-item .fc-b {
  color: #232323;
}
.fc-g {
  color: #787878;
}
.flex-item  .fc-w {
  color: #fff;
}
.flex-item  .fs-10 {
  font-size: 10px;
}

.flex-item  .fs-12 {
  font-size: 12px;
}
.flex-item  .fs-15 {
  font-size: 15px;
}
.flex-item-bottom .tab-item-price {
  font-size: 16px;
  letter-spacing: .5px;
}
/** slideshow-section **/


/* スクロールダウン */
.scrolldown {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 25px;
  z-index: 2;
  padding: 10px 10px 105px;
  letter-spacing: .5px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .5px;
  text-decoration: none;
}
.scrolldown::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  background: #fff;
}
.scrolldown::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, .4);
}
.scrolldown::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.resizeimage img { width: 100%; }
/* 新着商品 */
#pickup-section {
  margin-top: 0px;
  z-index: 99;
  padding: 0px 0 10px 0;
  background: #ffffff;
}
.pickup-slider {
  display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.slick-initialized {
  padding: 0;
  margin: 0;
}
.pickup-inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
  top:0;
  left:0;
}
.pickup-item {
  list-style: none;
  padding:　0 25px;
  margin: 10px 0 0 0;
  background: #fff;
  width: 100%;
  position: relative;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  padding: 2px;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.next-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 2px;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pickup-img img {
  width: 70%;
}
.pickup-item a {
  color: black;
}

.pickup-item-name {
  font-size: 15px;
  padding: 15px 0 5px 0;
  text-align:center;
  margin: 0 auto;
  font-weight:500;
  color: #696969;
}

.pickup-item-brand {
  font-weight:bold;
  font-size: 13px;
  padding: 3px 25px;
  text-align:center;
  width:calc(100% - 50px);
  margin: 0 auto;

}
.pickup-item-ex {
  padding: 5px 25px;
  font-size: 75%;
  text-align:center;
  width:calc(100% - 50px);
  margin: -5px;
  letter-spacing: .5px;
 font-weight: lighter;
  color: #696969;

}

@media screen and (max-width: 500px) {

.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 80%;
  height: 40px;
  border: none;
  background: transparent;
}

.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
/** banner-section**/
#contents-section{
  background: #fff;
}
.contents-inner {
  padding: 15px 0;
}
.contents-item img {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}
.mb img{
  margin-bottom: 15px;
}

/* カテゴリーセクション */
.flex-list-nx{
      margin-top: 2rem;
  padding: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  list-style: none;
}
#category-section {
  background:#ffffff;
}
#contents-section .mb img{
 margin-bottom: 0px ;
}
.category-inner {
  padding: 20px 25px 10px;
}
.category-item {
  position: relative;
  color:  #2d2d2d;
  margin:  0;
  width: 49%;
  background: #fdfdff;
  box-sizing: border-box;
}
.category-item-nx{
  margin-bottom: 1.5rem;
  position: relative;
    color: #2d2d2d;
    width: 35%;
    background: #fdfdff;
    box-sizing: border-box;
  }

.brand_box .category-item-nx,
.trouble_box .category-item-nx {
  width: 30%;
}

.category-item-nx p{
      letter-spacing: 2px;
      text-align: center;
  font-size: 12px;
    color: #2d2d2d;
}
カテゴリ別
*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  width: 500px;
  max-width: 100%;
}

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

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px;
  background: #DCDCDC;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 100;
  font-size: 16px;
    color: #848482;

  position: relative;/* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #848482;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  font-size: 15px;
  font-weight: 100;
    color: #EdEdEd;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
  background:#EdEdEd;
  font-weight: 200;
}

/** インフォセクション **/
#news-section {
  background:#ffffff;
  text-align: center;
}
.info-inner {
  position: relative;
  padding: 25px;
}
#news-section p {
   color: #2d2d2d;
}
#news-section li {
  text-align: center;
  margin-bottom: 10px;
}
.news-inner {
    border: solid 1px #999;
  background: #ffffff;
  padding: 20px 25px;
  min-height: 50px;
  height: 130px;
  max-height: 200px;
  overflow: scroll;
  top:0;
  left: 0;
}
.news-text {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #2d2d2d;
  /*border-bottom: .8px solid #696969;*/

}

.inf-title-p{
  position: absolute;
    text-align: center;
    top: 12px;
    height: 30px;
    right: 0;
    left: 0;

}

.inf-title{
color: #2d2d2d;
    background: #fff;
    top: 5px;
    width: 150px;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    font-size: 16px;
    right: 0;
    left: 0;
    display: inline-block;
}



/* プロダクトセクション */
#product-section {
  background: #fdfdff;
}
/* プロダクトセクション > タブ機能 */
.tabs{
  background: #f5f5f7;
  margin: 0;
  width:100%;
  position:relative;
}
.product-inner {
 padding: 25px;
  background: #f5f5f7;
}
.tab-buttons span{
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .5px;
  color:#333;
  background: #fafafa;
  display:block;
  width: 50%;
  float:left;
  text-align:center;
  height:40px;
  line-height:40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f7;
}
.tab-buttons span:nth-child(1){
  border-right: 1.5px solid #f5f5f7;
}
.tab-buttons span:nth-child(2){
  border-left: 1.5px solid #f5f5f7;
}
.tab-content{
  padding:15px 0 0 0;
  display:inline-block;
  font:400 13px 'open sans',sans-serif;
  color:#333;
}
#lamp{
  width: 50%;
  height:1px;
  background: #343434;
  display:block;
  position:absolute;
  top: 40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left: 50%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}

#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
/* プロダクトセクション > flexbox */
.flex-list {
  padding:  0px;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-item {
  position: relative;
  padding: 0px 0px 45px 0px;
  color:  #2d2d2d;
  margin:  10px 0;
  width: calc(50% - 10px);
  background: #fff;
  box-sizing: border-box;
}
.flex-item-inner {
  padding: 0 10px;
}
.flex-item:nth-child(odd) {
  margin-right: 20px;
}
.flex-item-bottom {
  width: 100%;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  height:35px;
}
.flex-item-bottom p {
  line-height:35px;
  margin-left: 10px;
  font-size: 15px;
}
.flex-item-bottom-cart {
  width: 35px;
  background: #1e1e1e;
  position: absolute;
  bottom: 0;
  right: 0;
  height:35px;
}
.flex-item-bottom-cart img {
  width: 22px;
  height:22px;
  text-align: center;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  -webkit-transform: translateY(50%) translateX(50%);
}
.flex-item-bottom-cart p{

}
.tab-item-model {
  padding: 0;
  margin: 0;
}
.tab-item-name {
  padding: 0;
  margin: 0;
  line-height: 16px;
}
.tab-item-ex {
  padding: 0;
  margin: 0;
}
.tab-item-price {

}

.view-all-btn {
   background: #1e1e1e;
  text-align: center;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.view-all-btn a {
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: calc(100% - 50px);
  font-size: 20px;
  font-family:BIZ UDP明朝 Medium;
}
.view-all-link {
  line-height: 40px;
  height: 40px;
  margin: 0 auto;
  font-weight: lighter;
}
.inf-title-p{
position: absolute;
    text-align: center;
    top: 12px;
    height: 30px;
    right: 0;
    left: 0;
}
}

.flex-list .list-item.box__image {
  position: relative;
}
.flex-list .list-item.box__image .p-ranking-list__num {
  position: absolute;
    top: -10px;
    right: -12px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    background: #9f9f9f;
    color: #ffffff;
    text-align: center;
}
.flex-list .list-item.box__image .p-ranking-list__num.is-1,
.flex-list .list-item.box__image .p-ranking-list__num.is-2,
.flex-list .list-item.box__image .p-ranking-list__num.is-3 {
  background-color: transparent;
  right: 15px;
}
.flex-list .list-item.box__image .p-ranking-list__num.is-1 span,
.flex-list .list-item.box__image .p-ranking-list__num.is-2 span,
.flex-list .list-item.box__image .p-ranking-list__num.is-3 span {
  opacity: 0;
  overflow: hidden;
}
.flex-list .list-item.box__image .p-ranking-list__num.is-1::before {
  position: absolute;
  content: "";
  background-image: url(https://img21.shop-pro.jp/PA01463/950/etc_base64/UkFOSzMtMQ.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
width: 55px;
    height: 35px;
}
.flex-list .list-item.box__image .p-ranking-list__num.is-2::before {
  position: absolute;
  content: "";
  background-image: url(https://img21.shop-pro.jp/PA01463/950/etc_base64/UkFOSzMtMg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
width: 55px;
    height: 35px;
}
.flex-list .list-item.box__image .p-ranking-list__num.is-3::before {
  position: absolute;
  content: "";
  background-image: url(https://img21.shop-pro.jp/PA01463/950/etc_base64/UkFOSzMtMw.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
width: 55px;
    height: 35px;
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  background-color: #fff;
}
.accordion-hidden:checked + .accordion-open + .accordion-close.category_box {
  background: #EdEdEd;
}

.pickup {
  margin-top: 20%;
}


#doctor_section ul2 li2 a {
display: block;
}
#doctor_section ul2 li2 a.contents-item img {
object-fit: cover;
}

.accordion-close.category_box li {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #DCDCDC;
}