@charset "utf-8";
.mvSlider,
.fs-pt-carousel{
  height: calc(100% - 60px);
  margin: 60px 0 0 0;
}
.slick-list,
.slick-track,
.slick-slide,
.slick-slide > div,
.fs-pt-carousel__track,
.fs-pt-carousel__slide,
.fs-pt-carousel__slide a{
  height: 100%;
}

.fs-pt-carousel__slide{
  position: relative;
}
.fs-pt-carousel__slide__caption{
  position: absolute;
  left: 16px;
  bottom: 32px;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 1.3rem;
  text-align: left;
  text-shadow: 0 0 4px rgba(0,0,0,0.32);
}
.fs-pt-carousel__slide__caption span{
  display: block;
  text-align: left;
}
.fs-pt-carousel__slide a{
  display: block;
}
.fs-pt-carousel__slide a img{
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
}

.fs-c-slick .slick-dots{
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: auto;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%,0);
}
.fs-c-slick .slick-dots li {
  height: 6px;
  width: 6px;
  margin: 0 8px;
}
.fs-c-slick .slick-dots li button {
  height: 6px;
  width: 6px;
  padding: 0;
}
.fs-c-slick .slick-dots li button:before {
  width: 6px;
  height: 6px;
  font-size: 6px;
  line-height: 6px;
  color: #eee;
  opacity: 0.5;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  display: none !important;
  width: 60px;
  height: 60px;
  background: none;
}


.fs-c-slick .slick-dots li.slick-active button:before {
  color: #eee;
  opacity: 1;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  content: "";
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fs-c-slick .slick-prev:before {
  background-image: url(https://tokyo2000.itembox.design/item/assets/images/top/slide_prev.svg);
}
.fs-c-slick .slick-next:before {
  background-image: url(https://tokyo2000.itembox.design/item/assets/images/top/slide_next.svg);
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.mvSlider,
  .fs-pt-carousel{
    height: 90vh;
    margin: 0;
  }
  .fs-pt-carousel__slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: block !important;
  }
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (orientation:portrait) {
/*縦向きのみ*/
  .mvSlider,
  .fs-pt-carousel{
    height: 592px;
  }
}


/*
concept
*/
.concept{
  /*max-width: 279px;*/
  max-width: 287px;
  margin: 0 auto;
  padding: 56px 0;
  text-align: left;
}
.concept h2{
  font-size: 2.0rem;
  font-weight: 400;
  /*font-feature-settings: "palt";
  letter-spacing: 0.05em;*/
  line-height: 1.0;
  margin: 0 0 32px 0;
}
.concept p{
  font-size: 1.4rem;
  line-height: 2.2;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.concept{ 
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 710px;
    padding: 96px 0;
  }
  .concept h2{
    font-size: 2.4rem;
    margin: 0 0 0 0;
  }
  .concept p{}
}


/*
bnrList01
*/
.bnrList01{}
.bnrList01 li:not(:last-of-type){
  margin: 0 0 24px 0;
}
.bnrList01 li a{
  position: relative;
  display: block;
}
.bnrList01 li a p{
  position: absolute;
  left: 0;
  /*bottom: 72px;*/
  bottom: 34.9%;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .bnrList01{}
  .bnrList01 li:not(:last-of-type){}
  .bnrList01 li a{}
  .bnrList01 li a p{
    bottom: 22.3%;
  }
}

/*
pickUpItem
*/
.pickUpItem{
    /*display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}



/*
categories
*/
.categories{}
.categories section:not(:last-of-type){
  margin: 0 0 24px 0;
}
.categories section > figure{
  position: relative;
  overflow: hidden;
}
.categories section > figure figcaption{
  position: absolute;
  bottom: -16px;
  right: 8px;
  font-size: 5.6rem;
  line-height: 1.0;
  color: #fff;
}
.categories section > div{
  padding: 20px 32px;
  text-align: center;
}
.categories section h3{
  font-size: 2.0rem;
}
.categories section h3 span{
  font-size: 1.3rem;
}
.categories section > div p:last-of-type:not(.txt01){
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .categories{}
  .categories section{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .categories section:nth-of-type(2n+1){
    -webkit-flex-direction:row;
    flex-direction: row;
  }
  .categories section:nth-of-type(2n){
    -webkit-flex-direction:row-reverse;
    flex-direction: row-reverse;
  }
  .categories section:not(:last-of-type){
    margin: 0 0 64px 0;
  }
  .categories section > figure{
    width: calc((774/1160)*100%);
  }
  .categories section > figure figcaption{
    bottom: -24px;
    right: 8px;
    font-size: 10.0rem;
  }
  .categories section > div{
    width: calc(((1160 - 774)/1160)*100%);
    padding: 0;
  }
  .categories section > div > *{
    width: calc((200/386)*100%);
    min-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .categories section h3{
    font-size: 2.4rem;
  }
  .categories section h3 span{}
  .categories section > div p:last-of-type:not(.txt01){}
}


/*
userGuide
*/
.userGuide{}
.userGuide ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.userGuide ul li{
  position: relative;
  width: 50%;
  margin: 0 0 16px 0;
  font-size: 1.4rem;
  text-align: center;
}
.userGuide ul li:nth-of-type(2n){
  border-left: 1px solid #707070;
}
.userGuide ul li::after{
  content: "";
  position: absolute;
  bottom: -8px;
  display: block;
  width: calc(100% - 8px);
  height: 1px;
  background: #707070;
}
.userGuide ul li:nth-of-type(2n+1)::after{
  left: 0;
}
.userGuide ul li:nth-of-type(2n)::after{
  right: 0;
}

.userGuide ul li:nth-last-of-type(-n+2){
  margin-bottom: 0;
  padding-bottom: 0
}
.userGuide ul li:nth-last-of-type(-n+2)::after{
  content: none;
}

.userGuide ul li a{
  display: block;
  padding: 8px 0;
}
.userGuide ul li a figure{
  width: calc((30/172)*100%);
  margin: 0 auto 8px auto;
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .userGuide{}
  .userGuide ul{
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .userGuide ul li{
    width: 25%;
    margin: 0 0 0 0;
    border-left: 1px solid #707070;
  }
  .userGuide ul li:last-of-type{
    border-right: 1px solid #707070;
  }
  .userGuide ul li:nth-of-type(2n){}
  .userGuide ul li::after{
    content: none;
  }
  .userGuide ul li:nth-of-type(2n+1)::after{}
  .userGuide ul li:nth-of-type(2n)::after{}

  .userGuide ul li:nth-last-of-type(-n+2){}
  .userGuide ul li:nth-last-of-type(-n+2)::after{}
  
  .userGuide ul li a{
    padding: 12px 0;
  }
  .userGuide ul li a figure{
    width: calc((30/260)*100%);
    min-width: 30px;
  }
}


/*
news
*/
.news{}
.news ul{}
.news ul > li{
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1.3rem;
  text-align: left;
}
.news ul > li:first-of-type{
  border-top: 1px solid #ddd;
}
.news ul > li:last-child {
    padding-bottom: 16px;
}
.news ul > li a{
  display: block;
}
.news ul > li time:first-child {
  display: block;
  background: none;
  color: #333;
  line-height: 1.5;
  padding: 0;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .news{}
  .news > div{
    display: -webkit-flex;
    display: flex;
    /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
  }
  .news .ttlEn{
    width: 120px;
    white-space: nowrap;
  }
  .news ul{
    width: calc((780/960)*100%);
    margin: 120px 0 0 auto;
  }
  .news ul > li{
    padding: 24px 16px;
  }
  .news ul > li::after{
    content: "";
    clear: both;
    display: block;
  }
  .news ul > li a{}
  .news ul > li time:first-child{
    float: left;
    width: calc(130px - 16px);
    height: 100%;
  }
}