.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px 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 .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: 20px;
  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: 'Kosugi Maru', 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: 'Kosugi Maru', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.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 .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;
  }
}

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

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

  .p-custom-banner__heading {
    font-size: 30px;
  }
}

.p-news_2 .p-news__label{
  display:none;
}
.p-news_2 .p-news__content{
  display:none;
}
.p-news_2 .p-news__label:nth-of-type(1){
  display:block;
}
.p-news_2 .p-news__content:nth-of-type(1){
  display:block;
}

/***************ピックアップスクロールバー(一つ前のチェックした商品)*************************/
.under-bar {
    border-top: 1px solid #dbdbdb;
    bottom: 0;
    box-shadow: 0 -2px 6px -3px rgba(0, 0, 0, 0.2);
    height: 75px;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 999;
    width: 100%;
    opacity: 0.95;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2ef), to(#d6d6d4));
background: -ms-linear-gradient(top, #f2f2ef, #d6d6d4);
background: linear-gradient(to bottom, #f2f2ef, #d6d6d4);
}

.under-bar p.under-bar-header {
    font-family: "Kosugi Maru",serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
.under-bar a img {
    bottom: -60px;
    left: -100%;
    margin: auto;
    max-height: 52px;
    max-width: 130px;
    padding: 5px;
    position: absolute;
    right: -100%;
}
.under-bar .right-body {
    float: left;
    margin: 0 0 0 125px;
    padding: 0 5px;
    width: 55%;
}
.under-bar .img-box {
    position: relative;
    width: 130px;
}

.under-bar p.under-title {
    color: #1EAB9F;
    font-family: "Kosugi Maru",arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px 5px;
}
.under-bar p.quick-instruction {
    color: #545454;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
}
.under-bar input[name="underbar-caart-button"] {
    background-color: #36b363;
    border: medium none;
    border-radius: 5px;
    bottom: 5px;
    color: #ffffff;
    font-size: 18px;
    height: auto;
    letter-spacing: 2px;
    margin: 0;
    padding: 12px;
    position: absolute;
    width: 20%;
}
.under-bar input[name="underbar-caart-button"]:hover
{
    opacity: 0.7;
}


.top_menu_wrap{
    background: #f8f8f8;
    padding: 30px 0 10px;
}
.top_menu_wrap p{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
}
.top_menu_wrap ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto;
    padding: 0;
    width: 80%;
    gap:5%;
}
.top_menu_wrap ul li{
	width:30%;
    margin-bottom: 20px;
}
.p-news_2 .p-news__label {
    width:unset;
    margin-right: 0;
}
.p-news_2 .p-news__label::before {
    display:none;
}
.p-news_2 .p-news__content{
	margin:0;
}
.p-news_2 {
    padding: 2% 0;
}

.c-section__heading--title::after{
	display:none;
}
.top_series ul{
	display:flex;
	margin: 0 auto 50px;
    padding: 0;
    gap:5%;
}
.top_series ul li{
	width:30%;
}
.only_pc{
    display:block;
}
.only_hp{
    display:none;
}



@media screen and (max-width: 599px) {
.only_pc{
    display:none;
}
.only_hp{
    display:block;
}
.top_menu_wrap p{
	text-align:center;
    font-weight: 500;
	font-size:26px;
	margin-top:0;
}
.top_menu_wrap ul{
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 50%;
	margin: 0 auto;
}
.top_menu_wrap ul li{
	width:100%;
    margin-bottom: 10px;
}
.top_series ul{
	display:flex;
	flex-direction:column;
	margin: 0 auto 50px;
    padding: 0;
    gap:5%;
}
.top_series ul li{
	width:100%;
}
}

.hidden-view{
    display: none;
}
.button::before{
    content: "もっと見る";
}
input[type="checkbox"]#trigger{
    display: none;
}
input[type="checkbox"]#trigger:checked ~ .hidden-view{
    display: block;
}
input[type="checkbox"]#trigger:checked ~ .button::before{
    content: "閉じる";
}
.button_more{
  padding: 10px 15px;
  font-weight: bold;
    min-width: 300px;
    text-indent: 11px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    border: 1px solid #eaeaea;
    background: transparent;
    line-height: 22px;
    display: inline-block;
    box-sizing: border-box;
    transition: .2s;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
    display: block;
    width: 25%;
    text-align: center;
}
.button_more:hover {
    color: #fff;
    border-color: #333;
    outline: none;
    background: #333;
}
@media screen and (max-width: 599px) {
    .hidden-view{
  margin: auto;
  display: block;
}
.c-product-list img{
  width: 80%;
  margin: auto;
  display: block;
}
  }