@charset "utf-8";
/*worksグローバルナビ*/
body#works #gnav_works a::after {
  transform: translate(-50%, 0) scale(1, 1);
}
/*worksヘッダー*/
body#works header {
  height: 100vh;
  height: 100dvh;
}
body#works .heading_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41.75vh;
  height: 41.75dvh;
}
body#works h1 {
  width: 84px;
}
@media screen and (min-width:600px) {
  body#works h1 {
    width: 170px;
  }
}
/*works透明部分*/
body#works .transparent_box {
  height: 50vh;
  height: 50dvh;
}
/*worksページ内リンク*/
body#works #link_menu {
  padding: 6rem 20px;
  background: #F6F8EF;
}
@media screen and (min-width:600px) {
  body#works #link_menu {
    padding: 12rem 20px;
  }
}
@media screen and (min-width:1025px) {
  body#works #link_menu {
    padding: 12rem 0;
  }
}
/*worksのworks、logo、graphic共通*/
body#works .works_h3_section {
  padding-top: 11rem;
}
body#works .imghover {
  position: relative;
  overflow: hidden;
}
body#works .imghover figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
body#works .imghover figcaption:hover {
  opacity: 1;
}
body#works .imghover figcaption p {
  color: #fff;
  font-size: 2.4rem;
}
body#works h3 {
  margin-top: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
}
body#works .works_skill {
  margin-top: 0.5rem;
  color: #A0A0A0;
  line-height: 1.3;
}
body#works .introduction {
  margin-top: 1.5rem;
}
body#works .introduction p:not(:first-child), body#works dd {
  margin-top: 1rem;
}
body#works dt {
  position: relative;
  margin-top: 2rem;
  padding-left: 17px;
}
body#works dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B0DC9E;
  transform: translateY(-50%);
}
body#works .works_url dt::before {
  background: #FFB8A5;
}
body#works .works_url dd {
  line-height: 1;
}
body#works .works_url dd a {
  color: #76ADD8;
  transition: 0.3s;
}
body#works .works_url dd a:hover {
  opacity: 0.7;
}
body#works .works_url small {
  color: #A0A0A0;
}
@media screen and (min-width:600px) {
  body#works .works_contents_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body#works .works_contents_flex section {
    width: 45%;
  }
  body#works .works_h3_section {
    padding-top: 0;
  }
  body#works .works_h3_section_under {
    padding-top: 22rem;
  }
  body#works h3 {
    margin-top: 10rem;
    font-size: 2.8rem;
  }
  body#works .works_skill {
    margin-top: 1rem;
  }
  body#works .introduction {
    margin-top: 2.5rem;
  }
  body#works .introduction p:not(:first-child), body#works dd {
    margin-top: 1.5rem;
  }
  body#works dt {
    margin-top: 4rem;
    padding-left: 30px;
    font-size: 2rem;
  }
  body#works dt::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width:1025px) {
  body#works .works_url dd a {
    transition: 0.5s;
  }
}
/*worksアコーディオンメニュー*/
body#works .toggle {
  display: none;
}
body#works .toggle_label, body#works .block_contents {
  backface-visibility: hidden;
  background: #ECEDEB;
}
body#works .toggle_label {
  display: block;
  position: relative;
  height: 50px;
  margin-top: 3rem;
}
body#works .toggle_label::after { /*矢印*/
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(225deg);
  transition: 0.5s;
}
body#works .block_contents {
  overflow: hidden;
  height: 0;
  padding: 0 10px;
  transition: 1s;
}
body#works .block_contents :first-child {
  margin-top: 0;
}
body#works .toggle:checked + .toggle_label::after {
  top: 40%;
  transform: rotate(45deg);
}
body#works .toggle:checked + .toggle_label + .block_contents {
  height: auto;
  padding: 0 10px 35px;
}
@media screen and (min-width:600px) {
  body#works .toggle_label {
    height: 60px;
    margin-top: 4rem;
  }
  body#works .toggle_label::after { /*矢印*/
    top: 35%;
    right: 20px;
    width: 15px;
    height: 15px;
  }
  body#works .block_contents {
    padding: 0 20px;
  }
  body#works .toggle:checked + .toggle_label + .block_contents {
    padding: 0 20px 60px;
  }
}
/*worksのweb*/
body#works #web {
  background: #FCFCFC;
}
body#works #web h2 {
  width: 70px;
}
body#works #web_cocktails_banner .web_img {
  text-align: center;
}
body#works #web_cocktails_video video {
  width: 100%;
}
@media screen and (min-width:600px) {
  body#works #web h2 {
    width: 99px;
  }
  body#works .web_relative {
    position: relative;
  }
  body#works #web_portfoliosite_banner .web_relative {
    aspect-ratio: 670/544;
  }
  body#works #web_cocktails_banner .web_relative {
    aspect-ratio: 350/250;
  }
  body#works .web_relative img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*worksのlogo、graphic共通*/
body#works #logo, body#works #graphic {
  background: #ECEDEB;
}
body#works .toggle_label_color, body#works .block_contents_color { /*アコーディオンメニュー背景*/
  background: #FCFCFC;
}
/*worksのlogo*/
body#works #logo h2 {
  width: 78px;
}
body#works #logo .logo_img {
  width: 60%;
  margin: 0 auto;
}
body#works #logo_cat .logo_img {
  width: 70%;
}
body#works #logo_shiohigari .logo_img, body#works #logo_portfoliosite .logo_img {
  width: 40%;
}
@media screen and (min-width:600px) {
  body#works #logo h2 {
    width: 110px;
  }
  body#works #logo_cat .logo_img {
    position: relative;
    aspect-ratio: 254.7/107.49; /*高さ合わせ*/
  }
  body#works #logo_cat .logo_img img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  body#works #logo_nattou .logo_img {
    position: relative;
    aspect-ratio: 210.59/241.71; /*高さ合わせ*/
  }
  body#works #logo_nattou .logo_img img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  body#works #logo_shiohigari .logo_img {
    position: relative;
    aspect-ratio: 1/1; /*高さ合わせ*/
  }
  body#works #logo_shiohigari .logo_img img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  body#works #logo h3 {
    margin-top: 6rem;
  }
}
/*worksのgraphic*/
body#works #graphic h2 {
  width: 125px;
}
@media screen and (min-width:600px) {
  body#works #graphic h2 {
    width: 177px;
  }
  body#works #graphic .works_contents_flex {
    justify-content: space-around;
  }
}