@charset "UTF-8";

/* 
FREE PAGE - COLLABORATION ITEM 
COLLABORATIONITEM.CSS
*/
.freepage {
  padding: 0 0 60px 0
}

.freepage .fv {
  margin: 0
}

.swiper-container.mainCarousel {
  margin-top: 5px;
  background: rgba(242, 242, 242, 1)
}

.fv__carousel.js__slider-fv_normal {
  background: rgba(242, 242, 242, 1)
}

.mainCarouselPc .global_card-wrap-pc {
  padding: 0
}

.fr_swiper {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, .06)
}

.fr_swiper .swiper-slide {
  height: 450px !important;
  /* 高さを指定 */
  width: auto !important
}

.fr_swiper .swiper-slide img {
  width: auto;
  height: 100%
}

.fr_swiper .fv__carousel__slide .pc_slide {
  display: block
}

.fr_swiper .fv__carousel__slide .sp_slide {
  display: none
}

.swiper-slide-duplicate {
  opacity: .3;
  transition: all .5s;
  transition-delay: .2s
}

.swiper-slide-duplicate-active {
  opacity: 1;
  transition: all .5s
}

.fr_swiper>.swiper-pagination-bullets {
  bottom: 5px
}

.fr_swiper .swiper-button-prev,
.fr_swiper .swiper-button-next {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background-image: none;
  background-color: rgba(255, 255, 255, .6);
  background-size: 27px 44px;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, .10);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease
}

.fr_swiper .swiper-button-prev {
  left: 50%;
  margin-left: -535px;
  background-position: left center
}

.fr_swiper .swiper-button-next {
  background-position: right center;
  right: 50%;
  margin-right: -535px
}

.fr_swiper .swiper-button-prev::after,
.fr_swiper .swiper-button-next::after {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  border-right: 3px solid rgba(0, 0, 0, .5);
  border-bottom: 3px solid rgba(0, 0, 0, .5);
  transition: all 0.55s ease;
  z-index: 2
}

.fr_swiper .swiper-button-prev::after {
  left: 0;
  margin: 0 0 0 28px;
  transform: translate(0, -50%) rotate(135deg) scale(1)
}

.fr_swiper .swiper-button-next::after {
  right: 0;
  top: 50%;
  margin: 0 28px 0 0;
  transform: translate(0, -50%) rotate(-45deg) scale(1)
}

/* ===== コラボアイテム一覧を見る ===== */
.item_lists_link {
  width: 100%;
  background: rgba(242, 242, 242, 1)
}

.item_lists_link .item_lists_link_box {
  display: block;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 20px;
}

.item_lists_link_box a {
  position: relative;
  display: inline-block;
  padding: .3em 2em;
  color: #2996cc;
  font-size: 16px;
  letter-spacing: .1em;
}
.item_lists_link_box a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  content: "";
  color: transparent;
  background: rgba(0, 0, 0, .05);
  opacity: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.item_lists_link_box a:hover::before {
  opacity: 1;
  width: 100%;
}
.item_lists_link_box a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 50px;
  margin: -4px 3px 0 0;
  border-top: solid 2px rgba(85, 85, 85, 0);
  border-right: solid 2px rgba(85, 85, 85, 0);
  transform: rotate(45deg);
  transition: 0.3s;
}
.item_lists_link_box a:hover::after {
  right: 5px;
  border-top: solid 2px rgba(85, 85, 85, 1);
  border-right: solid 2px rgba(85, 85, 85, 1);
  transition-delay: 0.15s;
}

/* ===== 新着リスト ===== */
.fr_new_item_list .global_title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: .15em;
  transform: scale(.8, 1)
}

.fr_new_item_list .global_title em {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: normal
}

.fr_new_item_list {
  background: rgba(242, 242, 242, 1);
  padding-bottom: 60px
}

.fr_new_item_list .global_tab__content-wrap {
  max-width: 1000px;
  margin: 0 auto 0
}

.fr_new_item_list .global_tab__content {
  padding: 0;
  background: transparent
}

.fr_new_item_list .global_tab__content-wrap .item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.fr_new_item_list .global_tab__content-wrap .item_list li {
  width: calc((100% - 60px) / 4);
  margin: 20px 0 0 20px
}

.fr_new_item_list .global_tab__content-wrap .item_list li:nth-child(4n+1) {
  margin-left: 0
}

.fr_new_item_list .global_section-pc .recently .global_item__details,
.fr_new_item_list .item_list .global_item__details {
  padding: .8em
}

@media only screen and (max-width:1023px) {
  .fr_new_item_list {
    padding: 0 10px 40px
  }
}

@media only screen and (max-width:767px) {
  .fr_swiper .fv__carousel__slide {
    width: 100%;
    height: auto
  }

  .fr_swiper .fv__carousel__slide .pc_slide {
    display: none
  }

  .fr_swiper .fv__carousel__slide .sp_slide {
    display: block
  }

  .fr_swiper img.fv__carousel__slide__img {
    width: 100%;
    height: auto
  }
  
  .item_lists_link .item_lists_link_box {
    padding: 40px 0 20px;
  }
  
  .fr_new_item_list .global_title {
    font-size: 3.4rem;
    padding: 0 0 20px 0;
  }
  
  .fr_new_item_list .global_title em {
    font-size: 18px;
  }

  .fr_new_item_list .global_tab__content-wrap .item_list li,
  .fr_new_item_list .global_tab__content-wrap .item_list li:nth-child(4n+1) {
    width: calc((100% - 20px)/2)
  }

  .fr_new_item_list .global_tab__content-wrap .item_list li:nth-child(2n+1) {
    margin-left: 0
  }
}

@media only screen and (max-width:360px) {
  .fr_new_item_list .global_title {
    font-size: 3.2rem;
  }
  
  .fr_new_item_list .global_title em {
    font-size: 16px;
  }
}