@charset "UTF-8";

/* List
========================================================= */
.index-wrapper > .inner{
  background-color: #f8f5ed;
}
.takumi-title-main{
  text-align: center;
  font-weight: 700;
}
.takumi-index-lead{
  text-align: center;
}
.takumi-archive-item > a:hover{
  opacity: .7;
}
.takumi-archive-item .item-number{
  font-weight: 700;
}
.takumi-archive-item .item-number .vol,
.takumi-archive-item .item-number .number{
  display: inline-block;
}
.takumi-archive-item .item-number .vol::after{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #000;
  height: 1px;
}
.takumi-archive-item .item-text{
  font-weight: 600;
}
.takumi-archive-item .item-title{
  font-weight: 700;
}
.takumi-archive-item .item-name{
  font-weight: 600;
}
@media (max-width: 767px){
  .index-wrapper{
    padding: 20px;
  }
  .takumi-title-main{
    margin-bottom: 55px;
    padding-top: 40px;
    font-size: 1.9rem;
  }
  .takumi-index-lead{
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 1.71;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .takumi-archive-item{
    margin-bottom: 20px;
  }
  .takumi-archive-item > a{
    display: block;
    background-color: #fff;
    text-decoration: none;
    border-radius: 7px;
  }
  .takumi-archive-item .image{
    flex: 0 0 50%;
    border-bottom: 10px solid #d1c5a2;
  }
  .takumi-archive-item .content{
    padding: 20px;
    text-align: center;
  }
  .takumi-archive-item .item-number{
    position: relative;
    margin-bottom: 20px;
  }
  .takumi-archive-item .item-number .vol,
  .takumi-archive-item .item-number .number{
    line-height: 15px;
  }
  .takumi-archive-item .item-number .vol{
    font-size: 1.5rem;
    letter-spacing: .3em;
  }
  .takumi-archive-item .item-number .vol::after{
    bottom: -7px;
    left: 50%;
    margin-left: -13px;
    width: 27px;
  }
  .takumi-archive-item .item-number .number{
    font-size: 2.7rem;
  }
  .takumi-archive-item .item-text{
    line-height: 1.86;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .takumi-archive-item .item-title{
    line-height: 1.94;
    font-size: 1.8rem;
    letter-spacing: .4em;
  }
  .takumi-archive-item .item-name{
    line-height: 1.75;
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
}
@media (min-width: 768px){
  .index-wrapper{
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    width: 86%;
    max-width: 1160px;
  }
  .index-wrapper > .inner{
    padding: 50px 4.911591% 80px 4.911591%;
  }
  .takumi-title-main{
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
  .takumi-index-lead{
    margin-bottom: 50px;
    line-height: 1.71;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .takumi-archive-item{
    margin-bottom: 20px;
  }
  .takumi-archive-item > a{
    overflow: hidden;
    display: flex;
    background-color: #fff;
    text-decoration: none;
    border-radius: 7px;
  }
  .takumi-archive-item .image{
    flex: 0 0 50%;
  }
  .takumi-archive-item .content{
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    border-top: 16px solid #d1c5a2;
    padding: 44px;
  }
  .takumi-archive-item .item-number{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .takumi-archive-item .item-number .vol,
  .takumi-archive-item .item-number .number{
    line-height: 15px;
  }
  .takumi-archive-item .item-number .vol{
    position: relative;
    font-size: 1.5rem;
    letter-spacing: .3em;
  }
  .takumi-archive-item .item-number .vol::after{
    bottom: -7px;
    width: 27px;
  }
  .takumi-archive-item .item-number .number{
    font-size: 4rem;
  }
  .takumi-archive-item .item-text{
    margin-bottom: 10px;
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .takumi-archive-item .item-title{
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 2rem;
    letter-spacing: .4em;
  }
  .takumi-archive-item .item-name{
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
}

.pagination .screen-reader-text{
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.pagination .nav-links{
  display: flex;
  justify-content: center;
}
.pagination .nav-links > a,
.pagination .nav-links > span{
  display: block;
  border-left: 1px solid #000;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
}
.pagination .nav-links > *:first-child{
  border-left: none;
}
.pagination .current{
  color: #989898 !important;
}
.pagination .current:hover{
  cursor: default;
}
@media (max-width: 767px){
  .pagination{
    margin-top: 30px;
  }
}
@media (min-width: 768px){
  .pagination{
    margin-top: 30px;
  }
}



/* Detail
========================================================= */
.detail-wrapper{
  background-color: #fdfcf8;
}
@media (max-width: 767px){
  .detail-wrapper{
    padding-bottom: 50px;
  }
}
@media (min-width: 768px){
  .detail-wrapper{
    padding-bottom: 50px;
  }
}



.section-detail-intro .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-detail-intro .heading{
  font-weight: 700;
}
.section-detail-intro .title,
.section-detail-intro .name{
  font-weight: 700;
}
@media (max-width: 767px){
  .section-detail-intro .image{
    margin-bottom: 30px;
    height: 288px;
  }
  .section-detail-intro .content{
    text-align: center;
  }
  .section-detail-intro .heading{
    margin-bottom: 20px;
    line-height: 1;
    font-size: 1.9rem;
    letter-spacing: .1em;
  }
  .section-detail-intro .number{
    margin-bottom: 20px;
  }
  .section-detail-intro .number .vol{
    position: relative;
    font-size: 1.5rem;
    letter-spacing: .3em;
  }
  .section-detail-intro .number .vol::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    margin-left: -13px;
    background-color: #000;
    width: 27px;
    height: 1px;
  }
  .section-detail-intro .number .number{
    font-size: 2.7rem;
  }
  .section-detail-intro .title{
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: .4em;
  }
  .section-detail-intro .name{
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
}
@media (min-width: 768px){
  .section-detail-intro{
    margin-bottom: 116px;
    padding-top: 22px;
  }
  .section-detail-intro > .container{
    display: flex;
    padding: 0;
    width: auto;
  }
  .section-detail-intro .image{
    order: 2;
  }
  .section-detail-intro .content{
    order: 1;
  }
  .section-detail-intro .content{
    flex: 0 0 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .section-detail-intro .heading{
    margin: 0 auto 156px auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3rem;
    letter-spacing: .15em;
  }
  .section-detail-intro .number{
    margin-bottom: 30px;
  }
  .section-detail-intro .number .vol{
    font-size: 1.5rem;
    letter-spacing: .3em;
  }
  .section-detail-intro .number .num{
    font-size: 3rem;
  }
  .section-detail-intro .title{
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: .4em;
  }
  .section-detail-intro .name{
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .section-detail-intro .image{
    flex: 1 1 auto;
    max-width: 900px;
    height: calc(100vh - 22px - 22px);
  }
}



.section-detail-01 .image,
.section-detail-02 .image01,
.section-detail-03 .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-detail-01 .heading{
  font-weight: 700;
}
.section-detail-03{
  position: relative;
}
.section-detail-03::before,
.section-detail-03::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.section-detail-03::before{
  background-color: #7f7e7c;
}
.section-detail-03::after{
  background-color: #000;
}
.section-detail-03::before,
.section-detail-03::after{
  height: 2px;
}
.section-detail-03::before{
  top: 0;
}
.section-detail-03::after{
  top: 4px;
}
.section-detail-03 .image .bg-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-detail-03 .content .text{
  font-weight: 600;
}
.section-detail-03 .content .title{
  font-weight: 700;
}
@media (max-width: 767px){
  .section-detail-01 .image,
  .section-detail-02 .image01,
  .section-detail-03 .image{
    margin-bottom: 30px;
  }
  .section-detail-01 .image,
  .section-detail-02 .image01{
    height: 200px;
  }
  .section-detail-01 .text,
  .section-detail-02 .text{
    line-height: 1.71;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  .section-detail-01{
    margin-bottom: 20px;
  }
  .section-detail-01 .heading{
    margin-bottom: 40px;
    line-height: 1.65;
    font-size: 1.7rem;
    letter-spacing: .08em;
  }
  .section-detail-01 .heading::after{
    bottom: -18px;
    left: 0;
    margin-left: 0;
  }
  .section-detail-02 > .container{
    display: flex;
    flex-direction: column;
  }
  .section-detail-02 .content{
    order: 1;
  }
  .section-detail-02 .image{
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-detail-03{
    padding-top: 30px;
  }
  .section-detail-03 .content{
    text-align: center;
  }
  .section-detail-03 .content .text{
    margin-bottom: 40px;
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .section-detail-03 .content .text::after{
    bottom: -10px;
    left: 50%;
    margin-left: -31px;
  }
  .section-detail-03 .content .title{
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  .section-detail-03 .content .button{
    font-size: 1.4rem;
  }
  .section-detail-03 .content .button a{
    width: 190px;
  }
}
@media (min-width: 768px){
  .section-detail-01 > .container,
  .section-detail-02 > .container{
    display: flex;
    width: auto;
  }
  .section-detail-01 > .container{
    align-items: center;
  }
  .section-detail-01 .image,
  .section-detail-02 .image01{
    flex: 1 1 auto;
    width: calc(100% - 500px);
    height: 600px;
  }
/*  .section-detail-01 .image img,
  .section-detail-02 .image img,
  .section-detail-03 .image img{
    width: 100%;
    height: auto;
  }*/
  .section-detail-01 .content,
  .section-detail-02 .content{
    flex: 0 0 500px;
    padding: 0 40px;
  }
  .section-detail-01{
    margin-bottom: 55px;
  }
  .section-detail-01 .heading{
    margin-bottom: 85px;
    line-height: 1.4;
    font-size: 2rem;
    letter-spacing: .08em;
  }
  .section-detail-01 .heading::after{
    bottom: -18px;
    left: 0;
    margin-left: 0;
  }
  .section-detail-01 .text,
  .section-detail-02 .text{
    line-height: 1.71;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .section-detail-02 .image01{
    width: 100%;
  }
  .section-detail-03{
    margin-top: 97px;
    padding-top: 27px;
  }
  .section-detail-03 .image{
    order: 2;
  }
  .section-detail-03 .content{
    order: 1;
  }
  .section-detail-03 .content .text{
    position: relative;
    margin-bottom: 40px;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .section-detail-03 .content .text::after{
    bottom: -10px;
    left: 0;
    margin-left: 0;
  }
  .section-detail-03 .content .title{
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }

  .section-detail-01 .container,
  .section-detail-02 .container{
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-detail-01 .image,
  .section-detail-02 .image{
    flex: 0 0 52.758621%;
    width: 52.758621%;
    max-width: 52.758621%;
  }
  .section-detail-01 .content,
  .section-detail-02 .content{
    flex: 1 1 43.1%;
    padding: 0 3.448276%;
  }
  .section-detail-02 .content{
    /*padding-right: 9.482759%;*/
  }
  .section-detail-03 .container .row{
    /*margin-right: 0;
    margin-left: 0;*/
  }
  .section-detail-03 .container .row .content{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: calc(10.172414% - 15px);
    padding-left: 0;
  }
  .section-detail-03 .container .row .image .bg-image{
    width: 100%;
    height: 35.689655vw;
    max-height: 414px;
  }
}



.detail-image-01{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media (max-width: 767px){
  .detail-image-01{
    margin-bottom: 24px;
  }
}
@media (min-width: 768px){
  .detail-image-01{
    margin-right: auto;
    margin-bottom: 132px;
    margin-left: auto;
    width: calc(100% - 10px);
    max-width: 1160px;
    height: 500px;
  }
}



.takumi-detail-slider{
  position: relative;
  overflow: hidden;
}
.takumi-detail-slider .slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -9px;
  border: none;
  background-color: transparent;
  background-size: 100% 100%;
  width: 13px;
  height: 18px;
  font-size: 0;
}
.takumi-detail-slider .slick-arrow:hover{
  cursor: pointer;
}
.takumi-detail-slider .slick-next{
  background-image: url("../img/nav-slide-next.svg");
}
.takumi-detail-slider .slick-prev{
  background-image: url("../img/nav-slide-prev.svg");
}
.takumi-detail-slider .slide-item{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px){
  .takumi-detail-slider{
  }
  .takumi-detail-slider .slick-next{
    right: 10px;
  }
  .takumi-detail-slider .slick-prev{
    left: 10px;
  }
  .takumi-detail-slider .slide-item{
    height: 200px;
  }
}
@media (min-width: 768px){
  .takumi-detail-slider{
    flex: 0 0 541px;
    margin-top: 20px;
  }
  .takumi-detail-slider .slick-next{
    right: 20px;
  }
  .takumi-detail-slider .slick-prev{
    left: 20px;
  }
  .takumi-detail-slider .slide-item{
    height: 600px;
  }
}



.takumi-detail-nav{
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-weight: 600;
}
.takumi-detail-nav a{
  text-decoration: none;
  transition: all .4s;
}
.takumi-detail-nav a:hover{
  opacity: .5;
}
.takumi-detail-nav .prev a,
.takumi-detail-nav .next a{
  background-repeat: no-repeat;
  background-size: auto 8px;
}
.takumi-detail-nav .prev a{
  background-image: url("../img/icon-arrow2.svg");
  background-position: left center;
  padding-left: 25px;
}
.takumi-detail-nav .next a{
  background-image: url("../img/icon-arrow.svg");
  background-position: right center;
  padding-right: 25px;
}
.takumi-detail-nav .back{
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
}
.takumi-detail-nav .next{
  text-align: right;
}
@media (max-width: 767px){
  .takumi-detail-nav{
    margin-top: 45px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px){
}

