/*---tab---*/
ul.tab {
	width:100%;
	list-style: none;
	position: relative;
	overflow: hidden;	
	display: inline-block;
	margin:0;
	margin-top:2em;
    padding:0;
}
ul.tab li {
	float: left;
	width:33.2%;
	padding:15px 0;
	text-align:center;
	cursor: pointer;
	background-color: #efefef;
	border-right:#dddddd 1px solid;
}
ul.tab li:last-child {
	border-right:none;
}

ul.tab li:hover {
	color: #FFF;
	background-color: #CC3300;
}
ul.tab li.active {
   color: #FFF;
	background-color: #CC3300;
}
ul.tab li.active:hover {
   color: #FFF;
   background-color: #CC3300;
}
ul.tab li.active:active {
   color: #FFF;
   background-color: #CC3300;
}
ul.tab li.active:visited {
   color: #FFF;
   background-color: #CC3300;
}


div.tabContent {
	clear: both;
	width: 100%;
	display: none;
	height: auto;
	margin-bottom:30px;
    margin-top:-50px;
}
div.tabContent.active {
	display: block;
	width: 100%;
}


.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 230px;
  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: #bd401e;
}

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

.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: 'Montserrat', 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: 576px) {
.sp_only {
	display:none;
}
}
@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: 20px;
  }

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

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

/*--- ¢§¤³¤³¤«¤éCustom CSS --- */

/* New Item */
/* º¸±¦¤ÎÌð°õÊ¬¤Îpadding*/
#carousel{padding:0;}
#new_item div.item {
	width: 48%;
	float: left;
	margin: 0.25%;
}
#new_item div.item img {
  object-fit: cover;
  width: 100%;
  height:300px;
  object-position: 50% 50%; 
  }
#new_item div.item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
	z-index: 5
}
/*-- index_photo-- */
figure {
	width: auto;
	height:  auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-color: #141516;
	z-index: 5;
}
figure span {
	font-size: 24px;
	line-height:1.2;
	color: #FFF;
	z-index: 3;
	position: absolute;
	left: 0;
	right:0;
	bottom:0;
	margin:2.5%;
	text-align:left;
}
figure img {
   opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	z-index: 2;
}
figure:hover img {
   opacity: .5;
 -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0);
	z-index:2
}

/* index_concept */
#bg_concept{
	text-align: center;
    background-image: url(https://file003.shop-pro.jp/PA01426/035/index_img/bg_concept.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5em 0;
	width:100%;
	position: relative;
  margin-top: 5em
	}
#bg_concept::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.5);
	z-index: 1
}
#bg_concept .c-section__container{
	color: #fff;
	z-index: 10;
	position: relative;
	font-size: 16px;
}
#bg_concept .c-section__container h2{
	font-family: "Sawarabi Mincho","£Í£Ó £ÐÌÀÄ«", "MS PMincho","¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "serif";
}

/* Button2 */
.button2 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-weight: 500;
	font-size: 14px;
	margin: 1em
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding:0.5em 4em;
}
.button2:hover {
	background-color: rgba(255, 255,255, 1);
	color: #000;
}
h2[ttl]{
	border-left: solid 4px #646871;
	border-bottom: solid 1px #ccc;
	padding: 0.2em 0 0.4em 0.7em
}
h3[ttl]{
	background-color: #F0F0F0;
	padding: 0.3em 0.5em
}

/* -----------------------------------------------
 NEWS
-------------------------------------------------- */
#news div {
	border-bottom: 1px dotted #CCC;
	padding-top: 1em;
	padding-bottom: 1em;
	color:#333;
	line-height: 1.6;
	overflow: hidden;
	margin: 0 2% 0 0
}
#news dt, #news dd {
	display: block;
	float: left;
	margin: 0;
}
#news dt{
	width: 20%;
	font-weight: 500;
}
#news dt span{
	color: #FFF;
	margin-left: 1em;
	background-color:#AA1D1F ;
	font-size: 10px;
	padding: 1px 3px
}
#news dd{
	width: 75%;
	margin: 0
}
#news dd a{
	color: #000000;
	text-decoration: none
}
#news dd a:hover{
	text-decoration: none;
	color: #9D9D9D;
}



@media (max-width: 576px) {
  div.tabContent {
    margin-top:30px;
}
ul.tab {
	margin-top:0;
}
 ul.tab li {
	width:33%;
	padding:15px 0;
}
#bg_concept .c-section__container br{
	display: none
}
#news dt, #news dd{
	display: block;
	float: none;
}
#news dt {
	clear: none;
	width: 100%;
	font-weight: 500;
	padding:2%;
}
#news dd {
	width: 100%;
	padding:0 2%;
}
.pc_only {
	display:none;
}
}

img.w80 {
  width:80%;
}