@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
}
a:hover {
  opacity: 1.0;
}


.section-works {
  background-color: #1a1a1a;
  padding: 60px 0 120px;
  background-image: url("../../assets/images/works/sakurabg24.png");
  background-size: 100%;
}
.section-works_title {
  position: relative;
  margin-bottom: 50px;
}
.section-works_title img {
  width: 98px;
  opacity: 0.24;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.2rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.6rem;
}
.center span {
  font-size: 1.6rem;
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 100;
}
.contact_btn {
  margin-top: 60px;
}
.contact_btn a {
  width: 250px;
}
.contact_btn a:hover {
  opacity: 0.4;
}
.contact_btn a img {
  width: 250px;
  height: 100%;
}
.buttons {
}
.buttons button {
  margin: 10px 5px;
  font-size: 2.0rem;
  padding: 5px;
  color: #fff;
  background-color: rgba(20, 20, 20, 1);
  /*border-color: #1caec8;
  border-width: inherit;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(30deg, #21d4fd 15%, #b721ff 85%);*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.buttons button a {
  color: #fff;
  text-decoration: none;
}
.buttons button:hover {
  color: #FF00F8;
  -webkit-transform: skew(0);
  transform: skew(0);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);/**/
}
.buttons button a:hover {
  color: #FF00F8;
  -webkit-transform: skew(0);
  transform: skew(0);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);/**/
}




.section-works a {
  text-decoration: none;
}
.section-works h2 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 2.0rem;
  line-height: 32px;
  font-weight: 600;
  /*text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #FF00F8, 0 0 0.5em #FF00F8, 0 0 0.1em #FF00F8, 0 10px 3px #000;*/
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.section-works h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 300;
}
.gallery_cat {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
}
.gallery_dis {
  display: inline-block;
  margin: 20px auto 80px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  font-family:Verdana, Geneva, "sans-serif";
}
.section-works ul {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
.section-works ul li {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 60px;
}
.section-works ul li img {
  max-width: 100%;
  margin-bottom: 30px;
}
#vertical {
  max-width: 265px;
}




@media (max-width: 395px) {
}
@media (max-width: 595px) {
.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
}
@media (max-width: 925px) {
}
@media (max-width: 520px){
.section-works h2 {
  font-size: 1.6rem;
}
}
@media (max-width: 980px) {
.section-works h1 {
  font-size: 7.0rem;
}
.section-works ul {
  display: inline-block;
}
.section-works ul li {
  width: 100%;
}
.buttons button {
  font-size: 2.6rem;
}
}
@media (min-width: 1259px) {
}