@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.format-area {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.1em;
  /* テキスト */
  /* 画像 */
  /* キャプション */
  /* マージン */
  /* レイアウト */
  /* 大見出し */
  /* 中見出し */
  /* テキスト２つ横並び */
  /* 画像１枚 */
  /* 画像2枚（横長） */
  /* 画像2枚（縦長） */
  /* 画像3枚 */
  /* 左画像＋右テキスト */
  /* 左テキスト+右画像 */ }
  .format-area .format-txt a {
    color: #000;
    text-decoration: underline !important; }
    .format-area .format-txt a img {
      transition: 0.3s; }
    .format-area .format-txt a:hover {
      text-decoration: none !important; }
      .format-area .format-txt a:hover img {
        opacity: 0.8; }
  .format-area .format-txt p:not(:first-child) {
    margin-top: 1.875em; }
  .format-area .format-txt strong {
    font-weight: bold; }
  .format-area .format-txt em {
    font-style: italic; }
  .format-area .format-txt ul {
    margin: 1em 0; }
    .format-area .format-txt ul li {
      position: relative;
      padding: 0 0 0 1em; }
      .format-area .format-txt ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .format-area .format-txt ul li::before {
        content: "";
        display: block;
        width: 3em;
        height: 3em;
        border-radius: 50%;
        background: #000;
        position: absolute;
        top: calc((1.875em - 3em) / 2);
        left: 0; }
  .format-area .format-txt ol {
    list-style-type: decimal;
    margin: 1em 0 1em 1em; }
    .format-area .format-txt ol li {
      padding: 0; }
      .format-area .format-txt ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .format-area .format-img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain; }
  .format-area .img-caption {
    margin-top: 1.5em; }
  .format-area .format-row {
    display: flex;
    justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .format-area .format-rowPC {
      display: flex;
      justify-content: space-between; } }
  .format-area .format01,
  .format-area .format02,
  .format-area .format03,
  .format-area .format04,
  .format-area .format05,
  .format-area .format06,
  .format-area .format07,
  .format-area .format08,
  .format-area .format09,
  .format-area .format10,
  .format-area .format11,
  .format-area .format12 {
    margin-top: clamp(40px, 10vw, 80px); }
    .format-area .format01:first-child,
    .format-area .format02:first-child,
    .format-area .format03:first-child,
    .format-area .format04:first-child,
    .format-area .format05:first-child,
    .format-area .format06:first-child,
    .format-area .format07:first-child,
    .format-area .format08:first-child,
    .format-area .format09:first-child,
    .format-area .format10:first-child,
    .format-area .format11:first-child,
    .format-area .format12:first-child {
      margin-top: 0; }
  @media screen and (min-width: 768px) {
    .format-area .format09 .format-row .format-img,
    .format-area .format09 .format-rowPC .format-img,
    .format-area .format10 .format-row .format-img,
    .format-area .format10 .format-rowPC .format-img {
      width: 48%; }
    .format-area .format09 .format-row .format-txt,
    .format-area .format09 .format-rowPC .format-txt,
    .format-area .format10 .format-row .format-txt,
    .format-area .format10 .format-rowPC .format-txt {
      width: 47%; } }
  .format-area .format01 .ttl-lrg {
    font-size: clamp(2rem, 2.25vw, 3rem);
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 960px) {
      .format-area .format01 .ttl-lrg {
        font-size: clamp(2rem, 2.25vw, 3rem); } }
  .format-area .format02 .ttl-mid {
    padding: 0.125em 0 0.125em 1em;
    font-size: clamp(1.6rem, 1.8vw, 2.4rem);
    line-height: 1.75;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-left: 3px solid #000; }
  @media screen and (max-width: 767px) {
    .format-area .format04 .format-rowPC {
      display: block;
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .format-area .format04 .format-txt {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .format-area .format04 .format-txt {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .format-area .format04 .format-txt:first-child {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .format-area .format04 .format-txt-wrap {
      position: relative;
      overflow: hidden;
      padding-top: 68.78%; }
      .format-area .format04 .format-txt-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: inherit; } }
  .format-area .format05 .format-img img {
    max-height: 100%; }
  .format-area .format06 .format-img:not(:last-child) {
    margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .format-area .format06 .format-img {
      width: 48%; }
      .format-area .format06 .format-img:not(:last-child) {
        margin-bottom: 0x; } }
  .format-area .format06 .format-img img {
    object-fit: cover;
    object-position: center; }
  .format-area .format07 .format-img:not(:last-child) {
    margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .format-area .format07 .format-img {
      width: 48%; }
      .format-area .format07 .format-img:not(:last-child) {
        margin-bottom: 0x; } }
  .format-area .format07 .format-img img {
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: center; }
  .format-area .format08 .format-img {
    width: 30%; }
    .format-area .format08 .format-img img {
      object-fit: cover;
      object-position: center; }
  .format-area .format09 .format-img img {
    object-fit: cover;
    max-height: max-content; }
  .format-area .format10 .format-img {
    order: 2; }
    .format-area .format10 .format-img img {
      object-fit: cover;
      max-height: max-content; }
  .format-area .format10 .format-txt {
    order: 1; }
    @media screen and (max-width: 768px) {
      .format-area .format10 .format-txt {
        margin-top: 1.875em; } }
  .format-area .format11 .format-movie {
    width: 100%; }
    .format-area .format11 .format-movie iframe {
      width: 100%;
      height: auto;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.772972973; }
      @media screen and (max-width: 767px) {
        .format-area .format11 .format-movie iframe {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 1.6666666667; } }
      @media screen and (max-width: 576px) {
        .format-area .format11 .format-movie iframe {
          width: 100%;
          object-fit: cover;
          aspect-ratio: 1.1111111111; } }
  .format-area .format12 .format-movieRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .format-area .format12 .format-movieRow li {
      width: 30%; }
      .format-area .format12 .format-movieRow li:not(:nth-of-type(3n+1)) {
        margin-left: 3.3333333%; }
      @media screen and (max-width: 767px) {
        .format-area .format12 .format-movieRow li {
          width: 48%; }
          .format-area .format12 .format-movieRow li:not(:nth-of-type(3n+1)) {
            margin-left: 0; }
          .format-area .format12 .format-movieRow li:nth-of-type(2n) {
            margin-left: 4%; } }
      @media screen and (max-width: 576px) {
        .format-area .format12 .format-movieRow li {
          width: 100%; }
          .format-area .format12 .format-movieRow li:nth-of-type(2n) {
            margin-left: 0; }
          .format-area .format12 .format-movieRow li:nth-of-type(n+2) {
            margin-top: 25px; } }
      .format-area .format12 .format-movieRow li iframe {
        width: 100%;
        height: auto;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 0.5619631902; }

/*==========================================
　works共通
===========================================*/
.sec-works .cts-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%; }
.sec-works .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  margin-bottom: 3rem; }
.sec-works .cts-ttl-en {
  font-size: clamp(6rem, 4.1666666667vw, 8rem);
  letter-spacing: 0.2em; }
  @media screen and (max-width: 960px) {
    .sec-works .cts-ttl-en {
      font-size: clamp(3.6rem, 6.25vw, 6rem); } }
  @media screen and (max-width: 576px) {
    .sec-works .cts-ttl-en {
      font-size: clamp(3.6rem, 6.9444444444vw, 4rem); } }
.sec-works .cts-txt {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 600; }
@media screen and (max-width: 960px) {
  .sec-works .cts-subttl {
    padding-left: 0px; } }

/*==========================================
　works一覧
===========================================*/
.archive-works .sec-works .works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .archive-works .sec-works .works-list {
      justify-content: space-between; } }
  .archive-works .sec-works .works-list.pickup .works-item {
    width: calc(100% / 1); }
    @media screen and (min-width: 768px) {
      .archive-works .sec-works .works-list.pickup .works-item .item-body {
        z-index: 2;
        bottom: 8%;
        max-width: 90%;
        margin-inline: auto;
        position: absolute;
        left: 4%;
        display: inline-flex;
        flex-direction: column;
        width: auto; } }
    @media screen and (min-width: 768px) {
      .archive-works .sec-works .works-list.pickup .works-item .item-ttl {
        padding: 1em;
        margin-top: 2em;
        background: #fff; } }
  .archive-works .sec-works .works-list .works-item {
    width: calc(100% / 2); }
    @media screen and (max-width: 768px) {
      .archive-works .sec-works .works-list .works-item {
        width: 100%; }
        .archive-works .sec-works .works-list .works-item:nth-of-type(n + 2) {
          margin-top: 40px; } }
    @media screen and (min-width: 769px) {
      .archive-works .sec-works .works-list .works-item {
        width: calc(98% / 2); }
        .archive-works .sec-works .works-list .works-item:nth-of-type(n + 3) {
          margin-top: 60px; }
        .archive-works .sec-works .works-list .works-item:not(:nth-of-type(2n + 1)) {
          margin-left: 2%; } }
    .archive-works .sec-works .works-list .works-item a {
      position: relative; }
      @media (hover: hover) {
        .archive-works .sec-works .works-list .works-item a:hover:hover .item-more-wrap {
          opacity: 1;
          scale: 1.0; }
        .archive-works .sec-works .works-list .works-item a:hover:hover .item-img img {
          transform: scale(1.1, 1.1); } }
    .archive-works .sec-works .works-list .works-item .item-more-wrap {
      position: absolute;
      z-index: 2;
      inset: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: 0.3s ease-in-out;
      scale: 1.1;
      pointer-events: none; }
      .archive-works .sec-works .works-list .works-item .item-more-wrap .item-more {
        font-size: 1.6rem;
        border-radius: 50%;
        border: 2px solid #fff;
        padding: 0px 2rem;
        font-weight: bold;
        color: #fff;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
  .archive-works .sec-works .works-list .item-head {
    position: relative; }
  .archive-works .sec-works .works-list .item-img {
    font-size: 0;
    overflow: hidden; }
    .archive-works .sec-works .works-list .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.500907441;
      transition: all 1s ease; }
  .archive-works .sec-works .works-list .item-body {
    margin-top: 2em; }
  .archive-works .sec-works .works-list .item-ttl {
    margin-top: 1em;
    font-size: 1.8rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 960px) {
      .archive-works .sec-works .works-list .item-ttl {
        font-size: 1.8rem; } }
  .archive-works .sec-works .works-list .item-cate {
    background: #ebe7dc;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 100vmax;
    min-width: 140px;
    max-width: 140px;
    text-align: center;
    font-weight: 600; }
  .archive-works .sec-works .works-list .item-add-wrap {
    display: block; }
  .archive-works .sec-works .works-list .item-add-list {
    display: flex;
    align-items: center;
    margin: 0.4em 0 0.8em; }
  .archive-works .sec-works .works-list .item-add-item {
    font-size: clamp(1rem, 0.8333333333vw, 1.6rem);
    letter-spacing: 0.1em;
    line-height: 1; }
.archive-works .sec-works .btn-more-block {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .archive-works .sec-works .btn-more-block {
      margin-top: 40px; } }
  @media screen and (max-width: 960px) {
    .archive-works .sec-works .btn-more-block .c-btn-round {
      position: relative;
      width: auto;
      text-align: center; } }

/*==========================================
　works詳細
===========================================*/
.single-works .sec-works .works-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    .single-works .sec-works .works-list {
      justify-content: space-between; } }
  .single-works .sec-works .works-list .works-item {
    width: calc(100% / 1); }
    .single-works .sec-works .works-list .works-item a {
      position: relative; }
      @media (hover: hover) {
        .single-works .sec-works .works-list .works-item a:hover:hover .item-img img {
          transform: scale(1.1, 1.1); } }
  .single-works .sec-works .works-list .item-head {
    position: relative; }
  .single-works .sec-works .works-list .item-img {
    font-size: 0;
    overflow: hidden; }
    .single-works .sec-works .works-list .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.500907441;
      transition: all 1s ease; }
  .single-works .sec-works .works-list .item-body {
    padding: 6% 4%; }
  @media screen and (min-width: 961px) {
    .single-works .sec-works .works-list .item-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media screen and (min-width: 961px) {
    .single-works .sec-works .works-list .item-box-left {
      width: 60%; } }
  @media screen and (min-width: 961px) {
    .single-works .sec-works .works-list .item-box-right {
      width: 30%; } }
  .single-works .sec-works .works-list .item-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em; }
  .single-works .sec-works .works-list .item-txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em; }
  .single-works .sec-works .works-list .item-add-wrap {
    display: block; }
  .single-works .sec-works .works-list .item-add-item {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1; }
    .single-works .sec-works .works-list .item-add-item + .item-add-item {
      margin-top: 1em; }
.single-works .sec-works .btn-more-block {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .single-works .sec-works .btn-more-block {
      margin-top: 40px; } }
  @media screen and (max-width: 960px) {
    .single-works .sec-works .btn-more-block .c-btn-round {
      position: relative;
      width: auto;
      text-align: center; } }

/*==========================================
　OTHER
===========================================*/
.sec-other .other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .sec-other .other-list {
      justify-content: space-between; } }
  .sec-other .other-list .other-item {
    width: calc(100% / 2); }
    @media screen and (max-width: 375px) {
      .sec-other .other-list .other-item:not(:first-of-type) {
        margin-top: 30px; } }
    @media screen and (max-width: 960px) {
      .sec-other .other-list .other-item {
        width: calc(98% / 2); }
        .sec-other .other-list .other-item:nth-of-type(n + 3) {
          margin-top: 40px; } }
    @media screen and (min-width: 961px) {
      .sec-other .other-list .other-item {
        width: calc(98% / 2); }
        .sec-other .other-list .other-item:nth-of-type(n + 3) {
          margin-top: 60px; }
        .sec-other .other-list .other-item:not(:nth-of-type(2n + 1)) {
          margin-left: 2%; } }
    .sec-other .other-list .other-item a {
      position: relative; }
      @media (hover: hover) {
        .sec-other .other-list .other-item a:hover:hover .item-more-wrap {
          opacity: 1;
          scale: 1.0; }
        .sec-other .other-list .other-item a:hover:hover .item-img img {
          transform: scale(1.1, 1.1); } }
    .sec-other .other-list .other-item .item-more-wrap {
      position: absolute;
      z-index: 2;
      inset: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: 0.3s ease-in-out;
      scale: 1.1;
      pointer-events: none; }
      .sec-other .other-list .other-item .item-more-wrap .item-more {
        font-size: 1.6rem;
        border-radius: 50%;
        border: 2px solid #fff;
        padding: 0px 2rem;
        font-weight: bold;
        color: #fff;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
  .sec-other .other-list .item-head {
    position: relative; }
  .sec-other .other-list .item-img {
    font-size: 0;
    overflow: hidden; }
    .sec-other .other-list .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1.500907441;
      transition: all 1s ease; }
  .sec-other .other-list .item-body {
    margin-top: 2em; }
  .sec-other .other-list .item-foot {
    margin-top: 1em; }
  .sec-other .other-list .item-ttl {
    margin-top: 1em;
    font-size: 1.8rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 960px) {
      .sec-other .other-list .item-ttl {
        font-size: 1.8rem; } }
  .sec-other .other-list .item-cate {
    background: #ebe7dc;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 100vmax;
    min-width: 140px;
    text-align: center;
    font-weight: 600; }
  .sec-other .other-list .item-add-wrap {
    display: block; }
  .sec-other .other-list .item-add-list {
    display: flex;
    align-items: center;
    margin: 0.4em 0 0.8em; }
  .sec-other .other-list .item-add-item {
    font-size: clamp(1rem, 0.8333333333vw, 1.6rem);
    letter-spacing: 0.1em;
    line-height: 1; }

/*==========================================
　ctsNav
===========================================*/
/*ctsNav*/
.ctsNav_list_wrap {
  display: flex;
  align-items: baseline; }
  .ctsNav_list_wrap + .ctsNav_list_wrap {
    margin-top: 20px; }
.ctsNav_list_ttl {
  display: block;
  min-width: 100px;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .ctsNav_list_ttl {
      min-width: 70px; } }
.ctsNav_list {
  padding-bottom: 0em;
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap; }
.ctsNav_list_item {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-right: 0.5em; }
.ctsNav_list_link {
  display: inline-block;
  padding: 0.05em 0.25em 0.1em 0.5em;
  margin: 0 0.5em 0 0;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .ctsNav_list_link:hover:hover {
      opacity: 0.5; } }
.ctsNav_list_item_cat {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (min-width: 577px) {
    .ctsNav_list_item_cat {
      margin-bottom: 0.5em;
      margin-right: 2em; } }
  @media screen and (max-width: 576px) {
    .ctsNav_list_item_cat {
      margin-right: 1em;
      margin-bottom: 1em; } }
.ctsNav_list_link_cat {
  background: #ebe7dc;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 100vmax;
  min-width: 140px;
  text-align: center;
  font-weight: 600;
  opacity: 1; }
  @media (hover: hover) {
    .ctsNav_list_link_cat:hover:hover {
      opacity: 1;
      color: #fff;
      background: #123646; } }
  .ctsNav_list_link_cat.active {
    color: #fff;
    background: #123646; }

/*==========================================
　sp_slider
===========================================*/
.sp_slider_other .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important; }
.sp_slider_other .slick-prev,
.sp_slider_other .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(calc(75vw / 200*200) / 2);
  transform: translate(0, -50%);
  display: block;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none; }
@media screen and (max-width: 960px) {
  .sp_slider_other .slick-prev {
    left: calc(0% - -22px); } }
@media screen and (max-width: 960px) {
  .sp_slider_other .slick-next {
    right: calc(0% - -22px); } }
.sp_slider_other .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.sp_slider_other .slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
.sp_slider_other .slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

/*# sourceMappingURL=works.css.map */
