@charset "UTF-8";
/* @content */
#thought #page_header {
  background-image: url(../images/thought/underlayer-main@2x.jpg);
}


#thought #section10,
#thought #section20,
#thought #section30,
#thought #section40,
#thought #section50,
#thought #section60,
#thought #section70,
#thought #section80,
#thought #section90,
#thought #section100{
  padding-top: 140px;
  margin-top: -140px;
}



#thought #section01{
  margin-bottom: 60px;
  margin-top: 100px;
}
#thought #section01 .link-bg{
  background: #e5e5e5;
  padding: 60px 0;
}
#thought #section01 .link-area{
  display: flex;
  justify-content: center;
}
#thought #section01 .link-area div:nth-child(2){
  margin: 0 45px;
}
#thought #section01 .link-area ul li a{
  font-size: 40px;
  color: #fff;
}
#thought #section01 .link-area ul li span{
  font-size: 20px;
  color: #232323;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 10px;
}
#thought #section01 .link-area ul li a span:after{
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  content: "";
  height: 10px;
  transform: rotate(135deg);
  transition: all 0.2s;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 10px;
}



#thought #section02 .link-menu__inner{
  position: fixed;
  top: 135px;
  right: -260px;
  transition: 0.3s;
  z-index: 999;
}

#thought #section02 .link-menu__inner.open{
  right: 0;
  transition: 0.3s;
}
#thought #section02 .link-menu__inner:hover{
  cursor: pointer;
}
#thought #section02 .link-menu__inner:before{
  background: url(../images/thought/title_arw@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: -44px;
  height: 100px;
  width: 44px;
}
#thought #section02 .link-menu__inner.open:before{
  background: url(../images/thought/title_arw02@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: -44px;
  height: 100px;
  width: 44px;
}

#thought #section02 .link-menu__inner ul{
  border: 1px solid #e5e5e5;
  width: 260px;
}
#thought #section02 .link-menu__inner ul li{
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
#thought #section02 .link-menu__inner ul li:hover{
  background: #e5e5e5;
}
#thought #section02 .link-menu__inner ul li a{
  display: block;
  padding: 15px 10px;
  padding-right: 20px;
  letter-spacing: 0.05em;
  text-indent: -1.6em;
  margin-left: 1.6em;
}


#thought .contents-area{
  margin: 0 auto 90px;
  max-width: 1200px;
  width: 90%;
}

#thought .section-img{
  margin-bottom: 40px;
}
#thought .section-img p{
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.17em;
}
#thought .tx-area{
  margin-bottom: 40px;
}
#thought .tx-area h3.tx-area___title{
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.17em;
}
#thought .tx-area .tx-area__inner{
  letter-spacing: 0.17em;
}
#thought .album-area ul{
  display: flex;
}
#thought .album-area ul li{
  margin-right: 20px;
}
#thought .album-area ul li:last-child{
  margin-right: 0;
}


#thought .slick-prev:before, 
#thought .slick-next:before{
  border-top: 2px solid #c4c4c4;
  border-right: 2px solid #c4c4c4;
  content: "";
  height: 12px;
  transition: all 0.2s;
  width: 12px;
  position: absolute;
  transform: rotate(45deg);
}
#thought .slick-prev:before{
  left: -10px;
  transform: rotate(-135deg);
} 
#thought .slick-next:before{
  left: 0;
}


/****************/ 
/*  小PC表示　max 1280px  */
/****************/
@media screen and (max-width: 1280px) {
  #thought #section01 .link-area ul li a {
    font-size: 4vw;
    color: #fff;
    letter-spacing: 1px;
  }
  #thought #section01 .link-area ul li span {
    font-size: 1.5vw;
  }
  #thought #section01 .link-area div:nth-child(2) {
    margin: 0 35px;
  }
  
}

/****************/ 
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #thought #section01{
    margin-top: 120px;
  }
  #thought #section01 .link-area{
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #thought #section01 .link-area div:nth-child(2){
    margin: 0;
  }
  #thought #section01 .link-area ul li a{
    font-size: 36px;
  }
  #thought #section01 .link-area ul li span{
    font-size: 18px;
  }

}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #thought #section01 .link-bg{
    padding: 30px 0;
  }
  
  #thought .contents-area{
    margin-bottom: 45px;
  }

  #thought .slick-prev:before,
  #thought .slick-next:before{
    left: 0;
  }

  #thought .tx-area h3.tx-area___title{
    font-size: 22px;
  }
  #thought .section-img p{
    font-size: 14px;
  }
  
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #thought #section01 {
      margin-top: 105px;
  }
  #thought #section10,
  #thought #section20,
  #thought #section30,
  #thought #section40,
  #thought #section50,
  #thought #section60,
  #thought #section70,
  #thought #section80,
  #thought #section90,
  #thought #section100{
    padding-top: 90px;
    margin-top: -90px;
  }
  #thought #section01 .link-area ul li a{
    font-size: 30px;
  }
  #thought #section01 .link-area ul li span{
    font-size: 14px;
    margin-bottom: 5px;
  }
  #thought #section02{
    top: 200px;
  }
  #thought #section02 .link-menu__inner{
    top: 40vw;
  }
  #thought #section02 .link-menu__inner ul li a{
    padding: 5px 10px;
    font-size: 14px;
  }


  #thought .section-img{
    margin-bottom: 20px;
  }
  #thought .tx-area h3.tx-area___title{
    margin-bottom: 20px;
  }
  #thought .album-area ul li{
    margin-right: 10px;
  }

  #thought .tx-area h3.tx-area___title{
    font-size: 18px;
  }
  #thought .section-img p{
    font-size: 10px;
  }
  #thought .tx-area .tx-area__inner{
    font-size: 14px;
  }


}