.articles li:nth-child(n+5) {
  display:none !important;
}
.bcontainer .c-btn::after {
 top:12px; 
}
#loader {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #000;/*Loaderの背景色としたいものを指定*/
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000; /*一番前面に出るように（今回はbxSlidrの矢印が9999だったのでそれを超えるようにしました）*/
}
#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;/*Loaderの画像を縦方向中央に表示させるため、画像の高さの半分の40pxだけ上に移動*/
	margin-left: -40px;/*同様に画像の幅の半分の40pxだけ左に移動*/
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #ffffff;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
/******************************/
/* SLIDER */
/******************************/
.bx-wrapper .bx-viewport {
  background: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #eeeeee !important;
}

.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
.bx-viewport .bx-wrapper .bx-pager {
  bottom: -30px;
}


@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }

}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

.p-info-img {
  margin-top: 40px;
  max-width: 150px;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  /* margin-left: -25px; */
  margin-left: -12px;
  /* margin-right: -25px; */
  margin-right: -12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-group-bnr-list__item {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 15px;
  word-break: break-all;
  /* max-width: 180px; */
  width: calc(calc(100% - 24px * 6) / 6);
}
@media screen and (max-width: 1264px) {
  .p-group-bnr-list__item {
    width: calc(calc(100% - 24px * 5) / 5);
  }
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list__item {
    width: calc(calc(100% - 24px * 4) / 4);
  }
}
@media screen and (max-width: 880px) {
  .p-group-bnr-list__item {
    width: calc(calc(100% - 24px * 3) / 3);
  }
}
.p-group-bnr-list__item img {
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.p-group-bnr-list__item p {
  text-align: center;
  font-size: 18px;
}
/* @media screen and (max-width: 1023px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
} */
@media screen and (max-width: 767px) {
  .p-group-bnr-list__item {
    margin-left: 4px;
    margin-right: 4px;
    width: calc(calc(100% - 24px) / 3);
  }
  .p-group-bnr-list__item p {
    font-size: 12px;
  }
}
/* 初期表示で非表示にするアイテムのスタイル */
/* .p-group-bnr-list__item:nth-child(n+5) {
  display: none;
} */
.p-group-bnr-list__item img {
  width: 100%;
}

.p-group-bnr-list__ttl {
  margin-top: 15px;
  display: none;
}

/* .view-more_button {
  width: 314px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #b7b7b7;
  font-size: 24px;
  position: relative;
  margin: auto;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .view-more_button {
    width: 80%;
    height: 45px;
    font-size: 20px;
  }
}
.view-more_button:hover {
  text-decoration: none;
}
.view-more_button::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 71px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .view-more_button::after {
    top: 17px;
    right: 58px;
    width: 7px;
    height: 7px;
  }
}
.view-more_button.clicked::after {
  display: none;
} */
.view-more_button {
  font-family: Georgia,Times,Times New Roman,sans-serif,serif;
  font-weight: normal;
  background-color: #fff;
  margin-left: calc(50% - 88px);
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .view-more_button::after {
    right: 30px;
  }
}

/******************************/
/* Item */
/******************************/
.p-item .u-container {
  max-width: 100%;
  padding: 0;/*0 0 0 25px*/
}
.p-item-list {
  display: grid;
   grid-template-columns: repeat(4, 1fr);
    gap: 23px 18px;
  max-width:1200px;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  .p-item-list {
  display: grid;
   grid-template-columns: repeat(2, 1fr);
    gap: 23px 18px;
}
}
.p-item-list__cate a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.p-item-list__cate a:last-child {
  margin-right: 0;
}
.p-item-list__cate a:hover::before {
  width: 100%;
  height: 100%;
  background-color: rgba(185, 185, 185, 0.3);
}
.u-opa img {
  width: 200px;
}
/* .p-item-list__cate a:hover p {
  opacity: 0.85;
} */
.p-item-list__cate a p {
  display: block;
  font-size: 38px;/*45px*/
  text-align: center;
  font-size:14px;
}
.p-item-list__btn {
  /* position: relative;
	top: 0;
	width: fit-content;
	margin: 15px auto 0;
	transition: var(--transition);
	display: none;
	padding: 5px 25px;
	border-radius: 10px;
	background-color: var(--color_main);
  font-size: 16px;
  border: 1px solid #000; */
  font-family: Georgia,Times,Times New Roman,sans-serif,serif;
  font-weight: normal;
  background-color: #fff;
  margin-left: calc(50% - 88px);
  margin-top: 36px;
  padding: 10px 15px 8px 15px;
  width: 150px;
  font-size: 12px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-item-list__btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  top: 16px;
  right: 30px;
}
.p-item-list__btn:hover {
  /* opacity: 0.85;
	cursor: pointer;
	color: var(--color_main);
	background-color: #fff;
  border: 1px solid #000; */
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.p-item-list__img {
 width:100%; 
  margin-bottom:15px;
}
.p-item-list__img img {
  width:100%;
@media screen and (max-width: 1499px) {
  .p-item-list {
    justify-content: flex-start;
  }
  .p-item-list__cate a {
    width: 235px;
  }
}
@media screen and (max-width: 1314x) {
  .p-item-list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-item .c-ttl-bg {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-item-list {
    max-height: 450px;
    overflow: hidden;
    /* justify-content: flex-start; */
      display: grid;
   grid-template-columns: repeat(2, 1fr);
    gap: 23px 18px;
  }
  .p-item-list__cate a p {
    font-size: 24px;/*32px*/
    margin: 0 auto;
   
  }
  .p-item-list__cate a {
     margin-top:0 !important;
  }
  .p-item-list__btn {
    display: block;
  }
  .p-item-list__cate a {
    width: 155px;
  }
}
@media screen and (max-width: 664px) {
  .p-item-list {
    justify-content: space-between;
  }
}
.p-item-list__cate a .p-item-list__name {
  margin-top: 15px;
}
.p-item-list__cate a .p-item-list__Jname {
  font-size: 14px;
  margin-top: 3px;
  font-family: "Spartan", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
  top: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .p-item-list__cate a {
    margin-right: 10px;
    margin-top:0;
  }
}
@media screen and (max-width: 767px) {
  .p-item .u-container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-item .u-container {
    padding: 0 25px;
  }
}
