@charset "utf-8";
/* CSS Document */

#mainContent #designerArea .contentInner .img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #mainContent #designerArea .contentInner .img {
    width: auto;
  }
}
.tab_content {
  display: none;
}
.tab_content.active{
display: block;
}

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;}

ul.tabs  {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-between;
    box-sizing: border-box;
}

.tabs > li{
  width: calc((100% - 60px) / 3);/*
　margin-right: 30px;*/
  text-align: center;
  height: 50px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 16px;
  transition: all 0.2s ease;
  color: #fff;
  cursor: pointer;/*
  flex: 1;*/
}
/*.tabs > li:last-child {
    margin-right: 0;
}*/
.tabs > li.active{
  background: #fff;
  color: #000;
}
@media screen and (min-width: 768px){
  
 .tabs > li{
    cursor: pointer;
  }
  .tabs > li.active{
    cursor: default;
  }
}
.tab_content.active{
　display: block;
}

@media screen and (max-width: 768px){
       ul.tabs {
        flex-wrap: wrap;
    }
 .tabs > li{
    width: calc(100%);
    margin-bottom: 10px;
  }
}


#mainContent #worksArea .slider-for2 {
  max-width: 750px;
  margin: 0 auto 30px;
}

#mainContent #worksArea .slider-for2 .cont {
  border: 1px solid #000;
  text-align: center;
}

#mainContent #worksArea .slider-for2 .cont .ttl {
  font-size: 24px;
  margin-bottom: 25px;
}

#mainContent #worksArea .slider-for2 .cont .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {

  #mainContent #worksArea .slider-for2 .cont .inner {
    display: block;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .photo {
  width: 87%;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .photo {
    width: 100%;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .photo.landscape {
  width: 100%;
  padding: 100px 0;
}

#mainContent #worksArea .slider-for2 .cont .inner .photo.noillust {
  width: 44%;
}

#mainContent #worksArea .slider-for2 .cont .inner .photo.noillust2 {
  width: 60%;
}


@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .photo.noillust,#mainContent #worksArea .slider-for2 .cont .inner .photo.noillust2 {
    width: 100%;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .photo.noillust .img,#mainContent #worksArea .slider-for2 .cont .inner .photo.noillust2 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .photo.noillust .img {
    width: 49%;
  }
    #mainContent #worksArea .slider-for2 .cont .inner .photo.noillust2 .img {
    width: 100%;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .photo li {
display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .photo li {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .photo li.active {
  display: -ms-flexbox;
  display: flex;
}

#mainContent #worksArea .slider-for2 .cont .inner .photo li .illust {
  width: 49%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .photo li .illust {
    margin-right: 2%;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .photo li .img {
  width: 49%;
  display: flex;
  align-items: center;
}

#mainContent #worksArea .slider-for2 .cont .inner .photo.noillust2 li .img {
  width: 100%;
  display: flex;
  align-items: center;
}

#mainContent #worksArea .slider-for2 .cont .inner .photo li .img a,#mainContent #worksArea .slider-for2 .cont .inner .photo li.noillust2 .img a {
  position: relative;
  display: block;
}

#mainContent #worksArea .slider-for2 .cont .inner .photo li .img a::before,#mainContent #worksArea .slider-for2 .cont .inner .photo li.noillust2 .img a::before {
  content: "";
  height: 30px;
  width: 30px;
  background: url(/common/img/icon_plus.svg) no-repeat #000 center center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

#mainContent #worksArea .slider-for2 .cont .inner .thumb {
  width: 12%;
  padding-left: 2%;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .thumb {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .thumb.wide {
  width: 26%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .thumb.wide {
    width: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .thumb.wide li {
  width: 46%;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .thumb.wide li {
    width: 15%;
  }
}

#mainContent #worksArea .slider-for2 .cont .inner .thumb li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #mainContent #worksArea .slider-for2 .cont .inner .thumb li {
    width: 15%;
    margin: 10px 10px 0 0;
  }
}

