@charset "UTF-8";
@media screen and (min-width: 769px) {
  .kv_puzzle.works {
    bottom: calc(min(100 / 1320 * 100vw, 100px) * -1);
  }
}
.kv_puzzle.works .piece.piece01 {
  left: 0;
  top: 0;
}
.kv_puzzle.works .piece.piece02 {
  right: min(88 / 1320 * 100vw, 88px);
  top: 0;
}
.kv_puzzle.works .piece.piece03 {
  right: min(88 / 1320 * 100vw, 88px);
  top: min(88 / 1320 * 100vw, 88px);
}
.kv_puzzle.works .piece.piece04 {
  right: 0;
  bottom: min(88 / 1320 * 100vw, 88px);
}
.kv_puzzle.works .piece.piece05 {
  left: min(88 / 1320 * 100vw, 88px);
  bottom: 0;
}
.kv_puzzle.works .piece.piece06 {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .kv_puzzle.works .piece.piece01 {
    left: 0;
    top: 0;
  }
  .kv_puzzle.works .piece.piece02 {
    right: min(32 / 375 * 100vw, 32px);
  }
  .kv_puzzle.works .piece.piece03 {
    right: min(32 / 375 * 100vw, 32px);
    top: min(32 / 375 * 100vw, 32px);
  }
  .kv_puzzle.works .piece.piece04 {
    bottom: min(32 / 375 * 100vw, 32px);
  }
  .kv_puzzle.works .piece.piece05 {
    left: min(32 / 375 * 100vw, 32px);
  }
}

@supports (-webkit-touch-callout: none) {
  #works.single .area_body_contact .tit_anime_wrap .tyranno {
    position: absolute;
    right: initial;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
#works .ul_workslist,
#works .ul_related {
  margin-top: 1.7em;
}
@media screen and (max-width: 768px) {
  #works .ul_workslist,
  #works .ul_related {
    margin-top: 0.8em;
  }
}
#works.single .kv_puzzle.works {
  display: none;
}
#works.single .ol_breadcrumb {
  margin-top: 3.15em;
}
@media screen and (max-width: 768px) {
  #works.single .ol_breadcrumb {
    margin-top: 4.45em;
  }
}
#works.single p.caption {
  margin-top: 0.5em;
  text-align: center;
  font-size: min(16 / 1320 * 100vw, 16px);
}
@media screen and (max-width: 768px) {
  #works.single p.caption {
    margin-top: 0.5em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
}
#works.single .area_gallery {
  margin: 2em auto 0;
  position: relative;
}
#works.single .area_gallery::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 100vw;
  max-height: min(548 / 1320 * 100vw, 548px);
  height: 100%;
  height: calc(100% - 1.3em - min(65 / 1320 * 100vw, 65px));
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #works.single .area_gallery::before {
    content: none;
  }
}
#works.single .area_gallery .swiperMain {
  width: min(100%, 1320px);
}
#works.single .area_gallery .swiperMain .swiper-slide .img {
  height: min(548 / 1320 * 100vw, 548px);
  position: relative;
  overflow: hidden;
  background: #fff;
}
#works.single .area_gallery .swiperMain .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#works.single .area_gallery .swiperMain .swiper-slide .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
#works.single .area_gallery .swiper-area {
  width: min(100%, 1320px);
  position: relative;
}
#works.single .area_gallery .swiper {
  position: relative;
}
#works.single .area_gallery .swiper-button-prev,
#works.single .area_gallery .swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: auto;
  top: calc(min(548 / 1320 * 100vw, 548px) / 2 - 16px);
  background: url(../img/common/icon_swiper.png) no-repeat center top;
  background-size: 100%;
}
#works.single .area_gallery .swiper-button-prev::after,
#works.single .area_gallery .swiper-button-next::after {
  content: none;
}
#works.single .area_gallery .swiper-button-prev.swiper-button-disabled,
#works.single .area_gallery .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
#works.single .area_gallery .swiper-button-prev {
  left: calc(min(45 / 1320 * 100vw, 45px) * -1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#works.single .area_gallery .swiper-button-next {
  right: calc(min(45 / 1320 * 100vw, 45px) * -1);
}
@media screen and (max-width: 768px) {
  #works.single .area_gallery {
    margin: 1.4em auto 0;
  }
  #works.single .area_gallery .swiperMain {
    width: 100vw;
    margin-left: -5.4vw;
  }
  #works.single .area_gallery .swiperMain .swiper-slide .img {
    height: min(250 / 375 * 100vw, 250px);
  }
  #works.single .area_gallery .swiper-button-prev,
  #works.single .area_gallery .swiper-button-next {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
    top: calc(min(250 / 375 * 100vw, 250px) / 2 - min(8 / 375 * 100vw, 8px));
  }
  #works.single .area_gallery .swiper-button-prev {
    left: 0;
  }
  #works.single .area_gallery .swiper-button-next {
    right: 0;
  }
}
#works.single .area_gallery .thumbnails {
  width: min(744 / 1024 * 100vw, 744px);
  margin: 1.3em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(12 / 1024 * 100vw, 12px);
}
#works.single .area_gallery .thumbnails .img {
  width: min(96 / 1024 * 100vw, 96px);
  height: min(65 / 1024 * 100vw, 65px);
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
#works.single .area_gallery .thumbnails .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(51, 47, 45, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media (hover: hover) {
  #works.single .area_gallery .thumbnails .img:hover {
    cursor: pointer;
  }
}
#works.single .area_gallery .thumbnails .img:hover::before, #works.single .area_gallery .thumbnails .img.current::before {
  border: 2px solid #332f2d;
}
#works.single .area_gallery .thumbnails .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #works.single .area_gallery .thumbnails {
    width: 100%;
    margin: 0.9em auto 0;
    gap: min(9 / 375 * 100vw, 9px);
  }
  #works.single .area_gallery .thumbnails .img {
    width: calc((100% - min(36 / 375 * 100vw, 36px)) / 5);
    height: auto;
    aspect-ratio: 6/4;
  }
}
#works.single .area_body {
  margin-top: 3.1em;
}
#works.single .area_body .entry p {
  line-height: 2;
}
#works.single .area_body .entry .youtube {
  margin-top: 1em;
}
#works.single .area_body .tit_left {
  margin: 2.8em 0 0.8em;
  padding-left: 0.7em;
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: relative;
  font-size: min(24 / 1320 * 100vw, 24px);
}
#works.single .area_body .tit_left::before {
  content: "";
  display: block;
  width: min(6 / 1320 * 100vw, 6px);
  height: min(22 / 1320 * 100vw, 22px);
  background: #0075B3;
  position: absolute;
  top: 0.6em;
  left: 0;
}
#works.single .area_body .box_img {
  margin-bottom: 2em;
}
#works.single .area_body .box_img.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
#works.single .area_body .box_img.flex .box {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #works.single .area_body {
    margin-top: 2.2em;
  }
  #works.single .area_body .entry .youtube {
    margin-top: 1em;
  }
  #works.single .area_body .tit_left {
    margin: 2em 0 0.6em;
    font-size: min(20 / 375 * 100vw, 20px);
    padding-left: 0.9em;
  }
  #works.single .area_body .tit_left::before {
    width: min(6 / 375 * 100vw, 6px);
    height: min(20 / 375 * 100vw, 20px);
  }
  #works.single .area_body ol {
    margin-top: 0.6em;
  }
  #works.single .area_body .box_img {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  #works.single .area_body .box_img.flex {
    gap: 0 min(15 / 375 * 100vw, 15px);
  }
  #works.single .area_body .box_img.flex .box {
    width: calc((100% - min(15 / 375 * 100vw, 15px)) / 2);
  }
}
#works.single .area_body .dl_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#works.single .area_body .dl_spec::after, #works.single .area_body .dl_spec dt::after, #works.single .area_body .dl_spec dd::after {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWIy1tf9zwAFTGcvXmaEshmYYAwQDQAAAP//GRSOKQAAAAZJREFUAwBy+QQHN0kbgQAAAABJRU5ErkJggg==) repeat;
  width: 100%;
  height: 1px;
}
#works.single .area_body .dl_spec::after {
  bottom: 0;
}
#works.single .area_body .dl_spec dt, #works.single .area_body .dl_spec dd {
  padding: 0.85em 0 0.85em;
  position: relative;
}
#works.single .area_body .dl_spec dt::after, #works.single .area_body .dl_spec dd::after {
  top: 0;
}
#works.single .area_body .dl_spec dt {
  width: min(180 / 1320 * 100vw, 180px);
  padding-right: 1em;
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
#works.single .area_body .dl_spec dd {
  width: calc(100% - min(180 / 1320 * 100vw, 180px));
}
#works.single .area_body .dl_spec dd p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #works.single .area_body .dl_spec dt, #works.single .area_body .dl_spec dd {
    padding: 0.9em 0;
  }
  #works.single .area_body .dl_spec dt, #works.single .area_body .dl_spec dt p, #works.single .area_body .dl_spec dd, #works.single .area_body .dl_spec dd p {
    line-height: 1.7;
  }
  #works.single .area_body .dl_spec dt {
    width: min(114 / 375 * 100vw, 114px);
  }
  #works.single .area_body .dl_spec dd {
    width: calc(100% - min(114 / 375 * 100vw, 114px));
  }
  #works.single .area_body .dl_spec dd p {
    margin: 0;
    padding: 0;
  }
}
#works.single .area_body_contact {
  margin: 6.5em auto 0;
  padding: 2.6em 0 min(52 / 1320 * 100vw, 52px);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works.single .area_body_contact {
    margin: 5em auto 0;
    padding: 1.8em 5% 2.3em;
  }
}
#works.single .area_body_contact .tit_anime_wrap {
  width: min(340 / 1320 * 100vw, 340px);
  position: absolute;
  top: calc(min(32 / 1320 * 100vw, 32px) * -1);
  left: 0;
  right: 0;
  margin-inline: auto;
}
#works.single .area_body_contact .tit_anime_wrap .tit_walking {
  font-size: min(58 / 1320 * 100vw, 58px);
}
#works.single .area_body_contact .tit_anime_wrap .tyranno {
  width: min(55 / 1320 * 100vw, 55px);
  left: min(89 / 1320 * 100vw, 89px);
  bottom: min(6 / 1320 * 100vw, 6px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  #works.single .area_body_contact .tit_anime_wrap {
    width: min(210 / 375 * 100vw, 210px);
    top: calc(min(23 / 375 * 100vw, 23px) * -1);
  }
  #works.single .area_body_contact .tit_anime_wrap .tit_walking {
    font-size: min(36 / 375 * 100vw, 36px);
  }
  #works.single .area_body_contact .tit_anime_wrap .tyranno {
    width: min(38 / 375 * 100vw, 38px);
    left: min(53 / 375 * 100vw, 53px);
    bottom: min(4 / 375 * 100vw, 4px);
  }
}
#works.single .area_body_contact .tit_anime_wrap .copy {
  width: min(54 / 375 * 100vw, 54px);
  top: 5.5em;
  right: 5.5%;
}
#works.single .area_body_contact .txt_contact {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: min(24 / 1320 * 100vw, 24px);
}
@media screen and (max-width: 768px) {
  #works.single .area_body_contact .txt_contact {
    font-size: min(18 / 375 * 100vw, 18px);
  }
}
#works.single .area_body_contact .box_contact {
  margin-top: 1.6em;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#works.single .area_body_contact .box_contact dl {
  width: 50%;
}
#works.single .area_body_contact .box_contact dl dt {
  margin-bottom: 0.9em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#works.single .area_body_contact .box_contact dl.dl_tel {
  margin-inline: auto;
  padding: 0 min(52 / 1320 * 100vw, 52px);
  position: relative;
}
#works.single .area_body_contact .box_contact dl.dl_tel::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWIy1tf9zwAFTGcvXmaEshmYYAwQDQAAAP//GRSOKQAAAAZJREFUAwBy+QQHN0kbgQAAAABJRU5ErkJggg==) repeat;
  top: 0;
  right: 0;
}
#works.single .area_body_contact .box_contact dl.dl_tel dd {
  margin-top: 1em;
}
#works.single .area_body_contact .box_contact dl.dl_tel dd .tel {
  padding-left: min(40 / 1320 * 100vw, 40px);
  font-size: min(32 / 1320 * 100vw, 32px);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
#works.single .area_body_contact .box_contact dl.dl_tel dd .tel::before {
  content: "";
  display: block;
  position: absolute;
  width: min(36 / 1320 * 100vw, 36px);
  height: min(36 / 1320 * 100vw, 36px);
  display: inline-block;
  background: url(../img/common/icon_tel.png) no-repeat center top;
  background-size: 100%;
  top: -0.1em;
  left: 0;
}
#works.single .area_body_contact .box_contact dl.dl_tel dd .time {
  margin-top: 0.8em;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
}
#works.single .area_body_contact .box_contact dl.dl_tel dd .week {
  font-size: min(14 / 1320 * 100vw, 14px);
}
#works.single .area_body_contact .box_contact dl.dl_form {
  position: relative;
  padding-right: 1em;
}
#works.single .area_body_contact .box_contact dl.dl_form dd .box_btn {
  max-width: min(310 / 1320 * 100vw, 310px);
  width: 100%;
  height: min(70 / 1320 * 100vw, 70px);
  margin-inline: auto;
}
#works.single .area_body_contact .box_contact dl.dl_form dd .box_btn span {
  padding-left: 24px;
  line-height: 20px;
  font-size: min(18 / 1320 * 100vw, 18px);
}
#works.single .area_body_contact .box_contact dl.dl_form dd .box_btn span::before {
  content: "";
  display: block;
  position: absolute;
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  display: inline-block;
  -webkit-mask: url(../img/common/icon_mail.svg);
          mask: url(../img/common/icon_mail.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  left: -0.1em;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #works.single .area_body_contact .box_contact {
    margin-top: 1.2em;
  }
  #works.single .area_body_contact .box_contact dl dt {
    margin-bottom: 0.8em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #works.single .area_body_contact .box_contact dl.dl_tel {
    width: 100%;
    padding-bottom: 1.6em;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel:after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: 0;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd {
    margin-top: 0.85em;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd .tel {
    padding-left: 1.4em;
    font-size: min(28 / 375 * 100vw, 28px);
    text-align: center;
    display: inline-block;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd .tel a {
    position: relative;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd .tel a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #332F2D;
    right: 0;
    bottom: -1px;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd .tel::before {
    width: min(28 / 375 * 100vw, 28px);
    height: min(28 / 375 * 100vw, 28px);
    top: 0;
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd .time {
    margin-top: 0.6em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #works.single .area_body_contact .box_contact dl.dl_tel dd .week {
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #works.single .area_body_contact .box_contact dl.dl_form {
    width: 100%;
    margin-top: 0;
    padding: 1.8em 0 0;
  }
  #works.single .area_body_contact .box_contact dl.dl_form::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
  #works.single .area_body_contact .box_contact dl.dl_form dd .box_btn {
    width: 92%;
    max-width: 100%;
    height: min(58 / 375 * 100vw, 58px);
    margin-inline: auto;
  }
  #works.single .area_body_contact .box_contact dl.dl_form dd .box_btn span {
    padding-left: 1.5em;
    line-height: min(20 / 375 * 100vw, 20px);
    font-size: min(16 / 375 * 100vw, 16px);
  }
  #works.single .area_body_contact .box_contact dl.dl_form dd .box_btn span::before {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
  }
}
#works.single .box_share {
  margin-top: 5.5em;
}
@media screen and (max-width: 768px) {
  #works.single .box_share {
    margin-top: 3.7em;
  }
}
#works.single .area_related {
  margin-top: calc(66px + 100px);
  padding-top: min(30 / 1320 * 100vw, 30px);
  position: relative;
  background: #fff;
}
#works.single .area_related::before {
  content: "";
  display: block;
  width: 1920px;
  height: 66px;
  background: url(../img/common/curve_white.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1380px) {
  #works.single .area_related {
    margin-top: calc(min(66 / 1320 * 100vw, 66px) + 100px);
  }
  #works.single .area_related::before {
    width: min(1920 / 1320 * 100vw, 1920px);
    height: min(66 / 1320 * 100vw, 66px);
    top: calc(min(65 / 1320 * 100vw, 65px) * -1);
  }
}
@media screen and (max-width: 768px) {
  #works.single .area_related {
    margin-top: calc(7.4666666667vw + 100px);
  }
  #works.single .area_related::before {
    width: 100vw;
    height: auto;
    aspect-ratio: 750/56;
    background: url(../img/common/curve_white_sp.png) no-repeat center top;
    background-size: 100%;
    top: -7.4666666667vw;
  }
}
#works.single .area_related .tit_related {
  font-size: min(28 / 1320 * 100vw, 28px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
#works.single .area_related .golink {
  margin: 2.85em auto 0;
}
@media screen and (max-width: 768px) {
  #works.single .area_related {
    margin-top: calc(66px + 60px);
    padding-top: min(30 / 1320 * 100vw, 30px);
    position: relative;
    background: #fff;
    padding-top: 1.8em;
    padding-bottom: 1em;
  }
  #works.single .area_related::before {
    content: "";
    display: block;
    width: 1920px;
    height: 66px;
    background: url(../img/common/curve_white.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 1380px) {
  #works.single .area_related {
    margin-top: calc(min(66 / 1320 * 100vw, 66px) + 60px);
  }
  #works.single .area_related::before {
    width: min(1920 / 1320 * 100vw, 1920px);
    height: min(66 / 1320 * 100vw, 66px);
    top: calc(min(65 / 1320 * 100vw, 65px) * -1);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #works.single .area_related {
    margin-top: calc(7.4666666667vw + 60px);
  }
  #works.single .area_related::before {
    width: 100vw;
    height: auto;
    aspect-ratio: 750/56;
    background: url(../img/common/curve_white_sp.png) no-repeat center top;
    background-size: 100%;
    top: -7.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #works.single .area_related .tit_related {
    font-size: min(24 / 375 * 100vw, 24px);
  }
  #works.single .area_related .category {
    font-size: min(10 / 375 * 100vw, 10px);
  }
  #works.single .area_related .title {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #works.single .area_related .golink {
    margin: 2.5em auto 0;
  }
}
#works.archive main.main.simple.curve {
  padding-top: min(36 / 1320 * 100vw, 36px);
}
#works.archive main.main.simple.curve .box_works {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #works.archive main.main.simple.curve {
    padding-top: 2.8em;
  }
  #works.archive main.main.simple.curve .box_works {
    margin-top: 2.1em;
  }
}
#works.archive main.main.simple.curve .box_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#works.archive main.main.simple.curve .box_category .tit_category {
  width: min(127 / 1320 * 100vw, 127px);
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
  color: #0075B3;
  font-size: min(20 / 1320 * 100vw, 20px);
  letter-spacing: 0.04em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#works.archive main.main.simple.curve .box_category .ul_category {
  width: calc(100% - min(127 / 1320 * 100vw, 127px));
  padding-left: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 1.5em;
  position: relative;
}
#works.archive main.main.simple.curve .box_category .ul_category::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWIy1tf9zwAFTGcvXmaEshmYYAwQDQAAAP//GRSOKQAAAAZJREFUAwBy+QQHN0kbgQAAAABJRU5ErkJggg==) repeat;
  left: 0;
}
#works.archive main.main.simple.curve .box_category .ul_childterms {
  margin-top: 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em 0.7em;
}
#works.archive main.main.simple.curve .box_category .ul_childterms li a {
  padding: min(8 / 1320 * 100vw, 8px) 1em;
  font-size: min(16 / 1320 * 100vw, 16px);
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
}
#works.archive main.main.simple.curve .box_category .ul_childterms li a:hover, #works.archive main.main.simple.curve .box_category .ul_childterms li a.current {
  border: 1px solid #0075B3;
  background: #0075B3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #works.archive main.main.simple.curve .box_category {
    display: block;
  }
  #works.archive main.main.simple.curve .box_category .tit_category {
    width: 100%;
    font-size: min(16 / 375 * 100vw, 16px);
  }
  #works.archive main.main.simple.curve .box_category .ul_category {
    width: 100%;
    margin-top: 1.6em;
    padding-left: 0;
    gap: 1.3em;
    position: relative;
  }
  #works.archive main.main.simple.curve .box_category .ul_category::before {
    content: none;
  }
  #works.archive main.main.simple.curve .box_category .ul_childterms {
    width: 100vw;
    margin-top: 0.6em;
    margin-left: -5.4%;
    padding: 5.4%;
    gap: 0 0.7em;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
  #works.archive main.main.simple.curve .box_category .ul_childterms li {
    display: inline-block;
  }
  #works.archive main.main.simple.curve .box_category .ul_childterms li a {
    padding: 0.5em 1em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
}
#works.archive main.main.simple.curve .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#works.archive main.main.simple.curve .box_title .pagetitle {
  font-size: min(28 / 1320 * 100vw, 28px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
#works.archive main.main.simple.curve .box_title .count {
  padding-top: 1em;
  color: #A2A2A2;
  font-size: min(16 / 1320 * 100vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#works.archive main.main.simple.curve .box_title .count .num {
  padding: 0 0.2em;
  font-size: min(20 / 1320 * 100vw, 20px);
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #works.archive main.main.simple.curve .box_title {
    display: block;
    text-align: left;
    line-height: 1;
  }
  #works.archive main.main.simple.curve .box_title .pagetitle {
    font-size: min(24 / 375 * 100vw, 24px);
    line-height: 1.6;
  }
  #works.archive main.main.simple.curve .box_title .count {
    margin-top: 1.9em;
    padding-top: 0;
    font-size: min(14 / 375 * 100vw, 14px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #works.archive main.main.simple.curve .box_title .count .num {
    font-size: min(16 / 375 * 100vw, 16px);
  }
}
#works.archive #pagenavi {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #works.archive #pagenavi {
    margin-top: 2em;
  }
}