.index-slider {
    min-width: 1200px;
    text-align: center;
}
.index-slider #slider {
    opacity: 0;
    transition: .3s;
}
.index-slider #slider.slick-initialized {
  opacity: 1;
}
.index-slider .slick-track {
    display: flex;
    gap: 5px;
}
.index-slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    transition: all 0.4s ease;
    z-index: 2;
    border: 1px solid #b4b4b4;
    border-radius: 52px;
    background: rgba(255,255,255,0.9);
	transform: translate(00%,-50%);
}
.index-slider .slick-prev {
    left: 26px !important;
}
.index-slider .slick-next {
    right: 26px !important;
}
.index-slider .slick-prev:before,
.index-slider .slick-next:before {
	content: "";
	position: static;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 2;
}
.index-slider .slick-prev:before {
    transform: rotate(-45deg);
}
.index-slider .slick-next:before {
    transform: rotate(135deg);
}
.index-slider .slick-prev:hover,
.index-slider .slick-prev:focus,
.index-slider .slick-next:hover,
.index-slider .slick-next:focus
{
    color: none;
    outline: #b4b4b4;
    background: rgba(255,255,255,0.9);
}
.index-slider .slick-prev:hover {
	opacity: .75;
}
.index-slider .slick-slide img {
    display: block;
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 767px) {
  .index-slider {
      min-width: 100%;
  }
  .index-slider .slick-arrow {
      width: 32px;
      height: 32px;
  }
  .index-slider .slick-prev {
      left: 15px !important;
  }
  .index-slider .slick-next {
      right: 15px !important;
  }
  .index-slider .slick-prev:before,
  .index-slider .slick-next:before {
      width: 7px;
      height: 7px;
  }
}

.cuff-rss-item {
    width: calc((100% - 25px * 2) / 3);
}
.cuff-rss-item__title {
    margin-top: 1em;
    font-size: 16px;
    letter-spacing: .1em;
}
.cuff-rss-item__desc {
    margin-top: .35em;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.5;
}

/*
.index-slider #slider {
	margin-left: 50%;
}
.index-slider #slider > div {
    box-sizing: border-box;
    width: 980px;
    margin-right: 490px;
    margin-left: -490px;
    padding: 3px;
}
.index-slider .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    margin: 0 auto;
    transform: translate(-50%,0%);
}
.index-slider .bx-wrapper .bx-controls-direction a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    transition: all 0.4s ease;
    z-index: 2;
    border: 1px solid #b4b4b4;
    border-radius: 52px;
    background: rgba(255,255,255,0.9);
}
.index-slider .bx-wrapper .bx-prev {
    left: -26px;
}
.index-slider .bx-wrapper .bx-next {
    right: -26px;
}
.index-slider .bx-wrapper .bx-prev:before, .index-slider .bx-wrapper .bx-next:before {
	content: "";
	position: static;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 2;
}
.index-slider .bx-wrapper .bx-prev:before {
    transform: rotate(-45deg);
}
.index-slider .bx-wrapper .bx-next:before {
    transform: rotate(135deg);
}
*/
@media screen and (max-width: 767px) {
/*
  .index-slider #slider > div {
      width: 81.6666666667vw;
      margin-right: 40.8333333333vw;
      margin-left: -40.8333333333vw;
      padding: 0.25vw;
  }
  .index-slider .bx-controls-direction {
      top: 50%;
      left: 50%;
      width: 81.6666666667vw;
  }
*/
  /*
  .index-slider .bx-wrapper .bx-controls-direction a {
      width: 52px;
      height: 52px;
      border-radius: 52px;
  }
  */
/*
  .index-slider .bx-wrapper .bx-prev {
      left: -2.16666666667vw;
  }
  .index-slider .bx-wrapper .bx-next {
      right: -2.16666666667vw;
  }
*/
}



.p-index-magazine {
    margin-top: 95px;
}


.index-feature-item__link {
    transition: .3s;
}
.index-feature-item__link:hover {
    text-decoration: none;
    opacity: .9;
}
.index-feature__more__text {
    position: relative;
    padding-right: 30px;
}
.index-feature__more__text::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 20px;
    height: 1px;
    background: #7f7f7f;
    transition: .3s;
}
.index-feature__more__text::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 12px;
    height: 1px;
    margin-top: -4px;
    background: #7f7f7f;
    transform: rotate(40deg);
    transition: .3s;
}
.index-feature-item__link:hover .index-feature__more__text::before,
.index-feature-item__link:hover .index-feature__more__text::after {
    right: -5px;
}



#magazine-rss-list {
    display: flex;
	flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}
#magazine-rss-list .slick-list {
    /*position: absolute;*/
}
/*
.index-slider {
    overflow: hidden;
    margin-bottom: 25px;
}
*/
.index-slider .slider {
  /**position: relative;*/
  /*left: 7.142857143vw;*/ /* (100vw - SlideWidth) / 2 */
  /**overflow: visible !important;*/
}
.index-slider #slider > div {
  /*width: 85.714285714vw !important;*/
  /**height: auto;*/
}



.index-feature-list {
    display: flex;
    gap: 20px 48px;
    padding: 0;
}
.index-feature-item {
    width: calc((100% - 48px*2) / 3);
}
.index-feature__thumb {
    height: 164px;
   margin-bottom: 23px;
    background: #efefef;
}
.index-feature__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #000;
	transition: .3s;
}
.index-feature-item a:hover .index-feature__title {
  	color: #36998e;
}
.index-feature__desc {
    margin-top: .5em;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .05em;
}
.index-feature__more {
    text-align: right;
    color: #a3a3a3;
}
.index-feature__more__text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
}



.l-main-category-list-body.is--more {
    display: none;
  margin-top: 20px;
}
.c-main-category-list-more-btn.is-active {
    display: none;
}

.c-main-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
/*
.l-main-category-list__item {
    width: calc((100% - 20px * 3) / 4);
}
*/
.l-main-category-list__item {
    width: calc((100% - 20px * 2) / 3);
}
/*
.l-main-category-list__item__img {
    height: 115px;
    margin-bottom: 12px;
    background: #eee;
}
*/
.l-main-category-list__item__img {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.l-main-category-list__item__titles {
    flex: 1;
}
/*
.l-main-category-list__item__title {
    font-size: 16px;
    letter-spacing: .1em;
    color: #000;
    transition: .3s;
}
*/
.l-main-category-list__item__title {
    flex: 1;
    font-size: 14px;
    letter-spacing: .1em;
    color: #000;
    transition: .3s;
}
.l-main-category-list__item a {
	display: flex;
	gap: 0 12px;
	text-decoration: none;
}
 .l-main-category-list__item a:hover .l-main-category-list__item__title {
    color: #36998e;
}
.l-main-category-list__item__title-en {
    margin-top: -4px;
    font-size: 12px;
    color: #a3a3a3;
    letter-spacing: .1em;
}
.c-main-category-list-more-btn {
    width: 268px;
    margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .l-main-category-list__item {
      width: calc((100% - 20px * 1) / 2);
  }
  .l-main-category-list__item__img {
      width: 80px;
      height: 80px;
  }
  .l-main-category-list__item__title {
      font-size: 11px;
  }
  .l-main-category-list__item__title-en {
      font-size: 11px;
  }
  .l-main-category-list__item__img {
      width: 80px;
  }
   .c-main-category-list {
      gap: 15px 20px;
  }
  .index-feature-body,
  #magazine-rss-list {
      padding-bottom: 45px;
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }
  .index-feature__title {
      font-size: 13px;
  }
  .index-feature__desc {
      margin-top: 1em;
      font-size: 11px;
      line-height: 1.5;
  }
  .index-feature__more {
      margin-top: .5em;
  }
  .index-feature__more__text {
      font-size: 11px;
  }
  .index-feature-list,
  #magazine-rss-list {
      gap: 15px;
  }
  .index-feature-item,
  #magazine-rss-list div {
      width: 100%;
      white-space: normal;
  }
  img.cuff-rss-item__thumb {
      width: 100%;
  }
  .index-feature-item a,
  #magazine-rss-list div > a {
      display: block;
      width: 100%;
  }
  .index-feature-body::-webkit-scrollbar,
  #magazine-rss-list::-webkit-scrollbar {
      width: 10px;
      height: 3px;
  }

  .index-feature-body::-webkit-scrollbar-thumb,
  #magazine-rss-list::-webkit-scrollbar-thumb {
      background: #b2b2b2;
      border-radius: 2px;
  }
}






.index-promotion-header {
    margin-bottom: 50px;
    font-size: 22px;
    text-align: center;
}
.index-promotion-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}
.index-promotion-list__number::before,
.index-promotion-list__number::after {
    position: absolute;
    top: -7px;
    content: "";
    display: block;
    width: 1px;
    height: 37px;
    background: #b3bac5;
}
.index-promotion-list__number::before {
    left: -39px;
    transform: rotate(-25deg);
}
.index-promotion-list__number::after {
    right: -39px;
    transform: rotate(25deg);
}
.index-promotion-list__item {
    width: calc((100% - 20px * 2) / 3);
    text-align: center;
}
.index-promotion-list__header {
    position: relative;
    display: inline-block;
    width: 76%;
    font-size: 20px;
    font-weight: 600;
    color: #36998e;
    background: #fff;
    z-index: 2;
}
.index-promotion-list__number {
    position: relative;
}
.index-promotion-list-body {
    position: relative;
    top: -17px;
    padding: 1.5em;
    font-size: 18px;
    color: #36998e;
    letter-spacing: .1em;
    border: 1px solid #b2b2b2;
}
.index-promotion-news {
    margin-bottom: 50px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
    border-top: 1px solid #b3bac5;
    border-bottom: 1px solid #b3bac5;
}
@media screen and (max-width: 767px) {
  .index-promotion-list{
    gap: 0 5px;
    /*margin-right: -10px;
    margin-left: -10px;*/
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .index-promotion-list__item {
    width: calc((100% - 5px * 2) / 3);
  }
  .index-promotion-header {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .index-promotion-list__number {
    font-size: 16px;
  }
  .index-promotion-list__number::before,
  .index-promotion-list__number::after {
      top: 5px;
      height: 17px;
  }
  .index-promotion-list__number::before {
      left: -1.25em;
  }
  .index-promotion-list__number::after {
      right: -1.25em;
  }
  .index-promotion-list-body {
      padding: 2em 0.25em 1.25em;
      font-size: 11px;
      line-height: 1.5;
  }
  .index-promotion-news__text {
      font-size: 12px;
  }
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
.l-main-category-list-footer {
    margin-top: 20px;
    text-align: center;
}
.p-new-item,
.p-ranking,
.p-main-category,
.p-main-brand,
.p-main-group,
.p-recommend-item {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-new-item,
  .p-ranking,
  .p-main-category,
  .p-main-brand,
  .p-main-group,
  .p-recommend-item {
      margin-top: 60px;
  }
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}


/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
