@charset "utf-8";

/*  1_共通                    */

.display-pc {
  display: none;
}

.display-tablet {
  display: none;
}

.display-sp {
  display: block;
}

.work_title h1 {
  margin-bottom: 0;
}

/*  2_ヘッダー                */

.campione_gallery_indivisual {
  background: #fff url(../images/cont_bg.jpg) no-repeat center 0;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.work_wrapper {
  box-sizing: border-box;
  color: #333;
  margin: 0 auto;
  min-height: 800px;
  padding: 34px 1rem;
  width: 100%;
}

.work_wrapper a {
  color: #333;
  text-decoration: none;
}

.work_title img {
  height: auto;
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
}

.lead {
  color: #542717;
  font-family: "uddigikyokasho-pro", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto 20px;
  padding-top: 16px;
}

.photo img {
  width: 100%;
}

.photo img:hover {
  opacity: .7;
}

.photo p {
  background: url(../images/title_bg.jpg) 0 100%/100% auto no-repeat;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 20px;
  padding: 20px 0;
  text-align: center;
}

.prof dl {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.prof dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-left: 1rem;
}

span.pht {
  display: grid;
  place-content: center;
}

.pht img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.pht img:hover {
  opacity: .7;
}


.work_box {
  margin: 0 auto;
  max-width: 640px;
}

.work_box .comment {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 28px;
  padding-top: 16px;
}

.gallery-items-link {
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto 0;
}

.btn img {
  text-align: right;
  width: 30%;
}

.gallery-items-link p {
  margin-top: 0;
  text-align: right;
}

.gallery-items-link span {
  display: inline-block;
  padding-right: 27px;
  position: relative;
}

.gallery-items-link span img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.work_box .exif {
  background: #f7f8f8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 2rem;
  overflow: hidden;
  padding: 1.3rem;
}

.work_box .exif dt {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
}

.work_box .exif dd {
  margin: 0;
}

@media (min-width: 641px) {
  .display-pc {
    display: block;
  }

  .display-tablet {
    display: block;
  }

  .work_wrapper {
    padding: 40px 1rem;
  }

  .display-sp {
    display: none !important;
  }

  .work_title img {
    display: flex;
    max-width: 100%;
  }

  .photo p {
    background-position: center bottom;
  }

  .work_box .exif {
    display: flex;
    padding: 1.5rem;
  }

  .work_box .exif dt {
    padding-left: 0;
    padding-right: 1em;
    width: 7em;
  }

  .lead {
    line-height: 1.6;
    padding-top: 14px;
    text-align: center;
  }
}

@media (min-width: 1191px) {
  #campione_gallery_indivisual {
    margin: 55px auto 0 auto;
  }


  .work_wrapper {
    margin: 55px auto 0;
  }

  .lead {
    font-size: 16px;
    margin: 0 auto 30px;
  }

  .display-tablet {
    display: none;
  }

  .work_title {
    max-width: 928px;
  }

  .work_box .comment {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 10px;
  }


  .work_box .exif {
    font-size: 16px;
    line-height: 1.4;
  }

  .work_box .exif dt {
    padding-right: 0;
  }

  .prof dl dd {
    font-size: 18px;
  }
}