@charset "UTF-8";
.contWrap {
  width: auto;
  margin-top: 15px;
}

.breadCrumbs {
  width: 940px;
  margin: 20px auto 0;
}
.breadCrumbs a {
  display: inline-block;
}
.breadCrumbs .bread {
  display: inline-block;
}

#collabofesWrapper {
  position: relative;
  padding: 0;
  text-align: center;
}

.collabofesContainer {
  padding: 50px 0 100px;
}

.collabofesContainer_inner {
  max-width: 1125px;
  padding: 0 50px;
  margin: 0 auto;
}

/* メインビジュアル
-----------------------------------------------------------------*/
.mainTtl {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mainTtl img {
  width: 100%;
}

.no1 {
  -webkit-transition: all 0.5s ease 0.7s;
  -moz-transition: all 0.5s ease 0.7s;
  -ms-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.no1.on {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mainLead {
  color: #707070;
  margin-top: 80px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mainLead.on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.brandList_title {
  color: #000;
  font-family: "din-2014","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  margin: 80px auto 0;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

/* サイド追従メニュー
-----------------------------------------------------------------*/
.sideNav_list {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100000;
  background: #000;
  width: 100px;
  transform: translateY(-50%);
}

.sideNav_list_inner {
  position: relative;
  padding: 30px 0 50px;
}

.sideNav_list_inner_node a {
  outline: none;
}
.sideNav_list_inner_node img {
  width: 90px;
}
.sideNav_list_inner_node + .sideNav_list_inner_node {
  margin-top: 10px;
}

.slick-list {
  overflow: hidden;
  text-align: center;
}

button {
  font-size: 0;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background: transparent;
  border: initial;
}

.slick-prev {
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  top: 9px;
  background-image: url(../images/collabofes/slick-prev.png);
}

.slick-next {
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  bottom: 40px;
  background-image: url(../images/collabofes/slick-next.png);
}

.js-navSlider_wrap {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.js-navSlider_wrap.fixed {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.slick-counter {
  color: #8D8D8D;
  font-size: 11px;
  letter-spacing: 0.04em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}

.current {
  color: #fff;
}

.total {
  color: #8D8D8D;
}

/* ナビ
-----------------------------------------------------------------*/
.navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1045px;
  margin: 45px auto 0;
  gap: 20px;
}
.navList + .navList {
  margin-top: 20px;
}

.navList_node {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 157px;
  height: auto;
}
.navList_node:hover {
  opacity: 0.7;
}
.navList_node img {
  width: 100%;
  height: auto;
}

/* コンテンツ共通部分
-----------------------------------------------------------------*/
.c-section {
  width: 1000px;
  margin: 200px auto 0;
  min-height: 620px;
}
.c-section + .c-section {
  margin-top: 100px;
}
.c-section#brand8 {
  margin-top: 200px;
}
.c-section#brand10 {
  margin-top: 50px;
}

.c-sectionInner {
  position: relative;
}
.c-sectionInner a {
  text-decoration: none;
  cursor: pointer;
}

.itemImg {
  position: absolute;
  z-index: -1;
}
.itemImg img {
  width: 1072px;
}
#brand1 .itemImg {
  top: 40px;
  right: -151px;
}
#brand1 .itemImg img {
  width: 980px;
}
#brand2 .itemImg {
  top: 25px;
  right: 0px;
}
#brand2 .itemImg img {
  width: 840px;
}
#brand3 .itemImg {
  top: -88px;
  right: -139px;
}
#brand3 .itemImg img {
  width: 1135px;
}
#brand4 .itemImg {
  top: -113px;
  right: -116px;
}
#brand4 .itemImg img {
  width: 1090px;
}
#brand5 .itemImg {
  top: -101px;
  right: -100px;
}
#brand5 .itemImg img {
  width: 1090px;
}
#brand6 .itemImg {
  top: -92px;
  right: -109px;
}
#brand6 .itemImg img {
  width: 1090px;
}
#brand7 .itemImg {
  top: -112px;
  right: -160px;
}
#brand7 .itemImg img {
  width: 1171px;
}
#brand8 .itemImg {
  top: -100px;
  right: -156px;
}
#brand8 .itemImg img {
  width: 1186px;
}
#brand9 .itemImg {
  top: -50px;
  right: -113px;
}
#brand9 .itemImg img {
  width: 994px;
}
#brand10 .itemImg {
  top: 0;
  right: -150px;
}
#brand11 .itemImg {
  top: 30px;
  right: -103px;
}

.itemInfo {
  width: 395px;
}

.itemInfo_title {
  width: 195px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itemInfo_title_go img {
  width: 82px;
}

.itemInfo_title_num {
  color: #E68024;
  font-family: "din-2014","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 83px;
}

.itemInfo_itemBrand {
  text-align: left;
  margin-top: 20px;
  font-family: "din-2014","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  text-decoration: none;
}
.itemInfo_itemBrand .collaboText {
  font-size: 25px;
  display: block;
  margin-top: 10px;
}

.itemInfo_itemCatch {
  text-align: left;
  margin-top: 12px;
  font-size: 19px;
  line-height: 1.6;
}

.itemInfo_list {
  margin-top: 30px;
}
.itemInfo_list + .itemInfo_list {
  margin-top: 20px;
}

.itemInfo_itemName {
  width: 395px;
  text-align: left;
  line-height: 1.2;
  font-family: "din-2014","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}

.itemInfo_itemPrice {
  text-align: left;
  margin-top: 4px;
  font-family: "din-2014","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
}

.buyButton {
  border-radius: 30px;
  margin-top: 15px;
  display: block;
  background-color: #E68024;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: .01em;
  width: 140px;
  padding: 9px 0;
  border: 1px solid #E68024;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.buyButton:hover {
  background-color: #fff;
  color: #E68024 !important;
}

#attentionSect {
  text-align: center;
  padding-top: 100px;
}

.cautionTitle {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .06em;
}

.limitDate {
  width: 720px;
  margin: 0 auto 50px;
  padding: 30px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  line-height: 1.2;
  font-size: 29px;
  font-weight: bold;
}

.ymd {
  font-size: 25px;
}

.limitDate_caution {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .08em;
}

.attBox {
  width: 840px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
}
.attBox dt {
  font-size: 20px;
  font-weight: bold;
  color: #c8161d;
  letter-spacing: .16em;
  padding: 0 0 50px;
}
.attBox dd {
  display: flex;
  justify-content: space-between;
}
.attBox dd .lft, .attBox dd .rgt {
  width: 400px;
}
.attBox dd .lft {
  margin-right: 25px;
}
.attBox dd .rgt {
  margin-left: 25px;
}
.attBox dd .attention_list {
  margin-bottom: 25px;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
}
.attBox dd .attention_list:last-child {
  margin-bottom: 0;
}

.topMoveBtn {
  text-align: center;
  padding-top: 50px;
}
.topMoveBtn a {
  text-decoration: none;
  color: #000;
}

.topMoveBtn_text {
  display: block;
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: .16em;
}

/* SOLD OUT
------------*/
.soldout {
  position: relative;
}
.soldout:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/collabofes/soldout.png);
  background-repeat: no-repeat;
}
.soldout:after {
  content: "SOLD OUT";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "din-2014","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  font-size: 45px;
  letter-spacing: .16em;
}

.soldout_each {
  position: relative;
}
.soldout_each:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-image: url(../images/collabofes/soldout_each.png);
  background-repeat: repeat;
  background-size: 1px;
  z-index: 1;
}

.soldout_text {
  display: block;
  margin-bottom: 6px;
  color: #ec1100;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
}

#snslinks {
  display: none;
}
