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

.c-section__container div.p-info {
line-height: 16px;
font-size: 13px;
margin: 0 auto 10px;
padding: 0 5% 1px 6%;
max-height: 70px;
overflow-y: scroll;
background: #efefef;
}
.c-section__container div.p-info p::before {
content: "・";
margin: 0 5px 0 -15px;
}
.p-info p {
text-align: left;
}
.p-info p a {
display: inline-block;
color: #fff;
background: #555;
text-decoration: none;
padding: 1px 10px;
margin: 0 10px;
border-radius: 5px;
font-size: 10px;
}
.p-info p font {
font-weight: bold;
}

/*INFO SNS*/
div.sns_base {
width: 100%;
height: auto;
margin: 30px auto 40px;
overflow: auto visible;
-webkit-overflow-scrolling: touch !important;
}

div.top_sns {
	width: auto;
	min-width: 910px;
	max-width: 1240px;
	height: auto;
	padding-bottom: 15px;
	margin: 0 auto 0;
	text-align: center;
}
div.top_sns span {
	display: inline-block;
	width: max-content;
	min-height: min-content;
	text-align: center;
	padding: 0;
	margin: 0 25px;
}
div.top_sns span a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
div.top_sns a b, div.top_sns a font {
display: block;
font-size: 0.7em;
margin-left: 60px;
margin-top: 2px;
text-align: left;
}
div.top_sns a b{
font-size: 1.2em;
}
div.top_sns a img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 50px;
margin: 0 auto;
}

/*トップ メインカテゴリ用*/
div.main_cat{
	line-height: 1.7em;
	text-align: center;
	font-size:.8em;
}
div.main_cat .o-sub-category__title {
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
	border-bottom: 1px #333 solid;
	text-align: center;
	height: 9px;
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

div.main_cat > .o-sub-size__title + b {
	display: block;
	margin: 50px auto 0;
	width: 100%;
	padding: 0;
}

div.main_cat > b > a {
	display: inline-block;
	overflow: hidden;
	width: 31%;
	height: auto;
	background: #F8F8F8;
	color: #555;
	margin: 0 1% 10px 1%;
	font-weight: normal;
	font-size: 1.1em;
	border: 2vw solid rgba(0, 0, 0, .0);
	padding: 0;
	min-height: 160px;
	line-height: 1.5em;
	text-decoration: none;
	word-break: keep-all;
	min-width: 170px;
}

div.main_cat > b > a > img {
	margin: 0 auto 0;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
div.main_cat > b > a > b {
	font-size: 1.4em;
	display: block;
	margin: 15px auto 10px;
}


@media screen and (max-width: 599px) {
div.top_sns {
min-width: max-content;
padding: 0 0 10px;
}
div.top_sns a b, div.top_sns a font {
font-size: 0.9em;
margin-left: 0;
text-align: center;
}

div.top_sns a img {
margin: 0 auto;
width: 60px;
position: inherit;
}
}

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


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

  
}

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


}

/*新着*/
#newitemcheck {
	min-height: 500px;
}
#newitem {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}
#newitem label {
	width: 17%;
	background: #999;
	max-width: 150px;
	border-radius: 50%;
}
#newitem label input {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: -2px;
	padding: 0;
}

#newitem label img {
	opacity: 0.5;
	display: block;
	transition-duration: .2s;
	filter: grayscale(100);
}
#newitem input[type="radio"]:checked + img {
	opacity: 1;
	transition-duration: .2s;
	filter: grayscale(0);
}
#newitemcheck .c-product-list__name::before {
	content: "NEW!";
	display: inline-block;
	background: RED;
	color: #fff;
	padding: 3px 8px;
	border-radius: 5px;
	font-size: 0.7em;
	margin: -20px -5px -1px -10px;
}

/*NEWS*/

div.news-section_inner{
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .05);
    margin-bottom: 30px;
}

div.news-section_inner a{
text-decoration: none;
}

div.news-section_inner > .news{
display:inline-block;
vertical-align: top;
width:32%;
/*width: -webkit-calc(100% - 510px) ;
width: calc(100% - 510px) ;*/
height:428px;
padding:0px 0px 5px;
border: 0;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
margin: 1% 0 10px 0.7%;
overflow: hidden;
background: #fff;
}

div.news-section_inner > .news .img{
width:100%;
height:70%;
overflow: hidden;
background: #000;
}

div.news-section_inner > .news .img img{
width:100%;
}

div.news-section_inner > a:hover{
color:#333333;
text-decoration: none;
background:#fff;
}

div.news-section_inner > .news > p,
div.news-section_inner > div.video > p{
    display: block;
    width: 100%;
    padding: 0 5px;
    margin: 0;
    font-size: 82%;
    line-height: 1.5;
}

div.news-section_inner > .news > p > span,
div.news-section_inner > div.video > p > span{
font-size:2em;
line-height: 150%;
display:block;
word-break: break-all;
font-weight: 900;
color: #fff;
text-shadow:
-1px -1px 0px #7c7c7c,
1px -1px 0px #7c7c7c,
1px 1px 0px #7c7c7c,
-1px 1px 0px #7c7c7c;
margin-bottom:3px;
border-bottom: 1px #ccc dashed;
}

div.video {
  display:inline-block;
  vertical-align: top;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    margin: 1% 0 10px 0.7%;
    width: 32%;
    /*width: -webkit-calc(100% - 510px);
    width: calc(100% - 510px);*/
    height: 428px;
    background: #fff;
}

div.video > div.frame {
    display: block;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70%;
    background: #000;
}
div.video > div.frame iframe {
width: 100% !important;
max-height: 300px !important;
}

#news-section_outer > label{
display:block;
width:100%;
text-align:center;
}

#news-section_outer > label > span{
width: 300px;
padding: 10px 15px;
font-family: sans-serif;
}

#news-section_outer input[type="checkbox"]{
display: none;
}

#news-section_outer input[type="checkbox"]:checked + div.news-section_inner{
height:auto !important;
}

#news-section_outer input[type="checkbox"]:checked + div.news-section_inner + label{
display: none !important;
}

iframe.time-sale {
    display: block;
    float: right;
    width: 32%;
    max-width: 50%;
    height: 50vw;
    max-height: 428px;
    margin: 1% 1% 5px 0;
    border: 1px #d9d9d9 solid;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}





/*facebook page*/

.fb-page_outer{
float: right;
clear: both;
width:32%;
margin: 1% 1% 0 0;
}

.fb_iframe_widget iframe{
border:none;
}

._2lqg{
border:0 !important;
}

@media screen and (max-width: 65em){
div.news-section_inner > .news,
div.news-section_inner > div.video,
iframe.time-sale,
.fb-page_outer{
width:48.2%;
min-height: 70vw;
}

div.news-section_inner > .news,
div.news-section_inner > div.video {
height: auto;
}

iframe.time-sale {
    height: 45.5vw;
    max-height: 475px;
}

div.news-section_inner > .news > p > span,
div.news-section_inner > div.video > p > span {
font-size: 1.1em;
line-height: 200%;
}

div.video .frame iframe {
    width: 100% !important;
    height: auto !important;
}  
}


/*スライダー
#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, .6);
}

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

#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;
}
	2023/07/24以降 使わない　*/

.slidebanner {
	background: rgba(0,0,0,.02);
	padding: 20px 0;
}
.slidebanner iframe {
	width: 100vw;
	aspect-ratio: 100/23.8;
	border: 0;
	margin: 0;
}

.topbanner {
	text-align: center;
	max-width: 1240px;
	margin: 0 auto 0;
}

.topbanner #slider-right a {
	display: inline-block;
	width: 47%;
	background: rgba(0, 0, 0, .02);
	margin: 1% 0 0 1%;
	position: relative;
	text-align: left;
	padding: 2%;
}
#slider-right a img {
	width: 50%;
}
#slider-right a span {
	position: absolute;
	top: 7.8%;
	right: 4%;
	background: rgba(0, 0, 0, .6);
	width: 46%;
	color: #fff;
	font-family: Arial;
	display: table-cell;
	padding: 6% 0 0 4%;
	height: 84.3%;
	font-size: 1.9vw;
	font-weight: bold;
	word-break: keep-all;
	letter-spacing: 0.2em;
	line-height: 130%;
}
#slider-right a span::first-letter {
	font-size: 200%;
	letter-spacing: 0;
}

@media screen and (max-width: 599px){
.slidebanner iframe {
	aspect-ratio: 100/57;
}
  /*
.topbanner #p-slider {
	max-width: 100% !important;
 }
  */
  .topbanner #slider-right{
  width:100%;
  margin-top: 15px;
}

#slider-right a img {
	width: 100%;
}
#slider-right a span {
	height: auto;
	width: 100%;
	left: 0;
	bottom: 0;
	top: auto;
	text-align: center;
	font-size: 1.8vw;
	padding: 5% 0;
}  
.bx-viewport {
	overflow: initial !important;
}
#p-slider .bx-caption {
	top: auto;
	bottom: auto;
}
}

/*インスタグラム(LEEEP)*/
#leeep-tag-1095544283403952128 {
	width: 92%;
	max-width: 1240px !important;
}

a.c-button {
	min-width: 300px;
	height: 47px;
	padding: 12px;
	margin: 20px;
	font-weight: bold;
	text-indent: 11px;
}


